/* Fonts */
@font-face {
    font-family: 'MyriadProLight';
    src: url('/fonts/MyriadPro-Light/myriadpro-light.eot');
    src: url('/fonts/MyriadPro-Light/myriadpro-light.eot') format('embedded-opentype'),
         url('/fonts/MyriadPro-Light/myriadpro-light.woff2') format('woff2'),
         url('/fonts/MyriadPro-Light/myriadpro-light.woff') format('woff'),
         url('/fonts/MyriadPro-Light/myriadpro-light.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('/fonts/MyriadPro-Regular/myriadpro-regular.eot');
    src: url('/fonts/MyriadPro-Regular/myriadpro-regular.eot') format('embedded-opentype'),
         url('/fonts/MyriadPro-Regular/myriadpro-regular.woff2') format('woff2'),
         url('/fonts/MyriadPro-Regular/myriadpro-regular.woff') format('woff'),
         url('/fonts/MyriadPro-Regular/myriadpro-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('/fonts/MyriadPro-Semibold/myriadpro-semibold.eot');
    src: url('/fonts/MyriadPro-Semibold/myriadpro-semibold.eot') format('embedded-opentype'),
         url('/fonts/MyriadPro-Semibold/myriadpro-semibold.woff2') format('woff2'),
         url('/fonts/MyriadPro-Semibold/myriadpro-semibold.woff') format('woff'),
         url('/fonts/MyriadPro-Semibold/myriadpro-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('/fonts/MyriadPro-Bold/myriadpro-bold.eot');
    src: url('/fonts/MyriadPro-Bold/myriadpro-bold.eot') format('embedded-opentype'),
         url('/fonts/MyriadPro-Bold/myriadpro-bold.woff2') format('woff2'),
         url('/fonts/MyriadPro-Bold/myriadpro-bold.woff') format('woff'),
         url('/fonts/MyriadPro-Bold/myriadpro-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* Overall site styles */
html { height: 100%; }
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: 'OpenSans';
    color: #000000;
    height: calc(100% - 7em);
    -webkit-text-size-adjust: none; /* Prevent font scaling in mobile landscape */
}
a:link, a:visited {
    color: #045083;
 }
 a:hover {
    color: #EE4700;
 }
 #pageContainer {
     min-height: 100%;
     overflow: hidden;
     padding-bottom: 7em;
     position: relative;
 }
 #subContent {
     margin: auto;
     width: 90%;
 }
 ::selection {
   background: #bfcfde; /* WebKit/Blink Browsers */
 }
 ::-moz-selection {
   background: #bfcfde; /* Gecko Browsers */
 }
 .clear { clear: both; }
 .visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
h1 {
    clear: both;
    font-family: 'MyriadProLight';
    margin-top: 0;
    font-size: 2.1em;
    position: relative;
    top: -4px; 
}
h2 {
    font-family: 'MyriadProRegular';
    font-size: 1.2em; 
    font-weight: normal; 
    margin-top: 0;
}
.pxText {
    line-height: 1.5em;
}
.pxText img {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin: 0 1.1em 1.1em 0;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);    
}

/* Static Pages */
.staticContent {
    margin: auto;
    padding-top: 2em;
    width: 88%;
}

/* Headers */
header {
    border-bottom: 1px solid #89a8c3;
    height: 72px;
    padding-left: 1em;
    -webkit-box-shadow: 0px 0px 94px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 94px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 94px 0px rgba(0,0,0,0.19);
}
header a:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 430px) {
    header a img {
        width: 94%;
        height: auto;
        margin: 0 0 -4px 0;
    }
    header { 
        height: auto;
        padding: -10px;
    }
}

/* Footers */
footer {
    bottom: 0;
    position: absolute;
    width: 100%;    
    border-top: 2px solid #cecece;
    font-size: 1.1em;
    background-color: #eee;
    height: 1.5em;
    padding: 1.5em 0 2.2em 0;
    text-align: center;    
}
footer small {
    display: block;
    font-size: 0.8em;
    padding: 5px;
}

/* Header Menu */
.slicknav_menu {
    display: none;
}
ul.pxMenu {
    float: right;
    list-style: none;
    margin-right: 0.5em;
}
ul.pxMenu li {
    display: inline-block;
    padding: 12px 16px;
}
.pxMenuContainer {
    display: inline;
}

/* Homepage */
.introHeader {
    padding: 2em;
    text-align: center;
}
.introHeader h1, .introHeader h2 {
    margin: 0;
}
.introHeader h1 {
    font-weight: normal;
}
.introHeader h2 {
    color: #3f5065;
}
.heroContainer {
    margin: auto;
    width: 90%;
    max-width: 1380px;
}
.imgSetContainer {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
}
.cycle-slideshow {
    width: 100%;
}
.cycle-slideshow img {
    max-width: 100%;
}
.promoItem {
    border-radius: 2px;
    border: 1px solid #ddd;
    display: none;
    height: 80px;
    width: 100%;
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);    
}
.highlightsContainer h3 {
    font-family: roboto;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    top: 0.4em;
}
.highlightItemList {
    height: 250px;
    padding: 1em 1em 3em 1em;
    text-align: center;
}
.highlightImg {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 170px;
    margin: 2px;
    overflow: hidden;
}
.highlightGroup {
    display: inline-block;
}
.highlightGroup a { text-decoration: none; }
.highlightGroup a .highlightItem:hover {
    border: 1px solid #EE4700;
}
.highlightGroup a .highlightItem:hover .highlightDate {
    color: #ff8a00 !important;   
}
.highlightItem {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: inline-block;
    margin: 0 1em 0 1em;
    height: 260px;
    width: 230px;
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);      
}
.highlightItem .highlightDate {
    color: #739bc3;
    font-size: 0.8em;
    font-weight: bold;
    margin: 12px 4px 4px 6px;
    text-align: center;
}
.highlightItem .highlightDesc {
    line-height: 1.1em;
    font-size: 0.95em;
    margin: 6px;
    text-align: center;
}
.changelog {
    text-align: center;
    position: relative;
    top: -1em;
}

/* Hero Pager */
.cycle-pager { 
    color: #032763;
    font-size: 5em;
    line-height: 0.9em;
    text-align: center;
    text-shadow: 1px 1px 2px #777;
}
.cycle-pager span:hover {
    opacity: 0.8;
}
.cycle-pager span.cycle-pager-active { 
    color: #90aceb;
}
.cycle-pager > * { 
    cursor: pointer;
}

/* Responsive Versions - Menu */
@media only screen and (max-width: 1240px) {
    ul.pxMenu { font-size: 0.9em; }
}
@media only screen and (max-width: 1178px) {
    ul.pxMenu li { padding: 14px 12px; }
}
@media only screen and (max-width: 1100px) {
    ul.pxMenu { width: 100%; text-align: center; font-size: 1em; }
}

/* Responsive Versions - Recent Updates */
@media only screen and (max-width: 1542px) {
    .highlightItem {
        font-size: 0.9em;
        height: 238px;
        width: 210px;
    }
    .highlightItem img { max-width: 100%; }
    .highlightImg { height: 152px; }
    .highlightItemList { padding-bottom: 2em; }
}
@media only screen and (max-width: 1420px) {
    .highlightItem {
        font-size: 0.85em;
        height: 227px;
        width: 200px;
    }
    .highlightItem img { max-width: 100%; }
    .highlightImg { height: 146px; }
    .highlightItem .highlightDate { margin-top: 8px; }
    .highlightItemList { padding-bottom: 1em; }
}
@media only screen and (max-width: 1350px) {
    .highlightItem {
        height: 205px;
        width: 180px;
    }
    .highlightItem img { max-width: 100%; }
    .highlightImg { height: 130px; }
    .highlightItem .highlightDate { margin-top: 6px; }
    .highlightItemList { padding-bottom: 0.7em; }
    .recentUpdates { 
        position: relative;
        right: 1em;
        width: calc(100% + 2em);
    }
    .recentUpdates h3 {
        position: relative;
        left: 1em;
    }
}
@media only screen and (max-width: 1212px) {
    .highlightItem { margin: 0.7em; }
}
@media only screen and (max-width: 1152px) {
    .highlightItem { margin: 0.5em; }
}
@media only screen and (max-width: 1122px) {
    .recentUpdates {
        height: calc(390px + 8em);
    }
}

/* News/Updates Section */
.news {
    padding-bottom: 1em;
}
.newsItem {
    clear: both;
    border-top: 1px solid #89a8c3;
    padding-top: 1em;
}
.newsItem .newsDate {
    color: #739bc3;
    font-size: 0.8em;
    font-weight: bold;
}
.newsItem h4 {
    font-size: 1.1em;
    font-family: roboto;
    margin: 5px 0 12px;
}
.pixelatedArcade {
    border-top: 1px solid #89a8c3;
    margin-top: 1em;
    padding-bottom: 2em;
}

/* Site Updates */
.pxMoreUpdates {
    border-top: 1px solid #89a8c3;
    clear: both;
    font-size: 0.9em;
    padding-top: 1em;    
    text-align: right;
}
.legacyUpdates {
    margin: 1em 2em;
}
.legacyUpdates li {
    padding: 0.3em 1em 0.3em 0.3em;
}

/* Mobile size versions */
@media only screen and (max-width: 660px) {
    .slicknav_menu {
        display: block;
    }
    .pxMenuContainer {
        display: none;
    }
    header {
        padding: 0;
        text-align: center;
    }
    .highlightItem {
        height: auto;
        margin-left: 0;
        width: 100%;
    }
    .highlightItem img {
        width: 174px;
    }
    .highlightItem div {
        float: left;
    }
    .highlightDate {
        width: calc(100% - 12px) !important;
        text-align: center;
    }
    .highlightText {
        display: inline-block;
        font-size: 1.3em;
        width: calc(100% - 180px);
    }
    #mainContent {
        padding-bottom: 23em;
    }
}

/* Legacy styles for compatibility with incomplete pages. */
.legacyContainer {
    max-width: 1050px;
    margin: auto;
    font-size: 0.9em;
}
.legacyContainer h3 {
    font-family: 'MyriadProLight';
    font-size: 1.6em;
}
.legacyContainer .gallery {
	float: left;
	width: 485px;
	border: 1px solid #A3A3A3;
	height: 150px;
	margin: 15px 0 5px 15px;
	background-color: #fff;
	padding: 1px;
    box-shadow: 0px 0px 6px rgba(40, 40, 40, 0.31);
    -moz-box-shadow: 0px 0px 6px rgba(40, 40, 40, 0.31);
    -webkit-box-shadow: 0px 0px 6px rgba(40, 40, 40, 0.31);	
}
.legacyContainer .galleryContentContainer {
	border: 1px solid #D5D5D5;
	height: 148px;
}
.legacyContainer .galleryContent {
	height: 146px;
	background: #fff url(../img/panelBackground.png) repeat-x top;	
	border: 1px solid #fff;
}
.legacyContainer .galleryContent h3 {
	text-align: center;
	margin: 13px;
	color: #3F3F3F
}
.legacyContainer .galleryContent li {
	padding: 1px;
}


