/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Prata);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* line 9, ../sass/styles/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/styles/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../sass/styles/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../sass/styles/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../sass/styles/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../sass/styles/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/styles/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/styles/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../sass/styles/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../sass/styles/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/styles/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../sass/styles/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/styles/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/styles/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../sass/styles/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/styles/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/styles/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/styles/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/styles/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../sass/styles/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/styles/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/styles/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../sass/styles/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, ../sass/styles/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../sass/styles/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../sass/styles/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, ../sass/styles/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, ../sass/styles/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../sass/styles/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../sass/styles/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../sass/styles/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, ../sass/styles/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../sass/styles/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../sass/styles/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/styles/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../sass/styles/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/styles/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../sass/styles/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/styles/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/styles/_normalize.scss */
td,
th {
  padding: 0;
}

/*
    Default THEME
    _+_+_+_+
    Main configuration file for css theme
*/
/* */
/* whitesmoke; */
/* $base-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; */
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
/* line 7, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/vendor/owl/_carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/vendor/owl/_carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/vendor/owl/_carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/vendor/owl/_carousel.scss */
.grabbing {
  cursor: url(../graphics/vendor/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/vendor/owl/_carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 2, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 17, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 25, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 29, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 33, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 38, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 49, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 58, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 62, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 66, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 71, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 74, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 78, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 82, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 87, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 91, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 94, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 97, ../sass/vendor/bootstrap/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 105, ../sass/vendor/bootstrap/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 109, ../sass/vendor/bootstrap/_bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 113, ../sass/vendor/bootstrap/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 118, ../sass/vendor/bootstrap/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 122, ../sass/vendor/bootstrap/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 129, ../sass/vendor/bootstrap/_bootstrap.scss */
.clearfix:after,
.modal-footer:after {
  clear: both;
}

/* line 133, ../sass/vendor/bootstrap/_bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, ../sass/styles/_base.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/styles/_base.scss */
.lt-ie8 {
  behavior: url(../hacks/boxsizing.htc);
}

/* line 20, ../sass/styles/_base.scss */
body {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 300;
}

/*
i {
  color:red;
  font-weight: 100;
}
*/
/* line 33, ../sass/styles/_base.scss */
h1, h2, h3, h4 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/* line 39, ../sass/styles/_base.scss */
h1 {
  font-size: 3em;
  line-height: 1.5em;
  line-height: 1.125em;
  font-family: Prata, Georgia, serif;
}

/* Prata */
/* line 47, ../sass/styles/_base.scss */
h2 {
  text-transform: uppercase;
  /*
  @include adjust-font-size-to($base-font-size*2.8125);
  */
  line-height: 1.275em;
  font-size: 36px;
  font-family: Oswald, impact, sans-serif;
  font-weight: 400;
}

/* line 59, ../sass/styles/_base.scss */
h2:before {
  content: "\2022";
  color: #000;
  padding-right: 12px;
}

/* line 65, ../sass/styles/_base.scss */
h2:after {
  content: "\2022";
  color: #000;
  padding-left: 12px;
}

/* line 71, ../sass/styles/_base.scss */
h3 {
  font-size: 24px;
  font-family: Oswald, impact, sans-serif;
  text-transform: uppercase;
  margin: 12px 0;
  font-family: 'Oswald', impact, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

/* line 80, ../sass/styles/_base.scss */
h4 {
  margin: 12px 0;
  /*
  @include adjust-font-size-to($base-font-size*1.5625);
  line-height: 1.125em;
  */
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 91, ../sass/styles/_base.scss */
p {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300;
  overflow: hidden;
  margin: 0 0 12px 0;
  font-size: 1.1875em;
  line-height: 1.26316em;
  line-height: 1.5em;
}

/* line 99, ../sass/styles/_base.scss */
a, a:visited {
  color: #2181b0;
  text-decoration: none;
  /*display: inline-block;*/
}

/* line 105, ../sass/styles/_base.scss */
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 110, ../sass/styles/_base.scss */
.header-nav a:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 116, ../sass/styles/_base.scss */
blockquote {
  font-size: 1.2em;
  line-height: 1.25em;
}
/* line 120, ../sass/styles/_base.scss */
blockquote a, blockquote a:visited {
  color: #fff;
  text-decoration: underline;
  padding: 0 5px;
}
/* line 126, ../sass/styles/_base.scss */
blockquote a:hover {
  text-decoration: none;
}

/* line 130, ../sass/styles/_base.scss */
small {
  font-size: 0.75em;
  line-height: 2em;
}

/* line 133, ../sass/styles/_base.scss */
img,
video,
object,
iframe {
  max-width: 100%;
}

/* line 139, ../sass/styles/_base.scss */
.mod {
  position: relative;
}
/* line 141, ../sass/styles/_base.scss */
.mod:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

/* line 151, ../sass/styles/_base.scss */
[class*='col-'] {
  padding-right: 24px;
}
/* line 154, ../sass/styles/_base.scss */
[class*='col-']:last-of-type {
  /*padding-right: 0;*/
}

/* Opt-in outside padding */
/* line 160, ../sass/styles/_base.scss */
.mod-pad {
  padding: 24px 0 24px 24px;
}
/* line 162, ../sass/styles/_base.scss */
.mod-pad [class*='col-']:last-of-type,
.mod-pad .spread {
  padding-right: 24px;
}

/* Sets the with and float of column.
/* Sets the with and float of column.
Optionally pass margin for pushing or pulling column in your layout */
/* line 106, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 1, ../sass/styles/_layout.scss */
.container {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1440px) {
  /* line 1, ../sass/styles/_layout.scss */
  .container {
    max-width: 1440px;
  }
}

/* line 18, ../sass/styles/_layout.scss */
.ad-block {
  position: relative;
  top: 0;
  margin: 1em auto;
  max-width: 312px;
  /*
  padding-left: $gutter-half;
  */
}
@media (min-width: 760px) {
  /* line 18, ../sass/styles/_layout.scss */
  .ad-block {
    padding-left: 2em;
  }
}
@media (min-width: 890px) {
  /* line 18, ../sass/styles/_layout.scss */
  .ad-block {
    padding-left: 0;
    margin: 0;
    float: right;
  }
}

/* line 39, ../sass/styles/_layout.scss */
.col-left-with-ad {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 760px) {
  /* line 39, ../sass/styles/_layout.scss */
  .col-left-with-ad {
    width: 100%;
    float: left;
    margin-bottom: 24px;
  }
}
@media (min-width: 890px) {
  /* line 39, ../sass/styles/_layout.scss */
  .col-left-with-ad {
    width: 66.6667%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 51, ../sass/styles/_layout.scss */
.col-right-with-ad {
  width: auto;
  float: none;
  margin-bottom: 24px;
  margin-left: 4%;
}
@media (min-width: 760px) {
  /* line 51, ../sass/styles/_layout.scss */
  .col-right-with-ad {
    margin-left: 4%;
  }
}
@media (min-width: 760px) {
  /* line 51, ../sass/styles/_layout.scss */
  .col-right-with-ad {
    width: 100%;
    float: right;
    margin-bottom: 24px;
  }
}
@media (min-width: 890px) {
  /* line 51, ../sass/styles/_layout.scss */
  .col-right-with-ad {
    width: 25%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 69, ../sass/styles/_layout.scss */
.eq-height-cols {
  overflow: hidden;
}

/* line 72, ../sass/styles/_layout.scss */
.eq-height-cols img {
  display: block;
}

/* line 76, ../sass/styles/_layout.scss */
iframe,
.fb_iframe_widget,
.fb_iframe_widget span {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 85, ../sass/styles/_layout.scss */
.fb_iframe_widget iframe {
  width: 100% !important;
}
@media (min-width: 890px) {
  /* line 85, ../sass/styles/_layout.scss */
  .fb_iframe_widget iframe {
    width: 50% !important;
  }
}

/* line 2, ../sass/styles/modules/_ad.scss */
.ad-block img {
  float: none !important;
  text-align: left !important;
  margin: 0 !important;
}

/* line 8, ../sass/styles/modules/_ad.scss */
.ad-block .shop-ad, #tv-schedule .ad-block .shop-ad, #test-schedule .ad-block .shop-ad {
  margin-top: 12px;
  height: 60px;
}

/* line 1, ../sass/styles/modules/_grid.scss */
.grid {
  margin-bottom: 48px;
  padding: 0 24px;
  padding-right: 0;
  margin-right: 0;
}
@media (min-width: 542px) {
  /* line 1, ../sass/styles/modules/_grid.scss */
  .grid {
    padding: 0 16.6667%;
  }
}

/* line 11, ../sass/styles/modules/_grid.scss */
.grid .col-media {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 542px) {
  /* line 11, ../sass/styles/modules/_grid.scss */
  .grid .col-media {
    width: 25%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 19, ../sass/styles/modules/_grid.scss */
.grid.with-share .grid-media {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 890px) {
  /* line 19, ../sass/styles/modules/_grid.scss */
  .grid.with-share .grid-media {
    margin-right: 16.6667%;
  }
}

/* line 2, ../sass/styles/modules/_hero.scss */
.hero {
  margin-bottom: 24px;
}

/* line 6, ../sass/styles/modules/_hero.scss */
.hero .text,
.hero .text-under,
.hero .cove-video,
.hero .optional-caption {
  width: auto;
  /*
  margin-left: $gutter;
  padding-right: $gutter;
  */
}
@media (min-width: 760px) {
  /* line 6, ../sass/styles/modules/_hero.scss */
  .hero .text,
  .hero .text-under,
  .hero .cove-video,
  .hero .optional-caption {
    width: 95.83333%;
  }
}
@media (min-width: 890px) {
  /* line 6, ../sass/styles/modules/_hero.scss */
  .hero .text,
  .hero .text-under,
  .hero .cove-video,
  .hero .optional-caption {
    width: 100%;
  }
}

/* line 24, ../sass/styles/modules/_hero.scss */
.hero .cove-video {
  position: relative;
}

/* line 28, ../sass/styles/modules/_hero.scss */
.hero .optional-caption {
  margin-bottom: 24px;
}

/* line 32, ../sass/styles/modules/_hero.scss */
.hero .text {
  margin-top: 12px;
}

/* line 36, ../sass/styles/modules/_hero.scss */
.hero img {
  /* ful width  w/ margins */
  width: 100%;
}

/* line 44, ../sass/styles/modules/_hero.scss */
.hero.with-share .hero-media {
  margin-right: 0;
}

/* line 2, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left {
  margin-bottom: 48px;
  padding-left: 24px;
}
@media (min-width: 542px) {
  /* line 2, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left {
    padding-left: 24px;
  }
}

/* line 9, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left.eq-heights {
  margin-right: 0;
}
@media (min-width: 890px) {
  /* line 9, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left.eq-heights {
    margin-right: 24px;
  }
}

/* line 17, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights, * .media-1up-left.eq-heights {
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  width: 79.1667%;
  padding: 0;
}
@media (min-width: 542px) {
  /* line 17, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights, * .media-1up-left.eq-heights {
    /*  
     margin-left: $gutter;
     margin-right: $gutter;
     width:$u-19-24;
     */
    padding: 0;
  }
}
@media (min-width: 760px) {
  /* line 17, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights, * .media-1up-left.eq-heights {
    /* width:$u-19-24; */
    width: 70.83333%;
  }
}
@media (min-width: 890px) {
  /* line 17, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights, * .media-1up-left.eq-heights {
    /* margin-right: $gutter; */
    margin-left: 180px;
    margin-right: 0;
  }
}
@media (min-width: 890px) {
  /* line 46, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights .eq-height-cols img, * .media-1up-left.eq-heights .eq-height-cols img {
    width: 533px;
    height: 300px;
    max-width: 533px;
    min-width: 533px;
  }
}
/* line 60, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-left, * .media-1up-left.eq-heights .col-left {
  background-color: #000;
  margin-right: 0;
}
@media (min-width: 1470px) {
  /* line 60, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights .col-left, * .media-1up-left.eq-heights .col-left {
    width: 50%;
  }
}
/* line 69, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-right, * .media-1up-left.eq-heights .col-right {
  margin: 0;
  padding: 0;
}
@media (min-width: 760px) {
  /* line 69, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights .col-right, * .media-1up-left.eq-heights .col-right {
    padding-right: 0;
  }
}
@media (min-width: 890px) {
  /* line 69, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights .col-right, * .media-1up-left.eq-heights .col-right {
    padding-right: 10px;
  }
}
@media (min-width: 1470px) {
  /* line 69, ../sass/styles/modules/_media-1up-left.scss */
  .cfmd-page-type-families .media-1up-left.eq-heights .col-right, * .media-1up-left.eq-heights .col-right {
    width: 50%;
  }
}
/* line 85, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-right .copy, * .media-1up-left.eq-heights .col-right .copy {
  margin-bottom: 0px;
}
/* line 90, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-right p, .cfmd-page-type-families .media-1up-left.eq-heights .col-right h2, * .media-1up-left.eq-heights .col-right p, * .media-1up-left.eq-heights .col-right h2 {
  font-family: Prata, Georgia, serif;
  /* @include adjust-font-size-to($base-font-size*1.5625); */
  font-size: 24px;
  line-height: 34px;
}
/* line 97, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-right p span, .cfmd-page-type-families .media-1up-left.eq-heights .col-right h2 span, * .media-1up-left.eq-heights .col-right p span, * .media-1up-left.eq-heights .col-right h2 span {
  font-size: 24px;
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 105, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .col-right .attribution, .cfmd-page-type-families .media-1up-left.eq-heights .col-right span, * .media-1up-left.eq-heights .col-right .attribution, * .media-1up-left.eq-heights .col-right span {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 110, ../sass/styles/modules/_media-1up-left.scss */
.cfmd-page-type-families .media-1up-left.eq-heights .copy, * .media-1up-left.eq-heights .copy {
  padding-top: 24px;
}

/* line 118, ../sass/styles/modules/_media-1up-left.scss */
* .media-1up-left.eq-heights {
  margin-right: 24px;
  margin-left: 24px;
  width: 95.83333%;
  background-color: #000;
}
@media (min-width: 890px) {
  /* line 118, ../sass/styles/modules/_media-1up-left.scss */
  * .media-1up-left.eq-heights {
    margin-right: 0;
  }
}
/* line 129, ../sass/styles/modules/_media-1up-left.scss */
* .media-1up-left.eq-heights .col-left {
  background-color: #000;
  margin-right: 0;
}
@media (min-width: 1270px) {
  /* line 129, ../sass/styles/modules/_media-1up-left.scss */
  * .media-1up-left.eq-heights .col-left {
    width: 40%;
  }
}
/* line 140, ../sass/styles/modules/_media-1up-left.scss */
* .media-1up-left.eq-heights .col-right {
  height: 100%;
}
@media (min-width: 1270px) {
  /* line 140, ../sass/styles/modules/_media-1up-left.scss */
  * .media-1up-left.eq-heights .col-right {
    width: 60%;
  }
  /* line 146, ../sass/styles/modules/_media-1up-left.scss */
  * .media-1up-left.eq-heights .col-right .copy {
    /*padding-left:0px;
     margin-left:0px; */
  }
}

/* line 157, ../sass/styles/modules/_media-1up-left.scss */
.eq-heights .copy {
  padding: 12px 24px;
  margin-bottom: 60px;
}
@media (min-width: 890px) {
  /* line 157, ../sass/styles/modules/_media-1up-left.scss */
  .eq-heights .copy {
    padding: 0 24px;
  }
}

/* line 166, ../sass/styles/modules/_media-1up-left.scss */
.eq-heights .col-left {
  padding-right: 0;
  padding-left: 0;
}

/* line 171, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-left {
  width: auto;
  float: none;
  margin-bottom: 24px;
  margin-right: 24px;
}
@media (min-width: 890px) {
  /* line 171, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* line 179, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-left-less {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 179, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left-less {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 185, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-left-more {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 185, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left-more {
    width: 66.6667%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 192, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-right {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
  margin-top: -4px;
  margin-right: 24px;
}
@media (min-width: 890px) {
  /* line 192, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-right {
    width: 50%;
    float: right;
    margin-bottom: 24px;
    padding-right: 0;
    margin-top: 0;
    margin-right: 0;
  }
}

/* line 207, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-right-more {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 207, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-right-more {
    width: 66.6667%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 213, ../sass/styles/modules/_media-1up-left.scss */
.media-1up-left .col-right-less {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 213, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-right-less {
    width: 33.3333%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 2, ../sass/styles/modules/_media-2up.scss */
.media-2up {
  margin-bottom: 48px;
  padding: 0 24px;
  overflow: hidden;
}

/* line 7, ../sass/styles/modules/_media-2up.scss */
.media-2up img {
  display: block;
  margin: 0 auto;
}

/* line 11, ../sass/styles/modules/_media-2up.scss */
.media-2up .media-left {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 542px) {
  /* line 11, ../sass/styles/modules/_media-2up.scss */
  .media-2up .media-left {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    padding-right: 12px;
  }
}

/* line 19, ../sass/styles/modules/_media-2up.scss */
.media-2up .media-right {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 542px) {
  /* line 19, ../sass/styles/modules/_media-2up.scss */
  .media-2up .media-right {
    width: 50%;
    float: right;
    margin-bottom: 24px;
    padding-left: 12px;
  }
}

/* line 28, ../sass/styles/modules/_media-2up.scss */
.two-cove-video-text-two-third .media-left {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 542px) {
  /* line 28, ../sass/styles/modules/_media-2up.scss */
  .two-cove-video-text-two-third .media-left {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
    padding-right: 12px;
  }
}

/* line 37, ../sass/styles/modules/_media-2up.scss */
.two-cove-video-text-two-third .media-right {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 542px) {
  /* line 37, ../sass/styles/modules/_media-2up.scss */
  .two-cove-video-text-two-third .media-right {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
    padding-left: 12px;
  }
}

/* line 2, ../sass/styles/modules/_media-3up.scss */
.media-3up {
  margin-bottom: 48px;
  padding: 0 24px;
}

/* line 6, ../sass/styles/modules/_media-3up.scss */
.media-3up img {
  display: block;
  margin: 0 auto;
}

/* line 11, ../sass/styles/modules/_media-3up.scss */
.media-3up .media-a,
.media-3up .media-b,
.media-3up .media-c {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0;
}
@media (min-width: 542px) {
  /* line 11, ../sass/styles/modules/_media-3up.scss */
  .media-3up .media-a,
  .media-3up .media-b,
  .media-3up .media-c {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
    margin-bottom: 0;
  }
}

@media (min-width: 542px) {
  /* line 23, ../sass/styles/modules/_media-3up.scss */
  .media-3up .media-a {
    padding-right: 24px;
  }
}

@media (min-width: 542px) {
  /* line 29, ../sass/styles/modules/_media-3up.scss */
  .media-3up .media-b {
    padding: 0 12px;
  }
}

@media (min-width: 542px) {
  /* line 35, ../sass/styles/modules/_media-3up.scss */
  .media-3up .media-c {
    padding-left: 24px;
  }
}

/* line 42, ../sass/styles/modules/_media-3up.scss */
.media-3up .media-a .cove-video,
.media-3up .media-b .cove-video,
.media-3up .media-c .cove-video {
  position: relative;
}

/* line 2, ../sass/styles/modules/_pullquote.scss */
.pullquote {
  margin-bottom: 48px;
  /* padding: 0 $u-1-24; */
  padding: 0 0;
}
@media (min-width: 890px) {
  /* line 2, ../sass/styles/modules/_pullquote.scss */
  .pullquote {
    width: 79.1667%;
  }
}

/* line 12, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote {
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-style: italic;
  color: #000;
}
/* line 14, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote span {
  display: block;
  margin: 5px 0;
  position: relative;
  text-align: left;
}
/* line 22, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote p {
  margin: 0;
  padding: 0;
  /* @include adjust-font-size-to($base-font-size*1.5625); */
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

/* line 38, ../sass/styles/modules/_pullquote.scss */
.pull-quote-full-width {
  background-color: #B4B3B1;
  /* margin: 0 $gutter*2 $gutter*2 $gutter*2; */
  margin: 0 0;
}

/* cfmd overrides */
/* line 47, ../sass/styles/modules/_pullquote.scss */
.cfmd-page-type-families .pull-quote-full-width, * .pull-quote-full-width {
  background-color: transparent;
  margin: 24px 24px 96px 24px;
}
@media (min-width: 890px) {
  /* line 47, ../sass/styles/modules/_pullquote.scss */
  .cfmd-page-type-families .pull-quote-full-width, * .pull-quote-full-width {
    width: 70.83333%;
    margin-left: 180px;
  }
}
/* line 55, ../sass/styles/modules/_pullquote.scss */
.cfmd-page-type-families .pull-quote-full-width blockquote, * .pull-quote-full-width blockquote {
  font-style: normal;
  border-top: 2px solid #2181b0;
  border-bottom: 2px solid #2181b0;
  padding: 1em 0 .5em 0;
  line-height: 34px;
}
/* line 62, ../sass/styles/modules/_pullquote.scss */
.cfmd-page-type-families .pull-quote-full-width blockquote span, * .pull-quote-full-width blockquote span {
  /* quote source */
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: .38em .70em;
  margin-top: .86em;
  font-family: 'Open Sans', arial, sans-serif;
}
/* line 74, ../sass/styles/modules/_pullquote.scss */
.cfmd-page-type-families .pull-quote-full-width p, * .pull-quote-full-width p {
  color: #000;
  font-family: 'Prata', Georgia, serif;
}

/* line 2, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right {
  margin-bottom: 48px;
  padding: 0 24px;
}
/* line 9, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .media-1up-copy {
  background-color: #fff;
}

/* line 14, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .copy {
  padding-left: 24px;
  padding-bottom: 12px;
  padding-bottom: 0px;
  margin-bottom: 48px;
}
/* line 22, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .copy h4, .media-1up-right .copy a:link {
  color: #000;
  margin-bottom: 0px;
}
@media (min-width: 890px) {
  /* line 14, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .copy {
    padding: 0 24px;
  }
}
/* line 32, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .copy p {
  padding-top: 0px;
  color: #000;
  /* font-size:$quote-font-size; */
}

/* line 40, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-left {
  width: auto;
  float: none;
  margin-bottom: 24px;
  margin-right: 0;
}
@media (min-width: 890px) {
  /* line 40, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* line 50, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-left-less {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 50, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left-less {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 56, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-left-more {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 56, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left-more {
    width: 66.6667%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 62, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-right {
  width: auto;
  float: none;
  margin-bottom: 24px;
  padding-right: 0px;
}
@media (min-width: 890px) {
  /* line 62, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-right {
    width: 50%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 69, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-right-more {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 69, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-right-more {
    width: 66.6667%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 75, ../sass/styles/modules/_media-1up-right.scss */
.media-1up-right .col-right-less {
  width: auto;
  float: none;
  margin-bottom: 24px;
}
@media (min-width: 890px) {
  /* line 75, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-right-less {
    width: 33.3333%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 82, ../sass/styles/modules/_media-1up-right.scss */
.with-share .media-1up-right-wrapper {
  margin-right: 0;
  overflow: hidden;
}

/* line 2, ../sass/styles/modules/_sec-hed.scss */
.sec-hed {
  /* margin-bottom: $gutter-half; */
  margin: 24px 0;
  padding: 0;
  text-align: center;
}

/* line 8, ../sass/styles/modules/_sec-hed.scss */
.sec-hed h1 {
  font-family: Prata, Georgia, serif;
  /* text-transform: uppercase; */
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  font-size: 3em;
  line-height: 1.5em;
}
@media (min-width: 890px) {
  /* line 8, ../sass/styles/modules/_sec-hed.scss */
  .sec-hed h1 {
    /* font-size: $base-font-size*5; */
    padding-top: 20px;
    padding-bottom: 16px;
  }
}

/* line 24, ../sass/styles/modules/_sec-hed.scss */
.sec-hed h2 {
  padding: 40px;
  /*
  @include breakpoint($bp-wide){
      font-size: $base-font-size*2.8125;
      font-family: $heading-font-family;
   }
   */
}

/*
.cfmd-page-type-families {
    .sec-hed h2 {
        width:auto;
        display:inline-block;
        padding:40px;
        background-color:rgba(0,0,0,.9);
        color:#fff;
        @include breakpoint($bp-wide){
            margin:40px 0px;
            
        }
    }
}
*/
/* line 49, ../sass/styles/modules/_sec-hed.scss */
.sec-hed h3 {
  font-weight: 400;
  font-size: 2.0625em;
  line-height: 1.45455em;
  line-height: 1.125em;
}

/* line 2, ../sass/styles/modules/_share.scss */
.share {
  margin-bottom: 48px;
}

/* line 1, ../sass/styles/modules/_full-text.scss */
.full-text {
  margin-bottom: 48px;
}

/* line 4, ../sass/styles/modules/_full-text.scss */
.full-text .copy {
  width: auto;
  margin: 0 24px;
}
@media (min-width: 890px) {
  /* line 4, ../sass/styles/modules/_full-text.scss */
  .full-text .copy {
    width: 70.83333%;
    margin: 0 0 0 180px;
  }
}

/* line 13, ../sass/styles/modules/_full-text.scss */
#family-profile-gallery-title.full-text {
  margin-bottom: 24px;
}
/* line 15, ../sass/styles/modules/_full-text.scss */
#family-profile-gallery-title.full-text .copy {
  text-align: center;
}
/* line 19, ../sass/styles/modules/_full-text.scss */
#family-profile-gallery-title.full-text h3:before {
  content: "\2022";
  color: #000;
  padding-right: 12px;
}
/* line 24, ../sass/styles/modules/_full-text.scss */
#family-profile-gallery-title.full-text h3:after {
  content: "\2022";
  color: #000;
  padding-left: 12px;
}

/* line 31, ../sass/styles/modules/_full-text.scss */
#resources-topic-title {
  border-top: 53px solid #000;
  padding-top: 60px;
  margin: 0 24px;
}

/* line 39, ../sass/styles/modules/_full-text.scss */
.full-text .copy-with-ad {
  margin: 0 24px;
  width: auto;
}
@media (min-width: 890px) {
  /* line 39, ../sass/styles/modules/_full-text.scss */
  .full-text .copy-with-ad {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }
}

/* line 48, ../sass/styles/modules/_full-text.scss */
.text.pull-right {
  position: relative;
  width: auto;
  left: 0;
  margin-left: 0;
}
@media (min-width: 760px) {
  /* line 48, ../sass/styles/modules/_full-text.scss */
  .text.pull-right {
    width: 80%;
    left: 16.6667%;
    margin-left: 24px;
  }
}

/* line 1, ../sass/styles/modules/_gmap.scss */
.gmap .map {
  position: relative;
}

/* line 4, ../sass/styles/modules/_gmap.scss */
.gmap .js-gmap-block .map-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
  z-index: 10;
}

/* line 12, ../sass/styles/modules/_gmap.scss */
.gmap .js-gmap-block .unblock-copy {
  font-size: .9em;
  width: 200px;
  height: 75px;
  padding: 28px 0;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #F1CB5E;
  background: rgba(28, 31, 23, 0.9);
  border: 1px solid #494747;
  opacity: 1;
  z-index: 50;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

/* line 35, ../sass/styles/modules/_gmap.scss */
.gmap .js-gmap-block .unblock-copy:hover {
  background: rgba(28, 31, 23, 0.7);
}

/* line 40, ../sass/styles/modules/_gmap.scss */
.map-poster-image {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-position: center center;
}

/* line 48, ../sass/styles/modules/_gmap.scss */
.js-gmap-unblock + .map-poster-image {
  display: none;
}

/* line 52, ../sass/styles/modules/_gmap.scss */
.close-map {
  display: none;
}

/* line 56, ../sass/styles/modules/_gmap.scss */
.js-gmap-block.js-gmap-unblock .close-map {
  display: block;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 15;
  background-image: url("../images/btn_closemap.png");
  width: 47px;
  height: 134px;
  color: #F1CB5E;
  cursor: pointer;
  /*background-color: rgba(28, 31, 23, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  margin-right: -40px;*/
}

/* line 76, ../sass/styles/modules/_gmap.scss */
.js-gmap-block.js-gmap-unblock .close-map:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 81, ../sass/styles/modules/_gmap.scss */
#test-google-map-poster-image, #google-map-poster-image {
  margin: 24px 0;
}

/* line 6, ../sass/styles/modules/_takeover-carousel.scss */
.owl-item img {
  display: block !important;
  margin: 0 auto;
}

/* line 16, ../sass/styles/_module.scss */
.copy-inset {
  margin-left: 16.6667%;
}

/* line 21, ../sass/styles/_module.scss */
.eq-heights {
  overflow: hidden;
}

/* line 24, ../sass/styles/_module.scss */
.eq-heights[class*='col-'],
.eq-heights [class*='col-'] {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 890px) {
  /* line 24, ../sass/styles/_module.scss */
  .eq-heights[class*='col-'],
  .eq-heights [class*='col-'] {
    margin-bottom: -100025px !important;
    padding-bottom: 99999px !important;
  }
}

/* line 35, ../sass/styles/_module.scss */
.with-share .share {
  position: static;
  bottom: auto;
  right: auto;
  width: auto;
  clear: both;
}
@media (min-width: 890px) {
  /* line 35, ../sass/styles/_module.scss */
  .with-share .share {
    float: right;
  }
}

/* line 10, ../sass/styles/_state.scss */
.js-article {
  display: none;
}

/* line 16, ../sass/styles/_state.scss */
.js-gmap-unblock .map-screen,
.js-gmap-unblock .unblock-copy {
  z-index: 0 !important;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=36496584a3474aa4986b)
 * Config saved to config.json and https://gist.github.com/36496584a3474aa4986b
 */
/* line 11, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 21, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 36, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn:active,
.btn.active {
  background-image: none;
}

/* line 40, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

/* line 51, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

/* line 56, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 61, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

/* line 66, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

/* line 75, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

/* line 80, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

/* line 85, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}

/* line 90, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

/* line 99, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

/* line 104, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 109, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}

/* line 114, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

/* line 123, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

/* line 128, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 133, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

/* line 138, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

/* line 147, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

/* line 152, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 157, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

/* line 162, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

/* line 171, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

/* line 176, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 181, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

/* line 186, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 191, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

/* line 200, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}

/* line 210, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

/* line 221, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 230, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 234, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 242, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

/* line 251, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 255, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

/* line 260, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 265, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

/* line 273, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

/* line 281, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

/* line 289, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

/* line 297, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

/* line 304, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

/* line 311, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

/* line 318, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

/* line 325, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

/* line 332, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

/* line 339, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 344, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 349, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}

/* line 360, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 364, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 371, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

/* line 378, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

/* line 385, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

/* line 392, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

/* line 399, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

/* line 406, ../sass/vendor/bootstrap/_bootstrap-theme.scss */
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
/* line 6, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 26, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 34, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 39, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 52, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 60, ../sass/vendor/owl/_theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 72, ../sass/vendor/owl/_theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* line 4, ../sass/styles/_theme.scss */
html, body {
  background-color: #fff;
}

/* line 8, ../sass/styles/_theme.scss */
.large-title {
  text-transform: uppercase;
  font-weight: 300;
}

/* line 13, ../sass/styles/_theme.scss */
.ad-label,
.ad-more-link {
  font-size: 12px;
}

/* line 19, ../sass/styles/_theme.scss */
.ad-more-link {
  position: absolute;
  right: 0;
}

/* line 24, ../sass/styles/_theme.scss */
.optional-caption {
  font-size: .75em;
}

/* line 29, ../sass/styles/_theme.scss */
.modal {
  top: 0 !important;
}

/* line 33, ../sass/styles/_theme.scss */
.modal-dialog {
  width: 85%;
}

/* line 36, ../sass/styles/_theme.scss */
.modal-content {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

/* line 42, ../sass/styles/_theme.scss */
[data-dismiss="modal"] {
  position: relative;
  top: -10px;
  float: left;
  z-index: 100;
}

/* line 49, ../sass/styles/_theme.scss */
.modal-content .content {
  clear: both;
}

/* line 53, ../sass/styles/_theme.scss */
.owl-carousel .col-media {
  padding: 0;
}

/* line 57, ../sass/styles/_theme.scss */
.media-1up-copy {
  background-color: #000;
  color: #fff;
  /*    p {
          font-size: $base-font-size;
          line-height: $base-line-height;
          font-weight: $base-font-weight;
      }*/
}

/* line 67, ../sass/styles/_theme.scss */
.media-1up-copy a,
.media-1up-copy a:link,
.media-1up-copy a:hover,
.media-1up-copy a:visited {
  color: #fff;
}

/* line 78, ../sass/styles/_theme.scss */
.owl-buttons {
  position: absolute;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}

/* line 88, ../sass/styles/_theme.scss */
.owl-prev {
  float: left;
  background: url("../images/ic_sprite.png") no-repeat 63.867% 0;
  width: 50px;
  height: 74px;
}

/* line 94, ../sass/styles/_theme.scss */
.owl-next {
  float: right;
  background: url("../images/ic_sprite.png") no-repeat 74.533% 0;
  width: 50px;
  height: 74px;
}

/* line 1, ../sass/styles/_site_custom.scss */
.show {
  display: block;
}

/* line 5, ../sass/styles/_site_custom.scss */
.hide {
  display: none;
}

/* line 9, ../sass/styles/_site_custom.scss */
.cove-video-text-under-full-width {
  margin: 24px;
}
/* line 12, ../sass/styles/_site_custom.scss */
.cove-video-text-under-full-width .cove-video {
  padding-right: 12px;
}
/* line 16, ../sass/styles/_site_custom.scss */
.cove-video-text-under-full-width .text-under {
  margin-top: 36px;
}

/* line 23, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .section-title-full-width.sec-hed {
  border-top: 30px solid #000;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 48px;
}
/* line 30, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .section-title-full-width.sec-hed:first-of-type {
  border-top: 0 none;
}

/* line 39, ../sass/styles/_site_custom.scss */
.cfmd-page-type-families .mod.text-full-width.full-text h4 {
  margin-bottom: 0px;
}

/* line 45, ../sass/styles/_site_custom.scss */
.quote_style1 {
  font-style: italic;
}

/* line 49, ../sass/styles/_site_custom.scss */
.gradient-span {
  /*
  background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(52,57,61,1));
  background: -o-linear-gradient(rgba(0,0,0,0),rgba(52,57,61,1));
  background: -moz-linear-gradient(rgba(0,0,0,0),rgba(52,57,61,1));
  background: linear-gradient(rgba(0,0,0,0),rgba(52,57,61,1));
  */
  height: 10px;
  width: 100%;
  display: block;
  clear: both;
  margin-top: 24px;
}

/* line 66, ../sass/styles/_site_custom.scss */
#preview-page-lede .text-under p {
  margin: 24px;
  /*
  margin-top:$gutter;
  margin-bottom:$gutter;
  */
  overflow: initial;
}

/* line 79, ../sass/styles/_site_custom.scss */
span.first-letter {
  font-size: 48px;
  /* line-height: $base-font-size *3; */
  font-family: Prata;
  padding: 10px 0px 10px 0px;
  height: 48px;
  margin-right: 0px;
  line-height: 1;
}

/* line 90, ../sass/styles/_site_custom.scss */
#preview-page-tune h4 {
  margin: 0px 0px 50px 0px;
}

/* line 95, ../sass/styles/_site_custom.scss */
.header-nav {
  width: 100%;
  position: relative;
  z-index: 100;
    /*
    a, a:visited {
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: .8em;
        font-weight: 300;
        @include breakpoint($bp-wide){
            font-size: 1em;
        }
    }

    
    a:hover {
        color: #fff;
    }
    */
  /* HEADER FOR ALL SUB PAGES, NOT INDEX/HOME */
  /* HEADER FOR INDEX//HOME ONLY */
  /* HEADER FOR < mid-range */
}
/* line 120, ../sass/styles/_site_custom.scss */
.header-nav .constant-container {
  position: relative;
  background-color: #fff;
  padding: 0 0 0px 0;
}
@media (min-width: 760px) {
  /* line 120, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container {
    padding: 0 0 20px 0;
    height: 268px;
  }
}
/* line 130, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
            /*

            ul {
                display: none;

                @include breakpoint($bp-midrange){
                    display:block;
                    padding:0px;
                    margin:0px;
                }

                li {
                    display:inline;
                    
                    a {
                       
                        border:1px dotted #fff;
                    }
                }

            }
            */
}
/* line 135, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button {
  cursor: pointer;
  bottom: .2em;
  color: #F1CB5E;
  text-transform: uppercase;
  /*
  :hover {
      color: #fff;
  }
  */
}
@media (min-width: 542px) {
  /* line 135, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .header-nav-menu-button {
    bottom: 1em;
  }
}
@media (min-width: 760px) {
  /* line 135, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .header-nav-menu-button {
    display: none;
  }
}
/* line 153, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button {
  margin: 0px 0px 5px 5px;
  position: relative;
  width: 100px;
  height: 24px;
  color: #fff;
  color: #F1DFB8;
}
/* line 162, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button a {
  color: #F1DFB8;
}
/* line 165, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button a:hover {
  color: #cb8f62;
}
@media (min-width: 542px) {
  /* line 153, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button {
    height: 34px;
    margin: 0px 0px 0px 10px;
  }
}
/* line 175, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button .button-menu {
  text-align: center;
}
/* line 177, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button .button-menu div {
  background-color: #000;
  width: 100%;
}
/* line 183, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button .button-close {
  text-align: center;
  color: #cb8f62;
}
/* line 186, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button .go-to-top-button .button-close div {
  background-color: #000;
  width: 100%;
}
/* line 204, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button.showing .button-close {
  display: none;
}
/* line 207, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button.showing .button-menu {
  display: block;
}
/* line 212, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button.hidden .button-close {
  display: block;
}
/* line 215, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .header-nav-menu-button.hidden .button-menu {
  display: none;
}
/* line 219, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set {
  /*
      $bp-medium: 542px;
      $bp-midrange: 760px; // was 650
      $bp-wide: 890px;
      $bp-max: 1440px;
  */
  display: none;
  text-align: center;
}
@media (min-width: 760px) {
  /* line 219, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set {
    display: block;
  }
}
/* line 245, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a {
  display: inline-block;
}
@media (min-width: 760px) {
  /* line 245, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a {
    margin: 0 0px;
  }
}
@media (min-width: 890px) {
  /* line 245, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a {
    margin: 0 0;
  }
}
@media (min-width: 989px) {
  /* line 245, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a {
    margin: 0 0;
  }
}
@media (min-width: 1016px) {
  /* line 245, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a {
    margin: 0 0;
  }
}
@media (min-width: 1176px) {
  /* line 245, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a {
    margin: 0 1%;
  }
}
/* line 271, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a div {
  /*
  $bp-medium: 542px;
  $bp-midrange: 760px; // was 650
  $bp-wide: 890px;
  $bp-max: 1440px;
  */
  display: inline-block;
  background-color: #000;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 2em;
  font-size: 18px;
  color: #F1DFB8;
  text-transform: capitalize;
  padding: 0px 20px;
  margin: 0px 0px 13px 0px;
}
@media (min-width: 542px) {
  /* line 271, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a div {
    /* NOT DISPLAYED */
  }
}
@media (min-width: 760px) {
  /* line 271, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a div {
    padding: 0px 7px;
    font-size: 15px;
  }
}
@media (min-width: 890px) {
  /* line 271, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a div {
    /* 890px */
    padding: 0px 10px;
    font-size: 16px;
  }
}
@media (min-width: 989px) {
  /* line 271, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a div {
    padding: 0px 14px;
    font-size: 18px;
  }
}
@media (min-width: 1016px) {
  /* line 271, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-menu-bar .menu-button-set a div {
    padding: 0px 14px;
  }
}
/* line 323, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a:hover div {
  /* opacity:.7; */
  background-color: #2181b0;
}
/* line 329, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a.active {
  background: url("../images/cfmd-masthead-nav-triangle.png") no-repeat 51% 100%;
}
/* line 333, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a.active div {
  background-color: #2181b0;
}
/* line 337, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-menu-bar .menu-button-set a.active:hover {
  opacity: 1;
}
/* line 366, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav {
  background-color: #000;
  position: relative;
  display: block;
  width: 100%;
  height: 158px;
}
@media (min-width: 542px) {
  /* line 366, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav {
    background: url("../images/cfmd/cfmd-masthead-bg.jpg") no-repeat 0 0;
    background-position: 0px 20px, center;
    background-size: 810px auto;
    background-position: 0px -10px, center;
    height: 158px;
  }
}
@media (min-width: 760px) {
  /* line 366, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav {
    background-size: 1440px auto;
    height: 448px;
  }
}
/* line 388, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain {
  width: 100%;
  height: 225px;
  text-align: center;
  position: relative;
}
/* line 394, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain a.home-link {
  /*width: 60%;
  height: 60%;
  */
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
/* line 405, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain .cfmd-logo {
  marging-left: auto;
  margin-right: auto;
  width: 150px;
  margin-top: 32px;
}
@media (min-width: 542px) {
  /* line 405, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .cfmd-logo {
    width: 200px;
    margin-top: 00px;
  }
}
@media (min-width: 760px) {
  /* line 405, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .cfmd-logo {
    margin-top: 10px;
    display: block;
    width: 300px;
    /*
    height:180px;
    */
  }
}
/* line 427, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb {
  position: relative;
  height: 1em;
  width: 230px;
  color: #F1DFB8;
  font-size: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding-left: 15px;
  text-align: center;
  clear: both;
}
@media (min-width: 542px) {
  /* line 427, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb {
    margin-top: 0px;
    padding-left: 4px;
    font-size: 80%;
    width: 280px;
  }
}
@media (min-width: 760px) {
  /* line 427, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb {
    font-size: 100%;
    margin-top: 6px;
    width: 358px;
  }
}
/* line 459, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb p {
  line-height: 1em;
  float: left;
  margin-top: 7px;
}
@media (min-width: 542px) {
  /* line 459, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb p {
    margin-top: 8px;
  }
}
@media (min-width: 760px) {
  /* line 459, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb p {
    margin-top: 11px;
  }
}
/* line 474, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb img {
  /* float:left; */
  paddding: 0px;
  width: 53px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 542px) {
  /* line 474, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb img {
    margin: 0 auto;
    width: 64px;
  }
}
@media (min-width: 760px) {
  /* line 474, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .logo-full-width-contain .pbs-blurb img {
    width: 78px;
    height: 38px;
    margin: 0 auto;
  }
}
/* line 498, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav img {
  display: block;
  margin: 0 auto;
}
/* line 503, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-right: 8px;
  background-color: #333;
}
@media (min-width: 542px) {
  /* line 503, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders {
    background-color: transparent;
    position: absolute;
    text-align: right;
    top: 10px;
    right: 13px;
    padding-right: 0px;
    width: 28%;
  }
}
@media (min-width: 760px) {
  /* line 503, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders {
    right: 20px;
    top: 20px;
    width: 22%;
  }
}
/* line 528, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div {
  position: relative;
  width: 100%;
  text-align: right;
  height: 40.8px;
                    /*
                    .* {
                        margin:0px 0px 10px 0px;
                        
                        @include breakpoint($bp-midrange){
                            margin:0px 0px 20px 0px;
                         }

                    }
                    */
}
/* line 544, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div a {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
/* line 550, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-pfizer-s-a {
  display: inline-block;
}
@media (min-width: 760px) {
  /* line 550, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-pfizer-s-a {
    display: none;
  }
}
/* line 557, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-pfizer-large-a {
  display: none;
}
@media (min-width: 760px) {
  /* line 557, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-pfizer-large-a {
    display: block;
    float: right;
    clear: both;
  }
}
/* line 566, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-aarp-logo-s-a {
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 760px) {
  /* line 566, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-aarp-logo-s-a {
    display: none;
  }
}
/* line 573, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-aarp-logo-xl-a {
  display: none;
}
@media (min-width: 760px) {
  /* line 573, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders div .cfmd-aarp-logo-xl-a {
    display: block;
    float: right;
    clear: both;
  }
}
/* line 585, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders p {
  text-align: right;
  font-size: 8.4px;
  line-height: 8.4px;
  text-transform: none;
  color: #F1DFB8;
  padding: 0;
  margin: 4px 8px;
  margin-bottom: 5px;
}
@media (min-width: 542px) {
  /* line 585, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders p {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
  }
}
@media (min-width: 760px) {
  /* line 585, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders p {
    margin-bottom: 15px;
    margin-right: 8px;
  }
}
/* line 611, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders img {
  float: right;
  clear: both;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 542px) {
  /* line 611, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders img {
    float: right;
    clear: both;
  }
}
/* line 624, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-large {
  display: none;
}
@media (min-width: 760px) {
  /* line 624, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-large {
    display: block;
    width: 80%;
    height: auto;
    margin-right: 4px;
  }
}
@media (min-width: 890px) {
  /* line 624, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-large {
    width: 100%;
  }
}
/* line 638, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-s {
  float: none;
  display: inline-block;
  margin: 0px 4px 4px 0px;
  padding: 0px;
  width: 80%;
}
@media (min-width: 542px) {
  /* line 638, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-s {
    border: 0 none;
    margin-right: 4px;
    display: block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 760px) {
  /* line 638, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-pfizer-s {
    display: none;
  }
}
/* line 659, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-xl {
  display: none;
  margin-bottom: 12px;
}
@media (min-width: 542px) {
  /* line 659, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-xl {
    margin-bottom: 12px;
  }
}
@media (min-width: 760px) {
  /* line 659, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-xl {
    display: block;
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (min-width: 890px) {
  /* line 659, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-xl {
    width: 100%;
  }
}
/* line 677, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-s {
  float: none;
  display: inline-block;
  margin: 0px 5px 3px 0px;
  /* width:80%; */
}
@media (min-width: 542px) {
  /* line 677, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-s {
    display: block;
    float: right;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media (min-width: 760px) {
  /* line 677, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .masthead-funders .cfmd-aarp-logo-s {
    display: none;
  }
}
/* line 699, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-icon-buckets {
  position: absolute;
  top: .5em;
  left: 0;
  line-height: 1em;
  width: 110px;
  text-align: right;
}
/* line 710, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-icon-buckets a {
  margin: 0 4px;
}
/* line 713, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-icon-buckets a.twitter_top {
  margin-bottom: 2px;
  margin-right: 2px;
}
@media (min-width: 542px) {
  /* line 713, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets a.twitter_top {
    margin-bottom: 3px;
  }
}
@media (min-width: 760px) {
  /* line 713, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets a.twitter_top {
    margin-bottom: 5px;
  }
}
/* line 726, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-icon-buckets a.youtube {
  margin-bottom: 4px;
}
@media (min-width: 542px) {
  /* line 726, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets a.youtube {
    margin-bottom: 3px;
  }
}
@media (min-width: 760px) {
  /* line 726, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets a.youtube {
    margin-bottom: 5px;
  }
}
@media (min-width: 542px) {
  /* line 699, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets {
    position: absolute;
    top: auto;
    left: auto;
    right: 1em;
    bottom: 9px;
    height: 30px;
    line-height: 1em;
  }
}
@media (min-width: 760px) {
  /* line 699, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets {
    bottom: 4em;
    right: 24px;
    width: 130px;
  }
}
@media (min-width: 760px) {
  /* line 767, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container.cfmd-page-type-index, .header-nav .constant-container.cfmd-page-type-home {
    padding: 0 0 20px 0;
    height: 448px;
  }
}
/* line 774, ../sass/styles/_site_custom.scss */
.header-nav .constant-container.cfmd-page-type-index .header-menu-bar, .header-nav .constant-container.cfmd-page-type-home .header-menu-bar {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media (min-width: 542px) {
  /* line 779, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container.cfmd-page-type-index .header-nav-icon-buckets, .header-nav .constant-container.cfmd-page-type-home .header-nav-icon-buckets {
    position: absolute;
    top: auto;
    left: auto;
    right: 1em;
    bottom: 12px;
    height: 30px;
    line-height: 1em;
  }
}
@media (min-width: 760px) {
  /* line 779, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container.cfmd-page-type-index .header-nav-icon-buckets, .header-nav .constant-container.cfmd-page-type-home .header-nav-icon-buckets {
    bottom: 5em;
    right: 24px;
    width: 130px;
  }
}
/* line 804, ../sass/styles/_site_custom.scss */
.header-nav .constant-container.cfmd-page-type-index .background-header-nav, .header-nav .constant-container.cfmd-page-type-home .background-header-nav {
  /* background: url('../images/cfmd/cfmd-masthead-bg.jpg') no-repeat 0 0; */
  background-size: 810px auto;
  position: relative;
  display: block;
  width: 100%;
  height: 242px;
}
@media (min-width: 760px) {
  /* line 804, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container.cfmd-page-type-index .background-header-nav, .header-nav .constant-container.cfmd-page-type-home .background-header-nav {
    background-size: 1440px auto;
    height: 448px;
  }
}
/* line 821, ../sass/styles/_site_custom.scss */
.header-nav .constant-container.cfmd-page-type-index .background-header-nav .logo-full-width-contain, .header-nav .constant-container.cfmd-page-type-home .background-header-nav .logo-full-width-contain {
  width: 100%;
  height: 225px;
  text-align: center;
  position: relative;
}
/* line 827, ../sass/styles/_site_custom.scss */
.header-nav .constant-container.cfmd-page-type-index .background-header-nav .logo-full-width-contain .cfmd-logo, .header-nav .constant-container.cfmd-page-type-home .background-header-nav .logo-full-width-contain .cfmd-logo {
  marging-left: auto;
  margin-right: auto;
  width: 270px;
  height: 101px;
  margin-top: 50px;
}
@media (min-width: 760px) {
  /* line 827, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container.cfmd-page-type-index .background-header-nav .logo-full-width-contain .cfmd-logo, .header-nav .constant-container.cfmd-page-type-home .background-header-nav .logo-full-width-contain .cfmd-logo {
    margin-top: 74px;
    display: block;
    width: 440px;
    height: 180px;
  }
}
/* line 848, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header {
  position: relative;
  background-color: #000;
  text-align: left;
  padding: 5px;
}
@media (min-width: 542px) {
  /* line 848, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header {
    /* text-align:center; */
  }
}
@media (min-width: 760px) {
  /* line 848, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header {
    display: none;
  }
}
/* line 862, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header a {
  background-color: #000;
  font-size: 16px;
  line-height: 1em;
  text-transform: capitalize;
  color: #F1DFB8;
  display: block;
  font-weight: 400;
  padding: 4px 14px;
  margin: 0px 4px 0px 4px;
}
@media (min-width: 542px) {
  /* line 862, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header a {
    display: inline-block;
    padding: 4px 4px;
    margin: 4px 7px;
  }
}
@media (min-width: 760px) {
  /* line 862, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header a {
    /* parent is display none */
  }
}
/* line 885, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header a:hover {
  opacity: .7;
}
/* line 889, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header br {
  display: none;
}
@media (min-width: 542px) {
  /* line 889, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header br {
    display: block;
  }
}
@media (min-width: 760px) {
  /* line 889, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header br {
    display: none;
  }
}

/* line 903, ../sass/styles/_site_custom.scss */
.floating-nav {
  top: 0px;
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 100;
}

/* line 912, ../sass/styles/_site_custom.scss */
.header-nav-icon-buckets a {
  margin: 0 2px;
  display: inline-block;
  position: relative;
}
@media (min-width: 760px) {
  /* line 912, ../sass/styles/_site_custom.scss */
  .header-nav-icon-buckets a {
    margin: 0 5px;
  }
}

/* line 922, ../sass/styles/_site_custom.scss */
.hero .share {
  margin-right: 24px;
}

/* line 927, ../sass/styles/_site_custom.scss */
.share .facebook_top, .share .twitter_top {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 935, ../sass/styles/_site_custom.scss */
.share a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 940, ../sass/styles/_site_custom.scss */
.header-nav-icon-buckets a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 945, ../sass/styles/_site_custom.scss */
.facebook_top {
  background: url("../images/ic_sprite.png") no-repeat 0 0;
  background-size: 650px auto;
  width: 10px;
  height: 25px;
}
@media (min-width: 760px) {
  /* line 945, ../sass/styles/_site_custom.scss */
  .facebook_top {
    background-size: 800px auto;
    width: 15px;
    height: 30px;
  }
}

/* line 958, ../sass/styles/_site_custom.scss */
.twitter_top {
  background: url("../images/ic_sprite.png") no-repeat 10.881% 0%;
  background-size: 725px auto;
  width: 26px;
  height: 27px;
}
@media (min-width: 760px) {
  /* line 958, ../sass/styles/_site_custom.scss */
  .twitter_top {
    background-size: 910px auto;
    width: 34px;
    height: 30px;
  }
}

/* line 971, ../sass/styles/_site_custom.scss */
.youtube {
  background: url("../images/ic_sprite.png") no-repeat 20.752% 0;
  background-size: 650px auto;
  width: 23px;
  height: 15px;
  bottom: 5px;
}
@media (min-width: 760px) {
  /* line 971, ../sass/styles/_site_custom.scss */
  .youtube {
    background-size: 800px auto;
    width: 29px;
    height: 19px;
    bottom: 2px;
  }
}

/* line 987, ../sass/styles/_site_custom.scss */
.tumblr {
  background: url("../images/ic_sprite.png") no-repeat 30.691% 0;
  background-size: 650px auto;
  width: 15px;
  height: 25px;
}
@media (min-width: 760px) {
  /* line 987, ../sass/styles/_site_custom.scss */
  .tumblr {
    background-size: 800px auto;
    width: 18px;
    height: 28px;
  }
}

/* line 1001, ../sass/styles/_site_custom.scss */
.shop {
  background: url("../images/ic_sprite.png") no-repeat 41.451% 0;
  background-size: 600px auto;
  width: 22px;
  height: 25px;
}
@media (min-width: 760px) {
  /* line 1001, ../sass/styles/_site_custom.scss */
  .shop {
    background-size: 740px auto;
    width: 28px;
    height: 28px;
  }
}

/*    AD BLOCK FIX:     PADDING FOR FULL WIDTH MODULES WITH ADS    */
/* line 1019, ../sass/styles/_site_custom.scss */
.cove-video-ads-right-third-full-width p:first-of-type, .cove-video-right-text-left-ad-right-third-share-full-width p:first-of-type, .text-ads-right-third-full-width p:first-of-type {
  padding-top: .75em;
}
@media (min-width: 890px) {
  /* line 1016, ../sass/styles/_site_custom.scss */
  .cove-video-ads-right-third-full-width, .cove-video-right-text-left-ad-right-third-share-full-width, .text-ads-right-third-full-width {
    padding-right: 24px;
  }
}
/* line 1027, ../sass/styles/_site_custom.scss */
.cove-video-ads-right-third-full-width a, .cove-video-right-text-left-ad-right-third-share-full-width a, .text-ads-right-third-full-width a {
  display: inline-block;
  /* color:$link-blue; */
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8em;
}
/* line 1035, ../sass/styles/_site_custom.scss */
.cove-video-ads-right-third-full-width .a-pipe, .cove-video-right-text-left-ad-right-third-share-full-width .a-pipe, .text-ads-right-third-full-width .a-pipe {
  display: inline-block;
  padding-left: .4em;
  padding-right: .1em;
  font-size: .8em;
  display: none;
}
@media (min-width: 890px) {
  /* line 1035, ../sass/styles/_site_custom.scss */
  .cove-video-ads-right-third-full-width .a-pipe, .cove-video-right-text-left-ad-right-third-share-full-width .a-pipe, .text-ads-right-third-full-width .a-pipe {
    display: inline-block;
  }
}
/* line 1048, ../sass/styles/_site_custom.scss */
.cove-video-ads-right-third-full-width br, .cove-video-right-text-left-ad-right-third-share-full-width br, .text-ads-right-third-full-width br {
  /* display:none; */
}
/* line 1052, ../sass/styles/_site_custom.scss */
.cove-video-ads-right-third-full-width br.pipe-hide, .cove-video-right-text-left-ad-right-third-share-full-width br.pipe-hide, .text-ads-right-third-full-width br.pipe-hide {
  display: block;
}
@media (min-width: 760px) {
  /* line 1052, ../sass/styles/_site_custom.scss */
  .cove-video-ads-right-third-full-width br.pipe-hide, .cove-video-right-text-left-ad-right-third-share-full-width br.pipe-hide, .text-ads-right-third-full-width br.pipe-hide {
    /* display:none; */
  }
}
@media (min-width: 890px) {
  /* line 1052, ../sass/styles/_site_custom.scss */
  .cove-video-ads-right-third-full-width br.pipe-hide, .cove-video-right-text-left-ad-right-third-share-full-width br.pipe-hide, .text-ads-right-third-full-width br.pipe-hide {
    display: none;
  }
}

/* line 1065, ../sass/styles/_site_custom.scss */
.super-group {
  margin: 0 0 24px 0;
}

/* line 1069, ../sass/styles/_site_custom.scss */
.super-group-images {
  clear: both;
  overflow: hidden;
  margin: 24px 12px;
}

/* line 1075, ../sass/styles/_site_custom.scss */
.super-group-images img:hover, .image-container img:hover, .media-3up a:hover img {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1081, ../sass/styles/_site_custom.scss */
.playhead {
  position: absolute;
  right: 40%;
  top: 40%;
  width: 90px;
  height: 59px;
  background-image: url("../images/poster_overlay.png");
  z-index: 50;
  cursor: pointer;
}
@media (min-width: 760px) {
  /* line 1081, ../sass/styles/_site_custom.scss */
  .playhead {
    right: 47%;
    top: 44%;
  }
}

/*        .playhead:hover+img{
            opacity: .7;
        }*/
/* line 1101, ../sass/styles/_site_custom.scss */
.playhead:hover {
  opacity: .7;
}

/* line 1106, ../sass/styles/_site_custom.scss */
.super-group-3up {
  width: 87.5%;
  padding: 0 24px;
  overflow: hidden;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 542px) {
  /* line 1106, ../sass/styles/_site_custom.scss */
  .super-group-3up {
    /* > 542px */
    /* width: $u-7-8; */
    width: 87.5%;
    float: none;
    margin-bottom: 0;
    margin-left: 15%;
  }
}
@media (min-width: 760px) {
  /* line 1106, ../sass/styles/_site_custom.scss */
  .super-group-3up {
    width: 87.5%;
    /* > 760px */
    width: 87.5%;
    float: none;
    margin-bottom: 0;
    margin-left: 15%;
  }
}
@media (min-width: 890px) {
  /* line 1106, ../sass/styles/_site_custom.scss */
  .super-group-3up {
    float: left;
    width: 33.3333%;
    width: 33.3333%;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }
}
/* line 1133, ../sass/styles/_site_custom.scss */
.super-group-3up h3 {
  padding: 0 0;
  margin-bottom: 6px;
  color: #2181b0;
}
/* line 1140, ../sass/styles/_site_custom.scss */
.super-group-3up h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

/* line 1147, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources {
  margin-bottom: 0px;
}
/* line 1148, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-images {
  margin-top: 48px;
}
/* line 1152, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-3up {
  border-top: 30px solid #2181b0;
  margin: 24px 24px 24px 24px;
  width: 29.1667%;
  padding: 0px;
}
/* line 1158, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-3up .super-group-image-one {
  line-height: 1em;
}
/* line 1162, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-3up h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: Oswald, impact, sans-serif;
  font-weight: 400;
}
/* line 1170, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-3up a {
  /* color:$link-blue; */
  font-size: 24px;
  line-height: 33.6px;
}
/* line 1176, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .super-group-3up p {
  margin: 0;
  margin: .2em 0;
}

/* line 1185, ../sass/styles/_site_custom.scss */
.close {
  display: block;
  margin: 20px auto 0px auto;
  background-color: #000;
  width: 100%;
  height: 54px;
  text-align: right;
  padding: 0px;
  border: 0 none;
}
/* line 1195, ../sass/styles/_site_custom.scss */
.close div {
  color: #fff;
  background-color: #2181b0;
  width: 100px;
  height: 54px;
  float: right;
  text-align: center;
  font-size: 21.44px;
  padding-top: 13px;
  font-family: Oswald, impact, sans-serif;
}

/* line 1218, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .two-image-text-two-third .top-border {
  display: block;
  margin: 20px auto 0px auto;
  background-color: #2181b0;
  width: 100%;
  height: 54px;
  text-align: right;
  padding: 0px;
  border: 0 none;
  height: 26px;
  color: #2181b0;
}
/* line 1232, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .two-image-text-two-third .js-article {
  display: block;
  float: none;
  margin: 24px;
  width: 79.1667%;
  width: 100%;
  margin: 0;
  /*
  margin-left:10px;
  margin-right:10px;
  */
}
@media (min-width: 760px) {
  /* line 1232, ../sass/styles/_site_custom.scss */
  .cfmd-page-type-resources .two-image-text-two-third .js-article {
    width: 100%;
  }
}
@media (min-width: 890px) {
  /* line 1232, ../sass/styles/_site_custom.scss */
  .cfmd-page-type-resources .two-image-text-two-third .js-article {
    float: left;
    width: 50%;
    padding-right: 0;
    padding-left: 2%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 890px) {
  /* line 1261, ../sass/styles/_site_custom.scss */
  .cfmd-page-type-resources .two-image-text-two-third .js-article:first-of-type {
    float: left;
    width: 50%;
    padding-right: 1%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1275, ../sass/styles/_site_custom.scss */
.close.top {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 1281, ../sass/styles/_site_custom.scss */
.close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1286, ../sass/styles/_site_custom.scss */
.modal-content button {
  background: url("../images/btn_close.png") no-repeat;
  width: 115px;
  height: 54px;
  border: 0;
  font-size: 0;
}

/* line 1294, ../sass/styles/_site_custom.scss */
.modal-content button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1302, ../sass/styles/_site_custom.scss */
#more-pbs-title {
  border-top: 10px solid #2181b0;
  padding-bottom: 24px;
  padding-top: 5.52px;
  background-color: #eee;
  margin-bottom: 0;
  margin-top: 72px;
}

/* line 1313, ../sass/styles/_site_custom.scss */
#more-pbs {
  background-color: #eee;
  padding: 19.2px 24px 48px 24px;
  margin-bottom: 0;
}
/* line 1317, ../sass/styles/_site_custom.scss */
#more-pbs h4 {
  padding: 1em 0px 8px 0px;
  margin: 0px;
  font-family: Oswald, impact, sans-serif;
}
/* line 1323, ../sass/styles/_site_custom.scss */
#more-pbs a {
  /* color:#292828; */
}

/* line 1328, ../sass/styles/_site_custom.scss */
#more-pbs.media-3up, .media-3up {
  margin-bottom: 48px;
}
/* line 1331, ../sass/styles/_site_custom.scss */
#more-pbs.media-3up .media-a,
#more-pbs.media-3up .media-b,
#more-pbs.media-3up .media-c, .media-3up .media-a,
.media-3up .media-b,
.media-3up .media-c {
  width: 87.5%;
  float: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 760px) {
  /* line 1331, ../sass/styles/_site_custom.scss */
  #more-pbs.media-3up .media-a,
  #more-pbs.media-3up .media-b,
  #more-pbs.media-3up .media-c, .media-3up .media-a,
  .media-3up .media-b,
  .media-3up .media-c {
    width: 62.5%;
    float: none;
    margin-bottom: 24px;
    padding: 0 0;
  }
}
@media (min-width: 890px) {
  /* line 1331, ../sass/styles/_site_custom.scss */
  #more-pbs.media-3up .media-a,
  #more-pbs.media-3up .media-b,
  #more-pbs.media-3up .media-c, .media-3up .media-a,
  .media-3up .media-b,
  .media-3up .media-c {
    width: 33.3333%;
    float: left;
    margin-bottom: 0px;
    margin-bottom: 0;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 684px) {
  /* line 1361, ../sass/styles/_site_custom.scss */
  .three-cove-video-plus-text-full-width .text.article, #more-pbs .article {
    margin: 0 0%;
  }
}
@media (min-width: 760px) {
  /* line 1361, ../sass/styles/_site_custom.scss */
  .three-cove-video-plus-text-full-width .text.article, #more-pbs .article {
    /* 760 */
    margin: 0 2%;
  }
}
@media (min-width: 785px) {
  /* line 1361, ../sass/styles/_site_custom.scss */
  .three-cove-video-plus-text-full-width .text.article, #more-pbs .article {
    margin: 0 4%;
  }
}
@media (min-width: 859px) {
  /* line 1361, ../sass/styles/_site_custom.scss */
  .three-cove-video-plus-text-full-width .text.article, #more-pbs .article {
    margin: 0 7%;
  }
}
@media (min-width: 890px) {
  /* line 1361, ../sass/styles/_site_custom.scss */
  .three-cove-video-plus-text-full-width .text.article, #more-pbs .article {
    margin: 0 0;
  }
}

/* line 1389, ../sass/styles/_site_custom.scss */
.cfmd-page-type-resources .media-3up img {
  display: block;
  margin: 0 0;
}

/* line 1395, ../sass/styles/_site_custom.scss */
.footer {
  background-color: #292828;
  width: 100%;
  padding: 24px;
  padding-right: 0px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  /**/
  position: relative;
}
/* line 1409, ../sass/styles/_site_custom.scss */
.footer .funder-box {
  background-color: #fff;
  padding: 7px 7px 7px 7px;
  float: none;
  margin-right: 24px;
  text-align: center;
  /* AARP */
  /* PFIZER */
}
@media (min-width: 542px) {
  /* line 1409, ../sass/styles/_site_custom.scss */
  .footer .funder-box {
    padding: 10px 11px 8px 11px;
    margin-bottom: 12px;
    float: none;
    clear: both;
    color: #292828;
  }
}
@media (min-width: 760px) {
  /* line 1409, ../sass/styles/_site_custom.scss */
  .footer .funder-box {
    margin-top: 70px;
    padding: 20px 22px 22px 22px;
    text-align: left;
    margin-right: 0px;
    float: right;
    clear: none;
  }
}
/* line 1435, ../sass/styles/_site_custom.scss */
.footer .funder-box p {
  display: block;
  clear: both;
  padding-botton: 0px;
  color: #292828;
  padding-bottom: 8px;
  margin: 0px;
  font-size: 14px;
}
@media (min-width: 542px) {
  /* line 1435, ../sass/styles/_site_custom.scss */
  .footer .funder-box p {
    padding-bottom: 14px;
  }
}
@media (min-width: 760px) {
  /* line 1435, ../sass/styles/_site_custom.scss */
  .footer .funder-box p {
    line-height: 1em;
    padding-bottom: 20px;
    margin: 0px;
  }
}
/* line 1455, ../sass/styles/_site_custom.scss */
.footer .funder-box img {
  /* padding:11px 5px 20px 37px; */
}
/* line 1460, ../sass/styles/_site_custom.scss */
.footer .funder-box .footer-aarp-logo {
  float: none;
  display: none;
}
@media (min-width: 542px) {
  /* line 1460, ../sass/styles/_site_custom.scss */
  .footer .funder-box .footer-aarp-logo {
    /* width:124px; */
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 12px;
  }
}
/* line 1471, ../sass/styles/_site_custom.scss */
.footer .funder-box .footer-aarp-logo-small {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 36%;
}
@media (min-width: 542px) {
  /* line 1471, ../sass/styles/_site_custom.scss */
  .footer .funder-box .footer-aarp-logo-small {
    display: none;
  }
}
/* line 1484, ../sass/styles/_site_custom.scss */
.footer .funder-box .footer-pfizer-logo {
  display: none;
}
@media (min-width: 542px) {
  /* line 1484, ../sass/styles/_site_custom.scss */
  .footer .funder-box .footer-pfizer-logo {
    display: inline-block;
    margin-left: 12px;
  }
}
/* line 1493, ../sass/styles/_site_custom.scss */
.footer .funder-box .footer-pfizer-logo-small {
  float: none;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 5px;
}
@media (min-width: 542px) {
  /* line 1493, ../sass/styles/_site_custom.scss */
  .footer .funder-box .footer-pfizer-logo-small {
    display: none;
  }
}
/* line 1504, ../sass/styles/_site_custom.scss */
.footer .funder-box a, .footer .funder-box a:visited {
  text-transform: uppercase;
  color: #888;
  font-size: 1.2em;
}
/* line 1510, ../sass/styles/_site_custom.scss */
.footer .funder-box a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1520, ../sass/styles/_site_custom.scss */
.footer .footer-WGBH-logo {
  width: 129px;
  margin-bottom: 6px;
}

/* line 1529, ../sass/styles/_site_custom.scss */
.footer-left {
  width: 250px;
  float: left;
  margin-right: 24px;
}

/* line 1535, ../sass/styles/_site_custom.scss */
.footer-right {
  float: left;
}

/* line 1539, ../sass/styles/_site_custom.scss */
.footer ul {
  list-style-type: none;
  margin: 0 0 12px 0;
  margin-top: 30px;
  padding: 0;
  width: 350px;
}
/* line 1546, ../sass/styles/_site_custom.scss */
.footer ul li {
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 1.325em;
}
/* line 1552, ../sass/styles/_site_custom.scss */
.footer ul li.first_a {
  margin-top: 30px;
}
/* line 1557, ../sass/styles/_site_custom.scss */
.footer ul a, .footer ul a:hover {
  color: #fff;
}

/* line 1565, ../sass/styles/_site_custom.scss */
.optional-caption {
  font-size: 0.875em;
  line-height: 1.71429em;
  padding: 0 12px;
  line-height: 1.4em;
}

/* line 1571, ../sass/styles/_site_custom.scss */
.supergroup-rule {
  margin: 12px 72px;
  border: 0;
  height: 2px;
  background: #fff;
}

/*    TV SCHEDULE     */
/* line 1580, ../sass/styles/_site_custom.scss */
#test-schedule, #tv-schedule {
  width: 100%;
  margin: 0 0 48px 12px;
}

/* line 1585, ../sass/styles/_site_custom.scss */
#test-schedule div, #tv-schedule div {
  margin: 0 auto;
}

/* line 1589, ../sass/styles/_site_custom.scss */
#test-schedule .col-left-with-ad, #tv-schedule .col-left-with-ad {
  padding-right: 24px;
  margin: 0 0 24px 0;
}

/* line 1594, ../sass/styles/_site_custom.scss */
.pbs_tvschedules_modules-airdates-module_content {
  display: block;
  overflow: hidden;
  width: 260px;
}
@media (min-width: 760px) {
  /* line 1594, ../sass/styles/_site_custom.scss */
  .pbs_tvschedules_modules-airdates-module_content {
    width: 100%;
  }
}

/* line 1606, ../sass/styles/_site_custom.scss */
.pbs_tvschedules_modules-airdates-module_content span, .pbs_tvschedules_modules-airdates-module_content select, .pbs_tvschedules_modules-airdates-module_content input {
  float: left;
  margin: 3px;
}

/* line 1612, ../sass/styles/_site_custom.scss */
.yui-skin-sam .yui-panel-container {
  display: none;
}

/*    END TV SCHEDULE     */
/* line 1618, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-2up {
  margin-top: 12px;
}
/* line 1621, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-2up .media-a, .social-embed-plus-text-full-width.media-2up .media-b {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 890px) {
  /* line 1621, ../sass/styles/_site_custom.scss */
  .social-embed-plus-text-full-width.media-2up .media-a, .social-embed-plus-text-full-width.media-2up .media-b {
    width: 50%;
  }
}

/* line 1632, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-3up {
  margin-top: 12px;
}
/* line 1635, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-3up .media-a, .social-embed-plus-text-full-width.media-3up .media-b, .social-embed-plus-text-full-width.media-3up .media-c {
  /* width: $u-1; */
  padding: 0 12px;
  margin: 0 auto;
  /*
  @include breakpoint($bp-wide){
              width: $u-1-3;
  }
  */
}

/* line 1649, ../sass/styles/_site_custom.scss */
.cove-video {
  position: relative;
}
