@charset "UTF-8";
/*
 * Theme variables
 * $red: #cc0000;
 */
/* line 569, ../sass/partials/_bootstrap-theme.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

/* line 591, ../sass/partials/_bootstrap-theme.scss */
.img-responsive {
  width: 100%;
}

/* line 1, ../sass/partials/_ads.scss */
.mpu {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

/* line 7, ../sass/partials/_ads.scss */
#advert-footer {
  text-align: center;
  margin: 20px 0 20px 0;
}

/* line 4, ../sass/partials/_search.scss */
#block-search-form {
  padding: 5px 0 0 0;
  width: auto;
}
/* line 8, ../sass/partials/_search.scss */
#block-search-form .input-group-btn {
  float: left;
}
/* line 11, ../sass/partials/_search.scss */
#block-search-form .btn {
  height: 28px;
  line-height: 14px;
  background-color: #b61314;
  border: 0px;
  color: white;
  float: left;
  margin-top: 1px;
}

/* line 23, ../sass/partials/_search.scss */
#edit-search-block-form--2 {
  border: 1px #1d1d1d solid;
  width: 190px;
  height: 30px;
  float: left;
}

/* line 1, ../sass/partials/_taxonomy_term_header.scss */
.term-header {
  margin-bottom: 10px;
}

/* line 3, ../sass/partials/_header.scss */
.logo {
  padding: 20px;
  position: relative;
}
/* line 6, ../sass/partials/_header.scss */
.logo img {
  position: relative;
}

/*
.logo img {
    max-width: 59px;
}
*/
/* line 17, ../sass/partials/_header.scss */
.header-section {
  position: relative;
  background-color: #000;
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
}

/* line 28, ../sass/partials/_header.scss */
.navbar-toggle {
  margin-top: 1em;
  margin-right: 2em;
}

@media all and (max-width: 520px) and (min-width: 320px) {
  /* line 37, ../sass/partials/_header.scss */
  .navbar-toggle {
    margin-top: 25px;
    margin-right: 5px;
  }

  /* line 43, ../sass/partials/_header.scss */
  .logo {
    padding: 10px;
  }
}
@media all and (max-width: 770px) and (min-width: 520px) {
  /* line 52, ../sass/partials/_header.scss */
  .navbar-toggle {
    margin-top: 25px;
    margin-right: 0;
  }
}
/* line 64, ../sass/partials/_header.scss */
.navbar-toggle .icon-bar {
  background-color: #909090;
  height: 4px;
  width: 26px;
}

/* line 70, ../sass/partials/_header.scss */
button.navbar-toggle:hover .icon-bar {
  background-color: #E1C524;
}

/* line 74, ../sass/partials/_header.scss */
.navbar {
  border-radius: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

/**
 * HEADER
 */
/* line 88, ../sass/partials/_header.scss */
#header {
  margin-bottom: 1em;
}

@media only screen and (max-width: 935px) {
  /* line 92, ../sass/partials/_header.scss */
  #advert-header {
    display: none;
  }
}
/* Tablet portrait and above */
/* Tablet landscape and above */
/* Desktop and above */
@media only screen and (min-width: 768px) {
  /* line 173, ../sass/partials/_header.scss */
  #advert-header {
    float: right;
    margin: 0 1em 0 0;
    padding-right: 2.2em;
  }
}
/* line 180, ../sass/partials/_header.scss */
.desktop-menu {
  height: 50px;
}

/* line 185, ../sass/partials/_header.scss */
#advert-header {
  padding: 1em 0 0 0;
}

@media only screen and (max-width: 659px) {
  /* line 194, ../sass/partials/_header.scss */
  #header {
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    border-bottom: 2px solid red;
    z-index: 2000;
    position: absolute;
    width: 98%;
    height: 80px;
  }

  /* line 210, ../sass/partials/_header.scss */
  #logo {
    margin: 0.8em 0 0.8em 2%;
    display: block;
    width: 66px;
    /*text-indent: -9999px;*/
    /*background-image: url('/sites/all/themes/history_v1/logo.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
  }

  /* line 220, ../sass/partials/_header.scss */
  #logo img {
    max-width: 100%;
  }

  /* line 258, ../sass/partials/_header.scss */
  #navigation .sf-menu.sf-horizontal > li a {
    border-right: none;
    border-bottom: 1px solid #333;
  }

  /* line 263, ../sass/partials/_header.scss */
  #navigation a.highlight {
    background-color: #3b3b3b;
  }

  /* line 267, ../sass/partials/_header.scss */
  #navigation .sf-menu.sf-horizontal li.menuparent .sf-sub-indicator {
    display: none;
    /*        background-color: #333;
            color: white;
            padding: 2px;
            text-align: center;
            height: 20px;
            width: 20px;
            top: 10px;
            z-index: 1000;
            background-image: url('../images/arrow-down.png');
            background-repeat: no-repeat;
            background-position: 50% 50%;

            -webkit-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;*/
  }

  /* line 287, ../sass/partials/_header.scss */
  .sf-menu {
    width: 98%;
    z-index: 1000;
    /*display: none;*/
    -webkit-transform: translate3d(0, -580px, 0);
    -moz-transform: translate3d(0, -580px, 0);
    -o-transform: translate3d(0, -580px, 0);
    transform: translate3d(0, -580px, 0);
    -ms-transform: translate(0px, -580px);
    /* IE 9 */
    -webkit-transition: all 0.3s cubic-bezier(0.85, 0.05, 0.24, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    transition: transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    position: absolute;
    background-color: #333;
  }

  /* line 304, ../sass/partials/_header.scss */
  .sf-menu.active {
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  /* line 311, ../sass/partials/_header.scss */
  #main {
    -webkit-transition: all 0.3s cubic-bezier(0.85, 0.05, 0.24, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    transition: transform 0.25s cubic-bezier(0.85, 0.05, 0.24, 1);
    margin-top: 100px;
  }

  /* line 319, ../sass/partials/_header.scss */
  #main.active {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    -o-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }

  /* line 326, ../sass/partials/_header.scss */
  .sf-menu li {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }

  /* line 333, ../sass/partials/_header.scss */
  .sf-menu li a {
    float: none;
    position: static;
    border: none;
  }

  /* line 339, ../sass/partials/_header.scss */
  #navigation .sf-menu.sf-horizontal li.menuparent > ul {
    position: static;
    /*display: block !important; */
    width: 100%;
    border-bottom: none;
    display: none;
    margin: 0;
    padding: 0;
  }

  /* line 349, ../sass/partials/_header.scss */
  #navigation .sf-menu.sf-horizontal li.menuparent > ul.xpopdrop {
    display: block;
  }

  /* line 353, ../sass/partials/_header.scss */
  #navigation .sf-menu.sf-horizontal > li.last a {
    border-bottom: none;
  }

  /* line 357, ../sass/partials/_header.scss */
  .sf-menu ul.sf-hidden li a {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 660px) {
  /* line 364, ../sass/partials/_header.scss */
  .sf-menu {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 371, ../sass/partials/_header.scss */
  .header-section {
    border-bottom: 5px solid #D4D4D4;
  }

  /* line 375, ../sass/partials/_header.scss */
  .logo {
    padding: 20px 0 20px 0;
  }
  /* line 377, ../sass/partials/_header.scss */
  .logo img {
    max-width: 59px;
  }
}
/* line 3, ../sass/partials/_hero.scss */
.hero-copy {
  color: #ffffff;
  background: rgba(36, 36, 36, 0.7);
  padding: 10px;
}

/* line 3, ../sass/partials/_nav.scss */
.navbar-inverse {
  background-color: #111;
}

/*
 * MAIN NAVIGATION
 */
/* line 11, ../sass/partials/_nav.scss */
#navigation {
  padding: 0em;
  font-size: 80%;
}

/* line 17, ../sass/partials/_nav.scss */
#navigation a {
  color: #fff;
  padding: 1.4em 0.8em;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* line 28, ../sass/partials/_nav.scss */
#navigation a:hover {
  background-color: #000;
}

/* line 32, ../sass/partials/_nav.scss */
#navigation .sf-menu.sf-horizontal > li a {
  border-right: 1px solid #333;
}

/* line 36, ../sass/partials/_nav.scss */
#navigation .sf-menu.sf-horizontal li.menuparent a {
  padding-right: 2em;
}

/* line 40, ../sass/partials/_nav.scss */
#navigation .sf-menu.sf-horizontal li.menuparent .sf-sub-indicator {
  top: 1.5em;
}

/* line 44, ../sass/partials/_nav.scss */
#navigation .sf-menu.sf-horizontal li.menuparent > ul {
  margin-top: 0.7em;
  background-color: #000;
  /* border-bottom: 3px solid red; */
  border-bottom: 3px solid #b61314;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#1d1d1d));
  background: -moz-linear-gradient(#000, #1d1d1d);
  background: linear-gradient(#000, #1d1d1d);
}

/* Desktop and above */
@media only screen and (min-width: 960px) {
  /* line 59, ../sass/partials/_nav.scss */
  #navigation {
    clear: both;
    padding: 0;

    /*height: 49px;*/
  }

  /* line 66, ../sass/partials/_nav.scss */
  #navigation ul#main-menu {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* line 73, ../sass/partials/_nav.scss */
  #navigation ul#main-menu li {
    float: left;
    margin: 0;
    padding: 0;
  }

  /* line 79, ../sass/partials/_nav.scss */
  #navigation ul#main-menu li a {
    display: block;
    padding: 0 2em 0 0;
  }

  /* line 84, ../sass/partials/_nav.scss */
  #navigation ul#secondary-menu {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* line 91, ../sass/partials/_nav.scss */
  #navigation ul#secondary-menu li {
    float: left;
    margin: 0;
    padding: 0;
  }

  /* line 97, ../sass/partials/_nav.scss */
  #navigation ul#secondary-menu li a {
    display: block;
    padding: 0 2em 0 0;
  }

  /* line 102, ../sass/partials/_nav.scss */
  .page-shows #navigation {
    margin-bottom: 0;
  }
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  /* line 31, ../sass/partials/_promo-boxes.scss */
  .promo-item {
    height: 300px;
  }

  /* line 37, ../sass/partials/_promo-boxes.scss */
  .promobox {
    height: 550px;
  }

  /* line 44, ../sass/partials/_promo-boxes.scss */
  .thumbnail {
    height: 545px;
  }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 55, ../sass/partials/_promo-boxes.scss */
  .promo-item {
    height: 250px;
  }

  /* line 60, ../sass/partials/_promo-boxes.scss */
  .promobox {
    height: 525px;
  }

  /* line 67, ../sass/partials/_promo-boxes.scss */
  .thumbnail {
    height: 515px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/partials/_promo-boxes.scss */
  .promobox {
    height: 550px;
  }

  /* line 85, ../sass/partials/_promo-boxes.scss */
  .thumbnail {
    height: 525px;
  }
}
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
/* line 1, ../sass/partials/_footer.scss */
.footer-section {
  position: relative;
  background-color: #F1F1EA;
  padding: 10px;
  margin-top: 20px;
  width: 100%;
}

/* line 13, ../sass/partials/_footer.scss */
.legal {
  text-align: center;
}

/* line 18, ../sass/partials/_footer.scss */
#footer h2.pane-title {
  padding-bottom: 1em;
  font-size: 75%;
  text-transform: uppercase;
}

/* line 26, ../sass/partials/_footer.scss */
#footer .pane-content ul {
  padding: 0;
  margin: 0;
}

/* line 31, ../sass/partials/_footer.scss */
#footer .pane-content li {
  list-style-image: none;
  list-style-type: none;
}

/* line 38, ../sass/partials/_footer.scss */
body.light #footer {
  color: #000;
}

/* line 42, ../sass/partials/_footer.scss */
body #footer {
  margin-top: 1em;
  padding: 1%;
}

/* line 48, ../sass/partials/_footer.scss */
body.dark #footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

/* FOOTER - Logos */
/* line 55, ../sass/partials/_footer.scss */
#footer .channel {
  display: block;
  float: left;
  width: 160px;
  height: 45px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 67, ../sass/partials/_footer.scss */
#footer .channel.channel-lifetime {
  background-image: url("../images/channels/lifetime-logo-pos.png");
  width: 124px;
  height: 44px;
}

/* line 73, ../sass/partials/_footer.scss */
#footer .channel.channel-lifetime:hover {
  background-position: 0px -46px;
}

/* line 77, ../sass/partials/_footer.scss */
#footer .channel.channel-crime {
  background-image: url("../images/channels/crime.png");
  margin-top: 2px;
  margin-left: -17px;
  height: 56px;
}
/* line 82, ../sass/partials/_footer.scss */
#footer .channel.channel-crime:hover {
  background-image: url("../images/channels/crime-hover.png");
}

/* line 88, ../sass/partials/_footer.scss */
#footer .nav > li > a:hover,
#footer .nav > li > a:focus {
  background-color: transparent;
}
/* line 92, ../sass/partials/_footer.scss */
#footer .nav a {
  clear: both;
  padding-left: 0;
}

/* line 98, ../sass/partials/_footer.scss */
#footer .channel.channel-h2 {
  background-image: url("../images/channels/military-logo-pos.png");
  height: 55px;
  width: 70px;
  margin-top: 0;
}

/* line 105, ../sass/partials/_footer.scss */
#footer .channel.channel-h2:hover {
  background-position: 0px -56px;
}

/* line 109, ../sass/partials/_footer.scss */
#footer .channel.channel-bio {
  background-image: url("../images/channels/biography-logo-pos.png");
  height: 44px;
  width: 100px;
  margin-top: 5px;
}

/* line 116, ../sass/partials/_footer.scss */
#footer .channel.channel-bio:hover {
  background-position: 0px -45px;
}

/* line 122, ../sass/partials/_footer.scss */
#footer .channel.channel-ci-polsat {
  background-image: url("../images/channels/ci-polsat-logo-pos.png");
  height: 77px;
  width: 70px;
  margin-top: 5px;
}

/* line 129, ../sass/partials/_footer.scss */
#footer .channel.channel-ci-polsat:hover {
  background-position: 0px -77px;
}

/* line 134, ../sass/partials/_footer.scss */
.legal {
  font-size: 80%;
}

/* line 138, ../sass/partials/_footer.scss */
.footer-section > .container > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Footer social links */
/* line 144, ../sass/partials/_footer.scss */
.social-links-footer {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 150, ../sass/partials/_footer.scss */
.social-icons-footer li {
  display: inline-block;
  list-style: none;
}
/* line 154, ../sass/partials/_footer.scss */
.social-icons-footer a {
  height: 46px;
  width: 46px;
  overflow: hidden;
  text-indent: -9999999px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("../images/social-links-footer.png");
  background-size: 46px 184px;
}
/* line 165, ../sass/partials/_footer.scss */
.social-icons-footer .first a {
  background-position: 0 0;
}
/* line 168, ../sass/partials/_footer.scss */
.social-icons-footer .first a:hover {
  background-position: 0 -46px;
}
/* line 171, ../sass/partials/_footer.scss */
.social-icons-footer .last a {
  background-position: 0 -92px;
}
/* line 174, ../sass/partials/_footer.scss */
.social-icons-footer .last:hover a {
  background-position: 0 -138px;
}

@media only screen and (max-width: 844px) {
  /* line 181, ../sass/partials/_footer.scss */
  #footer h2.pane-title {
    padding-bottom: 0;
  }

  /* line 185, ../sass/partials/_footer.scss */
  .social-links-footer {
    margin-top: 20px;
  }
}
/* line 1, ../sass/partials/_typography.scss */
.section-header {
  border-bottom: 2px #b61314 solid;
  padding-bottom: 10px;
}

/* line 8, ../sass/partials/_typography.scss */
a,
a:visited {
  color: #b61314;
}

/* line 13, ../sass/partials/_typography.scss */
a:active,
a:hover {
  color: #880e0f;
}

/* line 18, ../sass/partials/_typography.scss */
.link-style-1 {
  background: #b61314;
  padding: .75em 45px .75em 5%;
  color: white;
  position: relative;
  display: inline-block;
}

/* line 25, ../sass/partials/_typography.scss */
.link-style-1:hover {
  background: #880e0f;
  text-decoration: none;
}

/* line 29, ../sass/partials/_typography.scss */
.link-style-1:after {
  content: "►";
  position: absolute;
  right: 14px;
}

/* Social share links */
/* line 3, ../sass/partials/_social-share.scss */
.share-email,
.share-facebook,
.share-twitter,
.share-google-plus,
.share-linkedin {
  display: inline-block;

}
/* line 13, ../sass/partials/_social-share.scss */
.share-email:hover,
.share-facebook:hover,
.share-twitter:hover,
.share-google-plus:hover,
.share-linkedin:hover {
  opacity: 0.85;
}
/* line 16, ../sass/partials/_social-share.scss */
.share-email:after,
.share-facebook:after,
.share-twitter:after,
.share-google-plus:after,
.share-linkedin:after {
  margin-top: 4px;
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/social-sprite.png");
  background-size: 85px 16px;
  overflow: hidden;
}

/* line 29, ../sass/partials/_social-share.scss */
.share-email {
  background: #e90606;
}
/* line 31, ../sass/partials/_social-share.scss */
.share-email:after {
  background-position: 0px 0px;
}

/* line 36, ../sass/partials/_social-share.scss */
.share-facebook {
  background: #46609f;
}
/* line 38, ../sass/partials/_social-share.scss */
.share-facebook:after {
  background-position: -17px 0px;
}

/* line 43, ../sass/partials/_social-share.scss */
.share-twitter {
  background: #5cacf2;
}
/* line 45, ../sass/partials/_social-share.scss */
.share-twitter:after {
  background-position: -33px 0px;
}

/* line 50, ../sass/partials/_social-share.scss */
.share-google-plus {
  background: #000;
}
/* line 52, ../sass/partials/_social-share.scss */
.share-google-plus:after {
  background-position: -50px 0px;
}

/* line 57, ../sass/partials/_social-share.scss */
.share-linkedin {
  background: #2281bc;
}
/* line 59, ../sass/partials/_social-share.scss */
.share-linkedin:after {
  background-position: -69px 0px;
}

/**
 *
 * History v2.0 | Modernfidelity Studios
 *
 */
/* line 7, ../sass/main/_base.scss */
.vertical-mid {
  display: table-cell;
  vertical-align: middle;
}

/* line 15, ../sass/main/_base.scss */
.white-bg {
  background-color: #fff;
  padding: 10px;
}

/* line 20, ../sass/main/_base.scss */
.white-bg-transparent {
  background-color: white;
  padding: 10px;
}

/**
 * 1.GLOBAL
 */
/* line 29, ../sass/main/_base.scss */
body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* line 39, ../sass/main/_base.scss */
body.dark {
  background-color: #000;
  color: #fff;
}

/* line 44, ../sass/main/_base.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
}

/* line 50, ../sass/main/_base.scss */
h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  /*margin-top: 0.75em;*/
}

/* line 56, ../sass/main/_base.scss */
h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
}

/* line 62, ../sass/main/_base.scss */
h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
}

/* line 68, ../sass/main/_base.scss */
h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

/* line 75, ../sass/main/_base.scss */
p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/*
a { color: #E5322A; text-decoration: none; }

a:visited { color: #E5322A; }

a:hover, a:active, li a.active  { color: #39f; }
*/
/* line 89, ../sass/main/_base.scss */
a:focus {
  outline: thin dotted;
}

/* line 91, ../sass/main/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* apply common styling after reset.css */
/* line 95, ../sass/main/_base.scss */
li ul, li ol {
  margin: 0;
}

/* line 96, ../sass/main/_base.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 97, ../sass/main/_base.scss */
ul {
  list-style-type: disc;
}

/* line 98, ../sass/main/_base.scss */
ol {
  list-style-type: decimal;
}

/* line 99, ../sass/main/_base.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 100, ../sass/main/_base.scss */
dl dt {
  font-weight: bold;
}

/* line 101, ../sass/main/_base.scss */
dd {
  margin-left: 1.5em;
}

/* line 102, ../sass/main/_base.scss */
hr {
  background: #666;
  border: none;
  clear: both;
  float: none;
  height: 1px;
  margin: 0 0 1.4375em;
  width: 100%;
}

/* line 103, ../sass/main/_base.scss */
fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4375em;
  padding: 1.5em;
}

/* line 104, ../sass/main/_base.scss */
table {
  margin-bottom: 1.5em;
  width: 100%;
}

/* line 105, ../sass/main/_base.scss */
th, tr, td {
  vertical-align: middle;
}

/* line 106, ../sass/main/_base.scss */
th {
  padding-right: 1em;
}

/* line 107, ../sass/main/_base.scss */
.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/* line 113, ../sass/main/_base.scss */
.breadcrumb {
  clear: both;
  padding: 1em 0 0;
  background-color: transparent;
  border-radius: 0;
}

/* line 120, ../sass/main/_base.scss */
#skip-link {
  position: absolute;
}

/* menus and item lists */
/* line 126, ../sass/main/_base.scss */
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

/* line 131, ../sass/main/_base.scss */
.item-list ul li {
  margin: 0;
  padding: 0;
}

/* line 136, ../sass/main/_base.scss */
ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 141, ../sass/main/_base.scss */
ul.inline {
  clear: both;
}

/* line 145, ../sass/main/_base.scss */
ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/**
 * CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix                            | contain floats
 * .element-invisible                   | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden                      | hide visually and from screenreaders
 */
/* clear floats */
/* line 163, ../sass/main/_base.scss */
.clear {
  clear: both;
}

/* display block */
/* line 166, ../sass/main/_base.scss */
.display-block {
  display: block;
}

/* line 168, ../sass/main/_base.scss */
.cmpu object,
.mpu img {
  width: 100%;
}

/* line 2, ../sass/main/_layout.scss */
.content-bottom {
  margin-top: 20px;
}

/**
 * MODULE.CSS
 *
 *
 *
 */
/*
 * SHOW FEATURED BOX
 * 16:9 ratio
 * Main image, show title and integrated link
 */
/*
 * GAME FEATURED BOX
 * 16:9 ratio
 * Main image, game title and integrated link
 */
/*
 * BIOGRAPHIES FEATURED BOX
 * 16:9 ratio
 * Main image, game title and integrated link
 */
/* line 206, ../sass/main/_module.scss */
.featuredbios {
  font-size: 0.8em;
  position: relative;
}

/* line 211, ../sass/main/_module.scss */
.featuredbios .inner {
  position: relative;
}

/* line 215, ../sass/main/_module.scss */
.featuredbios .title {
  margin: 0;
  padding: 0.3em 1em 0.3em 2em;
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 20%;
  background-image: url("../../images/redLinkArrow.gif");
  background-repeat: no-repeat;
  background-position: 1em 0.5em;
}

/* line 227, ../sass/main/_module.scss */
.featuredbios .title:visited {
  color: #fff;
}

/* line 231, ../sass/main/_module.scss */
.featuredbios a {
  color: #fff;
}

/* line 235, ../sass/main/_module.scss */
.featuredbios img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  /* line 240, ../sass/main/_module.scss */
  .featuredbios:before,
  .featuredbios:after {
    content: "";
    display: block;
  }

  /* line 245, ../sass/main/_module.scss */
  .featuredbios:after {
    clear: both;
  }

  /* line 249, ../sass/main/_module.scss */
  .featuredbios {
    background-color: #000;
    margin-bottom: 0.5em;
  }

  /* line 254, ../sass/main/_module.scss */
  .featuredbios .title {
    position: static;
    top: 0;
    left: 0;
    float: right;
    width: 75%;
    box-sizing: border-box;
  }

  /* line 263, ../sass/main/_module.scss */
  .featuredbios .title a {
    display: block;
    height: 100%;
  }

  /* line 268, ../sass/main/_module.scss */
  .featuredbios img {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 276, ../sass/main/_module.scss */
  .featuredbios-grid {
    padding: 1% 1% 0 1%;
  }

  /* line 280, ../sass/main/_module.scss */
  .featuredbios-grid .featuredbios {
    width: 32%;
    float: left;
    margin: 0 0 1em 0;
  }

  /* line 286, ../sass/main/_module.scss */
  .featuredbios-grid .featuredbios:nth-child(2),
  .featuredbios-grid .featuredbios:nth-child(5) {
    margin: 0 2% 0 2%;
  }
}
/*
 * Book Club FEATURED BOX
 * 16:9 ratio
 * Main image, game title and integrated link
 */
/* line 301, ../sass/main/_module.scss */
.featuredbooks {
  font-size: 0.8em;
}

/* line 305, ../sass/main/_module.scss */
.featuredbooks .inner {
  position: relative;
}

/* line 309, ../sass/main/_module.scss */
.featuredbooks .title {
  margin: 0;
  padding: 0.3em 1em 0.3em 2em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 15%;
  background-image: url("../../images/redLinkArrow.gif");
  background-repeat: no-repeat;
  background-position: 1em 0.5em;
}

/* line 321, ../sass/main/_module.scss */
.featuredbooks .title:visited {
  color: #000;
}

/* line 325, ../sass/main/_module.scss */
.featuredbooks a {
  color: #000;
}

/* line 329, ../sass/main/_module.scss */
.featuredbooks img {
  width: 100%;
}

/* line 333, ../sass/main/_module.scss */
.featuredbooks.views-row {
  position: relative;
}

@media only screen and (max-width: 480px) {
  /* line 339, ../sass/main/_module.scss */
  .featuredbooks:before,
  .featuredbooks:after {
    content: "";
    display: block;
  }

  /* line 344, ../sass/main/_module.scss */
  .featuredbooks:after {
    clear: both;
  }

  /* line 348, ../sass/main/_module.scss */
  .featuredbooks {
    background-color: #000;
    margin-bottom: 0.5em;
  }

  /* line 353, ../sass/main/_module.scss */
  .featuredbooks .title {
    position: static;
    top: 0;
    left: 0;
    float: right;
    width: 75%;
    box-sizing: border-box;
  }

  /* line 362, ../sass/main/_module.scss */
  .featuredbooks .title a {
    display: block;
    height: 100%;
  }

  /* line 367, ../sass/main/_module.scss */
  .featuredbooks img {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 375, ../sass/main/_module.scss */
  .featuredbook-grid {
    padding: 1% 1% 0 1%;
    display: block;
    margin: 0 auto;
  }

  /* line 381, ../sass/main/_module.scss */
  .featuredbook-grid .featuredbooks {
    width: 28%;
    float: left;
    margin: 0 0 1em 0;
  }

  /* line 387, ../sass/main/_module.scss */
  .featuredbook-grid .featuredbooks.views-row-first {
    margin-left: 5%;
  }

  /* line 391, ../sass/main/_module.scss */
  .featuredbook-grid .featuredbooks.views-row-last {
    margin-right: 3%;
  }

  /* line 395, ../sass/main/_module.scss */
  .featuredbook-grid .featuredbooks:nth-child(2),
  .featuredbook-grid .featuredbooks:nth-child(5) {
    margin: 0 2% 0 2%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 403, ../sass/main/_module.scss */
  .page-book-club .panel-topcontent {
    display: none;
  }
}
/* EDITOR'S SHOW */
/* line 409, ../sass/main/_module.scss */
.editorsshow a {
  display: block;
}

/* line 412, ../sass/main/_module.scss */
.editorsshow img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 417, ../sass/main/_module.scss */
  .editorsshow {
    font-size: 0.8em;
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 30em;
  }
}
/*
 * TOPIC/STUDY FEATURED BOX
 * 16:9 ratio
 * Main image, show title and integrated link
 */
/* line 433, ../sass/main/_module.scss */
.featuredtopic {
  font-size: 0.8em;
  position: relative;
}

/* line 438, ../sass/main/_module.scss */
.featuredtopic .inner {
  position: relative;
}

/* line 442, ../sass/main/_module.scss */
.featuredtopic .title {
  margin: 0;
  padding: 0;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /*  background-image: url('../../images/redLinkArrow.gif');
    background-repeat: no-repeat;
    background-position: 1em 0.5em;*/
}

/* line 457, ../sass/main/_module.scss */
.featuredtopic .title a {
  color: #fff;
  padding: 0.3em 1em 0.3em 0.3em;
  display: block;
  color: #000;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 465, ../sass/main/_module.scss */
.featuredtopic .title a:hover {
  color: #fff;
  background-color: black;
  background-color: black;
  text-decoration: none;
}

/* line 472, ../sass/main/_module.scss */
.featuredtopic img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  /* line 477, ../sass/main/_module.scss */
  .featuredtopic:before,
  .featuredtopic:after {
    content: "";
    display: block;
  }

  /* line 482, ../sass/main/_module.scss */
  .featuredtopic:after {
    clear: both;
  }

  /* line 486, ../sass/main/_module.scss */
  .featuredtopic {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5em;
  }

  /* line 492, ../sass/main/_module.scss */
  .featuredtopic .title {
    position: static;
    top: 0;
    left: 0;
    float: right;
    width: 75%;
    box-sizing: border-box;
  }

  /* line 501, ../sass/main/_module.scss */
  .featuredtopic .title a {
    display: block;
    height: 100%;
  }

  /* line 506, ../sass/main/_module.scss */
  .featuredtopic img {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 514, ../sass/main/_module.scss */
  .featuredtopic-grid {
    background-color: #e6e6e6;
    padding: 1% 1% 0 1%;
  }

  /* line 519, ../sass/main/_module.scss */
  .featuredtopic-grid .featuredtopic {
    width: 32%;
    float: left;
    margin: 0 0 1em 0;
  }

  /* line 525, ../sass/main/_module.scss */
  .featuredtopic-grid .featuredtopic:nth-child(2),
  .featuredtopic-grid .featuredtopic:nth-child(5) {
    margin: 0 2% 0 2%;
  }
}
/* line 537, ../sass/main/_module.scss */
.view-videos td {
  vertical-align: top;
}

/*
 * H2 top shows
 */
/* line 547, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows ul {
  padding: 0;
  list-style: none;
}

/* line 552, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows .views-field-field-show-image {
  display: none;
}

/* line 556, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows ul .views-field-title {
  margin-top: 0;
}

/* line 560, ../sass/main/_module.scss */
.view-h2-top-shows ul .views-field-title span {
  text-transform: uppercase;
}

/* line 564, ../sass/main/_module.scss */
.view-h2-top-shows ul .views-row-2, .view-h2-top-shows ul .views-row-3, .view-h2-top-shows ul .views-row-4, .view-h2-top-shows ul .views-row-5 {
  padding-top: 1%;
}

/* line 568, ../sass/main/_module.scss */
.view-h2-top-shows ul .views-row-2 span a, .view-h2-top-shows ul .views-row-3 span a, .view-h2-top-shows ul .views-row-4 span a, .view-h2-top-shows ul .views-row-5 span a {
  color: #000;
  font-weight: 500;
  background: url(../../images/allShows-h2.png) no-repeat 0 0;
  padding-left: 8%;
}

/* line 575, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows ul .views-field-title span a:hover {
  color: #E5322A;
}

/* line 579, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows .views-row-first {
  position: relative;
}

/* line 583, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows .views-row-first .views-field-field-show-image {
  display: block;
}

/* line 587, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows .views-row-first span {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2em;
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* line 595, ../sass/main/_module.scss */
.panel-info3 .pane-h2-top-shows .view-h2-top-shows .views-row-first .views-field-title span a {
  color: #000;
  font-weight: 500;
  background: url(../../images/red-arrow.png) no-repeat 1px 4px;
  padding-left: 5%;
}

/*
 * Style flexsliders
 */
/* line 611, ../sass/main/_module.scss */
.flex-nav-container {
  float: none;
}

/* line 618, ../sass/main/_module.scss */
.aetn-item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* line 628, ../sass/main/_module.scss */
.aetn-item .title {
  margin: 0px 0 0 40%;
  /*outline: 1px dashed red;*/
}

/* line 633, ../sass/main/_module.scss */
.aetn-item .image {
  width: 40%;
  float: left;
  margin: 0px;
  /*outline: 1px dashed blue;*/
}

/* line 640, ../sass/main/_module.scss */
.aetn-item .description {
  margin-left: 40%;
  /*outline: 1px dashed green;*/
}

/**
 * THEME.CSS
 *
 * The main theme file for the AETN standard style. This covers the global items for
 * SMALL + LARGE sites
 *
 */
/* Contact page style for "small" sites */
/* line 11, ../sass/main/_theme.scss */
body.page-contact #main, body.page-where-to-watch #main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 40px 10px;
}

/* line 16, ../sass/main/_theme.scss */
ul.contactList {
  width: 964px;
  clear: both;
  list-style: none;
}

/* line 22, ../sass/main/_theme.scss */
.view-where-to-watch .item-list ul li {
  margin-left: 15px;
}

/* line 26, ../sass/main/_theme.scss */
li.businessCard {
  width: 405px;
  height: 230px;
  background-color: #fff;
  padding: 5px;
  margin: 30px 15px auto auto;
  float: left;
  min-width: 200px;
  min-height: 130px;
  border: 5px solid white;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

/* line 42, ../sass/main/_theme.scss */
li.businessCard .sh_bottom {
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
  clear: both;
}

/* line 59, ../sass/main/_theme.scss */
li.businessCard .sh_bottom:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 100px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
  -moz-transform: skew(10deg, 10deg) translate(-40px, -15px);
  -webkit-transform: skew(10deg, 10deg) translate(-40px, -15px);
  transform: skew(10deg, 10deg) translate(-40px, -15px);
}

/* line 76, ../sass/main/_theme.scss */
li.businessCard .sh_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 100px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(-10deg, -10deg) translate(40px, -15px);
  -moz-transform: skew(-10deg, -10deg) translate(40px, -15px);
  transform: skew(-10deg, -10deg) translate(40px, -15px);
}

/*
 * SEARCH BOX
 */
@media only screen and (max-width: 960px) {
  /* line 98, ../sass/main/_theme.scss */
  .block-search {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  /* line 104, ../sass/main/_theme.scss */
  .block-search {
    width: 10em;
    float: right;
  }
}
/* line 111, ../sass/main/_theme.scss */
.block-search .container-inline {
  position: relative;
  height: 1.5em;
}

/* line 116, ../sass/main/_theme.scss */
.block-search .form-item {
  display: block;
  margin: 0;
  padding: 0;
  background-color: none;
}

/* line 124, ../sass/main/_theme.scss */
.block-search .form-item input {
  position: absolute;
  top: 9px;
  right: 25px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: 25px;
  width: 200px;
  padding-left: 5px;
  line-height: 25px;
  height: 25px;
}

/* line 142, ../sass/main/_theme.scss */
.block-search .form-actions {
  background-color: transparent;
  border: none;
}

/* line 147, ../sass/main/_theme.scss */
.block-search .form-actions input {
  position: absolute;
  top: 9px;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  height: 25px;
  display: block;
  width: 25px;
  background-color: #f13400;
  /* Old browsers */
  background-color: -moz-linear-gradient(top, #f13400 0%, #b32a00 100%);
  /* FF3.6+ */
  background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f13400), color-stop(100%, #b32a00));
  /* Chrome,Safari4+ */
  background-color: -webkit-linear-gradient(top, #f13400 0%, #b32a00 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: -o-linear-gradient(top, #f13400 0%, #b32a00 100%);
  /* Opera 11.10+ */
  background-color: -ms-linear-gradient(top, #f13400 0%, #b32a00 100%);
  /* IE10+ */
  background-color: linear-gradient(to bottom, #f13400 0%, #b32a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13400', endColorstr='#b32a00', GradientType=0);
  /* IE6-9 */
  background-image: url("../images/search_icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Webkit only */
/* Webkit actually renders things accurately. But IE & Moz render submits using quirks mode settings,
 even in a standards-compliant document. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 179, ../sass/main/_theme.scss */
  .block-search .form-actions input {
    height: 25px;
  }
}
/*
 * BREADCRUMB
 */
/* line 191, ../sass/main/_theme.scss */
.breadcrumb {
  display: none;
}

/* TABS */
/* line 197, ../sass/main/_theme.scss */
.tabs-wrapper {
  background-color: #dcdcdc;
  padding: 1%;
  margin: 0.5em 0 0.5em 0;
  border: 3px solid #333;
}

/*
 * HYGIENE/GENERAL PAGES
 */
/* line 208, ../sass/main/_theme.scss */
.general h3 {
  text-transform: uppercase;
  font-size: 12px !important;
  display: block;
  margin: 36px 0 16px -16px !important;
  line-height: 1.2em !important;
}

/* line 216, ../sass/main/_theme.scss */
.general h3 span {
  background: #CC0000;
  color: #FFF;
  padding: 8px 8px 8px 10px;
}

/* Blocks */
/* line 224, ../sass/main/_theme.scss */
.aetn-block {
  font-size: 80%;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  /*-moz-box-shadow: 0 8px 6px -6px black;*/
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

/* line 235, ../sass/main/_theme.scss */
.aetn-block iframe {
  width: 100%;
}

/* line 239, ../sass/main/_theme.scss */
.aetn-block .pane-title {
  /* color: rgb(209, 0, 0); */
  color: #b61314;
  border-bottom: 3px solid #b61314;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: bold;
  /*padding-left: 50px;*/
  /*  background-image: url('../images/logo-tiny.png');
    background-repeat: no-repeat;
    background-position: 0 0;*/
  min-height: 34px;
  line-height: 34px;
  margin-top: 0;
}

/* line 255, ../sass/main/_theme.scss */
img.bg_wrapper {
  min-height: 100%;
  min-width: 1680px;
  /* Set up proportionate scaling */
  width: 1680px;
  height: 1080px;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -840px;
  z-index: -9999;
}

@media screen and (max-width: 1680px) {
  /* Specific to this particular image */
  /* line 273, ../sass/main/_theme.scss */
  img.bg_wrapper {
    left: 50%;
    margin-left: -840px;
    /* 50% */
  }
}
/* line 285, ../sass/main/_theme.scss */
.field-type-image img {
  width: 100%;
}

/* BIOGRAPHY LP */
/* line 3, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list {
  display: block;
  padding-left: 3%;
}

/* line 8, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .thumbnail {
  background-color: transparent;
  border: none;
}

/* line 13, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .item-list {
  width: 100%;
}

/* line 17, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .item-list ul {
  list-style-type: none;
}

/* line 21, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .item-list ul li {
  float: left;
  margin-left: 10px;
}

/* line 26, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list h3 {
  margin: .3em 0;
  line-height: 1;
}

/* line 31, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .views-field-title-1 {
  font-size: .9em;
  line-height: 1.4;
}

/* line 36, ../sass/main/_theme--biography.scss */
.view-lp-biographies-az-list .views-field-field-image .field-content img {
  padding-top: 2%;
}

/* BIOGRAPHY NODES */
/* line 42, ../sass/main/_theme--biography.scss */
.node-type-biography #page-title {
  display: none;
}

/* line 46, ../sass/main/_theme--biography.scss */
.node-type-biography .show-subsection {
  position: relative;
}

/* line 50, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-quote {
  box-sizing: border-box;
  padding: 0 1%;
  background-color: #fff;
  color: #000;
}

/* line 57, ../sass/main/_theme--biography.scss */
.node-type-biography h2 {
  margin-top: 0;
}

/* line 61, ../sass/main/_theme--biography.scss */
.node-type-biography .show-top.panel .inside {
  margin: 0;
}

/* line 65, ../sass/main/_theme--biography.scss */
.node-type-biography .show-header.panel {
  padding: 0;
}

/* line 69, ../sass/main/_theme--biography.scss */
.node-type-biography .show-header.panel .inside {
  margin: 0;
  padding-left: 0.5%;
}

/* line 74, ../sass/main/_theme--biography.scss */
.bio-img-main {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 79, ../sass/main/_theme--biography.scss */
  .node-type-biography .show-header.panel {
    position: absolute;
    left: 1em;
    color: #fff;
    width: 100%;
    padding: 2% 0;
    box-sizing: border-box;
    min-height: 5em;
    background: transparent;
  }

  /* line 90, ../sass/main/_theme--biography.scss */
  .field-name-field-born, .field-name-field-died, .field-name-field-birthplace {
    float: left;
    position: bottom;
    padding: 0 2% 1% 0;
  }

  /* line 96, ../sass/main/_theme--biography.scss */
  .field-name-field-born .field-label, .field-name-field-died .field-label, .field-name-field-birthplace .field-label {
    font-weight: normal;
  }

  /* line 100, ../sass/main/_theme--biography.scss */
  .node-type-biography .pane-node-title h2 {
    font-size: 1.3em;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0.5%;
    text-shadow: none;
  }
}
/* line 109, ../sass/main/_theme--biography.scss */
.node-type-biography .show-content-second {
  background-color: white;
}

/* line 126, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-items {
  margin: 1%;
}

/* line 130, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-items article {
  position: relative;
}

/* line 134, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-items h2 {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  bottom: 2em;
  position: absolute;
  padding-left: 20%;
  width: 60%;
  text-transform: uppercase;
}

/* line 144, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-items h2 a {
  color: #000;
  font-weight: 500;
  background: url(../../images/red-arrow.png) no-repeat 1px 4px;
  padding-left: 5%;
}

/* line 151, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-name-field-image {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.2em;
}

/* line 157, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-name-field-image img {
  display: block;
  margin: 0 auto;
}

/* line 163, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-related-biographies .field-items .field-item footer {
  display: none;
}

/* line 179, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-field-bio-quotes .field-collection-view {
  padding: 0;
}

/* line 183, ../sass/main/_theme--biography.scss */
.node-type-biography .show-content-first .inside .field-name-field-image {
  float: left;
  padding: 0 1%;
}

/* line 188, ../sass/main/_theme--biography.scss */
.node-type-biography .field-name-body {
  padding: 0 1% 1%;
  color: #000;
}

/* line 193, ../sass/main/_theme--biography.scss */
.node-type-biography .layout-sideline {
  color: #000;
  box-sizing: border-box;
  padding: 1%;
  font-size: 80%;
}

/* line 200, ../sass/main/_theme--biography.scss */
.node-type-biography .field-collection-view {
  margin: 0;
}

/* line 204, ../sass/main/_theme--biography.scss */
.node-type-biography .field-collection-container {
  border: none;
  margin: 0;
}

/* line 209, ../sass/main/_theme--biography.scss */
.node-type-biography .sideline .pane-title {
  margin-top: 0;
}

/* line 213, ../sass/main/_theme--biography.scss */
.node-type-biography .sideline .panel-pane {
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  /* line 218, ../sass/main/_theme--biography.scss */
  .node-type-biography .show-top.panel {
    display: none;
  }

  /* line 222, ../sass/main/_theme--biography.scss */
  .node-type-biography .field-name-field-related-biographies .field-items h2 {
    padding-left: 32%;
    width: 42%;
  }
}
/* CAST MEMBERS LP */
/* line 6, ../sass/main/_theme--cast.scss */
#show-cast-landing .content01 .pane-title {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 960px) {
  /* line 12, ../sass/main/_theme--cast.scss */
  .panel-cast .panel-pane {
    padding-top: 1%;
  }
}
/* line 17, ../sass/main/_theme--cast.scss */
.panel-cast {
  margin-top: 1em;
}

/* line 21, ../sass/main/_theme--cast.scss */
.panel-cast .layout-top {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 25, ../sass/main/_theme--cast.scss */
.panel-cast .layout-content {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 29, ../sass/main/_theme--cast.scss */
.panel-cast .layout-sideline {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 33, ../sass/main/_theme--cast.scss */
.panel-cast .title h2 {
  font-size: 200%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px gainsboro;
}

/* line 39, ../sass/main/_theme--cast.scss */
.panel-cast .layout-top .inside {
  margin: 2%;
}

/* line 43, ../sass/main/_theme--cast.scss */
.panel-cast .layout-footer .inside {
  margin: 1em 0 0 0;
}

/* line 47, ../sass/main/_theme--cast.scss */
.cast-list ul {
  margin: 0;
}

/* line 52, ../sass/main/_theme--cast.scss */
.view-clone-of-related-cast-members li {
  list-style-type: none;
}

/* line 56, ../sass/main/_theme--cast.scss */
.cast-list .cast-item {
  float: left;
  padding: 2% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 63, ../sass/main/_theme--cast.scss */
.cast-list .cast-item span.headerOverImg {
  position: absolute;
  width: 90%;
  bottom: 7%;
  padding: 0% 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1em;
}

/* line 74, ../sass/main/_theme--cast.scss */
body.dark .cast-list .cast-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 78, ../sass/main/_theme--cast.scss */
.cast-list .cast-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 4px;
}

/* line 85, ../sass/main/_theme--cast.scss */
body.dark .cast-list .cast-item span.headerOverImg a {
  color: #fff;
}

/* line 89, ../sass/main/_theme--cast.scss */
.cast-list .cast-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 93, ../sass/main/_theme--cast.scss */
.cast-list .cast-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 98, ../sass/main/_theme--cast.scss */
.cast-list .cast-item .image {
  margin: 0;
}

/* line 102, ../sass/main/_theme--cast.scss */
.cast-list .cast-item.views-row-last {
  margin-bottom: 3%;
}

/* CAST MEMBER NODES */
/* line 109, ../sass/main/_theme--cast.scss */
.node-type-crew-member #page-title {
  display: none;
}

/* line 113, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-subsection {
  display: block;
  position: relative;
}

@media only screen and (max-width: 960px) {
  /* line 119, ../sass/main/_theme--cast.scss */
  .panel-castpages .panel-pane {
    padding-top: 1%;
  }
}
/* line 124, ../sass/main/_theme--cast.scss */
.panel-castpages .layout-top {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 128, ../sass/main/_theme--cast.scss */
.panel-castpages .layout-content {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 132, ../sass/main/_theme--cast.scss */
.panel-castpages .layout-sideline {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 136, ../sass/main/_theme--cast.scss */
.panel-castpages .title .pane-content {
  font-size: 200%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px gainsboro;
}

/* line 142, ../sass/main/_theme--cast.scss */
.panel-castpages .layout-top .inside {
  margin: 2%;
}

/* line 146, ../sass/main/_theme--cast.scss */
.panel-castpages .layout-footer .inside {
  margin: 1em 0 0 0;
}

/* line 150, ../sass/main/_theme--cast.scss */
.node-type-crew-member #main {
  color: #000;
  box-sizing: border-box;
}

/* line 155, ../sass/main/_theme--cast.scss */
.node-type-crew-member .pane-node-title h2 {
  color: #000;
  padding-left: 20px;
  margin: 0.2em 0;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  background: url("../../images/propel-large.png") 3px 6px;
  background-repeat: no-repeat;
}

/* line 167, ../sass/main/_theme--cast.scss */
.node-type-crew-member .pane-node-title.dark h2 {
  color: #fff;
}

/* line 171, ../sass/main/_theme--cast.scss */
.node-type-crew-member .pane-node-field-sub-heading h3 {
  color: #000;
  font-size: 1em;
  text-transform: none;
  margin: 0.2em 0;
}

/* line 178, ../sass/main/_theme--cast.scss */
.node-type-crew-member .pane-node-field-sub-heading.dark h3 {
  color: #aeaeae;
}

/* line 182, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-name-field-crew-member-quote .field-item {
  font-size: 1.3em;
  color: #333;
}

/* line 187, ../sass/main/_theme--cast.scss */
.node-type-crew-member .dark .field-name-field-crew-member-quote .field-item {
  color: #fff;
}

/* line 191, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-name-field-image img {
  padding-top: 1.5em;
  display: block;
  margin: 0 auto;
}

/* line 197, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-name-field-crew-member-quote .field-item:before {
  content: '\201C';
}

/* line 202, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-name-field-crew-member-quote .field-item:after {
  content: '\201D';
}

@media only screen and (min-width: 768px) {
  /* line 209, ../sass/main/_theme--cast.scss */
  .node-type-crew-member .show-top.panel .inside {
    position: absolute;
    left: 54%;
    width: 43%;
    top: 11%;
    padding: 1% 0.5% 1% 1%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 5em;
  }

  /* line 220, ../sass/main/_theme--cast.scss */
  body.dark.node-type-crew-member .show-top.panel .inside {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  /* line 225, ../sass/main/_theme--cast.scss */
  body.dark.node-type-crew-member .show-top.panel .inside .pane-node-title h2 {
    color: #fff;
  }

  /* line 229, ../sass/main/_theme--cast.scss */
  body.dark.node-type-crew-member .field-name-field-crew-member-quote .field-item {
    color: #fff;
  }
}
/* line 235, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-name-field-seasons-featured {
  font-size: 80%;
  padding-bottom: .2em;
}

/* line 240, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-collection-view {
  margin: 0;
}

/* line 244, ../sass/main/_theme--cast.scss */
.node-type-crew-member .field-collection-container {
  border: none;
  margin: 0;
}

/* line 249, ../sass/main/_theme--cast.scss */
.node-type-crew-member .cast-website {
  font-weight: bold;
  border-color: #B4B5B5;
  float: right;
}

/* line 255, ../sass/main/_theme--cast.scss */
.node-type-crew-member .cast-website a {
  color: #d10000;
  border-bottom: 1px dashed #d10000;
}

/* line 260, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel {
  box-sizing: border-box;
  padding-bottom: 1%;
  font-size: 80%;
}

/* line 266, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .pane-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 273, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .panel-pane {
  margin-bottom: 1em;
}

/* line 277, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item {
  float: left;
  padding: 2.5% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 284, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item span.headerOverImg {
  position: absolute;
  width: 95%;
  bottom: 5.5%;
  padding: 0 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1.2em;
}

/* line 295, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .dark .rel-cast-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 299, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 3px;
}

/* line 306, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .dark .rel-cast-item span.headerOverImg a {
  color: #fff;
}

/* line 310, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 314, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 319, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .rel-cast-item.views-row-last {
  margin-bottom: 3%;
}

/* line 323, ../sass/main/_theme--cast.scss */
.node-type-crew-member .show-content-second.panel .more-link a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 2%;
  margin-right: 6%;
  background-color: #d10000;
  float: right;
}

@media only screen and (max-width: 768px) {
  /* line 336, ../sass/main/_theme--cast.scss */
  .node-type-crew-member .pane-node-title h2 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    background: url("../../images/propel-large.png") 3px 3px;
    background-repeat: no-repeat;
  }

  /* line 345, ../sass/main/_theme--cast.scss */
  .node-type-crew-member .field-name-field-crew-member-quote .field-item {
    font-size: 1em;
    line-height: 1;
    padding-top: 0.5em;
  }
}
/*
 * CAST COMPONENT
 */
/* line 361, ../sass/main/_theme--cast.scss */
.cast-item {
  position: relative;
  padding: 0;
}

/* line 366, ../sass/main/_theme--cast.scss */
.cast-item .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  background-color: #fff;
  color: #333;
  padding: 2px 4px;
}

/* line 376, ../sass/main/_theme--cast.scss */
.cast-item .image {
  margin: 1%;
}

/* line 385, ../sass/main/_theme--cast.scss */
.node-type-crew-member .rel-cast-item {
  position: relative;
  padding: 0;
}

/* line 390, ../sass/main/_theme--cast.scss */
.node-type-crew-member .rel-cast-item .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  background-color: #fff;
  color: #333;
  padding: 2px 4px;
}

/* line 400, ../sass/main/_theme--cast.scss */
.node-type-crew-member .rel-cast-item .image {
  margin: 1%;
}

/*.page-shows .views-field-field-image {
  -webkit-box-shadow: 0 8px 6px -6px rgb(0, 0, 0);
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px rgb(0, 0, 0);
}*/
/* EPISODE GUIDE NODE */
/* line 6, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .pane-node-title h2 {
  margin-top: 0;
}

/* line 10, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .epguide-title h2 {
  font-size: 36px;
  margin: 0;
  padding: 1%;
}

/* line 16, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .show-top.panel .pane-node-field-image .field-name-field-image {
  padding: 0 0 1% 0;
}

/* line 20, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .show-top.panel .field-name-field-image img {
  border: 10px solid #000;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 660px;
}

/* line 29, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .show-content-first .field-name-body {
  font-size: 90%;
}

/* line 34, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season.dark .show-content-first .field-name-body {
  border-bottom: 1px #eee solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 41, ../sass/main/_theme--epguide.scss */
.node-type-episode-guide-season .show-content-first .field-name-body {
  padding: 1%;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4);
}

/* EPISODE GUIDE LP */
/* line 53, ../sass/main/_theme--epguide.scss */
.epguide-item ul {
  margin: 0;
}

/* line 57, ../sass/main/_theme--epguide.scss */
.view-clone-of-related-cast-members li {
  list-style-type: none;
}

/* line 61, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item {
  float: left;
  padding: 2% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 68, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item span.headerOverImg {
  position: absolute;
  width: 90%;
  bottom: 7.3%;
  padding: 0% 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1.1em;
}

/* line 79, ../sass/main/_theme--epguide.scss */
body.dark .episode-list .epguide-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 82, ../sass/main/_theme--epguide.scss */
body.dark .episode-list .epguide-item span.headerOverImg a {
  color: #fff;
}

/* line 86, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 4px;
}

/* line 93, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 97, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 102, ../sass/main/_theme--epguide.scss */
.episode-list .epguide-item.views-row-last {
  margin-bottom: 3%;
}

/* line 106, ../sass/main/_theme--epguide.scss */
.show-content .show-content-first {
  min-height: 272px;
}

/* line 1, ../sass/main/_theme--locations.scss */
body.dark {
  background-color: #000;
}

/*
 * Locations - LANDING PAGE
 */
/* line 9, ../sass/main/_theme--locations.scss */
body.page-locations {
  background-attachment: fixed;
}

/* line 13, ../sass/main/_theme--locations.scss */
body.page-locations .panel-topcontent .pane-custom img {
  clear: none;
  float: right;
  padding: 1%;
}

/* line 19, ../sass/main/_theme--locations.scss */
body.page-locations .panel-topcontent .pane-page-title {
  display: block;
  float: left;
}

/* line 24, ../sass/main/_theme--locations.scss */
body.page-locations .panel-topcontent .pane-page-title h2 {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.5em;
}

/* line 30, ../sass/main/_theme--locations.scss */
body.page-locations .panel-topcontent .pane-locations-hero {
  clear: both;
}

/* line 34, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1% 1% 1% 1%;
  font-size: 100%;
}

/* line 41, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 a {
  color: #000;
}

/* line 45, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 a:hover {
  color: #E5322A;
}

/* line 49, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 {
  padding: 1%;
  display: block;
  margin: 0 auto;
}

/* line 55, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 h3 {
  clear: both;
  text-transform: uppercase;
}

/* line 60, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row {
  width: 31%;
  min-height: 162px;
  min-width: 260px;
  background-color: #fff;
  border: 1px solid black;
  float: left;
  margin: 5px 4px;
  padding: 5px;
}

/* line 71, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row h4 {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: 4px solid #D10000;
  margin: 0 0 5px 0;
}

/* line 80, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row .views-field-field-image img {
  max-height: 72px;
  float: left;
  margin: 3px 5px 5px 0;
}

/* line 86, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row .views-field-body {
  font-size: 0.8em;
}

/* line 90, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row .views-field-field-main-locations {
  clear: left;
  color: #5c5c5c;
  font-size: 0.8em;
}

/* line 96, ../sass/main/_theme--locations.scss */
.pane-lp-locations-panel-pane-2 .views-row .views-field-field-main-locations span {
  font-weight: 600;
}

/* line 100, ../sass/main/_theme--locations.scss */
#aetn-locations-lp h3 {
  margin: 0 0 0.3em 0.2em;
}

/* line 104, ../sass/main/_theme--locations.scss */
#aetn-locations-lp .views-row-last {
  margin-bottom: 1em;
}

/*LOCATIONS NODE*/
/* line 111, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content {
  background-color: transparent;
}

/* line 115, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-first.panel {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1% 1% 1% 1%;
}

/* leger column */
/* line 125, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second {
  border: 1px solid #333;
  max-width: 300px;
  background: white;
  font-size: 0.8em;
}

/* line 132, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-location-promo-img img {
  display: block;
  margin: 0 auto;
}

/* line 137, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-strapline {
  color: #d10000;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
}

/* line 145, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-tour-description p {
  margin-bottom: 0.5em;
}

/* line 149, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-tour-description ul {
  margin-bottom: 0;
  -webkit-margin-after: 0;
}

/* line 154, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-link a {
  font-weight: 600;
}

/* line 158, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .field-name-field-leger-dates-button a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  text-align: center;
  background-image: url("../../images/button.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  margin: 0 auto;
  line-height: 50px;
}

/* RELATED LOCATIONS */
/* line 177, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content .pane-clone-of-aetn-locations-related-locations-panel-pane-1 {
  padding-top: 1em;
  border-top: 1px black solid;
}

/* line 182, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content .pane-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 189, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .panel-pane {
  margin-bottom: 1em;
}

/* line 193, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item {
  float: left;
  padding: 2.5% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 200, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item span.headerOverImg {
  position: absolute;
  width: 95%;
  bottom: 3.5%;
  padding: 0 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1.2em;
}

/* line 211, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .dark .rel-resource-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 215, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 3px;
}

/* line 223, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 227, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 232, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .rel-resource-item .views-row-last {
  margin-bottom: 3%;
}

/* line 236, ../sass/main/_theme--locations.scss */
.node-type-locations .show-content-second .more-link a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 2%;
  margin-right: 6%;
  background-color: #d10000;
  float: right;
}

/* SHOW RESOURCES LP */
/* line 9, ../sass/main/_theme--resources.scss */
.panel-layout.layout-content .inside {
  margin: 2%;
}

/* line 13, ../sass/main/_theme--resources.scss */
.panel-layout.layout-sideline .inside {
  margin: 2%;
}

/* line 17, ../sass/main/_theme--resources.scss */
.resources-list ul {
  margin: 0;
}

/* line 21, ../sass/main/_theme--resources.scss */
.view-clone-of-related-cast-members li {
  list-style-type: none;
}

/* line 25, ../sass/main/_theme--resources.scss */
.resources-list .resource-item {
  float: left;
  padding: 2% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 32, ../sass/main/_theme--resources.scss */
.resources-list .resource-item span.headerOverImg {
  position: absolute;
  width: 90%;
  bottom: 7.3%;
  padding: 0% 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1.1em;
}

/* line 43, ../sass/main/_theme--resources.scss */
body.dark .resources-list .resource-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 46, ../sass/main/_theme--resources.scss */
body.dark .resources-list .resource-item span.headerOverImg a {
  color: #fff;
}

/* line 50, ../sass/main/_theme--resources.scss */
.resources-list .resource-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 4px;
}

/* line 57, ../sass/main/_theme--resources.scss */
.resources-list .resource-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 61, ../sass/main/_theme--resources.scss */
.resources-list .resource-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 66, ../sass/main/_theme--resources.scss */
.resources-list .resource-item.views-row-last {
  margin-bottom: 3%;
}

/* SHOW RESOURCES NODES */
/* line 74, ../sass/main/_theme--resources.scss */
.panel-resourcepages .layout-top {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 78, ../sass/main/_theme--resources.scss */
.panel-resourcepages .layout-content {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 82, ../sass/main/_theme--resources.scss */
.panel-resourcepages .layout-sideline {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 86, ../sass/main/_theme--resources.scss */
.node-type-show-resources #page-title {
  display: none;
}

/* line 90, ../sass/main/_theme--resources.scss */
.node-type-show-resources #main {
  color: #000;
  box-sizing: border-box;
}

/* line 95, ../sass/main/_theme--resources.scss */
body.dark.node-type-show-resources #main {
  color: #fff;
  box-sizing: border-box;
}

/* line 100, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-top.panel {
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 111, ../sass/main/_theme--resources.scss */
  .node-type-show-resources .show-top.panel .pane-node-field-resource-image .field-name-field-resource-image {
    padding: 0 0 1% 0;
  }

  /* line 115, ../sass/main/_theme--resources.scss */
  .node-type-show-resources .show-top.panel .pane-node-field-resource-image .field-name-field-resource-image img {
    border: 10px solid #000;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    display: block;
  }

  /* line 123, ../sass/main/_theme--resources.scss */
  .node-type-show-resources .pane-node-title h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 1%;
  }
}
/* line 133, ../sass/main/_theme--resources.scss */
.node-type-show-resources .field-name-body {
  box-sizing: border-box;
  padding: 1.5% 1% 0.5% 2%;
  color: #000;
}

/* line 139, ../sass/main/_theme--resources.scss */
body.dark.node-type-show-resources .field-name-body {
  color: #fff;
}

/* line 144, ../sass/main/_theme--resources.scss */
.node-type-show-resources .field-collection-view {
  margin: 0;
}

/* line 148, ../sass/main/_theme--resources.scss */
.node-type-show-resources .field-collection-container {
  border: none;
  margin: 0;
}

/* line 153, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second {
  box-sizing: border-box;
  padding-bottom: 1%;
  font-size: 80%;
}

/* line 159, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content .pane-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 166, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .panel-pane {
  margin-bottom: 1em;
}

/* line 170, ../sass/main/_theme--resources.scss */
.node-type-show-resources .pane-related-show-resources {
  padding-top: 15px;
}

/* line 174, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item {
  float: left;
  padding: 2.5% 1.5%;
  margin: 0 auto;
  position: relative;
}

/* line 181, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item span.headerOverImg {
  position: absolute;
  width: 93%;
  bottom: 3.5%;
  padding: 0 2%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/redLinkArrow.png");
  text-transform: uppercase;
  font-size: 1.2em;
}

/* line 192, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .dark .rel-resource-item span.headerOverImg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 196, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item span.headerOverImg a {
  color: #000;
  text-decoration: none;
  padding-left: 5%;
  background: url(../../images/red-arrow.png) no-repeat 1px 3px;
}

/* line 203, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .dark .rel-resource-item span.headerOverImg a {
  color: #fff;
}

/* line 207, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item span.headerOverImg a:hover {
  color: #424242;
}

/* line 211, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 216, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .rel-resource-item .views-row-last {
  margin-bottom: 3%;
}

/* line 220, ../sass/main/_theme--resources.scss */
.node-type-show-resources .show-content-second .more-link a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 2%;
  margin-right: 6%;
  background-color: #d10000;
  float: right;
}

/* STUDY TOPICS LP */
/* line 8, ../sass/main/_theme--studytopics.scss */
#lp-topics .pane-title {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}

/* line 13, ../sass/main/_theme--studytopics.scss */
.studytopics-topic,
.studytopics-alphabetical {
  padding: 1%;
  background-color: #e6e6e6;
  margin-top: 1em;
}

/* line 21, ../sass/main/_theme--studytopics.scss */
.view-lp-study-topics h3 {
  margin-top: 0;
}

/* line 25, ../sass/main/_theme--studytopics.scss */
.view-lp-study-topics .item-list ul {
  padding-left: 0;
  margin-bottom: 1em;
}

/* line 30, ../sass/main/_theme--studytopics.scss */
.view-lp-study-topics .item-list ul li {
  list-style-type: none;
  width: 90%;
  margin-bottom: 5px;
}

/* STUDY TOPICS NODES */
/* line 38, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic #main {
  /*color:  #fff;*/
  background-color: #000;
  box-sizing: border-box;
  padding: 1%;
  margin-top: 1em;
}

/* line 46, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .panel {
  background-color: #fff;
}

/* line 50, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-content {
  background-color: #fff;
}

/* line 54, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .panel-layout.layout-content {
  padding-bottom: 2%;
}

/* line 58, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .panel-layout.layout-content .content01 .inside {
  margin: 0 2% 0 2%;
}

/* line 62, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .panel-studytopic {
  background-color: #fff;
  position: relative;
}

/* line 67, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote {
  box-sizing: border-box;
  padding: 1%;
  background-color: #fff;
  color: #000;
}

/* line 74, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-subsection .pane-node-title {
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
}

/*.node-type-study-topic .title.panel-panel {
  background-color: rgba(0,0,0);
  background-color: rgba(0,0,0,0.7);
  padding: 0 0 1% 1%;
  box-sizing: border-box;
}*/
/* line 87, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-timeline {
  font-size: .9em;
}

/* line 91, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .back-link a {
  background: transparent url(../../images/heroArrow.gif) no-repeat scroll 0 50%;
  font-size: .9em;
  font-weight: 500;
  padding: 0 0 0 12px;
  display: block;
  clear: both;
  margin-top: 3px;
  display: none;
}

/* line 104, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-header.panel .inside {
  margin: 5px 8px;
}

/* line 108, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-header.panel h2 {
  font-size: .9em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  /* line 114, ../sass/main/_theme--studytopics.scss */
  .node-type-study-topic .show-header.panel {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 1em;
    color: #fff;
    padding: .5%;
    max-width: 52%;
    box-sizing: border-box;
    min-height: 6em;
    margin: 0 8px 0 8px;
    line-height: 1.2em;
  }

  /* line 128, ../sass/main/_theme--studytopics.scss */
  .node-type-study-topic .show-header.panel h2 {
    font-size: 1.2em;
    margin: 0;
  }

  /* line 133, ../sass/main/_theme--studytopics.scss */
  .node-type-study-topic .back-link {
    padding-top: .5%;
  }

  /* line 137, ../sass/main/_theme--studytopics.scss */
  .node-type-study-topic .show-header.panel .back-link a {
    display: block;
  }
}
/* line 143, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know {
  border: 4px solid black;
  padding: 4%;
  position: relative;
}

/* line 149, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know {
  background-color: #ccc;
  position: relative;
  border: 4px solid #333;
}

/* line 155, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know:after,
.node-type-study-topic .pane-node-field-did-you-know:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  right: 100%;
  position: absolute;
  width: 0;
}

/* line 165, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know:after {
  border-width: 9px;
  border-right-color: #ccc;
  top: 15px;
}

/* line 171, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know:before {
  border-width: 14px;
  border-right-color: #333;
  top: 10px;
}

/* line 177, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know h2 {
  margin-top: 0;
}

/* line 181, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-did-you-know .field-item {
  padding-left: 1.5em;
  background-image: url("../../images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  font-size: 90%;
}

/* line 189, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-body {
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  padding: 10px;
}

/* line 197, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .layout-sideline {
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  font-size: 80%;
}

/* line 204, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .panel-layout.layout-sideline .sideline .inside {
  margin: 0;
  padding: 2%;
}

/* line 209, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-collection-view {
  margin: 0;
  padding: 1% 2% 0 2%;
}

/* line 214, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-collection-container {
  border: none;
  margin: 0;
}

/* line 219, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .layout-bottom {
  padding-bottom: 1%;
}

/* Yes, the trailing hyphen is correct... */
/* line 224, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote- {
  font-size: 150%;
}

/* line 228, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote- .field-item:before {
  content: '\201C';
}

/* line 232, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote- .field-item:after {
  content: '\201D';
}

/* line 236, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote-author {
  font-style: italic;
  color: #333;
}

/* line 241, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .field-name-field-quote-author .field-item:before {
  content: ' - ';
}

/* line 245, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-image img {
  margin-top: 10px;
  width: 100%;
}

/*
 * STUDY TOPICS - PAGINATION
 */
/* line 254, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-pagination-previous {
  float: left;
  padding: 1%;
  /* background-color: #d10000; */
  background-color: #b61314;
  color: #fff;
}

/* line 262, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-pagination-next {
  float: right;
  padding: 1%;
  /* background-color: #d10000; */
  background-color: #b61314;
  color: #fff;
}

/* line 270, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-pagination-previous .field-item:before {
  content: '< ';
}

/* line 274, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-pagination-next .field-item:after {
  content: ' >';
}

/* line 278, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .pane-node-field-pagination-previous a, .node-type-study-topic .pane-node-field-pagination-next a {
  color: white;
  font-size: 0.9em;
}

/*
 * END of STUDY TOPICS - PAGINATION
 */
/* line 287, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .sideline {
  padding-top: 0;
}

/* line 291, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .sideline .pane-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 298, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .sideline .panel-pane {
  margin-bottom: 1em;
}

/* line 302, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .sideline .panel-pane .field-item {
  padding-top: 0.5em;
  border-top: 1px solid #c1c1c1;
}

/* line 307, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-subsection {
  position: relative;
}

/* line 311, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-top.panel {
  margin-bottom: 0;
}

/* line 315, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-header.panel {
  margin-bottom: 0;
}

/* line 319, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .show-content-first {
  display: inline-block;
  margin-bottom: 1em;
  /*padding-right: 3em;*/
}

/* line 325, ../sass/main/_theme--studytopics.scss */
.page-study-topics .panel-lp .mpu {
  padding-top: 30px;
}

/* line 331, ../sass/main/_theme--studytopics.scss */
.node-type-study-topic .study-header-box {
  border: 1px dashed purple;
}

/* VIDEOS LANDING PAGE */
/* line 5, ../sass/main/_theme--videos.scss */
.show-top.panel {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

/* line 11, ../sass/main/_theme--videos.scss */
.dark .show-top.panel {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 16, ../sass/main/_theme--videos.scss */
.panel-videopages .layout-content {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 20, ../sass/main/_theme--videos.scss */
.panel-videopages .layout-sideline {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 25, ../sass/main/_theme--videos.scss */
.panel-video .video-frame {
  width: 66%;
  float: left;
  margin: 1.5% 0.5%;
}

/* line 31, ../sass/main/_theme--videos.scss */
.panel-video iframe.video-frame {
  border: none;
}

/* line 35, ../sass/main/_theme--videos.scss */
.panel-video .field-name-field-video-description {
  padding: 1.5% 1.5% 1.5% 0;
  width: 29%;
  float: right;
}

@media only screen and (max-width: 768px) {
  /* line 44, ../sass/main/_theme--videos.scss */
  .panel-videopages .panel-video {
    background-color: rgba(255, 255, 255, 0.8);
  }

  /* line 49, ../sass/main/_theme--videos.scss */
  .panel-video .video-frame {
    padding: 1%;
    width: 98%;
  }

  /* line 54, ../sass/main/_theme--videos.scss */
  .panel-video .field-name-field-video-description {
    padding: 1.5%;
    width: 98%;
    float: left;
  }
}
/* line 62, ../sass/main/_theme--videos.scss */
.panel-maininfo .pane-views.pane-videos {
  margin: 0 auto;
}

/* line 66, ../sass/main/_theme--videos.scss */
.pane-videos .vid-item {
  float: left;
  padding: 1%;
  height: 150px;
}

/* line 73, ../sass/main/_theme--videos.scss */
.pane-videos .vid-thumb {
  background-color: black;
  max-width: 185px;
  height: 100px;
  overflow: hidden;
}

/* line 80, ../sass/main/_theme--videos.scss */
.pane-videos .vid-thumb img {
  max-height: 103px;
  margin: 0 auto;
  display: block;
}

/* line 86, ../sass/main/_theme--videos.scss */
.pane-videos .vid-item .views-field-title {
  font-size: 0.8em;
  line-height: 1.3;
  max-height: 31px;
  width: 185px;
  overflow: hidden;
  padding-top: 1%;
}

/* line 95, ../sass/main/_theme--videos.scss */
.pane-videos .views-field-title a {
  color: #4D4D4D;
}

/* line 99, ../sass/main/_theme--videos.scss */
body.dark .pane-videos .views-field-title a {
  color: #fff;
}

/* line 103, ../sass/main/_theme--videos.scss */
.pane-videos p.more {
  background: transparent url("../../images/red-arrow.png") no-repeat scroll 2px 6px;
  padding: 0 0 5px 10px;
  margin-bottom: 0px;
  font-size: 0.9em;
}

/* line 115, ../sass/main/_theme--videos.scss */
.panel-info3 .inside {
  position: relative;
}

/* line 119, ../sass/main/_theme--videos.scss */
.view-on-tv-tonight .views-field-field-image {
  width: 30%;
}

/* line 122, ../sass/main/_theme--videos.scss */
.views-field-start-date,
.views-field-programme-title,
.views-field-show-name {
  font-size: 90%;
}

/* line 128, ../sass/main/_theme--videos.scss */
.panel-info3 .inside .view-footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 1em;
}

/*
 * VIDEO COMPONENT
 */
/* line 144, ../sass/main/_theme--videos.scss */
.video-item {
  position: relative;
  width: 49%;
  float: left;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 1em;
  height: 150px;
}

/* line 154, ../sass/main/_theme--videos.scss */
.video-item .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 4px;
  display: block;
  font-size: 120%;
}

/* line 166, ../sass/main/_theme--videos.scss */
.video-item .subtitle a {
  color: #fff;
}

/* line 170, ../sass/main/_theme--videos.scss */
.video-item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #333;
  padding: 2px 4px;
  display: block;
  margin: 0;
}

/* line 181, ../sass/main/_theme--videos.scss */
.video-item .image {
  /*margin: 1%;*/
}

/* line 185, ../sass/main/_theme--videos.scss */
.video-item .image img {
  width: 100%;
}

/* line 1, ../sass/_text.scss */
body {
  font-size: 100%;
}

/* line 8, ../sass/_text.scss */
html {
  font-size: 100%;
}

/**
 *
 * @file
 * show_sub_section.css
 *
 */
/* line 8, ../sass/sections/_shows.scss */
.show-subsection {
  /*background-color: #fff;*/
}

/* line 12, ../sass/sections/_shows.scss */
.panel {
  margin-bottom: 1em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 22, ../sass/sections/_shows.scss */
.panel > .inside {
  margin: 8px;
}

/* line 27, ../sass/sections/_shows.scss */
.pane-fblikebutton-fblikebutton-dynamic-block iframe {
  height: 80px;
}

@media only screen and (min-width: 768px) {
  /* line 33, ../sass/sections/_shows.scss */
  .show-content-first {
    width: 66.5%;
    float: left;
  }

  /* line 38, ../sass/sections/_shows.scss */
  .show-content-second {
    width: 33%;
    float: right;
  }
}
/* line 43, ../sass/sections/_shows.scss */
.show-bottom .inside {
  margin: 0;
}

/*
 * SHOWS - LANDING PAGE
 */
/* line 61, ../sass/sections/_shows.scss */
.pane-shows-az-list {
  background-color: #e6e6e6;
  padding: 1% 1% 1% 1%;
  font-size: 90%;
}

/* line 67, ../sass/sections/_shows.scss */
.pane-shows-az-list a {
  color: #000;
}

/* line 71, ../sass/sections/_shows.scss */
.pane-shows-az-list a:hover {
  /* color: #E5322A; */
  color: #880e0f;
}

/* line 76, ../sass/sections/_shows.scss */
.view-id-shows_az_list {
  background-color: #fff;
  padding: 1%;
}

/* line 82, ../sass/sections/_shows.scss */
#aetn-shows-lp h3 {
  margin: 0.5em 0 0.1em 0;
}

/* line 86, ../sass/sections/_shows.scss */
#aetn-shows-lp .views-row-last {
  margin-bottom: 1em;
}

/* line 90, ../sass/sections/_shows.scss */
.h2-shows {
  background-image: url("../../images/allShows-h2.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 95%;
}

/* line 97, ../sass/sections/_shows.scss */
.page-shows #page-title {
  display: none;
}

/*
 * SHOWS - NODE/PANEL
 */
/* line 106, ../sass/sections/_shows.scss */
.panel-show {
  margin-top: 2em;
}

/* SHOW PAGES */
@media only screen and (max-width: 960px) {
  /* line 124, ../sass/sections/_shows.scss */
  .panel-show .panel-pane {
    padding-top: 1%;
  }
}
/* line 129, ../sass/sections/_shows.scss */
.show-subsection {
  color: #000;
}

/* line 133, ../sass/sections/_shows.scss */
body.dark .show-subsection {
  color: #fff;
}

/* line 137, ../sass/sections/_shows.scss */
.panel-show .layout-top {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 141, ../sass/sections/_shows.scss */
.panel-show .layout-content {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 80%;
}

/* line 146, ../sass/sections/_shows.scss */
.panel-show .layout-sideline {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 80%;
}

/*
 * SHOWS - HEADER
 */
/* TEXTs */
/* line 165, ../sass/sections/_shows.scss */
#show-header-title-txt {
  /*font-size: 200%;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  /*text-shadow: 2px 2px rgba(0, 0, 0, 0.14);*/
  /*padding:15px 15px 15px 0;*/
  text-transform: uppercase;
  font-weight: bold;
}

/* line 175, ../sass/sections/_shows.scss */
#show-header-title-txt h1 {
  font-weight: bold;
  font-size: 200%;
  margin: 0;
}

/* line 182, ../sass/sections/_shows.scss */
.show-header.panel {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 188, ../sass/sections/_shows.scss */
body.dark {
  color: #fff;
}

/* line 192, ../sass/sections/_shows.scss */
body.dark .show-header.panel {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 196, ../sass/sections/_shows.scss */
.show-content .pane-node-body {
  font-size: 80%;
}

/*
 * SHOWS - SUBNAVIGATION
 */
/* line 210, ../sass/sections/_shows.scss */
.show-menu ul {
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 215, ../sass/sections/_shows.scss */
.show-menu ul li {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  list-style: none;
  /*float: left;*/
  display: inline-block;
}

/* line 230, ../sass/sections/_shows.scss */
.show-menu ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  /* color: #424242; */
  /* color: #D10000; */
  background-color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 240, ../sass/sections/_shows.scss */
.show-menu ul li a:hover {
  text-decoration: none;
}

/*
font-weight: bold;
text-transform: uppercase;
border-bottom: 3px solid #D10000

*/
/* line 261, ../sass/sections/_shows.scss */
.show-subsection .pane-node-title {
  font-size: 30px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px gainsboro;
}

/*
 * SHOWS - DARK VARIANTS
 */
/* line 303, ../sass/sections/_shows.scss */
.panel-show .title .pane-node-title {
  font-size: 200%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px gainsboro;
}

/*background-color: rgba(0, 0, 0, 0.8);*/
/* line 319, ../sass/sections/_shows.scss */
body.dark .show-content {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 324, ../sass/sections/_shows.scss */
body.dark .aetn-block {
  border-bottom: 1px solid #333;
  background-color: #000;
}

/* line 332, ../sass/sections/_shows.scss */
.panel-show .inside {
  margin: 2%;
}

/* line 336, ../sass/sections/_shows.scss */
.panel-show .layout-footer .inside {
  margin: 1em 0 0 0;
}

/*
 * SHOW - LP COMPONENTS
 */
/* line 348, ../sass/sections/_shows.scss */
.show-component {
  box-sizing: border-box;
  padding: 1%;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  /*-moz-box-shadow: 0 8px 6px -6px black;*/
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}

/* line 360, ../sass/sections/_shows.scss */
.show-component img {
  width: 100%;
}

/* line 364, ../sass/sections/_shows.scss */
body.dark .show-component {
  background-color: #000;
}

/* line 369, ../sass/sections/_shows.scss */
.show-component .title {
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  /* border-bottom: 3px solid #D10000; */
  border-bottom: 3px solid #b61314;
  margin-bottom: 5px;
}

/* line 378, ../sass/sections/_shows.scss */
.show-component .image {
  float: left;
  width: 160px;
  padding-right: 10px;
}

/* line 384, ../sass/sections/_shows.scss */
.show-component .image img {
  max-height: 95px;
}

/* line 388, ../sass/sections/_shows.scss */
.show-component .subtitle {
  margin-left: 10px;
  display: block;
}

/* line 397, ../sass/sections/_shows.scss */
.show-component .description {
  margin-left: 10px;
  font-size: 90%;
}

/* line 402, ../sass/sections/_shows.scss */
.show-component .link {
  margin-left: 28%;
}

/* line 406, ../sass/sections/_shows.scss */
.node-type-show .panel-separator {
  clear: both;
}

/*
 * SHOW - GALLERY
 */
/* line 420, ../sass/sections/_shows.scss */
.pane-shows-gallery-lists {
  background-color: #333;
}

/* line 425, ../sass/sections/_shows.scss */
.view-shows-gallery-lists {
  width: 94%;
  margin: 0 auto 1em auto;
  padding-top: 3%;
}

/* line 431, ../sass/sections/_shows.scss */
.photo {
  width: 19%;
  float: left;
  margin: 0.5em 0.5% 0.5em 0.5%;
  height: 100px;
  background-color: #292929;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  overflow: hidden;
}

/* line 443, ../sass/sections/_shows.scss */
.photo.hover {
  opacity: 1;
}

/* line 448, ../sass/sections/_shows.scss */
.photo img {
  width: 100%;
  /*opacity: 0.6;*/
}

/*.photo img:hover {
  opacity: 1;
}*/
/* line 457, ../sass/sections/_shows.scss */
.photo .field-name-field-title {
  color: #fff;
  font-size: 80%;
  line-height: 1.2em;
  margin-top: 3px;
  height: 2.5em;
  overflow: hidden;
}

/* line 466, ../sass/sections/_shows.scss */
#bigimage {
  border: 3px solid #fff;
  margin-bottom: 5px;
  margin-top: 1%;
  background-color: #000;
  min-height: 310px;
}

/* line 474, ../sass/sections/_shows.scss */
#bigimage img {
  width: 100%;
}

/* line 478, ../sass/sections/_shows.scss */
#bigtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

/* line 487, ../sass/sections/_shows.scss */
.col-md-4 .pane-node-field-resource-image .field-name-field-resource-image img {
  display: none;
}

/* line 494, ../sass/sections/_shows.scss */
.node-type-video .pane-node-field-image {
  display: none;
}

/*
 * FB Like show buttons
 */
/* line 503, ../sass/sections/_shows.scss */
.show-content-second.panel .pane-node-field-image img, .show-content-second.panel .pane-node-field-resource-image img, .show-content-second.panel .pane-node-field-show-image img {
  width: 50px;
  max-height: 40px;
  clear: none;
  float: left;
  padding: 0.5em 0 0.5em 0.5em;
}

/* line 511, ../sass/sections/_shows.scss */
.pane-fblikebutton-fblikebutton-dynamic-block .pane-node-field-image, .pane-fblikebutton-fblikebutton-dynamic-block .pane-node-field-resource-image {
  overflow: hidden;
}

/* line 515, ../sass/sections/_shows.scss */
.pane-fblikebutton-fblikebutton-dynamic-block h2.pane-title {
  clear: none;
  float: right;
  width: 75%;
  padding: 0.5em 0 0.1em 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 526, ../sass/sections/_shows.scss */
.node-type-video .pane-fblikebutton-fblikebutton-dynamic-block h2.pane-title, .node-type-episode-guide-season .pane-fblikebutton-fblikebutton-dynamic-block h2.pane-title, .node-type-show .pane-fblikebutton-fblikebutton-dynamic-block h2.pane-title {
  font-size: 19px;
  /*white-space: nowrap;
  overflow: hidden;*/
}

/* line 532, ../sass/sections/_shows.scss */
.pane-fblikebutton-fblikebutton-dynamic-block .pane-content {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}

/* line 538, ../sass/sections/_shows.scss */
.pane-fblikebutton-fblikebutton-dynamic-block iframe {
  width: 98% !important;
  padding: 8px 2px 8px 5px;
}

/* line 548, ../sass/sections/_shows.scss */
.node-type-show .show-content-second.panel .panel-separator {
  clear: none;
}

@media only screen and (max-width: 768px) {
  /* line 553, ../sass/sections/_shows.scss */
  .pane-fblikebutton-fblikebutton-dynamic-block h2.pane-title {
    padding: 0.5em 0 0.6em 0;
  }

  /* line 556, ../sass/sections/_shows.scss */
  .show-content-second.panel .pane-node-field-image img, .show-content-second.panel .pane-node-field-resource-image img, .show-content-second.panel .pane-node-field-show-image img {
    padding: 0.5em 0 0.1em 0.5em;
  }
}
/* line 564, ../sass/sections/_shows.scss */
.node-type-show .col-md-4 .pane-node-field-show-image img {
  display: none;
}

/* line 571, ../sass/sections/_shows.scss */
.node-type-episode-guide-season .col-md-4 .pane-node-field-image {
  display: none;
}

/* line 1, ../sass/sections/_games.scss */
.view-lp-games-top-promo-boxes .item-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 11, ../sass/sections/_games.scss */
.view-id-lp_games .item-list ul li {
  margin: 0 0 10px 0;
}

/**
 * AETN Topics Utils CSS v.0.1
 *
 */
/* line 9, ../sass/sections/_study_topics.scss */
.topics-header-content {
  /* border-bottom: 5px solid rgb(229, 50, 42); */
  border-bottom: 5px solid #b61314;
  position: relative;
  min-height: 290px;
  overflow: hidden;
}

/* line 17, ../sass/sections/_study_topics.scss */
.nodata .topics-header-content {
  min-height: 2em;
  /*background-color: #fff;*/
}

/* line 22, ../sass/sections/_study_topics.scss */
.topics-header-content .title {
  /* color: rgb(229, 50, 42); */
  color: #b61314;
  margin-left: 30px;
  height: 100px;
  font-size: 40px;
}

/* line 30, ../sass/sections/_study_topics.scss */
.nodata .topics-header-content .title {
  margin-left: 5px;
  color: #000;
}

/* line 35, ../sass/sections/_study_topics.scss */
.topics-header-content .description {
  position: relative;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  margin-left: 30px;
  color: #fff;
  font-size: 90%;
}

/* line 45, ../sass/sections/_study_topics.scss */
.topics-header-content .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 53, ../sass/sections/_study_topics.scss */
.topics-header-content .title {
  position: relative;
  z-index: 2;
}

/* line 58, ../sass/sections/_study_topics.scss */
.topics-header-content .description {
  position: relative;
  z-index: 2;
}

/* line 64, ../sass/sections/_study_topics.scss */
.topics-header-content img {
  width: 100%;
}

/* line 68, ../sass/sections/_study_topics.scss */
.view-lp-study-topics-sub-category .image {
  margin-right: 10px;
}

/* line 1, ../sass/sections/_frontpage.scss */
.flexslider {
  background: none;
}

/* line 5, ../sass/sections/_frontpage.scss */
.flex-control-paging {
  margin: 10px;
}

/* line 10, ../sass/sections/_frontpage.scss */
.flexslider {
  border: none;
  border-radius: 0;
  margin-top: 0em;
  margin-bottom: 2em;
}

/* line 17, ../sass/sections/_frontpage.scss */
.flexslider h3 {
  margin: 5px;
  font-size: 2.5em;
  color: white;
}

/* line 23, ../sass/sections/_frontpage.scss */
.flexslider .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1%;
  width: 100%;
  font-size: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  border-right: 4px solid #000;
  color: #fff;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 39, ../sass/sections/_frontpage.scss */
.flex-direction-nav a {
  width: 50px;
  height: 50px;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.7);
  background-image: url("../images/flexnav.png");
  border-radius: 10px;
}

/* line 48, ../sass/sections/_frontpage.scss */
.flex-direction-nav a.flex-next {
  background-position: 0px -50px;
  background-repeat: no-repeat;
  margin-right: -45px;
}

/* line 54, ../sass/sections/_frontpage.scss */
.flex-direction-nav a.flex-prev {
  margin-left: -45px;
}

/* line 58, ../sass/sections/_frontpage.scss */
.flex-control-nav {
  margin: 10px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

/* line 66, ../sass/sections/_frontpage.scss */
.flex-control-paging li a {
  background: rgba(143, 129, 129, 0.9);
}

/* line 70, ../sass/sections/_frontpage.scss */
.flex-control-paging li a.flex-active {
  background: #b61314;
}

/* line 74, ../sass/sections/_frontpage.scss */
.front-hero-copy {
  color: #ffffff;
  /* background: rgba(36, 36, 36, 0.7); */
  background: black;
  padding: 20px;
}

/* Frontpage - Hightlight row */
/* line 83, ../sass/sections/_frontpage.scss */
.layout-highlight-and-advert {
  /* padding: 2%; */
  background-color: #fff;
  color: #333;
}

/* line 89, ../sass/sections/_frontpage.scss */
.layout-highlight-and-advert .pane-title {
  margin-top: 0;
}

/* Frontpage - Info row */
/* line 96, ../sass/sections/_frontpage.scss */
.layout-info .panel-panel {
  background-color: #fff;
  color: #000;
  font-size: 85%;
}

/* line 102, ../sass/sections/_frontpage.scss */
.layout-info .panel-panel .inside {
  padding: 2%;
}

@media only screen and (max-width: 767px) {
  /* line 109, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel .inside {
    margin-bottom: 10px;
  }

  /* line 112, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel .inside .pane-title {
    margin-top: 0;
  }

  /* line 116, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel .inside img {
    width: 100%;
  }

  /* line 120, ../sass/sections/_frontpage.scss */
  .panel-mpu {
    display: none;
  }


  /*  Hero section for small devices */
  /* line 126, ../sass/sections/_frontpage.scss */
  .front .header-section {
    margin-bottom: 0;
  }
  /* line 129, ../sass/sections/_frontpage.scss */
  .front .flexslider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  /* line 135, ../sass/sections/_frontpage.scss */
  .front .flex-direction-nav {
    display: none;
  }
  /* line 138, ../sass/sections/_frontpage.scss */
  .front .panel-hero {
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: hidden;
  }
  /* line 143, ../sass/sections/_frontpage.scss */
  .front .front-hero-txt {
    text-align: center;
  }
  /* line 145, ../sass/sections/_frontpage.scss */
  .front .front-hero-txt .h2 span {
    margin-bottom: 15px;
    display: inline-block;
  }
  /* line 149, ../sass/sections/_frontpage.scss */
  .front .front-hero-txt a {
    background: #b61314;
    padding: .75em 45px .75em 5%;
    color: white;
    position: relative;
    display: inline-block;
  }
  /* line 41, ../sass/partials/_typography.scss */
  .front .front-hero-txt a:hover {
    background: #880e0f;
    text-decoration: none;
  }
  /* line 45, ../sass/partials/_typography.scss */
  .front .front-hero-txt a:after {
    content: "►";
    position: absolute;
    right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 160, ../sass/sections/_frontpage.scss */
  .layout-info {
    margin-bottom: 2em;
  }

  /* line 164, ../sass/sections/_frontpage.scss */
  .layout-info .pane-title {
    margin-top: 0.5em;
  }

  /* line 168, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel {
    width: 33%;
    background-color: #fff;
    height: 22em;
    color: #000;
    font-size: 85%;
    overflow: hidden;
  }

  /* line 177, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel:nth-child(2) {
    margin: 0 0.5% 0 0.5%;
  }

  /* line 181, ../sass/sections/_frontpage.scss */
  .layout-info .panel-panel .inside {
    width: 94%;
    margin: 5px 1% 0 1%;
    background-color: #fff;
    padding: 2%;
    min-height: 20em;
  }

  /* line 189, ../sass/sections/_frontpage.scss */
  .layout-info .pane-frontpage-did-you-know {
    background-image: uel("../../images/dbox-bg-dyk.jpg");
    background-position: top right;
    background-repeat: no-repeat;
  }

  /* line 195, ../sass/sections/_frontpage.scss */
  .layout-info .views-field-field-did-you-know {
    overflow: hidden;
    height: 7em;
    font-size: 90%;
    margin-top: 1em;
  }

  /* line 202, ../sass/sections/_frontpage.scss */
  .layout-info .views-field-title {
    margin-top: 1em;
  }

  /* line 206, ../sass/sections/_frontpage.scss */
  .panel-info1 {
    background: #3b5998;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b5998 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b5998), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3b5998 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3b5998 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3b5998 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3b5998 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }

  /* line 217, ../sass/sections/_frontpage.scss */
  .panel-info2 {
    background: #666666;
    /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }

  /* line 228, ../sass/sections/_frontpage.scss */
  .panel-info3 {
    background: #b61314;
    background: -moz-linear-gradient(top, #b61314 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b61314), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b61314 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b61314 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b61314 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b61314 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }

  /* line 240, ../sass/sections/_frontpage.scss */
  .layout-highlight-and-advert {
    margin-bottom: 2em;
  }
}
/* line 248, ../sass/sections/_frontpage.scss */
.panel-info1 iframe {
  width: 97% !important;
  height: 19.5em !important;
}

/* line 254, ../sass/sections/_frontpage.scss */
.panel-info1 iframe .pluginLikeboxStream {
  height: 17em !important;
}

/* line 259, ../sass/sections/_frontpage.scss */
.h2intro {
  color: #fff;
  margin-bottom: 10px;
  font-size: 80%;
}

/* line 265, ../sass/sections/_frontpage.scss */
.h2intro .about {
  width: 50%;
  float: left;
  color: #000;
  padding-left: 130px;
  background-image: url("/sites/all/themes/bootstrap_history/images/h2logo.png");
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 275, ../sass/sections/_frontpage.scss */
.h2intro .howtowatch {
  width: 30%;
  float: right;
  background-color: white;
  color: #000;
  padding: 5px;
}

/* line 283, ../sass/sections/_frontpage.scss */
.h2intro .howtowatch h2 {
  margin-top: 0;
}

/* line 288, ../sass/sections/_frontpage.scss */
.h2intro .howtowatch h2 a {
  /* border-bottom: 3px solid rgb(209, 0, 0);
  color: rgb(209, 0, 0); */
  border-bottom: 3px solid #b61314;
}

/* line 294, ../sass/sections/_frontpage.scss */
.h2intro .howtowatch h2 a:hover {
  /* color: rgb(209, 0, 0); */
  border-bottom: 3px solid #880e0f;
  text-decoration: none;
}

/* line 300, ../sass/sections/_frontpage.scss */
.h2intro .howtowatch ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  /*	Hero section	*/
  /* line 5, ../sass/sections/_h2.scss */
  .page-h2 .header-section {
    margin-bottom: 0;
  }
  /* line 8, ../sass/sections/_h2.scss */
  .page-h2 .white-bg-transparent {
    padding-top: 0;
  }
  /* line 11, ../sass/sections/_h2.scss */
  .page-h2 .flexslider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  /* line 17, ../sass/sections/_h2.scss */
  .page-h2 .flex-direction-nav {
    display: none;
  }
  /* line 20, ../sass/sections/_h2.scss */
  .page-h2 .panel-showpromos .row,
  .page-h2 .view-h2-hero .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 26, ../sass/sections/_h2.scss */
  .page-h2 .view-h2-hero .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 30, ../sass/sections/_h2.scss */
  .page-h2 .view-h2-hero h2.field-content {
    margin-top: 0;
    margin-bottom: 15px;
  }
  /* line 34, ../sass/sections/_h2.scss */
  .page-h2 .view-h2-hero .mainlink {
    margin-bottom: 0;
  }
  /* line 36, ../sass/sections/_h2.scss */
  .page-h2 .view-h2-hero .mainlink a {
    background: #b61314;
    padding: .75em 45px .75em 5%;
    color: white;
    position: relative;
    display: inline-block;
  }
  /* line 41, ../sass/partials/_typography.scss */
  .page-h2 .view-h2-hero .mainlink a:hover {
    background: #880e0f;
    text-decoration: none;
  }
  /* line 45, ../sass/partials/_typography.scss */
  .page-h2 .view-h2-hero .mainlink a:after {
    content: "►";
    position: absolute;
    right: 14px;
  }
  /* line 41, ../sass/sections/_h2.scss */
  .page-h2 .panel-hero {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 45, ../sass/sections/_h2.scss */
  .page-h2 .hero-txt {
    text-align: center;
  }
}
/* line 53, ../sass/sections/_h2.scss */
.page-h2 .hero-copy {
  background: black;
  padding: 20px;
}

/* line 3, ../sass/sections/_pages.scss */
.node-type-page .main-section .content {
  background-color: #fff;
  padding: 10px;
}

/* line 1, ../sass/sections/_book_club.scss */
.buy-links {
  margin: 20px 0 20px 0;
  padding-top: 30px;
}

/* line 6, ../sass/sections/_book_club.scss */
.book-list {
  height: 500px;
}

/* line 11, ../sass/sections/_book_club.scss */
.book-list-image {
  width: 200px;
  padding: 5px;
}

/* line 17, ../sass/sections/_book_club.scss */
.book-img-main {
  width: 300px;
  padding: 0 20px 20px 0;
}

/* line 24, ../sass/sections/_book_club.scss */
.book-list-image-holder {
  height: 300px;
  overflow: hidden;
}

/* line 30, ../sass/sections/_book_club.scss */
.author-txt {
  height: 30px;
}

/* line 34, ../sass/sections/_book_club.scss */
.book-sample-chapter {
  margin: 25px 0 0 0;
}

/* line 40, ../sass/sections/_book_club.scss */
.book-sample-chapter legend {
  display: block;
  width: 50%;
  padding: 0;
  margin-bottom: 0px;
  font-size: inherit;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 0;
}

/* line 53, ../sass/sections/_book_club.scss */
.review-references-sticker {
  width: 190px;
}

/* line 58, ../sass/sections/_book_club.scss */
.book-sample-chapter legend h2 {
  border-bottom: 0;
}

/* line 64, ../sass/sections/_book_club.scss */
.node--book .social-links {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 70, ../sass/sections/_book_club.scss */
  .book-img-main {
    width: 100%;
    padding: 5px;
  }

  /* line 75, ../sass/sections/_book_club.scss */
  .book-list {
    height: 100%;
  }

  /* line 80, ../sass/sections/_book_club.scss */
  .book-sample-chapter legend {
    width: 100%;
  }
}
/* line 1, ../sass/sections/_biographies.scss */
.bio-strapline {
  overflow: auto;
}

/* line 5, ../sass/sections/_biographies.scss */
.bio-img-main {
  width: 300px;
  padding: 0 20px 20px 0;
  float: left;
}

/* line 11, ../sass/sections/_biographies.scss */
.view-biographies-glossary .view-biographies-glossary .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

/* line 17, ../sass/sections/_biographies.scss */
.view-biographies-glossary .views-field-title {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 0.8em;
  border-bottom: 5px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
  /* line 26, ../sass/sections/_biographies.scss */
  .bio-img-main {
    width: 100%;
    padding: 5px;
  }
}
/* line 11, ../sass/sections/_articles.scss */
.article-img-main {
  width: 124px;
  padding: 0 20px 20px 0;
}

@media only screen and (min-width: 768px) {
  /* line 31, ../sass/sections/_articles.scss */
  body .article-list {
    margin-bottom: 20px;
  }

  /* line 37, ../sass/sections/_articles.scss */
  .view-lp-articles .views-row-4 > div,
  .view-lp-articles .views-row-7 > div,
  .view-lp-articles .views-row-10 > div {
    clear: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 49, ../sass/sections/_articles.scss */
  .article-img-main {
    width: 100%;
    padding: 5px;
  }

  /* line 54, ../sass/sections/_articles.scss */
  .article-list {
    height: 100%;
  }
}
.panel-mpu.panel-panel {
  float: right;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel a .image-centre {
  margin:  0 auto;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
ul.channels-list, ul.channels-h2-list {
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.channels-list li {
  color: #fff;
  font-size: 80%;
  float: left;
  width: 50%;
  padding-right: 10px;
}
.channels-h2-list li {
  color: #fff;
  font-size: 80%;
  float: left;
  width: 100%;
  padding-right: 10px;
}
