﻿body {
    font-family: system-ui, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #111;
    background-color: #E2E2FF;
    margin: 0;
}

a {
    color: #337ab7;
    text-decoration: underline;
}

a:visited {
    color: #23527c;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 10px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #086fa6;
    padding: 0;
    margin: 0 0 10px;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
}
        
p {
    margin: 0 0 1em 0;    
}

p.last {
    margin: 0;    
}

a, img {
    border-style: none;
    outline-style: none;
}

a, a:visited {
    color: #4183c4;
    text-decoration: none;
}
        
a:active, a:hover {
    color: #3265AA;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.mark__wide {
    display: block;
    margin: 2px auto 4px;
    overflow: hidden;
    text-align: center;
    min-width: 728px;
    max-width: 970px;
    height: 90px;
    width: 100%;
}

#top-slot {
    margin: 0 auto;
    padding: 2px 0 4px;
    width: 1000px;
}

#top-slot-inner {
    text-align: center;
    margin: 0;
    padding: 0;
    max-height: 90px;
    overflow: hidden;
}

.header {
    border-bottom: 3px solid #FCCC16;
    background-image: linear-gradient(to bottom,#2036a5,#12228c);
    height: 70px;
    min-width: 1000px;
}

.header__inner {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.header__logoLink {
    float: left;
    margin: 14px 0 0;
    width: 170px;
}

.header__logoLink img {
    display: block;
    width: 170px;
    height: 42px;
    float: left;
    padding: 0;
    margin: 0;
}

.header svg {
     display: none;
}

.header ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 1s ease-out;
    z-index: 99999999;
}

.header ul li {
    display: block;
    float: left;
    height: 70px;
    width: 128px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header ul a {
    font-size: 19px;
    display: inline-block;
    padding: 2px 10px;
    margin: 5px 3px;
    line-height: 28px;
    color: #fff;
    transition: all .3s ease-out;
    text-decoration: none;
}

    .header ul a:visited {
        text-decoration: none;
        color: #fff;
    }

    .header ul a:hover {
        color: #fff;
        background-color: #314AC6;
        text-decoration: none;
    }
    
/*** Page Layout ***/
#sheet {
    background-color: #f2f2fc;
    color: #222;
    margin: 0 auto;
    padding: 0 0 30px;
    width: 1000px;
}

#sheet-inner {
    float: left;
    margin: 20px 20px 0;
    width: 960px;
}

#sidebar {
    float: right;
    margin: 20px 20px 0 0;
    width: 300px;
}

    #sidebar > div {
        margin: 0 0 25px 0;
    }

    #sidebar .tls {
        font-size: 14px;
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    #sidebar .tls li {
        padding: 0;
        margin: 0;
        text-align: center;
    }

#content {
    float: left;
    width: 632px;
    margin: 20px 20px 25px 20px;
}

.panel {
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 20px;
}

.social-content {
    margin: 0 0 18px;    
}

.social-game {
    margin: 12px 20px;
    float: left;
    width: 960px;
}

.social-flash {
    margin: 12px 20px;
    float: left;
    width: 960px;
}

.social-spring, .social-autumn {
    float: right;
    margin: 0 20px 15px 18px; 
    width: 760px;
}

#social {
    background-color: #DDDDFF;
    border: 1px solid #CCCCEE;
    padding: 4px 15px;
    line-height: 1em;
    border-radius: 4px;
}

#social a {
    display: block;
    margin-left: 15px;
    float: right;
}

#social img {
    width: 32px;
    height: 32px
}

#social p {
    display: block;
    margin: 3px 15px 0 0;
    color: #222;
    font-size: 17px;
    line-height: 1.6em;
    float: right;
}

/*** Sidebar blocks ***/

.info-menu {
    background-color: #7ac0fe;
    border-radius: 2px;
    width: 300px;
}

.info-menu-inner {
    padding: 3px;
}

.info-menu h2 {
    color: #FFF;
    text-shadow: #416687 1px 1px 2px;
    text-align: center;
    margin: 0;
    padding: 0 0 6px;
}

.info-menu ul {
    background-color: #FAFAFF;
    border-radius: 2px;
    border: 1px solid #6daae1;
    list-style: none;
    margin: 0;
    padding: 0;
}
        
.info-menu li {
    border-bottom: 1px solid #EEE;
    margin: 0;
    padding: 0;
}
        
.info-menu li:last-child {
    border-bottom: none;
}
        
.info-menu a {
    display: block;
    padding: 6px 8px;
    text-decoration: none;
}
        
.info-menu a.selected {
    background-color: #FFF;
    border-left: 2px solid #2036A5;
    color: #222;
    cursor: default;
    font-weight: 600;
}

/***** Footer *****/
.footer {
    background-image: linear-gradient(to bottom, #668, #557);
    padding: 35px 0 60px;
    min-width: 1000px;
    font-size: 19px;
}

.footerLinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer a, .footer a:visited, .footer a:active, .footer a:hover {
    color: #FFF;
}

.footerLinks__link {
    color: #FFF;
    padding: 5px 10px;
    transition: background-color .3s ease-out;
    text-align: center;
    text-decoration: none;
    margin: 0 12px;
}

.footerLinks__link:hover {
    background-color: #8787A5;
}

.socialLinks {
    margin: 50px 0 15px 0;
    display: flex;
    justify-content: center;
}

.socialLinks__link {
    padding: 5px;
    margin: 0 15px;
}

.socialLinks__link img {
    width: 32px;
    height: 32px;
}
.copyright {
    text-align: center;
    color: white;
}

/*** General Styles ***/
.clear
{
  clear: both;
}

.corners4 {
    border-radius: 4px;
}

.banLargeRect {
    margin: 25px auto 0;
    width: 336px;   
}

.sky160 {
    margin-bottom: 20px;
}

.custom600 {
    clear: both;
    margin: 50px 0 0;
}

/** Pretty OL **/
ol.pretty {
    counter-reset: item;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

ol.pretty li {
    padding: 5px 0 0 55px;
    position: relative;
    margin: 0 0 18px;    
}

ol.pretty li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    padding: 0 10px 0 0;
    color: #326597;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    border-right: 1px solid #7ac0fe;
}

.xmas ol.pretty > li:before {
    color: #41A62A; 
    border-right: 1px solid #60f43e;
}

.cny ol.pretty > li:before {
    color: #F00000; 
    border-right: 1px solid #F7931E;
}

.easter ol.pretty > li:before {
    color: #7711AA; 
    border-right: 1px solid #F9A94B;
}

ol.pretty > li:after {
    content: '.';
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/** Meta Strips **/
.meta-left {
    background-color: #fc963d;
    border: 1px solid #d17321;
    color: #FFF;
    font-size: 16px;
    float: left;
    width: 218px;
    padding: 0 5px;
    margin: 2px 8px 22px 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.meta {
    background-color: #fcc797;
    border: 1px solid #fcb272;
    border-bottom-color: #fca558;
    font-size: 14px;
    padding: 0 8px;
    margin: 2px 0 22px 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.meta span {
    display: block;
    height: 24px;
}

.meta span.tablets, .meta-fs {
    float: right;
}

.meta p {
    font-size: 14px;
}

/** Resource Features **/
.resource-feature {
    float: left;
    margin-bottom: 35px;
    width: 290px;
}

.resource-feature.odd {
    margin-right: 20px;
}

.resource-feature a {
    display: block;    
}

.resource-feature div.img, .resource-feature img {
    display: block;
    width: 290px;
    height: 181px;
    border: 0;
    padding: 0;
    margin: 0;
}

.feature-meta {
    background-image: linear-gradient(to bottom, #2036A5, #12228C);
    border-bottom: 3px solid #FCCC16;
    padding: 5px 10px;   
}

.feature-meta .arrow {
    display: block;
    float: right;
    background: url("/images/arrow-right@2x.png");
    background-size: 100% !important;
    height: 21px;
    width: 29px;
    margin: 16px 0 0 0;
}

div.feature-meta h3 {
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 30px 5px 0;
}

.feature-meta h4 {
    color: #95CCFE;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 30px 0 0;
}
