﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1em;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

p {
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

ul {
    list-style-type: none;
}

a {
    color: #444;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald',Impact,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #162f72;
    margin-bottom: 10px;
}

h1 {
    line-height: 50px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b242;
}

h3, h3 a {
    font-size: 15px;
    line-height: 20px;
    color: #2b4d9a;
    transition: all .4s;
    -webkit-transition: all .4s;
    font-weight: 400;
}

h4 {
    font-size: 28px;
    border-bottom: 1px solid #162f72;
    margin-bottom: 10px;
    /*padding-bottom: 20px;*/
}

h3 a:hover {
    color: #497ef7;
}

h5 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

header#header {
    background: #1a2d5f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTgzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIxM2I4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzE4MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#0c1834 0%,#213b80 50%,#0c1834 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0c1834),color-stop(50%,#213b80),color-stop(100%,#0c1834));
    background: -webkit-linear-gradient(top,#0c1834 0%,#213b80 50%,#0c1834 100%);
    background: -o-linear-gradient(top,#0c1834 0%,#213b80 50%,#0c1834 100%);
    background: -ms-linear-gradient(top,#0c1834 0%,#213b80 50%,#0c1834 100%);
    background: linear-gradient(to bottom,#0c1834 0%,#213b80 50%,#0c1834 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1834',endColorstr='#0c1834',GradientType=0);
}

    header#header a.logo {
        display: block;
        width: 280px;
        float: left;
    }

        header#header a.logo img {
            height: 90px;
        }

.headertop {
    background: none repeat scroll 0 0 #0b162f;
    overflow: hidden;
    min-height: 35px;
    width: 100%;
}

#nav {
    width: 100%;
    height: 40px;
    background: #213872;
}

    #nav .container, #nav .column, #nav ul {
        overflow: visible;
    }

#wrapper {
    background: #fff;
    padding-top: 15px;
}

h1.logo {
    float: left;
    font-size: 32px;
    line-height: 40px;
}

nav#top-nav {
    float: left;
    width: 100%;
}

    nav#top-nav > ul > li {
        margin: 0 -1px 0 0;
        border-left: 1px solid #384d82;
        border-right: 1px solid #384d82;
    }

        nav#top-nav > ul > li > a {
            color: #dee2ea;
            padding: 0 17px;
            font-size: 14px;
            line-height: 39px;
            white-space: nowrap;
            transition: all .4s;
            -webkit-transition: all .4s;
            text-transform: uppercase;
            font-family: 'Oswald',Impact,Arial,Helvetica,sans-serif;
            font-weight: 100;
            letter-spacing: .03em;
        }

            nav#top-nav > ul > li > a:hover {
                color: #eee;
                background: #000;
            }

    nav#top-nav ul li > ul {
        display: none;
    }

    nav#top-nav > ul > li:hover > ul {
        display: block;
    }

.mnav {
    margin-top: 5px;
    padding: 6px 2px;
    width: 97%;
}

.main-news .column-2 {
    margin-left: 0;
}

.main-news .column-6 {
    margin-right: 0;
}

.main-news > h1, .right-side h1 {
}

.text-smalltitle h2 {
    font-size: 25px;
    line-height: 50px;
    color: #b4b242;
}

.main-news > h4, .column-8 h4 {
    line-height: 65px;
}

.video-highlights {
    margin: 10px 0;
}

    .video-highlights > video {
        width: 100%;
        height: 250px;
        background: #000;
        border: 1px solid #333;
    }

.most-read {
    margin-bottom: 30px;
}

    .most-read > ul > li {
        line-height: 32px;
        display: block;
        border-bottom: 1px solid #ddd;
        font-family: 'Oswald',Arial,sans-serif;
    }

        .most-read > ul > li > a {
            font-size: 14px;
            transition: all .4s;
            -webkit-transition: all .4s;
        }

            .most-read > ul > li > a:hover {
                color: #3b68d0;
            }

.latest-story {
    margin-bottom: 30px;
}

    .latest-story > .story-block, .latest-story .story-block {
        margin-bottom: 20px;
        overflow: hidden;
    }

.story-block > div.img-cont {
    float: left;
    background: #333;
    margin-right: 10px;
}

.section-story {
    margin-bottom: 30px;
}

    .section-story > .story-block {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .section-story > .story-block > div.img-cont {
            position: relative;
            float: right;
            background: #333;
            margin-left: 10px;
        }

.story-block > p {
    font-size: 14px;
    line-height: 22px;
}

.section-story > .story-block-time {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
    display: table;
}

.story-block-time > .datetime {
    width: 15%;
    margin-top: 26px;
    font-size: 12px;
    vertical-align: top;
    display: table-cell;
    text-align: center;
}

.story-block-time > .breakout {
    border-left: 1px solid #b2b2b2;
    padding-left: 10px;
}

.story-block-time > p {
    font-size: 14px;
    line-height: 22px;
}

.img-cont {
    overflow: hidden;
}

    .img-cont > img {
        width: 99%;
        border: 1px solid #000;
    }

    .img-cont > .caption {
        text-align: center;
        font-size: 14px;
    }

.date {
    overflow: hidden;
    width: 100px;
    float: right;
    margin-bottom: 30px;
}

span.news-date {
    margin-left: 5px;
    text-align: center;
    line-height: 66px;
    font-size: 14px;
    text-transform: uppercase;
    background: #162f72;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    width: 90px;
    height: 90px;
    display: block;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 5px;
}

span.day {
    clear: both;
    text-align: center;
    font-weight: bold;
    margin-top: -45px;
    font-size: 16px;
    display: block;
}

.news-month {
    clear: both;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.social.share {
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}

    .social.share > span {
        line-height: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .social.share > ul > li {
        float: left;
        margin-right: 5px;
    }

.related-story p {
    margin-bottom: 10px;
    line-height: 22px;
}

    .related-story p a {
        transition: all .4s;
        -webkit-transition: all .4s;
    }

        .related-story p a:hover {
            color: #888;
        }

.news-cont > .img-cont {
    width: 99.8%;
    margin-bottom: 10px;
}

.news-cont > p > br, .news-cont > p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
}

.best-section-block {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .best-section-block > .img-cont {
        max-width: 98px;
        height: 73px;
        float: left;
        margin-right: 10px;
        border: 1px solid #000;
    }

    .best-section-block > p {
        font-weight: 700;
        font-size: 13px;
    }

        .best-section-block > p > a:hover {
            color: #333;
        }

.feature-block {
    margin-bottom: 30px;
}

    .feature-block h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .feature-block h3 a {
        font-size: 26px;
        line-height: 30px;
    }

    .feature-block h2 a:hover {
        color: #444;
    }

    .feature-block .img-cont {
        width: 99.6%;
        height: 220px;
        border: 1px solid #000;
        margin-bottom: 10px;
    }

    .feature-block > p > br {
        margin-bottom: 20px;
    }

.writer {
    margin-bottom: 30px;
}

    .writer > .writer-cont > .img-cont {
        max-width: 118px;
        border: 1px solid #000;
        float: left;
        margin-right: 10px;
    }

    .writer > .writer-cont > p > a:hover {
        text-decoration: underline;
    }

.assets {
    margin: 10px 0;
    display: inline-block;
}

    .assets a {
        float: left;
        margin-right: 5px;
    }

        .assets a img {
            width: 100%;
        }
.assets img {
    width: 100%;
    padding: 10px 0px;
}

.column2-asset {
    margin-bottom: 30px;
}

    .column2-asset > img {
        width: 100%;
    }

.ad-details {
    border: 1px solid #000;
    padding: 10px;
    width: 89%;
}

header.heading-title {
    padding-bottom: 3px;
    border-bottom: 1px dashed #162f72;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.bottom-cont {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

header.heading-title > h5 {
    float: left;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
}

header.heading-title > ul {
    float: right;
}

    header.heading-title > ul > li {
        float: left;
        padding: 0 5px;
        padding-top: 20px;
        font-size: 12px;
        color: #ccc;
    }

        header.heading-title > ul > li > a {
            font-size: 13px;
            text-transform: uppercase;
            transition: all .4s;
            -webkit-transition: all .4s;
        }

            header.heading-title > ul > li > a:hover {
                color: #3b68d0;
            }

.news-list, .feature-news, .news-assets {
    float: left;
    width: 250px;
    overflow: hidden;
    position: relative;
    padding-right: 5px;
}

.news-list, .feature-news {
    margin-right: 15px;
}

.news-assets .assets {
    margin-top: 0;
}

    .news-assets .assets a img {
        width: 125px;
    }

.feature-news {
    padding-bottom: 15px;
    width: 300px;
}

    .feature-news img {
        width: 100%;
    }

    .feature-news a {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

        .feature-news a:hover {
            -webkit-filter: grayscale(90%);
            -moz-filter: grayscale(90%);
            -ms-filter: grayscale(90%);
            -o-filter: grayscale(90%);
            filter: grayscale(90%);
            filter: url(grayscale.svg);
            filter: gray;
            opacity: .7;
        }

.feature-headline {
    width: 94%;
    background: -moz-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.8)),color-stop(100%,rgba(255,255,255,.9)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff',endColorstr='#e6ffffff',GradientType=0);
    position: absolute;
    bottom: 0;
    padding: 10px;
}

    .feature-headline span.news-head, .feature-headline span.news-category {
        display: block;
        margin-bottom: 3px;
    }

    .feature-headline span.news-category {
        font-size: 12px;
        font-weight: bold;
        color: #76789d;
        font-family: Georgia,"Times New Roman",Times,serif;
        text-shadow: 0 0 1px #fff;
        filter: dropshadow(color=#fff,offx=0,offy=0);
    }

    .feature-headline span.news-head {
        margin-bottom: 0;
    }

        .feature-headline span.news-head a {
            color: #2e2e2e;
            line-height: 28px;
            transition: all .4s;
            -webkit-transition: all .4s;
            font-size: 20px;
            font-weight: 300;
            font-family: 'Oswald',Arial,sans-serif;
        }

.rsvideo-links {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    padding-bottom: 15px;
    width: 200px;
}

    .rsvideo-links img {
        width: 100%;
    }

    .rsvideo-links a {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

        .rsvideo-links a:hover {
            -webkit-filter: grayscale(90%);
            -moz-filter: grayscale(90%);
            -ms-filter: grayscale(90%);
            -o-filter: grayscale(90%);
            filter: grayscale(90%);
            filter: url(grayscale.svg);
            filter: gray;
            opacity: .7;
        }

.rsvideo-links-headline {
    width: 95%;
    background: -moz-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.8)),color-stop(100%,rgba(255,255,255,.9)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.8) 0%,rgba(255,255,255,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff',endColorstr='#e6ffffff',GradientType=0);
    position: absolute;
    bottom: 0;
    padding: 2px 5px;
    z-index: 100;
}

    .rsvideo-links-headline span.news-head, .feature-headline span.news-category {
        display: block;
        margin-bottom: 10px;
    }

    .rsvideo-links-headline span.news-category {
        font-size: 14px;
        font-weight: bold;
        color: #76789d;
        font-family: Georgia,"Times New Roman",Times,serif;
        text-shadow: 0 0 1px #fff;
        filter: dropshadow(color=#fff,offx=0,offy=0);
    }

    .rsvideo-links-headline span.news-head {
        margin-bottom: 0;
    }

        .rsvideo-links-headline span.news-head a {
            color: #2e2e2e;
            line-height: 20px;
            transition: all .4s;
            -webkit-transition: all .4s;
            font-size: 14px;
            font-weight: 200;
            font-family: 'Oswald',Arial,sans-serif;
        }

.news-list-block {
    margin-bottom: 15px;
    overflow: hidden;
}

    .news-list-block > .img-cont {
        background: none repeat scroll 0 0 #333;
        border: 1px solid #000;
        float: left;
        height: 74px;
        margin-right: 10px;
        position: relative;
        max-width: 99px;
    }

    .news-list-block p {
        font-size: 13px;
    }

.news-assets ul li {
    padding: 2px 0;
    border-bottom: 1px solid #ded6d6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .news-assets ul li a {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        color: #444;
        font-family: 'Oswald',Arial,sans-serif;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

        .news-assets ul li a:hover {
            color: #888;
        }

.left-container .column-6 {
    margin-left: 0;
}

.left-container .column-2 {
    margin-right: 0;
}

.home-news-section {
    display: inline-block;
    margin-top: 10px;
}

.home-breeding-section {
    width: 100% !important;
}

    .home-breeding-section .news-assets {
        width: 33% !important;
    }

.column-5 a {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    transition: all .4s;
    -webkit-transition: all .4s;
}

    .column-5 a:hover {
        color: #888;
    }

a.language {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

a.help {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

.help-info-cont {
    padding: 20px 10px;
    background: #c4d3ff;
    display: none;
    position: relative;
    width: 96%;
    margin: 10px 10px 30px 10px;
}

    .help-info-cont p {
        margin: 10px 0;
        font-size: 13px;
        line-height: 20px;
    }

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    color: #333;
    text-decoration: underline;
    font-family: 'Oswald',Arial,sans-serif;
    font-weight: 300;
}

#footer {
    margin-top: 20px;
    background: #213872;
    min-height: 60px;
    clear: both;
    padding-top: 10px;
}

    #footer h3 {
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        font-weight: 400;
        color: #b3b142;
    }

    #footer p {
        color: #fff;
    }

        #footer p a {
            display: inline;
            text-decoration: none;
            color: #fff;
            line-height: 30px;
        }

            #footer p a:hover {
                text-decoration: none;
            }

    #footer #footer-nav {
        line-height: 30px;
    }

#footer-nav > ul > li {
    border-bottom: 1px solid #38569e;
}

    #footer-nav > ul > li > a {
        color: #e0e4ec;
        font-size: 13px;
        transition: all .6s;
        -webkit-transition: all .6s;
        font-weight: normal;
        line-height: 24px;
    }

        #footer-nav > ul > li > a:hover {
            color: #6f98f7;
        }

#footer .column {
    padding-top: 15px;
}

footer .disclaimer {
    font-size: 10px;
    color: #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    width: 97%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "Oswald",Helvetica,Arial,sans-serif;
}

.menu_inner_container {
    padding: 20px;
}

    .menu_inner_container ul li a {
        font-size: 14px;
        line-height: 20px;
    }

.menu_container > ul > li > .menu_dropdown_block h4 {
    font-size: 22px;
    line-height: 30px;
}

.menu_dropdown_block .latest-story > .story-block {
    margin-bottom: 10px;
}

.storyAuthor {
    clear: both;
    text-align: right;
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}

#gallery {
    position: relative;
    height: 220px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #gallery img {
        position: absolute;
        border: solid 1px #000;
    }

        #gallery img.show {
            z-index: 500;
        }

    #gallery .caption {
        z-index: 600;
        background-color: #000;
        color: #fff;
        height: 50px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        #gallery .caption .content {
            margin: 5px;
        }

            #gallery .caption .content h3 {
                margin: 0;
                padding: 0;
                color: #1dccef;
            }

.storyImage {
    text-align: right;
    border: solid 1px #000;
    float: right;
    width: 175px;
    background: #000;
}

    .storyImage .caption {
        color: #fff;
        background: #000;
        width: 175px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }

.img-cont-vertical-300 {
    text-align: right;
    border: solid 1px #000;
    float: right;
    width: 300px;
    background: #000;
    margin-left: 10px;
}

    .img-cont-vertical-300 .caption {
        color: #fff;
        background: #000;
        width: 300px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }

#ui-datepicker-div, .accordion {
    padding-left: 1px;
    font-size: 80%;
}

    .accordion .ui-accordion-header {
        background: none;
        border: none;
    }

    .accordion .ui-accordion-content {
        border-top: 1px solid #aaa !important;
    }

    .accordion h3 {
        font-weight: normal;
        font-size: 13px;
    }

    .accordion div {
        font-size: 12px;
    }

.button {
    -moz-box-shadow: inset 0 1px 0 0 #8aa7eb;
    -webkit-box-shadow: inset 0 1px 0 0 #8aa7eb;
    box-shadow: inset 0 1px 0 0 #8aa7eb;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#426ed4),color-stop(1,#213872));
    background: -moz-linear-gradient(center top,#426ed4 5%,#213872 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426ed4',endColorstr='#213872');
    background-color: #3b68d0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 14px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

    .button:hover {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#213872),color-stop(1,#426ed4));
        background: -moz-linear-gradient(center top,#213872 5%,#426ed4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#213872',endColorstr='#426ed4');
        background-color: #204190;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

img {
    border: none;
}

#slider a.video {
    background: transparent url(video.png) no-repeat 50% 50%;
}

.normlink {
    font-weight: bold;
}

.writer h3 {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 1px solid #162f72;
    margin-bottom: 5px;
    color: #162f72;
}

.writer p {
    line-height: 15px;
}

a.normlink {
    font-weight: bold;
}

    a.normlink:hover {
        color: #39f;
    }

.jp-audio {
    margin: 0 auto;
}

footer .disclaimer {
    font-size: 10px;
    color: #ccc;
    border-top: 1px solid #38569e;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.formtext {
    padding: 0 5px 0 5px;
    height: 28px;
    font-size: 16px;
    color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.formtextarea {
    padding: 5px;
    font-size: 16px;
    color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.formselect {
    padding: 0 0 0 5px;
    height: 28px;
    font-size: 16px;
    color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.morelink {
    color: #b4b242;
    font-weight: bold;
}

.forum_message_box a {
    font-weight: bold;
    color: #162f72;
}

    .forum_message_box a:hover {
        color: #39f;
    }

@media(max-width:1200px) {
    a.help {
        float: right;
        margin-right: 2%;
        margin-top: 6px;
    }

    .headertop {
        background: none repeat scroll 0 0 #0b162f;
        min-height: 35px;
        overflow: visible;
        width: 100%;
    }

    header#header a.logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }

    header#header > div.container > div.column > div {
        float: none !important;
        overflow: hidden;
    }

        header#header > div.container > div.column > div > div {
            margin: 0 auto;
        }

    #nav {
        background: none repeat scroll 0 0 #213872;
        height: 40px;
        width: 100%;
    }

        #nav .container, #nav .column, #nav ul {
            margin: 0 .2%;
            overflow: visible;
            width: 99.6%;
        }

    nav#top-nav > ul > li > a {
        padding: 0 15%;
    }

    .menu_inner_container > div.column-3 {
        width: 23% !important;
        float: left;
        margin-right: 2% !important;
    }

    .menu_inner_container > ul.menu_submenu {
        width: 17% !important;
        float: left;
        margin-right: 2% !important;
    }

        .menu_inner_container > ul.menu_submenu:last-child {
            margin-right: 0 !important;
        }

    .menu_inner_container > div.column-3 > div > .feature-news, .menu_inner_container > div.column-3 > div {
        width: 100% !important;
        margin: 0;
    }

        .menu_inner_container > div.column-3 > div > .feature-news > a > img {
            height: auto !important;
        }

    aside.column-3 > form[name=raceandformsearch] {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

        aside.column-3 > form[name=raceandformsearch] > input[type=text] {
            padding: 1%;
            border-radius: 5px;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px #ddd inset;
            margin: 1%;
            width: 40%;
        }

            aside.column-3 > form[name=raceandformsearch] > input[type=text]:focus {
                border: 1px solid #2dbbff;
                box-shadow: 0 0 5px #b0d8ff;
            }

        aside.column-3 > form[name=raceandformsearch] > select {
            padding: .9%;
            border-radius: 5px;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px #ddd inset;
            width: 30%;
            margin-right: 1%;
        }

            aside.column-3 > form[name=raceandformsearch] > select:focus {
                border: 1px solid #2dbbff;
                box-shadow: 0 0 5px #b0d8ff;
            }

        aside.column-3 > form[name=raceandformsearch] > input[type=submit] {
            padding: .8%;
        }

    footer#footer:after {
        content: "";
        display: block;
        clear: both;
        float: none;
    }

    footer#footer > div.container > div.column > div.column-5 {
    }

    .disclaimer {
        width: 98%;
    }

    footer#footer div.column-3 > ul > li {
        width: auto;
        float: left;
        margin: 0;
    }

    footer#footer .column-3 {
        width: auto;
        float: left;
        margin-right: 0;
    }

    footer#footer:last-child .column-3 {
        margin-left: 0;
    }
}

@media(max-width:768px) {
    nav#top-nav > ul > li > a {
        font-size: 95%;
        padding: 0 14%;
        white-space: nowrap;
    }

    header#header > div.container > div.column > div {
        display: none !important;
    }

    .feature-news img {
        width: 70%;
    }

    header.heading-title > ul > li {
        padding: 13px 2px 0;
    }

    #nav .container, #nav .column, #nav ul {
        margin: 0%;
        overflow: visible;
        width: 100%;
    }
}

@media(max-width:620px) {
    div#wrapper > div.column > div.column-8 > div.column-2 {
        display: none !important;
    }

    footer#footer > div.container > div.column > div.column-2 {
        width: 48% !important;
    }

    footer#footer > div.container > div.column > div.column-5 {
        width: 48% !important;
    }
}

@media(max-width:1200px) {
    div.main-news > aside.column-2 {
        width: 100% !important;
        text-align: center !important;
    }

    .date {
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media(max-width:1200px) {
    a.help {
        float: right;
        margin-right: 2%;
        margin-top: 6px;
    }

    .column-11 {
        width: 99%;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
        float: left;
        margin: 0 1%;
        overflow: visible;
    }

    .column {
        margin: 0;
        overflow: visible;
    }

    .container {
        margin: 0 auto;
        overflow: visible;
        position: relative;
        width: 100%;
    }

    header#header > div.container > div.column {
        padding: 0 0 2% !important;
        margin: 0;
        overflow: visible;
    }

    div#wrapper > div.column > aside.column-3 {
        width: 100% !important;
        margin: 0 !important;
    }

        div#wrapper > div.column > aside.column-3 > br, div#wrapper > div.column > aside.column-3 > hr {
            display: none;
        }

        div#wrapper > div.column > aside.column-3 > div.webBanners {
            float: left;
            margin-right: 3%;
        }

    div#wrapper > div.column {
        margin: 0 2%;
        overflow: visible;
        width: 96% !important;
    }

        div#wrapper > div.column > div.column-8 {
            width: 100% !important;
            float: none !important;
            margin: 0 !important;
        }

            div#wrapper > div.column > div.column-8 > section.column-6 {
                width: 83% !important;
                float: left !important;
                margin: 0 !important;
            }

            div#wrapper > div.column > div.column-8 > div.column-2 {
                width: 15% !important;
                margin: 0 !important;
                float: right !important;
            }

    .home-news-section {
        width: 100% !important;
        float: none !important;
        margin: 0 0 3% 0 !important;
    }

        .home-news-section > div > div {
            width: 31% !important;
            margin: 0 3% 0 0 !important;
        }

    div#wrapper > div.column > aside.column-3 > div.assets {
        display: block;
        float: left;
        margin: 4%;
        width: 42%;
        height: 259px;
    }

    div#wrapper > div.column > aside.column-3 > div.most-read {
        display: block;
        float: left;
        margin: 4%;
        width: 42%;
        min-height: 259px;
    }

    div.assets > div > div.FeatureSiteRollover {
        width: 35%;
        display: block;
    }

        div.assets > div > div.FeatureSiteRollover:last-child {
            width: 61%;
            display: block;
        }

        div.assets > div > div.FeatureSiteRollover > a, div.assets > div > div.FeatureSiteRollover > a > div, div.assets > div > div.FeatureSiteRollover > a > div > img {
            width: 100% !important;
        }

    .home-news-section > div > div > div.feature-news {
        margin: 0;
        width: 100%;
    }

        .home-news-section > div > div > div.feature-news > a > img {
            height: auto;
            width: 100%;
        }

    div.feature-headline > .news-head:after {
        content: "";
        clear: both;
        float: none;
        display: block;
        padding-bottom: 5%;
    }

    .home-news-section > div > div:last-child {
        margin: 0 !important;
    }

    div#sliderFrame > ul#slider > li > a > img {
        width: 100%;
        height: auto;
    }

    section.column-6 > div#sliderFrame, section.column-6 > div#sliderFrame > ul#slider, section.column-6 > div#sliderFrame > ul#slider > li > img {
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto;
        display: block !important;
    }

    ul.menu_submenu li a {
        width: 160px !important;
    }
}

@media(max-width:860px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 79% !important;
    }

    div#wrapper > div.column > div.column-8 > div.column-2 {
        width: 19% !important;
    }

    div.left-container > div.column-2 {
        display: none !important;
    }

    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets:before {
        content: "";
        clear: both;
        float: none;
        display: block;
    }
}

@media(max-width:768px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 76% !important;
    }

    div#wrapper > div.column > div.column-8 > div.column-2 {
        width: 22% !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets, div#wrapper > div.column > aside.column-3 > div.most-read {
        float: none;
        margin: 2%;
        width: 96%;
        height: auto;
    }

    .home-news-section > div > div:last-child, .home-news-section > div > div {
        margin: 3% !important;
        width: 94% !important;
    }

    .home-news-section {
        margin: 0 0 7% 0 !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets:after {
        content: "";
        clear: both;
        display: block;
        float: none;
    }

    .home-news-section > div > div > div.feature-news > a > img {
        height: auto;
        width: 70%;
    }

    div.assets > div > div.FeatureSiteRollover:last-child {
        margin: 0;
        width: 46%;
    }

    div.assets > div > div.FeatureSiteRollover {
        float: left !important;
        margin-right: 2%;
        width: 26%;
    }

    .feature-headline {
        width: 66.5%;
        font-size: 14px;
    }

    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }

    .mnav {
        margin: .6% 2%;
        width: 96%;
        padding: .8%;
    }

    div#wrapper > div.column > aside.column-3 > br, div#wrapper > div.column > aside.column-3 > hr {
        clear: both;
        display: block;
        margin: 1%;
        background: none;
        border: 1px solid #fff;
    }
}

@media(max-width:620px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }
}

@media(max-width:1200px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }
}

@media(max-width:768px) {
    div#wrapper > div.column > aside.column-3 > div.webBanners {
        float: none;
        clear: both;
    }
}

@media(max-width:1024px) {
    div#wrapper > div.column > div.column-8 > div.column-2 {
        display: none !important;
    }
}

.inputbox {
    background-color: #eee !important;
    padding: 6px 10px;
    font: 700 24px/normal "Open Sans Condensed",sans-serif !important;
    color: #aaa !important;
    border-radius: 10px !important;
    border-radius: 3px;
    background: #eee;
    background: -moz-linear-gradient(top,#e1e1e1 0%,#eee 14%,#eee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e1e1e1),color-stop(14%,#eee),color-stop(100%,#eee));
    background: -webkit-linear-gradient(top,#e1e1e1 0%,#eee 14%,#eee 100%);
    background: -o-linear-gradient(top,#e1e1e1 0%,#eee 14%,#eee 100%);
    background: -ms-linear-gradient(top,#e1e1e1 0%,#eee 14%,#eee 100%);
    background: linear-gradient(to bottom,#e1e1e1 0%,#eee 14%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1',endColorstr='#eeeeee',GradientType=0);
    margin: 5px 0;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ddd inset;
}

.viewsBox {
    color: #000;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 38%,#ccc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(38%,#fff),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top,#fff 38%,#ccc 100%);
    background: -o-linear-gradient(top,#fff 38%,#ccc 100%);
    background: -ms-linear-gradient(top,#fff 38%,#ccc 100%);
    background: linear-gradient(to bottom,#fff 38%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=0);
    width: 26px;
    height: 24px;
    display: inline-block;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 22px;
    padding-top: 6px;
    margin-right: -4px;
}

.column-2 .news-list {
    width: auto;
}

.videoPlayNew::after {
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.videoPlayNew {
    background-color: #f2952e;
}

.SOTNew {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    line-height: 9px;
    margin-right: 4px;
    margin-top: 3px;
    padding: 2px 3px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

    .SOTNew img {
        height: 32px;
        vertical-align: middle;
    }

.news-cont .breakout {
    width: 40%;
    float: left;
    border-style: solid;
    border-width: 0;
    border-top-color: #ff9f4c;
    border-top-width: 5px;
    border-bottom-color: #ff9f4c;
    border-bottom-width: 5px;
    padding: 20px;
    margin: 6px 20px 6px 0;
    line-height: 24px;
    display: inline-block;
    font-size: 20px;
    font-family: "Oswald","Arial";
}

    .news-cont .breakout:before, .news-cont .breakout:after {
        content: '"';
    }

    .news-cont .breakout.wide {
        float: none;
        width: 94%;
    }

    .news-cont .breakout.right {
        float: right;
    }

.news-cont .journo {
    border-bottom: 1px dotted #777;
    border-top: 1px dotted #777;
    margin: 10px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

    .news-cont .journo .thumb {
        float: left;
        margin-right: 10px;
        height: 60px;
        overflow: hidden;
        width: 90px;
    }

        .news-cont .journo .thumb img {
            height: 60px;
            width: 80px;
        }

    .news-cont .journo .description {
        display: inline;
        line-height: 20px;
    }

        .news-cont .journo .description .desc {
            color: #444;
            font-size: 14px;
            line-height: 20px;
        }

        .news-cont .journo .description .social-network {
            float: right;
            font-size: 13px;
            color: #3352a0;
        }

            .news-cont .journo .description .social-network a {
                color: #3352a0;
            }

.news-cont > li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.storyAuthor .journalist-ribbon {
    background-repeat: no-repeat;
    text-align: center;
    width: 153px;
    height: 24px;
    float: right;
    margin-top: -2px;
    color: #fff;
}

    .storyAuthor .journalist-ribbon.rsblue {
        background-image: url(/site-resource/assets/journalist-ribbon-rsblue.jpg);
    }

    .storyAuthor .journalist-ribbon.rsgreen {
        background-image: url(/site-resource/assets/journalist-ribbon-rsgreen.jpg);
    }

    .storyAuthor .journalist-ribbon.blue {
        background-image: url(/site-resource/assets/journalist-ribbon-blue.jpg);
    }

    .storyAuthor .journalist-ribbon.orange {
        background-image: url(/site-resource/assets/journalist-ribbon-orange.jpg);
    }

    .storyAuthor .journalist-ribbon.red {
        background-image: url(/site-resource/assets/journalist-ribbon-red.jpg);
    }

select {
    font-size: 14px;
}

#footer-nav > ul > li:last-child {
    border-bottom: none;
}

#footer-nav > ul > li:first-child {
    border-bottom: 1px solid #38569e !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #000;
    background: #e6e6ab !important;
}

.ui-state-hover {
    background: #cacfea;
    color: #222;
}

@charset "utf-8";

.container {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.column {
    margin: 0 10px;
    overflow: hidden;
}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
    margin: 0 10px;
    float: left;
    overflow: hidden;
}

.column-1 {
    width: 90px;
}

.column-2 {
    width: 200px;
}

.column-3 {
    width: 310px;
}

.column-4 {
    width: 410px;
}

.column-5 {
    width: 530px;
}

.column-6 {
    width: 640px;
}

.column-7 {
    width: 750px;
}

.column-8 {
    width: 860px;
}

.column-9 {
    width: 970px;
}

.column-10 {
    width: 1080px;
}

.column-11 {
    width: 1190px;
}

@media(min-width:980px) and (max-width:1025px) {
    .container {
        width: 966px;
    }

    .column-1 {
        width: 66px;
    }

    .column-2 {
        width: 152px;
    }

    .column-3 {
        width: 238px;
    }

    .column-4 {
        width: 324px;
    }

    .column-5 {
        width: 410px;
    }

    .column-6 {
        width: 496px;
    }

    .column-7 {
        width: 582px;
    }

    .column-8 {
        width: 668px;
    }

    .column-9 {
        width: 754px;
    }

    .column-10 {
        width: 840px;
    }

    .column-11 {
        width: 926px;
    }

    .ad-details {
        width: 85%;
    }

    .news-list, .feature-news, .news-assets {
        width: 209px;
    }

    .news-list, .feature-news {
        margin-right: 20px;
    }

    .news-assets .assets a {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
}

@media(min-width:768px) and (max-width:979px) {
    body {
    }

    .container {
        width: 746px;
    }

    .column-1 {
        width: 46px;
    }

    .column-2 {
        width: 112px;
    }

    .column-3 {
        width: 178px;
    }

    .column-4 {
        width: 244px;
    }

    .column-5 {
        width: 310px;
    }

    .column-6 {
        width: 376px;
    }

    .column-7 {
        width: 442px;
    }

    .column-8 {
        width: 508px;
    }

    .column-9 {
        width: 574px;
    }

    .column-10 {
        width: 640px;
    }

    .column-11 {
        width: 706px;
    }

    .ad-details {
        width: 81%;
    }

    .news-list, .feature-news {
        margin-right: 20px;
    }

    .news-list, .feature-news {
        width: 233px;
    }

    .assets a {
        margin-bottom: 10px;
    }

    .news-assets {
        width: 370px;
    }

        .news-assets .assets {
            width: 130px;
            margin-right: 20px;
            float: left;
        }

        .news-assets ul {
            float: left;
        }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 440px;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
        width: 420px;
        margin-left: 0;
        margin-right: 0;
    }

    #footer #footer-nav {
        float: left;
        line-height: 40px;
    }

    #footer-nav > ul > li {
        margin-left: 0;
        margin-right: 10px;
    }

    .mnav {
        width: 96%;
    }

    .news-cont > .img-cont {
        width: 99%;
    }

    .ad-details {
        margin-bottom: 30px;
        width: auto;
    }

    .news-list, .feature-news, .news-assets {
        width: 100%;
    }

    .feature-headline {
        width: 96%;
    }

    .news-list {
        margin-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    .container {
        width: 420px;
    }

    .column {
        margin-left: 0;
        margin-right: 0;
    }

    .mnav {
        width: 100%;
    }

    .news-cont > .img-cont {
        width: 99.6%;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
        width: 420px;
        margin-left: 0;
        margin-right: 0;
    }

    .ad-details {
        width: 94.5%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:320px) and (max-width:360px) {
    .container {
        width: 300px;
    }

    .column {
        margin-left: 0;
        margin-right: 0;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
    }

    header#header a.logo {
        width: 300px;
    }

    #footer p {
        font-size: 13px;
    }

    #footer #footer-nav {
        float: left;
        line-height: 30px;
    }

    #footer-nav > ul > li {
        margin-left: 0;
        margin-right: 10px;
    }

        #footer-nav > ul > li > a {
            font-size: 13px;
        }

    .ad-details {
        width: 92.7%;
        margin-bottom: 30px;
    }

    .assets a {
        margin-right: 0;
    }

    .news-list, .feature-news {
        margin-right: 0;
        width: 100%;
    }

    .feature-headline {
        width: 94%;
    }

    .news-list {
        margin-top: 15px;
    }
}

@media(max-width:1200px) {
    a.help {
        float: right;
        margin-right: 2%;
        margin-top: 6px;
    }

    .headertop {
        background: none repeat scroll 0 0 #0b162f;
        min-height: 35px;
        overflow: visible;
        width: 100%;
    }

    header#header a.logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }

    header#header > div.container > div.column > div {
        float: none !important;
        overflow: hidden;
    }

        header#header > div.container > div.column > div > div {
            margin: 0 auto;
        }

    #nav {
        background: none repeat scroll 0 0 #213872;
        height: 40px;
        width: 100%;
    }

        #nav .container, #nav .column, #nav ul {
            margin: 0 .2%;
            overflow: visible;
            width: 99.6%;
        }

    nav#top-nav > ul > li {
        margin: 0 1px;
    }

        nav#top-nav > ul > li > a {
            font-size: 100%;
            padding: 0 15%;
            white-space: nowrap;
        }

    .menu_inner_container > div.column-3 {
        width: 23% !important;
        float: left;
        margin-right: 2% !important;
    }

    .menu_inner_container > ul.menu_submenu {
        width: 17% !important;
        float: left;
        margin-right: 2% !important;
    }

        .menu_inner_container > ul.menu_submenu:last-child {
            margin-right: 0 !important;
        }

    .menu_inner_container > div.column-3 > div > .feature-news, .menu_inner_container > div.column-3 > div {
        width: 100% !important;
        margin: 0;
    }

        .menu_inner_container > div.column-3 > div > .feature-news > a > img {
            height: auto !important;
        }

    aside.column-3 > form[name=raceandformsearch] {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

        aside.column-3 > form[name=raceandformsearch] > input[type=text] {
            padding: 1%;
            border-radius: 5px;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px #ddd inset;
            margin: 1%;
            width: 40%;
        }

            aside.column-3 > form[name=raceandformsearch] > input[type=text]:focus {
                border: 1px solid #2dbbff;
                box-shadow: 0 0 5px #b0d8ff;
            }

        aside.column-3 > form[name=raceandformsearch] > select {
            padding: .9%;
            border-radius: 5px;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px #ddd inset;
            width: 30%;
            margin-right: 1%;
        }

            aside.column-3 > form[name=raceandformsearch] > select:focus {
                border: 1px solid #2dbbff;
                box-shadow: 0 0 5px #b0d8ff;
            }

        aside.column-3 > form[name=raceandformsearch] > input[type=submit] {
            padding: .8%;
        }

    footer#footer:after {
        content: "";
        display: block;
        clear: both;
        float: none;
    }

    footer#footer > div.container > div.column > div.column-5 {
    }

    .disclaimer {
        width: 98%;
    }

    footer#footer div.column-3 > ul > li {
        width: auto;
        float: left;
        margin: 0;
    }

    footer#footer .column-3 {
        width: auto;
        float: left;
        margin-right: 0;
    }

    footer#footer:last-child .column-3 {
        margin-left: 0;
    }
}

@media(max-width:768px) {
    nav#top-nav > ul > li > a {
        font-size: 95%;
        padding: 0 14%;
        white-space: nowrap;
    }

    header#header > div.container > div.column > div {
        display: none !important;
    }

    .feature-news img {
        width: 70%;
    }

    header.heading-title > ul > li {
        font-size: 12px;
        padding: 13px 2px 0;
    }

    #nav .container, #nav .column, #nav ul {
        margin: 0%;
        overflow: visible;
        width: 100%;
    }
}

@media(max-width:620px) {
    div#wrapper > div.column > div.column-8 > div.column-2 {
        display: none !important;
    }
}

@media(max-width:1200px) {
    div.main-news > aside.column-2 {
        width: 100% !important;
        text-align: center !important;
    }

    .date {
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media(max-width:1200px) {
    a.help {
        float: right;
        margin-right: 2%;
        margin-top: 6px;
    }

    .column-11 {
        width: 99%;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
        float: left;
        margin: 0 1%;
        overflow: visible;
    }

    .column {
        margin: 0;
        overflow: visible;
    }

    .container {
        margin: 0 auto;
        overflow: visible;
        position: relative;
        width: 100%;
    }

    header#header > div.container > div.column {
        padding: 0 0 2% !important;
        margin: 0;
        overflow: visible;
    }

    div#wrapper > div.column > aside.column-3 {
        width: 100% !important;
        margin: 0 !important;
    }

        div#wrapper > div.column > aside.column-3 > br, div#wrapper > div.column > aside.column-3 > hr {
            display: none;
        }

        div#wrapper > div.column > aside.column-3 > div.webBanners {
            float: left;
            margin-right: 3%;
        }

    div#wrapper > div.column {
        margin: 0 2%;
        overflow: visible;
        width: 96% !important;
    }

        div#wrapper > div.column > div.column-8 {
            width: 100% !important;
            float: none !important;
            margin: 0 !important;
        }

            div#wrapper > div.column > div.column-8 > section.column-6 {
                width: 83% !important;
                float: left !important;
                margin: 0 !important;
            }

            div#wrapper > div.column > div.column-8 > div.column-2 {
                width: 15% !important;
                margin: 0 !important;
                float: right !important;
            }

    .home-news-section {
        width: 100% !important;
        float: none !important;
        margin: 0 0 3% 0 !important;
    }

        .home-news-section > div > div {
            width: 31% !important;
            margin: 0 3% 0 0 !important;
        }

    div#wrapper > div.column > aside.column-3 > div.assets {
        display: block;
        float: left;
        margin: 4%;
        width: 42%;
        height: 259px;
    }

    div#wrapper > div.column > aside.column-3 > div.most-read {
        display: block;
        float: left;
        margin: 4%;
        width: 42%;
        min-height: 259px;
    }

    div.assets > div > div.FeatureSiteRollover {
        width: 35%;
        display: block;
    }

        div.assets > div > div.FeatureSiteRollover:last-child {
            width: 61%;
            display: block;
        }

        div.assets > div > div.FeatureSiteRollover > a, div.assets > div > div.FeatureSiteRollover > a > div, div.assets > div > div.FeatureSiteRollover > a > div > img {
            width: 100% !important;
        }

    .home-news-section > div > div > div.feature-news {
        margin: 0;
        width: 100%;
    }

        .home-news-section > div > div > div.feature-news > a > img {
            height: auto;
            width: 100%;
        }

    div.feature-headline > .news-head:after {
        content: "";
        clear: both;
        float: none;
        display: block;
        padding-bottom: 5%;
    }

    .home-news-section > div > div:last-child {
        margin: 0 !important;
    }

    div#sliderFrame > ul#slider > li > a > img {
        width: 100%;
        height: auto;
    }

    section.column-6 > div#sliderFrame, section.column-6 > div#sliderFrame > ul#slider, section.column-6 > div#sliderFrame > ul#slider > li > img {
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto;
        display: block !important;
    }

    ul.menu_submenu li a {
        width: 160px !important;
    }
}

@media(max-width:860px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 79% !important;
    }

    div#wrapper > div.column > div.column-8 > div.column-2 {
        width: 19% !important;
    }

    div.left-container > div.column-2 {
        display: none !important;
    }

    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets:before {
        content: "";
        clear: both;
        float: none;
        display: block;
    }
}

@media(max-width:768px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 76% !important;
    }

    div#wrapper > div.column > div.column-8 > div.column-2 {
        width: 22% !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets, div#wrapper > div.column > aside.column-3 > div.most-read {
        float: none;
        margin: 2%;
        width: 96%;
        height: auto;
    }

    .home-news-section > div > div:last-child, .home-news-section > div > div {
        margin: 3% !important;
        width: 94% !important;
    }

    .home-news-section {
        margin: 0 0 7% 0 !important;
    }

    div#wrapper > div.column > aside.column-3 > div.assets:after {
        content: "";
        clear: both;
        display: block;
        float: none;
    }

    .home-news-section > div > div > div.feature-news > a > img {
        height: auto;
        width: 70%;
    }

    div.assets > div > div.FeatureSiteRollover:last-child {
        margin: 0;
        width: 46%;
    }

    div.assets > div > div.FeatureSiteRollover {
        float: left !important;
        margin-right: 2%;
        width: 26%;
    }

    .feature-headline {
        width: 66.5%;
        font-size: 14px;
    }

    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }

    .mnav {
        margin: .6% 2%;
        width: 96%;
        padding: .8%;
    }

    div#wrapper > div.column > aside.column-3 > br, div#wrapper > div.column > aside.column-3 > hr {
        clear: both;
        display: block;
        margin: 1%;
        background: none;
        border: 1px solid #fff;
    }
}

@media(max-width:620px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }

    footer#footer > div.container > div.column > div.column-2 {
        width: 48% !important;
    }

    footer#footer > div.container > div.column > div.column-5 {
        width: 48% !important;
    }
}

@media(max-width:1200px) {
    div#wrapper > div.column > div.column-8 > section.column-6 {
        width: 100% !important;
    }
}

@media(max-width:768px) {
    div#wrapper > div.column > aside.column-3 > div.webBanners {
        float: none;
        clear: both;
    }
}

@media(max-width:1200px) {
    div#wrapper > div.column > div.column-8 > div.column-2 {
        display: none !important;
    }
}

@media(max-width:1024px) {
    div#wrapper > div.column > div.column-8 > div.column-2 {
        display: none !important;
    }
}

.menu_container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .menu_container.full_width {
        width: 100%;
    }

    .menu_container > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        width: 100%;
        height: inherit;
    }

        .menu_container > ul > li {
            display: block;
            float: left;
            padding: 0;
            margin: 0;
        }

            .menu_container > ul > li > a {
                display: block;
            }

            .menu_container > ul > li.right {
                float: right;
            }

            .menu_container > ul > li.last > a {
                box-shadow: none;
                border-right: none;
            }

            .menu_container > ul > li:hover {
                margin-left: -1px;
            }

                .menu_container > ul > li:hover > a {
                    box-shadow: inset 2px 0 10px -5px rgba(0,0,0,.6),inset -2px 0 10px -5px rgba(0,0,0,.6);
                    padding-left: 26px;
                }

            .menu_container > ul > li > .menu_dropdown_block {
                visibility: hidden;
                position: absolute;
                border: 1px solid #ddd;
                border-top: none;
                box-shadow: 1px 1px 3px rgba(0,0,0,.2);
                background: linear-gradient(top,#fff 20%,#f2f8fa 90%,#f0f8fa 100%);
                background: -o-linear-gradient(top,#fff 20%,#f2f8fa 90%,#f0f8fa 100%);
                background: -moz-linear-gradient(top,#fff 20%,#f2f8fa 90%,#f0f8fa 100%);
                background: -webkit-linear-gradient(top,#fff 20%,#f2f8fa 90%,#f0f8fa 100%);
                background: -ms-linear-gradient(top,#fff 20%,#f2f8fa 90%,#f0f8fa 100%);
                background: -webkit-gradient(linear,left top,left bottom,color-stop(.2,#fff),color-stop(.9,#f2f8fa),color-stop(1,#f0f8fa));
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f2f8fa);
                background-color: #fff;
                top: 100%;
                color: #575757;
                visibility: hidden;
                transition: opacity 100ms linear;
                -moz-transition: opacity 100ms linear;
                -o-transition: opacity 100ms linear;
                -webkit-transition: opacity 100ms linear;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                overflow: hidden;
                z-index: 30;
            }

            .menu_container > ul > li.right > .menu_dropdown_block {
                right: 0;
            }

            .menu_container > ul > li > .menu_dropdown_block p {
                margin-bottom: 10px;
                font-size: 13px;
                color: #888;
                line-height: 20px;
                margin-top: 10px;
            }

            .menu_container > ul > li > .menu_dropdown_block *.small {
                font-size: 11px;
                color: #666;
            }

            .menu_container > ul > li > .menu_dropdown_block p.links a {
                text-decoration: none;
            }

            .menu_container > ul > li > .menu_dropdown_block.full_width {
                left: 0;
                width: 100%;
                margin-left: 0;
            }

            .menu_container > ul > li > .menu_dropdown_block.half_width {
                width: 50%;
            }

            .menu_container > ul > li > .menu_dropdown_block .menu_inner_container {
                padding: 15px;
            }

            .menu_container > ul > li > .menu_dropdown_block .column {
                float: left;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

                .menu_container > ul > li > .menu_dropdown_block .column.bordered {
                    border-right: 1px solid #ddd;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span1 {
                    width: 100%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span2 {
                    width: 50%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span3 {
                    width: 33%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span4 {
                    width: 25%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span5 {
                    width: 20%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span6 {
                    width: 16%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span10per {
                    width: 10%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span20per {
                    width: 20%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span30per {
                    width: 30%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span40per {
                    width: 40%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span50per {
                    width: 50%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span60per {
                    width: 60%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span70per {
                    width: 70%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span80per {
                    width: 80%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.span90per {
                    width: 90%;
                }

                .menu_container > ul > li > .menu_dropdown_block .column .content {
                    padding: 10px 20px;
                }

            .menu_container > ul > li > .menu_dropdown_block h1, .menu_container > ul > li > .menu_dropdown_block h2 {
                font-family: "PT Sans Narrow",sans-serif;
            }

            .menu_container > ul > li > .menu_dropdown_block h1 {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 15px;
                color: #555;
                border-bottom: 2px solid #888;
                padding: 5px 0 5px 5px;
            }

            .menu_container > ul > li > .menu_dropdown_block h2 {
                font-size: 18px;
                font-weight: bold;
                padding: 5px 0 5px 5px;
                margin: 0 0 10px 0;
                color: #666;
                border-bottom: 1px dotted #ccc;
            }

img.auto_width {
    width: auto;
    width: 100%;
}

ul.menu_submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

    ul.menu_submenu li {
        display: block;
    }

        ul.menu_submenu li a {
            display: block;
            padding: 2px 0;
            text-decoration: none;
            color: #666;
            margin: 0px 0;
            font-family: Tahoma,Verdana,sans-serif;
        }

ul.menu_submenu_new li a {
    font-family: Oswald,Verdana,sans-serif;
}

ul.menu_submenu li a:hover {
    color: #111;
}

ul.menu_submenu li a > span {
    font-family: Calibri;
    font-size: 10px;
}

ul.menu_submenu_block {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 10px 0 10px 0;
}

    ul.menu_submenu_block li {
        display: block;
    }

        ul.menu_submenu_block li a {
            display: block;
            padding: 8px 15px;
            text-decoration: none;
            color: #666;
            margin: 0;
            font-family: Tahoma,Verdana,sans-serif;
        }

            ul.menu_submenu_block li a:hover {
                color: #fff;
            }

.mobile_collapser {
    display: none;
}

    .mobile_collapser > label {
        display: block;
        height: 22px;
        padding: 12px 25px;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0,0,0,.25);
        font-size: 16px;
        line-height: 22px;
        font-family: "Roboto Condensed",sans-serif;
        box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
    }

    .mobile_collapser .mobile_menu_icon {
        display: block;
        float: left;
        width: 22px;
        height: 22px;
        background: url("mobile-nav-icon.png") 50% 50% no-repeat;
        margin-right: 10px;
    }

#hidden_menu_collapser {
    display: none;
}

    #hidden_menu_collapser:checked + ul {
        height: auto;
        min-height: 40px;
        max-height: 2999px;
    }

@media only screen and (max-width:940px) and (min-width:640px) {
    .menu_container > ul > li > a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .menu_container > ul > li:hover > a {
        padding-left: 16px;
    }
}

@media only screen and (max-width:639px) {
    .mobile_collapser {
        display: block;
    }

    .menu_container {
        padding: 0;
        height: auto;
    }

        .menu_container > ul {
            position: relative;
            transition: all 100ms linear;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            height: 0;
            background: inherit;
            overflow: hidden;
        }

            .menu_container > ul > li:hover {
                margin-left: 0;
            }

            .menu_container > ul > li {
                position: relative;
                float: none;
                background: inherit;
            }

                .menu_container > ul > li > a {
                    box-shadow: none;
                    border-right: none;
                }

                .menu_container > ul > li > .menu_dropdown_block {
                    visibility: visible;
                    position: relative;
                    transition: 100ms linear;
                    -moz-transition: 100ms linear;
                    -o-transition: 100ms linear;
                    -webkit-transition: 100ms linear;
                    height: 0;
                }

                .menu_container > ul > li:hover > .menu_dropdown_block {
                    height: auto;
                    min-height: 40px;
                    max-height: 3000px;
                }

                .menu_container > ul > li.right {
                    float: none;
                }

                .menu_container > ul > li > .menu_dropdown_block [class^="span"], .menu_container > ul > li > .menu_dropdown_block [class*=" span"] {
                    float: none;
                    width: auto !important;
                }

                .menu_container > ul > li > .menu_dropdown_block .column.bordered {
                    border: none;
                }
}

.menu_container.topfixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
}

.menu_container.centered > ul {
    float: none;
    height: inherit;
    margin: 0 auto;
    max-width: 1000px;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

@charset "utf-8";

#div-gpt-ad-1412141193421-4 {
    display: none;
}

#div-gpt-ad-1412141193421-0 {
    display: none;
}

#div_isMobileSearchbox {
    display: none;
}

#bannerLeft {
    display: none;
}

#bannerRight {
    display: none;
}

#div_isMobileDateShare {
    display: none;
}

#div_isMobileRelated-story {
    display: none;
}

#div-gpt-ad-1412141193421-9 {
    display: none;
}

#div-gpt-ad-1412141193421-4 {
    display: none;
}

#div-gpt-ad-1412141193421-1 {
    display: none;
}

#div-gpt-ad-1412141193421-5 {
    display: none;
}

#div-gpt-ad-1412141193421-13 {
    display: none;
}

@media all and (min-width:1025px) {
    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-0 {
        display: block;
    }

    #div_isMobileSearchbox {
        display: none;
    }

    #bannerLeft {
        display: block;
    }

    #bannerRight {
        display: block;
    }

    #div_isMobileDateShare {
        display: block;
    }

    #div_isMobileRelated-story {
        display: block;
    }

    #div-gpt-ad-1412141193421-9 {
        display: block;
    }

    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-1 {
        display: block;
    }

    #div-gpt-ad-1412141193421-5 {
        display: none;
    }

    #div-gpt-ad-1412141193421-13 {
        display: block;
    }
}

@media all and (min-width:960px) and (max-width:1024px) {
    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-0 {
        display: block;
    }

    #div_isMobileSearchbox {
        display: none;
    }

    #bannerLeft {
        display: block;
    }

    #bannerRight {
        display: block;
    }

    #div_isMobileDateShare {
        display: block;
    }

    #div_isMobileRelated-story {
        display: block;
    }

    #div-gpt-ad-1412141193421-9 {
        display: block;
    }

    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-1 {
        display: block;
    }

    #div-gpt-ad-1412141193421-5 {
        display: none;
    }

    #div-gpt-ad-1412141193421-13 {
        display: block;
    }
}

@media all and (min-width:801px) and (max-width:959px) {
    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-0 {
        display: block;
    }

    #div_isMobileSearchbox {
        display: none;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: block;
    }

    #div_isMobileRelated-story {
        display: block;
    }

    #div-gpt-ad-1412141193421-9 {
        display: block;
    }

    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-1 {
        display: block;
    }

    #div-gpt-ad-1412141193421-5 {
        display: none;
    }

    #div-gpt-ad-1412141193421-13 {
        display: block;
    }
}

@media all and (min-width:769px) and (max-width:800px) {
    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-0 {
        display: block;
    }

    #div_isMobileSearchbox {
        display: none;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: block;
    }

    #div_isMobileRelated-story {
        display: block;
    }

    #div-gpt-ad-1412141193421-9 {
        display: block;
    }

    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-1 {
        display: block;
    }

    #div-gpt-ad-1412141193421-5 {
        display: none;
    }

    #div-gpt-ad-1412141193421-13 {
        display: block;
    }
}

@media all and (min-width:569px) and (max-width:768px) {
    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-0 {
        display: block;
    }

    #div_isMobileSearchbox {
        display: none;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: none;
    }

    #div_isMobileRelated-story {
        display: none;
    }

    #div-gpt-ad-1412141193421-9 {
        display: block;
    }

    #div-gpt-ad-1412141193421-4 {
        display: none;
    }

    #div-gpt-ad-1412141193421-1 {
        display: block;
    }

    #div-gpt-ad-1412141193421-5 {
        display: none;
    }

    #div-gpt-ad-1412141193421-13 {
        display: block;
    }
}

@media all and (min-width:481px) and (max-width:568px) {
    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-0 {
        display: none;
    }

    #div_isMobileSearchbox {
        display: block;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: none;
    }

    #div_isMobileRelated-story {
        display: none;
    }

    #div-gpt-ad-1412141193421-9 {
        display: none;
    }

    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-1 {
        display: none;
    }

    #div-gpt-ad-1412141193421-5 {
        display: block;
    }

    #div-gpt-ad-1412141193421-13 {
        display: none;
    }
}

@media all and (min-width:321px) and (max-width:480px) {
    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-0 {
        display: none;
    }

    #div_isMobileSearchbox {
        display: block;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: none;
    }

    #div_isMobileRelated-story {
        display: none;
    }

    #div-gpt-ad-1412141193421-9 {
        display: none;
    }

    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-1 {
        display: none;
    }

    #div-gpt-ad-1412141193421-5 {
        display: block;
    }

    #div-gpt-ad-1412141193421-13 {
        display: none;
    }
}

@media all and (min-width:0) and (max-width:320px) {
    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-0 {
        display: none;
    }

    #div_isMobileSearchbox {
        display: block;
    }

    #bannerLeft {
        display: none;
    }

    #bannerRight {
        display: none;
    }

    #div_isMobileDateShare {
        display: none;
    }

    #div_isMobileRelated-story {
        display: none;
    }

    #div-gpt-ad-1412141193421-9 {
        display: none;
    }

    #div-gpt-ad-1412141193421-4 {
        display: block;
    }

    #div-gpt-ad-1412141193421-1 {
        display: none;
    }

    #div-gpt-ad-1412141193421-5 {
        display: block;
    }

    #div-gpt-ad-1412141193421-13 {
        display: none;
    }
}

#wrapper h4,
.right-side h4 {
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    line-height: 28px;
}


footer .ftr-title {
    line-height: 16px !important;
    color: #fff !important;
    padding-left: 10px;
    border-left: 3px solid #ffb635;
    font-size: 16px !important;
}

aside .subs-title {
    line-height: 16px !important;
    color: #213872 !important;
    padding-left: 10px;
    border-left: 3px solid #ffb635;
    font-size: 16px !important;
}

aside .subs-news-letter-wrapper {
    width: 100%;
    background: #304a69;
    padding: 15px 0;
}
    aside .subs-news-letter-wrapper #subs-input {
        background-color: transparent;
        border: 0;
        padding-left: 10px;
        width: 72%;
        color: #fff;
    }

aside .subs-news-letter-wrapper a {
    width: 20%;
    padding: 8px 0px;
    color: #213872;
    float: right;
    text-align: center;
    background: #ffb635;
    height: 100%;
    margin-right: 5px;
    margin-top: -8px;
    cursor: pointer;
}