/* line 13, ../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;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../../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(../../static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}

/* line 10, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-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: #2c2c2c;
  color: #fff;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  font-size: 100%;
  /* remove side menu on breakpoint greater then 1024 */
}
@media all and (min-width: 1280px) {
  /* line 26, ../sass/screen.scss */
  body.menuOpened {
    height: 100% !important;
    overflow-x: auto !important;
  }
  /* line 29, ../sass/screen.scss */
  body.menuOpened .page {
    width: 100% !important;
    margin-left: 0 !important;
    position: static !important;
  }
}
@media all and (max-width: 1279px) {
  /* line 42, ../sass/screen.scss */
  body.menuOpened #iabContent {
    display: none;
  }
}

/* line 46, ../sass/screen.scss */
a {
  text-decoration: none;
  color: #3eafe6;
}

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

/* line 55, ../sass/screen.scss */
#mainContainer {
  background-color: #2c2c2c;
}

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

/* line 62, ../sass/screen.scss */
.page {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/* line 66, ../sass/screen.scss */
.page.flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

/* line 79, ../sass/screen.scss */
.nav-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  background: url("../../img/nav-icons/sprite.png") no-repeat;
  background-size: 16px 272px !important;
}
/* line 86, ../sass/screen.scss */
.nav-icon.programs {
  background-position: 0 1px;
}
/* line 87, ../sass/screen.scss */
.nav-icon.popular {
  background-position: 0 -15px;
}
/* line 88, ../sass/screen.scss */
.nav-icon.station {
  background-position: 0 -31px;
}
/* line 89, ../sass/screen.scss */
.nav-icon.donate {
  background-position: 0 -47px;
}
/* line 90, ../sass/screen.scss */
.nav-icon.az {
  background-position: 0 -62px;
}
/* line 91, ../sass/screen.scss */
.nav-icon.featured {
  background-position: 0 -78px;
}
/* line 92, ../sass/screen.scss */
.nav-icon.feedback {
  background-position: 0 -95px;
}
/* line 93, ../sass/screen.scss */
.nav-icon.topics {
  background-position: 0 -111px;
}
/* line 94, ../sass/screen.scss */
.nav-icon.watchlist {
  background-position: 0 -127px;
}
/* line 95, ../sass/screen.scss */
.nav-icon.legal {
  background-position: 0 -143px;
}
/* line 96, ../sass/screen.scss */
.nav-icon.more {
  background-position: 0 -159px;
}
/* line 97, ../sass/screen.scss */
.nav-icon.edit {
  background-position: 0 -175px;
}
/* line 98, ../sass/screen.scss */
.nav-icon.buyDvd {
  background-position: 0 -192px;
}
/* line 99, ../sass/screen.scss */
.nav-icon.programPage {
  background-position: 0 -208px;
}
/* line 100, ../sass/screen.scss */
.nav-icon.plus {
  background: none;
}
/* line 101, ../sass/screen.scss */
.nav-icon.minus {
  background-position: 0 -256px;
}

/* line 105, ../sass/screen.scss */
.plainText {
  padding: 28px;
  color: #BFBCBC;
  font-size: 0.9375em;
  line-height: 1.4em;
}
/* line 110, ../sass/screen.scss */
.plainText h3 {
  margin-bottom: .5em;
}
/* line 111, ../sass/screen.scss */
.plainText p {
  margin-bottom: 1em;
}
/* line 112, ../sass/screen.scss */
.plainText p:last-child {
  margin-bottom: 0;
}
/* line 113, ../sass/screen.scss */
.plainText ol {
  list-style-type: decimal;
  margin: 0 0 1em 20px;
}

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

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

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

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

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

/***************** MIXINS *******************/
/***************** END MIXINS *******************/
/* line 1, ../sass/include/_navigation.scss */
.imageFallbackSquare {
  display: block;
  background: url("../../img/generic_logo_transparent_60.png") no-repeat center center black;
  padding-top: 100%;
  width: 100%;
}

/* line 5, ../sass/include/_navigation.scss */
.imageFallbackWide {
  display: block;
  background: url("../../img/generic_logo_transparent_60.png") no-repeat center center black;
  padding-top: 56.25%;
  width: 100%;
}

/* 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: #1f2022;
  overflow: hidden;
  height: 60px;
  width: 100%;
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
}
@media all and (min-width: 1279px) {
  /* line 21, ../sass/include/_navigation.scss */
  #mobileHeader {
    display: none;
  }
}
/* line 28, ../sass/include/_navigation.scss */
#mobileHeader .menu {
  float: left;
  width: 60px;
  height: 60px;
}
/* line 32, ../sass/include/_navigation.scss */
#mobileHeader .menu #menuButton {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAPNJREFUeNrs19FJQ0EQheFvN1EwBPQpkAdFGwhYgKYMwWKN2oAlJOjDhRQQg0bGlyukhLmyp4KfWc7+MyUiZE81gDTIBpktY0xxhxucJmL7whqvJSIeME88yK4mB4T5YIqzTc64LRFxjiWu+iJlyQHveCpH7i4J2x1Q2oLRIBNqUa/Ea0wSse2wwbpExBK3iQf5VrFI/tqLilFyyFHFPjnkvuK5V1DGHLD6M86kd/dJIsDv3t27psUGmVWLqffJMS6ONvNMH/tP3+5ViYhHzDLfODU5IMwG0+4uOWNXImKKe1ziLBHcJz7w0rTYIBvkf4X8HQBaQ0UYpGvaXgAAAABJRU5ErkJggg==");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  display: block;
}
/* line 42, ../sass/include/_navigation.scss */
#mobileHeader .station {
  width: 200px;
  height: 60px;
  padding-top: 12px;
  overflow: hidden;
  display: inline-block;
  margin-left: 35%;
}
/* line 49, ../sass/include/_navigation.scss */
#mobileHeader .station .stationEdit {
  background: url("../../img/down_arrow.png") no-repeat 0 center;
  padding-left: 30px;
  color: #3eafe6;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 17px;
  width: 104px;
  text-align: center;
  cursor: pointer;
  float: right;
}
/* line 61, ../sass/include/_navigation.scss */
#mobileHeader .station .stationLogo {
  float: left;
}
/* line 62, ../sass/include/_navigation.scss */
#mobileHeader .station .stationTextOnError {
  float: left;
}
/* line 63, ../sass/include/_navigation.scss */
#mobileHeader .station .stationText {
  display: none;
}
/* line 65, ../sass/include/_navigation.scss */
#mobileHeader .logoRight {
  float: right;
  margin-right: 10px;
}
/* line 68, ../sass/include/_navigation.scss */
#mobileHeader .logoRight .stationLogo {
  margin-top: 13px;
}
/* line 69, ../sass/include/_navigation.scss */
#mobileHeader .logoRight .stationTextOnError {
  margin: 15px 10px 0 0;
}
/* line 71, ../sass/include/_navigation.scss */
#mobileHeader .logo {
  width: 161px;
  height: 60px;
  background-size: 161px 27px;
}
/* line 76, ../sass/include/_navigation.scss */
#mobileHeader .stationTextOnError {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 30px;
  color: #fff;
  display: none;
}
/* line 82, ../sass/include/_navigation.scss */
#mobileHeader .stationTextOnError.showText {
  display: block;
}
@media all and (max-width: 1023px) {
  /* line 87, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    margin-left: 32%;
  }
  /* line 88, ../sass/include/_navigation.scss */
  #mobileHeader .logoRight {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 92, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    margin-left: 28%;
  }
  /* line 93, ../sass/include/_navigation.scss */
  #mobileHeader .logo {
    width: 30px;
  }
}
@media all and (max-width: 599px) {
  /* line 97, ../sass/include/_navigation.scss */
  #mobileHeader .station {
    width: auto;
    height: 60px;
    padding-top: 0;
    margin-left: 0;
    float: right;
  }
  /* line 103, ../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 109, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationText {
    background: url("../../img/down_arrow.png") no-repeat 0 11px;
    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: #fff;
    display: block;
  }
  /* line 121, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationLogo {
    display: none;
  }
  /* line 122, ../sass/include/_navigation.scss */
  #mobileHeader .station .stationTextOnError {
    display: none;
  }
  /* line 124, ../sass/include/_navigation.scss */
  #mobileHeader .station.localized .stationEdit {
    display: none;
  }
  /* line 127, ../sass/include/_navigation.scss */
  #mobileHeader .logoRight {
    margin-right: 10px;
  }
}

/* line 130, ../sass/include/_navigation.scss */
#mobileMenu {
  position: absolute;
  z-index: 1;
  width: 260px;
  padding-right: 15px;
  overflow-y: visible;
  background-color: #282828;
  display: none;
  /* remove side menu on breakpoint greater then 1024 */
}
@media all and (min-width: 1279px) {
  /* line 130, ../sass/include/_navigation.scss */
  #mobileMenu {
    display: none !important;
  }
}
/* line 141, ../sass/include/_navigation.scss */
#mobileMenu .userContainer {
  width: 88%;
  margin: 10px auto 0;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.28571428571429em;
  color: #b6b6b6;
}
/* line 148, ../sass/include/_navigation.scss */
#mobileMenu .userContainer img {
  margin-right: 10px;
  height: 50px;
  width: 50px;
  float: left;
}
/* line 154, ../sass/include/_navigation.scss */
#mobileMenu .userContainer .userInfo {
  display: table;
  height: 50px;
}
/* line 157, ../sass/include/_navigation.scss */
#mobileMenu .userContainer .userInfo strong {
  display: table-cell;
  vertical-align: middle;
}
/* line 164, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer {
  padding: 15px 0 15px 15px;
  color: #b6b6b6;
}
/* line 168, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer .sign-in a, #mobileMenu .socialContainer .sign-out a {
  color: #3eafe6;
}
/* line 170, ../sass/include/_navigation.scss */
#mobileMenu .socialContainer .sign-out {
  border-left: none;
  padding-left: 0px;
}
/* line 175, ../sass/include/_navigation.scss */
#mobileMenu .searchContainer {
  border-bottom: 1px solid #1f1f1f;
  height: 46px;
  width: 100%;
}
/* line 180, ../sass/include/_navigation.scss */
#mobileMenu .asideLinks {
  margin-top: 20px;
}

/* line 183, ../sass/include/_navigation.scss */
.socialContainer .separator {
  padding: 0 10px;
}
/* line 184, ../sass/include/_navigation.scss */
.socialContainer a {
  color: #b6b6b6;
  font-weight: bold;
  font-size: 0.875em;
}
/* line 190, ../sass/include/_navigation.scss */
.socialContainer .sign-in a, .socialContainer .sign-out a {
  color: #3eafe6;
}
/* line 192, ../sass/include/_navigation.scss */
.socialContainer .sign-out {
  border-left: 1px solid #b6b6b6;
  padding-left: 20px;
}

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

/* line 207, ../sass/include/_navigation.scss */
.mainLinks li {
  border-bottom: 1px solid #1f1f1f;
  border-top: 1px dashed #3f3f3f;
  position: relative;
  cursor: pointer;
}
/* line 212, ../sass/include/_navigation.scss */
.mainLinks li.active {
  background-color: #22333b;
  overflow: hidden;
}
/* line 216, ../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 225, ../sass/include/_navigation.scss */
.mainLinks a {
  display: block;
  color: #d1d1d1;
  height: 75px;
  line-height: 75px;
  font-size: 1.3125em;
  padding-left: 15px;
}
/* line 232, ../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 242, ../sass/include/_navigation.scss */
.mainLinks .bubble {
  position: absolute;
  top: 34%;
  left: 48%;
}

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

/* line 258, ../sass/include/_navigation.scss */
.bubble {
  background-color: #626262;
  background-image: -moz-linear-gradient(#626262, #4d4c4c);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#4d4c4c));
  background-image: -webkit-linear-gradient(#626262, #4d4c4c);
  background-image: -o-linear-gradient(#626262, #4d4c4c);
  border-radius: 5px;
  padding: 5px;
  min-width: 28px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 0.875em;
}

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

/* line 269, ../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 280, ../sass/include/_navigation.scss */
#desktopHeader {
  /* greater than 1024 breakpoint */
  background-color: #2c2c2c;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  /* line 280, ../sass/include/_navigation.scss */
  #desktopHeader {
    display: none;
  }
}
/* line 285, ../sass/include/_navigation.scss */
#desktopHeader .top {
  background-color: #1f2022;
  height: 48px;
  padding: 0 2.1875%;
  overflow: hidden;
}
/* line 291, ../sass/include/_navigation.scss */
#desktopHeader .middle {
  padding: 40px 2.1875%;
  overflow: hidden;
}
/* line 295, ../sass/include/_navigation.scss */
#desktopHeader .menu {
  background-color: #1f2022;
  padding: 13px 0;
  overflow: hidden;
}
/* line 300, ../sass/include/_navigation.scss */
#desktopHeader .userContainer {
  float: left;
  line-height: 48px;
  margin-right: 20px;
  font-size: 0.875em;
  color: #b6b6b6;
}
/* line 306, ../sass/include/_navigation.scss */
#desktopHeader .userContainer .userInfo {
  float: left;
  margin-left: 10px;
}
/* line 310, ../sass/include/_navigation.scss */
#desktopHeader .userContainer img {
  height: 34px;
  width: 34px;
  margin-top: 6px;
}
/* line 316, ../sass/include/_navigation.scss */
#desktopHeader .socialContainer {
  float: left;
  line-height: 48px;
}
/* line 319, ../sass/include/_navigation.scss */
#desktopHeader .socialContainer a {
  font-size: 0.8125em;
}
/* line 321, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer {
  float: right;
  margin-top: 10px;
  width: 260px;
  position: relative;
}
/* line 326, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer form {
  margin: 0;
}
/* line 327, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 35px;
  margin: 0;
}
/* line 334, ../sass/include/_navigation.scss */
#desktopHeader .searchContainer button {
  position: absolute;
  z-index: 5;
  left: 5px;
  top: -2px;
  background: url(../../img/search-icon.png) no-repeat center center;
  height: 28px;
  width: 28px;
  border: 0 none;
  cursor: pointer;
}
/* line 344, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer {
  float: right;
  margin: 5px 0 10px 24px;
}
/* line 347, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer .title {
  color: #8d8d8d;
  font-size: 0.8125em;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 353, ../sass/include/_navigation.scss */
#desktopHeader .pbsLocalContainer .logo {
  margin: 0;
  border: 0 none;
  width: 122px;
  background-position: top left;
  background-size: 122px;
}
/* line 361, ../sass/include/_navigation.scss */
#desktopHeader .logoStation {
  border-top: 1px dashed #3f3f3f;
  border-bottom: 1px dashed #3f3f3f;
  float: left;
  height: 90px;
  width: 38.34375%;
  padding: 22px 0;
  margin-left: -8px;
}
/* line 369, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStPos {
  padding: 15px 0;
}
/* line 370, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation {
  padding: 0;
  border: 0 none;
  height: auto;
  width: 100%;
  text-align: center;
}
/* line 376, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation img {
  float: none;
}
/* line 377, ../sass/include/_navigation.scss */
#desktopHeader .logoStation.localStation .stationTextOnError {
  float: none;
  margin: 0;
}
/* line 382, ../sass/include/_navigation.scss */
#desktopHeader .logoStation .station {
  margin-top: 7px;
}
/* line 384, ../sass/include/_navigation.scss */
#desktopHeader .logo {
  border-right: 1px solid #777878;
  width: 202px;
  height: 46px;
  margin-left: 8px;
  float: left;
  line-height: 46px;
}
/* line 391, ../sass/include/_navigation.scss */
#desktopHeader .stationTextOnError {
  font-weight: bold;
  font-size: 2.375em;
  line-height: 30px;
  color: #fff;
  display: none;
  margin: 0 0 0 20px;
  float: left;
}
/* line 399, ../sass/include/_navigation.scss */
#desktopHeader .stationTextOnError.showText {
  display: block;
}
/* line 401, ../sass/include/_navigation.scss */
#desktopHeader .stationLogo {
  margin: 0 0 0 20px;
  float: left;
}
/* line 405, ../sass/include/_navigation.scss */
#desktopHeader .stationEdit {
  background: url("../../img/down_arrow.png") no-repeat 0 center;
  padding-left: 30px;
  margin-left: 14px;
  color: #3eafe6;
  font-size: 0.8125em;
  font-weight: bold;
  width: 104px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}
/* line 418, ../sass/include/_navigation.scss */
#desktopHeader .headerAd {
  float: right;
  margin-top: -22px;
}
/* line 421, ../sass/include/_navigation.scss */
#desktopHeader .headerAd.noText {
  margin-top: 0;
}
/* line 423, ../sass/include/_navigation.scss */
#desktopHeader .supportText {
  text-align: right;
  color: #bfbfbf;
  font-size: 0.8125em;
  margin-bottom: 10px;
}
/* line 429, ../sass/include/_navigation.scss */
#desktopHeader .menu li {
  float: left;
  border-right: 1px solid #373839;
  position: relative;
  height: 35px;
}
/* line 434, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop {
  /* holiday styling */
  background: #345300;
  position: relative;
}
/* line 439, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop a {
  padding: 0 21px;
}
/* line 442, ../sass/include/_navigation.scss */
#desktopHeader .menu li.shop .bow {
  position: absolute;
  top: -6px;
  background-image: url("../../img/holiday_bow.png");
  height: 21px;
  width: 85px;
}
/* line 453, ../sass/include/_navigation.scss */
#desktopHeader .menu li.holidayDecoration {
  /* holiday styling */
  background: #C42A00;
  margin-left: 20px;
}
/* line 458, ../sass/include/_navigation.scss */
#desktopHeader .menu li.holidayDecoration a {
  padding: 0 18px;
}
/* line 463, ../sass/include/_navigation.scss */
#desktopHeader .menu .main {
  float: left;
}
/* line 465, ../sass/include/_navigation.scss */
#desktopHeader .menu .main a {
  color: #ced1d4;
  font-size: 1.125em;
  line-height: 35px;
  padding: 0 28px;
}
/* line 471, ../sass/include/_navigation.scss */
#desktopHeader .menu .main .bubble {
  margin-left: -20px;
  margin-right: 30px;
}
/* line 476, ../sass/include/_navigation.scss */
#desktopHeader .menu .aside {
  float: right;
  margin-top: 0px;
  margin-right: 0.9375%;
}
/* line 481, ../sass/include/_navigation.scss */
#desktopHeader .menu .aside a {
  font-weight: bold;
  color: #747474;
  font-size: 0.875em;
  line-height: 33px;
  padding: 0 15px;
}

/* FOOTER MENU */
/* line 493, ../sass/include/_navigation.scss */
#footer {
  width: 100%;
  padding: 15px 28px;
  background-color: #2b2b2b;
  font-size: 0.75em;
  color: #d0d1d1;
  overflow: hidden;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 500, ../sass/include/_navigation.scss */
#footer .menu {
  float: left;
}
/* line 502, ../sass/include/_navigation.scss */
#footer .menu li {
  float: left;
}
/* line 503, ../sass/include/_navigation.scss */
#footer .menu .separator {
  padding: 0 10px;
}
/* line 505, ../sass/include/_navigation.scss */
#footer #copyright {
  float: right;
}
/* line 506, ../sass/include/_navigation.scss */
#footer a {
  color: #d0d1d1;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 493, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 10px;
  }
}
@media all and (max-width: 1023px) {
  /* line 493, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 20px;
    font-size: 0.875em;
  }
  /* line 514, ../sass/include/_navigation.scss */
  #footer .menu {
    float: none;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  /* line 520, ../sass/include/_navigation.scss */
  #footer #copyright {
    float: none;
    display: block;
  }
}
@media all and (max-width: 599px) {
  /* line 493, ../sass/include/_navigation.scss */
  #footer {
    padding: 15px 10px;
    font-size: 0.75em;
  }
  /* line 529, ../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: 999999;
  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: 24px 0 10px;
  margin-left: 0.9765625%;
  margin-right: 2.5390625%;
  padding: 15px;
  overflow: hidden;
  background-color: #181818;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* 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 70, ../sass/include/_ad.scss */
#bottomAdContainerSearch, #topAdContainerSearch {
  max-width: 100%;
}

/* line 1, ../sass/include/_video-list.scss */
.videoList {
  overflow: hidden;
  background-color: #2c2c2c;
  padding: 20px;
  /* Load more item */
}
/* line 6, ../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 .videoItem {
  float: left;
  overflow: hidden;
  background-color: #1c1c1c;
  position: relative;
  width: 48.856209150327%;
  margin-left: 2.28%;
  margin-bottom: 20px;
  padding: 11px;
}
/* line 24, ../sass/include/_video-list.scss */
.videoList .videoItem.noPadding {
  padding: 0;
}
/* line 25, ../sass/include/_video-list.scss */
.videoList .videoItem:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
/* line 29, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  background-color: #000;
}
/* line 33, ../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;
}
/* line 41, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus-sign {
  font-size: 1.5em;
  position: absolute;
  left: 6px;
  top: -2px;
}
/* line 47, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus {
  padding-left: 20px;
  width: auto;
}
/* line 50, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .plus .minus-sign {
  display: none;
}
/* line 52, ../sass/include/_video-list.scss */
.videoList .videoItem .watchlist .remove {
  font-size: 2em;
  padding: 0 3px;
  width: auto;
  height: 20px;
  display: block;
  background: none;
  line-height: 17px;
}
/* line 62, ../sass/include/_video-list.scss */
.videoList .videoItem .program {
  color: #bbbaba;
  font-size: 0.8125em;
  line-height: 1.1em;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 68, ../sass/include/_video-list.scss */
.videoList .videoItem .program a {
  color: #bbbaba;
}
/* line 70, ../sass/include/_video-list.scss */
.videoList .videoItem .title {
  font-size: 1.125em;
  line-height: 1.22222222222222em;
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 76, ../sass/include/_video-list.scss */
.videoList .videoItem .title a {
  color: #fff;
}
/* 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-color: rgba(0, 0, 0, 0.85);
  padding: 5px 10px;
  font-size: 0.8125em;
  font-weight: bold;
  color: #fff;
}
/* line 99, ../sass/include/_video-list.scss */
.videoList .videoItem .description {
  color: #bfbcbc;
  font-size: 0.875em;
  line-height: 1.4em;
  overflow: hidden;
}
/* line 105, ../sass/include/_video-list.scss */
.videoList .videoItem .duration {
  color: #8d8a8a;
  font-size: 0.875em;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
/* line 114, ../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: 600px) {
  /* line 15, ../sass/include/_video-list.scss */
  .videoList .videoItem {
    padding: 0.8125em;
  }
}
/* line 124, ../sass/include/_video-list.scss */
.videoList .videoItem .plusSign {
  display: none;
}
/* line 126, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled {
  background-color: #272727;
}
/* line 128, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .watchlist {
  opacity: 0.3;
}
/* line 129, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .program {
  opacity: 0.3;
}
/* line 130, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .title {
  opacity: 0.3;
}
/* line 131, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .image {
  opacity: 0.3;
}
/* line 132, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .description {
  opacity: 0.3;
}
/* line 133, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .duration {
  opacity: 0.3;
}
/* line 134, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .videoLength {
  opacity: 0.3;
}
/* line 135, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .lastWatched {
  opacity: 0.3;
}
/* line 136, ../sass/include/_video-list.scss */
.videoList .videoItem.mvodDisabled .watchedBar {
  opacity: 0.3;
}
/* line 138, ../sass/include/_video-list.scss */
.videoList .videoItem .plusSign {
  display: block;
  background-color: #47afe2;
  color: white;
  margin: 7px;
  padding: 3px 8px;
  width: 51px;
  overflow: hidden;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8125em;
  float: left;
}
/* line 150, ../sass/include/_video-list.scss */
.videoList .videoItem .plusSign .plusHead {
  background: url("../../img/phead_66.gif") no-repeat -1px -1px;
  background-size: 19px 19px;
  width: 20px;
  height: 20px;
  float: left;
}
/* line 161, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem {
  width: 23.28431372549%;
  margin-left: 2.28%;
  background: none;
  padding: 0;
  clear: none;
}
/* line 167, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem:first-child {
  margin-left: 0;
}
/* line 168, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .watchlist {
  display: none;
}
/* line 169, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .program {
  font-size: 0.8125em;
  margin-bottom: 5px;
}
/* line 173, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .title {
  font-size: 0.875em;
}
/* line 176, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .image {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
}
/* line 181, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .description {
  padding: 0;
  clear: left;
}
/* line 185, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .watchedBar {
  clear: both;
  width: 100%;
  height: 4px;
  background: #fff;
}
/* line 190, ../sass/include/_video-list.scss */
.videoList.listType1 .videoItem .watchedBar .progress {
  background: #3eafe6;
  height: 4px;
}

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

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

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

@media all and (min-width: 1280px) {
  /* line 289, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 289, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 289, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 289, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 289, ../sass/include/_video-list.scss */
  .truncationRule4 .videoItem .description {
    max-height: 2.8em;
  }
}
@media all and (max-width: 479px) {
  /* line 289, ../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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-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;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-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: #3eafe6;
  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;
  color: #eee;
  text-align: center;
  padding: 20px 0;
}

/* line 2, ../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 14, ../sass/include/_icons.scss */
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 441, ../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 17, ../sass/include/_forms.scss */
input[type="text"],
input[type="number"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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 69px;
  overflow: hidden;
  position: relative;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 320 breakpoint */
}
/* line 6, ../sass/include/_home.scss */
#heroCarousel a {
  color: #fff;
}
/* line 8, ../sass/include/_home.scss */
#heroCarousel .container .slide {
  display: none;
  overflow: hidden;
}
/* line 10, ../sass/include/_home.scss */
#heroCarousel .container .slide.active {
  display: block;
}
/* line 14, ../sass/include/_home.scss */
#heroCarousel .navigator {
  position: absolute;
  z-index: 15;
  left: 47%;
  bottom: 9%;
}
/* line 19, ../sass/include/_home.scss */
#heroCarousel .navigator .bullet {
  background-color: #4e4e4e;
  border-radius: 50%;
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  cursor: pointer;
}
/* line 26, ../sass/include/_home.scss */
#heroCarousel .navigator .bullet.active {
  background-color: #fff;
}
/* line 30, ../sass/include/_home.scss */
#heroCarousel .controls a {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: 10;
  top: 36%;
  cursor: pointer;
}
/* line 42, ../sass/include/_home.scss */
#heroCarousel .controls .leftArrow {
  left: 0;
  border-radius: 0 5px 5px 0;
  background-image: url(../../img/1280_carousel_arrow_l.png);
  background-size: 20px 30px;
}
/* line 48, ../sass/include/_home.scss */
#heroCarousel .controls .rightArrow {
  right: 0;
  background-image: url(../../img/1280_carousel_arrow_r.png);
  border-radius: 5px 0 0 5px;
  background-size: 20px 30px;
}
@media all and (max-width: 1023px) {
  /* line 55, ../sass/include/_home.scss */
  #heroCarousel .controls a {
    width: 48px;
    height: 48px;
  }
  /* line 59, ../sass/include/_home.scss */
  #heroCarousel .controls .leftArrow, #heroCarousel .controls .rightArrow {
    background-size: 16px 24px;
  }
}
/* line 64, ../sass/include/_home.scss */
#heroCarousel h4 {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 72, ../sass/include/_home.scss */
#heroCarousel h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.28571428571429em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 79, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem {
  width: 48.856209150327%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 85, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem h4 {
  font-size: 0.8125em;
  font-weight: bold;
  margin-bottom: 0px;
}
/* line 91, ../sass/include/_home.scss */
#heroCarousel .slide .heroItem h3 {
  font-size: 1.625em;
  font-weight: 300;
}
/* line 96, ../sass/include/_home.scss */
#heroCarousel .slide .item {
  position: relative;
  overflow: hidden;
  width: 23.366013071895%;
  float: left;
  overflow: hidden;
  margin-left: 1.960784313725%;
}
/* line 103, ../sass/include/_home.scss */
#heroCarousel .slide .item:nth-child(2), #heroCarousel .slide .item:nth-child(3) {
  margin-bottom: 1.2%;
}
/* line 107, ../sass/include/_home.scss */
#heroCarousel .slide .item.first, #heroCarousel .slide .item.second {
  margin-bottom: 1.2%;
}
/* line 111, ../sass/include/_home.scss */
#heroCarousel .slide .overlay {
  background-color: rgba(0, 0, 0, 0.83);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3% 4%;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 2, ../sass/include/_home.scss */
  #heroCarousel {
    padding: 16px 10px 80px;
  }
  /* line 122, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 5.5%;
  }
  /* line 123, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 124, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1em;
  }
  /* line 126, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 56.9%;
  }
  /* line 128, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.75em;
  }
  /* line 129, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h3 {
    font-size: 1.4375em;
  }
  /* line 131, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 27.953125%;
    margin-top: 0.9765625%;
    margin-left: 0;
  }
  /* line 135, ../sass/include/_home.scss */
  #heroCarousel .slide .item:nth-child(4) {
    margin-right: 0.98%;
  }
  /* line 136, ../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 143, ../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 150, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 24px;
  }
  /* line 153, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.8125em;
  }
  /* line 154, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1.0625em;
  }
  /* line 156, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
  /* line 160, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.8125em;
  }
  /* line 161, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h3 {
    font-size: 1.375em;
  }
  /* line 163, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 49%;
    margin-left: 0;
  }
  /* line 166, ../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 173, ../sass/include/_home.scss */
  #heroCarousel .controls {
    width: 100%;
    position: absolute;
    bottom: 14px;
    top: auto !important;
  }
  /* line 178, ../sass/include/_home.scss */
  #heroCarousel .controls a {
    position: static;
    background-color: transparent;
    background-size: 20px 30px;
    height: 30px;
  }
  /* line 184, ../sass/include/_home.scss */
  #heroCarousel .controls .leftArrow {
    float: left;
    background-image: url(../../img/1280_carousel_arrow_l.png);
  }
  /* line 188, ../sass/include/_home.scss */
  #heroCarousel .controls .rightArrow {
    float: right;
    background-image: url(../../img/1280_carousel_arrow_r.png);
  }
  /* line 193, ../sass/include/_home.scss */
  #heroCarousel .navigator {
    bottom: 10%;
  }
  /* line 195, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.6875em;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 201, ../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 208, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem {
    width: 100%;
    display: none;
  }
  /* line 212, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem h4 {
    font-size: 0.6875em;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 218, ../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 224, ../sass/include/_home.scss */
  #heroCarousel .slide .heroItem.active {
    display: block;
  }
  /* line 226, ../sass/include/_home.scss */
  #heroCarousel .slide .item {
    width: 100%;
    margin: 0;
    display: none;
  }
  /* line 230, ../sass/include/_home.scss */
  #heroCarousel .slide .item.active {
    display: block;
  }
}
@media all and (max-width: 479px) {
  /* line 237, ../sass/include/_home.scss */
  #heroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 239, ../sass/include/_home.scss */
  #heroCarousel h3 {
    font-size: 1.1875em;
  }
}

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

/* line 248, ../sass/include/_home.scss */
.smallCarousel {
  background-color: #655e5a;
  overflow: hidden;
  width: 100%;
  padding: 35px 28px;
  position: relative;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
}
/* line 255, ../sass/include/_home.scss */
.smallCarousel .controls a {
  position: absolute;
  z-index: 10;
  top: 35%;
  width: 20px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 30px;
  display: none;
  cursor: pointer;
}
/* line 267, ../sass/include/_home.scss */
.smallCarousel .controls .leftArrow {
  left: 2.1875%;
  background-image: url(../../img/1280_carousel_arrow_l.png);
}
/* line 271, ../sass/include/_home.scss */
.smallCarousel .controls .rightArrow {
  right: 2.1875%;
  background-image: url(../../img/1280_carousel_arrow_r.png);
}
/* line 276, ../sass/include/_home.scss */
.smallCarousel .container {
  overflow: hidden;
  margin-left: 40px;
}
/* line 279, ../sass/include/_home.scss */
.smallCarousel .container .item {
  width: 14.695945945946%;
  float: left;
  margin-left: 20px;
  display: none;
}
/* line 284, ../sass/include/_home.scss */
.smallCarousel .container .item:first-child {
  margin-left: 0;
}
/* line 285, ../sass/include/_home.scss */
.smallCarousel .container .item.active {
  display: block;
}
/* line 286, ../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 291, ../sass/include/_home.scss */
.smallCarousel .container .item h5 {
  color: #ababac;
  font-size: 0.8125em;
}
/* line 296, ../sass/include/_home.scss */
.smallCarousel .container .item h4 {
  color: #fff;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: left;
}
@media all and (min-width: 600px) and (max-width: 1279px) {
  /* line 248, ../sass/include/_home.scss */
  .smallCarousel {
    padding: 35px 10px 60px;
  }
  /* line 310, ../sass/include/_home.scss */
  .smallCarousel .controls {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 10px;
    width: 154px;
    overflow: hidden;
  }
  /* line 317, ../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;
  }
  /* line 323, ../sass/include/_home.scss */
  .smallCarousel .controls .leftArrow {
    float: left;
  }
  /* line 324, ../sass/include/_home.scss */
  .smallCarousel .controls .rightArrow {
    float: right;
  }
  /* line 326, ../sass/include/_home.scss */
  .smallCarousel .container {
    margin-left: 0;
  }
  /* line 328, ../sass/include/_home.scss */
  .smallCarousel .container .item {
    width: 15.25%;
    margin-left: 1.7%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 248, ../sass/include/_home.scss */
  .smallCarousel {
    padding: 40px 20px 65px;
  }
  /* line 337, ../sass/include/_home.scss */
  .smallCarousel .controls {
    right: 20px;
  }
  /* line 338, ../sass/include/_home.scss */
  .smallCarousel .container {
    margin-left: 0;
  }
  /* line 340, ../sass/include/_home.scss */
  .smallCarousel .container .item {
    width: 23.67%;
    margin-left: 1.7%;
  }
}
@media all and (max-width: 767px) {
  /* line 248, ../sass/include/_home.scss */
  .smallCarousel {
    display: none;
  }
}

/* line 352, ../sass/include/_home.scss */
.reset {
  background-color: #1c1c1c;
  height: 68px;
  width: 100%;
  padding: 34px 28px 0;
  overflow: hidden;
  color: #9f9f9f;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 359, ../sass/include/_home.scss */
.reset h2 {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  color: #fff;
  float: left;
}
/* line 365, ../sass/include/_home.scss */
.reset h2 span {
  color: #fff;
  display: inline-block;
}
/* line 368, ../sass/include/_home.scss */
.reset h2 span.linkAvailable {
  color: #3eafe6;
  cursor: pointer;
}
/* line 372, ../sass/include/_home.scss */
.reset h2 span:nth-child(2) {
  border-left: 1px solid #9f9f9f;
  padding-left: 20px;
  margin-left: 20px;
}
/* line 379, ../sass/include/_home.scss */
.reset .seeAll {
  float: right;
  font-size: 1.375em;
  color: #3eafe6;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 352, ../sass/include/_home.scss */
  .reset {
    padding: 34px 10px;
  }
  /* line 389, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.25em;
  }
  /* line 390, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1.25em;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 352, ../sass/include/_home.scss */
  .reset {
    padding: 34px 20px 0;
  }
  /* line 395, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.25em;
  }
  /* line 396, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1.25em;
  }
}
@media all and (max-width: 599px) {
  /* line 352, ../sass/include/_home.scss */
  .reset {
    height: 48px;
    padding: 25px 10px 0;
  }
  /* line 402, ../sass/include/_home.scss */
  .reset h2 {
    font-size: 1.0625em;
  }
  /* line 403, ../sass/include/_home.scss */
  .reset .seeAll {
    font-size: 1.0625em;
  }
}

/* line 407, ../sass/include/_home.scss */
.homeVideoList {
  padding: 36px 28px 8px;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
}
/* line 411, ../sass/include/_home.scss */
.homeVideoList .videoItem .programTitle .title {
  padding-right: 20px;
}
/* line 414, ../sass/include/_home.scss */
.homeVideoList .title {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 407, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 36px 11px 8px;
  }
  /* line 420, ../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 407, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 36px 20px 8px;
  }
  /* line 432, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 50%;
    margin-right: 14px;
  }
  /* line 436, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .title {
    font-size: 1.0625em;
  }
  /* line 437, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .description {
    font-size: 0.8125em;
  }
  /* line 441, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 31.8%;
  }
  /* line 443, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:nth-child(4) {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 407, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 36px 20px 8px;
  }
  /* line 451, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 456, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 15px;
  }
  /* line 460, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .duration {
    font-size: 0.8125em;
  }
  /* line 464, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 48.86%;
  }
  /* line 466, ../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 407, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 36px 10px 8px;
  }
  /* line 474, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 479, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 15px;
  }
  /* line 483, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .program {
    font-size: 0.75em;
  }
  /* line 484, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .title {
    font-size: 1.0625em;
  }
  /* line 485, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .description {
    font-size: 0.875em;
    line-height: 1.4em;
  }
  /* line 491, ../sass/include/_home.scss */
  .homeVideoList.listType1 {
    padding: 0 10px;
  }
  /* line 493, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px dashed #1d1e1e;
    border-top: 1px dashed #555555;
  }
  /* line 500, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:first-child {
    border-top: 0 none;
  }
  /* line 501, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem:last-child {
    border-bottom: 0 none;
  }
  /* line 502, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .programTitle {
    float: right;
    width: 52%;
  }
  /* line 506, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .title {
    margin-bottom: 8px;
    line-height: 1.2;
  }
  /* line 510, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .image {
    width: 45%;
    margin-bottom: 0;
  }
  /* line 514, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .description {
    float: right;
    width: 52%;
    font-size: 0.875em;
    line-height: 1.4em;
    clear: none;
  }
  /* line 521, ../sass/include/_home.scss */
  .homeVideoList.listType1 .videoItem .watchedBar {
    float: right;
    clear: right;
    width: 52%;
  }
}
@media all and (max-width: 479px) {
  /* line 407, ../sass/include/_home.scss */
  .homeVideoList {
    padding: 36px 10px 8px;
  }
  /* line 533, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem {
    width: 100%;
    float: none;
    margin-bottom: 28px;
    margin-left: 0;
  }
  /* line 538, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .image {
    width: 45%;
    margin-right: 8px;
  }
  /* line 542, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .program {
    font-size: 0.75em;
  }
  /* line 543, ../sass/include/_home.scss */
  .homeVideoList:not(.listType1) .videoItem .duration {
    font-size: 0.75em;
    clear: right;
    padding-left: 3px;
  }
}

/* line 553, ../sass/include/_home.scss */
.kidsShop {
  background-color: #655e5a;
  padding: 25px 28px;
  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 565, ../sass/include/_home.scss */
.kidsShop .item {
  width: 32%;
  margin-left: 1.960784313725%;
  background-color: #756e6b;
  padding: 9px 8px;
  overflow: hidden;
  color: #fff;
}
/* line 572, ../sass/include/_home.scss */
.kidsShop .item:first-child {
  margin-left: 0;
}
/* line 573, ../sass/include/_home.scss */
.kidsShop .item .image {
  float: left;
  margin-right: 6.122448979592%;
  width: 25.531914893617%;
}
/* line 578, ../sass/include/_home.scss */
.kidsShop .item .title {
  font-size: 1.0625em;
  font-weight: normal;
  margin: 10px 0 15px;
}
/* line 582, ../sass/include/_home.scss */
.kidsShop .item .title a {
  color: #fff;
}
/* line 584, ../sass/include/_home.scss */
.kidsShop .item .description {
  font-size: 0.8125em;
  line-height: 1.4em;
  float: right;
  width: 68%;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 553, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 553, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 20px;
  }
  /* line 597, ../sass/include/_home.scss */
  .kidsShop .item:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  /* line 601, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 25.531914893617%;
    margin-right: 12px;
  }
  /* line 605, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 1em;
    margin: 0 0 10px;
  }
  /* line 609, ../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 553, ../sass/include/_home.scss */
  .kidsShop {
    padding: 25px 6px;
  }
  /* line 621, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 23.0769230769231%;
    margin-right: 8px;
  }
  /* line 625, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 1.0625em;
    margin: 0 0 8px;
  }
  /* line 629, ../sass/include/_home.scss */
  .kidsShop .item .description {
    font-size: 0.8125em;
    line-height: 1.2em;
    width: 72%;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 553, ../sass/include/_home.scss */
  .kidsShop {
    display: block;
    padding: 16px 70px;
  }
  /* line 640, ../sass/include/_home.scss */
  .kidsShop .item {
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 8px;
  }
  /* line 644, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 19%;
    margin-right: 10px;
  }
  /* line 648, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 0.9375em;
    margin: 0 0 10px;
  }
  /* line 652, ../sass/include/_home.scss */
  .kidsShop .item .description {
    float: left;
    font-size: 0.75em;
    line-height: 1.5em;
  }
}
@media all and (max-width: 479px) {
  /* line 553, ../sass/include/_home.scss */
  .kidsShop {
    display: block;
    padding: 24px 12px 12px;
  }
  /* line 663, ../sass/include/_home.scss */
  .kidsShop .item {
    padding: 8px 5px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  /* line 667, ../sass/include/_home.scss */
  .kidsShop .item .image {
    width: 16.8918918918919%;
    margin-right: 12px;
  }
  /* line 671, ../sass/include/_home.scss */
  .kidsShop .item .title {
    font-size: 0.9375em;
    margin: 0 0 10px;
  }
  /* line 675, ../sass/include/_home.scss */
  .kidsShop .item .description {
    float: left;
    font-size: 0.75em;
    line-height: 1.5em;
  }
}

/* line 685, ../sass/include/_home.scss */
.plusPromo {
  overflow: hidden;
  margin-bottom: 68px;
  background-color: #1c1c1c;
  cursor: pointer;
}
/* line 691, ../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: 481px) and (max-width: 767px) {
  /* line 691, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-image: url("../../img/plus_banner_shows_mid.png");
    background-size: 381px auto;
  }
}
@media all and (max-width: 480px) {
  /* line 691, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    background-image: url("../../img/plus_banner_shows_low.png");
    background-size: 414px auto;
  }
}
/* line 711, ../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 721, ../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 728, ../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 734, ../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: 1279px) {
  /* line 711, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 62%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 711, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 711, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos {
    width: 100%;
    background-position: top center;
    height: 155px;
  }
  /* line 750, ../sass/include/_home.scss */
  .plusPromo .plusAdSeasonPhotos .inPromo {
    right: 29%;
  }
}
/* line 756, ../sass/include/_home.scss */
.plusPromo .plusIntroText {
  width: 40%;
  float: right;
  padding: 25px 20px 20px 35px;
  height: inherit;
  text-align: center;
}
/* line 762, ../sass/include/_home.scss */
.plusPromo .plusIntroText h2.introTitle {
  float: none;
  font-size: 2.125em;
}
/* line 766, ../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 773, ../sass/include/_home.scss */
.plusPromo .plusIntroText .introText {
  margin: 15px 0;
  color: #FFF;
  font-size: 1em;
  line-height: 1.1875em;
}
/* line 779, ../sass/include/_home.scss */
.plusPromo .plusIntroText a {
  font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 756, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    padding: 20px 20px 15px 35px;
  }
}
/* line 785, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason {
  width: 33%;
  background-color: black !important;
}
/* line 788, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason .introText {
  font-size: 0.875em;
}
/* line 790, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason .introText a {
  font-size: 1.1875em;
  margin: auto;
}
/* line 795, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason a:first-of-type {
  margin-right: 15px;
}
/* line 796, ../sass/include/_home.scss */
.plusPromo .plusIntroText.adSeason a:last-of-type {
  margin-left: 15px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 785, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 38%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 785, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 785, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason {
    width: 100%;
  }
  /* line 804, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText {
    padding: 35px 45px 45px 15px;
  }
  /* line 806, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText .introText {
    font-size: 1.0625em;
    width: 70%;
    margin: 20px auto;
  }
  /* line 811, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText a {
    font-size: 1.1875em;
  }
}
@media all and (max-width: 479px) {
  /* line 817, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText {
    padding: 35px 8px 45px 8px;
  }
  /* line 819, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText .introText {
    width: 85%;
    margin: 25px auto;
  }
  /* line 823, ../sass/include/_home.scss */
  .plusPromo .plusIntroText.adSeason.plusIntroText a {
    font-size: 1.0625em;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 685, ../sass/include/_home.scss */
  .plusPromo {
    padding: 0;
  }
  /* line 831, ../sass/include/_home.scss */
  .plusPromo .plusIntroText {
    font-size: 0.9375em;
  }
  /* line 833, ../sass/include/_home.scss */
  .plusPromo .plusIntroText h2.introTitle {
    font-size: 1.75em;
  }
}
/* line 837, ../sass/include/_home.scss */
.plusPromo .inline-plus {
  font-size: 0.6em;
}

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

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

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

@media all and (max-width: 599px) {
  /* line 891, ../sass/include/_home.scss */
  .plusPromo .plusIntroPhotos {
    width: 90%;
    margin: 20px auto 0;
    float: none;
    background-size: 414px auto;
    height: 138px;
  }
  /* line 898, ../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 900, ../sass/include/_home.scss */
  .plusPromo .plusIntroText h2.introTitle {
    font-size: 2.25em;
  }
}
@media all and (max-width: 480px) {
  /* line 916, ../sass/include/_home.scss */
  #home #localProgramsContainer {
    display: none;
  }

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

/* line 2, ../sass/include/_programs.scss */
.pageTitle {
  overflow: hidden;
  background-color: #222324;
  /* 600 and 768 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 5, ../sass/include/_programs.scss */
.pageTitle h1 {
  float: left;
  font-size: 1.6875em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
/* line 10, ../sass/include/_programs.scss */
.pageTitle .seeAll {
  float: right;
  font-size: 1.25em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  margin-top: 16px;
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 2, ../sass/include/_programs.scss */
  .pageTitle {
    padding: 20px 20px 10px;
  }
  /* line 19, ../sass/include/_programs.scss */
  .pageTitle h1 {
    font-size: 1.6875em;
  }
  /* line 20, ../sass/include/_programs.scss */
  .pageTitle .seeAll {
    font-size: 1.125em;
    margin-top: 8px;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 2, ../sass/include/_programs.scss */
  .pageTitle {
    padding: 20px 10px 10px;
  }
  /* line 28, ../sass/include/_programs.scss */
  .pageTitle h1 {
    font-size: 1.625em;
  }
  /* line 29, ../sass/include/_programs.scss */
  .pageTitle .seeAll {
    font-size: 0.9375em;
    margin-top: 8px;
  }
}
@media all and (max-width: 479px) {
  /* line 2, ../sass/include/_programs.scss */
  .pageTitle {
    padding: 20px 10px 10px;
  }
  /* line 37, ../sass/include/_programs.scss */
  .pageTitle h1 {
    font-size: 1.5em;
  }
  /* line 38, ../sass/include/_programs.scss */
  .pageTitle .seeAll {
    font-size: 0.9375em;
    margin-top: 8px;
  }
}

/* line 46, ../sass/include/_programs.scss */
#programs .reset {
  /* 1024 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 47, ../sass/include/_programs.scss */
#programs .reset.backToTop h2 a {
  color: #3eafe6;
}
/* line 48, ../sass/include/_programs.scss */
#programs .reset.morePrograms {
  display: none;
}
/* line 49, ../sass/include/_programs.scss */
#programs .reset .seeAll {
  font-size: 1.0625em;
  margin-top: 6px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 46, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 34px 20px;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 46, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 20px 10px;
    height: 60px;
  }
  /* line 59, ../sass/include/_programs.scss */
  #programs .reset .seeAll, #programs .reset h2 {
    margin-top: 14px;
  }
}
@media all and (max-width: 479px) {
  /* line 46, ../sass/include/_programs.scss */
  #programs .reset {
    padding: 20px 10px;
    height: 60px;
  }
  /* line 65, ../sass/include/_programs.scss */
  #programs .reset .seeAll, #programs .reset h2 {
    margin-top: 14px;
  }
}

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

/* line 71, ../sass/include/_programs.scss */
#featuredPrograms {
  padding: 28px;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 73, ../sass/include/_programs.scss */
#featuredPrograms .programItem {
  width: 14.71790678659%;
  float: left;
  margin-bottom: 38px;
  margin-right: 2.33%;
  position: relative;
}
/* line 79, ../sass/include/_programs.scss */
#featuredPrograms .programItem:nth-child(6n) {
  margin-right: 0;
}
/* line 80, ../sass/include/_programs.scss */
#featuredPrograms .programItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
  color: #b1b2b2;
  padding: 10px 0;
}
/* line 86, ../sass/include/_programs.scss */
#featuredPrograms .programItem .title a {
  color: #b1b2b2;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 71, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 92, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 13px 13px 0 13px;
    width: 18.382352941176%;
    margin-right: 2%;
  }
  /* line 96, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 97, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 71, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 103, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 12px 12px 0 12px;
    width: 23.49%;
    margin-right: 2%;
  }
  /* line 107, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 108, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 71, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 28px 20px;
  }
  /* line 114, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 12px 12px 0 12px;
    width: 31.80%;
    margin-right: 2%;
  }
  /* line 118, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(6n) {
    margin-right: 2%;
  }
  /* line 119, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 71, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 20px 10px;
  }
  /* line 125, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 0;
    width: 48%;
    margin-right: 0;
  }
  /* line 129, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:nth-child(2n) {
    float: right;
  }
  /* line 130, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .title {
    font-size: 0.875em;
  }
}
@media all and (max-width: 479px) {
  /* line 71, ../sass/include/_programs.scss */
  #featuredPrograms {
    padding: 0;
  }
  /* line 136, ../sass/include/_programs.scss */
  #featuredPrograms .programItem {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #343434;
    border-bottom: 1px dashed #171819;
    border-top: 1px dashed #555555;
  }
  /* line 144, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:first-child {
    border-top: 0 none;
  }
  /* line 145, ../sass/include/_programs.scss */
  #featuredPrograms .programItem:last-child {
    border-bottom: 0 none;
  }
  /* line 146, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .image {
    width: 43.75%;
    float: left;
  }
  /* line 150, ../sass/include/_programs.scss */
  #featuredPrograms .programItem .title {
    font-size: 0.875em;
    clear: none;
    padding-left: 10px;
  }
}

/* line 159, ../sass/include/_programs.scss */
.overlayInfo {
  background-color: #fff;
  color: #1f1f1f;
  font-size: 0.8125em;
  position: absolute;
  z-index: 20;
  top: -68px;
}
/* line 166, ../sass/include/_programs.scss */
.overlayInfo.arrowLeft {
  right: -454px;
}
/* line 168, ../sass/include/_programs.scss */
.overlayInfo.arrowLeft .arrow {
  background: url("../../img/overlay_programs_left.png") no-repeat 0 0;
  left: -15px;
}
/* line 173, ../sass/include/_programs.scss */
.overlayInfo.arrowRight {
  left: -454px;
}
/* line 175, ../sass/include/_programs.scss */
.overlayInfo.arrowRight .arrow {
  background: url("../../img/overlay_programs_right.png") no-repeat 0 0;
  right: -15px;
}
/* line 180, ../sass/include/_programs.scss */
.overlayInfo .inner {
  position: relative;
  width: 454px;
  padding: 20px 25px;
}
/* line 184, ../sass/include/_programs.scss */
.overlayInfo .inner h2 {
  font-size: 2.375em;
}
/* line 186, ../sass/include/_programs.scss */
.overlayInfo .arrow {
  position: absolute;
  top: 96px;
  width: 15px;
  height: 28px;
}
/* line 192, ../sass/include/_programs.scss */
.overlayInfo a {
  color: #1a6594;
}
/* line 193, ../sass/include/_programs.scss */
.overlayInfo .image {
  float: none;
}
/* line 194, ../sass/include/_programs.scss */
.overlayInfo h2 {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
/* line 195, ../sass/include/_programs.scss */
.overlayInfo .description {
  margin-top: 10px;
  line-height: 1.23076923076923em;
}
/* line 199, ../sass/include/_programs.scss */
.overlayInfo .latestEpisodes {
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.4em;
}
/* line 204, ../sass/include/_programs.scss */
.overlayInfo .programLink {
  font-weight: bold;
  padding: 15px 0 0 0;
  line-height: 1.4em;
  display: block;
}
/* line 210, ../sass/include/_programs.scss */
.overlayInfo .videoCounts {
  font-weight: bold;
  overflow: hidden;
  border-top: 1px solid #7d7d7d;
  padding-top: 18px;
}
/* line 215, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li {
  float: left;
}
/* line 217, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li:first-child {
  margin-right: 10px;
}
/* line 218, ../sass/include/_programs.scss */
.overlayInfo .videoCounts li span {
  padding: 0 10px 0 12px;
  color: #7d7d7d;
}

/* line 226, ../sass/include/_programs.scss */
.programsCarousel {
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 480 breakpoint */
}
/* line 227, ../sass/include/_programs.scss */
.programsCarousel .carouselContainer {
  position: relative;
  margin: 70px 28px 40px;
}
/* line 231, ../sass/include/_programs.scss */
.programsCarousel .container {
  overflow: hidden;
}
/* line 233, ../sass/include/_programs.scss */
.programsCarousel .controls a {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  position: absolute;
  z-index: 10;
  top: 36%;
  cursor: pointer;
}
/* line 245, ../sass/include/_programs.scss */
.programsCarousel .controls .leftArrow {
  left: -28px;
  border-radius: 0 5px 5px 0;
  background-image: url(../../img/1280_carousel_arrow_l.png);
  background-size: 20px 30px;
}
/* line 251, ../sass/include/_programs.scss */
.programsCarousel .controls .rightArrow {
  right: -28px;
  background-image: url(../../img/1280_carousel_arrow_r.png);
  border-radius: 5px 0 0 5px;
  background-size: 20px 30px;
}
@media all and (max-width: 1023px) {
  /* line 258, ../sass/include/_programs.scss */
  .programsCarousel .controls a {
    width: 48px;
    height: 48px;
  }
  /* line 262, ../sass/include/_programs.scss */
  .programsCarousel .controls .leftArrow, .programsCarousel .controls .rightArrow {
    background-size: 16px 24px;
  }
}
/* line 266, ../sass/include/_programs.scss */
.programsCarousel h4 {
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 269, ../sass/include/_programs.scss */
.programsCarousel h4 a {
  color: #bbbaba;
}
/* line 272, ../sass/include/_programs.scss */
.programsCarousel h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 277, ../sass/include/_programs.scss */
.programsCarousel h3 a {
  color: #fff;
}
/* line 279, ../sass/include/_programs.scss */
.programsCarousel .firstBlock {
  width: 49%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: absolute;
}
/* line 285, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .inner {
  position: relative;
  height: 100%;
  background: url("../../img/programs_carousel_pattern.jpg") repeat 0 0;
  padding: 30px 32px;
}
/* line 292, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .programlogo {
  float: none;
  height: 70px;
  display: block;
}
/* line 298, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .description {
  font-size: 1.0625em;
  line-height: 1.17647058823529em;
  height: 4.70588235294116em;
  color: #fff;
  margin-top: 20px;
}
/* line 306, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .programLink {
  margin-top: 20px;
  display: inline-block;
}
/* line 310, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .overlay {
  line-height: 50px;
  font-size: 1.125em;
  padding: 0 0 0 12px;
}
/* line 315, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts {
  overflow: hidden;
}
/* line 317, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li {
  float: left;
  display: block;
}
/* line 320, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li:first-child {
  padding-right: 20px;
}
/* line 321, ../sass/include/_programs.scss */
.programsCarousel .firstBlock .videoCounts li span {
  padding: 0 10px 0 12px;
  color: #595959;
}
/* line 328, ../sass/include/_programs.scss */
.programsCarousel .secondBlock {
  float: right;
  width: 50%;
  overflow: hidden;
}
/* line 333, ../sass/include/_programs.scss */
.programsCarousel .box2 {
  width: 49%;
  float: left;
}
/* line 337, ../sass/include/_programs.scss */
.programsCarousel .box3 {
  width: 49%;
  float: right;
}
/* line 341, ../sass/include/_programs.scss */
.programsCarousel .item {
  position: relative;
  overflow: hidden;
}
/* line 345, ../sass/include/_programs.scss */
.programsCarousel .box3 .item:first-child, .programsCarousel .box2 .item:first-child {
  margin-bottom: 5%;
}
/* line 346, ../sass/include/_programs.scss */
.programsCarousel .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 12px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 356, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    margin: 24px 20px 40px;
  }
  /* line 358, ../sass/include/_programs.scss */
  .programsCarousel .controls .leftArrow {
    left: -20px;
  }
  /* line 359, ../sass/include/_programs.scss */
  .programsCarousel .controls .rightArrow {
    right: -20px;
  }
  /* line 361, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock {
    width: 66%;
  }
  /* line 362, ../sass/include/_programs.scss */
  .programsCarousel .secondBlock {
    width: 32%;
  }
  /* line 363, ../sass/include/_programs.scss */
  .programsCarousel .box2 {
    width: 100%;
    float: left;
  }
  /* line 367, ../sass/include/_programs.scss */
  .programsCarousel .box3 {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 371, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    margin: 24px 20px 30px;
  }
  /* line 373, ../sass/include/_programs.scss */
  .programsCarousel .controls .leftArrow {
    left: -20px;
  }
  /* line 374, ../sass/include/_programs.scss */
  .programsCarousel .controls .rightArrow {
    right: -20px;
  }
  /* line 376, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock {
    width: 100%;
    height: 315px;
    position: static;
    margin-bottom: 30px;
  }
  /* line 381, ../sass/include/_programs.scss */
  .programsCarousel .firstBlock .inner {
    padding: 30px 32px;
  }
  /* line 383, ../sass/include/_programs.scss */
  .programsCarousel .secondBlock {
    width: 100%;
  }
  /* line 384, ../sass/include/_programs.scss */
  .programsCarousel .box2 {
    width: 100%;
    float: left;
  }
  /* line 387, ../sass/include/_programs.scss */
  .programsCarousel .box2 .item {
    width: 48%;
    float: right;
  }
  /* line 390, ../sass/include/_programs.scss */
  .programsCarousel .box2 .item:first-child {
    float: left;
    margin-bottom: 0;
  }
  /* line 396, ../sass/include/_programs.scss */
  .programsCarousel .box3 {
    display: none;
  }
}
@media all and (max-width: 599px) {
  /* line 400, ../sass/include/_programs.scss */
  .programsCarousel .carouselContainer {
    display: none;
  }
}

/* line 404, ../sass/include/_programs.scss */
.carouselProgramList {
  padding: 0 28px 28px 28px;
  overflow: hidden;
  /* 1024 breakpoint */
  /* 768 breakpoint */
  /* 600 breakpoint */
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 407, ../sass/include/_programs.scss */
.carouselProgramList .programItem {
  width: 18.382352941176%;
  float: left;
  margin-bottom: 38px;
  margin-right: 2%;
  position: relative;
  padding: 16px;
}
/* line 414, ../sass/include/_programs.scss */
.carouselProgramList .programItem:nth-child(5n) {
  margin-right: 0;
}
/* line 415, ../sass/include/_programs.scss */
.carouselProgramList .programItem.active {
  background-color: rgba(43, 164, 221, 0.3);
}
/* line 416, ../sass/include/_programs.scss */
.carouselProgramList .programItem .nrOfVideos {
  clear: left;
  font-size: 0.8em;
  color: #fff;
  padding: 11px 10px 0 0;
  font-weight: normal;
}
/* line 423, ../sass/include/_programs.scss */
.carouselProgramList .programItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  font-weight: bold;
  padding: 11px 0 0 0;
}
/* line 430, ../sass/include/_programs.scss */
.carouselProgramList .programItem h3 {
  line-height: normal;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 404, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0 20px 20px 20px;
  }
  /* line 435, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 13px;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 404, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0 20px 20px 20px;
  }
  /* line 440, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 12px;
    width: 23.49%;
  }
  /* line 443, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(5n) {
    margin-right: 2%;
  }
  /* line 444, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(4n) {
    margin-right: 0;
  }
  /* line 445, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    font-size: 0.75em;
    padding: 10px 10px 0 0;
  }
  /* line 449, ../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 457, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    width: 31.80%;
    padding: 12px;
    margin-bottom: 20px;
  }
  /* line 461, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(5n) {
    margin-right: 2%;
  }
  /* line 462, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(4) {
    display: none;
  }
  /* line 463, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 404, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 20px 10px;
  }
  /* line 469, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 0;
    width: 48%;
    margin-right: 0;
  }
  /* line 473, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:nth-child(2n) {
    float: right;
  }
  /* line 474, ../sass/include/_programs.scss */
  .carouselProgramList .programItem.active {
    background-color: transparent;
  }
  /* line 475, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    font-size: 0.75em;
  }
  /* line 476, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .title {
    font-size: 0.875em;
  }
}
@media all and (max-width: 479px) {
  /* line 404, ../sass/include/_programs.scss */
  .carouselProgramList {
    padding: 0;
  }
  /* line 482, ../sass/include/_programs.scss */
  .carouselProgramList .programItem {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #343434;
    border-bottom: 1px dashed #171819;
    border-top: 1px dashed #555555;
  }
  /* line 490, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:first-child {
    border-top: 0 none;
  }
  /* line 491, ../sass/include/_programs.scss */
  .carouselProgramList .programItem:last-child {
    border-bottom: 0 none;
  }
  /* line 492, ../sass/include/_programs.scss */
  .carouselProgramList .programItem.active {
    background-color: #343434;
  }
  /* line 493, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .image {
    width: 43.75%;
    float: left;
  }
  /* line 497, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .nrOfVideos {
    clear: none;
    font-size: 0.75em;
    padding: 12px 0 0 10px;
    overflow: hidden;
  }
  /* line 503, ../sass/include/_programs.scss */
  .carouselProgramList .programItem .title {
    font-size: 0.875em;
    clear: none;
    padding: 12px 0 0 10px;
  }
}

/* line 511, ../sass/include/_programs.scss */
.localStationPrograms, .featuredPrograms {
  background-color: #514b48;
}
/* line 513, ../sass/include/_programs.scss */
.localStationPrograms .programItem, .featuredPrograms .programItem {
  background-color: #514b48;
}
@media all and (max-width: 479px) {
  /* line 513, ../sass/include/_programs.scss */
  .localStationPrograms .programItem, .featuredPrograms .programItem {
    border-top: 1px dashed #6B6562;
    border-bottom: 1px dashed #191818;
  }
}
/* line 520, ../sass/include/_programs.scss */
.localStationPrograms .title a, .featuredPrograms .title a {
  color: #fff;
}

/* line 522, ../sass/include/_programs.scss */
.buttonHolder {
  display: none;
  text-align: center;
  padding: 40px 0;
}
/* line 526, ../sass/include/_programs.scss */
.buttonHolder .moreProgramsBtn {
  padding: 3px 20px;
  height: auto;
  border-radius: 5px;
  border: solid 1px #232323;
  background-color: #2c2c2c;
  background-image: none;
  padding: 5px 20px;
  text-transform: capitalize;
}

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

/* line 548, ../sass/include/_programs.scss */
.smallHeroCarousel {
  overflow: hidden;
  position: relative;
  padding: 0 0 58px;
  /* 480 breakpoint */
  /* 320 breakpoint */
}
/* line 553, ../sass/include/_programs.scss */
.smallHeroCarousel .container li {
  display: none;
}
/* line 555, ../sass/include/_programs.scss */
.smallHeroCarousel .container li.active {
  display: block;
}
/* line 558, ../sass/include/_programs.scss */
.smallHeroCarousel a {
  color: #fff;
}
/* line 559, ../sass/include/_programs.scss */
.smallHeroCarousel .navigator {
  position: absolute;
  z-index: 15;
  bottom: 7%;
}
/* line 563, ../sass/include/_programs.scss */
.smallHeroCarousel .navigator .bullet {
  background-color: #4e4e4e;
  border-radius: 50%;
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  cursor: pointer;
}
/* line 570, ../sass/include/_programs.scss */
.smallHeroCarousel .navigator .bullet.active {
  background-color: #fff;
}
/* line 573, ../sass/include/_programs.scss */
.smallHeroCarousel .controls {
  width: 100%;
  position: absolute;
  top: 40%;
}
/* line 577, ../sass/include/_programs.scss */
.smallHeroCarousel .controls a {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.83);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  cursor: pointer;
}
/* line 588, ../sass/include/_programs.scss */
.smallHeroCarousel .controls .leftArrow {
  left: 0;
  border-radius: 0 5px 5px 0;
  background-image: url(../../img/1280_carousel_arrow_l.png);
  background-size: 20px 30px;
}
/* line 594, ../sass/include/_programs.scss */
.smallHeroCarousel .controls .rightArrow {
  right: 0;
  background-image: url(../../img/1280_carousel_arrow_r.png);
  border-radius: 5px 0 0 5px;
  background-size: 20px 30px;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 601, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls a {
    width: 48px;
    height: 48px;
  }
  /* line 605, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .leftArrow, .smallHeroCarousel .controls .rightArrow {
    background-size: 16px 24px;
  }
}
/* line 609, ../sass/include/_programs.scss */
.smallHeroCarousel h4 {
  font-size: 0.6875em;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 615, ../sass/include/_programs.scss */
.smallHeroCarousel h3 {
  font-size: 1.1875em;
  font-weight: 300;
  line-height: 1.28571428571429em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 621, ../sass/include/_programs.scss */
.smallHeroCarousel .item {
  position: relative;
  overflow: hidden;
}
/* line 625, ../sass/include/_programs.scss */
.smallHeroCarousel .overlay {
  background-color: rgba(0, 0, 0, 0.83);
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 3%  4%;
}
@media all and (max-width: 599px) {
  /* line 634, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls {
    width: 100%;
    position: absolute;
    bottom: 14px;
    top: auto !important;
  }
  /* line 639, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls a {
    position: static;
    background-color: transparent;
    background-size: 20px 30px;
    height: 30px;
  }
  /* line 645, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .leftArrow {
    float: left;
    background-image: url(../../img/1280_carousel_arrow_l.png);
  }
  /* line 649, ../sass/include/_programs.scss */
  .smallHeroCarousel .controls .rightArrow {
    float: right;
    background-image: url(../../img/1280_carousel_arrow_r.png);
  }
  /* line 654, ../sass/include/_programs.scss */
  .smallHeroCarousel .navigator {
    bottom: 10%;
  }
}
@media all and (max-width: 479px) {
  /* line 659, ../sass/include/_programs.scss */
  .smallHeroCarousel h4 {
    font-size: 0.75em;
  }
  /* line 661, ../sass/include/_programs.scss */
  .smallHeroCarousel h3 {
    font-size: 1.1875em;
  }
}

/* line 664, ../sass/include/_programs.scss */
.programLists .itemsCount {
  font-weight: bold;
}

/* 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: 1279px) {
  /* line 1, ../sass/include/_single.scss */
  .videoPage {
    padding-top: 45px;
  }
}

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

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

/* line 23, ../sass/include/_single.scss */
.videoContainer > div:first-child {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 30, ../sass/include/_single.scss */
#pageDescription {
  margin-bottom: 50px;
  color: #FFF;
  overflow: hidden;
  position: relative;
  /* Expanded share menu */
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 30, ../sass/include/_single.scss */
  #pageDescription {
    padding: 12px 40px 0 40px;
  }
}
@media all and (max-width: 1023px) {
  /* line 30, ../sass/include/_single.scss */
  #pageDescription {
    padding: 12px 20px 0 20px;
  }
}
@media all and (max-width: 768px) {
  /* line 30, ../sass/include/_single.scss */
  #pageDescription {
    margin-bottom: 15px;
  }
}
/* line 38, ../sass/include/_single.scss */
#pageDescription .producer {
  float: right;
  margin-left: 20px;
  color: #767677;
  font-size: 0.8125em;
  font-weight: bold;
}
/* line 45, ../sass/include/_single.scss */
#pageDescription .top {
  clear: both;
  float: left;
  width: 61.22%;
  margin: 6px 0 0 0;
  border-right: 1px solid #444444;
  position: relative;
  padding-right: 35px;
  /* below 768 breakpoint */
}
/* line 53, ../sass/include/_single.scss */
#pageDescription .top div, #pageDescription .top ul {
  margin-top: 25px;
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 56, ../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 62, ../sass/include/_single.scss */
  #pageDescription .top div .borderBottom, #pageDescription .top ul .borderBottom {
    border: 0 none;
  }
  /* line 63, ../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 53, ../sass/include/_single.scss */
  #pageDescription .top div, #pageDescription .top ul {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  /* line 45, ../sass/include/_single.scss */
  #pageDescription .top {
    width: 100%;
    float: none;
    border-right: none;
    padding-right: 0;
  }
}
/* line 78, ../sass/include/_single.scss */
#pageDescription .bottom {
  float: left;
  width: 38.78%;
  margin: 6px 0;
  color: #979797;
  line-height: 1.846153846153846em;
  font-size: 0.8125em;
  border-left: 1px solid #444444;
  margin-left: -1px;
  /* 768 breakpoint */
}
/* line 87, ../sass/include/_single.scss */
#pageDescription .bottom > div, #pageDescription .bottom ul {
  margin-bottom: 14px;
}
@media all and (max-width: 479px) {
  /* line 87, ../sass/include/_single.scss */
  #pageDescription .bottom > div, #pageDescription .bottom ul {
    margin-bottom: 0;
  }
}
@media all and (max-width: 479px) {
  /* line 92, ../sass/include/_single.scss */
  #pageDescription .bottom ul {
    line-height: 1;
  }
}
/* line 94, ../sass/include/_single.scss */
#pageDescription .bottom span {
  font-size: 1.076923076923077em;
  font-weight: bold;
}
/* line 98, ../sass/include/_single.scss */
#pageDescription .bottom .funderHolidayCampagin {
  margin: 0;
}
/* line 100, ../sass/include/_single.scss */
#pageDescription .bottom .funderHolidayCampagin img {
  margin: 15px 0 25px;
  float: none;
}
@media all and (max-width: 479px) {
  /* line 100, ../sass/include/_single.scss */
  #pageDescription .bottom .funderHolidayCampagin img {
    margin: 25px 0;
  }
}
@media all and (max-width: 767px) {
  /* line 78, ../sass/include/_single.scss */
  #pageDescription .bottom {
    width: 100%;
    float: none;
    border-left: none;
  }
}
@media all and (min-width: 768px) {
  /* line 78, ../sass/include/_single.scss */
  #pageDescription .bottom {
    padding-left: 35px;
  }
}
@media all and (max-width: 479px) {
  /* line 114, ../sass/include/_single.scss */
  #pageDescription .bottom .bottomRight {
    line-height: 1;
    padding-top: 24px;
  }
}
@media all and (max-width: 599px) {
  /* line 122, ../sass/include/_single.scss */
  #pageDescription .bottom .episodeLinks li {
    display: none;
  }
  /* line 124, ../sass/include/_single.scss */
  #pageDescription .bottom .episodeLinks li:first-child {
    display: block;
    font-weight: bold;
  }
}
/* line 132, ../sass/include/_single.scss */
#pageDescription .programAnchor {
  color: #bbbaba;
  font-size: 0.8125em;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 137, ../sass/include/_single.scss */
#pageDescription .programAnchor a {
  color: #bbbaba;
}
/* line 139, ../sass/include/_single.scss */
#pageDescription .program {
  font-size: 0.8125em;
}
/* line 141, ../sass/include/_single.scss */
#pageDescription .program a {
  color: #bbbaba;
}
/* line 143, ../sass/include/_single.scss */
#pageDescription .titleContainer {
  position: relative;
  margin-top: 0px !important;
}
/* line 147, ../sass/include/_single.scss */
#pageDescription .title {
  color: #fff;
  padding: 0px;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
  position: relative;
  width: 90%;
}
/* line 157, ../sass/include/_single.scss */
#pageDescription .watchlistAdd {
  position: absolute;
  z-index: 20;
  margin-top: 0 !important;
  right: 34px;
  top: 0;
  background: #000;
}
@media all and (max-width: 767px) {
  /* line 157, ../sass/include/_single.scss */
  #pageDescription .watchlistAdd {
    right: 0px;
  }
}
/* line 163, ../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 170, ../sass/include/_single.scss */
#pageDescription .watchlistAdd a .plus {
  padding-left: 14px;
  width: auto;
}
/* line 174, ../sass/include/_single.scss */
#pageDescription .watchlistAdd a .plus-sign {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 182, ../sass/include/_single.scss */
#pageDescription .watchListAnchor {
  padding: 6px;
  font-size: 10px;
}
/* line 185, ../sass/include/_single.scss */
#pageDescription .watchListAnchor .nav-icon {
  height: 19px;
}
/* line 187, ../sass/include/_single.scss */
#pageDescription .videoProgram {
  float: left;
}
/* line 188, ../sass/include/_single.scss */
#pageDescription .videoProgramAnchor {
  color: #bbbaba;
  font-weight: bold;
}
/* line 192, ../sass/include/_single.scss */
#pageDescription .infos {
  color: #979797;
  font-size: 0.8125em;
  line-height: 1.38462em;
  overflow: hidden;
}
/* line 197, ../sass/include/_single.scss */
#pageDescription .infos li {
  float: left;
  border-right: 1px solid #979797;
  padding: 1px 10px 1px 0;
  margin-right: 10px;
}
/* line 202, ../sass/include/_single.scss */
#pageDescription .infos li:last-child {
  border-right: none;
}
/* line 205, ../sass/include/_single.scss */
#pageDescription .infos li.ccIndicator {
  padding: 0 10px 0 0;
}
@media all and (max-width: 479px) {
  /* line 209, ../sass/include/_single.scss */
  #pageDescription .infos li:nth-last-child(2) {
    border-right: none;
  }
}
/* line 215, ../sass/include/_single.scss */
#pageDescription .description {
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.307692307692308em;
}
@media all and (max-width: 1024px) {
  /* line 215, ../sass/include/_single.scss */
  #pageDescription .description {
    height: 3.92307692308em;
  }
}
/* line 221, ../sass/include/_single.scss */
#pageDescription .description .ellipsis, #pageDescription .description .readMore {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
/* line 227, ../sass/include/_single.scss */
#pageDescription section.details {
  margin: 10px 0;
  color: #aeafb0;
}
/* line 231, ../sass/include/_single.scss */
#pageDescription .videoInfoList {
  overflow: hidden;
}
/* line 235, ../sass/include/_single.scss */
#pageDescription #shareContainer {
  margin-top: 0;
  height: 50px;
  font-size: 0.8125em;
}
/* line 239, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore {
  display: none;
  margin-top: 10px;
  float: right;
  font-weight: bold;
  color: #b6b6b7;
}
/* line 245, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore li {
  float: left;
  padding-left: 20px;
}
/* line 248, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore li.embedBtn {
  cursor: pointer;
}
@media all and (max-width: 768px) {
  /* line 245, ../sass/include/_single.scss */
  #pageDescription #shareContainer .buttonsShareMore li {
    padding-left: 28px;
  }
  /* line 251, ../sass/include/_single.scss */
  #pageDescription #shareContainer .buttonsShareMore li:first-child {
    padding-left: 0;
  }
}
/* line 256, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore span {
  display: inline-block;
  float: left;
  line-height: 16px;
  color: #b6b6b7;
}
/* line 261, ../sass/include/_single.scss */
#pageDescription #shareContainer .buttonsShareMore span:first-child {
  margin-right: 7px;
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 265, ../sass/include/_single.scss */
  #pageDescription .bottomRight {
    width: 48%;
    float: right;
    padding-left: 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 274, ../sass/include/_single.scss */
  #pageDescription .bottomLeft {
    width: 52%;
    float: left;
  }
}
/* line 281, ../sass/include/_single.scss */
#pageDescription .funderBanner img {
  float: none;
  margin: 18px 0 -3px 0;
}
/* line 286, ../sass/include/_single.scss */
#pageDescription .videoProblems {
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 289, ../sass/include/_single.scss */
#pageDescription .videoProblems li {
  float: left;
  border-right: 1px solid #444444;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 294, ../sass/include/_single.scss */
#pageDescription .videoProblems li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media all and (max-width: 479px) {
  /* line 286, ../sass/include/_single.scss */
  #pageDescription .videoProblems {
    padding-bottom: 0;
  }
}
/* line 302, ../sass/include/_single.scss */
#pageDescription .videoAd {
  margin-bottom: 0;
  font-size: 0.9230769230769231em;
  line-height: 1.33333em;
  font-style: italic;
}
/* line 307, ../sass/include/_single.scss */
#pageDescription .videoAd img {
  float: none;
}
@media all and (max-width: 767px) {
  /* line 302, ../sass/include/_single.scss */
  #pageDescription .videoAd {
    clear: both;
  }
}
@media all and (max-width: 479px) {
  /* line 302, ../sass/include/_single.scss */
  #pageDescription .videoAd {
    padding: 21px 0 0 0;
  }
}

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

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

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

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

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

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

/* line 324, ../sass/include/_single.scss */
.videoShare {
  border-top: 1px solid #3a3a3a;
  overflow: hidden;
  margin-top: 0;
  padding-top: 10px;
  color: #b6b6b7;
  font-weight: bold;
  font-size: 0.8125em;
  /* buttons on the left */
}
@media all and (max-width: 479px) {
  /* line 324, ../sass/include/_single.scss */
  .videoShare {
    padding-top: 0;
  }
}
/* line 334, ../sass/include/_single.scss */
.videoShare .buttonsBuy {
  float: left;
}
/* line 336, ../sass/include/_single.scss */
.videoShare .buttonsBuy li {
  float: left;
  padding-right: 20px;
}
/* line 340, ../sass/include/_single.scss */
.videoShare .buttonsBuy span {
  display: inline-block;
  float: left;
  padding-left: 11px;
  line-height: 16px;
  color: #b6b6b7;
}
@media all and (max-width: 1023px) {
  /* line 340, ../sass/include/_single.scss */
  .videoShare .buttonsBuy span {
    line-height: 20px;
  }
}
/* line 349, ../sass/include/_single.scss */
.videoShare .buttonsShare {
  float: right;
  color: #b6b6b7;
}
/* line 352, ../sass/include/_single.scss */
.videoShare .buttonsShare li {
  float: left;
  padding-left: 20px;
  line-height: 20px;
}
/* line 356, ../sass/include/_single.scss */
.videoShare .buttonsShare li:first-child {
  padding-left: 0px;
}
/* line 357, ../sass/include/_single.scss */
.videoShare .buttonsShare li:last-child {
  padding-left: 0;
  float: right;
  min-width: 65px;
}
@media all and (max-width: 768px) {
  /* line 352, ../sass/include/_single.scss */
  .videoShare .buttonsShare li {
    padding-left: 30px;
  }
  /* line 364, ../sass/include/_single.scss */
  .videoShare .buttonsShare li:first-child {
    padding-left: 0px;
  }
}
/* line 367, ../sass/include/_single.scss */
.videoShare .buttonsShare span {
  color: #b6b6b7;
  display: inline-block;
  float: left;
  line-height: 16px;
}
/* line 372, ../sass/include/_single.scss */
.videoShare .buttonsShare span:first-child {
  margin-right: 7px;
}
@media all and (max-width: 1023px) {
  /* line 367, ../sass/include/_single.scss */
  .videoShare .buttonsShare span {
    line-height: 20px;
  }
}
@media all and (max-width: 479px) {
  /* line 349, ../sass/include/_single.scss */
  .videoShare .buttonsShare {
    width: 63px;
  }
}
/* line 378, ../sass/include/_single.scss */
.videoShare #moreButton {
  cursor: pointer;
}
/* line 380, ../sass/include/_single.scss */
.videoShare #moreButton span {
  color: #3eafe6;
}

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

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

/* line 394, ../sass/include/_single.scss */
.ccIcon {
  display: block;
  background: url("../../img/CC.png") no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

/* line 401, ../sass/include/_single.scss */
.shareIcon {
  display: block;
  background: url("../../img/episode_page_sprite_30.png") no-repeat 0 0;
  background-size: 265px 15px;
  width: 15px;
  height: 15px;
}
/* line 407, ../sass/include/_single.scss */
.shareIcon.facebook {
  background-position: -31px 0;
}
/* line 408, ../sass/include/_single.scss */
.shareIcon.twitter {
  background-position: -3px -1px;
}
/* line 409, ../sass/include/_single.scss */
.shareIcon.google {
  background-position: -156px 1px;
  width: 17px;
}
/* line 410, ../sass/include/_single.scss */
.shareIcon.email {
  background-position: -124px 0;
  width: 21px;
}
/* line 411, ../sass/include/_single.scss */
.shareIcon.more {
  background-position: -182px 0;
}
/* line 412, ../sass/include/_single.scss */
.shareIcon.share {
  background-position: -204px 0;
}
/* line 413, ../sass/include/_single.scss */
.shareIcon.embed {
  background-position: -225px 0;
  width: 20px;
}
/* line 414, ../sass/include/_single.scss */
.shareIcon.itunes {
  background-position: -94px 0;
}
/* line 415, ../sass/include/_single.scss */
.shareIcon.buydvd {
  background-position: -54px 0;
  width: 32px;
}
/* line 416, ../sass/include/_single.scss */
.shareIcon.less {
  background-position: -251px 0;
}
@media all and (max-width: 1024px) {
  /* line 401, ../sass/include/_single.scss */
  .shareIcon {
    background: url("../../img/episode_page_sprite_40.png") no-repeat 0 0;
    background-size: 350px 20px;
    width: 20px;
    height: 20px;
  }
  /* line 422, ../sass/include/_single.scss */
  .shareIcon.facebook {
    background-position: -36px -0px;
  }
  /* line 423, ../sass/include/_single.scss */
  .shareIcon.twitter {
    background-position: -5px 0;
  }
  /* line 424, ../sass/include/_single.scss */
  .shareIcon.google {
    background-position: -208px 0;
    width: 23px;
  }
  /* line 425, ../sass/include/_single.scss */
  .shareIcon.email {
    background-position: -153px -1px;
    width: 42px;
  }
  /* line 426, ../sass/include/_single.scss */
  .shareIcon.more {
    background-position: -242px 0px;
  }
  /* line 427, ../sass/include/_single.scss */
  .shareIcon.share {
    background-position: -272px 0;
  }
  /* line 428, ../sass/include/_single.scss */
  .shareIcon.embed {
    background-position: -302px 0;
    width: 26px;
  }
  /* line 429, ../sass/include/_single.scss */
  .shareIcon.itunes {
    background-position: -126px 0;
  }
  /* line 430, ../sass/include/_single.scss */
  .shareIcon.buydvd {
    background-position: -72px 0;
    width: 42px;
  }
  /* line 431, ../sass/include/_single.scss */
  .shareIcon.less {
    background-position: -330px 0;
  }
}

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

/* Old Player */
/* line 450, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld {
  position: relative;
  min-height: 86px;
  width: 100%;
}
/* line 454, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld video {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 464, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld.playing video {
  width: 100%;
  height: 100%;
}
/* line 470, ../sass/include/_single.scss */
#videoWrapper.videoContainerOld:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
/* line 475, ../sass/include/_single.scss */
#videoWrapper .videoImage {
  height: 100%;
  width: 100%;
}
/* line 478, ../sass/include/_single.scss */
#videoWrapper .videoImage img {
  float: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 488, ../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 501, ../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 510, ../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 518, ../sass/include/_single.scss */
#videoWrapper .videoControls .playPause {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 522, ../sass/include/_single.scss */
#videoWrapper .videoControls .fullscreen {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 526, ../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 531, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.play {
  background-position: 0 0;
}
/* line 532, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.pause {
  background-position: -40px 0;
}
/* line 533, ../sass/include/_single.scss */
#videoWrapper .videoControls .controlsIcons.fullscreen {
  background-position: -80px 0;
}
/* line 536, ../sass/include/_single.scss */
#videoWrapper .progressBar {
  width: 100%;
  height: 4px;
  background-color: #ddd;
  position: relative;
}
/* line 541, ../sass/include/_single.scss */
#videoWrapper .progressBar .progress {
  background-color: #3eafe6;
  height: 4px;
  width: 50%;
}
/* line 546, ../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 555, ../sass/include/_single.scss */
#videoWrapper .progressBar .thumbSpan {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3eafe6;
  border-radius: 5px;
}
/* line 563, ../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 577, ../sass/include/_single.scss */
#embed-video {
  display: none;
}
@media all and (max-width: 1023px) {
  /* line 577, ../sass/include/_single.scss */
  #embed-video {
    display: none !important;
  }
}
/* line 580, ../sass/include/_single.scss */
#embed-video .chapter-carousel {
  padding: 16px 0 14px;
  position: relative;
}
/* line 584, ../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 596, ../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 597, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls .leftArrow {
  left: -23px;
  background-position: 0 0;
}
/* line 601, ../sass/include/_single.scss */
#embed-video .chapter-carousel .controls .rightArrow {
  right: 11px;
  background-position: -15px 0;
}
/* line 606, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container {
  margin: 0;
}
/* line 608, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item {
  width: 40%;
  float: left;
  display: none;
  margin: 0 10% 0 0;
}
/* line 613, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item.active {
  display: block;
}
/* line 614, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item a.selected {
  outline: 2px solid #5fc8ff;
  display: block;
}
/* line 618, ../sass/include/_single.scss */
#embed-video .chapter-carousel .container .item h4 {
  font-weight: normal;
  color: #FFF;
}
/* line 625, ../sass/include/_single.scss */
#embed-video .poster {
  width: 344px;
  margin: 0 0 15px;
}
/* line 629, ../sass/include/_single.scss */
#embed-video img {
  display: block;
  width: 100%;
  float: none;
}
/* line 634, ../sass/include/_single.scss */
#embed-video .header {
  padding: 0 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 638, ../sass/include/_single.scss */
#embed-video .header .header-title {
  float: left;
}
/* line 641, ../sass/include/_single.scss */
#embed-video .header .close-embed {
  float: right;
  cursor: pointer;
}
/* line 645, ../sass/include/_single.scss */
#embed-video .header .close-embed span {
  padding: 0 5px 2px;
  border-radius: 50%;
  background: #4e4e4e;
  font-size: 0.8125em;
  color: #fff;
}
/* line 652, ../sass/include/_single.scss */
#embed-video .header .close-embed:hover span {
  background: #8d8d8d;
}
/* line 656, ../sass/include/_single.scss */
#embed-video .embed-title {
  font-size: 1.125em;
  margin: 0 0 5px;
  color: #fff;
}
/* line 661, ../sass/include/_single.scss */
#embed-video .embed-description {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.2em;
}
/* line 666, ../sass/include/_single.scss */
#embed-video .embed-options > div {
  float: left;
  line-height: 1.3125em;
}
/* line 670, ../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 677, ../sass/include/_single.scss */
#embed-video .embed-width, #embed-video .embed-height {
  text-align: center;
  width: 35px;
}
/* line 681, ../sass/include/_single.scss */
#embed-video .embed-text {
  padding: 0 5px;
  width: 344px;
  margin-right: 0;
}
/* line 686, ../sass/include/_single.scss */
#embed-video .embed-text-box {
  position: relative;
}
/* line 687, ../sass/include/_single.scss */
#embed-video .embed-text-box span {
  position: relative;
  top: -8px;
  font: normal 10px Arial;
  color: #ccc;
  display: block;
}

/* line 695, ../sass/include/_single.scss */
#relatedVideos {
  clear: both;
  padding-top: 20px;
}
/* line 698, ../sass/include/_single.scss */
#relatedVideos > h3 {
  color: #bbbaba;
  font-size: 0.8125em;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* line 706, ../sass/include/_single.scss */
.related_videos {
  overflow: hidden;
}
/* line 708, ../sass/include/_single.scss */
.related_videos .related_item {
  float: left;
  overflow: hidden;
  width: 47%;
  margin-bottom: 3%;
}
/* line 713, ../sass/include/_single.scss */
.related_videos .related_item:nth-child(2n) {
  float: right;
}
/* line 716, ../sass/include/_single.scss */
.related_videos .related_item .item_image {
  float: left;
  margin-right: 15px;
  width: 64px;
}
/* line 721, ../sass/include/_single.scss */
.related_videos .related_item .item_title {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5fc8ff;
}
/* line 729, ../sass/include/_single.scss */
.related_videos .related_item .item_description {
  font-size: 0.8125em;
  line-height: 1.38462em;
  height: 4.155em;
  overflow: hidden;
  float: left;
  width: 77%;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 739, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 2.77em;
  }
}
@media all and (max-width: 767px) {
  /* line 708, ../sass/include/_single.scss */
  .related_videos .related_item {
    width: 100%;
    float: none;
  }
  /* line 745, ../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 749, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 4.155em;
  }
}
@media all and (max-width: 479px) {
  /* line 753, ../sass/include/_single.scss */
  .related_videos .related_item .item_description {
    max-height: 2.77em;
    width: 72%;
  }
}

/* line 760, ../sass/include/_single.scss */
#liverailDebugger {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  padding: 10px;
  background-color: #ccffde;
  color: #000;
  position: relative;
  font-size: 0.75em;
  display: none;
}

/* line 771, ../sass/include/_single.scss */
#liverailDebugger a.close-debuger {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  font-weight: bold;
  cursor: pointer;
}

/* line 778, ../sass/include/_single.scss */
#liverailDebugger h3 {
  margin: 10px 0;
}

/* line 781, ../sass/include/_single.scss */
#liverailDebugger li {
  padding-bottom: 5px;
}

/* line 784, ../sass/include/_single.scss */
#liverailDebugger li a {
  color: #248DC4;
  font-weight: bold;
  text-decoration: underline;
}

/* line 789, ../sass/include/_single.scss */
#hdNotification {
  overflow: hidden;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 0;
  display: none;
}
/* line 795, ../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: 480px) {
  /* line 795, ../sass/include/_single.scss */
  #hdNotification p {
    font-size: 0.75em;
  }
}
/* line 805, ../sass/include/_single.scss */
#hdNotification .close {
  float: right;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.5em;
  margin: 0 20px 0 0;
  color: #fff;
}
@media all and (max-width: 768px) {
  /* line 805, ../sass/include/_single.scss */
  #hdNotification .close {
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) {
  /* line 789, ../sass/include/_single.scss */
  #hdNotification {
    padding: 15px 0;
  }
}

/* line 820, ../sass/include/_single.scss */
#endHDNotification {
  position: absolute;
  background: #000;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #18191b;
  display: none;
}
/* line 828, ../sass/include/_single.scss */
#endHDNotification p {
  color: #9b9b9b;
  font-size: 1em;
  line-height: 1.36364em;
  /* 480 breakpoint */
}
/* line 832, ../sass/include/_single.scss */
#endHDNotification p:first-of-type {
  margin: 0 0 3%;
}
@media all and (max-width: 599px) {
  /* line 828, ../sass/include/_single.scss */
  #endHDNotification p {
    font-size: 0.875em;
  }
}
/* line 840, ../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 840, ../sass/include/_single.scss */
  #endHDNotification .innerPanel {
    padding: 30px 10px;
  }
}
/* line 849, ../sass/include/_single.scss */
#endHDNotification .innerPanel .loginStationImage {
  overflow: hidden;
  width: 78px;
  margin: 20px auto;
}
/* line 855, ../sass/include/_single.scss */
#endHDNotification .socialList {
  overflow: hidden;
  padding: 30px 0;
  width: 175px;
  /* old value with yahoo: 240px; */
  margin: 0 auto;
}
/* line 860, ../sass/include/_single.scss */
#endHDNotification .socialList.isWrapped {
  width: 110px;
}
/* line 861, ../sass/include/_single.scss */
#endHDNotification .socialList li {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
  float: left;
}
/* line 869, ../sass/include/_single.scss */
#endHDNotification .socialList li.facebookColor {
  background-color: #124e94;
  margin-left: 0;
}
/* line 873, ../sass/include/_single.scss */
#endHDNotification .socialList li.googleColor {
  background-color: #d14433;
}
/* line 874, ../sass/include/_single.scss */
#endHDNotification .socialList li.yahooColor {
  background-color: #7b0099;
  display: none;
  /* remove this when adding yahoo back, also change .socialList width */
}
/* line 879, ../sass/include/_single.scss */
#endHDNotification .socialList li.pbsColor {
  background-color: #3eafe6;
}
/* line 880, ../sass/include/_single.scss */
#endHDNotification .socialList li:last-child {
  margin-right: 0;
}
/* line 881, ../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 889, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginFb {
  background-position: 4px -5px;
  height: 39px;
}
/* line 890, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginGp {
  background-position: 0 -87px;
}
/* line 891, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginYa {
  background-position: 0 -123px;
}
/* line 892, ../sass/include/_single.scss */
#endHDNotification .socialList li span.loginPb {
  background-position: 0 -126px;
}
@media all and (max-width: 499px) {
  /* line 855, ../sass/include/_single.scss */
  #endHDNotification .socialList {
    padding: 13px 0;
  }
}

/* line 899, ../sass/include/_single.scss */
.ursError {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  position: relative;
  opacity: 1;
}
/* line 906, ../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 924, ../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 941, ../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 949, ../sass/include/_single.scss */
#loadingbar dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

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

/* line 963, ../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 975, ../sass/include/_single.scss */
#hibridDummyPlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 1, ../sass/include/_buttons.scss */
.videoBtn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  height: 30px;
  line-height: 30px;
  color: #3eafe6;
  *zoom: 1;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 1px #333;
  cursor: pointer;
  *background-color: #151617;
  background-color: #151617;
  background-image: -moz-linear-gradient(top, #1f2122, #151617);
  background-image: -ms-linear-gradient(top, #1f2122, #151617);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f2122), to(#151617));
  background-image: -webkit-linear-gradient(top, #1f2122, #151617);
  background-image: -o-linear-gradient(top, #1f2122, #151617);
  background-image: linear-gradient(top, #1f2122, #151617);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2122', endColorstr='#151617', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 0 1px black, 0 0 1px #232323;
  -moz-box-shadow: inset 0 0 1px black, 0 0 1px #232323;
  box-shadow: inset 0 0 1px black, 0 0 1px #232323;
  padding: 0 10px;
  border: solid 1px #232323;
}
/* line 32, ../sass/include/_buttons.scss */
.videoBtn i {
  top: 3px;
}
/* line 33, ../sass/include/_buttons.scss */
.videoBtn a {
  color: #fff;
}

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

/* line 39, ../sass/include/_buttons.scss */
.videoBtnPosRight {
  float: left;
  margin-left: 17px;
}
/* line 42, ../sass/include/_buttons.scss */
.videoBtnPosRight .videoBtn {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 7px;
  letter-spacing: 0px;
}
/* line 48, ../sass/include/_buttons.scss */
.videoBtnPosRight .videoBtn:last-child {
  margin-bottom: 0;
}
/* line 51, ../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 60, ../sass/include/_buttons.scss */
.videoBtnPosRight i.dvd {
  background-position: 0 -1px;
}
/* line 61, ../sass/include/_buttons.scss */
.videoBtnPosRight i.itunes {
  background-position: 0 -19px;
}

@media screen and (max-width: 768px) {
  /* line 66, ../sass/include/_buttons.scss */
  .videoBtnPosRight {
    float: left;
    margin-left: 0px;
  }
}
/* line 1, ../sass/include/_program.scss */
#programLogo {
  margin: 40px 0px 0 30px;
  float: none;
}
@media all and (min-width: 600px) and (max-width: 1279px) {
  /* line 1, ../sass/include/_program.scss */
  #programLogo {
    margin: 40px 0px 0 20px;
  }
}
@media all and (max-width: 599px) {
  /* line 1, ../sass/include/_program.scss */
  #programLogo {
    margin: 50px 10px 0 10px;
  }
}

/* line 11, ../sass/include/_program.scss */
#programTitle {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  font-size: 1.6875em;
  margin: 40px 0px 0 30px;
}
@media all and (max-width: 599px) {
  /* line 11, ../sass/include/_program.scss */
  #programTitle {
    margin: 50px 10px 0 10px;
  }
}

/* line 19, ../sass/include/_program.scss */
#programContainer {
  margin: 10px 30px 58px 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 19, ../sass/include/_program.scss */
  #programContainer {
    background-color: #202020;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 19, ../sass/include/_program.scss */
  #programContainer {
    margin: 32px 20px 58px 20px;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 19, ../sass/include/_program.scss */
  #programContainer {
    margin: 8px 20px 58px 20px;
  }
}
@media all and (max-width: 599px) {
  /* line 19, ../sass/include/_program.scss */
  #programContainer {
    margin: 12px 0px 30px 0px;
  }
}

/* line 31, ../sass/include/_program.scss */
#programCarousel {
  float: left;
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 31, ../sass/include/_program.scss */
  #programCarousel {
    width: 56%;
  }
}
@media all and (max-width: 767px) {
  /* line 31, ../sass/include/_program.scss */
  #programCarousel {
    width: 100%;
    float: none;
  }
}
/* line 42, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel {
  overflow: visible;
  padding: 0;
  /* 480 breakpoint */
}
/* line 45, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel .navigator {
  bottom: -25px;
}
/* line 48, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel h3 {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  font-size: 1.6875em;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 48, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 48, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.3125em;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 48, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.375em;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 48, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 479px) {
  /* line 48, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h3 {
    font-size: 1.25em;
  }
}
/* line 57, ../sass/include/_program.scss */
#programCarousel .smallHeroCarousel h4 {
  font-size: 0.75em;
  margin-bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 57, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel h4 {
    font-size: 0.6875em;
  }
}
@media all and (max-width: 599px) {
  /* line 64, ../sass/include/_program.scss */
  #programCarousel .smallHeroCarousel .controls {
    bottom: -42px;
  }
}

/* line 70, ../sass/include/_program.scss */
#programInformation {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  float: right;
  padding: 20px 35px 40px 35px;
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 70, ../sass/include/_program.scss */
  #programInformation {
    width: 44%;
    padding: 20px 35px 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 70, ../sass/include/_program.scss */
  #programInformation {
    padding: 15px 20px 15px;
  }
}
@media all and (max-width: 767px) {
  /* line 70, ../sass/include/_program.scss */
  #programInformation {
    width: 100%;
    float: none;
    padding: 10px 20px 10px;
    margin-top: 50px;
  }
}
@media all and (max-width: 599px) {
  /* line 70, ../sass/include/_program.scss */
  #programInformation {
    margin-top: 40px;
    padding: 15px 20px 15px;
  }
}
/* line 92, ../sass/include/_program.scss */
#programInformation .description {
  font-size: 1.0625em;
  line-height: 1.29412em;
}
/* line 94, ../sass/include/_program.scss */
#programInformation .description a {
  margin-top: 20px;
  display: inline-block;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 92, ../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 92, ../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 92, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.9375em;
    line-height: 1.26667em;
  }
}
@media all and (max-width: 479px) {
  /* line 92, ../sass/include/_program.scss */
  #programInformation .description {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
}
/* line 103, ../sass/include/_program.scss */
#programInformation .programAd {
  font-size: 0.875em;
  line-height: 1.21429em;
  font-style: italic;
  margin-top: 20px;
  border-top: 1px solid #292929;
  padding-top: 13px;
  color: #a1a1a1;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 103, ../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 103, ../sass/include/_program.scss */
  #programInformation .programAd {
    font-size: 0.75em;
    line-height: 1.25em;
  }
}
@media all and (max-width: 599px) {
  /* line 103, ../sass/include/_program.scss */
  #programInformation .programAd {
    font-size: 0.75em;
    line-height: 1.25em;
  }
}
@media all and (max-width: 767px) {
  /* line 103, ../sass/include/_program.scss */
  #programInformation .programAd {
    border-top: 1px solid #3d3d3d;
  }
}

/* line 121, ../sass/include/_program.scss */
.addRemoveFavorite {
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 125, ../sass/include/_program.scss */
.addRemoveFavorite a {
  font-size: 0.875em;
  line-height: 1.8em;
  display: block;
  padding-left: 30px;
  color: #a1a1a1;
}
@media all and (min-width: 768px) {
  /* line 121, ../sass/include/_program.scss */
  .addRemoveFavorite {
    position: absolute;
    top: -31px;
    right: 1px;
  }
}
@media all and (max-width: 600px) {
  /* line 121, ../sass/include/_program.scss */
  .addRemoveFavorite {
    margin-top: 13px;
  }
}

/* line 142, ../sass/include/_program.scss */
#programFavAnchor, #programFavAnchorRemove {
  background: url("../../img/favorite_star_sprite.png") no-repeat;
  background-size: 25px 51px;
  height: 25px;
  cursor: pointer;
}

/* line 148, ../sass/include/_program.scss */
#programFavAnchor {
  background-position: 0 -27px;
}

/* line 151, ../sass/include/_program.scss */
#programFavAnchorRemove {
  display: none;
  background-position: 0 -1px;
}

/* line 7, ../sass/include/_schedules.scss */
#tv_schedules .relative {
  position: relative;
}
/* line 9, ../sass/include/_schedules.scss */
#tv_schedules .col1.schedulesDay {
  -webkit-box-shadow: inset 5px 0px 8px -5px black;
  -moz-box-shadow: inset 5px 0px 8px -5px black;
  box-shadow: inset 5px 0px 8px -5px black;
}
@media all and (max-width: 599px) {
  /* line 11, ../sass/include/_schedules.scss */
  #tv_schedules .col2 {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /* line 12, ../sass/include/_schedules.scss */
  #tv_schedules .col3 {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  /* line 13, ../sass/include/_schedules.scss */
  #tv_schedules .col4 {
    display: none;
  }
}

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

/* line 23, ../sass/include/_schedules.scss */
#schedulesMenu {
  background-color: #BBBBBB;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2d5d7), color-stop(100%, #a9a7a8));
  background-image: -webkit-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: -moz-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: -o-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: linear-gradient(#d2d5d7, #a9a7a8);
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
}
/* line 31, ../sass/include/_schedules.scss */
#schedulesMenu .menuContent {
  width: 100%;
  position: absolute;
  padding: 0 100px;
}
@media all and (max-width: 599px) {
  /* line 31, ../sass/include/_schedules.scss */
  #schedulesMenu .menuContent {
    padding: 0 74px;
  }
}
/* line 37, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2d5d7), color-stop(100%, #a9a7a8));
  background-image: -webkit-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: -moz-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: -o-linear-gradient(#d2d5d7, #a9a7a8);
  background-image: linear-gradient(#d2d5d7, #a9a7a8);
  width: 25%;
  color: #313133;
  text-align: left;
  float: left;
  font-size: 0.8125em;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 1px #555;
  padding-top: 4px;
  height: 40px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  /* line 37, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 37, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 37, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
/* line 57, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth {
  width: 25%;
}
@media all and (max-width: 1023px) {
  /* line 57, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 57, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 57, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth {
    width: 100%;
  }
}
/* line 63, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth3 {
  width: 33.3333%;
}
@media all and (max-width: 1023px) {
  /* line 63, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 63, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 63, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth3 {
    width: 100%;
  }
}
/* line 69, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth2 {
  width: 50%;
}
@media all and (max-width: 1023px) {
  /* line 69, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 69, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 69, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth2 {
    width: 100%;
  }
}
/* line 75, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel.schedulesWidth1 {
  width: 100%;
}
@media all and (max-width: 1023px) {
  /* line 75, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  /* line 75, ../sass/include/_schedules.scss */
  #schedulesMenu .schedulesChannel.schedulesWidth1 {
    width: 100%;
  }
}
/* line 81, ../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 86, ../sass/include/_schedules.scss */
#schedulesMenu .schedulesChannel .desc {
  font-style: italic;
  font-weight: normal;
}
/* line 91, ../sass/include/_schedules.scss */
#schedulesMenu .left, #schedulesMenu .right {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaadb4), color-stop(100%, #555860));
  background-image: -webkit-linear-gradient(#aaadb4, #555860);
  background-image: -moz-linear-gradient(#aaadb4, #555860);
  background-image: -o-linear-gradient(#aaadb4, #555860);
  background-image: linear-gradient(#aaadb4, #555860);
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  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;
}
/* line 105, ../sass/include/_schedules.scss */
#schedulesMenu .left i, #schedulesMenu .right i {
  background-image: url(../../img/schedules_arrows.png);
  background-size: 16px 13px;
  display: inline-block;
  width: 8px;
  height: 13px;
}
@media all and (max-width: 599px) {
  /* line 91, ../sass/include/_schedules.scss */
  #schedulesMenu .left, #schedulesMenu .right {
    width: 74px;
  }
}
/* line 114, ../sass/include/_schedules.scss */
#schedulesMenu .left {
  left: 0;
  width: 101px;
  border-right: solid 1px #555;
}
@media all and (max-width: 599px) {
  /* line 114, ../sass/include/_schedules.scss */
  #schedulesMenu .left {
    width: 75px;
  }
}
/* line 120, ../sass/include/_schedules.scss */
#schedulesMenu .right {
  right: 0;
  border-left: solid 1px #555;
}
/* line 122, ../sass/include/_schedules.scss */
#schedulesMenu .right i {
  background-position: -8px 0;
}

/* line 126, ../sass/include/_schedules.scss */
#schedulesList {
  font-size: 0.8125em;
  position: relative;
  overflow: hidden;
}
/* line 130, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay {
  width: 25%;
  float: left;
  border-left: solid 1px #545252;
}
/* line 134, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth {
  width: 25%;
}
@media all and (max-width: 1023px) {
  /* line 134, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 134, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 134, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth {
    width: 100%;
  }
}
/* line 140, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth3 {
  width: 33.3333%;
}
@media all and (max-width: 1023px) {
  /* line 140, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 140, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 140, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth3 {
    width: 100%;
  }
}
/* line 146, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth2 {
  width: 50%;
}
@media all and (max-width: 1023px) {
  /* line 146, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 146, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 146, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth2 {
    width: 100%;
  }
}
/* line 152, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay.schedulesWidth1 {
  width: 100%;
}
@media all and (max-width: 1023px) {
  /* line 152, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 152, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  /* line 152, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay.schedulesWidth1 {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  /* line 130, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  /* line 130, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  /* line 130, ../sass/include/_schedules.scss */
  #schedulesList .schedulesDay {
    width: 100%;
  }
}
/* line 163, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry, #schedulesList #schedulesPeek .entry {
  border-top: solid 1px #545252;
  padding: 10px;
  overflow: hidden;
  line-height: 16px;
}
/* line 168, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry a, #schedulesList #schedulesPeek .entry a {
  font-weight: bold;
}
/* line 169, ../sass/include/_schedules.scss */
#schedulesList .schedulesDay .entry .description, #schedulesList #schedulesPeek .entry .description {
  margin-top: 10px;
  color: #c6c6c6;
}

/* line 176, ../sass/include/_schedules.scss */
#schedulesHours {
  position: absolute;
  font-weight: bold;
  background-color: #18191b;
  width: 100px;
  text-align: right;
  z-index: 99900;
}
/* line 183, ../sass/include/_schedules.scss */
#schedulesHours div {
  border-top: solid 1px #545252;
  height: 100px;
  line-height: 100px;
  padding: 0 10px;
}
@media all and (max-width: 599px) {
  /* line 183, ../sass/include/_schedules.scss */
  #schedulesHours div {
    padding: 0 5px;
  }
}
@media all and (max-width: 599px) {
  /* line 176, ../sass/include/_schedules.scss */
  #schedulesHours {
    width: 74px;
  }
}

/* line 192, ../sass/include/_schedules.scss */
#schedulesPeek {
  position: absolute;
  z-index: 99900;
  right: 0;
  width: 100px;
  border-left: solid 1px #545252;
  background-color: #2c2c2c;
}
@media all and (max-width: 599px) {
  /* line 192, ../sass/include/_schedules.scss */
  #schedulesPeek {
    display: none;
  }
}

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

/* line 208, ../sass/include/_schedules.scss */
#schedulesHeader {
  padding: 30px 10px;
  overflow: hidden;
  background-color: #2c2c2c;
}
/* line 212, ../sass/include/_schedules.scss */
#schedulesHeader .left {
  float: left;
  width: 35%;
}
@media all and (max-width: 719px) {
  /* line 212, ../sass/include/_schedules.scss */
  #schedulesHeader .left {
    width: 50%;
  }
}
/* line 217, ../sass/include/_schedules.scss */
#schedulesHeader .right {
  float: left;
  width: 65%;
}
@media all and (max-width: 719px) {
  /* line 217, ../sass/include/_schedules.scss */
  #schedulesHeader .right {
    width: 50%;
  }
}
/* line 222, ../sass/include/_schedules.scss */
#schedulesHeader h2 {
  margin-top: 15px;
  font-size: 1.75em;
  font-weight: 300;
  color: #bbb;
}
@media all and (max-width: 599px) {
  /* line 222, ../sass/include/_schedules.scss */
  #schedulesHeader h2 {
    margin-top: 3px;
    font-size: 1.125em;
  }
}
@media all and (max-width: 599px) {
  /* line 208, ../sass/include/_schedules.scss */
  #schedulesHeader {
    padding: 15px 10px;
  }
}

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

/* line 247, ../sass/include/_schedules.scss */
#schedulesCalendar {
  width: 252px;
  overflow: hidden;
  border-bottom: solid 1px #2a2a2a;
  float: right;
}
/* line 252, ../sass/include/_schedules.scss */
#schedulesCalendar .day {
  float: left;
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  border-top: solid 1px #2a2a2a;
  border-left: solid 1px #2a2a2a;
  font-size: 0.6875em;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #000;
}
/* line 265, ../sass/include/_schedules.scss */
#schedulesCalendar .day .date {
  display: block;
  margin-top: 3px;
}
/* line 269, ../sass/include/_schedules.scss */
#schedulesCalendar .day:nth-child(7n) {
  border-right: solid 1px #2a2a2a;
}
/* line 270, ../sass/include/_schedules.scss */
#schedulesCalendar .day.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #375263), color-stop(100%, #447998));
  background-image: -webkit-linear-gradient(#375263, #447998);
  background-image: -moz-linear-gradient(#375263, #447998);
  background-image: -o-linear-gradient(#375263, #447998);
  background-image: linear-gradient(#375263, #447998);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 599px) {
  /* line 247, ../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: #fff;
  font-weight: bold;
  height: 36px;
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.2);
}
/* line 289, ../sass/include/_schedules.scss */
#schedulesDate a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a8d92), color-stop(100%, #343537));
  background-image: -webkit-linear-gradient(#8a8d92, #343537);
  background-image: -moz-linear-gradient(#8a8d92, #343537);
  background-image: -o-linear-gradient(#8a8d92, #343537);
  background-image: linear-gradient(#8a8d92, #343537);
  width: 36px;
  font-size: 1.125em;
  line-height: 32px;
  border: solid 1px #2a2a2a;
}
/* line 295, ../sass/include/_schedules.scss */
#schedulesDate a.disabled {
  color: #aaa;
}
/* line 297, ../sass/include/_schedules.scss */
#schedulesDate span {
  width: 72px;
  font-size: 0.8125em;
  line-height: 36px;
  border-top: solid 1px #2a2a2a;
  border-bottom: solid 1px #2a2a2a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #375263), color-stop(100%, #447998));
  background-image: -webkit-linear-gradient(#375263, #447998);
  background-image: -moz-linear-gradient(#375263, #447998);
  background-image: -o-linear-gradient(#375263, #447998);
  background-image: linear-gradient(#375263, #447998);
}
@media all and (max-width: 599px) {
  /* line 277, ../sass/include/_schedules.scss */
  #schedulesDate {
    display: block;
  }
}

/* line 308, ../sass/include/_schedules.scss */
#program_schedules .program {
  padding: 35px 15.4px 45px 15.4px;
  background-color: #373737;
  font-size: 0.875em;
  line-height: 22px;
}
/* line 313, ../sass/include/_schedules.scss */
#program_schedules .program h2 {
  padding: 0;
  font-size: 2em;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 322, ../sass/include/_schedules.scss */
#program_schedules .program a {
  margin-top: 20px;
  font-weight: bold;
  display: block;
}
@media all and (max-width: 480px) {
  /* line 328, ../sass/include/_schedules.scss */
  #program_schedules .program h2 {
    font-size: 1.5em;
    line-height: 24px;
  }
}
/* line 334, ../sass/include/_schedules.scss */
#program_schedules .slim {
  color: #C3C3C3;
  font-size: 1.375em;
}
@media all and (max-width: 599px) {
  /* line 334, ../sass/include/_schedules.scss */
  #program_schedules .slim {
    font-size: 1em;
    line-height: 16px;
  }
}

/* line 344, ../sass/include/_schedules.scss */
.program_schedules_list {
  background-color: #373737;
  overflow: hidden;
  padding: 15px 0;
}
/* line 348, ../sass/include/_schedules.scss */
.program_schedules_list li {
  padding: 15px 20px;
  float: left;
  width: 50%;
}
/* line 352, ../sass/include/_schedules.scss */
.program_schedules_list li .episode {
  background-color: #2c2c2c;
  padding: 20px 10px 10px 10px;
  height: 142px;
}
/* line 356, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.9375em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  height: 16px;
  width: 100%;
}
/* line 365, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .description {
  color: #aaa;
  font-size: 0.8125em;
  line-height: 16px;
  height: 50px;
  overflow: hidden;
}
/* line 372, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .minutes {
  font-size: 0.6875em;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 377, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer {
  height: 25px;
  background-color: #1e1e1e;
  margin: -10px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 0.6875em;
}
/* line 384, ../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 389, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer .left {
  width: 60%;
  font-weight: bold;
}
/* line 393, ../sass/include/_schedules.scss */
.program_schedules_list li .episode .footer .right {
  width: 40%;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 397, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: none;
  }
}
@media all and (max-width: 600px) {
  /* line 397, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: inline;
  }
}
@media all and (max-width: 479px) {
  /* line 397, ../sass/include/_schedules.scss */
  .program_schedules_list li .episode .footer .day {
    display: none;
  }
}
@media all and (max-width: 600px) {
  /* line 348, ../sass/include/_schedules.scss */
  .program_schedules_list li {
    width: 100%;
  }
}

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

/* line 8, ../sass/include/_watchlist.scss */
#loggedIn {
  display: none;
  margin-top: 2px;
  overflow: hidden;
  /* special breakpoint above 768px */
  /*  1280 breakpoint*/
  /*  1024 breakpoint*/
  /*  768 breakpoint*/
  /*  600 breakpoint*/
  /* 320 breakpoint */
}
/* line 12, ../sass/include/_watchlist.scss */
#loggedIn .skip {
  display: none;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 17, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms {
  padding: 10px 0;
  display: block;
}
/* line 20, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem {
  padding: 0;
  margin-left: 0;
  width: 100%;
  background-color: transparent;
}
/* line 25, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .image, #loggedIn .watchListFavoritePrograms .videoItem .title {
  margin-left: 22.02702702702703%;
  width: 55.94594594594595%;
}
/* line 29, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .image {
  margin-bottom: 10px;
}
/* line 30, ../sass/include/_watchlist.scss */
#loggedIn .watchListFavoritePrograms .videoItem .title {
  font-size: 0.875em;
  color: #b1b2b2;
}
/* line 36, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer {
  padding: 5px 5px;
}
/* line 38, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .watchedBar {
  margin: 10px 0;
  height: 4px;
  background: #fff;
  overflow: hidden;
}
/* line 43, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .watchedBar .progress {
  background: #3eafe6;
  height: 4px;
}
/* line 48, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .lastWatched {
  margin-top: 17px;
  font-size: 0.875em;
  color: #bfbcbc;
}
/* line 53, ../sass/include/_watchlist.scss */
#loggedIn #historyContainer .duration {
  float: left;
}
@media all and (min-width: 768px) {
  /* line 59, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos {
    padding: 20px 10px 0;
  }
  /* line 61, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem {
    width: 100%;
    margin-left: 0;
  }
  /* line 64, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .image {
    width: 30.33707865168539%;
    margin-right: 1.79775280898876%;
  }
  /* line 68, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    float: right;
    width: 67.41573033707865%;
  }
  /* line 72, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    color: #bbbaba;
  }
  /* line 73, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .title {
    font-size: 1.1875em;
  }
  /* line 74, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .description {
    font-size: 0.875em;
    width: 67.41573033707865%;
  }
}
@media all and (min-width: 1280px) {
  /* line 83, ../sass/include/_watchlist.scss */
  #loggedIn .left {
    float: left;
    width: 70.859375%;
  }
  /* line 86, ../sass/include/_watchlist.scss */
  #loggedIn .left .watchListFavoriteVideos {
    padding: 13px 0 0 8px;
  }
  /* line 87, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    height: 73px;
    padding-left: 10px;
  }
  /* line 90, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.6875em;
  }
  /* line 93, ../sass/include/_watchlist.scss */
  #loggedIn .right {
    width: 29.140625%;
    float: right;
  }
  /* line 96, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset {
    height: 73px;
  }
  /* line 98, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset h2 {
    font-size: 1.6875em;
  }
  /* line 102, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .watchedBar {
    width: 58%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* line 108, ../sass/include/_watchlist.scss */
  #loggedIn .left {
    float: left;
    width: 70.859375%;
  }
  /* line 111, ../sass/include/_watchlist.scss */
  #loggedIn .left .watchListFavoriteVideos {
    padding: 13px 0 0 8px;
  }
  /* line 112, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    height: 73px;
    padding-left: 10px;
  }
  /* line 115, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.6875em;
  }
  /* line 118, ../sass/include/_watchlist.scss */
  #loggedIn .right {
    width: 29.140625%;
    float: right;
  }
  /* line 121, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset {
    height: 73px;
  }
  /* line 123, ../sass/include/_watchlist.scss */
  #loggedIn .right .reset h2 {
    font-size: 1.6875em;
  }
  /* line 127, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .watchedBar {
    width: 58%;
    margin: 6px 0;
  }
  /* line 132, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 139, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 2em;
  }
  /* line 143, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoriteVideos .videoItem .programTitle {
    float: none;
    width: 100%;
  }
  /* line 149, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    background-color: #4c4846;
    padding: 50px 0;
  }
  /* line 152, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 21.5%;
    margin-left: 3%;
  }
  /* line 155, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 159, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 163, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
  }
  /* line 167, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .watchedBar {
    margin: 6px 0;
  }
  /* line 169, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
  /* line 170, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .lastWatched {
    margin-top: 10px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 177, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.625em;
  }
  /* line 179, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    background-color: #4c4846;
    padding: 50px 0;
  }
  /* line 182, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 34%;
    margin-left: 10%;
  }
  /* line 185, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 189, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 193, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
  }
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 198, ../sass/include/_watchlist.scss */
  #loggedIn .skip {
    display: inline-block;
    line-height: 1.9em;
  }
  /* line 203, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding: 20px 10px 0;
  }
  /* line 205, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.625em;
    line-height: 0.7em;
  }
  /* line 211, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    background-color: #4c4846;
    padding: 50px 13px;
  }
  /* line 214, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 46%;
    margin-left: 7%;
  }
  /* line 217, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    margin-left: 0;
    width: 100%;
  }
  /* line 221, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    margin-left: 0;
    width: 100%;
  }
  /* line 225, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:nth-child(odd) {
    clear: none;
    margin: 0;
  }
  /* line 232, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .watchedBar {
    margin: 6px 0;
  }
  /* line 234, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .duration, #loggedIn #historyContainer .videoItem .lastWatched {
    font-size: 0.775em;
  }
  /* line 235, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoItem .lastWatched {
    margin-top: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 241, ../sass/include/_watchlist.scss */
  #loggedIn .skip {
    display: inline-block;
  }
  /* line 243, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset {
    padding: 20px 10px 0;
  }
  /* line 245, ../sass/include/_watchlist.scss */
  #loggedIn .left .reset h2 {
    font-size: 1.25em;
  }
  /* line 248, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms {
    background-color: #4c4846;
    padding: 0;
  }
  /* line 251, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px dashed #171819;
    border-top: 1px dashed #555555;
  }
  /* line 256, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:first-child {
    border-top: 0;
  }
  /* line 257, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem:last-child {
    border-bottom: 0;
  }
  /* line 258, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .image {
    width: 40%;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* line 263, ../sass/include/_watchlist.scss */
  #loggedIn .watchListFavoritePrograms .videoItem .title {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
  }
  /* line 271, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer {
    padding: 0;
  }
  /* line 273, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList {
    padding: 0;
  }
  /* line 275, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem {
    background-color: #2c2c2c;
    margin: 0;
    border-bottom: 1px dashed #171819;
    border-top: 1px dashed #555555;
  }
  /* line 280, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem:first-child {
    border-top: 0;
  }
  /* line 281, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem:last-child {
    border-bottom: 0;
  }
  /* line 282, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .image {
    display: none;
  }
  /* line 283, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .title {
    float: none;
    font-size: 1em;
    width: auto;
    padding-right: 0;
  }
  /* line 289, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .watchedBar {
    margin: 10px 0;
    width: 100%;
    height: 4px;
    background: #fff;
  }
  /* line 294, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .watchedBar .progress {
    background: #3eafe6;
    height: 4px;
  }
  /* line 299, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .lastWatched {
    margin-top: 17px;
    font-size: 0.875em;
    color: #bfbcbc;
  }
  /* line 304, ../sass/include/_watchlist.scss */
  #loggedIn #historyContainer .videoList .videoItem .duration {
    float: left;
    margin-top: 0px;
    font-size: 0.8125em;
  }
}

@media all and (max-width: 1279px) {
  /* 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: 1279px) {
  /* 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 {
  background: #1d1c1c;
  overflow: hidden;
  padding: 20px 15px 15px;
  clear: both;
}
/* line 7, ../sass/include/_see-all.scss */
.pageTitle .title {
  float: left;
}
/* line 8, ../sass/include/_see-all.scss */
.pageTitle .pagination {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  float: right;
  overflow: hidden;
  margin-top: 5px;
  padding-bottom: 1px;
}
/* line 14, ../sass/include/_see-all.scss */
.pageTitle .pagination li {
  display: none;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #666;
}
/* line 19, ../sass/include/_see-all.scss */
.pageTitle .pagination li.currentPage {
  display: block;
  font-weight: bold;
}
/* line 23, ../sass/include/_see-all.scss */
.pageTitle .pagination li.currentPage2 {
  display: block;
  font-weight: bold;
}
/* line 27, ../sass/include/_see-all.scss */
.pageTitle .pagination li.visiblePage {
  display: block;
}
/* line 28, ../sass/include/_see-all.scss */
.pageTitle .pagination li:last-child {
  border-right: 0;
}
/* line 29, ../sass/include/_see-all.scss */
.pageTitle .pagination li:first-child {
  padding-left: 0;
}
@media all and (max-width: 599px) {
  /* line 8, ../sass/include/_see-all.scss */
  .pageTitle .pagination {
    margin-top: 17px;
    clear: left;
    float: left;
  }
}
/* line 37, ../sass/include/_see-all.scss */
.pageTitle.bottom {
  height: 60px;
  padding: 10px 15px 0;
}
@media all and (max-width: 599px) {
  /* line 2, ../sass/include/_see-all.scss */
  .pageTitle {
    padding: 20px 15px 15px;
  }
  /* line 43, ../sass/include/_see-all.scss */
  .pageTitle h1 {
    font-size: 1.25em;
  }
}

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

/* line 52, ../sass/include/_see-all.scss */
.leftFilters {
  background-color: #1c1c1c;
  margin: 24px 0;
  margin-left: 0.9765625%;
  margin-right: 2.5390625%;
  width: 309px;
  float: left;
}
/* line 59, ../sass/include/_see-all.scss */
.leftFilters .topSection {
  background: #181717;
  font-size: 1.1875em;
  padding: 15px;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 59, ../sass/include/_see-all.scss */
  .leftFilters .topSection {
    font-size: 1em;
  }
}
/* line 65, ../sass/include/_see-all.scss */
.leftFilters .programLogo {
  width: 90%;
  margin: 0 auto 18px;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 52, ../sass/include/_see-all.scss */
  .leftFilters {
    width: 30.46875%;
  }
}

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

/* line 77, ../sass/include/_see-all.scss */
#videoResults {
  overflow: hidden;
  width: 926px;
  margin: 0 0 0 15px;
}
/* line 81, ../sass/include/_see-all.scss */
#videoResults .subHeader {
  margin: 23px 0 30px;
  padding: 24px 15px 15px;
  background-color: #1d1c1c;
  position: relative;
  height: 60px;
}
/* line 87, ../sass/include/_see-all.scss */
#videoResults .subHeader h2 {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  font-size: 1.375em;
}
/* line 91, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden {
  position: absolute;
  left: 1px;
  top: 0px;
  font-size: 1.0625em;
  background-color: #1d1c1c;
  width: 205px;
  display: none;
  padding: 3px 13px;
}
/* line 100, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li {
  margin: 20px 0;
}
/* line 102, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li:first-child {
  margin: 11px 0;
}
/* line 103, ../sass/include/_see-all.scss */
#videoResults .subHeader #videoTypesHidden li:not(:first-child) {
  display: none;
}
/* line 106, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter {
  float: right;
  line-height: 1.8em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
/* line 107, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter a {
  margin: 0 5px;
}
/* line 111, ../sass/include/_see-all.scss */
#videoResults .subHeader .sorter .sortSelected {
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
}
@media all and (max-width: 767px) {
  /* line 106, ../sass/include/_see-all.scss */
  #videoResults .subHeader .sorter {
    height: 45px;
  }
}
@media all and (max-width: 479px) {
  /* line 106, ../sass/include/_see-all.scss */
  #videoResults .subHeader .sorter {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 120, ../sass/include/_see-all.scss */
  #videoResults .subHeader:first-child {
    margin: 0px 0 20px;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 77, ../sass/include/_see-all.scss */
  #videoResults {
    width: 66.015625%;
  }
}
@media all and (max-width: 767px) {
  /* line 77, ../sass/include/_see-all.scss */
  #videoResults {
    width: 100%;
    margin: 0;
  }
}

/* line 132, ../sass/include/_see-all.scss */
.dropdownArrow {
  display: inline-block;
  background: url("../../img/small_blue_dropdown.png") no-repeat 0 0;
  background-size: 14px 16px;
  width: 17px;
  height: 8px;
  margin-left: 10px;
}
/* line 139, ../sass/include/_see-all.scss */
.dropdownArrow.up {
  background-position: 0 -9px;
}

/* line 141, ../sass/include/_see-all.scss */
.listTypeSeeAll {
  padding: 0 10px 0 0;
}
/* line 143, ../sass/include/_see-all.scss */
.listTypeSeeAll .videoItem {
  float: none;
  width: 100%;
  margin-left: 0;
}
@media all and (min-width: 1280px) {
  /* line 148, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .programTitle {
    float: right;
    width: 64%;
    display: block;
  }
  /* line 153, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .image {
    float: left;
    position: relative;
    width: 34%;
  }
  /* line 158, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .description {
    overflow: visible;
    width: 64%;
    float: right;
  }
  /* line 163, ../sass/include/_see-all.scss */
  .listTypeSeeAll .videoItem .duration {
    overflow: visible;
    float: left;
  }
}
@media all and (max-width: 767px) {
  /* line 141, ../sass/include/_see-all.scss */
  .listTypeSeeAll {
    padding: 0 10px;
  }
}

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

@media all and (max-width: 767px) {
  /* line 177, ../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: #fff;
  display: block;
}
/* line 32, ../sass/include/_programs-az.scss */
.programLetterAnchor.active {
  color: #3eafe6 !important;
}
/* line 33, ../sass/include/_programs-az.scss */
.programLetterAnchor:visited {
  color: #fff;
}

/* line 35, ../sass/include/_programs-az.scss */
#fastScroll {
  position: static;
  background: #292a2c;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 41, ../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 47, ../sass/include/_programs-az.scss */
#fastScroll .relative {
  position: relative;
  height: 36px;
  width: 100%;
}

/* line 53, ../sass/include/_programs-az.scss */
.letterControls {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  height: 36px;
  width: 40px;
  padding: 0;
  top: 0;
  background-image: url(../../img/left-right-carets.png);
  background-size: 80px 36px;
}

/* line 64, ../sass/include/_programs-az.scss */
#toLeft {
  left: 0;
}

/* line 65, ../sass/include/_programs-az.scss */
#toRight {
  right: 0;
  background-position: -40px 0;
}

/* line 69, ../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;
}

/* line 78, ../sass/include/_programs-az.scss */
#azProgramsList {
  overflow: hidden;
}
/* line 80, ../sass/include/_programs-az.scss */
#azProgramsList .letter-sep {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#333333, #222222);
  background-image: -moz-linear-gradient(#333333, #222222);
  background-image: -o-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: #c5e7f8;
  border-bottom: 1px solid #050404;
  font-size: 1.3em;
}
/* line 90, ../sass/include/_programs-az.scss */
#azProgramsList .azProgramsListItem {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  background: #383838;
  border-bottom: 1px solid #1a1a1a;
  color: #eee;
  width: 100%;
  padding: 10px 17px;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  display: table;
}
@media all and (max-width: 320px) {
  /* line 90, ../sass/include/_programs-az.scss */
  #azProgramsList .azProgramsListItem {
    padding: 15px 10px;
  }
}

/* line 108, ../sass/include/_programs-az.scss */
.azProgramsListItem .programName, .azProgramsListItem .programNameAnchor, .azProgramsListItem .episodeCount, .azProgramsListItem .station, .azProgramsListItem .watch, .azProgramsListItem .watchLatest {
  display: table-cell;
}
/* line 109, ../sass/include/_programs-az.scss */
.azProgramsListItem .programName {
  text-shadow: 0px 1px #000;
  font-weight: bold;
}
/* line 113, ../sass/include/_programs-az.scss */
.azProgramsListItem .programNameAnchor {
  width: 45%;
  font-weight: bold;
  color: #d0d1d1;
}
@media all and (max-width: 768px) {
  /* line 113, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  /* line 113, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 75%;
  }
}
@media all and (max-width: 480px) {
  /* line 113, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 70%;
  }
}
@media all and (max-width: 320px) {
  /* line 113, ../sass/include/_programs-az.scss */
  .azProgramsListItem .programNameAnchor {
    width: 85%;
  }
}
/* line 122, ../sass/include/_programs-az.scss */
.azProgramsListItem .episodeCount {
  color: #9c9c9c;
  width: 15%;
}
@media all and (max-width: 480px) {
  /* line 122, ../sass/include/_programs-az.scss */
  .azProgramsListItem .episodeCount {
    width: 20%;
  }
}
@media all and (max-width: 320px) {
  /* line 122, ../sass/include/_programs-az.scss */
  .azProgramsListItem .episodeCount {
    display: none;
  }
}
/* line 128, ../sass/include/_programs-az.scss */
.azProgramsListItem .station {
  color: #9c9c9c;
  width: 20%;
}
@media all and (max-width: 768px) {
  /* line 128, ../sass/include/_programs-az.scss */
  .azProgramsListItem .station {
    width: 25%;
  }
}
@media all and (max-width: 600px) {
  /* line 128, ../sass/include/_programs-az.scss */
  .azProgramsListItem .station {
    display: none;
  }
}
/* line 134, ../sass/include/_programs-az.scss */
.azProgramsListItem .watch, .azProgramsListItem .watchLatest {
  background: url("../../img/play-icon.png") no-repeat;
  background-size: 14px 14px;
  padding-left: 1.4em;
}
/* line 139, ../sass/include/_programs-az.scss */
.azProgramsListItem .watch {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 139, ../sass/include/_programs-az.scss */
  .azProgramsListItem .watch {
    display: table-cell;
    width: 10%;
  }
}
@media all and (max-width: 320px) {
  /* line 139, ../sass/include/_programs-az.scss */
  .azProgramsListItem .watch {
    width: 15%;
  }
}
/* line 144, ../sass/include/_programs-az.scss */
.azProgramsListItem .watchLatest {
  width: 20%;
}
@media all and (max-width: 768px) {
  /* line 144, ../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%;
  z-index: 1000;
  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;
}

/* line 12, ../sass/include/_modal-windows.scss */
.modalWindow {
  margin: 0 auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  width: 600px;
}
/* line 18, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle {
  background-color: #646464;
  padding: 20px 18px 10px;
  color: #fff;
  overflow: hidden;
}
/* line 23, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle h2 {
  font-size: 1.25em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  float: left;
}
/* line 29, ../sass/include/_modal-windows.scss */
.modalWindow .modalTitle .closeBtn {
  font-size: 1.875em;
  font-weight: bold;
  margin-top: -6px;
  float: right;
  cursor: pointer;
  color: #FFF;
}
/* line 38, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent {
  overflow: hidden;
  color: #303030;
}
/* line 41, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent a {
  color: #075c88;
}
/* line 44, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginStation {
  float: none;
  width: 105px;
  margin: 0 auto;
}
/* line 48, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginStation img {
  float: none;
}
/* line 52, ../sass/include/_modal-windows.scss */
.modalWindow .modalContent .modalLoginWithoutStation {
  padding-top: 20px;
}
/* line 56, ../sass/include/_modal-windows.scss */
.modalWindow button {
  font-weight: bold;
}
/* line 58, ../sass/include/_modal-windows.scss */
.modalWindow button.showStatesModal {
  float: left;
}

/* line 65, ../sass/include/_modal-windows.scss */
#loginModalWindow {
  /* 480 breakpoint and bellow */
}
/* line 67, ../sass/include/_modal-windows.scss */
#loginModalWindow .message {
  font-size: 0.9375em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
@media all and (max-width: 600px) {
  /* line 67, ../sass/include/_modal-windows.scss */
  #loginModalWindow .message {
    font-size: 0.8125em;
  }
}
@media all and (max-width: 570px) {
  /* line 76, ../sass/include/_modal-windows.scss */
  #loginModalWindow .message.warning {
    margin-top: 5px;
  }
}
/* line 79, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.inFooter {
  color: #8f8f8f;
  font-size: 0.75em;
  font-weight: bold;
}
/* line 84, ../sass/include/_modal-windows.scss */
#loginModalWindow .message.inFooter.first {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}
@media all and (min-width: 481px) and (max-width: 767px) {
  /* line 65, ../sass/include/_modal-windows.scss */
  #loginModalWindow {
    width: 95%;
  }
}
@media all and (max-width: 480px) {
  /* line 65, ../sass/include/_modal-windows.scss */
  #loginModalWindow {
    width: 100%;
  }
}

/* social login panel */
/* line 96, ../sass/include/_modal-windows.scss */
.socialLoginPanel {
  padding: 0 20px 20px 20px;
}
@media all and (max-width: 599px) {
  /* line 96, ../sass/include/_modal-windows.scss */
  .socialLoginPanel {
    padding: 10px 20px;
    font-size: 15px;
  }
}
/* line 102, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList {
  overflow: hidden;
  padding: 30px 0;
  margin: 0 auto;
  width: 273px;
}
@media all and (min-width: 1025px) {
  /* line 108, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite {
    width: auto;
  }
}
/* line 112, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite li {
  float: left;
  width: 30%;
  font-size: 15px;
}
/* line 116, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.mvodInvite li.facebookColor {
  margin: 0 3%;
}
@media all and (max-width: 1024px) {
  /* line 112, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  /* line 123, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li.facebookColor {
    margin: 0;
  }
  /* line 126, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.mvodInvite li.inviteLink {
    display: none;
  }
}
/* line 131, ../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 140, ../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 151, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize {
    width: 178px;
  }
  /* line 154, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li {
    float: left;
    margin: 0 10px;
  }
  /* line 158, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li.facebookColor {
    margin: 0;
  }
  /* line 162, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize li .loginText {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 151, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList.minimize {
    padding: 13px 0;
  }
}
/* line 170, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList.isWrapped {
  width: 110px;
}
/* line 173, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li {
  float: none;
  height: 45px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0px;
}
/* line 183, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.facebookColor {
  background-color: #124e94;
  margin: 10px 0;
}
/* line 187, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.googleColor {
  margin-left: 0;
  background-color: #d14433;
}
/* line 191, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.twitterColor {
  margin-left: 0;
  background-color: #59c7fc;
}
/* line 195, ../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 199, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li.pbsColor {
  background-color: #203440;
}
/* line 202, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li:last-child {
  margin-right: 0;
}
/* line 206, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 6px;
  float: left;
  background-image: url("../../img/gigya_sprite_retina.png");
  background-repeat: no-repeat;
  background-size: 34px 163px;
}
/* line 217, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon.loginFb {
  background-position: 4px -5px;
  height: 39px;
}
/* line 218, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon.loginGp {
  background-position: 0 -87px;
}
/* line 219, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon.loginYa {
  background-position: 0 -123px;
}
/* line 220, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon.loginPb {
  background-position: 0 -126px;
}
/* line 221, ../sass/include/_modal-windows.scss */
.socialLoginPanel .socialList li .loginIcon.loginTw {
  background-position: 0 -51px;
}
/* line 224, ../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;
  margin-left: 5px;
}
@media all and (max-width: 599px) {
  /* line 96, ../sass/include/_modal-windows.scss */
  .socialLoginPanel {
    padding: 10px 20px;
    font-size: 15px;
  }
  /* line 239, ../sass/include/_modal-windows.scss */
  .socialLoginPanel .socialList {
    padding: 15px 0;
  }
}

/* line 247, ../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 251, ../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 258, ../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 262, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .message a {
  color: #075c88;
}
/* line 266, ../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 272, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .footnote.hideOnDevice {
    display: none;
  }
}
/* line 277, ../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 281, ../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 286, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm label {
  font-size: 1em;
  line-height: 1.375em;
  float: left;
  margin-right: 10px;
}
/* line 292, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm select {
  font-size: 0.8125em;
  float: left;
  width: 300px;
  border: 1px solid #a5a5a5;
  padding: 2px;
}
/* line 299, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow #videoErrorForm .condTextBox {
  display: none;
  padding: 10px 0 0;
  clear: both;
}
/* line 304, ../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: 480px) {
  /* line 304, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm .condTextBox textarea {
    width: 100%;
  }
}
/* line 314, ../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 318, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .buttons button {
  float: left;
}
/* line 320, ../sass/include/_modal-windows.scss */
#videoProblemModalWindow .buttons button:last-child {
  margin-left: 14px;
}
@media all and (min-width: 480px) and (max-width: 599px) {
  /* line 247, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 329, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .modalContent {
    padding: 15px;
  }
  /* line 332, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm {
    margin: 10px 0;
  }
  /* line 341, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons {
    margin-top: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 247, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow {
    width: 100%;
    height: 100%;
  }
  /* line 349, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .modalContent {
    padding: 20px 15px;
    height: 100%;
  }
  /* line 353, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm {
    margin: 20px 0;
  }
  /* line 355, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm label {
    width: 100%;
    margin: 0 0 5px 0;
  }
  /* line 359, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #videoErrorForm select {
    width: 100%;
  }
  /* line 363, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons {
    float: none;
  }
  /* line 365, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button {
    width: 49%;
  }
  /* line 367, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button.submitBtn {
    float: right;
  }
  /* line 370, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button.cancelBtn {
    float: left;
  }
  /* line 373, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow .buttons button:last-child {
    margin-left: 0;
  }
  /* line 379, ../sass/include/_modal-windows.scss */
  #videoProblemModalWindow #errorSubmitted .cancelBtn {
    float: right;
  }
}

/* line 387, ../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 391, ../sass/include/_modal-windows.scss */
#searchModal .modalTitle {
  min-height: 52px;
}
/* line 394, ../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 399, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs {
  display: block;
  margin: 10px 2%;
  overflow: hidden;
  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;
}
/* line 405, ../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 413, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs li.activeTab {
  background-color: #9ac0d1;
  font-weight: bold;
}
/* line 416, ../sass/include/_modal-windows.scss */
#searchModal .searchTabs li.activeTab a {
  color: #000;
}
/* line 422, ../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 426, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .videoTypesLinks {
  margin-top: 20px;
}
/* line 428, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .videoTypesLinks .removeFilterX {
  padding-right: 20px;
  font-size: 1.5em;
  color: #494a4a;
}
/* line 434, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .searchPageChapter {
  padding: 0;
  margin-top: 0;
  color: #000;
  display: none;
  border: none;
}
/* line 440, ../sass/include/_modal-windows.scss */
#searchModal .modalSection .searchPageChapter.active {
  display: block;
}
/* line 444, ../sass/include/_modal-windows.scss */
#searchModal .modalSection li {
  margin-bottom: 20px;
}
@media all and (max-width: 599px) {
  /* line 387, ../sass/include/_modal-windows.scss */
  #searchModal {
    width: 100%;
    height: 100%;
  }
  /* line 452, ../sass/include/_modal-windows.scss */
  #searchModal .modalContent {
    height: 100%;
  }
}
@media all and (max-height: 480px) {
  /* line 387, ../sass/include/_modal-windows.scss */
  #searchModal {
    height: 100%;
  }
}

/* line 462, ../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 465, ../sass/include/_modal-windows.scss */
#localizeModalWindow .modalTitle {
  min-height: 52px;
}
/* line 468, ../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 478, ../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 482, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode p {
  font-size: 1.0625em;
  line-height: 1.29412em;
}
/* line 487, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode .form {
  margin-top: 28px;
  overflow: hidden;
}
/* line 492, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode small {
  font-size: 0.75em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
/* line 499, ../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 510, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode .errorMsg {
  clear: both;
  color: red;
}
/* line 515, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCode #getStations {
  width: 172px;
  margin-left: 10px;
}
/* line 521, ../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 529, ../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 534, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem {
  border-top: 1px solid #d1d1d1;
  height: 80px;
  padding: 22px 20px;
  overflow: hidden;
  cursor: pointer;
}
/* line 540, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem:first-child {
  border-top: 0 none;
}
/* line 543, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem h3 {
  font-size: 1em;
  font-weight: bold;
  float: left;
}
/* line 548, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem span {
  font-size: 0.875em;
  font-style: italic;
  float: right;
}
/* line 553, ../sass/include/_modal-windows.scss */
#localizeModalWindow #selectStation .stationsList .stationItem p {
  font-size: 0.9375em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  float: left;
  clear: both;
  margin-top: 8px;
}
/* line 564, ../sass/include/_modal-windows.scss */
#localizeModalWindow #enterZipCodeTitle {
  display: none;
}
/* line 568, ../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 462, ../sass/include/_modal-windows.scss */
  #localizeModalWindow {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 581, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode {
    padding: 20px;
  }
  /* line 584, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode .errorMsg {
    margin-top: 6px;
  }
  /* line 588, ../sass/include/_modal-windows.scss */
  #localizeModalWindow .selectStation {
    padding-bottom: 0;
  }
  /* line 591, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #goBack {
    margin: 10px 0 10px 10px;
  }
}
@media all and (max-height: 480px) {
  /* line 462, ../sass/include/_modal-windows.scss */
  #localizeModalWindow {
    height: 100% !important;
  }
  /* line 597, ../sass/include/_modal-windows.scss */
  #localizeModalWindow .selectStation {
    padding-bottom: 0;
  }
  /* line 600, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #goBack {
    margin: 10px 0 10px 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 608, ../sass/include/_modal-windows.scss */
  #localizeModalWindow #enterZipCode #getStations {
    margin-left: 0;
  }
}

/* line 616, ../sass/include/_modal-windows.scss */
#plusModalWindow {
  min-width: 710px;
}
/* line 618, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent {
  padding: 30px;
  overflow: hidden;
}
/* line 621, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop {
  overflow: hidden;
}
/* line 623, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelText {
  width: 65%;
  float: left;
  line-height: 1.4em;
}
/* line 627, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelText span {
  font-weight: 500;
}
/* line 631, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelImage {
  width: 35%;
  float: right;
}
/* line 635, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelTop .pannelUrl {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-weight: bold;
  margin: 20px 0;
}
/* line 643, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons {
  width: 100%;
  overflow: hidden;
}
/* line 646, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons button {
  float: right;
  margin-left: 30px;
  min-width: 146px;
}
/* line 650, ../sass/include/_modal-windows.scss */
#plusModalWindow .modalContent .pannelButtons button.grey {
  background-color: #646464;
}

/* line 658, ../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 662, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .modalTitle {
  min-height: 52px;
}
/* line 665, ../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 674, ../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 678, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer {
  padding: 20px;
  overflow: hidden;
  min-height: 152px;
}
/* line 683, ../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 688, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer p .paragraph {
  display: block;
  margin-top: 10px;
}
/* line 693, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText {
  width: 70%;
  float: left;
}
/* line 697, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .autoLocalizationContainer .modalStationImage {
  float: right;
}
/* line 701, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation {
  color: #282829;
  display: none;
  overflow-y: auto;
}
/* line 707, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
/* line 710, ../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 718, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem.active {
  background: #cbe1ea;
}
/* line 721, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem:first-child {
  border-top: 0 none;
}
/* line 724, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 {
  font-size: 1em;
  font-weight: bold;
  float: left;
}
/* line 729, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.commonName {
  display: none;
}
@media all and (max-width: 767px) {
  /* line 734, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.commonName {
    display: block;
  }
  /* line 737, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem h3 strong.flagship {
    display: none;
  }
}
/* line 742, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem span {
  font-size: 0.875em;
  font-style: italic;
  float: right;
}
/* line 747, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto #autoSelectStation .stationsList .stationItem p {
  font-size: 0.9375em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  float: left;
  clear: both;
  margin-top: 8px;
}
/* line 757, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button {
  margin: 20px;
}
/* line 759, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button.modalMoreStations {
  float: left;
}
/* line 762, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto button.modalConfirmStaion {
  float: right;
}
/* line 766, ../sass/include/_modal-windows.scss */
.localizeModalWindowAuto .modalBottomContainer {
  overflow: hidden;
  min-height: 80px;
  max-height: 80px;
}
@media all and (max-width: 767px) {
  /* line 658, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    width: 100% !important;
    height: 61% !important;
    position: fixed;
    bottom: 0;
  }
  /* line 779, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalTitle {
    min-height: 38px;
    padding: 10px 14px;
  }
  /* line 782, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalTitle h2 {
    font-size: 1em;
  }
  /* line 786, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    min-height: 80px;
    max-height: 80px;
    padding: 10px 15px;
  }
  /* line 790, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer h3 {
    display: none;
  }
  /* line 793, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText {
    width: 100%;
    font-size: 0.85em;
  }
  /* line 796, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText p {
    margin-top: 5px;
  }
  /* line 798, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .autoLocalizationText p .paragraph {
    display: inline-block;
    margin-top: 0px;
  }
  /* line 805, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalStationImage {
    display: none;
  }
  /* line 810, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem {
    height: 48px;
    padding: 18px 20px 0;
  }
  /* line 813, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto #autoSelectStation .stationsList .stationItem p {
    display: none;
  }
  /* line 819, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer {
    min-height: 64px;
    max-height: 46px;
  }
  /* line 822, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button {
    margin: 12px 15px;
  }
}
@media all and (max-width: 480px) {
  /* line 829, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button {
    margin: 12px 10px;
    font-size: 15px;
  }
  /* line 832, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button:first-child {
    margin-right: 0;
  }
  /* line 835, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .modalBottomContainer button:last-child {
    margin-left: 0;
  }
}
@media all and (max-height: 320px) {
  /* line 658, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    height: 73% !important;
  }
  /* line 844, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    display: none;
  }
  /* line 846, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer p {
    display: none;
  }
}
@media all and (max-height: 460px) and (min-height: 319px) {
  /* line 853, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer {
    min-height: 105px;
    padding: 10px 20px;
  }
  /* line 857, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer p .paragraph {
    display: inline;
    margin: 0;
  }
  /* line 862, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto .autoLocalizationContainer .modalStationImage {
    width: 15%;
  }
}
@media all and (max-height: 768px) {
  /* line 658, ../sass/include/_modal-windows.scss */
  .localizeModalWindowAuto {
    height: 80% !important;
  }
}

/* line 874, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto {
  display: block;
  min-height: 400px;
}
/* line 877, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalTitle {
  height: 10%;
}
/* line 880, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent {
  height: 90%;
  display: block;
}
/* line 884, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent .autoLocalizationContainer {
  height: 30%;
  min-height: 0;
}
/* line 889, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent .modalBottomContainer {
  clear: both;
}
/* line 893, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent #autoSelectStation {
  height: 40%;
  float: left;
  width: 100%;
}
/* line 898, ../sass/include/_modal-windows.scss */
html.ieFix .localizeModalWindowAuto .modalContent #autoSelectStation .stationsList {
  height: 100%;
}

/* line 907, ../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 915, ../sass/include/_modal-windows.scss */
#loadingOverlay .window {
  background: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-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 929, ../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: 38px 12px;
}

/* line 940, ../sass/include/_modal-windows.scss */
.tooltip {
  position: absolute;
  width: 270px;
  z-index: 999;
  margin-top: -5px;
}
/* line 945, ../sass/include/_modal-windows.scss */
.tooltip .message {
  background-color: #fff;
  color: #191919;
  line-height: 1.5em;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
  width: 100%;
}
/* line 954, ../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 964, ../sass/include/_modal-windows.scss */
#autolocalizationOverlay {
  background-color: rgba(0, 0, 0, 0.55);
}

/* line 1, ../sass/include/_404.scss */
#content404 {
  background-color: #343434;
  padding: 60px 0 75px;
  /* 768 breakpoint */
  /* 320 breakpoint */
}
/* line 4, ../sass/include/_404.scss */
#content404 p {
  width: 81%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1875em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
}
/* line 12, ../sass/include/_404.scss */
#content404 .searchContainer {
  margin: 50px auto 0;
  width: 310px;
  position: relative;
}
/* line 16, ../sass/include/_404.scss */
#content404 .searchContainer form {
  margin: 0;
}
/* line 17, ../sass/include/_404.scss */
#content404 .searchContainer input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  margin: 0;
}
/* line 24, ../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: 1279px) {
  /* line 38, ../sass/include/_404.scss */
  #content404 p {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  /* line 1, ../sass/include/_404.scss */
  #content404 {
    padding: 30px 0;
  }
  /* line 44, ../sass/include/_404.scss */
  #content404 p {
    font-size: 0.9375em;
  }
  /* line 45, ../sass/include/_404.scss */
  #content404 .searchContainer {
    margin: 30px auto 0;
  }
  /* line 47, ../sass/include/_404.scss */
  #content404 .searchContainer input {
    height: 28px;
    line-height: 28px;
  }
  /* line 51, ../sass/include/_404.scss */
  #content404 .searchContainer button {
    top: 2px;
  }
}

/* Featured Programs List */
/* line 57, ../sass/include/_404.scss */
.featuredPrograms404 {
  overflow: hidden;
  padding: 60px 28px 0;
  /* 768 breakpoint */
  /* 320 breakpoint */
}
/* line 60, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem {
  float: left;
  margin: 0 68px 120px 0;
  width: 15.52287581699346%;
}
/* line 64, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem:nth-child(5n) {
  margin-right: 0;
}
/* line 65, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .image {
  margin-bottom: 8px;
  float: left;
  max-width: 100%;
}
/* line 70, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .title {
  clear: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
}
/* line 74, ../sass/include/_404.scss */
.featuredPrograms404 .videoItem .title a {
  color: white;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 57, ../sass/include/_404.scss */
  .featuredPrograms404 {
    padding: 44px 20px 0;
  }
  /* line 81, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem {
    float: left;
    margin: 0 6.7% 75px 0;
    width: 19.91758241758242%;
  }
  /* line 85, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:nth-child(5n) {
    margin-right: 6.7%;
  }
  /* line 86, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 57, ../sass/include/_404.scss */
  .featuredPrograms404 {
    padding: 0;
  }
  /* line 93, ../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 100, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:first-child {
    border-top: 0 none;
  }
  /* line 101, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem:last-child {
    border-bottom: 0 none;
  }
  /* line 102, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem .image {
    width: 43.75%;
    margin: 0 15px 0 0;
  }
  /* line 106, ../sass/include/_404.scss */
  .featuredPrograms404 .videoItem .title {
    clear: none;
    margin-top: 35px;
    padding-right: 10px;
  }
}

/* line 1, ../sass/include/_adsense.scss */
#adsense-widget {
  font: normal 14px 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  padding: 20px;
  border-bottom: 1px solid #343434;
}
/* line 7, ../sass/include/_adsense.scss */
#adsense-widget .adsense-header {
  font-size: 0.6875em;
  margin: 0 0 10px;
}
/* line 9, ../sass/include/_adsense.scss */
#adsense-widget .adsense-whatsthis {
  float: right;
}
/* line 12, ../sass/include/_adsense.scss */
#adsense-widget .adsense-whatsthis a {
  color: #3eafe6;
}
/* line 15, ../sass/include/_adsense.scss */
#adsense-widget .adsense-ad {
  color: #fff;
  margin-top: 20px;
}
/* line 17, ../sass/include/_adsense.scss */
#adsense-widget .headline {
  color: #3eafe6;
}
/* line 19, ../sass/include/_adsense.scss */
#adsense-widget .visible-url {
  color: #60b33c;
}
@media all and (max-width: 768px) {
  /* line 22, ../sass/include/_adsense.scss */
  #adsense-widget .headline, #adsense-widget .visible-url, #adsense-widget .adsense-ad-text {
    display: block;
  }
}

/* line 1, ../sass/include/_search.scss */
.searchPageChapter {
  border-top: 1px solid #444;
  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;
}
/* line 11, ../sass/include/_search.scss */
.searchPageChapter .searchContainer input {
  margin: 0;
}
/* line 13, ../sass/include/_search.scss */
.searchPageChapter .searchTitle {
  font-weight: bold;
}
/* line 14, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks {
  margin-top: 10px;
}
/* line 16, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks li span {
  border-left: 1px solid #444;
  font-weight: 600;
  margin-left: 7px;
  padding-left: 7px;
}
/* line 22, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .moreLinks {
  padding: 15px 0;
}
/* line 23, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .linkDropdown {
  margin-left: 10px;
  background-color: #444;
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* line 30, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .hiddenLink {
  display: none;
}
/* line 31, ../sass/include/_search.scss */
.searchPageChapter .videoTypesLinks .removeFilterX {
  font-size: 24px;
  line-height: 15px;
  font-weight: bold;
  color: #FFF;
}

/* line 39, ../sass/include/_search.scss */
#searchIndex {
  clear: left;
}
/* line 41, ../sass/include/_search.scss */
#searchIndex .topSection {
  font-weight: bold;
}

/* line 43, ../sass/include/_search.scss */
.doubleDropdown {
  background: url("../../img/double_dropdown.png") no-repeat 0 0;
  background-size: 17px 12px;
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  border-left: none !important;
}

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

/* line 80, ../sass/include/_search.scss */
.smallerShowFilter {
  float: right;
  color: #3eafe6;
  cursor: pointer;
  line-height: 33px;
}
/* line 85, ../sass/include/_search.scss */
.smallerShowFilter.isWrapped {
  line-height: 16px;
}
@media all and (max-width: 479px) {
  /* line 87, ../sass/include/_search.scss */
  .smallerShowFilter .filterText {
    display: none;
  }
}

/* line 90, ../sass/include/_search.scss */
.programItem {
  width: 20%;
  float: left;
  margin-right: 6.6%;
  list-style-type: none;
}
/* line 95, ../sass/include/_search.scss */
.programItem:last-child {
  margin-right: 0;
}
/* line 96, ../sass/include/_search.scss */
.programItem .programTitle {
  text-decoration: none;
  font-size: 0.875em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
}
/* line 104, ../sass/include/_search.scss */
.programItem .programTitle a {
  color: #FFF;
}
@media all and (max-width: 1023px) {
  /* line 90, ../sass/include/_search.scss */
  .programItem {
    width: 40%;
    margin-right: 18.12%;
    margin-bottom: 20px;
  }
  /* line 110, ../sass/include/_search.scss */
  .programItem:nth-child(even) {
    margin-right: 0;
  }
}

/* line 113, ../sass/include/_search.scss */
.resultContent {
  overflow: hidden;
  padding-right: 15px;
}
/* line 116, ../sass/include/_search.scss */
.resultContent.programsContent {
  padding: 0 4%;
}
/* line 117, ../sass/include/_search.scss */
.resultContent.shopContent {
  padding: 0 4%;
}
@media all and (max-width: 1279px) {
  /* line 117, ../sass/include/_search.scss */
  .resultContent.shopContent {
    padding: 0 15px 0 0;
  }
}
@media all and (max-width: 767px) {
  /* line 117, ../sass/include/_search.scss */
  .resultContent.shopContent {
    padding: 0 2%;
  }
}
@media all and (max-width: 767px) {
  /* line 113, ../sass/include/_search.scss */
  .resultContent {
    padding: 0 2%;
  }
}

/* line 124, ../sass/include/_search.scss */
.shopItem {
  width: 46%;
  float: left;
  list-style-type: none;
  background-color: #1c1c1c;
  padding: 20px;
  padding-top: 3px;
}
/* line 132, ../sass/include/_search.scss */
.shopItem .image img {
  width: 30%;
  float: left;
}
@media all and (max-width: 599px) {
  /* line 132, ../sass/include/_search.scss */
  .shopItem .image img {
    display: none;
  }
}
/* line 137, ../sass/include/_search.scss */
.shopItem .image span {
  max-width: 30%;
  padding-top: 20%;
}
/* line 142, ../sass/include/_search.scss */
.shopItem .shopTitle {
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  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 151, ../sass/include/_search.scss */
.shopItem .shopDescription {
  float: right;
  width: 60%;
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8125em;
  color: #bfbcbc;
  line-height: 1.38462em;
  font-weight: normal;
  height: 4.155em;
}
@media all and (max-width: 599px) {
  /* line 151, ../sass/include/_search.scss */
  .shopItem .shopDescription {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 124, ../sass/include/_search.scss */
  .shopItem {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}
/* line 172, ../sass/include/_search.scss */
.shopItem:last-child {
  float: right;
}
/* line 173, ../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: 480px) {
  /* 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: 480px) {
  /* 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: #3eafe6;
  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 109, ../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: 480px) {
  /* line 109, ../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: 1024px) {
  /* 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: 1024px) {
  /* 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: 1024px) {
  /* 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 207, ../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: 480px) {
  /* 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: 480px) {
  /* 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 {
  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: 480px) {
  /* 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: 600px) {
  /* line 356, ../sass/include/_viral-player.scss */
  .partnerPlayerRelated .message {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  /* 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: 480px) {
  /* 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: 480px) {
  /* 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: #2e2e2e;
  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: #646464;
  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: #BFBCBC;
  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;
  -webkit-border-radius: 7px 7px;
  -moz-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 dashed #3f3f3f;
  border-bottom: 1px dashed #3f3f3f;
  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: 768px) {
  /* 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 #3eafe6;
  -webkit-border-radius: 3px 3px;
  -moz-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 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 15, ../sass/mvod/_activate.scss */
body.activate {
  background: #343434;
}
/* line 17, ../sass/mvod/_activate.scss */
body.activate.white {
  background-color: #FFF;
  color: #413d3f;
}
/* line 20, ../sass/mvod/_activate.scss */
body.activate.white #headerPlus .headerPlusContainer, body.activate.white #footer {
  background-color: #ededed;
}
/* line 23, ../sass/mvod/_activate.scss */
body.activate.white #headerPlus .logoRight {
  background-image: url("../../img/plus/logo_grey_retina_light.png");
}
/* line 26, ../sass/mvod/_activate.scss */
body.activate.white #headerPlus .headerPlusContainer img {
  border-right: 1px solid #bebebe;
  padding: 0 10px 0 0;
}
/* line 30, ../sass/mvod/_activate.scss */
body.activate.white #footer, body.activate.white #footer a {
  color: #413d3f;
  background-color: #dadada;
}
/* line 36, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .activationForm.activationCode {
  background-color: #FFF;
}
/* line 38, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .activationForm.activationCode input {
  border: 1px solid grey;
}
/* line 43, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .activationForm .mvodStationContainer {
  background-color: #ebebeb;
}
/* line 46, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .activationForm .mvodSocialLinks {
  background-color: #FFF;
}
/* line 52, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .congratsContainer button {
  background-color: #8ea5b0;
  color: #FFF;
}
/* line 56, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .congratsContainer .plusMemberships {
  background-color: #dadada;
}
/* line 60, ../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 64, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .congratsContainer .lookForPlus .dotsContainer ._bullet.active {
  background-color: #7f7f7f;
}
/* line 69, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody h4 {
  color: #413d3f;
}
/* line 72, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody label {
  color: #413d3f;
}
/* line 75, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody img.stationImage {
  border: 1px solid #bebebe;
}
/* line 78, ../sass/mvod/_activate.scss */
body.activate.white #plusContainer .plusBody .mvodSupportTextActivation {
  color: #413d3f;
}
@media all and (max-width: 1023px) {
  /* line 86, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer {
    background-color: transparent;
  }
  /* line 88, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer h1 {
    background-color: #ededed;
  }
  /* line 91, ../sass/mvod/_activate.scss */
  body.activate.white #headerPlus .headerPlusContainer img {
    border: 0;
  }
}

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

/* line 105, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #222325;
}
/* line 110, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer .logoRight {
  float: right;
  background: url("../../img/plus/logo_grey_retina.png") no-repeat 0 -1px;
  background-size: 117px 42px;
  width: 117px;
  height: 40px;
  margin: 27px 20px;
}
/* line 118, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 {
  font-weight: normal;
  font-size: 2em;
  padding: 30px 0 20px 30px;
  margin: 0 0 0;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif;
  float: left;
}
/* line 125, ../sass/mvod/_activate.scss */
#headerPlus .headerPlusContainer h1 .mvodHighlight {
  background-color: #3eafe6;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  padding: 5px 13px;
  font-size: 0.85em;
  color: #FFF;
  font-weight: 500;
}
@media all and (max-width: 599px) {
  /* line 118, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    font-size: 1.5em;
    padding: 20px;
  }
}
@media all and (max-width: 479px) {
  /* line 118, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    font-size: 1.125em;
  }
}
/* line 143, ../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 105, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer {
    background-color: transparent;
  }
  /* line 155, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    border: 0;
  }
  /* line 158, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    background-color: #222325;
    width: 100%;
    padding: 17px;
  }
}
@media all and (max-width: 599px) {
  /* line 166, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer .logoRight {
    margin: 14px 20px;
  }
  /* line 167, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    margin: 5px 0;
  }
}
@media all and (max-width: 479px) {
  /* line 171, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer .logoRight {
    margin: 15px 5px 4px 0;
    background-size: 90px 32px;
  }
  /* line 175, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer h1 {
    padding: 13px;
  }
  /* line 176, ../sass/mvod/_activate.scss */
  #headerPlus .headerPlusContainer img {
    padding: 0px 0 0 10px;
  }
}

/* line 182, ../sass/mvod/_activate.scss */
#plusContainer .plusBody {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 75px;
  /* 320 breakpoint */
}
/* line 187, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.firstScreen {
  max-width: 700px;
}
/* line 190, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.lastScreen {
  padding-top: 0px;
  width: 100%;
  max-width: 100%;
}
/* line 195, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.inviteScreen {
  max-width: initial;
}
/* line 198, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm {
  margin: 0px auto 160px;
  padding: 0;
  overflow: hidden;
}
/* line 203, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm.socialLoginPanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 206, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer {
  float: left;
  width: 48.5%;
  padding: 45px;
  background-color: #222325;
  position: relative;
}
/* line 212, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer div {
  padding: 10px 0 25px;
}
/* line 214, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodStationContainer div img {
  float: none;
  background-color: white;
  margin: 0;
}
/* line 221, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks {
  text-align: left;
  background-color: #343434;
  float: right;
  width: 51.5%;
  padding: 0 10px 50px 56px;
}
/* line 227, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks p {
  font-size: 1.1875em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 40px;
}
/* line 233, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks li {
  width: 100%;
  margin: 25px 0;
  height: 52px;
  padding: 4px;
}
/* line 239, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks button {
  height: 54px;
  max-width: 200px;
  width: 75%;
  margin: 20px auto;
  font-size: 1.1875em;
}
/* line 245, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks button.gray {
  background-color: #565456;
}
@media all and (min-width: 600px) {
  /* line 239, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button {
    margin-left: 0;
  }
}
/* line 251, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks button.confirmation {
  margin: 40px 0;
}
@media all and (max-width: 600px) {
  /* line 251, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button.confirmation {
    margin: 40px auto;
  }
}
/* line 258, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSocialLinks .socialList {
  text-align: center;
  padding: 0;
}
@media all and (min-width: 600px) {
  /* line 258, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks .socialList {
    margin: 0;
  }
}
/* line 267, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportText {
  position: absolute;
  bottom: 5px;
  left: 44px;
  font-size: 0.875em;
  color: #999;
}
@media (max-width: 1023px) and (min-width: 600px) {
  /* line 267, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSupportText {
    left: 30px;
  }
}
/* line 277, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportTextActivation {
  font-size: 0.875em;
  color: #a1a1a1;
  margin: 15px 0;
  text-align: left;
}
/* line 282, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm .mvodSupportTextActivation.hidden {
  display: none;
}
@media all and (max-width: 600px) {
  /* line 277, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSupportTextActivation {
    font-size: 0.75em;
  }
}
/* line 290, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .activationForm.activationCode {
  background-color: #343434;
  max-width: 600px;
}
/* line 296, ../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 303, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroText {
  position: relative;
  top: 38%;
  margin: 0 auto;
  width: 474px;
}
/* line 309, ../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 316, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
  margin-top: 15px;
  font-size: 1.375em;
  font-weight: normal;
}
/* line 323, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships {
  background-color: #222325;
  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 334, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
/* line 338, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsText {
  float: left;
  margin: 11px;
}
/* line 342, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsImages {
  float: left;
}
/* line 345, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsStations {
  float: right;
  display: none;
  margin-left: 10px;
  font-weight: bold;
}
/* line 351, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer img {
  margin: 0 6px;
  height: 39px;
  width: 78px;
}
/* line 357, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .plusMemberships span {
  overflow: hidden;
  float: left;
}
@media all and (max-width: 1023px) {
  /* line 365, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsImages {
    display: none;
  }
  /* line 366, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .plusMemberships .membershipsContainer .membershipsStations {
    display: inline-block;
  }
}
/* line 370, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 374, ../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 382, ../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 389, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 361px;
  height: 79px;
  overflow: hidden;
}
/* line 397, ../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 406, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .plusCircle span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 411, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .plusCircle div {
  line-height: 1em;
  padding: 3px 6px;
  font-size: 14px;
  margin-left: 0;
}
/* line 418, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .dotsContainer {
  overflow: hidden;
  height: 81px;
  display: table-cell;
  vertical-align: middle;
}
/* line 424, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .text {
  width: 76%;
  display: table-cell;
  vertical-align: middle;
}
/* line 431, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .congratsContainer button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-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: 1279px) {
  /* line 445, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
  }
  /* line 449, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 70%;
  }
  /* line 452, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    width: 30%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 459, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
  }
  /* line 462, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 56%;
    background-position: -361px 0;
    background-attachment: initial;
  }
  /* line 467, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    width: 44%;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 474, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 474px;
    top: 30%;
  }
  /* line 477, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div {
    font-size: 55px;
  }
  /* line 479, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
    font-size: 19px;
  }
  /* line 484, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroImage {
    background-size: 906px 308px;
    height: 308px;
  }
  /* line 488, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    width: 50%;
    background-position: -213px 0;
    background-attachment: initial;
    background-size: 564px 100px;
  }
  /* line 494, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    display: none;
  }
  /* line 497, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    top: 10px;
  }
  /* line 500, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer button {
    margin: 10px auto 50px;
  }
}
@media all and (max-width: 599px) {
  /* line 506, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroImage {
    background-size: 560px 190px;
    height: 190px;
  }
  /* line 510, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 270px;
    top: 30%;
  }
  /* line 513, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div {
    font-size: 32px;
    float: left;
  }
  /* line 516, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText div.congratsHeroSmall {
    margin-top: 15px;
    font-size: 0.875em;
  }
  /* line 522, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programposters {
    display: none;
    height: 109px;
  }
  /* line 526, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .programText {
    display: none;
  }
  /* line 529, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    position: static;
    margin: 50px auto 30px;
  }
}
@media all and (max-width: 479px) {
  /* line 535, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsHeroText {
    width: 270px;
  }
  /* line 538, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus {
    width: 310px;
    margin: 45px auto 30px;
  }
  /* line 541, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .congratsProgramsContainer .lookForPlus .text {
    font-size: 15px;
    width: 83%;
  }
}
/* line 549, ../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 549, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .inviteFriendText {
    font-size: 1.0625em;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 559, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .inviteFriendInput {
  margin-bottom: 65px;
}
/* line 562, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .mvodInvitations {
  padding-top: 35px;
  padding-bottom: 50px;
}
/* line 566, ../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 576, ../sass/mvod/_activate.scss */
#plusContainer .plusBody h4 {
  color: #FFF;
  font-size: 1em;
  line-height: 1.4em;
}
/* line 581, ../sass/mvod/_activate.scss */
#plusContainer .plusBody h3 {
  font-size: 1.4375em;
  line-height: 1.625em;
  font-weight: normal;
  margin-bottom: 40px;
}
/* line 587, ../sass/mvod/_activate.scss */
#plusContainer .plusBody img {
  margin: 10px 0 25px 0;
}
/* line 591, ../sass/mvod/_activate.scss */
#plusContainer .plusBody p {
  padding-top: 0;
  text-align: center;
}
/* line 596, ../sass/mvod/_activate.scss */
#plusContainer .plusBody input {
  float: left;
  margin-right: 3%;
  width: 57%;
  max-width: 1000px;
}
/* line 601, ../sass/mvod/_activate.scss */
#plusContainer .plusBody input.emails {
  text-transform: none;
  font-size: 16px;
}
/* line 606, ../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 606, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody label {
    font-size: 0.813em;
  }
}
/* line 619, ../sass/mvod/_activate.scss */
#plusContainer .plusBody button {
  margin: 0;
  height: 43px;
}
/* line 623, ../sass/mvod/_activate.scss */
#plusContainer .plusBody.activationScreen {
  max-width: 640px;
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  /* line 182, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    width: 90%;
    padding-top: 40px;
  }
  /* line 630, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer {
    padding: 30px;
  }
  /* line 633, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks {
    padding: 0 5px 50px 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  /* line 641, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer button {
    margin-top: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 182, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    width: 100%;
    padding-top: 10px;
  }
  /* line 649, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody form {
    width: 80%;
    margin: 30px auto;
  }
  /* line 653, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p {
    width: 80%;
    margin: auto;
  }
  /* line 657, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p, #plusContainer .plusBody label {
    text-align: left;
    font-size: 1em;
  }
  /* line 661, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody input {
    float: none;
    width: 100%;
    margin: 0;
  }
  /* line 666, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody button {
    width: 70%;
    margin: 20px auto;
    margin-top: 30px;
  }
  /* line 671, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm {
    margin: 20px 0px 80px;
  }
  /* line 673, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm.socialLoginPanel {
    display: block;
  }
  /* line 676, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm.enterCode {
    margin: -22px 0 80px;
  }
  /* line 679, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer {
    position: static;
    float: none;
    width: 100%;
    padding: 25px 42px;
    max-width: 392px;
    margin: auto;
  }
  /* line 686, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodStationContainer img {
    float: none;
  }
  /* line 690, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks {
    float: none;
    width: 100%;
    padding: 40px 10px;
  }
  /* line 694, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button {
    height: 50px;
  }
  /* line 696, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks button.small {
    width: 55%;
  }
  /* line 700, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm .mvodSocialLinks p {
    font-size: 1em;
    margin-bottom: 0;
  }
  /* line 707, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer button {
    width: 240px;
    margin: 30px auto;
  }
  /* line 711, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .congratsContainer .lookSymbol {
    font-size: 1em;
    margin-bottom: 0;
  }
  /* line 716, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody h4 {
    font-size: 0.8125em;
    line-height: 1em;
    margin-bottom: 0px;
  }
  /* line 721, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody h3 {
    font-size: 0.9375em;
    margin-bottom: 0;
  }
  /* line 725, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody img {
    margin: 10px 0 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 182, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody {
    padding-top: 15px;
  }
  /* line 732, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody p, #plusContainer .plusBody label {
    text-align: left;
    font-size: 1em;
  }
  /* line 736, ../sass/mvod/_activate.scss */
  #plusContainer .plusBody .activationForm {
    margin: 0px 0px 40px;
  }
}
/* line 740, ../sass/mvod/_activate.scss */
#plusContainer .plusBody .plusMedium {
  font-weight: 500;
  font-size: 1.05em;
}
/* line 749, ../sass/mvod/_activate.scss */
#plusContainer label,
#plusContainer .select,
#plusContainer input {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
/* line 755, ../sass/mvod/_activate.scss */
#plusContainer .select,
#plusContainer input {
  border: 0;
  width: 100%;
  background: #fff;
  margin-bottom: 60px;
}
@media all and (max-width: 599px) {
  /* line 755, ../sass/mvod/_activate.scss */
  #plusContainer .select,
  #plusContainer input {
    margin-bottom: 20px;
  }
}
/* line 764, ../sass/mvod/_activate.scss */
#plusContainer .select {
  overflow: hidden;
  background: white url("../../img/select-arrow-down.png") 96% 15px no-repeat;
  background-size: 35px 16px;
}
@media all and (max-width: 599px) {
  /* line 764, ../sass/mvod/_activate.scss */
  #plusContainer .select {
    background-size: 20px 10px;
  }
}
/* line 771, ../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 782, ../sass/mvod/_activate.scss */
#plusContainer select,
#plusContainer input {
  font-size: 1.4em;
  /*22px*/
  color: #3d3d3d;
}
@media all and (max-width: 599px) {
  /* line 782, ../sass/mvod/_activate.scss */
  #plusContainer select,
  #plusContainer input {
    font-size: 1em;
  }
}
/* line 789, ../sass/mvod/_activate.scss */
#plusContainer input {
  padding: 8px 0 8px 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 796, ../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 806, ../sass/mvod/_activate.scss */
#plusContainer .errorMessages li {
  margin: 0 0 10px 0;
}
/* line 809, ../sass/mvod/_activate.scss */
#plusContainer .errorMessages a {
  font-weight: bold;
}
/* line 814, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault {
  display: block;
  cursor: pointer;
  border: 0;
  background: #3eafe6;
  color: #FFF;
  margin: 0 auto;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  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 814, ../sass/mvod/_activate.scss */
  #plusContainer button.mvodDefault {
    font-size: 1em;
  }
}
/* line 831, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault a {
  color: white;
}
/* line 834, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault .buttonSpinner {
  background: url("../../img/loading_transparent.gif") no-repeat 0 0;
  background-size: 38px 12px;
  width: 38px;
  height: 12px;
  margin: 0 auto;
  display: none;
}
/* line 842, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault .buttonError {
  display: none;
  font-size: 14px;
}
/* line 846, ../sass/mvod/_activate.scss */
#plusContainer button.mvodDefault.buttonErrorEnv {
  background: #e55a5a;
  border: 2px solid #9c1515;
  color: #9c1515;
}
@media all and (max-width: 767px) {
  /* line 851, ../sass/mvod/_activate.scss */
  #plusContainer button.mvodDefault.invite {
    margin-top: 5px;
  }
}
/* line 858, ../sass/mvod/_activate.scss */
#plusContainer p {
  font-size: 1.4em;
  /*22px*/
  text-align: center;
  line-height: 130%;
}
/* line 862, ../sass/mvod/_activate.scss */
#plusContainer p.noPadding {
  padding-bottom: 0;
}
@media all and (max-width: 599px) {
  /* line 858, ../sass/mvod/_activate.scss */
  #plusContainer p {
    font-size: 1em;
    /*16px*/
    padding: 20px 0;
  }
}
@media all and (max-width: 599px) {
  /* line 872, ../sass/mvod/_activate.scss */
  #plusContainer .activationForm,
  #plusContainer .login,
  #plusContainer .success {
    padding: 0 15px;
  }
}
/* line 878, ../sass/mvod/_activate.scss */
#plusContainer .activationForm {
  padding: 80px 0;
}
@media all and (max-width: 599px) {
  /* line 878, ../sass/mvod/_activate.scss */
  #plusContainer .activationForm {
    padding: 20px 15px;
  }
}
/* line 884, ../sass/mvod/_activate.scss */
#plusContainer .selectStation {
  padding: 0 0 40px;
}
@media all and (max-width: 599px) {
  /* line 886, ../sass/mvod/_activate.scss */
  #plusContainer .selectStation p {
    padding: 20px 15px;
  }
}
/* line 892, ../sass/mvod/_activate.scss */
#plusContainer .login {
  padding: 0 0 40px;
}
@media all and (max-width: 599px) {
  /* line 892, ../sass/mvod/_activate.scss */
  #plusContainer .login {
    padding: 20px 15px;
  }
}

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

/* line 904, ../sass/mvod/_activate.scss */
.socialLoginPanel .socialList li.pbsColor {
  background-color: #3eafe6;
}

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

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

/* line 183, ../sass/screen.scss */
.inline-plus {
  display: inline-block;
  background-color: #3eafe6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 0.55em;
  line-height: 1.3em;
  padding: 0.5% 2.4%;
  margin-left: 6px;
  color: white;
}
/* line 194, ../sass/screen.scss */
.inline-plus.large {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.2em;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media all and (min-width: 480px) {
  /* line 194, ../sass/screen.scss */
  .inline-plus.large {
    font-size: 0.85em;
    padding: 5px 13px;
    line-height: 1.2em;
  }
}
/* line 206, ../sass/screen.scss */
.inline-plus.user-plus {
  line-height: 1em;
  padding: 3px 6px;
  font-size: 12px;
  margin-left: 0;
}
/* line 212, ../sass/screen.scss */
.inline-plus.gigant-fixed-size {
  padding: 3px 12px;
  font-size: 32px;
  margin-top: 12px;
  margin-left: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media all and (max-width: 599px) {
  /* line 212, ../sass/screen.scss */
  .inline-plus.gigant-fixed-size {
    font-size: 20px;
    margin-top: 3px;
    padding: 2px 6px;
  }
}
/* line 224, ../sass/screen.scss */
.inline-plus.fixed-size {
  padding: 3px 9px;
  font-size: 16px;
}
/* line 228, ../sass/screen.scss */
.inline-plus.floated {
  float: left;
  font-size: 0.65em;
}
/* line 232, ../sass/screen.scss */
.inline-plus.inList {
  float: left;
  margin-right: 12px;
  margin-left: 0;
  font-size: 13px;
  padding: 3px 8px;
  line-height: 1em;
}
/* line 240, ../sass/screen.scss */
.inline-plus.abs {
  position: absolute;
  display: block;
}

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

/* line 251, ../sass/screen.scss */
.lt-ie9 #featuredProgramList,
.lt-ie9 #mobileHeader {
  display: none;
}
/* line 252, ../sass/screen.scss */
.lt-ie9 .videoList.homeVideoList li {
  margin-left: 1.1%;
}
/* line 253, ../sass/screen.scss */
.lt-ie9 .kidsShop .item {
  float: left;
}
/* line 254, ../sass/screen.scss */
.lt-ie9 .carouselProgramList .videoItem {
  margin-right: 1.6%;
}
/* line 255, ../sass/screen.scss */
.lt-ie9 .videoList.listType1 .videoItem {
  margin-left: 1.1%;
}
/* line 258, ../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 259, ../sass/screen.scss */
.lt-ie9 .smallCarousel .controls a {
  width: 27px;
}
/* line 260, ../sass/screen.scss */
.lt-ie9 #featuredPrograms .videoItem {
  margin-right: 1.9%;
}
/* line 261, ../sass/screen.scss */
.lt-ie9 .logo {
  background: url("../../img/PBSlogo-retina-ie8.png") 0 11px no-repeat;
}
/* line 263, ../sass/screen.scss */
.lt-ie9 #schedulesMenu .left i,
.lt-ie9 #schedulesMenu .right i {
  width: 17px;
  height: 26px;
  margin-top: 5px;
}
/* line 264, ../sass/screen.scss */
.lt-ie9 #schedulesMenu .right i {
  background-position: -16px 0;
}
/* line 265, ../sass/screen.scss */
.lt-ie9 .shareIcon {
  background: url("../../img/episode_page_sprite_30-IE8.png") 0 0 no-repeat;
}
/* line 266, ../sass/screen.scss */
.lt-ie9 .shareIcon.buydvd {
  background-position: -53px 0;
}
/* line 267, ../sass/screen.scss */
.lt-ie9 .facebook.shareIcon {
  background-position: -29px 0;
}
/* line 268, ../sass/screen.scss */
.lt-ie9 .twitter.shareIcon {
  background-position: -4px 0;
}
/* line 269, ../sass/screen.scss */
.lt-ie9 .more.shareIcon {
  background-position: -181px 0;
}
/* line 270, ../sass/screen.scss */
.lt-ie9 .email.shareIcon {
  background-position: -123px 0;
}
/* line 271, ../sass/screen.scss */
.lt-ie9 .google.shareIcon {
  background-position: -155px 0;
}
/* line 272, ../sass/screen.scss */
.lt-ie9 .embed.shareIcon {
  background-position: -226px 0;
}
/* line 273, ../sass/screen.scss */
.lt-ie9 #pageDescription .bottom {
  padding-left: 35px;
}

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

/* line 296, ../sass/screen.scss */
.eoyContainer {
  height: 250px;
  width: 300px;
  margin: auto;
  position: relative;
}
/* line 301, ../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;
}