/*! 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.
 */
/* 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
*/
/* 
 *  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: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: whitesmoke;
  font-weight: 300;
}

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

/* line 32, ../sass/styles/_base.scss */
h1 {
  font-size: 3em;
  line-height: 1.5em;
  line-height: 1.125em;
}

/* line 37, ../sass/styles/_base.scss */
h2 {
  text-transform: uppercase;
  font-size: 2.8125em;
  line-height: 1.6em;
  line-height: 1.275em;
}

/* line 42, ../sass/styles/_base.scss */
h3 {
  font-size: 2.0625em;
  line-height: 1.45455em;
  line-height: 1.125em;
  margin: 12px 0;
}

/* line 47, ../sass/styles/_base.scss */
h4 {
  margin: 12px 0;
  font-size: 1.5625em;
  line-height: 1.92em;
  line-height: 1.125em;
  text-transform: uppercase;
}

/* line 54, ../sass/styles/_base.scss */
p {
  font-weight: 300;
  overflow: hidden;
  margin: 0 0 12px 0;
  font-size: 1.1875em;
  line-height: 1.26316em;
  line-height: 1.5em;
}

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

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

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

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

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

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

/* line 103, ../sass/styles/_base.scss */
table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 109, ../sass/styles/_base.scss */
td {
  /* border: $gutter-half solid black; */
  background-color: #000;
  padding: 6px 24px;
}

/* line 115, ../sass/styles/_base.scss */
td:first-child {
  border-right: 24px solid black;
  text-align: right;
}

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

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

/* Opt-in outside padding */
/* line 142, ../sass/styles/_base.scss */
.mod-pad {
  padding: 24px 0 24px 24px;
}
/* line 144, ../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, ../../../../../../../usr/local/Cellar/ruby/2.1.1/lib/ruby/gems/2.1.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: 12px;
}
@media (min-width: 760px) {
  /* line 18, ../sass/styles/_layout.scss */
  .ad-block {
    padding-left: 0;
  }
}
@media (min-width: 890px) {
  /* line 18, ../sass/styles/_layout.scss */
  .ad-block {
    margin: 0;
    float: right;
  }
}

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

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

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

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

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

/* line 72, ../sass/styles/_layout.scss */
.fb_iframe_widget iframe {
  width: 100% !important;
}
@media (min-width: 890px) {
  /* line 72, ../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: 24px;
  padding-right: 24px;
}
@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 23, ../sass/styles/modules/_hero.scss */
.hero .cove-video {
  position: relative;
}

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

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

/* line 35, ../sass/styles/modules/_hero.scss */
.hero img {
  /* ful width  w/ margins */
}

/* line 40, ../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 15, ../sass/styles/modules/_media-1up-left.scss */
.eq-heights .copy {
  padding: 12px 24px;
  margin-bottom: 60px;
}
@media (min-width: 890px) {
  /* line 15, ../sass/styles/modules/_media-1up-left.scss */
  .eq-heights .copy {
    padding: 0 24px;
  }
}

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

/* line 28, ../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 28, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* line 36, ../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 36, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left-less {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 42, ../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 42, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-left-more {
    width: 66.6667%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 49, ../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 49, ../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 64, ../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 64, ../sass/styles/modules/_media-1up-left.scss */
  .media-1up-left .col-right-more {
    width: 66.6667%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 70, ../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 70, ../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 10, ../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 10, ../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 22, ../sass/styles/modules/_media-3up.scss */
  .media-3up .media-a {
    padding-right: 24px;
  }
}

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

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

/* line 41, ../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 4.1667%;
}
@media (min-width: 890px) {
  /* line 2, ../sass/styles/modules/_pullquote.scss */
  .pullquote {
    padding: 0 16.6667%;
  }
}

/* line 10, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote {
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-style: italic;
  color: #000;
}
/* line 12, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote span {
  display: block;
  margin: 5px 0;
  position: relative;
  text-align: left;
  font-size: .8em;
}
/* line 20, ../sass/styles/modules/_pullquote.scss */
.pullquote blockquote p {
  margin: 0;
  padding: 0;
  font-size: 1.5625em;
  line-height: 1.92em;
  line-height: 1.25em;
  text-align: left;
}

/* line 35, ../sass/styles/modules/_pullquote.scss */
.pull-quote-full-width {
  background-color: #B4B3B1;
  margin: 0 48px 48px 48px;
}

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

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

/* line 13, ../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 13, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* line 21, ../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 21, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left-less {
    width: 33.3333%;
    float: left;
    margin-bottom: 24px;
  }
}

/* line 27, ../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 27, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-left-more {
    width: 66.6667%;
    float: left;
    margin-bottom: 24px;
  }
}

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

/* line 39, ../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 39, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-right-more {
    width: 66.6667%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 45, ../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 45, ../sass/styles/modules/_media-1up-right.scss */
  .media-1up-right .col-right-less {
    width: 33.3333%;
    float: right;
    margin-bottom: 24px;
  }
}

/* line 52, ../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: 12px;
  padding: 0;
  text-align: center;
}

/* line 7, ../sass/styles/modules/_sec-hed.scss */
.sec-hed h1 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3em;
  line-height: 1.5em;
  line-height: 1.125em;
}
@media (min-width: 890px) {
  /* line 7, ../sass/styles/modules/_sec-hed.scss */
  .sec-hed h1 {
    font-size: 80px;
  }
}

@media (min-width: 890px) {
  /* line 16, ../sass/styles/modules/_sec-hed.scss */
  .sec-hed h2 {
    font-size: 45px;
  }
}

/* line 23, ../sass/styles/modules/_sec-hed.scss */
.sec-hed h3 {
  font-weight: 300;
  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: 79.1667%;
    margin: 0 0 0 180px;
  }
}

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

/* line 19, ../sass/styles/modules/_full-text.scss */
.text.pull-right {
  position: relative;
  width: auto;
  left: 0;
  margin-left: 0;
}
@media (min-width: 760px) {
  /* line 19, ../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: #000;
}

/* 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: whitesmoke;
  color: #000;
  /*    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: #000;
}

/* 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 */
.gradient-span {
  background: -webkit-linear-gradient(transparent, #34393d);
  background: -o-linear-gradient(transparent, #34393d);
  background: -moz-linear-gradient(transparent, #34393d);
  background: linear-gradient(rgba(0, 0, 0, 0), #34393d);
  height: 10px;
  width: 100%;
  display: block;
  clear: both;
  margin-top: 24px;
}

/* line 21, ../sass/styles/_site_custom.scss */
.header-nav {
  width: 100%;
  position: relative;
  z-index: 100;
}
/* line 26, ../sass/styles/_site_custom.scss */
.header-nav a, .header-nav a:visited, .header-nav .header-nav-menu-button {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 300;
}
@media (min-width: 890px) {
  /* line 26, ../sass/styles/_site_custom.scss */
  .header-nav a, .header-nav a:visited, .header-nav .header-nav-menu-button {
    font-size: 1em;
  }
}
/* line 37, ../sass/styles/_site_custom.scss */
.header-nav a:hover {
  color: #fff;
}
/* line 42, ../sass/styles/_site_custom.scss */
.header-nav .constant-container {
  position: relative;
  background-color: #000;
  padding: 0 0 5px 0;
}
@media (min-width: 760px) {
  /* line 42, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container {
    padding: 0 0 20px 0;
  }
}
/* line 52, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav {
  width: 100%;
  height: auto;
}
/* line 56, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .big-logo {
  display: none;
}
@media (min-width: 760px) {
  /* line 56, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .big-logo {
    display: block;
  }
}
/* line 63, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .small-logo {
  display: block;
}
@media (min-width: 760px) {
  /* line 63, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .background-header-nav .small-logo {
    display: none;
  }
}
/* line 70, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav .gradient-span {
  position: absolute;
  bottom: 0px;
  background: -webkit-linear-gradient(#34393d, transparent);
  background: -o-linear-gradient(#34393d, transparent);
  background: -moz-linear-gradient(#34393d, transparent);
  background: linear-gradient(#34393d, rgba(0, 0, 0, 0));
  height: 10px;
  width: 100%;
  display: block;
}
/* line 82, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .background-header-nav img {
  display: block;
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
}
/* line 92, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-showtime {
  position: relative;
  text-align: left;
  width: 310px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 760px) {
  /* line 92, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-showtime {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 890px) {
  /* line 92, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-showtime {
    position: absolute;
    top: 1.5em;
    left: 15px;
    width: 310px;
    text-align: left;
  }
}
/* line 112, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-showtime a, .header-nav .constant-container .header-nav-showtime a:visited {
  text-transform: uppercase;
}
/* line 117, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-b-links {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
/* line 123, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-b-links a, .header-nav .constant-container .header-nav-b-links a:visited {
  margin: 0 0 0 15px;
}
@media (min-width: 760px) {
  /* line 117, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-b-links {
    margin-bottom: -25px;
  }
}
@media (min-width: 760px) {
  /* line 117, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-b-links {
    position: absolute;
    width: 100%;
    bottom: 3.5em;
  }
}
@media (min-width: 890px) {
  /* line 117, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-b-links {
    position: absolute;
    top: 1.5em;
    right: 15px;
    text-align: inherit;
    width: auto;
  }
}
/* line 148, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-icon-buckets {
  position: relative;
  float: right;
  right: 5px;
  line-height: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 890px) {
  /* line 148, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-icon-buckets {
    position: absolute;
    bottom: 0.25em;
    margin: 0 30px 20px 0;
  }
}
/* line 163, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-menu-button {
  cursor: pointer;
  position: relative;
  bottom: 1em;
  color: #F1CB5E;
  text-transform: uppercase;
  float: left;
}
@media (min-width: 890px) {
  /* line 163, ../sass/styles/_site_custom.scss */
  .header-nav .constant-container .header-nav-menu-button {
    position: absolute;
    bottom: 1.5em;
    left: 15px;
  }
}
/* line 177, ../sass/styles/_site_custom.scss */
.header-nav .constant-container .header-nav-menu-button :hover {
  color: #fff;
}
/* line 184, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header {
  position: relative;
  background-color: #000;
}
/* line 188, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .gradient-span {
  background: -webkit-linear-gradient(#34393d, transparent);
  background: -o-linear-gradient(#34393d, transparent);
  background: -moz-linear-gradient(#34393d, transparent);
  background: linear-gradient(#34393d, rgba(0, 0, 0, 0));
  height: 10px;
  width: 100%;
  display: block;
}
/* line 198, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container {
  float: left;
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 5px 0;
}
@media (min-width: 760px) {
  /* line 198, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container {
    padding: 0;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 890px) {
  /* line 198, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container {
    padding: 0;
  }
}
/* line 215, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey {
  float: left;
  width: 33.3333%;
  position: relative;
}
@media (min-width: 890px) {
  /* line 215, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container .journey {
    width: 100%;
  }
}
/* line 224, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey a, .header-nav .collapsable-header .journey-container .journey a:visited {
  display: block;
  color: whitesmoke;
}
/* line 229, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey a h3 {
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 5px;
  font-weight: 300;
  font-size: .9em;
}
@media (min-width: 760px) {
  /* line 229, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container .journey a h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 890px) {
  /* line 229, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container .journey a h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1440px) {
  /* line 229, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container .journey a h3 {
    font-size: 1.7em;
  }
}
/* line 254, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 760px) {
  /* line 215, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .journey-container .journey {
    width: 16.6667%;
  }
}
/* line 265, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey h3 {
  text-align: center;
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: -1em auto 0;
  font-weight: bold;
  line-height: 1em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 278, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .journey-container .journey img {
  width: 100%;
}
/* line 284, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .header-nav-c-links {
  list-style-type: none;
  border-top: 2px solid #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0;
  clear: both;
  text-align: center;
  margin: 0 12px;
  line-height: 1.1em;
  /*      @include breakpoint($bp-midrange){
          width: 20%;
        }*/
}
@media (min-width: 760px) {
  /* line 284, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .header-nav-c-links {
    margin: 0 auto;
    line-height: 1.5em;
  }
}
/* line 302, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .header-nav-c-links li {
  display: inline-block;
  margin: 0 10px;
}
/* line 307, ../sass/styles/_site_custom.scss */
.header-nav .collapsable-header .header-nav-c-links a:link, .header-nav .collapsable-header .header-nav-c-links a:visited {
  font-size: .625em;
}
@media (min-width: 760px) {
  /* line 307, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .header-nav-c-links a:link, .header-nav .collapsable-header .header-nav-c-links a:visited {
    font-size: .8em;
  }
}
@media (min-width: 890px) {
  /* line 284, ../sass/styles/_site_custom.scss */
  .header-nav .collapsable-header .header-nav-c-links {
    float: none;
    /*        display: block;*/
    overflow: hidden;
    margin: 0 auto 24px auto;
  }
}

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

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

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

/* line 356, ../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 364, ../sass/styles/_site_custom.scss */
.share a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

/* line 374, ../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 374, ../sass/styles/_site_custom.scss */
  .facebook_top {
    background-size: 800px auto;
    width: 15px;
    height: 30px;
  }
}

/* line 387, ../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 387, ../sass/styles/_site_custom.scss */
  .twitter_top {
    background-size: 910px auto;
    width: 34px;
    height: 30px;
  }
}

/* line 400, ../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 400, ../sass/styles/_site_custom.scss */
  .youtube {
    background-size: 800px auto;
    width: 29px;
    height: 19px;
    bottom: 2px;
  }
}

/* line 416, ../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 416, ../sass/styles/_site_custom.scss */
  .tumblr {
    background-size: 800px auto;
    width: 18px;
    height: 28px;
  }
}

/* line 430, ../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 430, ../sass/styles/_site_custom.scss */
  .shop {
    background-size: 740px auto;
    width: 28px;
    height: 28px;
  }
}

/* line 444, ../sass/styles/_site_custom.scss */
.open_menu {
  background: url("../images/ic_sprite.png") no-repeat -641px -5px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 12px;
}

/* line 453, ../sass/styles/_site_custom.scss */
.close_menu {
  background: url("../images/ic_sprite.png") no-repeat -721px -5px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 12px;
}

/*  AD BLOCK FIX:   PADDING FOR FULL WIDTH MODULES WITH ADS  */
@media (min-width: 890px) {
  /* line 464, ../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 471, ../sass/styles/_site_custom.scss */
.super-group {
  margin: 0 0 24px 0;
}

/* line 475, ../sass/styles/_site_custom.scss */
.super-group-images {
  clear: both;
  overflow: hidden;
}

/* line 480, ../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 486, ../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 486, ../sass/styles/_site_custom.scss */
  .playhead {
    right: 47%;
    top: 44%;
  }
}

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

/* line 511, ../sass/styles/_site_custom.scss */
.super-group-3up, .super-group-2up-on3 {
  width: 100%;
  padding: 0 12px;
  overflow: hidden;
  float: left;
}
@media (min-width: 890px) {
  /* line 511, ../sass/styles/_site_custom.scss */
  .super-group-3up, .super-group-2up-on3 {
    width: 33.3333%;
  }
}
/* line 521, ../sass/styles/_site_custom.scss */
.super-group-3up h3, .super-group-2up-on3 h3 {
  color: #F1CB5E;
}
/* line 525, ../sass/styles/_site_custom.scss */
.super-group-3up h3:hover, .super-group-2up-on3 h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

@media (min-width: 890px) {
  /* line 532, ../sass/styles/_site_custom.scss */
  .sj242-hack {
    margin-left: 16.7%;
  }
}

/* line 538, ../sass/styles/_site_custom.scss */
.close {
  display: block;
  margin: 20px auto;
  background: url("../images/btn_close.png") no-repeat;
  width: 115px;
  height: 54px;
  border: 0;
}

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

/* line 552, ../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 560, ../sass/styles/_site_custom.scss */
.modal-content button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 566, ../sass/styles/_site_custom.scss */
.footer {
  width: 100%;
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  font-size: .7em;
  font-weight: 400;
  position: relative;
}
/* line 576, ../sass/styles/_site_custom.scss */
.footer img {
  margin-right: 10px;
}
/* line 580, ../sass/styles/_site_custom.scss */
.footer .caps {
  font-size: 9.6px;
  text-transform: uppercase;
}

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

/* line 596, ../sass/styles/_site_custom.scss */
.footer-left .provided-text {
  width: 50%;
}
@media (min-width: 890px) {
  /* line 596, ../sass/styles/_site_custom.scss */
  .footer-left .provided-text {
    width: 100%;
  }
}

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

/* line 607, ../sass/styles/_site_custom.scss */
.footer ul {
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 0;
}

/* line 613, ../sass/styles/_site_custom.scss */
.footer li {
  /*  margin:0 0 $gutter-half/2 0;
    padding:0; */
  line-height: 1.325em;
}

/* line 619, ../sass/styles/_site_custom.scss */
.footer .footer-texts p {
  color: #000;
  line-height: 1.325em;
  font-size: 9.6px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 627, ../sass/styles/_site_custom.scss */
.footer-nav {
  float: none;
  clear: both;
}
@media (min-width: 760px) {
  /* line 627, ../sass/styles/_site_custom.scss */
  .footer-nav {
    clear: none;
  }
}
@media (min-width: 890px) {
  /* line 627, ../sass/styles/_site_custom.scss */
  .footer-nav {
    margin: 0 auto;
    clear: none;
  }
}
/* line 640, ../sass/styles/_site_custom.scss */
.footer-nav ul {
  text-align: left;
}
@media (min-width: 890px) {
  /* line 640, ../sass/styles/_site_custom.scss */
  .footer-nav ul {
    text-align: center;
  }
}
/* line 647, ../sass/styles/_site_custom.scss */
.footer-nav li {
  background-color: #DDDDDD;
  padding: 10px !important;
}
@media (min-width: 890px) {
  /* line 647, ../sass/styles/_site_custom.scss */
  .footer-nav li {
    padding: 10px 20px !important;
    display: inline;
  }
}
/* line 657, ../sass/styles/_site_custom.scss */
.footer-nav a, .footer-nav a:visited {
  text-transform: uppercase;
  color: #888;
  font-size: 1.2em;
}
/* line 663, ../sass/styles/_site_custom.scss */
.footer-nav a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 671, ../sass/styles/_site_custom.scss */
.footer-centered {
  margin: 0 auto;
}

/* line 675, ../sass/styles/_site_custom.scss */
.footer-logo-title {
  text-transform: uppercase;
  clear: both;
  margin-top: 9px;
  /* this is a HACK assuming the logo height NEVER changes;  SJ-366 */
}
@media (min-width: 890px) {
  /* line 675, ../sass/styles/_site_custom.scss */
  .footer-logo-title {
    padding-right: 12px;
    clear: none;
    float: left;
  }
}

/* line 686, ../sass/styles/_site_custom.scss */
.footer .footer-logos {
  width: 100%;
}
@media (min-width: 760px) {
  /* line 686, ../sass/styles/_site_custom.scss */
  .footer .footer-logos {
    /* position: absolute; */
    /* width: 650px; */
    bottom: 24px;
  }
}

/* line 695, ../sass/styles/_site_custom.scss */
.footer .footer-producer-logos {
  float: left;
  margin-right: 48px;
}
@media (min-width: 890px) {
  /* line 695, ../sass/styles/_site_custom.scss */
  .footer .footer-producer-logos {
    width: 320px;
  }
}

@media (min-width: 890px) {
  /* line 703, ../sass/styles/_site_custom.scss */
  .footer .footer-funding-logos {
    float: left;
    width: 760px;
  }
}

/* line 710, ../sass/styles/_site_custom.scss */
.footer .logos li {
  display: inline-block;
}

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

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

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

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

/* line 738, ../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 743, ../sass/styles/_site_custom.scss */
.pbs_tvschedules_modules-airdates-module_content {
  display: block;
  overflow: hidden;
  width: 260px;
}
@media (min-width: 760px) {
  /* line 743, ../sass/styles/_site_custom.scss */
  .pbs_tvschedules_modules-airdates-module_content {
    width: 100%;
  }
}

/* line 755, ../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 761, ../sass/styles/_site_custom.scss */
.yui-skin-sam .yui-panel-container {
  display: none;
}

/*  END TV SCHEDULE   */
/* line 767, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-2up {
  margin-top: 12px;
}
/* line 770, ../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 770, ../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 781, ../sass/styles/_site_custom.scss */
.social-embed-plus-text-full-width.media-3up {
  margin-top: 12px;
}
/* line 784, ../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: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 890px) {
  /* line 784, ../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: 33.3333%;
  }
}

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

/*
.js-article-narrow {
    display: block;
    @include breakpoint($bp-wide) {
        display: none;
    }
}

.super-group-contents {
    display: none;
    @include breakpoint($bp-wide) {
        display: block;
    }
}
*/
