/* normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  /* font-family: sans-serif;*/ }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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; }

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* ===============================
 * Fonts
 * ===============================*/
@font-face {
  font-family: 'BebasRegular';
  src: url("../fonts/BEBAS___-webfont.eot");
  src: url("../fonts/BEBAS___-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BEBAS___-webfont.woff") format("woff"), url("../fonts/BEBAS___-webfont.ttf") format("truetype"), url("../fonts/BEBAS___-webfont.svg#BebasRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 22, global.css.scss */
body, input, textarea {
  color: #363636;
  font-size: 0.813em;
  font-family: 'SST W01 Roman', 'SST W02 Roman', 'SST W10 Roman', 'SST W15 Roman', Arial;
  letter-spacing: -0.2px; }

/* line 29, global.css.scss */
body {
  cursor: default; }

/* line 32, global.css.scss */
body.base-ps4 {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* ===============================
 * HEADINGS
 * ===============================*/
/* line 41, global.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.2; }

/* line 46, global.css.scss */
p {
  font-size: 1.2em;
  line-height: 1.4em; }

/* line 50, global.css.scss */
p.smaller {
  font-size: 1.1em;
  line-height: 1.3em; }

/* ===============================
 * Sections
 * ===============================*/
/* line 61, global.css.scss */
.fake-section {
  position: relative;
  background-color: #ffffff;
  zoom: 1; }

/* line 18, addons/_clearfix.scss */
.fake-section:before, .fake-section:after {
  content: "";
  display: table; }

/* line 23, addons/_clearfix.scss */
.fake-section:after {
  clear: both; }

/* line 70, global.css.scss */
section {
  position: relative;
  background-color: #ffffff;
  zoom: 1; }

/* line 18, addons/_clearfix.scss */
section:before, section:after {
  content: "";
  display: table; }

/* line 23, addons/_clearfix.scss */
section:after {
  clear: both; }

/* line 75, global.css.scss */
section h1, section h2, section h3 {
  text-align: center; }

/* line 79, global.css.scss */
section .headingWrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 980px; }

/* line 85, global.css.scss */
section .iconHeading {
  zoom: 1;
  width: 620px;
  margin: 0 auto; }

/* line 18, addons/_clearfix.scss */
section .iconHeading:before, section .iconHeading:after {
  content: "";
  display: table; }

/* line 23, addons/_clearfix.scss */
section .iconHeading:after {
  clear: both; }

/* line 90, global.css.scss */
section .iconHeading .iconWrapper {
  width: 140px;
  height: 130px;
  text-align: center;
  overflow: hidden;
  display: inline-block; }

/* line 98, global.css.scss */
section .iconHeading hgroup {
  display: inline-block;
  overflow: hidden;
  width: 450px; }

/* line 103, global.css.scss */
section .iconHeading hgroup h1, section .iconHeading hgroup h2, section .iconHeading hgroup h3 {
  text-align: left; }

/* line 109, global.css.scss */
section hgroup {
  margin: 60px auto;
  max-width: 940px; }

/* line 116, global.css.scss */
section hgroup.white-title h1,
section hgroup.white-title h2 {
  color: #fff; }

/* line 125, global.css.scss */
section hgroup.grey-title h1,
section hgroup.grey-title h2 {
  color: #363636; }

/* line 134, global.css.scss */
section.no-top-padding hgroup {
  margin-top: 0; }

/* line 140, global.css.scss */
section h1.section-heading {
  /*Possible font smoothing approach?*/
  /*text-shadow: rgba(0,0,0,.2) 0 0 2px;*/
  font-size: 28px;
  color: #0068bf;
  margin-bottom: 0px;
  font-weight: normal;
  font-style: italic;
  font-family: "Georgia"; }

/* line 151, global.css.scss */
section h2.section-sub-heading, section #heroBanner.lead-product-info h1 {
  /*Possible font smoothing approach?*/
  /*text-shadow: rgba(0, 0, 0, 0.8) 0 0 1px;*/
  color: #363636;
  font-size: 40px;
  font-weight: normal;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  margin: 0;
  position: relative; }

/* line 161, global.css.scss */
section h2.section-sub-heading .section-sub-image, section #heroBanner.lead-product-info h1 .section-sub-image {
  position: absolute;
  top: -23px; }

/* line 166, global.css.scss */
section h3.section-sub-text {
  color: #363636;
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal; }

/* line 172, global.css.scss */
section .section-break {
  height: 1px;
  border-bottom: 2px solid #e6e6e6;
  margin: 50px 0 60px 140px; }

/* line 178, global.css.scss */
section .sectionStep {
  position: absolute;
  height: 40px;
  width: 200px; }

/* line 183, global.css.scss */
section .topStep {
  top: 0;
  right: 50%;
  margin-right: 490px; }

/* line 189, global.css.scss */
section .bottomStep {
  bottom: 0;
  left: 50%;
  margin-left: 490px; }

/* line 195, global.css.scss */
section.background-section {
  background-position: 50% 0%;
  background-repeat: no-repeat; }

/* line 198, global.css.scss */
section.background-section.upper-limit {
  background-size: 100%; }

/* line 204, global.css.scss */
.base-ps4 #cboxOverlay {
  top: 0 !important; }

/* line 208, global.css.scss */
section.blue-pattern {
  background: url(../images/blue-tile.jpg) repeat; }

/* line 213, global.css.scss */
section.blue-pattern h1.section-heading,
section.blue-pattern h2.section-sub-heading,
section.blue-pattern h3.section-sub-text {
  color: #fff; }

/* line 221, global.css.scss */
.lt-ie8 .section .iconHeading .iconWrapper {
  zoom: 1;
  *display: inline; }

/* line 226, global.css.scss */
.lt-ie8 .section .iconHeading hgroup {
  zoom: 1;
  *display: inline; }

@media screen and (max-width: 980px) {
  /* line 235, global.css.scss */
  section .sectionStep {
    display: none; } }
@media screen and (min-width: 1380px) {
  /* line 242, global.css.scss */
  section .topStep {
    left: 0;
    right: auto;
    margin-right: 0; }

  /* line 248, global.css.scss */
  section .bottomStep {
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: 0; } }
/* ===============================
 * Colors
 * ===============================*/
/* line 261, global.css.scss */
.sonyGrey {
  background-color: whitesmoke !important; }

/* line 264, global.css.scss */
.sonyLightGrey {
  background-color: #eeeeee !important; }

/* line 267, global.css.scss */
.sonyBlue {
  background-color: #01439a !important; }

/* line 270, global.css.scss */
.white {
  background-color: #fff !important; }

/* ===============================
 * COMMON STYLES
 * ===============================*/
/* line 278, global.css.scss */
.clearfix {
  *zoom: 1; }

/* line 32, addons/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 37, addons/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 281, global.css.scss */
.lt-ie8 .clearfix {
  /* non-JS fallback */
  *zoom: 1; }

/* line 47, addons/_clearfix.scss */
.lt-ie8 .clearfix:before, .lt-ie8 .clearfix:after {
  content: "";
  display: table; }

/* line 52, addons/_clearfix.scss */
.lt-ie8 .clearfix:after {
  clear: both; }

/* line 284, global.css.scss */
.float-left {
  float: left; }

/* line 287, global.css.scss */
.float-right {
  float: right; }

/* line 291, global.css.scss */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* line 297, global.css.scss */
.hiddenOverlay {
  display: none; }

/* line 301, global.css.scss */
.overflow-hidden {
  overflow: hidden; }

/* ===============================
 * RESET SELECTION STYLES
 * ===============================*/
/* line 318, global.css.scss */
a:focus {
  outline: 0;
  /* Remove focus outlines */ }

/* ===============================
 * COMMON MODULE STYLES
 * ===============================*/
/* line 325, global.css.scss */
.moduleComponent {
  margin-bottom: 60px; }

/* line 329, global.css.scss */
.image-bleed .moduleComponent {
  margin-bottom: 0; }

/* line 333, global.css.scss */
.moduleComponentOverflow {
  padding-bottom: 60px;
  overflow: hidden; }

/* ===============================
 * LINK BUTTON
 * ===============================*/
/* line 342, global.css.scss */
.genericButtonRow {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1; }

/* line 348, global.css.scss */
.three-step-banner .genericButtonRow {
  text-align: left; }

/* line 352, global.css.scss */
.link-btn {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 140px;
  position: relative;
  text-transform: uppercase; }

/* line 366, global.css.scss */
.link-btn .btn {
  font-weight: normal;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  padding: 13px 20px 13px 20px; }

/* line 371, global.css.scss */
.link-btn .btn.short {
  padding: 8px 15px; }

/* line 376, global.css.scss */
.link-btn:hover {
  text-decoration: none !important; }

/* line 380, global.css.scss */
.link-btn .icon {
  position: absolute;
  top: 5px; }

/* line 385, global.css.scss */
.link-btn .imageText {
  padding-left: 45px; }

/* line 391, global.css.scss */
.black-btn {
  background-color: #1f1f1f; }

/* line 395, global.css.scss */
.cssgradients .black-btn {
  background-image: -webkit-linear-gradient(top, #424242, #1f1f1f);
  background-image: -moz-linear-gradient(top, #424242, #1f1f1f);
  background-image: -ms-linear-gradient(top, #424242, #1f1f1f);
  background-image: -o-linear-gradient(top, #424242, #1f1f1f);
  background-image: linear-gradient(top, #424242, #1f1f1f); }

/* line 399, global.css.scss */
.black-btn:hover {
  background-image: none;
  background-color: #424242; }

/* line 404, global.css.scss */
.blue-btn {
  background-color: #0070c7; }

/* line 406, global.css.scss */
.cssgradients .blue-btn {
  background-image: -webkit-linear-gradient(top, #008ae3, #0070c7);
  background-image: -moz-linear-gradient(top, #008ae3, #0070c7);
  background-image: -ms-linear-gradient(top, #008ae3, #0070c7);
  background-image: -o-linear-gradient(top, #008ae3, #0070c7);
  background-image: linear-gradient(top, #008ae3, #0070c7); }

/* line 409, global.css.scss */
.blue-btn:hover {
  background-image: none;
  background-color: #008ae3; }

/* line 414, global.css.scss */
.white-btn {
  background-color: #d5d6d7;
  color: #363636 !important; }

/* line 416, global.css.scss */
.cssgradients .white-btn {
  background-image: -webkit-linear-gradient(top, #eeeeee, #d5d6d7);
  background-image: -moz-linear-gradient(top, #eeeeee, #d5d6d7);
  background-image: -ms-linear-gradient(top, #eeeeee, #d5d6d7);
  background-image: -o-linear-gradient(top, #eeeeee, #d5d6d7);
  background-image: linear-gradient(top, #eeeeee, #d5d6d7); }

/* line 420, global.css.scss */
.white-btn:hover {
  background-image: none;
  background-color: #eeeeee; }

/* line 426, global.css.scss */
.orange-btn {
  background-color: #e55526; }

/* line 428, global.css.scss */
.cssgradients .orange-btn {
  background-image: -webkit-linear-gradient(top, #f96f38, #e55526);
  background-image: -moz-linear-gradient(top, #f96f38, #e55526);
  background-image: -ms-linear-gradient(top, #f96f38, #e55526);
  background-image: -o-linear-gradient(top, #f96f38, #e55526);
  background-image: linear-gradient(top, #f96f38, #e55526); }

/* line 431, global.css.scss */
.orange-btn:hover {
  background-image: none;
  background-color: #f96f38; }

/* line 437, global.css.scss */
.ps4news {
  padding-top: 1em; }

/* line 441, global.css.scss */
.ps4news p {
  float: none;
  margin-bottom: 0;
  text-align: center; }

/* line 446, global.css.scss */
.ps4news .pinboard {
  margin: 2em 20px 0 20px;
  position: relative;
  width: 950px;
  z-index: 1; }

/* line 452, global.css.scss */
.ps4news .pinboard .pin {
  border-left: 1px solid #F6F6F6;
  border-right: 1px solid #F6F6F6;
  border-top: 1px solid #EFEFEF;
  float: left;
  margin: 0 20px 25px 0;
  position: relative;
  transform: translateZ(0px);
  transition: opacity 250ms ease 0s, transform 100ms ease 0s;
  width: 280px; }

/* line 463, global.css.scss */
.jsEnabled .ps4news .pinboard .pin {
  margin-right: 0;
  opacity: 0;
  transform: scale(0.1); }

/* line 468, global.css.scss */
.ps4news .pinboard .pin:before, .ps4news .pinboard .pin:after {
  content: "";
  position: absolute;
  z-index: -2; }

/* line 473, global.css.scss */
.ps4news .pinboard .pin:before {
  border-radius: 100px 100px 100px 100px/10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  left: 10px;
  right: 10px;
  top: 26%; }

/* line 481, global.css.scss */
.ps4news .pinboard .pin:hover {
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-top: 1px solid #E0E0E0;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
  text-decoration: none; }

/* line 488, global.css.scss */
.ps4news .pinboard .pin:hover:before {
  border-radius: 100px 100px 100px 100px/10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 0 0 15px #000000;
  left: 10px;
  right: 10px;
  top: 26%; }

/* line 496, global.css.scss */
.ps4news .pinboard .pin.play {
  opacity: 1;
  transform: scale(1); }

/* line 500, global.css.scss */
.ps4news .pinboard .pin img {
  width: 100%; }

/* line 503, global.css.scss */
.ps4news .pinboard .pin .pin-content {
  background-color: #fff;
  background: linear, to bottom, white 83%, #f7f7f7 100% repeat scroll 0 0 transparent;
  display: block;
  padding: 10px; }

/* line 509, global.css.scss */
.ps4news .pinboard .pin .pin-title, .ps4news .pinboard .pin .pin-teaser {
  display: block;
  font-size: 14px;
  line-height: 18pt;
  margin: 0 10px;
  text-align: center; }

/* line 516, global.css.scss */
.ps4news .pinboard a {
  text-decoration: none; }

/* line 519, global.css.scss */
.ps4news .pinboard .pin .pin-title {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #005CCE;
  font-weight: bold; }

/* line 525, global.css.scss */
.ps4news .pinboard .pin .pin-teaser {
  color: #666666;
  font-weight: normal;
  margin-bottom: 10px; }

/* line 530, global.css.scss */
.ps4news.two-column-content {
  padding-top: 0;
  margin: 0 auto 40px; }

/* line 534, global.css.scss */
.ps4news .ps4-btn-standard-parent {
  margin-top: 20px; }

/* line 537, global.css.scss */
.ps4-btn-standard-parent {
  float: left;
  padding-bottom: 10px;
  text-align: center;
  width: 100%; }

/* line 543, global.css.scss */
#ps4-feature-btn.ps4-btn-standard {
  font-size: 14px;
  padding: 13px 25px 15px;
  text-decoration: none;
  width: 220px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  float: none;
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  text-shadow: 1px 1px #fff;
  background: #ececec;
  background: -moz-linear-gradient(top, #f9f9f9, #d9d9d9 100%);
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #d9d9d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #d9d9d9 100%);
  /* IE10+ */
  background: linear, top, #f9f9f9 0%, #d9d9d9 100%;
  /* W3C */
  padding: 10px 14px 12px; }

/* line 564, global.css.scss */
#heroBanner.lead-product-info div.prod-meta h1 {
  font-size: 2.8em;
  margin: 10px 40px 40px 0; }

/* line 568, global.css.scss */
#heroBanner .only-on {
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  background-color: #282828;
  margin: 2px 0 0 2px;
  padding: 6px 15px; }

/* line 576, global.css.scss */
.cm094-container .game-tile .game-tile-hover .game-tile-hover-image {
  margin-bottom: 0; }

/* line 580, global.css.scss */
.cm094-container .games-grid p {
  font-weight: normal;
  font-family: 'SST W01 Bold','SST W02 Bold','SST W10 Bold','SST W15 Bold','Arial Bold',Helvetica; }

@media only screen and (-webkit-device-pixel-ratio: 2) and (max-device-width: 1280px) and (orientation: portrait) {
  /* line 587, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder {
    width: 320px;
    height: 181px;
    float: left;
    margin-right: 10px;
    padding-right: 0;
    margin-bottom: 30px; }

  /* line 595, global.css.scss */
  .cm094-container .games-grid li.main-image-holder img {
    width: 320px;
    height: 181px; }

  /* line 600, global.css.scss */
  .cm094-container .games-grid li.mobile-clear, .cm094-container .games-grid li.mobile-row {
    float: left;
    clear: left; }

  /* line 605, global.css.scss */
  section.parent .cm094-container .games-grid li {
    width: 154px;
    display: auto;
    float: left;
    padding-right: 0px;
    margin-right: 10px; }

  /* line 613, global.css.scss */
  .cm094-container .games-grid li img {
    width: 154px;
    height: 87px; }

  /* line 619, global.css.scss */
  .cm094-container .games-grid li {
    clear: left; }

  /* line 623, global.css.scss */
  .cm094-container .games-grid li.end-small-row, .cm094-container .games-grid li.mobile-row {
    padding-right: 0;
    padding-left: 0px;
    margin-right: 0;
    clear: none; } }
@media only screen and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (max-device-width: 1000px) and (orientation: portrait) {
  /* line 633, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder {
    width: 280px;
    height: 162px;
    float: left;
    margin-right: 10px;
    padding-right: 0;
    margin-bottom: 30px; }

  /* line 642, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder img {
    width: 280px;
    height: 162px; }

  /* line 647, global.css.scss */
  section.parent .cm094-container .games-grid li {
    width: 130px;
    display: auto;
    float: left;
    margin-right: 10px; }

  /* line 654, global.css.scss */
  section.parent .cm094-container .games-grid li img {
    width: 130px;
    height: 73px; } }
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 663, global.css.scss */
  section.parent .cm094-container .games-grid {
    margin-left: 75px; }

  /* line 666, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder {
    width: 570px;
    float: left;
    margin-right: 10px;
    padding-right: 0; }

  /* line 673, global.css.scss */
  .cm094-container .games-grid li.main-image-holder img {
    width: 570px;
    height: 310px; }

  /* line 678, global.css.scss */
  section.parent .cm094-container .games-grid li {
    width: 130px;
    display: auto;
    float: left;
    padding-right: 17px;
    margin-right: 0px; }

  /* line 686, global.css.scss */
  .cm094-container .games-grid li img {
    width: 130px;
    height: 73px; }

  /* line 691, global.css.scss */
  .cm094-container .games-grid li.mobile-clear {
    padding-right: 0;
    padding-left: 0px;
    clear: left; }

  /* line 697, global.css.scss */
  .cm094-container .games-grid li.samsung-clear {
    clear: left; }

  /* line 701, global.css.scss */
  .cm094-container .games-grid li.game-rows.mobile-clear {
    clear: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait), (max-device-width: 800px) and (min-device-width: 799px) and (orientation: portrait) {
  /* line 709, global.css.scss */
  section.parent .cm094-container {
    margin-left: 40px; }

  /* line 712, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder {
    width: 484px;
    height: 273px;
    float: left;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 40px; }

  /* line 721, global.css.scss */
  section.parent .cm094-container .games-grid li.main-image-holder img {
    width: 484px;
    height: 273px; }

  /* line 725, global.css.scss */
  section.parent .cm094-container .games-grid li {
    width: 220px;
    display: auto;
    float: left;
    clear: left;
    padding-right: 17px;
    margin-right: 0px; }

  /* line 733, global.css.scss */
  .cm094-container .games-grid li.mobile-clear {
    clear: left; }

  /* line 737, global.css.scss */
  section.parent .cm094-container .games-grid li.end-small-row, section.parent .cm094-container .games-grid li.mobile-row {
    margin-left: 30px;
    clear: none; }

  /* line 741, global.css.scss */
  .cm094-container .games-grid li img {
    width: 220px;
    height: 124px; }

  /* line 745, global.css.scss */
  .cm094-container .games-grid li.game-rows.mobile-clear {
    clear: none; } }
@media only screen and (max-device-width: 800px) and (min-device-width: 799px) and (orientation: portrait) {
  /* line 751, global.css.scss */
  section.parent .cm094-container {
    margin-left: 140px; } }
@media only screen and (min-device-width: 719px) and (max-device-width: 721px) {
  /* line 757, global.css.scss */
  .ps4news .pinboard {
    width: 450px;
    margin: 2em 20px 0 11px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
  /* line 764, global.css.scss */
  .ps4news .pinboard {
    width: 950px;
    margin: 2em 0px 0 12px; } }
@media only screen and (-webkit-device-pixel-ratio: 2) and (max-device-width: 1280px) and (orientation: landscape) {
  /* line 770, global.css.scss */
  .ps4news .pinboard {
    width: 950px;
    margin: 2em 20px 0 11px; } }
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  /* line 776, global.css.scss */
  .ps4news .pinboard {
    width: 450px;
    margin: 2em 0px 0 2px; } }
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  /* line 782, global.css.scss */
  .ps4news .pinboard {
    width: 450px;
    text-align: center;
    margin: 2em 20px 0 46px; }

  /* line 787, global.css.scss */
  .ps4news .pinboard a {
    margin: 2em auto 0;
    display: block; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 800, global.css.scss */
  .ps4news .pinboard {
    width: 620px;
    text-align: center;
    margin: 2em auto; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 812, global.css.scss */
  .ps4news .pinboard {
    width: 950px;
    text-align: center;
    margin: 2em auto; } }
@media only screen and (-webkit-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-device-width: 480px) {
  /* line 772, global.css.scss */
  /* line 820, global.css.scss */
  .ps4news .pinboard {
    width: 450px;
    text-align: center;
    margin: 2em 20px 0 6px; }

  /* line 782, global.css.scss */
  /* line 826, global.css.scss */
  .ps4news .pinboard a {
    margin: 2em auto 0;
    display: block; } }
@media only screen and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) and (min-device-width: 768px) {
  /* line 833, global.css.scss */
  .ps4news .pinboard {
    width: 950px;
    text-align: center;
    margin: 2em 0px 0 10px; }

  /* line 838, global.css.scss */
  .ps4news .pinboard .pin {
    width: 250px; } }
/* fix for IE8 and 7 with gradiented background on buttons */
/* line 849, global.css.scss */
.lt-ie9 .btn {
  padding: 13px 20px; }

/* line 856, global.css.scss */
.lt-ie9 .black-btn, .lt-ie10 .black-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#2a2a2a'); }

/* line 859, global.css.scss */
.lt-ie9 .red-btn, .lt-ie10 .red-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e04c25', endColorstr='#fe7435'); }

/* line 862, global.css.scss */
.lt-ie9 .blue-btn, .lt-ie10 .blue-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0148a0', endColorstr='#016dc5'); }

/* line 865, global.css.scss */
.lt-ie9 .white-btn, .lt-ie10 .white-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d8d8', endColorstr='#ebebeb'); }

/* line 868, global.css.scss */
.lt-ie9 .orange-btn, .lt-ie10 .orange-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55526', endColorstr='#f86d37'); }

/* ===============================
 * LINK BUTTON
 * ===============================*/
/* line 877, global.css.scss */
.buttonRow {
  width: 100%;
  text-align: center;
  margin: 0 0 60px; }

/* line 881, global.css.scss */
.buttonRow.left {
  text-align: left; }

/* line 884, global.css.scss */
.buttonRow .link-btn {
  margin: 0 20px 0 0; }

/* ===============================
 * NAVIGATION
 * ===============================*/
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* line 19, menu/explore-menu.css.scss */
.explore .tier-1,
.explore .tier-2,
.explore .tier-3 {
  max-width: 950px; }

/* line 25, menu/explore-menu.css.scss */
.explore .items {
  width: 950px;
  display: table;
  padding: 0;
  margin: 0; }

/* line 35, menu/explore-menu.css.scss */
.explore .items .item,
.explore .items .links {
  display: table-cell;
  vertical-align: top;
  list-style-type: none; }

/* line 40, menu/explore-menu.css.scss */
.lt-ie9 .explore .items .item, .lt-ie9
.explore .items .links {
  display: block;
  float: left;
  min-height: 110px; }

/* line 47, menu/explore-menu.css.scss */
.explore .items .links {
  width: 228px;
  min-width: 228px;
  padding: 0 0 0 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.1); }

/* line 9, _sony-addons.scss */
.lt-ie9 .explore .items .links {
  border-left: none;
  background: transparent url(../images/transBorderVertical.png) repeat-y top left; }

/* line 54, menu/explore-menu.css.scss */
.explore .items .links ul {
  list-style-type: none;
  padding-left: 0; }

/* line 59, menu/explore-menu.css.scss */
.explore .items .links ul li {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
  background: url(../images/whiteArrow.png) no-repeat 0 3px;
  padding-left: 15px; }

/* line 94, _sony-addons.scss */
.lt-ie9 .explore .items .links ul li {
  padding-top: 3px; }

/* line 65, menu/explore-menu.css.scss */
.explore .items .links ul li.hide-for-wide {
  display: none; }

/* line 77, menu/explore-menu.css.scss */
.explore .tier-1 {
  padding: 0 0 20px 0; }

/* line 88, menu/explore-menu.css.scss */
.explore .tier-1 .items .item.item-1 {
  width: 260px;
  padding: 0 20px 0 0; }

/* line 94, menu/explore-menu.css.scss */
.explore .tier-1 .items .item.item-2 {
  width: 378px;
  padding: 0 20px 0 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.1); }

/* line 9, _sony-addons.scss */
.lt-ie9 .explore .tier-1 .items .item.item-2 {
  border-left: none;
  background: transparent url(../images/transBorderVertical.png) repeat-y top left; }

/* line 101, menu/explore-menu.css.scss */
.explore .tier-1 .items .item img {
  float: left;
  margin-right: 20px; }

/* line 106, menu/explore-menu.css.scss */
.explore .tier-1 .items .item h2 {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #8fd5fd;
  font-weight: normal; }

/* line 113, menu/explore-menu.css.scss */
.explore .tier-1 .items .item a {
  text-transform: uppercase;
  display: block;
  float: left;
  font-weight: bold;
  margin-top: 15px;
  background: url(../images/whiteArrow.png) no-repeat 0 3px;
  padding-left: 15px; }

/* line 94, _sony-addons.scss */
.lt-ie9 .explore .tier-1 .items .item a {
  padding-top: 3px; }

/* line 123, menu/explore-menu.css.scss */
.explore .tier-1 .items .item:first-child {
  border: none;
  background: transparent;
  padding-left: 0; }

/* line 129, menu/explore-menu.css.scss */
.explore .tier-1 .items .item:last-child {
  padding-right: 0; }

/* line 137, menu/explore-menu.css.scss */
.explore .tier-2 {
  padding: 20px 0; }

/* line 145, menu/explore-menu.css.scss */
.explore .tier-2 .items .item.item-1 {
  width: 700px; }

/* line 155, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list {
  padding-left: 0;
  margin-left: -20px; }

/* line 160, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list li {
  width: 140px;
  float: left; }

/* line 165, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list li a {
  display: block;
  position: relative;
  font-weight: bold; }

/* line 171, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list li a img {
  position: absolute;
  width: 100px;
  top: 5px;
  left: 20px; }

/* line 182, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list li a:hover img {
  width: 110px;
  top: 0;
  left: 15px; }

/* line 191, menu/explore-menu.css.scss */
.explore .tier-2 ul.device-list li a span {
  display: block;
  width: 140px;
  padding-top: 90px;
  text-align: center;
  text-transform: uppercase; }

/* line 207, menu/explore-menu.css.scss */
.explore .tier-3 {
  padding-top: 20px; }

/* line 211, menu/explore-menu.css.scss */
.explore .tier-3 ul {
  padding: 0; }

/* line 215, menu/explore-menu.css.scss */
.explore .tier-3 ul li {
  float: left; }

/* line 219, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link1 {
  width: 33%; }

/* line 223, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link1 a {
  background: url(../images/network-nav.png) no-repeat left center; }

/* line 226, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link2 {
  width: 33%; }

/* line 230, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link2 a {
  background: url(../images/plus-nav.png) no-repeat left center; }

/* line 234, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link3 {
  width: 33%; }

/* line 236, menu/explore-menu.css.scss */
.explore .tier-3 ul li.link3 a {
  background: url(../images/app_ents.png) no-repeat left center;
  padding-left: 75px; }

/* line 242, menu/explore-menu.css.scss */
.explore .tier-3 ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 0 0 55px;
  height: 30px;
  display: inline-block;
  background-position: left center; }

/* line 250, menu/explore-menu.css.scss */
.explore .tier-3 ul li a:hover {
  text-decoration: underline; }

/* line 254, menu/explore-menu.css.scss */
.explore .tier-3 ul li a:last-child {
  padding-right: 0; }

/* line 264, menu/explore-menu.css.scss */
.explore .frosted-border-horizontal {
  height: 100%;
  width: 2px;
  top: 0;
  background: white;
  float: left;
  filter: alpha(opacity=20);
  opacity: .2; }

@media all and (max-width: 950px) {
  /* line 291, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-1,
  nav .header-nav .menu-wrapper .explore .tier-2,
  nav .header-nav .menu-wrapper .explore .tier-3 {
    max-width: 100%; }

  /* line 297, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .items {
    width: auto;
    min-width: 810px; }

  /* line 303, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .items .item,
  nav .header-nav .menu-wrapper .explore .items .links {
    width: auto; }

  /* line 307, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .items .item ul li.hide-for-wide,
  nav .header-nav .menu-wrapper .explore .items .links ul li.hide-for-wide {
    display: block; }

  /* line 313, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .items .links {
    min-width: 200px; }

  /* line 329, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-1 .items .item.item-1 {
    padding-left: 20px; }

  /* line 334, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-1 .items .item.item-1, nav .header-nav .menu-wrapper .explore .tier-1 .items .item.item-2 {
    width: auto; }

  /* line 337, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-1 .items .item.item-1 img, nav .header-nav .menu-wrapper .explore .tier-1 .items .item.item-2 img {
    display: none; }

  /* line 348, menu/explore-menu.css.scss */
  .lt-ie9 nav .header-nav .menu-wrapper .explore .tier-1 .items .item, .lt-ie9
  nav .header-nav .menu-wrapper .explore .tier-1 .items .links {
    width: 250px; }

  /* line 365, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-2 .items .item.item-1 {
    min-width: 560px; }

  /* line 371, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-2 .items .item ul.device-list {
    margin-left: 0;
    width: auto;
    min-width: 460px; }

  /* line 377, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-2 .items .item ul.device-list li {
    width: auto;
    min-width: 115px; }

  /* line 382, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-2 .items .item ul.device-list li.last {
    display: none; }

  /* line 394, menu/explore-menu.css.scss */
  .lt-ie9 nav .header-nav .menu-wrapper .explore .tier-2 .items .item, .lt-ie9
  nav .header-nav .menu-wrapper .explore .tier-2 .items .links {
    width: 250px; }

  /* line 407, menu/explore-menu.css.scss */
  nav .header-nav .menu-wrapper .explore .tier-3 ul {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 428, menu/explore-menu.css.scss */
  .lt-ie9 .navExplore .menu-section-content .tier-2 ul.deviceList li.last {
    display: none; } }
/* line 94, _nav.css.scss */
header#main-header {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  z-index: 1000; }

/* line 101, _nav.css.scss */
header#main-header nav {
  position: fixed;
  z-index: 1001;
  margin: 0 auto;
  width: 100%; }

/* line 108, _nav.css.scss */
header#main-header nav .primary-nav-container {
  display: table;
  width: 100%;
  background-color: #161616; }

/* line 113, _nav.css.scss */
.cssgradients header#main-header nav .primary-nav-container {
  background-image: -webkit-linear-gradient(top, #2b2b2b, #000001);
  background-image: -moz-linear-gradient(top, #2b2b2b, #000001);
  background-image: -ms-linear-gradient(top, #2b2b2b, #000001);
  background-image: -o-linear-gradient(top, #2b2b2b, #000001);
  background-image: linear-gradient(top, #2b2b2b, #000001); }

/* line 118, _nav.css.scss */
header#main-header nav ul.header-nav {
  display: table;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  height: 64px; }

/* line 127, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 14%; }

/* line 138, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-preorder:hover {
  color: #fff; }

/* line 139, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-preorder:hover a.nav-content span {
  color: #fff; }

/* line 145, _nav.css.scss */
/* line 147, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-buy a.nav-content:hover span {
  color: #fff; }

/* line 150, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-buy a.nav-content span {
  color: #ff660b; }

header#main-header nav ul.header-nav li.nav-link.nav-preorder a.nav-content {
  width: 120px; }

/* line 147, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-preorder a.nav-content:hover span {
  color: #fff; }

/* line 150, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-preorder a.nav-content span {
  color: #ff660b; }

/* line 155, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.selected a.nav-content span {
  color: #fff; }

/* line 160, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link a.nav-content {
  position: relative;
  display: block;
  text-decoration: none; }

/* line 166, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link a.nav-content span {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  text-transform: uppercase;
  z-index: 1;
  text-decoration: none; }

body.suppress-fonts header#main-header nav ul.header-nav li.nav-link a.nav-content span {
  font-family: arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* line 181, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link a.nav-content div.nav-overflow {
  display: none;
  width: 100%;
  height: 72px;
  top: 0;
  position: absolute;
  background: #000;
  left: 0;
  z-index: -2; }

/* line 197, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link a.nav-content .small-title {
  display: none; }

/* line 200, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link a.nav-content .large-title {
  display: block; }

/* line 207, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-home {
  width: 130px;
  z-index: 400;
  padding: 0 50px 0 0;
  text-align: left; }

/* line 214, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-home span {
  display: block;
  width: 130px;
  background-image: url(../images/PlayStation-logo.png);
  background-repeat: no-repeat;
  background-position: 42px 12px;
  text-indent: -9999px;
  height: 64px;
  padding: 0; }

/* line 225, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-home:hover {
  background-color: transparent; }

/* line 229, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-home:hover .nav-content .nav-overflow {
  background-color: transparent; }

/* line 237, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-explore span {
  padding: 0 5px 0 5px; }

/* line 255, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.avatar a {
  margin-left: -15px; }

/* line 258, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.avatar img {
  margin-right: 15px;
  vertical-align: middle; }

/* line 265, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.nav-signed-in a {
  text-transform: none !important; }

/* line 273, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link.selected .nav-content .nav-overflow {
  display: block;
  background-color: #007ed9;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNzhkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ae3), color-stop(50%, #0078d0), color-stop(100%, #0066bd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* IE10+ */
  background: linear, to bottom, #008ae3 0%, #0078d0 50%, #0066bd 100%;
  /* W3C */
  -webkit-box-shadow: 0 2px 8px -1px #030203;
  box-shadow: 0 2px 8px -1px #030203;
  z-index: 1; }

/* line 285, _nav.css.scss */
.cssgradients header#main-header nav ul.header-nav li.nav-link.selected .nav-content .nav-overflow {
  background-image: -webkit-linear-gradient(top, #0089e2, #0067be);
  background-image: -moz-linear-gradient(top, #0089e2, #0067be);
  background-image: -ms-linear-gradient(top, #0089e2, #0067be);
  background-image: -o-linear-gradient(top, #0089e2, #0067be);
  background-image: linear-gradient(top, #0089e2, #0067be); }

/* line 294, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover {
  background: #01469D;
  /* Old browsers */ }

header#main-header nav ul.header-nav li.nav-link.buy:hover {
  background: #f96f38; }

/* line 297, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover .nav-content {
  overflow: hidden; }

/* line 301, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover .nav-content .nav-overflow {
  display: block;
  background-color: #01469d;
  background-image: none;
  -webkit-box-shadow: 0 -1px 6px 0 #222222 inset;
  box-shadow: 0 -1px 6px 0 #222222 inset;
  z-index: 0;
  height: 72px; }

/* line 314, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover .menu-wrapper {
  z-index: -1; }

/* line 318, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  background-color: #01469d; }

/* line 324, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link:hover.selected .nav-content .nav-overflow {
  display: block;
  background-color: #01469d;
  background-image: none;
  -webkit-box-shadow: 0 -1px 6px 0 #222222 inset;
  box-shadow: 0 -1px 6px 0 #222222 inset;
  z-index: 1; }

/* line 339, _nav.css.scss */
.no-js header#main-header nav ul.header-nav li.nav-link a.nav-content:hover + div.menu-wrapper,
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper:hover,
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper.display-menu {
  display: block; }

/* line 345, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper {
  display: none;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 64px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px -1px #030203;
  box-shadow: 0 2px 8px -1px #030203; }

/* line 355, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper a {
  text-decoration: none;
  color: #fff; }

/* line 359, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper a:hover {
  text-decoration: underline; }

/* line 364, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section {
  padding: 30px 0 25px 0;
  overflow: hidden;
  position: relative;
  background: #01469d url(../images/glowUp900.png) center bottom no-repeat;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

/* line 55, _sony-addons.scss */
.lt-ie9 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section {
  border-bottom: none;
  position: relative; }

/* line 60, _sony-addons.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section {
  border-bottom: 2px solid #1b56a4; }

/* line 64, _sony-addons.scss */
.lt-ie9 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent url(../images/transBorderHorizontal.png) repeat-y bottom left; }

/* line 75, _sony-addons.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section:before {
  display: none; }

/* line 373, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section:first-child {
  border-top: 0;
  z-index: 300; }

/* line 380, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper .menu-section-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

/* line 386, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section-content {
  margin: 0 auto;
  position: relative; }

/* line 391, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section-content .frosted-border-vertical {
  height: 2px;
  width: 100%;
  bottom: 0;
  float: left;
  background-color: rgba(255, 255, 255, 0.1); }

/* line 84, _sony-addons.scss */
.lt-ie9 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section-content .frosted-border-vertical {
  background: transparent url(../images/transBorderHorizontal.png) repeat-y top left; }

/* line 399, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section-content .menu-section-wrapper {
  text-align: left; }

/* line 405, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper .element-group {
  width: 100%; }

/* line 409, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper .menu-element h3 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 22px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); }

/* line 417, _nav.css.scss */
header#main-header nav ul.header-nav li.nav-link div.menu-wrapper .menu-element p {
  font-size: 14px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0 0 20px 0; }

/* line 429, _nav.css.scss */
header#main-header nav ul.header-nav .search {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: table-cell;
  padding-left: 15px;
  padding-right: 35px;
  vertical-align: middle;
  width: 38%; }

@media screen and (max-width: 1200px) {
  /* line 429, _nav.css.scss */
  header#main-header nav ul.header-nav .search {
    width: 25%; } }
@media screen and (max-width: 940px) {
  /* line 429, _nav.css.scss */
  header#main-header nav ul.header-nav .search {
    width: 38px; } }
/* line 448, _nav.css.scss */
header#main-header nav ul.header-nav .search div {
  padding-left: 40px;
  position: relative;
  background-color: #303030;
  border: solid 1px #171717;
  font-size: 14px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  color: #fff;
  height: 33px; }

/* line 462, _nav.css.scss */
header#main-header nav ul.header-nav .search div label .placeholder {
  color: #fff;
  text-align: left; }

/* line 468, _nav.css.scss */
header#main-header nav ul.header-nav .search div input {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 14px; }

/* line 481, _nav.css.scss */
header#main-header nav ul.header-nav .search input:focus {
  outline: none; }

/* line 486, _nav.css.scss */
header#main-header nav ul.header-nav .search input::-webkit-input-placeholder,
header#main-header nav ul.header-nav .search input::-moz-input-placeholder {
  color: #fff; }

/* line 504, _nav.css.scss */
header#main-header nav.with-secondary ul.header-nav li.nav-link.selected .nav-content .nav-overflow {
  height: auto; }

/* line 516, _nav.css.scss */
header#main-header nav.with-secondary ul.header-nav li.nav-link:hover .nav-content .nav-overflow {
  height: 75px; }

/* line 531, _nav.css.scss */
header#main-header nav .secondary-nav-container {
  overflow: hidden;
  height: 64px;
  position: relative;
  background-color: rgba(31, 31, 31, 0.95);
  z-index: -2; }

/* line 538, _nav.css.scss */
.lt-ie9 header#main-header nav .secondary-nav-container {
  background-color: #1f1f1f; }

/* line 542, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav {
  position: relative;
  float: left;
  display: table;
  height: 40px;
  padding: 0;
  overflow: hidden; }

/* line 551, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px; }

/* line 558, _nav.css.scss */
.lt-ie8 header#main-header nav .secondary-nav-container .secondary-nav li {
  display: inline;
  padding: 15px 20px; }

/* line 563, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li.nav-root {
  border-right: solid 2px rgba(255, 255, 255, 0.05); }

/* line 567, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li.selector {
  display: none; }

/* line 571, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li a {
  text-decoration: none;
  color: #999;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  text-transform: uppercase;
  font-size: 14px;
  display: block; }

/* line 580, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li a:hover {
  color: #fff; }

/* line 586, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li.selected a {
  color: #fff; }

/* line 589, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li.selected a span {
  padding-bottom: 4px;
  border-bottom: solid 4px #0661b2; }

/* line 595, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav li p.title {
  font-size: 22px;
  line-height: 1px;
  margin: 0 0 0 20px;
  text-transform: none; }

/* line 601, _nav.css.scss */
.lt-ie8 header#main-header nav .secondary-nav-container .secondary-nav li p.title {
  line-height: 22px;
  margin: -20px 20px 0 40px; }

/* line 608, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.width-calulation {
  position: absolute;
  left: -1000px; }

/* line 612, _nav.css.scss */
.no-js header#main-header nav .secondary-nav-container .secondary-nav.width-calulation {
  position: relative;
  left: 0; }

/* line 620, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.root a {
  margin-left: 20px;
  display: block;
  font-size: 1px; }

/* line 625, _nav.css.scss */
.lt-ie8 header#main-header nav .secondary-nav-container .secondary-nav.root a {
  padding: 15px 0; }

/* line 633, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced {
  display: block;
  margin: 0;
  height: auto;
  overflow: hidden; }

/* line 24, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link {
  background-color: rgba(31, 31, 31, 0.95);
  position: relative;
  display: block;
  float: none;
  height: 40px; }

/* line 26, _nav.css.scss */
.lt-ie8 header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link {
  padding: 0 20px; }

/* line 32, _nav.css.scss */
.lt-ie9 header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link {
  width: 120px;
  background-color: #1f1f1f; }

/* line 41, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector {
  display: block; }

/* line 45, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link a {
  outline: none; }

/* line 54, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector {
  height: 64px;
  background: transparent; }

/* line 59, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector a {
  background: transparent url("../images/dropDown.png") no-repeat;
  padding-right: 25px;
  background-position: right -45px; }

/* line 65, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector a span {
  height: 64px;
  line-height: 64px;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 4px;
  border-bottom: solid 4px #0661b2; }

/* line 79, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector.expand a {
  background-position: right 25px; }

/* line 81, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.reduced li.nav-link.selector.expand a span {
  padding-bottom: 0;
  border-bottom: none; }

/* line 637, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.e-commerce {
  border-left: solid 2px #313131;
  border-left: solid 2px rgba(255, 255, 255, 0.05); }

/* line 644, _nav.css.scss */
header#main-header nav .secondary-nav-container .secondary-nav.e-commerce li.nav-link a span {
  color: #ff6600; }

/* line 651, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume {
  float: right;
  display: table;
  padding: 0;
  margin: 0;
  padding: 10px 0; }

/* line 658, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume li {
  display: table-cell;
  text-indent: -9999px;
  cursor: pointer;
  width: 50px;
  height: 44px; }

/* line 666, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume li.nav-volume {
  border-right: solid 2px #313131;
  border-right: solid 2px rgba(255, 255, 255, 0.05);
  display: none;
  background: url(../images/vol-sprite.png) no-repeat;
  background-position: 0 6px; }

/* line 673, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume li.nav-volume.vol-on {
  background-position: 0 -44px; }

/* line 678, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume li.nav-volume-off {
  display: none; }

/* line 682, _nav.css.scss */
header#main-header nav .secondary-nav-container .top-volume li.nav-link-top {
  width: 60px;
  background: url(../images/to-top.png) center no-repeat; }

/* line 700, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav {
  display: inline; }

/* line 704, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link {
  display: inline;
  float: left; }

/* line 712, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link a.nav-content div.nav-overflow {
  display: none; }

/* line 722, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link a.nav-content span {
  padding: 0 25px 0 25px; }

/* line 751, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link.selected .nav-content .nav-overflow {
  display: block;
  top: -23px; }

/* line 756, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link.selected .nav-content > a {
  visibility: hidden; }

/* line 762, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link.selected:hover .nav-content > a {
  visibility: visible;
  position: relative; }

/* line 766, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link.selected:hover .nav-content .nav-overflow {
  top: 0;
  display: block; }

/* line 769, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link.selected:hover .nav-content .nav-overflow a {
  visibility: hidden; }

/* line 779, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav li.nav-link div.menu-wrapper div.menu-section {
  background: #01469d;
  background-image: none; }

/* line 800, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav .search {
  padding-right: 30px;
  width: 300px;
  float: right;
  height: 40px; }

@media screen and (max-width: 1200px) {
  /* line 800, _nav.css.scss */
  .lt-ie8 header#main-header nav ul.header-nav .search {
    width: 25%; } }
@media screen and (max-width: 940px) {
  /* line 800, _nav.css.scss */
  .lt-ie8 header#main-header nav ul.header-nav .search {
    width: 38px; } }
/* line 816, _nav.css.scss */
.lt-ie8 header#main-header nav ul.header-nav .search div {
  margin-top: 20px; }

/* line 842, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline; }

/* line 848, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav li {
  float: left; }

/* line 852, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav li.nav-root {
  float: left; }

/* line 860, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav li a {
  color: #fff; }

/* line 891, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.root li {
  padding-top: 0; }

/* line 901, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced {
  display: block;
  margin: 0;
  height: auto;
  overflow: hidden; }

/* line 24, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link {
  background-color: rgba(31, 31, 31, 0.95);
  position: relative;
  display: block;
  float: none;
  height: 40px; }

/* line 26, _nav.css.scss */
.lt-ie8 .lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link {
  padding: 0 20px; }

/* line 32, _nav.css.scss */
.lt-ie9 .lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link {
  width: 120px;
  background-color: #1f1f1f; }

/* line 41, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector {
  display: block; }

/* line 45, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link a {
  outline: none; }

/* line 54, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector {
  height: 64px;
  background: transparent; }

/* line 59, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector a {
  background: transparent url("../images/dropDown.png") no-repeat;
  padding-right: 25px;
  background-position: right -45px; }

/* line 65, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector a span {
  height: 64px;
  line-height: 64px;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 4px;
  border-bottom: solid 4px #0661b2; }

/* line 79, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector.expand a {
  background-position: right 25px; }

/* line 81, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.reduced li.nav-link.selector.expand a span {
  padding-bottom: 0;
  border-bottom: none; }

/* line 909, _nav.css.scss */
.lt-ie8 header#main-header nav div.secondary-nav-container .secondary-nav.e-commerce li.nav-link {
  float: left; }

/* line 957, _nav.css.scss */
.lt-ie9 a,
.lt-ie9 a:hover,
.lt-ie9 a:visited,
.lt-ie9 a:selection,
.lt-ie9 a:active {
  color: #fff; }

/* line 959, _nav.css.scss */
.lt-ie9 a span,
.lt-ie9 a:hover span,
.lt-ie9 a:visited span,
.lt-ie9 a:selection span,
.lt-ie9 a:active span {
  color: #fff; }

/* line 967, _nav.css.scss */
.lt-ie9 nav ul.header-nav {
  background-color: #1A1A1A; }

/* line 969, _nav.css.scss */
.lt-ie9 nav ul.header-nav .search {
  padding-right: 30px; }

/* line 973, _nav.css.scss */
.lt-ie9 nav ul.header-nav .sub-text {
  margin-top: 5px; }

/* line 980, _nav.css.scss */
.lt-ie9 nav ul.header-nav .secondary-nav li.nav-root, .lt-ie9 nav ul.header-nav .secondary-nav li.nav-divider {
  border-right: solid 2px #333; }

/* line 987, _nav.css.scss */
.lt-ie9 nav ul.header-nav .secondary-nav li.selected a {
  color: #fff; }

/* line 994, _nav.css.scss */
.lt-ie9 nav ul.header-nav .menu-wrapper .menu-section {
  width: 100%;
  background-repeat: none; }

/* line 1004, _nav.css.scss */
.lt-ie10 .header-nav {
  background-color: #1A1A1A; }

/*====================
 * TOUCH STYLES
 =====================*/
/* line 1020, _nav.css.scss */
.touch header#main-header nav ul.header-nav li.nav-link:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1026, _nav.css.scss */
.touch header#main-header nav ul.header-nav li.nav-link:hover a.nav-content .nav-overflow {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1037, _nav.css.scss */
.touch header#main-header nav .menu-wrapper {
  top: 63px;
  -webkit-box-shadow: 0 0 6px 0 #030203;
  box-shadow: 0 0 6px 0 #030203; }

/* line 1047, _nav.css.scss */
header#main-header nav .primary-nav-container #menu {
  width: auto; }

/* line 1051, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link a {
  padding: 10px 20px; }

/* line 1055, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.pipe {
  text-align: center; }

/* line 1059, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.pipe a {
  background: transparent url("../images/sprite-chevron.png") no-repeat right -89px;
  padding: 10px 30px 10px 30px;
  background-size: 18px;
  border-left: 2px solid #333;
  width: auto;
  margin-right: 15px; }

/* line 1068, _nav.css.scss */
.lt-ie9 header#main-header nav .primary-nav-container #menu li.nav-link.pipe a {
  background: none; }

/* line 1071, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.pipe a span {
  padding: 0px; }

/* line 1076, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.pipe:hover,
header#main-header nav .primary-nav-container #menu li.nav-link.nav-e3:hover {
  background-color: transparent;
  background-image: none; }

/* line 1082, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.pipe a:hover span,
header#main-header nav .primary-nav-container #menu li.nav-link.nav-e3 a:hover span {
  border-bottom: 2px solid #fff; }

/* line 1086, _nav.css.scss */
header#main-header nav .primary-nav-container #menu li.nav-link.nav-e3 .nav-content {
  width: 50px; }

/* line 1089, _nav.css.scss */
header#main-header nav .primary-nav-container #menu {
  display: table; }

/* line 1093, _nav.css.scss */
header#main-header nav .primary-nav-container .sub-menu li.nav-link {
  display: none; }

/* line 1097, _nav.css.scss */
header#main-header nav .primary-nav-container #menu .sub-nav {
  display: none; }

/* line 1101, _nav.css.scss */
.with-secondary {
  position: relative;
  min-width: 0; }

/* line 1106, _nav.css.scss */
.logo-cell, .nav-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 1110, _nav.css.scss */
.logo-cell {
  width: 50px;
  padding-left: 20px;
  padding-right: 30px; }

/* line 1116, _nav.css.scss */
.primary-nav-container #menu {
  width: 100%;
  position: relative; }

/* line 1121, _nav.css.scss */
.menu-ctrl-container {
  display: none;
  height: 64px;
  max-width: 200px;
  float: right; }

/* line 1128, _nav.css.scss */
nav #menu-ctrl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

/* line 1140, _nav.css.scss */
nav #menu-ctrl span {
  padding: 5px 29px 5px 0;
  background: transparent url("../images/sprite-chevron-mobile.png") no-repeat right -92px;
  background-size: 30px; }

/* line 1146, _nav.css.scss */
nav #menu-ctrl.menu-open span {
  background-position: right 0; }

/* line 1150, _nav.css.scss */
header#main-header nav .primary-nav-container ul.header-nav li.nav-link.selected {
  box-shadow: 0 2px 8px -1px #030203;
  background: #0089e2;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNzhkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ae3), color-stop(50%, #0078d0), color-stop(100%, #0066bd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* IE10+ */
  background: linear, to bottom, #008ae3 0%, #0078d0 50%, #0066bd 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ae3', endColorstr='#0066bd',GradientType=0 );
  /* IE6-8 */ }

/* line 1164, _nav.css.scss */
header#main-header nav .primary-nav-container ul.header-nav li.nav-link.selected:hover {
  background: #0089e2;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNzhkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ae3), color-stop(50%, #0078d0), color-stop(100%, #0066bd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008ae3 0%, #0078d0 50%, #0066bd 100%);
  /* IE10+ */
  background: linear, to bottom, #008ae3 0%, #0078d0 50%, #0066bd 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ae3', endColorstr='#0066bd',GradientType=0 );
  /* IE6-8 */ }

/* line 1178, _nav.css.scss */
header#main-header nav .primary-nav-container #menu,
header#main-header nav .primary-nav-container #menu.open {
  display: table; }

@media screen and (max-width: 1024px) {
  /* line 1184, _nav.css.scss */
  header.responsive#main-header nav {
    position: absolute; }

  /* line 1188, _nav.css.scss */
  header.responsive#main-header nav ul.header-nav {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    height: 0; }

  /* line 1197, _nav.css.scss */
  header.responsive#main-header nav ul.header-nav li.nav-link.selected {
    background: none;
    box-shadow: none; }

  /* line 1202, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    padding: 0;
    margin: 0; }

  /* line 1212, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu.open {
    display: block; }

  /* line 1216, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link a.sub-items.open span {
    display: block;
    padding: 0;
    background: transparent url("../images/sprite-chevron-mobile.png") no-repeat right -33px;
    background-size: 30px; }

  /* line 1223, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-e3 .nav-content {
    width: auto; }

  /* line 1227, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-preorder {
    background: #f96f38;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NmYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTU1MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f96f38 0%, #e55526 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f96f38), color-stop(100%, #e55526));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f96f38 0%, #e55526 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f96f38 0%, #e55526 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f96f38 0%, #e55526 100%);
    /* IE10+ */
    background: linear, to bottom, #f96f38 0%, #e55526 100%;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f96f38', endColorstr='#e55526',GradientType=0 );
    /* IE6-8 */ }

  /* line 1240, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.filler {
    display: none; }

  /* line 1247, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe:hover,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-e3,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-e3:hover {
    background: #2b2b2b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2b2b2b 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, black 100%);
    /* IE10+ */
    background: linear, to bottom, #2b2b2b 0%, black 100%;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */ }

  /* line 1260, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe {
    width: auto; }

  /* line 1264, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe a {
    border: none;
    background: none;
    padding: 17px 15px; }

  /* line 1274, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe a span,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-e3 a span,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.pipe a:hover span,
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link.nav-e3 a:hover span {
    border: 0px soid #fff; }

  /* line 1278, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link {
    width: 100%;
    height: auto;
    font-size: 1.2em;
    display: block;
    background: #0081dc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODFkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQ5YTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0081dc 0%, #0149a1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0081dc), color-stop(100%, #0149a1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0081dc 0%, #0149a1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0081dc 0%, #0149a1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0081dc 0%, #0149a1 100%);
    /* IE10+ */
    background: linear, to bottom, #0081dc 0%, #0149a1 100%;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081dc', endColorstr='#0149a1',GradientType=0 );
    /* IE6-8 */ }

  /* line 1295, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link a.nav-content {
    width: 100%;
    padding: 17px 15px;
    display: block;
    position: static;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  /* line 1307, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link a.nav-content span {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
    text-transform: uppercase; }

  /* line 1317, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu li.nav-link a.sub-items span {
    display: block;
    padding: 0;
    background: transparent url("../images/sprite-chevron-mobile.png") no-repeat right -62px;
    background-size: 30px; }

  /* line 1324, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu .sub-nav {
    display: none;
    padding: 0;
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.3); }

  /* line 1330, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu .sub-nav.open {
    display: block; }

  /* line 1334, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu .sub-nav li.nav-link {
    padding: 0;
    display: block;
    background: #363636;
    /* Old browsers */
    filter: none;
    border-bottom: 2px solid #202020; }

  /* line 1342, _nav.css.scss */
  header.responsive#main-header nav .primary-nav-container #menu .sub-nav li.nav-link:last-child {
    border-bottom: none; }

  /* line 1346, _nav.css.scss */
  header.responsive#main-header nav .secondary-nav-container {
    display: none; }

  /* line 1350, _nav.css.scss */
  header.responsive#main-header nav .secondary-nav-container .secondary-nav.back {
    display: none; }

  /* line 1354, _nav.css.scss */
  .responsive div.menu-ctrl-container {
    display: table; } }
@media screen and (max-width: 730px) {
  /* line 1364, _nav.css.scss */
  header#main-header nav ul.header-nav {
    padding: 0; }

  /* line 1370, _nav.css.scss */
  header#main-header nav ul.header-nav li.nav-link a.nav-content .small-title {
    display: block; }

  /* line 1373, _nav.css.scss */
  header#main-header nav ul.header-nav li.nav-link a.nav-content .large-title {
    display: none; } }
/* ===============================
 * FOOTER Import
 * ===============================*/
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* ===============================
* FOOTER
* ===============================*/
/* line 8, _footer.css.scss */
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white; }

/* line 16, _footer.css.scss */
footer .footer-content-parallax {
  overflow: hidden;
  position: fixed;
  bottom: -365px;
  width: 100%; }

/* line 25, _footer.css.scss */
footer .footer-content-parallax-container {
  position: relative; }

/* line 31, _footer.css.scss */
footer .footer-content {
  width: 100%;
  position: relative; }

/* line 37, _footer.css.scss */
footer .footer-content .footer-meta-bg {
  width: 100%;
  right: 51%;
  top: 0;
  height: 72px;
  background-color: #fff;
  position: absolute; }

/* line 48, _footer.css.scss */
footer .footer-content .footer-content-wrapper {
  width: 100%;
  background: #01439a url(../images/footerGlow.png) center top no-repeat; }

/* line 54, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta {
  height: 70px;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  line-height: 68px;
  overflow: visible;
  margin-left: 49%; }

/* line 64, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta .drop-down {
  background-image: url(../images/pagination.png);
  background-repeat: no-repeat;
  background-position: right 25px;
  padding-right: 35px;
  margin-right: 30px;
  margin-left: 30px;
  text-transform: uppercase;
  overflow: visible;
  text-decoration: none;
  float: left; }

/* line 79, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta.active .drop-down {
  background-position: right -35px; }

/* line 84, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta a:link,
footer .footer-content .footer-content-wrapper .footer-meta a:visited {
  text-decoration: none;
  color: #fff; }

/* line 91, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta a:hover span {
  text-decoration: underline; }

/* line 95, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-meta .back-to-top {
  margin-right: 0; }

/* line 105, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more,
footer .footer-content .footer-content-wrapper .footer-info {
  margin: 0 auto;
  padding: 40px 0 40px 0; }

/* line 110, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more a,
footer .footer-content .footer-content-wrapper .footer-info a {
  color: #fff; }

/* line 118, _footer.css.scss */
.js footer .footer-content .footer-content-wrapper #footer-more-container {
  display: none; }

/* line 122, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more {
  display: table;
  width: 1017px; }

/* line 127, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div {
  display: table-cell;
  padding: 0 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.1); }

/* line 9, _sony-addons.scss */
.lt-ie9 footer .footer-content .footer-content-wrapper .footer-more div {
  border-left: none;
  background: transparent url(../images/transBorderVertical.png) repeat-y top left; }

/* line 135, _footer.css.scss */
.lt-ie9 footer .footer-content .footer-content-wrapper .footer-more div:first-child, footer .footer-content .footer-content-wrapper .footer-more div:first-child {
  border: none;
  background: none; }

/* line 140, _footer.css.scss */
.lt-ie8 footer .footer-content .footer-content-wrapper .footer-more div {
  display: block;
  float: left;
  width: 155px; }

/* line 146, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div h3 {
  color: #8fd5fd;
  font-size: 16px; }

/* line 151, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div ul {
  padding-left: 0;
  list-style-type: none; }

/* line 156, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div ul li {
  height: auto;
  margin-bottom: 8px; }

/* line 161, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(../images/chevron-sm.png) no-repeat top left;
  padding-left: 15px;
  font-size: 14px; }

/* line 170, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-more div ul li a:hover {
  text-decoration: underline; }

/* line 182, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-border {
  border-top: 2px solid rgba(255, 255, 255, 0.1); }

/* line 27, _sony-addons.scss */
.lt-ie9 footer .footer-content .footer-content-wrapper .footer-border {
  border-top: none;
  position: relative; }

/* line 32, _sony-addons.scss */
.lt-ie8 footer .footer-content .footer-content-wrapper .footer-border {
  border-top: 2px solid #1b56a4; }

/* line 36, _sony-addons.scss */
.lt-ie9 footer .footer-content .footer-content-wrapper .footer-border:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent url(../images/transBorderHorizontal.png) repeat-y top left; }

/* line 47, _sony-addons.scss */
.lt-ie8 footer .footer-content .footer-content-wrapper .footer-border:before {
  display: none; }

/* line 188, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info {
  width: 977px; }

/* line 192, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info ul {
  margin: 0 0 30px 0;
  float: left; }

/* line 197, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info ul li {
  padding: 0 13px;
  font-weight: bold;
  background: transparent url(../images/footerSeparator.png) no-repeat center right;
  line-height: 38px;
  height: 38px; }

/* line 205, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info ul li.no-separator {
  background-image: none; }

/* line 211, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info ul li.no-separator.logo {
  padding: 0; }

/* line 222, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-copy,
footer .footer-content .footer-content-wrapper .footer-info .footer-copy a {
  color: #8fd5fd; }

/* line 228, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-details {
  float: left;
  width: 70%; }

/* line 235, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-logos {
  float: right;
  margin: 20px 0 0 0;
  width: 165px; }

/* line 241, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-logos span {
  display: inline-block;
  height: 80px;
  text-align: center;
  margin: 0 0 0 15px; }

/* line 252, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links {
  float: left;
  width: 100%;
  margin-top: 35px;
  line-height: 27px;
  font-size: 1.1em;
  padding: 0 0 30px 0; }

/* line 260, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links div {
  float: left; }

/* line 266, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link {
  background-image: url(../images/chevron-sm.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 15px;
  text-transform: uppercase;
  overflow: visible;
  text-decoration: none;
  float: left; }

/* line 277, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link.country-selector {
  margin-right: 80px;
  background-image: none;
  padding-left: 0; }

/* line 283, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link img {
  vertical-align: middle;
  margin-right: 10px; }

/* line 291, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link a:link,
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold; }

/* line 297, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link a:link span,
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link a:visited span {
  color: #8fd5fd; }

/* line 302, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .link a:hover {
  text-decoration: underline; }

/* line 310, _footer.css.scss */
footer .footer-content .footer-content-wrapper .footer-info .footer-links .more-link {
  float: right; }

/* line 323, _footer.css.scss */
.footer-end {
  background-color: #000000;
  height: 35px;
  bottom: 0;
  width: 100%; }

/* line 330, _footer.css.scss */
.footer-end .footer-logo {
  width: 977px;
  height: 35px;
  margin: 0 auto;
  text-align: right; }

/* line 337, _footer.css.scss */
.footer-end .footer-logo a {
  display: inline-block;
  height: 35px; }

/* For pages that need the footer full width */
/* line 354, _footer.css.scss */
footer.full-width-footer .footer-content .footer-meta-bg {
  display: none; }

/* line 362, _footer.css.scss */
footer.full-width-footer .footer-content .footer-content-wrapper .footer-meta {
  margin-left: 0; }

/* line 366, _footer.css.scss */
footer.full-width-footer .footer-content .footer-content-wrapper .footer-meta .back-to-top {
  float: right;
  margin-right: 30px; }

/* line 373, _footer.css.scss */
footer.full-width-footer .footer-content .footer-content-wrapper .footer-meta .drop-down {
  margin-left: 35px; }

/* line 381, _footer.css.scss */
footer.full-width-footer .footer-content .footer-content-wrapper .footer-info {
  width: auto;
  padding: 40px 30px 40px 35px; }

/* line 394, _footer.css.scss */
.footer-end .footer-logo {
  float: right;
  width: 100%;
  margin-right: 30px; }

@media screen and (max-width: 1060px) {
  /* line 411, _footer.css.scss */
  footer .footer-content .footer-meta-bg {
    display: none; }

  /* line 419, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-meta {
    margin-left: 0; }

  /* line 423, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-meta .back-to-top {
    float: right;
    margin-right: 30px; }

  /* line 430, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-meta .drop-down {
    margin-left: 35px; }

  /* line 438, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-info {
    width: auto;
    padding: 40px 30px 40px 35px; }

  /* line 451, _footer.css.scss */
  .footer-end .footer-logo {
    float: right;
    width: 100%; }

  /* line 456, _footer.css.scss */
  .footer-end .footer-logo a {
    margin-right: 30px; } }
@media screen and (max-width: 840px) {
  /* line 477, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-info .footer-details {
    width: 65%; }

  /* line 483, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-info .footer-logos {
    margin: 0; } }
@media screen and (max-width: 1000px) {
  /* line 507, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-more {
    width: 100%;
    margin: 0 16px; }

  /* line 512, _footer.css.scss */
  footer .footer-content .footer-content-wrapper .footer-more div:last-child {
    display: none; } }
/* ===============================
 * END FILE
 * ===============================*/
/**
 *
 *  Mixins
 *
 */
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* line 12, style.css.scss */
.visuallyhidden,
.hide {
  display: none; }

/**
        Generic Styles
**/
/* line 21, style.css.scss */
ul.float-list {
  margin: 0;
  padding: 0;
  *zoom: 1; }

/* line 32, addons/_clearfix.scss */
ul.float-list:before, ul.float-list:after {
  content: " ";
  display: table; }

/* line 37, addons/_clearfix.scss */
ul.float-list:after {
  clear: both; }

/* line 27, style.css.scss */
ul.float-list li {
  list-style: none;
  float: left;
  overflow: hidden; }

/* line 33, style.css.scss */
ol.number-list {
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
  font-weight: bold;
  color: #0b5cc3; }

/* line 40, style.css.scss */
ol.number-list li {
  line-height: 25px; }

/* line 43, style.css.scss */
ol.number-list li span.list-item {
  font-style: normal;
  color: #363636;
  font-weight: normal; }

/* line 51, style.css.scss */
a.plain-link,
a.blank-link {
  color: #363636;
  text-decoration: none; }

/* line 55, style.css.scss */
a.plain-link:hover {
  text-decoration: underline; }

/* line 58, style.css.scss */
.hidden {
  display: none; }

/* line 61, style.css.scss */
.box-container {
  display: -webkit-box;
  display: -moz-box;
  display: box; }

/* line 64, style.css.scss */
.box-element {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1; }

/* line 67, style.css.scss */
button {
  margin: 0;
  padding: 15px 10px;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); }

/* line 76, style.css.scss */
.bold {
  font-weight: bold; }

/* line 79, style.css.scss */
button.game-finder {
  padding-left: 50px;
  background-image: url(../images/game-finder.png), -webkit-linear-gradient(top, #016ec6, #0148a0);
  background-image: url(../images/game-finder.png), -moz-linear-gradient(top, #016ec6, #0148a0);
  background-image: url(../images/game-finder.png), -ms-linear-gradient(top, #016ec6, #0148a0);
  background-image: url(../images/game-finder.png), -o-linear-gradient(top, #016ec6, #0148a0);
  background-image: url(../images/game-finder.png), linear-gradient(top, #016ec6, #0148a0);
  background-repeat: no-repeat; }

/**
        Custom Styles
**/
/* line 90, style.css.scss */
#page-content {
  overflow: hidden;
  padding-top: 62px;
  width: 100%;
  height: 100%; }

/* line 95, style.css.scss */
#page-content.age-gate-on {
  top: -100%;
  position: absolute; }

@media screen and (max-width: 900px) {
  /* line 102, style.css.scss */
  nav {
    width: 100%;
    margin: 0; } }
/* line 108, style.css.scss */
.placeholder {
  text-align: center;
  margin: 0 0 60px 0;
  overflow: hidden; }

/* line 113, style.css.scss */
.placeholder img {
  max-width: 976px; }

/* line 119, style.css.scss */
.fullscreen img {
  max-width: 100%;
  width: 100%; }

/* line 125, style.css.scss */
.samplebox {
  max-width: 980px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  background-color: #8b0000; }

/* Debug Content */
/* line 137, style.css.scss */
.dummy-block div {
  max-width: 980px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }

/* line 145, style.css.scss */
.dummy-block div h2 {
  color: #0068bf;
  font-face: Georgia; }

/* Registration/footer styles - to be SAS'd properly later, for now just getting them in and working. */
/* line 153, style.css.scss */
.footer hgroup h1.section-heading, .footer hgroup h2.section-sub-heading {
  color: #fff; }

/* line 156, style.css.scss */
.footer form {
  max-width: 500px; }

/* line 159, style.css.scss */
.footer {
  background-color: #000; }

/* Target the tab panel on the homepage */
/* line 3, bespoke.css.scss */
.homepage_homeHeroOverlay {
  position: relative;
  margin: 130px 0 0 0; }

/* line 7, bespoke.css.scss */
.homePageTabPanel {
  margin-top: -193px; }

/* Target the discover tab on the homepage */
/* line 12, bespoke.css.scss */
.homepage_discoverSection {
  margin-top: -50px; }

/* line 15, bespoke.css.scss */
.homepage_discoverSection .section-heading {
  margin-top: 0; }

/* line 1, form.css.scss */
#footer-form-container {
  padding-bottom: 3em; }

/* line 5, form.css.scss */
#signupForm {
  margin-top: 1.5em;
  margin-bottom: 4em;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* line 15, form.css.scss */
.form-field {
  margin: 2em 0 0 0; }

/* line 20, form.css.scss */
.form-field input,
.form-field select {
  outline: solid 2px transparent !important; }

/* line 25, form.css.scss */
.form-field input:focus,
.form-field select:focus {
  outline: solid 2px #00a2ff !important; }

/* line 32, form.css.scss */
.dob-field {
  margin-bottom: 3em; }

#footer-form-container .dob-field {
  margin-bottom: 1em; }

/* line 36, form.css.scss */
.form-label {
  font-size: 1.2em;
  color: #b2b2b2;
  margin-bottom: 0.75em;
  font-weight: bold;
  display: block; }

/* line 44, form.css.scss */
#signupForm input[type=text] {
  width: 95%;
  color: #808080;
  font-size: 1.2em;
  border: none;
  border-radius: 0;
  padding: 2.5%;
  box-shadow: inset 0px 2px 2px 0px #cccccc;
  outline: none;
  background: #ffffff; }

/* line 56, form.css.scss */
.dob-field {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  background: url(../images/fx-select-arrow.png) white 124px center no-repeat;
  border-radius: 0; }

/* line 64, form.css.scss */
#dobDayField, #dobMonthField {
  margin-right: 5%; }

/* line 68, form.css.scss */
.dob-field select {
  font-size: 1.2em;
  color: #808080;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 80, form.css.scss */
.name-field {
  width: 47.5%;
  display: inline-block; }

/* line 85, form.css.scss */
#firstNameField {
  margin-right: 5%; }

/* line 89, form.css.scss */
#nameField input[type=text] {
  width: 90%;
  padding: 5%; }

/* line 94, form.css.scss */
.country-field {
  width: 100%;
  overflow: hidden;
  background: url(../images/fx-select-arrow.png) white 475px center no-repeat;
  border-radius: 0; }

/* line 101, form.css.scss */
.country-field select {
  font-size: 1.2em;
  color: #808080;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 113, form.css.scss */
#formExtra {
  /*display: none;*/ }

/* line 117, form.css.scss */
#submitButton {
  margin-top: 1em;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: normal;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  text-shadow: -1px -1px 1px #0062b2;
  border-radius: 0;
  background: #008ae3;
  text-transform: uppercase;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDZmYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008ae3 0%, #046fc6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ae3), color-stop(100%, #046fc6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008ae3 0%, #046fc6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008ae3 0%, #046fc6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008ae3 0%, #046fc6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #008ae3 0%, #046fc6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ae3', endColorstr='#046fc6',GradientType=0 );
  /* IE6-8 */
  border: none;
  width: 32%;
  padding: 2.5%;
  cursor: pointer; }

/* line 141, form.css.scss */
#join {
  font-size: 1.75em;
  color: #ffffff;
  margin-bottom: 1em; }

/* line 147, form.css.scss */
#capture-image-refresh {
  margin-top: .6em; }

/* line 151, form.css.scss */
#join a, #capture-image-refresh a {
  color: #00a2ff;
  text-decoration: none; }

/* line 156, form.css.scss */
#join a:hover, #capture-image-refresh a:hover {
  text-decoration: underline; }

/* line 160, form.css.scss */
#social {
  margin: 1.5em auto 4em auto;
  position: relative;
  /*padding-left: 85px;*/ }

/* line 166, form.css.scss */
.social-button {
  vertical-align: top;
  display: inline-block;
  margin-right: 30px; }

/* line 172, form.css.scss */
#socialLinks div {
  vertical-align: middle;
  display: inline-block; }

/* line 177, form.css.scss */
#socialLinks div#blogLink {
  margin: 0 60px; }

/* line 182, form.css.scss */
#socialLinks .fb,
#socialLinks .twitter {
  /*border-radius: 4px;*/
  text-shadow: -1px -1px #111111;
  background: #171717;
  background-repeat: no-repeat;
  background-position: -10px;
  height: 20px;
  padding: 10px;
  display: inline-block;
  line-height: 20px;
  margin-left: 2%;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  text-decoration: none;
  padding-left: 55px;
  padding-right: 15px;
  min-width: 110px; }

/* line 202, form.css.scss */
#socialLinks .fb {
  margin-left: 0;
  background-image: url(/static/sign-up/assets/facebook.png); }

/* line 207, form.css.scss */
#socialLinks .twitter {
  background-image: url(/static/sign-up/assets/twitter.png); }

/* line 209, form.css.scss */
.mobile #socialLinks .twitter {
  margin-left: 0;
  margin-top: 1em; }

/* line 217, form.css.scss */
#countrySelector {
  background: #171717;
  height: 20px;
  padding: 10px;
  line-height: 20px;
  margin-left: 2%;
  font-size: 11px;
  color: #808080;
  cursor: pointer;
  /*border-radius: 4px;*/
  text-shadow: -1px -1px #111111;
  display: inline-block; }

/* line 231, form.css.scss */
#countrySelection {
  margin-left: 15px;
  line-height: 40px;
  font-size: 11px;
  color: #808080;
  font-weight: bold;
  text-shadow: -1px -1px #111111; }

/* line 240, form.css.scss */
#countrySelectionWrapper {
  width: 200px;
  text-align: center;
  margin: 1.5em auto 0 auto; }

/* line 246, form.css.scss */
.country-name {
  text-indent: 5px;
  float: left; }

/* line 251, form.css.scss */
.arrow {
  padding-right: 15px;
  background: url(../images/right-arrow.png) no-repeat right; }

/* line 257, form.css.scss */
.open .arrow {
  background: url(../images/down-arrow.png) no-repeat right; }

/* line 261, form.css.scss */
.country-flag {
  width: 16px;
  height: 12px;
  margin-top: 4px;
  float: left;
  background: url(../images/flags.png) no-repeat; }

/* line 269, form.css.scss */
.AE-flag {
  background-position: 0px 0px; }

/* line 273, form.css.scss */
.AT-flag {
  background-position: -18px 0px; }

/* line 277, form.css.scss */
.AU-flag {
  background-position: -36px 0px; }

/* line 281, form.css.scss */
.BE-flag {
  background-position: -54px 0px; }

/* line 285, form.css.scss */
.CH-flag {
  background-position: 0px -14px; }

/* line 289, form.css.scss */
.DE-flag {
  background-position: -18px -14px; }

/* line 293, form.css.scss */
.DK-flag {
  background-position: -36px -14px; }

/* line 297, form.css.scss */
.ES-flag {
  background-position: -54px -14px; }

/* line 301, form.css.scss */
.FI-flag {
  background-position: 0px -28px; }

/* line 305, form.css.scss */
.FR-flag {
  background-position: -18px -28px; }

/* line 309, form.css.scss */
.UK-flag {
  background-position: -36px -28px; }

/* line 313, form.css.scss */
.GR-flag {
  background-position: -54px -28px; }

/* line 317, form.css.scss */
.IE-flag {
  background-position: 0px -42px; }

/* line 321, form.css.scss */
.IN-flag {
  background-position: -18px -42px; }

/* line 325, form.css.scss */
.IT-flag {
  background-position: -36px -42px; }

/* line 329, form.css.scss */
.LU-flag {
  background-position: -54px -42px; }

/* line 333, form.css.scss */
.NL-flag {
  background-position: 0px -56px; }

/* line 337, form.css.scss */
.NO-flag {
  background-position: -18px -56px; }

/* line 341, form.css.scss */
.NZ-flag {
  background-position: -36px -56px; }

/* line 345, form.css.scss */
.PL-flag {
  background-position: -54px -56px; }

/* line 349, form.css.scss */
.PT-flag {
  background-position: 0px -70px; }

/* line 353, form.css.scss */
.RU-flag {
  background-position: -18px -70px; }

/* line 357, form.css.scss */
.SE-flag {
  background-position: -36px -70px; }

/* line 361, form.css.scss */
.CZ-flag {
  background-position: -54px -70px; }

/* line 365, form.css.scss */
.ZA-flag {
  background-position: 0 -84px; }

/* line 369, form.css.scss */
.TR-flag {
  background-position: -18px -84px; }

/* line 373, form.css.scss */
#underAge, #thanks, .inline-error {
  background: rgba(255, 255, 255, 0.1);
  color: #00a2ff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 1em;
  text-shadow: -1px -1px 1px black; }

/* line 383, form.css.scss */
#underAge, #thanks {
  margin-top: 1em; }

/* line 387, form.css.scss */
#captchaImg {
  display: block;
  position: relative;
  margin: 0 auto 1em auto; }

/* line 393, form.css.scss */
#formLegal {
  color: #808080; }

/* line 397, form.css.scss */
#countrySelector a {
  text-decoration: none;
  color: inherit; }

/* line 402, form.css.scss */
#footer {
  margin-top: 2em;
  color: #808080; }

/* line 407, form.css.scss */
#footer a {
  text-decoration: none;
  color: inherit;
  margin: 0 10px; }

/* line 413, form.css.scss */
#copyright {
  margin-top: 1.5em; }

/* line 417, form.css.scss */
#localeMenu {
  display: none;
  margin-top: 10px;
  width: 100%;
  background: none;
  color: #808080;
  font-size: 0.75em;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*border-radius: 4px;*/ }

/* line 431, form.css.scss */
.locale-menu-item {
  height: 30px;
  width: 20%;
  float: left;
  line-height: 30px;
  text-shadow: -1px -1px #111111; }

/* line 439, form.css.scss */
.locale-menu-item .country-flag {
  margin-top: 9px; }

/* line 443, form.css.scss */
.locale-menu-item a {
  text-decoration: none;
  color: inherit; }

@media screen and (max-width: 640px) {
  /* line 449, form.css.scss */
  body {
    background-position: center -50px; }

  /* line 453, form.css.scss */
  #container {
    width: 100%;
    padding-top: 45px; }

  /* line 458, form.css.scss */
  #logo {
    width: 290px;
    height: auto;
    margin-bottom: 1.25em; }

  /* line 464, form.css.scss */
  #ytFrame {
    margin-top: 1.25em;
    margin-bottom: 2em;
    width: 85%;
    height: auto; }

  /* line 471, form.css.scss */
  h1 {
    font-size: 1.5em; }

  /* line 475, form.css.scss */
  h1.desktop {
    display: none; }

  /* line 479, form.css.scss */
  h1.mobile {
    display: block; }

  /* line 483, form.css.scss */
  #cta, #join {
    font-size: 1.125em; }

  /* line 487, form.css.scss */
  #signupForm {
    width: 100%;
    margin-bottom: 2em; }

  /* line 492, form.css.scss */
  #signupForm input[type=text] {
    padding: 3.5% 3%;
    /*border-radius: 3px;*/ }

  /* line 497, form.css.scss */
  #nameField input[type=text] {
    padding: 6%;
    /*border-radius: 3px;*/ }

  /* line 502, form.css.scss */
  .form-label {
    font-size: 0.875em; }

  /* line 506, form.css.scss */
  .dob-field {
    background-position: 61px center; }

  /* line 510, form.css.scss */
  .dob-field select {
    padding: 8px 6px; }

  /* line 516, form.css.scss */
  #dobDayField {
    width: 60px; }

  /* line 520, form.css.scss */
  #dobMonthField {
    width: 125px; }

  /* line 524, form.css.scss */
  #dobYearField {
    width: 67px; }

  /* line 528, form.css.scss */
  #nameField {
    margin-top: 0; }

  /* line 532, form.css.scss */
  .country-field select {
    padding: 3%; }

  /* line 536, form.css.scss */
  #submitButton {
    width: 100%;
    padding: 3% 2.5%; }

  /* line 541, form.css.scss */
  #social {
    margin-bottom: 3em; }

  /* line 545, form.css.scss */
  #socialLinks div {
    margin-right: 5%;
    margin-left: 5%;
    line-height: 4em; }

  /* line 551, form.css.scss */
  #countrySelectionWrapper {
    margin: 1em;
    width: 90%; }

  /* line 556, form.css.scss */
  .dob-field {
    background-position: 90% center; }

  /* line 560, form.css.scss */
  .country-field {
    background-position: 96% center; }

  /* line 564, form.css.scss */
  #footer {
    text-align: center;
    margin-top: 1.5em; }

  /* line 569, form.css.scss */
  #footer a {
    display: block;
    margin: 0 auto 0.75em auto;
    text-decoration: underline; }

  /* line 575, form.css.scss */
  #footer span {
    display: none; }

  /* line 579, form.css.scss */
  .locale-menu-item {
    width: 50%; }

  /* line 583, form.css.scss */
  .dob-field, .country-field {
    /*border-radius: 3px;*/ } }
#footer-form-container h2.section-sub-heading {
  color: #363636;
  font-family: 'SST W01 Bold','SST W02 Bold','SST W10 Bold','SST W15 Bold','Arial Bold',Helvetica;
  font-size: 40px; }

#signupForm {
  margin-top: 60px; }

#signupForm .form-label {
  color: #363636; }

#signupForm #submitButton {
  margin-top: 40px; }

#signupForm .inline-error {
  text-shadow: none;
  color: #e70000;
  font-weight: bold; }

#signupForm input[type="text"].error, #signupForm select.error {
  background: url("../images/errorx.gif") no-repeat scroll 95% 50% white;
  color: #e70000; }

#signupForm select.error {
  background: url("../images/errorx.gif") no-repeat scroll 75% 50% white; }

#signupForm select#country.error {
  background: url("../images/errorx.gif") no-repeat scroll 90% 50% white; }

/**** Font standards ****/
/* 16px */
/* 14px */
/* 12px */
/************************/
/* line 14, CM000_backgroundTextLockup.css.scss */
.background-text-lockup {
  position: relative;
  overflow: hidden; }

/* line 18, CM000_backgroundTextLockup.css.scss */
.background-text-lockup a {
  text-decoration: none;
  color: #ffffff; }

/* line 23, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap {
  text-align: center;
  overflow: visible;
  height: 100%; }

/* line 28, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .narrow, .background-text-lockup .image-wrap .wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 35, CM000_backgroundTextLockup.css.scss */
.touch .background-text-lockup .image-wrap .narrow, .touch .background-text-lockup .image-wrap .wide {
  position: static; }

/* line 38, CM000_backgroundTextLockup.css.scss */
.touch .background-text-lockup .image-wrap .narrow .banner-image, .touch .background-text-lockup .image-wrap .wide .banner-image {
  position: absolute; }

/* line 43, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .narrow .banner-image, .background-text-lockup .image-wrap .wide .banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 55, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap {
  position: relative;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  padding-top: 130px;
  text-align: center; }

.footer .content-wrap {
  padding: 130px 20px 0 20px; }

/* line 66, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-blue .headline, .background-text-lockup .image-wrap .content-wrap .fade-bg-blue .info-text {
  background-color: rgba(14, 107, 185, 0.8); }

/* line 102, _sony-addons.scss */
.lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-blue .headline, .lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-blue .info-text {
  background-color: #0e6bb9;
  filter: alpha(opacity=80); }

/* line 72, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-black .headline, .background-text-lockup .image-wrap .content-wrap .fade-bg-black .info-text {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 119, _sony-addons.scss */
.lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-black .headline, .lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-black .info-text {
  background-color: black;
  filter: alpha(opacity=80); }

/* line 78, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text {
  color: #363636;
  background-color: rgba(255, 255, 255, 0.8); }

/* line 111, _sony-addons.scss */
.lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline, .lt-ie9 .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text {
  background-color: white;
  filter: alpha(opacity=80); }

/* line 82, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline a, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text a {
  color: #363636; }

/* line 86, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline .stat .stat-value, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline .stat .stat-copy, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text .stat .stat-value, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text .stat .stat-copy {
  color: #363636; }

/* line 91, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .content-wrap .fade-bg-white .headline .more-link span, .background-text-lockup .image-wrap .content-wrap .fade-bg-white .info-text .more-link span {
  background-position: right -25px; }

/* line 99, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .middle-mask {
  background-color: #ffffff;
  height: 40px;
  max-width: 980px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
  width: 100%; }

/* line 109, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .right-mask {
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 490px; }

/* line 119, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .shapes {
  pointer-events: none; }

/* line 122, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .shapes {
  position: absolute;
  z-index: 2; }

/* line 126, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .left-shapes {
  bottom: -65px;
  left: -3%; }

/* line 130, CM000_backgroundTextLockup.css.scss */
.background-text-lockup .image-wrap .right-shapes {
  bottom: 140px;
  right: -3%; }

#footer-form-container .image-wrap .content-wrap {
  padding-top: 40px; }

@media screen and (min-width: 800px) {
  /* line 141, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap {
    text-align: center;
    overflow: visible; }

  /* line 145, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .wide {
    display: block; }

  /* line 147, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .wide .banner-image {
    width: 1600px;
    left: 50%;
    margin-left: -800px; }

  /* line 153, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .narrow {
    display: none; } }
@media screen and (min-width: 1600px) {
  /* line 163, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .wide .banner-image {
    width: 100%;
    left: 0;
    margin-left: 0;
    background-size: 100%; } }
@media screen and (max-width: 800px) {
  /* line 176, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .wide {
    display: none; }

  /* line 179, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .narrow {
    display: block; }

  /* line 181, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .narrow .banner-image {
    width: 800px;
    left: 50%;
    margin-left: -400px; }

  /* line 190, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .content-wrap .copy .headline, .background-text-lockup .image-wrap .content-wrap .copy-indent .headline {
    left: 20px; }

  /* line 193, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .content-wrap .copy .info-text, .background-text-lockup .image-wrap .content-wrap .copy-indent .info-text {
    left: 20px; } }
@media screen and (max-width: 980px) {
  /* line 205, CM000_backgroundTextLockup.css.scss */
  .background-text-lockup .image-wrap .middle-mask {
    left: 0;
    margin-left: 0; } }
/**** Font standards ****/
/* XXpx */
/* 16px */
/* 14px */
/* 12px */
/************************/
/* line 12, CM087_twoColumn.css.scss */
.module-1 .headingWrapper hgroup {
  margin: 40px auto; }

/* line 15, CM087_twoColumn.css.scss */
.module-1 .headingWrapper {
  margin-top: 95px; }

/* line 19, CM087_twoColumn.css.scss */
.two-column-content {
  max-width: 940px;
  min-width: 708px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
  padding-top: 50px; }

/* line 18, addons/_clearfix.scss */
.two-column-content:before, .two-column-content:after {
  content: "";
  display: table; }

/* line 23, addons/_clearfix.scss */
.two-column-content:after {
  clear: both; }

/* line 29, CM087_twoColumn.css.scss */
.two-column-content .left-column,
.two-column-content .right-column {
  width: 50%;
  max-width: 480px;
  min-width: 350px;
  position: relative;
  display: table-cell;
  vertical-align: top; }

/* line 38, CM087_twoColumn.css.scss */
.lt-ie8 .two-column-content .left-column, .lt-ie8
.two-column-content .right-column {
  float: left;
  display: block; }

/* line 46, CM087_twoColumn.css.scss */
.two-column-content .left-column .content-wrapper {
  padding-right: 30px; }

/* line 48, CM087_twoColumn.css.scss */
.two-column-content .left-column .content-wrapper .image-block {
  float: right; }

/* line 51, CM087_twoColumn.css.scss */
.two-column-content .left-column .content-wrapper.wider_text {
  padding-right: 10px; }

/* line 58, CM087_twoColumn.css.scss */
.two-column-content .right-column .content-wrapper {
  padding-left: 30px;
  padding-right: 20px; }

/* line 61, CM087_twoColumn.css.scss */
.two-column-content .right-column .content-wrapper .image-block {
  float: left; }

/* line 67, CM087_twoColumn.css.scss */
.two-column-content .responsiveImage {
  width: 435px; }

/* line 71, CM087_twoColumn.css.scss */
.two-column-content .bottomAligned {
  bottom: 0; }

/* line 79, CM087_twoColumn.css.scss */
.no-headings .two-column-content .column .content-wrapper {
  padding-top: 0; }

/* line 83, CM087_twoColumn.css.scss */
.two-column-content .column .content-wrapper .moduleComponent {
  margin-top: 40px;
  margin-bottom: 40px; }

/* line 88, CM087_twoColumn.css.scss */
.two-column-content .column .content-wrapper .basic-video-block {
  margin-top: 6px; }

/* line 94, CM087_twoColumn.css.scss */
.two-column-content .column .genericButtonRow {
  margin-top: 30px;
  text-align: left; }

/* line 105, CM087_twoColumn.css.scss */
.image-bleed .two-column-content .column .content-wrapper {
  padding-bottom: 0; }

/* line 111, CM087_twoColumn.css.scss */
.image-bleed .two-column-content .column .content-wrapper .image-block img {
  vertical-align: top; }

@media screen and (max-width: 940px) {
  /* line 124, CM087_twoColumn.css.scss */
  .two-column-content.responsive-stack .column {
    max-width: 100%;
    width: 100%;
    position: static;
    margin: 0;
    display: block;
    float: left; } }
@media screen and (max-width: 940px) {
  /* line 144, CM087_twoColumn.css.scss */
  .two-column-content.responsive-stack .image-block {
    text-align: center; } }
/* line 151, CM087_twoColumn.css.scss */
.discover_services .two-column-content {
  padding-top: 0; }

/* line 158, CM087_twoColumn.css.scss */
.services_features_top_bleed .two-column-content .left-column .number-informer-wrapper.left {
  margin-top: 30px;
  margin-bottom: 30px; }

/* line 163, CM087_twoColumn.css.scss */
.services_features_top_bleed .two-column-content .right-column .content-wrapper {
  padding-left: 100px; }

/* line 165, CM087_twoColumn.css.scss */
.services_features_top_bleed .two-column-content .right-column .content-wrapper .image-block {
  margin-top: -60px; }

@media screen and (max-width: 940px) {
  /* line 177, CM087_twoColumn.css.scss */
  .two-column-content .left-column .content-wrapper .image-block img, .two-column-content .right-column .content-wrapper .image-block img {
    width: 100%; } }
@media screen and (max-width: 1000px) {
  /* line 188, CM087_twoColumn.css.scss */
  .two-column-content .left-column .content-wrapper {
    padding-left: 20px; }

  /* line 191, CM087_twoColumn.css.scss */
  .two-column-content .right-column .content-wrapper {
    padding-left: 20px; } }
@media screen and (max-width: 760px) {
  /* line 201, CM087_twoColumn.css.scss */
  .two-column-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 30px;
    max-width: initial;
    min-width: initial;
    min-width: 0; }

  /* line 214, CM087_twoColumn.css.scss */
  .two-column-content .column {
    zoom: 1; }

  /* line 18, addons/_clearfix.scss */
  .two-column-content .column:before, .two-column-content .column:after {
    content: "";
    display: table; }

  /* line 23, addons/_clearfix.scss */
  .two-column-content .column:after {
    clear: both; }

  /* line 218, CM087_twoColumn.css.scss */
  .two-column-content .column hgroup {
    margin: 0 0 25px 0; }

  /* line 221, CM087_twoColumn.css.scss */
  .two-column-content .column hgroup h1 {
    font-size: 28px;
    color: #0068bf;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: italic;
    font-family: "Georgia";
    text-align: center; }

  /* line 231, CM087_twoColumn.css.scss */
  .two-column-content .column hgroup h2 {
    color: #363636;
    font-size: 36px;
    margin: 0;
    position: relative;
    text-align: center; }

  /* line 238, CM087_twoColumn.css.scss */
  .two-column-content .column hgroup h3 {
    color: #363636;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal; }

  /* line 247, CM087_twoColumn.css.scss */
  .two-column-content .column.left-column, .two-column-content .column.right-column {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    float: right; }

  /* line 258, CM087_twoColumn.css.scss */
  .two-column-content .column.left-column .image-block, .two-column-content .column.right-column .image-block {
    text-align: right;
    float: none; }

  /* line 263, CM087_twoColumn.css.scss */
  .two-column-content .column.left-column .content-wrapper, .two-column-content .column.right-column .content-wrapper {
    margin: 0 auto;
    padding: 0 20px; }

  /* line 267, CM087_twoColumn.css.scss */
  .two-column-content .column.left-column .content-wrapper .genericButtonRow, .two-column-content .column.right-column .content-wrapper .genericButtonRow {
    text-align: center; }

  /* line 272, CM087_twoColumn.css.scss */
  .two-column-content .column.right-column {
    margin-top: 30px; }

  /* line 280, CM087_twoColumn.css.scss */
  .two-column-content .bottomAligned {
    bottom: 0; }

  /* line 285, CM087_twoColumn.css.scss */
  .two-column-content .genericButtonRow {
    margin-top: 30px; } }
@font-face {
  font-family: "SST W01 Roman";
  src: url("//fast.fonts.net/dv2/3/5c14fe05-1e00-48ad-90a4-7fa0de36fb7b.woff?d44f19a684109620e484157ca390e818e8a97b1e01f390daeacd552611b46b82bc660b095319077cc6067ded815e863105f4d5528d88e6675ff866796fae69db75182dd9ac146af3d2b7bbad5f4cb0e9c9ed78abe3013d90125a584de1522d2a689d815493206b39250e2de536ac3b844d2f30fa5cd8d06003e8cdd359ad0c9ed78c0c8ae5756c2a3c8da0037b87c61eb952dac6fc2d797941fc&projectId=289bf93d-1f8b-49b5-95a2-888a76ac7e82") format("woff"); }

@font-face {
  font-family: "SST W01 Bold";
  src: url("//fast.fonts.net/dv2/3/21ee40af-ca04-4a40-a3cc-e0f6a8d68101.woff?d44f19a684109620e484157ca390e818e8a97b1e01f390daeacd552611b46b82bc660b095319077cc6067ded815e863105f4d5528d88e6675ff866796fae69db75182dd9ac146af3d2b7bbad5f4cb0e9c9ed78abe3013d90125a584de1522d2a689d815493206b39250e2de536ac3b844d2f30fa5cd8d06003e8cdd359ad0c9ed78c0c8ae5756c2a3c8da0037b87c61eb952dac6fc2d797941fc&projectId=289bf93d-1f8b-49b5-95a2-888a76ac7e82") format("woff"); }

#main-header .back-link-narrow {
  display: none !important; }
@media screen and (max-width: 400px) {
  #main-header .back-link-narrow {
    display: table-cell !important; }
  #main-header .back-link {
    display: none !important; } }


/*CYCLEON ADDITIONS*/
#main-header .top-logo {
  background-color: #000000;
  position: relative;
  height: 35px;
  bottom: 0;
  width: 100%;
  overflow: visible;

}

#sonyLogo {
  background-image: url("../images/sony_logo.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-right: 20px;
  float: right;
  width: 75px;
  height: 36px;
}

@media screen and (max-width : 768px){
  #main-header .top-logo {
    display: none;
  }

  /*
  header#main-header nav .primary-nav-container #menu li.nav-link {
    float: right;
    padding-top: 12px;
    height: 52px;
    min-width: 0px !important;
    width: auto;
  }

  header#main-header nav .primary-nav-container #menu li.nav-link a {
    padding: 10px 20px 10px 20px;
  }

  header#main-header nav .primary-nav-container #menu li.pipe,
  header#main-header nav .primary-nav-container #menu li.back-link-narrow {
    display: none !important;
  }


  footer .footer-content .footer-content-wrapper .footer-info ul li {
    float: left;
    border-right: 1px solid #fff;
  }

  footer .footer-content .footer-content-wrapper .footer-info ul li.no-separator {
    float: left;
    border-right: none;
  }



  .logo-cell {
    padding-left: 20px !important;
    padding-right: 10px;
  }
  */
}

/*END  CYCLEON ADDITIONS*/