/* *************************************************************************

    TABLE OF CONTENTS:

    I. GNB Override Styles
    II. Foundation Override Styles
        A. Split Buttons (Dropdown Menu)
        B. Tab
        C. Pagination
    III. Utilities
    IV. Global Styles
        A. Main Nav
            1. Foundation
        B. Banner Height Responsive
        C. Floating Side Nav
        D. Slick Slider Plugin
        E. Header With Lines
        F. Common Page
        G. Back to Top
        H. Floated Image Styles
        I. Read More - Show Less Link
        J. Footer Section
    V. Home Page
        A. Video Banner Section
        B. Sticky Nav Bar Below Video Banner
        C. Bucket Section
        D. Game Slider Section
    VI. About Us
        A. Who We Are
        B. History
        C. A Message from Our CEO
        D. Our Executive Team
        E. Press Releases
            1. List Item
            2. Full Content
    VII. Careers
    VIII. News Feed
    IX. Contact Us
    X. Support
        A. Charges
        B. Game Support Titles
    XI. Legal
    XII. Media Queries
        A. Small Up
        B. Small Only
        C. Medium Up
        D. Medium Only
        E. Large Up
        F. Large Only
        G. X-Large Up
        H. X-Large Only
        I. XX-Large Up

************************************************************************* */


/* ==========================================================================
    I. GNB Override Styles
========================================================================== */


/*
.ncsoft.gnb-header > .container,
.ncsoft.gnb-footer > .container,
div.ncsoft.gnb-header > .container ul.left .games .gnb-sm ul {
    overflow: hidden;
    width: 100% !important;
    max-width: 1320px !important;
    padding: 0 10px;
}

.ncsoft.gnb-footer {
    margin-top: 30px !important;
}
*/


/* ==========================================================================
    II. Foundation Override Styles
========================================================================== */

.row {
    max-width: 1320px;
}

/* --------------------------------------------------------------------------
    II.A. Split Buttons (Dropdowns Menu)
-------------------------------------------------------------------------- */

.split.button {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-color: #959595;
    background-color: #d8b17e;
}

.split.button .dropdown-label {
    position: static;
    display: inline;
    border: none;
    border-radius: 0;
}

.split.button .dropdown-label:after {
    content: none;
}

table thead,
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: none;
}

/* --------------------------------------------------------------------------
    II.B. Tab
-------------------------------------------------------------------------- */

.tabs dd > a,
.tabs .tab-title > a {
    text-transform: capitalize;
    outline: none;
}

/* --------------------------------------------------------------------------
    II.C. Pagination
-------------------------------------------------------------------------- */

ul.pagination li.active a,
ul.pagination li.active button {
    font-weight: 300;
    padding: 6px 15px 4px;
    cursor: default;
    color: #fff;
    background: #d8b17e;
}

ul.pagination li.active a:hover,
ul.pagination li.active a:focus,
ul.pagination li.active button:hover,
ul.pagination li.active button:focus {
    background: #d8b17e;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: none;
}

ul.pagination .first,
ul.pagination .last {
    display: none !important;
}

ul.pagination .prev {
    float: none !important;
}

ul.pagination .next {
    float: none !important;
}

ul.pagination li a,
ul.pagination li button {
    color: #3f3f3f;
}


/* ==========================================================================
    III. Utilities
========================================================================== */

.clear {
    clear: both;
}

.table {
    position: absolute;
    z-index: 50;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.table-row {
    display: table-row;
}

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

.transition {
    -webkit-transition: .2s;
       -moz-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}


/* ==========================================================================
    IV. Global Styles
========================================================================== */

html,
body {
    background-color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    text-transform: uppercase;
}

.outer-container p,
.outer-container li,
.outer-container p > span {
    /* It is necessary to add !important to the following selectors to overide the inline style sheets generated by the MT5 Content */
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /* font-size: 18px !important; */
    /* text-align: left !important; */
    /* line-height: 24px !important; */
    /* color: #878787 !important; */
}

a[href="#panel-all"] {
    /* Foundation Bug Fix :before selector on parent pushed content up by 1px */
    margin-top: 1px;
}


/* --------------------------------------------------------------------------
    IV.A. Main Nav
-------------------------------------------------------------------------- */

#main-nav {
    text-align: center;
    background: #ccc;
}


/* --------------------------------------------------------------------------
    IV.A.1 Foundation
-------------------------------------------------------------------------- */

#main-nav .contain-to-grid,
#main-nav .top-bar,
#main-nav .top-bar-section li a {
    background: #111;
}

#main-nav .top-bar-section li {
    padding: 12px 0 7px;
    background: #111;
}

#main-nav .top-bar-section li a {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.250em;
    text-transform: uppercase;
    color: #808080;
}

#main-nav .top-bar-section li a:hover {
    color: #d8b17e;
}

#main-nav .top-bar-section li.active {
    border-bottom: 3px solid #fff;
}

#main-nav .top-bar-section li.active a {
    color: #fff;
}

.stick-scroll {
    top: 0 !important;
}

/* --------------------------------------------------------------------------
    IV.B. Banner Height Responsive
-------------------------------------------------------------------------- */

.global-top-header {
    overflow: hidden;
    height: 55%;
    min-height: 360px;
    background-position: 50% 0;
    background-size: cover;
}

/* --------------------------------------------------------------------------
    IV.C. Floating Side Nav
-------------------------------------------------------------------------- */

#floating-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -10px;
    margin-top: -75px;
    padding: 15px 25px 15px 25px;
    text-align: right;
    text-transform: uppercase;
    border-radius: 3px;
    background: rgba(1, 1, 3, .5);
}

#floating-nav ul {
    margin: 0;
}

#floating-nav li {
    list-style: none;
    text-align: right !important;
}

#floating-nav:hover li span {
    display: inline-block;
}

#floating-nav li span {
    display: none;
    padding-right: 20px;
}

#floating-nav.previewed li span {
    display: inline-block;
}

#floating-nav li a {
    font-size: 14px;
    color: #fff;
}

#floating-nav li a:hover {
    color: #d8b17e;
}

#floating-nav li a .fa-circle {
    display: none;
}

#floating-nav li.active a .fa-circle {
    display: inline-block;
}

#floating-nav li.active a .fa-circle-o {
    display: none;
}

/* --------------------------------------------------------------------------
    IV.D. Slick Slider Plugin
-------------------------------------------------------------------------- */

.slick-slide {
    position: relative;
    min-height: 480px;
    border: none;
    outline: none;
}

.slick-dots {
    margin: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
}

.slick-dots li button {
    border: none;
    outline: none;
}

.slick-dots .slick-pager-circle {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, .3);
}

.slick-dots .slick-pager-circle:hover {
    cursor: pointer;
    background-color: #d8b17e;
}

.slick-dots .slick-active .slick-pager-circle:hover {
    background-color: #d8b17e;
}

.slick-dots .slick-active .slick-pager-circle {
    background-color: #d8b17e;
}

/* --------------------------------------------------------------------------
    IV.E. Header With Lines
-------------------------------------------------------------------------- */

/*
.header-with-lines h1,
.header-with-lines h2,
.header-with-lines .history-header {
    float: left;
    margin-right: 20px;
}
.header-with-lines .header-lines-single-black {
    overflow: hidden;
    height: 1px;
    border-top: 1px solid #000;
    margin: 24px 0;
}
.header-with-lines .header-lines-single-gray {
    overflow: hidden;
    height: 1px;
    border-top: 1px solid #9da0a6;
    margin: 24px 0;
}
.header-with-lines .header-lines-double-yellow {
    overflow: hidden;
    height: 9px;
    border-top: 1px solid #dbc67d;
    border-bottom: 1px solid #dbc67d;
    margin: 24px 0;
}
.header-with-lines .header-lines-double-light-blue {
    overflow: hidden;
    height: 9px;
    border-top: 1px solid #80a7bb;
    border-bottom: 1px solid #80a7bb;
    margin: 24px 0;
}
.header-with-lines .header-lines-double-faded-white {
  overflow: hidden;
  height: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 24px 0;
}

.double-lines {
    width: 100%;
    height: 9px;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}

.floated-header-lines.header-with-lines .floated-lines-container {
  margin-bottom: 65px;
}

.floated-header-lines.header-with-lines .floated-lines-container .header-lines-single-black {
  position: relative;
  top: 20px;
}
*/

/* --------------------------------------------------------------------------
    IV.F. Common Page
-------------------------------------------------------------------------- */

.outer-container {
    background-color: transparent;
}

/*
.commonpage {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
*/

.commonpage.commonpage-with-widget {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.commonpage.commonpage-with-widget .commonbody {
    float: left;
    width: 80%;
    max-width: none;
}

.commonpage.commonpage-with-widget .commonbody a {
    color: #6090c0;
}

.commonpage.commonpage-with-widget .commonbody a:hover {
    color: #d8b17e;
}

.commonpage .title h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    height: 20px;
    margin: 15px 0 5px 0;
    color: #0aeeff;
}

.commonpage .title h1 {
    font-size: 36px;
    margin: 20px 0;
    padding-right: 240px;
    color: #fff;
}

/*
.commonpage .commonbody {
    float: left;
    max-width: 1000px;
    min-height: 440px;
    padding: 20px 0 25px 20px;
    background: #fff;
}
*/

.commonpage .commonbody {
    max-width: 1000px;
    min-height: 440px;
    margin: 30px auto 0;
    padding: 20px 0 25px 20px;
    /* background: #fff; */
}

.commonpage .commonbodyWide {
    float: left;
    width: 910px;
    min-height: 440px;
    margin-bottom: 25px;
    padding: 25px;
    /* background: #fff; */
}

.commonbody a,
.commonbodyWide a {
    text-decoration: underline;
    color: blue;
}

/*
.commonbody a:hover,
.commonbodyWide a:visited {
    color: purple;
}

.commonbody a:hover,
.commonbodyWide a:hover {
    color: blue;
}
*/

.commonpage .commonbody h2,
.commonpage .commonbodyWide h2 {
    font-size: 22px;
    margin: 0 25px 15px 0;
    padding-top: 10px;
}

.commonpage .commonbody h3,
.commonpage .commonbodyWide h3 {
    font-size: 20px;
    margin: 0 25px 15px 0;
    padding-top: 10px;
}

/*
.commonpage .timestamp {
    font-weight: bold;
    min-height: 10px;
    margin: 0;
    padding: 10px 0 40px 15px;
    background: url(/global/includes/images/template_items/common_timestamp.png) repeat-x bottom;
}
*/

.commonpage .commonbody p {
    line-height: 22px;
    margin: 0 25px 15px 0;
}

.commonpage .commonbody .entryBlock {
    position: relative;
    left: -20px;
    margin-bottom: 40px;
    padding: 0 0 0 65px;
}

.commonpage .commonbody .entryBlock .entryTimeStamp {
    font-weight: bold;
    line-height: 32px;
    position: absolute;
    left: -4px;
    width: 74px;
    height: 30px;
    padding-left: 14px;
    text-transform: uppercase;
    color: #fff;
    background: url(/global/includes/images/template_items/news_listing_timestamp.png) no-repeat;
}

.commonpage .commonbody .entryBlock .entryTimeStamp span {
    color: #c7c7c7;
}

.commonpage .commonbody h4.intNewsTitle {
    margin: 0 25px;
    padding: 4px 0 8px 0;
}

.commonpage .commonbody h4.intNewsTitle a {
    text-decoration: none;
    color: #000;
}

.commonpage .commonbody h4.intNewsTitle a:hover {
    text-decoration: underline;
}

.commonpage .commonbody .newsExcerpt {
    margin-left: 25px;
    color: #555;
}

.commonpage blockquote.quotes {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    margin: 25px 100px 30px 100px;
}

.commonpage .sidebar {
    float: left;
    width: 20%;
    min-height: 485px;
    margin: 30px 0 0;
}

.commonpage .sidebar #companyNews {
    width: 223px;
    margin: 0;
    padding: 0;
    border: 1px solid #616161;
    background: #404040;
}

.commonpage .sidebar #companyNews li {
    border: none;
}

.commonpage .sidebar #companyNews li a {
    border: none;
}

.commonpage .sidebar .rssFeed {
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    display: block;
    width: 195px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 35px;
    text-decoration: none;
    color: #fff;
    background: url(/global/includes/images/template_items/sidebar_rss_feed.png) no-repeat;
}

.commonpage .sidebar h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    margin: 10px 0 0 0;
    padding: 0;
    padding-left: 15px;
    color: #0aeeff;
    background: url(/global/includes/images/template_items/sidebar_heading.png) no-repeat;
}

.commonpage .sidebar ul {
    margin: 0;
    padding: 15px 15px 5px 15px;
    list-style: none;
    border: 1px solid #5c5c5c;
    background: #404040;
}

.commonpage .sidebar ul li a {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-decoration: none;
    border-bottom: 1px solid #5c5c5c;
    color: #808080;
}

.commonpage .sidebar ul li a:hover {
    color: #d8b17e;
}

.commonpage .sidebar ul li.active a {
    color: #fff;
}

.commonpage .sidebar ul li.last a {
    border: none;
}

.commonpage .commonbody h4,
.commonpage .commonbodyWide h4 {
    font-size: 20px;
    margin: 0 25px 15px 0;
    padding-top: 10px;
}

.commonpage p.small {
    line-height: 15px;
}

.commonbody ul {
    line-height: 22px;
    margin-right: 25px;
    padding: 0 0 0 30px;
}

.commonbody ul li {
    padding-bottom: 12px;
}

.commonbody ul li ul,
.commonbody ul li ol,
.commonbody ol li ul,
.commonbody ol li ol {
    margin-bottom: 0;
    padding-top: 10px;
}

.commonbody ol {
    line-height: 22px;
    margin-right: 25px;
    padding: 0 0 0 30px;
}

.commonbody ol li {
    padding-bottom: 12px;
}

.commonbodyWide .fullWidthSidebar {
    line-height: 18px;
    float: right;
    width: 200px;
    margin: 0 0 20px 30px;
    padding: 20px;
    border: 1px solid #ececec;
    background: #f7f7f7;
}

.commonbodyWide .fullWidthSidebar p {
    line-height: 18px;
    margin: 15px 0 0 0;
}

.commonbodyWide .commonbodyWideCol {
    width: 640px;
}

#event-page .eventSection .back-to-top:hover:after {
    background-position: 0 100%;
}


/* --------------------------------------------------------------------------
    IV.G. Back to Top
-------------------------------------------------------------------------- */

.back-to-top {
    font: normal 12px/1 Arial, Helvetica, sans-serif;
    position: relative;
    float: right;
    margin: 10px 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.back-to-top:before,
.back-to-top:after {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 8px;
    margin-top: -4px;
    content: '';
    background: transparent url(/global/includes/images/template_items/back_to_top-bg.png) no-repeat scroll 0 0;
}

.back-to-top:before {
    left: -20px;
}

.back-to-top:after {
    right: -20px;
}

/* --------------------------------------------------------------------------
    IV.H. Floated Image Styles
-------------------------------------------------------------------------- */

.floated-left-img {
    width: 50%;
    max-width: 600px;
    margin: 0 50px 30px 0;
}

/* --------------------------------------------------------------------------
    IV.I. Read More - Show Less Link
-------------------------------------------------------------------------- */

.show-hide-more-link .text-link {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    color: #d8b17e;
}

.show-hide-more-link .text-link.on-hover {
    color: #fff;
}

/* --------------------------------------------------------------------------
    IV.J. Footer Section
-------------------------------------------------------------------------- */

#footer {
    margin-top: 60px;
}

#footer .inner-container {
    padding: 16px;
    background-color: #000;
}

#footer .inner-container .column-right {
    text-align: right;
}

#footer .inner-container .footer-link-set {
    margin: 0;
}

#footer .inner-container .footer-link-set li {
    display: inline-block;
    list-style: none;
}


/* ==========================================================================
    V. Home Page
========================================================================== */

/* --------------------------------------------------------------------------
    V.A. Video Banner Section
-------------------------------------------------------------------------- */

#fp #home-page-top-banner .mobile-static-banner {
    height: 360px;
    min-height: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

div#home-page-top-banner {
    overflow: hidden;
    height: 72%;
    min-height: 475px;
}

#fp #home-page-top-banner .table {
    position: absolute;
    width: auto;
    height: 72%;
    min-height: 475px;
    text-align: left;
}

#fp #home-page-top-banner .table .table-cell {
    padding-top: 50%;
    padding-left: .9.75rem;
}

#fp #home-page-top-banner .table h1 {
    font-size: 5vmax;
    font-weight: 500;
    color: #fff;
}

#video-banner {
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------------------------------------------------------------------
    V.B. Sticky Nav Bar Below Video Banner
-------------------------------------------------------------------------- */
#fp {background-color: #000;}
#fp #header {
    position: relative;
}

#fp #header .inner-container {
    position: absolute;
    z-index: 999;
    bottom: -45px;
    width: 100%;
}

#fp #header .sticky-header {
    position: fixed;
    top: 0;
    bottom: auto;
}

/* --------------------------------------------------------------------------
    V.C. Bucket Section
-------------------------------------------------------------------------- */

#fp #section-buckets {
    position: relative;
    z-index: 10;
    padding: 95px 0 60px;
    background-color: #141418;
    background-image:     -ms-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:    -moz-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:      -o-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #2c2e3c), color-stop(100, #141418));
    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:         radial-gradient(ellipse farthest-corner at center top, #2c2e3c 0%, #141418 100%);
    background-position: 50% 0;
}

#fp #section-buckets .row {
    position: relative;
}

#fp #section-buckets .featured-bucket {
    margin-bottom: 30px;
}

#fp #section-buckets .featured-bucket h2 {
    margin: 0;
    padding: 0;
}

#fp #section-buckets .featured-bucket img {
    display: inline-block;
    width: 100%;
}

#fp #section-buckets .featured-bucket .bucket {
    background: transparent;
}

#fp #section-buckets .featured-bucket .bucket-header {
    text-align: center;
    border-top: 5px solid #d8b17e;
    background-color: #000;
}

#fp #section-buckets .featured-bucket .bucket-header h2 {
    font-size: 1.5em;
    padding-top: 6px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid #363636;
}

#fp #section-buckets .featured-bucket .bucket-content .bucket-item:nth-child(2n+1) {
    background-color: #fff;
}

#fp #section-buckets .featured-bucket .bucket-content .bucket-item {
    padding: 20px 16px 20px 20px;
    background-color: #ebebeb;
}

#fp #section-buckets .featured-bucket .bucket-content .bucket-item .date,
#fp #section-buckets .featured-bucket .bucket-content .bucket-item .location {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .813em;
    margin-bottom: 5px;
    color: #7f7f7f;
}

#fp #section-buckets .featured-bucket .bucket-content .bucket-item h5 {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

#fp #section-buckets .featured-bucket .bucket-view-all {
    padding: 20px 0;
    text-align: center;
    background-color: #d8b17e;
}

#fp #section-buckets .featured-bucket .bucket-view-all a {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.250em;
    font-weight: 600;
    line-height: 1.250em;
    text-transform: uppercase;
    color: #3f3f3f;
}

/* --------------------------------------------------------------------------
    V.D. Game Slider Section
-------------------------------------------------------------------------- */

#fp #game-banner {
    position: relative;
    z-index: 5;
    overflow: hidden;
    /* height: 800px; */
}

#fp #game-banner .slick-slide {
    min-height: 780px;
}

#fp #game-banner .slick-slide .banner-content {
    /* top: 50%; */
    /* left: 50%; */
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(0) translateY(0);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#fp #game-banner .slick-slide .banner-info {
    position: absolute;
    z-index: 10;
    top: 10%;
    right: 20%;
    width: 100%;
    max-width: 356px;
    background-color: rgba(18, 19, 23, .9);
}

#fp #game-banner .slick-slide .banner-info .banner-game-title {
    height: 80px;
    padding: 10px 20px 0;
    text-align: center;
}

#fp #game-banner .slick-slide .banner-info .banner-game-title img {
    height: 100%;
    margin: auto;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info {
    padding: 20px 30px;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.375em;
    margin: 0;
    text-align: left !important;
    color: #a6a6a6 !important;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info-links {
    height: 100%;
    padding: 10px 30px 15px;
    background-color: #333;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info-links a {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .67em;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info-links .link-f2p {
    text-align: left;
    line-height: 1em;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info-links .link-learn-more {
    text-align: right;
    line-height: 1em;
}

#fp #game-banner .slick-slide .banner-info .banner-game-info-links .link-f2p a:hover,
#fp #game-banner .slick-slide .banner-info .banner-game-info-links .link-learn-more a:hover {
    color: #d8b17e;
}

#fp #section-game-banner {
    border-bottom: 40px solid #121317;
}

#fp .slick-dots {
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: -60px;
}

#fp .slick-dots li {
    width: 10%;
    margin-top: -15px;
    padding: 0 10px;
}

#fp .slick-dots li,
#fp .slick-dots li img {
    opacity: .85;
}

#fp .slick-dots li.slick-active,
#fp .slick-dots li:hover,
#fp .slick-dots li.slick-active img,
#fp .slick-dots li:hover img {
    opacity: 1;
}

#fp .slick-dots:before,
#fp .slick-dots:after {
    position: absolute;
    top: 0;
    width: 20%;
    height: 0;
    content: '';
    border-bottom: 60px solid #121317;
}

#fp .slick-dots:before {
    left: 0;
    border-right: 50px solid transparent;
}

#fp .slick-dots:after {
    right: 0;
    border-left: 50px solid transparent;
}


/* ==========================================================================
    VI. About Us
========================================================================== */

/* --------------------------------------------------------------------------
    VI.A. Who We Are
-------------------------------------------------------------------------- */

#section-who-we-are {
    position: relative;
    background: #000 url(/global/includes/images/ncsoftredesign2015/about-us/about-us-header.jpg) no-repeat 50% 0;
    background-size: cover;
}

#section-who-we-are .who-we-are-main {
    padding-bottom: 80px;
}

#section-who-we-are .who-we-are-content {
    margin-top: 275px;
    padding: 0 50px;
}

#section-who-we-are h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
}

#section-who-we-are p {
    line-height: 28px !important;
    color: #fff !important;
}

#section-who-we-are .who-we-are-text {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 28px;
    color: #e7e7e7;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

#section-who-we-are .full-who-we-are.shown p {
    font-size: 1em !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    text-align: left !important;
    color: #e7e7e7 !important;
}

#section-who-we-are .full-who-we-are {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 80px;
    background: rgba(0, 0, 0, .80);
}

#section-who-we-are .full-who-we-are.shown {
    display: block;
}

#section-who-we-are .header-lines-double-faded-white {
    margin: 32px 0;
}

#section-who-we-are .show-hide-more-link {
    display: block;
    margin-top: 20px;
}

#section-who-we-are .show-hide-more-link .text-link {
    font-size: 1em;
    font-weight: 600;
    color: #d8b17e;
}

#section-who-we-are .show-hide-more-link .text-link:hover {
    text-decoration: none;
    color: #fff;
}

/* --------------------------------------------------------------------------
    VI.B. History
-------------------------------------------------------------------------- */

#section-history {
    min-height: 400px;
    padding-top: 35px;
    background:     -ms-linear-gradient(top, #000 0%, #2c2e3c 100%);
    background:    -moz-linear-gradient(top, #000 0%, #2c2e3c 100%);
    background:      -o-linear-gradient(top, #000 0%, #2c2e3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100, #2c2e3c));
    background: -webkit-linear-gradient(top, #000 0%, #2c2e3c 100%);
    background:         linear-gradient(to bottom, #000 0%, #2c2e3c 100%);
    background-color: #000;
}

#section-history .header-with-lines {
    padding: 0 35px;
}

#section-history .history-header .header-content,
#section-history .history-header .history-menu {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
    text-transform: uppercase;
    color: #fff;
}

#section-history .history-header .header-content {
    font-size: 2.5em;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

#section-history .history-header .history-menu .history-dropdown-container,
#section-history .history-header .history-menu .divider,
#section-history .history-header .history-menu .desktop-menu,
#section-history .history-header .history-menu .mobile-menu,
#section-history .history-header .history-menu .months-options {
    display: inline-block;
}

#section-history .history-header .history-menu .history-dropdown-container button.dropdown,
#section-history .history-header .history-menu .month-dropdown-set button.dropdown {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #a6a6a6;
    outline: none;
    background: none;
}

#section-history .history-header .history-menu .history-dropdown-container button.dropdown:after,
#section-history .history-header .history-menu .month-dropdown-set button.dropdown:after {
    position: absolute;
    top: 24px;
    left: 75px;
    border-color: #a6a6a6 transparent transparent transparent;
}

#section-history .history-header .history-menu .months-options ul.years-month-menu {
    display: none;
    margin: 0;
}

#section-history .history-header .history-menu .months-options li {
    display: inline-block;
    margin: 0 20px;
    list-style: none;
}

#section-history .history-header .history-menu .months-options li.active a {
    font-size: 24px;
    color: #d8b17e;
}

#section-history .history-header .history-menu .months-options a {
    font-size: 18px;
    color: #808080;
}

#section-history .history-header .f-dropdown li.link-year.active a,
#section-history .history-header .f-dropdown li.link-month.active a {
    color: #d8b17e;
}

#section-history .history-header .history-menu .months-options li.active a #section-history .slick-slider > .slick-arrow {
    width: 5%;
    vertical-align: middle;
    opacity: .25;
}

#section-history .slick-slider > .slick-arrow {
    font-size: 2em;
    width: 3%;
    vertical-align: middle;
    opacity: 1;
    color: #9bb4cb;
}

#section-history .slick-slider > .slick-arrow:hover {
    cursor: pointer;
    opacity: 1;
}

#section-history .slick-slider > .slick-arrow.slick-disabled,
#section-history .slick-slider > .slick-arrow.slick-disabled:hover {
    opacity: 0;
}

#section-history .slick-slider .slick-list {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

#section-history .slick-track .month-details {
    text-align: center;
}

#section-history .slick-track .month-details .table {
    min-height: 275px;
    height: 275px;
}

#section-history .slick-track .month-details.slick-slide {
    min-height: 275px;
    height: 275px;
}

#section-history .month-details .table-cell ul {
    display: inline-block;
    max-width: 900px;
    margin: 0;
}

#section-history .month-details[data-slick-index='0'] .table-cell li,
#section-history .month-details[data-slick-index='2'] .table-cell li,
#section-history .month-details[data-slick-index='16'] .table-cell li {
    font-size: 1.1em;
    line-height: 18px;
    margin: 20px 0;
    text-align: justify;
}

#section-history .month-details .table-cell li {
    margin: 30px 0;
    list-style-type: none;
}

#section-history .month-details .table-cell p {
    text-align: center !important;
}

#section-history .month-details .table-cell p,
#section-history .month-details .table-cell li {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 28px;
    color: #708eaa !important;
}

#history-content-container .month-content {
    text-align: center;
}

/* --------------------------------------------------------------------------
    VI.C. A Message from Our CEO
-------------------------------------------------------------------------- */

#section-ceo-message {
    padding: 50px 0;
    background: #ddd;
}

#section-ceo-message h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

#section-ceo-message p,
#section-ceo-message .ceo-text-excerpt,
#section-ceo-message .ceo-text-full div {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 28px;
    text-align: left !important;
    color: #878787;
}

#section-ceo-message .ceo-text-full {
    display: none;
}

#section-ceo-message .ceo-message-content .header-with-lines .columns {
    padding: 0 50px;
}

#section-ceo-message .ceo-message-content .ceo-message-text {
    padding: 30px 50px 0;
}

/* --------------------------------------------------------------------------
    VI.D. Our Executive Team
-------------------------------------------------------------------------- */

#section-executive-team {
    padding-bottom: 75px;
    border-bottom: 1px solid #000;
    background: url(/global/includes/images/ncsoftredesign2015/about-us/exec-bg-repeat.jpg) repeat 0 0;
}

#section-executive-team .executive-content {
    padding-top: 50px;
    background: url(/global/includes/images/ncsoftredesign2015/about-us/exec-bg-top.jpg) no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
}

#section-executive-team .executive-content .header-with-lines .columns {
    padding: 0 50px;
}

#section-executive-team .executive-content .exec-featured {
    padding: 30px 50px 0;
}

#section-executive-team .executive-content .exec-featured .columns {
    padding: 0;
}

#section-executive-team .executive-content .exec-member {
    padding: 0 50px;
}

#section-executive-team .row.header-with-lines {
    margin: 0 -0.9375rem;
}

#section-executive-team h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

#section-executive-team .featured-member {
    margin-bottom: 40px;
}

#section-executive-team .featured-member .member-name {
    font-size: 2.250em;
    margin-bottom: 10px;
}

#section-executive-team .featured-member .featured-member-text-excerpt,
#section-executive-team .featured-member .featured-member-text-full div,
#section-executive-team .featured-member p {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-top: 30px;
    text-align: left !important;
    color: #878787;
}

#section-executive-team .featured-member-text-full {
    display: none;
}

#section-executive-team .team-member {
    text-align: center;
    margin-bottom: 30px;
}

#section-executive-team .team-member:nth-child(3n+1) {
    padding: 0 30px 0 0;
}

#section-executive-team .team-member:nth-child(even) {
    padding: 0 15px;
}

#section-executive-team .team-member:nth-child(3n+3) {
    padding: 0 0 0 30px;
}

#section-executive-team .team-member img {
    width: 100%;
    margin-bottom: 20px;
}

#section-executive-team .team-member .member-description,
#section-executive-team .team-member .member-description p,
#section-executive-team .featured-member .member-description > div {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em !important;
    font-weight: 300;
    line-height: 28px !important;
    min-height: 110px;
    text-align: left !important;
    color: #878787 !important;
}

#section-executive-team .team-member .member-description-full {
    display: none;
}

#section-executive-team .team-member .show-hide-more-link {
    margin-top: 20px;
    color: #fff;
}

#section-executive-team .featured-member .member-name {
    font-size: 48px;
}

#section-executive-team .featured-member .job-title {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.750em;
    font-weight: 300;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    color: #d8b17e;
}

#section-executive-team .featured-member .show-hide-more-link .text-link {
    color: #d8b17e;
}

#section-executive-team .featured-member .show-hide-more-link .text-link.on-hover {
    color: #fff;
}

#section-executive-team .member-name {
    font-size: 1.750em;
    line-height: 36px;
    margin-bottom: 10px;
}

#section-executive-team .job-title {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #d8b17e;
}

#section-executive-team .member-description {
    font-size: 1em;
    line-height: 28px;
    color: #878787;
}


/* --------------------------------------------------------------------------
    VI.E. Press Releases
-------------------------------------------------------------------------- */

#section-press-releases {
    padding-top: 50px;
    border-top: 4px solid #d8b17e;
}

#section-press-releases h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
}

#section-press-releases .header-with-lines .columns {
    padding: 0 50px;
}

#section-press-releases .tabs {
    margin: 0 35px;
    border-bottom: 1px solid #000;
}

#section-press-releases .tabs li,
#section-press-releases .tabs a {
    background: none;
}

#section-press-releases .tabs li.active {
    border-bottom: 2px solid #d8b17e;
}

#section-press-releases .tabs li.active a {
    color: #d8b17e;
}

#section-press-releases .tabs a {
    font-family: 'DinNextPro', sans-serif;
    font-weight: 600;
    -webkit-transition: all 100ms ease;
       -moz-transition: all 100ms ease;
         -o-transition: all 100ms ease;
            transition: all 100ms ease;
    color: #3f3f3f;
}

#section-press-releases .tabs a:hover {
    color: #fff;
}

#section-press-releases .tabs-content {
    padding: 0 35px;
}

#section-press-releases .press-releases-dropdown-menu {
    margin-top: 20px;
    text-align: center;
}

#section-press-releases .press-releases-dropdown-menu > .button {
    display: inline-block;
}

#section-press-releases .tabs.hidden,
#section-press-releases .press-releases-dropdown-menu.hidden {
    display: none !important;
}

#section-press-releases .press-releases-dropdown-menu .f-dropdown li a {
    text-transform: capitalize;
}

/* --------------------------------------------------------------------------
    VI.E.1. List Item
-------------------------------------------------------------------------- */

.press-release-list-container .press-release-item {
    margin: 15px 0;
    padding: 12px;
    border-bottom: 1px solid #a6a6a6;
}

.press-release-list-container .press-release-item:last-child {
    border-bottom: none;
}

.press-release-list-container .press-release-item h5,
.press-release-list-container .press-release-item .excerpt,
.press-release-list-container .press-release-item a {
    cursor: pointer;
}

.press-release-list-container .press-release-item h5 {
    font-size: 1.250em;
    margin: 0;
    text-transform: uppercase;
}

.press-release-list-container .press-release-item .date {
    font-size: .750em;
    display: block;
    float: right;
    margin-bottom: 16px;
    color: #3f3f3f;
}

.press-release-list-container .press-release-item .excerpt {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #878787;
}

.press-release-list-container .press-release-item .continue-reading-link {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .875em;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    -webkit-transition: all 100ms ease;
       -moz-transition: all 100ms ease;
         -o-transition: all 100ms ease;
            transition: all 100ms ease;
    text-transform: uppercase;
    color: #d8b17e;
}

.press-release-list-container .press-release-item .continue-reading-link:hover {
    color: #fff;
}

/* --------------------------------------------------------------------------
    VI.E.2. Full Content
-------------------------------------------------------------------------- */

.press-release-full-container {
    display: none;
    padding: 0 35px 70px;
    /*opacity: 0;*/
}

.press-release-full-container .back {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    display: block;
    width: 100px;
    margin-bottom: 50px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    background-color: #d8b17e;
}

.press-release-full-container .full-content .entry-title {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.press-release-full-container .full-content .entry-body a {
    margin-bottom: 5px;
    -webkit-transition: all 100ms ease;
       -moz-transition: all 100ms ease;
         -o-transition: all 100ms ease;
            transition: all 100ms ease;
    color: #785c3a;
    border-bottom: 2px solid #d8b17e;
}

.press-release-full-container .full-content .entry-body a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.press-release-full-container .full-content .entry-body p:nth-child(n+3),
.press-release-full-container .full-content .entry-body ul li {
    text-align: left !important;
}

.press-release-full-container.animate {
    /* opacity: 1; */
}

#press-release-pager .pager-item {
    font-size: 26px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #f0f;
}


/* ==========================================================================
    VII. Careers
========================================================================== */

#careers-header-banner {
    max-height: 480px;
}

#careers-header-banner img {
    width: 100%;
}

#careers-header-banner .banner-slide {
    position: relative;
    background-position: 50% 0 !important;
    background-size: cover;
    display: table;
    height: 490px;
}

#careers-header-banner .banner-slide .banner-detail-container {
    display: table-cell;
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 80px;
    vertical-align: middle;
}

#careers-header-banner .banner-slide .banner-detail-container.banner-text-align-right {
    text-align: right;
}

#careers-header-banner .banner-slide .banner-detail-container.banner-text-align-left {
    text-align: left;
}

#careers-header-banner .banner-slide .banner-detail-container.banner-text-align-right .banner-details {
    text-align: left;
}

#careers-header-banner .banner-slide .banner-detail-container.banner-text-align-left .banner-details {
    text-align: right;
}

#careers-header-banner .banner-slide .banner-details {
    display: inline-block;
    width: 50%;
}

#careers-header-banner .banner-slide .banner-details > div {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#careers-header-banner .banner-slide .banner-header {
    font-size: 2.625em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1em;
    color: #d8b17e;
}

#careers-header-banner .banner-slide .person-name {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
    color: #fff;
}

#careers-header-banner .banner-slide .person-title {
    font-size: 24px;
    color: #d9af1d;
}

#careers-header-banner .location-carousel-container {
    display: none;
}

#careers-header-banner .slick-dots {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    bottom: 60px;
}

#section-careers {
    padding-top: 35px;
}

#section-careers #careers-header h1 {
    font-size: 2.5em;
    font-weight: 600;
}

#section-careers .columns.career-list {
    margin-top: 0;
    padding: 0 50px 70px;
    background: transparent;
}

#section-careers #careers-header {
    margin-top: 50px;
}

#section-careers #careers-header > .columns {
    padding: 0 50px;
}

#section-careers #careers-header .header-location {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.7em;
    display: block;
    float: right;
    color: #1f3263;
}

#section-careers #careers-text .columns {
    margin-top: 20px;
    padding: 0 50px;
}

#section-careers #careers-text .location-text {
    display: none;
}

#section-careers #careers-text p {
    font-size: 1em;
    font-weight: 300;
    color: #878787;
    line-height: 28px;
    text-align: left !important;
}

#section-careers .job-list-header {
    margin: 16px 0 30px;
}

#section-careers .job-list-header h2 {
    font-size: 2.5em;
}

#section-careers .job-list-header .category,
#section-careers .job-list-header .sub-head {
    display: inline-block;
    text-transform: uppercase;
}

#section-careers .job-list-header .category {
    font-weight: 600;
}

#section-careers .job-list-header .sub-head {
    font-size: 26px;
    font-weight: 300;
    position: relative;
    top: -4px;
    color: #d8b17e;
}

#section-careers .job-list-header #location-side-menu a.secondary.button {
    float: right;
}

#section-careers .job-list-header #location-side-menu ul.f-dropdown {
    width: 156px;
    margin: 10px 0 0 -107px;
}

#section-careers .job-list-header #location-side-menu ul.f-dropdown:before {
    margin-left: 117px;
}

#section-careers .job-list-header #location-side-menu ul.f-dropdown.open:after {
    left: 124px;
}

#section-careers .job-list-header #location-side-menu ul li {
    text-align: right;
}

#section-careers #jobs-list {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    border: none;
    background-color: transparent;
}

#section-careers #jobs-list .job-header,
#section-careers #jobs-list .job {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#section-careers #jobs-list .job-header {
    font-size: 18px;
    margin: 0 0 10px;
}

#section-careers #jobs-list .job-header .sort-link {
    font-size: 1em;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #a6a6a6;
    border-bottom: 2px solid #a6a6a6;
}

#section-careers #jobs-list .job {
    font-size: 20px;
    margin: 12px 0;
}

#section-careers #jobs-list .job:hover {
    background-color: #ccc;
}

#section-careers #jobs-list .job a {
    display: block;
    color: #878787;
}

#section-careers #jobs-list .col-department {
    width: 20%;
}

#section-careers #jobs-list .col-title {
    width: 60%;
}

#section-careers #jobs-list .col-location {
    width: 20%;
}

#section-careers #jobs-list .col-location a {
    color: #d8b17e;
}

#location-mobile-menu {
    text-align: center;
}

#location-menu {
    padding: 0 35px;
}

#location-menu > div {
    margin: 0;
    text-align: center;
}

#location-menu .jobs-link {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    color: #808080;
}

#location-menu .jobs-link .map-icon {
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
}

#location-menu .jobs-link.active span {
    color: #000;
}

#location-menu .jobs-link:hover span {
    color: #1f3263;
}

#location-menu .jobs-link.jobs-link-all .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -646px -256px;
}

#location-menu .jobs-link.jobs-link-austin .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -516px -256px;
}

#location-menu .jobs-link.jobs-link-bellevue .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -390px -256px;
}

#location-menu .jobs-link.jobs-link-brighton .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -265px -256px;
}

#location-menu .jobs-link.jobs-link-oc .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -138px -256px;
}

#location-menu .jobs-link.jobs-link-san-mateo .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -8px -256px;
}

#location-menu .jobs-link.jobs-link-all.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -646px 0;
}

#location-menu .jobs-link.jobs-link-austin.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -516px 0;
}

#location-menu .jobs-link.jobs-link-bellevue.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -390px 0;
}

#location-menu .jobs-link.jobs-link-brighton.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -265px 0;
}

#location-menu .jobs-link.jobs-link-oc.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -138px 0;
}

#location-menu .jobs-link.jobs-link-san-mateo.active .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -8px 0;
}

#location-menu .jobs-link.jobs-link-all:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -646px -128px;
}

#location-menu .jobs-link.jobs-link-austin:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -516px -128px;
}

#location-menu .jobs-link.jobs-link-bellevue:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -390px -128px;
}

#location-menu .jobs-link.jobs-link-brighton:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -265px -128px;
}

#location-menu .jobs-link.jobs-link-oc:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -138px -128px;
}

#location-menu .jobs-link.jobs-link-san-mateo:hover .map-icon {
    background: url(/global/includes/images/ncsoftredesign2015/location-icons.png) no-repeat -8px -128px;
}


/* ==========================================================================
    VIII. News Feed
========================================================================== */

#section-newsfeed #newsfeed-header .columns {
    padding: 0 50px;
}

#section-newsfeed #newsfeed-header h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 50px 0 20px;
    padding: 0;
}

#newsfeed-header-banner img {
    width: 100%;
    padding-bottom: 35px;
}

#newsfeed-body > .columns {
    padding: 0 30px;
}

#newsfeed-body .tweet-content {
    margin: 10px 0;
    padding: 20px;
    background-color: #fff;
}

#newsfeed-body .tweet-content h2 {
    font-size: 1.7em;
    font-weight: 300;
    text-transform: uppercase;
    color: #878787;
}

#newsfeed-body .tweet-content h2 img {
    margin-right: 15px !important;
}

#newsfeed-body .tweet-content .tweet-body {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin-top: -10px;
    padding: 0 20px 15px 65px;
    color: #878787;
    border-bottom: 1px solid #a6a6a6;
}

#newsfeed-body .tweet-content .tweet-body a {
    font-weight: normal;
    color: #d8b17e;
}

#newsfeed-body .tweet-content .media-image {
    padding-bottom: 10px;
}

#newsfeed-body .tweet-content .twitter-links {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .875em;
    margin: 10px 0 0 43px;
    text-align: center;
}

#newsfeed-body .tweet-content .twitter-links a {
    font-size: 11px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-right: 35px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d8b17e;
}

#newsfeed-body .tweet-content .twitter-links a:before {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: -3px;
    left: -20px;
    color: #c5996c;
}

#newsfeed-body .tweet-content .twitter-links a:nth-child(1):before {
    content: '\f112';
}

#newsfeed-body .tweet-content .twitter-links a:nth-child(2):before {
    content: '\f079';
}

#newsfeed-body .tweet-content .twitter-links a:nth-child(3):before {
    content: '\f005';
}


/* ==========================================================================
    IX. Contact Us
========================================================================== */

#contact-us-header-banner img {
    width: 100%;
}

#section-contact-us h1 {
    font-size: 2.5em;
    font-weight: 600;
    margin: 50px 0 0;
}


#section-contact-us .header-with-lines .columns {
    padding: 0 50px;
}

#section-contact-us .have-questions-bottom-banner img {
    width: 100%;
}

#section-contact-us .columns p {
    font-size: 1em;
    font-weight: 300;
    line-height: 28px;
    margin: 20px -.9375rem;
    padding: 0 50px;
    text-align: left !important;
    color: #878787;
}

#section-contact-us .columns p a {
    -webkit-transition: all 100ms ease;
       -moz-transition: all 100ms ease;
         -o-transition: all 100ms ease;
            transition: all 100ms ease;
    color: #785c3a;
    border-bottom: 2px solid #d8b17e;
    margin-bottom: 5px;
    font-weight: 400;
}

#section-contact-us .columns p a:hover,
.contact-content .contact-module .contact-us-info a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

#section-contact-us .columns #contact-group-ncwest {
    padding: 20px 50px 50px;
}

.contact-content .contact-module {
    margin: 10px 0;
}

.contact-content:nth-child(3n+1) .contact-module {
    padding: 0 20px 10px 0;
}

.contact-content:nth-child(3n+2) .contact-module {
    padding: 0 10px 10px;
}

.contact-content:nth-child(3n+3) .contact-module {
    padding: 0 0 10px 20px;
}

.contact-content .contact-module > img {
    width: 100%;
}

.contact-content .contact-module .contact-us-info {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    min-height: 320px;
    padding: 30px;
    color: #a6a6a6;
    background-color: #141418;
    background-image:     -ms-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:    -moz-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:      -o-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #2c2e3c), color-stop(100, #141418));
    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #2c2e3c 0%, #141418 100%);
    background-image:         radial-gradient(ellipse farthest-corner at center top, #2c2e3c 0%, #141418 100%);
    background-position: 50% 0;
}

.contact-content .contact-module .contact-us-info h5,
.contact-content .contact-module .contact-us-info .location {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.contact-content .contact-module .contact-us-info i,
.contact-content .contact-module .contact-us-info .address-block {
    vertical-align: top;
    display: inline-block;
}

.contact-content .contact-module .contact-us-info i {
    margin: 3px 12px 0 0;
    width: 20px;
    ;
}

.contact-content .contact-module .contact-us-info h5 {
    font-size: 1.750em;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.contact-content .contact-module .contact-us-info a {
    font-weight: 300;
    -webkit-transition: all 100ms ease;
       -moz-transition: all 100ms ease;
         -o-transition: all 100ms ease;
            transition: all 100ms ease;
    color: #d8b17e;
    border: none;
}

.contact-content .contact-module .contact-us-info .location {
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    margin: 2px 0 25px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.contact-content .contact-module .contact-us-info .address-block {
    font-weight: 300;
    position: relative;
    font-size: 1em;
    width: 84%;
}

.contact-content .contact-module .contact-us-info .phone {
    margin-top: 15px;
}

.contact-content .contact-module .contact-us-info .email {
    margin: 5px 0;
}

.contact-content .contact-module .contact-us-info .phone,
.contact-content .contact-module .contact-us-info .email,
.contact-content .contact-module .contact-us-info .website-url {
    font-size: 0.875em;
    margin-left: 2px;
}


/* ==========================================================================
    X. Support
========================================================================== */

#support-page > .outer-container {
  height: 100%;
  min-height: 1000px;
}

#support-page .game-support-tiles{
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 40px;
}

/* --------------------------------------------------------------------------
    X.A. Charges
-------------------------------------------------------------------------- */

.charges-description {
  margin-top: 35px;
}

/* --------------------------------------------------------------------------
    X.B. Game Support Titles
-------------------------------------------------------------------------- */

.game-support-tiles-container {
    /* max-width: none !important; */
    margin-bottom: 30px;
}

.game-support-tiles-container .columns {
    padding: 0;
}

.game-support-tiles ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.game-support-tiles ul > li {
    display: inline-block;
    margin-right: 6px;
    padding-bottom: 40px;
    list-style: none;
}

.game-support-tiles ul > li a {
    position: relative;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
}

.game-support-tiles ul > li a span.tile {
    position: relative;
    top: 0;
    display: block;
    width: 176px;
    height: 363px;
    background: url(/global/includes/images/game-support-tiles/tile-bg.jpg) no-repeat;
}

.game-support-tiles ul > li a span.title {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 23px;
    position: relative;
    display: block;
    padding: 20px 0;
    color: #fff;
    background: green;
}

.game-support-tiles ul > li a span.title span.arrow {
    position: absolute;
    top: 76px;
    left: 80px;
    width: 0;
    height: 0;
    border-top: 10px solid green;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.game-support-tiles ul > li a span.visit {
    font-family: 'DinNextPro', sans-serif;
    font-size: 12px;
    position: absolute;
    top: 363px;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 40px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    text-transform: uppercase;
    opacity: 0;
    color: #000;
    background: url(/global/includes/images/game-support-tiles/shadow.png) 50% 15px no-repeat;
}

.game-support-tiles ul > li a span.shadow {
    position: absolute;
    top: 381px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    opacity: 0;
}

.game-support-tiles ul > li a .tile-normal {
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.game-support-tiles ul > li a .tile-hover {
    position: absolute !important;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    opacity: 0;
}

.game-support-tiles ul > li a:hover .tile-normal {
    opacity: 0;
}

.game-support-tiles ul > li a:hover .tile-hover {
    top: -14px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    opacity: 1;
}

.game-support-tiles ul > li a:hover {
    color: #fff;
}

.game-support-tiles ul > li a:hover span.shadow,
.game-support-tiles ul > li a:hover span.visit {
    opacity: 1;
}

.game-support-tiles ul > li a.aion .tile {
    background-position: 0 67px;
}

.game-support-tiles ul > li a.aion .tile-hover {
    background-position: 0 -231px;
}

.game-support-tiles ul > li a.aion span.title {
    background-color: #127d94;
}

.game-support-tiles ul > li a.aion span.title span.arrow {
    border-top-color: #127d94;
}

.game-support-tiles ul > li a.gw .tile {
    background-position: -176px 67px;
}

.game-support-tiles ul > li a.gw .tile-hover {
    background-position: -176px -231px;
}

.game-support-tiles ul > li a.gw span.title {
    background-color: #ad9a70;
}

.game-support-tiles ul > li a.gw span.title span.arrow {
    border-top-color: #ad9a70;
}

.game-support-tiles ul > li a.gw2 .tile {
    background-position: -352px 67px;
}

.game-support-tiles ul > li a.gw2 .tile-hover {
    background-position: -352px -231px;
}

.game-support-tiles ul > li a.gw2 span.title {
    background-color: #912a23;
}

.game-support-tiles ul > li a.gw2 span.title span.arrow {
    border-top-color: #912a23;
}

.game-support-tiles ul > li a.l2 .tile {
    background-position: -528px 67px;
}

.game-support-tiles ul > li a.l2 .tile-hover {
    background-position: -528px -231px;
}

.game-support-tiles ul > li a.l2 span.title {
    background-color: #817267;
}

.game-support-tiles ul > li a.l2 span.title span.arrow {
    border-top-color: #817267;
}

.game-support-tiles ul > li a.ws .tile {
    background-position: -704px 67px;
}

.game-support-tiles ul > li a.ws .tile-hover {
    background-position: -704px -231px;
}

.game-support-tiles ul > li a.ws span.title {
    background-color: #599bc7;
}

.game-support-tiles ul > li a.ws span.title span.arrow {
    border-top-color: #599bc7;
}

.game-support-tiles ul > li a.bns .tile {
    background-position: -880px 67px;
}

.game-support-tiles ul > li a.bns .tile-hover {
    background-position: -880px -231px;
}

.game-support-tiles ul > li a.bns span.title {
    background-color: #e26414;
}

.game-support-tiles ul > li a.bns span.title span.arrow {
    border-top-color: #e26414;
}


/* ==========================================================================
    XI. Legal
========================================================================== */

.legal h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
}

.legal p {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 1em;
    font-weight: 300;
    line-height: 28px!important;
    text-align: left !important;
    color: #878787;
}

.legal p strong {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.250em;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #222;
}

.legal a {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #d8b17e!important;
}

.legal a:hover {
    color: #fff!important;
}

.sidebar ul li.active a:hover {
    color: #d8b17e!important;
}

.legal ul {
    list-style: none!important;
}

.legal ol li {
    font-family: 'DinNextPro', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    color: #878787;
}

/* ==========================================================================
    XII. Media Queries
========================================================================== */

/* --------------------------------------------------------------------------
    XII.A. Small Up
-------------------------------------------------------------------------- */

@media only screen {}

/* --------------------------------------------------------------------------
    XII.B. Small Only - max-width: 640px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 40em) {
    /* Main Nav - Sticky on Mobile Small */
    #main-nav .foundation-nav {
        position: fixed;
        z-index: 9999;
        top: 33px;
        left: 0;
        width: 100%;
    }
    #main-nav .foundation-nav .top-bar-section li a {
        font-size: 14px;
    }
    /* Floated Image */
    .floated-left-img {
        width: 100%;
        max-width: 600px;
        margin: 0 0 30px;
    }
    /* Home Page - Mobile Video Banner Height */
    div#home-page-top-banner {
        height: 360px;
        min-height: 0;
    }
    /* Home Page - Buckets */
    #fp #section-buckets {
        padding-top: 30px !important;
    }
    /* Home Page - Game Slider */
    #fp #game-banner .slick-slide {
        min-height: 480px;
    }
    #fp #game-banner .slick-slide .banner-info {
        position: relative;
        top: inherit;
        right: inherit;
        margin: auto;
        margin-top: 10%;
    }
    #game-banner ul.slick-dots li a:before {
        font-family: FontAwesome;
        position: relative;
        top: 15px;
        display: block;
        margin: auto;
        content: '\f111';
        cursor: pointer;
        text-align: center;
        color: #fff;
    }
    #game-banner ul.slick-dots li a img {
        display: none;
    }
    /* About Us - Who We Are */
    #section-who-we-are {
        background-position: 35% 30px !important;
        background-size: 200% !important;
    }
    #section-who-we-are h2 {
        text-align: center;
        line-height: 1em;
    }
    #section-who-we-are .who-we-are-content {
        padding: 0 10%;
    }
    #section-who-we-are .full-who-we-are {
        padding: 80px 0;
    }
    #section-who-we-are .full-who-we-are .columns {
        padding: 0 50px;
    }
    #section-who-we-are .show-hide-more-link {
        text-align: center;
    }
    /* About Us - History Menu */
    #section-history .header-with-lines {
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }
    #section-history .history-header {
        margin: 0;
        text-align: center;
    }
    #section-history .history-header .header-content {
        text-align: center;
    }
    #section-history .history-header .header-content,
    #section-history .history-header .history-menu {
        display: inline-block;
        float: none !important;
    }
    #section-history .history-header .history-menu .history-dropdown-container button.dropdown,
    #section-history .history-header .history-menu .month-dropdown-set button.dropdown {
        /* width: 20px; */
    }
    #section-history .history-header .history-menu .history-dropdown-container button.dropdown:after,
    #section-history .history-header .history-menu .month-dropdown-set button.dropdown:after {
        top: 8px;
        left: 43px;
    }
    #section-history .month-details .table-cell ul {
        padding: 0 20px;
    }
    #section-history .month-details .table-cell p,
    #section-history .month-details .table-cell li {
        font-size: 1em;
    }
    #section-history .month-details[data-slick-index="0"] .table-cell li,
    #section-history .month-details[data-slick-index="2"] .table-cell li,
    #section-history .month-details[data-slick-index="16"] .table-cell li {
        font-size: 1em;
    }
    #section-history .slick-slider > .slick-arrow {
        font-size: 1em;
    }
    #section-history .slick-track .month-details .table {
        min-height: 375px;
    }
    #section-history .slick-track .month-details.slick-slide {
        min-height: 375px;
    }
    /* CEO Message */
    #section-ceo-message h2 {
        text-align: center;
    }
    #section-ceo-message .show-hide-more-link {
        text-align: center;
    }
    /* Executives */
    #section-executive-team h2 {
        text-align: center;
    }
    #section-executive-team .show-hide-more-link {
        text-align: center;
    }
    #section-executive-team .featured-member .member-name {
        margin-bottom: 20px;
        text-align: center;
    }
    #section-executive-team .featured-member .job-title {
        font-size: 1.5em;
        text-align: center;
    }
    #section-executive-team .team-member:nth-child(3n+1),
    #section-executive-team .team-member:nth-child(even),
    #section-executive-team .team-member:nth-child(3n+3) {
        padding: 0 !important;
    }
    /* Press Releases */
    #section-press-releases h1 {
        text-align: center;
    }
    .press-release-list-container .press-release-item .date {
        float: none;
        clear: both;
        margin-top: 10px;
    }
    .press-release-full-container .back {
        text-align: center;
    }
    /* Careers Page */
    #careers-header-banner .banner-slide .banner-detail-container {
        padding: 0 40px;
    }
    #careers-header-banner .banner-slide .banner-header {
        font-size: 2em;
        text-align: center;
    }
    #careers-header-banner .banner-slide .person-name {
        font-size: 1em;
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-detail-container.banner-text-align-left {
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-detail-container.banner-text-align-right {
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-details {
        width: 100%;
        text-align: center;
    }
    #section-careers #careers-header h1 {
        text-align: center;
        line-height: 1em;
    }
    #section-careers #careers-header .header-location {
        float: none;
        margin-top: 8px;
        text-align: center;
    }
    #section-careers #jobs-list .job-header,
    #section-careers #jobs-list .job a {
        font-size: 11px;
    }
    #section-careers .job-list-header h2 {
        text-align: center;
    }
    #section-careers .columns.career-list {
        padding: 0 40px 40px;
    }
    /* Page With Widget (Sidebar) */
    .commonpage.commonpage-with-widget .commonbody {
        width: 100%;
    }
    .commonpage .sidebar {
        width: 100%;
        min-height: 0;
        float: none;
    }
    /* Support Page */
    #support-page .outer-container {
        margin-top: 60px;
    }
    .game-support-tiles ul {
        width: 180px;
        margin: auto;
        padding-left: 38px;
    }
    .game-support-tiles ul > li a {
        margin-bottom: 0;
    }
    .game-support-tiles ul > li a:hover .tile-hover {
        top: 0;
    }
    .game-support-tiles ul > li a span.tile {
        height: 50px;
        background: none;
    }
    .game-support-tiles ul > li a span.visit {
        display: none;
    }
    .game-support-tiles ul > li a span.title span.arrow {
        display: none;
    }
    span.tile-normal .mobile-sprite {
        position: absolute;
        left: -76px;
        display: block;
        width: 76px;
        height: 76px;
        background: url(/global/includes/images/game-support-tiles/tile-bg_mobile.jpg) no-repeat;
    }
    span.tile-hover .mobile-sprite {
        position: absolute;
        left: -76px;
        display: block;
        width: 76px;
        height: 76px;
        background: url(/global/includes/images/game-support-tiles/tile-bg_mobile.jpg) no-repeat;
    }
    /* Aion */
    .game-support-tiles ul > li a.aion span.tile-normal .mobile-sprite {
        background-position: 0 0;
    }
    .game-support-tiles ul > li a.aion span.tile-hover .mobile-sprite {
        background-position: 0 -76px;
    }
    /* GW */
    .game-support-tiles ul > li a.gw span.tile-normal .mobile-sprite {
        background-position: -82px 0;
    }
    .game-support-tiles ul > li a.gw span.tile-hover .mobile-sprite {
        background-position: -82px -76px;
    }
    /* GW2 */
    .game-support-tiles ul > li a.gw2 span.tile-normal .mobile-sprite {
        background-position: -164px 0;
    }
    .game-support-tiles ul > li a.gw2 span.tile-hover .mobile-sprite {
        background-position: -164px -76px;
    }
    /* L2 */
    .game-support-tiles ul > li a.l2 span.tile-normal .mobile-sprite {
        background-position: -246px 0;
    }
    .game-support-tiles ul > li a.l2 span.tile-hover .mobile-sprite {
        background-position: -246px -76px;
    }
    /* WS */
    .game-support-tiles ul > li a.ws span.tile-normal .mobile-sprite {
        background-position: -328px 0;
    }
    .game-support-tiles ul > li a.ws span.tile-hover .mobile-sprite {
        background-position: -328px -76px;
    }
    /* BNS*/
    .game-support-tiles ul > li a.bns span.tile-normal .mobile-sprite {
        background-position: -416px 0;
    }
    .game-support-tiles ul > li a.bns span.tile-hover .mobile-sprite {
        background-position: -416px -76px;
    }
    /* Contact Us */
    #section-contact-us h1 {
        text-align: center;
        line-height: 1em;
    }
    .contact-content:nth-child(3n+1) .contact-module,
    .contact-content:nth-child(3n+2) .contact-module,
    .contact-content:nth-child(3n+3) .contact-module {
        padding: 0;
        margin-top: 25px;
    }
    /* Legal */
    .legal h1 {
        text-align: center;
    }
}

/* --------------------------------------------------------------------------
    XII.C. Medium Up - min-width: 641px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 40.063em) {
    /* Main Nav */
    .top-bar-section ul {
        width: 100%;
        text-align: center;
    }
    .top-bar-section ul li {
        display: inline-block;
        float: none;
    }
    .top-bar-section ul li a {
        line-height: normal !important;
    }
    /* Who We Are Section */
    #section-who-we-are .full-who-we-are {
        padding: 80px 0;
    }
    #section-who-we-are .full-who-we-are .columns {
        padding: 0 50px;
    }
    /* History */
    #section-history .month-details .table-cell ul {
        padding: 0 20px;
    }
    #section-history .month-details .table-cell p,
    #section-history .month-details .table-cell li {
        font-size: 1.2em;
    }
    #section-history .month-details[data-slick-index="0"] .table-cell li,
    #section-history .month-details[data-slick-index="2"] .table-cell li,
    #section-history .month-details[data-slick-index="16"] .table-cell li {
        font-size: 1em;
    }
}

/* --------------------------------------------------------------------------
    XII.D. Medium Only - min-width: 641px & max-width: 1024px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* Home Page - Game Slider */
    #fp #game-banner .slick-slide {
        min-height: 580px;
    }
    #fp #game-banner .slick-slide .banner-info {
        position: relative;
        top: inherit;
        right: inherit;
        margin: auto;
        margin-top: 10%;
    }
    #game-banner ul.slick-dots li a:before {
        font-family: FontAwesome;
        position: relative;
        top: 15px;
        display: block;
        margin: auto;
        content: '\f111';
        cursor: pointer;
        text-align: center;
        color: #fff;
    }
    #game-banner ul.slick-dots li a img {
        display: none;
    }
    /* About Us - Who We Are */
    #section-who-we-are {
        background-position: 35% 30px !important;
        background-size: 200% !important;
    }
    #section-who-we-are h2 {
        text-align: center;
    }
    #section-who-we-are .full-who-we-are {
        padding: 80px 0;
    }
    #section-who-we-are .full-who-we-are .columns {
        padding: 0 50px;
    }
    /* History */
    #section-history .history-header .header-content {
        text-align: center;
    }
    /* CEO Message */
    #section-ceo-message h2 {
        text-align: center;
    }
    /* Press Releases */
    #section-press-releases h1 {
        text-align: center;
    }
    .press-release-list-container .press-release-item .date {
        float: none;
        clear: both;
    }
    /* Executives */
    #section-executive-team h2 {
        text-align: center;
    }
    #section-executive-team .featured-member .member-name {
        text-align: left !important;
    }
    /* Careers Page */
    #careers-header-banner .banner-slide .banner-detail-container {
        padding: 0 40px;
    }
    #careers-header-banner .banner-slide .banner-header {
        font-size: 2em;
        text-align: center;
    }
    #careers-header-banner .banner-slide .person-name {
        font-size: 1em;
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-detail-container.banner-text-align-left {
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-detail-container.banner-text-align-right {
        text-align: center;
    }
    #careers-header-banner .banner-slide .banner-details {
        width: 100%;
        text-align: center;
    }
    #section-careers #careers-header h1 {
        text-align: center;
    }
    #section-careers #careers-header .header-location {
        float: none;
        text-align: center;
    }
    #section-careers #jobs-list .job-header,
    #section-careers #jobs-list .job a {
        font-size: 14px;
    }
    #section-careers .job-list-header h2 {
        text-align: center;
    }
    /* News Feed */
    #newsfeed-body .tweet-content h2 {
        font-size: 1.2em;
    }
    /* Contact Us */
    #section-contact-us h1 {
        text-align: center;
    }
    .contact-content:nth-child(odd) .contact-module {
        padding: 0 20px 10px 0;
    }
    .contact-content:nth-child(even) .contact-module {
        padding: 0 0 10px 20px;
    }
    .contact-content .contact-module .contact-us-info {
        min-height: 350px;
    }
    /* Support Page */
    #support-page > .outer-container {
        min-height: 1200px;
    }
    .game-support-tiles ul {
        width: 555px;
        margin: auto;
    }
}

/* --------------------------------------------------------------------------
    XII.E. Large Up - min-width: 1025px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 64.063em) {
    /* Global Styles */
    ul.slick-dots li a:before {
        font-family: FontAwesome;
        position: relative;
        top: 15px;
        display: none;
        margin: auto;
        content: '\f111';
        cursor: pointer;
        text-align: center;
        color: #fff;
    }
    /* History */
    #section-history .month-details .table-cell p,
    #section-history .month-details .table-cell li {
        font-size: 1.5em;
    }
}

/* --------------------------------------------------------------------------
    XII.F. Large Only - min-width: 1025px & max-width: 1440px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {}

/* --------------------------------------------------------------------------
    XII.G. X-Large Up - min-width: 1441px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 90.063em) {}

/* --------------------------------------------------------------------------
    XII.H. X-Large Only - min-width: 1441px & max-width: 1920px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {}

/* --------------------------------------------------------------------------
    XII.I. XX-Large Up - min-width: 1921px
-------------------------------------------------------------------------- */

@media only screen and (min-width: 120.063em) {}
