/* line 1, ../sass/include/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* line 19, ../sass/include/_reset.scss */
html {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

/* line 23, ../sass/include/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../sass/include/_reset.scss */
a img {
  border: none;
}

/* line 25, ../sass/include/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ALL BREAKPOINTS EXPANDED
// 1280 breakpoint : $bpFull
@media all and (min-width: 1280px) {

}
// 1024 breakpoint : $bpXLarge
@media all and (min-width:1024px) and (max-width:1279px) {

}
// 768 breakpoint : $bpLarge
@media all and (min-width:768px) and (max-width:1023px) {

}
// 600 breakpoint : $bpMedium
@media all and (min-width:600px) and (max-width:767px) {

}
// 480 breakpoint : $bpSmall
@media all and (min-width:480px) and (max-width:599px) {

}
// 320 breakpoint : $bpXSmall
@media all and (max-width:479px) {

}
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format("truetype");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}
/* line 10, ../sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 16, ../sass/screen.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 19, ../sass/screen.scss */
body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 100%;
  /* remove side menu on breakpoint greater then 1024 */
}
@media all and (min-width: 1260px) {
  /* line 25, ../sass/screen.scss */
  body.menuOpened {
    height: 100% !important;
    overflow-x: auto !important;
  }
  /* line 28, ../sass/screen.scss */
  body.menuOpened .page {
    width: 100% !important;
    margin-left: 0 !important;
    position: static !important;
  }
}
@media all and (max-width: 1259px) {
  /* line 41, ../sass/screen.scss */
  body.menuOpened #iabContent {
    display: none;
  }
}

/* line 45, ../sass/screen.scss */
a {
  text-decoration: none;
  color: #1264b5;
}

/* line 50, ../sass/screen.scss */
.seeAll {
  color: #1264b5;
}

/* line 53, ../sass/screen.scss */
img {
  max-width: 100%;
  height: auto;
  float: left;
}

/* line 58, ../sass/screen.scss */
.pageContainer {
  max-width: 1280px;
  margin: auto;
}

/* line 62, ../sass/screen.scss */
.page {
  position: relative;
  z-index: 10;
  background-color: #E6E6E6;
}
@media all and (max-width: 1259px) {
  /* line 62, ../sass/screen.scss */
  .page {
    -moz-box-shadow: 0 6px 14px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 14px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 14px 3px rgba(0, 0, 0, 0.3);
  }
}
/* line 69, ../sass/screen.scss */
.page.flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 75, ../sass/screen.scss */
.none {
  display: none !important;
}

/* line 76, ../sass/screen.scss */
.hidden {
  visibility: hidden;
}

/* line 77, ../sass/screen.scss */
.noBorder {
  border: 0 none !important;
}

/* line 78, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 80, ../sass/screen.scss */
.imageFallback img {
  display: none !important;
}

/* line 82, ../sass/screen.scss */
.flLeft {
  float: left;
}

/* line 83, ../sass/screen.scss */
.flRight {
  float: right;
}

/* line 87, ../sass/screen.scss */
.plainText {
  padding: 28px;
  font-size: 0.9375em;
  line-height: 1.4em;
}
/* line 91, ../sass/screen.scss */
.plainText h3 {
  margin-bottom: .5em;
}
/* line 92, ../sass/screen.scss */
.plainText p {
  margin-bottom: 1em;
}
/* line 93, ../sass/screen.scss */
.plainText p:last-child {
  margin-bottom: 0;
}
/* line 94, ../sass/screen.scss */
.plainText ol {
  list-style-type: decimal;
  margin: 0 0 1em 20px;
}

/* line 100, ../sass/screen.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 101, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 102, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* line 103, ../sass/screen.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 111, ../sass/screen.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/***************** MIXINS *******************/
/***************** END MIXINS *******************/
/* line 2, ../sass/include/_buttons.scss */
.videoBtnPosLeft {
  float: left;
  margin-top: 11px;
}

/* line 6, ../sass/include/_buttons.scss */
.videoBtnPosRight {
  float: left;
  margin-left: 17px;
}
/* line 9, ../sass/include/_buttons.scss */
.videoBtnPosRight .videoBtn {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 7px;
  letter-spacing: 0px;
}
/* line 15, ../sass/include/_buttons.scss */
.videoBtnPosRight .videoBtn:last-child {
  margin-bottom: 0;
}
/* line 18, ../sass/include/_buttons.scss */
.videoBtnPosRight i {
  position: relative;
  background: url("../img/button-icons/sprite_icons_white.png") no-repeat;
  background-size: 18px 36px !important;
  top: 5px;
  display: inline-block;
  margin-right: 7px;
  height: 18px;
  width: 18px;
}
/* line 27, ../sass/include/_buttons.scss */
.videoBtnPosRight i.dvd {
  background-position: 0 -1px;
}
/* line 28, ../sass/include/_buttons.scss */
.videoBtnPosRight i.itunes {
  background-position: 0 -19px;
}

@media screen and (max-width: 768px) {
  /* line 33, ../sass/include/_buttons.scss */
  .videoBtnPosRight {
    float: left;
    margin-left: 0px;
  }
}
/* line 1, ../sass/include/_navigation.scss */
.imageFallbackSquare {
  display: block;
  background: url("../img/generic_logo_transparent_60.png") no-repeat center center #000;
  padding-top: 100%;
  width: 100%;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}

/* line 5, ../sass/include/_navigation.scss */
.imageFallbackWide {
  display: block;
  background: url("../img/generic_logo_transparent_60.png") no-repeat center center #000;
  padding-top: 56.25%;
  width: 100%;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}

/* line 9, ../sass/include/_navigation.scss */
#heroCarousel .imageFallbackWide {
  float: left;
}

/* line 15, ../sass/include/_navigation.scss */
#heroCarousel .slide .item:nth-child(odd) .imageFallbackWide {
  min-height: 162px;
}

/* line 21, ../sass/include/_navigation.scss */
#mobileHeader {
  /* 1280 breakpoint */
  background-color: #E9E9E9;
  overflow: hidden;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
}
@media all and (min-width: 1260px) {
  /* line 21, ../sass/include/_navigation.scss */
  #mobileHeader {
    display: none;
  }
}
/* line 29, ../sass/include/_navigation.scss */
#mobileHeader .menu {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
/* line 37, ../sass/include/_navigation.scss */
#mobileHeader .menu #menuButton:before {
  content: '\0061';
  font-family: 'icons';
  font-size: 20px;
  line-height: 57px;
  display: inline-block;
  color: #707070;
}
/* line 48, ../sass/include/_navigation.scss */
#mobileHeader .station {
  width: 200px;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  display: inline-block;
  margin-left: 35%;
}
/* line 56, ../sass/include/_navigation.scss */
#mobileHeader .station .stationEdit {
  padding-left: 30px;
  color: #1264b5;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 17px;
  width: 104px;
  text-align: center;
  cursor: pointer;
  float: right;
  position: relative;
}
/* line 67, ../sass/include/_navigation.scss */
#mobileHeader .station .stationEdit:before {
  position: absolute;
  left: 7px;
  top: 7px;
}
/* line 73, ../sass/include/_navigation.scss */
#mobileHeader .station .stationLogo {
  float: left;
}
/* line 75, ../sass/include/_navigation.scss */
#mobileHeader .station .stationLogo img {
  max-width: 120px;
  max-height: 50px;
}
/* line 80, ../sass/include/_navigation.scss */
#mobileHeader .station .stationTextOnError {
  float: left;
}
/* line 81, ../sass/include/_navigation.scss */
#mobileHeader .station .stationText {
  display: none;
}
/* line 83, ../sass/include/_navigation.scss */
#mobileHeader .logoRight {
  float: right;
  margin-right: 10px;
  padding: 5px 0;
}
/* line 87, ../sass/include/_navigation.scss */
#mobileHeader .logoRight .stationLogo {
  max-height: 50px;
}
/* line 90, ../sass/include/_navigation.scss */
#mobileHeader .logoRight .stationTextOnError {
  margin: 15px 10px 0 0;
}
/* line 92, ../sass/include/_navigation.scss */
#mobileHeader .logo {
  width: 161px;
  height: 60px;
  background-size: 161px 27px;
}
/* line 97, ../sass/include/_navigation.scss */
#mobileHeader .stationTextOnError {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 30px;
  color: #fff;
  display: none;
}
/* line 103, ../sass/include/_navigation.scss */
#mobileHeader .stationTextOnError.showText {
  display: block;
}
@media all and (max-width: 1023px) {
  /* line 108, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    margin-left: 32%;
  }
  /* line 109, ../sass/include/_navigation.scss */
  #mobileHeader .logoRight {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 113, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    margin-left: 28%;
  }
  /* line 114, ../sass/include/_navigation.scss */
  #mobileHeader .logo {
    width: 30px;
  }
}
@media all and (max-width: 599px) {
  /* line 118, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    width: auto;
    height: 60px;
    padding-top: 0;
    margin-left: 0;
    float: right;
  }
  /* line 124, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationEdit {
    width: 114px;
    padding: 0 10px 0 30px;
    margin: 14px 10px 0 0;
    border-right: 1px solid #575959;
  }
  /* line 130, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationText {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 30px;
    margin: 14px 10px 0 0;
    border-right: 1px solid #575959;
    color: #4b4b4b;
    display: block;
    position: relative;
  }
  /* line 141, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationText:before {
    font-family: 'icons' !important;
    font-size: 16px;
    vertical-align: top;
    content: '\0076';
    position: absolute;
    left: 7px;
    top: 0px;
  }
  /* line 152, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationLogo {
    display: none;
  }
  /* line 153, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationTextOnError {
    display: none;
  }
  /* line 155, ../sass/include/_navigation.scss */
  #mobileHeader .station.localized .stationEdit {
    display: none;
  }
  /* line 158, ../sass/include/_navigation.scss */
  #mobileHeader .logoRight {
    margin-right: 10px;
  }
}

/* line 161, ../sass/include/_navigation.scss */
#mobileMenu {
  position: absolute;
  z-index: 1;
  width: 260px;
  height: 100%;
  padding: 0 15px;
  overflow-y: visible;
  display: none;
  background-color: #E9E9E9;
  /* remove side menu on breakpoint greater then 1024 */
}
@media all and (min-width: 1260px) {
  /* line 161, ../sass/include/_navigation.scss */
  #mobileMenu {
    display: none !important;
  }
}
/* line 173, ../sass/include/_navigation.scss */
#mobileMenu .userContainer {
  width: 100%;
  margin: 10px auto 10px;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.28571428571429em;
}
/* line 179, ../sass/include/_navigation.scss */
#mobileMenu .userContainer img {
  margin-right: 10px;
  height: 50px;
  width: 50px;
  float: left;
}
/* line 185, ../sass/include/_navigation.scss */
#mobileMenu .userContainer .userInfo {
  display: table;
  height: 50px;
  float: left;
}
@media all and (max-width: 1259px) {
  /* line 185, ../sass/include/_navigation.scss */
  #mobileMenu .userContainer .userInfo {
    height: auto;
    display: block;
    float: none;
  }
}
/* line 194, ../sass/include/_navigation.scss */
#mobileMenu .userContainer .userInfo strong {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 1259px) {
  /* line 194, ../sass/include/_navigation.scss */
  #mobileMenu .userContainer .userInfo strong {
    display: inline;
  }
}
/* line 204, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer {
  color: #b6b6b6;
  padding: 10px 0;
}
/* line 208, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer .sign-in a, #mobileMenu .socialContainer .sign-out a {
  color: #1264b5;
}
/* line 210, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer .sign-out {
  border-left: none;
  padding-left: 0px;
}
/* line 215, ../sass/include/_navigation.scss */
#mobileMenu .searchContainer {
  border-bottom: 1px solid #ccc;
  height: 46px;
  width: 100%;
}
/* line 220, ../sass/include/_navigation.scss */
#mobileMenu .asideLinks {
  margin-top: 20px;
}

/* line 223, ../sass/include/_navigation.scss */
.socialContainer .separator {
  padding: 0 10px;
}
/* line 224, ../sass/include/_navigation.scss */
.socialContainer a {
  color: #1264b5;
  font-weight: bold;
  font-size: 0.875em;
}
/* line 230, ../sass/include/_navigation.scss */
.socialContainer .sign-in a, .socialContainer .sign-out a {
  color: #1264b5;
}
/* line 233, ../sass/include/_navigation.scss */
.socialContainer .sign-out:before {
  content: "|";
  display: inline;
  color: #222;
  padding-right: 10px;
}
@media all and (max-width: 1259px) {
  /* line 233, ../sass/include/_navigation.scss */
  .socialContainer .sign-out:before {
    content: none;
  }
}

/* line 245, ../sass/include/_navigation.scss */
.searchContainer input {
  height: 32px;
  width: 95%;
  font-size: 0.75em;
  font-weight: bold;
}

/* line 253, ../sass/include/_navigation.scss */
.mainLinks li {
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
/* line 257, ../sass/include/_navigation.scss */
.mainLinks li:last-child {
  border-bottom: none;
}
/* line 260, ../sass/include/_navigation.scss */
.mainLinks li.active {
  overflow: hidden;
}
/* line 263, ../sass/include/_navigation.scss */
.mainLinks li .ribbon {
  position: absolute;
  top: 10px;
  left: 58px;
  background: url("../img/holiday_bow_single.png");
  height: 23px;
  width: 32px;
}
/* line 272, ../sass/include/_navigation.scss */
.mainLinks li.shopLink.holiday {
  background: #bd354c;
}
/* line 275, ../sass/include/_navigation.scss */
.mainLinks li.shopLink.holiday a {
  color: #ffffff;
}
/* line 280, ../sass/include/_navigation.scss */
.mainLinks a {
  display: block;
  color: #222;
  height: 75px;
  line-height: 75px;
  font-size: 1.3125em;
  padding-left: 15px;
}
/* line 287, ../sass/include/_navigation.scss */
.mainLinks a.sideHolidayDonate {
  background-color: #c62a01;
  margin: 26px 0;
  margin-left: 8px;
  padding: 0 7px;
  height: 40px;
  line-height: 1.9em;
  display: inline-block;
}
/* line 297, ../sass/include/_navigation.scss */
.mainLinks .bubble {
  position: absolute;
  top: 34%;
  left: 48%;
}

/* line 304, ../sass/include/_navigation.scss */
.asideLinks a {
  display: block;
  color: #747474;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 35px;
  padding-left: 15px;
}

/* line 313, ../sass/include/_navigation.scss */
.bubble {
  border-radius: 5px;
  padding: 5px;
  min-width: 24px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 0.6875em;
  color: #ffffff;
  background-color: #6F6F6F;
}

/* line 324, ../sass/include/_navigation.scss */
.hidden {
  display: none;
}

/* line 325, ../sass/include/_navigation.scss */
.logo {
  background: url(../img/PBSlogo-retina.png) no-repeat 0 center;
  background-size: 161px 27px;
  width: 161px;
  height: 27px;
  display: block;
  color: #fff;
  font-size: 1.375em;
  line-height: 27px;
  text-indent: -9999px;
}

/** desktop navigation **/
/* line 336, ../sass/include/_navigation.scss */
#desktopHeader {
  background-color: #fff;
  /* greater than 1024 breakpoint */
  overflow: hidden;
}
@media all and (max-width: 1259px) {
  /* line 336, ../sass/include/_navigation.scss */
  #desktopHeader {
    display: none;
  }
}
/* line 345, ../sass/include/_navigation.scss */
#desktopHeader.localized .userInfo .userContainer > img {
  margin-top: 5px;
}
/* line 347, ../sass/include/_navigation.scss */
#desktopHeader.localized .userInfo .userContainer > img + * {
  margin-top: 9px;
}
/* line 351, ../sass/include/_navigation.scss */
#desktopHeader.localized .userInfo .userContainer > div {
  margin-top: 16px;
  vertical-align: top;
}
/* line 357, ../sass/include/_navigation.scss */
#desktopHeader.localized .userInfo .socialContainer .sign-in {
  margin: 13px 5px 6px 0;
}
/* line 364, ../sass/include/_navigation.scss */
#desktopHeader .top {
  background-color: #E9E9E9;
  padding: 0 2.1875%;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 10px;
  position: relative;
}
/* line 372, ../sass/include/_navigation.scss */
#desktopHeader .middle {
  padding: 30px 3.1875%;
  overflow: hidden;
  position: relative;
}
/* line 377, ../sass/include/_navigation.scss */
#desktopHeader .menu {
  background-color: #E9E9E9;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
}
/* line 383, ../sass/include/_navigation.scss */
#desktopHeader .right {
  float: right;
  margin: 5px 0;
}
/* line 387, ../sass/include/_navigation.scss */
#desktopHeader .userInfo {
  float: left;
}
/* line 389, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .userContainer {
  display: inline-block;
  font-size: 0.875em;
  color: #4A4A4A;
}
/* line 393, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .userContainer .userInfo {
  margin: 6px 5px 6px 0;
  float: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
/* line 400, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .userContainer img {
  height: 42px;
  width: 42px;
  margin-right: 10px;
  float: none;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 409, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .socialContainer {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
/* line 413, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .socialContainer a {
  font-size: 0.875em;
}
/* line 414, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .socialContainer .sign-in {
  display: block;
  margin: 6px 5px 6px 0;
}
/* line 417, ../sass/include/_navigation.scss */
#desktopHeader .userInfo .socialContainer .sign-in a {
  font-size: 1em;
}
/* line 423, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer {
  width: 260px;
  display: inline-block;
}
/* line 426, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer form {
  margin: 0;
  position: relative;
}
/* line 430, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 25px;
  margin: 0;
}
/* line 437, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer button {
  font-family: 'icons' !important;
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 0px;
  font-size: 18px;
  border: 0 none;
  cursor: pointer;
  background-color: transparent;
  line-height: 25px;
  height: 26px;
  padding-left: 0;
}
/* line 449, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer button:before {
  content: '\0042';
  vertical-align: middle;
}
/* line 455, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
/* line 459, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer .title {
  font-size: 0.8125em;
  margin-bottom: 3px;
  display: block;
  text-align: right;
}
/* line 465, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer .logo {
  margin: 0;
  border: 0 none;
  width: 122px;
  background-position: top left;
  background-size: 122px;
}
/* line 473, ../sass/include/_navigation.scss */
#desktopHeader .logoStation {
  display: inline-block;
  vertical-align: middle;
  width: 38.34375%;
}
/* line 478, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation {
  padding: 0;
  border: 0 none;
  height: auto;
  width: 100%;
  text-align: center;
}
/* line 484, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation img {
  float: none;
}
/* line 485, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation .stationTextOnError {
  float: none;
  margin: 0;
}
/* line 491, ../sass/include/_navigation.scss */
#desktopHeader .logoStation img {
  max-height: 150px;
}
/* line 494, ../sass/include/_navigation.scss */
#desktopHeader .logoStation .station {
  display: inline-block;
  vertical-align: middle;
}
/* line 499, ../sass/include/_navigation.scss */
#desktopHeader .logo {
  border-right: 1px solid #777878;
  width: 180px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
/* line 506, ../sass/include/_navigation.scss */
#desktopHeader .stationTextOnError {
  font-weight: bold;
  font-size: 2.375em;
  line-height: 30px;
  display: none;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
/* line 513, ../sass/include/_navigation.scss */
#desktopHeader .stationTextOnError.showText {
  display: block;
}
/* line 515, ../sass/include/_navigation.scss */
#desktopHeader .stationLogo {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
/* line 519, ../sass/include/_navigation.scss */
#desktopHeader .stationLogo img {
  max-width: 120px;
}
/* line 523, ../sass/include/_navigation.scss */
#desktopHeader .stationEdit {
  padding-left: 30px;
  margin-left: 14px;
  color: #1264b5;
  font-size: 0.8125em;
  font-weight: bold;
  width: 104px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
/* line 536, ../sass/include/_navigation.scss */
#desktopHeader .stationEdit:before {
  position: absolute;
  left: 7px;
  top: 7px;
}
/* line 542, ../sass/include/_navigation.scss */
#desktopHeader .headerAd {
  display: inline-block;
  vertical-align: middle;
}
/* line 545, ../sass/include/_navigation.scss */
#desktopHeader .headerAd.noText {
  margin-top: 0;
}
/* line 547, ../sass/include/_navigation.scss */
#desktopHeader .supportText {
  text-align: right;
  color: #707070;
  font-size: 0.8125em;
  margin-bottom: 10px;
}
/* line 553, ../sass/include/_navigation.scss */
#desktopHeader .menu li {
  padding: 16px 0;
  float: left;
  position: relative;
}
/* line 558, ../sass/include/_navigation.scss */
#desktopHeader .menu li a {
  border-right: 1px solid #CCCCCC;
}
/* line 561, ../sass/include/_navigation.scss */
#desktopHeader .menu li:last-child a {
  border-right: none;
}
/* line 564, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday {
  /* holiday styling */
  position: relative;
}
/* line 567, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday a {
  position: relative;
  color: #ffffff;
}
/* line 571, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday .holidayDecoration {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
/* line 576, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday .holidayDecoration svg {
  fill: #bd354c;
  width: 100%;
  height: 100%;
  padding: 3px 3px 6px 3px;
}
/* line 584, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday:hover, #desktopHeader .menu li.shop.holiday:focus {
  background: #bd354c;
}
/* line 586, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday:hover .holidayDecoration svg, #desktopHeader .menu li.shop.holiday:focus .holidayDecoration svg {
  fill: #ffffff;
}
/* line 589, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop.holiday:hover a, #desktopHeader .menu li.shop.holiday:focus a {
  color: #000000;
  border-right-color: #bd354c;
}
/* line 600, ../sass/include/_navigation.scss */
#desktopHeader .menu .main {
  float: left;
}
/* line 602, ../sass/include/_navigation.scss */
#desktopHeader .menu .main a {
  color: #222;
  font-size: 1em;
  line-height: 22px;
  padding: 0 28px;
}
/* line 608, ../sass/include/_navigation.scss */
#desktopHeader .menu .main .bubble {
  margin-left: -20px;
  margin-right: 30px;
}
/* line 613, ../sass/include/_navigation.scss */
#desktopHeader .menu .aside {
  float: right;
  margin-top: 0px;
  margin-right: 0.9375%;
}
/* line 617, ../sass/include/_navigation.scss */
#desktopHeader .menu .aside a {
  font-weight: bold;
  color: #747474;
  font-size: 0.875em;
  line-height: 22px;
  padding: 0 15px;
}

/* FOOTER MENU */
/* line 628, ../sass/include/_navigation.scss */
#footer {
  width: 100%;
  padding: 28px 28px 28px;
  font-size: 0.75em;
  color: #222;
  overflow: hidden;
  background-color: #C5C5C5;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 635, ../sass/include/_navigation.scss */
#footer .menu {
  float: left;
}
/* line 637, ../sass/include/_navigation.scss */
#footer .menu li {
  float: left;
}
/* line 638, ../sass/include/_navigation.scss */
#footer .menu .separator {
  padding: 0 10px;
}
/* line 640, ../sass/include/_navigation.scss */
#footer #copyright {
  float: right;
}
/* line 641, ../sass/include/_navigation.scss */
#footer a {
  color: #222;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 628, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 10px;
  }
}
@media all and (max-width: 1023px) {
  /* line 628, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 20px;
    font-size: 0.875em;
  }
  /* line 651, ../sass/include/_navigation.scss */
  #footer .menu {
    float: none;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  /* line 657, ../sass/include/_navigation.scss */
  #footer #copyright {
    float: none;
    display: block;
  }
}
@media all and (max-width: 599px) {
  /* line 628, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 10px;
    font-size: 0.75em;
  }
  /* line 666, ../sass/include/_navigation.scss */
  #footer #copyright {
    line-height: 2em;
  }
}

/* END FOOTER MENU */
/* line 1, ../sass/include/_ad.scss */
#adFix {
  height: 0px;
  width: 100%;
  background-color: #000000;
}

/* line 7, ../sass/include/_ad.scss */
#iab {
  position: fixed;
  bottom: 0;
  z-index: 90000;
  margin-bottom: -1px;
  width: 100%;
  border-top: 1px solid #878787;
}
@media all and (orientation: landscape) and (max-width: 800px) {
  /* line 7, ../sass/include/_ad.scss */
  #iab {
    border-top: none;
  }
}
/* line 17, ../sass/include/_ad.scss */
#iab img {
  float: none;
}

/* line 20, ../sass/include/_ad.scss */
#iabContent {
  background-color: #000;
  color: #878787;
}
/* line 23, ../sass/include/_ad.scss */
#iabContent .providingSupport, #iabContent .close {
  font-size: 0.8125em;
  padding: 10px;
}
/* line 27, ../sass/include/_ad.scss */
#iabContent .providingSupport {
  float: left;
  color: #9C9C9C;
  height: auto;
  font-size: 0.75em;
  line-height: 1.08333em;
  text-align: right;
  padding: 10px 5px 5px 10px;
  display: none;
}
/* line 37, ../sass/include/_ad.scss */
#iabContent .close {
  color: #fff;
  font-weight: bold;
  display: none;
  float: right;
}
/* line 43, ../sass/include/_ad.scss */
#iabContent .advertisement {
  clear: both;
  text-align: center;
}
@media all and (orientation: landscape) and (max-width: 800px) {
  /* line 20, ../sass/include/_ad.scss */
  #iabContent {
    display: none;
  }
}

/* from Search page */
/* line 53, ../sass/include/_ad.scss */
.adContainer {
  width: 309px;
  float: left;
  margin-left: 0.9765625%;
  margin-right: 2.5390625%;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 53, ../sass/include/_ad.scss */
  .adContainer {
    width: 30.27%;
  }
}
@media all and (max-width: 767px) {
  /* line 53, ../sass/include/_ad.scss */
  .adContainer {
    display: none;
  }
}

/* line 67, ../sass/include/_ad.scss */
#bottomAdContainerSearch, #topAdContainerSearch {
  max-width: 100%;
}

/* line 1, ../sass/include/_video-list.scss */
.videoList {
  overflow: hidden;
  padding: 20px;
  /* Load more item */
}
/* line 5, ../sass/include/_video-list.scss */
.videoList #loadMore {
  clear: both;
  border-radius: 5px;
  background-color: #1c1c1c;
  padding: 10px;
  width: 256px;
  text-align: center;
  margin: 20px auto;
}
/* line 15, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 19, ../sass/include/_video-list.scss */
.videoList .videoItem {
  float: left;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 48.856209150327%;
  margin-left: 2.28%;
  margin-bottom: 20px;
  padding: 11px;
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
}
/* line 29, ../sass/include/_video-list.scss */
.videoList .videoItem.noPadding {
  padding: 0;
}
/* line 30, ../sass/include/_video-list.scss */
.videoList .videoItem:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
/* line 34, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  background-color: #EFEFEF;
}
/* line 39, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist a {
  display: block;
  overflow: hidden;
  padding: 6px;
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
  color: #1264b5;
}
/* line 48, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus-sign {
  font-size: 1.5em;
  position: absolute;
  left: 6px;
  top: -2px;
}
/* line 54, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus {
  padding-left: 20px;
  width: auto;
}
/* line 57, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus .minus-sign {
  display: none;
}
/* line 59, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .remove {
  font-size: 2em;
  padding: 0 3px !important;
  width: auto;
  height: 20px;
  display: block;
  background: none;
  line-height: 17px;
}
/* line 69, ../sass/include/_video-list.scss */
.videoList .videoItem .program {
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
/* line 74, ../sass/include/_video-list.scss */
.videoList .videoItem .title {
  line-height: 1.22222222222222em;
  margin-bottom: 5px;
}
/* line 78, ../sass/include/_video-list.scss */
.videoList .videoItem .image {
  float: left;
  position: relative;
  width: 37.792642140468%;
  margin-right: 16px;
}
/* line 83, ../sass/include/_video-list.scss */
.videoList .videoItem .image.sameSpacing {
  margin-bottom: 7px;
}
/* line 87, ../sass/include/_video-list.scss */
.videoList .videoItem .expiring {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  padding: 5px 10px;
  font-size: 0.8125em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
/* line 103, ../sass/include/_video-list.scss */
.videoList .videoItem .description {
  color: #222;
  font-size: 0.875em;
  line-height: 1.4em;
  overflow: hidden;
}
/* line 109, ../sass/include/_video-list.scss */
.videoList .videoItem .duration, .videoList .videoItem .plusSign {
  color: #222;
  font-size: 0.875em;
  margin-top: 15px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  line-height: 20px;
}
/* line 118, ../sass/include/_video-list.scss */
.videoList .videoItem .videoLength {
  color: #979797;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 20px 15px;
  overflow: hidden;
}
@media all and (max-width: 599px) {
  /* line 19, ../sass/include/_video-list.scss */
  .videoList .videoItem {
    padding: 0.8125em;
  }
}
/* line 128, ../sass/include/_video-list.scss */
.videoList .videoItem .plusSign {
  display: none;
}
/* line 130, ../sass/include/_video-list.scss */
.videoList .videoItem .plusSign {
  margin-right: 5px;
}
/* line 138, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem {
  width: 23.28431372549%;
  margin-left: 2.28%;
  background: none;
  padding: 0;
  clear: none;
}
/* line 144, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem:first-child {
  margin-left: 0;
}
/* line 145, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .watchlist {
  display: none;
}
/* line 146, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .program {
  margin-bottom: 2px;
}
/* line 149, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .title {
  font-size: 1.125em;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 152, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .title a {
  font-size: inherit;
}
/* line 155, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .title .plusSign, .videoList.listType1 .videoItem .title .inline-plus, .videoList.listType1 .videoItem .title .plusSign, .videoList.listType1 .videoItem .title #heroCarousel .plusSign, #heroCarousel .videoList.listType1 .videoItem .title .plusSign {
  margin-top: 3px;
}
/* line 159, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .image {
  margin-bottom: 10px;
  margin-right: 0;
  width: auto;
}
/* line 163, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .image img {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}
/* line 167, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .description {
  padding: 0;
  clear: left;
}
/* line 171, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .watchedBar {
  clear: both;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
/* line 211, ../sass/include/_mixins.scss */
.videoList.listType1 .videoItem .watchedBar .progress {
  background: #6fa507;
  height: 100%;
}

@media all and (min-width: 1260px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 5.6em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (max-width: 479px) {
  /* line 185, ../sass/include/_video-list.scss */
  .truncationRule1 .videoItem .description {
    max-height: 2.8em;
  }
}

@media all and (min-width: 1260px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 5.6em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 5.6em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 5.6em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (max-width: 479px) {
  /* line 213, ../sass/include/_video-list.scss */
  .truncationRule2 .videoItem .description {
    max-height: 2.8em;
  }
}

@media all and (min-width: 1260px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 5.6em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 4.2em;
  }
}
@media all and (max-width: 479px) {
  /* line 241, ../sass/include/_video-list.scss */
  .truncationRule3 .videoItem .description {
    max-height: 2.8em;
  }
}

@media all and (min-width: 1260px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (max-width: 479px) {
  /* line 268, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 1.4em;
  }
}

/* line 1, ../sass/include/_localize.scss */
#localizeFormContainer {
  padding: 15px;
  overflow: hidden;
}
/* line 5, ../sass/include/_localize.scss */
#localizeFormContainer .fields {
  width: 100%;
}
/* line 6, ../sass/include/_localize.scss */
#localizeFormContainer #localizeForm {
  margin: 15px 0;
}
/* line 7, ../sass/include/_localize.scss */
#localizeFormContainer #zipSearchQuery {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 1.2em;
  font-weight: normal;
  height: 30px;
  text-align: center;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  width: 195px;
}
@media all and (max-width: 320px) {
  /* line 7, ../sass/include/_localize.scss */
  #localizeFormContainer #zipSearchQuery {
    width: 155px;
  }
}
/* line 20, ../sass/include/_localize.scss */
#localizeFormContainer #getStations {
  font-weight: bold;
}
/* line 21, ../sass/include/_localize.scss */
#localizeFormContainer .errorMsg {
  font-weight: bold;
  color: red;
}

/* station listing page */
/* line 28, ../sass/include/_localize.scss */
#stationList {
  overflow: hidden;
}

/* line 31, ../sass/include/_localize.scss */
#stationList .station {
  background-image: none;
  background-color: #383838;
  border-bottom: 1px solid #222;
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
}

/* line 37, ../sass/include/_localize.scss */
.station .stationAnchor {
  height: 60px;
  line-height: 60px;
}
/* line 40, ../sass/include/_localize.scss */
.station .stationAnchor .stationName {
  background-color: transparent;
  margin-left: 0;
  padding: 0 15px;
  font-size: 1.6em;
  color: #fff;
  font-weight: normal;
}

/* line 49, ../sass/include/_localize.scss */
#cancelBtn {
  color: #1264b5;
  font-weight: bold;
  text-align: center;
}

/* line 54, ../sass/include/_localize.scss */
#noItems {
  clear: both;
  width: 100%;
  min-height: 0;
  border: none;
  background-image: none;
  text-align: center;
  margin-bottom: 20px;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/REWB.eot");
  src: url("../fonts/RWEB.eot?#iefix") format("embedded-opentype"), url("../fonts/RWEB.woff") format("woff"), url("../fonts/RWEB.ttf") format("truetype"), url("../fonts/RWEB.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/include/_icons.scss */
.nav-icon {
  padding-left: 0 !important;
}
/* line 13, ../sass/include/_icons.scss */
.nav-icon:before {
  font-family: 'icons' !important;
  font-size: 16px;
  vertical-align: top;
}
/* line 19, ../sass/include/_icons.scss */
.nav-icon.programs:before {
  content: '\0062';
}
/* line 20, ../sass/include/_icons.scss */
.nav-icon.az:before {
  content: '\0062';
}
/* line 21, ../sass/include/_icons.scss */
.nav-icon.play:before {
  content: '\0062';
  vertical-align: middle;
}
/* line 22, ../sass/include/_icons.scss */
.nav-icon.watchlist:before {
  content: '\0062';
}
/* line 23, ../sass/include/_icons.scss */
.nav-icon.more:before {
  content: '\0072';
}
/* line 24, ../sass/include/_icons.scss */
.nav-icon.buyDvd:before {
  content: '\0067';
}
/* line 25, ../sass/include/_icons.scss */
.nav-icon.edit:before {
  content: '\0062';
}
/* line 26, ../sass/include/_icons.scss */
.nav-icon.programPage:before {
  content: '\0062';
}
/* line 27, ../sass/include/_icons.scss */
.nav-icon.plus:before {
  content: '\006d';
  font-size: 10px;
  padding-right: 5px;
}
/* line 28, ../sass/include/_icons.scss */
.nav-icon.minus:before {
  content: '\0070';
}

/* line 32, ../sass/include/_icons.scss */
.pbs-icon:before {
  font-family: 'icons' !important;
  font-size: 16px;
  vertical-align: top;
}
/* line 37, ../sass/include/_icons.scss */
.pbs-icon.facebook:before {
  content: '\0068';
}
/* line 38, ../sass/include/_icons.scss */
.pbs-icon.google-plus:before {
  content: '\006b';
}
/* line 39, ../sass/include/_icons.scss */
.pbs-icon.pbs-head:before {
  content: '\0041';
}
/* line 40, ../sass/include/_icons.scss */
.pbs-icon.tweeter:before {
  content: '\0069';
}

/* line 44, ../sass/include/_icons.scss */
.down-arrow:before {
  font-family: 'icons' !important;
  font-size: 16px;
  vertical-align: top;
  content: '\0076';
}

/* line 52, ../sass/include/_icons.scss */
.ccIcon {
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 17px;
  background: transparent url(../img/CC.png) no-repeat 0 0;
  background-size: 25px 17px;
}

/* line 63, ../sass/include/_icons.scss */
.shareIcon:before {
  font-family: 'icons' !important;
  font-size: 16px;
  vertical-align: middle;
}
/* line 68, ../sass/include/_icons.scss */
.shareIcon.facebook:before {
  content: "h";
}
/* line 69, ../sass/include/_icons.scss */
.shareIcon.twitter:before {
  content: "i";
}
/* line 70, ../sass/include/_icons.scss */
.shareIcon.google:before {
  content: "k";
}
/* line 71, ../sass/include/_icons.scss */
.shareIcon.email:before {
  content: "j";
}
/* line 72, ../sass/include/_icons.scss */
.shareIcon.more:before {
  content: "r";
}
/* line 73, ../sass/include/_icons.scss */
.shareIcon.share:before {
  content: "q";
}
/* line 74, ../sass/include/_icons.scss */
.shareIcon.embed:before {
  content: '\006c';
  vertical-align: top;
}
/* line 75, ../sass/include/_icons.scss */
.shareIcon.itunes:before {
  content: "f";
}
/* line 76, ../sass/include/_icons.scss */
.shareIcon.buydvd:before {
  content: '\0067';
  font-size: 32px;
  line-height: 6px;
}
/* line 81, ../sass/include/_icons.scss */
.shareIcon.less:before {
  content: "s";
}

/* line 84, ../sass/include/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* line 96, ../sass/include/_icons.scss */
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

/* line 100, ../sass/include/_icons.scss */
.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

/* line 103, ../sass/include/_icons.scss */
.icon-blue {
  background-image: url("../img/glyphicons-halflings-blue.png");
}

/* line 106, ../sass/include/_icons.scss */
.icon-glass {
  background-position: 0 0;
}

/* line 109, ../sass/include/_icons.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 112, ../sass/include/_icons.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 115, ../sass/include/_icons.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 118, ../sass/include/_icons.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 121, ../sass/include/_icons.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 124, ../sass/include/_icons.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 127, ../sass/include/_icons.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 130, ../sass/include/_icons.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 133, ../sass/include/_icons.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 136, ../sass/include/_icons.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 139, ../sass/include/_icons.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 142, ../sass/include/_icons.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 145, ../sass/include/_icons.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 148, ../sass/include/_icons.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 151, ../sass/include/_icons.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 154, ../sass/include/_icons.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 157, ../sass/include/_icons.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 160, ../sass/include/_icons.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 163, ../sass/include/_icons.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 166, ../sass/include/_icons.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 169, ../sass/include/_icons.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 172, ../sass/include/_icons.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 175, ../sass/include/_icons.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 178, ../sass/include/_icons.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 181, ../sass/include/_icons.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 184, ../sass/include/_icons.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 187, ../sass/include/_icons.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 190, ../sass/include/_icons.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 193, ../sass/include/_icons.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 196, ../sass/include/_icons.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 199, ../sass/include/_icons.scss */
.icon-list-alt {
  background-position: -264px -24px;
  margin-top: 2px;
}

/* line 203, ../sass/include/_icons.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 206, ../sass/include/_icons.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 209, ../sass/include/_icons.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 212, ../sass/include/_icons.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 215, ../sass/include/_icons.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 218, ../sass/include/_icons.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 221, ../sass/include/_icons.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 224, ../sass/include/_icons.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 227, ../sass/include/_icons.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 230, ../sass/include/_icons.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 233, ../sass/include/_icons.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 236, ../sass/include/_icons.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 239, ../sass/include/_icons.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 242, ../sass/include/_icons.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 245, ../sass/include/_icons.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 248, ../sass/include/_icons.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 251, ../sass/include/_icons.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 254, ../sass/include/_icons.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 257, ../sass/include/_icons.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 260, ../sass/include/_icons.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 263, ../sass/include/_icons.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 266, ../sass/include/_icons.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 269, ../sass/include/_icons.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 272, ../sass/include/_icons.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 275, ../sass/include/_icons.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 278, ../sass/include/_icons.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 281, ../sass/include/_icons.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 284, ../sass/include/_icons.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 287, ../sass/include/_icons.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 290, ../sass/include/_icons.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 293, ../sass/include/_icons.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 296, ../sass/include/_icons.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 299, ../sass/include/_icons.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 302, ../sass/include/_icons.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 305, ../sass/include/_icons.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 308, ../sass/include/_icons.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 311, ../sass/include/_icons.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 314, ../sass/include/_icons.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 317, ../sass/include/_icons.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 320, ../sass/include/_icons.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 323, ../sass/include/_icons.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 326, ../sass/include/_icons.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 329, ../sass/include/_icons.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 332, ../sass/include/_icons.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 335, ../sass/include/_icons.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 338, ../sass/include/_icons.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 341, ../sass/include/_icons.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 344, ../sass/include/_icons.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 347, ../sass/include/_icons.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 350, ../sass/include/_icons.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 353, ../sass/include/_icons.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 356, ../sass/include/_icons.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 359, ../sass/include/_icons.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 362, ../sass/include/_icons.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 365, ../sass/include/_icons.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 368, ../sass/include/_icons.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 371, ../sass/include/_icons.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 374, ../sass/include/_icons.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 377, ../sass/include/_icons.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 380, ../sass/include/_icons.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 383, ../sass/include/_icons.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 386, ../sass/include/_icons.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 389, ../sass/include/_icons.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 392, ../sass/include/_icons.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 395, ../sass/include/_icons.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 398, ../sass/include/_icons.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 401, ../sass/include/_icons.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 404, ../sass/include/_icons.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 407, ../sass/include/_icons.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 410, ../sass/include/_icons.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 413, ../sass/include/_icons.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 416, ../sass/include/_icons.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 419, ../sass/include/_icons.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 422, ../sass/include/_icons.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 425, ../sass/include/_icons.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 428, ../sass/include/_icons.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 431, ../sass/include/_icons.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 434, ../sass/include/_icons.scss */
.icon-random {
  background-position: -216px -120px;
}

/* line 437, ../sass/include/_icons.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 440, ../sass/include/_icons.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 443, ../sass/include/_icons.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 446, ../sass/include/_icons.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 449, ../sass/include/_icons.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 452, ../sass/include/_icons.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 455, ../sass/include/_icons.scss */
.icon-folder-close {
  background-position: -384px -120px;
}

/* line 458, ../sass/include/_icons.scss */
.icon-folder-open {
  background-position: -408px -120px;
}

/* line 461, ../sass/include/_icons.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 464, ../sass/include/_icons.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 467, ../sass/include/_icons.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 470, ../sass/include/_icons.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 473, ../sass/include/_icons.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 476, ../sass/include/_icons.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 479, ../sass/include/_icons.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 482, ../sass/include/_icons.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 485, ../sass/include/_icons.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 488, ../sass/include/_icons.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 491, ../sass/include/_icons.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 494, ../sass/include/_icons.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 497, ../sass/include/_icons.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 500, ../sass/include/_icons.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 503, ../sass/include/_icons.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 506, ../sass/include/_icons.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 509, ../sass/include/_icons.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 512, ../sass/include/_icons.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 515, ../sass/include/_icons.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 518, ../sass/include/_icons.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 521, ../sass/include/_icons.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 524, ../sass/include/_icons.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 1, ../sass/include/_forms.scss */
form {
  margin: 0 0 18px;
}

/* line 5, ../sass/include/_forms.scss */
input {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  color: #555555;
  width: 210px;
}

/* line 16, ../sass/include/_forms.scss */
input[type="text"],
input[type="number"] {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 34, ../sass/include/_forms.scss */
#zipSearchQuery {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
}

/* line 47, ../sass/include/_forms.scss */
#search-term {
  box-sizing: content-box\9;
  padding: 5px 4px\9;
  line-height: 18px;
}

/* line 53, ../sass/include/_forms.scss */
.fsSectionRow td.fsRowBody {
  color: red;
  background-image: none;
}

/* line 2, ../sass/include/_home.scss */
#heroCarousel {
  padding: 46px 28px 54px;
  overflow: hidden;
  position: relative;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 320 breakpoint */
}
/* line 6, ../sass/include/_home.scss */
#heroCarousel .plusSign {
  margin-right: 5px;
  vertical-align: middle !important;
  width: 17px;
  height: 17px;
}
/* line 14, ../sass/include/_home.scss */
#heroCarousel a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
/* line 24, ../sass/include/_home.scss */
#heroCarousel .container .slide {
  display: none;
  overflow: hidden;
}
/* line 26, ../sass/include/_home.scss */
#heroCarousel .container .slide.active {
  display: block;
}
/* line 30, ../sass/include/_home.scss */
#heroCarousel .navigator {
  position: absolute;
  z-index: 15;
  left: 47%;
  bottom: 5%;
}
/* line 35, ../sass/include/_home.scss */
#heroCarousel .navigator .bullet {
  background-color: rgba(34, 34, 34, 0.25);
  border-radius: 50%;
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  cursor: pointer;
}
/* line 42, ../sass/include/_home.scss */
#heroCarousel .navigator .bullet.active {
  background-color: #222;
}
/* line 148, ../sass/include/_mixins.scss */
#heroCarousel .controls a {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 66px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  text-align: center;
}
/* line 163, ../sass/include/_mixins.scss */
#heroCarousel .controls .leftArrow {
  left: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
}
@media all and (min-width: 1025px) {
  /* line 163, ../sass/include/_mixins.scss */
  #heroCarousel .controls .leftArrow {
    left: -66px;
  }
}
/* line 171, ../sass/include/_mixins.scss */
#heroCarousel .controls .leftArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\075';
  line-height: 66px;
}
/* line 179, ../sass/include/_mixins.scss */
#heroCarousel .controls .rightArrow {
  right: 0;
  border-radius: 5px 0 0 5px;
  color: #fff;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
}
@media all and (min-width: 1025px) {
  /* line 179, ../sass/include/_mixins.scss */
  #heroCarousel .controls .rightArrow {
    right: -66px;
  }
}
/* line 187, ../sass/include/_mixins.scss */
#heroCarousel .controls .rightArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\074';
  line-height: 66px;
}
@media all and (max-width: 479px) {
  /* line 198, ../sass/include/_mixins.scss */
  #heroCarousel .controls .leftArrow, #heroCarousel .controls .rightArrow {
    color: #4b4b4b;
  }
}
/* line 53, ../sass/include/_home.scss */
#heroCarousel:hover .controls .leftArrow {
  left: 0;
}
/* line 56, ../sass/include/_home.scss */
#heroCarousel:hover .controls .rightArrow {
  right: 0;
}
/* line 63, ../sass/include/_home.scss */
#heroCarousel h4 {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.75em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 73, ../sass/include/_home.scss */
#heroCarousel h3 {
  font-size: 1em;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  line-height: 1.28571428571429em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 80, ../sass/include/_home.scss */
#heroCarousel h3 a {
  font-size: 1em;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  vertical-align: top;
}
/* line 87, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem {
  width: 48.856209150327%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 93, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem h4 {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
}
/* line 100, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem h3 {
  font-size: 1.625em;
  font-weight: 300;
}
/* line 104, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem .plusSign {
  width: 25px;
  height: 25px;
}
/* line 109, ../sass/include/_home.scss */
#heroCarousel .slide .item {
  position: relative;
  overflow: hidden;
  width: 23.366013071895%;
  float: left;
  overflow: hidden;
  margin-left: 1.960784313725%;
}
@media all and (min-width: 600px) {
  /* line 117, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(2), #heroCarousel .slide .item:nth-child(3) {
    margin-bottom: 1.2%;
  }
  /* line 120, ../sass/include/_home.scss */
  #heroCarousel .slide .item.first, #heroCarousel .slide .item.second {
    margin-bottom: 1.2%;
  }
}
/* line 127, ../sass/include/_home.scss */
#heroCarousel .slide .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1% 3%;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 2, ../sass/include/_home.scss */
  #heroCarousel {
    padding: 16px 10px 80px;
  }
  /* line 138, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 5.5%;
  }
  /* line 139, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 140, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1em;
  }
  /* line 142, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 56.9%;
  }
  /* line 144, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.75em;
  }
  /* line 145, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h3 {
    font-size: 1.4375em;
  }
  /* line 147, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 27.953125%;
    margin-top: 0.9765625%;
    margin-left: 0;
  }
  /* line 151, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(4) {
    margin-right: 0.98%;
  }
  /* line 152, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(2), #heroCarousel .slide .item:nth-child(3) {
    width: 42%;
    float: right;
    margin-left: 0.9765625%;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 159, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(2) {
    margin-bottom: 1.46%;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 2, ../sass/include/_home.scss */
  #heroCarousel {
    padding: 20px 20px 60px;
  }
  /* line 166, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 24px;
  }
  /* line 169, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.8125em;
  }
  /* line 170, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1.0625em;
  }
  /* line 172, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
  /* line 176, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.8125em;
  }
  /* line 177, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h3 {
    font-size: 1.375em;
  }
  /* line 179, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 49%;
    margin-left: 0;
  }
  /* line 182, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(2), #heroCarousel .slide .item:nth-child(4) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media all and (max-width: 599px) {
  /* line 2, ../sass/include/_home.scss */
  #heroCarousel {
    padding: 0 0 58px;
  }
  /* line 189, ../sass/include/_home.scss */
  #heroCarousel .controls {
    width: 100%;
    position: absolute;
    bottom: 14px;
    top: auto !important;
  }
  /* line 194, ../sass/include/_home.scss */
  #heroCarousel .controls a {
    position: static;
    background-color: transparent;
    background-size: 20px 30px;
    height: 30px;
  }
  /* line 200, ../sass/include/_home.scss */
  #heroCarousel .controls .leftArrow {
    float: left;
  }
  /* line 202, ../sass/include/_home.scss */
  #heroCarousel .controls .leftArrow:before {
    font-family: 'icons' !important;
    font-size: 22px;
    vertical-align: middle;
    content: '\075';
    color: #4b4b4b;
    line-height: 30px;
  }
  /* line 211, ../sass/include/_home.scss */
  #heroCarousel .controls .rightArrow {
    float: right;
  }
  /* line 213, ../sass/include/_home.scss */
  #heroCarousel .controls .rightArrow:before {
    font-family: 'icons' !important;
    font-size: 22px;
    vertical-align: middle;
    content: '\074';
    color: #4b4b4b;
    line-height: 30px;
  }
  /* line 223, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 7%;
  }
  /* line 225, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.6875em;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 231, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1.1875em;
    font-weight: 300;
    line-height: 1.28571428571429em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 238, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 100%;
    display: none;
  }
  /* line 242, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.6875em;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 248, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h3 {
    font-size: 1.1875em;
    font-weight: 300;
    line-height: 1.28571428571429em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 254, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem.active {
    display: block;
  }
  /* line 256, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 100%;
    margin: 0;
    display: none;
  }
  /* line 260, ../sass/include/_home.scss */
  #heroCarousel .slide .item.active {
    display: block;
  }
}
@media all and (max-width: 479px) {
  /* line 267, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 269, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1.1875em;
  }
}

/*** SMALL CAROUSEL ***/
/* line 275, ../sass/include/_home.scss */
#favoriteProgramsContainer {
  display: none;
}

/* line 278, ../sass/include/_home.scss */
.smallCarousel {
  overflow: hidden;
  width: 100%;
  padding: 11px 28px 35px;
  position: relative;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
}
/* line 283, ../sass/include/_home.scss */
.smallCarousel .controls {
  margin-top: 10px;
}
/* line 285, ../sass/include/_home.scss */
.smallCarousel .controls a {
  position: absolute;
  z-index: 10;
  display: none;
  cursor: pointer;
}
/* line 291, ../sass/include/_home.scss */
.smallCarousel .controls .leftArrow {
  left: 2.1875%;
}
/* line 293, ../sass/include/_home.scss */
.smallCarousel .controls .leftArrow:before {
  font-family: 'icons' !important;
  font-size: 35px;
  vertical-align: middle;
  content: '\075';
  line-height: 89px;
}
/* line 301, ../sass/include/_home.scss */
.smallCarousel .controls .rightArrow {
  right: 2.1875%;
}
/* line 303, ../sass/include/_home.scss */
.smallCarousel .controls .rightArrow:before {
  font-family: 'icons' !important;
  font-size: 35px;
  vertical-align: middle;
  content: '\074';
  line-height: 89px;
}
/* line 312, ../sass/include/_home.scss */
.smallCarousel .controls .leftArrow, .smallCarousel .controls .rightArrow {
  color: #707070;
}
/* line 317, ../sass/include/_home.scss */
.smallCarousel .container {
  overflow: hidden;
  margin: 15px 40px 24px;
}
/* line 320, ../sass/include/_home.scss */
.smallCarousel .container .item {
  width: 12%;
  float: left;
  margin-left: 20px;
  display: none;
}
/* line 325, ../sass/include/_home.scss */
.smallCarousel .container .item:first-child {
  margin-left: 0;
}
/* line 326, ../sass/include/_home.scss */
.smallCarousel .container .item.active {
  display: block;
}
/* line 327, ../sass/include/_home.scss */
.smallCarousel .container .item img {
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}
/* line 332, ../sass/include/_home.scss */
.smallCarousel .container .item h5 {
  color: #ababac;
  font-size: 0.8125em;
}
/* line 337, ../sass/include/_home.scss */
.smallCarousel .container .item h4 {
  line-height: 1.3em;
  margin-top: 5px;
  clear: left;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 278, ../sass/include/_home.scss */
  .smallCarousel {
    padding: 11px 10px 60px;
  }
  /* line 347, ../sass/include/_home.scss */
  .smallCarousel .controls {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 10px;
    width: 154px;
    overflow: hidden;
  }
  /* line 354, ../sass/include/_home.scss */
  .smallCarousel .controls a {
    background-color: rgba(0, 0, 0, 0.27);
    width: 72px;
    height: 28px;
    background-size: 10px 20px;
    position: static;
    text-align: center;
  }
  /* line 360, ../sass/include/_home.scss */
  .smallCarousel .controls a:before {
    line-height: 28px !important;
    font-size: 18px !important;
    color: #fff;
  }
  /* line 366, ../sass/include/_home.scss */
  .smallCarousel .controls .leftArrow {
    float: left;
  }
  /* line 369, ../sass/include/_home.scss */
  .smallCarousel .controls .rightArrow {
    float: right;
  }
  /* line 371, ../sass/include/_home.scss */
  .smallCarousel .container {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 374, ../sass/include/_home.scss */
  .smallCarousel .container .item {
    margin-left: 1.7%;
    width: 23.7%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 278, ../sass/include/_home.scss */
  .smallCarousel {
    padding: 11px 20px 65px;
  }
  /* line 383, ../sass/include/_home.scss */
  .smallCarousel .controls {
    right: 20px;
  }
  /* line 384, ../sass/include/_home.scss */
  .smallCarousel .container {
    margin-left: 0;
  }
  /* line 386, ../sass/include/_home.scss */
  .smallCarousel .container .item {
    width: 23.67%;
    margin-left: 1.7%;
  }
}
@media all and (max-width: 767px) {
  /* line 278, ../sass/include/_home.scss */
  .smallCarousel {
    display: none;
  }
}

/* line 398, ../sass/include/_home.scss */
.reset {
  width: 100%;
  padding: 45px 28px 0;
  overflow: hidden;
  color: #4b4b4b;
  line-height: normal;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 404, ../sass/include/_home.scss */
.reset h2 {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #4b4b4b;
  float: left;
  white-space: nowrap;
  line-height: normal;
}
/* line 412, ../sass/include/_home.scss */
.reset h2 strong {
  vertical-align: top;
  font-weight: bold;
  border-left: 1px solid #ACACAC;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 22px;
  line-height: 26px;
}
/* line 421, ../sass/include/_home.scss */
.reset h2 span {
  color: #4b4b4b;
  display: inline-block;
}
/* line 424, ../sass/include/_home.scss */
.reset h2 span.linkAvailable {
  color: #1264b5;
  cursor: pointer;
}
/* line 428, ../sass/include/_home.scss */
.reset h2 span:nth-child(2) {
  border-left: 1px solid #9f9f9f;
  padding-left: 20px;
  margin-left: 20px;
}
/* line 434, ../sass/include/_home.scss */
.reset h2 .passport-separator {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  text-shadow: none;
}
/* line 441, ../sass/include/_home.scss */
.reset h2 .inline-plus, .reset h2 .videoList .videoItem .plusSign, .videoList .videoItem .reset h2 .plusSign, .reset h2 #heroCarousel .plusSign, #heroCarousel .reset h2 .plusSign {
  margin-right: 5px;
  vertical-align: middle;
}
/* line 446, ../sass/include/_home.scss */
.reset .seeAll {
  float: right;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .9rem;
  color: #1264b5;
  line-height: 30px;
  text-transform: none;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 398, ../sass/include/_home.scss */
  .reset {
    padding: 34px 10px 0;
  }
  /* line 458, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.25em;
  }
  /* line 459, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1em;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 398, ../sass/include/_home.scss */
  .reset {
    padding: 34px 20px 0;
  }
  /* line 464, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.25em;
  }
  /* line 465, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1em;
  }
}
@media all and (max-width: 599px) {
  /* line 398, ../sass/include/_home.scss */
  .reset {
    padding: 25px 10px 0;
  }
  /* line 470, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.2em;
  }
  /* line 471, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1em;
  }
}

/* line 475, ../sass/include/_home.scss */
.homeVideoList {
  padding: 11px 28px 19px;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
}
/* line 479, ../sass/include/_home.scss */
.homeVideoList .videoItem .programTitle .title {
  padding-right: 50px;
}
/* line 482, ../sass/include/_home.scss */
.homeVideoList .title {
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 475, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 11px 11px 8px;
  }
  /* line 488, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .program {
    font-size: 0.75em;
    line-height: 1em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 475, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 11px 20px 8px;
  }
  /* line 500, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 50%;
    margin-right: 14px;
  }
  /* line 504, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .title {
    font-size: 1.0625em;
  }
  /* line 505, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .description {
    font-size: 0.8125em;
  }
  /* line 509, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 31.8%;
  }
  /* line 511, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:nth-child(4) {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 475, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 11px 20px 8px;
  }
  /* line 519, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 524, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 15px;
  }
  /* line 528, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .duration, .homeVideoList:not(.listType1) .videoList .videoItem .plusSign, .videoList .homeVideoList:not(.listType1) .videoItem .plusSign {
    font-size: 0.8125em;
  }
  /* line 532, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 48.86%;
  }
  /* line 534, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:nth-child(3), .homeVideoList.listType1 .videoItem:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 599px) {
  /* line 475, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 11px 10px 8px;
  }
  /* line 542, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 547, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 15px;
  }
  /* line 551, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .program {
    font-size: 0.75em;
  }
  /* line 552, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .title {
    font-size: 0.875em;
  }
  /* line 553, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .description {
    font-size: 0.875em;
    line-height: 1.4em;
  }
  /* line 559, ../sass/include/_home.scss */
  .homeVideoList.listType1 {
    padding: 0 10px;
  }
  /* line 561, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  /* line 567, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:first-child {
    border-top: 0 none;
  }
  /* line 568, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:last-child {
    border-bottom: 0 none;
  }
  /* line 569, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .programTitle {
    float: right;
    width: 52%;
    clear: none;
    font-size: 0.75em;
  }
  /* line 575, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .title {
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 1em;
  }
  /* line 580, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .image {
    width: 45%;
    margin-bottom: 0;
  }
  /* line 584, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .description {
    float: right;
    width: 52%;
    font-size: 1.1em;
    line-height: 1.4em;
    clear: none;
  }
  /* line 591, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .watchedBar {
    float: right;
    clear: right;
  }
}
@media all and (max-width: 479px) {
  /* line 475, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 11px 10px 8px;
  }
  /* line 602, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 607, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 8px;
  }
  /* line 611, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .program {
    font-size: 0.75em;
  }
  /* line 612, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .duration, .homeVideoList:not(.listType1) .videoList .videoItem .plusSign, .videoList .homeVideoList:not(.listType1) .videoItem .plusSign {
    font-size: 0.75em;
    clear: right;
  }
}

/* line 621, ../sass/include/_home.scss */
.kidsShop {
  padding: 50px 15px 50px;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 632, ../sass/include/_home.scss */
.kidsShop .item {
  width: 32%;
  margin-left: 1.960784313725%;
  background-color: #fff;
  padding: 9px 8px;
  overflow: hidden;
  color: #222;
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
}
/* line 640, ../sass/include/_home.scss */
.kidsShop .item:first-child {
  margin-left: 0;
}
/* line 641, ../sass/include/_home.scss */
.kidsShop .item .image {
  float: left;
  margin-right: 6.122448979592%;
  width: 25.531914893617%;
}
/* line 646, ../sass/include/_home.scss */
.kidsShop .item .title {
  font-size: 1em;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  margin: 10px 0 5px;
  max-width: 68%;
}
/* line 651, ../sass/include/_home.scss */
.kidsShop .item .title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/* line 657, ../sass/include/_home.scss */
.kidsShop .item .description {
  font-size: 0.875em;
  line-height: 1.4em;
  float: right;
  width: 68%;
}
/* line 662, ../sass/include/_home.scss */
.kidsShop .item .description a {
  color: #1264b5;
}
/* line 667, ../sass/include/_home.scss */
.kidsShop .item .squareContainer {
  position: relative;
  display: inline-block;
  float: left;
  width: 25.531914893617%;
  margin-right: 6.122448979592%;
}
/* line 673, ../sass/include/_home.scss */
.kidsShop .item .squareContainer .fl-station {
  position: absolute;
  left: 4%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
/* line 684, ../sass/include/_home.scss */
.kidsShop .item .squareContainer .clear-dummy {
  width: 100%;
  float: none;
  margin: 0;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 621, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 621, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 20px;
  }
  /* line 697, ../sass/include/_home.scss */
  .kidsShop .item:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  /* line 701, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 25.531914893617%;
    margin-right: 12px;
  }
  /* line 705, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 1em;
    margin: 0 0 10px;
  }
  /* line 709, ../sass/include/_home.scss */
  .kidsShop .item .description {
    font-size: 0.8125em;
    line-height: 1.2em;
    float: left;
    width: 68%;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 621, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 6px;
  }
  /* line 721, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 23.0769230769231%;
    margin-right: 8px;
  }
  /* line 725, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 1.0625em;
    margin: 0 0 8px;
  }
  /* line 729, ../sass/include/_home.scss */
  .kidsShop .item .description {
    font-size: 0.8125em;
    line-height: 1.2em;
    width: 72%;
  }
  /* line 734, ../sass/include/_home.scss */
  .kidsShop .item .squareContainer {
    width: 23.0769230769231%;
    margin-right: 8px;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 621, ../sass/include/_home.scss */
  .kidsShop {
    display: block;
    padding: 16px 70px;
  }
  /* line 744, ../sass/include/_home.scss */
  .kidsShop .item {
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 8px;
  }
  /* line 748, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 19%;
    margin-right: 10px;
  }
  /* line 752, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 0.9375em;
    margin: 0 0 10px;
  }
  /* line 756, ../sass/include/_home.scss */
  .kidsShop .item .description {
    float: left;
    font-size: 0.75em;
    line-height: 1.5em;
  }
  /* line 761, ../sass/include/_home.scss */
  .kidsShop .item .squareContainer {
    width: 19%;
    margin-right: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 621, ../sass/include/_home.scss */
  .kidsShop {
    display: block;
    padding: 24px 12px 12px;
  }
  /* line 771, ../sass/include/_home.scss */
  .kidsShop .item {
    padding: 8px 5px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  /* line 775, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 16.8918918918919%;
    margin-right: 12px;
  }
  /* line 779, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 0.9375em;
    margin: 0 0 10px;
  }
  /* line 783, ../sass/include/_home.scss */
  .kidsShop .item .description {
    float: left;
    font-size: 0.75em;
    line-height: 1.5em;
  }
  /* line 788, ../sass/include/_home.scss */
  .kidsShop .item .squareContainer {
    width: 16.8918918918919%;
    margin-right: 12px;
  }
}

/* line 798, ../sass/include/_home.scss */
.plusPromo {
  overflow: hidden;
  margin: 34px 0;
  cursor: pointer;
}
/* line 803, ../sass/include/_home.scss */
.plusPromo .plusIntroPhotos {
  width: 60%;
  float: left;
  background-image: url("../img/plus_banner_shows.png");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: right center;
  height: 175px;
}
@media all and (min-width: 500px) and (max-width: 767px) {
  /* line 803, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-size: 526px auto;
  }
}
@media all and (min-width: 481px) and (max-width: 499px) {
  /* line 803, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-image: url("../img/plus_banner_shows_mid.png");
    background-size: 414px auto;
  }
}
@media all and (max-width: 479px) {
  /* line 803, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-image: url("../img/plus_banner_shows_low.png");
    background-size: 414px auto;
  }
}
/* line 828, ../sass/include/_home.scss */
.plusPromo .plusAdSeasonPhotos {
  width: 67%;
  float: left;
  background-image: url("../img/plus_banner_season.png");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  height: 179px;
}
/* line 838, ../sass/include/_home.scss */
.plusPromo .plusAdSeasonPhotos .shadowMarginLeft {
  background: url("../img/plus_banner_season_shadow.png") no-repeat 0 0;
  width: 126px;
  height: 179px;
  float: left;
  display: none;
}
/* line 845, ../sass/include/_home.scss */
.plusPromo .plusAdSeasonPhotos .shadowMarginRight {
  background: url("../img/plus_banner_season_shadow.png") no-repeat -128px 0;
  width: 126px;
  height: 179px;
  float: right;
}
/* line 851, ../sass/include/_home.scss */
.plusPromo .plusAdSeasonPhotos .inPromo {
  position: absolute;
  top: 18px;
  right: 3px;
  font-size: 1em;
  font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 828, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 62%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 828, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 828, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 100%;
    background-position: top center;
    height: 155px;
  }
  /* line 867, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos .inPromo {
    right: 29%;
  }
}
/* line 873, ../sass/include/_home.scss */
.plusPromo .plusIntroText {
  width: 40%;
  float: right;
  padding: 25px 20px 20px 35px;
  height: inherit;
}
/* line 879, ../sass/include/_home.scss */
.plusPromo .plusIntroText h2.introTitle {
  float: none;
  font-size: 2.125em;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
/* line 884, ../sass/include/_home.scss */
.plusPromo .plusIntroText h2.promotedProgram {
  background: url("../img/plus_logo_season.png") no-repeat;
  width: 268px;
  height: 50px;
  float: none;
  margin: 0 auto;
}
/* line 891, ../sass/include/_home.scss */
.plusPromo .plusIntroText .introText {
  margin: 15px 0;
  font-size: 1em;
  line-height: 1.1875em;
}
/* line 896, ../sass/include/_home.scss */
.plusPromo .plusIntroText a {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .9rem;
  color: #1264b5;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 873, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    padding: 20px 20px 15px 35px;
  }
}
/* line 904, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason {
  width: 33%;
  background-color: black !important;
}
/* line 907, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason .introText {
  font-size: 0.875em;
}
/* line 909, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason .introText a {
  font-size: 1.1875em;
  margin: auto;
}
/* line 914, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason a:first-of-type {
  margin-right: 15px;
}
/* line 915, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason a:last-of-type {
  margin-left: 15px;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 904, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 38%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 904, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 904, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 100%;
  }
  /* line 923, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText {
    padding: 35px 45px 45px 15px;
  }
  /* line 925, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText .introText {
    font-size: 1.0625em;
    width: 70%;
    margin: 20px auto;
  }
  /* line 930, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText a {
    font-size: 1.1875em;
  }
}
@media all and (max-width: 479px) {
  /* line 936, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText {
    padding: 35px 8px 45px 8px;
  }
  /* line 938, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText .introText {
    width: 85%;
    margin: 25px auto;
  }
  /* line 942, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText a {
    font-size: 1.0625em;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 798, ../sass/include/_home.scss */
  .plusPromo {
    padding: 0;
  }
  /* line 950, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    font-size: 0.9375em;
  }
  /* line 952, ../sass/include/_home.scss */
  .plusPromo .plusIntroText h2.introTitle {
    font-size: 1.75em;
  }
}
/* line 956, ../sass/include/_home.scss */
.plusPromo .inline-plus, .plusPromo .videoList .videoItem .plusSign, .videoList .videoItem .plusPromo .plusSign, .plusPromo #heroCarousel .plusSign, #heroCarousel .plusPromo .plusSign {
  font-size: 0.6em;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

@media all and (max-width: 599px) {
  /* line 966, ../sass/include/_home.scss */
  #home #featuredFavoriteProgramsContainer {
    display: none;
  }
}
@media all and (min-width: 768px) {
  /* line 973, ../sass/include/_home.scss */
  #home #favoriteProgramsContainer .carouselProgramList.featuredPrograms, #home #featuredProgramsContainer .carouselProgramList.featuredPrograms {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 980, ../sass/include/_home.scss */
  #home .carouselProgramList {
    margin: 0;
    padding: 30px 2%;
  }
  /* line 983, ../sass/include/_home.scss */
  #home .carouselProgramList .programItem {
    width: 33%;
    margin: 0;
    padding: 0 12px;
  }

  /* line 991, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    width: 56%;
  }
  /* line 996, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    width: 40%;
    padding: 25px 20px 20px 10px;
  }
}
/* line 1003, ../sass/include/_home.scss */
#plusIntro {
  padding: 5px;
}

/* line 1006, ../sass/include/_home.scss */
#plusAdSeason {
  background-color: black;
}

@media all and (max-width: 599px) {
  /* line 1013, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    width: 90%;
    margin: 20px auto 0;
    float: none;
    height: 138px;
  }
  /* line 1019, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    padding: 35px 45px 30px 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border-top: 1px solid #2e2e2e;
    width: 100%;
    float: none;
  }
  /* line 1021, ../sass/include/_home.scss */
  .plusPromo .plusIntroText h2.introTitle {
    font-size: 2.25em;
  }
}
@media all and (max-width: 479px) {
  /* line 1037, ../sass/include/_home.scss */
  #home #localProgramsContainer {
    display: none;
  }

  /* line 1042, ../sass/include/_home.scss */
  .plusPromo .plusIntroText h2.introTitle {
    font-size: 1.875em;
  }
  /* line 1046, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    height: 171px;
  }
}
@media all and (max-width: 320px) {
  /* line 1053, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-size: 320px auto;
  }
}
/* line 1058, ../sass/include/_home.scss */
.expiringHome {
  display: none;
}

/* line 2, ../sass/include/_programs.scss */
.pageTitle {
  overflow: hidden;
}
/* line 4, ../sass/include/_programs.scss */
.pageTitle h2 {
  float: left;
}
/* line 7, ../sass/include/_programs.scss */
.pageTitle .seeAll {
  float: right;
}

/* line 13, ../sass/include/_programs.scss */
#programs .reset {
  /* 1024 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 14, ../sass/include/_programs.scss */
#programs .reset.backToTop h2 a {
  color: #1264b5;
}
/* line 15, ../sass/include/_programs.scss */
#programs .reset.morePrograms {
  display: none;
}
/* line 17, ../sass/include/_programs.scss */
#programs .reset.morePrograms.backToTop {
  padding: 0 27px 28px;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 13, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 34px 20px 0;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 13, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 20px 10px 0;
  }
  /* line 26, ../sass/include/_programs.scss */
  #programs .reset .seeAll, #programs .reset h2 {
    font-size: 0.9375em;
  }
}
@media all and (max-width: 479px) {
  /* line 13, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 20px 10px;
  }
  /* line 31, ../sass/include/_programs.scss */
  #programs .reset .seeAll, #programs .reset h2 {
    font-size: 0.9375em;
    line-height: normal;
  }
}

/* line 35, ../sass/include/_programs.scss */
#featuredContainer {
  position: relative;
}

/* line 37, ../sass/include/_programs.scss */
#featuredPrograms {
  padding: 11px 28px;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 39, ../sass/include/_programs.scss */
#featuredPrograms .programItem {
  width: 14.71790678659%;
  float: left;
  margin-bottom: 38px;
  margin-right: 2.33%;
  position: relative;
}
/* line 45, ../sass/include/_programs.scss */
#featuredPrograms .programItem img {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}
/* line 48, ../sass/include/_programs.scss */
#featuredPrograms .programItem:nth-child(6n) {
  margin-right: 0;
}
/* line 49, ../sass/include/_programs.scss */
#featuredPrograms .programItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.75em;
  padding: 10px 0;
}
/* line 56, ../sass/include/_programs.scss */
#featuredPrograms .programItem .title a {
  color: inherit;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 37, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 65, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 13px 13px 0 13px;
    width: 18.382352941176%;
    margin-right: 2%;
  }
  /* line 69, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 70, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 37, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 76, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 12px 12px 0 12px;
    width: 23.49%;
    margin-right: 2%;
  }
  /* line 80, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 81, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 37, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 87, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 12px 12px 0 12px;
    width: 31.80%;
    margin-right: 2%;
  }
  /* line 91, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 92, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 37, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 20px 10px;
  }
  /* line 98, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 0;
    width: 48%;
    margin-right: 0;
  }
  /* line 102, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(2n) {
    float: right;
  }
  /* line 103, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .title {
    font-size: 0.875em;
  }
}
@media all and (max-width: 479px) {
  /* line 37, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 0 10px;
  }
  /* line 109, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 114, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:first-child {
    border-top: 0 none;
  }
  /* line 115, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:last-child {
    border-bottom: 0 none;
  }
  /* line 116, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .image {
    width: 43.75%;
    float: left;
  }
  /* line 120, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .title {
    font-size: 0.875em;
    clear: none;
    padding-left: 10px;
    max-width: 55%;
  }
}

/* line 130, ../sass/include/_programs.scss */
.overlayInfo {
  background-color: #fff;
  color: #1f1f1f;
  font-size: 0.8125em;
  position: absolute;
  z-index: 20;
  top: -68px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
/* line 138, ../sass/include/_programs.scss */
.overlayInfo.arrowLeft {
  right: -454px;
}
/* line 140, ../sass/include/_programs.scss */
.overlayInfo.arrowLeft .arrow {
  background: url("../img/overlay_programs_left.png") no-repeat 0 0;
  left: -15px;
}
/* line 145, ../sass/include/_programs.scss */
.overlayInfo.arrowRight {
  left: -454px;
}
/* line 147, ../sass/include/_programs.scss */
.overlayInfo.arrowRight .arrow {
  background: url("../img/overlay_programs_right.png") no-repeat 0 0;
  right: -15px;
}
/* line 152, ../sass/include/_programs.scss */
.overlayInfo .inner {
  position: relative;
  width: 454px;
  padding: 20px 25px;
}
/* line 157, ../sass/include/_programs.scss */
.overlayInfo .inner h2 {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #707070;
  font-size: 1.5em;
  text-transform: uppercase;
}
/* line 164, ../sass/include/_programs.scss */
.overlayInfo .arrow {
  position: absolute;
  top: 96px;
  width: 15px;
  height: 28px;
}
/* line 170, ../sass/include/_programs.scss */
.overlayInfo a {
  color: #1a6594;
}
/* line 171, ../sass/include/_programs.scss */
.overlayInfo .image {
  float: none;
}
/* line 172, ../sass/include/_programs.scss */
.overlayInfo h2 {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 176, ../sass/include/_programs.scss */
.overlayInfo .description {
  margin-top: 10px;
  line-height: 1.23076923076923em;
}
/* line 180, ../sass/include/_programs.scss */
.overlayInfo .latestEpisodes {
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.4em;
}
/* line 185, ../sass/include/_programs.scss */
.overlayInfo .programLink {
  font-weight: bold;
  padding: 15px 0 0 0;
  line-height: 1.4em;
  display: block;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 192, ../sass/include/_programs.scss */
.overlayInfo .videoCounts {
  font-weight: bold;
  overflow: hidden;
  border-top: 1px solid #7d7d7d;
  padding-top: 18px;
}
/* line 197, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li {
  float: left;
}
/* line 199, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li:first-child {
  margin-right: 10px;
}
/* line 200, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li span {
  padding: 0 10px 0 12px;
  color: #7d7d7d;
}

/* line 208, ../sass/include/_programs.scss */
.programsCarousel {
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 209, ../sass/include/_programs.scss */
.programsCarousel .carouselContainer {
  position: relative;
  padding: 11px 30px 40px;
  box-sizing: content-box;
  overflow: hidden;
}
/* line 215, ../sass/include/_programs.scss */
.programsCarousel .carouselContainer h3 a {
  color: #fff;
}
/* line 222, ../sass/include/_programs.scss */
.programsCarousel .carouselContainer:hover .controls .leftArrow {
  left: 0;
}
/* line 225, ../sass/include/_programs.scss */
.programsCarousel .carouselContainer:hover .controls .rightArrow {
  right: 0;
}
/* line 231, ../sass/include/_programs.scss */
.programsCarousel .container {
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  /* line 231, ../sass/include/_programs.scss */
  .programsCarousel .container {
    height: 100%;
  }
  /* line 235, ../sass/include/_programs.scss */
  .programsCarousel .container li {
    display: flex;
    height: 100%;
  }
}
/* line 148, ../sass/include/_mixins.scss */
.programsCarousel .controls a {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 66px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  text-align: center;
}
/* line 163, ../sass/include/_mixins.scss */
.programsCarousel .controls .leftArrow {
  left: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
}
@media all and (min-width: 1025px) {
  /* line 163, ../sass/include/_mixins.scss */
  .programsCarousel .controls .leftArrow {
    left: -66px;
  }
}
/* line 171, ../sass/include/_mixins.scss */
.programsCarousel .controls .leftArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\075';
  line-height: 66px;
}
/* line 179, ../sass/include/_mixins.scss */
.programsCarousel .controls .rightArrow {
  right: 0;
  border-radius: 5px 0 0 5px;
  color: #fff;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
}
@media all and (min-width: 1025px) {
  /* line 179, ../sass/include/_mixins.scss */
  .programsCarousel .controls .rightArrow {
    right: -66px;
  }
}
/* line 187, ../sass/include/_mixins.scss */
.programsCarousel .controls .rightArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\074';
  line-height: 66px;
}
@media all and (max-width: 479px) {
  /* line 198, ../sass/include/_mixins.scss */
  .programsCarousel .controls .leftArrow, .programsCarousel .controls .rightArrow {
    color: #4b4b4b;
  }
}
/* line 245, ../sass/include/_programs.scss */
.programsCarousel h4 {
  font-size: 0.8125em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 248, ../sass/include/_programs.scss */
.programsCarousel h4 a {
  color: #bbbaba;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 254, ../sass/include/_programs.scss */
.programsCarousel .title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 257, ../sass/include/_programs.scss */
.programsCarousel .title a {
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: inherit;
}
/* line 263, ../sass/include/_programs.scss */
.programsCarousel .firstBlock {
  width: 49%;
  margin-right: 2.5%;
  float: left;
  overflow: hidden;
  display: flex;
  min-height: 340px;
}
/* line 270, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .inner {
  position: relative;
  background-color: #D9D9D9;
  padding: 25px 30px;
  width: 100%;
}
/* line 277, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .programlogo {
  float: none;
  height: 70px;
  display: block;
}
/* line 283, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .description {
  font-size: 1.0625em;
  line-height: 1.17647058823529em;
  height: 4.70588235294116em;
  color: #222;
  margin-top: 20px;
}
/* line 291, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .programLink {
  margin-top: 20px;
  display: inline-block;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 296, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .overlay {
  font-size: 1.125em;
  padding: 0 0 25px 30px;
  background-image: none;
}
/* line 301, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts {
  overflow: hidden;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 304, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts .videoCount {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 307, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li {
  float: left;
  display: block;
}
/* line 310, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li:first-child {
  padding-right: 20px;
}
/* line 313, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li span {
  padding: 0 10px 0 12px;
  color: #B3B3B3;
}
/* line 320, ../sass/include/_programs.scss */
.programsCarousel .secondBlock {
  float: right;
  width: 50%;
  overflow: hidden;
}
/* line 325, ../sass/include/_programs.scss */
.programsCarousel .box2 {
  width: 48%;
  float: left;
}
/* line 329, ../sass/include/_programs.scss */
.programsCarousel .box3 {
  width: 48%;
  float: right;
}
/* line 333, ../sass/include/_programs.scss */
.programsCarousel .item {
  position: relative;
  overflow: hidden;
}
/* line 336, ../sass/include/_programs.scss */
.programsCarousel .item h3 {
  font-size: 1em;
  font-weight: normal;
}
/* line 339, ../sass/include/_programs.scss */
.programsCarousel .item h3 a {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  font-size: inherit;
  text-transform: none;
}
/* line 347, ../sass/include/_programs.scss */
.programsCarousel .box3 .item:first-child, .programsCarousel .box2 .item:first-child {
  margin-bottom: 7%;
}
/* line 348, ../sass/include/_programs.scss */
.programsCarousel .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1% 3%;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 358, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    margin: 24px 20px 40px;
    padding: 0;
  }
  /* line 363, ../sass/include/_programs.scss */
  .programsCarousel .controls .leftArrow {
    left: 0;
  }
  /* line 364, ../sass/include/_programs.scss */
  .programsCarousel .controls .rightArrow {
    right: 0;
  }
  /* line 366, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock {
    width: 66%;
  }
  /* line 367, ../sass/include/_programs.scss */
  .programsCarousel .secondBlock {
    width: 32%;
  }
  /* line 368, ../sass/include/_programs.scss */
  .programsCarousel .box2 {
    width: 100%;
    float: left;
  }
  /* line 372, ../sass/include/_programs.scss */
  .programsCarousel .box3 {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 376, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    margin: 24px 20px 30px;
    padding: 0;
  }
  /* line 381, ../sass/include/_programs.scss */
  .programsCarousel .controls .leftArrow {
    left: 0;
  }
  /* line 382, ../sass/include/_programs.scss */
  .programsCarousel .controls .rightArrow {
    right: 0;
  }
  /* line 384, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock {
    width: 100%;
    height: 315px;
    position: static;
    margin-bottom: 30px;
  }
  /* line 389, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock .inner {
    padding: 30px 32px;
  }
  /* line 391, ../sass/include/_programs.scss */
  .programsCarousel .secondBlock {
    width: 100%;
  }
  /* line 392, ../sass/include/_programs.scss */
  .programsCarousel .box2 {
    width: 100%;
    float: left;
  }
  /* line 395, ../sass/include/_programs.scss */
  .programsCarousel .box2 .item {
    width: 48%;
    float: right;
  }
  /* line 398, ../sass/include/_programs.scss */
  .programsCarousel .box2 .item:first-child {
    float: left;
    margin-bottom: 0;
  }
  /* line 404, ../sass/include/_programs.scss */
  .programsCarousel .box3 {
    display: none;
  }
}
@media all and (max-width: 599px) {
  /* line 408, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    display: none;
  }
}

/* line 412, ../sass/include/_programs.scss */
.carouselProgramList {
  padding: 0 28px 28px 28px;
  overflow: hidden;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 415, ../sass/include/_programs.scss */
.carouselProgramList .programItem {
  width: 18.382352941176%;
  float: left;
  margin-bottom: 38px;
  margin-right: 2%;
  position: relative;
  padding: 16px;
}
/* line 422, ../sass/include/_programs.scss */
.carouselProgramList .programItem:nth-child(5n) {
  margin-right: 0;
}
/* line 423, ../sass/include/_programs.scss */
.carouselProgramList .programItem.active {
  background-color: #D8D8D8;
}
/* line 424, ../sass/include/_programs.scss */
.carouselProgramList .programItem img {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}
/* line 427, ../sass/include/_programs.scss */
.carouselProgramList .programItem .nrOfVideos {
  clear: left;
  font-size: 0.8125em;
  color: #222;
  padding: 11px 10px 0 0;
  font-weight: normal;
}
/* line 434, ../sass/include/_programs.scss */
.carouselProgramList .programItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 0 0 0;
}
/* line 441, ../sass/include/_programs.scss */
.carouselProgramList .programItem h3 {
  line-height: normal;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 412, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0 20px 20px 20px;
  }
  /* line 446, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 13px;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 412, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0 20px 20px 20px;
  }
  /* line 451, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 12px;
    width: 23.49%;
  }
  /* line 454, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(5n) {
    margin-right: 2%;
  }
  /* line 455, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(4n) {
    margin-right: 0;
  }
  /* line 456, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    font-size: 0.75em;
    padding: 10px 10px 0 0;
  }
  /* line 460, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .title {
    font-size: 0.8125em;
    padding: 5px 10px 10px 0;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 468, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    width: 31.80%;
    padding: 12px;
    margin-bottom: 20px;
  }
  /* line 472, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(5n) {
    margin-right: 2%;
  }
  /* line 473, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(4) {
    display: none;
  }
  /* line 474, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 412, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 20px 10px;
  }
  /* line 480, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 0;
    width: 48%;
    margin-right: 0;
  }
  /* line 484, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(2n) {
    float: right;
  }
  /* line 485, ../sass/include/_programs.scss */
  .carouselProgramList .programItem.active {
    background-color: transparent;
  }
  /* line 486, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    font-size: 0.75em;
  }
  /* line 487, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .title {
    font-size: 0.875em;
  }
}
@media all and (max-width: 479px) {
  /* line 412, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0;
  }
  /* line 493, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 498, ../sass/include/_programs.scss */
  .carouselProgramList .programItem.active {
    background-color: transparent;
  }
  /* line 499, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .image {
    width: 43.75%;
    float: left;
  }
  /* line 503, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    clear: none;
    font-size: 0.75em;
    padding: 12px 0 0 10px;
    overflow: hidden;
  }
  /* line 509, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .title {
    font-size: 0.875em;
    clear: none;
    padding: 12px 0 0 10px;
    max-width: 55%;
  }
}

@media all and (max-width: 479px) {
  /* line 519, ../sass/include/_programs.scss */
  .localStationPrograms .programItem, .featuredPrograms .programItem {
    border-bottom: 1px solid #ccc;
  }
}
/* line 524, ../sass/include/_programs.scss */
.localStationPrograms .title a, .featuredPrograms .title a {
  color: #fff;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #707070;
}

/* line 530, ../sass/include/_programs.scss */
.buttonHolder {
  display: none;
  text-align: center;
  padding: 40px 0;
}
/* line 534, ../sass/include/_programs.scss */
.buttonHolder .moreProgramsBtn {
  border: 1px solid #ccc;
  background-color: #E7E7E7;
  padding: 10px;
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: none;
  cursor: pointer;
}

/* line 538, ../sass/include/_programs.scss */
#loading {
  clear: both;
  list-style: none;
  width: 100%;
  min-height: 0;
  padding: 40px 0;
  text-align: center;
  background: transparent url(../img/loading.gif) no-repeat center center;
  background-size: 165px 15px;
}

/* line 548, ../sass/include/_programs.scss */
.navigator {
  position: absolute;
  z-index: 15;
  bottom: 5%;
}
/* line 552, ../sass/include/_programs.scss */
.navigator .bullet {
  background-color: rgba(34, 34, 34, 0.25);
  border-radius: 50%;
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  cursor: pointer;
}
/* line 559, ../sass/include/_programs.scss */
.navigator .bullet.active {
  background-color: #222;
}

/* line 563, ../sass/include/_programs.scss */
.smallHeroCarousel {
  overflow: hidden;
  position: relative;
  padding: 0 0 58px;
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 568, ../sass/include/_programs.scss */
.smallHeroCarousel .container li {
  display: none;
}
/* line 570, ../sass/include/_programs.scss */
.smallHeroCarousel .container li.active {
  display: block;
}
/* line 573, ../sass/include/_programs.scss */
.smallHeroCarousel a {
  color: #fff;
}
/* line 148, ../sass/include/_mixins.scss */
.smallHeroCarousel .controls a {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 66px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  text-align: center;
}
/* line 163, ../sass/include/_mixins.scss */
.smallHeroCarousel .controls .leftArrow {
  left: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
}
@media all and (min-width: 1025px) {
  /* line 163, ../sass/include/_mixins.scss */
  .smallHeroCarousel .controls .leftArrow {
    left: -66px;
  }
}
/* line 171, ../sass/include/_mixins.scss */
.smallHeroCarousel .controls .leftArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\075';
  line-height: 66px;
}
/* line 179, ../sass/include/_mixins.scss */
.smallHeroCarousel .controls .rightArrow {
  right: 0;
  border-radius: 5px 0 0 5px;
  color: #fff;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
}
@media all and (min-width: 1025px) {
  /* line 179, ../sass/include/_mixins.scss */
  .smallHeroCarousel .controls .rightArrow {
    right: -66px;
  }
}
/* line 187, ../sass/include/_mixins.scss */
.smallHeroCarousel .controls .rightArrow:before {
  font-family: 'icons' !important;
  font-size: 33px;
  vertical-align: middle;
  content: '\074';
  line-height: 66px;
}
@media all and (max-width: 479px) {
  /* line 198, ../sass/include/_mixins.scss */
  .smallHeroCarousel .controls .leftArrow, .smallHeroCarousel .controls .rightArrow {
    color: #4b4b4b;
  }
}
/* line 578, ../sass/include/_programs.scss */
.smallHeroCarousel h4 {
  font-size: 0.6875em;
  margin-bottom: 5px;
}
/* line 583, ../sass/include/_programs.scss */
.smallHeroCarousel h3 {
  font-size: 1.1875em;
  font-weight: 300;
  line-height: 1.28571428571429em;
}
/* line 588, ../sass/include/_programs.scss */
.smallHeroCarousel .item {
  position: relative;
  overflow: hidden;
}
/* line 592, ../sass/include/_programs.scss */
.smallHeroCarousel .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 3%  4%;
}
@media all and (max-width: 599px) {
  /* line 601, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls {
    width: 100%;
    color: #4b4b4b;
    position: static;
  }
  /* line 605, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls a {
    background: none;
    color: inherit;
    position: static;
    height: auto;
    width: auto;
    color: #4b4b4b;
  }
  /* line 613, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .leftArrow {
    float: left;
    margin-top: 10px;
  }
  /* line 616, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .leftArrow:before {
    font-family: 'icons' !important;
    font-size: 22px;
    vertical-align: middle;
    content: '\075';
    line-height: 30px;
    color: #4b4b4b;
  }
  /* line 625, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .rightArrow {
    float: right;
    margin-top: 10px;
  }
  /* line 628, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .rightArrow:before {
    font-family: 'icons' !important;
    font-size: 22px;
    vertical-align: middle;
    content: '\074';
    line-height: 30px;
    color: #4b4b4b;
  }
}
/* line 639, ../sass/include/_programs.scss */
.smallHeroCarousel .navigator {
  bottom: 10%;
}
@media all and (max-width: 479px) {
  /* line 643, ../sass/include/_programs.scss */
  .smallHeroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 645, ../sass/include/_programs.scss */
  .smallHeroCarousel h3 {
    font-size: 1.1875em;
  }
}

/* line 648, ../sass/include/_programs.scss */
.programLists .itemsCount {
  font-weight: bold;
  vertical-align: top;
  margin-left: 15px;
  font-size: 22px;
  line-height: 26px;
  color: #4b4b4b;
  display: inline-block;
}
/* line 225, ../sass/include/_mixins.scss */
.programLists .itemsCount:before {
  content: '';
  height: 22px;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  border-left: 1px solid #B3B3B3;
  padding-right: 15px;
  vertical-align: middle;
}

/* line 1, ../sass/include/_single.scss */
.videoPage {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* line 7, ../sass/include/_single.scss */
.videoPage h3 {
  margin-top: 10px;
}
@media all and (min-width: 1260px) {
  /* line 9, ../sass/include/_single.scss */
  .videoPage#pageDescription {
    padding-top: 25px;
  }
  /* line 12, ../sass/include/_single.scss */
  .videoPage#videoPagePlayer {
    padding-top: 35px;
  }
}

/* line 17, ../sass/include/_single.scss */
#videoPagePlayer {
  overflow: visible;
}
/* line 19, ../sass/include/_single.scss */
#videoPagePlayer section {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}

/* line 23, ../sass/include/_single.scss */
.videoContainer {
  position: relative;
  background-color: #000;
  width: 100%;
}

/* line 28, ../sass/include/_single.scss */
.videoContainer:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* line 34, ../sass/include/_single.scss */
.videoContainer > iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 44, ../sass/include/_single.scss */
#pageDescription {
  padding-bottom: 50px;
  color: #222;
  overflow: hidden;
  position: relative;
  /* Expanded share menu */
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 44, ../sass/include/_single.scss */
  #pageDescription {
    padding: 12px 40px 0 40px;
  }
}
@media all and (max-width: 1023px) {
  /* line 44, ../sass/include/_single.scss */
  #pageDescription {
    padding: 12px 20px 0 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 44, ../sass/include/_single.scss */
  #pageDescription {
    margin-bottom: 15px;
  }
}
/* line 52, ../sass/include/_single.scss */
#pageDescription .producer {
  float: right;
  margin-left: 20px;
  color: #767677;
  font-size: 0.8125em;
  font-weight: bold;
}
/* line 59, ../sass/include/_single.scss */
#pageDescription .top {
  clear: both;
  float: left;
  width: 61.22%;
  margin: 6px 0 0 0;
  border-right: 1px solid #CCCCCC;
  position: relative;
  padding-right: 35px;
  /* below 768 breakpoint */
}
/* line 67, ../sass/include/_single.scss */
#pageDescription .top div, #pageDescription .top ul {
  margin-top: 11px;
}
/* line 69, ../sass/include/_single.scss */
#pageDescription .top div.videoShare, #pageDescription .top ul.videoShare {
  margin-top: 28px;
}
/* line 72, ../sass/include/_single.scss */
#pageDescription .top div.buttonsShare, #pageDescription .top div.buttonsBuy, #pageDescription .top ul.buttonsShare, #pageDescription .top ul.buttonsBuy {
  margin-top: 11px;
}
/* line 74, ../sass/include/_single.scss */
#pageDescription .top div.buttonsShare a, #pageDescription .top div.buttonsBuy a, #pageDescription .top ul.buttonsShare a, #pageDescription .top ul.buttonsBuy a {
  color: #222;
  font-weight: normal;
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 80, ../sass/include/_single.scss */
  #pageDescription .top div .borderBottom, #pageDescription .top ul .borderBottom {
    padding-bottom: 10px;
    border-bottom: solid 1px #444444;
  }
}
@media all and (max-width: 599px) {
  /* line 86, ../sass/include/_single.scss */
  #pageDescription .top div .borderBottom, #pageDescription .top ul .borderBottom {
    border: 0 none;
  }
  /* line 87, ../sass/include/_single.scss */
  #pageDescription .top div .buttonsShareMore, #pageDescription .top ul .buttonsShareMore {
    padding-top: 10px;
    border-top: solid 1px #444444;
  }
}
@media all and (max-width: 479px) {
  /* line 67, ../sass/include/_single.scss */
  #pageDescription .top div, #pageDescription .top ul {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  /* line 59, ../sass/include/_single.scss */
  #pageDescription .top {
    width: 100%;
    float: none;
    border-right: none;
    padding-right: 0;
  }
}
/* line 102, ../sass/include/_single.scss */
#pageDescription .bottom {
  float: left;
  width: 38.78%;
  margin: 6px 0;
  line-height: 1.846153846153846em;
  font-size: 0.8125em;
  border-left: 1px solid #ccc;
  margin-left: -1px;
  /* 768 breakpoint */
}
/* line 111, ../sass/include/_single.scss */
#pageDescription .bottom > div, #pageDescription .bottom ul {
  margin-bottom: 14px;
}
@media all and (max-width: 479px) {
  /* line 111, ../sass/include/_single.scss */
  #pageDescription .bottom > div, #pageDescription .bottom ul {
    margin-bottom: 0;
  }
}
@media all and (max-width: 479px) {
  /* line 116, ../sass/include/_single.scss */
  #pageDescription .bottom ul {
    line-height: 1;
  }
}
/* line 118, ../sass/include/_single.scss */
#pageDescription .bottom span {
  font-size: 1.076923076923077em;
  font-weight: bold;
}
/* line 122, ../sass/include/_single.scss */
#pageDescription .bottom .funderHolidayCampagin {
  margin: 0;
}
/* line 124, ../sass/include/_single.scss */
#pageDescription .bottom .funderHolidayCampagin img {
  margin: 15px 0 25px;
  float: none;
}
@media all and (max-width: 479px) {
  /* line 124, ../sass/include/_single.scss */
  #pageDescription .bottom .funderHolidayCampagin img {
    margin: 25px 0;
  }
}
@media all and (max-width: 767px) {
  /* line 102, ../sass/include/_single.scss */
  #pageDescription .bottom {
    width: 100%;
    float: none;
    border-left: none;
  }
}
@media all and (min-width: 768px) {
  /* line 102, ../sass/include/_single.scss */
  #pageDescription .bottom {
    padding-left: 35px;
  }
}
@media all and (max-width: 479px) {
  /* line 138, ../sass/include/_single.scss */
  #pageDescription .bottom .bottomRight {
    line-height: 1;
    padding-top: 24px;
  }
}
@media all and (max-width: 599px) {
  /* line 146, ../sass/include/_single.scss */
  #pageDescription .bottom .episodeLinks li {
    display: none;
  }
  /* line 148, ../sass/include/_single.scss */
  #pageDescription .bottom .episodeLinks li:first-child {
    display: block;
    font-weight: bold;
  }
}
/* line 156, ../sass/include/_single.scss */
#pageDescription .programAnchor {
  color: #bbbaba;
  font-size: 0.8125em;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 161, ../sass/include/_single.scss */
#pageDescription .programAnchor a {
  color: #9d9c9c;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 166, ../sass/include/_single.scss */
#pageDescription .program {
  font-size: 0.8125em;
  color: #707070;
  text-transform: uppercase;
  width: 85%;
}
/* line 171, ../sass/include/_single.scss */
#pageDescription .program a {
  color: inherit;
  text-transform: inherit;
}
/* line 176, ../sass/include/_single.scss */
#pageDescription .titleContainer {
  position: relative;
  margin-top: 0px !important;
  color: #252525;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 18px;
}
/* line 183, ../sass/include/_single.scss */
#pageDescription .title {
  color: #2e2e2e;
  padding: 0px;
  text-align: left;
  font-size: 1.625em;
  line-height: 1.25em;
  position: relative;
  white-space: normal;
  width: 85%;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 194, ../sass/include/_single.scss */
#pageDescription .watchlistAdd {
  position: absolute;
  z-index: 20;
  margin-top: 0 !important;
  right: 34px;
  top: 0;
  border: 1px solid #ccc;
  background-color: #EFEFEF;
}
@media all and (max-width: 767px) {
  /* line 194, ../sass/include/_single.scss */
  #pageDescription .watchlistAdd {
    right: 0px;
  }
}
/* line 201, ../sass/include/_single.scss */
#pageDescription .watchlistAdd a {
  display: block;
  overflow: hidden;
  padding: 6px;
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
}
/* line 208, ../sass/include/_single.scss */
#pageDescription .watchlistAdd a .plus {
  padding-left: 14px;
  width: auto;
}
/* line 212, ../sass/include/_single.scss */
#pageDescription .watchlistAdd a .plus-sign {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 220, ../sass/include/_single.scss */
#pageDescription .watchListAnchor {
  padding: 6px;
  font-size: 10px;
}
/* line 223, ../sass/include/_single.scss */
#pageDescription .watchListAnchor .nav-icon {
  height: 19px;
}
/* line 225, ../sass/include/_single.scss */
#pageDescription .videoProgram {
  float: left;
}
/* line 226, ../sass/include/_single.scss */
#pageDescription .videoProgramAnchor {
  color: #bbbaba;
  font-weight: bold;
}
/* line 230, ../sass/include/_single.scss */
#pageDescription .infos {
  color: #222;
  font-size: 0.8125em;
  line-height: 1.38462em;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  overflow: hidden;
}
/* line 237, ../sass/include/_single.scss */
#pageDescription .infos li {
  float: left;
  padding: 1px 0;
  margin-right: 10px;
}
/* line 242, ../sass/include/_single.scss */
#pageDescription .infos li:not(:first-child):before {
  content: "|";
  display: inline-block;
  color: #222;
  padding-right: 10px;
}
/* line 250, ../sass/include/_single.scss */
#pageDescription .infos li#mvod_container {
  margin-right: 0;
}
/* line 254, ../sass/include/_single.scss */
#pageDescription .infos li.airDate:before {
  display: none;
}
/* line 259, ../sass/include/_single.scss */
#pageDescription .infos li:first-child:before {
  content: none;
}
/* line 263, ../sass/include/_single.scss */
#pageDescription .infos li.ccIndicator {
  padding: 0 10px 0 0;
}
@media all and (max-width: 479px) {
  /* line 267, ../sass/include/_single.scss */
  #pageDescription .infos li:nth-last-child(2) {
    border-right: none;
  }
}
/* line 273, ../sass/include/_single.scss */
#pageDescription .description {
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.307692307692308em;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
@media all and (max-width: 1023px) {
  /* line 273, ../sass/include/_single.scss */
  #pageDescription .description {
    height: 3.92307692308em;
  }
}
/* line 281, ../sass/include/_single.scss */
#pageDescription .description .ellipsis, #pageDescription .description .readMore {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
/* line 287, ../sass/include/_single.scss */
#pageDescription section.details {
  margin: 10px 0;
  color: #aeafb0;
}
/* line 291, ../sass/include/_single.scss */
#pageDescription .videoInfoList {
  overflow: hidden;
}
/* line 295, ../sass/include/_single.scss */
#pageDescription #shareContainer {
  margin-top: 0;
  height: 50px;
  font-size: 0.8125em;
}
/* line 299, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore {
  display: none;
  margin-top: 10px;
  float: right;
  color: #222;
}
/* line 304, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore li {
  float: left;
  padding-left: 20px;
}
/* line 307, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore li.embedBtn {
  cursor: pointer;
}
@media all and (max-width: 767px) {
  /* line 304, ../sass/include/_single.scss */
  #pageDescription #shareContainer .buttonsShareMore li {
    padding-left: 28px;
  }
  /* line 310, ../sass/include/_single.scss */
  #pageDescription #shareContainer .buttonsShareMore li:first-child {
    padding-left: 0;
  }
}
/* line 315, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore span {
  display: inline;
  line-height: initial;
  color: #4b4b4b;
}
/* line 319, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore span:first-child {
  margin-right: 7px;
}
/* line 323, ../sass/include/_single.scss */
#pageDescription .bottomRight {
  color: #707070;
}
/* line 325, ../sass/include/_single.scss */
#pageDescription .bottomRight > span {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 323, ../sass/include/_single.scss */
  #pageDescription .bottomRight {
    width: 48%;
    float: right;
    padding-left: 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 336, ../sass/include/_single.scss */
  #pageDescription .bottomLeft {
    width: 52%;
    float: left;
  }
}
/* line 343, ../sass/include/_single.scss */
#pageDescription .funderBanner img {
  float: none;
  margin: 18px 0 -3px 0;
}
/* line 348, ../sass/include/_single.scss */
#pageDescription .videoProblems {
  overflow: hidden;
  padding-bottom: 10px;
  color: #707070;
}
/* line 352, ../sass/include/_single.scss */
#pageDescription .videoProblems > span {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 355, ../sass/include/_single.scss */
#pageDescription .videoProblems li {
  float: left;
  margin-right: 10px;
}
/* line 358, ../sass/include/_single.scss */
#pageDescription .videoProblems li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  color: #ccc;
}
/* line 364, ../sass/include/_single.scss */
#pageDescription .videoProblems li:last-child {
  margin-right: 0;
  padding-right: 0;
}
/* line 365, ../sass/include/_single.scss */
#pageDescription .videoProblems li:last-child:after {
  content: none;
}
@media all and (max-width: 479px) {
  /* line 348, ../sass/include/_single.scss */
  #pageDescription .videoProblems {
    padding-bottom: 0;
  }
}
/* line 374, ../sass/include/_single.scss */
#pageDescription .videoAd {
  margin-bottom: 0;
  font-size: 0.9230769230769231em;
  line-height: 1.33333em;
  font-style: italic;
}
/* line 379, ../sass/include/_single.scss */
#pageDescription .videoAd img {
  float: none;
}
@media all and (max-width: 767px) {
  /* line 374, ../sass/include/_single.scss */
  #pageDescription .videoAd {
    clear: both;
  }
}
@media all and (max-width: 479px) {
  /* line 374, ../sass/include/_single.scss */
  #pageDescription .videoAd {
    padding: 21px 0 0 0;
  }
}

/* line 384, ../sass/include/_single.scss */
#watchlistRemoveButton, #watchlistAddButton {
  display: none;
  margin-bottom: 5px;
}

/* line 388, ../sass/include/_single.scss */
.video-issues, .cc-issues {
  cursor: pointer;
}

/* line 389, ../sass/include/_single.scss */
#extraLinks {
  line-height: 2.5em;
}

/* line 390, ../sass/include/_single.scss */
.anchor {
  cursor: pointer;
}

/* line 391, ../sass/include/_single.scss */
.italic {
  font-style: italic;
}

/* line 392, ../sass/include/_single.scss */
.boldSubtitle {
  font-size: 1.076923076923077em;
  font-weight: bold;
}

/* line 396, ../sass/include/_single.scss */
.videoShare {
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  margin-top: 0;
  color: #b6b6b7;
  font-weight: bold;
  font-size: 0.8125em;
  /* buttons on the left */
}
@media all and (max-width: 479px) {
  /* line 396, ../sass/include/_single.scss */
  .videoShare {
    padding-top: 0;
  }
}
/* line 405, ../sass/include/_single.scss */
.videoShare .buttonsBuy {
  float: left;
}
/* line 407, ../sass/include/_single.scss */
.videoShare .buttonsBuy li {
  float: left;
  padding-right: 20px;
  color: #222;
}
/* line 412, ../sass/include/_single.scss */
.videoShare .buttonsBuy span {
  display: inline;
  padding-left: 11px;
  line-height: initial;
  color: inherit;
  vertical-align: top;
}
/* line 418, ../sass/include/_single.scss */
.videoShare .buttonsBuy span:before {
  vertical-align: top;
}
/* line 423, ../sass/include/_single.scss */
.videoShare .buttonsShare {
  float: right;
  color: #b6b6b7;
}
/* line 426, ../sass/include/_single.scss */
.videoShare .buttonsShare li {
  float: left;
  padding-left: 20px;
  line-height: 20px;
}
/* line 430, ../sass/include/_single.scss */
.videoShare .buttonsShare li:first-child {
  padding-left: 0px;
}
/* line 431, ../sass/include/_single.scss */
.videoShare .buttonsShare li:last-child {
  padding-left: 0;
  float: right;
  min-width: 65px;
}
@media all and (max-width: 767px) {
  /* line 426, ../sass/include/_single.scss */
  .videoShare .buttonsShare li {
    padding-left: 30px;
  }
  /* line 438, ../sass/include/_single.scss */
  .videoShare .buttonsShare li:first-child {
    padding-left: 0px;
  }
}
/* line 441, ../sass/include/_single.scss */
.videoShare .buttonsShare span {
  color: #4b4b4b;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 447, ../sass/include/_single.scss */
.videoShare .buttonsShare span#moreText {
  display: inline-block;
  text-align: center;
  width: 35px;
}
/* line 452, ../sass/include/_single.scss */
.videoShare .buttonsShare span:first-child {
  margin-right: 7px;
}
@media all and (max-width: 479px) {
  /* line 423, ../sass/include/_single.scss */
  .videoShare .buttonsShare {
    width: 63px;
  }
}
/* line 456, ../sass/include/_single.scss */
.videoShare #moreButton {
  cursor: pointer;
}
/* line 459, ../sass/include/_single.scss */
.videoShare #moreButton span {
  color: #1264b5;
}

/* Expanded share menu */
/* line 465, ../sass/include/_single.scss */
#shareContainer {
  margin-top: 0;
  height: 50px;
}

/* line 469, ../sass/include/_single.scss */
.borderBottom {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

/* line 476, ../sass/include/_single.scss */
#mvodVideoIssues {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.3;
  padding: 15px 0;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}

/* Old Player */
/* line 489, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld {
  position: relative;
  min-height: 86px;
  width: 100%;
}
/* line 493, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld video {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 503, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld.playing video {
  width: 100%;
  height: 100%;
}
/* line 509, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
/* line 514, ../sass/include/_single.scss */
#videoWrapper .videoImage {
  height: 100%;
  width: 100%;
}
/* line 517, ../sass/include/_single.scss */
#videoWrapper .videoImage img {
  float: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 527, ../sass/include/_single.scss */
#videoWrapper .videoLoader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: 38px 12px;
}
/* line 540, ../sass/include/_single.scss */
#videoWrapper .adMessage {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
}
/* line 549, ../sass/include/_single.scss */
#videoWrapper .videoControls {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  opacity: 0;
  padding: 18px 60px;
}
/* line 557, ../sass/include/_single.scss */
#videoWrapper .videoControls .playPause {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 561, ../sass/include/_single.scss */
#videoWrapper .videoControls .fullscreen {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 565, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/playback-icons.png);
  background-size: 120px 40px !important;
}
/* line 570, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.play {
  background-position: 0 0;
}
/* line 571, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.pause {
  background-position: -40px 0;
}
/* line 572, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.fullscreen {
  background-position: -80px 0;
}
/* line 575, ../sass/include/_single.scss */
#videoWrapper .progressBar {
  width: 100%;
  height: 4px;
  background-color: #ddd;
  position: relative;
}
/* line 580, ../sass/include/_single.scss */
#videoWrapper .progressBar .progress {
  background-color: #1264b5;
  height: 4px;
  width: 50%;
}
/* line 585, ../sass/include/_single.scss */
#videoWrapper .progressBar .thumb {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  padding: 8px;
  top: -11px;
  background-color: rgba(88, 177, 224, 0.5);
}
/* line 594, ../sass/include/_single.scss */
#videoWrapper .progressBar .thumbSpan {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1264b5;
  border-radius: 5px;
}
/* line 602, ../sass/include/_single.scss */
#videoWrapper .playOverlay {
  border-radius: 5px;
  position: absolute;
  background: url(../img/icon-play-video-lnd.png) no-repeat 0 0;
  background-size: 86px 86px;
  width: 86px;
  height: 86px;
  margin-left: -43px;
  margin-top: -43px;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
}

/* line 616, ../sass/include/_single.scss */
#embed-video {
  display: none;
}
@media all and (max-width: 1023px) {
  /* line 616, ../sass/include/_single.scss */
  #embed-video {
    display: none !important;
  }
}
/* line 619, ../sass/include/_single.scss */
#embed-video .chapter-carousel {
  padding: 16px 0 14px;
  position: relative;
}
/* line 623, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls a {
  position: absolute;
  z-index: 10;
  top: 41px;
  width: 14px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
/* line 634, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls .leftArrow,
#embed-video .chapter-carousel .controls .rightArrow {
  background-image: url(../img/arrows_sprite_48.png);
}
/* line 636, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls .leftArrow {
  left: -23px;
  background-position: 0 0;
}
/* line 640, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls .rightArrow {
  right: 11px;
  background-position: -15px 0;
}
/* line 645, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container {
  margin: 0;
}
/* line 647, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item {
  width: 40%;
  float: left;
  display: none;
  margin: 0 10% 0 0;
}
/* line 652, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item.active {
  display: block;
}
/* line 653, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item a.selected {
  outline: 2px solid #5fc8ff;
  display: block;
}
/* line 657, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item h4 {
  font-weight: normal;
  color: #FFF;
}
/* line 664, ../sass/include/_single.scss */
#embed-video .poster {
  width: 344px;
  margin: 0 0 15px;
}
/* line 668, ../sass/include/_single.scss */
#embed-video img {
  display: block;
  width: 100%;
  float: none;
}
/* line 673, ../sass/include/_single.scss */
#embed-video .header {
  padding: 0 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 677, ../sass/include/_single.scss */
#embed-video .header .header-title {
  float: left;
}
/* line 680, ../sass/include/_single.scss */
#embed-video .header .close-embed {
  float: right;
  cursor: pointer;
}
/* line 684, ../sass/include/_single.scss */
#embed-video .header .close-embed span {
  padding: 1px 5px 1px;
  border-radius: 50%;
  background: #4e4e4e;
  font-size: 0.8125em;
  color: #fff;
}
/* line 691, ../sass/include/_single.scss */
#embed-video .header .close-embed:hover span {
  background: #8d8d8d;
}
/* line 695, ../sass/include/_single.scss */
#embed-video .embed-title {
  font-size: 1.25em;
  margin: 0 0 11px;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 700, ../sass/include/_single.scss */
#embed-video .embed-description {
  margin: 0 0 28px;
  line-height: 1.2em;
}
/* line 704, ../sass/include/_single.scss */
#embed-video .embed-options > div {
  float: left;
  line-height: 1.3125em;
}
/* line 708, ../sass/include/_single.scss */
#embed-video .embed-width, #embed-video .embed-height, #embed-video .embed-text {
  height: 21px;
  margin-right: 15px;
  background: #4e4e4e;
  border: 1px solid #6d6d6d;
  color: #fff;
}
/* line 715, ../sass/include/_single.scss */
#embed-video .embed-width, #embed-video .embed-height {
  text-align: center;
  width: 35px;
}
/* line 719, ../sass/include/_single.scss */
#embed-video .embed-text {
  padding: 0 5px;
  width: 344px;
  margin-right: 0;
}
/* line 724, ../sass/include/_single.scss */
#embed-video .embed-text-box {
  position: relative;
}
/* line 725, ../sass/include/_single.scss */
#embed-video .embed-text-box span {
  position: relative;
  top: -8px;
  font: normal 10px Arial;
  display: block;
}

/* line 732, ../sass/include/_single.scss */
#relatedVideos {
  clear: both;
  padding-top: 20px;
}

/* line 737, ../sass/include/_single.scss */
.itemsCount {
  font-weight: bold;
  vertical-align: top;
  margin-left: 15px;
  font-size: 22px;
  line-height: 26px;
  color: #4b4b4b;
  display: inline-block;
}
/* line 225, ../sass/include/_mixins.scss */
.itemsCount:before {
  content: '';
  height: 22px;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  border-left: 1px solid #B3B3B3;
  padding-right: 15px;
  vertical-align: middle;
}

/* line 740, ../sass/include/_single.scss */
.related_videos {
  overflow: hidden;
  padding: 11px 0 19px;
}
/* line 743, ../sass/include/_single.scss */
.related_videos .related_item {
  float: left;
  overflow: hidden;
  width: 47%;
  margin-bottom: 3%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 9px 8px;
}
/* line 751, ../sass/include/_single.scss */
.related_videos .related_item:nth-child(2n) {
  float: right;
}
/* line 754, ../sass/include/_single.scss */
.related_videos .related_item .item_image {
  float: left;
  margin-right: 15px;
  color: transparent;
}
/* line 759, ../sass/include/_single.scss */
.related_videos .related_item .item_title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1264b5;
}
/* line 767, ../sass/include/_single.scss */
.related_videos .related_item .item_description {
  font-size: 0.8125em;
  line-height: 1.38462em;
  height: 4.155em;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 775, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 2.77em;
  }
}
@media all and (max-width: 767px) {
  /* line 743, ../sass/include/_single.scss */
  .related_videos .related_item {
    width: 100%;
    float: none;
  }
  /* line 781, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 5.54em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 785, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 4.155em;
  }
}
@media all and (max-width: 479px) {
  /* line 789, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 2.77em;
    width: 72%;
  }
}

/* line 796, ../sass/include/_single.scss */
#hdNotification {
  overflow: hidden;
  width: 100%;
  background: #E9E9E9;
  padding: 25px 0;
  display: none;
}
/* line 802, ../sass/include/_single.scss */
#hdNotification p {
  float: left;
  font-weight: bold;
  line-height: 1.375em;
  padding: 0 0 0 20px;
  width: 80%;
}
@media all and (max-width: 479px) {
  /* line 802, ../sass/include/_single.scss */
  #hdNotification p {
    font-size: 0.75em;
  }
}
/* line 812, ../sass/include/_single.scss */
#hdNotification .close {
  float: right;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.5em;
  margin: 0 20px 0 0;
  color: #222;
}
@media all and (max-width: 767px) {
  /* line 812, ../sass/include/_single.scss */
  #hdNotification .close {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  /* line 796, ../sass/include/_single.scss */
  #hdNotification {
    padding: 15px 0;
  }
}

/* line 827, ../sass/include/_single.scss */
#endHDNotification {
  position: absolute;
  background: #000;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #18191b;
  display: none;
}
/* line 835, ../sass/include/_single.scss */
#endHDNotification p {
  color: #9b9b9b;
  font-size: 1em;
  line-height: 1.36364em;
  /* 480 breakpoint */
}
/* line 839, ../sass/include/_single.scss */
#endHDNotification p:first-of-type {
  margin: 0 0 3%;
}
@media all and (max-width: 599px) {
  /* line 835, ../sass/include/_single.scss */
  #endHDNotification p {
    font-size: 0.875em;
  }
}
/* line 847, ../sass/include/_single.scss */
#endHDNotification .innerPanel {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 5%;
  padding: 11% 20px 0;
  /* 480 breakpoint */
}
@media all and (max-width: 599px) {
  /* line 847, ../sass/include/_single.scss */
  #endHDNotification .innerPanel {
    padding: 30px 10px;
  }
}
/* line 856, ../sass/include/_single.scss */
#endHDNotification .innerPanel .loginStationImage {
  overflow: hidden;
  width: 78px;
  margin: 20px auto;
}
/* line 862, ../sass/include/_single.scss */
#endHDNotification .socialList {
  overflow: hidden;
  padding: 30px 0;
  width: 175px;
  /* old value with yahoo: 240px; */
  margin: 0 auto;
}
/* line 867, ../sass/include/_single.scss */
#endHDNotification .socialList.isWrapped {
  width: 110px;
}
/* line 868, ../sass/include/_single.scss */
#endHDNotification .socialList li {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
  float: left;
}
/* line 876, ../sass/include/_single.scss */
#endHDNotification .socialList li.facebookColor {
  background-color: #124e94;
  margin-left: 0;
}
/* line 880, ../sass/include/_single.scss */
#endHDNotification .socialList li.googleColor {
  background-color: #d14433;
}
/* line 881, ../sass/include/_single.scss */
#endHDNotification .socialList li.yahooColor {
  background-color: #7b0099;
  display: none;
  /* remove this when adding yahoo back, also change .socialList width */
}
/* line 886, ../sass/include/_single.scss */
#endHDNotification .socialList li.pbsColor {
  background-color: #1264b5;
}
/* line 887, ../sass/include/_single.scss */
#endHDNotification .socialList li:last-child {
  margin-right: 0;
}
/* line 888, ../sass/include/_single.scss */
#endHDNotification .socialList li span {
  display: block;
  width: 34px;
  height: 34px;
  margin: 6px;
  background-image: url("../img/gigya_sprite_retina.png");
  background-repeat: no-repeat;
  background-size: 34px 163px;
}
/* line 896, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginFb {
  background-position: 4px -5px;
  height: 39px;
}
/* line 897, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginGp {
  background-position: 0 -87px;
}
/* line 898, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginYa {
  background-position: 0 -123px;
}
/* line 899, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginPb {
  background-position: 0 -126px;
}
@media all and (max-width: 499px) {
  /* line 862, ../sass/include/_single.scss */
  #endHDNotification .socialList {
    padding: 13px 0;
  }
}

/* line 906, ../sass/include/_single.scss */
.ursError {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  position: relative;
  opacity: 1;
}
/* line 913, ../sass/include/_single.scss */
.ursError .ursMessage {
  padding: 0 10px;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

/* line 931, ../sass/include/_single.scss */
#loadingbar {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 1%;
  height: 3px;
  background: #b91f1f;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/* line 948, ../sass/include/_single.scss */
#loadingbar.waiting dd, #loadingbar.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
}

/* line 956, ../sass/include/_single.scss */
#loadingbar dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

/* line 963, ../sass/include/_single.scss */
#loadingbar dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

/* line 970, ../sass/include/_single.scss */
#loadingbar dd, #loadingbar dt {
  position: absolute;
  top: 0;
  height: 3px;
  -moz-box-shadow: #b91f1f 1px 0 6px 1px;
  -ms-box-shadow: #b91f1f 1px 0 6px 1px;
  -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
  box-shadow: #b91f1f 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

/* line 982, ../sass/include/_single.scss */
#hibridDummyPlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* playlist handler */
/* line 990, ../sass/include/_single.scss */
#playlistHandler {
  width: 100%;
  padding-top: 5px;
  line-height: 46px;
  background-color: #E9E9E9;
  overflow: hidden;
  color: #222;
}
/* line 997, ../sass/include/_single.scss */
#playlistHandler.noPrev {
  padding-left: 10px;
}
/* line 1000, ../sass/include/_single.scss */
#playlistHandler .boldText {
  font-weight: bold;
}
/* line 1003, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist {
  text-align: center;
  font-weight: bold;
  color: #707070;
}
/* line 1007, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist:first-child {
  margin: 0 10px;
  white-space: nowrap;
}
/* line 1011, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist:last-child {
  margin: 0 10px;
  white-space: nowrap;
}
/* line 1015, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist.flLeft .blueArrow-left {
  color: #707070;
}
/* line 1017, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist.flLeft .blueArrow-left:before {
  font-family: 'icons';
  content: '\0075';
  padding-right: 5px;
  display: inline-block;
  line-height: 100%;
  color: #707070;
}
/* line 1026, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist.flRight .blueArrow-right {
  color: #707070;
}
/* line 1028, ../sass/include/_single.scss */
#playlistHandler .navigatePlaylist.flRight .blueArrow-right:after {
  color: #707070;
  font-family: 'icons';
  content: '\0074';
  padding-left: 8px;
  display: inline-block;
  line-height: 100%;
}

@media all and (min-width: 600px) {
  /* line 1, ../sass/include/_program.scss */
  .programHeader {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/include/_program.scss */
  .programHeader {
    margin-right: 170px;
  }
}

/* line 9, ../sass/include/_program.scss */
.logo-wrapper {
  display: inline-block;
}

/* line 12, ../sass/include/_program.scss */
#programLogo {
  float: none;
}
@media all and (max-width: 599px) {
  /* line 12, ../sass/include/_program.scss */
  #programLogo {
    margin: 0 0 0 10px;
  }
}

/* line 20, ../sass/include/_program.scss */
.carousel-widget {
  padding: 0 30px 58px 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 20, ../sass/include/_program.scss */
  .carousel-widget {
    padding-bottom: 55px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 20, ../sass/include/_program.scss */
  .carousel-widget {
    padding: 0 10px 58px 10px;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 20, ../sass/include/_program.scss */
  .carousel-widget {
    padding: 0 20px 58px 20px;
  }
}
@media all and (max-width: 599px) {
  /* line 20, ../sass/include/_program.scss */
  .carousel-widget {
    padding: 0 0px 30px 0px;
  }
}

/* line 32, ../sass/include/_program.scss */
#programContainer {
  margin-top: 10px;
  background-color: #fff;
  position: relative;
}

/* line 37, ../sass/include/_program.scss */
#programCarousel {
  float: left;
  width: 50%;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 37, ../sass/include/_program.scss */
  #programCarousel {
    width: 100%;
    float: none;
  }
}
/* line 46, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel {
  overflow: hidden;
  padding: 0;
  /* 480 breakpoint */
}
/* line 51, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel:hover .controls .leftArrow {
  left: 0;
}
/* line 54, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel:hover .controls .rightArrow {
  right: 0;
}
/* line 59, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel .navigator {
  bottom: -25px;
}
/* line 62, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel h3 {
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 1.6875em;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 62, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 62, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.3125em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 62, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.375em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 62, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 479px) {
  /* line 62, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.25em;
  }
}
/* line 71, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel h4 {
  font-size: 0.75em;
  margin-bottom: 0;
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 71, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h4 {
    font-size: 0.6875em;
  }
}
@media all and (max-width: 599px) {
  /* line 79, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel .controls {
    bottom: -42px;
  }
}

/* line 85, ../sass/include/_program.scss */
#programInformation {
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  float: right;
  padding: 35px;
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 85, ../sass/include/_program.scss */
  #programInformation {
    padding: 10px 2% 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 85, ../sass/include/_program.scss */
  #programInformation {
    padding: 15px 2% 15px;
  }
}
@media all and (max-width: 767px) {
  /* line 85, ../sass/include/_program.scss */
  #programInformation {
    width: 100%;
    float: none;
    padding: 15px 2% 15px;
  }
}
@media all and (max-width: 599px) {
  /* line 85, ../sass/include/_program.scss */
  #programInformation {
    padding: 15px 2% 15px;
  }
}
/* line 104, ../sass/include/_program.scss */
#programInformation .description {
  font-size: 1.0625em;
  line-height: 1.29412em;
}
/* line 106, ../sass/include/_program.scss */
#programInformation .description p {
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 110, ../sass/include/_program.scss */
#programInformation .description a {
  margin-top: 20px;
  display: inline-block;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 104, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.9375em;
    line-height: 1.26667em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 104, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 104, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.9375em;
    line-height: 1.26667em;
  }
}
@media all and (max-width: 479px) {
  /* line 104, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
}
/* line 120, ../sass/include/_program.scss */
#programInformation .programAd {
  font-size: 0.875em;
  line-height: 1.21429em;
  font-style: italic;
  margin-top: 20px;
  padding-top: 13px;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 120, ../sass/include/_program.scss */
  #programInformation .programAd {
    font-size: 0.8125em;
    line-height: 1.23077em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 120, ../sass/include/_program.scss */
  #programInformation .programAd {
    font-size: 0.75em;
    line-height: 1.25em;
  }
}
@media all and (max-width: 599px) {
  /* line 120, ../sass/include/_program.scss */
  #programInformation .programAd {
    font-size: 0.75em;
    line-height: 1.25em;
  }
}
@media all and (max-width: 767px) {
  /* line 120, ../sass/include/_program.scss */
  #programInformation .programAd {
    border-top: 1px solid #ccc;
  }
}

/* line 138, ../sass/include/_program.scss */
#programTitle {
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  color: #222;
}
@media all and (min-width: 600px) {
  /* line 138, ../sass/include/_program.scss */
  #programTitle {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    display: inline-block;
    float: left;
    padding-top: 0;
    font-size: 30px;
  }
}

/* line 152, ../sass/include/_program.scss */
.addRemoveFavorite {
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  margin-top: -60px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 158, ../sass/include/_program.scss */
.addRemoveFavorite a {
  font-size: 0.875em;
  line-height: 1.8em;
  display: inline-block;
  padding-left: 30px;
  color: #222;
}
@media all and (min-width: 768px) {
  /* line 167, ../sass/include/_program.scss */
  .addRemoveFavorite #programFavAnchor, .addRemoveFavorite #programFavAnchorRemove {
    float: right;
  }
  /* line 170, ../sass/include/_program.scss */
  .addRemoveFavorite:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media all and (max-width: 767px) {
  /* line 152, ../sass/include/_program.scss */
  .addRemoveFavorite {
    position: static;
    margin: 13px 0;
  }
}

/* line 182, ../sass/include/_program.scss */
#programFavAnchor, #programFavAnchorRemove {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #E7E7E7;
  padding: 10px;
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: none;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}
/* line 187, ../sass/include/_program.scss */
#programFavAnchor:before, #programFavAnchorRemove:before {
  vertical-align: top;
  background: url("../img/favorite_star_sprite.png") no-repeat;
  background-size: 25px 51px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  padding-right: 5px;
}

/* line 198, ../sass/include/_program.scss */
#programFavAnchor {
  background-color: #E9BA16;
  border-color: #896B03;
  color: #fff;
}
/* line 202, ../sass/include/_program.scss */
#programFavAnchor:before {
  background-position: 0 -1px;
}

/* line 206, ../sass/include/_program.scss */
#programFavAnchorRemove {
  display: none;
}
/* line 208, ../sass/include/_program.scss */
#programFavAnchorRemove:before {
  background-position: 0 -27px;
}

/* line 7, ../sass/include/_schedules.scss */
#tv_schedules .relative {
  position: relative;
}
@media all and (max-width: 599px) {
  /* line 8, ../sass/include/_schedules.scss */
  #tv_schedules .col2 {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /* line 9, ../sass/include/_schedules.scss */
  #tv_schedules .col3 {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  /* line 10, ../sass/include/_schedules.scss */
  #tv_schedules .col4 {
    display: none;
  }
}

/* line 12, ../sass/include/_schedules.scss */
#schedulesBar {
  position: static;
}
/* line 14, ../sass/include/_schedules.scss */
#schedulesBar.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}

/* line 20, ../sass/include/_schedules.scss */
#schedulesMenu {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
/* line 24, ../sass/include/_schedules.scss */
#schedulesMenu .menuContent {
  width: 100%;
  position: absolute;
  padding: 0 100px;
}
@media all and (max-width: 599px) {
  /* line 24, ../sass/include/_schedules.scss */
  #schedulesMenu .menuContent {
    padding: 0 74px;
  }
}
/* line 30, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel {
  background: #fff;
  color: #474747;
  width: 25%;
  text-align: left;
  float: left;
  font-size: 0.8125em;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 1px #DFDFDF;
  padding-top: 4px;
  height: 40px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  /* line 30, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 30, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 30, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
/* line 50, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth {
  width: 25%;
}
@media all and (max-width: 1023px) {
  /* line 50, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 50, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 50, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 100%;
  }
}
/* line 56, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth3 {
  width: 33.3333%;
}
@media all and (max-width: 1023px) {
  /* line 56, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 56, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 56, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 100%;
  }
}
/* line 62, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth2 {
  width: 50%;
}
@media all and (max-width: 1023px) {
  /* line 62, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 62, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 62, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 100%;
  }
}
/* line 68, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth1 {
  width: 100%;
}
@media all and (max-width: 1023px) {
  /* line 68, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 68, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  /* line 68, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
/* line 74, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel span {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  line-height: 16px;
}
/* line 79, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel .desc {
  font-style: italic;
  font-weight: normal;
}
/* line 84, ../sass/include/_schedules.scss */
#schedulesMenu .left, #schedulesMenu .right {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  display: block;
  height: 40px;
  width: 100px;
  padding: 0;
  top: 0;
  z-index: 99999;
  text-align: center;
  line-height: 40px;
  background-color: #7f8c8d;
}
@media all and (max-width: 599px) {
  /* line 84, ../sass/include/_schedules.scss */
  #schedulesMenu .left, #schedulesMenu .right {
    width: 74px;
  }
}
/* line 99, ../sass/include/_schedules.scss */
#schedulesMenu .left {
  left: 0;
  width: 100px;
}
/* line 102, ../sass/include/_schedules.scss */
#schedulesMenu .left:before {
  font-family: 'icons' !important;
  font-size: 25px;
  vertical-align: middle;
  content: '\075';
  line-height: 25px;
  color: #fff;
}
@media all and (max-width: 599px) {
  /* line 99, ../sass/include/_schedules.scss */
  #schedulesMenu .left {
    width: 75px;
  }
}
/* line 112, ../sass/include/_schedules.scss */
#schedulesMenu .right {
  right: 0;
}
/* line 114, ../sass/include/_schedules.scss */
#schedulesMenu .right:before {
  font-family: 'icons' !important;
  font-size: 25px;
  vertical-align: middle;
  content: '\074';
  line-height: 25px;
  color: #fff;
}
/* line 122, ../sass/include/_schedules.scss */
#schedulesMenu .right i {
  background-position: -8px 0;
}

/* line 125, ../sass/include/_schedules.scss */
#schedulesList {
  font-size: 0.8125em;
  position: relative;
  overflow: hidden;
}
/* line 129, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay {
  width: 25%;
  float: left;
  border-left: solid 3px #fff;
}
/* line 133, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth {
  width: 25%;
}
@media all and (max-width: 1023px) {
  /* line 133, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 133, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 133, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 100%;
  }
}
/* line 139, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth3 {
  width: 33.3333%;
}
@media all and (max-width: 1023px) {
  /* line 139, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 139, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 139, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 100%;
  }
}
/* line 145, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth2 {
  width: 50%;
}
@media all and (max-width: 1023px) {
  /* line 145, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 145, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 145, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 100%;
  }
}
/* line 151, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth1 {
  width: 100%;
}
@media all and (max-width: 1023px) {
  /* line 151, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 151, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  /* line 151, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  /* line 129, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 129, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 129, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 100%;
  }
}
/* line 162, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry, #schedulesList #schedulesPeek .entry {
  border-bottom: solid 3px #fff;
  padding: 10px;
  overflow: hidden;
  line-height: 16px;
  background-color: #e5eaeb;
}
/* line 168, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry a, #schedulesList #schedulesPeek .entry a {
  font-weight: bold;
}
/* line 171, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry .description, #schedulesList #schedulesPeek .entry .description {
  margin-top: 10px;
  color: #666;
}

/* line 178, ../sass/include/_schedules.scss */
#schedulesHours {
  position: absolute;
  font-weight: bold;
  background-color: #34495e;
  width: 100px;
  text-align: right;
  z-index: 99900;
}
/* line 185, ../sass/include/_schedules.scss */
#schedulesHours div {
  border-top: solid 3px #fff;
  height: 100px;
  line-height: 100px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 599px) {
  /* line 185, ../sass/include/_schedules.scss */
  #schedulesHours div {
    padding: 0 5px;
  }
}
@media all and (max-width: 599px) {
  /* line 178, ../sass/include/_schedules.scss */
  #schedulesHours {
    width: 74px;
  }
}

/* line 196, ../sass/include/_schedules.scss */
#schedulesPeek {
  position: absolute;
  z-index: 99900;
  right: 0;
  width: 100px;
  border-left: solid 3px #fff;
}
@media all and (max-width: 599px) {
  /* line 196, ../sass/include/_schedules.scss */
  #schedulesPeek {
    display: none;
  }
}

/* line 204, ../sass/include/_schedules.scss */
#schedulesContent {
  width: 100%;
  padding: 0 100px;
  position: absolute;
}
@media all and (max-width: 599px) {
  /* line 204, ../sass/include/_schedules.scss */
  #schedulesContent {
    padding: 0 0 0 74px;
  }
}

/* line 210, ../sass/include/_schedules.scss */
#schedulesHeader {
  padding: 30px 10px;
  overflow: hidden;
  background-color: #E9E9E9;
}
/* line 214, ../sass/include/_schedules.scss */
#schedulesHeader .left {
  float: left;
  width: 35%;
}
@media all and (max-width: 719px) {
  /* line 214, ../sass/include/_schedules.scss */
  #schedulesHeader .left {
    width: 50%;
  }
}
/* line 219, ../sass/include/_schedules.scss */
#schedulesHeader .right {
  float: left;
  width: 65%;
}
@media all and (max-width: 719px) {
  /* line 219, ../sass/include/_schedules.scss */
  #schedulesHeader .right {
    width: 50%;
  }
}
/* line 224, ../sass/include/_schedules.scss */
#schedulesHeader h2 {
  margin-top: 15px;
  font-size: 1.75em;
  font-weight: 300;
  color: #4b4b4b;
}
@media all and (max-width: 599px) {
  /* line 224, ../sass/include/_schedules.scss */
  #schedulesHeader h2 {
    margin-top: 3px;
    font-size: 1.125em;
  }
}
@media all and (max-width: 599px) {
  /* line 210, ../sass/include/_schedules.scss */
  #schedulesHeader {
    padding: 15px 10px;
  }
}

/* line 236, ../sass/include/_schedules.scss */
#schedulesInfo {
  float: right;
  text-align: right;
  padding: 20px;
  color: #4b4b4b;
  font-size: 0.75em;
  font-weight: bold;
}
/* line 243, ../sass/include/_schedules.scss */
#schedulesInfo #schedulesSelection {
  color: #555;
  margin-top: 5px;
}
@media all and (max-width: 719px) {
  /* line 236, ../sass/include/_schedules.scss */
  #schedulesInfo {
    display: none;
  }
}

/* line 249, ../sass/include/_schedules.scss */
#schedulesCalendar {
  width: 252px;
  overflow: hidden;
  border: 1px solid #cccccc;
  float: right;
  background-color: #fff;
  padding: 2.5px;
  box-sizing: content-box;
}
/* line 257, ../sass/include/_schedules.scss */
#schedulesCalendar .day {
  float: left;
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
  padding: 5px;
  color: #1264b5;
}
/* line 267, ../sass/include/_schedules.scss */
#schedulesCalendar .day .date {
  display: block;
  margin-top: 3px;
}
/* line 271, ../sass/include/_schedules.scss */
#schedulesCalendar .day.active {
  background-color: #e7ebec;
}
@media all and (max-width: 599px) {
  /* line 249, ../sass/include/_schedules.scss */
  #schedulesCalendar {
    display: none;
  }
}

/* line 277, ../sass/include/_schedules.scss */
#schedulesDate {
  display: none;
  text-align: center;
  float: right;
}
/* line 281, ../sass/include/_schedules.scss */
#schedulesDate a, #schedulesDate span {
  display: block;
  float: left;
  color: #1264b5;
  font-weight: bold;
  height: 36px;
}
/* line 288, ../sass/include/_schedules.scss */
#schedulesDate a {
  width: 36px;
  font-size: 1.125em;
  line-height: 32px;
  border: solid 1px #ccc;
  background-color: #7f8c8d;
}
/* line 294, ../sass/include/_schedules.scss */
#schedulesDate a.disabled {
  color: #aaa;
}
/* line 296, ../sass/include/_schedules.scss */
#schedulesDate span {
  width: 72px;
  font-size: 0.8125em;
  line-height: 36px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
  color: #555;
}
@media all and (max-width: 599px) {
  /* line 277, ../sass/include/_schedules.scss */
  #schedulesDate {
    display: block;
  }
}

/* line 309, ../sass/include/_schedules.scss */
#program_schedules .reset p {
  clear: both;
}
/* line 312, ../sass/include/_schedules.scss */
#program_schedules .reset a {
  margin-top: 20px;
  font-weight: bold;
  display: block;
}
@media all and (max-width: 480px) {
  /* line 318, ../sass/include/_schedules.scss */
  #program_schedules .reset h2 {
    font-size: 1.5em;
    line-height: 24px;
  }
}
/* line 324, ../sass/include/_schedules.scss */
#program_schedules .slim {
  color: #C3C3C3;
  font-size: 1.375em;
}
@media all and (max-width: 599px) {
  /* line 324, ../sass/include/_schedules.scss */
  #program_schedules .slim {
    font-size: 1em;
    line-height: 16px;
  }
}

/* line 334, ../sass/include/_schedules.scss */
.program_schedules_list {
  overflow: hidden;
}
/* line 336, ../sass/include/_schedules.scss */
.program_schedules_list li {
  padding: 15px 20px;
  float: left;
  width: 50%;
}
/* line 340, ../sass/include/_schedules.scss */
.program_schedules_list li .episode {
  padding: 20px 10px 10px 10px;
  height: 142px;
}
/* line 343, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .duration, .program_schedules_list li .episode .videoList .videoItem .plusSign, .videoList .videoItem .program_schedules_list li .episode .plusSign {
  float: none;
}
/* line 346, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer {
  height: 25px;
  background-color: #C5C5C5;
  padding: 0 10px;
  margin-top: 5px;
  line-height: 25px;
  clear: both;
  color: #222;
  font-size: 0.75em;
}
/* line 355, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer .left, .program_schedules_list li .episode .footer .right {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
  height: 25px;
}
/* line 360, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer .left {
  width: 60%;
  font-weight: bold;
}
/* line 364, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer .right {
  width: 40%;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 368, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: none;
  }
}
@media all and (max-width: 600px) {
  /* line 368, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: inline;
  }
}
@media all and (max-width: 479px) {
  /* line 368, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: none;
  }
}
@media all and (max-width: 600px) {
  /* line 336, ../sass/include/_schedules.scss */
  .program_schedules_list li {
    width: 100%;
  }
}

/* line 380, ../sass/include/_schedules.scss */
#loadContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center 200px;
  background-color: #000;
  background-size: 38px 12px;
  opacity: .7;
  z-index: 999999;
}

/* line 2, ../sass/include/_watchlist.scss */
#notLoggedIn h2 {
  font-size: 1.125em;
  padding: 60px 0;
  text-align: center;
}

/* line 8, ../sass/include/_watchlist.scss */
#loggedIn {
  display: none;
  overflow: hidden;
  /* special breakpoint above 768px */
  /*  1280 breakpoint*/
  /*  1024 breakpoint*/
  /*  768 breakpoint*/
  /*  600 breakpoint*/
  /* 320 breakpoint */
}
/* line 11, ../sass/include/_watchlist.scss */
#loggedIn .skip {
  display: none;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 17, ../sass/include/_watchlist.scss */
#loggedIn #favPrograms reset {
  padding-left: 0;
}
/* line 21, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoriteVideos {
  clear: right;
}
/* line 24, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms {
  padding: 25px 0;
  display: block;
}
/* line 27, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem {
  padding: 0;
  margin-left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
/* line 33, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .image, #loggedIn .watchListFavoritePrograms .videoItem .title {
  width: 55.94594594594595%;
}
/* line 36, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .image {
  margin-bottom: 10px;
}
/* line 37, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .title {
  font-size: 0.875em;
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 41, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .title a {
  font-size: inherit;
  color: inherit;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 50, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .watchedBar {
  clear: both;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
}
/* line 211, ../sass/include/_mixins.scss */
#loggedIn #historyContainer .watchedBar .progress {
  background: #6fa507;
  height: 100%;
}
/* line 53, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .lastWatched {
  margin-top: 17px;
  font-size: 0.875em;
  color: #222;
}
/* line 58, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .duration, #loggedIn #historyContainer .videoList .videoItem .plusSign, .videoList .videoItem #loggedIn #historyContainer .plusSign {
  float: left;
}
/* line 63, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoriteVideos .videoItem {
  display: inline-block;
}
@media all and (min-width: 768px) {
  /* line 69, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos {
    padding: 20px 10px 0;
  }
  /* line 71, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem {
    width: 100%;
    margin-left: 0;
    display: inline-block;
  }
  /* line 75, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .image {
    width: 30.33707865168539%;
    margin-right: 1.79775280898876%;
  }
  /* line 79, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    width: 67.41573033707865%;
  }
  /* line 82, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    color: #bbbaba;
  }
  /* line 83, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .title {
    font-size: 1.1875em;
  }
  /* line 84, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .description {
    font-size: 0.875em;
    width: 67.41573033707865%;
  }
}
@media all and (min-width: 1260px) {
  /* line 93, ../sass/include/_watchlist.scss */
  #loggedIn .left {
    float: left;
    width: 70.859375%;
    padding: 0 28px 19px;
  }
  /* line 97, ../sass/include/_watchlist.scss */
  #loggedIn .left .watchListFavoriteVideos {
    padding: 13px 0 0 8px;
  }
  /* line 98, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding-left: 10px;
  }
  /* line 102, ../sass/include/_watchlist.scss */
  #loggedIn .right {
    width: 29.140625%;
    float: right;
  }
  /* line 105, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset {
    padding-left: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 113, ../sass/include/_watchlist.scss */
  #loggedIn .left {
    float: left;
    width: 70.859375%;
    padding-right: 2%;
  }
  /* line 117, ../sass/include/_watchlist.scss */
  #loggedIn .left .watchListFavoriteVideos {
    padding: 13px 0 0 8px;
  }
  /* line 118, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    height: 73px;
    padding: 27px 10px 0;
  }
  /* line 121, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.6875em;
  }
  /* line 126, ../sass/include/_watchlist.scss */
  #loggedIn .right {
    width: 29.140625%;
    float: right;
  }
  /* line 129, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset {
    height: 73px;
  }
  /* line 131, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset h2 {
    font-size: 1.6875em;
  }
  /* line 138, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoList .videoItem .plusSign, .videoList #loggedIn #historyContainer .videoItem .plusSign, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 145, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.6875em;
  }
  /* line 148, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding: 22px 10px 0;
  }
  /* line 154, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    float: none;
    width: 100%;
  }
  /* line 160, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    padding: 50px 0;
  }
  /* line 162, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 21.5%;
    margin-left: 3%;
  }
  /* line 165, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 169, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 173, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
  }
  /* line 177, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .watchedBar {
    margin: 6px 0;
  }
  /* line 179, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoList .videoItem .plusSign, .videoList #loggedIn #historyContainer .videoItem .plusSign, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
  /* line 180, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .lastWatched {
    margin-top: 10px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 187, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.625em;
  }
  /* line 190, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding: 22px 10px 0;
  }
  /* line 194, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    padding: 50px 0;
  }
  /* line 196, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 34%;
    margin-left: 10%;
  }
  /* line 199, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 203, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 207, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 212, ../sass/include/_watchlist.scss */
  #loggedIn .skip {
    display: inline-block;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 217, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    padding: 20px 13px 0;
  }
  /* line 219, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 46%;
    margin-left: 7%;
  }
  /* line 222, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 226, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 230, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
    margin: 0;
  }
  /* line 238, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoList .videoItem .plusSign, .videoList #loggedIn #historyContainer .videoItem .plusSign, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
  /* line 239, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .lastWatched {
    margin-top: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 245, ../sass/include/_watchlist.scss */
  #loggedIn .skip {
    display: inline-block;
    font-size: 0.75em;
    line-height: 3em;
  }
  /* line 251, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding: 9px 10px 0;
  }
  /* line 253, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.25em;
  }
  /* line 258, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    padding: 0;
  }
  /* line 260, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
  }
  /* line 266, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:first-child {
    border-top: 0 none;
  }
  /* line 267, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:last-child {
    border-bottom: 0 none;
  }
  /* line 268, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    width: 40%;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* line 273, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 283, ../sass/include/_watchlist.scss */
.watchlistPlaylist {
  border: 1px solid #ccc;
  background-color: #E7E7E7;
  padding: 10px;
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: none;
  cursor: pointer;
  float: left;
  overflow: hidden;
  margin-left: 20px;
  color: #1264b5;
  background-color: #fff;
  border-color: #1264b5;
  /*  600 breakpoint and below */
}
/* line 291, ../sass/include/_watchlist.scss */
.watchlistPlaylist .nav-icon {
  float: left;
  margin-right: 5px;
}
@media all and (max-width: 599px) {
  /* line 283, ../sass/include/_watchlist.scss */
  .watchlistPlaylist {
    padding: 8px 5px;
    margin-left: 5px;
  }
}

@media all and (max-width: 1259px) {
  /* line 2, ../sass/include/_show-hide.scss */
  .hide.break1024 {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  /* line 3, ../sass/include/_show-hide.scss */
  .hide.break768 {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  /* line 4, ../sass/include/_show-hide.scss */
  .hide.break600 {
    display: none !important;
  }
}
@media all and (max-width: 599px) {
  /* line 5, ../sass/include/_show-hide.scss */
  .hide.break480 {
    display: none !important;
  }
}
@media all and (max-width: 479px) {
  /* line 6, ../sass/include/_show-hide.scss */
  .hide.break320 {
    display: none !important;
  }
}

/* line 8, ../sass/include/_show-hide.scss */
.show {
  display: none !important;
}
@media all and (max-width: 1259px) {
  /* line 10, ../sass/include/_show-hide.scss */
  .show.break1024 {
    display: block !important;
  }
}
@media all and (max-width: 1023px) {
  /* line 11, ../sass/include/_show-hide.scss */
  .show.break768 {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  /* line 12, ../sass/include/_show-hide.scss */
  .show.break600 {
    display: block !important;
  }
}
@media all and (max-width: 599px) {
  /* line 13, ../sass/include/_show-hide.scss */
  .show.break480 {
    display: block !important;
  }
}
@media all and (max-width: 479px) {
  /* line 14, ../sass/include/_show-hide.scss */
  .show.break320 {
    display: block !important;
  }
}

/* line 2, ../sass/include/_see-all.scss */
.pageTitle {
  overflow: hidden;
  clear: both;
}
/* line 6, ../sass/include/_see-all.scss */
.pageTitle #list-header span:nth-child(2) {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 12, ../sass/include/_see-all.scss */
.pageTitle .title {
  float: left;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #4b4b4b;
  float: left;
  white-space: nowrap;
  line-height: normal;
}
/* line 22, ../sass/include/_see-all.scss */
.pageTitle .pagination {
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  float: right;
  overflow: hidden;
  margin-top: 5px;
  padding-bottom: 1px;
}
/* line 28, ../sass/include/_see-all.scss */
.pageTitle .pagination li {
  display: none;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #B3B3B3;
}
/* line 33, ../sass/include/_see-all.scss */
.pageTitle .pagination li.currentPage {
  display: block;
  font-weight: bold;
}
/* line 37, ../sass/include/_see-all.scss */
.pageTitle .pagination li.currentPage2 {
  display: block;
  font-weight: bold;
}
/* line 41, ../sass/include/_see-all.scss */
.pageTitle .pagination li.visiblePage {
  display: block;
}
/* line 42, ../sass/include/_see-all.scss */
.pageTitle .pagination li:last-child {
  border-right: 0;
}
/* line 43, ../sass/include/_see-all.scss */
.pageTitle .pagination li:first-child {
  padding-left: 0;
}
@media all and (max-width: 599px) {
  /* line 22, ../sass/include/_see-all.scss */
  .pageTitle .pagination {
    margin-top: 0;
    clear: left;
    float: left;
  }
}
/* line 51, ../sass/include/_see-all.scss */
.pageTitle.bottom {
  padding: 15px 27px 45px;
}
@media all and (max-width: 599px) {
  /* line 2, ../sass/include/_see-all.scss */
  .pageTitle {
    padding: 20px 15px 15px;
  }
  /* line 56, ../sass/include/_see-all.scss */
  .pageTitle h1 {
    font-size: 1.25em;
    color: #4b4b4b;
  }
}

/* line 62, ../sass/include/_see-all.scss */
#seeAllContent {
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #AAD;
}

/* line 67, ../sass/include/_see-all.scss */
.leftFilters {
  margin: 24px 0;
  margin-left: 2.1%;
  margin-right: 2.1%;
  width: 22%;
  float: left;
}
/* line 73, ../sass/include/_see-all.scss */
.leftFilters .topSection {
  font-size: 1em;
  padding: 0;
}
/* line 77, ../sass/include/_see-all.scss */
.leftFilters .programLogo {
  width: 90%;
  margin: 0;
  overflow: hidden;
}
/* line 82, ../sass/include/_see-all.scss */
.leftFilters .itemsCount {
  font-size: 19px;
  line-height: 21px;
}
/* line 85, ../sass/include/_see-all.scss */
.leftFilters .itemsCount * {
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 67, ../sass/include/_see-all.scss */
  .leftFilters {
    width: 30%;
  }
}

/* line 92, ../sass/include/_see-all.scss */
.bodySection {
  padding: 15px 0;
}
/* line 94, ../sass/include/_see-all.scss */
.bodySection li {
  margin-bottom: 10px;
}

/* line 96, ../sass/include/_see-all.scss */
#videoResults {
  overflow: hidden;
  margin-right: 2.2%;
  width: 71.4%;
  margin-top: 30px;
}
/* line 101, ../sass/include/_see-all.scss */
#videoResults .subHeader {
  margin: 0 0 30px;
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
/* line 106, ../sass/include/_see-all.scss */
#videoResults .subHeader h2 {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #4b4b4b;
  float: left;
  white-space: nowrap;
  line-height: normal;
}
/* line 115, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden {
  left: 1px;
  top: 0px;
  font-size: 1em;
  display: none;
  padding: 3px 5px;
  color: #4b4b4b;
}
/* line 122, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden .itemsCount {
  font-size: 1.0625em;
}
/* line 125, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden span, #videoResults .subHeader #videoTypesHidden a {
  vertical-align: middle;
}
/* line 129, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li:first-child {
  margin-bottom: 10px;
}
/* line 131, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li:first-child span {
  vertical-align: middle;
}
/* line 135, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li:not(:first-child) {
  display: none;
}
/* line 141, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter {
  float: right;
  line-height: 1.8em;
}
/* line 142, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter a {
  margin: 0 5px;
}
/* line 145, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter span {
  color: #222;
}
/* line 148, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter .sortSelected {
  color: #707070;
}
@media all and (max-width: 479px) {
  /* line 141, ../sass/include/_see-all.scss */
  #videoResults .subHeader .sorter {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 154, ../sass/include/_see-all.scss */
  #videoResults .subHeader:first-child {
    margin: 0px 0 20px;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 96, ../sass/include/_see-all.scss */
  #videoResults {
    width: 63.4%;
  }
}
@media all and (max-width: 767px) {
  /* line 96, ../sass/include/_see-all.scss */
  #videoResults {
    width: 96%;
    margin: 0 2%;
  }
}

/* line 166, ../sass/include/_see-all.scss */
.dropdownArrow {
  color: #1264b5;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 700;
}
/* line 171, ../sass/include/_see-all.scss */
.dropdownArrow:before {
  font-family: 'icons';
  content: '\0076';
  font-size: 17px;
}
/* line 177, ../sass/include/_see-all.scss */
.dropdownArrow.up:before {
  font-family: 'icons';
  content: '\0077';
  font-size: 17px;
}

/* line 184, ../sass/include/_see-all.scss */
.listTypeSeeAll {
  padding: 0 10px 0 0;
}
/* line 186, ../sass/include/_see-all.scss */
.listTypeSeeAll .videoItem {
  float: none;
  width: 100%;
  margin-left: 0;
}
@media all and (min-width: 1260px) {
  /* line 191, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .programTitle {
    float: right;
    width: 64%;
    display: block;
  }
  /* line 196, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .image {
    float: left;
    position: relative;
    width: 34%;
  }
  /* line 201, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .description {
    overflow: visible;
    width: 64%;
    float: right;
  }
  /* line 206, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .duration, .listTypeSeeAll .videoList .videoItem .plusSign, .videoList .listTypeSeeAll .videoItem .plusSign {
    overflow: visible;
    float: left;
  }
}
@media all and (max-width: 767px) {
  /* line 184, ../sass/include/_see-all.scss */
  .listTypeSeeAll {
    padding: 0 10px;
  }
}

/* line 214, ../sass/include/_see-all.scss */
.bringToFront {
  z-index: 99999;
}
/* line 216, ../sass/include/_see-all.scss */
.bringToFront li:not(:first-child) {
  display: block !important;
}

@media all and (max-width: 767px) {
  /* line 220, ../sass/include/_see-all.scss */
  .pagination#topPagination {
    display: none;
  }
}
/* line 1, ../sass/include/_programs-az.scss */
#fastScrollUlContainer {
  position: relative;
  overflow: hidden;
  margin: 0 40px;
  height: 36px;
}
/* line 6, ../sass/include/_programs-az.scss */
#fastScrollUlContainer.ios {
  overflow-x: auto;
}
/* line 8, ../sass/include/_programs-az.scss */
#fastScrollUlContainer.ios #letterProgramList {
  position: static;
}

/* line 13, ../sass/include/_programs-az.scss */
#letterProgramList {
  position: absolute;
  overflow: hidden;
  left: 0;
}
/* line 17, ../sass/include/_programs-az.scss */
#letterProgramList a:visited {
  color: #fff;
}

/* line 19, ../sass/include/_programs-az.scss */
.programLetter {
  float: left;
  font-size: 1em;
  line-height: 2.25em;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

/* line 28, ../sass/include/_programs-az.scss */
.programLetterAnchor {
  width: 60px;
  color: #4e4e4e;
  display: block;
}
/* line 32, ../sass/include/_programs-az.scss */
.programLetterAnchor.active {
  color: #C6C6C6 !important;
}
/* line 33, ../sass/include/_programs-az.scss */
.programLetterAnchor:visited {
  color: #fff;
}

/* line 35, ../sass/include/_programs-az.scss */
#fastScroll {
  position: static;
  background: #E6E6E6;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 42, ../sass/include/_programs-az.scss */
#fastScroll.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 800px) {
  /* line 35, ../sass/include/_programs-az.scss */
  #fastScroll {
    padding: 0;
  }
}
/* line 48, ../sass/include/_programs-az.scss */
#fastScroll .relative {
  position: relative;
  height: 36px;
  width: 100%;
}

/* line 54, ../sass/include/_programs-az.scss */
.letterControls {
  cursor: pointer;
  position: absolute;
  height: 36px;
  width: 40px;
  padding: 0;
  top: 0;
}
/* line 61, ../sass/include/_programs-az.scss */
.letterControls:before {
  font-family: 'icons' !important;
  font-size: 16px;
  vertical-align: top;
  color: #4b4b4b;
  line-height: 36px;
}

/* line 71, ../sass/include/_programs-az.scss */
#toLeft:before {
  content: '\0075';
}

/* line 75, ../sass/include/_programs-az.scss */
#toRight {
  right: 0;
}
/* line 77, ../sass/include/_programs-az.scss */
#toRight:before {
  content: '\0074';
}

/* line 81, ../sass/include/_programs-az.scss */
#toTop {
  display: none;
  background: none;
  font-size: 1em;
  line-height: 2.25em;
  font-weight: bold;
  white-space: nowrap;
  left: 10px;
  color: #4e4e4e;
}

/* line 91, ../sass/include/_programs-az.scss */
#azProgramsList {
  overflow: hidden;
  margin-left: 28px;
  margin-right: 28px;
}
/* line 95, ../sass/include/_programs-az.scss */
#azProgramsList .letter-sep {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -moz-linear-gradient(#333333, #222222);
  background-image: -webkit-linear-gradient(#333333, #222222);
  background-image: linear-gradient(#333333, #222222);
  text-shadow: 0px 1px black;
  padding: 0 15px;
  line-height: 36px;
  font-weight: bold;
  color: #6fb0f1;
  border-bottom: 1px solid #050404;
  font-size: 1.3em;
}
/* line 105, ../sass/include/_programs-az.scss */
#azProgramsList .azProgramsListItem {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #ccc;
  color: #eee;
  width: 100%;
  padding: 17px;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  display: table;
}
/* line 117, ../sass/include/_programs-az.scss */
#azProgramsList .azProgramsListItem:last-child {
  border-bottom: none;
}
@media all and (max-width: 320px) {
  /* line 105, ../sass/include/_programs-az.scss */
  #azProgramsList .azProgramsListItem {
    padding: 15px 10px;
  }
}

/* line 125, ../sass/include/_programs-az.scss */
.azProgramsListItem .programName, .azProgramsListItem .programNameAnchor, .azProgramsListItem .episodeCount, .azProgramsListItem .station, .azProgramsListItem .watch, .azProgramsListItem .watchLatest {
  display: table-cell;
}
/* line 126, ../sass/include/_programs-az.scss */
.azProgramsListItem .programName {
  font-weight: bold;
}
/* line 129, ../sass/include/_programs-az.scss */
.azProgramsListItem .programNameAnchor {
  width: 45%;
  color: #707070;
}
@media all and (max-width: 768px) {
  /* line 129, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  /* line 129, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 75%;
  }
}
@media all and (max-width: 480px) {
  /* line 129, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 70%;
  }
}
@media all and (max-width: 320px) {
  /* line 129, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 85%;
  }
}
/* line 137, ../sass/include/_programs-az.scss */
.azProgramsListItem .episodeCount {
  color: #222;
  width: 15%;
}
@media all and (max-width: 480px) {
  /* line 137, ../sass/include/_programs-az.scss */
  .azProgramsListItem .episodeCount {
    width: 20%;
  }
}
@media all and (max-width: 320px) {
  /* line 137, ../sass/include/_programs-az.scss */
  .azProgramsListItem .episodeCount {
    display: none;
  }
}
/* line 143, ../sass/include/_programs-az.scss */
.azProgramsListItem .station {
  color: #222;
  width: 20%;
}
@media all and (max-width: 768px) {
  /* line 143, ../sass/include/_programs-az.scss */
  .azProgramsListItem .station {
    width: 25%;
  }
}
@media all and (max-width: 600px) {
  /* line 143, ../sass/include/_programs-az.scss */
  .azProgramsListItem .station {
    display: none;
  }
}
/* line 150, ../sass/include/_programs-az.scss */
.azProgramsListItem .watch:before, .azProgramsListItem .watchLatest:before {
  font-family: 'icons' !important;
  font-size: 12px;
  vertical-align: top;
  content: '\0062';
  padding-right: 5px;
}
/* line 158, ../sass/include/_programs-az.scss */
.azProgramsListItem .watch {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 158, ../sass/include/_programs-az.scss */
  .azProgramsListItem .watch {
    display: table-cell;
    width: 10%;
  }
}
@media all and (max-width: 320px) {
  /* line 158, ../sass/include/_programs-az.scss */
  .azProgramsListItem .watch {
    width: 15%;
  }
}
/* line 163, ../sass/include/_programs-az.scss */
.azProgramsListItem .watchLatest {
  width: 20%;
}
@media all and (max-width: 768px) {
  /* line 163, ../sass/include/_programs-az.scss */
  .azProgramsListItem .watchLatest {
    display: none;
  }
}

/* line 1, ../sass/include/_modal-windows.scss */
.modalOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow-y: scroll;
}

/* line 14, ../sass/include/_modal-windows.scss */
.modalWindow {
  margin: 0 auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  max-width: 487px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: auto;
}
@media (min-height: 760px) {
  /* line 14, ../sass/include/_modal-windows.scss */
  .modalWindow {
    position: static;
  }
}
/* line 29, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle {
  position: relative;
  background-color: #707070;
  padding: 10px;
  color: #fff;
  overflow: hidden;
  height: 65px;
}
/* line 36, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle .pbs-head {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
/* line 41, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle h2 {
  font-size: 1.5625em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
/* line 47, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle h2:before {
  content: "";
  display: inline-block;
  height: 35px;
  border-left: 1px solid #fff;
  margin: 0 15px;
  vertical-align: middle;
}
/* line 56, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle .closeBtn {
  font-size: 1.875em;
  font-weight: bold;
  margin: 0 10px 0 0;
  float: right;
  height: 45px;
  line-height: 40px;
  cursor: pointer;
  color: #FFF;
}
/* line 67, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent {
  overflow: hidden;
  color: #4b4b4b;
}
/* line 70, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent a {
  color: #1264b5;
}
/* line 73, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginStation {
  float: none;
  text-align: center;
}
/* line 76, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginStation img {
  float: none;
  margin: 8px 0;
  padding-bottom: 10px;
  max-width: 200px;
}
@media all and (min-width: 1024px) {
  /* line 76, ../sass/include/_modal-windows.scss */
  .modalWindow .modalContent .modalLoginStation img {
    max-width: 250px;
  }
}
/* line 86, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginWithoutStation {
  padding-top: 20px;
}
/* line 90, ../sass/include/_modal-windows.scss */
.modalWindow button {
  font-weight: bold;
}
/* line 92, ../sass/include/_modal-windows.scss */
.modalWindow button.showStatesModal {
  float: left;
}

/* line 99, ../sass/include/_modal-windows.scss */
#loginModalWindow {
  /* 480 breakpoint and bellow */
}
/* line 100, ../sass/include/_modal-windows.scss */
#loginModalWindow .answer {
  font-size: 0.8125em;
  line-height: 16px;
}
/* line 103, ../sass/include/_modal-windows.scss */
#loginModalWindow .answer.answer-hidden {
  display: none;
}
/* line 106, ../sass/include/_modal-windows.scss */
#loginModalWindow .answer ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 7px;
  padding-left: 40px;
}
/* line 111, ../sass/include/_modal-windows.scss */
#loginModalWindow .answer ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}
/* line 118, ../sass/include/_modal-windows.scss */
#loginModalWindow .message {
  font-size: 0.8125em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  margin-bottom: 7px;
}
@media all and (max-width: 599px) {
  /* line 118, ../sass/include/_modal-windows.scss */
  #loginModalWindow .message {
    font-size: 0.8125em;
  }
}
@media all and (max-width: 570px) {
  /* line 128, ../sass/include/_modal-windows.scss */
  #loginModalWindow .message.warning {
    margin-top: 5px;
  }
}
/* line 131, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.inFooter {
  color: #8f8f8f;
  font-size: 0.8125em;
}
/* line 135, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.inFooter.first {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}
/* line 139, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.inFooter a {
  font-weight: normal;
}
/* line 144, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.register {
  margin-bottom: 20px;
}
/* line 148, ../sass/include/_modal-windows.scss */
#loginModalWindow .message a {
  font-weight: 600;
  color: #126eb5;
}
/* line 151, ../sass/include/_modal-windows.scss */
#loginModalWindow .message a:hover {
  text-decoration: underline;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 99, ../sass/include/_modal-windows.scss */
  #loginModalWindow {
    width: 95%;
  }
}
@media all and (max-width: 479px) {
  /* line 99, ../sass/include/_modal-windows.scss */
  #loginModalWindow {
    width: 100%;
  }
}

/* social login panel */
/* line 162, ../sass/include/_modal-windows.scss */
.socialLoginPanel {
  padding: 10px 20px 20px;
  font-size: 1em;
  margin: 0 auto;
  max-width: 328px;
}
/* line 167, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList {
  padding: 30px 0;
}
/* line 170, ../sass/include/_modal-windows.scss */
.socialLoginPanel .message {
  font-size: 0.8125em;
}
@media all and (min-width: 1024px) {
  /* line 175, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite {
    width: auto;
  }
}
/* line 179, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite li {
  float: left;
  width: 30%;
  font-size: 15px;
}
/* line 183, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite li.facebookColor {
  margin: 0 3%;
}
@media all and (max-width: 1023px) {
  /* line 179, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  /* line 190, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li.facebookColor {
    margin: 0;
  }
  /* line 193, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li.inviteLink {
    display: none;
  }
}
/* line 198, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite .copyLabel {
  float: left;
  height: 100%;
  width: 34%;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  margin-right: 1%;
}
/* line 207, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite input#copyInput {
  font-size: 0.875em;
  padding: 10px;
  height: 100%;
  margin: 0;
  width: 64%;
  text-transform: lowercase;
  border: 1px solid grey;
}
@media (max-width: 766px) {
  /* line 218, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize {
    width: 178px;
  }
  /* line 221, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li {
    float: left;
    margin: 0 10px;
  }
  /* line 225, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li.facebookColor {
    margin: 0;
  }
  /* line 229, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li .loginText {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 218, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize {
    padding: 13px 0;
  }
}
/* line 237, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.isWrapped {
  width: 110px;
}
/* line 240, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li {
  float: none;
  height: 45px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0px;
}
/* line 248, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.separator {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 10px 0 0;
  line-height: 22px;
  cursor: default;
}
/* line 255, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.separator:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
/* line 267, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.separator .or {
  border: none;
  z-index: 1;
  background-color: #fff;
  padding: 5px 20px;
}
/* line 274, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.facebookColor {
  background-color: #3b5999;
  margin: 10px 0;
}
/* line 278, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.googleColor {
  margin-left: 0;
  background-color: #db4437;
}
/* line 282, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.twitterColor {
  margin-left: 0;
  background-color: #59c7fc;
}
/* line 286, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.yahooColor {
  background-color: #7b0099;
  display: none;
  /*remove this when adding yahoo back, also change .socialList width */
}
/* line 290, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.pbsColor {
  background-color: #00aaeb;
}
/* line 293, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li:last-child {
  margin-right: 0;
}
/* line 297, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 6px 8px;
  float: left;
  line-height: 34px;
  text-align: center;
}
/* line 305, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon:before {
  font-size: 30px;
  color: #fff;
}
/* line 311, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginText {
  display: block;
  float: left;
  color: #fff;
  line-height: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  margin-top: 4px;
}

/* line 326, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow {
  width: 428px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 330, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .modalContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 22px 20px;
  color: #4f5154;
}
/* line 337, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .message {
  font-size: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.375em;
}
/* line 341, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .message a {
  color: #1264b5;
}
/* line 345, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .footnote {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #676666;
  font-size: 0.8125em;
  line-height: 1.38462em;
}
@media all and (max-width: 320px) {
  /* line 351, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .footnote.hideOnDevice {
    display: none;
  }
}
/* line 356, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #errorSubmitted {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: none;
}
/* line 360, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  margin: 25px 0;
  overflow: hidden;
}
/* line 365, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm label {
  font-size: 1em;
  line-height: 1.375em;
  float: left;
  margin-right: 10px;
}
/* line 371, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm select {
  font-size: 0.8125em;
  float: left;
  width: 300px;
  border: 1px solid #a5a5a5;
  padding: 2px;
}
/* line 378, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm .condTextBox {
  display: none;
  padding: 10px 0 0;
  clear: both;
}
/* line 383, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm .condTextBox textarea {
  height: 45px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 300px;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
}
@media all and (max-width: 479px) {
  /* line 383, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm .condTextBox textarea {
    width: 100%;
  }
}
/* line 393, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .buttons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: right;
  margin-top: 20px;
}
/* line 397, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .buttons button {
  float: left;
}
/* line 399, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .buttons button:last-child {
  margin-left: 14px;
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 326, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 408, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .modalContent {
    padding: 15px;
  }
  /* line 411, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm {
    margin: 10px 0;
  }
  /* line 420, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons {
    margin-top: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 326, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow {
    width: 100%;
    height: 100%;
  }
  /* line 428, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .modalContent {
    padding: 20px 15px;
    height: 100%;
  }
  /* line 432, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm {
    margin: 20px 0;
  }
  /* line 434, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm label {
    width: 100%;
    margin: 0 0 5px 0;
  }
  /* line 438, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm select {
    width: 100%;
  }
  /* line 442, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons {
    float: none;
  }
  /* line 444, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button {
    width: 49%;
  }
  /* line 446, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button.submitBtn {
    float: right;
  }
  /* line 449, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button.cancelBtn {
    float: left;
  }
  /* line 452, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button:last-child {
    margin-left: 0;
  }
  /* line 458, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #errorSubmitted .cancelBtn {
    float: right;
  }
}

/* line 466, ../sass/include/_modal-windows.scss */
#searchModal {
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 470, ../sass/include/_modal-windows.scss */
#searchModal .modalTitle {
  min-height: 52px;
}
/* line 473, ../sass/include/_modal-windows.scss */
#searchModal .modalContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 478, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs {
  display: block;
  margin: 10px 2%;
  overflow: hidden;
  min-height: 38px;
}
/* line 483, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs li {
  width: 30%;
  float: left;
  margin: 0 1.6%;
  background-color: #ebebeb;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}
/* line 491, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs li.activeTab {
  background-color: #9ac0d1;
  font-weight: bold;
}
/* line 494, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs li.activeTab a {
  color: #000;
}
/* line 500, ../sass/include/_modal-windows.scss */
#searchModal .modalSection {
  padding: 7px 3.6%;
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 504, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .videoTypesLinks {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 507, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .videoTypesLinks .removeFilterX {
  padding-right: 20px;
  font-size: 1.5em;
  color: #494a4a;
}
/* line 513, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .searchPageChapter {
  padding: 0;
  margin-top: 0;
  color: #000;
  display: none;
  border: none;
}
/* line 519, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .searchPageChapter.active {
  display: block;
}
/* line 523, ../sass/include/_modal-windows.scss */
#searchModal .modalSection li {
  margin-bottom: 20px;
}
@media all and (max-width: 599px) {
  /* line 466, ../sass/include/_modal-windows.scss */
  #searchModal {
    width: 100%;
    height: 100%;
  }
  /* line 531, ../sass/include/_modal-windows.scss */
  #searchModal .modalContent {
    height: 100%;
  }
}
@media all and (max-height: 480px) {
  /* line 466, ../sass/include/_modal-windows.scss */
  #searchModal {
    height: 100%;
  }
}

/* line 541, ../sass/include/_modal-windows.scss */
#localizeModalWindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 544, ../sass/include/_modal-windows.scss */
#localizeModalWindow .modalTitle {
  min-height: 52px;
}
/* line 547, ../sass/include/_modal-windows.scss */
#localizeModalWindow .modalContent {
  color: #303030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 557, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 36px 20px;
}
/* line 561, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode p {
  font-size: 1.0625em;
  line-height: 1.29412em;
}
/* line 566, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode .form {
  margin-top: 28px;
  overflow: hidden;
}
/* line 571, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode small {
  font-size: 0.75em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
/* line 578, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode #zipInput {
  width: 226px;
  height: 38px;
  border: 1px solid #a5a5a5;
  padding: 5px 10px;
  line-height: 38px;
  font-size: 0.75em;
  border-radius: 0;
  float: left;
}
/* line 589, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode .errorMsg {
  clear: both;
  color: red;
}
/* line 594, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode #getStations {
  width: 172px;
  margin-left: 10px;
}
/* line 600, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation {
  padding-bottom: 36px;
  color: #282829;
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 608, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList {
  overflow-y: auto;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 613, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem {
  border-top: 1px solid #d1d1d1;
  height: 80px;
  padding: 22px 20px;
  overflow: hidden;
  cursor: pointer;
}
/* line 619, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem:first-child {
  border-top: 0 none;
}
/* line 622, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem h3 {
  font-size: 1em;
  font-weight: bold;
  float: left;
}
/* line 627, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem span {
  font-size: 0.875em;
  font-style: italic;
  float: right;
}
/* line 632, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem p {
  font-size: 0.9375em;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  float: left;
  clear: both;
  margin-top: 8px;
}
/* line 643, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCodeTitle {
  display: none;
}
/* line 647, ../sass/include/_modal-windows.scss */
#localizeModalWindow #goBack {
  margin: 30px 0 0 20px;
  width: 114px;
  max-height: 38px;
  min-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media all and (max-width: 599px) {
  /* line 541, ../sass/include/_modal-windows.scss */
  #localizeModalWindow {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 660, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode {
    padding: 20px;
  }
  /* line 663, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode .errorMsg {
    margin-top: 6px;
  }
  /* line 667, ../sass/include/_modal-windows.scss */
  #localizeModalWindow .selectStation {
    padding-bottom: 0;
  }
  /* line 670, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #goBack {
    margin: 10px 0 10px 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 541, ../sass/include/_modal-windows.scss */
  #localizeModalWindow {
    height: 100% !important;
  }
  /* line 676, ../sass/include/_modal-windows.scss */
  #localizeModalWindow .selectStation {
    padding-bottom: 0;
  }
  /* line 679, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #goBack {
    margin: 10px 0 10px 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 687, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode #getStations {
    margin-left: 0;
  }
}

/* line 695, ../sass/include/_modal-windows.scss */
#plusModalWindow {
  min-width: 710px;
}
/* line 697, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent {
  padding: 30px;
  overflow: hidden;
}
/* line 700, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop {
  overflow: hidden;
}
/* line 702, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelText {
  width: 65%;
  float: left;
  line-height: 1.4em;
}
/* line 706, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelText span {
  font-weight: 500;
}
/* line 710, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelImage {
  width: 35%;
  float: right;
}
/* line 714, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelUrl {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-weight: bold;
  margin: 20px 0;
}
/* line 722, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons {
  width: 100%;
  overflow: hidden;
}
/* line 725, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons button {
  float: right;
  margin-left: 30px;
  min-width: 146px;
}
/* line 729, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons button.grey {
  background-color: #646464;
}

/* line 737, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 526px;
}
/* line 741, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .modalTitle {
  min-height: 52px;
}
/* line 744, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .modalContent {
  color: #303030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 751, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer,
.localizeModalWindowAuto #autoSelectStation,
.localizeModalWindowAuto .modalBottomContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 757, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer {
  padding: 20px;
  overflow: hidden;
  min-height: 152px;
}
/* line 762, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer p {
  font-size: 0.938em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  margin-top: 15px;
}
/* line 767, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer p .paragraph {
  display: block;
  margin-top: 10px;
}
/* line 772, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText {
  width: 70%;
  float: left;
}
/* line 776, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer .modalStationImage {
  float: right;
}
/* line 780, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation {
  color: #282829;
  display: none;
  overflow-y: auto;
}
/* line 786, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
/* line 789, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem {
  border-top: 1px solid #d1d1d1;
  height: 80px;
  padding: 22px 20px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
/* line 797, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem.active {
  background: #cbe1ea;
}
/* line 800, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem:first-child {
  border-top: 0 none;
}
/* line 803, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 {
  font-size: 1em;
  font-weight: bold;
  float: left;
}
/* line 808, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.commonName {
  display: none;
}
@media all and (max-width: 767px) {
  /* line 813, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.commonName {
    display: block;
  }
  /* line 816, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.flagship {
    display: none;
  }
}
/* line 821, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem span {
  font-size: 0.875em;
  font-style: italic;
  float: right;
}
/* line 826, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem p {
  font-size: 0.9375em;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  float: left;
  clear: both;
  margin-top: 8px;
}
/* line 836, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button {
  margin: 20px;
}
/* line 838, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button.modalMoreStations {
  float: left;
}
/* line 841, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button.modalConfirmStaion {
  float: right;
}
/* line 845, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .modalBottomContainer {
  overflow: hidden;
  min-height: 80px;
  max-height: 80px;
}
@media all and (max-width: 767px) {
  /* line 737, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    width: 100% !important;
    height: 61% !important;
    position: fixed;
    bottom: 0;
  }
  /* line 858, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalTitle {
    min-height: 38px;
    padding: 10px 14px;
  }
  /* line 861, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalTitle h2 {
    font-size: 1em;
  }
  /* line 865, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    min-height: 80px;
    max-height: 80px;
    padding: 10px 15px;
  }
  /* line 869, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer h3 {
    display: none;
  }
  /* line 872, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText {
    width: 100%;
    font-size: 0.85em;
  }
  /* line 875, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText p {
    margin-top: 5px;
  }
  /* line 877, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText p .paragraph {
    display: inline-block;
    margin-top: 0px;
  }
  /* line 884, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalStationImage {
    display: none;
  }
  /* line 889, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem {
    height: 48px;
    padding: 18px 20px 0;
  }
  /* line 892, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem p {
    display: none;
  }
  /* line 898, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer {
    min-height: 64px;
    max-height: 46px;
  }
  /* line 901, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button {
    margin: 12px 15px;
  }
}
@media all and (max-width: 479px) {
  /* line 908, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button {
    margin: 12px 10px;
    font-size: 15px;
  }
  /* line 911, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button:first-child {
    margin-right: 0;
  }
  /* line 914, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button:last-child {
    margin-left: 0;
  }
}
@media all and (max-height: 320px) {
  /* line 737, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    height: 73% !important;
  }
  /* line 923, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    display: none;
  }
  /* line 925, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer p {
    display: none;
  }
}
@media all and (max-height: 460px) and (min-height: 319px) {
  /* line 932, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    min-height: 105px;
    padding: 10px 20px;
  }
  /* line 936, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer p .paragraph {
    display: inline;
    margin: 0;
  }
  /* line 941, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .modalStationImage {
    width: 15%;
  }
}
@media all and (max-height: 768px) {
  /* line 737, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    height: 80% !important;
  }
}

/* line 953, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto {
  display: block;
  min-height: 400px;
}
/* line 956, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalTitle {
  height: 10%;
}
/* line 959, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent {
  height: 90%;
  display: block;
}
/* line 963, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent .autoLocalizationContainer {
  height: 30%;
  min-height: 0;
}
/* line 968, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent .modalBottomContainer {
  clear: both;
}
/* line 972, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent #autoSelectStation {
  height: 40%;
  float: left;
  width: 100%;
}
/* line 977, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent #autoSelectStation .stationsList {
  height: 100%;
}

/* line 986, ../sass/include/_modal-windows.scss */
#loadingOverlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
}
/* line 994, ../sass/include/_modal-windows.scss */
#loadingOverlay .window {
  background: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 170px;
  height: 90px;
  position: absolute;
  font-size: 0.75em;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -45px;
  text-align: center;
  font-weight: bold;
  color: #d0d1d1;
}
/* line 1008, ../sass/include/_modal-windows.scss */
#loadingOverlay .window .loading {
  height: 60px;
  width: 100%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 165px 15px;
}

/* line 1019, ../sass/include/_modal-windows.scss */
.tooltip {
  position: absolute;
  width: 270px;
  z-index: 999;
  margin-top: -5px;
}
/* line 1024, ../sass/include/_modal-windows.scss */
.tooltip .message {
  background-color: #fff;
  color: #222;
  line-height: 1.5em;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
/* line 1034, ../sass/include/_modal-windows.scss */
.tooltip .indicator {
  width: 100%;
  background-image: url(../img/popup_indicator.png);
  background-position: 247px 0;
  background-repeat: no-repeat;
  background-size: 17px 9px;
  height: 9px;
}

/* line 1044, ../sass/include/_modal-windows.scss */
#autolocalizationOverlay {
  background-color: rgba(0, 0, 0, 0.55);
}

/* line 1, ../sass/include/_404.scss */
#content500 {
  padding-bottom: 45px;
}

/* line 4, ../sass/include/_404.scss */
#content404 {
  padding: 60px 0 75px;
  /* 768 breakpoint */
  /* 320 breakpoint */
}
/* line 6, ../sass/include/_404.scss */
#content404 p {
  width: 81%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1875em;
  line-height: 1.4em;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
/* line 14, ../sass/include/_404.scss */
#content404 .searchContainer {
  margin: 50px auto 0;
  width: 310px;
  position: relative;
}
/* line 18, ../sass/include/_404.scss */
#content404 .searchContainer form {
  margin: 0;
}
/* line 19, ../sass/include/_404.scss */
#content404 .searchContainer input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  margin: 0;
}
/* line 26, ../sass/include/_404.scss */
#content404 .searchContainer button {
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 5px;
  background: url(../img/search-icon.png) no-repeat center center;
  height: 28px;
  width: 28px;
  border: 0 none;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 40, ../sass/include/_404.scss */
  #content404 p {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  /* line 4, ../sass/include/_404.scss */
  #content404 {
    padding: 30px 0;
  }
  /* line 46, ../sass/include/_404.scss */
  #content404 p {
    font-size: 0.9375em;
  }
  /* line 47, ../sass/include/_404.scss */
  #content404 .searchContainer {
    margin: 30px auto 0;
  }
  /* line 49, ../sass/include/_404.scss */
  #content404 .searchContainer input {
    height: 28px;
    line-height: 28px;
  }
  /* line 53, ../sass/include/_404.scss */
  #content404 .searchContainer button {
    top: 2px;
  }
}

/* Featured Programs List */
/* line 59, ../sass/include/_404.scss */
.featuredPrograms404 {
  overflow: hidden;
  padding: 28px 28px 0;
  /* 768 breakpoint */
  /* 320 breakpoint */
}
/* line 62, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem {
  width: 15.52287581699346%;
  float: left;
  margin-bottom: 38px;
  margin-right: 5.5%;
  position: relative;
}
/* line 68, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem:nth-child(5n) {
  margin-right: 0;
}
/* line 69, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .image {
  margin-bottom: 8px;
  float: left;
  max-width: 100%;
}
/* line 74, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 0 0 0;
}
/* line 80, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .title a {
  color: #707070;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: inherit;
}
@media all and (min-width: 768px) and (max-width: 1259px) {
  /* line 59, ../sass/include/_404.scss */
  .featuredPrograms404 {
    padding: 44px 20px 0;
  }
  /* line 91, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem {
    float: left;
    margin: 0 6.7% 75px 0;
    width: 19.91758241758242%;
  }
  /* line 95, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:nth-child(5n) {
    margin-right: 6.7%;
  }
  /* line 96, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 59, ../sass/include/_404.scss */
  .featuredPrograms404 {
    padding: 0;
  }
  /* line 103, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem {
    background-color: #343434;
    border-top: 1px dashed #555555;
    border-bottom: 1px dashed #181818;
    float: left;
    margin: 0;
    width: 100%;
  }
  /* line 110, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:first-child {
    border-top: 0 none;
  }
  /* line 111, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:last-child {
    border-bottom: 0 none;
  }
  /* line 112, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem .image {
    width: 43.75%;
    margin: 0 15px 0 0;
  }
  /* line 116, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem .title {
    clear: none;
    margin-top: 35px;
    padding-right: 10px;
  }
}

/* line 1, ../sass/include/_search.scss */
.searchPageChapter {
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding-top: 15px;
  font-size: 0.9375em;
}
/* line 6, ../sass/include/_search.scss */
.searchPageChapter:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 12, ../sass/include/_search.scss */
.searchPageChapter .searchContainer input {
  margin: 0;
}
/* line 14, ../sass/include/_search.scss */
.searchPageChapter .searchTitle {
  font-size: 17px;
}
/* line 15, ../sass/include/_search.scss */
.searchPageChapter .searchContainer {
  margin-top: 10px;
}
/* line 17, ../sass/include/_search.scss */
.searchPageChapter .searchContainer input {
  width: 100%;
}
/* line 21, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks {
  margin-top: 10px;
}
/* line 23, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks li span {
  border-left: 1px solid #ccc;
  margin-left: 7px;
  padding-left: 7px;
}
/* line 28, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .moreLinks {
  padding: 15px 0;
}
/* line 29, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .linkDropdown {
  margin-left: 10px;
  background-color: #444;
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* line 36, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .hiddenLink {
  display: none;
}
/* line 37, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .removeFilterX {
  font-size: 24px;
  line-height: 15px;
  font-weight: bold;
  vertical-align: top;
}

/* line 45, ../sass/include/_search.scss */
#searchIndex {
  clear: left;
  color: #222;
}
/* line 48, ../sass/include/_search.scss */
#searchIndex .topSection {
  font-weight: bold;
}

/* line 50, ../sass/include/_search.scss */
.doubleDropdown {
  border-left: none !important;
}
/* line 51, ../sass/include/_search.scss */
.doubleDropdown:before {
  font-family: 'icons';
  content: '\0043';
  font-size: 17px;
  padding-left: 5px;
}

/* line 59, ../sass/include/_search.scss */
.smallerSearchBar {
  display: none;
  overflow: hidden;
  padding: 20px;
}
/* line 63, ../sass/include/_search.scss */
.smallerSearchBar .smallerInputSearch {
  overflow: hidden;
}
/* line 65, ../sass/include/_search.scss */
.smallerSearchBar .smallerInputSearch .searchTitle {
  float: left;
  line-height: 32px;
}
/* line 69, ../sass/include/_search.scss */
.smallerSearchBar .smallerInputSearch .searchContainer {
  display: inline-block;
  float: left;
}
@media all and (max-width: 479px) {
  /* line 69, ../sass/include/_search.scss */
  .smallerSearchBar .smallerInputSearch .searchContainer {
    width: 60%;
  }
}
/* line 74, ../sass/include/_search.scss */
.smallerSearchBar .smallerInputSearch input {
  font-size: 0.9375em;
  margin-bottom: 0;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  /* line 59, ../sass/include/_search.scss */
  .smallerSearchBar {
    display: block;
    height: 72px;
  }
}

/* line 86, ../sass/include/_search.scss */
.smallerShowFilter {
  float: right;
  color: #1264b5;
  cursor: pointer;
  line-height: 33px;
}
/* line 91, ../sass/include/_search.scss */
.smallerShowFilter.isWrapped {
  line-height: 16px;
}
@media all and (max-width: 479px) {
  /* line 93, ../sass/include/_search.scss */
  .smallerShowFilter .filterText {
    display: none;
  }
}

/* line 96, ../sass/include/_search.scss */
.programItem {
  width: 20%;
  float: left;
  margin-right: 6.6%;
  list-style-type: none;
}
/* line 101, ../sass/include/_search.scss */
.programItem:last-child {
  margin-right: 0;
}
/* line 102, ../sass/include/_search.scss */
.programItem img {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.37);
}
/* line 105, ../sass/include/_search.scss */
.programItem .programTitle {
  text-decoration: none;
  font-size: 0.875em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 10px;
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  clear: both;
  color: #707070;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
/* line 118, ../sass/include/_search.scss */
.programItem .programTitle a {
  color: inherit;
}
@media all and (max-width: 1023px) {
  /* line 96, ../sass/include/_search.scss */
  .programItem {
    width: 40%;
    margin-right: 18.12%;
    margin-bottom: 20px;
  }
  /* line 124, ../sass/include/_search.scss */
  .programItem:nth-child(even) {
    margin-right: 0;
  }
}

/* line 127, ../sass/include/_search.scss */
.resultContent {
  overflow: hidden;
}
/* line 129, ../sass/include/_search.scss */
.resultContent.programsContent {
  padding: 0 4%;
  margin-bottom: 45px;
}
/* line 133, ../sass/include/_search.scss */
.resultContent.shopContent {
  padding: 0 4%;
}
@media all and (max-width: 1259px) {
  /* line 133, ../sass/include/_search.scss */
  .resultContent.shopContent {
    padding: 0 15px 15px 0;
  }
}
@media all and (max-width: 767px) {
  /* line 133, ../sass/include/_search.scss */
  .resultContent.shopContent {
    padding: 0 2%;
  }
}
@media all and (max-width: 767px) {
  /* line 127, ../sass/include/_search.scss */
  .resultContent {
    padding: 0 2%;
  }
}

/* line 140, ../sass/include/_search.scss */
.shopItem {
  width: 46%;
  float: left;
  list-style-type: none;
  background-color: #fff;
  padding: 20px;
  padding-top: 3px;
}
/* line 148, ../sass/include/_search.scss */
.shopItem .image img {
  width: 30%;
  float: left;
}
@media all and (max-width: 599px) {
  /* line 148, ../sass/include/_search.scss */
  .shopItem .image img {
    display: none;
  }
}
/* line 153, ../sass/include/_search.scss */
.shopItem .image span {
  max-width: 30%;
  padding-top: 20%;
}
/* line 158, ../sass/include/_search.scss */
.shopItem .shopTitle {
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 15px;
}
/* line 167, ../sass/include/_search.scss */
.shopItem .shopDescription {
  float: right;
  width: 60%;
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8125em;
  color: #222;
  line-height: 1.38462em;
  font-weight: normal;
  height: 4.155em;
}
@media all and (max-width: 599px) {
  /* line 167, ../sass/include/_search.scss */
  .shopItem .shopDescription {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 140, ../sass/include/_search.scss */
  .shopItem {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}
/* line 188, ../sass/include/_search.scss */
.shopItem:last-child {
  float: right;
}
/* line 189, ../sass/include/_search.scss */
.shopItem:first-child {
  float: left;
}

/* line 1, ../sass/include/_viral-player.scss */
#topBar {
  background: #0d0d0d;
  padding: 10px 20px;
}
/* line 4, ../sass/include/_viral-player.scss */
#topBar .pbsLogo {
  float: left;
}
/* line 6, ../sass/include/_viral-player.scss */
#topBar .pbsLogo .nationalLogo {
  background: url("../img/viral_player_sprite.png") no-repeat 0 -104px;
  width: 114px;
  height: 26px;
  display: block;
}
/* line 13, ../sass/include/_viral-player.scss */
#topBar .topIcons {
  float: right;
  margin-top: 5px;
}
/* line 16, ../sass/include/_viral-player.scss */
#topBar .topIcons .item {
  float: left;
  margin-left: 20px;
  background: url("../img/viral_player_sprite.png") no-repeat;
  cursor: pointer;
}
/* line 21, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.info {
  width: 16px;
  height: 16px;
  background-position: -3px 0;
}
/* line 25, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.info:hover, #topBar .topIcons .item.info.active {
  background-position: -28px 0;
}
/* line 27, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.embed {
  margin-top: 3px;
  width: 23px;
  height: 13px;
  background-position: 0 -26px;
}
/* line 32, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.embed:hover, #topBar .topIcons .item.embed.active {
  background-position: -25px -25px;
}
/* line 34, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.share {
  width: 14px;
  height: 16px;
  background-position: -4px -52px;
}
/* line 38, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.share:hover, #topBar .topIcons .item.share.active {
  background-position: -29px -51px;
}
/* line 40, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.buy {
  margin-top: 2px;
  width: 20px;
  height: 14px;
  background-position: -1px -81px;
}
/* line 45, ../sass/include/_viral-player.scss */
#topBar .topIcons .item.buy:hover, #topBar .topIcons .item.buy.active {
  background-position: -26px -80px;
}
@media all and (max-width: 479px) {
  /* line 1, ../sass/include/_viral-player.scss */
  #topBar {
    padding: 10px;
  }
}

/* line 51, ../sass/include/_viral-player.scss */
#iframePlayer {
  position: relative;
}
/* line 53, ../sass/include/_viral-player.scss */
#iframePlayer .program {
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #fff;
}
/* line 57, ../sass/include/_viral-player.scss */
#iframePlayer .program a {
  color: #fff;
}
/* line 59, ../sass/include/_viral-player.scss */
#iframePlayer .program a:hover {
  color: #efefef;
}
/* line 62, ../sass/include/_viral-player.scss */
#iframePlayer .title {
  font-size: 1.125em;
  line-height: 1.66667em;
  font-weight: normal;
}
/* line 67, ../sass/include/_viral-player.scss */
#iframePlayer .infos {
  font-size: 0.8125em;
  font-weight: bold;
  font-style: italic;
  color: #929191;
  line-height: 20px;
}
/* line 74, ../sass/include/_viral-player.scss */
#iframePlayer .header {
  margin-bottom: 20px;
}
@media all and (max-width: 479px) {
  /* line 74, ../sass/include/_viral-player.scss */
  #iframePlayer .header {
    margin-bottom: 10px;
  }
}
/* line 77, ../sass/include/_viral-player.scss */
#iframePlayer .header .header-title {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
}
/* line 83, ../sass/include/_viral-player.scss */
#iframePlayer .header .header-title a {
  text-transform: none;
}
/* line 85, ../sass/include/_viral-player.scss */
#iframePlayer .header .closeTab {
  float: right;
  color: #1264b5;
  font-size: 0.8125em;
  line-height: 14px;
  font-weight: bold;
  cursor: pointer;
}

/* line 95, ../sass/include/_viral-player.scss */
.viralPlayerDescription {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 20px 10px;
}
/* line 102, ../sass/include/_viral-player.scss */
.viralPlayerDescription.hide {
  display: none;
}

/* line 104, ../sass/include/_viral-player.scss */
#playerInfoScreen,
.viralEndScreen,
.viralPlayerRelated,
#playerShareScreen,
#playerEmbedScreen,
#playerBuyScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  padding: 20px;
  display: none;
}
@media all and (max-width: 479px) {
  /* line 104, ../sass/include/_viral-player.scss */
  #playerInfoScreen,
  .viralEndScreen,
  .viralPlayerRelated,
  #playerShareScreen,
  #playerEmbedScreen,
  #playerBuyScreen {
    padding: 10px;
  }
}
/* line 119, ../sass/include/_viral-player.scss */
#playerInfoScreen.active,
.viralEndScreen.active,
.viralPlayerRelated.active,
#playerShareScreen.active,
#playerEmbedScreen.active,
#playerBuyScreen.active {
  display: block;
}

/* line 125, ../sass/include/_viral-player.scss */
#playerInfoScreen .title {
  font-size: 1.375em;
  margin-bottom: 0.75em;
}
/* line 126, ../sass/include/_viral-player.scss */
#playerInfoScreen .description {
  font-size: 0.875em;
  margin-bottom: 0.75em;
}
/* line 127, ../sass/include/_viral-player.scss */
#playerInfoScreen .infos li {
  float: left;
  border-right: 1px solid #929191;
  margin-right: 0.75em;
  padding-right: 0.75em;
  font-style: normal;
}
/* line 133, ../sass/include/_viral-player.scss */
#playerInfoScreen .infos li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/* line 139, ../sass/include/_viral-player.scss */
#playerInfoScreen .ccIcon {
  position: relative;
}

/* line 142, ../sass/include/_viral-player.scss */
#playerShareScreen {
  color: #b6b6b7;
}
/* line 144, ../sass/include/_viral-player.scss */
#playerShareScreen a {
  color: #b6b6b7;
}
/* line 146, ../sass/include/_viral-player.scss */
#playerShareScreen a:hover {
  color: #fff;
}
/* line 149, ../sass/include/_viral-player.scss */
#playerShareScreen ul {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  color: #b6b6b7;
  width: 340px;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  /* line 149, ../sass/include/_viral-player.scss */
  #playerShareScreen ul {
    width: 350px;
  }
}
/* line 161, ../sass/include/_viral-player.scss */
#playerShareScreen ul li {
  float: left;
  font-size: 0.8125em;
  line-height: 15px;
  font-weight: bold;
  margin-right: 20px;
}
@media all and (max-width: 1023px) {
  /* line 161, ../sass/include/_viral-player.scss */
  #playerShareScreen ul li {
    line-height: 20px;
  }
}
/* line 168, ../sass/include/_viral-player.scss */
#playerShareScreen ul li:last-child, #playerShareScreen ul li.last {
  margin-right: 0;
}
/* line 171, ../sass/include/_viral-player.scss */
#playerShareScreen .shareIcon {
  float: left;
}
/* line 173, ../sass/include/_viral-player.scss */
#playerShareScreen .shareIcon.twitter, #playerShareScreen .shareIcon.email, #playerShareScreen .shareIcon.google {
  margin-right: 5px;
}
@media all and (max-width: 1023px) {
  /* line 175, ../sass/include/_viral-player.scss */
  #playerShareScreen .shareIcon.email {
    background-position: -166px 0px;
    width: 26px;
  }
}

/* line 184, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-chapter-title {
  font-weight: bold;
  clear: both;
  margin-bottom: 5px;
}
/* line 189, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel {
  padding: 16px 20px 20px;
  position: relative;
  width: 370px;
  float: left;
}
/* line 195, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .controls a {
  position: absolute;
  z-index: 10;
  top: 35%;
  width: 14px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
/* line 206, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .controls .leftArrow,
#playerEmbedScreen .chapter-carousel .controls .rightArrow {
  background-image: url(../img/arrows_sprite_48_60white.png);
}
/* line 210, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .controls .leftArrow {
  left: 0;
  background-position: 0 0;
}
/* line 214, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .controls .rightArrow {
  right: 0;
  background-position: -15px 0;
}
/* line 219, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container {
  margin: 0;
}
/* line 221, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item {
  width: 31.3%;
  float: left;
  display: none;
  margin: 0 3% 0 0;
}
/* line 226, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item.active {
  display: block;
}
/* line 227, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item:nth-child(3n) {
  margin-right: 0;
}
/* line 228, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item a {
  float: left;
  width: 100%;
}
/* line 231, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item a.selected {
  outline: 2px solid #5fc8ff;
}
/* line 233, ../sass/include/_viral-player.scss */
#playerEmbedScreen .chapter-carousel .container .item h4 {
  font-weight: normal;
  color: #FFF;
  clear: both;
}
@media all and (max-width: 479px) {
  /* line 189, ../sass/include/_viral-player.scss */
  #playerEmbedScreen .chapter-carousel {
    width: 100% !important;
  }
}
/* line 242, ../sass/include/_viral-player.scss */
#playerEmbedScreen .poster img {
  max-width: 40%;
  margin: 0 20px 20px 0;
}
@media all and (max-width: 479px) {
  /* line 242, ../sass/include/_viral-player.scss */
  #playerEmbedScreen .poster img {
    margin: 0 10px 5px 0;
  }
}
/* line 247, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-title {
  font-size: 0.9375em;
  font-weight: bold;
  color: #9e9e9e;
  margin-bottom: 10px;
}
@media all and (max-width: 320px) {
  /* line 254, ../sass/include/_viral-player.scss */
  #playerEmbedScreen .embed-chapter-title {
    font-size: 0.75em;
  }
}
/* line 256, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-description {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 20px;
}
/* line 261, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-description .duration, #playerEmbedScreen .embed-description .videoList .videoItem .plusSign, .videoList .videoItem #playerEmbedScreen .embed-description .plusSign {
  color: #9e9e9e;
}
@media all and (max-width: 520px) {
  /* line 256, ../sass/include/_viral-player.scss */
  #playerEmbedScreen .embed-description {
    margin-bottom: 5px;
    display: none;
  }
}
/* line 267, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options {
  clear: both;
  font-size: 0.75em;
  line-height: 22px;
}
/* line 271, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options > div {
  float: left;
}
/* line 272, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options input {
  margin: 0;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  border: none;
  background: #4a4b4b;
  color: #fff;
  border-radius: 0;
}
/* line 282, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options .width-box, #playerEmbedScreen .embed-options .height-box {
  margin-right: 10px;
}
/* line 284, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options .width-box input, #playerEmbedScreen .embed-options .height-box input {
  width: 34px;
  text-align: center;
}
/* line 286, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options .embed-text-box {
  position: relative;
}
/* line 288, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options .embed-text-box span {
  font-size: 0.75em;
  line-height: 13px;
  color: #9e9e9e;
  position: absolute;
  top: 25px;
  right: 0;
}
/* line 296, ../sass/include/_viral-player.scss */
#playerEmbedScreen .embed-options .embed-text-box input {
  width: 295px;
}
@media all and (max-width: 320px) {
  /* line 298, ../sass/include/_viral-player.scss */
  #playerEmbedScreen .embed-options .embed-text-box input {
    width: 135px;
  }
}

/* line 305, ../sass/include/_viral-player.scss */
.viralContinueWatching .message, .viralPlayerRelated .message, .partnerPlayerRelated .message {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: #b6b6b7;
  width: 350px;
  margin: 0 auto;
  font-size: 0.875em;
  color: #fff;
}
/* line 318, ../sass/include/_viral-player.scss */
.viralContinueWatching .message a, .viralPlayerRelated .message a, .partnerPlayerRelated .message a {
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  background: #1a698e;
}
/* line 327, ../sass/include/_viral-player.scss */
.viralContinueWatching .message a:hover, .viralPlayerRelated .message a:hover, .partnerPlayerRelated .message a:hover {
  background: #207DA8;
}

/* line 332, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos {
  margin-top: 10%;
}
/* line 334, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos img {
  float: none;
}
/* line 335, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos .item {
  width: 30%;
  float: left;
  margin: 0 1.53333%;
}
@media all and (max-width: 479px) {
  /* line 335, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .relatedVideos .item {
    width: 46%;
    display: none;
  }
  /* line 342, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .relatedVideos .item.item-1, .partnerPlayerRelated .relatedVideos .item.item-2 {
    display: block;
  }
}
/* line 345, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos .program {
  font-weight: bold;
  margin: 5px 0;
}
/* line 349, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos .videoTitle {
  font-size: 0.875em;
  max-height: 4em;
  overflow: hidden;
}
/* line 353, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .relatedVideos .videoTitle a {
  color: #fff;
}
/* line 356, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .message {
  position: static;
  width: 160px;
  margin-top: 30px;
  display: block;
}
@media all and (max-width: 599px) {
  /* line 356, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .message {
    margin-top: 0;
  }
}
@media all and (max-width: 479px) {
  /* line 356, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .message {
    display: none;
  }
}
/* line 364, ../sass/include/_viral-player.scss */
.partnerPlayerRelated .header-close {
  display: none;
}
@media all and (max-width: 479px) {
  /* line 364, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .header-close {
    display: block;
  }
}

/* line 370, ../sass/include/_viral-player.scss */
#playerBuyScreen {
  font-weight: bold;
  color: #fff;
}
/* line 374, ../sass/include/_viral-player.scss */
#playerBuyScreen .shopLogo {
  background: url("../img/viral_player_sprite.png") no-repeat 0 -134px;
  width: 135px;
  height: 44px;
}
/* line 379, ../sass/include/_viral-player.scss */
#playerBuyScreen .shopLogo, #playerBuyScreen .message {
  margin-bottom: 10px;
}
/* line 380, ../sass/include/_viral-player.scss */
#playerBuyScreen li {
  float: left;
  margin-right: 10px;
}
/* line 383, ../sass/include/_viral-player.scss */
#playerBuyScreen li a {
  color: #fff;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  background: #1a698e;
  display: block;
}
/* line 389, ../sass/include/_viral-player.scss */
#playerBuyScreen li a:hover {
  background: #207DA8;
}

/* line 394, ../sass/include/_viral-player.scss */
#bottomInfoBar {
  background: #fcfcfc;
  font-size: 0.75em;
  color: #505050;
  text-align: center;
  padding: 15px 20px;
}
@media all and (max-width: 479px) {
  /* line 394, ../sass/include/_viral-player.scss */
  #bottomInfoBar {
    padding: 10px;
  }
}

/* line 2, ../sass/include/_cc_conf.scss */
#ccSettings {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 12, ../sass/include/_cc_conf.scss */
#ccSettings.showInPage {
  display: block;
  position: static;
  background: #2e2e2e;
}
/* line 16, ../sass/include/_cc_conf.scss */
#ccSettings.showInPage #ccSettingsContent {
  width: 100%;
  height: 100%;
  position: static;
  padding-bottom: 15px;
}

/* line 23, ../sass/include/_cc_conf.scss */
#ccSettingsContent {
  background: #fff;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  position: relative;
  overflow: hidden;
}
/* line 31, ../sass/include/_cc_conf.scss */
#ccSettingsContent .header {
  overflow: hidden;
  background-color: #707070;
  padding: 20px 15px 15px 15px;
}
/* line 35, ../sass/include/_cc_conf.scss */
#ccSettingsContent .header .header-title {
  float: left;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}
/* line 41, ../sass/include/_cc_conf.scss */
#ccSettingsContent .header .header-close {
  float: right;
  color: #FFF;
  font-size: 2em;
  line-height: 14px;
  font-weight: bold;
  cursor: pointer;
}
/* line 50, ../sass/include/_cc_conf.scss */
#ccSettingsContent .message {
  padding: 15px;
}
/* line 52, ../sass/include/_cc_conf.scss */
#ccSettingsContent .message h3 {
  font-size: 0.875em;
  margin-bottom: .5em;
  color: #4b4b4b;
  clear: left;
}

/* line 60, ../sass/include/_cc_conf.scss */
#ccPreview {
  background: url(../img/preview_background.png) no-repeat 0 0;
  padding: 15px;
  border: 1px solid #3f3f3f;
  font-size: 0.9375em;
  line-height: 1;
  font-family: Arial;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
}
/* line 71, ../sass/include/_cc_conf.scss */
#ccPreview.none {
  display: block !important;
}
/* line 72, ../sass/include/_cc_conf.scss */
#ccPreview.dropshadow {
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 1px;
}
/* line 73, ../sass/include/_cc_conf.scss */
#ccPreview.raised {
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px, rgba(0, 0, 0, 0.8) 0px 1px 5px, rgba(0, 0, 0, 0.8) 0px 2px 5px;
}
/* line 74, ../sass/include/_cc_conf.scss */
#ccPreview.depressed {
  text-shadow: rgba(0, 0, 0, 0.8) 0px -2px 1px;
}
/* line 75, ../sass/include/_cc_conf.scss */
#ccPreview.uniform {
  text-shadow: rgba(0, 0, 0, 0.8) -2px 0px 1px, rgba(0, 0, 0, 0.8) 2px 0px 1px, rgba(0, 0, 0, 0.8) 0px -2px 1px, rgba(0, 0, 0, 0.8) 0px 2px 1px, rgba(0, 0, 0, 0.8) -1px 1px 1px, rgba(0, 0, 0, 0.8) 1px 1px 1px, rgba(0, 0, 0, 0.8) 1px -1px 1px, rgba(0, 0, 0, 0.8) 1px 1px 1px;
}

/* line 77, ../sass/include/_cc_conf.scss */
#previewWindowColor {
  border: 7px solid #0000FF;
  -moz-border-radius: 7px / 7px;
  -webkit-border-radius: 7px 7px;
  border-radius: 7px / 7px;
  display: inline-block;
}

/* line 82, ../sass/include/_cc_conf.scss */
#previewText {
  background-color: #000000;
  display: inline-block;
  padding: 10px;
}

/* line 87, ../sass/include/_cc_conf.scss */
#ccConf {
  margin: 15px 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
/* line 93, ../sass/include/_cc_conf.scss */
#ccConf select {
  padding: 4px 0;
}
/* line 96, ../sass/include/_cc_conf.scss */
#ccConf .column {
  float: left;
  width: 33.333%;
}
@media all and (max-width: 767px) {
  /* line 96, ../sass/include/_cc_conf.scss */
  #ccConf .column {
    width: 100%;
  }
}
/* line 103, ../sass/include/_cc_conf.scss */
#ccConf .options {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 106, ../sass/include/_cc_conf.scss */
#ccConf .options li {
  float: left;
  margin: 0 5px 5px 0;
}
/* line 110, ../sass/include/_cc_conf.scss */
#ccConf .options span {
  background-color: #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  cursor: pointer;
}
/* line 121, ../sass/include/_cc_conf.scss */
#ccConf .options span.black {
  background-color: #000000;
  width: 30px;
  border: 1px solid #fff;
}
/* line 122, ../sass/include/_cc_conf.scss */
#ccConf .options span.white {
  background-color: #FFFFFF;
  width: 30px;
  border: 1px solid #000;
}
/* line 123, ../sass/include/_cc_conf.scss */
#ccConf .options span.red {
  background-color: #FF0000;
  width: 30px;
  border: 1px solid #fff;
}
/* line 124, ../sass/include/_cc_conf.scss */
#ccConf .options span.green {
  background-color: #00FF00;
  width: 30px;
  border: 1px solid #fff;
}
/* line 125, ../sass/include/_cc_conf.scss */
#ccConf .options span.blue {
  background-color: #0000FF;
  width: 30px;
  border: 1px solid #fff;
}
/* line 126, ../sass/include/_cc_conf.scss */
#ccConf .options span.yellow {
  background-color: #FFFF00;
  width: 30px;
  border: 1px solid #fff;
}
/* line 127, ../sass/include/_cc_conf.scss */
#ccConf .options span.magenta {
  background-color: #FF00FF;
  width: 30px;
  border: 1px solid #fff;
}
/* line 128, ../sass/include/_cc_conf.scss */
#ccConf .options span.bleumarine {
  background-color: #00FFFF;
  width: 30px;
  border: 1px solid #fff;
}
/* line 131, ../sass/include/_cc_conf.scss */
#ccConf .options.toggleOption span {
  color: #333;
}
/* line 134, ../sass/include/_cc_conf.scss */
#ccConf .options.toggleOption .active span {
  color: #5fc8ff;
}
/* line 139, ../sass/include/_cc_conf.scss */
#ccConf .colors .active span {
  border: 3px solid #1264b5;
  -moz-border-radius: 3px / 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px / 3px;
}
/* line 143, ../sass/include/_cc_conf.scss */
#ccConf select, #ccConf input {
  height: 30px;
  border: 1px solid #3f3f3f;
  margin-bottom: 0;
}
/* line 148, ../sass/include/_cc_conf.scss */
#ccConf select {
  width: 200px;
}
/* line 151, ../sass/include/_cc_conf.scss */
#ccConf input {
  width: 170px;
  float: left;
}
/* line 155, ../sass/include/_cc_conf.scss */
#ccConf .fontPreviews {
  float: left;
  height: 30px;
  line-height: 34px;
  margin-left: 5px;
}

/* line 162, ../sass/include/_cc_conf.scss */
#saveCC {
  float: right;
  font-weight: bold;
  cursor: pointer;
  margin-left: 17px;
}

/* line 168, ../sass/include/_cc_conf.scss */
#resetCC {
  float: right;
  font-weight: bold;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: 10px;
}

/* line 5, ../sass/include/_plus-landing.scss */
#plus-videos-top-block {
  height: 545px;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* line 12, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .left {
  width: 55%;
}
/* line 15, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .right {
  width: 45%;
  height: 100%;
  background: url(../img/marketing/1280/passport-images.png) no-repeat;
}
/* line 20, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .inline-plus, #plus-videos-top-block .videoList .videoItem .plusSign, .videoList .videoItem #plus-videos-top-block .plusSign, #plus-videos-top-block #heroCarousel .plusSign, #heroCarousel #plus-videos-top-block .plusSign {
  vertical-align: middle;
  margin-top: -5px;
}
@media all and (max-width: 599px) {
  /* line 20, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .inline-plus, #plus-videos-top-block .videoList .videoItem .plusSign, .videoList .videoItem #plus-videos-top-block .plusSign, #plus-videos-top-block #heroCarousel .plusSign, #heroCarousel #plus-videos-top-block .plusSign {
    margin-top: -3px;
  }
}
/* line 28, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .gigant-fixed-size {
  margin: -7px 5px 0 5px;
}
@media all and (max-width: 599px) {
  /* line 28, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .gigant-fixed-size {
    width: 30px;
    height: 30px;
    margin-top: -5px;
  }
}
/* line 37, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .block-title {
  font-size: 48px;
  line-height: 60px;
  color: #222;
  font-weight: 400;
  margin-bottom: 35px;
}
@media all and (max-width: 599px) {
  /* line 37, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .block-title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 479px) {
  /* line 37, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .block-title {
    padding: 0;
  }
}
/* line 54, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .block-title strong:after {
  content: '|';
  font-size: 40px;
  display: inline-block;
  color: #ccc;
  font-weight: 300;
  text-shadow: none;
  vertical-align: middle;
  margin: -15px 0 0 10px;
}
@media (max-width: 1279px) {
  /* line 65, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 1023px) {
  /* line 65, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .container {
    padding: 0 120px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  /* line 65, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 479px) {
  /* line 65, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .container {
    padding: 0 19px;
  }
}
/* line 81, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .plainText {
  font-size: 18px;
  line-height: 28px;
}
/* line 84, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .plainText p {
  margin-bottom: 25px;
  color: #4b4b4b;
}
@media all and (max-width: 599px) {
  /* line 81, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .plainText {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 94, ../sass/include/_plus-landing.scss */
#plus-videos-top-block .button {
  display: inline-block;
  font-size: 22px;
  line-height: 55px;
  padding: 0 40px;
  height: 55px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  background: #23A9EE;
  border-radius: 3px;
}
@media all and (max-width: 1023px) {
  /* line 5, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    clear: both;
  }
  /* line 111, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .top, #plus-videos-top-block .bottom {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 121, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .left {
    width: 56.5%;
  }
  /* line 124, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .right {
    width: 43.5%;
    background: url(../img/marketing/1024/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 131, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .top {
    height: 610px;
  }
  /* line 134, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .bottom {
    height: 434px;
    background: url(../img/marketing/768/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 141, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .top {
    height: 580px;
  }
  /* line 144, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .bottom {
    height: 339px;
    background: url(../img/marketing/600/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 599px) {
  /* line 151, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .top {
    height: 465px;
  }
  /* line 154, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .bottom {
    height: 273px;
    background: url(../img/marketing/480/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 479px) {
  /* line 161, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .top {
    height: 567px;
  }
  /* line 164, ../sass/include/_plus-landing.scss */
  #plus-videos-top-block .bottom {
    height: 182px;
    background: url(../img/marketing/320/passport-images.png) no-repeat;
    background-size: cover;
  }
}

/* line 3, ../sass/mvod/_activate.scss */
._bullet {
  background-color: #4e4e4e;
  border-radius: 50%;
  float: left;
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
/* line 10, ../sass/mvod/_activate.scss */
._bullet.active {
  background-color: white;
}

/* line 16, ../sass/mvod/_activate.scss */
body.activate.white {
  background-color: #FFF;
  color: #413d3f;
}
/* line 20, ../sass/mvod/_activate.scss */
body.activate.white #headerPlus .headerPlusContainer img {
  border-right: 1px solid #bebebe;
}
/* line 26, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .activationForm.activationCode input {
  border: 1px solid grey;
}
/* line 32, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .congratsContainer button {
  background-color: #8ea5b0;
  color: #FFF;
}
/* line 37, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .congratsContainer .lookForPlus .plusCircle {
  background-color: rgba(220, 220, 220, 0.8);
  border: 3px solid #7f7f7f;
}
/* line 43, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody h4 {
  color: #413d3f;
}
/* line 46, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody label {
  color: #413d3f;
}
/* line 49, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody img.stationImage {
  border: 1px solid #bebebe;
}
/* line 52, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .mvodSupportTextActivation {
  color: #413d3f;
}
@media all and (max-width: 1023px) {
  /* line 60, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer {
    background-color: transparent;
  }
  /* line 62, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer h1 {
    background-color: #ededed;
  }
  /* line 65, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer img {
    border: 0;
  }
}

/* line 73, ../sass/mvod/_activate.scss */
#loadingOverlay .window .loading {
  background-image: url(../img/loading.gif);
}

/* line 79, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer {
  background-color: #E9E9E9;
  border-bottom: 1px solid #CCCCCC;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 85, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer .logoRight {
  float: right;
  padding: 30px 30px 20px 0;
}
/* line 89, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 {
  font-weight: normal;
  font-size: 2em;
  padding: 30px 0 20px 30px;
  margin: 0 0 0;
  font-weight: 300;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  float: left;
}
/* line 96, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 .inline-plus, #headerPlus .headerPlusContainer h1 .videoList .videoItem .plusSign, .videoList .videoItem #headerPlus .headerPlusContainer h1 .plusSign, #headerPlus .headerPlusContainer h1 #heroCarousel .plusSign, #heroCarousel #headerPlus .headerPlusContainer h1 .plusSign {
  vertical-align: middle;
}
/* line 99, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 .passport-separator {
  font-size: 28px;
  vertical-align: top;
  color: #ccc;
  text-shadow: none;
}
/* line 105, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 .mvodHighlight {
  background-color: #1264b5;
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px / 6px;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  padding: 5px 13px;
  font-size: 0.85em;
  color: #FFF;
  font-weight: 500;
}
@media all and (max-width: 599px) {
  /* line 89, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    font-size: 1.5em;
    padding: 20px;
  }
}
@media all and (max-width: 479px) {
  /* line 89, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    font-size: 1.125em;
  }
}
/* line 123, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer img {
  float: left;
  padding: 0px 0 0 20px;
  border-right: 1px solid #666;
  padding-right: 30px;
  margin: 17px 0;
  max-height: 60px;
}
@media all and (max-width: 1023px) {
  /* line 79, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer {
    background-color: transparent;
  }
  /* line 135, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    border: 0;
  }
  /* line 138, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    width: 100%;
    padding: 17px;
  }
}
@media all and (max-width: 599px) {
  /* line 145, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer .logoRight {
    margin: 14px 20px;
  }
  /* line 146, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    margin: 5px 0;
  }
}
@media all and (max-width: 479px) {
  /* line 150, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer .logoRight {
    margin: 15px 5px 4px 0;
    background-size: 90px 32px;
  }
  /* line 154, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    padding: 13px;
  }
  /* line 155, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    padding: 0px 0 0 10px;
  }
}

/* line 161, ../sass/mvod/_activate.scss */
#plusContainer .plusBody {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 75px;
  /* 320 breakpoint */
}
/* line 166, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.firstScreen {
  max-width: 700px;
}
/* line 169, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.lastScreen {
  padding-top: 0px;
  width: 100%;
  max-width: 100%;
}
/* line 174, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.inviteScreen {
  max-width: initial;
}
/* line 177, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm {
  margin: 0px auto 160px;
  padding: 0;
  overflow: hidden;
}
/* line 182, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm.socialLoginPanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 185, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer {
  float: left;
  width: 48.5%;
  padding: 0 45px 45px;
  position: relative;
}
/* line 190, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer div {
  padding: 10px 0 25px;
}
/* line 192, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer div img {
  float: none;
  background-color: white;
  margin: 0;
  padding: 20px;
}
/* line 200, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks {
  text-align: left;
  float: right;
  width: 51.5%;
  padding: 0 10px 50px 56px;
}
/* line 205, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks p {
  font-size: 1.1875em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 40px;
}
/* line 211, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks li {
  width: 100%;
  margin: 25px 0;
  height: 52px;
  padding: 4px;
}
/* line 216, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks li a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 222, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks button {
  height: 54px;
  max-width: 200px;
  width: 75%;
  margin: 20px auto;
  font-size: 1.1875em;
}
@media all and (min-width: 600px) {
  /* line 222, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button {
    margin-left: 0;
  }
}
/* line 232, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks button.confirmation {
  margin: 40px 0;
}
@media all and (max-width: 599px) {
  /* line 232, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button.confirmation {
    margin: 40px auto;
  }
}
/* line 239, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks .socialList {
  text-align: center;
  padding: 0;
}
@media all and (min-width: 600px) {
  /* line 239, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks .socialList {
    margin: 0;
  }
}
/* line 248, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportText {
  position: absolute;
  bottom: 5px;
  left: 44px;
  font-size: 0.875em;
  color: #999;
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 248, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSupportText {
    left: 30px;
  }
}
/* line 258, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportTextActivation {
  font-size: 0.875em;
  color: #a1a1a1;
  margin: 15px 0;
  text-align: left;
}
/* line 263, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportTextActivation.hidden {
  display: none;
}
@media all and (max-width: 599px) {
  /* line 258, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSupportTextActivation {
    font-size: 0.75em;
  }
}
/* line 271, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm.activationCode {
  max-width: 600px;
}
/* line 276, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroImage {
  width: 100%;
  background: url("../img/plus/welcome_page_plus.jpg") no-repeat;
  background-attachment: inherit;
  background-position: center center;
  height: 435px;
}
/* line 283, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .passport-separator {
  font-size: 54px;
  vertical-align: top;
  color: #ccc;
  text-shadow: none;
}
/* line 289, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroText {
  position: relative;
  top: 38%;
  margin: 0 auto;
  width: 75%;
}
/* line 294, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroText div {
  color: white;
  font-size: 61px;
  float: left;
  text-shadow: 2px 2px 3px #000000;
  font-weight: 500;
}
/* line 301, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
  margin-top: 15px;
  font-size: 1.375em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}
/* line 310, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships {
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
}
/* line 320, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
/* line 324, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsText {
  float: left;
  margin: 11px;
}
/* line 328, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsImages {
  float: left;
}
/* line 331, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsStations {
  float: right;
  display: none;
  margin-left: 10px;
  font-weight: bold;
}
/* line 337, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer img {
  margin: 0 6px;
  height: 39px;
  width: 78px;
}
/* line 343, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships span {
  overflow: hidden;
  float: left;
}
@media all and (max-width: 1023px) {
  /* line 351, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsImages {
    display: none;
  }
  /* line 352, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsStations {
    display: inline-block;
  }
}
/* line 356, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 360, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
  background: url("../img/plus/welcome_page_programs.jpg") no-repeat;
  background-attachment: inherit;
  background-position: center right;
  width: 75%;
  height: 170px;
  float: left;
}
/* line 368, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
  float: right;
  width: 25%;
  font-size: 1.3125em;
  padding: 14px 0 0 22px;
  line-height: 1.3em;
}
/* line 375, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 361px;
  height: 79px;
  overflow: hidden;
}
/* line 383, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .plusCircle {
  height: 79px;
  width: 79px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 3px solid white;
  float: left;
  position: relative;
  display: table;
}
/* line 392, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .plusCircle span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 397, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .plusCircle div {
  line-height: 1em;
  padding: 3px 6px;
  font-size: 14px;
  margin-left: 0;
}
/* line 404, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .dotsContainer {
  overflow: hidden;
  height: 81px;
  display: table-cell;
  vertical-align: middle;
}
/* line 410, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .text {
  width: 76%;
  display: table-cell;
  vertical-align: middle;
}
/* line 417, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5625em;
  color: #41aee3;
  margin: 75px auto;
  background-color: #1c1c1c;
  padding: 11px 34px;
  line-height: 1.3em;
  display: block;
  border: 0;
  height: auto;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 431, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
  }
  /* line 435, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 70%;
  }
  /* line 438, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    width: 30%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 445, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
  }
  /* line 448, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 56%;
    background-position: -361px 0;
    background-attachment: initial;
  }
  /* line 453, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    width: 44%;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 460, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
    top: 30%;
  }
  /* line 463, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div {
    font-size: 55px;
  }
  /* line 465, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
    font-size: 19px;
  }
  /* line 470, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroImage {
    background-size: 906px 308px;
    height: 308px;
  }
  /* line 474, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 50%;
    background-position: -213px 0;
    background-attachment: initial;
    background-size: 564px 100px;
  }
  /* line 480, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    display: none;
  }
  /* line 483, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    top: 10px;
  }
  /* line 486, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer button {
    margin: 10px auto 50px;
  }
}
@media all and (max-width: 599px) {
  /* line 492, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroImage {
    background-size: 560px 190px;
    height: 190px;
  }
  /* line 496, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 270px;
    top: 30%;
  }
  /* line 499, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div {
    font-size: 32px;
    float: left;
  }
  /* line 502, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
    margin-top: 15px;
    font-size: 0.875em;
  }
  /* line 508, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    display: none;
    height: 109px;
  }
  /* line 512, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    display: none;
  }
  /* line 515, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    position: static;
    margin: 50px auto 30px;
  }
}
@media all and (max-width: 479px) {
  /* line 521, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 270px;
  }
  /* line 524, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    width: 310px;
    margin: 45px auto 30px;
  }
  /* line 527, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .text {
    font-size: 15px;
    width: 83%;
  }
}
/* line 535, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .inviteFriendText {
  margin: 0 auto 60px;
  max-width: 536px;
  font-size: 1.1875em;
}
@media all and (max-width: 599px) {
  /* line 535, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .inviteFriendText {
    font-size: 1.0625em;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 545, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .inviteFriendInput {
  margin-bottom: 65px;
}
/* line 548, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .mvodInvitations {
  padding-top: 35px;
  padding-bottom: 50px;
}
/* line 552, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .mvodInvitationDetails {
  font-size: 1.125em;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid grey;
  font-weight: 600;
  overflow: hidden;
}
/* line 562, ../sass/mvod/_activate.scss */
#plusContainer .plusBody h4 {
  color: #FFF;
  font-size: 1em;
  line-height: 1.4em;
}
/* line 567, ../sass/mvod/_activate.scss */
#plusContainer .plusBody h3 {
  font-size: 1.4375em;
  line-height: 1.625em;
  font-weight: normal;
  margin-bottom: 40px;
}
/* line 573, ../sass/mvod/_activate.scss */
#plusContainer .plusBody img {
  margin: 10px 0 25px 0;
}
/* line 577, ../sass/mvod/_activate.scss */
#plusContainer .plusBody p {
  padding-top: 0;
  text-align: center;
}
/* line 582, ../sass/mvod/_activate.scss */
#plusContainer .plusBody input {
  float: left;
  margin-right: 3%;
  width: 57%;
  max-width: 1000px;
}
/* line 587, ../sass/mvod/_activate.scss */
#plusContainer .plusBody input.emails {
  text-transform: none;
  font-size: 16px;
}
/* line 592, ../sass/mvod/_activate.scss */
#plusContainer .plusBody label {
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0;
  margin-top: 35px;
  line-height: 1.7em;
}
@media all and (max-width: 599px) {
  /* line 592, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody label {
    font-size: 0.813em;
  }
}
/* line 605, ../sass/mvod/_activate.scss */
#plusContainer .plusBody button {
  margin: 0;
  height: 43px;
}
/* line 609, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.activationScreen {
  max-width: 640px;
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 161, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    width: 90%;
    padding-top: 40px;
  }
  /* line 616, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer {
    padding: 30px;
  }
  /* line 619, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks {
    padding: 0 5px 50px 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 627, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer button {
    margin-top: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 161, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    width: 100%;
    padding-top: 10px;
  }
  /* line 635, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody form {
    width: 80%;
    margin: 30px auto;
  }
  /* line 639, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p {
    width: 80%;
    margin: auto;
  }
  /* line 643, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p, #plusContainer .plusBody label {
    text-align: left;
    font-size: 1em;
  }
  /* line 647, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody input {
    float: none;
    width: 100%;
    margin: 0;
  }
  /* line 652, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody button {
    width: 70%;
    margin: 20px auto;
    margin-top: 30px;
  }
  /* line 657, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm {
    margin: 20px 0px 80px;
  }
  /* line 659, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm.socialLoginPanel {
    display: block;
  }
  /* line 662, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm.enterCode {
    margin: -22px 0 80px;
  }
  /* line 665, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer {
    position: static;
    float: none;
    width: 100%;
    padding: 25px 42px;
    max-width: 392px;
    margin: auto;
  }
  /* line 672, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer img {
    float: none;
  }
  /* line 676, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks {
    float: none;
    width: 100%;
    padding: 40px 10px;
  }
  /* line 680, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button {
    height: 50px;
  }
  /* line 682, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button.small {
    width: 55%;
  }
  /* line 686, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks p {
    font-size: 1em;
    margin-bottom: 0;
  }
  /* line 693, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer button {
    width: 240px;
    margin: 30px auto;
  }
  /* line 697, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .lookSymbol {
    font-size: 1em;
    margin-bottom: 0;
  }
  /* line 702, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody h4 {
    font-size: 0.8125em;
    line-height: 1em;
    margin-bottom: 0px;
  }
  /* line 707, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody h3 {
    font-size: 0.9375em;
    margin-bottom: 0;
  }
  /* line 711, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody img {
    margin: 10px 0 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 161, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    padding-top: 15px;
  }
  /* line 718, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p, #plusContainer .plusBody label {
    text-align: left;
    font-size: 1em;
  }
  /* line 722, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm {
    margin: 0px 0px 40px;
  }
}
/* line 726, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .plusMedium {
  font-weight: 500;
  font-size: 1.05em;
}
/* line 733, ../sass/mvod/_activate.scss */
#plusContainer label,
#plusContainer .select,
#plusContainer input {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
/* line 740, ../sass/mvod/_activate.scss */
#plusContainer .select,
#plusContainer input {
  border: 0;
  width: 100%;
  background: #fff;
  margin-bottom: 60px;
}
@media all and (max-width: 599px) {
  /* line 740, ../sass/mvod/_activate.scss */
  #plusContainer .select,
  #plusContainer input {
    margin-bottom: 20px;
  }
}
/* line 750, ../sass/mvod/_activate.scss */
#plusContainer .select {
  overflow: hidden;
  background: #fff url("../img/select-arrow-down.png") 96% 15px no-repeat;
  background-size: 35px 16px;
}
@media all and (max-width: 599px) {
  /* line 750, ../sass/mvod/_activate.scss */
  #plusContainer .select {
    background-size: 20px 10px;
  }
}
/* line 757, ../sass/mvod/_activate.scss */
#plusContainer .select select {
  display: block;
  width: 108%;
  /*to hide the default arrow down*/
  background: transparent;
  border: 0;
  padding: 8px 0 8px 9px;
  margin: 0;
  height: 43px;
}
/* line 767, ../sass/mvod/_activate.scss */
#plusContainer select,
#plusContainer input {
  font-size: 1.4em;
  /*22px*/
  color: #3d3d3d;
}
@media all and (max-width: 599px) {
  /* line 767, ../sass/mvod/_activate.scss */
  #plusContainer select,
  #plusContainer input {
    font-size: 1em;
  }
}
/* line 775, ../sass/mvod/_activate.scss */
#plusContainer input {
  padding: 8px 0 8px 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  height: 43px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 782, ../sass/mvod/_activate.scss */
#plusContainer .errorMessages {
  display: none;
  font-size: 0.9375em;
  line-height: 130%;
  margin: 0 auto;
  color: #343434;
  background-color: white;
  padding: 10px 20px 0px 20px;
  border: 2px solid red;
  margin: 30px 0 0;
}
/* line 792, ../sass/mvod/_activate.scss */
#plusContainer .errorMessages li {
  margin: 0 0 10px 0;
}
/* line 795, ../sass/mvod/_activate.scss */
#plusContainer .errorMessages a {
  font-weight: bold;
}
/* line 800, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault {
  display: block;
  cursor: pointer;
  border: 0;
  background: #1264b5;
  color: #FFF;
  margin: 0 auto;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  font-size: 1.375em;
  letter-spacing: 0.03em;
  padding: 5px 0;
  width: 40%;
  max-width: 300px;
  font-weight: bold;
}
@media all and (max-width: 599px) {
  /* line 800, ../sass/mvod/_activate.scss */
  #plusContainer button.mvodDefault {
    font-size: 1em;
  }
}
/* line 817, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault a {
  color: white;
}
/* line 820, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault .buttonSpinner {
  background: url("../img/loading_transparent.gif") no-repeat 0 0;
  background-size: 165px 15px;
  width: 165px;
  height: 15px;
  margin: 0 auto;
  display: none;
}
/* line 828, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault .buttonError {
  display: none;
  font-size: 14px;
}
/* line 832, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault.buttonErrorEnv {
  background: #e55a5a;
  border: 2px solid #9c1515;
  color: #9c1515;
}
@media all and (max-width: 767px) {
  /* line 837, ../sass/mvod/_activate.scss */
  #plusContainer button.mvodDefault.invite {
    margin-top: 5px;
  }
}
/* line 844, ../sass/mvod/_activate.scss */
#plusContainer p {
  font-size: 1.4em;
  /*22px*/
  text-align: center;
  line-height: 130%;
}
/* line 848, ../sass/mvod/_activate.scss */
#plusContainer p.noPadding {
  padding-bottom: 0;
}
@media all and (max-width: 599px) {
  /* line 844, ../sass/mvod/_activate.scss */
  #plusContainer p {
    font-size: 1em;
    /*16px*/
    padding: 20px 0;
  }
}
@media all and (max-width: 599px) {
  /* line 856, ../sass/mvod/_activate.scss */
  #plusContainer .activationForm,
  #plusContainer .login,
  #plusContainer .success {
    padding: 0 15px;
  }
}
/* line 864, ../sass/mvod/_activate.scss */
#plusContainer .activationForm {
  padding: 80px 0;
}
@media all and (max-width: 599px) {
  /* line 864, ../sass/mvod/_activate.scss */
  #plusContainer .activationForm {
    padding: 20px 15px;
  }
}
/* line 870, ../sass/mvod/_activate.scss */
#plusContainer .selectStation {
  padding: 0 0 40px;
}
@media all and (max-width: 599px) {
  /* line 872, ../sass/mvod/_activate.scss */
  #plusContainer .selectStation p {
    padding: 20px 15px;
  }
}
/* line 878, ../sass/mvod/_activate.scss */
#plusContainer .login {
  padding: 0 0 40px;
}
@media all and (max-width: 599px) {
  /* line 878, ../sass/mvod/_activate.scss */
  #plusContainer .login {
    padding: 20px 15px;
  }
}

/* line 886, ../sass/mvod/_activate.scss */
.findStation {
  font-weight: bold;
  padding: 0 0 0 10px;
}

/* line 891, ../sass/mvod/_activate.scss */
.socialList.mvodInvite li .loginText {
  padding-left: 10px;
}

/* line 505, ../sass/mvod/_marketing.scss */
.marketing-faq {
  height: 110px;
  font-size: 20px;
  line-height: 110px;
  text-align: center;
}
/* line 511, ../sass/mvod/_marketing.scss */
.marketing-faq a {
  font-weight: 700;
  color: #23A9EE;
}
@media all and (max-width: 599px) {
  /* line 505, ../sass/mvod/_marketing.scss */
  .marketing-faq {
    font-size: 16px;
    height: 100px;
    line-height: 100px;
  }
}

/* line 7, ../sass/mvod/_marketing.scss */
#passport-marketing .container {
  padding: 0 75px;
}
@media (max-width: 1279px) {
  /* line 7, ../sass/mvod/_marketing.scss */
  #passport-marketing .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 1023px) {
  /* line 7, ../sass/mvod/_marketing.scss */
  #passport-marketing .container {
    padding: 0 120px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  /* line 7, ../sass/mvod/_marketing.scss */
  #passport-marketing .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 479px) {
  /* line 7, ../sass/mvod/_marketing.scss */
  #passport-marketing .container {
    padding: 0 19px;
  }
}
/* line 24, ../sass/mvod/_marketing.scss */
#passport-marketing .block-title {
  font-size: 48px;
  line-height: 60px;
  color: #222;
  font-weight: 400;
  margin-bottom: 35px;
}
@media all and (max-width: 599px) {
  /* line 24, ../sass/mvod/_marketing.scss */
  #passport-marketing .block-title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 479px) {
  /* line 24, ../sass/mvod/_marketing.scss */
  #passport-marketing .block-title {
    padding: 0;
  }
}
/* line 42, ../sass/mvod/_marketing.scss */
#passport-marketing .plainText {
  font-size: 18px;
  line-height: 28px;
}
/* line 45, ../sass/mvod/_marketing.scss */
#passport-marketing .plainText p {
  margin-bottom: 25px;
  color: #4b4b4b;
}
@media all and (max-width: 599px) {
  /* line 42, ../sass/mvod/_marketing.scss */
  #passport-marketing .plainText {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 57, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner {
  height: 482px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/marketing/1280/ballerinas.png) center no-repeat;
  background-size: cover;
}
/* line 66, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner * {
  color: white;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
}
/* line 70, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner h1 {
  font-size: 54px;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 1023px) {
  /* line 70, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h1 {
    font-size: 48px;
  }
  /* line 79, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h1 > span {
    display: block;
  }
}
@media all and (max-width: 599px) {
  /* line 70, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 320px) {
  /* line 70, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h1 {
    font-size: 33px;
  }
}
/* line 90, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner h3 {
  font-size: 22px;
  line-height: 30px;
  text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 90, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 599px) {
  /* line 90, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 479px) {
  /* line 90, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h3 {
    max-width: 90%;
  }
  /* line 108, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner h3 br {
    display: none;
  }
}
/* line 113, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner .passport-station {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  display: inline-block;
  padding-left: 50px;
  margin: 0 10px;
  background: url(../img/marketing/compass-rose-icon.png) no-repeat left 13px;
  font-size: 48px;
}
/* line 121, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-banner .passport-station:after {
  content: '|';
  font-size: 40px;
  display: inline-block;
  color: #ccc;
  float: right;
  font-weight: 300;
  text-shadow: none;
  margin: -2px 0 0 10px;
}
@media all and (max-width: 1023px) {
  /* line 113, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner .passport-station {
    font-size: 44px;
  }
}
@media all and (max-width: 599px) {
  /* line 113, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner .passport-station {
    font-size: 32px;
    background-size: 32px;
    background-position: 0 9px;
    padding-left: 37px;
    margin-right: 5px;
  }
  /* line 141, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner .passport-station:after {
    font-size: 26px;
    margin-top: 2px;
    margin-left: 5px;
  }
}
@media all and (max-width: 320px) {
  /* line 113, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner .passport-station {
    padding-left: 33px;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 57, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner {
    height: 396px;
    background: url(../img/marketing/768/ballerinas.png) center no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 57, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner {
    background: url(../img/marketing/600/ballerinas.png) center no-repeat;
    height: 339px;
    background-size: cover;
  }
}
@media all and (max-width: 599px) {
  /* line 57, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner {
    background: url(../img/marketing/480/ballerinas.png) center no-repeat;
    height: 250px;
    background-size: cover;
  }
}
@media all and (max-width: 479px) {
  /* line 57, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-banner {
    background: url(../img/marketing/320/ballerinas.png) center no-repeat;
    height: 311px;
    background-size: cover;
  }
}
/* line 175, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-what-block {
  height: 713px;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* line 182, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-what-block .left {
  width: 50%;
}
/* line 185, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-what-block .right {
  width: 50%;
  height: 100%;
  background: url(../img/marketing/1280/passport-images.png) no-repeat;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 192, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .left {
    width: 56.5%;
  }
  /* line 195, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .right {
    width: 43.5%;
    background: url(../img/marketing/1024/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 202, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .top {
    height: 610px;
  }
  /* line 205, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .bottom {
    height: 434px;
    background: url(../img/marketing/768/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 212, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .top {
    height: 580px;
  }
  /* line 215, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .bottom {
    height: 339px;
    background: url(../img/marketing/600/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 599px) {
  /* line 222, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .top {
    height: 465px;
  }
  /* line 225, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .bottom {
    height: 273px;
    background: url(../img/marketing/480/passport-images.png) no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 479px) {
  /* line 232, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .top {
    height: 567px;
  }
  /* line 235, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .bottom {
    height: 182px;
    background: url(../img/marketing/320/passport-images.png) no-repeat;
    background-size: cover;
  }
}
/* line 244, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block {
  height: 245px;
}
/* line 247, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block h3 {
  font-size: 24px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
  width: 365px;
  float: right;
  line-height: 33px;
}
@media all and (max-width: 1023px) {
  /* line 247, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block h3 {
    font-size: 20px;
    width: 325px;
  }
}
@media all and (max-width: 767px) {
  /* line 247, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block h3 {
    float: none;
    width: 400px;
    margin: auto;
    line-height: 28px;
  }
}
@media all and (max-width: 479px) {
  /* line 247, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block h3 {
    width: auto;
    font-size: 18px;
  }
}
/* line 270, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block h3 strong {
  display: inline-block;
}
/* line 274, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block p {
  font-size: 16px;
  width: 365px;
  float: right;
  line-height: 26px;
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  /* line 274, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block p {
    width: 325px;
    line-height: normal;
  }
}
@media all and (max-width: 767px) {
  /* line 274, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block p {
    width: 400px;
    float: none;
    margin: 5px auto 0;
  }
}
@media (max-width: 480px) {
  /* line 274, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block p {
    width: 380px;
  }
}
@media all and (max-width: 479px) {
  /* line 274, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block p {
    width: auto;
  }
}
/* line 297, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block .left {
  width: 50%;
  text-align: left;
  position: relative;
  padding: 60px 0 60px 28px;
}
/* line 303, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block .left:after {
  content: url(../img/marketing/1280/dotted-line.png);
  width: 90px;
  display: block;
  height: 8px;
  line-height: 0;
  position: absolute;
  right: -50px;
  top: 75px;
}
/* line 314, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-look-block .right {
  width: 50%;
  height: 100%;
  background: url(../img/marketing/1280/video-thumb-compass-rose.png) no-repeat 70px center;
}
@media all and (max-width: 767px) {
  /* line 244, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block {
    height: auto;
    padding: 50px 0;
  }
  /* line 323, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top, #passport-marketing .marketing-look-block .bottom {
    width: 100%;
    float: none;
  }
  /* line 327, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top {
    padding: 0 0 30px;
    text-align: center;
  }
  /* line 331, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top:after {
    display: none;
  }
  /* line 335, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .bottom {
    height: 171px;
    background-position: center;
  }
}
@media (max-width: 480px) {
  /* line 341, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top {
    padding: 0 40px 30px;
  }
  /* line 344, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top strong {
    display: inline-block;
  }
  /* line 348, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .bottom {
    height: 168px;
    background: url(../img/marketing/480/video-thumb.png) no-repeat center;
  }
}
@media all and (max-width: 479px) {
  /* line 244, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block {
    padding-bottom: 70px;
  }
  /* line 355, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-look-block .top {
    padding: 0 20px 20px;
  }
}
/* line 362, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-how-block {
  background: white;
  height: 575px;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* line 370, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-how-block .left {
  height: 100%;
  width: 48%;
  background: url(../img/marketing/1280/laptop.png) no-repeat 0 center;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 370, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .left {
    background: url(../img/marketing/1024/laptop.png) no-repeat 0 center;
    width: 44%;
  }
}
/* line 381, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-how-block .right {
  width: 52%;
  padding-left: 0;
}
@media all and (min-width: 1024px) and (max-width: 1259px) {
  /* line 381, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .right {
    width: 56%;
    padding-right: 0;
  }
}
/* line 390, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-how-block .show-for-small {
  display: none;
}
/* line 393, ../sass/mvod/_marketing.scss */
#passport-marketing .marketing-how-block sub {
  display: block;
  font-size: 13px;
  color: #4b4b4b;
  line-height: 20px;
  margin-top: 60px;
}
@media (max-width: 1279px) {
  /* line 402, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom h1 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1023px) {
  /* line 408, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .show-for-small {
    display: block;
    padding-top: 50px;
    margin-bottom: 45px;
  }
  /* line 413, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom h1 {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 418, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .top {
    height: 315px;
    background: url(../img/marketing/768/laptop.png) no-repeat center;
  }
  /* line 422, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom {
    height: 400px;
    padding: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 429, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .top {
    height: 245px;
    background: url(../img/marketing/480/laptop.png) no-repeat center;
  }
  /* line 433, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom {
    height: 320px;
    padding: 0;
    text-align: center;
  }
  /* line 438, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .show-for-small {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 442, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block sub {
    width: 385px;
  }
  /* line 445, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block sub br {
    display: none;
  }
}
@media all and (max-width: 479px) {
  /* line 451, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .top {
    height: 220px;
  }
  /* line 454, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom {
    height: 375px;
  }
  /* line 457, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block .bottom p {
    padding: 0 20px;
  }
  /* line 461, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-how-block sub {
    width: 290px;
  }
}
/* line 467, ../sass/mvod/_marketing.scss */
#passport-marketing .button {
  display: inline-block;
  font-size: 22px;
  line-height: 55px;
  padding: 0 40px;
  height: 55px;
  color: white;
  font-weight: 600;
  background: #23A9EE;
  border-radius: 3px;
}
@media all and (max-width: 479px) {
  /* line 467, ../sass/mvod/_marketing.scss */
  #passport-marketing .button {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media all and (max-width: 1023px) {
  /* line 485, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block, #passport-marketing .marketing-how-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    clear: both;
  }
  /* line 491, ../sass/mvod/_marketing.scss */
  #passport-marketing .marketing-what-block .top, #passport-marketing .marketing-what-block .bottom, #passport-marketing .marketing-how-block .top, #passport-marketing .marketing-how-block .bottom {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 145, ../sass/screen.scss */
.modal-button {
  display: block;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  font-size: 1em;
  color: white;
  border: 0;
  height: 38px;
  padding: 10px;
  cursor: pointer;
  background-color: #86898e;
}
/* line 155, ../sass/screen.scss */
.modal-button.baseBlue {
  background-color: #1264b5;
}
/* line 158, ../sass/screen.scss */
.modal-button.widthMedium {
  width: 170px;
}
@media all and (max-width: 599px) {
  /* line 158, ../sass/screen.scss */
  .modal-button.widthMedium {
    width: 45%;
    max-width: 150px;
  }
}

/* line 166, ../sass/screen.scss */
.inline-plus, .videoList .videoItem .plusSign, #heroCarousel .plusSign {
  display: inline-block;
  background: url(../img/passport_compass_rose.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
/* line 172, ../sass/screen.scss */
.inline-plus.large, .videoList .videoItem .large.plusSign, #heroCarousel .large.plusSign {
  width: 40px;
  height: 40px;
}
@media all and (max-width: 599px) {
  /* line 172, ../sass/screen.scss */
  .inline-plus.large, .videoList .videoItem .large.plusSign, #heroCarousel .large.plusSign {
    width: 20px;
    height: 20px;
  }
}
/* line 180, ../sass/screen.scss */
.inline-plus.user-plus, .videoList .videoItem .user-plus.plusSign, #heroCarousel .user-plus.plusSign {
  line-height: 1em;
  padding: 3px 6px;
  font-size: 12px;
  margin-left: 0;
}
/* line 186, ../sass/screen.scss */
.inline-plus.gigant-fixed-size, .videoList .videoItem .gigant-fixed-size.plusSign, #heroCarousel .gigant-fixed-size.plusSign {
  padding: 3px 12px;
  font-size: 32px;
  margin-top: 12px;
  margin-left: 16px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media all and (max-width: 599px) {
  /* line 186, ../sass/screen.scss */
  .inline-plus.gigant-fixed-size, .videoList .videoItem .gigant-fixed-size.plusSign, #heroCarousel .gigant-fixed-size.plusSign {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
}
/* line 200, ../sass/screen.scss */
.inline-plus.fixed-size, .videoList .videoItem .fixed-size.plusSign, #heroCarousel .fixed-size.plusSign {
  padding: 3px 9px;
  font-size: 16px;
}
/* line 204, ../sass/screen.scss */
.inline-plus.floated, .videoList .videoItem .floated.plusSign, #heroCarousel .floated.plusSign {
  float: left;
  font-size: 0.65em;
}
/* line 208, ../sass/screen.scss */
.inline-plus.inList, .videoList .videoItem .inList.plusSign, #heroCarousel .inList.plusSign {
  float: left;
  margin-right: 12px;
  margin-left: 0;
  font-size: 13px;
  padding: 3px 8px;
  line-height: 1em;
}
/* line 216, ../sass/screen.scss */
.inline-plus.abs, .videoList .videoItem .abs.plusSign, #heroCarousel .abs.plusSign {
  position: absolute;
  display: block;
}

/* line 221, ../sass/screen.scss */
.inline-bold-plus {
  font-weight: 500;
}

/* line 226, ../sass/screen.scss */
.lt-ie9 #featuredProgramList,
.lt-ie9 #mobileHeader {
  display: none;
}
/* line 228, ../sass/screen.scss */
.lt-ie9 .videoList.homeVideoList li {
  margin-left: 1.1%;
}
/* line 229, ../sass/screen.scss */
.lt-ie9 .kidsShop .item {
  float: left;
}
/* line 230, ../sass/screen.scss */
.lt-ie9 .carouselProgramList .videoItem {
  margin-right: 1.6%;
}
/* line 231, ../sass/screen.scss */
.lt-ie9 .videoList.listType1 .videoItem {
  margin-left: 1.1%;
}
/* line 232, ../sass/screen.scss */
.lt-ie9 #heroCarousel .slide .overlay,
.lt-ie9 .videoList .videoItem .expiring,
.lt-ie9 .programsCarousel .overlay {
  background: url("../img/overlay-bg-ie8.png") repeat;
}
/* line 235, ../sass/screen.scss */
.lt-ie9 .smallCarousel .controls a {
  width: 27px;
}
/* line 236, ../sass/screen.scss */
.lt-ie9 #featuredPrograms .videoItem {
  margin-right: 1.9%;
}
/* line 237, ../sass/screen.scss */
.lt-ie9 .logo {
  background: url("../img/PBSlogo-retina-ie8.png") 0 11px no-repeat;
}
/* line 238, ../sass/screen.scss */
.lt-ie9 #schedulesMenu .left i,
.lt-ie9 #schedulesMenu .right i {
  width: 17px;
  height: 26px;
  margin-top: 5px;
}
/* line 240, ../sass/screen.scss */
.lt-ie9 #schedulesMenu .right i {
  background-position: -16px 0;
}
/* line 241, ../sass/screen.scss */
.lt-ie9 .shareIcon {
  background: url("../img/episode_page_sprite_30-IE8.png") 0 0 no-repeat;
}
/* line 242, ../sass/screen.scss */
.lt-ie9 .shareIcon.buydvd {
  background-position: -53px 0;
}
/* line 243, ../sass/screen.scss */
.lt-ie9 .facebook.shareIcon {
  background-position: -29px 0;
}
/* line 244, ../sass/screen.scss */
.lt-ie9 .twitter.shareIcon {
  background-position: -4px 0;
}
/* line 245, ../sass/screen.scss */
.lt-ie9 .more.shareIcon {
  background-position: -181px 0;
}
/* line 246, ../sass/screen.scss */
.lt-ie9 .email.shareIcon {
  background-position: -123px 0;
}
/* line 247, ../sass/screen.scss */
.lt-ie9 .google.shareIcon {
  background-position: -155px 0;
}
/* line 248, ../sass/screen.scss */
.lt-ie9 .embed.shareIcon {
  background-position: -226px 0;
}
/* line 249, ../sass/screen.scss */
.lt-ie9 #pageDescription .bottom {
  padding-left: 35px;
}

/* line 252, ../sass/screen.scss */
.modal-button {
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  font-size: 1em;
  color: white;
  border: 0;
  height: 38px;
  padding: 10px;
  cursor: pointer;
  background-color: #86898e;
}
/* line 261, ../sass/screen.scss */
.modal-button.baseBlue {
  background-color: #1264b5;
}
/* line 264, ../sass/screen.scss */
.modal-button.widthMedium {
  width: 170px;
}
@media all and (max-width: 599px) {
  /* line 264, ../sass/screen.scss */
  .modal-button.widthMedium {
    width: 45%;
    max-width: 150px;
  }
}

/* line 272, ../sass/screen.scss */
.eoyContainer {
  height: 250px;
  width: 300px;
  margin: auto;
  position: relative;
}
/* line 277, ../sass/screen.scss */
.eoyContainer.augustCampaign {
  width: 688px;
  height: 434px;
}
/* line 281, ../sass/screen.scss */
.eoyContainer .eoyClose {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 22px;
  width: 23px;
  background: url("../img/icon-close-kindle-notification.png") no-repeat;
  cursor: pointer;
}
/* line 290, ../sass/screen.scss */
.eoyContainer .eoyCloseAugust {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  background: url("../img/CloseR20.gif") no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
}

/* line 304, ../sass/screen.scss */
#content .widget-container {
  background-color: #E6E6E6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 307, ../sass/screen.scss */
#content .widget-container.embosed {
  background-color: #E6E6E6;
  z-index: 100;
  position: relative;
  background-color: #F3F3F3;
  -moz-box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2), 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2), 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2), 0 6px 6px -4px rgba(0, 0, 0, 0.2);
}
/* line 316, ../sass/screen.scss */
#content .widget-container.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* line 324, ../sass/screen.scss */
#content > .widget-container.embosed:first-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
}
/* line 328, ../sass/screen.scss */
#content > .widget-container.embosed:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2);
}

/* line 338, ../sass/screen.scss */
.program, .program a {
  font-family: 'Arvo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #707070;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 350, ../sass/screen.scss */
.title {
  padding-right: 50px;
  box-sizing: border-box;
  width: 100%;
}
/* line 354, ../sass/screen.scss */
.title, .title a {
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

/* line 365, ../sass/screen.scss */
.pull-left {
  float: left;
}

/* line 368, ../sass/screen.scss */
.pull-right {
  float: right;
}

/*# sourceMappingURL=screen.css.map */
