/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.container { position: relative; width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

.column, .columns { width: 100%; float: left; box-sizing: border-box; }

@media (min-width: 600px) { .container { width: 98%; }
  .column, .columns { margin-left: 4%; }
  .column:first-child, .columns:first-child { margin-left: 0; }
  .one.column, .one.columns { width: 4.66666666667%; }
  .two.columns { width: 13.3333333333%; }
  .three.columns { width: 22%; }
  .four.columns { width: 30.6666666667%; }
  .five.columns { width: 39.3333333333%; }
  .six.columns { width: 48%; }
  .seven.columns { width: 56.6666666667%; }
  .eight.columns { width: 65.3333333333%; }
  .nine.columns { width: 74.0%; }
  .ten.columns { width: 82.6666666667%; }
  .eleven.columns { width: 91.3333333333%; }
  .twelve.columns { width: 100%; margin-left: 0; }
  .one-third.column { width: 30.6666666667%; }
  .two-thirds.column { width: 65.3333333333%; }
  .one-half.column { width: 48%; }
  /* Offsets */
  .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; }
  .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; }
  .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; }
  .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; }
  .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; }
  .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; }
  .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; }
  .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; }
  .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; }
  .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; }
  .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; }
  .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
  .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } }
html { font-size: 62.5%; }

body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; font-family: "Gotham", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; }

h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem; }

h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }

h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }

h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }

h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }

h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }

@media (min-width: 1050px) { h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; } }
p { margin-top: 0; }

a { color: #1EAEDB; }

a:hover { color: #0FA0CE; }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 34px; padding: 0 30px; color: #e50914; text-align: center; font-size: 11px; font-weight: 600; line-height: 32px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 2px solid #e50914; cursor: pointer; box-sizing: border-box; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #c70c15; border-color: #c70c15; outline: 0; }

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; }

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; }

label, legend { display: block; margin-bottom: .5rem; font-weight: 600; }

fieldset { padding: 0; border-width: 0; }

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }

ul { list-style: circle inside; }

ol { list-style: decimal inside; }

ol, ul { padding-left: 0; margin-top: 0; }

ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }

li { margin-bottom: 1rem; }

code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; }

pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; }

th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; }

th:first-child, td:first-child { padding-left: 0; }

th:last-child, td:last-child { padding-right: 0; }

button, .button { margin-bottom: 1rem; }

input, textarea, select, fieldset { margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

.u-full-width { width: 100%; box-sizing: border-box; }

.u-max-full-width { max-width: 100%; box-sizing: border-box; }

.u-pull-right { float: right; }

.u-pull-left { float: left; }

hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; }

/* Self Clearing Goodness */
.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }

@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-black-webfont.eot"); src: url("/fonts/gotham/gothamssm-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-black-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-black-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-black-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-black-webfont.svg#gotham_ssmblack") format("svg"); font-weight: 900; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-blackitalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-blackitalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-blackitalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-blackitalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-blackitalic-webfont.svg#gotham_ssmblack_italic") format("svg"); font-weight: 900; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-bold-webfont.eot"); src: url("/fonts/gotham/gothamssm-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-bold-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-bold-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-bold-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-bold-webfont.svg#gotham_ssmbold") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-bolditalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-bolditalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-bolditalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-bolditalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-bolditalic-webfont.svg#gotham_ssmbold_italic") format("svg"); font-weight: 700; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-medium-webfont.eot"); src: url("/fonts/gotham/gothamssm-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-medium-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-medium-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-medium-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-medium-webfont.svg#gotham_ssmmedium") format("svg"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-mediumitalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-mediumitalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-mediumitalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-mediumitalic-webfont.svg#gotham_ssmmedium_italic") format("svg"); font-weight: 500; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-book-webfont.eot"); src: url("/fonts/gotham/gothamssm-book-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-book-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-book-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-book-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-book-webfont.svg#gotham_ssmbook") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-bookitalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-bookitalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-bookitalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-bookitalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-bookitalic-webfont.svg#gotham_ssmbook_italic") format("svg"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-light-webfont.eot"); src: url("/fonts/gotham/gothamssm-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-light-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-light-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-light-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-light-webfont.svg#gotham_ssmlight") format("svg"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-lightitalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-lightitalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-lightitalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-lightitalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-lightitalic-webfont.svg#gotham_ssmlight_italic") format("svg"); font-weight: 300; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-xlight-webfont.eot"); src: url("/fonts/gotham/gothamssm-xlight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-xlight-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-xlight-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-xlight-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-xlight-webfont.svg#gotham_ssmextra_light") format("svg"); font-weight: 200; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url("/fonts/gotham/gothamssm-xlightitalic-webfont.eot"); src: url("/fonts/gotham/gothamssm-xlightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gothamssm-xlightitalic-webfont.woff2") format("woff2"), url("/fonts/gotham/gothamssm-xlightitalic-webfont.woff") format("woff"), url("/fonts/gotham/gothamssm-xlightitalic-webfont.ttf") format("truetype"), url("/fonts/gotham/gothamssm-xlightitalic-webfont.svg#gotham_ssmextra_light_italic") format("svg"); font-weight: 200; font-style: italic; }
.unstyled-list, footer ul, footer li, nav ul, nav nav li, .device-slider ul, .device-slider li { margin: 0; padding: 0; list-style: none; }

.dark-overlay:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); pointer-events: none; }
.dark-overlay > * { position: relative; z-index: 1; }

.video-background { position: absolute; top: 50%; left: 50%; min-width: 850px; min-height: 500%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 101%; }

.uppercased { text-transform: uppercase; }

.marginless { margin: 0; }

.shadowed { box-shadow: 0 0 40px #444; box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); }

.non-breaking { white-space: nowrap; }

.hide-on-mobile { display: none; }

@media (min-width: 600px) { .hide-on-mobile { display: inherit; }
  .show-on-mobile { display: none; } }
html, body { background: #222; color: #fff; font-size: 14px; }

hr { border-color: rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.return-to-home a { padding: 20px; display: inline-block; color: #eee; font-weight: bold; }
.return-to-home a:hover { color: #f2f2f2; }
.return-to-home a:active { color: #fff; }
@media (min-width: 600px) { .return-to-home { padding: 0; position: absolute; left: 10px; top: 10px; } }

.requirement { text-align: center; }

.text-wrapper { width: 90%; max-width: 600px; text-align: center; margin: 0 auto; }

a { text-decoration: none; color: #e50914; }
a:hover { color: #c70c15; }

.vibrant-divider { height: 30px; background: #e50914; }

.fancy-header { padding-left: 20px; border-left: 1px solid #e50914; line-height: 1 !important; font-weight: normal; }

section { background: #fff; color: #555; padding: 40px 0; }
section.shaded { background: #fafafa; }
section.promo { background: #ececec; overflow: hidden; }
section.promo h3 { padding: 0; border: 0; font-size: 2.5em; font-weight: 200; margin-top: 120px; }
section.promo .one-half.column { margin: 0; width: 50%; }
section.promo img { width: 700px; }
@media (max-width: 800px) { section.promo { text-align: center; }
  section.promo h3 { margin-top: 0; }
  section.promo .one-half.column { width: 100%; float: none; }
  section.promo img { max-width: 100%; } }

.logo-list { margin-top: 20px; font-size: 0; line-height: 0; }
.logo-list li { display: inline-block; vertical-align: middle; margin: 2px; }
.logo-list a { display: block; padding: 20px; opacity: 0.8; transition: all ease 0.2s; }
.logo-list a:hover { opacity: 1; }
.logo-list img { max-width: 70px; max-height: 30px; }

.cookie-disclosure-close { margin: 0; }

.appstore-button { background: url(/images/appstore/en.svg) left center no-repeat; background-size: contain; text-indent: 200px; white-space: nowrap; display: block; width: 170px; height: 50px; overflow: hidden; margin: 0; }
.language-da_dk .appstore-button { background-image: url(/images/appstore/da_dk.svg); }
.language-de_de .appstore-button { background-image: url(/images/appstore/de_de.svg); }
.language-en_au .appstore-button { background-image: url(/images/appstore/en_au.svg); }
.language-en_gb .appstore-button { background-image: url(/images/appstore/en_gb.svg); }
.language-en_nz .appstore-button { background-image: url(/images/appstore/en_nz.svg); }
.language-es_es .appstore-button { background-image: url(/images/appstore/es_es.svg); }
.language-es .appstore-button { background-image: url(/images/appstore/es.svg); }
.language-fi_fi .appstore-button { background-image: url(/images/appstore/fi_fi.svg); }
.language-fr_ca .appstore-button { background-image: url(/images/appstore/fr_ca.svg); }
.language-fr_fr .appstore-button { background-image: url(/images/appstore/fr_fr.svg); }
.language-it .appstore-button { background-image: url(/images/appstore/it.svg); }
.language-ja .appstore-button { background-image: url(/images/appstore/ja.svg); }
.language-nl .appstore-button { background-image: url(/images/appstore/nl.svg); }
.language-no .appstore-button { background-image: url(/images/appstore/no.svg); }
.language-pt_br .appstore-button { background-image: url(/images/appstore/pt_br.svg); }
.language-pt_pt .appstore-button { background-image: url(/images/appstore/pt_pt.svg); }
.language-sv .appstore-button { background-image: url(/images/appstore/sv.svg); }
.language-ko .appstore-button { background-image: url(/images/appstore/ko.svg); }
.language-zh_cn .appstore-button { background-image: url(/images/appstore/zh_cn.svg); }
.language-zh_tw .appstore-button { background-image: url(/images/appstore/zh_tw.svg); }
.language-ar .appstore-button { background-image: url(/images/appstore/ar.svg); }
@media (max-width: 800px) { .appstore-button { margin: 0 auto; } }

.promo-background { background: url(/images/promo/en.jpg) left center no-repeat; background-size: contain; height: 500px; width: 800px; }
.language-da_dk .promo-background { background-image: url(/images/promo/da_dk.jpg); }
.language-de_de .promo-background { background-image: url(/images/promo/de_de.jpg); }
.language-es_es .promo-background { background-image: url(/images/promo/es_es.jpg); }
.language-es .promo-background { background-image: url(/images/promo/es.jpg); }
.language-fi_fi .promo-background { background-image: url(/images/promo/fi_fi.jpg); }
.language-fr_ca .promo-background { background-image: url(/images/promo/fr_ca.jpg); }
.language-fr_fr .promo-background { background-image: url(/images/promo/fr_fr.jpg); }
.language-it .promo-background { background-image: url(/images/promo/it.jpg); }
.language-ja .promo-background { background-image: url(/images/promo/ja.jpg); }
.language-nl .promo-background { background-image: url(/images/promo/nl.jpg); }
.language-no .promo-background { background-image: url(/images/promo/no.jpg); }
.language-pt_br .promo-background { background-image: url(/images/promo/pt_br.jpg); }
.language-pt_pt .promo-background { background-image: url(/images/promo/pt_pt.jpg); }
.language-sv .promo-background { background-image: url(/images/promo/sv.jpg); }
@media (max-width: 800px) { .promo-background { margin: 0 auto; height: 350px; width: 100%; } }

#video-background { background-image: url(/images/device-header-background.jpg); }

header { text-align: center; background: #222 center no-repeat; background-size: cover; overflow: hidden; margin-top: 60px; padding: 80px 0; position: relative; }
@media (min-width: 600px) { header { padding: 100px 0; } }
header:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
header > * { position: relative; z-index: 2; }
header .video-background { z-index: 0; }
header h2, header .nrtv-header-wrapper { max-width: 750px; margin: 0 auto 20px auto; line-height: 1; }
header p { max-width: 800px; margin: 0 auto; }

.vodaphone-promo { padding: 0; }

.vodaphone-promo .container { padding: 0; padding-top: 120px; padding-bottom: 30px; background: url(/images/promo-phone-shaded.jpg) center 30px no-repeat; background-size: 300px; }
.vodaphone-promo .container .promo-image { height: 160px; background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 50%); /* FF3.6+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, transparent)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 50%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 50%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 50%); /* IE10+ */ background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, transparent 50%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ background-repeat: no-repeat; background-position: 60% 110px; }
.vodaphone-promo .container .promo-image + div { padding: 20px; background: #fafafa; }
@media (min-width: 600px) { .vodaphone-promo .container { background-size: 40%; background-position: 5% center; }
  .vodaphone-promo .container .promo-image { visibility: hidden; } }
@media (min-width: 800px) { .vodaphone-promo .container { background-position: 5% 20px; padding-left: 20px; padding-right: 20px; } }

footer, .fake-footer { background: #fff; color: #555; padding-top: 30px; padding-bottom: 30px; font-size: 12px; border-top: 1px solid #eee; z-index: 2; position: relative; }
footer p, .fake-footer p { margin: 0 0; }

.fake-footer + footer { border: 0; }

footer ul, footer li { margin: 0; padding: 0; list-style: none; }
footer ul { font-size: 0; }
footer li { display: inline; font-size: 14px; }
footer li > a, footer li > span { border-right: 1px solid #aaa; padding: 2px 8px 2px 0; margin-right: 8px; }
footer li:last-child > a, footer li:last-child > span { border-right: 0; }
footer h5 { font-size: 14px; font-weight: bold; margin: 10px 0 5px 0; }
@media (min-width: 600px) { footer h5 { margin: 0 0 5px 0; } }
footer .fterms { color: #5c5c5c; margin-top: 30px; }
footer a { text-decoration: none; color: #888; margin-right: 10px; }
footer a:hover { text-decoration: underline; color: #555; }

.video { cursor: pointer; color: #fff; transition: color ease 0.2s; max-width: 450px; margin: 0 auto; }
.video > div { width: 100%; height: 190px; position: relative; transition: border ease 0.2s; background-size: contain; background-repeat: no-repeat; background-position: center; }
.video > div:before, .video > div:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; transition: all ease 0.2s; opacity: 0.8; }
.video > div:before { margin: -20px 0 0 -20px; width: 40px; height: 40px; border-radius: 100%; border: 2px solid #fff; background: #000; }
.video > div:after { margin: -8px 0 0 -2px; width: 0; height: 0; border: 13.33333px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 0; }
.video .subtitle { text-align: center; margin: 10px 0; font-size: 1.2em; color: #e50914; }
.video:hover { color: #eee; }
.video:hover > div, .video:hover > div:before { border-color: #eee; }
.video:hover > div:after { border-left-color: #eee; }
.video:hover > div:before, .video:hover > div:after { opacity: 0.95; }

.video-dialog { position: fixed; display: block; background: rgba(0, 0, 0, 0.95); left: -9999px; right: -9000px; text-align: center; padding: 50px; z-index: 9999; }

.video-dialog.open { top: 0; left: 0; right: 0; bottom: 0; }

.video-dialog-close { position: absolute; top: 10px; right: 20px; font-size: 60px; line-height: 30px; height: 30px; cursor: pointer; color: #EEE; text-decoration: none; }

.video-dialog-close:hover { color: #fff; }

.video-dialog-close:active { color: #aaa; }

.video-dialog iframe { margin: 0 auto; width: 100%; height: 100%; }

nav { background: #fff; padding: 5px 0; position: fixed; top: 0; z-index: 9999; width: 100%; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
nav h1 { background: url(/images/logo.png) left center no-repeat; background-size: 60%; text-indent: -9999px; overflow: hidden; height: 50px; width: 200px; margin: 0; }
nav a { height: 50px; line-height: 50px; padding: 0 10px; display: block; color: #e50914; font-weight: bold; }
nav ul { position: absolute; right: 10px; top: 0; }

.device-slider { padding: 0; overflow-x: auto; width: 100%; position: relative; }
.device-slider ul, .device-slider li { height: 160px; }
.device-slider .vibrant-divider, .device-slider ul { text-align: center; width: 100%; min-width: 800px; margin: 0 auto; }
.device-slider li { width: 100%; box-sizing: border-box; display: inline-block; float: left; border-left: 1px solid #eee; position: relative; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; background-position: center 20%; background-repeat: no-repeat; background-size: auto 50px; }
.device-slider li.active, .device-slider li:active, .device-slider li:hover { background-color: #fafafa; cursor: pointer; }
.device-slider li.active, .device-slider li:active { z-index: 2; }
.device-slider li + li { border-left: 1px solid #eee; }
.device-slider span { color: #555; font-weight: bold; font-size: 0.9em; display: block; margin: 80px auto 0 auto; max-width: 160px; width: 95%; }
.device-slider .vibrant-divider { height: 20px; position: absolute; bottom: 0; width: 100%; }
.device-slider.device-count-2 li { width: 50%; width: calc(100% / 2); }
.device-slider.device-count-3 li { width: 33.33%; width: calc(100% / 3); }
.device-slider.device-count-4 li { width: 25%; width: calc(100% / 4); }
.device-slider.device-count-5 li { width: 20%; width: calc(100% / 5); }
.device-slider.device-count-6 li { width: 16.66%; width: calc(100% / 6); }
.device-slider.device-count-7 li { width: 14.285%; width: calc(100% / 7); }
.device-slider.device-count-8 li { width: 12.5%; width: calc(100% / 8); }
.device-slider.device-count-9 li { width: 11.11%; width: calc(100% / 9); }
.device-slider.device-count-10 li { width: 10%; width: calc(100% / 10); }

.device-slider-content { display: none; background: #000 url(../images/device-panel-background2.jpg) bottom left no-repeat; background-size: cover; color: #fff; position: relative; padding: 50px 0; }
.device-slider-content.active { display: block; }
.device-slider-content .container { min-height: 305px; }
.device-slider-content h3 { font-weight: 300; line-height: 1; font-size: 2.5rem; }
@media (min-width: 600px) { .device-slider-content .learn-more-link { position: absolute; bottom: 0; margin: 0; } }

.device-logos { width: 100%; max-width: 400px; margin: 0 auto; }
@media (min-width: 600px) { .device-logos { width: 300px; position: absolute; right: 0; top: -50px; height: 405px; overflow: hidden; } }
.device-logos > a, .device-logos > div { display: block; width: 49%; margin: 0 1px 1px 0; height: 80px; background: #000 no-repeat center; background-size: 50% auto; opacity: 0.8; overflow: hidden; text-indent: -999px; float: left; }
.device-logos > a:hover { background-color: #111; opacity: 1; }
.device-logos > div { background: #1a1a1a url(/images/checkerboard.gif); }
.device-logos.grid-2 > a, .device-logos.grid-2 > div { height: 202px; width: 100%; }
.device-logos.grid-4 > a, .device-logos.grid-4 > div { height: 202px; }
.device-logos.grid-6 > a, .device-logos.grid-6 > div { height: 134px; }
.device-logos.grid-8 > a, .device-logos.grid-8 > div { height: 101px; }
.device-logos.grid-10 > a, .device-logos.grid-10 > div { height: 80px; }
.device-logos.grid-12 > a, .device-logos.grid-12 > div { height: 67px; }
.device-logos.grid-15 > a, .device-logos.grid-15 > div { width: 33%; height: 80px; }
.device-logos.grid-20 > a, .device-logos.grid-20 > div { width: 24.5%; height: 80px; }

.manufacturer-list { text-align: left; max-width: 800px; margin: 0 auto; }
.manufacturer-list p { margin-bottom: 5px; }
.manufacturer-list > div { padding-top: 80px; padding-bottom: 80px; margin: -60px 0; }
.manufacturer-list img { padding: 10px 0 20px; max-width: 100%; height: auto; }
@media (max-width: 500px) { .manufacturer-list .three.columns { max-width: 200px; } }

@media (min-width: 600px) { .manufacturer-image { text-align: right; }
  .manufacturer-models { border-left: 1px solid #eee; padding-left: 20px; } }
.nrtv-callout-wrapper { margin-top: 74px; }
.nrtv-callout-wrapper img { float: left; width: 150px; margin: 0 20px 0 0; }
.nrtv-callout-wrapper p { margin: 0; }
.nrtv-callout-wrapper .button { margin-top: 10px; }

.nrtv-centered-block { text-align: center; max-width: 800px; margin: 0 auto; }

.nrtv-header img { float: left; border-right: 1px solid #e50914; width: 100px; padding-right: 10px; margin-right: 10px; }
.nrtv-header h3 { text-transform: uppercase; line-height: 34px; margin-left: 110px; padding-left: 10px; border-left: 1px solid #e50914; font-size: 1.8rem; font-weight: normal; }
@media (min-width: 870px) { .nrtv-header h3 { font-size: 2.2rem; } }

.nrtv-section-callout .container { max-width: 700px; margin: 0 auto; }
.nrtv-section-callout p { margin: 0 0 20px 0; }
.nrtv-section-callout img { float: left; margin: 0 40px 0 0; width: 30%; max-width: 150px; }

.nrtv-requirements { background: #221f1f url(/images/nrtv-panel-background2.jpg) center; background-size: cover; color: #fff; }

.nrtv-banner { background: #221f1f url(/images/nrtv-header-background.jpg) center; background-size: cover; color: #fff; }

.nrtv-features h5, .nrtv-features h6 { font-weight: normal; }
.nrtv-features h6 { white-space: nowrap; font-size: 1.3rem; }
.nrtv-features h5 { font-size: 1.4rem; min-height: 40px; }
.nrtv-features img { max-height: 100px; max-width: 100%; margin: 0 auto 20px; display: block; }
.nrtv-features .row { margin-top: 20px; padding-top: 30px; }
.nrtv-features .row + .row { border-top: 1px solid #222; }
.nrtv-features .feature-column { text-align: center; }
@media (max-width: 900px) { .nrtv-features .three.columns { width: 96%; margin: 0 2%; }
  .nrtv-features .three.columns.feature-column { width: 46%; margin: 0 2%; } }
@media (max-width: 500px) { .nrtv-features .three.columns { width: 96% !important; } }

.nrtv-large-header { text-align: center; width: 100%; margin: 20px auto; padding-top: 240px; background: url(/images/nrtv-illustration-bolder.png) center; background-size: 1200px; }
.nrtv-large-header .container { width: 80%; max-width: 700px; }
.nrtv-large-header img { width: 80%; max-width: 200px; }

.nrtv-header-wrapper { margin: 0; width: auto; text-align: center; }
.nrtv-header-wrapper img { width: 100%; max-width: 220px; float: none; margin: 0 auto 20px 0; }

@font-face { font-family: "YDGothic"; src: url("/fonts/57a3faea-7518-469b-b4cf-af32330cb8ca.eot?#iefix"); src: url("/fonts/57a3faea-7518-469b-b4cf-af32330cb8ca.eot?#iefix") format("eot"), url("/fonts/b310bc75-cf64-485f-ba90-e73873cd012b.woff2") format("woff2"), url("/fonts/dea54916-1d30-4495-87da-d89a524b4ba5.woff") format("woff"), url("/fonts/3983fa1b-5734-48c5-b23b-fa796808dfa3.ttf") format("truetype"), url("/fonts/a68dcb3a-acf5-45cd-ac7d-0b95d2ba85d0.svg#a68dcb3a-acf5-45cd-ac7d-0b95d2ba85d0") format("svg"); font-weight: lighter; font-style: normal; }
@font-face { font-family: "YDGothic"; src: url("/fonts/53b2d30f-296e-45d2-90e9-261aafe670a7.eot?#iefix"); src: url("/fonts/53b2d30f-296e-45d2-90e9-261aafe670a7.eot?#iefix") format("eot"), url("/fonts/e1b53934-0e69-422b-8748-630d69961aae.woff2") format("woff2"), url("/fonts/443e49c8-aab2-4432-aa8e-e44a448a95c3.woff") format("woff"), url("/fonts/a723c5ad-e9c6-47ea-bfda-96b34879ac2f.ttf") format("truetype"), url("/fonts/1099d41c-4509-4e34-b33b-570b1853bd74.svg#1099d41c-4509-4e34-b33b-570b1853bd74") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "YDGothic"; src: url("/fonts/cd373da3-22bf-466b-ad29-643c524dd152.eot?#iefix"); src: url("/fonts/cd373da3-22bf-466b-ad29-643c524dd152.eot?#iefix") format("eot"), url("/fonts/d200a29d-f35b-4d20-82f7-67b83b835b6d.woff2") format("woff2"), url("/fonts/f31ceb51-ca38-41cc-ad77-8270ff6dec21.woff") format("woff"), url("/fonts/ff381e83-4766-44ed-aecc-3aec8678a8a9.ttf") format("truetype"), url("/fonts/f104c8be-9f89-4d3e-9197-95b7c9e98002.svg#f104c8be-9f89-4d3e-9197-95b7c9e98002") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: "Helvetica Neue W20"; src: url("/fonts/970dce1b-6539-4270-a7dc-6b0d2049d215.eot?#iefix"); src: url("/fonts/970dce1b-6539-4270-a7dc-6b0d2049d215.eot?#iefix") format("eot"), url("/fonts/e2b0b793-a7b7-4648-9fd2-e2c7dcef8b12.woff2") format("woff2"), url("/fonts/cdc747bd-2e23-4644-a2e5-a9b02a03419c.woff") format("woff"), url("/fonts/833a3c8d-69c1-4e6a-8ce0-ffe6d1889c89.ttf") format("truetype"), url("/fonts/d6f31bfb-2841-40b7-a0e4-b30b79653795.svg#d6f31bfb-2841-40b7-a0e4-b30b79653795") format("svg"); font-weight: lighter; font-style: normal; }
@font-face { font-family: "Helvetica Neue W20"; src: url("/fonts/f1efc679-5599-4d78-84f4-9a9621a2c9ca.eot?#iefix"); src: url("/fonts/f1efc679-5599-4d78-84f4-9a9621a2c9ca.eot?#iefix") format("eot"), url("/fonts/a3bbc98e-e5f0-45ec-af25-e05e49dc2b5b.woff2") format("woff2"), url("/fonts/a7c9da12-79cb-4a12-9229-ffabb0ef391a.woff") format("woff"), url("/fonts/1c57a78a-dd07-40be-bbdf-8e8a8bccc38c.ttf") format("truetype"), url("/fonts/749d47fa-e9a3-4ac9-bac5-dc72b5a53301.svg#749d47fa-e9a3-4ac9-bac5-dc72b5a53301") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Helvetica Neue W20"; src: url("/fonts/00ead6b8-6e2d-4b87-9cc7-ef84c2fcb744.eot?#iefix"); src: url("/fonts/00ead6b8-6e2d-4b87-9cc7-ef84c2fcb744.eot?#iefix") format("eot"), url("/fonts/33f381a3-597b-47c9-a038-ca7df1af0523.woff2") format("woff2"), url("/fonts/7ccff9d2-61ec-4c3a-a5c9-6eb7155bd986.woff") format("woff"), url("/fonts/c662f6cf-c784-4470-b325-28641fac4b97.ttf") format("truetype"), url("/fonts/d7b96c48-8d15-4290-b515-3d07ffcb5aca.svg#d7b96c48-8d15-4290-b515-3d07ffcb5aca") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: "MHei HK"; src: url("/fonts/dcb4ce31-3589-4ba1-9f13-c6d4e3980c5e.eot?#iefix"); src: url("/fonts/dcb4ce31-3589-4ba1-9f13-c6d4e3980c5e.eot?#iefix") format("eot"), url("/fonts/a2023202-9c5a-429b-8ff1-c29b7f41c546.woff2") format("woff2"), url("/fonts/a8d2ea62-dba8-450b-8c58-f341edbbab5f.woff") format("woff"), url("/fonts/eadf3dc3-1f89-44e9-80d2-49d63afa014b.ttf") format("truetype"), url("/fonts/b0d67147-8a67-4a48-aaff-44e60c51a5f4.svg#b0d67147-8a67-4a48-aaff-44e60c51a5f4") format("svg"); font-weight: lighter; font-style: normal; }
@font-face { font-family: "MHei HK"; src: url("/fonts/af630930-d807-4278-ab8d-5c71bb22fdaf.eot?#iefix"); src: url("/fonts/af630930-d807-4278-ab8d-5c71bb22fdaf.eot?#iefix") format("eot"), url("/fonts/2d6d9f7d-7305-4485-9e48-6b98918d69c9.woff2") format("woff2"), url("/fonts/39da0ff7-7d82-41d5-9229-9fd9f1a1695e.woff") format("woff"), url("/fonts/8a760abb-7ce0-4aa1-a97b-c7629125a3f7.ttf") format("truetype"), url("/fonts/9f7b4529-d75f-43f6-8f1f-a64af6ca5f8a.svg#9f7b4529-d75f-43f6-8f1f-a64af6ca5f8a") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "MHei HK"; src: url("/fonts/04022d17-607b-4fab-be07-cef955d74c3b.eot?#iefix"); src: url("/fonts/04022d17-607b-4fab-be07-cef955d74c3b.eot?#iefix") format("eot"), url("/fonts/6ea40537-5631-411c-90db-407bc55088fa.woff2") format("woff2"), url("/fonts/0f2c63b4-779f-4b81-8e3e-54de7927f868.woff") format("woff"), url("/fonts/c376963b-6cc3-4352-82be-b3f7205e7a94.ttf") format("truetype"), url("/fonts/7fadcf9f-4765-4ca2-8c51-f5f4120a058e.svg#7fadcf9f-4765-4ca2-8c51-f5f4120a058e") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: "MHei PRC"; src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix"); src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix") format("eot"), url("/fonts/3d2cfba4-d1f1-41c4-9572-d6ad585027ae.woff2") format("woff2"), url("/fonts/e2a7dbb1-683b-43f9-93c3-3c90bd796947.woff") format("woff"), url("/fonts/209e9e03-c8da-484c-8b2f-0fa5504f0850.ttf") format("truetype"), url("/fonts/c0b5e77b-a1e7-4989-ae5a-7fa992240b4d.svg#c0b5e77b-a1e7-4989-ae5a-7fa992240b4d") format("svg"); font-weight: lighter; font-style: normal; }
@font-face { font-family: "MHei PRC"; src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix"); src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix") format("eot"), url("/fonts/01d1ba12-fd66-4482-9c1f-2575e0c7c3a9.woff2") format("woff2"), url("/fonts/6e492d69-4e39-4717-a5bf-81c3c6054266.woff") format("woff"), url("/fonts/accfa525-7961-48ca-ac81-4f8a9b90a571.ttf") format("truetype"), url("/fonts/abee04b2-133d-4c23-9f53-08cfe61704bd.svg#abee04b2-133d-4c23-9f53-08cfe61704bd") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "MHei PRC"; src: url("/fonts/c7c8daea-47dc-439d-8313-096ed2f86737.eot?#iefix"); src: url("/fonts/c7c8daea-47dc-439d-8313-096ed2f86737.eot?#iefix") format("eot"), url("/fonts/139e9020-e990-454d-907a-20087a158353.woff2") format("woff2"), url("/fonts/687121c8-4fc0-4826-9ba3-49a663d219f5.woff") format("woff"), url("/fonts/c116d92c-93db-4400-a333-d131a9959f86.ttf") format("truetype"), url("/fonts/0e4408b8-9d34-449e-8f12-4785fa87856a.svg#0e4408b8-9d34-449e-8f12-4785fa87856a") format("svg"); font-weight: bold; font-style: normal; }
.language-ko body, .language-ko h1, .language-ko h2, .language-ko h3, .language-ko h4, .language-ko h5, .language-ko h6 { font-family: "YDGothic", sans-serif; }
.language-zh_cn body, .language-zh_cn h1, .language-zh_cn h2, .language-zh_cn h3, .language-zh_cn h4, .language-zh_cn h5, .language-zh_cn h6 { font-family: "MHei PRC", sans-serif; }
.language-zh_tw body, .language-zh_tw h1, .language-zh_tw h2, .language-zh_tw h3, .language-zh_tw h4, .language-zh_tw h5, .language-zh_tw h6 { font-family: "MHei HK", sans-serif; }
.language-ar body, .language-ar h1, .language-ar h2, .language-ar h3, .language-ar h4, .language-ar h5, .language-ar h6 { font-family: "Helvetica Neue W20", sans-serif; }

.language-ar { direction: rtl; }
.language-ar .device-slider li { float: right; }
.language-ar header .nrtv-header-wrapper, .language-ar header h2 { line-height: 1.2; }
.language-ar #support-phone span { direction: ltr; display: inline-block; }
.language-ar .fancy-header { border-left: none; border-right: 1px solid #e50914; padding-left: 0; padding-right: 20px; }
@media (min-width: 600px) { .language-ar .column, .language-ar .columns { margin-left: 0; margin-right: 4%; }
  .language-ar .column:first-child, .language-ar .columns:first-child { margin-right: 0; } }
.language-ar .column { float: right; }
@media (min-width: 600px) { .language-ar .device-logos { right: auto; left: 0; } }
.language-ar nav ul { right: auto; left: 10px; }
.language-ar nav h1 { background-position: right center; }
.language-ar footer li > a, .language-ar footer li > span { border-right: none; margin-right: 0; border-left: 1px solid #aaa; padding: 2px 0 2px 8px; margin-left: 8px; }
.language-ar footer li:last-child > a, .language-ar footer li:last-child > span { border-left: 0; }

.hdtvs-icon { background-image: url(/images/icons/hdtv.png); }

.hdtvs-icon.active, .hdtvs-icon:active { background-image: url(/images/icons/hdtv-active.png); }

.phones_and_tablets-icon { background-image: url(/images/icons/phones-and-tablet.png); }

.phones_and_tablets-icon.active, .phones_and_tablets-icon:active { background-image: url(/images/icons/phones-and-tablet-active.png); }

.game_consoles-icon { background-image: url(/images/icons/game-console.png); }

.game_consoles-icon.active, .game_consoles-icon:active { background-image: url(/images/icons/game-console-active.png); }

.media_players-icon { background-image: url(/images/icons/media-player.png); }

.media_players-icon.active, .media_players-icon:active { background-image: url(/images/icons/media-player-active.png); }

.blu_ray_players-icon { background-image: url(/images/icons/blu-ray-player.png); }

.blu_ray_players-icon.active, .blu_ray_players-icon:active { background-image: url(/images/icons/blu-ray-player-active.png); }

.mvpds-icon { background-image: url(/images/icons/mvpd.png); }

.mvpds-icon.active, .mvpds-icon:active { background-image: url(/images/icons/mvpd-active.png); }

.pcs_and_laptops-icon { background-image: url(/images/icons/laptop.png); }

.pcs_and_laptops-icon.active, .pcs_and_laptops-icon:active { background-image: url(/images/icons/laptop-active.png); }

[class^="country-visible-"], [class*=" country-visible-"] { display: none !important; }

.country-a1 .country-visible-a1 { display: inherit !important; }

.country-a1 .logo-list li.country-visible-a1 { display: inline-block !important; }

.country-a2 .country-visible-a2 { display: inherit !important; }

.country-a2 .logo-list li.country-visible-a2 { display: inline-block !important; }

.country-o1 .country-visible-o1 { display: inherit !important; }

.country-o1 .logo-list li.country-visible-o1 { display: inline-block !important; }

.country-ad .country-visible-ad { display: inherit !important; }

.country-ad .logo-list li.country-visible-ad { display: inline-block !important; }

.country-ae .country-visible-ae { display: inherit !important; }

.country-ae .logo-list li.country-visible-ae { display: inline-block !important; }

.country-af .country-visible-af { display: inherit !important; }

.country-af .logo-list li.country-visible-af { display: inline-block !important; }

.country-ag .country-visible-ag { display: inherit !important; }

.country-ag .logo-list li.country-visible-ag { display: inline-block !important; }

.country-ai .country-visible-ai { display: inherit !important; }

.country-ai .logo-list li.country-visible-ai { display: inline-block !important; }

.country-al .country-visible-al { display: inherit !important; }

.country-al .logo-list li.country-visible-al { display: inline-block !important; }

.country-am .country-visible-am { display: inherit !important; }

.country-am .logo-list li.country-visible-am { display: inline-block !important; }

.country-ao .country-visible-ao { display: inherit !important; }

.country-ao .logo-list li.country-visible-ao { display: inline-block !important; }

.country-ap .country-visible-ap { display: inherit !important; }

.country-ap .logo-list li.country-visible-ap { display: inline-block !important; }

.country-aq .country-visible-aq { display: inherit !important; }

.country-aq .logo-list li.country-visible-aq { display: inline-block !important; }

.country-ar .country-visible-ar { display: inherit !important; }

.country-ar .logo-list li.country-visible-ar { display: inline-block !important; }

.country-as .country-visible-as { display: inherit !important; }

.country-as .logo-list li.country-visible-as { display: inline-block !important; }

.country-at .country-visible-at { display: inherit !important; }

.country-at .logo-list li.country-visible-at { display: inline-block !important; }

.country-au .country-visible-au { display: inherit !important; }

.country-au .logo-list li.country-visible-au { display: inline-block !important; }

.country-aw .country-visible-aw { display: inherit !important; }

.country-aw .logo-list li.country-visible-aw { display: inline-block !important; }

.country-ax .country-visible-ax { display: inherit !important; }

.country-ax .logo-list li.country-visible-ax { display: inline-block !important; }

.country-az .country-visible-az { display: inherit !important; }

.country-az .logo-list li.country-visible-az { display: inline-block !important; }

.country-ba .country-visible-ba { display: inherit !important; }

.country-ba .logo-list li.country-visible-ba { display: inline-block !important; }

.country-bb .country-visible-bb { display: inherit !important; }

.country-bb .logo-list li.country-visible-bb { display: inline-block !important; }

.country-bd .country-visible-bd { display: inherit !important; }

.country-bd .logo-list li.country-visible-bd { display: inline-block !important; }

.country-be .country-visible-be { display: inherit !important; }

.country-be .logo-list li.country-visible-be { display: inline-block !important; }

.country-bf .country-visible-bf { display: inherit !important; }

.country-bf .logo-list li.country-visible-bf { display: inline-block !important; }

.country-bg .country-visible-bg { display: inherit !important; }

.country-bg .logo-list li.country-visible-bg { display: inline-block !important; }

.country-bh .country-visible-bh { display: inherit !important; }

.country-bh .logo-list li.country-visible-bh { display: inline-block !important; }

.country-bi .country-visible-bi { display: inherit !important; }

.country-bi .logo-list li.country-visible-bi { display: inline-block !important; }

.country-bj .country-visible-bj { display: inherit !important; }

.country-bj .logo-list li.country-visible-bj { display: inline-block !important; }

.country-bl .country-visible-bl { display: inherit !important; }

.country-bl .logo-list li.country-visible-bl { display: inline-block !important; }

.country-bm .country-visible-bm { display: inherit !important; }

.country-bm .logo-list li.country-visible-bm { display: inline-block !important; }

.country-bn .country-visible-bn { display: inherit !important; }

.country-bn .logo-list li.country-visible-bn { display: inline-block !important; }

.country-bo .country-visible-bo { display: inherit !important; }

.country-bo .logo-list li.country-visible-bo { display: inline-block !important; }

.country-bq .country-visible-bq { display: inherit !important; }

.country-bq .logo-list li.country-visible-bq { display: inline-block !important; }

.country-br .country-visible-br { display: inherit !important; }

.country-br .logo-list li.country-visible-br { display: inline-block !important; }

.country-bs .country-visible-bs { display: inherit !important; }

.country-bs .logo-list li.country-visible-bs { display: inline-block !important; }

.country-bt .country-visible-bt { display: inherit !important; }

.country-bt .logo-list li.country-visible-bt { display: inline-block !important; }

.country-bv .country-visible-bv { display: inherit !important; }

.country-bv .logo-list li.country-visible-bv { display: inline-block !important; }

.country-bw .country-visible-bw { display: inherit !important; }

.country-bw .logo-list li.country-visible-bw { display: inline-block !important; }

.country-by .country-visible-by { display: inherit !important; }

.country-by .logo-list li.country-visible-by { display: inline-block !important; }

.country-bz .country-visible-bz { display: inherit !important; }

.country-bz .logo-list li.country-visible-bz { display: inline-block !important; }

.country-ca .country-visible-ca { display: inherit !important; }

.country-ca .logo-list li.country-visible-ca { display: inline-block !important; }

.country-cc .country-visible-cc { display: inherit !important; }

.country-cc .logo-list li.country-visible-cc { display: inline-block !important; }

.country-cd .country-visible-cd { display: inherit !important; }

.country-cd .logo-list li.country-visible-cd { display: inline-block !important; }

.country-cf .country-visible-cf { display: inherit !important; }

.country-cf .logo-list li.country-visible-cf { display: inline-block !important; }

.country-cg .country-visible-cg { display: inherit !important; }

.country-cg .logo-list li.country-visible-cg { display: inline-block !important; }

.country-ch .country-visible-ch { display: inherit !important; }

.country-ch .logo-list li.country-visible-ch { display: inline-block !important; }

.country-ci .country-visible-ci { display: inherit !important; }

.country-ci .logo-list li.country-visible-ci { display: inline-block !important; }

.country-ck .country-visible-ck { display: inherit !important; }

.country-ck .logo-list li.country-visible-ck { display: inline-block !important; }

.country-cl .country-visible-cl { display: inherit !important; }

.country-cl .logo-list li.country-visible-cl { display: inline-block !important; }

.country-cm .country-visible-cm { display: inherit !important; }

.country-cm .logo-list li.country-visible-cm { display: inline-block !important; }

.country-cn .country-visible-cn { display: inherit !important; }

.country-cn .logo-list li.country-visible-cn { display: inline-block !important; }

.country-co .country-visible-co { display: inherit !important; }

.country-co .logo-list li.country-visible-co { display: inline-block !important; }

.country-cr .country-visible-cr { display: inherit !important; }

.country-cr .logo-list li.country-visible-cr { display: inline-block !important; }

.country-cu .country-visible-cu { display: inherit !important; }

.country-cu .logo-list li.country-visible-cu { display: inline-block !important; }

.country-cv .country-visible-cv { display: inherit !important; }

.country-cv .logo-list li.country-visible-cv { display: inline-block !important; }

.country-cw .country-visible-cw { display: inherit !important; }

.country-cw .logo-list li.country-visible-cw { display: inline-block !important; }

.country-cx .country-visible-cx { display: inherit !important; }

.country-cx .logo-list li.country-visible-cx { display: inline-block !important; }

.country-cy .country-visible-cy { display: inherit !important; }

.country-cy .logo-list li.country-visible-cy { display: inline-block !important; }

.country-cz .country-visible-cz { display: inherit !important; }

.country-cz .logo-list li.country-visible-cz { display: inline-block !important; }

.country-de .country-visible-de { display: inherit !important; }

.country-de .logo-list li.country-visible-de { display: inline-block !important; }

.country-dj .country-visible-dj { display: inherit !important; }

.country-dj .logo-list li.country-visible-dj { display: inline-block !important; }

.country-dk .country-visible-dk { display: inherit !important; }

.country-dk .logo-list li.country-visible-dk { display: inline-block !important; }

.country-dm .country-visible-dm { display: inherit !important; }

.country-dm .logo-list li.country-visible-dm { display: inline-block !important; }

.country-do .country-visible-do { display: inherit !important; }

.country-do .logo-list li.country-visible-do { display: inline-block !important; }

.country-dz .country-visible-dz { display: inherit !important; }

.country-dz .logo-list li.country-visible-dz { display: inline-block !important; }

.country-ec .country-visible-ec { display: inherit !important; }

.country-ec .logo-list li.country-visible-ec { display: inline-block !important; }

.country-ee .country-visible-ee { display: inherit !important; }

.country-ee .logo-list li.country-visible-ee { display: inline-block !important; }

.country-eg .country-visible-eg { display: inherit !important; }

.country-eg .logo-list li.country-visible-eg { display: inline-block !important; }

.country-eh .country-visible-eh { display: inherit !important; }

.country-eh .logo-list li.country-visible-eh { display: inline-block !important; }

.country-er .country-visible-er { display: inherit !important; }

.country-er .logo-list li.country-visible-er { display: inline-block !important; }

.country-es .country-visible-es { display: inherit !important; }

.country-es .logo-list li.country-visible-es { display: inline-block !important; }

.country-et .country-visible-et { display: inherit !important; }

.country-et .logo-list li.country-visible-et { display: inline-block !important; }

.country-eu .country-visible-eu { display: inherit !important; }

.country-eu .logo-list li.country-visible-eu { display: inline-block !important; }

.country-fi .country-visible-fi { display: inherit !important; }

.country-fi .logo-list li.country-visible-fi { display: inline-block !important; }

.country-fj .country-visible-fj { display: inherit !important; }

.country-fj .logo-list li.country-visible-fj { display: inline-block !important; }

.country-fk .country-visible-fk { display: inherit !important; }

.country-fk .logo-list li.country-visible-fk { display: inline-block !important; }

.country-fm .country-visible-fm { display: inherit !important; }

.country-fm .logo-list li.country-visible-fm { display: inline-block !important; }

.country-fo .country-visible-fo { display: inherit !important; }

.country-fo .logo-list li.country-visible-fo { display: inline-block !important; }

.country-fr .country-visible-fr { display: inherit !important; }

.country-fr .logo-list li.country-visible-fr { display: inline-block !important; }

.country-ga .country-visible-ga { display: inherit !important; }

.country-ga .logo-list li.country-visible-ga { display: inline-block !important; }

.country-gb .country-visible-gb { display: inherit !important; }

.country-gb .logo-list li.country-visible-gb { display: inline-block !important; }

.country-gd .country-visible-gd { display: inherit !important; }

.country-gd .logo-list li.country-visible-gd { display: inline-block !important; }

.country-ge .country-visible-ge { display: inherit !important; }

.country-ge .logo-list li.country-visible-ge { display: inline-block !important; }

.country-gf .country-visible-gf { display: inherit !important; }

.country-gf .logo-list li.country-visible-gf { display: inline-block !important; }

.country-gg .country-visible-gg { display: inherit !important; }

.country-gg .logo-list li.country-visible-gg { display: inline-block !important; }

.country-gh .country-visible-gh { display: inherit !important; }

.country-gh .logo-list li.country-visible-gh { display: inline-block !important; }

.country-gi .country-visible-gi { display: inherit !important; }

.country-gi .logo-list li.country-visible-gi { display: inline-block !important; }

.country-gl .country-visible-gl { display: inherit !important; }

.country-gl .logo-list li.country-visible-gl { display: inline-block !important; }

.country-gm .country-visible-gm { display: inherit !important; }

.country-gm .logo-list li.country-visible-gm { display: inline-block !important; }

.country-gn .country-visible-gn { display: inherit !important; }

.country-gn .logo-list li.country-visible-gn { display: inline-block !important; }

.country-gp .country-visible-gp { display: inherit !important; }

.country-gp .logo-list li.country-visible-gp { display: inline-block !important; }

.country-gq .country-visible-gq { display: inherit !important; }

.country-gq .logo-list li.country-visible-gq { display: inline-block !important; }

.country-gr .country-visible-gr { display: inherit !important; }

.country-gr .logo-list li.country-visible-gr { display: inline-block !important; }

.country-gs .country-visible-gs { display: inherit !important; }

.country-gs .logo-list li.country-visible-gs { display: inline-block !important; }

.country-gt .country-visible-gt { display: inherit !important; }

.country-gt .logo-list li.country-visible-gt { display: inline-block !important; }

.country-gu .country-visible-gu { display: inherit !important; }

.country-gu .logo-list li.country-visible-gu { display: inline-block !important; }

.country-gw .country-visible-gw { display: inherit !important; }

.country-gw .logo-list li.country-visible-gw { display: inline-block !important; }

.country-gy .country-visible-gy { display: inherit !important; }

.country-gy .logo-list li.country-visible-gy { display: inline-block !important; }

.country-hk .country-visible-hk { display: inherit !important; }

.country-hk .logo-list li.country-visible-hk { display: inline-block !important; }

.country-hm .country-visible-hm { display: inherit !important; }

.country-hm .logo-list li.country-visible-hm { display: inline-block !important; }

.country-hn .country-visible-hn { display: inherit !important; }

.country-hn .logo-list li.country-visible-hn { display: inline-block !important; }

.country-hr .country-visible-hr { display: inherit !important; }

.country-hr .logo-list li.country-visible-hr { display: inline-block !important; }

.country-ht .country-visible-ht { display: inherit !important; }

.country-ht .logo-list li.country-visible-ht { display: inline-block !important; }

.country-hu .country-visible-hu { display: inherit !important; }

.country-hu .logo-list li.country-visible-hu { display: inline-block !important; }

.country-id .country-visible-id { display: inherit !important; }

.country-id .logo-list li.country-visible-id { display: inline-block !important; }

.country-ie .country-visible-ie { display: inherit !important; }

.country-ie .logo-list li.country-visible-ie { display: inline-block !important; }

.country-il .country-visible-il { display: inherit !important; }

.country-il .logo-list li.country-visible-il { display: inline-block !important; }

.country-im .country-visible-im { display: inherit !important; }

.country-im .logo-list li.country-visible-im { display: inline-block !important; }

.country-in .country-visible-in { display: inherit !important; }

.country-in .logo-list li.country-visible-in { display: inline-block !important; }

.country-io .country-visible-io { display: inherit !important; }

.country-io .logo-list li.country-visible-io { display: inline-block !important; }

.country-iq .country-visible-iq { display: inherit !important; }

.country-iq .logo-list li.country-visible-iq { display: inline-block !important; }

.country-ir .country-visible-ir { display: inherit !important; }

.country-ir .logo-list li.country-visible-ir { display: inline-block !important; }

.country-is .country-visible-is { display: inherit !important; }

.country-is .logo-list li.country-visible-is { display: inline-block !important; }

.country-it .country-visible-it { display: inherit !important; }

.country-it .logo-list li.country-visible-it { display: inline-block !important; }

.country-je .country-visible-je { display: inherit !important; }

.country-je .logo-list li.country-visible-je { display: inline-block !important; }

.country-jm .country-visible-jm { display: inherit !important; }

.country-jm .logo-list li.country-visible-jm { display: inline-block !important; }

.country-jo .country-visible-jo { display: inherit !important; }

.country-jo .logo-list li.country-visible-jo { display: inline-block !important; }

.country-jp .country-visible-jp { display: inherit !important; }

.country-jp .logo-list li.country-visible-jp { display: inline-block !important; }

.country-ke .country-visible-ke { display: inherit !important; }

.country-ke .logo-list li.country-visible-ke { display: inline-block !important; }

.country-kg .country-visible-kg { display: inherit !important; }

.country-kg .logo-list li.country-visible-kg { display: inline-block !important; }

.country-kh .country-visible-kh { display: inherit !important; }

.country-kh .logo-list li.country-visible-kh { display: inline-block !important; }

.country-ki .country-visible-ki { display: inherit !important; }

.country-ki .logo-list li.country-visible-ki { display: inline-block !important; }

.country-km .country-visible-km { display: inherit !important; }

.country-km .logo-list li.country-visible-km { display: inline-block !important; }

.country-kn .country-visible-kn { display: inherit !important; }

.country-kn .logo-list li.country-visible-kn { display: inline-block !important; }

.country-kp .country-visible-kp { display: inherit !important; }

.country-kp .logo-list li.country-visible-kp { display: inline-block !important; }

.country-kr .country-visible-kr { display: inherit !important; }

.country-kr .logo-list li.country-visible-kr { display: inline-block !important; }

.country-kw .country-visible-kw { display: inherit !important; }

.country-kw .logo-list li.country-visible-kw { display: inline-block !important; }

.country-ky .country-visible-ky { display: inherit !important; }

.country-ky .logo-list li.country-visible-ky { display: inline-block !important; }

.country-kz .country-visible-kz { display: inherit !important; }

.country-kz .logo-list li.country-visible-kz { display: inline-block !important; }

.country-la .country-visible-la { display: inherit !important; }

.country-la .logo-list li.country-visible-la { display: inline-block !important; }

.country-lb .country-visible-lb { display: inherit !important; }

.country-lb .logo-list li.country-visible-lb { display: inline-block !important; }

.country-lc .country-visible-lc { display: inherit !important; }

.country-lc .logo-list li.country-visible-lc { display: inline-block !important; }

.country-li .country-visible-li { display: inherit !important; }

.country-li .logo-list li.country-visible-li { display: inline-block !important; }

.country-lk .country-visible-lk { display: inherit !important; }

.country-lk .logo-list li.country-visible-lk { display: inline-block !important; }

.country-lr .country-visible-lr { display: inherit !important; }

.country-lr .logo-list li.country-visible-lr { display: inline-block !important; }

.country-ls .country-visible-ls { display: inherit !important; }

.country-ls .logo-list li.country-visible-ls { display: inline-block !important; }

.country-lt .country-visible-lt { display: inherit !important; }

.country-lt .logo-list li.country-visible-lt { display: inline-block !important; }

.country-lu .country-visible-lu { display: inherit !important; }

.country-lu .logo-list li.country-visible-lu { display: inline-block !important; }

.country-lv .country-visible-lv { display: inherit !important; }

.country-lv .logo-list li.country-visible-lv { display: inline-block !important; }

.country-ly .country-visible-ly { display: inherit !important; }

.country-ly .logo-list li.country-visible-ly { display: inline-block !important; }

.country-ma .country-visible-ma { display: inherit !important; }

.country-ma .logo-list li.country-visible-ma { display: inline-block !important; }

.country-mc .country-visible-mc { display: inherit !important; }

.country-mc .logo-list li.country-visible-mc { display: inline-block !important; }

.country-md .country-visible-md { display: inherit !important; }

.country-md .logo-list li.country-visible-md { display: inline-block !important; }

.country-me .country-visible-me { display: inherit !important; }

.country-me .logo-list li.country-visible-me { display: inline-block !important; }

.country-mf .country-visible-mf { display: inherit !important; }

.country-mf .logo-list li.country-visible-mf { display: inline-block !important; }

.country-mg .country-visible-mg { display: inherit !important; }

.country-mg .logo-list li.country-visible-mg { display: inline-block !important; }

.country-mh .country-visible-mh { display: inherit !important; }

.country-mh .logo-list li.country-visible-mh { display: inline-block !important; }

.country-mk .country-visible-mk { display: inherit !important; }

.country-mk .logo-list li.country-visible-mk { display: inline-block !important; }

.country-ml .country-visible-ml { display: inherit !important; }

.country-ml .logo-list li.country-visible-ml { display: inline-block !important; }

.country-mm .country-visible-mm { display: inherit !important; }

.country-mm .logo-list li.country-visible-mm { display: inline-block !important; }

.country-mn .country-visible-mn { display: inherit !important; }

.country-mn .logo-list li.country-visible-mn { display: inline-block !important; }

.country-mo .country-visible-mo { display: inherit !important; }

.country-mo .logo-list li.country-visible-mo { display: inline-block !important; }

.country-mp .country-visible-mp { display: inherit !important; }

.country-mp .logo-list li.country-visible-mp { display: inline-block !important; }

.country-mq .country-visible-mq { display: inherit !important; }

.country-mq .logo-list li.country-visible-mq { display: inline-block !important; }

.country-mr .country-visible-mr { display: inherit !important; }

.country-mr .logo-list li.country-visible-mr { display: inline-block !important; }

.country-ms .country-visible-ms { display: inherit !important; }

.country-ms .logo-list li.country-visible-ms { display: inline-block !important; }

.country-mt .country-visible-mt { display: inherit !important; }

.country-mt .logo-list li.country-visible-mt { display: inline-block !important; }

.country-mu .country-visible-mu { display: inherit !important; }

.country-mu .logo-list li.country-visible-mu { display: inline-block !important; }

.country-mv .country-visible-mv { display: inherit !important; }

.country-mv .logo-list li.country-visible-mv { display: inline-block !important; }

.country-mw .country-visible-mw { display: inherit !important; }

.country-mw .logo-list li.country-visible-mw { display: inline-block !important; }

.country-mx .country-visible-mx { display: inherit !important; }

.country-mx .logo-list li.country-visible-mx { display: inline-block !important; }

.country-my .country-visible-my { display: inherit !important; }

.country-my .logo-list li.country-visible-my { display: inline-block !important; }

.country-mz .country-visible-mz { display: inherit !important; }

.country-mz .logo-list li.country-visible-mz { display: inline-block !important; }

.country-na .country-visible-na { display: inherit !important; }

.country-na .logo-list li.country-visible-na { display: inline-block !important; }

.country-nc .country-visible-nc { display: inherit !important; }

.country-nc .logo-list li.country-visible-nc { display: inline-block !important; }

.country-ne .country-visible-ne { display: inherit !important; }

.country-ne .logo-list li.country-visible-ne { display: inline-block !important; }

.country-nf .country-visible-nf { display: inherit !important; }

.country-nf .logo-list li.country-visible-nf { display: inline-block !important; }

.country-ng .country-visible-ng { display: inherit !important; }

.country-ng .logo-list li.country-visible-ng { display: inline-block !important; }

.country-ni .country-visible-ni { display: inherit !important; }

.country-ni .logo-list li.country-visible-ni { display: inline-block !important; }

.country-nl .country-visible-nl { display: inherit !important; }

.country-nl .logo-list li.country-visible-nl { display: inline-block !important; }

.country-no .country-visible-no { display: inherit !important; }

.country-no .logo-list li.country-visible-no { display: inline-block !important; }

.country-np .country-visible-np { display: inherit !important; }

.country-np .logo-list li.country-visible-np { display: inline-block !important; }

.country-nr .country-visible-nr { display: inherit !important; }

.country-nr .logo-list li.country-visible-nr { display: inline-block !important; }

.country-nu .country-visible-nu { display: inherit !important; }

.country-nu .logo-list li.country-visible-nu { display: inline-block !important; }

.country-nz .country-visible-nz { display: inherit !important; }

.country-nz .logo-list li.country-visible-nz { display: inline-block !important; }

.country-om .country-visible-om { display: inherit !important; }

.country-om .logo-list li.country-visible-om { display: inline-block !important; }

.country-pa .country-visible-pa { display: inherit !important; }

.country-pa .logo-list li.country-visible-pa { display: inline-block !important; }

.country-pe .country-visible-pe { display: inherit !important; }

.country-pe .logo-list li.country-visible-pe { display: inline-block !important; }

.country-pf .country-visible-pf { display: inherit !important; }

.country-pf .logo-list li.country-visible-pf { display: inline-block !important; }

.country-pg .country-visible-pg { display: inherit !important; }

.country-pg .logo-list li.country-visible-pg { display: inline-block !important; }

.country-ph .country-visible-ph { display: inherit !important; }

.country-ph .logo-list li.country-visible-ph { display: inline-block !important; }

.country-pk .country-visible-pk { display: inherit !important; }

.country-pk .logo-list li.country-visible-pk { display: inline-block !important; }

.country-pl .country-visible-pl { display: inherit !important; }

.country-pl .logo-list li.country-visible-pl { display: inline-block !important; }

.country-pm .country-visible-pm { display: inherit !important; }

.country-pm .logo-list li.country-visible-pm { display: inline-block !important; }

.country-pn .country-visible-pn { display: inherit !important; }

.country-pn .logo-list li.country-visible-pn { display: inline-block !important; }

.country-pr .country-visible-pr { display: inherit !important; }

.country-pr .logo-list li.country-visible-pr { display: inline-block !important; }

.country-ps .country-visible-ps { display: inherit !important; }

.country-ps .logo-list li.country-visible-ps { display: inline-block !important; }

.country-pt .country-visible-pt { display: inherit !important; }

.country-pt .logo-list li.country-visible-pt { display: inline-block !important; }

.country-pw .country-visible-pw { display: inherit !important; }

.country-pw .logo-list li.country-visible-pw { display: inline-block !important; }

.country-py .country-visible-py { display: inherit !important; }

.country-py .logo-list li.country-visible-py { display: inline-block !important; }

.country-qa .country-visible-qa { display: inherit !important; }

.country-qa .logo-list li.country-visible-qa { display: inline-block !important; }

.country-re .country-visible-re { display: inherit !important; }

.country-re .logo-list li.country-visible-re { display: inline-block !important; }

.country-ro .country-visible-ro { display: inherit !important; }

.country-ro .logo-list li.country-visible-ro { display: inline-block !important; }

.country-rs .country-visible-rs { display: inherit !important; }

.country-rs .logo-list li.country-visible-rs { display: inline-block !important; }

.country-ru .country-visible-ru { display: inherit !important; }

.country-ru .logo-list li.country-visible-ru { display: inline-block !important; }

.country-rw .country-visible-rw { display: inherit !important; }

.country-rw .logo-list li.country-visible-rw { display: inline-block !important; }

.country-sa .country-visible-sa { display: inherit !important; }

.country-sa .logo-list li.country-visible-sa { display: inline-block !important; }

.country-sb .country-visible-sb { display: inherit !important; }

.country-sb .logo-list li.country-visible-sb { display: inline-block !important; }

.country-sc .country-visible-sc { display: inherit !important; }

.country-sc .logo-list li.country-visible-sc { display: inline-block !important; }

.country-sd .country-visible-sd { display: inherit !important; }

.country-sd .logo-list li.country-visible-sd { display: inline-block !important; }

.country-se .country-visible-se { display: inherit !important; }

.country-se .logo-list li.country-visible-se { display: inline-block !important; }

.country-sg .country-visible-sg { display: inherit !important; }

.country-sg .logo-list li.country-visible-sg { display: inline-block !important; }

.country-sh .country-visible-sh { display: inherit !important; }

.country-sh .logo-list li.country-visible-sh { display: inline-block !important; }

.country-si .country-visible-si { display: inherit !important; }

.country-si .logo-list li.country-visible-si { display: inline-block !important; }

.country-sj .country-visible-sj { display: inherit !important; }

.country-sj .logo-list li.country-visible-sj { display: inline-block !important; }

.country-sk .country-visible-sk { display: inherit !important; }

.country-sk .logo-list li.country-visible-sk { display: inline-block !important; }

.country-sl .country-visible-sl { display: inherit !important; }

.country-sl .logo-list li.country-visible-sl { display: inline-block !important; }

.country-sm .country-visible-sm { display: inherit !important; }

.country-sm .logo-list li.country-visible-sm { display: inline-block !important; }

.country-sn .country-visible-sn { display: inherit !important; }

.country-sn .logo-list li.country-visible-sn { display: inline-block !important; }

.country-so .country-visible-so { display: inherit !important; }

.country-so .logo-list li.country-visible-so { display: inline-block !important; }

.country-sr .country-visible-sr { display: inherit !important; }

.country-sr .logo-list li.country-visible-sr { display: inline-block !important; }

.country-ss .country-visible-ss { display: inherit !important; }

.country-ss .logo-list li.country-visible-ss { display: inline-block !important; }

.country-st .country-visible-st { display: inherit !important; }

.country-st .logo-list li.country-visible-st { display: inline-block !important; }

.country-sv .country-visible-sv { display: inherit !important; }

.country-sv .logo-list li.country-visible-sv { display: inline-block !important; }

.country-sx .country-visible-sx { display: inherit !important; }

.country-sx .logo-list li.country-visible-sx { display: inline-block !important; }

.country-sy .country-visible-sy { display: inherit !important; }

.country-sy .logo-list li.country-visible-sy { display: inline-block !important; }

.country-sz .country-visible-sz { display: inherit !important; }

.country-sz .logo-list li.country-visible-sz { display: inline-block !important; }

.country-tc .country-visible-tc { display: inherit !important; }

.country-tc .logo-list li.country-visible-tc { display: inline-block !important; }

.country-td .country-visible-td { display: inherit !important; }

.country-td .logo-list li.country-visible-td { display: inline-block !important; }

.country-tf .country-visible-tf { display: inherit !important; }

.country-tf .logo-list li.country-visible-tf { display: inline-block !important; }

.country-tg .country-visible-tg { display: inherit !important; }

.country-tg .logo-list li.country-visible-tg { display: inline-block !important; }

.country-th .country-visible-th { display: inherit !important; }

.country-th .logo-list li.country-visible-th { display: inline-block !important; }

.country-tj .country-visible-tj { display: inherit !important; }

.country-tj .logo-list li.country-visible-tj { display: inline-block !important; }

.country-tk .country-visible-tk { display: inherit !important; }

.country-tk .logo-list li.country-visible-tk { display: inline-block !important; }

.country-tl .country-visible-tl { display: inherit !important; }

.country-tl .logo-list li.country-visible-tl { display: inline-block !important; }

.country-tm .country-visible-tm { display: inherit !important; }

.country-tm .logo-list li.country-visible-tm { display: inline-block !important; }

.country-tn .country-visible-tn { display: inherit !important; }

.country-tn .logo-list li.country-visible-tn { display: inline-block !important; }

.country-to .country-visible-to { display: inherit !important; }

.country-to .logo-list li.country-visible-to { display: inline-block !important; }

.country-tr .country-visible-tr { display: inherit !important; }

.country-tr .logo-list li.country-visible-tr { display: inline-block !important; }

.country-tt .country-visible-tt { display: inherit !important; }

.country-tt .logo-list li.country-visible-tt { display: inline-block !important; }

.country-tv .country-visible-tv { display: inherit !important; }

.country-tv .logo-list li.country-visible-tv { display: inline-block !important; }

.country-tw .country-visible-tw { display: inherit !important; }

.country-tw .logo-list li.country-visible-tw { display: inline-block !important; }

.country-tz .country-visible-tz { display: inherit !important; }

.country-tz .logo-list li.country-visible-tz { display: inline-block !important; }

.country-ua .country-visible-ua { display: inherit !important; }

.country-ua .logo-list li.country-visible-ua { display: inline-block !important; }

.country-ug .country-visible-ug { display: inherit !important; }

.country-ug .logo-list li.country-visible-ug { display: inline-block !important; }

.country-um .country-visible-um { display: inherit !important; }

.country-um .logo-list li.country-visible-um { display: inline-block !important; }

.country-us .country-visible-us { display: inherit !important; }

.country-us .logo-list li.country-visible-us { display: inline-block !important; }

.country-uy .country-visible-uy { display: inherit !important; }

.country-uy .logo-list li.country-visible-uy { display: inline-block !important; }

.country-uz .country-visible-uz { display: inherit !important; }

.country-uz .logo-list li.country-visible-uz { display: inline-block !important; }

.country-va .country-visible-va { display: inherit !important; }

.country-va .logo-list li.country-visible-va { display: inline-block !important; }

.country-vc .country-visible-vc { display: inherit !important; }

.country-vc .logo-list li.country-visible-vc { display: inline-block !important; }

.country-ve .country-visible-ve { display: inherit !important; }

.country-ve .logo-list li.country-visible-ve { display: inline-block !important; }

.country-vg .country-visible-vg { display: inherit !important; }

.country-vg .logo-list li.country-visible-vg { display: inline-block !important; }

.country-vi .country-visible-vi { display: inherit !important; }

.country-vi .logo-list li.country-visible-vi { display: inline-block !important; }

.country-vn .country-visible-vn { display: inherit !important; }

.country-vn .logo-list li.country-visible-vn { display: inline-block !important; }

.country-vu .country-visible-vu { display: inherit !important; }

.country-vu .logo-list li.country-visible-vu { display: inline-block !important; }

.country-wf .country-visible-wf { display: inherit !important; }

.country-wf .logo-list li.country-visible-wf { display: inline-block !important; }

.country-ws .country-visible-ws { display: inherit !important; }

.country-ws .logo-list li.country-visible-ws { display: inline-block !important; }

.country-ye .country-visible-ye { display: inherit !important; }

.country-ye .logo-list li.country-visible-ye { display: inline-block !important; }

.country-yt .country-visible-yt { display: inherit !important; }

.country-yt .logo-list li.country-visible-yt { display: inline-block !important; }

.country-za .country-visible-za { display: inherit !important; }

.country-za .logo-list li.country-visible-za { display: inline-block !important; }

.country-zm .country-visible-zm { display: inherit !important; }

.country-zm .logo-list li.country-visible-zm { display: inline-block !important; }

.country-zw .country-visible-zw { display: inherit !important; }

.country-zw .logo-list li.country-visible-zw { display: inline-block !important; }

.country-row .country-visible-row { display: inherit !important; }

.country-row .logo-list li.country-visible-row { display: inline-block !important; }

.country-no .country-visible-no { display: inherit !important; }

.country-no .logo-list li.country-visible-no { display: inline-block !important; }

.country-visible-row { display: inherit !important; }

.logo-list li.country-visible-row { display: inline-block !important; }

.country-ar .country-visible-row, .country-at .country-visible-row, .country-au .country-visible-row, .country-be .country-visible-row, .country-bo .country-visible-row, .country-br .country-visible-row, .country-ca .country-visible-row, .country-ch .country-visible-row, .country-cl .country-visible-row, .country-co .country-visible-row, .country-cr .country-visible-row, .country-de .country-visible-row, .country-dk .country-visible-row, .country-ec .country-visible-row, .country-es .country-visible-row, .country-fi .country-visible-row, .country-fr .country-visible-row, .country-gb .country-visible-row, .country-gt .country-visible-row, .country-hn .country-visible-row, .country-ie .country-visible-row, .country-it .country-visible-row, .country-jp .country-visible-row, .country-lu .country-visible-row, .country-mx .country-visible-row, .country-ni .country-visible-row, .country-nl .country-visible-row, .country-no .country-visible-row, .country-nz .country-visible-row, .country-pa .country-visible-row, .country-pe .country-visible-row, .country-pt .country-visible-row, .country-se .country-visible-row, .country-sv .country-visible-row, .country-us .country-visible-row { display: none !important; }
