/*typopgrahic styles*/

h1, h2, h3, h4, th{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:normal;
    line-height:1;
}

h2 {
    color:rgb(253,196,48);
    text-transform: uppercase;
    border-bottom:1px solid #ddd;
}

.blog h2{
    text-transform: none;
    border: none;
    margin-bottom:25px;
}

.entry-meta + h2, .entry-meta + h3{
    margin-top:-10px;
}

a,a:focus{color:rgb(46,49,146);text-decoration: none;outline: 0;}
a:hover{
    color:rgb(253,196,48);
    text-decoration: none;
}


a.button i{color:rgb(253,196,48);}
nav .button{text-align:center;}
.button{
    line-height:1.1;
    text-transform: uppercase;
    font-size:22px;
    display:inline-block;
    padding:10px;
    font-family: 'Open Sans Condensed', sans-serif;
    color:white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(0,0,0);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #404040),
        color-stop(1, #000000)
    );
    background-image: -o-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #404040 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#000000',GradientType=0 );
    border:none;
    text-shadow:none;
}
.button:hover{color:rgb(253,196,48) !important;text-decoration:none !important;background: rgb(0,0,0);}

article.story header{padding:20px 0;}
figure, .image-link{width:100%; margin-bottom:20px;height:auto;display:block;}
figure img{width:100% !important;height:auto !important;}
figcaption{font-size:.8em; line-height:1;font-weight:bold;margin-top:20px;}
article aside{margin-bottom:20px;}
aside .factbox{margin-bottom:20px;}

article.promo{
    margin-bottom:20px;
}


iframe, object, embed{max-width: 100%;}

.table tfoot td{text-align: center;}
.icon-chevron-sign-right{
    color:rgb(253,196,48);
}

dt{font-family: 'Open Sans Condensed', sans-serif;}

/*general layout styles*/

body > header,
body > footer{
    background: rgb(0,0,0);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #404040),
        color-stop(1, #000000)
    );
    background-image: -o-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #404040 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #404040 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#000000',GradientType=0 );
}

body > header{
    height:130px;
    margin-top:40px;
}
body > header .container{
    position:relative;
}
body > header .logo{
    line-height:130px;
}

body > header #login-links{
    position:absolute;
    top:-30px;
    left:0;
}




/*Navigation styles*/

body > nav#primary{height:85px;position:relative;}
body > nav#secondary{text-align:center;font-family: 'Open Sans Condensed', sans-serif;    margin-top:40px;}
#data-nav{
    list-style: none;
    margin:0;
    padding:0;
    text-align:center;
    font-weight:bold;
    font-size:30px;
    line-height:85px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
#data-nav li{display:inline;}

#data-nav li a{
    padding:20px;
    margin:-20px 0px;
    color:black;
}

#data-nav li a.active, #data-nav li a:hover, #data-nav li a:active{
    background:rgb(253,196,48);
    position:relative;
    display:inline-block;
    color:black;
    z-index:0;
}
#data-nav li a.active{
    border-bottom:none;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5)
}


#data-nav-content > div{
    margin-top:-15px;
    display:block;
    background:rgb(253,196,48);
    z-index:2;
    display:none;
    box-shadow: 1px 2.5px 2px rgba(0,0,0,.5);
    position:relative;
    overflow:hidden;
}
.nav-inner{
    padding:40px 20px;
    overflow:hidden;
}

#data-nav-content div.active{
    display:block;
}

#data-nav-content h3, #data-nav-content h4{
    margin-top:-2px;
}

#data-nav-content a{
    color:black;
}
#data-nav-content a:hover{
    color:rgb(46,49,146);
    text-decoration: underline;
}


#data-nav-content .thumbnail{
    /*border-color:rgb(207,160,39);*/
    background: #F5F5F5;
    /*background: rgba(255,255,255,.5);*/
    min-height:325px;
}
#data-nav-content .thumbnail h3{
    margin:10px 0;
    line-height:1.1;
}

.media .image-link{
    max-width:100%;
}
.media{
    margin-bottom:20px;
}
.media:first-child{margin-top:15px;}
.media-heading{position: relative;}
.media-heading a{
    color:rgb(46,49,146);
}


dl.school-list{

}
dl.school-list dt{
    color:rgb(253,196,48);
}

.icon-open-sans{font-family: 'Open Sans Condensed', sans-serif;}

.descriptor{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
}

.promo .video-overlay,
.media .video-overlay{position:relative;}

.promo .video-overlay i,
.media .video-overlay i{
    font-size:60px;
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-30px;
    margin-left:-18px;
    display:block;
}

.media-body{
    font-size:1em;
}

.entry-content{}
.entry-meta{
    color:rgb(100,100,100);
    font-size:.9em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

.livestream{
    font-family: 'Open Sans Condensed', sans-serif;
}


.school-logo{margin:0 auto;display:block;}

.bug{
    font-family: 'Open Sans Condensed', sans-serif;
    color:rgb(253,196,48);
    color:rgba(253,196,48,.75);
    text-shadow:1px 1px 1px rgba(0,0,0,.5);
}
.bug:hover i{
    color:rgba(255,255,255,.75);
}
.bug:focus i, .bug:active i{
    color:rgba(255,255,255,.75);
    text-shadow: none;
}

.detail-photo{position:relative;}
.detail-photo .bug, .photo_tile .bug {
    position:absolute;
    top:5px;
    right:5px;
}

body > footer{
    padding-top:10px;
    height:inherit;
    color:white;
}

body > footer nav{
    text-align:center;
}

.credit{
    text-align: center;
}
.credit img{
    vertical-align: middle;
}

section.sidebar > div{
    margin-bottom: 40px;
}





.pagination {font-family: 'Open Sans Condensed', sans-serif;}
.pagination .current{background: rgb(253,196,48);}


.game-prefix{
    font-weight:bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

.twitter img{max-width:48px !important;}

#comments small, #comments .small{font-size:10px;}
.map-infowindow{min-width:200px;}
#mobile-schedule {display:none;}
.spacer{display:block;height:25px;}



/*Grid styles*/

.basic-grid {position: relative; border: 1px solid #ccc; padding: .33em; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 4px 6px -4px #ccc; box-shadow: 0 4px 8px -4px #ccc; margin-bottom: 8px;}
.grid-teaser {width: 31%; margin: 0 0 2em 2%; float: none; display: inline-block; vertical-align: top;}
.grid-teaser img, .responsive .grid-teaser .image-placeholder {width: 100%; height: auto;}

.detail-description #locator-map {width: 400px; height: 150px; float: right; margin: 2px 0 0 20px;}

/* --- MAPS --- */
#school-detail-map {height: 250px; width: auto; border: 1px solid #ccc; margin-bottom: 5px;}
.mobile #school-detail-map {height: 200px;}




#leaderboard-top {position:absolute;right:0;top:20px;}
#leaderboard-top #div-gpt-ad-1377904590674-5 {margin-top:17px;}
#leaderboard-bottom{margin:35px auto;}
.adblock{
    text-align:center;
    margin-bottom:20px;
}
.adblock-xxl, .adblock-xl, .adblock-l, .adblock-m, .adblock-s{
    display:none;
}


/*@media screen and (max-width: 850px) {
    .grid-teaser h2 {
        font-size: 18px;
    }
    .grid-teaser {
        width: 45%;
        margin: 0 2% 2em;
    }
}*/

@media screen and (max-width: 600px) {
     h1.item-header {
        clear: both;
    }
}

@media screen and (max-width: 550px) {
    .grid-teaser {
        width: auto;
        display: block;
        margin: 0 0 2em;
    }
}

@media (min-width: 1200px){
    .adblock-xxl{display:block;}
}

@media (min-width:979px) and (max-width:1200px) {
    .adblock-xl{display:block;}
}

@media (min-width: 767px) and (max-width: 979px) {
    #data-nav{font-size:18px;}
    .adblock-l{display:block;}
}

@media (min-width: 767px) and (max-width: 1200px) {
    .moawesomebreak{display:block;}
}

@media (min-width:979px){

}
@media (max-width: 979px) {
    #data-nav{font-size:18px;}
    .button{font-size:18px;}
    body > header{text-align: center;margin:inherit auto;}
}

@media (max-width: 767px) {
    .home{display:none;}
    #data-nav li a{
        padding:10px;
        margin: -10px 0;
    }
    #data-nav-content > div{
        margin-top:-25px;
    }
    #data-nav-content .thumbnail h3{
        font-size:18px !important;
        line-height:1.1;
    }
    #data-nav-content .thumbnail{
        border:none;
        background: none;
        /*background: rgba(255,255,255,.5);*/
        box-shadow:none;
    }
    body > footer{
        margin-bottom:85px;
        margin:auto -20px 45px;padding: auto 20px;
    }
    body > header{margin:0 -20px;padding: auto 20px;}
    body > header #login-links{
        left:20px;
    }
    .moawesomebreak{display:inline;}

    #mobile-schedule{
        display:block;
        margin:0 -20px;padding: auto 20px;
    }
    #mobile-schedule .btn {
        line-height:1.1;
        text-transform: uppercase;
        font-size:22px;
        display:inline-block;
        padding:10px;
        font-family: 'Open Sans Condensed', sans-serif;
        color:black !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-shadow:none;
    }
    #mobile-schedule .btn:hover{color:rgb(253,196,48) !important;text-decoration:none !important;background: rgb(0,0,0);}
}

@media (min-width:480px) and (max-width:767px){
    .adblock-m{display:block;}
}

@media (max-width: 480px) {
    .media-object{width:100% !important;height:auto !important;}
    #data-nav{font-size:14px;}
    #data-nav li a{
        padding:10px 5px;
        margin: -10px -2px;
    }
    #data-nav-content > div{
        margin-top:-25px;
    }
    body > header .logo img{
        max-width:250px;
    }
    #login-links{font-size:10px;}
    .adblock-s{display:block;}
}


.center-rail dd{
    font-size:1em;
    line-height:1.3;
    margin-bottom:.5em;
    margin-left:0;
}
.center-rail > dl{
    margin-top:0;
}
.center-rail dt{
    font-size:1.2em;
}
.center-rail dt a{
    color: black;
}
