@charset "UTF-8";
/*
                                                ,,            ,,                          ,,
 .M"""bgd mm                                    db          `7MM        mm         mm   `7MM                                    OO OO OO
,MI    "Y MM                                                  MM        MM         MM     MM                                    88 88 88
`MMb.   mmMMmm ,pW"Wq.`7MMpdMAo.     `7Mb,od8 `7MM  .P"Ybmmm  MMpMMMb.mmMMmm     mmMMmm   MMpMMMb.  .gP"Ya `7Mb,od8 .gP"Ya      || || ||
  `YMMNq. MM  6W'   `Wb MM   `Wb       MM' "'   MM :MI  I8    MM    MM  MM         MM     MM    MM ,M'   Yb  MM' "',M'   Yb     || || ||
.     `MM MM  8M     M8 MM    M8       MM       MM  WmmmP"    MM    MM  MM         MM     MM    MM 8M""""""  MM    8M""""""     `' `' `'
Mb     dM MM  YA.   ,A9 MM   ,AP       MM       MM 8M         MM    MM  MM         MM     MM    MM YM.    ,  MM    YM.    ,     ,, ,, ,,
P"Ybmmd"  `Mbmo`Ybmd9'  MMbmmd'      .JMML.   .JMML.YMMMMMb .JMML  JMML.`Mbmo      `Mbmo.JMML  JMML.`Mbmmd'.JMML.   `Mbmmd'     db db db
                        MM                         6'     dP
                      .JMML.                       Ybmmmd'


!! DO NOT EDIT .css FILES DIRECTLY - ONLY USE THE .scss FILES !!

!! Read the CSS coding standards and supplimentary documentation before making any edits.

*/
.sr-only,
.element-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only.focusable:active, .sr-only.focusable:focus,
.element-invisible.focusable:active,
.element-invisible.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Cinetype Lite';
  src: url("../../fonts/syfywire/GT-Cinetype-Syfy-Light.woff") format("woff"), url("../../fonts/syfywire/GT-Cinetype-Syfy-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Cinetype Reg';
  src: url("../../fonts/syfywire/GT-Cinetype-Syfy-Regular.woff") format("woff"), url("../../fonts/syfywire/GT-Cinetype-Syfy-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Cinetype Bold';
  src: url("../../fonts/syfywire/GT-Cinetype-Syfy-Bold.woff") format("woff"), url("../../fonts/syfywire/GT-Cinetype-Syfy-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'SYFYHero Reg';
  src: url("../../fonts/syfywire/SYFY_Hero-Regular.woff") format("woff"), url("../../fonts/syfywire/SYFY_Hero-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'SYFYHero Em';
  src: url("../../fonts/syfywire/SYFY_Hero-Italic.woff") format("woff"), url("../../fonts/syfywire/SYFY_Hero-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'SYFYSidekick Reg';
  src: url("../../fonts/syfywire/SYFY_Sidekick-Regular.woff") format("woff"), url("../../fonts/syfywire/SYFY_Sidekick-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'SYFYSidekick Em';
  src: url("../../fonts/syfywire/SYFY_Sidekick-Italic.woff") format("woff"), url("../../fonts/syfywire/SYFY_Sidekick-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: icons;
  src: url("../../fonts/icons/icomoon.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.woff2") format("woff2"), url("../../fonts/icons/icomoon.woff") format("woff"), url("../../fonts/icons/icomoon.ttf") format("truetype"), url("../../fonts/icons/icomoon.svg#icomoon") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-moz-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@-o-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes throb-opacity {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@-moz-keyframes throb-opacity {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@-o-keyframes throb-opacity {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes throb-opacity {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

a,
.link, .link-beta, .link-gamma, .link-delta, .link-twitter, .link-fb, .link-gplus, .link-ui, form a, form.is-content-form a,
.is-content-form form a, .card--tweet a, .card--tweet .card__list a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

h1 {
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 1px 1em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1;
}

@media (min-width: 690px) {
  h1 {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 1;
  }
}

.is-content h1 {
  display: inline;
  background-size: 1px 1em;
  -webkit-box-shadow: inset 0 -11.104px #fff, inset 0 -15.52px #e1ff00;
  box-shadow: inset 0 -11.104px #fff, inset 0 -15.52px #e1ff00;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding-bottom: 10px;
}

.is-content h1 + * {
  margin-top: 16px;
}

.l-media h1 {
  display: inline;
  background-size: 1px 1em;
  -webkit-box-shadow: inset 0 -11.104px #333, inset 0 -15.52px #e1ff00;
  box-shadow: inset 0 -11.104px #333, inset 0 -15.52px #e1ff00;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding-bottom: 10px;
}

.l-media h1 + * {
  margin-top: 16px;
}

h2 {
  font-family: "SYFYSidekick Reg", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
}

body {
  font-family: "Cinetype Reg", Helvetica, Arial, sans-serif;
  font-weight: normal;
  direction: ltr;
  background: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

body.cke_editable {
  background: #fff;
  color: #666;
}

html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr {
  margin: 0 0 1.41175em;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 1px 1em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1;
}

@media (min-width: 690px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 44px;
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (min-width: 690px) {
  h1, .h1 {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 1;
  }
}

.l-wrap > h1, .l-wrap > .h1 {
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 18px;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

@media (min-width: 1025px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.33333;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

ul ul {
  margin: 0;
}

ol ol {
  margin: 0;
}

blockquote,
.blockquote {
  border-left: 2px solid #575651;
  color: #767676;
  font-style: italic;
  margin: 0 0 1.41175em;
  padding: 0 0 0 16px;
}

cite,
.cite {
  font-style: normal;
}

.pullquote {
  font-size: 20px;
  font-size: 1.25em;
  border: 0;
  color: #575651;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 32px;
}

hr,
.hr {
  background: #e2e2df;
  border: none;
  height: 1px;
}

iframe {
  border: 0;
}

strong, b {
  font-weight: bold;
}

a,
.link {
  color: #000;
  text-decoration: none;
}

a:hover,
.link:hover {
  color: #000;
  text-decoration: underline;
}

a:focus,
.link:focus {
  color: #e1ff00;
  text-decoration: underline;
}

a:active,
.link:active {
  color: #575651;
}

h2 a, h2
.link {
  color: #fff;
}

h2 a:hover, h2 a:focus, h2 a:active, h2
.link:hover, h2
.link:focus, h2
.link:active {
  color: #fff;
}

p a, p
.link {
  color: #fff;
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

p a:hover, p
.link:hover {
  color: #e1ff00;
}

.link-beta {
  color: #444;
  text-decoration: none;
}

.link-beta:hover {
  color: #000;
}

.link-beta:focus {
  color: #e1ff00;
}

.link-beta:active {
  color: #444;
}

.link-gamma {
  color: #888;
  text-decoration: none;
}

.link-gamma:hover {
  color: #000;
  text-decoration: none;
}

.link-gamma:focus {
  color: #000;
  text-decoration: none;
}

.link-gamma:active {
  color: #000;
}

.link-delta {
  color: #888;
  text-decoration: none;
}

.link-delta:hover {
  color: #fff;
  text-decoration: none;
}

.link-delta:focus {
  color: #fff;
  text-decoration: none;
}

.link-delta:active {
  color: #000;
}

.link-twitter {
  color: #888;
  text-decoration: none;
}

.link-twitter:hover {
  color: #55acee;
  text-decoration: none;
}

.link-twitter:focus {
  color: #55acee;
  text-decoration: none;
}

.link-twitter:active {
  color: #000;
}

.link-fb {
  color: #888;
  text-decoration: none;
}

.link-fb:hover {
  color: #3b5998;
  text-decoration: none;
}

.link-fb:focus {
  color: #3b5998;
  text-decoration: none;
}

.link-fb:active {
  color: #000;
}

.link-gplus {
  color: #888;
  text-decoration: none;
}

.link-gplus:hover {
  color: #dd4b39;
  text-decoration: none;
}

.link-gplus:focus {
  color: #dd4b39;
  text-decoration: none;
}

.link-gplus:active {
  color: #000;
}

.link-ui {
  -webkit-box-shadow: 0 2px 0 0 transparent;
  box-shadow: 0 2px 0 0 transparent;
  color: #888;
  text-decoration: none;
}

.link-ui:hover, .link-ui:focus, .link-ui.is-active {
  -webkit-box-shadow: 0 2px 0 0 #e1ff00;
  box-shadow: 0 2px 0 0 #e1ff00;
  color: #FFF;
  text-decoration: none;
}

.link-ui:active {
  color: #FFF;
}

form, .form-item, .form-sub > .form-sub__item,
.form-sub > .form-item, .password-strength, .password-confirm {
  margin: 0 0 16px;
}

input.input-xs[type='text'], input.input-xs[type='password'], input.input-xs[type='email'], input.input-xs[type='search'], input.input-xs[type='url'], input.input-xs[type='tel'], input.input-xs[type='number'], textarea.input-xs, .copy form input[type='text'].input-xs,
.copy form input[type='password'].input-xs,
.copy form input[type='email'].input-xs,
.copy form input[type='search'].input-xs,
.copy form input[type='url'].input-xs,
.copy form input[type='tel'].input-xs,
.copy form input[type='number'].input-xs,
.input-xs {
  max-width: 150px;
}

input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='url'], input[type='tel'], input[type='number'], textarea {
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 1em;
  padding: 8px;
  width: 100%;
}

form:not([data-js-form-hide-hints]) input[type='text']:invalid, form:not([data-js-form-hide-hints]) input[type='password']:invalid, form:not([data-js-form-hide-hints]) input[type='email']:invalid, form:not([data-js-form-hide-hints]) input[type='search']:invalid, form:not([data-js-form-hide-hints]) input[type='url']:invalid, form:not([data-js-form-hide-hints]) input[type='tel']:invalid, form:not([data-js-form-hide-hints]) input[type='number']:invalid, form:not([data-js-form-hide-hints]) textarea:invalid {
  border-color: #c12828;
  -webkit-box-shadow: inset 0px 0px 0px 1px #c12828;
  box-shadow: inset 0px 0px 0px 1px #c12828;
  background-color: #fdeff1;
}

input[type='text']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #686868;
}

input[type='text']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #686868;
}

input[type='text']::placeholder, input[type='password']::placeholder, input[type='email']::placeholder, input[type='search']::placeholder, input[type='url']::placeholder, input[type='tel']::placeholder, input[type='number']::placeholder, textarea::placeholder {
  color: #686868;
}

input[type='text']:hover::-webkit-input-placeholder, input[type='password']:hover::-webkit-input-placeholder, input[type='email']:hover::-webkit-input-placeholder, input[type='search']:hover::-webkit-input-placeholder, input[type='url']:hover::-webkit-input-placeholder, input[type='tel']:hover::-webkit-input-placeholder, input[type='number']:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #000;
}

input[type='text']:hover:-ms-input-placeholder, input[type='password']:hover:-ms-input-placeholder, input[type='email']:hover:-ms-input-placeholder, input[type='search']:hover:-ms-input-placeholder, input[type='url']:hover:-ms-input-placeholder, input[type='tel']:hover:-ms-input-placeholder, input[type='number']:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
  color: #000;
}

input[type='text']:hover::placeholder, input[type='password']:hover::placeholder, input[type='email']:hover::placeholder, input[type='search']:hover::placeholder, input[type='url']:hover::placeholder, input[type='tel']:hover::placeholder, input[type='number']:hover::placeholder, textarea:hover::placeholder {
  color: #000;
}

input[type='submit'] {
  font-family: "Cinetype Reg", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
  margin: 0 0 8px;
}

form {
  color: #fff;
}

form a {
  color: #e1ff00;
  text-decoration: none;
  font-weight: bold;
}

form a:hover, form a:focus {
  color: #e1ff00;
  text-decoration: underline;
}

form a:active {
  color: #000;
}

form p {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 1.41175em;
}

form small {
  margin: 1.41175em 0 0;
  line-height: 1.2;
  display: inline-block;
}

form.is-content-form,
.is-content-form form {
  background: #fff;
  color: #333;
}

form.is-content-form a,
.is-content-form form a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

form.is-content-form a:hover, form.is-content-form a:focus,
.is-content-form form a:hover,
.is-content-form form a:focus {
  color: #333;
  text-decoration: underline;
}

form.is-content-form a:active,
.is-content-form form a:active {
  color: #000;
}

form.is-content-form input[type='submit'],
.is-content-form form input[type='submit'] {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

form.is-content-form input[type='submit']:hover,
.is-content-form form input[type='submit']:hover {
  color: #000;
  border: 1px solid black;
}

.form-item > label {
  display: inline-block;
  margin: 0 0 4px;
  cursor: pointer;
}

.form-type-radio {
  margin: 0;
}

.form-type-radio > label {
  margin: 4px 0;
}

.form-type-radio.form-item {
  margin: 0 0 8px;
}

.form-type-checkbox,
.form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-type-checkbox.form-item,
.form-type-radio.form-item {
  margin: 0 0 8px;
}

.form-type-checkbox > input,
.form-type-radio > input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 8px 0 0;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  top: 1px;
  position: relative;
}

.form-type-checkbox > label,
.form-type-radio > label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline;
  margin: 0 0 0 4px;
}

form:not([data-js-form-hide-hints]) .form-type-checkbox > input:invalid + label, form:not([data-js-form-hide-hints])
.form-type-radio > input:invalid + label {
  border-left: 2px solid #c12828;
  padding-left: 9px;
}

form:not([data-js-form-hide-hints]) .form-type-checkbox > input:invalid + label sup,
form:not([data-js-form-hide-hints]) .form-type-checkbox > input:invalid + label span.required, form:not([data-js-form-hide-hints])
.form-type-radio > input:invalid + label sup,
form:not([data-js-form-hide-hints])
.form-type-radio > input:invalid + label span.required {
  font-weight: bold;
  color: #c12828;
}

.form-item.small .form-type-checkbox label,
.form-item.small .form-type-radio label {
  line-height: 1.5;
}

.form-item.small .form-type-checkbox input,
.form-item.small .form-type-radio input {
  top: 2px;
}

.description {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.form-actions {
  margin: 16px 0 0;
}

.captcha {
  margin: 16px 0;
}

.newsletter-block-form .captcha {
  display: inline-block;
}

.form-sub {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  margin-top: -8px;
}

.form-sub:before, .form-sub:after {
  content: "\20";
  display: table;
}

.form-sub:after {
  clear: both;
}

.form-sub > .form-sub__item,
.form-sub > .form-item {
  float: left;
  max-width: 50%;
}

.form-sub > .form-sub__item:nth-of-type(2n),
.form-sub > .form-item:nth-of-type(2n) {
  float: right;
}

.form-reg .field-widget-options-onoff {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
}

.form-reg .field-widget-options-onoff .form-item {
  margin: 0;
}

.container-inline-date .date-padding {
  padding: 0;
  margin: 0 0 16px;
}

@media (min-width: 480px) {
  .form-cols .form-item {
    float: left;
    width: 50%;
  }
  .form-cols .form-item:nth-of-type(odd) {
    clear: both;
  }
}

.form-tog {
  margin: 0;
}

.form-tog .form-item {
  margin: 0;
}

.form-tog [data-tog-item="true"] {
  display: none;
}

.form-tog .form-type-checkboxes label {
  margin: 0 8px 0 0;
}

.form-tog .form-checkboxes {
  position: relative;
}

.form-tog .form-checkboxes > label {
  margin-right: 8px;
  display: inline-block;
}

.form-tog .form-type-checkbox {
  display: inline-block;
  vertical-align: middle;
}

.form-tog .form-type-checkbox label {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: center;
}

.form-tog .form-type-checkbox input:checked + label .form-tog__switch {
  margin-left: 0;
}

.form-tog__switch {
  margin-left: -100%;
  display: block;
  width: 200%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form-tog__switch:before, .form-tog__switch:after {
  float: left;
  display: block;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-tog__switch:before {
  background: #575651;
  color: #fff;
  content: attr(data-tog-on);
}

.form-tog__switch:after {
  background: #000;
  color: #fff;
  content: attr(data-tog-off);
}

label:hover .form-tog__switch:after {
  background: #151515;
  color: #fff;
}

img {
  display: inline-block;
  height: auto;
  /*
	// Made all the images pixelated
	// Can particularly see this happening on UC logo
	// & play button images
	// Was added to see if it resolved the hover scale image blurry states
	image-rendering: -moz-crisp-edges;
  	image-rendering: -o-crisp-edges;
  	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
  	-ms-interpolation-mode: nearest-neighbor;
  	*/
  max-width: 100%;
  vertical-align: middle;
}

a img {
  border: 0;
}

.site-wrapper.is-overlay, .site-wrapper.is-focus .site,
.site-wrapper.is-focus .site-footer, .mfp-ready ~ .site-wrapper {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.l-header {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.l-header:before, .l-header:after {
  content: "\20";
  display: table;
}

.l-header:after {
  clear: both;
}

.l-site {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding: 0 16px;
}

.l-site:before, .l-site:after {
  content: "\20";
  display: table;
}

.l-site:after {
  clear: both;
}

.l-site.site {
  padding-top: 16px;
}

.is-content .l-site.site {
  padding: 0;
}

.l-list {
  margin: 0 auto;
  max-width: 1400px;
  padding: 16px;
  position: relative;
}

.l-list:before, .l-list:after {
  content: "\20";
  display: table;
}

.l-list:after {
  clear: both;
}

@media (min-width: 1024px) {
  .l-list {
    padding: 16px 0 16px 16px;
  }
}

.l-head {
  padding: 16px 0 0;
}

.l-head > h1 {
  display: inline-block;
}

.l-head h1 {
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 1px 1em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1;
  font-size: 34px;
  font-size: 2.125em;
  line-height: 1.41176;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px;
  margin: 0;
  background: #e1ff00;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

@media (min-width: 690px) {
  .l-head h1 {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 1;
  }
}

@media (min-width: 690px) {
  .l-head h1 {
    font-size: 34px;
    font-size: 2.125em;
    line-height: 1;
  }
}

@media (min-width: 1025px) {
  .l-head h1 {
    font-size: 55px;
    font-size: 3.4375em;
    line-height: 1;
  }
}

.l-head__bn {
  float: right;
}

.l-head__sub {
  margin: 0 0 16px;
}

@media (min-width: 480px) {
  .l-head__sub {
    margin: 0 0 16px 16px;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .l-main {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
  }
}

.l-content {
  padding: 16px 16px 0;
}

@media (min-width: 1024px) {
  .l-content {
    padding: 16px 0 0;
  }
}

@media (min-width: 690px) {
  .is-media .l-main {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 800px) {
  .is-media .l-main {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .is-media .l-main {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 16px;
  }
}

.is-content .l-head {
  padding: 16px 16px 0;
}

@media (min-width: 1024px) {
  .is-content .l-head {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
  }
}

.is-content .l-main {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .is-content .l-main {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1280px) {
  .is-content .l-main {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

.is-content .l-copy {
  padding: 16px;
}

@media (min-width: 1280px) {
  .is-content .l-copy {
    width: 87.5%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    padding: 16px 0 0;
  }
}

.is-content .l-side {
  padding-top: 16px;
}

.is-content .l-side .ad-box {
  width: 100%;
}

@media (min-width: 1024px) {
  .is-content .l-side {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    padding-top: 32px;
  }
}

@media (min-width: 1280px) {
  .is-content .l-side {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 66.66667%;
    clear: none;
    padding-right: 16px;
  }
}

.is-content .copy__head {
  padding-bottom: 16px;
}

.is-content .copy {
  font-family: "Cinetype Lite", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.is-content .copy p a,
.is-content .copy .copy__text li a,
.is-content .copy form a {
  background-image: -webkit-linear-gradient(transparent 13px, #e1ff00 0);
  background-image: linear-gradient(transparent 13px, #e1ff00 0);
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.is-content .copy p a:hover,
.is-content .copy .copy__text li a:hover,
.is-content .copy form a:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(transparent 13px, #e4e4e4 0);
  background-image: linear-gradient(transparent 13px, #e4e4e4 0);
}

.is-content .copy .bn,
.is-content .copy input[type="submit"] {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.is-content .copy .bn:hover,
.is-content .copy input[type="submit"]:hover {
  color: #000;
  border: 1px solid black;
}

.is-content .teaser__copy p a {
  background-image: -webkit-linear-gradient(transparent 13px, #e1ff00 0);
  background-image: linear-gradient(transparent 13px, #e1ff00 0);
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.is-content .teaser__copy p a:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(transparent 13px, #e4e4e4 0);
  background-image: linear-gradient(transparent 13px, #e4e4e4 0);
}

.is-content .bn-text {
  background-image: -webkit-linear-gradient(transparent 13px, #e1ff00 0);
  background-image: linear-gradient(transparent 13px, #e1ff00 0);
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.is-content .bn-text:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(transparent 13px, #e4e4e4 0);
  background-image: linear-gradient(transparent 13px, #e4e4e4 0);
}

.is-content .bn-text:hover {
  color: #000;
}

.is-hub .l-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

.is-standalone .site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.is-standalone .l-site.site {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.is-standalone .site-bar {
  min-height: 56px;
  -webkit-transition: min-height 300ms ease-in-out;
  transition: min-height 300ms ease-in-out;
}

html.js .is-standalone.is-hero-bar .site-bar {
  min-height: 61px;
}

@media (max-width: 1400px) {
  .is-standalone .site-mob__logo {
    padding: 20px 0;
  }
}

.is-standalone .l-main.main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0;
  background: transparent;
  width: 83.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 8.33333%;
  clear: none;
  padding-right: 16px;
}

.is-standalone .l-copy h1 {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .is-standalone .l-copy h1 {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.is-standalone .l-copy .copy {
  padding-left: 0;
}

.circle {
  border-radius: 100%;
}

.eq {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.eq__item {
  display: table-cell;
  padding: 0 8px;
}

.site-nav__more > a:after, .site-sub__prev:before,
.site-sub__next:before,
.bn--more:after, .bn-text--comment:before, .addtocal:after, .card-cover__overlay__close:before, .navi a:after, .ui--fave:before, .ui--watch:before, .ui--check:before, .is-active.ui--info:before, .is-active.ui--comment:before, .is-active.ui--share:before, .ui--info:before, .ui--comment:before, .ui--share:before, .ui--share-roll:before,
[class^="icon-"],
[class*=" icon-"] {
  font-family: icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-sub__prev:before,
.site-sub__next:before, .bn-text--comment:before, .card-cover__overlay__close:before, .ui--fave:before, .ui--watch:before, .ui--check:before, .is-active.ui--info:before, .is-active.ui--comment:before, .is-active.ui--share:before, .ui--info:before, .ui--comment:before, .ui--share:before, .ui--share-roll:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  vertical-align: middle;
}

.bn--more.is-loading:after,
.bn--more.progress-disabled:after,
.icon-spin {
  -webkit-animation: icon-spin 1.5s infinite linear;
  animation: icon-spin 1.5s infinite linear;
  display: inline-block;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.icon-x2 {
  font-size: 2em;
}

.icon-comment-outline:before {
  content: "\e618";
}

.icon-cog:before {
  content: "\e61b";
}

.icon-time-circle:before {
  content: "\e619";
}

.icon-timelapse:before {
  content: "\e61a";
}

.icon-comment:before {
  content: "\e60a";
}

.icon-close:before {
  content: "\e617";
}

.icon-chevron-right:before, .site-sub__next:before {
  content: "\e615";
}

.icon-chevron-left:before, .site-sub__prev:before {
  content: "\e616";
}

.icon-checked-circle:before {
  content: "\e613";
}

.icon-outline-circle:before {
  content: "\e614";
}

.icon-expand-less:before {
  content: "\e611";
}

.icon-expand-more:before {
  content: "\e612";
}

.icon-play:before {
  content: "\e610";
}

.icon-usage:before {
  content: "\e60f";
}

.icon-info:before {
  content: "\e601";
}

.icon-add:before {
  content: "\e800";
}

.icon-play-circle:before {
  content: "\e605";
}

.icon-arrow-dropup:before {
  content: "\e606";
}

.icon-arrow-dropdown:before, .site-nav__more > a:after {
  content: "\e607";
}

.icon-share:before {
  content: "\e608";
}

.icon-user-circle:before {
  content: "\e609";
}

.icon-star:before {
  content: "\e60b";
}

.icon-star-outline:before {
  content: "\e60c";
}

.icon-time:before {
  content: "\e60d";
}

.icon-user:before {
  content: "\e60e";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-cal-date:before {
  content: "\e600";
}

.icon-search:before {
  content: "\e603";
}

.icon-cal:before {
  content: "\e604";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-heart:before {
  content: "\e9da";
}

.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline > li {
  margin: 0 16px 16px 0;
}

.inline > li {
  display: inline-block;
  vertical-align: middle;
}

.inline > li:nth-last-of-type(1) {
  margin: 0 0 16px;
}

.inline--x2 > li {
  margin: 0 32px 16px 0;
}

.jcbx-glry-classic {
  background-color: #333 !important;
}

.juicebox-container {
  clear: both;
}

.ui-tabs-hide {
  display: none;
}

.site-banner {
  text-align: center;
}

.site-banner .dfp-tag-wrapper > .dfp-tag-wrapper {
  padding: 16px 0;
}

.site-header {
  position: relative;
  z-index: 399;
}

@media (max-width: 1023px) {
  .site-header {
    padding-top: 60px;
  }
  body.is-sb .site-header {
    padding-top: 133px;
  }
  body.is-subnav .site-header {
    padding-top: 105px;
  }
  body.is-subnav.is-sb .site-header {
    padding-top: 178px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    padding-top: 89px;
  }
}

@media (min-width: 1024px) {
  body.is-sb .site-header {
    padding-top: 162px;
  }
}

@media (min-width: 1024px) {
  body.is-subnav .site-header {
    padding-top: 152px;
  }
  body.is-subnav .site-header.is-active {
    padding-top: 208px;
  }
}

@media (min-width: 1024px) {
  body.is-hero-bar .site-header {
    padding-top: 94px;
  }
}

@media (min-width: 1024px) {
  body.is-subnav.is-sb .site-header {
    padding-top: 225px;
  }
}

@media (min-width: 1024px) {
  body.is-hero-bar.is-sb .site-header {
    padding-top: 167px;
  }
}

@media (min-width: 1024px) {
  html.js body.is-hero .site-header,
  html.js body.is-default .site-header {
    padding-top: 33px;
  }
}

html.js.no-mq body.is-hero .site-header,
html.js.no-mq body.is-default .site-header {
  padding-top: 33px;
}

.site-header__flair {
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
}

.site-header__flair > img {
  height: 100%;
}

.site-bar {
  border-bottom: 1px solid rgba(87, 86, 81, 0.5);
  background: #000;
  position: relative;
}

.is-hero .site-bar {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .site-bar {
    position: fixed;
    top: 33px;
    width: 100%;
    z-index: 499;
  }
  html.js body.is-hero .site-bar {
    background: transparent;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body.is-sb .site-bar {
    top: 106px;
  }
}

@media (min-width: 1024px) {
  body.is-subnav .site-bar {
    top: -56px;
  }
  body.is-subnav .site-bar.is-active {
    top: 33px;
  }
  body.is-subnav .site-bar.is-active:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body.is-subnav.is-sb .site-bar.is-active {
    top: 106px;
  }
}

html.js.no-mq body.is-hero .site-bar {
  background: transparent;
  width: 100%;
}

.site-bar__logo {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.site-bar__logo > a {
  display: inline-block;
}

@media (max-width: 1023px) {
  .site-bar__logo {
    display: none;
  }
}

.site-bar__util {
  float: right;
  padding-right: 8px;
  max-width: 40%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 3;
}

@media (max-width: 1023px) {
  .site-bar__util {
    display: none;
  }
}

@media (min-width: 1024px) {
  html.js body.is-hero-bar .site-bar__util {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

html.js.no-mq body.is-hero-bar .site-bar__util {
  padding-bottom: 8px;
  padding-top: 8px;
}

.site-bar__link {
  color: #e1ff00;
  text-decoration: none;
  display: inline-block;
  padding: 10px 8px 0;
}

.site-bar__link:hover, .site-bar__link:focus, .site-bar__link.is-active, .site-bar__link.is-active-trail {
  color: #888;
  text-decoration: none;
}

.site-bar__link [class^="icon-"],
.site-bar__link [class*=" icon-"] {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
}

body.is-hero .site-bar:before {
  background-image: -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 112px;
  z-index: 1;
}

.site-logo {
  position: relative;
}

.site-logo > img {
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

.site-logo--util {
  display: inline-block;
  vertical-align: text-bottom;
}

.site-logo--util > img {
  height: 20px;
}

.site-logo--bar {
  padding: 9px 0 0;
  padding: 16px 0;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}

.site-logo--bar > img {
  height: 20px;
}

html.js body.is-hero .site-logo--bar > img {
  height: 24px;
}

@media (min-width: 1024px) {
  html.js body.is-hero-bar .site-logo--bar > img {
    height: 24px;
  }
}

.is-hero-bar .site-logo--bar {
  padding: 16px 0;
}

html.js.no-mq body.is-hero-bar .site-logo--bar > img {
  height: 24px;
}

.site-logo--mast > img {
  height: 40px;
  width: 100%;
}

.site-logo--mob > img {
  height: 24px;
}

@media (max-width: 690px) {
  body.is-microsite .site-logo--mob > img {
    height: 20px;
  }
}

@media (min-width: 690px) and (max-width: 1024px) {
  body.is-microsite .site-logo--mob > img {
    height: 30px;
  }
}

.site-logo--foot > img {
  height: 24px;
}

.site-logo--foot > img {
  color: #fff;
}

.site-mast {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1023px) {
  .site-mast {
    top: 58px;
  }
  body.is-sb .site-mast {
    top: 131px;
  }
}

@media (min-width: 1024px) {
  .site-mast {
    top: 33px;
    z-index: 399;
  }
  .site-mast:before {
    background: #000;
    content: "";
    left: 0;
    height: 59.5px;
    position: absolute;
    top: -59.5px;
    width: 100%;
  }
  .site-mast.is-active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 89px;
  }
}

@media (min-width: 1024px) {
  body.is-sb .site-mast {
    top: 106px;
  }
  body.is-sb .site-mast.is-active {
    top: 162px;
  }
}

.site-mast__logo {
  font-size: 34px;
  font-size: 2.125em;
  line-height: 1.4;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 1px 1em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1;
  display: block;
  margin: 9px 16px 4px;
  text-align: center;
}

@media (min-width: 690px) {
  .site-mast__logo {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 1;
  }
}

.site-mast__logo > a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .site-mast__logo {
    display: none;
  }
}

.site-mob__opt, .site-mob__logo, .site-mob__opt:hover, .site-mob__logo:hover, .site-mob__opt:focus, .site-mob__logo:focus {
  color: #fff;
  text-decoration: none;
}

.site-mob {
  background: #000;
  display: table;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 399;
}

body.is-sb .site-mob {
  top: 73px;
}

@media (min-width: 1024px) {
  .site-mob {
    display: none;
  }
}

.site-mob__opt {
  display: inline-block;
  padding: 20px 16px 13px;
}

.site-mob__opt [class^="icon-"],
.site-mob__opt [class*=" icon-"] {
  font-size: 20px;
  font-size: 1.25em;
}

.site-mob__logo {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
}

.site-mob__logo > img {
  display: initial;
}

@media (min-width: 690px) {
  .site-mob__logo {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.4;
  }
}

.site-mob__item {
  display: table-cell;
  padding: 2px 8px 0;
  text-align: center;
  vertical-align: middle;
}

.site-mob__item--opt {
  padding: 0;
  text-align: initial;
  width: 52px;
}

.site-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  z-index: 3;
}

html.js .site-nav {
  opacity: 0;
}

html.js .site-nav.is-flexed {
  opacity: 1;
}

.panel--mob.is-active .site-nav {
  opacity: 1;
}

.site-nav a {
  color: #e1ff00;
  text-decoration: none;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  display: block;
  padding: 8px 16px;
}

.site-nav a:hover, .site-nav a:focus, .site-nav a.is-active, .site-nav a.is-active-trail {
  color: #888;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .site-nav {
    margin: 12px 0;
  }
}

@media (min-width: 479px) {
  .site-nav {
    margin: 6px 0;
    overflow: auto;
  }
  .site-nav li {
    float: left;
  }
  .site-nav li.site-nav__more > a:after {
    line-height: 14px;
    vertical-align: middle;
  }
  .site-nav li.site-nav__more > a:hover {
    text-decoration: none;
  }
  .site-nav a {
    padding: 10px 16px;
  }
}

@media (min-width: 1024px) {
  .site-nav {
    float: left;
    margin: 0;
    overflow: inherit;
    width: 40%;
  }
  .site-nav a {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.5;
    color: #888;
    text-decoration: none;
    padding: 16px 8px;
  }
  .site-nav a:hover, .site-nav a:focus, .site-nav a.is-active, .site-nav a.is-active-trail {
    color: #e1ff00;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  html.js body.is-hero .site-nav a {
    color: #FFF;
    text-decoration: none;
  }
  html.js body.is-hero .site-nav a:hover, html.js body.is-hero .site-nav a:focus, html.js body.is-hero .site-nav a.is-active, html.js body.is-hero .site-nav a.is-active-trail {
    color: #888;
    text-decoration: none;
  }
  html.js body.is-hero-bar .site-nav a {
    padding-bottom: 16px;
    padding-top: 20px;
  }
  html.js body.is-subnav .site-nav {
    height: 56px;
    opacity: 0;
    overflow: hidden;
  }
  html.js body.is-subnav .site-nav.is-flexed {
    opacity: 1;
    overflow: visible;
  }
}

.site-nav a {
  color: #e1ff00;
}

@media (min-width: 1024px) {
  .site-nav a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    font-size: 0.75em;
    line-height: 2;
  }
  .site-nav a:hover {
    text-decoration: underline;
  }
}

html.js body.is-hero .site-nav a:hover {
  background-color: transparent;
}

html.js.no-mq body.is-hero .site-nav a {
  color: #FFF;
  text-decoration: none;
}

html.js.no-mq body.is-hero .site-nav a:hover, html.js.no-mq body.is-hero .site-nav a:focus, html.js.no-mq body.is-hero .site-nav a.is-active, html.js.no-mq body.is-hero .site-nav a.is-active-trail {
  color: #888;
  text-decoration: none;
}

html.js.no-mq body.is-hero-bar .site-nav a {
  padding-bottom: 16px;
  padding-top: 20px;
}

html.js.no-mq body.is-subnav .site-nav {
  height: 56px;
  opacity: 0;
  overflow: hidden;
}

html.js.no-mq body.is-subnav .site-nav.is-flexed {
  opacity: 1;
  overflow: visible;
}

.site-nav__more > a:after {
  font-size: 24px;
  vertical-align: bottom;
}

body.is-hero .site-nav__more.is-active > a {
  background: #575651;
  color: #FFF;
}

body.is-hero .site-nav__more > a {
  -webkit-transition: none;
  transition: none;
}

body.is-hero .site-nav__more > a:hover {
  background: #575651;
  color: #FFF;
}

.site-nav__more > a:after {
  line-height: 14px;
  vertical-align: middle;
}

.site-nav__more > a:hover {
  text-decoration: none;
}

.site-nav__popup {
  background: #575651;
  border-radius: 0 0 2px 2px;
  list-style: none;
  margin: -1px 0 0;
  padding: 0;
  width: 200px;
}

.site-nav__popup > li {
  float: none;
}

.site-nav__popup a {
  display: block;
  padding: 8px 16px;
}

@media (min-width: 1024px) {
  html.js body.is-hero-bar .site-nav__popup a {
    padding: 8px 16px;
  }
}

.site-nav__popup a {
  font-family: "SYFYSidekick Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
}

.site-nav__popup a:after {
  bottom: 25%;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

.site-nav__popup a:hover {
  color: #fff;
}

.site-nav__popup a:hover:after {
  background-color: #fff;
}

html.js body.is-hero .site-nav__popup a {
  color: #fff;
}

html.js body.is-hero .site-nav__popup a:hover {
  color: #fff;
}

.site-sub {
  clear: both;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.site-sub__list,
.site-sub__tabs {
  list-style: none;
  margin: 0;
  overflow: auto;
}

.site-sub .facetapi-facetapi-links,
.site-sub__list {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  padding: 0 8px;
  white-space: nowrap;
}

.site-sub .facetapi-facetapi-links > li,
.site-sub__list > li {
  display: inline-block;
}

.site-sub .facetapi-facetapi-links > li.is-disabled,
.site-sub__list > li.is-disabled {
  display: none;
}

.site-sub .facetapi-facetapi-links a,
.site-sub__list a {
  color: #888;
  text-decoration: none;
  display: block;
  padding: 10px 8px;
}

.site-sub .facetapi-facetapi-links a:hover, .site-sub .facetapi-facetapi-links a:focus, .site-sub .facetapi-facetapi-links a.is-active, .site-sub .facetapi-facetapi-links a.is-active-trail,
.site-sub__list a:hover,
.site-sub__list a:focus,
.site-sub__list a.is-active,
.site-sub__list a.is-active-trail {
  color: #e1ff00;
  text-decoration: none;
}

@media (max-width: 689px) {
  .site-sub .facetapi-facetapi-links,
  .site-sub__list {
    font-size: 14px;
    font-size: 0.875em;
    line-height: 1.71429;
  }
}

@media (max-width: 1023px) {
  .site-sub .facetapi-facetapi-links a,
  .site-sub__list a {
    padding-bottom: 30px;
  }
}

.site-sub .facetapi-facetapi-links a:hover,
.site-sub__list a:hover {
  text-decoration: underline;
}

.site-sub__tabs > li {
  display: inline-block;
}

.site-sub__tabs a {
  display: block;
}

@media (min-width: 690px) {
  .site-sub__tabs {
    display: table;
    width: 100%;
  }
  .site-sub__tabs > li {
    display: table-cell;
    text-align: center;
    width: 1%;
  }
}

.site-sub__prev,
.site-sub__next {
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
}

.site-sub__prev:before,
.site-sub__next:before {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  left: 0;
  opacity: .5;
  margin-top: -13px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.site-sub__prev:hover:before,
.site-sub__next:hover:before {
  opacity: 1;
}

.site-sub__prev {
  left: 0;
  background-image: -owg-linear-gradient(to right, black, black, transparent);
  background-image: -webkit-linear-gradient(to right, black, black, transparent);
  background-image: -moz-linear-gradient(to right, black, black, transparent);
  background-image: -o-linear-gradient(to right, black, black, transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), to(transparent));
  background-image: -webkit-linear-gradient(left, black, black, transparent);
  background-image: linear-gradient(to right, black, black, transparent);
}

.site-sub__next {
  right: 0;
  background-image: -owg-linear-gradient(to right, transparent, black, black);
  background-image: -webkit-linear-gradient(to right, transparent, black, black);
  background-image: -moz-linear-gradient(to right, transparent, black, black);
  background-image: -o-linear-gradient(to right, transparent, black, black);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(black), to(black));
  background-image: -webkit-linear-gradient(left, transparent, black, black);
  background-image: linear-gradient(to right, transparent, black, black);
}

.site-util {
  background: #000;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .site-util {
    height: 33px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 599;
  }
}

@media (min-width: 1024px) {
  body.is-sb .site-util {
    top: 73px;
  }
}

.site-util__utils {
  float: right;
  padding-right: 8px;
}

.site-util__sub {
  float: left;
  margin-left: 8px;
}

.site-util__sub > a {
  display: inline-block;
  padding: 3px 8px 5px 4px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .site-util__sub {
    display: none;
  }
}

.site-util__sub > .site-util__link {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  display: none;
  padding: 10px 8px 6px;
}

.site-util__sub > .site-util__link [class^="icon-"],
.site-util__sub > .site-util__link [class*=" icon-"] {
  font-size: 16px;
  opacity: 1;
  vertical-align: baseline;
}

.site-util__sub > .site-util__link .navicon {
  opacity: 1;
}

.site-util__sub > .site-util__link:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.site-util__sub > .site-util__link:hover [class^="icon-"],
.site-util__sub > .site-util__link:hover [class*=" icon-"] {
  opacity: 1;
}

.site-util__sub > .site-util__link:hover .navicon {
  opacity: 1;
}

.site-util__sub > .site-util__link.site-util__loginlink {
  color: #fff;
}

.site-util__sub > .site-util__link.site-util__loginlink:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.site-util__sub > .site-util__link.site-util__loginlink:hover [class^="icon-"],
.site-util__sub > .site-util__link.site-util__loginlink:hover [class*="icon-"] {
  opacity: 1;
}

.site-util__sub > .site-util__link.site-util__loginlink:hover .navicon {
  opacity: 1;
}

body.is-subnav .site-util__sub > .site-util__link {
  display: inline-block;
}

.site-footer {
  background: #333;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: -1px;
  padding: 16px 0;
  position: relative;
  z-index: 0;
}

.site-footer hr {
  background: rgba(255, 255, 255, 0.1);
  clear: both;
  margin: 16px 0;
}

.site-footer a {
  color: #fff;
}

.site-footer .site-footer__title--social {
  margin-bottom: 0;
}

.site-footer .site-footer__list--social > li {
  margin: 0 0 0 0;
}

.site-footer .site-footer__list--social a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}

.site-footer .site-footer__list--social a [class^="icon-"],
.site-footer .site-footer__list--social a [class*=" icon-"] {
  font-size: 16px;
  opacity: 1;
  vertical-align: baseline;
}

.site-footer .site-footer__list--social a .navicon {
  opacity: 1;
}

.site-footer .site-footer__list--social a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.site-footer .site-footer__list--social a:hover [class^="icon-"],
.site-footer .site-footer__list--social a:hover [class*=" icon-"] {
  opacity: 1;
}

.site-footer .site-footer__list--social a:hover .navicon {
  opacity: 1;
}

.site-footer .site-footer__list--social a.site-util__loginlink {
  color: #fff;
}

.site-footer .site-footer__list--social a.site-util__loginlink:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.site-footer .site-footer__list--social a.site-util__loginlink:hover [class^="icon-"],
.site-footer .site-footer__list--social a.site-util__loginlink:hover [class*="icon-"] {
  opacity: 1;
}

.site-footer .site-footer__list--social a.site-util__loginlink:hover .navicon {
  opacity: 1;
}

.site-footer__title {
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.33333;
  font-weight: normal;
  font-size: 44px;
  font-size: 2.75em;
  line-height: 1.09091;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline #767676;
}

.site-footer__title a {
  -webkit-text-decoration-color: #767676;
  text-decoration-color: #767676;
}

.site-footer__title--social {
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.33333;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 32px;
}

.site-footer__list {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.3;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.site-footer__list > li {
  margin: 16px 0;
}

.site-footer__list > li > a {
  display: block;
}

.site-footer__list--social {
  line-height: 1.3;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-footer__list--social > li {
  margin: 0 16px 0 0;
}

.site-footer__list--social > li:nth-last-of-type(1) {
  margin-right: 0;
}

.site-footer__list--social > li > a {
  display: block;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.site-footer__sub {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  text-align: center;
}

.site-footer__links {
  margin-bottom: 8px;
}

.site-footer__links a {
  margin: 0 4px;
  padding: 5px;
}

.site-footer__m-header {
  margin-bottom: 16px;
}

@media (min-width: 690px) {
  .site-footer__m-header {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .site-footer__m-header {
    width: 16.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 690px) {
  .site-footer__m-social {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    text-align: right;
  }
}

.site-footer__m-social hr {
  display: block;
}

@media (min-width: 690px) {
  .site-footer__m-main {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .site-footer__m-main {
    width: 16.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

.site-footer__m-shows .site-footer__list {
  display: none;
}

@media (min-width: 690px) {
  .site-footer__m-shows {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .site-footer__m-shows .site-footer__list {
    float: left;
    display: block;
    margin-top: -16px;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .site-footer__m-shows {
    width: 41.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 16px;
  }
}

.site-footer__m-movies .site-footer__list {
  display: none;
}

@media (min-width: 690px) {
  .site-footer__m-movies {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
    clear: both;
  }
  .site-footer__m-movies .site-footer__list {
    display: block;
  }
}

@media (min-width: 1024px) {
  .site-footer__m-movies {
    width: 16.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 58.33333%;
    clear: none;
    padding-right: 16px;
  }
}

.site-footer__m-extra hr {
  display: none;
}

@media (min-width: 690px) {
  .site-footer__m-extra {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .site-footer__m-extra .site-footer__m-extra__list {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .site-footer__m-extra {
    float: right;
    width: 16.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .site-footer__m-extra .site-footer__m-extra__list {
    float: none;
    width: 100%;
  }
  .site-footer__m-extra hr {
    display: block;
  }
}

.site-footer__link-partner {
  display: inline-block;
  height: 36px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 44px;
}

.site-footer__link-partner.site-footer__link-partner-entertainweb {
  width: 98px;
  background-image: url("../../images/entertainweb.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .site-footer__link-partner.site-footer__link-partner-entertainweb {
    background-image: url("../../images/entertainweb@2x.png");
    background-size: 98px 36px;
  }
}

.copy {
  padding: 0;
}

@media (min-width: 1280px) {
  .copy {
    padding: 0 16px 16px 32px;
  }
}

.copy__media {
  background: #eee;
  text-align: center;
}

.copy__body {
  position: relative;
}

.copy__body iframe {
  max-width: 100%;
}

.copy__text {
  max-width: 700px;
}

.copy__desc {
  margin-bottom: 1.41175em;
}

.copy__head {
  margin-bottom: 16px;
  margin-bottom: 0;
}

@media (min-width: 690px) {
  .copy__head {
    display: table;
    width: 100%;
  }
  .copy__head > * {
    display: table-cell;
    vertical-align: middle;
  }
}

.copy__head .bn-text span {
  color: #e1ff00;
}

.copy__head .bn-text:hover span {
  text-decoration: underline;
}

.copy__pop {
  margin: 0 0 16px;
}

.copy__pop .card__play__item > img {
  width: 54px;
}

@media (min-width: 480px) {
  .copy__pop .card__play__item > img {
    width: 78px;
  }
}

@media (min-width: 1280px) {
  .copy__pop {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 690px) {
  .copy__bn {
    text-align: right;
  }
}

.copy__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copy__list > li {
  margin: 0 8px 16px 0;
}

.copy__list > li {
  display: inline-block;
  vertical-align: middle;
}

.copy__list > li:nth-last-of-type(1) {
  margin: 0 0 16px;
}

@media (min-width: 690px) {
  .copy__list {
    float: right;
    margin-left: 32px;
  }
}

.copy form input[type='text'],
.copy form input[type='password'],
.copy form input[type='email'],
.copy form input[type='search'],
.copy form input[type='url'],
.copy form input[type='tel'],
.copy form input[type='number'], .copy .form-sub,
.copy .description,
.copy .password-strength {
  max-width: 450px;
}

.copy form input[type='text'],
.copy form input[type='password'],
.copy form input[type='email'],
.copy form input[type='search'],
.copy form input[type='url'],
.copy form input[type='tel'],
.copy form input[type='number'] {
  display: inherit;
}

.copy__body .fluid-width-video-wrapper {
  margin-bottom: 16px;
}

.is-content {
  background: #000;
}

.is-content .site {
  background: #000;
}

.is-content .main {
  background: #fff;
  color: #000;
}

.is-content .side {
  background: #000;
  color: #444;
}

.is-disabled {
  color: #767676;
}

.is-video {
  position: relative;
}

.is-video-loading,
.is-video-loaded {
  position: absolute !important;
  top: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  width: 100%;
  z-index: 5;
}

.is-video-loaded {
  opacity: 0;
  z-index: -1;
}

.flag {
  font-size: 12px;
  font-size: 0.75em;
  background: #e1ff00;
  color: #000;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  padding: 6px 10px;
  text-transform: uppercase;
}

.flag {
  text-transform: none;
  font-weight: normal;
}

.card__main__flags .flag {
  margin: 0 8px 0 0;
  padding: 0;
}

.strip-competition-hub .flag {
  margin-right: 8px;
  left: 0;
  position: absolute;
  z-index: 5;
  top: 0;
}

.flag + .flag {
  margin-top: 4px;
}

.flag--beta {
  background: #e1ff00;
  color: #000;
}

.flag--gamma {
  background: #333;
  color: #fff;
}

.flag--delta {
  background: #333;
  color: #fff;
}

.flag--epsilon {
  background: #e1ff00;
  color: #000;
}

.flag--zeta {
  background: #e1ff00;
  color: #000;
}

.flag--eta {
  background: transparent;
  color: #fff;
}

.flag--theta {
  line-height: 1.8;
  padding: 0 4px;
}

.flag--black-white {
  color: #000;
  background: #fff;
}

.flag--white-black {
  color: #fff;
  background: #000;
}

.flag--relative {
  position: relative;
  right: auto;
  top: 8px;
  left: 8px;
}

@media (min-width: 1024px) {
  .flag--relative {
    top: 16px;
    left: 16px;
  }
}

.flag--x2 {
  font-size: 14px;
  font-size: 0.875em;
}

html.js .bar {
  background: #fff;
  height: 5px;
  position: relative;
  width: 100%;
  z-index: 5;
}

html.js .bar__value {
  background: #e1ff00;
  height: 100%;
  position: relative;
  width: 0;
  -webkit-transition: width 900ms ease-in-out;
  transition: width 900ms ease-in-out;
}

.bar__flag {
  right: 0;
  bottom: 100%;
  position: absolute;
  visibility: hidden;
}

.bar__flag.is-active {
  visibility: visible;
}

.bar__flag.is-start {
  left: 0;
  right: auto;
}

input[type='submit'], .agree-button,
.hide-popup-button,
.bn {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 6px 1.41175em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 6px 1.41175em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type='submit'], .agree-button,
.hide-popup-button, input[type='submit']:hover, .agree-button:hover,
.hide-popup-button:hover, input[type='submit']:focus, .agree-button:focus,
.hide-popup-button:focus, input[type='submit']:active, .agree-button:active,
.hide-popup-button:active,
.bn,
.bn:hover,
.bn:focus,
.bn:active {
  color: #fff;
  text-decoration: none;
}

input[type='submit']:hover, .agree-button:hover,
.hide-popup-button:hover, input[type='submit']:focus, .agree-button:focus,
.hide-popup-button:focus,
.bn:hover,
.bn:focus {
  background: transparent;
  border-color: #fff;
}

.bn__wrap {
  clear: both;
  margin: 16px 0;
  text-align: center;
}

.bn--beta {
  background: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.bn--beta,
.bn--beta:hover,
.bn--beta:focus,
.bn--beta:active {
  color: #fff;
  text-decoration: none;
}

.bn--beta:hover,
.bn--beta:focus {
  background: transparent;
  border-color: #fff;
}

.bn--gamma {
  background: transparent;
  border: 1px solid #000;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.bn--gamma, .bn--gamma:hover, .bn--gamma:focus, .bn--gamma:active {
  color: #fff;
  text-decoration: none;
}

.bn--gamma:hover, .bn--gamma:focus {
  background: #fff;
  background: transparent;
  border-color: #fff;
}

.bn--block {
  display: block;
  text-align: center;
  display: block;
  text-align: center;
}

.bn--long {
  padding-left: 48px;
  padding-right: 48px;
}

.bn--more:after {
  margin: 0 0 0 4px;
  content: "\e602";
}

.bn--more.is-loading:after,
.bn--more.progress-disabled:after {
  content: "\e60f";
}

.bn--twitter {
  background: #55acee;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bn--twitter, .bn--twitter:hover, .bn--twitter:focus, .bn--twitter:active {
  color: #fff;
  text-decoration: none;
}

.bn--twitter:hover, .bn--twitter:focus {
  background: #000;
  border-color: #fff;
}

.bn--facebook {
  background: #3b5998;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bn--facebook, .bn--facebook:hover, .bn--facebook:focus, .bn--facebook:active {
  color: #fff;
  text-decoration: none;
}

.bn--facebook:hover, .bn--facebook:focus {
  background: #000;
  border-color: #fff;
}

.bn--instragram {
  background: #3f729b;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bn--instragram, .bn--instragram:hover, .bn--instragram:focus, .bn--instragram:active {
  color: #fff;
  text-decoration: none;
}

.bn--instragram:hover, .bn--instragram:focus {
  background: #000;
  border-color: #fff;
}

.bn-back {
  margin-right: 8px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  font-size: 22px;
  opacity: .7;
  padding: 8px 8px 2px;
}

.bn-back, .bn-back:hover, .bn-back:focus, .bn-back:active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.bn-back:hover, .bn-back:focus, .bn-back:active {
  opacity: 1;
}

.bn-text {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 6px 1.41175em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  letter-spacing: 0.1em;
  padding: 0;
}

.copy__head .bn-text {
  white-space: nowrap;
}

.bn-text {
  color: #e1ff00;
  text-decoration: none;
}

.bn-text:before,
.bn-text [class^="icon-"],
.bn-text [class*=" icon-"] {
  color: #e1ff00;
}

.bn-text:hover, .bn-text:focus, .bn-text:active {
  color: #e1ff00;
  text-decoration: none;
}

.bn-text:hover:before,
.bn-text:hover [class^="icon-"],
.bn-text:hover [class*=" icon-"], .bn-text:focus:before,
.bn-text:focus [class^="icon-"],
.bn-text:focus [class*=" icon-"], .bn-text:active:before,
.bn-text:active [class^="icon-"],
.bn-text:active [class*=" icon-"] {
  color: #e1ff00;
}

.copy__head .bn-text {
  color: #575651;
}

.copy__head .bn-text:before,
.copy__head .bn-text [class^="icon-"],
.copy__head .bn-text [class*=" icon-"] {
  color: #575651;
}

.copy__head .bn-text:hover {
  color: #333;
}

.copy__head .bn-text:hover:before,
.copy__head .bn-text:hover [class^="icon-"],
.copy__head .bn-text:hover [class*=" icon-"] {
  color: #333;
}

.bn-text--beta {
  color: #e1ff00;
}

.bn-text--beta:before,
.bn-text--beta [class^="icon-"],
.bn-text--beta [class*="icon-"] {
  color: #e1ff00;
}

.bn-text--beta:hover, .bn-text--beta:focus, .bn-text--beta:active {
  color: #e1ff00;
}

.bn-text--beta:hover, .bn-text--beta:hover:before,
.bn-text--beta:hover [class^="icon-"],
.bn-text--beta:hover [class*="icon-"], .bn-text--beta:focus, .bn-text--beta:focus:before,
.bn-text--beta:focus [class^="icon-"],
.bn-text--beta:focus [class*="icon-"], .bn-text--beta:active, .bn-text--beta:active:before,
.bn-text--beta:active [class^="icon-"],
.bn-text--beta:active [class*="icon-"] {
  color: #e1ff00;
}

.bn-text--beta.is-active {
  color: #e1ff00;
}

.bn-text--beta.is-active:before,
.bn-text--beta.is-active [class^="icon-"],
.bn-text--beta.is-active [class*="icon-"] {
  color: #fff;
}

.bn-text--gamma {
  color: #e1ff00;
}

.bn-text--gamma:before,
.bn-text--gamma [class^="icon-"],
.bn-text--gamma [class*="icon-"] {
  color: #e1ff00;
}

.bn-text--gamma:hover, .bn-text--gamma:focus, .bn-text--gamma:active {
  color: #e1ff00;
}

.bn-text--gamma:hover:before,
.bn-text--gamma:hover [class^="icon-"],
.bn-text--gamma:hover [class*="icon-"], .bn-text--gamma:focus:before,
.bn-text--gamma:focus [class^="icon-"],
.bn-text--gamma:focus [class*="icon-"], .bn-text--gamma:active:before,
.bn-text--gamma:active [class^="icon-"],
.bn-text--gamma:active [class*="icon-"] {
  color: #e1ff00;
}

.bn-text--gamma.is-active {
  color: #575651;
}

.bn-text--gamma.is-active:before,
.bn-text--gamma.is-active [class^="icon-"],
.bn-text--gamma.is-active [class*="icon-"] {
  color: #575651;
}

.is-active.bn-text--comment:before {
  content: "\e617";
}

.bn-text--comment:before {
  content: "\e60a";
}

.bn-ui {
  border: 1px solid #e2e2df;
  color: #000;
  cursor: pointer;
  display: inline-block;
  min-height: 48px;
  min-width: 48px;
  padding-top: 13px;
  text-align: center;
  line-height: 1;
}

.bn-ui, .bn-ui:hover, .bn-ui:focus {
  text-decoration: none;
}

.bn-ui:hover, .bn-ui:focus {
  background: #eee;
}

.bn-ui--beta {
  border-color: #444;
  color: #fff;
}

.box {
  clear: both;
  padding: 0 0 32px;
}

.box-title,
.box__title, .box__content {
  padding: 0 16px;
}

.box-title,
.box__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: normal;
  font-weight: normal;
  color: #fff;
  border-bottom: 3px solid #e1ff00;
  display: inline-block;
  padding: 0 0 3px 0;
  margin: 0 0 16px 16px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

.box__content {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}

.box__head-pre {
  left: 0;
  position: absolute;
  top: 0;
}

.cbox {
  padding: 1.41175em 32px;
  text-align: center;
}

.cal-dd {
  display: inline-block;
  position: relative;
}

.cal-dd .date-display-single,
.cal-dd .addtocal_menu {
  display: none;
}

.addtocal {
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
}

.addtocal:after {
  margin-left: 4px;
  content: "\e612";
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: middle;
}

.addtocal_menu {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  background: #575651;
  border-top: 1px solid #575651;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.addtocal_menu > li > a {
  color: #fff;
  border-bottom: 1px solid #575651;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

.addtocal_menu > li > a:hover, .addtocal_menu > li > a:focus {
  color: #fff;
  text-decoration: none;
}

.addtocal_menu > li > a {
  font-family: "SYFYSidekick Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

.card.is-active:before, .card-feed.is-disabled .card:before,
.card.is-disabled:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.card {
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  display: block;
  outline: 0;
  position: relative;
}

@media (max-width: 527px) {
  .card-tile__item .card {
    border-radius: 0;
  }
  .card-tile__item .card .twitter-tweet-rendered {
    background: #fff;
  }
  .card-tile__item .card.card--feed {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.strip-competition-hub .card,
.strip-previous-competitions-hub .card {
  padding-bottom: 16px;
}

.strip-competition-hub .card:before, .strip-competition-hub .card:after,
.strip-previous-competitions-hub .card:before,
.strip-previous-competitions-hub .card:after {
  content: "\20";
  display: table;
}

.strip-competition-hub .card:after,
.strip-previous-competitions-hub .card:after {
  clear: both;
}

.card__link,
a.card {
  color: #fff;
  text-decoration: none;
  display: block;
}

.card__link:hover, .card__link:focus,
a.card:hover,
a.card:focus {
  color: #fff;
  text-decoration: none;
}

.card__link:hover .card__title,
a.card:hover .card__title {
  text-decoration: underline;
}

.card__inner {
  padding: 16px;
}

.card__media {
  overflow: hidden;
  position: relative;
}

.card__media > picture img,
.card__media > img {
  border-radius: 2px 2px 0 0;
  display: block;
  width: 100%;
}

a .card__media > picture img, a
.card__media > img {
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
}

a:hover .card__media > picture img, a:hover
.card__media > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.strip-competition-hub .card__media {
  float: left;
  margin: 0 0 16px 0;
}

@media (min-width: 690px) {
  .strip-competition-hub .card__media {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

.strip-previous-competitions-hub .card__media {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
  padding: 16px;
}

@media (min-width: 690px) {
  .strip-previous-competitions-hub .card__media {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .strip-previous-competitions-hub .card__media {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1280px) {
  .strip-previous-competitions-hub .card__media {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

a:hover .card__media > picture img, a:hover
.card__media > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card__over {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.card__mid {
  display: table;
  height: 100%;
  width: 100%;
}

.card__mid__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

html.js .card__main .card__bar {
  left: 0;
  top: -5px;
  position: absolute;
}

@media (max-width: 690px) {
  html.js .card__main .card__bar {
    display: none;
  }
}

.card > .card__bar,
.card__link > .card__bar {
  float: left;
  clear: both;
  margin: 24px 0 0;
}

@media (min-width: 690px) {
  .card > .card__bar,
  .card__link > .card__bar {
    display: none;
  }
}

.card__flag {
  left: 0;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  z-index: 5;
}

.card__flags {
  right: 0;
  bottom: 8px;
  position: absolute;
  z-index: 3;
}

.card__flags .flag:nth-of-type(1) {
  -webkit-border-top-right-radius: 1px;
  -moz-border-topright-radius: 1px;
  border-top-right-radius: 1px;
}

.card__flags .flag {
  float: right;
  clear: both;
}

.card__flag-foot {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.card__main {
  padding: 8px 16px 16px;
  position: relative;
}

@media (min-width: 1024px) {
  .card__main {
    padding: 16px 16px 22px;
  }
}

.card__main:before, .card__main:after {
  content: "\20";
  display: table;
}

.card__main:after {
  clear: both;
}

.strip-competition-hub .card__main {
  padding: 8px 16px 0;
}

@media (min-width: 690px) {
  .strip-competition-hub .card__main {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

.strip-previous-competitions-hub .card__main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

@media (min-width: 690px) {
  .strip-previous-competitions-hub .card__main {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .strip-previous-competitions-hub .card__main {
    width: 58.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1280px) {
  .strip-previous-competitions-hub .card__main {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

@media (min-width: 690px) {
  .card__main__flag,
  .card__main__flags {
    display: none;
  }
}

.card__main__flag {
  margin: 8px 0 4px;
}

.card__media__over {
  left: 0;
  bottom: -5px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.card-feed__extra {
  padding: 16px;
}

.card-feed__extra:before, .card-feed__extra:after {
  content: "\20";
  display: table;
}

.card-feed__extra:after {
  clear: both;
}

.card__cta {
  padding-top: 8px;
}

.card__cta:before, .card__cta:after {
  content: "\20";
  display: table;
}

.card__cta:after {
  clear: both;
}

.card__title,
.card__sub {
  font-weight: lighter;
}

.card__title {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1024px) {
  .card__title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.card__sub {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  color: #DDD;
  margin: 0;
}

.card__copy {
  margin: 8px 0 0;
}

.card__list a {
  margin-right: 16px;
}

.card__list a:nth-last-of-type(1) {
  margin-right: 0;
}

.card__side {
  margin: 0 0 8px;
}

@media (min-width: 1024px) {
  .card__side {
    float: left;
    margin: 4px 16px 32px -8px;
  }
}

.card__tip {
  left: 8px;
}

@media (min-width: 690px) {
  .card__tip {
    left: 8px;
    color: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    position: absolute;
    z-index: 3;
  }
}

@media (min-width: 1024px) {
  .card__tip {
    left: 24px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .card__tip {
    left: 16px;
    margin-bottom: 8px;
  }
}

.card__tip .tip {
  background-color: #e1ff00;
  color: #575651;
  text-transform: lowercase;
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

html.no-touch .card__show {
  display: none;
}

html.touch .card__hide {
  display: none;
}

.social:hover .card__hide {
  display: none;
}

.social:hover .card__show {
  display: inline-block;
}

.card__sup {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  color: #888;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card__sup > li {
  margin: 0 16px 0 0;
  display: inline-block;
}

.card__sup > li i:before {
  vertical-align: middle;
}

.card__sup > li:nth-last-of-type(1) {
  margin: 0;
}

.card__play {
  display: table;
  height: 100%;
  opacity: 0.75;
  width: 100%;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.card:hover .card__play {
  opacity: 1;
}

.card__play__item {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.card__play__item > img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card--beta {
  background: #151515;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card--beta .card__link:hover, .card--beta .card__link:focus,
a.card--beta:hover,
a.card--beta:focus {
  color: #fff;
  text-decoration: none;
}

.card--gamma {
  color: #fff;
  text-decoration: none;
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 690px) {
  .card--gamma {
    color: #fff;
    text-decoration: none;
  }
  .card--gamma:hover, .card--gamma:focus {
    color: #fff;
    text-decoration: none;
  }
}

.card--gamma:hover, .card--gamma:focus {
  -webkit-box-shadow: 0 0 1px 0 transparent;
  box-shadow: 0 0 1px 0 transparent;
}

.card--gamma .card__sub {
  color: #fff;
}

.card--gamma.card--instagram, .card--gamma.card--tweet {
  background-color: #fff;
}

.card--gamma.card--instagram:hover, .card--gamma.card--tweet:hover {
  color: #767676;
}

.card--gamma .card__link,
a.card--gamma {
  color: #fff;
  text-decoration: none;
}

.card--gamma .card__link:hover, .card--gamma .card__link:focus,
a.card--gamma:hover,
a.card--gamma:focus {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 690px) {
  .card--gamma .card__link,
  a.card--gamma {
    color: #fff;
    text-decoration: none;
  }
  .card--gamma .card__link:hover, .card--gamma .card__link:focus,
  a.card--gamma:hover,
  a.card--gamma:focus {
    color: #fff;
    text-decoration: none;
  }
}

.card--delta {
  color: #FFF;
  text-decoration: none;
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card--delta .link-gamma:hover, .card--delta .link-gamma:focus {
  color: #FFF;
}

.card--delta .card__sub {
  color: #FFF;
}

.card--delta .card__link,
a.card--delta {
  color: #FFF;
  text-decoration: none;
}

.card--delta .card__link:hover, .card--delta .card__link:focus,
a.card--delta:hover,
a.card--delta:focus {
  color: #FFF;
  text-decoration: none;
}

.card--teta {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card--teta .card__link:hover, .card--teta .card__link:focus,
a.card--teta:hover,
a.card--teta:focus {
  text-decoration: none;
}

.card--tweet {
  border: 0;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #767676;
}

.card--tweet a {
  color: #55acee;
  text-decoration: none;
}

.card--tweet a:hover {
  color: #000;
  text-decoration: none;
}

.card--tweet a:focus {
  color: #000;
  text-decoration: none;
}

.card--tweet a:active {
  color: #000;
}

.card--tweet .card__list a {
  color: #767676;
  text-decoration: none;
}

.card--tweet .card__list a:hover {
  color: #000;
}

.card--tweet .card__list a:focus {
  color: #e1ff00;
}

.card--tweet .card__list a:active {
  color: #767676;
}

.card--instagram {
  color: #767676;
}

@media (max-width: 689px) {
  .card--feed {
    padding: 8px 16px 16px;
    background: transparent;
  }
  .card--feed .card__link:before, .card--feed .card__link:after {
    content: "\20";
    display: table;
  }
  .card--feed .card__link:after {
    clear: both;
  }
  .card--feed .card__media,
  .card--feed .card__side {
    margin-top: 8px;
  }
  .card--feed .card__media {
    width: 41.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card--feed .card__media .card__flag,
  .card--feed .card__media .card__flags {
    display: none;
  }
  .card--feed .card__flag {
    display: none;
  }
  .card--feed .card__main {
    width: 58.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
    padding: 0 0 0 16px;
  }
  .card--feed:hover, .card--feed:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 689px) and (min-width: 1024px) {
  .card--feed {
    padding: 16px 16px 22px;
  }
}

@media (max-width: 689px) {
  .card--feed:before, .card--feed:after {
    content: "\20";
    display: table;
  }
  .card--feed:after {
    clear: both;
  }
  .card--feed .card__play__item > img,
  .card-tile__item .card--feed .card__play__item > img {
    width: 34px;
  }
  .card--feed .card-feed__extra {
    display: none;
  }
}

@media (min-width: 690px) {
  .card--grad .card__media:before {
    background-image: -owg-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: 1;
  }
}

@media (min-width: 690px) {
  .card--promo .card__main {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .card--promo .card__main:before {
    background-image: -owg-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .card--promo .card__main .cat {
    display: none;
  }
}

.card--zeta {
  background: #151515;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card__desc {
  color: #fff;
}

.card__sponsor {
  margin: 16px 0;
  color: #fff;
}

.card-edit {
  position: relative;
}

.card-edit__action {
  left: 0;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.card-edit__action:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  z-index: -1;
  border-radius: 2px;
}

html.no-js .card-edit__action,
.card-edit.is-editable .card-edit__action {
  display: block;
}

.card-edit__action .ui {
  float: right;
  margin: 8px 16px;
}

.card-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 689px) {
  .strip--beta .card-feed {
    background: #000;
  }
}

@media (min-width: 690px) {
  .card-feed {
    margin: 0 -16px;
    padding: 0 8px;
  }
  .card-feed .card {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 689px) {
  .card-feed__item {
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card-feed__item:before, .card-feed__item:after {
    content: "\20";
    display: table;
  }
  .card-feed__item:after {
    clear: both;
  }
  .strip--beta .card-feed__item {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .card-feed__item .card__media img {
    border-radius: 2px;
  }
  .card-feed__item .card__play__item > img {
    width: 54px;
  }
  .card-feed__item .card:hover, .card-feed__item .card:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 690px) {
  .card-feed__item {
    float: left;
    margin-bottom: 16px;
    width: 50%;
  }
  .card-feed__item .card__play__item > img {
    width: 34px;
  }
  .card-feed__item:nth-of-type(odd) {
    clear: both;
  }
}

@media (min-width: 690px) and (max-width: 1023px) {
  .card-feed__item .card__link:before, .card-feed__item .card__link:after {
    content: "\20";
    display: table;
  }
  .card-feed__item .card__link:after {
    clear: both;
  }
  .card-feed__item .card__media,
  .card-feed__item .card__side {
    margin-top: 8px;
  }
  .card-feed__item .card__media {
    width: 41.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-feed__item .card__media .card__flag,
  .card-feed__item .card__media .card__flags {
    display: none;
  }
  .card-feed__item .card__flag {
    display: none;
  }
  .card-feed__item .card__main {
    width: 58.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
    padding: 0 0 0 16px;
  }
  .card-feed__item:hover, .card-feed__item:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .card-feed__item .card-feed__extra {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    margin: 8px -8px 0;
    padding: 12px 8px 8px;
  }
  .strip--beta .card-feed__item .card-feed__extra {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .card-feed__item .card__inner {
    padding: 16px 8px 8px;
  }
  .card-feed__item .card {
    padding: 0 8px;
  }
  .card-feed__item .card__media img {
    border-radius: 2px;
  }
}

@media (min-width: 1024px) {
  .card-feed__item {
    width: 25%;
  }
  .card-feed__item .card__play__item > img {
    width: 54px;
  }
  .card-feed__item:nth-of-type(odd) {
    clear: none;
  }
  .card-feed__item:nth-of-type(4n+1) {
    clear: both;
  }
}

.card-grid {
  margin: 0 -4px;
  padding: 0 8px;
}

.card-grid:before, .card-grid:after {
  content: "\20";
  display: table;
}

.card-grid:after {
  clear: both;
}

.card-grid .card {
  margin-left: 4px;
  margin-right: 4px;
}

@media (max-width: 689px) {
  .card-grid .card__flag,
  .card-grid .card__flags {
    display: none;
  }
}

@media (min-width: 690px) {
  .card-grid {
    margin: 0 -16px -16px;
  }
  .card-grid .card {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.card-grid__item {
  width: 50%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  margin-bottom: 8px;
}

.card-grid__item .card__play__item > img {
  width: 34px;
}

.card-grid__item:nth-of-type(2n+1) {
  clear: both;
}

@media (min-width: 690px) {
  .card-grid__item {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-bottom: 16px;
  }
  .card-grid__item:nth-of-type(2n+1) {
    clear: none;
  }
  .card-grid__item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .card-grid__item .card__play__item > img {
    width: 54px;
  }
}

@media (max-width: 689px) {
  .card-grid__page {
    margin: -16px -16px 0;
  }
}

.card-grid--context .card .cat {
  display: none;
}

@media (min-width: 1024px) {
  .card-grid--beta .card-grid__item {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-grid--beta .card-grid__item .card__play__item > img {
    width: 34px;
  }
  .card-grid--beta .card-grid__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .card-grid--gamma .card-grid__item {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-grid--gamma .card-grid__item .card__play__item > img {
    width: 34px;
  }
  .card-grid--gamma .card-grid__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .card-grid--gamma .card-grid__item {
    clear: both;
    width: 100%;
  }
  .card-grid--gamma .card-grid__item .card__play__item > img {
    width: 54px;
  }
}

@media (max-width: 1023px) {
  .card-grid--promo .card-grid__item:nth-of-type(3n+1) {
    clear: none;
  }
  .card-grid--promo .card-grid__item:nth-child(3n) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .card-grid--promo .card-grid__item:nth-of-type(3n+1), .card-grid--promo .card-grid__item:nth-of-type(4n+1) {
    clear: none;
  }
  .card-grid--promo .card-grid__item:nth-child(4), .card-grid--promo .card-grid__item:nth-child(4n+4) {
    clear: both;
  }
}

@media (min-width: 690px) {
  .card-grid--promo .card-grid__item--promo {
    width: 66.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-grid--promo .card-grid__item--promo .card__play__item > img {
    width: 78px;
  }
}

@media (min-width: 1024px) {
  .card-grid--promo .card-grid__item--promo {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}

.card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-list .card__play__item > img {
  width: 34px;
}

@media (max-width: 689px) {
  .card-list .card__link:before, .card-list .card__link:after {
    content: "\20";
    display: table;
  }
  .card-list .card__link:after {
    clear: both;
  }
  .card-list .card__media,
  .card-list .card__side {
    margin-top: 8px;
  }
  .card-list .card__media {
    width: 41.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-list .card__media .card__flag,
  .card-list .card__media .card__flags {
    display: none;
  }
  .card-list .card__flag {
    display: none;
  }
  .card-list .card__main {
    width: 58.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
    padding: 0 0 0 16px;
  }
  .strip--beta .card-list {
    background: #000;
  }
  .card-list .card {
    padding: 8px 16px 16px;
    background: transparent;
  }
}

@media (max-width: 689px) and (min-width: 1024px) {
  .card-list .card {
    padding: 16px 16px 22px;
  }
}

@media (max-width: 689px) {
  .card-list .card:hover, .card-list .card:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 690px) {
  .card-list {
    margin: 0 -16px;
    padding: 0 8px;
  }
  .card-list .card {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 1024px) {
  .card-list .card__play__item > img {
    width: 54px;
  }
}

@media (max-width: 1023px) {
  .card-list .card {
    display: block;
  }
  .card-list .card:before, .card-list .card:after {
    content: "\20";
    display: table;
  }
  .card-list .card:after {
    clear: both;
  }
}

@media (max-width: 689px) {
  .card-list__edge {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 689px) {
  .card-list__item {
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card-list__item:before, .card-list__item:after {
    content: "\20";
    display: table;
  }
  .card-list__item:after {
    clear: both;
  }
  .strip--beta .card-list__item {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .card-list__item .card__media img {
    border-radius: 2px;
  }
}

@media (min-width: 690px) {
  .card-list__item {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-bottom: 16px;
  }
  .card-list__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.card-list__flag-foot {
  display: none;
}

@media (min-width: 690px) {
  .card-list__flag-foot {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    display: inherit;
  }
}

.card-list--context .card .cat {
  display: none;
}

.card-list--contextual .card__context {
  display: none;
}

.card-list--beta .card-list__item:nth-of-type(1) {
  border-top: 0;
}

@media (min-width: 1024px) {
  .card-list--beta .card-list__item {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-list--beta .card-list__item:nth-of-type(3n+1) {
    clear: none;
  }
  .card-list--beta .card-list__item:nth-of-type(4n+1) {
    clear: both;
  }
}

.card-list--gamma .card-list__item:nth-of-type(1) {
  border-top: 0;
}

@media (min-width: 690px) {
  .card-list--gamma .card-list__item {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-list--gamma .card-list__item .card__play__item > img {
    width: 54px;
  }
}

@media (min-width: 56em) {
  .card-list--gamma .card-list__item {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-list--gamma .card-list__item .card__play__item > img {
    width: 34px;
  }
  .card-list--gamma .card-list__item:nth-of-type(3n+1) {
    clear: none;
  }
  .card-list--gamma .card-list__item:nth-of-type(4n+1) {
    clear: both;
  }
}

.card-promo .card__main__flag {
  display: none;
}

@media (max-width: 689px) {
  .card-promo .card__flags {
    display: none;
  }
}

@media (min-width: 690px) {
  .card-promo {
    margin-right: -16px;
  }
}

.card-promo__item .card__play__item > img {
  width: 54px;
}

@media (min-width: 690px) {
  .card-promo__item {
    width: 50%;
    clear: right;
    float: left;
    padding-right: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .card-promo__item .card__play__item > img {
    width: 78px;
  }
}

.card-text .card__flags {
  display: inline-block;
  position: relative;
  right: auto;
  top: 8px;
  left: 8px;
  margin-bottom: 16px;
  left: 16px;
}

.card-text .card__flags .flag {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

.card-text .card__flags .flag:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .card-text .card__flags {
    top: 16px;
    left: 16px;
  }
}

@media (min-width: 690px) {
  .card-text .card__flags {
    left: 48px;
    margin-bottom: 32px;
  }
}

.card-text .card__title {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 690px) {
  .card-text .card__title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .card-text .card__title {
    font-size: 44px;
    font-size: 2.75em;
    line-height: 1.2;
  }
}

.card-text .card__sub {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  color: #DDD;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .card-text .card__sub {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

@media (min-width: 690px) {
  .card-text .card__sub {
    margin-bottom: 32px;
  }
}

.card-text .card__main {
  padding: 8px 16px 16px;
}

@media (min-width: 690px) {
  .card-text .card__main {
    padding: 16px 48px 22px;
  }
}

.card-text .card__description {
  margin-bottom: 16px;
}

@media (min-width: 690px) {
  .card-text .card__description {
    margin-bottom: 48px;
  }
}

.card-text .flag--delta {
  color: #000;
  background: #fff;
}

.card-strip:before, .card-strip:after {
  content: "\20";
  display: table;
}

.card-strip:after {
  clear: both;
}

@media (max-width: 689px) {
  .card-strip .card__link:before, .card-strip .card__link:after {
    content: "\20";
    display: table;
  }
  .card-strip .card__link:after {
    clear: both;
  }
  .card-strip .card__media,
  .card-strip .card__side {
    margin-top: 8px;
  }
  .card-strip .card__media {
    width: 41.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .card-strip .card__media .card__flag,
  .card-strip .card__media .card__flags {
    display: none;
  }
  .card-strip .card__flag {
    display: none;
  }
  .card-strip .card__main {
    width: 58.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
    padding: 0 0 0 16px;
  }
  .strip--beta .card-strip {
    background: #000;
  }
}

@media (min-width: 690px) {
  .card-strip {
    margin-right: -16px;
  }
}

@media (max-width: 689px) {
  .card-strip__item {
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
  }
  .card-strip__item:before, .card-strip__item:after {
    content: "\20";
    display: table;
  }
  .card-strip__item:after {
    clear: both;
  }
  .strip--beta .card-strip__item {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .card-strip__item .card__media img {
    border-radius: 2px;
  }
  .card-strip__item .card__play__item > img {
    width: 34px;
  }
  .card-strip__item .card {
    padding: 8px 16px 16px;
    background: transparent;
  }
}

@media (max-width: 689px) and (min-width: 1024px) {
  .card-strip__item .card {
    padding: 16px 16px 22px;
  }
}

@media (max-width: 689px) {
  .card-strip__item .card:hover, .card-strip__item .card:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 690px) {
  .card-strip__item {
    width: 33.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
  }
  .card-strip__item .card__play__item > img {
    width: 54px;
  }
}

@media (min-width: 690px) {
  .card-strip--3-items .card-strip__item {
    width: 33.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 690px) {
  .card-strip--4-items .card-strip__item {
    width: 50%;
    clear: right;
    float: left;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .card-strip--4-items .card-strip__item:nth-of-type(3n) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .card-strip--4-items .card-strip__item {
    width: 25%;
    clear: right;
    float: left;
    padding-right: 16px;
  }
  .card-strip--4-items .card-strip__item:nth-of-type(3n) {
    clear: none;
  }
}

.card-strip__item .card--delta {
  background: transparent;
}

.card-tile:before, .card-tile:after {
  content: "\20";
  display: table;
}

.card-tile:after {
  clear: both;
}

@media (min-width: 690px) {
  .card-tile {
    margin-left: -11px;
    margin-right: -11px;
  }
}

.card-tile__item {
  width: 100%;
}

.card-tile__item .card__play__item > img {
  width: 54px;
}

@media (min-width: 528px) {
  .card-tile__item {
    float: left;
    margin-bottom: 16px;
    padding: 0 11px;
    width: 50%;
  }
  .card-tile__item:nth-of-type(odd) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .card-tile__item {
    width: 33.333333%;
  }
  .card-tile__item:nth-of-type(odd) {
    clear: none;
  }
  .card-tile__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.cat {
  font-size: 11px;
  font-size: 0.6875em;
  line-height: 1.6;
  color: #888;
  display: inline-block;
  letter-spacing: .05em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.card--gamma .cat {
  color: #767676;
}

.card--delta .cat {
  color: #888;
}

.strip--bg .cat {
  color: #DDD;
}

.cat a {
  color: #fff;
}

.cat a:hover, .cat a:active {
  color: #e1ff00;
}

.is-content .cat,
.is-media .cat {
  display: block;
}

.is-media .cat {
  margin-bottom: 11px;
}

.control {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  height: 54px;
  margin-top: -27px;
  width: 54px;
}

.control--replay,
.control--x2 {
  height: 115px;
  margin-top: -57.5px;
  width: 115px;
}

.control--play {
  background: url("../../images/syfy/control-play.png") no-repeat center center;
}

.control--pause {
  background: url("../../images/syfy/control-pause.png") no-repeat center center;
}

.control--mute {
  background: url("../../images/syfy/control-mute.png") no-repeat center center;
}

.control--unmute {
  background: url("../../images/syfy/control-unmute.png") no-repeat center center;
}

.control--replay {
  background: url("../../images/syfy/control-replay.png") no-repeat center center;
}

.cover {
  position: relative;
}

.cover__site {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.cover__site:before, .cover__site:after {
  content: "\20";
  display: table;
}

.cover__site:after {
  clear: both;
}

@media (min-width: 1280px) {
  .cover__site.is-playing {
    opacity: 0;
  }
}

.cover__foot {
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

.is-subnav .cover__foot {
  padding-bottom: 0;
}

.cover__foot a {
  position: relative;
  z-index: 5;
}

.cover__copy > p {
  margin-bottom: 8px;
}

.cover--feat .cover__copy > p:last-of-type {
  margin-bottom: 0;
}

.cover__flag {
  margin: 0 0 8px;
}

.cover__title {
  font-size: 34px;
  font-size: 2.125em;
  line-height: 1.41176;
  margin: 0 0 8px;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 55px;
  font-size: 3.4375em;
  line-height: 1;
}

@media (min-width: 690px) {
  .cover__title {
    font-size: 34px;
    font-size: 2.125em;
    line-height: 1;
  }
}

@media (min-width: 1025px) {
  .cover__title {
    font-size: 55px;
    font-size: 3.4375em;
    line-height: 1;
  }
}

@media (min-width: 690px) {
  .cover__title {
    font-size: 64px;
    font-size: 4em;
    line-height: 1;
  }
}

@media (min-width: 1025px) {
  .cover__title {
    font-size: 64px;
    font-size: 4em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .cover__title {
    -webkit-box-shadow: 10px 0 0 black, -10px 0 0 black;
    box-shadow: 10px 0 0 black, -10px 0 0 black;
    background-color: #000;
    padding: 0;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 10px;
  }
}

.cover__subtitle {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 8px;
}

@media (min-width: 1024px) {
  .cover__subtitle {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.cover__extra {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.6;
  max-width: 700px;
}

.cover__button {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.6;
  margin-top: 16px;
}

.cover__media {
  overflow: hidden;
  position: relative;
}

.cover__media:after {
  background-image: -owg-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  background-image: -webkit-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  background-image: -moz-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  background-image: -o-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(black));
  background-image: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 40%;
}

.cover__media img,
.cover__media video {
  width: 100%;
}

.cover__media__overlay {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}

.cover__media__overlay,
.cover__media__overlay img {
  max-width: none;
  width: inherit !important;
}

@media (max-width: 1023px) {
  .cover__media__overlay {
    display: none;
  }
}

.cover__overlay {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.cover__overlay__inner {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.cover__overlay__inner:before, .cover__overlay__inner:after {
  content: "\20";
  display: table;
}

.cover__overlay__inner:after {
  clear: both;
}

.cover__over {
  display: none;
}

@media (min-width: 690px) {
  .cover__over {
    right: 16px;
  }
}

@media (min-width: 1024px) {
  .cover__over {
    right: 16px;
  }
}

@media (min-width: 690px) {
  .cover__over {
    bottom: 16px;
    display: inherit;
    position: absolute;
    z-index: 1;
  }
}

.cover__overlay__mid {
  display: table;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cover__overlay__mid__item {
  display: table-cell;
  vertical-align: middle;
}

.cover__bn {
  margin: 16px 0;
}

@media (max-width: 689px) {
  .cover__bn .bn {
    display: block;
    text-align: center;
  }
}

@media (min-width: 690px) {
  .cover__bn {
    float: left;
    margin: 0 8px 16px 0;
  }
}

.cover__opts {
  margin: 0 -8px 16px;
}

@media (max-width: 689px) {
  .cover__opts {
    display: table;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 690px) {
  .cover__opts {
    float: left;
  }
}

@media (max-width: 689px) {
  .cover__opts__opt {
    display: table-cell;
  }
}

@media (min-width: 690px) {
  .cover__opts__opt {
    float: left;
    margin: 0 8px;
  }
}

@media (min-width: 690px) {
  .cover__info__reveal {
    display: none;
  }
}

@media (max-width: 689px) {
  .cover__info__overlay {
    display: none;
  }
}

@media (max-width: 689px) {
  .cover__share {
    display: none;
  }
}

@media (min-width: 690px) {
  .cover__share {
    float: left;
    height: 40px;
  }
  .cover__share.is-active {
    width: 175px;
  }
}

@media (max-width: 689px) {
  .cover__share__opt {
    display: table-cell;
  }
}

@media (min-width: 690px) {
  .cover__share__reveal {
    display: none !important;
  }
}

@media (max-width: 689px) {
  .cover__share__rollout {
    display: none;
  }
}

@media (min-width: 1280px) {
  .cover--player .cover__foot {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

@media (max-width: 1279px) {
  .cover--player .cover__foot {
    padding-top: 16px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .cover--static .cover__foot {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

.cover-card__wrap {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.cover-card__wrap:before, .cover-card__wrap:after {
  content: "\20";
  display: table;
}

.cover-card__wrap:after {
  clear: both;
}

.cover-card {
  background: transparent;
  position: relative;
  overflow: hidden;
}

.cover-card:before, .cover-card:after {
  content: "\20";
  display: table;
}

.cover-card:after {
  clear: both;
}

@media (min-width: 690px) {
  .cover-card {
    background-color: #202020;
    margin: 1.41175em 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50% 100%;
  }
}

@media (min-width: 690px) {
  .cover-card__media {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
    padding: 0;
  }
}

.cover-card__copy {
  padding: 16px 16px 0;
}

@media (min-width: 690px) {
  .cover-card__copy {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    padding: 16px 16px 16px 32px;
  }
}

.card-cover__overlay {
  right: 0;
  background: #202020;
  height: 100%;
  position: absolute;
  top: 100%;
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
  width: 50%;
  z-index: 20;
}

.card-cover__overlay.is-active {
  top: 0;
}

.card-cover__overlay__copy {
  height: 100%;
  overflow: auto;
  padding: 16px 32px;
}

.card-cover__overlay__close {
  right: 0;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
  opacity: .7;
  padding: 16px;
  position: absolute;
  top: 0;
}

.card-cover__overlay__close:before {
  content: "\e617";
}

.card-cover__overlay__close:hover {
  opacity: 1;
}

.dule {
  padding: 16px 0 8px;
  position: relative;
}

.dule:before, .dule:after {
  content: "\20";
  display: table;
}

.dule:after {
  clear: both;
}

.dule.is-active {
  border-bottom: 0 solid #e1ff00;
}

.dule.dule--has-flag {
  min-height: 109px;
}

@media (min-width: 1024px) {
  .dule.dule--has-flag {
    min-height: 138px;
  }
}

.dule__wrapper {
  position: relative;
}

.dule__meta {
  left: 0;
  max-width: 94px;
  position: absolute;
  top: 0;
}

@media (min-width: 1024px) {
  .dule__meta {
    max-width: 184px;
  }
}

.dule__time {
  font-weight: lighter;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "SYFYSidekick Reg", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
}

@media (min-width: 690px) {
  .dule__time {
    font-size: 18px;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

@media (min-width: 1024px) {
  .dule__time {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.2;
  }
}

@media (min-width: 690px) {
  .dule__time {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .dule__time {
    font-size: 44px;
    font-size: 2.75em;
    line-height: 1.2;
  }
}

.dule__time .tip span:nth-last-child(2),
.dule__time .tip span:nth-last-child(1) {
  text-transform: lowercase;
  color: #767676;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.dule__time .tip {
  margin-top: 16px;
  display: block;
  padding-left: 0;
}

.dule__info,
.dule__dd {
  margin-left: 110px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 1024px) {
  .dule__info,
  .dule__dd {
    margin-left: 200px;
  }
}

.dule__info {
  padding-bottom: 8px;
}

.dule__info img {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .dule__info img {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dule__info img {
    float: left;
    margin-right: 16px;
    width: 35%;
  }
}

@media (min-width: 1280px) {
  .dule__info img {
    width: 25%;
  }
}

@media (min-width: 690px) {
  .dule__dd {
    right: 0;
    position: absolute;
    top: 0;
  }
}

.dule__ext {
  margin: 0 0 8px;
  max-width: 450px;
  overflow: hidden;
}

@media (max-width: 689px) {
  .dule__ext {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dule__ext {
    max-width: 600px;
  }
}

.dule__title, .dule__sub {
  font-weight: lighter;
  margin: 0 0 4px;
}

.dule__title > a, .dule__sub > a {
  color: #fff;
}

.dule__flag {
  margin: 8px 0;
}

@media (min-width: 1280px) {
  .dule--media .dule__dd {
    right: 0;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 690px) {
  .dule--basic .dule__dd {
    right: 0;
    position: absolute;
    top: 0;
  }
}

.facetapi-active {
  display: none !important;
}

form.form-newsletter {
  padding: 1.41175em 16px;
  background: #333;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  form.form-newsletter {
    width: 688px;
    margin: auto;
  }
}

form.form-newsletter h1 {
  font-size: 34px;
  font-size: 2.125em;
  margin-bottom: 0.35294em;
}

@media (min-width: 1024px) {
  form.form-newsletter h1 {
    font-size: 44px;
    font-size: 2.75em;
    text-align: center;
    display: block;
  }
}

form.form-newsletter a {
  color: #e1ff00;
  text-decoration: none;
}

form.form-newsletter a:active, form.form-newsletter a:focus, form.form-newsletter a:hover {
  color: #e1ff00;
  text-decoration: underline;
}

form.form-newsletter .form-type-email {
  margin-top: 1.41175em;
}

@media (min-width: 1024px) {
  form.form-newsletter {
    padding: 2.8235em 8px;
  }
  form.form-newsletter > div > .form-actions {
    text-align: center;
    padding-top: 1.41175em;
    clear: both;
    margin-top: 0;
  }
  form.form-newsletter .form-submit {
    display: inline-block;
  }
  form.form-newsletter fieldset {
    width: 50%;
    float: left;
  }
  form.form-newsletter fieldset:nth-child(2) {
    padding-right: 32px;
  }
  form.form-newsletter fieldset:nth-child(3) {
    padding-left: 32px;
    border-left: 1px solid #646464;
  }
  form.form-newsletter .fieldset-wrapper > .form-item:last-child {
    margin-bottom: 0;
  }
}

form.form-newsletter.form-newsletter--stacked {
  width: 100%;
  margin: 0;
  padding: 16px;
}

form.form-newsletter.form-newsletter--stacked > div > div.form-type-markup {
  display: none;
}

form.form-newsletter.form-newsletter--stacked small {
  margin-top: 0;
}

@media (min-width: 1024px) {
  form.form-newsletter.form-newsletter--stacked fieldset {
    width: 100%;
    float: none;
  }
  form.form-newsletter.form-newsletter--stacked fieldset:nth-child(2) {
    padding-right: 0;
  }
  form.form-newsletter.form-newsletter--stacked fieldset:nth-child(3) {
    padding-left: 0;
    border-left: none;
  }
  form.form-newsletter.form-newsletter--stacked > div > .form-actions {
    padding-top: 0;
  }
}

.flist {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.flist .menu,
.flist__list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.flist__item {
  float: left;
  display: table-cell;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 689px) {
  .flist__item {
    width: 25%;
  }
}

@media (min-width: 690px) {
  .flist__item {
    width: 17%;
  }
}

@media (min-width: 1024px) {
  .flist__item {
    width: 18%;
  }
}

.flist .menu > li,
.flist__tab {
  float: left;
  overflow: hidden;
}

.flist .menu > li > a,
.flist__opt {
  border-bottom: 5px solid #e1ff00;
  margin-bottom: -5px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 17px 16px 12px;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background-color: transparent;
}

.flist .menu > li > a.is-active, .flist .menu > li > a:hover, .flist .menu > li > a:focus,
.flist__opt.is-active,
.flist__opt:hover,
.flist__opt:focus {
  margin-bottom: 0;
  text-decoration: none;
}

.flist .menu > li > a:hover, .flist .menu > li > a:focus,
.flist__opt:hover,
.flist__opt:focus {
  color: #fff;
  background-color: transparent;
  padding-bottom: 12px;
}

.flist .menu > li > a.is-active,
.flist__opt.is-active {
  background: transparent;
  color: #fff;
  padding-bottom: 12px;
}

.flist .menu > li > a.is-active:hover, .flist .menu > li > a.is-active:focus,
.flist__opt.is-active:hover,
.flist__opt.is-active:focus {
  padding-bottom: 12px;
}

.flist__item--bn {
  font-size: 1.5em;
}

.flist__item--bn .flist__opt {
  padding: 18px 8px 25px;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}

.flist__item--bn .flist__opt:hover, .flist__item--bn .flist__opt:focus {
  margin-bottom: -10px;
}

.flist__item--bn form {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.flist__item--bn .ui-datepicker-trigger {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  width: 100%;
}

.flist__item--bn .form-submit {
  display: none;
}

@media (min-width: 690px) {
  .flist__item--bn {
    width: 15%;
  }
}

@media (min-width: 1024px) {
  .flist__item--bn {
    width: 10%;
  }
}

@media (max-width: 689px) {
  .flist__item--extra {
    display: none;
  }
}

@media (max-width: 689px) {
  .flist__full {
    display: none;
  }
}

@media (min-width: 690px) {
  .flist__mini {
    display: none;
  }
}

.slist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slist > li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  padding-top: 16px;
}

.slist > li a {
  color: #fff;
}

.slist > li a:hover, .slist > li a:focus {
  color: #fff;
}

.info {
  font-size: 11px;
  font-size: 0.6875em;
  line-height: 2.18182;
  background: #000;
  color: #fff;
  padding: 2px 8px;
}

.grid {
  margin-right: -16px;
  list-style: none;
  padding: 0;
}

.grid:before, .grid:after {
  content: "\20";
  display: table;
}

.grid:after {
  clear: both;
}

.grid__item {
  width: 50%;
  clear: right;
  float: left;
  padding-right: 16px;
  margin: 0 0 16px;
}

@media (min-width: 480px) {
  .grid__item {
    width: 33.33333%;
    clear: right;
    float: left;
    padding-right: 16px;
  }
}

@media (min-width: 690px) {
  .grid__item {
    width: 25%;
    clear: right;
    float: left;
    padding-right: 16px;
  }
}

.grid__link {
  background: #202020;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 0;
  padding-top: 88%;
  text-align: center;
  vertical-align: middle;
}

.grid__link:hover, .grid__link:focus, .grid__link:active {
  color: #fff;
}

.grid__link > img {
  margin-top: -100%;
  padding: 0 16px;
}

.grid__link.is-disabled {
  cursor: default;
  opacity: .5;
}

.grid__link.is-disabled img {
  opacity: .2;
}

.grid__placehold {
  display: block;
  margin-top: -50%;
  padding: 0 16px;
}

.headline {
  font-weight: lighter;
  margin: 0;
}

@media (min-width: 690px) {
  .headline {
    font-size: 55px;
    font-size: 3.4375em;
    line-height: 1.30909;
  }
}

.headline-sub {
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.33333;
  line-height: 1.3;
  font-weight: lighter;
  margin: 0 0 8px;
}

@media (min-width: 690px) {
  .headline-sub {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.instagram__username a {
  color: #3f729b;
}

.instagram__profile-picture {
  width: 48px;
  min-height: 48px;
  float: left;
  margin-right: 16px;
}

.instagram__image {
  margin: 16px -16px;
  position: relative;
}

.instagram__image img {
  width: 100%;
}

.instagram__likes__label {
  margin-left: 4px;
}

.jump__list {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  list-style: none;
  margin: 0 0 1.41175em;
  padding: 0;
}

.jump__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.jump__item > a {
  border-right: 5px solid transparent;
  color: #fff;
  display: block;
  padding: 12px 16px;
}

.jump__item > a, .jump__item > a:hover, .jump__item > a:focus {
  text-decoration: none;
}

.jump__item > a:hover, .jump__item > a:focus, .jump__item > a.is-active {
  border-right-color: #e1ff00;
  font-family: inherit;
}

.jump__item > a.is-active {
  background: #000;
  color: #fff;
  position: relative;
  font-family: inherit;
}

.jump__item > a.is-active:before {
  top: 50%;
  left: -10px;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 10px solid #000;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  margin-top: -10px;
}

.jump__copy {
  display: block;
  padding: 12px 16px;
}

.loader {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  zoom: 1.7;
}

.loader.is-active {
  display: block;
}

.loader__item {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 80px;
  position: relative;
  width: 80px;
}

.loader__path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  100%, 0% {
    stroke: #e1ff00;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #e1ff00;
  }
}

.list-title,
.list__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom-color: #e1ff00;
}

.list__gtitle {
  margin: 0;
}

.list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.list > li,
.list .list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  clear: both;
  margin: 0;
}

.list > li:before, .list > li:after,
.list .list__item:before,
.list .list__item:after {
  content: "\20";
  display: table;
}

.list > li:after,
.list .list__item:after {
  clear: both;
}

.list--beta > li,
.list--beta .list__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.list-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  clear: both;
  list-style: none;
  margin: 0 0 8px 0;
  padding: 8px 0 0;
}

.list-links a {
  color: #888;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
}

.list-links a:hover, .list-links a:focus, .list-links a.is-active, .list-links a.is-active-trail {
  color: #e1ff00;
  text-decoration: none;
}

@media (min-width: 479px) {
  .list-links {
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  .list-links li {
    float: left;
  }
  .list-links a {
    padding: 16px;
  }
}

@media (min-width: 1023px) {
  .list-links {
    display: none;
  }
}

.modal-newsletter {
  background-color: #333;
  left: 0 !important;
  right: 0;
}

.modal-newsletter .modal-content {
  width: 100% !important;
}

.modal-newsletter .modal-header {
  padding: 0;
}

.modal-newsletter .modal-title {
  display: none;
}

.modal-newsletter .modal-scroll {
  overflow: initial;
}

.modal-newsletter .popups-container {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.modal-newsletter .popups-close:before {
  color: #fff;
}

.modal-newsletter .popups-close:hover:before {
  color: #e1ff00;
}

.modal-newsletter #modal-throbber {
  min-height: 450px;
}

.modal-newsletter #modal-throbber .modal-throbber-wrapper {
  text-align: center;
  padding-top: 209px;
}

.modal-newsletter #modal-throbber .modal-throbber-wrapper img {
  content: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
  background-image: url(../../images/loading.gif);
  height: 18px;
  width: 18px;
}

.nav-block {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  margin: 16px 0;
}

.nav-block:before, .nav-block:after {
  content: "\20";
  display: table;
}

.nav-block:after {
  clear: both;
}

@media (min-width: 690px) {
  .nav-block {
    display: table;
  }
}

.nav-block__item {
  background: #e2e2df;
  color: #000;
  display: block;
  margin-bottom: 16px;
  padding: 24px 16px;
}

.nav-block__item:hover, .nav-block__item:focus, .nav-block__item:active {
  text-decoration: none;
}

.nav-block__item [class^="icon-"],
.nav-block__item [class*=" icon-"] {
  font-weight: bold;
}

@media (min-width: 690px) {
  .nav-block__item {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .nav-block__item:only-child {
    width: 100%;
  }
}

.nav-block__item--next {
  background: #eee;
}

@media (min-width: 690px) {
  .nav-block__item--next {
    text-align: right;
  }
  .nav-block__item--next .tsr-alt {
    float: right;
  }
}

.nav-block__emp {
  font-weight: bold;
}

.navi {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  position: relative;
}

.navi .is-disabled {
  display: none;
}

.navi a {
  color: #fff;
  display: block;
  padding: 16px;
  position: relative;
  text-decoration: none;
}

.navi a:before {
  display: none;
}

@media (min-width: 1024px) {
  .navi a:after {
    background: #e1ff00;
    content: "";
    left: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
    width: 100%;
  }
}

.navi a.is-active:after {
  height: 4px;
}

.navi a:hover:after {
  height: 4px;
}

.navi a.is-active {
  color: #fff;
}

.navi a:before {
  background: #e1ff00;
  content: "";
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  width: 100%;
}

.navi a:hover {
  color: #fff;
}

.navi a.is-active {
  background: transparent;
  color: #fff;
}

@media (max-width: 689px) {
  .navi {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 16px;
    padding: 0 16px;
  }
  .navi .navi__list {
    padding: 0 16px;
  }
  .navi .navi__list.is-active a {
    color: #fff;
    background: #202020;
    border-bottom: 1px solid transparent;
  }
  html.js .navi.is-active a.is-active:after {
    content: "\e617";
  }
  html.js .navi a {
    background: #202020;
  }
  .navi a.is-active {
    border-bottom: 3px solid #e1ff00;
  }
  html.js .navi a.is-active {
    background: transparent;
  }
  html.js .navi a.is-active:after {
    float: right;
    content: "\e612";
    font-size: 24px;
  }
  html.js .navi a.is-active.is-open:after {
    content: "\e617";
  }
}

@media (min-width: 690px) {
  .navi {
    background: #000;
    text-align: center;
  }
  .navi a {
    display: inline-block;
  }
  .navi a.is-active {
    background: transparent;
    color: #fff;
  }
  .navi a.is-active:before {
    height: 4px;
  }
}

.navi__label {
  padding: 16px;
}

@media (min-width: 690px) {
  .navi__sub {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navi__sub.focusable:active, .navi__sub.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .is-active > .navi__sub {
    clip: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    position: inherit;
    width: inherit;
  }
}

.navi__list {
  margin: 0;
}

.navi__list > li {
  display: inline-block;
}

@media (max-width: 689px) {
  html.js .navi__list {
    display: none;
  }
  .navi__list.is-active {
    display: block !important;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
  }
}

.navi.is-collapsed {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 16px;
  padding: 0 16px;
  background: transparent;
}

.navi.is-collapsed .navi__list {
  padding: 0 16px;
}

.navi.is-collapsed .navi__list.is-active a {
  color: #fff;
  background: #202020;
  border-bottom: 1px solid transparent;
}

html.js .navi.is-collapsed.is-active a.is-active:after {
  content: "\e617";
}

html.js .navi.is-collapsed a {
  background: #202020;
}

.navi.is-collapsed a.is-active {
  border-bottom: 3px solid #e1ff00;
}

html.js .navi.is-collapsed a.is-active {
  background: transparent;
}

html.js .navi.is-collapsed a.is-active:after {
  float: right;
  content: "\e612";
  font-size: 24px;
}

html.js .navi.is-collapsed a.is-active.is-open:after {
  content: "\e617";
}

.navi.is-collapsed .navi__sub {
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  position: inherit;
  width: inherit;
}

.navi.is-collapsed .navi__list {
  display: none;
}

.navi.is-collapsed .navi__list.is-active {
  display: block !important;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}

.navi.is-collapsed .navi__list.is-active a:hover {
  border-top-color: transparent;
}

.navi.is-collapsed a {
  display: block;
}

.navi.is-collapsed a.is-active:before {
  display: none;
}

.navi--beta {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}

@media (min-width: 1024px) {
  .navi--beta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.navi--gamma {
  text-align: left;
}

.navi--gamma .navi__list {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding: 0 16px;
}

.navi--gamma .navi__list:before, .navi--gamma .navi__list:after {
  content: "\20";
  display: table;
}

.navi--gamma .navi__list:after {
  clear: both;
}

.order {
  margin: 16px 0;
  padding: 0 16px;
}

@media (min-width: 690px) {
  .order {
    text-align: right;
    padding: 0;
  }
}

.order__title {
  margin: 0 16px 16px 0;
  color: #888;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
}

.order__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.order__list > li {
  margin: 0 16px 16px 0;
}

.order__list > li {
  display: inline-block;
  vertical-align: middle;
}

.order__list > li:nth-last-of-type(1) {
  margin: 0 0 16px;
}

.over__item {
  position: relative;
}

.over {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -1;
}

.over a {
  color: #FFF;
  text-decoration: underline;
}

.over.is-active {
  opacity: 1;
  z-index: 5;
}

.over__mid {
  display: table;
  height: 100%;
  width: 100%;
}

.over__mid__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 16px;
}

.panel {
  background: #000;
}

@media (max-width: 1023px) {
  .panel--mob {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  html.js .panel--mob {
    left: 0;
    display: none;
    height: 100%;
    opacity: 0;
    overflow: auto !important;
    padding-top: 58px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: -1;
  }
  html.js .panel--mob.is-active {
    display: block;
    opacity: 1;
    z-index: 3;
  }
  html.js body.is-sb .panel--mob {
    top: 73px;
  }
}

@media (min-width: 1024px) {
  .panel--mob {
    display: block !important;
    overflow: inherit !important;
  }
  html.js body.is-hero .panel--mob {
    background: transparent;
  }
}

.panel--user {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #151515;
  padding: 16px 8px;
}

@media (min-width: 1024px) {
  .panel--user {
    display: none;
  }
}

.panel--search {
  background: #000;
  display: none;
  height: 58px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 549;
}

.panel--search:after {
  background: #575651;
  bottom: 0;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  width: 100%;
}

body.is-sb .panel--search {
  top: 73px;
}

@media (min-width: 1024px) {
  .panel--search {
    height: 56px;
    top: 33px;
  }
}

body.is-sb .panel--search {
  top: 106px;
}

@media (min-width: 1024px) {
  html.js body.is-hero-bar .panel--search {
    height: 61px;
    padding-top: 26px;
  }
}

@media (min-width: 1024px) {
  html.js body.is-hero-bar .panel--search {
    padding-top: 0;
  }
}

.promo {
  text-align: left;
  background: #444;
  color: #fff;
}

.promo__ui {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 16px;
  padding-right: 8px;
  display: inline-block;
}

.promo__close {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  color: #888;
  display: inline-block;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 44px;
}

.promo__close:hover, .promo__close:focus, .promo__close:active {
  color: #fff;
  text-decoration: none;
}

.promo__title {
  display: inline-block;
  margin: 0;
}

@media (min-width: 690px) {
  .promo__side {
    margin: 16px 0 0;
  }
}

@media (min-width: 1024px) {
  .promo__side {
    float: right;
    margin: 0 0 0 16px;
  }
}

.promo__inline {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.promo__inline > li {
  margin: 0 16px 0 0;
}

.promo__inline > li {
  display: inline-block;
  vertical-align: middle;
}

.promo__inline > li:nth-last-of-type(1) {
  margin: 0;
}

@media (min-width: 690px) {
  .promo__inline {
    margin: 0 0 0 16px;
    display: inline-block;
  }
}

.rating {
  background: #FFA100;
  color: #000;
  border-radius: 100%;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}

.restrict {
  margin-top: 16px;
  padding: 0 16px;
}

.restrict:before, .restrict:after {
  content: "\20";
  display: table;
}

.restrict:after {
  clear: both;
}

@media (min-width: 1024px) {
  .restrict {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1280px) {
  .restrict {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 690px) {
  .restrict__main {
    width: 72.8022%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 690px) {
  .restrict__side {
    width: 18.40659%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.rich {
  background: #333;
}

.searchbar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.searchbar .form-text {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

.searchbar .searchbox__bn {
  color: #767676;
}

.searchbar--beta .searchbox .form-text {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

[type=text]::-moz-placeholder {
  color: "";
}

[type=text]::-webkit-input-placeholder {
  color: "";
}

[type=text]:-ms-input-placeholder {
  color: "";
}

.searchbox form {
  margin: 0;
}

.searchbox form > div {
  padding-right: 56px;
  display: table;
  width: 100%;
}

.searchbox .form-text {
  float: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  outline: 0;
  padding: 16px 0 8px;
  color: #fff;
}

.searchbox .form-submit {
  display: none;
}

@media (min-width: 1024px) {
  .searchbox {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
  }
}

.searchbox .form-text {
  padding: 24px 0 16px;
}

.searchbox__bn {
  color: #e1ff00;
  padding: 17px 16px 9px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.searchbox__bn [class^="icon-"],
.searchbox__bn [class*=" icon-"] {
  font-size: 22px;
}

.searchbox__close {
  right: 0;
  color: #e1ff00;
  padding: 17px 16px 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.searchbox__close [class^="icon-"],
.searchbox__close [class*=" icon-"] {
  font-size: 22px;
}

@media (min-width: 1024px) {
  .searchbox__close {
    right: 0;
  }
}

.slim {
  background: #202020;
}

.slim__content {
  margin-bottom: -8px;
  padding: 8px 16px 0;
}

.social {
  float: right;
  color: #888;
}

.social__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social__items > li {
  margin: 0 0 0 16px;
  display: inline-block;
}

.share {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share:before, .share:after {
  content: "\20";
  display: table;
}

.share:after {
  clear: both;
}

.share__item {
  margin: 0 -1px 16px 0;
  float: left;
}

.share__divide {
  margin-left: 16px;
}

@media (min-width: 1280px) {
  .share-bar {
    left: -82px;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .share-bar .share__item {
    display: inline-block;
    float: none;
    margin: 0 8px -1px 0;
  }
  .share-bar .share__divide {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  .share-bar--beta {
    left: -82px;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .share-bar--beta .share__item {
    display: inline-block;
    float: none;
    margin: 0 8px -1px 0;
  }
  .share-bar--beta .share__divide {
    margin-top: 32px;
  }
}

.strip {
  background: #151515;
  clear: both;
}

.strip__wrapper {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

body.is-takeover .takeover .strip__wrapper {
  max-width: 970px;
}

.strip__content {
  margin: 0 auto;
  max-width: 1400px;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

.strip__content:before, .strip__content:after {
  content: "\20";
  display: table;
}

.strip__content:after {
  clear: both;
}

@media (min-width: 690px) {
  .strip__content {
    padding: 32px 16px 22px;
  }
}

body.is-takeover .takeover .strip__content {
  padding-left: 0;
  padding-right: 0;
}

.strip__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.strip__head,
.strip__bn__alt {
  background: transparent;
}

@media (min-width: 690px) {
  .strip__head,
  .strip__bn__alt {
    background: transparent !important;
  }
}

.strip__head {
  margin-bottom: -1px;
  margin-top: -16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.strip__head > *,
.strip__head .strip__heading {
  margin: 0;
  text-align: left;
}

@media (min-width: 1024px) {
  .strip__head > *,
  .strip__head .strip__heading {
    max-width: 75%;
    line-height: .74;
  }
}

@media (min-width: 1024px) {
  .strip__head {
    display: table;
    padding: 16px 0;
    width: 100%;
  }
  .strip__head > * {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .strip__head {
    position: relative;
  }
}

.strip--delta .strip__head {
  margin-top: 0;
}

.strip__heading {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 1px 1em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1;
  font-family: "SYFYHero Reg", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 44px;
  font-size: 2.75em;
  line-height: 1.09091;
}

@media (min-width: 690px) {
  .strip__heading {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .strip__heading {
    font-size: 44px;
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (min-width: 690px) {
  .strip__heading {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .strip__heading {
    font-size: 44px;
    font-size: 2.75em;
    line-height: 0.74;
  }
}

.strip__subheading {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .strip__subheading {
    font-size: 18px;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

@media (min-width: 1025px) {
  .strip__subheading {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .strip__subheading {
    margin: 16px 0 0;
  }
}

.strip__bn {
  clear: both;
  display: none;
}

@media (min-width: 1024px) {
  .strip__bn {
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 16px;
  }
}

.strip__main__bn {
  clear: both;
  display: none;
}

@media (min-width: 1024px) {
  .strip__main__bn {
    display: inline-block;
  }
}

.strip__bn__alt {
  clear: both;
  margin-bottom: -16px;
  padding: 16px 48px;
  text-align: center;
}

@media (min-width: 1024px) {
  .strip__bn__alt {
    display: none;
  }
}

.strip__flag {
  margin: 0 0 8px;
}

.strip__title {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 8px;
}

.strip__side {
  margin-top: -16px;
  padding: 16px;
  position: relative;
}

@media (min-width: 1024px) {
  .strip__side {
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    width: 33.3333333333%;
  }
}

.strip__side__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 690px) {
  .strip__side__copy {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .strip__side__copy {
    width: 100%;
    margin: 0;
  }
}

.strip__side__media {
  margin: -16px -16px 0;
  padding: 16px;
}

@media (min-width: 690px) and (max-width: 1024px) {
  .strip__side__media {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media (max-width: 1023px) {
  .strip__side__media {
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
  }
  .strip__side__media:after {
    background-image: -owg-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -o-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(black));
    background-image: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .strip__side__media {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .strip__main {
    display: table-cell;
    vertical-align: middle;
    width: 66.6666666667%;
  }
}

.strip__main__head {
  vertical-align: bottom;
  margin-bottom: 0;
}

.strip__main__items {
  clear: both;
}

@media (min-width: 1024px) {
  .strip--has-strip__bn .strip__main__items {
    margin-bottom: 72px;
  }
}

.strip__main__copy {
  padding-left: 25%;
  clear: both;
}

@media (max-width: 1023px) {
  .strip__main__copy {
    padding: 0 16px;
  }
}

@media (min-width: 1023px) {
  .strip__curated {
    display: table;
    position: relative;
    width: 100%;
  }
}

.strip--beta {
  background: #000;
  color: #000;
}

.strip--beta .strip__wrapper {
  background: #000;
  color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.strip--beta .strip__head,
.strip--beta .strip__bn__alt {
  background: #000;
}

.strip--gamma {
  background: #000;
}

.strip--gamma .strip__wrapper {
  border: 0;
}

.strip--gamma .strip__head,
.strip--gamma .strip__bn__alt {
  background: transparent;
}

.strip--delta {
  background: #000;
}

.strip--delta .strip__wrapper {
  border: 0;
}

.strip--delta .strip__head,
.strip--delta .strip__bn__alt {
  background: #000;
}

.strip--epsilon {
  background: #000;
  color: #fff;
}

.strip--epsilon .strip__wrapper {
  background: #000;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.strip--epsilon .strip__head,
.strip--epsilon .strip__bn__alt {
  background: #eee;
}

.strip--zeta {
  background: #000;
  background: #000;
}

.strip--zeta .strip__wrapper {
  background: #000;
  border: 0;
}

.strip--zeta .strip__head,
.strip--zeta .strip__bn__alt {
  background: #000;
}

.strip--eta .strip__wrapper {
  border: 0;
}

.strip--iota .strip__wrapper {
  border: 0;
}

@media (min-width: 1280px) {
  .strip--bg .strip__wrapper {
    position: relative;
  }
  .strip--bg .strip__wrapper:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .strip--bg .strip__wrapper:after {
    background-image: -owg-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -o-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(black));
    background-image: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    bottom: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
  }
}

.strip--bg .strip__wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 1023px) {
  .strip--bg .strip__wrapper {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .strip--bg .strip__bn__alt {
    background: #151515 !important;
    padding-top: 16px;
  }
}

@media (min-width: 690px) and (max-width: 1023px) {
  .strip--bg .strip__bn__alt {
    margin-bottom: -22px;
  }
}

@media (min-width: 1024px) {
  .strip--bg .strip__bn__alt {
    background: transparent !important;
  }
}

@media (min-width: 1024px) {
  .strip--bg .strip__wrapper {
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  .strip--cover .strip__wrapper {
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

@media (min-width: 1024px) and (max-width: 1023px) {
  .strip--cover .strip__wrapper {
    background-image: none !important;
  }
}

.strip--pin .strip__side {
  position: relative;
}

.strip--pin .strip__side__media {
  padding: 32px 16px 0;
}

.strip--pin .strip__side__media p {
  margin: 0;
}

@media (min-width: 1024px) {
  .strip--pin .strip__side {
    padding-right: 32px;
    height: 100%;
    position: absolute;
    top: 16px;
  }
  .strip--pin .strip__side__media {
    left: 0;
    bottom: -22px;
    position: absolute;
    width: 100%;
  }
  .strip--pin .strip__side__copy {
    bottom: 16px;
    position: absolute;
  }
}

.strip--promo .strip__wrapper {
  background: #444;
  border-bottom: none;
}

.strip--promo .strip__content {
  padding: 16px;
}

.strip--device-md {
  display: none;
}

@media (min-width: 1024px) {
  .strip--device-md {
    display: block;
  }
}

.strip--newsletter {
  background-color: #333;
}

.strip--newsletter .strip__wrapper {
  background-color: #333;
}

.strip--newsletter .strip__wrapper,
.strip--newsletter .strip__content {
  padding: 0;
}

@media (min-width: 1024px) {
  .strip--newsletter .strip__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (min-width: 690px) and (max-width: 1023px) {
  .strip--curated-items .strip__head {
    margin-top: 32px;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.strip--curated-items .strip__wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  .strip--curated-items .strip__wrapper {
    position: relative;
  }
  .strip--curated-items .strip__wrapper:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .strip--curated-items .strip__wrapper:after {
    background-image: -owg-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -o-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(black));
    background-image: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    bottom: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
  }
  .strip--curated-items .strip__wrapper:after {
    margin-bottom: 15em;
  }
}

.strip--curated-items .strip--image__wrapper {
  margin-bottom: -1px;
}

@media (min-width: 690px) and (max-width: 1023px) {
  .strip--curated-items .strip--image__wrapper {
    position: relative;
  }
  .strip--curated-items .strip--image__wrapper:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .strip--curated-items .strip--image__wrapper:after {
    background-image: -owg-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -o-linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(black));
    background-image: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    bottom: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
  }
}

@media (min-width: 1024px) {
  .strip--curated-items .strip--image__wrapper {
    background: #000;
    padding-bottom: 15em;
  }
}

.strip--curated-items .strip__content {
  position: relative;
}

@media (min-width: 690px) and (max-width: 1023px) {
  .strip--curated-items .strip__content {
    background: #000;
  }
}

@media (min-width: 1024px) {
  .strip--curated-items .strip__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}

@media (min-width: 1024px) {
  .tabs {
    margin: 0 0 32px;
  }
}

.copy .tabs {
  border-bottom-color: #E2E2DF;
}

.tabs__item {
  margin: 0 16px 0 0;
  display: inline-block;
}

.tabs__item:nth-last-of-type(1) {
  margin: 0;
}

.tabs__item > a {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
  border-bottom: 5px solid #e1ff00;
  color: #fff;
  display: block;
  outline: 0;
  margin-bottom: -5px;
  padding: 16px 8px;
  position: relative;
  text-decoration: none;
}

.tabs__item.ui-state-active a,
.tabs__item > a.is-active,
.tabs__item > a:hover,
.tabs__item > a:focus {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 11px;
  text-decoration: none;
}

.copy .tabs__item > a {
  font-size: 1em;
}

.copy .tabs__item.ui-state-active a,
.copy .tabs__item > a.is-active,
.copy .tabs__item > a:hover,
.copy .tabs__item > a:focus {
  color: #444;
}

.copy .tabs__item > a {
  color: #000;
}

.copy .tabs__item > a:hover {
  color: #000;
}

.teaser {
  padding: 16px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.teaser:before, .teaser:after {
  content: "\20";
  display: table;
}

.teaser:after {
  clear: both;
}

@media (max-width: 689px) {
  .teaser {
    padding: 8px 8px 16px;
  }
}

@media (min-width: 690px) {
  .teaser {
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .teaser {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.33333%;
    clear: none;
    padding-right: 16px;
    clear: both;
  }
}

.teaser__media {
  position: relative;
}

@media (max-width: 689px) {
  .teaser__media {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-top: 8px;
  }
}

@media (min-width: 690px) {
  .teaser__media {
    margin: 0 16px 0 0;
    float: left;
    max-width: 342px;
  }
}

.teaser__main {
  overflow: hidden;
  padding: 0 16px;
}

@media (max-width: 689px) {
  .teaser__main {
    width: 66.66667%;
    clear: right;
    float: left;
    padding-right: 16px;
    padding: 0 0 0 16px;
  }
}

@media (min-width: 690px) {
  .teaser__main {
    padding: 0;
  }
}

.teaser__title {
  margin: 0 0 4px;
}

.teaser__title > a {
  color: #FFF;
}

.teaser__sub {
  margin: 0 0 4px;
}

.teaser__sub > a {
  color: #FFF;
}

.teaser__copy {
  margin: 16px 0 1.41175em;
}

@media (max-width: 689px) {
  .teaser__copy {
    display: none;
  }
}

.teaser__flag-foot {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.teaser__over {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.teaser__mid {
  display: table;
  height: 100%;
  width: 100%;
}

.teaser__mid__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.teaser--full {
  margin: 0;
  width: 100%;
}

.teaser--beta .teaser__title > a,
.teaser--beta .teaser__sub > a {
  color: #767676;
}

.tip {
  border-left: 0 solid #e1ff00;
  padding-left: 16px;
}

.tunin {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  font-weight: 800;
}

.tunin > a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 479px) {
  .tunin {
    padding-left: 58px;
    padding-top: 4px;
  }
  .tunin:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .tunin:after {
    left: 25px;
    margin: -5px 0 0 -5px;
    -webkit-animation: throb-opacity 2s infinite;
    animation: throb-opacity 2s infinite;
    background: #e1ff00;
    border-radius: 100%;
    content: "";
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
  }
}

@media (min-width: 1024px) {
  .tunin {
    float: left;
  }
}

.tunin__title {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.tunin__whatson {
  display: inline-block;
}

.tunin__title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 8px;
  margin-left: 8px;
  background: transparent;
  color: #e1ff00;
  display: inline-block;
  padding: 7px 8px 6px;
  margin-left: 0;
}

@media (max-width: 479px) {
  .tunin__title {
    display: none;
  }
}

a.tunin__title {
  background: transparent;
  color: #e1ff00;
  cursor: pointer;
}

.tunin__data {
  display: none;
  height: 19px;
  opacity: .75;
  overflow: hidden;
  width: 260px;
  vertical-align: sub;
}

html.js .tunin__data {
  display: inline-block;
}

@media (min-width: 480px) {
  .tunin__data {
    margin-left: 8px;
  }
}

@media (max-width: 479px) {
  .tunin__data {
    height: 27px;
  }
  html.js .tunin__data {
    display: block;
  }
}

a.tunin__data {
  color: #fff;
  text-decoration: none;
}

a.tunin__data:hover, a.tunin__data:focus {
  opacity: 1;
}

.twitter-tweet {
  margin: 0 0 22px !important;
  width: 100% !important;
  border: 0;
  color: #444;
  font-style: normal;
}

blockquote.twitter-tweet {
  padding: 16px;
}

.utils a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}

.utils a [class^="icon-"],
.utils a [class*=" icon-"] {
  font-size: 16px;
  opacity: 1;
  vertical-align: baseline;
}

.utils a .navicon {
  opacity: 1;
}

.utils a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.utils a:hover [class^="icon-"],
.utils a:hover [class*=" icon-"] {
  opacity: 1;
}

.utils a:hover .navicon {
  opacity: 1;
}

.utils a.site-util__loginlink {
  color: #fff;
}

.utils a.site-util__loginlink:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.utils a.site-util__loginlink:hover [class^="icon-"],
.utils a.site-util__loginlink:hover [class*="icon-"] {
  opacity: 1;
}

.utils a.site-util__loginlink:hover .navicon {
  opacity: 1;
}

.utils [class^="icon-"],
.utils [class*=" icon-"] {
  font-size: 16px;
  vertical-align: baseline;
}

@media (max-width: 1023px) {
  .utils {
    display: none;
  }
}

.video__feat-controls {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 5;
}

html.no-video .video__feat-controls {
  display: none;
}

.widget {
  margin: 16px 0;
}

.item {
  clear: both;
}

.item:before, .item:after {
  content: "\20";
  display: table;
}

.item:after {
  clear: both;
}

.item__side {
  float: left;
  margin-right: 16px;
}

.item__side img {
  display: block;
  margin-bottom: 16px;
}

.item__main {
  overflow: hidden;
}

.mfp-bg {
  display: block !important;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 899;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.popup .mfp-close {
  right: 0;
  top: 40px;
  color: #FFF;
}

.modal .mfp-close {
  right: 11px;
  top: 52px;
  color: #000;
  top: 0;
  right: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.modal {
  background: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 22px 22px 16px;
}

.modal .modal__content p a {
  background-image: -webkit-linear-gradient(transparent 13px, #e1ff00 0);
  background-image: linear-gradient(transparent 13px, #e1ff00 0);
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.modal .modal__content p a:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(transparent 13px, #e4e4e4 0);
  background-image: linear-gradient(transparent 13px, #e4e4e4 0);
}

.modal-forms-modal-content {
  overflow: hidden;
}

.popups-container {
  background: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 22px 22px 16px;
  padding-top: 0;
}

.popups-container p a {
  background-image: -webkit-linear-gradient(transparent 13px, #e1ff00 0);
  background-image: linear-gradient(transparent 13px, #e1ff00 0);
  font-family: "Cinetype Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.popups-container p a:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(transparent 13px, #e4e4e4 0);
  background-image: linear-gradient(transparent 13px, #e4e4e4 0);
}

.modal-scroll {
  overflow: scroll;
}

.popups-title {
  padding: 16px 0;
}

.modal-title {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .modal-title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.modal-content {
  max-width: 100%;
}

.popups-close {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.popups-close:before {
  content: '×';
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  color: #444;
  text-indent: 0;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

.msg {
  background: #eee;
  border-radius: 2px;
  color: #444;
  margin: 0 0 16px;
  padding: 16px;
  word-break: break-word;
}

.msg > *:nth-last-child(1) {
  margin-bottom: 0;
}

.msg.warning,
.msg.is-warning {
  background: #FFA100;
  color: #000;
}

.msg.error,
.msg.is-error {
  background: #c12828;
  color: #fff;
}

.msg.status,
.msg.is-status {
  background: #7AB802;
  color: #000;
}

.navicon {
  display: inline-block;
  width: 18px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  cursor: pointer;
}

.navicon__line {
  left: 0;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.navicon__line.navicon__1 {
  top: 0;
}

.navicon__line.navicon__2, .navicon__line.navicon__3 {
  top: 6px;
}

.navicon__line.navicon__4 {
  bottom: 0;
}

.is-active > .navicon .navicon__line.navicon__1,
.navicon.is-active .navicon__line.navicon__1 {
  top: 6px;
  width: 0%;
  left: 50%;
}

.is-active > .navicon .navicon__line.navicon__2,
.navicon.is-active .navicon__line.navicon__2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-active > .navicon .navicon__line.navicon__3,
.navicon.is-active .navicon__line.navicon__3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-active > .navicon .navicon__line.navicon__4,
.navicon.is-active .navicon__line.navicon__4 {
  top: 6px;
  width: 0%;
  left: 50%;
}

.navicon--beta {
  height: 12px;
  width: 16px;
}

.navicon--beta .navicon__line {
  background: #fff;
}

.navicon--beta .navicon__line.navicon__2, .navicon--beta .navicon__line.navicon__3 {
  top: 5px;
}

.mfp-bg,
.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 799;
}

.is-active.mfp-bg,
.overlay.is-active {
  display: block;
}

.pager {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.pager-load-more .ajax-progress {
  display: none;
}

.pager-load-more > li > a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 6px 1.41175em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 6px 1.41175em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.pager-load-more > li > a, .pager-load-more > li > a:hover, .pager-load-more > li > a:focus, .pager-load-more > li > a:active {
  color: #fff;
  text-decoration: none;
}

.pager-load-more > li > a:hover, .pager-load-more > li > a:focus {
  background: transparent;
  border-color: #fff;
}

.pager-load-more > li > a, .pager-load-more > li > a:hover, .pager-load-more > li > a:focus, .pager-load-more > li > a:active {
  color: #fff;
  text-decoration: none;
}

.pager-load-more > li > a:hover, .pager-load-more > li > a:focus {
  background: transparent;
  border-color: #fff;
}

.pager-load-more > li > a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.pager-load-more > li > a:hover {
  color: #fff;
  border: 1px solid white;
}

.is-content .main .pager-load-more > li > a {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.is-content .main .pager-load-more > li > a:hover {
  color: #000;
  border: 1px solid black;
}

.password-indicator, .indicator {
  height: 8px;
}

.password-strength-title {
  margin: 0 0 4px;
}

.password-strength-text {
  float: right;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.password-indicator {
  background: #eee;
}

.indicator {
  background: #e1ff00;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  width: 0;
}

.password-confirm {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.popup__content {
  background: #151515;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 22px 22px 16px;
}

.popup__content iframe {
  background: #202020;
}

.popup__content .ajax-progress.ajax-progress-throbber {
  margin: 0 0 -3px 8px;
  background: url(../../images/loading.gif) no-repeat center center;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.tooltip {
  position: relative;
}

.tooltip__item {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  left: 0;
  background: #fff;
  color: #000;
  border-radius: 2px;
  bottom: 100%;
  display: none;
  padding: 5px 16px;
  position: absolute;
  margin-bottom: 16px;
  text-transform: uppercase;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  visibility: visible;
  white-space: nowrap;
  z-index: 10;
}

.tooltip__item:after {
  top: 100%;
  left: 16px;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tooltip:hover .tooltip__item {
  display: block;
}

.tooltip:hover .tooltip__item.is-hidden,
.tooltip.is-active .tooltip__item,
.tooltip.is-processing .tooltip__item {
  display: none !important;
}

.tsr__side, .tsr-alt__main,
.tsr__main, .tsr__mid, .tsr-alt__side {
  display: table-cell;
}

.tsr {
  display: table;
}

.tsr__side {
  float: left;
  margin-right: 16px;
}

.tsr__side img {
  display: block;
}

.tsr-alt__main,
.tsr__main {
  vertical-align: top;
  word-break: break-word;
}

.tsr__mid {
  vertical-align: middle;
  word-break: break-word;
}

.tsr-alt {
  display: table;
}

.tsr-alt__side {
  padding-right: 16px;
  vertical-align: middle;
}

.tsr-alt--reverse .tsr-alt__side {
  padding-left: 16px;
  padding-right: 0;
}

.ui {
  font-size: 30px;
  font-size: 1.875em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: .8;
  padding: 5px 8px 4px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.card-edit__action:hover .ui,
.card-edit__action:active .ui, .ui:hover, .ui:active, .ui:focus {
  color: #e1ff00;
  text-decoration: none;
}

.is-deletable .card-edit__action:hover .ui:before, .is-deletable
.card-edit__action:active .ui:before, .is-deletable .ui:hover:before, .is-deletable .ui:active:before, .is-deletable .ui:focus:before {
  content: "\e617";
}

@media (min-width: 1024px) {
  .card-edit__action:hover .ui,
  .card-edit__action:active .ui, .ui:hover, .ui:active, .ui:focus {
    text-decoration: none;
  }
  .is-deletable .card-edit__action:hover .ui:before, .is-deletable
.card-edit__action:active .ui:before, .is-deletable .ui:hover:before, .is-deletable .ui:active:before, .is-deletable .ui:focus:before {
    content: "\e617";
  }
}

.ui--sm {
  font-size: 26px;
  font-size: 1.625em;
}

.ui--brand, .ui--fave, .ui--watch, .ui--brand:focus, .ui--fave:focus, .ui--watch:focus {
  color: #fff;
}

.ui--brand:hover, .ui--fave:hover, .ui--watch:hover, .ui--brand:active, .ui--fave:active, .ui--watch:active, .is-active.ui--brand, .is-active.ui--fave, .is-active.ui--watch {
  color: #e1ff00;
}

.ui--fave:before {
  content: "\e60c";
}

.card-edit__action:hover .ui--fave:before,
.card-edit__action:active .ui--fave:before, .ui--fave:hover:before, .ui--fave.is-active:before, .ui--fave.unflag-action:before {
  content: "\e60b";
}

.ui--fave.is-active:hover:before, .ui--fave.unflag-action:hover:before {
  content: "\e60c";
}

.tooltip.is-processing .ui--fave:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.ui--watch:before {
  content: "\e60d";
}

.card-edit__action:hover .ui--watch:before,
.card-edit__action:active .ui--watch:before, .ui--watch:hover:before, .ui--watch.is-active:before, .ui--watch.unflag-action:before {
  content: "\e613";
}

.ui--watch.is-active:hover:before, .ui--watch.unflag-action:hover:before {
  content: "\e60d";
}

.tooltip.is-processing .ui--watch:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.tooltip.is-processing .ui--watch:before,
.tooltip.is-processing .ui--watch.is-active:before {
  content: "\e60d";
}

.ui--check {
  color: #fff;
}

.ui--check:before {
  content: "\e614";
}

.card-edit__action:hover .ui--check:before,
.card-edit__action:active .ui--check:before, .ui--check:hover:before, .ui--check.is-active:before, .ui--check.unflag-action:before {
  content: "\e613";
}

.ui--check.is-active:hover:before, .ui--check.unflag-action:hover:before {
  content: "\e614";
}

.tooltip.is-processing .ui--check:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.is-deletable .ui--check:before {
  content: "\e617";
}

.ui--cover {
  color: #fff;
}

.card-edit__action:hover .ui--cover,
.card-edit__action:active .ui--cover, .ui--cover:hover, .ui--cover:active, .ui--cover:focus {
  color: #e1ff00;
  text-decoration: none;
}

.is-deletable .card-edit__action:hover .ui--cover:before, .is-deletable
.card-edit__action:active .ui--cover:before, .is-deletable .ui--cover:hover:before, .is-deletable .ui--cover:active:before, .is-deletable .ui--cover:focus:before {
  content: "\e617";
}

@media (min-width: 1024px) {
  .ui--cover {
    color: #fff;
  }
  .card-edit__action:hover .ui--cover,
  .card-edit__action:active .ui--cover, .ui--cover:hover, .ui--cover:active, .ui--cover:focus {
    color: #e1ff00;
    text-decoration: none;
  }
  .is-deletable .card-edit__action:hover .ui--cover:before, .is-deletable
.card-edit__action:active .ui--cover:before, .is-deletable .ui--cover:hover:before, .is-deletable .ui--cover:active:before, .is-deletable .ui--cover:focus:before {
    content: "\e617";
  }
}

.ui--info, .ui--comment, .ui--share {
  -webkit-transition: none;
  transition: none;
}

.is-active.ui--info:before, .is-active.ui--comment:before, .is-active.ui--share:before {
  content: "\e617";
}

.card-edit__action:hover .is-active.ui--info:before, .card-edit__action:hover .is-active.ui--comment:before, .card-edit__action:hover .is-active.ui--share:before,
.card-edit__action:active .is-active.ui--info:before,
.card-edit__action:active .is-active.ui--comment:before,
.card-edit__action:active .is-active.ui--share:before, .is-active.ui--info:hover:before, .is-active.ui--comment:hover:before, .is-active.ui--share:hover:before, .is-active.is-active.ui--info:before, .is-active.is-active.ui--comment:before, .is-active.is-active.ui--share:before, .is-active.unflag-action.ui--info:before, .is-active.unflag-action.ui--comment:before, .is-active.unflag-action.ui--share:before {
  content: "\e617";
}

.is-active.is-active.ui--info:hover:before, .is-active.is-active.ui--comment:hover:before, .is-active.is-active.ui--share:hover:before, .is-active.unflag-action.ui--info:hover:before, .is-active.unflag-action.ui--comment:hover:before, .is-active.unflag-action.ui--share:hover:before {
  content: "\e617";
}

.tooltip.is-processing .is-active.ui--info:before, .tooltip.is-processing .is-active.ui--comment:before, .tooltip.is-processing .is-active.ui--share:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.is-active.ui--info:after, .is-active.ui--comment:after, .is-active.ui--share:after {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.is-active.ui--info, .is-active.ui--comment {
  background: #000;
  color: #fff;
}

.is-active.ui--info:after, .is-active.ui--comment:after {
  background: #000;
}

.is-active.ui--share {
  background: #202020;
  color: #fff;
}

.is-active.ui--share:after {
  background: #202020;
}

.ui--info:before {
  content: "\e601";
}

.card-edit__action:hover .ui--info:before,
.card-edit__action:active .ui--info:before, .ui--info:hover:before, .ui--info.is-active:before, .ui--info.unflag-action:before {
  content: "\e601";
}

.ui--info.is-active:hover:before, .ui--info.unflag-action:hover:before {
  content: "\e601";
}

.tooltip.is-processing .ui--info:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.ui--comment:before {
  content: "\e618";
}

.card-edit__action:hover .ui--comment:before,
.card-edit__action:active .ui--comment:before, .ui--comment:hover:before, .ui--comment.is-active:before, .ui--comment.unflag-action:before {
  content: "\e618";
}

.ui--comment.is-active:hover:before, .ui--comment.unflag-action:hover:before {
  content: "\e618";
}

.tooltip.is-processing .ui--comment:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.ui--share:before {
  content: "\e608";
}

.card-edit__action:hover .ui--share:before,
.card-edit__action:active .ui--share:before, .ui--share:hover:before, .ui--share.is-active:before, .ui--share.unflag-action:before {
  content: "\e608";
}

.ui--share.is-active:hover:before, .ui--share.unflag-action:hover:before {
  content: "\e608";
}

.tooltip.is-processing .ui--share:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.ui--share-roll:before {
  content: "\e608";
}

.card-edit__action:hover .ui--share-roll:before,
.card-edit__action:active .ui--share-roll:before, .ui--share-roll:hover:before, .ui--share-roll.is-active:before, .ui--share-roll.unflag-action:before {
  content: "\e608";
}

.ui--share-roll.is-active:hover:before, .ui--share-roll.unflag-action:hover:before {
  content: "\e608";
}

.tooltip.is-processing .ui--share-roll:before {
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

.ui--share-roll.is-active:before, .ui--share-roll.is-active:hover:before {
  content: "\e617";
}

.ui-datepicker {
  background: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(50, 50, 50, 0.2), 0 6px 20px 0 rgba(50, 50, 50, 0.19);
  box-shadow: 0 8px 17px 0 rgba(50, 50, 50, 0.2), 0 6px 20px 0 rgba(50, 50, 50, 0.19);
  color: #444;
  display: none;
  margin-left: -150px;
  left: 50% !important;
  padding: 8px;
  position: fixed !important;
  text-align: center;
  top: 30% !important;
  width: 300px;
  z-index: 899 !important;
}

.ui-datepicker-buttonpane {
  right: 0;
  position: absolute;
  top: -44px;
}

.ui-datepicker-current {
  display: none;
}

.ui-datepicker-close {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1;
  background: transparent;
  border: 0;
  color: #FFF;
  cursor: pointer;
  height: 44px;
  margin: 0;
  opacity: .7;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 44px;
}

.ui-datepicker-close:hover {
  opacity: 1;
}

.ui-datepicker-calendar {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.71429;
  margin: 0;
  width: 100%;
}

.ui-datepicker-calendar th {
  font-weight: normal;
}

.ui-datepicker-calendar td > a {
  background: #eee;
  color: #444;
  display: block;
  padding: 6px 0;
}

.ui-datepicker-calendar td > a, .ui-datepicker-calendar td > a:hover, .ui-datepicker-calendar td > a:focus {
  text-decoration: none;
}

.ui-datepicker-calendar td > a:hover, .ui-datepicker-calendar td > a:focus {
  background: #e2e2df;
  color: #000;
}

.ui-datepicker-calendar td > a.ui-state-highlight {
  background: #e1ff00;
  color: #575651;
}

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  margin-bottom: 8px;
}

.ui-state-disabled.ui-datepicker-prev, .ui-state-disabled.ui-datepicker-next {
  display: none;
}

.ui-datepicker-prev {
  float: left;
  padding-left: 8px;
}

.ui-datepicker-next {
  float: right;
  padding-right: 8px;
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-title {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.dfp-tag-wrapper .slug {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
}

.ad-box .dfp-tag-wrapper > .dfp-tag-wrapper {
  display: inline-block;
  padding: 0 16px;
  margin: 0 0 32px;
  text-align: center;
}

.ad-peekaboo {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ad-peekaboo .dfp-tag-wrapper > .dfp-tag-wrapper {
  padding: 16px;
}

.ad-banner {
  background: #202020;
  clear: both;
  text-align: center;
}

.ad-banner .dfp-tag-wrapper > .dfp-tag-wrapper {
  padding: 16px 0;
}

.footer-banner {
  background: #000;
  clear: both;
  position: relative;
  text-align: center;
}

.footer-banner .dfp-tag-wrapper > .dfp-tag-wrapper {
  padding: 16px 0;
}

.dfp-tag-wrapper img {
  width: inherit;
}

.media-mpx-wrapper {
  height: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.media-mpx-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#sliding-popup {
  display: block;
  margin: 0;
  padding: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
}

.popup-content {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.8;
  background-color: transparent;
  padding: 8px;
}

.popup-content:before, .popup-content:after {
  content: "\20";
  display: table;
}

.popup-content:after {
  clear: both;
}

@media (min-width: 690px) {
  .popup-content {
    padding: 8px 16px;
  }
}

#popup-text p {
  margin: 0;
}

@media (min-width: 690px) {
  #popup-text {
    float: left;
    text-align: left;
    width: 60%;
  }
}

#popup-buttons {
  margin: 8px 0 0;
}

@media (min-width: 690px) {
  #popup-buttons {
    float: right;
    padding-left: 16px;
    text-align: right;
    margin: 4px 0 0;
    width: 40%;
  }
}

.agree-button,
.hide-popup-button {
  margin-right: 8px;
}

.find-more-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 6px 1.41175em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.find-more-button, .find-more-button:hover, .find-more-button:focus, .find-more-button:active {
  color: #fff;
  text-decoration: none;
}

.find-more-button:hover, .find-more-button:focus {
  background: transparent;
  border-color: #fff;
}

.find-more-button, .find-more-button:hover, .find-more-button:focus, .find-more-button:active {
  color: #fff;
  text-decoration: none;
}

.find-more-button:hover, .find-more-button:focus {
  background: transparent;
  border-color: #fff;
}

.sliding-popup-bottom {
  position: fixed;
}

#smartbanner {
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 649;
}

.sb-container {
  padding: 8px 8px 8px 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  display: table;
  min-height: 73px;
  width: 100%;
}

.sb-close {
  color: #666;
  display: table-cell;
  font-size: 22px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 40px;
}

.sb-close:hover {
  color: #000;
  text-decoration: none;
}

.sb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  height: 57px;
  width: 57px;
}

.sb-info {
  float: left;
  padding-left: 16px;
}

.sb-info > strong,
.sb-info > span {
  display: block;
}

.sb-info > strong {
  color: #000;
  font-size: 14px;
}

.sb-info > span {
  font-size: 12px;
}

.sb-button {
  text-align: right;
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
}

.sb-button > span {
  background: #e1ff00;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 4px 8px 2px;
}

.takeover__banner {
  margin: 0 auto;
  max-width: 970px;
  position: relative;
  text-align: center;
}

.takeover__first,
.takeover__second {
  display: none;
}

@media (min-width: 1024px) {
  .takeover__first,
  .takeover__second {
    display: block;
    position: absolute;
    top: 0;
    width: 600px;
    z-index: 1;
  }
}

.takeover__first {
  left: -600px;
  text-align: right;
}

.takeover__second {
  right: -600px;
  text-align: left;
}

input[type='submit'] {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 6px 1.41175em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
}

input[type='submit'], .agree-button,
.hide-popup-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 6px 1.41175em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type='submit'], .agree-button,
.hide-popup-button, input[type='submit']:hover, .agree-button:hover,
.hide-popup-button:hover, input[type='submit']:focus, .agree-button:focus,
.hide-popup-button:focus, input[type='submit']:active, .agree-button:active,
.hide-popup-button:active {
  color: #fff;
  text-decoration: none;
}

input[type='submit']:hover, .agree-button:hover,
.hide-popup-button:hover, input[type='submit']:focus, .agree-button:focus,
.hide-popup-button:focus {
  background: transparent;
  border-color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .strip__heading {
  margin-bottom: 16px;
}

.modal, .popup {
  display: none;
  margin: 0 auto;
  max-width: 700px;
  padding-top: 44px;
  position: relative;
}

.mfp-content .modal, .mfp-content .popup {
  display: block;
}

.modal iframe, .popup iframe {
  width: 100%;
}

.popup--sm {
  max-width: 400px;
}

.modal--lg, .popup--lg {
  max-width: 970px;
}

html.no-js .js-only {
  display: none;
}

.cf:before, .cf:after,
.clearfix:before,
.clearfix:after {
  content: "\20";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.is-hidden {
  display: none;
}

.hide {
  display: none !important;
}

.is-rollout {
  overflow: hidden;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  width: 0;
}

.inline-block {
  display: inline-block !important;
}

body.is-overflow {
  overflow: hidden;
}

[aria-hidden="true"] {
  display: none;
}
