@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/ngcdinonair-bold-webfont.eot");
  src: url("../fonts/ngcdinonair-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ngcdinonair-bold-webfont.woff") format("woff"), url("../fonts/ngcdinonair-bold-webfont.ttf") format("truetype"), url("../fonts/ngcdinonair-bold-webfont.svg#ngc_din_onairbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/ngcdinonair-regular-webfont.eot");
  src: url("../fonts/ngcdinonair-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ngcdinonair-regular-webfont.woff") format("woff"), url("../fonts/ngcdinonair-regular-webfont.ttf") format("truetype"), url("../fonts/ngcdinonair-regular-webfont.svg#ngc_din_onairregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ngc-fontastic";
  src: url("../fonts/ngc-fontastic.eot");
  src: url("../fonts/ngc-fontastic.eot?#iefix") format("embedded-opentype"), url("../fonts/ngc-fontastic.woff") format("woff"), url("../fonts/ngc-fontastic.ttf") format("truetype"), url("../fonts/ngc-fontastic.svg#ngc-fontastic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../opt/puppet/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(marign, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/* line 1, ../src/sass/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

/* Base tags with site wide classes; */
/* line 10, ../src/sass/_base.scss */
a {
  text-decoration: none;
}
/* line 13, ../src/sass/_base.scss */
a:link, a:visited {
  color: #044e8e;
}
/* line 21, ../src/sass/_base.scss */
a.button {
  color: #fff;
  display: inline-block;
  border: 1px solid #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 45px 4px;
  text-transform: uppercase;
}
/* line 29, ../src/sass/_base.scss */
a.button + a.button {
  margin-left: 10px;
}
/* line 34, ../src/sass/_base.scss */
a.responsive {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
/* line 42, ../src/sass/_base.scss */
a.responsive.responsive-unk {
  height: auto;
}
/* line 46, ../src/sass/_base.scss */
a.responsive.responsive-2x1 {
  padding-bottom: 45%;
}
/* line 49, ../src/sass/_base.scss */
a.responsive.responsive-16x9 {
  padding-bottom: 56.25%;
}
/* line 52, ../src/sass/_base.scss */
a.responsive.responsive-4x3 {
  padding-bottom: 75%;
}
/* line 55, ../src/sass/_base.scss */
a.responsive.responsive-1x1 {
  padding-bottom: 100%;
}
/* line 59, ../src/sass/_base.scss */
a.responsive img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 72, ../src/sass/_base.scss */
b {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}

/* line 77, ../src/sass/_base.scss */
blockquote {
  border-left: 5px solid #ccc;
  margin: 1em 0 0 0;
  padding: 0 0 0 2em;
}

/* line 82, ../src/sass/_base.scss */
body {
  color: #262626;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #000000;
  overflow-y: scroll;
}
/* line 93, ../src/sass/_base.scss */
body.scroll-lock {
  overflow: auto;
}

/* line 107, ../src/sass/_base.scss */
dd {
  margin: 0 0 0 2em;
}

/* line 115, ../src/sass/_base.scss */
div.page-container {
  background: #262626;
  background-position: center 65px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0 30px;
}
/* line 123, ../src/sass/_base.scss */
div.page-container.page-container-landing {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 128, ../src/sass/_base.scss */
div.page-container.page-container-landing main {
  padding-bottom: 0;
}
/* line 136, ../src/sass/_base.scss */
div.page-container.page-container-show main {
  margin-top: 60px;
}
/* line 143, ../src/sass/_base.scss */
div.page-container.page-container-schedule div.landing-page-block {
  background: transparent;
}
/* line 150, ../src/sass/_base.scss */
div.main-body {
  background: #262626;
  padding: 0 30px 30px;
}
/* line 156, ../src/sass/_base.scss */
div.right-rail {
  background: #141414;
  -moz-transition: padding, 0.3s;
  -o-transition: padding, 0.3s;
  -webkit-transition: padding, 0.3s;
  transition: padding, 0.3s;
  padding: 37px 20px 20px;
}
/* line 163, ../src/sass/_base.scss */
div.article-body {
  background: #fff;
  padding: 20px;
  position: relative;
}
/* line 168, ../src/sass/_base.scss */
div.article-body:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
/* line 177, ../src/sass/_base.scss */
div.article-body .pull-right {
  width: 60%;
  margin-left: 2em;
}
/* line 181, ../src/sass/_base.scss */
div.article-body .pull-right div.callout {
  width: 100%;
}
/* line 185, ../src/sass/_base.scss */
div.article-body .pull-left {
  width: 40%;
  margin-right: 2em;
}
/* line 189, ../src/sass/_base.scss */
div.article-body .pull-left div.callout {
  width: 100%;
}
/* line 197, ../src/sass/_base.scss */
div.ngs-header ul li {
  list-style: none;
  margin: 0;
}
/* line 204, ../src/sass/_base.scss */
div.footnote {
  border-top: 1px solid #999;
  margin: 20px 0 0;
  padding: 20px 0 0;
  color: #555;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 213, ../src/sass/_base.scss */
div .pull-right {
  float: right;
}
/* line 216, ../src/sass/_base.scss */
div .pull-left {
  float: left;
}

/* line 220, ../src/sass/_base.scss */
dl {
  margin: 1em 0 0 0;
}
/* line 223, ../src/sass/_base.scss */
dl:first-child {
  margin-top: 0;
}

/* line 227, ../src/sass/_base.scss */
dt {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}

/* line 230, ../src/sass/_base.scss */
em {
  font-style: italic;
}

/* line 238, ../src/sass/_base.scss */
form {
  margin: 1em 0 0 0;
}

/* line 241, ../src/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #7f7f7f;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
}
/* line 246, ../src/sass/_base.scss */
h1 + p,
h1 + dl,
h1 + ol,
h1 + ul,
h1 + table, h2 + p,
h2 + dl,
h2 + ol,
h2 + ul,
h2 + table, h3 + p,
h3 + dl,
h3 + ol,
h3 + ul,
h3 + table, h4 + p,
h4 + dl,
h4 + ol,
h4 + ul,
h4 + table, h5 + p,
h5 + dl,
h5 + ol,
h5 + ul,
h5 + table, h6 + p,
h6 + dl,
h6 + ol,
h6 + ul,
h6 + table {
  margin-top: 0.5em;
}

/* line 256, ../src/sass/_base.scss */
h1,
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1em;
}
/* line 261, ../src/sass/_base.scss */
h1:first-child,
h2:first-child {
  margin-top: 0;
}

/* line 265, ../src/sass/_base.scss */
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1em;
}

/* line 269, ../src/sass/_base.scss */
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1em;
}

/* line 278, ../src/sass/_base.scss */
hr {
  margin: 2em 0;
}

/* line 281, ../src/sass/_base.scss */
html {
  font-size: 16px;
  font-size: 1rem;
}

/* line 284, ../src/sass/_base.scss */
i {
  font-style: italic;
}

/* line 287, ../src/sass/_base.scss */
iframe {
  display: block;
}

/* line 292, ../src/sass/_base.scss */
img.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 308, ../src/sass/_base.scss */
main {
  display: block;
}
/* line 312, ../src/sass/_base.scss */
main.main {
  position: relative;
  padding-bottom: 30px;
}
/* line 319, ../src/sass/_base.scss */
main.main-legal {
  background: #fff;
  margin: 30px 0;
  padding: 30px;
}

/* line 332, ../src/sass/_base.scss */
ol {
  margin: 1em 0 0 0;
}
/* line 335, ../src/sass/_base.scss */
ol:first-child {
  margin-top: 0;
}
/* line 339, ../src/sass/_base.scss */
ol li {
  list-style: decimal;
  margin: 0 0 0 2em;
}
/* line 344, ../src/sass/_base.scss */
ol ol {
  margin: 0.5em 0;
}

/* line 351, ../src/sass/_base.scss */
p {
  margin: 1em 0 0 0;
}
/* line 354, ../src/sass/_base.scss */
p:first-child {
  margin-top: 0;
}
/* line 358, ../src/sass/_base.scss */
p.intro {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-style: italic;
}
/* line 365, ../src/sass/_base.scss */
p.new-episode {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
/* line 371, ../src/sass/_base.scss */
p.new-episode span {
  background: #ffd800;
  display: inline-block;
  padding: 1px 5px;
}
/* line 377, ../src/sass/_base.scss */
p.new-episode + h1 {
  margin-top: 4px;
}

/* line 383, ../src/sass/_base.scss */
pre {
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 4px;
  margin: 1em 0 0 0;
  padding: 1em 1em 1em 2em;
}

/* line 390, ../src/sass/_base.scss */
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
/* line 393, ../src/sass/_base.scss */
q:before {
  content: '\201C';
  content: open-quote;
}
/* line 397, ../src/sass/_base.scss */
q:after {
  content: '\201D';
  content: close-quote;
}

/* line 413, ../src/sass/_base.scss */
span.nowrap {
  white-space: nowrap;
}

/* line 417, ../src/sass/_base.scss */
strong {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}

/* line 424, ../src/sass/_base.scss */
table {
  margin: 1em 0 0 0;
  width: 100%;
}
/* line 428, ../src/sass/_base.scss */
table:first-child {
  margin-top: 0;
}

/* line 433, ../src/sass/_base.scss */
td {
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
}

/* line 439, ../src/sass/_base.scss */
th {
  background: #eee;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-align: left;
}

/* line 450, ../src/sass/_base.scss */
ul {
  margin: 1em 0 0 0;
}
/* line 453, ../src/sass/_base.scss */
ul:first-child {
  margin-top: 0;
}
/* line 457, ../src/sass/_base.scss */
ul li {
  list-style: disc;
  margin: 0 0 0 2em;
}
/* line 462, ../src/sass/_base.scss */
ul ul {
  margin: 0.5em 0;
}

/* line 1, ../src/sass/_layout.scss */
div.l-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 8, ../src/sass/_layout.scss */
div.l-table-row {
  display: table-row;
}

/* line 12, ../src/sass/_layout.scss */
div.l-table-cell {
  display: table-cell;
  vertical-align: top;
}

/* line 17, ../src/sass/_layout.scss */
.row {
  margin: 0 -5px;
}
/* line 61, ../src/sass/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 39, ../src/sass/_layout.scss */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span20 {
  float: left;
}

/* line 55, ../src/sass/_layout.scss */
.col {
  margin-left: 0%;
}

/* line 59, ../src/sass/_layout.scss */
.col:first-child {
  margin-left: 0;
}

/* line 63, ../src/sass/_layout.scss */
.col-inner {
  padding: 0 5px;
}

/* line 67, ../src/sass/_layout.scss */
.span1 {
  width: 8.33333%;
}

/* line 68, ../src/sass/_layout.scss */
.span2 {
  width: 16.66667%;
}

/* line 69, ../src/sass/_layout.scss */
.span3 {
  width: 25%;
}

/* line 70, ../src/sass/_layout.scss */
.span4 {
  width: 33.33333%;
}

/* line 71, ../src/sass/_layout.scss */
.span5 {
  width: 41.66667%;
}

/* line 72, ../src/sass/_layout.scss */
.span6 {
  width: 50%;
}

/* line 73, ../src/sass/_layout.scss */
.span7 {
  width: 58.33333%;
}

/* line 74, ../src/sass/_layout.scss */
.span8 {
  width: 66.66667%;
}

/* line 75, ../src/sass/_layout.scss */
.span9 {
  width: 75%;
}

/* line 76, ../src/sass/_layout.scss */
.span10 {
  width: 83.33333%;
}

/* line 77, ../src/sass/_layout.scss */
.span11 {
  width: 91.66667%;
}

/* line 78, ../src/sass/_layout.scss */
.span12 {
  width: 100%;
  margin-left: 0;
}

/* line 82, ../src/sass/_layout.scss */
.span20 {
  width: 20%;
}

/* line 120, ../img/icons/*.png */
.icons-sprite, .icon-r-conversation-close:before, .icon-r-close:before, .icon-r-photo-gallery-close:before, .icon-r-photo-gallery-open:before, .is-checked:before {
  background-image: url('../img/icons-sa3f8e0c8d0.png');
  background-repeat: no-repeat;
}

/* line 6, ../src/sass/_icons-raster.scss */
.icon-r {
  display: inline-block;
  line-height: 1;
  font-size: 1em;
  position: relative;
  vertical-align: middle;
}
/* line 13, ../src/sass/_icons-raster.scss */
.icon-r:before {
  content: "";
  display: block;
  background: url('../img/icons-scdb296cf77.png');
}

/* line 20, ../src/sass/_icons-raster.scss */
.icon-r-conversation-close:before {
  background-position: 0 -124px;
  height: 38px;
  width: 38px;
}

/* line 22, ../src/sass/_icons-raster.scss */
.icon-r-close:before {
  background-position: 0 -500px;
  height: 18px;
  width: 18px;
}

/* line 24, ../src/sass/_icons-raster.scss */
.icon-r-photo-gallery-close:before {
  background-position: 0 -436px;
  height: 32px;
  width: 32px;
}

/* line 25, ../src/sass/_icons-raster.scss */
.icon-r-photo-gallery-open:before {
  background-position: 0 -468px;
  height: 32px;
  width: 32px;
}

/* line 27, ../src/sass/_icons-raster.scss */
.is-checked:before {
  background: url('../img/icons-scdb296cf77.png');
  background-position: 0 -96px;
  height: 28px;
  width: 28px;
}

/* line 32, ../src/sass/_icons-raster.scss */
.icon-r-accordion-open:before,
.icon-r-accordion-close:before {
  background-size: 58px 259px;
}

/* line 36, ../src/sass/_icons-raster.scss */
.icon-r-accordion-open:before {
  background-position: 0 -24px;
  height: 24px;
  width: 24px;
}

/* line 37, ../src/sass/_icons-raster.scss */
.icon-r-accordion-close:before {
  background-position: 0 0;
  height: 24px;
  width: 24px;
}

/* line 40, ../src/sass/_icons-raster.scss */
.icon-r-content:before,
.icon-r-photo:before {
  background-size: 58px 259px;
}

/* line 44, ../src/sass/_icons-raster.scss */
.icon-r-content:before {
  background-position: 0 -81px;
  height: 58px;
  width: 58px;
}

/* line 45, ../src/sass/_icons-raster.scss */
.icon-r-photo:before {
  background-position: 0 -139px;
  height: 58px;
  width: 58px;
}

/* line 1, ../src/sass/_icons-vector.scss */
.icon-v:before {
  font-family: "ngc-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* line 15, ../src/sass/_icons-vector.scss */
.icon-v-instagram:before {
  content: "\e000";
}

/* line 16, ../src/sass/_icons-vector.scss */
.icon-v-google-plus:before {
  content: "\e001";
}

/* line 17, ../src/sass/_icons-vector.scss */
.icon-v-close:before {
  content: "\e002";
}

/* line 18, ../src/sass/_icons-vector.scss */
.icon-v-facebook-square:before {
  content: "\e003";
}

/* line 19, ../src/sass/_icons-vector.scss */
.icon-v-plus:before {
  content: "\e004";
}

/* line 20, ../src/sass/_icons-vector.scss */
.icon-v-minus:before {
  content: "\e005";
}

/* line 21, ../src/sass/_icons-vector.scss */
.icon-v-menu:before {
  content: "\e006";
}

/* line 22, ../src/sass/_icons-vector.scss */
.icon-v-twitter:before {
  content: "\e007";
}

/* line 23, ../src/sass/_icons-vector.scss */
.icon-v-facebook:before {
  content: "\e008";
}

/* line 24, ../src/sass/_icons-vector.scss */
.icon-v-alarm:before {
  content: "\e009";
}

/* line 25, ../src/sass/_icons-vector.scss */
.icon-v-caret-down:before {
  content: "\e00a";
}

/* line 26, ../src/sass/_icons-vector.scss */
.icon-v-caret-left:before {
  content: "\e00b";
}

/* line 27, ../src/sass/_icons-vector.scss */
.icon-v-caret-right:before {
  content: "\e00c";
}

/* line 28, ../src/sass/_icons-vector.scss */
.icon-v-caret-up:before {
  content: "\e00d";
}

/* line 29, ../src/sass/_icons-vector.scss */
.icon-v-clock:before {
  content: "\e00e";
}

/* line 30, ../src/sass/_icons-vector.scss */
.icon-v-close-thin:before {
  content: "\e00f";
}

/* line 31, ../src/sass/_icons-vector.scss */
.icon-v-comments-circle:before {
  content: "\e010";
}

/* line 32, ../src/sass/_icons-vector.scss */
.icon-v-document:before {
  content: "\e011";
}

/* line 33, ../src/sass/_icons-vector.scss */
.icon-v-embed:before {
  content: "\e012";
}

/* line 34, ../src/sass/_icons-vector.scss */
.icon-v-heart:before {
  content: "\e013";
}

/* line 35, ../src/sass/_icons-vector.scss */
.icon-v-info:before {
  content: "\e014";
}

/* line 36, ../src/sass/_icons-vector.scss */
.icon-v-like:before {
  content: "\e015";
}

/* line 37, ../src/sass/_icons-vector.scss */
.icon-v-locked:before {
  content: "\e016";
}

/* line 38, ../src/sass/_icons-vector.scss */
.icon-v-mail:before {
  content: "\e017";
}

/* line 39, ../src/sass/_icons-vector.scss */
.icon-v-photo:before {
  content: "\e018";
}

/* line 40, ../src/sass/_icons-vector.scss */
.icon-v-replay:before {
  content: "\e019";
}

/* line 41, ../src/sass/_icons-vector.scss */
.icon-v-reply:before {
  content: "\e01a";
}

/* line 42, ../src/sass/_icons-vector.scss */
.icon-v-retweet:before {
  content: "\e01b";
}

/* line 43, ../src/sass/_icons-vector.scss */
.icon-v-schedule:before {
  content: "\e01c";
}

/* line 44, ../src/sass/_icons-vector.scss */
.icon-v-search:before {
  content: "\e01d";
}

/* line 45, ../src/sass/_icons-vector.scss */
.icon-v-star:before {
  content: "\e01e";
}

/* line 46, ../src/sass/_icons-vector.scss */
.icon-v-three-dots:before {
  content: "\e01f";
}

/* line 47, ../src/sass/_icons-vector.scss */
.icon-v-unlocked:before {
  content: "\e020";
}

/* line 48, ../src/sass/_icons-vector.scss */
.icon-v-video:before {
  content: "\e021";
}

/* line 49, ../src/sass/_icons-vector.scss */
.icon-v-view:before {
  content: "\e022";
}

/* line 50, ../src/sass/_icons-vector.scss */
.icon-v-all-shows:before {
  content: "\e023";
}

/* line 51, ../src/sass/_icons-vector.scss */
.icon-v-interactive:before {
  content: "\e024";
}

/* line 52, ../src/sass/_icons-vector.scss */
.icon-v-lock:before {
  content: "\e025";
}

/* line 15, ../src/sass/_theme.scss */
.t-yellow .t-color, .t-yellow.t-color {
  color: rgb(255, 216,   0) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-yellow .t-border, .t-yellow.t-border {
  border-color: rgb(255, 216,   0) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-yellow .t-background, .t-yellow.t-background {
  background-color: rgb(255, 216,   0) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-yellow div.slick-navigation a.prev:hover,
.t-yellow div.slick-navigation a.next:hover {
  color: rgb(255, 216,   0) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-yellow ul.slick-dots li.slick-active button {
  background: rgb(255, 216,   0) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-yellow div.tabs-container a.prev:hover,
.t-yellow div.tabs-container a.next:hover {
  color: rgb(255, 216,   0);
}
/* line 56, ../src/sass/_theme.scss */
.t-yellow div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(255, 216,   0) !important;
  color: rgb(255, 216,   0) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-tan .t-color, .t-tan.t-color {
  color: rgb(202, 181, 149) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-tan .t-border, .t-tan.t-border {
  border-color: rgb(202, 181, 149) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-tan .t-background, .t-tan.t-background {
  background-color: rgb(202, 181, 149) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-tan div.slick-navigation a.prev:hover,
.t-tan div.slick-navigation a.next:hover {
  color: rgb(202, 181, 149) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-tan ul.slick-dots li.slick-active button {
  background: rgb(202, 181, 149) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-tan div.tabs-container a.prev:hover,
.t-tan div.tabs-container a.next:hover {
  color: rgb(202, 181, 149);
}
/* line 56, ../src/sass/_theme.scss */
.t-tan div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(202, 181, 149) !important;
  color: rgb(202, 181, 149) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-orange .t-color, .t-orange.t-color {
  color: rgb(248, 169,  49) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-orange .t-border, .t-orange.t-border {
  border-color: rgb(248, 169,  49) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-orange .t-background, .t-orange.t-background {
  background-color: rgb(248, 169,  49) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-orange div.slick-navigation a.prev:hover,
.t-orange div.slick-navigation a.next:hover {
  color: rgb(248, 169,  49) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-orange ul.slick-dots li.slick-active button {
  background: rgb(248, 169,  49) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-orange div.tabs-container a.prev:hover,
.t-orange div.tabs-container a.next:hover {
  color: rgb(248, 169,  49);
}
/* line 56, ../src/sass/_theme.scss */
.t-orange div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(248, 169,  49) !important;
  color: rgb(248, 169,  49) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-red .t-color, .t-red.t-color {
  color: rgb(255,  53,  43) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-red .t-border, .t-red.t-border {
  border-color: rgb(255,  53,  43) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-red .t-background, .t-red.t-background {
  background-color: rgb(255,  53,  43) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-red div.slick-navigation a.prev:hover,
.t-red div.slick-navigation a.next:hover {
  color: rgb(255,  53,  43) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-red ul.slick-dots li.slick-active button {
  background: rgb(255,  53,  43) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-red div.tabs-container a.prev:hover,
.t-red div.tabs-container a.next:hover {
  color: rgb(255,  53,  43);
}
/* line 56, ../src/sass/_theme.scss */
.t-red div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(255,  53,  43) !important;
  color: rgb(255,  53,  43) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-green .t-color, .t-green.t-color {
  color: rgb(113, 218,  71) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-green .t-border, .t-green.t-border {
  border-color: rgb(113, 218,  71) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-green .t-background, .t-green.t-background {
  background-color: rgb(113, 218,  71) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-green div.slick-navigation a.prev:hover,
.t-green div.slick-navigation a.next:hover {
  color: rgb(113, 218,  71) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-green ul.slick-dots li.slick-active button {
  background: rgb(113, 218,  71) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-green div.tabs-container a.prev:hover,
.t-green div.tabs-container a.next:hover {
  color: rgb(113, 218,  71);
}
/* line 56, ../src/sass/_theme.scss */
.t-green div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(113, 218,  71) !important;
  color: rgb(113, 218,  71) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-blue .t-color, .t-blue.t-color {
  color: rgb(107, 202, 231) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-blue .t-border, .t-blue.t-border {
  border-color: rgb(107, 202, 231) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-blue .t-background, .t-blue.t-background {
  background-color: rgb(107, 202, 231) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-blue div.slick-navigation a.prev:hover,
.t-blue div.slick-navigation a.next:hover {
  color: rgb(107, 202, 231) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-blue ul.slick-dots li.slick-active button {
  background: rgb(107, 202, 231) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-blue div.tabs-container a.prev:hover,
.t-blue div.tabs-container a.next:hover {
  color: rgb(107, 202, 231);
}
/* line 56, ../src/sass/_theme.scss */
.t-blue div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(107, 202, 231) !important;
  color: rgb(107, 202, 231) !important;
}

/* line 15, ../src/sass/_theme.scss */
.t-light-blue .t-color, .t-light-blue.t-color {
  color: rgb(116, 241, 253) !important;
}
/* line 19, ../src/sass/_theme.scss */
.t-light-blue .t-border, .t-light-blue.t-border {
  border-color: rgb(116, 241, 253) !important;
}
/* line 23, ../src/sass/_theme.scss */
.t-light-blue .t-background, .t-light-blue.t-background {
  background-color: rgb(116, 241, 253) !important;
}
/* line 32, ../src/sass/_theme.scss */
.t-light-blue div.slick-navigation a.prev:hover,
.t-light-blue div.slick-navigation a.next:hover {
  color: rgb(116, 241, 253) !important;
}
/* line 39, ../src/sass/_theme.scss */
.t-light-blue ul.slick-dots li.slick-active button {
  background: rgb(116, 241, 253) !important;
}
/* line 49, ../src/sass/_theme.scss */
.t-light-blue div.tabs-container a.prev:hover,
.t-light-blue div.tabs-container a.next:hover {
  color: rgb(116, 241, 253);
}
/* line 56, ../src/sass/_theme.scss */
.t-light-blue div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: rgb(116, 241, 253) !important;
  color: rgb(116, 241, 253) !important;
}

/* line 5, ../src/sass/_forms.scss */
div.checkbox-replacement {
  display: inline-block;
  background: #333;
  height: 27px;
  width: 27px;
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
/* line 17, ../src/sass/_forms.scss */
div.checkbox-replacement:before {
  content: "";
  display: block;
  height: 27px;
  width: 27px;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: -1px;
}
/* line 29, ../src/sass/_forms.scss */
div.checkbox-replacement input[type="checkbox"] {
  height: 27px;
  width: 27px;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  cursor: pointer;
}
/* line 44, ../src/sass/_forms.scss */
div.form-actions {
  margin: 1em 0 0 0;
  text-align: right;
}
/* line 48, ../src/sass/_forms.scss */
div.form-actions .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* line 56, ../src/sass/_forms.scss */
div.form-links {
  margin: 1em 0 0 0;
  text-align: right;
}
/* line 60, ../src/sass/_forms.scss */
div.form-links a {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  text-decoration: none !important;
}
/* line 65, ../src/sass/_forms.scss */
div.form-links a + a {
  position: relative;
  margin-left: 2em;
}
/* line 69, ../src/sass/_forms.scss */
div.form-links a + a:before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  display: inline-block;
  border-left: 1px solid #fff;
  height: 1em;
}

/* line 84, ../src/sass/_forms.scss */
label.checkbox-replacement {
  text-align: left;
  display: inline-block;
  margin-left: 5px;
}

/* line 102, ../src/sass/_forms.scss */
form div.row + div.row {
  margin-top: 10px;
}

/* line 107, ../src/sass/_forms.scss */
button.form-control {
  border-color: #7f7f7f;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 112, ../src/sass/_forms.scss */
button.form-control.form-control-submit {
  border: 0;
  background: #000;
  position: relative;
  padding-right: 37px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
/* line 120, ../src/sass/_forms.scss */
button.form-control.form-control-submit[disabled] {
  opacity: 0.4;
  cursor: default;
}
/* line 126, ../src/sass/_forms.scss */
button.form-control i.icon-v {
  color: #000;
  background: #ffd800;
  height: 27px;
  width: 27px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 27px;
}

/* line 148, ../src/sass/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 158, ../src/sass/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  line-height: 28px;
}
/* line 167, ../src/sass/_forms.scss */
label.right {
  display: block;
  text-align: right;
}
/* line 173, ../src/sass/_forms.scss */
label.tall {
  line-height: 1.2;
}
/* line 177, ../src/sass/_forms.scss */
label.error {
  -webkit-font-smoothing: antialiased;
  color: #c33;
  line-height: 1.1;
  padding-top: 5px;
}

/* line 193, ../src/sass/_forms.scss */
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 198, ../src/sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 206, ../src/sass/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 211, ../src/sass/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 217, ../src/sass/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 246, ../src/sass/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.16667;
  color: #fff;
  background-color: #333;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 266, ../src/sass/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
}
/* line 273, ../src/sass/_forms.scss */
.form-control:focus {
  border: 1px solid #555;
  outline: none;
}

/* line 281, ../src/sass/_forms.scss */
textarea.form-control {
  height: 7em;
}

/* line 293, ../src/sass/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 306, ../src/sass/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 27px;
  line-height: 1.16667 \0;
}

/* line 321, ../src/sass/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 330, ../src/sass/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 338, ../src/sass/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 345, ../src/sass/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 354, ../src/sass/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 360, ../src/sass/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 369, ../src/sass/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 381, ../src/sass/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 390, ../src/sass/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 400, ../src/sass/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 412, ../src/sass/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 419, ../src/sass/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 432, ../src/sass/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 453, ../src/sass/_forms.scss */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 460, ../src/sass/_forms.scss */
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* line 466, ../src/sass/_forms.scss */
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
/* line 470, ../src/sass/_forms.scss */
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
/* line 478, ../src/sass/_forms.scss */
.form-inline .input-group > .form-control {
  width: 100%;
}
/* line 482, ../src/sass/_forms.scss */
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 490, ../src/sass/_forms.scss */
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 497, ../src/sass/_forms.scss */
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}
/* line 501, ../src/sass/_forms.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

/* line 518, ../src/sass/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 528, ../src/sass/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 20px;
}
/* line 61, ../src/sass/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2, ../src/modules/ad/module.scss */
div.ad-container {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

/* line 8, ../src/modules/ad/module.scss */
div.ad {
  text-align: center;
  margin: 0 auto;
}
/* line 16, ../src/modules/ad/module.scss */
div.ad.ad-error p.label {
  display: none;
}
/* line 22, ../src/modules/ad/module.scss */
div.ad iframe {
  margin: 0 auto;
}
/* line 27, ../src/modules/ad/module.scss */
div.ad p.label {
  color: #7f7f7f;
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 10px 0 0;
}
/* line 37, ../src/modules/ad/module.scss */
div.ad.ad-1x1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: 1000;
}

/* line 52, ../src/modules/ad/module.scss */
div.right-rail div.ad + * {
  margin-top: 2em;
}
/* line 60, ../src/modules/ad/module.scss */
div.right-rail.mobile div.ad + * {
  margin-top: 0em;
}

/* line 68, ../src/modules/ad/module.scss */
div.landing-page-block-ad {
  padding: 20px 0 !important;
}

/* line 3, ../src/modules/article-masthead/_shared.scss */
div.article-masthead {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  overflow: hidden;
  padding: 30px 50px;
  padding-right: 15px;
}
/* line 13, ../src/modules/article-masthead/_shared.scss */
div.article-masthead.article-masthead-no-image {
  background: #141414;
}
/* line 20, ../src/modules/article-masthead/_shared.scss */
div.article-masthead p {
  margin: 0;
}
/* line 24, ../src/modules/article-masthead/_shared.scss */
div.article-masthead span.date {
  color: #7f7f7f;
  text-transform: uppercase;
}
/* line 29, ../src/modules/article-masthead/_shared.scss */
div.article-masthead a {
  color: #ffd800;
}
/* line 34, ../src/modules/article-masthead/_shared.scss */
div.article-masthead a + span:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #999;
  height: 1em;
  width: 1px;
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  top: 2px;
}
/* line 49, ../src/modules/article-masthead/_shared.scss */
div.article-masthead h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 0 0;
}
/* line 59, ../src/modules/article-masthead/_shared.scss */
div.article-masthead p.tagline {
  color: #7f7f7f;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 0 0;
}

/* line 2, ../src/modules/browse-happy/module.scss */
div.browsehappy {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
}
/* line 8, ../src/modules/browse-happy/module.scss */
div.browsehappy a {
  color: #fff;
  text-decoration: underline;
}

/* line 2, ../src/modules/callout/_shared.scss */
div.callout {
  border: 1px solid #999;
  border-width: 1px 0;
  margin: 20px;
  padding: 20px 0;
}
/* line 9, ../src/modules/callout/_shared.scss */
div.callout div.callout-caption {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 14, ../src/modules/callout/_shared.scss */
div.callout div.callout-caption strong, div.callout div.callout-caption b {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 18, ../src/modules/callout/_shared.scss */
div.callout div.callout-caption p {
  margin: 1em 0 0;
}
/* line 23, ../src/modules/callout/_shared.scss */
div.callout + div.callout {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 31, ../src/modules/callout/_shared.scss */
div.callout iframe {
  width: 100%;
}
/* line 36, ../src/modules/callout/_shared.scss */
div.callout article.one-up-overlay h1 {
  font-size: 16px;
  font-size: 1rem;
}
/* line 43, ../src/modules/callout/_shared.scss */
div.callout.with-credit div.callout-caption p {
  margin: 0;
}
/* line 48, ../src/modules/callout/_shared.scss */
div.callout.callout-tweet {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 51, ../src/modules/callout/_shared.scss */
div.callout.callout-tweet p.quote {
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  position: relative;
}
/* line 59, ../src/modules/callout/_shared.scss */
div.callout.callout-tweet p.call-to-action {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 64, ../src/modules/callout/_shared.scss */
div.callout.callout-tweet p.call-to-action a {
  color: inherit;
}
/* line 67, ../src/modules/callout/_shared.scss */
div.callout.callout-tweet p.call-to-action a i.icon-v {
  color: #262626;
  font-size: 16px;
  font-size: 1rem;
}

/* line 4, ../src/modules/callout/desktop/module.scss */
div.callout-left,
div.callout-right {
  width: 320px;
}

/* line 10, ../src/modules/callout/desktop/module.scss */
div.callout-left {
  float: left;
  clear: left;
}
/* line 14, ../src/modules/callout/desktop/module.scss */
div.callout-left div.callout {
  margin-left: 0;
}

/* line 20, ../src/modules/callout/desktop/module.scss */
div.callout-full {
  border: 0;
  padding: 0;
  width: 100%;
}
/* line 25, ../src/modules/callout/desktop/module.scss */
div.callout-full div.callout {
  margin-right: 0;
  margin-left: 0;
}
/* line 32, ../src/modules/callout/desktop/module.scss */
div.callout-full iframe {
  width: 100%;
  max-width: 100%;
}
/* line 38, ../src/modules/callout/desktop/module.scss */
div.callout-full article.one-up-overlay h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 45, ../src/modules/callout/desktop/module.scss */
div.callout-right {
  float: right;
  clear: right;
}
/* line 49, ../src/modules/callout/desktop/module.scss */
div.callout-right div.callout {
  margin-right: 0;
}

/* line 2, ../src/modules/conversation-popups/module.scss */
body.conversation-popup {
  overflow-y: auto;
}
/* line 6, ../src/modules/conversation-popups/module.scss */
body.conversation-popup header {
  padding-top: 60px;
  text-align: center;
}
/* line 14, ../src/modules/conversation-popups/module.scss */
body.conversation-popup a.logo-ngc {
  width: 300px;
  height: 23px;
}
/* line 18, ../src/modules/conversation-popups/module.scss */
body.conversation-popup a.logo-ngw {
  width: 100px;
  height: 35px;
}
/* line 22, ../src/modules/conversation-popups/module.scss */
body.conversation-popup a.logo {
  display: inline-block;
}
/* line 25, ../src/modules/conversation-popups/module.scss */
body.conversation-popup a.logo img {
  width: 100%;
  display: block;
}
/* line 32, ../src/modules/conversation-popups/module.scss */
body.conversation-popup img {
  display: block;
  margin: 0 auto;
}
/* line 38, ../src/modules/conversation-popups/module.scss */
body.conversation-popup h1 {
  color: #ffd800;
  margin-top: 0;
  text-align: center;
}
/* line 43, ../src/modules/conversation-popups/module.scss */
body.conversation-popup p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-align: center;
}
/* line 52, ../src/modules/conversation-popups/module.scss */
body.conversation-popup div.instagram-success,
body.conversation-popup div.instagram-failure {
  display: none;
}

/* line 2, ../src/modules/faq/module.scss */
article.faq-tv-anywhere {
  color: #fff;
  width: 500px;
  padding: 30px 0;
}
/* line 8, ../src/modules/faq/module.scss */
article.faq-tv-anywhere h1 img {
  display: block;
}
/* line 13, ../src/modules/faq/module.scss */
article.faq-tv-anywhere h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin: 30px 0 0;
}
/* line 22, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.quote {
  border-left: 4px solid #ffd800;
  margin: 30px 0 0;
  padding: 0 0 0 15px;
}
/* line 30, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.links, article.faq-tv-anywhere span.links {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 45px 0 0;
  text-transform: uppercase;
  text-align: center;
}
/* line 37, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.links a, article.faq-tv-anywhere span.links a {
  color: #ffd800;
}
/* line 41, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.links a + a, article.faq-tv-anywhere span.links a + a {
  position: relative;
  margin-left: 20px;
}
/* line 45, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.links a + a:before, article.faq-tv-anywhere span.links a + a:before {
  content: "";
  display: inline;
  border-left: 1px solid #999;
  position: absolute;
  top: 2px;
  left: -10px;
  height: 12px;
  width: 1px;
}
/* line 60, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 15px 0 0;
}
/* line 65, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon .links {
  background: none;
  display: block;
  margin: 15px auto 0 auto;
  text-align: center;
}
/* line 73, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon span {
  background: url("../img/arrow.png") no-repeat;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  line-height: 22px;
}
/* line 80, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon span.arrow-start {
  background-position: 0 0;
  margin-right: 5px;
}
/* line 84, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon span.arrow-end {
  background-position: 100% 0;
}
/* line 87, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon span.arrow-middle {
  background: #999;
  margin: 0 13px;
}
/* line 92, ../src/modules/faq/module.scss */
article.faq-tv-anywhere p.soon em {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
}

/* line 99, ../src/modules/faq/module.scss */
article.faq-steps {
  position: relative;
  background: #141414;
  border-top: 4px solid #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 10px 0;
  padding: 30px;
  color: #fff;
}
/* line 108, ../src/modules/faq/module.scss */
article.faq-steps h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
/* line 116, ../src/modules/faq/module.scss */
article.faq-steps div.steps {
  padding-left: 40px;
}
/* line 121, ../src/modules/faq/module.scss */
article.faq-steps p + h2 {
  border-top: 1px solid #444;
  padding: 30px 0 0;
}
/* line 126, ../src/modules/faq/module.scss */
article.faq-steps h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 30px 0 0;
  position: relative;
  text-transform: uppercase;
}
/* line 134, ../src/modules/faq/module.scss */
article.faq-steps h2:before {
  content: attr(data-number);
  position: absolute;
  left: -40px;
  color: #ffd800;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 142, ../src/modules/faq/module.scss */
article.faq-steps h2 i.icon-v {
  color: #ffd800;
  margin-right: 5px;
}
/* line 148, ../src/modules/faq/module.scss */
article.faq-steps .modal_box {
  width: auto;
}
/* line 152, ../src/modules/faq/module.scss */
article.faq-steps #step2 {
  color: #ffd800;
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  right: 0;
  width: auto;
}
/* line 161, ../src/modules/faq/module.scss */
article.faq-steps #step2 .alphabetList li a {
  padding: 3px 4px;
}
/* line 164, ../src/modules/faq/module.scss */
article.faq-steps #step2 .player-scrollbar {
  right: 9px;
}
/* line 167, ../src/modules/faq/module.scss */
article.faq-steps #step2 .player-width {
  position: static;
}
/* line 171, ../src/modules/faq/module.scss */
article.faq-steps #step2 #provider_logos_box dd {
  cursor: text;
}

/* line 179, ../src/modules/faq/module.scss */
article.faq {
  background: #fff;
  padding: 30px;
}
/* line 183, ../src/modules/faq/module.scss */
article.faq h1 {
  color: #262626;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
/* line 191, ../src/modules/faq/module.scss */
article.faq h2 {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 30px 0 0;
  padding-left: 30px;
  position: relative;
}
/* line 199, ../src/modules/faq/module.scss */
article.faq h2 span {
  color: #262626;
}
/* line 203, ../src/modules/faq/module.scss */
article.faq h2:before {
  content: "Q";
  color: #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}
/* line 215, ../src/modules/faq/module.scss */
article.faq p {
  color: #262626;
  margin: 15px 0 0;
  padding-left: 30px;
  position: relative;
}
/* line 221, ../src/modules/faq/module.scss */
article.faq p:before {
  content: "A";
  color: #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

/* line 2, ../src/modules/error/desktop/module.scss */
section.error {
  background-image: url("../img/backgrounds/forest.jpg");
  background-image: "../img/backgrounds/forest.jpg";
  height: 500px;
}
/* line 7, ../src/modules/error/desktop/module.scss */
section.error .error-block {
  color: #fff;
  width: 68%;
  margin: 0 auto;
  padding-top: 100px;
}
/* line 14, ../src/modules/error/desktop/module.scss */
section.error .error-block.error-500 {
  width: 74%;
}
/* line 18, ../src/modules/error/desktop/module.scss */
section.error .error-block h1 {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
}
/* line 24, ../src/modules/error/desktop/module.scss */
section.error .error-block h2 {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
}
/* line 29, ../src/modules/error/desktop/module.scss */
section.error .error-block .pull-left {
  float: left;
}
/* line 32, ../src/modules/error/desktop/module.scss */
section.error .error-block .pull-right {
  float: right;
}
/* line 36, ../src/modules/error/desktop/module.scss */
section.error .error-block ul li {
  margin: 0 0 0 1em;
}
/* line 39, ../src/modules/error/desktop/module.scss */
section.error .error-block ul li a {
  color: #ffd800;
}

/* line 2, ../src/modules/form-replacement/module.scss */
div.heapbox-select {
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 6, ../src/modules/form-replacement/module.scss */
div.heapbox-select.is-initialized {
  opacity: 1;
}

/* line 12, ../src/modules/form-replacement/module.scss */
.heapBox {
  clear: both;
  display: inline-block;
  line-height: 27px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #262626;
}
/* line 23, ../src/modules/form-replacement/module.scss */
.heapBox * {
  margin: 0;
  padding: 0;
  outline: none;
}
/* line 29, ../src/modules/form-replacement/module.scss */
.heapBox.disabled {
  opacity: 0.5;
}
/* line 32, ../src/modules/form-replacement/module.scss */
.heapBox.disabled .holder {
  cursor: default;
}
/* line 37, ../src/modules/form-replacement/module.scss */
.heapBox a {
  text-decoration: none !important;
  color: #ccc;
  text-transform: uppercase;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 43, ../src/modules/form-replacement/module.scss */
.heapBox a:hover {
  color: #fff;
}
/* line 48, ../src/modules/form-replacement/module.scss */
.heapBox .holder {
  overflow: hidden;
  text-indent: 10px;
  border: 1px solid #7f7f7f;
  border-right: none;
  height: 27px;
  width: 100%;
  padding-right: 26px;
}
/* line 58, ../src/modules/form-replacement/module.scss */
.heapBox .handler {
  width: 26px;
  background: url("../img/heapbox/caret.png") 0 0 no-repeat;
  height: 27px;
  border: 1px solid #7f7f7f;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
/* line 70, ../src/modules/form-replacement/module.scss */
.heapBox .holder {
  float: left;
  position: relative;
  z-index: 10;
}
/* line 76, ../src/modules/form-replacement/module.scss */
.heapBox div.heap {
  display: none;
  position: absolute;
  list-style-type: none;
  left: 0;
  width: 100%;
  top: 27px;
  overflow: hidden;
  border: 1px solid #7f7f7f;
  border-top: none;
  background: #262626;
  padding: 5px 0;
  z-index: 10;
}
/* line 90, ../src/modules/form-replacement/module.scss */
.heapBox div.heap .heapOptions {
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
}
/* line 97, ../src/modules/form-replacement/module.scss */
.heapBox div.heap .heapOption {
  z-index: 100;
  position: relative;
  display: block;
}
/* line 102, ../src/modules/form-replacement/module.scss */
.heapBox div.heap .heapOption a {
  width: 100%;
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 116, ../src/modules/form-replacement/module.scss */
.heapBox div.heap .heapOption a.disabled {
  color: #7f7f7f;
}
/* line 128, ../src/modules/form-replacement/module.scss */
.heapBox.open .holder,
.heapBox.open div.heap {
  border-color: #fff;
}
/* line 132, ../src/modules/form-replacement/module.scss */
.heapBox.open .handler {
  border-color: #fff;
  background-position: 0 -26px;
}

/* line 3, ../src/modules/interactive-content/module.scss */
div.interactive-content {
  overflow: hidden;
  padding: 20px 0;
}
/* line 9, ../src/modules/interactive-content/module.scss */
div.interactive-content iframe {
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}

/* line 3, ../src/modules/interactive-header/module.scss */
section.interactive-header {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
}
/* line 13, ../src/modules/interactive-header/module.scss */
section.interactive-header p.highlight {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
/* line 19, ../src/modules/interactive-header/module.scss */
section.interactive-header p.highlight a {
  color: #fff;
}
/* line 24, ../src/modules/interactive-header/module.scss */
section.interactive-header h1 {
  color: #ffd800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 15px 0 0;
}
/* line 32, ../src/modules/interactive-header/module.scss */
section.interactive-header p.description {
  margin: 5px 0 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  width: 70%;
}

/* line 2, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block {
  padding: 60px 30px;
  background: #333333 no-repeat center top;
  position: relative;
}
/* line 8, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block h1.landing-page-block-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  left: 30px;
}
/* line 21, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block p.landing-page-block-view-all {
  text-align: right;
  margin: 0;
  padding: 0;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 23px;
  right: 30px;
}
/* line 33, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block p.landing-page-block-view-all a {
  color: #fff;
}
/* line 36, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block p.landing-page-block-view-all a:hover {
  text-decoration: underline;
}
/* line 40, ../src/modules/landing-page-block/_shared.scss */
.landing-page-block p.landing-page-block-view-all a i.icon-v {
  font-size: 16px;
  font-size: 1rem;
}
/* line 85, ../src/sass/_mixins.scss */
html.browser-ie9 .landing-page-block p.landing-page-block-view-all a i.icon-v {
  position: relative;
  top: 2px;
}

/* line 5, ../src/modules/landing-page-block/desktop/module.scss */
.landing-page-block-with-content {
  padding: 0;
}
/* line 10, ../src/modules/landing-page-block/desktop/module.scss */
.landing-page-block-with-content div.landing-page-block-content {
  position: relative;
  padding: 60px 30px;
}
/* line 15, ../src/modules/landing-page-block/desktop/module.scss */
.landing-page-block-with-content div.landing-page-block-content + div.landing-page-block-content {
  padding: 30px;
}

/* line 6, ../src/modules/list-columns/module.scss */
section.list-columns h1.section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding: 40px 0 20px;
}
/* line 15, ../src/modules/list-columns/module.scss */
section.list-columns div.row + div.row {
  padding-top: 10px;
}

/* line 2, ../src/modules/list-slats/module.scss */
section.list-slats {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 6, ../src/modules/list-slats/module.scss */
section.list-slats h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
/* line 12, ../src/modules/list-slats/module.scss */
section.list-slats a {
  color: #fff;
}
/* line 17, ../src/modules/list-slats/module.scss */
section.list-slats article {
  padding: 10px 0;
  line-height: 1;
}
/* line 21, ../src/modules/list-slats/module.scss */
section.list-slats article:last-child {
  padding-bottom: 0;
}
/* line 26, ../src/modules/list-slats/module.scss */
section.list-slats article p.highlight {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
/* line 30, ../src/modules/list-slats/module.scss */
section.list-slats article p.highlight a {
  color: #ffd800;
  text-transform: uppercase;
}
/* line 35, ../src/modules/list-slats/module.scss */
section.list-slats article p.highlight i.icon-v {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: 0.15em;
}
/* line 73, ../src/sass/_mixins.scss */
html.browser-safari section.list-slats article p.highlight i.icon-v {
  top: 0.1em;
}
/* line 47, ../src/modules/list-slats/module.scss */
section.list-slats article h1 {
  font-size: 16px;
  font-size: 1rem;
  margin: 3px 0 0 0;
  text-transform: uppercase;
}
/* line 52, ../src/modules/list-slats/module.scss */
section.list-slats article h1 i.icon-v {
  color: #ffd800;
  font-size: 16px;
  font-size: 1rem;
}
/* line 59, ../src/modules/list-slats/module.scss */
section.list-slats article + article {
  border-top: 1px solid #333;
}

/* line 3, ../src/modules/list-stacked/module.scss */
section.list-stacked .one-up {
  background: none;
}
/* line 7, ../src/modules/list-stacked/module.scss */
section.list-stacked article {
  margin-top: 30px;
}
/* line 12, ../src/modules/list-stacked/module.scss */
section.list-stacked h1.section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}
/* line 22, ../src/modules/list-stacked/module.scss */
section.list-stacked p.section-description {
  color: #fff;
  margin-top: 15px;
}

/* line 2, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments {
  background: #141414;
  color: #fff;
  padding: 40px 30px;
  margin-top: 1px;
}
/* line 9, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments.with-social {
  padding: 40px 50px;
}
/* line 14, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments header,
#livefyre-comments footer {
  width: auto;
  padding: 0;
}
/* line 23, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-stream-stats {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
/* line 30, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-user-loggedout {
  color: #fff;
}
/* line 34, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-box-wrapper a.fyre-user-profile-link {
  color: #ffd800;
}
/* line 38, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-livecount {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 45, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-help {
  display: none;
}
/* line 49, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-box-wrapper span.fyre-user-drop {
  color: #ffd800;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 55, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-editable {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
/* line 61, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-stream-sort {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
/* line 65, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-stream-sort a {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 69, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-stream-sort a:hover, #livefyre-comments .fyre .fyre-stream-sort a.fyre-stream-sort-selected {
  color: #fff !important;
  font-weight: normal;
}
/* line 77, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-comment-stream {
  color: #fff;
}
/* line 81, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-comment-article {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
/* line 86, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-comment-divider > div.fyre-comment-divider {
  background: #262626;
}
/* line 90, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre a.fyre-comment-username {
  color: #ffd800;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 96, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-moderator {
  vertical-align: text-top;
}
/* line 100, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre footer a {
  text-transform: uppercase;
  color: #fff;
}
/* line 105, ../src/modules/livefyre-comments/module.scss */
#livefyre-comments .fyre .fyre-comment-reply-wrapper {
  line-height: 1.7em;
}

/* line 2, ../src/modules/loader/module.scss */
div.loader {
  height: 80px;
  position: relative;
}
/* line 7, ../src/modules/loader/module.scss */
div.loader svg {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  top: 20px;
  height: 40px;
  width: 30px;
}
/* line 16, ../src/modules/loader/module.scss */
div.loader .rect {
  fill: none;
  stroke-width: 4px;
  stroke: #ffd800;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  -webkit-animation: loadermove 1.5s forwards 0s infinite;
  -moz-animation: loadermove 1.5s forwards 0s infinite;
  -ms-animation: loadermove 1.5s forwards 0s infinite;
  -o-animation: loadermove 1.5s forwards 0s infinite;
  animation: loadermove 1.5s forwards 0s infinite;
}

@-webkit-keyframes loadermove {
  to {
    stroke-dashoffset: 250%;
  }
}
@-moz-keyframes loadermove {
  to {
    stroke-dashoffset: 250%;
  }
}
@-ms-keyframes loadermove {
  to {
    stroke-dashoffset: 250%;
  }
}
@-o-keyframes loadermove {
  to {
    stroke-dashoffset: 250%;
  }
}
@keyframes loadermove {
  to {
    stroke-dashoffset: 250%;
  }
}
/* line 2, ../src/modules/nav/desktop/module.scss */
nav.megamenu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  padding: 0 15px;
}
/* line 13, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.megamenu-body {
  background-color: #000000;
  box-shadow: 0 0 5px #000000;
  padding: 0 15px;
}
/* line 20, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.row + div.row {
  margin-top: 10px;
}
/* line 26, ../src/modules/nav/desktop/module.scss */
nav.megamenu a.hr {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 1px;
  background: #555;
}
/* line 33, ../src/modules/nav/desktop/module.scss */
nav.megamenu a.hr-dark {
  background: #333;
}
/* line 38, ../src/modules/nav/desktop/module.scss */
nav.megamenu a.close {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 30px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 47, ../src/modules/nav/desktop/module.scss */
nav.megamenu a.close:hover {
  color: #ffd800;
}
/* line 61, ../src/sass/_mixins.scss */
nav.megamenu div.clearfix:before, nav.megamenu div.clearfix:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
nav.megamenu div.clearfix:after {
  clear: both;
}
/* line 58, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo {
  padding-top: 17px;
  float: left;
  width: 45%;
}
/* line 61, ../src/sass/_mixins.scss */
nav.megamenu div.logo:before, nav.megamenu div.logo:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
nav.megamenu div.logo:after {
  clear: both;
}
/* line 65, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.logo-ngc {
  margin-top: 4px;
  width: 313px;
}
/* line 70, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.logo-ngw {
  margin-top: -2px;
  width: 104px;
}
/* line 74, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.logo,
nav.megamenu div.logo a.menu {
  float: left;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
/* line 82, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.logo img,
nav.megamenu div.logo a.menu img {
  display: block;
}
/* line 87, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo span.beta-icon {
  margin-top: 7px;
}
/* line 93, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.menu {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffd800;
  line-height: 26px;
  margin: 6px 0 0 22px;
}
/* line 99, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.menu.ngw-top-buffer {
  margin: 2px 0 0 22px;
}
/* line 104, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.logo a.menu .icon-v:before {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
}
/* line 112, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other {
  padding: 12px 42px 0 0;
  float: left;
  width: 55%;
  text-align: right;
  line-height: 25px;
  white-space: nowrap;
}
/* line 120, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 127, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 134, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a:hover {
  color: #ffd800;
}
/* line 139, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a.logo-ng {
  width: 85px;
  display: inline-block;
}
/* line 143, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a.logo-ngc {
  width: 71px;
  display: inline-block;
}
/* line 147, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a.logo-ngw {
  width: 72px;
  display: inline-block;
}
/* line 151, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a.logo-ngm {
  width: 105px;
  display: inline-block;
}
/* line 156, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a + a {
  margin-left: 20px;
}
/* line 160, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other a.twitter, nav.megamenu nav.other a.facebook {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 15px;
}
/* line 167, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.other img {
  vertical-align: middle;
}
/* line 173, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections {
  padding: 60px 30px 0 0;
  text-transform: uppercase;
}
/* line 177, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a {
  cursor: pointer;
  display: block;
  color: #999999;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 185, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a.is-not-visible {
  display: none;
}
/* line 189, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a span {
  display: block;
}
/* line 193, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a.selected {
  color: #fff;
  cursor: default;
}
/* line 197, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a.selected span {
  padding-left: 15px;
  border-left: 4px solid #ffd800;
}
/* line 203, ../src/modules/nav/desktop/module.scss */
nav.megamenu nav.sections a + a {
  border-top: 1px solid #333;
  padding-top: 12px;
  margin-top: 12px;
}
/* line 212, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container {
  padding-bottom: 15px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
/* line 218, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container p.all {
  text-transform: uppercase;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: right;
  margin: 12px 0 0;
}
/* line 226, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container p.all a {
  color: #fff;
}
/* line 229, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container p.all a:hover {
  text-decoration: underline;
}
/* line 234, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container p.all i.icon-v {
  font-size: 16px;
  font-size: 1rem;
}
/* line 239, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container article.one-up {
  border-top-width: 4px;
  border-top-style: solid;
}
/* line 244, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container article.one-up.one-up-overlay div.body {
  padding: 15px;
}
/* line 248, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-container article.one-up.one-up-overlay h1 {
  font-size: 16px;
  font-size: 1rem;
}
/* line 256, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding-top: 60px;
}
/* line 264, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content.selected {
  display: block;
}
/* line 268, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content p.highlight,
nav.megamenu div.mega-content h1 {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 274, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content h1 i.icon-v {
  top: 1px;
}
/* line 280, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content div.span8 article.one-up.one-up-overlay h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 287, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content div.span4 article + article {
  margin-top: 10px;
}
/* line 297, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-shop div.span4 article {
  border-top-width: 0;
}
/* line 305, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-blog div.body {
  padding: 10px 0;
}
/* line 311, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-blog nav a {
  display: block;
  padding: 7px 0;
  text-transform: uppercase;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  color: #fff;
}
/* line 320, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-blog nav a:first-child {
  color: #ffd800;
  padding-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #333;
}
/* line 327, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-blog nav a:last-child {
  padding-bottom: 0;
}
/* line 337, ../src/modules/nav/desktop/module.scss */
nav.megamenu div.mega-content-shop p.all,
nav.megamenu div.mega-content-blog p.all {
  padding-top: 8px;
}

/* line 2, ../src/modules/modal/module.scss */
div.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}
/* line 14, ../src/modules/modal/module.scss */
div.modal div.l-table {
  width: 100%;
  height: 100%;
}
/* line 18, ../src/modules/modal/module.scss */
div.modal div.l-table-cell {
  vertical-align: middle;
  padding: 20px 0;
}
/* line 23, ../src/modules/modal/module.scss */
div.modal div.img {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  background: transparent center center no-repeat;
  background-size: contain;
  overflow: hidden;
}
/* line 34, ../src/modules/modal/module.scss */
div.modal img {
  opacity: 0;
  height: 100%;
  display: block;
}
/* line 40, ../src/modules/modal/module.scss */
div.modal a.overlay-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  width: 38px;
  height: 38px;
  text-align: center;
}

/* line 53, ../src/modules/modal/module.scss */
a.modal {
  cursor: pointer;
}

/* line 1, ../src/modules/one-up/_shared.scss */
.one-up {
  color: #fff;
  line-height: 1.2;
  border-top: 4px solid #ffd800;
  background: rgba(0, 0, 0, 0.6);
}
/* line 7, ../src/modules/one-up/_shared.scss */
.one-up div.body {
  padding: 20px 30px;
}
/* line 11, ../src/modules/one-up/_shared.scss */
.one-up p.highlight {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffd800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 20, ../src/modules/one-up/_shared.scss */
.one-up p.highlight a {
  color: #ffd800;
}
/* line 24, ../src/modules/one-up/_shared.scss */
.one-up p.highlight span.un-highlight {
  color: #fff;
}
/* line 29, ../src/modules/one-up/_shared.scss */
.one-up h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 3px 0 0;
  color: #fff;
}
/* line 35, ../src/modules/one-up/_shared.scss */
.one-up h1 a {
  color: #fff;
  position: relative;
}
/* line 40, ../src/modules/one-up/_shared.scss */
.one-up h1 i.icon-v {
  color: #ffd800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0;
  position: relative;
  top: -1px;
}
/* line 49, ../src/modules/one-up/_shared.scss */
.one-up p.description {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  margin-top: 10px;
}
/* line 54, ../src/modules/one-up/_shared.scss */
.one-up footer {
  border-top: 1px solid #333;
  margin: 0 30px;
  padding: 8px 0 12px;
  text-align: right;
}
/* line 60, ../src/modules/one-up/_shared.scss */
.one-up footer a {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
}
/* line 64, ../src/modules/one-up/_shared.scss */
.one-up footer a + a {
  margin-left: 1em;
}
/* line 69, ../src/modules/one-up/_shared.scss */
.one-up footer i.icon-v {
  margin-right: 0.25em;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffd800;
  position: relative;
  top: 2px;
}
/* line 79, ../src/modules/one-up/_shared.scss */
.one-up.one-up-ad {
  border: 0;
  padding: 20px;
}

/* line 5, ../src/modules/one-up/module-desktop.scss */
.one-up p.highlight i.icon-v {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 0.15em;
}

/* line 4, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay {
  position: relative;
  border-top-width: 0;
}
/* line 8, ../src/modules/one-up-overlay/module.scss */
div.callout .one-up.one-up-overlay {
  background: none;
}
/* line 12, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay footer {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 3;
  bottom: 16px;
  right: 20px;
}
/* line 22, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay footer i.icon-v {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
/* line 28, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay a.responsive {
  position: relative;
}
/* line 32, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay a.responsive:after {
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75) 100%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: -1%;
  left: -1%;
  width: 102%;
  height: 36%;
  z-index: 1;
}
/* line 48, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay p.credit {
  color: #666;
  line-height: 1;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 5px 0;
}
/* line 59, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay div.body {
  position: absolute;
  z-index: 2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 16px;
}
/* line 85, ../src/sass/_mixins.scss */
html.browser-ie9 .one-up.one-up-overlay div.body {
  background: rgba(0, 0, 0, 0.6);
}
/* line 72, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay div.body.with-footer {
  padding-right: 145px;
}
/* line 77, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
}
/* line 82, ../src/modules/one-up-overlay/module.scss */
.one-up.one-up-overlay p.description {
  margin: 0;
}

/* line 3, ../src/modules/overlay/module.scss */
iframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
/* line 14, ../src/modules/overlay/module.scss */
iframe.fullscreen-dark {
  background: rgba(0, 0, 0, 0.8);
}
/* line 18, ../src/modules/overlay/module.scss */
iframe.fullscreen-light {
  background: rgba(38, 38, 38, 0.85);
}

/* line 26, ../src/modules/overlay/module.scss */
body.overlay {
  background: transparent;
  overflow: hidden;
}
/* line 32, ../src/modules/overlay/module.scss */
body.overlay-light.is-alone {
  background: #262626;
  overflow-y: scroll;
}
/* line 38, ../src/modules/overlay/module.scss */
body.overlay-dark.is-alone {
  background: #000000;
  overflow-y: scroll;
}

/* line 45, ../src/modules/overlay/module.scss */
div.overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
/* line 54, ../src/modules/overlay/module.scss */
div.overlay-wrapper div.l-table {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
/* line 60, ../src/modules/overlay/module.scss */
div.overlay-wrapper div.l-table-cell {
  vertical-align: middle;
  padding: 15px 60px;
}

/* line 2, ../src/modules/overlay-about/module.scss */
article.about-overlay {
  padding: 20px;
  position: relative;
  background: #262626;
}
/* line 7, ../src/modules/overlay-about/module.scss */
article.about-overlay a.overlay-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 16, ../src/modules/overlay-about/module.scss */
article.about-overlay div.body {
  padding-left: 10px;
}
/* line 22, ../src/modules/overlay-about/module.scss */
article.about-overlay h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 0 25px 0 0;
  color: #fff;
}
/* line 30, ../src/modules/overlay-about/module.scss */
article.about-overlay div.description {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
/* line 35, ../src/modules/overlay-about/module.scss */
article.about-overlay div.description p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}

/* line 1, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder {
  width: 600px;
  padding: 20px;
  background: #262626;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 11, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder header {
  position: relative;
}
/* line 14, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder header h1 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
/* line 22, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder header a.overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
/* line 30, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder p.large {
  font-size: 16px;
  font-size: 1rem;
}
/* line 34, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder p.request {
  text-align: center;
  margin-top: 2em;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 39, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder p.request a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  background: #141414;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 50, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder p.request a:hover {
  background: #000000;
}
/* line 56, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder a {
  color: #fff;
  text-decoration: underline;
}
/* line 61, ../src/modules/overlay-channel-finder/module.scss */
article.channel-finder .heapBox {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 67, ../src/modules/overlay-channel-finder/module.scss */
div.channel-finder-success,
div.channel-finder-error {
  padding-top: 20px;
  display: none;
}

/* line 73, ../src/modules/overlay-channel-finder/module.scss */
div.channel-finder-error p.large {
  background: #000000;
  padding: 10px 25px;
}

/* line 80, ../src/modules/overlay-channel-finder/module.scss */
div.channel-finder-form {
  padding-top: 20px;
}

/* line 1, ../src/modules/overlay-embed/module.scss */
form.form-embed {
  width: 600px;
  padding: 20px;
  background: #262626;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 11, ../src/modules/overlay-embed/module.scss */
form.form-embed header {
  position: relative;
}
/* line 14, ../src/modules/overlay-embed/module.scss */
form.form-embed header h1 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
/* line 22, ../src/modules/overlay-embed/module.scss */
form.form-embed header a.overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
/* line 30, ../src/modules/overlay-embed/module.scss */
form.form-embed textarea.form-control {
  display: block;
  width: 100%;
  height: 6em;
}
/* line 35, ../src/modules/overlay-embed/module.scss */
form.form-embed textarea.form-control[readonly] {
  cursor: default;
}
/* line 40, ../src/modules/overlay-embed/module.scss */
form.form-embed input.form-control {
  display: inline-block;
  width: 50px;
}
/* line 44, ../src/modules/overlay-embed/module.scss */
form.form-embed input.form-control::-webkit-inner-spin-button, form.form-embed input.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 3, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide div.l-table-cell {
  padding: 30px 60px;
}
/* line 2, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window {
  position: relative;
}
/* line 6, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.sly-frame {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-right: 21px;
}
/* line 13, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.sly-slidee {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
/* line 19, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.scrollbar-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 2;
  height: 100%;
}
/* line 28, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.scrollbar-container.is-invisible {
  background: rgba(0, 0, 0, 0.6);
}
/* line 31, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.scrollbar-container.is-invisible div.arrows,
div.overlay-wrapper-episode-guide div.sly-window div.scrollbar-container.is-invisible div.scrollbar {
  display: none;
}
/* line 39, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.arrow {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
}
/* line 48, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.arrow i.icon-v {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  display: block;
  text-align: center;
}
/* line 56, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.arrow.arrow-up {
  top: 0;
}
/* line 60, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.arrow.arrow-down {
  bottom: 0;
}
/* line 66, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.scrollbar {
  position: absolute;
  right: 0;
  width: 20px;
  height: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0.6);
  top: 21px;
  bottom: 21px;
}
/* line 79, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.handle {
  height: 0;
  width: 18px;
  margin-left: 1px;
  background: #7f7f7f;
  cursor: pointer;
}
/* line 88, ../src/modules/overlay-scrollbars/_sly.scss */
div.overlay-wrapper-episode-guide div.sly-window div.mousearea {
  position: absolute;
  top: 0;
  left: -5px;
  width: 30px;
  height: 100%;
}
/* line 11, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide main {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
/* line 20, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header {
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 1px;
  position: relative;
}
/* line 25, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header a.overlay-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
/* line 36, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header a.show {
  display: block;
  color: #fff;
}
/* line 41, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header h1 {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 25px 20px;
}
/* line 50, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header h1 a.show {
  display: inline;
}
/* line 54, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header h1 span.highlight {
  display: inline;
  border-left: 1px solid #999;
  margin: 0 0 0 0.75em;
  padding: 0 0 0 0.75em;
}
/* line 62, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide header span.highlight {
  color: #ffd800;
  display: block;
}
/* line 69, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide div.select-seasons {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 175px;
  position: absolute;
  top: 50%;
  right: 70px;
  margin-top: -13px;
  margin-top: -13px;
  margin-top: -0.8125rem;
  background: #000;
}
/* line 79, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide div.select-seasons div.handler {
  background: #000;
}
/* line 85, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide div.row + div.row {
  margin-top: 10px;
}
/* line 91, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide section.season h1 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 0 20px;
}
/* line 99, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide section.season + section.season {
  padding-top: 20px;
}
/* line 105, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide .one-up h1 {
  line-height: 1;
}
/* line 109, ../src/modules/overlay-episode-guide/module.scss */
div.overlay-wrapper-episode-guide .one-up div.body {
  padding: 20px;
}

/* line 2, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay {
  padding: 20px;
  position: relative;
  background: #262626;
}
/* line 8, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay a.overlay-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 17, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay div.body {
  padding-left: 10px;
  padding-bottom: 115px;
}
/* line 27, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.new-episode + p.highlight {
  margin-top: 7px;
}
/* line 32, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.highlight {
  color: #ffd800;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 0;
}
/* line 41, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding-right: 17px;
}
/* line 48, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay h1 a {
  color: #fff;
}
/* line 54, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.details {
  color: #999999;
  text-transform: uppercase;
  padding-right: 17px;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 64, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.details span + span {
  position: relative;
  margin-left: 2em;
}
/* line 68, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.details span + span:before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  display: inline-block;
  border-left: 1px solid #333;
  height: 1em;
}
/* line 81, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.description {
  color: #fff;
  line-height: 1.2;
  margin: 1.5rem 0 0;
  padding-right: 17px;
}
/* line 88, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.links {
  text-transform: uppercase;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 0;
  position: absolute;
  bottom: 17px;
  padding-right: 20px;
}
/* line 96, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.links a {
  display: block;
  color: #fff;
}
/* line 100, ../src/modules/overlay-episode/module.scss */
article.schedule-overlay p.links a + a {
  margin-top: 0.25em;
}

/* line 2, ../src/modules/page-footer/_shared.scss */
footer.page-footer {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
}
/* line 5, ../src/modules/page-footer/_shared.scss */
div.page-container-landing footer.page-footer {
  margin: 0;
}
/* line 10, ../src/modules/page-footer/_shared.scss */
footer.page-footer a.logo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  float: left;
  /* 85% the width of the logo in the header; */
}
/* line 16, ../src/modules/page-footer/_shared.scss */
footer.page-footer a.logo.logo-ngc {
  max-width: 255px;
}
/* line 17, ../src/modules/page-footer/_shared.scss */
footer.page-footer a.logo.logo-ngw {
  max-width: 85px;
}
/* line 21, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.social {
  width: 100%;
  border-bottom: thin solid #262626;
  text-align: right;
  padding: 0 20px 17px 30px;
}
/* line 27, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.social a {
  margin-right: 20px;
  color: #fff;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 33, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.social a:hover {
  color: #ffd800;
}
/* line 37, ../src/modules/page-footer/_shared.scss */
html.touch footer.page-footer nav.social a:hover {
  color: #fff;
}
/* line 45, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.footer {
  padding: 15px 0 15px 30px;
}
/* line 48, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.footer a {
  color: #999;
  text-decoration: none;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
}
/* line 54, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.footer a:hover {
  color: #fff;
}
/* line 58, ../src/modules/page-footer/_shared.scss */
html.touch footer.page-footer nav.footer a:hover {
  color: #999;
}
/* line 63, ../src/modules/page-footer/_shared.scss */
footer.page-footer nav.footer a + a {
  margin-left: 15px;
}
/* line 70, ../src/modules/page-footer/_shared.scss */
footer.page-footer p.legal {
  color: #999;
  padding: 15px 0 0 20px;
  margin: 0;
}

/* line 4, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer {
  padding: 0 0 150px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #000000;
  margin: 0 -30px;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 13, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer a.logo-ngc {
  margin-top: 20px;
}
/* line 16, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer a.logo-ngw {
  margin-top: 15px;
}
/* line 20, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer nav.social {
  padding-bottom: 0;
  padding-right: 30px;
}
/* line 61, ../src/sass/_mixins.scss */
footer.page-footer nav.social:before, footer.page-footer nav.social:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
footer.page-footer nav.social:after {
  clear: both;
}
/* line 25, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer nav.social a {
  float: right;
  margin-right: 10px;
  padding: 20px 4px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
/* line 33, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer nav.social a:first-child {
  margin-right: 0;
}
/* line 39, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer p.legal {
  text-align: center;
}
/* line 43, ../src/modules/page-footer/desktop/module.scss */
footer.page-footer nav.footer + nav.footer {
  padding-top: 0;
}

/* line 2, ../src/modules/page-header/desktop/module.scss */
header.page-header {
  height: 65px;
  z-index: 99;
  background: #000000;
  position: fixed;
  top: 0;
  width: 1200px;
  margin-left: -30px;
  padding: 7px 30px 0;
}
/* line 14, ../src/modules/page-header/desktop/module.scss */
div.page-container-landing header.page-header {
  margin-left: 0;
}
/* line 19, ../src/modules/page-header/desktop/module.scss */
header.page-header a.logo-ngc {
  margin-top: 14px;
  width: 313px;
}
/* line 23, ../src/modules/page-header/desktop/module.scss */
header.page-header a.logo-ngw {
  margin-top: 8px;
  width: 104px;
}
/* line 27, ../src/modules/page-header/desktop/module.scss */
header.page-header a.logo,
header.page-header a.menu {
  float: left;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}
/* line 34, ../src/modules/page-header/desktop/module.scss */
header.page-header a.logo img,
header.page-header a.menu img {
  width: 100%;
  display: block;
}
/* line 41, ../src/modules/page-header/desktop/module.scss */
header.page-header a.menu {
  color: #ffd800;
  line-height: 26px;
  margin: 0 0 0 22px;
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  text-align: center;
}
/* line 49, ../src/modules/page-header/desktop/module.scss */
header.page-header a.menu.is-visible {
  opacity: 1;
}
/* line 53, ../src/modules/page-header/desktop/module.scss */
header.page-header a.menu img {
  width: 23px;
  height: 20px;
}
/* line 59, ../src/modules/page-header/desktop/module.scss */
header.page-header a.menu .icon-v:before {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
}
/* line 66, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global {
  margin-top: 11px;
}
/* line 70, ../src/modules/page-header/desktop/module.scss */
header.page-header a.menu {
  margin-top: 16px;
}
/* line 75, ../src/modules/page-header/desktop/module.scss */
header.page-header > div.ngs-header {
  display: none;
}
/* line 84, ../src/modules/page-header/desktop/module.scss */
header.page-header.is-loaded > div.ngs-header {
  display: block;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  margin-left: 30px;
  padding-top: 0;
}
/* line 90, ../src/modules/page-header/desktop/module.scss */
header.page-header.is-loaded > div.ngs-header #join {
  margin-right: 0;
}
/* line 95, ../src/modules/page-header/desktop/module.scss */
header.page-header.is-loaded > div.ngs-header .ngs-header.logged_out .navbar-toggle-wide a {
  margin-top: 11px;
}
/* line 102, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global {
  float: right;
  text-transform: uppercase;
  line-height: 30px;
}
/* line 107, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a {
  cursor: pointer;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/* line 115, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a + a {
  margin-left: 15px;
  padding-left: 13px;
  border-left: 2px solid #555;
}
/* line 121, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a i.icon-v {
  position: relative;
  top: 0;
}
/* line 126, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a.is-selected {
  color: #ffd800;
}
/* line 131, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a.videos i.icon-v {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/* line 140, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global a.search {
  margin-left: 10px;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
/* line 152, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global form.search {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  width: 0;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
  -moz-transition: margin, 0.3s;
  -o-transition: margin, 0.3s;
  -webkit-transition: margin, 0.3s;
  transition: margin, 0.3s;
  vertical-align: top;
}
/* line 161, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global form.search.is-open {
  overflow: visible;
  margin: 0 0 0 10px;
  width: 120px;
}
/* line 167, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global form.search input {
  background: #fff;
  color: #333;
  border: 0;
  margin: 0;
  padding: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 176, ../src/modules/page-header/desktop/module.scss */
header.page-header nav.global form.search input:focus {
  outline: none;
}
/* line 79, ../src/sass/_mixins.scss */
html.browser-ipad header.page-header nav.global form.search input {
  height: 38px;
  padding: 0 5px;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -4px;
}
/* line 191, ../src/modules/page-header/desktop/module.scss */
header.page-header span.beta-icon {
  float: left;
  margin: 17px 0 0 22px;
}
/* line 195, ../src/modules/page-header/desktop/module.scss */
header.page-header span.beta-icon img {
  width: 36px;
  height: 18px;
}
/* line 203, ../src/modules/page-header/desktop/module.scss */
header.page-header .mvpd {
  float: right;
  width: 145px;
  display: inline-block;
  position: relative;
}
/* line 209, ../src/modules/page-header/desktop/module.scss */
header.page-header .mvpd .logo-border {
  position: absolute;
  border-left: 1px solid #333;
  margin: 0 20px;
  height: 25px;
  top: 13px;
}
/* line 218, ../src/modules/page-header/desktop/module.scss */
header.page-header .mvpd img {
  float: right;
  height: 60px;
  width: 114px;
  margin-top: -3px;
}

/* line 3, ../src/modules/panda-header/_shared.scss */
#dialog h1 {
  color: #000;
}
/* line 6, ../src/modules/panda-header/_shared.scss */
#dialog form {
  margin: 0;
}

/* line 12, ../src/modules/panda-header/_shared.scss */
#registration .reverse h1 {
  color: #ffd800;
}
/* line 16, ../src/modules/panda-header/_shared.scss */
#registration .blurbs > li {
  list-style: none;
}

/* line 3, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span8 {
  width: 767px;
}
/* line 6, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span4 {
  width: 383px;
}
/* line 10, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span4 div.col-inner {
  overflow: hidden;
}
/* line 15, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span4 div.slide-spacer {
  padding: 0;
  margin: -4px 0 -5px;
}
/* line 21, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span4 div.slick-slide {
  padding: 4px 0 5px 0;
}
/* line 26, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.span4 article.one-up-overlay h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 33, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.arrow-up,
section.parallax-biggie-smalls div.arrow-down {
  display: none;
  position: absolute;
  top: -50px;
  left: 5px;
  right: 5px;
  height: 40px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 24px;
}
/* line 46, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.arrow-up.is-disabled,
section.parallax-biggie-smalls div.arrow-down.is-disabled {
  background: rgba(0, 0, 0, 0.3);
  color: #555;
}
/* line 51, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.arrow-down {
  top: auto;
  bottom: -50px;
}
/* line 56, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.ad-container {
  height: 280px;
  padding: 8px 0 0;
}
/* line 63, ../src/modules/parallax-biggie-smalls/module.scss */
section.parallax-biggie-smalls div.ad-container p.label {
  padding: 6px 0 0;
}
/* line 69, ../src/modules/parallax-biggie-smalls/module.scss */
html.touch section.parallax-biggie-smalls div.span4 {
  position: relative;
}
/* line 74, ../src/modules/parallax-biggie-smalls/module.scss */
html.touch section.parallax-biggie-smalls div.arrow-up,
html.touch section.parallax-biggie-smalls div.arrow-down {
  display: block;
}
/* line 81, ../src/modules/parallax-biggie-smalls/module.scss */
html.touch section.parallax-biggie-smalls.with-link div.span4 {
  padding-bottom: 50px;
}
/* line 86, ../src/modules/parallax-biggie-smalls/module.scss */
html.touch section.parallax-biggie-smalls.with-link div.arrow-down {
  bottom: 0;
}

/* line 2, ../src/modules/parallax-columns/module.scss */
section.parallax-columns article.one-up {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 5, ../src/modules/parallax-columns/module.scss */
section.parallax-columns article.one-up .body {
  padding: 20px 20px;
}
/* line 9, ../src/modules/parallax-columns/module.scss */
section.parallax-columns article.one-up h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
/* line 15, ../src/modules/parallax-columns/module.scss */
section.parallax-columns div.row + div.row {
  margin-top: 10px;
}
/* line 23, ../src/modules/parallax-columns/module.scss */
section.parallax-columns div.slick-initialized div.slick-slide {
  float: none;
}

/* line 1, ../src/modules/pushup/module.scss */
section.pushup {
  background: #000;
  border-top: 4px solid #ffd800;
  position: fixed;
  bottom: -115px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  z-index: 100;
  padding: 30px 412px 0 142px;
  height: 115px;
  opacity: 0;
  -moz-transition: bottom, 1.3s;
  -o-transition: bottom, 1.3s;
  -webkit-transition: bottom, 1.3s;
  transition: bottom, 1.3s;
  -moz-transition: opacity, 1.3s;
  -o-transition: opacity, 1.3s;
  -webkit-transition: opacity, 1.3s;
  transition: opacity, 1.3s;
}
/* line 16, ../src/modules/pushup/module.scss */
section.pushup.is-visible {
  opacity: 1;
  bottom: 0;
}
/* line 21, ../src/modules/pushup/module.scss */
section.pushup img {
  display: block;
}
/* line 25, ../src/modules/pushup/module.scss */
section.pushup a.icon {
  position: absolute;
  top: 15px;
  left: 30px;
}
/* line 31, ../src/modules/pushup/module.scss */
section.pushup h1 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 38, ../src/modules/pushup/module.scss */
section.pushup p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
}
/* line 45, ../src/modules/pushup/module.scss */
section.pushup div.badges {
  position: absolute;
  top: 29px;
  right: 60px;
}
/* line 50, ../src/modules/pushup/module.scss */
section.pushup div.badges a {
  float: left;
}
/* line 53, ../src/modules/pushup/module.scss */
section.pushup div.badges a + a {
  margin-left: 29px;
}
/* line 59, ../src/modules/pushup/module.scss */
section.pushup a.close {
  position: absolute;
  top: 35px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

/* line 2, ../src/modules/schedule/desktop/module.scss */
div.schedule {
  position: relative;
}
/* line 6, ../src/modules/schedule/desktop/module.scss */
div.schedule h1.date {
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
  font-size: 46px;
  font-size: 2.875rem;
}
/* line 18, ../src/modules/schedule/desktop/module.scss */
div.schedule p.new-episode + h1 {
  margin-top: 4px;
}
/* line 2, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule.schedule-week {
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 8, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule.schedule-week.is-visible {
  opacity: 1;
}
/* line 12, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule.schedule-week.is-visible div.l-table-container {
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
/* line 19, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #555;
  border-width: 0 1px;
}
/* line 29, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container {
  width: auto;
  -moz-transition: margin 0.01s;
  -o-transition: margin 0.01s;
  -webkit-transition: margin 0.01s;
  transition: margin 0.01s;
}
/* line 35, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container table {
  margin: 0 -1px;
  table-layout: fixed;
  width: 6049px;
}
/* line 48, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container tr.hidden {
  visibility: hidden;
}
/* line 52, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container td,
div.schedule div.l-table-container th {
  padding: 0;
  border: 1px solid #555;
  background: rgba(0, 0, 0, 0.6);
}
/* line 59, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container th {
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 2px 10px 0;
  padding: 0.125rem 0.625rem 0;
}
/* line 65, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container th span.number {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
}
/* line 69, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-container th span.period {
  color: #7f7f7f;
}
/* line 77, ../src/modules/schedule/desktop/weekly/_weekly.scss */
html.browser-ie10 div.schedule div.l-table-container table {
  border-bottom: 1px solid #555;
}
/* line 80, ../src/modules/schedule/desktop/weekly/_weekly.scss */
html.browser-ie10 div.schedule div.l-table-container td,
html.browser-ie10 div.schedule div.l-table-container th {
  border-width: 1px 0 0 1px;
}
/* line 89, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.l-table-wrapper-fix {
  display: block;
  height: 1px;
  background: #262626;
  position: relative;
  margin: -1px -1px 0 -1px;
}
/* line 98, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav {
  position: relative;
  right: -11px;
  text-align: right;
  font-size: 0;
}
/* line 61, ../src/sass/_mixins.scss */
div.schedule div.schedule-week-nav:before, div.schedule div.schedule-week-nav:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
div.schedule div.schedule-week-nav:after {
  clear: both;
}
/* line 105, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav table {
  display: inline-block;
  width: auto;
}
/* line 111, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav td {
  border: 1px solid #555;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  padding: 0;
}
/* line 119, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav div.td {
  position: relative;
  overflow: hidden;
}
/* line 124, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav span.prev,
div.schedule div.schedule-week-nav span.next {
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
}
/* line 133, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-nav span.prev.is-disabled,
div.schedule div.schedule-week-nav span.next.is-disabled {
  cursor: default;
  color: #999;
}
/* line 142, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-dates-container {
  position: relative;
  text-align: right;
}
/* line 149, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-dates-container div.schedule-week-dates {
  position: absolute;
  top: -1px;
  right: -12px;
  left: 0;
}
/* line 157, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-dates-container td {
  border: 1px solid #555;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
  padding: 20px 10px;
}
/* line 165, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-dates-container span.day {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
/* line 171, ../src/modules/schedule/desktop/weekly/_weekly.scss */
div.schedule div.schedule-week-dates-container span.date {
  color: #7f7f7f;
  padding-left: 2px;
}
/* line 2, ../src/modules/schedule/desktop/weekly/shows/_shows.scss */
div.schedule article.schedule-teaser {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 10px;
}
/* line 8, ../src/modules/schedule/desktop/weekly/shows/_shows.scss */
div.schedule article.schedule-teaser h1 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
/* line 12, ../src/modules/schedule/desktop/weekly/shows/_shows.scss */
div.schedule article.schedule-teaser h1 a {
  color: #fff;
}
/* line 17, ../src/modules/schedule/desktop/weekly/shows/_shows.scss */
div.schedule article.schedule-teaser p.highlight {
  color: #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin: 2px 0 0;
}
/* line 23, ../src/modules/schedule/desktop/weekly/shows/_shows.scss */
div.schedule article.schedule-teaser p.rating {
  color: #999;
  margin: 2px 0 0;
}
/* line 2, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule.schedule-day {
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 8, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule.schedule-day.is-visible {
  opacity: 1;
}
/* line 14, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel {
  position: relative;
}
/* line 61, ../src/sass/_mixins.scss */
div.schedule div.slick-carousel:before, div.schedule div.slick-carousel:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
div.schedule div.slick-carousel:after {
  clear: both;
}
/* line 19, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel div.slick-carousel-slide {
  width: 316px;
  float: left;
}
/* line 24, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel div.slick-carousel-slide-inner {
  padding-left: 1px;
}
/* line 30, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel-pagination {
  text-align: left;
  padding: 0 0 0 1px;
  margin: 0 0 1px;
}
/* line 35, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel-pagination a {
  background: rgba(0, 0, 0, 0.6);
  font-size: 21px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 32px;
}
/* line 44, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel-pagination a.slick-next {
  margin-left: 1px;
}
/* line 48, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule div.slick-carousel-pagination a.is-disabled {
  color: #555;
}
/* line 55, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule {
  background: rgba(0, 0, 0, 0.6);
  border-top: 0;
  padding: 10px;
}
/* line 62, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule div.header {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 10px;
  display: block;
}
/* line 67, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule div.header span.time-number {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 70, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule div.header span.time-period {
  color: #999;
}
/* line 73, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule div.header span.new-episode {
  background: #ffd800;
  color: #333;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 1px 5px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 85, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule div.body {
  padding: 10px;
  padding-bottom: 115px;
}
/* line 92, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule p.details {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}
/* line 99, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule p.description {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 106, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule p.links {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 17px;
  padding-right: 20px;
}
/* line 115, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule p.links a {
  display: block;
  color: #fff;
}
/* line 119, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule article.one-up-schedule p.links a + a {
  margin-top: 0.75em;
}
/* line 127, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule p.day-links {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  text-transform: uppercase;
}
/* line 133, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule p.day-links a {
  color: #fff;
  position: relative;
  cursor: pointer;
}
/* line 139, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule p.day-links a + a {
  margin-left: 1.75rem;
}
/* line 142, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule p.day-links a + a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 0;
  border-left: 1px solid #333;
  height: 1rem;
}
/* line 153, ../src/modules/schedule/desktop/daily/_daily.scss */
div.schedule p.day-links a.is-disabled {
  color: #555;
  cursor: default;
}
/* line 2, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global {
  text-align: right;
  text-transform: uppercase;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 9, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global a {
  cursor: pointer;
  color: #fff;
}
/* line 15, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global div.nav-timezone {
  display: inline-block;
  position: relative;
}
/* line 19, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global div.nav-timezone div.nav-menu {
  display: none;
  position: absolute;
  background: #262626;
  padding: 10px 60px 10px 20px;
  margin-left: -20px;
  z-index: 999;
}
/* line 27, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global div.nav-timezone div.nav-menu a {
  display: block;
  text-align: left;
}
/* line 31, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global div.nav-timezone div.nav-menu a.is-selected {
  color: #ffd800;
}
/* line 39, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global a.channel-finder {
  position: relative;
  margin-left: 1.65em;
}
/* line 43, ../src/modules/schedule/desktop/_nav/_global.scss */
div.schedule div.nav-global a.channel-finder:before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  display: inline-block;
  border-left: 1px solid #7f7f7f;
  height: 1em;
}
/* line 2, ../src/modules/schedule/desktop/_nav/_section.scss */
div.schedule div.nav-section {
  text-transform: uppercase;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 9, ../src/modules/schedule/desktop/_nav/_section.scss */
div.schedule div.nav-section a {
  cursor: pointer;
  color: #ffd800;
}
/* line 15, ../src/modules/schedule/desktop/_nav/_section.scss */
div.schedule div.nav-section div.nav-menu {
  display: none;
  position: absolute;
  background: #262626;
  padding: 10px 60px 10px 20px;
  margin-left: -20px;
  z-index: 999;
}
/* line 23, ../src/modules/schedule/desktop/_nav/_section.scss */
div.schedule div.nav-section div.nav-menu a {
  color: #fff;
  display: block;
}
/* line 27, ../src/modules/schedule/desktop/_nav/_section.scss */
div.schedule div.nav-section div.nav-menu a.is-selected {
  color: #ffd800;
}
/* line 2, ../src/modules/schedule/desktop/_nav/_timeslot.scss */
div.schedule nav.timeslots {
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 6, ../src/modules/schedule/desktop/_nav/_timeslot.scss */
div.schedule nav.timeslots a {
  background: rgba(0, 0, 0, 0.6);
  border-left: 4px solid #7f7f7f;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: 0 0 1px;
  padding: 20px 5px 20px 20px;
  -moz-transition: border, 0.3s;
  -o-transition: border, 0.3s;
  -webkit-transition: border, 0.3s;
  transition: border, 0.3s;
}
/* line 18, ../src/modules/schedule/desktop/_nav/_timeslot.scss */
div.schedule nav.timeslots a.is-selected {
  border-left-color: #ffd800;
}
/* line 2, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  right: 39px;
  margin-top: -53px;
  width: 420px;
}
/* line 10, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a {
  float: left;
  background: rgba(0, 0, 0, 0.6);
  border-top: 2px solid #7f7f7f;
  margin-left: 1px;
  padding: 5px 0;
  text-align: center;
  color: #999999;
  width: 29px;
}
/* line 23, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.is-selected, div.schedule div.weeks-carousel-container a[data-url] {
  cursor: pointer;
}
/* line 27, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.is-selected span, div.schedule div.weeks-carousel-container a[data-url] span {
  color: #fff;
}
/* line 30, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.is-selected span + span, div.schedule div.weeks-carousel-container a[data-url] span + span {
  color: #999999;
}
/* line 36, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.is-selected {
  cursor: default;
  border-color: #ffd800;
}
/* line 44, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container span {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  display: block;
}
/* line 49, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container span + span {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  margin-top: 2px;
}
/* line 56, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.weeks-prev,
div.schedule div.weeks-carousel-container a.weeks-next {
  cursor: pointer;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  border-top: 0;
  height: 38px;
  width: 38px;
  font-size: 24px;
  line-height: 28px;
  line-height: 28px;
  line-height: 1.75rem;
  color: #fff;
}
/* line 71, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.weeks-prev.is-disabled,
div.schedule div.weeks-carousel-container a.weeks-next.is-disabled {
  color: #555;
  cursor: default;
}
/* line 78, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.weeks-prev {
  left: -39px;
}
/* line 81, ../src/modules/schedule/desktop/_nav/_weeks-daily.scss */
div.schedule div.weeks-carousel-container a.weeks-next {
  right: -39px;
}
/* line 2, ../src/modules/schedule/desktop/_nav/_weeks-weekly.scss */
div.schedule nav.weeks {
  font-size: 0;
  position: absolute;
  right: 0;
  margin-top: -53px;
}
/* line 9, ../src/modules/schedule/desktop/_nav/_weeks-weekly.scss */
div.schedule nav.weeks a {
  background: rgba(0, 0, 0, 0.6);
  border-top: solid 4px #7f7f7f;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 20, ../src/modules/schedule/desktop/_nav/_weeks-weekly.scss */
div.schedule nav.weeks a + a {
  margin-left: 1px;
}
/* line 25, ../src/modules/schedule/desktop/_nav/_weeks-weekly.scss */
div.schedule nav.weeks a.is-selected {
  border-top: solid 4px #ffd800;
  cursor: default;
}

/* line 2, ../src/modules/scrollbars/module.scss */
div.sly-window {
  position: relative;
}
/* line 6, ../src/modules/scrollbars/module.scss */
div.sly-window div.sly-frame {
  overflow: hidden;
  padding-right: 21px;
}
/* line 10, ../src/modules/scrollbars/module.scss */
div.sly-window div.sly-frame.is-short {
  padding-right: 0;
}
/* line 15, ../src/modules/scrollbars/module.scss */
div.sly-window div.sly-slidee {
  position: relative;
  min-height: 100%;
}
/* line 21, ../src/modules/scrollbars/module.scss */
div.sly-window div.scrollbar-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 2;
}
/* line 30, ../src/modules/scrollbars/module.scss */
div.sly-window div.arrow {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
}
/* line 40, ../src/modules/scrollbars/module.scss */
div.sly-window div.arrow i.icon-v {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  display: block;
  text-align: center;
}
/* line 47, ../src/modules/scrollbars/module.scss */
div.sly-window div.arrow.arrow-up {
  top: 0;
}
/* line 50, ../src/modules/scrollbars/module.scss */
div.sly-window div.arrow.arrow-down {
  bottom: 0;
}
/* line 54, ../src/modules/scrollbars/module.scss */
div.sly-window div.arrow.is-disabled {
  cursor: default;
  color: #555;
}
/* line 61, ../src/modules/scrollbars/module.scss */
div.sly-window div.scrollbar {
  position: absolute;
  right: 0;
  width: 20px;
  height: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1px;
  top: 21px;
  bottom: 21px;
}
/* line 74, ../src/modules/scrollbars/module.scss */
div.sly-window div.handle {
  height: 0;
  width: 18px;
  background: #7f7f7f;
  cursor: pointer;
}
/* line 82, ../src/modules/scrollbars/module.scss */
div.sly-window div.mousearea {
  position: absolute;
  top: 0;
  left: -5px;
  width: 30px;
  height: 100%;
}

/* line 2, ../src/modules/shop/module.scss */
section.shop article.merchandise {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  margin-left: 25%;
}
/* line 6, ../src/modules/shop/module.scss */
section.shop article.merchandise img.img-responsive {
  max-width: 275px;
}
/* line 10, ../src/modules/shop/module.scss */
section.shop article.merchandise p {
  margin: 0;
}
/* line 13, ../src/modules/shop/module.scss */
section.shop article.merchandise p.highlight {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 1em;
}
/* line 18, ../src/modules/shop/module.scss */
section.shop article.merchandise p.highlight a {
  color: #ffd800;
}
/* line 23, ../src/modules/shop/module.scss */
section.shop article.merchandise p.stars {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffd800;
}
/* line 28, ../src/modules/shop/module.scss */
section.shop article.merchandise p.price {
  color: #7f7f7f;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 34, ../src/modules/shop/module.scss */
section.shop article.merchandise h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 39, ../src/modules/shop/module.scss */
section.shop article.merchandise h1 a {
  color: #fff;
}

/* line 1, ../src/modules/show-header/desktop/module.scss */
header.show-header {
  background: #262626;
  z-index: 98;
  position: fixed;
  min-height: 60px;
  top: 65px;
  margin: 0;
  padding: 21px 30px 0;
  -moz-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  -webkit-transition: background, 0.3s;
  transition: background, 0.3s;
  -moz-transition: height, 0.3s;
  -o-transition: height, 0.3s;
  -webkit-transition: height, 0.3s;
  transition: height, 0.3s;
  width: 1200px;
}
/* line 14, ../src/modules/show-header/desktop/module.scss */
header.show-header.with-background {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 11px;
  min-height: 40px;
}
/* line 21, ../src/modules/show-header/desktop/module.scss */
div.page-container-show header.show-header {
  margin-left: -30px;
}
/* line 26, ../src/modules/show-header/desktop/module.scss */
div.page-container-landing header.show-header {
  margin-left: 0;
}
/* line 31, ../src/modules/show-header/desktop/module.scss */
header.show-header div.h1-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
/* line 40, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  margin: 0;
}
/* line 50, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 span.highlight {
  color: #ffd800;
}
/* line 53, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 span.highlight a {
  color: #ffd800;
}
/* line 57, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 span.highlight .lowercase {
  text-transform: lowercase;
}
/* line 62, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 a {
  color: #fff;
}
/* line 67, ../src/modules/show-header/desktop/module.scss */
header.show-header h1 a + span.highlight:before {
  content: "\00a0";
  display: inline-block;
  border-left: 1px solid #999;
  height: 1em;
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;
}
/* line 80, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links {
  float: right;
  line-height: 0.75;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  right: 30px;
  padding-left: 15px;
}
/* line 91, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
/* line 97, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a + a {
  margin-left: 15px;
}
/* line 101, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a + a.facebook {
  margin-left: 5px;
}
/* line 106, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a + a.description, header.show-header div.links a + a.episodes, header.show-header div.links a + a.all {
  position: relative;
  margin-left: 31px;
}
/* line 112, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a + a.description:before, header.show-header div.links a + a.episodes:before, header.show-header div.links a + a.all:before {
  content: "";
  position: absolute;
  height: 16px;
  border-left: 1px solid #fff;
  -moz-transition: border, 0.3s;
  -o-transition: border, 0.3s;
  -webkit-transition: border, 0.3s;
  transition: border, 0.3s;
  top: 0;
  left: -15px;
}
/* line 124, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a:hover {
  color: #ffd800;
}
/* line 129, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a.mvpd {
  width: 76px;
  display: inline-block;
  position: relative;
}
/* line 135, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a.mvpd img {
  position: absolute;
  top: -25px;
  left: 0;
  height: 40px;
  width: 76px;
}
/* line 147, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a.description i.icon-v, header.show-header div.links a.all i.icon-v {
  top: 2px;
}
/* line 154, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a.description + a.episodes {
  margin-left: 15px;
}
/* line 157, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links a.description + a.episodes:before {
  display: none;
}
/* line 162, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links i.icon-v {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: 1px;
}
/* line 79, ../src/sass/_mixins.scss */
html.browser-ipad header.show-header div.links i.icon-v {
  top: 0px;
}
/* line 171, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links i.icon-v.icon-v-twitter {
  margin-right: 5px;
}
/* line 175, ../src/modules/show-header/desktop/module.scss */
header.show-header div.links i.icon-v.icon-v-document {
  top: 2px;
}

/* line 1, ../src/modules/show-index/desktop/module.scss */
section.show-index {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
/* line 7, ../src/modules/show-index/desktop/module.scss */
section.show-index h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 20px;
}
/* line 15, ../src/modules/show-index/desktop/module.scss */
section.show-index a[href] {
  color: #ccc;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 19, ../src/modules/show-index/desktop/module.scss */
section.show-index a[href].is-selected {
  color: #ffd800;
}
/* line 26, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs div.l-table-cell {
  background: #000000;
  border-left: 1px solid #262626;
  text-align: center;
  text-transform: uppercase;
}
/* line 32, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs div.l-table-cell:first-child {
  border: 0;
}
/* line 37, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs a {
  display: block;
  padding: 5px 0;
}
/* line 44, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body {
  position: absolute;
  left: -10000px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 30px;
  width: 100%;
}
/* line 51, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body.is-selected {
  position: static;
}
/* line 55, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body a {
  display: block;
}
/* line 58, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body a.is-selected {
  color: #ffd800;
  cursor: text;
}
/* line 63, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body a:hover {
  color: #ffd800;
}
/* line 67, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body a + a {
  margin-top: 10px;
}
/* line 73, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body div.col-inner {
  border-right: 1px solid #ccc;
  padding: 0 30px;
}
/* line 80, ../src/modules/show-index/desktop/module.scss */
section.show-index div.tabs-body div.col:last-child div.col-inner {
  border: 0;
}

/* line 1, ../src/modules/slideshow/_shared.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../src/modules/slideshow/_shared.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 21, ../src/modules/slideshow/_shared.scss */
.slick-list:focus {
  outline: none;
}
/* line 25, ../src/modules/slideshow/_shared.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 31, ../src/modules/slideshow/_shared.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
/* line 38, ../src/modules/slideshow/_shared.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 44, ../src/modules/slideshow/_shared.scss */
.slick-track:after {
  clear: both;
}

/* line 49, ../src/modules/slideshow/_shared.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 53, ../src/modules/slideshow/_shared.scss */
.slick-slide {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 1px;
}
/* line 59, ../src/modules/slideshow/_shared.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 64, ../src/modules/slideshow/_shared.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 68, ../src/modules/slideshow/_shared.scss */
.slick-not-initialized .slick-slide {
  float: none;
}

/* line 72, ../src/modules/slideshow/_shared.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 76, ../src/modules/slideshow/_shared.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/* line 82, ../src/modules/slideshow/_shared.scss */
div.slick-slides {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 85, ../src/modules/slideshow/_shared.scss */
div.slick-slides.invisible {
  opacity: 0;
}

/* line 93, ../src/modules/slideshow/_shared.scss */
div.slick-slides-wrapper div.slick-slides {
  margin: 0 -5px;
}
/* line 98, ../src/modules/slideshow/_shared.scss */
div.slick-slides-wrapper div.slick-slide {
  padding: 0 5px;
}

/* line 106, ../src/modules/slideshow/_shared.scss */
div.slick-slides-wrapper-vertical div.slick-slides {
  margin: -5px 0;
}
/* line 111, ../src/modules/slideshow/_shared.scss */
div.slick-slides-wrapper-vertical div.slick-slide {
  padding: 5px 0;
}

/* line 117, ../src/modules/slideshow/_shared.scss */
div.slick-navigation {
  text-align: center;
  width: 100%;
  font-size: 0;
  line-height: 1;
  position: absolute;
  bottom: -38px;
  min-height: 10px;
}
/* line 126, ../src/modules/slideshow/_shared.scss */
div.slick-navigation a.prev,
div.slick-navigation a.next {
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
}
/* line 134, ../src/modules/slideshow/_shared.scss */
div.slick-navigation a.prev:hover,
div.slick-navigation a.next:hover {
  color: #ffd800;
}

/* line 140, ../src/modules/slideshow/_shared.scss */
ul.slick-dots {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  vertical-align: middle;
}
/* line 148, ../src/modules/slideshow/_shared.scss */
ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 156, ../src/modules/slideshow/_shared.scss */
ul.slick-dots li.slick-active button {
  background: #ffd800;
}
/* line 160, ../src/modules/slideshow/_shared.scss */
ul.slick-dots li button {
  border: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background: #fff;
  height: 5px;
  width: 20px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
/* line 175, ../src/modules/slideshow/_shared.scss */
ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}

/* line 183, ../src/modules/slideshow/_shared.scss */
div.slick-marker {
  position: absolute;
  left: -250px;
  width: 250px;
  height: 0;
  border-top: 1px solid blue;
  z-index: 1000;
}
/* line 191, ../src/modules/slideshow/_shared.scss */
div.slick-marker.slick-marker-a {
  border-color: green;
}
/* line 194, ../src/modules/slideshow/_shared.scss */
div.slick-marker.slick-marker-b {
  border-color: yellow;
}
/* line 197, ../src/modules/slideshow/_shared.scss */
div.slick-marker.slick-marker-c {
  border-color: red;
}

/* line 1, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns {
  position: relative;
}
/* line 5, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns.with-navigation {
  padding: 0 0 60px;
}
/* line 10, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns div.slick-slides-wrapper {
  overflow: visible;
}
/* line 14, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 0 20px;
}
/* line 22, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns a.view-all {
  position: absolute;
  top: 1px;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 31, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns a.view-all:hover {
  text-decoration: underline;
}
/* line 35, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns a.view-all i.icon-v {
  font-size: 16px;
  font-size: 1rem;
}
/* line 41, ../src/modules/slideshow-columns/desktop/module.scss */
section.slick-slideshow-columns article.one-up div.body {
  padding-bottom: 20px;
}

/* line 2, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article {
  color: #fff;
  line-height: 1.2;
  border-top: solid 4px #ffd800;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 15px 65px;
  position: relative;
}
/* line 10, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article a {
  color: #ffd800;
}
/* line 15, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article p.follow {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 32px;
}
/* line 26, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article p.follow a {
  cursor: pointer;
  color: #fff;
}
/* line 30, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article p.follow a.is-completed {
  color: #ffd800;
}
/* line 35, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article p.follow i.icon-v {
  color: #ffd800;
  position: relative;
  top: -1px;
}
/* line 43, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article h1 {
  margin: 0;
}
/* line 46, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article h1 a {
  color: #fff;
}
/* line 53, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer div.row {
  margin: 0;
}
/* line 57, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer a.conversation-action {
  cursor: pointer;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
  padding: 10px 0;
}
/* line 68, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer a.conversation-action.is-completed {
  color: #ffd800;
}
/* line 73, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer div.col {
  text-align: center;
}
/* line 77, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer div.col div.col-inner {
  padding: 0;
}
/* line 82, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article footer div.col:last-child a {
  border-right: 0;
}
/* line 92, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation div.conversation-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 2;
}
/* line 102, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation div.conversation-error span {
  background: #000;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 7px 14px 7px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
/* line 117, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation div.conversation-error span:before {
  color: #ffd800;
  font-family: "ngc-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/* line 135, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article.conversation-twitter div.conversation-error span:before {
  content: "\e007";
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}
/* line 143, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article.conversation-facebook div.conversation-error span:before {
  content: "\e008";
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}
/* line 151, ../src/modules/slideshow-conversation/_shared.scss */
section.slick-slideshow-conversation article.conversation-instagram div.conversation-error span:before {
  content: "\e000";
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}

/* line 4, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article {
  padding: 10px 15px 110px;
  min-height: 600px;
}
/* line 9, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article p {
  margin: 0;
  padding-top: 10px;
}
/* line 13, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article p.body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 10px;
}
/* line 20, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article p.follow {
  top: 10px;
}
/* line 25, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 32, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article footer a.conversation-action i.icon-v {
  color: #ffd800;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 1px;
}
/* line 39, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation article footer a.conversation-action i.icon-v-comments-circle {
  top: 2px;
}
/* line 47, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table {
  border-top: 1px solid #333;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 53, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell {
  width: 55px;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
}
/* line 58, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell + div.l-table-cell {
  width: 75%;
  padding: 10px;
}
/* line 64, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell a.responsive-1x1 {
  padding: 0 0 100%;
}
/* line 69, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell a.conversation-author {
  border: 0;
}
/* line 74, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell span {
  display: block;
}
/* line 77, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell span.name {
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  display: block;
  padding-bottom: 3px;
}
/* line 83, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell span.handle {
  color: #999999;
}
/* line 86, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.l-table-cell span.handle i.icon-v {
  position: relative;
  top: -1px;
}
/* line 99, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.row-with-ad div.span3 {
  width: 280px;
}
/* line 104, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.row-with-ad div.span3:last-child {
  width: 310px;
}
/* line 110, ../src/modules/slideshow-conversation/desktop/module.scss */
section.slick-slideshow-conversation div.row-with-ad div.ad-container {
  background: transparent;
  padding: 0;
}

/* line 3, ../src/modules/slideshow-gallery/module.scss */
section.slick-slideshow-gallery div.slick-slides {
  margin: 0 -30px;
}
/* line 8, ../src/modules/slideshow-gallery/module.scss */
section.slick-slideshow-gallery div.slick-slides.no-slick div.slick-slide {
  float: none;
}
/* line 13, ../src/modules/slideshow-gallery/module.scss */
section.slick-slideshow-gallery div.slick-slides.no-slick article.one-up {
  margin: 0 170px;
}
/* line 19, ../src/modules/slideshow-gallery/module.scss */
section.slick-slideshow-gallery div.slick-slide {
  padding: 0 30px;
}

/* line 3, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body, article.hero-boxed div.body, article.hero-centered div.body {
  position: absolute;
  bottom: 60px;
  left: 30px;
  width: 60%;
  z-index: 2;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 12, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
section.no-controls article.hero-default div.body, section.no-controls article.hero-boxed div.body, section.no-controls article.hero-centered div.body {
  bottom: 20px;
}
/* line 17, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body > *:first-child, article.hero-boxed div.body > *:first-child, article.hero-centered div.body > *:first-child {
  margin-top: 0 !important;
}
/* line 21, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body h1, article.hero-boxed div.body h1, article.hero-centered div.body h1,
article.hero-default div.body p,
article.hero-boxed div.body p,
article.hero-centered div.body p {
  margin: 0;
  text-transform: uppercase;
}
/* line 28, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.logo, article.hero-boxed div.body p.logo, article.hero-centered div.body p.logo {
  margin-bottom: 25px;
}
/* line 31, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.logo img, article.hero-boxed div.body p.logo img, article.hero-centered div.body p.logo img {
  display: block;
}
/* line 37, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.highlight, article.hero-boxed div.body p.highlight, article.hero-centered div.body p.highlight {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 40, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.highlight span.lowercase, article.hero-boxed div.body p.highlight span.lowercase, article.hero-centered div.body p.highlight span.lowercase {
  text-transform: lowercase;
}
/* line 47, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body span.new-episode, article.hero-boxed div.body span.new-episode, article.hero-centered div.body span.new-episode {
  display: inline-block;
  background: #ffd800;
  color: black;
  text-shadow: none;
  padding: 3px 7px;
  margin-right: 5px;
  margin-bottom: 8px;
}
/* line 58, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body h1, article.hero-boxed div.body h1, article.hero-centered div.body h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
}
/* line 61, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body h1 a, article.hero-boxed div.body h1 a, article.hero-centered div.body h1 a {
  letter-spacing: -2px;
}
/* line 67, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.description, article.hero-boxed div.body p.description, article.hero-centered div.body p.description {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: 0px;
}
/* line 74, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.call-to-action, article.hero-boxed div.body p.call-to-action, article.hero-centered div.body p.call-to-action {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 78, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.call-to-action + p.call-to-action, article.hero-boxed div.body p.call-to-action + p.call-to-action, article.hero-centered div.body p.call-to-action + p.call-to-action {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
/* line 83, ../src/modules/slideshow-hero/desktop/_variant-default.scss */
article.hero-default div.body p.call-to-action-alt i.icon-v, article.hero-boxed div.body p.call-to-action-alt i.icon-v, article.hero-centered div.body p.call-to-action-alt i.icon-v {
  color: #fff !important;
}

/* line 4, ../src/modules/slideshow-hero/desktop/_variant-boxed.scss */
article.hero-boxed div.body {
  border-top: 4px solid #ffd800;
  left: 30px;
  padding: 40px 30px;
}
/* line 9, ../src/modules/slideshow-hero/desktop/_variant-boxed.scss */
article.hero-boxed div.body p.highlight {
  font-size: 16px;
  font-size: 1rem;
}
/* line 14, ../src/modules/slideshow-hero/desktop/_variant-boxed.scss */
article.hero-boxed.theme-light div.body {
  background: rgba(0, 0, 0, 0.6);
}
/* line 18, ../src/modules/slideshow-hero/desktop/_variant-boxed.scss */
article.hero-boxed.theme-dark div.body {
  background: rgba(255, 255, 255, 0.6);
}

/* line 4, ../src/modules/slideshow-hero/desktop/_variant-centered.scss */
article.hero-centered div.body {
  -moz-transition: bottom, 0.3s;
  -o-transition: bottom, 0.3s;
  -webkit-transition: bottom, 0.3s;
  transition: bottom, 0.3s;
  left: 30px;
  width: 40%;
  text-align: center;
}
/* line 12, ../src/modules/slideshow-hero/desktop/_variant-centered.scss */
article.hero-centered div.body p.logo img {
  margin: 0 auto;
}
/* line 17, ../src/modules/slideshow-hero/desktop/_variant-centered.scss */
article.hero-centered div.body p.highlight {
  font-size: 16px;
  font-size: 1rem;
}
/* line 21, ../src/modules/slideshow-hero/desktop/_variant-centered.scss */
article.hero-centered div.body h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
/* line 25, ../src/modules/slideshow-hero/desktop/_variant-centered.scss */
article.hero-centered div.body p.description {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* line 4, ../src/modules/slideshow-hero/desktop/_variant-ad.scss */
article.hero-ad a.responsive:before, article.hero-ad a.responsive:after {
  display: none !important;
}

/* line 7, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero {
  width: 100%;
  position: relative;
  z-index: 2;
}
/* line 13, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.slick-slides-wrapper {
  height: 540px;
  overflow: hidden;
}
/* line 61, ../src/sass/_mixins.scss */
section.slick-slideshow-hero div.slick-slides-wrapper:before, section.slick-slideshow-hero div.slick-slides-wrapper:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
section.slick-slideshow-hero div.slick-slides-wrapper:after {
  clear: both;
}
/* line 19, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article {
  position: relative;
  z-index: 3;
}
/* line 25, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-light div.body {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
/* line 29, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-light a,
section.slick-slideshow-hero article.theme-light h1,
section.slick-slideshow-hero article.theme-light p {
  color: #fff;
}
/* line 35, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-light p.highlight {
  color: #ffd800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 41, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-light p.highlight span.un-highlight {
  color: #fff;
}
/* line 47, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-light p.call-to-action i.icon-v {
  color: #ffd800;
}
/* line 55, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-dark div.body {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.75);
}
/* line 59, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-dark a,
section.slick-slideshow-hero article.theme-dark h1,
section.slick-slideshow-hero article.theme-dark p {
  color: #000;
}
/* line 65, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-dark p.highlight {
  color: #ffd800;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
/* line 69, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-dark p.highlight span.un-highlight {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.75);
}
/* line 76, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero article.theme-dark p.call-to-action i.icon-v {
  color: #ffd800;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
/* line 85, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero a.responsive {
  position: relative;
  display: block;
  z-index: 1;
}
/* line 91, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero a.responsive:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  display: block;
  height: 120px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
/* line 103, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero a.responsive:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  display: block;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* line 116, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial {
  position: absolute;
  right: 30px;
  bottom: 60px;
  z-index: 2;
  border-top: 4px solid #ffd800;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 20px;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  width: 260px;
}
/* line 127, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial a,
section.slick-slideshow-hero div.editorial h2,
section.slick-slideshow-hero div.editorial h3 {
  color: #fff;
}
/* line 135, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial h2 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
/* line 141, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial h3 {
  padding-bottom: 10px;
}
/* line 146, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.image {
  margin: 7px 0 0;
}
/* line 149, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.image a,
section.slick-slideshow-hero div.editorial p.image img {
  display: block;
}
/* line 156, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.caption {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 20px 0 0;
}
/* line 161, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.caption a {
  color: #ffd800;
  text-decoration: none;
}
/* line 168, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 175, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.description {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 182, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.call-to-action {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
/* line 186, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.editorial p.call-to-action i.icon-v {
  color: #ffd800;
  padding-right: 5px;
}
/* line 194, ../src/modules/slideshow-hero/desktop/module.scss */
section.slick-slideshow-hero div.slick-navigation {
  padding: 0;
  position: absolute;
  bottom: 20px;
  z-index: 4;
}

/* line 3, ../src/modules/slideshow-mosaic/desktop/module.scss */
section.slick-slideshow-mosaic div.row + div.row {
  margin-top: 10px;
}
/* line 8, ../src/modules/slideshow-mosaic/desktop/module.scss */
section.slick-slideshow-mosaic article.one-up h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 18, ../src/modules/slideshow-mosaic/desktop/module.scss */
section.slick-slideshow-mosaic div.span6 div.span6 article.one-up a.responsive:after {
  height: 50%;
}
/* line 22, ../src/modules/slideshow-mosaic/desktop/module.scss */
section.slick-slideshow-mosaic div.span6 div.span6 article.one-up p.show {
  font-size: 10px;
  font-size: 0.625rem;
}
/* line 25, ../src/modules/slideshow-mosaic/desktop/module.scss */
section.slick-slideshow-mosaic div.span6 div.span6 article.one-up h1 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 10, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span8 {
  width: 800px;
}
/* line 14, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span8 div.col-inner {
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
}
/* line 21, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span8 div.slide-spacer {
  padding: 0;
  margin: 0 -5px;
}
/* line 27, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span8 div.slick-slide {
  padding: 0 5px;
}
/* line 32, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 {
  width: 350px;
  position: relative;
}
/* line 38, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 div.col-inner {
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
}
/* line 45, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 div.slide-spacer {
  padding: 0;
  margin: -5px 0;
}
/* line 51, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 div.slick-slide {
  padding: 5px 0;
}
/* line 56, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 div.slick-slides {
  margin: -5px 0;
}
/* line 61, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.span4 article.one-up-overlay h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 68, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.arrow-up,
section.slick-slideshow-parallax-tabs div.arrow-down {
  display: none;
  position: absolute;
  top: -50px;
  left: 5px;
  right: 5px;
  height: 40px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 24px;
}
/* line 81, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.arrow-up.is-disabled,
section.slick-slideshow-parallax-tabs div.arrow-down.is-disabled {
  background: rgba(0, 0, 0, 0.3);
  color: #555;
}
/* line 87, ../src/modules/slideshow-parallax-tabs/module.scss */
html.touch section.slick-slideshow-parallax-tabs div.arrow-up, html.touch
section.slick-slideshow-parallax-tabs div.arrow-down {
  display: block;
}
/* line 91, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.arrow-down {
  top: auto;
  bottom: -50px;
}
/* line 97, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container {
  margin-top: 10px;
}
/* line 102, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container.with-nav {
  padding: 0 60px;
  position: relative;
}
/* line 108, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev,
section.slick-slideshow-parallax-tabs div.tabs-container a.next {
  font-size: 18px;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #000;
  color: #fff;
}
/* line 121, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev.is-disabled,
section.slick-slideshow-parallax-tabs div.tabs-container a.next.is-disabled {
  color: #555;
  cursor: default;
}
/* line 126, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev.is-disabled:hover,
section.slick-slideshow-parallax-tabs div.tabs-container a.next.is-disabled:hover {
  color: #555 !important;
}
/* line 131, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev i,
section.slick-slideshow-parallax-tabs div.tabs-container a.next i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
/* line 142, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev:hover,
section.slick-slideshow-parallax-tabs div.tabs-container a.next:hover {
  color: #ffd800;
}
/* line 147, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.prev {
  left: 5px;
}
/* line 151, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container a.next {
  right: 5px;
}
/* line 156, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide {
  padding: 0 !important;
}
/* line 161, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slides {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 166, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide {
  display: inline-block;
}
/* line 170, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide.is-selected div.slick-slide-inner {
  border-color: #ffd800;
  color: #ffd800;
}
/* line 178, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner {
  cursor: pointer;
  background: #000000;
  color: #7f7f7f;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 4px solid #7f7f7f;
  display: block;
  margin: 0 5px;
  -moz-transition: border-color, 0.3s;
  -o-transition: border-color, 0.3s;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
  overflow: hidden;
  width: auto;
  text-indent: 0;
  text-align: left;
  padding: 10px;
  position: relative;
  height: 68px;
}
/* line 198, ../src/modules/slideshow-parallax-tabs/module.scss */
html.touch section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner {
  height: 116px;
}
/* line 202, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
}
/* line 216, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner div.truncate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
}
/* line 226, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner span.l-table {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 232, ../src/modules/slideshow-parallax-tabs/module.scss */
section.slick-slideshow-parallax-tabs div.tabs-container div.slick-slide-inner span.l-table span.l-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 2, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist {
  margin: 20px 0 0;
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  position: relative;
}
/* line 61, ../src/sass/_mixins.scss */
section.slick-slideshow-playlist:before, section.slick-slideshow-playlist:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
section.slick-slideshow-playlist:after {
  clear: both;
}
/* line 10, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist.is-visible {
  opacity: 1;
}
/* line 14, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px;
}
/* line 22, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.view-all {
  position: absolute;
  top: 1px;
  right: 0;
  text-transform: uppercase;
  color: #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 31, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.view-all:hover {
  text-decoration: underline;
}
/* line 38, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist div.slick-container {
  position: relative;
}
/* line 43, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist.with-nav div.slick-container {
  padding: 0 53px;
}
/* line 49, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.prev,
section.slick-slideshow-playlist a.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  background: #141414;
  z-index: 3;
  color: #fff;
}
/* line 60, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.prev:hover,
section.slick-slideshow-playlist a.next:hover {
  background: #000000;
}
/* line 64, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.prev i.icon-v,
section.slick-slideshow-playlist a.next i.icon-v {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  height: 24px;
  width: 24px;
  text-align: center;
}
/* line 77, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.prev.is-disabled,
section.slick-slideshow-playlist a.next.is-disabled {
  color: #555;
  cursor: default;
}
/* line 82, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.prev {
  left: 0;
}
/* line 85, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist a.next {
  right: 0;
}
/* line 90, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist div.slick-slide-inner {
  margin: 0 5px;
}
/* line 96, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body {
  padding: 10px;
}
/* line 101, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
/* line 107, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body-top p.highlight {
  float: left;
}
/* line 111, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body-top p.highlight a.play-now {
  background: #ffd800;
  color: #040404;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 12px 11px 9px 11px;
  border: none;
  opacity: 0.8;
  display: block;
}
/* line 121, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body-top p.highlight a.play-now span.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #040404;
  margin-right: 5px;
}
/* line 133, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay div.body-top p.highlight a.up-next {
  background: #000;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 12px 11px 9px 11px;
  border: none;
  opacity: 0.8;
  display: block;
}
/* line 145, ../src/modules/slideshow-playlist/module.scss */
section.slick-slideshow-playlist article.one-up-overlay p.highlight,
section.slick-slideshow-playlist article.one-up-overlay h1 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 3, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more {
  padding: 0 50px;
  position: relative;
}
/* line 9, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more a.replay {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  float: right;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  position: absolute;
  right: 50px;
  padding-right: 32px;
  top: 30px;
}
/* line 22, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more a.replay i.icon-v {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
/* line 32, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0 20px 0;
}
/* line 41, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more article.one-up {
  border: 0;
  padding-bottom: 20px;
}
/* line 45, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more article.one-up div.body {
  padding: 10px 0;
}
/* line 49, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more article.one-up p.highlight {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 53, ../src/modules/slideshow-photo-gallery/desktop/_more-galleries.scss */
section.photo-gallery-more article.one-up h1 {
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content {
  background: #141414;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: relative;
}
/* line 8, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p {
  margin: 0;
}
/* line 12, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.credit {
  color: #666;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 10px;
  font-style: italic;
}
/* line 21, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.highlight {
  color: #ffd800;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 27, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 3px 0;
  color: #fff;
}
/* line 35, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.description {
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
}
/* line 40, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* line 49, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments a {
  cursor: pointer;
  color: #fff;
}
/* line 54, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments a i.icon-v {
  font-size: 20px;
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  position: absolute;
  left: -30px;
  padding: 1px 2px 2px;
  outline: 1px solid transparent;
  color: #ffd800;
}
/* line 69, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments a i.icon-v-close {
  display: none;
  outline-color: #ffd800;
  font-size: 14px;
  line-height: 20px;
}
/* line 78, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments a.opened i.icon-v {
  display: none;
}
/* line 82, ../src/modules/slideshow-photo-gallery/_content.scss */
div.slick-slideshow-photo-gallery-content p.comments a.opened i.icon-v-close {
  display: inline-block;
}

/* line 4, ../src/modules/slideshow-photo-gallery/_comments.scss */
div.slick-slideshow-photo-gallery-comments #livefyre-comments {
  padding-left: 50px;
}

/* line 2, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls {
  margin: 0 53px;
  position: relative;
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 61, ../src/sass/_mixins.scss */
div.slick-slideshow-photo-gallery-container-smalls:before, div.slick-slideshow-photo-gallery-container-smalls:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
div.slick-slideshow-photo-gallery-container-smalls:after {
  clear: both;
}
/* line 12, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls.is-visible {
  opacity: 1;
}
/* line 17, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.prev,
div.slick-slideshow-photo-gallery-container-smalls a.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  background: #141414;
  z-index: 3;
  color: #fff;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 29, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.prev:hover,
div.slick-slideshow-photo-gallery-container-smalls a.next:hover {
  background: #000000;
}
/* line 33, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.prev i.icon-v,
div.slick-slideshow-photo-gallery-container-smalls a.next i.icon-v {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  height: 24px;
  width: 24px;
  text-align: center;
}
/* line 46, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.prev.is-disabled,
div.slick-slideshow-photo-gallery-container-smalls a.next.is-disabled {
  color: #555;
  cursor: default;
}
/* line 51, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.prev {
  left: -53px;
}
/* line 54, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls a.next {
  right: -53px;
}
/* line 58, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls div.slick-slide {
  cursor: pointer;
  position: relative;
}
/* line 63, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls div.slick-slide.is-selected:after {
  content: "";
  border-top: 4px solid #ffd800;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 0;
}
/* line 74, ../src/modules/slideshow-photo-gallery/desktop/_smalls.scss */
div.slick-slideshow-photo-gallery-container-smalls div.slick-slide span {
  display: block;
  padding: 0 5px;
}

/* line 2, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage {
  position: relative;
  background: #000000;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  margin-top: 10px;
}
/* line 12, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage .slick-slides-biggie .img-auto {
  width: auto;
  display: block;
  margin: 0 auto;
}
/* line 22, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage.is-disabled div.social,
div.slick-slideshow-photo-gallery-container-inpage.is-disabled a.prev,
div.slick-slideshow-photo-gallery-container-inpage.is-disabled a.next {
  opacity: 0;
}
/* line 30, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage div.social.is-disabled {
  opacity: 0;
}
/* line 35, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage div.social {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 43, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev,
div.slick-slideshow-photo-gallery-container-inpage a.next {
  position: absolute;
  right: 1px;
  z-index: 98;
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 56, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev i.icon-v,
div.slick-slideshow-photo-gallery-container-inpage a.next i.icon-v {
  color: #fff;
  opacity: 0.5;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 66, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev:hover i.icon-v,
div.slick-slideshow-photo-gallery-container-inpage a.next:hover i.icon-v {
  opacity: 1;
}
/* line 70, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev.is-disabled:hover,
div.slick-slideshow-photo-gallery-container-inpage a.next.is-disabled:hover {
  cursor: default;
}
/* line 73, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev.is-disabled:hover i.icon-v,
div.slick-slideshow-photo-gallery-container-inpage a.next.is-disabled:hover i.icon-v {
  opacity: 0.5;
}
/* line 79, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev,
div.slick-slideshow-photo-gallery-container-inpage a.next {
  height: 64px;
  top: 50%;
}
/* line 84, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev i.icon-v,
div.slick-slideshow-photo-gallery-container-inpage a.next i.icon-v {
  font-size: 32px;
  font-size: 2rem;
  line-height: 64px;
  text-align: center;
  display: block;
}
/* line 92, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.prev {
  margin-top: 1px;
}
/* line 95, ../src/modules/slideshow-photo-gallery/desktop/_biggie.scss */
div.slick-slideshow-photo-gallery-container-inpage a.next {
  margin-top: -64px;
}

/* line 1, ../src/modules/slideshow-photo-gallery/desktop/_content.scss */
div.slick-slideshow-photo-gallery-content {
  padding: 30px 100px 30px 50px;
  min-height: 84px;
}
/* line 10, ../src/modules/slideshow-photo-gallery/desktop/_content.scss */
div.slick-slideshow-photo-gallery-content.is-without-content p.credit,
div.slick-slideshow-photo-gallery-content.is-without-content p.highlight,
div.slick-slideshow-photo-gallery-content.is-without-content h1,
div.slick-slideshow-photo-gallery-content.is-without-content p.description {
  display: none;
}
/* line 18, ../src/modules/slideshow-photo-gallery/desktop/_content.scss */
div.slick-slideshow-photo-gallery-content p.credit {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 22, ../src/modules/slideshow-photo-gallery/desktop/_content.scss */
div.slick-slideshow-photo-gallery-content p.highlight {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 26, ../src/modules/slideshow-photo-gallery/desktop/_content.scss */
div.slick-slideshow-photo-gallery-content p.description {
  font-size: 16px;
  font-size: 1rem;
}

/* line 2, ../src/modules/slideshow-related-content/module.scss */
section.slick-slideshow-related-content {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: relative;
  overflow: hidden;
}
/* line 8, ../src/modules/slideshow-related-content/module.scss */
section.slick-slideshow-related-content h1.section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
  margin: 15px 0;
}

/* line 5, ../src/modules/slug/module.scss */
article.slug,
div.slug {
  background: rgba(0, 0, 0, 0.6) url("../img/slug.png") center center no-repeat;
}
/* line 9, ../src/modules/slug/module.scss */
article.slug.slug-16x9,
div.slug.slug-16x9 {
  height: 0;
  padding-bottom: 56.25%;
}
/* line 14, ../src/modules/slug/module.scss */
article.slug.slug-4x3,
div.slug.slug-4x3 {
  height: 0;
  padding-bottom: 75%;
}
/* line 19, ../src/modules/slug/module.scss */
article.slug.slug-1x1,
div.slug.slug-1x1 {
  height: 0;
  padding-bottom: 100%;
}

/* line 2, ../src/modules/social/desktop/module.scss */
div.social {
  z-index: 5 !important;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 9, ../src/modules/social/desktop/module.scss */
div.social a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
  padding: 11px 0;
  width: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffd800;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
/* line 20, ../src/modules/social/desktop/module.scss */
div.social a + a {
  margin-top: 1px;
}
/* line 24, ../src/modules/social/desktop/module.scss */
div.social a:hover {
  color: #fff;
}
/* line 29, ../src/modules/social/desktop/module.scss */
div.social span.count {
  color: #fff;
  display: block;
}

/* line 36, ../src/modules/social/desktop/module.scss */
div.social-rail {
  padding: 1px 0;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
}
/* line 40, ../src/modules/social/desktop/module.scss */
div.social-rail div.row {
  margin: 0;
}
/* line 43, ../src/modules/social/desktop/module.scss */
div.social-rail div.row div.col-inner {
  padding: 0 1px;
}
/* line 48, ../src/modules/social/desktop/module.scss */
div.social-rail div.row div.col:first-child div.col-inner {
  padding-left: 0;
}
/* line 52, ../src/modules/social/desktop/module.scss */
div.social-rail div.row div.col:last-child div.col-inner {
  padding-right: 0;
}
/* line 58, ../src/modules/social/desktop/module.scss */
div.social-rail a {
  background: #141414;
  color: #fff;
  display: block;
  text-align: center;
  height: 87px;
  line-height: 82px;
}
/* line 66, ../src/modules/social/desktop/module.scss */
div.social-rail a i.icon-v {
  color: #ffd800;
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 72, ../src/modules/social/desktop/module.scss */
div.social-rail i.icon-v-mail {
  position: relative;
  top: 0.15em;
}

/* line 79, ../src/modules/social/desktop/module.scss */
div.social,
div.social-rail {
  display: none;
}

/* line 2, ../src/modules/tweet/module.scss */
section.tweet {
  border-top: 4px solid #ffd800;
  text-shadow: none;
  margin: 0 !important;
}
/* line 7, ../src/modules/tweet/module.scss */
section.tweet a {
  color: #fff;
}
/* line 12, ../src/modules/tweet/module.scss */
section.tweet header {
  background: #000;
  line-height: 33px;
  height: 35px;
  padding: 10px 30px 5px;
  text-align: right;
  position: relative;
}
/* line 21, ../src/modules/tweet/module.scss */
section.tweet header i.icon-v-twitter {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
}
/* line 31, ../src/modules/tweet/module.scss */
section.tweet header a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
/* line 36, ../src/modules/tweet/module.scss */
section.tweet header a i.icon-v {
  color: #ffd800;
}
/* line 43, ../src/modules/tweet/module.scss */
section.tweet div.body {
  background: #000;
  padding: 20px 30px;
}
/* line 49, ../src/modules/tweet/module.scss */
section.tweet p.quote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
/* line 56, ../src/modules/tweet/module.scss */
section.tweet p.quote:before {
  content: "\201c";
  display: inline;
  color: #555;
  position: absolute;
  left: -0.6em;
}
/* line 65, ../src/modules/tweet/module.scss */
section.tweet p.quote:after {
  content: "\201d";
  display: inline;
  color: #555;
  margin-left: 3px;
}
/* line 74, ../src/modules/tweet/module.scss */
section.tweet p.author {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
/* line 80, ../src/modules/tweet/module.scss */
section.tweet p.author a {
  text-decoration: none;
  text-transform: none;
  color: #999;
}
/* line 88, ../src/modules/tweet/module.scss */
section.tweet footer {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 61, ../src/sass/_mixins.scss */
section.tweet footer:before, section.tweet footer:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
section.tweet footer:after {
  clear: both;
}
/* line 95, ../src/modules/tweet/module.scss */
section.tweet footer a {
  width: 33%;
  float: left;
  display: block;
  border: 1px solid #333;
  border-width: 1px 0 0 1px;
}
/* line 103, ../src/modules/tweet/module.scss */
section.tweet footer a span {
  line-height: 43px;
  height: 45px;
  display: block;
  margin-left: 1px;
  background: #000;
  text-align: center;
}
/* line 112, ../src/modules/tweet/module.scss */
section.tweet footer a i.icon-v {
  display: inline-block;
  color: #ffd800;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 0.15em;
}
/* line 121, ../src/modules/tweet/module.scss */
section.tweet footer a:first-child {
  width: 34%;
  border-left: 0;
}
/* line 126, ../src/modules/tweet/module.scss */
section.tweet footer a:first-child span {
  margin-left: 0;
}

/* line 2, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status {
  background: #141414;
  padding: 15px 30px;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
  color: #fff;
  margin: 0 0 1px;
  line-height: 1.2;
}
/* line 10, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status.is-logged-out {
  position: relative;
  padding-left: 70px;
}
/* line 14, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status.is-logged-out i.icon-v {
  color: #ffd800;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 25px;
}
/* line 24, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status a {
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 31, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status a span.mvpd-provider-name.provider-capitalize:first-child {
  text-transform: capitalize;
}
/* line 37, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status a.select_mvpd {
  cursor: pointer;
}
/* line 41, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status a + a {
  border-left: 1px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}
/* line 48, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status p {
  margin-top: 0;
}
/* line 51, ../src/modules/video-authentication-status/_shared.scss */
div.video-authentication-status p + p {
  margin-top: 0.25em;
}

/* line 2, ../src/modules/video-availability/module.scss */
div.video-availability {
  background: #141414;
  padding: 15px 0 15px 30px;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1px;
  line-height: 1.2;
}
/* line 12, ../src/modules/video-availability/module.scss */
div.video-availability div.l-table-cell {
  padding: 0 10px;
  vertical-align: middle;
  position: relative;
}
/* line 18, ../src/modules/video-availability/module.scss */
div.video-availability div.l-table-cell:first-child {
  padding: 0;
  width: 40%;
}
/* line 24, ../src/modules/video-availability/module.scss */
div.video-availability div.l-table-cell:first-child + div.l-table-cell:before {
  display: none;
}
/* line 32, ../src/modules/video-availability/module.scss */
div.video-availability div.l-table-cell + div.l-table-cell:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #262626;
}

/* line 2, ../src/modules/video-content/_shared.scss */
article.video-content {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN", "Helvetica", "Arial", sans-serif;
}
/* line 7, ../src/modules/video-content/_shared.scss */
article.video-content a {
  cursor: pointer;
  color: #fff;
}
/* line 13, ../src/modules/video-content/_shared.scss */
article.video-content header {
  background: #141414;
  position: relative;
  padding: 15px 30px;
  margin-bottom: 1px;
}
/* line 22, ../src/modules/video-content/_shared.scss */
article.video-content header p.highlight {
  color: #ffd800;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
/* line 31, ../src/modules/video-content/_shared.scss */
article.video-content header h1 {
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  padding-right: 120px;
  margin: 0;
}
/* line 39, ../src/modules/video-content/_shared.scss */
article.video-content header h1 i.icon-v {
  color: #ffd800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0;
  position: relative;
  top: -0.15em;
}
/* line 49, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
/* line 58, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links i.icon-v {
  color: #ffd800;
  font-size: 20px;
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block;
  padding: 1px 2px 2px;
  outline: 1px solid #141414;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 73, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links i.icon-v-close {
  outline-color: #ffd800;
  font-size: 14px;
  outline-width: 1px;
  outline-style: solid;
}
/* line 80, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a {
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
/* line 89, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a + a {
  margin-left: 1em;
}
/* line 93, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a i.icon-v {
  color: #ffd800;
}
/* line 97, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a i.icon-v-close {
  display: none;
}
/* line 103, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a.is-open i.icon-v {
  display: none;
}
/* line 106, ../src/modules/video-content/_shared.scss */
article.video-content header div.article-more-links a.is-open i.icon-v-close {
  display: inline-block;
}
/* line 115, ../src/modules/video-content/_shared.scss */
article.video-content div.article-description {
  background: #141414;
  line-height: 1.3;
  padding: 20px 30px;
}
/* line 122, ../src/modules/video-content/_shared.scss */
article.video-content p.sub-title {
  text-transform: uppercase;
}

/* line 1, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs {
  color: #fff;
  padding: 30px 0;
  margin: 0 -30px;
}
/* line 7, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs.video-gallery-tabs-show {
  padding: 0;
}
/* line 10, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs.video-gallery-tabs-show div.filter-container {
  background: #000000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-box-shadow: 0 3px 10px #000000;
  -webkit-box-shadow: 0 3px 10px #000000;
  box-shadow: 0 3px 10px #000000;
}
/* line 20, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.tabs-container {
  background: #000000;
  -moz-box-shadow: 0 3px 10px #000000;
  -webkit-box-shadow: 0 3px 10px #000000;
  box-shadow: 0 3px 10px #000000;
  text-align: center;
}
/* line 27, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.tabs {
  background: #262626;
  display: inline-block;
  padding: 0 1px;
}
/* line 33, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.tabs a {
  background: #000000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 20px 0;
  width: 160px;
  text-align: center;
  border-top: 4px solid #7f7f7f;
}
/* line 46, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.tabs a + a {
  margin-left: 1px;
}
/* line 50, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.tabs a.is-selected {
  border-top-color: #ffd800;
}
/* line 57, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.filter-container {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 61, ../src/sass/_mixins.scss */
div.video-gallery-tabs div.filter-container:before, div.video-gallery-tabs div.filter-container:after {
  content: "";
  display: table;
}
/* line 67, ../src/sass/_mixins.scss */
div.video-gallery-tabs div.filter-container:after {
  clear: both;
}
/* line 67, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.sort {
  float: left;
  width: 200px;
}
/* line 71, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.sort + div.filter {
  padding-left: 20px;
}
/* line 77, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.seasons {
  float: right;
  width: 200px;
}
/* line 83, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.filter {
  float: left;
  line-height: 27px;
  margin-top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
}
/* line 90, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.filter a {
  color: #fff;
  margin-left: 10px;
  text-decoration: underline;
}
/* line 95, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.filter a + a {
  padding-left: 10px;
  border-left: 1px solid #555;
}
/* line 100, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.filter a.is-selected {
  color: #ffd800;
}
/* line 107, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search {
  position: absolute;
  width: 200px;
  top: 1px;
  right: 30px;
}
/* line 114, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search a.icon {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
/* line 125, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search input {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  border: 1px solid #7f7f7f;
  padding: 5px 10px;
  background: #262626;
  display: block;
  width: 100%;
  border-radius: 0;
}
/* line 136, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search input:focus {
  outline: none;
  border-color: #ccc;
}
/* line 144, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search-results {
  width: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  background: #262626;
  white-space: nowrap;
  display: none;
  border: 1px solid #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 158, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search-result a {
  color: #ccc;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 162, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search-result a:hover {
  color: #fff;
}
/* line 167, ../src/modules/video-gallery-tabs/desktop/module.scss */
div.video-gallery-tabs div.search-result a {
  padding: 5px 5px 5px 10px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

/* line 3, ../src/modules/video-list/desktop/module.scss */
section.video-list.video-list-all-shows {
  padding-top: 30px;
}
/* line 7, ../src/modules/video-list/desktop/module.scss */
section.video-list h1.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "DIN-Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 0 20px;
}
/* line 15, ../src/modules/video-list/desktop/module.scss */
section.video-list div.row + div.row {
  margin-top: 10px;
}
/* line 20, ../src/modules/video-list/desktop/module.scss */
section.video-list .one-up h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
/* line 26, ../src/modules/video-list/desktop/module.scss */
section.video-list p.load-more {
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 30, ../src/modules/video-list/desktop/module.scss */
section.video-list p.load-more a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  background: #141414;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 40, ../src/modules/video-list/desktop/module.scss */
section.video-list p.load-more a:hover {
  background: #000000;
}

/* line 6, ../src/modules/video-player/module.scss */
div.video-wrapper.is-disabled div.social {
  opacity: 0;
}
/* line 12, ../src/modules/video-player/module.scss */
div.video-wrapper div.social {
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 17, ../src/modules/video-player/module.scss */
div.video-wrapper p.auth-push-img {
  background-image: url("../img/pushup/tablet-video-auth.jpg");
  background-image: "../img/pushup/tablet-video-auth.jpg";
  height: 427px;
  width: 757px;
}

/* UTILITIES
-----------------------------------*/
/* line 3, ../src/modules/video-player/helper.scss */
.float-left {
  float: left;
}

/* line 6, ../src/modules/video-player/helper.scss */
.float-right {
  float: right;
}

/* line 9, ../src/modules/video-player/helper.scss */
.inline-block {
  display: inline-block;
}

/* line 12, ../src/modules/video-player/helper.scss */
.hide {
  display: none;
}

/* line 15, ../src/modules/video-player/helper.scss */
.center-txt {
  text-align: center !important;
}

/* line 19, ../src/modules/video-player/helper.scss */
.center {
  margin: 0 auto;
}

/* line 23, ../src/modules/video-player/helper.scss */
.zero-margin {
  margin: 0;
}

/* line 27, ../src/modules/video-player/helper.scss */
.center-block {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 35, ../src/modules/video-player/helper.scss */
.clearfix {
  clear: both;
}

/* line 31, ../src/modules/video-player/module.scss */
#ngc_player_wrapper {
  position: relative;
  color: #ffd800;
}
/* line 35, ../src/modules/video-player/module.scss */
#ngc_player_wrapper #player {
  background: #000000;
  height: 426px;
  width: 100%;
  /* overriding base.scss table and td css for player canvas buttons to look properly */
}
/* line 40, ../src/modules/video-player/module.scss */
#ngc_player_wrapper #player table {
  margin: 0;
}
/* line 43, ../src/modules/video-player/module.scss */
#ngc_player_wrapper #player table td {
  border: none;
  padding: 0px;
}
/* line 52, ../src/modules/video-player/module.scss */
#ngc_player_wrapper #mvpd-top-logo {
  position: absolute;
  top: -60px;
  right: 0;
}

/* line 59, ../src/modules/video-player/module.scss */
.mvpd-logo-img {
  vertical-align: middle;
}

/* hide everything, but step 0 */
/* line 2, ../src/modules/video-player/auth-video/step0.scss */
#unsupported, #step2, #step1, #step1 .modal_interior.no_flash, #step3, #login_true, #logout_modal, #wait, #authenticate, #mvpd_login_wrapper, #not-authorized, #not-authorized .content-wrap, #return-visitor {
  display: none;
}

/* line 6, ../src/modules/video-player/auth-video/step0.scss */
.player-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 372px;
  width: 757px;
}

/* line 15, ../src/modules/video-player/auth-video/step0.scss */
.full-width-auth .player-width {
  left: 15%;
}

/* line 21, ../src/modules/video-player/auth-video/step0.scss */
.modal_box {
  background-color: black;
  width: 757px;
  height: 426px;
  z-index: 10;
}

/* line 29, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior {
  display: table-cell;
  vertical-align: middle;
  height: 426px;
  width: 757px;
  margin: 0 auto;
}
/* line 37, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior .logo-container {
  padding-left: 20px;
}
/* line 41, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior h1.bold_txt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffd800;
  padding: 0 100px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
/* line 49, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior p.small_txt {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 54, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior .bottom-buffer {
  padding-bottom: 12px;
}
/* line 60, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior .content-wrap.ngc, .modal_interior .content-wrap.ngw {
  padding-left: 20px;
}
/* line 64, ../src/modules/video-player/auth-video/step0.scss */
.modal_interior .content-wrap a {
  border-color: #f7f7f7;
  color: #ffffff;
  height: 30px;
  margin: 20px auto 0 auto;
  width: 100px;
}

/* line 3, ../src/modules/video-player/auth-video/step1.scss */
#step1 .video-auth-btn {
  cursor: pointer;
  height: 37px;
  width: 200px;
}
/* line 8, ../src/modules/video-player/auth-video/step1.scss */
#step1 .padlock {
  font-size: 30px;
}
/* line 14, ../src/modules/video-player/auth-video/step1.scss */
#step1 .modal_interior.no_flash a.get-flash {
  color: #292929;
}
/* line 17, ../src/modules/video-player/auth-video/step1.scss */
#step1 .modal_interior.no_flash a.get-flash:hover {
  text-decoration: none;
}

/* line 1, ../src/modules/video-player/auth-video/step2.scss */
#step2 {
  /*step2 txt*/
  /*alphabet list list*/
  /*horizontal alphabet list css*/
  /*picker wrap*/
  /* Scrollbar */
  /* player scroll css */
  /*error toast message css*/
}
/* line 3, ../src/modules/video-player/auth-video/step2.scss */
#step2 #step2_text {
  margin: 10px 20px 0px 10px;
  overflow: hidden;
}
/* line 7, ../src/modules/video-player/auth-video/step2.scss */
#step2 #step2_text p {
  text-align: left;
}
/* line 11, ../src/modules/video-player/auth-video/step2.scss */
#step2 #step2_text #mvpd-icons {
  position: relative;
  /* Search expand input */
}
/* line 2, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons #mvpd-search-expand {
  vertical-align: top;
}
/* line 3, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons #mvpd-search-expand input[type=search] {
  font-size: 16px;
  background: #000 url("../img/video-player/search-icon.png") no-repeat 4px center;
  border: none;
  padding: 3px 0px 5px 3px;
  width: 30px;
  border-radius: 10em;
  cursor: pointer;
  transition: all .5s;
  outline: none;
  /* margin-top: -10px; */
  -webkit-box-sizing: content-box;
}
/* line 16, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons #mvpd-search-expand input[type=search]:hover {
  background-color: #ffffff;
}
/* line 20, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons #mvpd-search-expand input[type=search]:focus {
  border: solid 1px #ffd800;
  cursor: text;
  width: 100px;
  padding-left: 32px;
}
/* line 31, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons .typeahead,
#step2 #step2_text #mvpd-icons .tt-query {
  color: #ffd800;
}
/* line 36, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons .tt-suggestion {
  padding: 10px 20px;
  line-height: 24px;
  border-bottom: 1px solid #636363;
  color: #ffd800;
}
/* line 42, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons .tt-dropdown-menu {
  width: 300px;
  max-height: 200px;
  max-width: 180px;
  padding: 10px 0;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow-y: scroll;
}
/* line 53, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons .tt-suggestion p {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 57, ../src/modules/video-player/picker/search-expand.scss */
#step2 #step2_text #mvpd-icons .tt-hint {
  display: none;
}
/* line 16, ../src/modules/video-player/auth-video/step2.scss */
#step2 #step2_text #mvpd-icons .divider {
  content: " | ";
  color: #ffd800;
  font-size: 25px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 5px;
}
/* line 1, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav {
  list-style: none;
  padding-left: 0;
}
/* line 5, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li {
  list-style: none;
  line-height: 30px;
  position: relative;
}
/* line 10, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li a {
  font-size: 24px;
  cursor: pointer;
  color: #ffd800;
}
/* line 16, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li ul {
  background: #262626;
  list-style: none;
  position: absolute;
  left: -99999px;
  top: 22px;
  z-index: 1000000;
}
/* line 24, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li ul li {
  list-style: none;
  padding-top: 1px;
  float: none;
}
/* line 29, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li ul li a {
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}
/* line 40, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li:hover ul {
  left: -185px;
  padding: 10px;
}
/* line 43, ../src/modules/video-player/picker/info-dropdown.scss */
#step2 #step2_text #mvpd-icons #nav li:hover ul li a:hover {
  background: #333;
}
/* line 33, ../src/modules/video-player/auth-video/step2.scss */
#step2 .alphabetList {
  text-align: center;
  list-style: none;
  padding: 0 0 10px 0;
}
/* line 38, ../src/modules/video-player/auth-video/step2.scss */
#step2 .alphabetList li {
  display: inline;
  margin-right: 1px;
  margin-left: 0px;
}
/* line 43, ../src/modules/video-player/auth-video/step2.scss */
#step2 .alphabetList li a {
  cursor: pointer;
  padding: 3px 6px;
  color: #d7d7d7;
  background: #262626;
}
/* line 49, ../src/modules/video-player/auth-video/step2.scss */
#step2 .alphabetList li a:hover {
  color: #ffd800;
  text-decoration: none;
}
/* line 54, ../src/modules/video-player/auth-video/step2.scss */
#step2 .alphabetList li a.disabled {
  color: #a2a2a2;
}
/* line 66, ../src/modules/video-player/auth-video/step2.scss */
#step2 .scrollbar {
  position: absolute;
  right: 0px;
  width: 10px;
  height: 390px;
  /* width of scrollbar increased for ipad*/
}
/* line 79, ../src/sass/_mixins.scss */
html.browser-ipad #step2 .scrollbar {
  right: 0;
  width: 20px;
}
/* line 77, ../src/modules/video-player/auth-video/step2.scss */
#step2 .scrollbar .handle {
  background: #ffd800;
  cursor: pointer;
}
/* line 80, ../src/modules/video-player/auth-video/step2.scss */
#step2 .scrollbar .handle .mousearea {
  position: absolute;
  top: 0;
  left: -10px;
  width: 22px;
}
/* line 91, ../src/modules/video-player/auth-video/step2.scss */
#step2 .player-frame {
  width: 100%;
  height: 410px;
}
/* line 96, ../src/modules/video-player/auth-video/step2.scss */
#step2 .player-scrollbar {
  right: 10px;
  height: 410px;
}
/* line 100, ../src/modules/video-player/auth-video/step2.scss */
#step2 .player-scrollbar .handle {
  height: 60px;
}
/* line 112, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box {
  color: #666;
  background: #fcfcfc;
  text-align: left;
}
/* line 116, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dl {
  overflow: hidden;
  padding: 24px 0 0 0;
  margin: 0;
  position: relative;
}
/* line 122, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dd {
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  padding: 10px 0 10px 12px;
  border-top: 1px solid #CCC;
}
/* line 129, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dd:first-of-type {
  border-top: none;
}
/* line 133, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dd .icon-chevron-right {
  position: absolute;
  top: 35px;
  right: 30px;
}
/* line 139, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dt, #step2 #provider_logos_box .fakeHeader {
  color: #666;
  font-size: 18px;
  margin: 0;
  padding: 2px 0 0 12px;
  position: absolute;
  width: 100%;
}
/* line 147, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dt.hidden, #step2 #provider_logos_box .fakeHeader.hidden {
  visibility: hidden;
}
/* line 151, ../src/modules/video-player/auth-video/step2.scss */
#step2 #provider_logos_box dt {
  bottom: auto;
  min-height: 1px;
  margin: 0;
  top: -4px;
  width: 100%;
  background: #cccccc;
}
/* line 163, ../src/modules/video-player/auth-video/step2.scss */
#step2 .error-mvpdname {
  display: none;
}
/* line 167, ../src/modules/video-player/auth-video/step2.scss */
#step2 .error-mvpdname {
  width: 500px;
  height: 60px;
  border: 1px solid #ffd800;
  background: black;
  border-radius: 20px;
  color: #ffd800;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 200px;
  z-index: 1000;
  margin-left: -250px;
}

/* line 1, ../src/modules/video-player/auth-video/modal.scss */
.player-modal {
  position: absolute;
  z-index: 9999;
  top: 66px;
  left: 20%;
  width: 513px;
  padding: 30px;
}
/* line 9, ../src/modules/video-player/auth-video/modal.scss */
.player-modal#logout_modal {
  top: 140px;
  left: 10%;
}
/* line 14, ../src/modules/video-player/auth-video/modal.scss */
.player-modal.large {
  width: 710px;
}
/* line 17, ../src/modules/video-player/auth-video/modal.scss */
.player-modal.large .content {
  height: 650px;
  position: relative;
}
/* line 23, ../src/modules/video-player/auth-video/modal.scss */
.player-modal.large .content #waiting img {
  position: absolute;
  top: 10%;
  left: 50%;
}
/* line 28, ../src/modules/video-player/auth-video/modal.scss */
.player-modal.large .content #waiting p {
  margin-top: 60px;
  padding-top: 20px;
}
/* line 37, ../src/modules/video-player/auth-video/modal.scss */
.player-modal #mvpddiv {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -275px;
  z-index: 10;
}

/* line 1, ../src/modules/video-player/auth-video/episode.scss */
.episode-img {
  position: relative;
  background: black;
}
/* line 5, ../src/modules/video-player/auth-video/episode.scss */
.episode-img.episode-auth-img {
  opacity: 0.2;
}
/* line 9, ../src/modules/video-player/auth-video/episode.scss */
.episode-img.episode-nonauth-img {
  opacity: 1;
}

/* line 18, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .video-wrapper p.auth-push-img {
  display: none;
}
/* line 22, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .video-wrapper p.auth-push-img {
  background-image: url("../img/pushup/tablet-episode-auth.jpg");
  background-image: "../img/pushup/tablet-episode-auth.jpg";
  height: 641px;
  width: 1140px;
}
/* line 29, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth #ngc_player_wrapper #player {
  background: transparent;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 38, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .modal_box {
  height: 400px;
}
/* line 42, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .modal_interior {
  height: 400px;
}
/* line 46, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .player-width, .episode-auth #unsupported {
  left: 17%;
  top: 110px;
}
/* line 51, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth #unsupported {
  position: absolute;
}
/* line 57, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth #step2 .player-frame {
  height: 310px;
}
/* line 61, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth #step2 .player-scrollbar {
  height: 310px;
}
/* line 67, ../src/modules/video-player/auth-video/episode.scss */
.episode-auth .player-modal {
  left: 20%;
}

/* line 70, ../src/modules/video-player/module.scss */
.auth-video .social {
  display: none !important;
  z-index: -5 !important;
}

/* line 77, ../src/modules/video-player/module.scss */
.authenticated .social {
  display: block !important;
  z-index: 5 !important;
}

/* line 69, ../src/sass/_desktop.scss */
div.page-container {
  padding-top: 65px;
  width: 1200px;
}
/* line 75, ../src/sass/_desktop.scss */
div.article-body {
  padding: 30px 50px;
}
