@charset "utf-8";

@font-face {
    font-family: 'arial_narrowregular';
    src: url('/fonts/arialn-webfont.eot');
    src: local('☺'),
         url('/fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arialn-webfont.woff') format('woff'),
         url('/fonts/arialn-webfont.ttf') format('truetype'),
         url('/fonts/arialn-webfont.svg#arial_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * Default formatting
 */

html body {
    width: 100%;
    margin: 0px 0px;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: black;
    background: #FFFFFF;
    line-height: 19px;
}

.page {
    padding: 0px 10px;
    box-sizing: border-box;
}

.page-inner {
    margin: 0px auto;
    width: 100%;
    max-width: 980px;
    min-height: 140px;
}
@media(min-width: 980px) {
    .page-inner { overflow: hidden; }
}


h1, h2, h3, h4, h5, h6, h7, p {
    margin: 0px;
    padding: 5px 0px;
}
h1 {
    color: #0053A5;
    font-size: 30px;
    font-weight: normal;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    margin-bottom: 10px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    color: #0053A5;
    font-weight: normal;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}
h2 a {
    color: #999;
}
h2 a:hover {
    color: #666;
}
h3 {
    font-size: 14px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}

a {
    color: #0053A5;
    text-decoration: underline;
}

a:hover {
    color: #0053A5;
    text-decoration: underline;
}

img {
    border: 0px;
}

#col-left {
    max-width: 650px;
    float: left;
    padding-top: 10px;
    width: 100%;
}

#col-right {
    width: 311px;
    float: right;
    padding-top: 10px;
}

@media(max-width: 999px) {
    #col-left {
        max-width: 60%;
    }
    #col-right {
        padding-left: 10px;
        box-sizing: border-box;
    }
}
@media(min-width: 800px) and (max-width: 899px) {
    #col-left { max-width: 55%; }
}
@media(min-width: 700px) and (max-width: 799px) {
    #col-left { max-width: 50%; }
}
@media(max-width: 699px) {
    #col-left, #col-right { max-width: 100%; width: 100%; float: none; }
    #col-right { padding-left: 0; }
}

/* NAVIGATION */

#menu {
    background: url('/images/bg-nav.png') repeat-x top left;
    height: 40px;
    color: #FFFFFF;
    vertical-align: middle;
    position: relative;
}
#menu-inner {
    margin: 0px auto;
    max-width: 980px;
    position: relative;
    overflow: hidden;
}

#subnav {
    background: url('/images/bg-subnav.png') repeat-x top left;
    height: 50px;
    color: #555555;
    vertical-align: middle;
    margin-bottom: 10px;
}
#subnav a {
    color: #555555;
}
#subnav .country-box {
    width: 140px;
    float: right;
    margin-top: 8px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}
#subnav .country-box img {
    float: left;
}
#subnav .country-box ul {
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
    float: left;
}
#subnav .country-box ul li {
    list-style: none;
    padding-left: 7px;
    background: url('/images/arrow-blue.png') no-repeat center left;
}

#nav {
    overflow: hidden;
	list-style: none;
	padding-left: 0px;
    margin: 0px;
    float: left;
    max-width: 800px;
    height: 40px;
}

#nav li {
    float: left;
    font-size: 13px;
    height: 40px;
    position: relative;
}

#nav li:last-child {
    border: none;
}

#nav a:link, #nav a:visited {
    color:#FFFFFF;
    text-decoration:none;
    border-bottom: 0px;
    padding: 10px 18px;
    margin: 0px;
    border-right: 1px solid #666;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}

#nav li.active a, #nav li:hover a, #nav li:last-child a, #nav li a.no-border {
    border-right: 1px solid transparent;
}

#nav li.active, #nav li:hover {
    background: url('/images/active-bg-nav.png') repeat-x top left;
}


/* Mobile Nav */

.menu-toggle { display: none; }

@media(min-width: 501px) {
    #nav { display: block !important; }
}
@media(min-width: 701px) and (max-width:850px) {
    #nav li a, #nav a:link, #nav a:visited {
        padding: 10px;
        font-size: 12px;
    }
}
@media(min-width: 501px) and (max-width:700px) {
    #nav li a, #nav a:link, #nav a:visited {
        padding: 10px;
        padding-left: 10px !important;
        font-size: 12px;
    }
}
@media(max-width: 500px) {
    #header { padding-top: 60px; }
    #menu {
        position: fixed;
        width: 100%;
        top: 0;
        background: url('/images/bg-nav-mobile.png') repeat-x top left;
        height: 60px;
    }
        .menu-toggle {
            display: block;
            height: 60px;
            padding: 20px;
            display: block;
            text-transform: uppercase;
            font-size: 15px;
            box-sizing: border-box;
            border-bottom: 1px solid #868686;
            cursor: pointer;
            position: relative;
        }
            .menu-toggle:after {
                content: "";
                height: 20px;
                width: 20px;
                position: absolute;
                right: 20px;
                top: 20px;
                background: url('/images/menu-toggle.png') center center no-repeat;
                background-size: contain;
            }
            .menu-toggle.search-mode span {
                visibility: hidden;
            }

        #menu .search-form {
            position: absolute;
            top: 10px;
            left: 20px;
        }
            #menu .search-form input {
                width: 180px;
                border-radius: 5px;
            }

        #nav {
            height: auto;
            width: 100%;
            background: #111;
            display: none;
        }
            #nav li {
                float: none;
                width: 100%;
                display: block;
            }

}



    /* Flags */

    .country-flag {
        margin-right: 5px;
        width: 24px;
        height: 15px;
        display: inline-block;
    }
    .country-flag.Canada {
        background: url('/images/sprite.png') no-repeat 0 -2px;
    }
    .country-flag.Canada.off {
        background: url('/images/sprite.png') no-repeat 0 -19px;
    }
    .country-flag.Australia {
        background: url('/images/sprite.png') no-repeat -26px -2px;
    }
    .country-flag.Australia.off {
        background: url('/images/sprite.png') no-repeat -26px -19px;
    }
    .country-flag.USA {
        background: url('/images/sprite.png') no-repeat -52px -2px;
    }
    .country-flag.USA.off {
        background: url('/images/sprite.png') no-repeat -52px -19px;
    }
    .country-flag.New.Zealand {
        background: url('/images/sprite.png') no-repeat -78px -2px;
    }
    .country-flag.New.Zealand.off {
        background: url('/images/sprite.png') no-repeat -78px -19px;
    }
    .country-flag.Europe {
        background: url('/images/sprite.png') no-repeat -104px -2px;
    }
    .country-flag.Europe.off {
        background: url('/images/sprite.png') no-repeat -104px -19px;
    }
    .country-flag.UK {
        background: url('/images/sprite.png') no-repeat -190px -133px;
    }
    .country-flag.UK.off {
        background: url('/images/sprite.png') no-repeat -190px -150px;
    }
    .country-flag.All.Countries, .country-flag.International {
        background: url('/images/sprite.png') no-repeat -131px -2px;
    }


    #nav .country-flag {
        position: absolute;
        top: 12px;
        left: 10px;
        border: 1px solid #666;
        border-radius: 2px;
    }

    #nav li a:before {
        border: 1px solid #666666;
        border-radius: 2px 2px 2px 2px;
        content: "";
        display: inline-block;
        height: 15px;
        left: 10px;
        margin-right: 5px;
        position: absolute;
        top: 12px;
        width: 24px;
    }
    #nav #nav_node1 a:before {
        border: 0px;
        border-radius: 0px;
        content: "";
        display: inline;
        height: 0px;
        margin-right: 0px;
        position: static;
        width: 0px;
    }
    #nav #nav_node2 a:before {
        background: url('/images/sprite.png') no-repeat -52px -2px;
    }
    #nav #nav_node3 a:before {
        background: url('/images/sprite.png') no-repeat 0 -2px;
    }
    #nav #nav_node4 a:before {
        background: url('/images/sprite.png') no-repeat -26px -2px;
    }
    #nav #nav_node5 a:before {
        background: url('/images/sprite.png') no-repeat -78px -2px;
    }
    #nav #nav_node6 a:before {
        background: url('/images/sprite.png') no-repeat -104px -2px;
    }
    #nav #nav_node16 a:before {
        background: url('/images/sprite.png') no-repeat -190px -133px;
    }

    #nav #nav_node2 a, #nav #nav_node3 a, #nav #nav_node4 a, #nav #nav_node5 a, #nav #nav_node6 a, #nav #nav_node16 a {
        padding-left: 45px;
    }

    @media(min-width: 501px) and (max-width:700px) {
        #nav li a:before { display: none; }
    }




/* Social Icons */

.social-icons {
    width: 22px;
    height: 22px;
    padding: 0px;
    display: inline-block;
}
.social-icons.facebook {
    background: url('/images/sprite.png') no-repeat -147px -197px;
    background-position-y: -197px;
}
.social-icons.youtube {
    background: url('/images/sprite.png') no-repeat -147px -221px;
}
.social-icons.twitter {
    background: url('/images/sprite.png') no-repeat -147px -245px;
}
.social-icons.rss {
    background: url('/images/sprite.png') no-repeat -147px -269px;
}
.social-icons.linkedin {
    background: url('/images/sprite.png') no-repeat -147px -293px;
}
.social-icons.instagram {
    background: url('/images/sprite.png') no-repeat -190px -55px;
}
#bottom-nav .social-icons.linkedin {
    margin-right: 15px;
}

@media(max-width: 750px) {
    #top-links .social-icons { display: none; }
}

/* Search */

.search-button {
    background: url('/images/sprite.png') no-repeat -186px -19px;
    height: 26px;
    width: 29px;
    display: inline-block;
    font-size: 13px;
    padding-top: 3px;
    cursor: pointer;
    float: right;
    margin-top: 8px;
}
.search-form {
    float: right;
}
.search-form input {
    height: 25px;
    width: 125px;
    border: 0px;
    border-radius: 4px 0px 0px 4px;
    background: #FFF;
    padding: 0px 5px;
    font-size: 13px;
    margin-top: 8px;
    color: #999;
}
.search-icon { display: none; }
@media(min-width: 500px) {
    #menu .search-form { display: block !important; }
}
@media(min-width: 500px) and (max-width: 999px) {
    #menu .search-form {
        position: absolute;
        top: -50px;
        right: 39px;
    }
    #menu .search-button {
        position: absolute;
        top: -50px;
        right: 10px;
    }
    #menu-inner { overflow: visible; }
}
/*
@media(max-width: 999px) {
    #menu .search-form, #menu .search-button { display: none; }
    .search-icon {
        background: url('/images/search.png') center center no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: -5px;
        display: block;
    }
}
*/
@media(max-width: 499px) {
    #menu .search-form, #menu .search-button { display: none; }
    #menu-inner { position: relative; }
    .search-icon {
        background: url('/images/search.png') center center no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: -5px;
        display: block;
        position: absolute;
        top: 10px;
        right: 50px;
    }
}

#bottom-nav .search-fohtml rm {
    float: left;
    margin-left: 10px;
}
#bottom-nav .search-button {
    margin-top: 12px;
    margin-right: 10px;
}
#bottom-nav .search-form input {
    margin-top: 12px;
}



/* IE 7 FIX */
#menu { z-index: 5000; }
#nav ul { z-index: 4000; }
#nav ul li { z-index: 3000; }
#nav ul li ul { z-index: 2000; }
#nav ul li ul li { z-index: 1000; }
#nav ul li ul li a { z-index: 500; }
/*************/

#header {
    background: #0054A6 url('/images/bg-header.png') repeat-x bottom left;
    height: 140px;
}
/*@media(max-width: 500px) {
    #header { height: 170px; }
}*/

#page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    overflow: hidden;
}
#left {
    float: left;
    padding: 20px 10px;
    width: 610px;
}
#right {
    float: right;
    padding: 20px 10px;
    width: 270px;
    min-height: 273px;
}
#head {
    height: 23px;
}
#foot {
    clear: both;
    text-align: right;
    color: #999;
    padding-top: 10px;
    max-width: 980px;
    margin: 15px auto;
    border-top: 1px solid #DDD;
    font-size: 10px;
    overflow: hidden;
}
#foot #footleft {
    float: left;
}
#foot #footright {
    float: right;
}
#foot-links {
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
}
#foot-links ul li {
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #DDD;
}
#foot-links ul li:last-child {
    border-right: 0px;
}
#foot-links ul {
    margin: 0px;
    padding: 0px;
}
#foot-links ul li a {
    color: #333333;
    text-decoration: none;
}
#foot-links ul li a:hover {
    text-decoration: underline;
}
    @media(max-width: 1000px) {
        #foot {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    @media(max-width: 500px) {
        #footleft {
            float: none;
            text-align: center;
        }
    }

#bottom-nav {
    width: 100%;
    max-width: 980px;
    margin: 10px auto 20px auto;
    overflow: hidden;
    background: url('/images/bottom-nav-bg.png') repeat-x top left;
    height: 50px;
}
#bottom-nav ul {
    overflow: hidden;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    float: right;
}
#bottom-nav ul li {
    float: left;
    list-style: none;
    height: 24px;
    padding: 13px 0px;
}
#bottom-nav ul li a {
    color: #FFF;
    text-decoration: none;
}
#bottom-nav ul li a:hover {
    text-decoration: underline;
}
#bottom-nav ul li img {
    margin: 0px 5px 0px 15px;
    vertical-align: middle;
}

@media(max-width: 500px) {
    #bottom-nav .search-button, #bottom-nav .search-form {
        display: none;
    }
}

#news-ticker {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
    height: 19px;
    position: relative;
    overflow: hidden;
}
#news-ticker #ticker-inner {
    width: 10000px;
}
#news-ticker .news-tick {
    margin: 0px 5px;
    display: none;
    height: 19px;
    overflow: hidden;
    text-decoration: none;
    color: #555555;
}
#news-ticker .news-tick.active {
    display: inline;
}
#news-ticker .news-tick:hover {
    text-decoration: none;
    color: #999999;
}
#news-ticker .more {
    display: none;
    color: #0052A5;
    text-decoration: none;
}
#news-ticker .more:hover {
    text-decoration: underline;
}
#news-ticker .tick-title a {
    color: #0052A5;
    text-decoration: none;
}
#news-ticker .tick-title a:hover {
    text-decoration: underline;
}
#news-ticker #ticker-latest {
    float: left;
    margin-right: 5px;
    width: 55px;
    font-weight: bold;
}
#news-ticker #ticker-latest a {
    display: inline;
    text-decoration: none;
}
#news-ticker #ticker-latest img {
    width: 8px;
}
.scrollingtext {
    position: absolute;
    height: 19px;
    overflow: hidden;
    white-space:nowrap;
}
#topb {
    margin-bottom: 15px;
    position: absolute;
    right: 0px;
    top: 35px;
}
@media(max-width: 1000px) {
    #topb { display: none; }
}


#top-links {
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;

    position: relative;
    z-index: 100;
}

#top-links .icon-links {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
#top-links .icon-links.sphere {
    background: url('/images/sprite.png') no-repeat -190px -168px;
}
#top-links .icon-links.insider {
    background: url('/images/sprite.png') no-repeat -191px -100px;
}
#top-links .icon-links.advertise {
    background: url('/images/sprite.png') no-repeat 0 -36px;
}
#top-links .icon-links.forum {
    background: url('/images/sprite.png') no-repeat -16px -37px;
}
#top-links .icon-links.contact {
    background: url('/images/sprite.png') no-repeat -33px -37px;
}
#top-links .icon-links.video {
    background: url('/images/sprite.png') no-repeat -190px -118px;
}
#top-links a#contact {
    margin-right: 15px;
}
#top-links a.links {
    background-repeat: no-repeat;
    background-position-y: 2px;
    position: relative;
    top: -7px;
}
#top-links a {
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
}
#top-links a:hover {
    text-decoration: underline;
}
#top-links a.social-icons {
    margin-left: 5px;
    margin-top: 7px;
}
#bottom-nav a.social-icons {
    float: right;
    margin: 15px 8px 0px 0px;
}

@media(max-width: 999px) {
    #top-links {
        padding: 10px;
    }
    #top-links a.links {
        position: static;
        font-size: 10px;
        top: 0;
        padding: 2px 0;
    }
    #top-links #video { display: none; }
}
@media(min-width: 500px) and (max-width: 699px) {
    #top-links {
        text-align: right;
        max-width: 300px;
    }
    #top-links a.links#contact { margin-right: 0; }
}
@media(max-width: 499px) {
    #top-links a.links {
        display: block;
    }
}
@media(max-width: 999px) {
    #top-links a.social-icons { display: none; }
}

/*
 * Search Page
 */

#search-results form {
    font-weight: bold;
}

#search-results div {
    padding: 10px;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    margin: 10px 0px;
    background-color: #EEEEEE;
}

#search-results div span.keyword {
    font-style: italic;
}

#search-results ul li p {
    padding-left: 10px;
}

ul.search span.keyword {
    background-color: #FFFFAA;
}

.paginationControl {
    clear: both;
    background: #EFEFEF;
    padding: 20px 10px;
    margin-bottom: 20px;
    height: 20px;
    position: relative;
    font-size: 13px;
}
.paginationControl .paging-title {
    float: left;
    color: #0052A5;
    text-transform: uppercase;
}
.paginationControl .paging-details {
    float: left;

    position: absolute;
    left: 285px;
}
    @media(max-width: 999px) {
       .paginationControl .paging-details {
            position: static;
            padding-left: 20px;
       }
    }
    @media(max-width: 499px) {
       .paginationControl .paging-details {
            display: none;
       }
    }
.paginationControl .pages {
    float: right;
}
.paginationControl a {
    text-decoration: none;
}
.paginationControl a:hover {
    text-decoration: underline;
}
.paginationControl a.disabled {
    text-decoration: none;
    color: #000;
    cursor: default;
}
.paginationControl a.disabled:hover {
    text-decoration: none;
    color: #000;
    cursor: default;
}

/* Commercials */
.comm {
    margin-bottom: 21px;
}
.comm-large {
    text-align: center;
}
.comm-large > div > div {
    padding: 4px 9px;
    border: 1px solid #DDD;
}
.comm2 {
    overflow: hidden;
}
.comm2 .comm {
    float: left;
    margin: 0px;
}
.comm2 .comm:last-child {
    float: right;
}
.inline-comm {
    margin: 10px 0px;
    text-align: center;
}


@media(max-width: 999px) {
    .desktop-ad { display: none; }
    .mobile-ad { display: block; }

    .comm, .comm-block { text-align: center; }
}
@media(min-width: 1000px) {
    .desktop-ad { display: block; }
    .mobile-ad { display: none; }
}



/* Homepage Features */
#feature-block {
    padding: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
}
#feature-large {
    float: left;
    width: 412px;
    height: 330px;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#feature-large .video-icon {
	background:url('/images/video_overlay.png');
	width:34px;
	height:22px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
	background-repeat:no-repeat;
}
#feature-large .f-large {
    display: none;
    height: 330px;
    width: 412px;
}
@media(max-width: 999px) {
    #feature-large {
        width: 100%;
        height: 250px;
    }
    #feature-large .f-large {
        display: none;
        height: auto;
        width: 100%;
    }
}
#feature-large .f-large.active {
    display: block;
}
#feature-large .f-large img, #feature-large .f-large iframe {
    display: block;
    margin: 0px auto;
}
.f-large img.video-icon {
	position: absolute;
	top: 154px;
	left: 190px;
}
#feature-large .feature-caption {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    background: url('/images/bg-feature.png') repeat top left;
    color: #FFF;
    font-size: 13px;
    width: 392px;
    height: 30px;
    overflow: hidden;
}
#feature-large .feature-caption p {
    height: 32px;
    overflow: hidden;
}
#feature-large .feature-caption h2 a {
    color: #FFF;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
}
#feature-large .feature-caption h2 a:hover {
    text-decoration: underline;
}

@media(max-width: 999px) {
    #feature-large .feature-caption {
        width: 100%;
        height: auto;
        min-height: 40px;
        box-sizing: border-box;
    }
}

@media(max-width: 499px) {
    #feature-large .f-large img, #feature-large .f-large iframe {
        width: 100%;
    }
}

#feature-large #feature-links {
    position: absolute;
    top: 10px;
    right: 10px;
}
#feature-large #feature-links .link {
    padding: 1px 0px;
    background: url('/images/sprite.png') no-repeat -171px -282px;
    width: 20px;
    height: 18px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
#feature-large #feature-links .link.active, #feature-large #feature-links .link:hover {
    background: url('/images/sprite.png') no-repeat -171px -260px;
}
.feature-large-button {
    position: absolute;
    top: 120px;
    width: 28px;
    height: 30px;
    opacity: 0.85;
    cursor: pointer;
}
.feature-large-button:hover {
    opacity: 1;
}
#feature-large-left {
    left: 10px;
    background: url('/images/circle-arrow-back.png') no-repeat top left;
}
#feature-large-right {
    right: 10px;
    background: url('/images/circle-arrow-forward.png') no-repeat top left;
}
#feature-small {
    float: right;
    width: 200px;
    padding: 0px 5px;
}
.feature-list-item {
    height: 100px;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0px;
    overflow: hidden;
}
.feature-list-item.last {
    border-bottom: none;
}

@media(max-width: 999px) {
    #feature-small {
        float: none;
        width: 100%;
        padding: 0px 5px;
    }
    .feature-list-item {
        height: auto;
        border-bottom: 0;
        padding: 5px;
        overflow: hidden;
        width: 33%;
        float: left;
        box-sizing: border-box;
    }
}
@media(max-width: 499px) {
    .feature-list-item {
        width: 100%;
        float: none;
        box-sizing: border-box;
        border-bottom: 1px solid #DDDDDD;
        padding: 10px 0 5px 0;
    }
    .feature-list-item.last { padding-bottom: 0; }
}

.feature-list-item .item-title a,
.additional-article .item-title a {
    font-size: 18px;
    color: #0052A5;
    text-decoration: none;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}
.feature-list-item .item-title a:hover,
.additional-article .item-title a:hover {
    text-decoration: underline;
}
.feature-list-item .item-snippet,
.additional-article .item-snippet {
    font-size: 13px;
    color: #555555;
}
.additional-articles-block {
    border: 1px solid #DDD;
    padding: 10px;
}
.additional-article {
    margin: 10px 0;
    border-bottom: 1px solid #DDD;
}
.additional-article .item-snippet {
    padding: 5px 0;
}
.additional-articles-block .load-additional-articles {
    display: block;
    width: 120px;
    margin: 10px auto 0;
    padding: 10px;
    background: #0052A5;
    color: #FFF;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.additional-articles-block .load-additional-articles:hover {
    background: #0060C3;
}
.additional-articles-block .load-additional-articles.loading {
    background: #CCC;
}
.feature2-block {
    overflow: hidden;
    padding-top: 20px;
}
.feature2 {
    float: left;
    width: 145px;
    overflow: hidden;
    margin-right: 23px;
    margin-bottom: 10px;
    height: 341px;
    overflow: hidden;
}
#tagResults .feature2, #searchResults .feature2 {
    height: 246px;
}
.feature2.last {
    margin-right: 0px;
}
.feature2-title {
    float: left;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    width: 145px;
}
.feature2-title a {
    color: #0053A5;
    text-decoration: none;
}
.feature2-title a:hover {
    text-decoration: underline;
}
.feature2-snippet {
    float: left;
    color: #555555;
}
.feature2-image {
    height: 116px;
    background-repeat: no-repeat;
    overflow: hidden;
	position: relative;
    border: 1px solid #DDD;
}
.feature2-image a {
    display: block;
    text-align: center;
}
.feature2-image img.feature2-thumb {
    margin: 0px auto;
}
.feature2-image img.video-icon {
	position: absolute;
	top: 48px;
	left: 63px;
}
@media(max-width: 999px) {
    .feature2 {
        width: 25%;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
        height: auto;
        box-sizing: border-box;
    }
}
@media(min-width: 800px) and (max-width: 999px) {
    .feature2:first-child { padding-left: 0; }
    .feature2:last-child { padding-right: 0; }
}
@media(max-width: 799px) {
    .feature2 {
        width: 50%;
        float: left;
    }
    .feature2:nth-child(odd) {
        clear: left;
        padding-left: 0;
    }
    .feature2:nth-child(even) {
        padding-right: 0;
    }
    .feature2-title { float: none; width: auto; }
    .feature2-snipped { float: none; }
}

@media(max-width: 399px) {
    .feature2 {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}


.tab {
    float: left;
    width: 119px;
    padding: 10px 5px;
    height: 20px;
    background: url('/images/bg-greytab.png') repeat-x top left;
    margin-right: 1px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}
.tab.last {
    margin: 0px;
    width: 120px;
}
.tab.active {
    background: #FFF;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    width: 117px;
    height: 19px;
    color: #003782;
}
.tab.active.last {
    width: 118px;
}
.news-block {
    margin-bottom: 20px;
}
.news-block .tab {
    width: 92px;
    text-align: center;
}
.news-block .tab.last {
    width: 93px;
}
.news-block .tab-content {
    padding: 7px;
}
.news-block .tab-content .country-selector {
    font-size: 11px;
    color: #003480;
}
.news-block .tab-content .country-selector a {
    color: #003480;
    height: 19px;
    display: inline-block;
}
.news-block .tab-content .country-selector span.country-flag {
    float: right;
    margin: 0px 0px 0px 6px;
    opacity: 0.4;
    cursor: pointer;
}
.news-block .tab-content .country-selector span.country-flag.active {
    opacity: 1;
}
.news-block .tab-content .tab-content-footer a.country-nav.disabled {
    color: #999999;
    text-decoration: none;
    cursor: default;
}
.news-block .news-chunk {
    padding: 4px 0px;
    border-top: 1px solid #DDD;
}
.news-block .news-chunk .news-chunk-date {
    color: #999999;
    margin-bottom: 3px;
    font-size: 11px;
}
.news-block .news-chunk .news-chunk-snippet a {
    text-decoration: none;
    color: #0053A5;
    font-size: 13px;
}
.news-block .news-chunk .news-chunk-snippet a:hover {
    text-decoration: underline;
}
.news-block .news-chunk h3 {
    font-size: 15px;
    text-transform: uppercase;
}
.news-block .news-chunk:last-child {
    border-bottom: 1px solid #DDD;
}
#hosted-website-updates .news-block .news-chunk:first-child {
    border: 0px;
}
.news-block .tab-content .country {
    display: none;
}
.news-block .tab-content .country.active {
    display: block;
}
.news-block .tab-content .tab-content-footer {
    padding-top: 10px;
    text-align: right;
    font-size: 11px;
}
.news-block .tab-content .tab-content-footer span {
    margin-left: 10px;
}
.news-block .tab-content .tab-content-footer span:first-child {
	margin:0;
}
.news-block .tab-content .tab-content-footer .button-video {
	margin:0;
}
.news-block .tab-content .tab-content-footer a {
    color: #00337F;
}

@media(max-width: 999px) {
    .news-block .tab {
        width: 33%;
        margin-right: 0;
        height: 39px;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }
    .news-block .tab.last { width: 34%; }

}
@media(min-width: 700px) and (max-width: 799px){
    .news-block .tab {
        padding: 10px 3px;
        font-size: 11px;
    }
    .news-block .country-selector { float: right; }
}


.tab img {
    vertical-align: bottom;
    margin-right: 7px;
}
.tab-block, .tabs-buttons, .tabs-content {
    overflow: hidden;
}
.tab-block .tab-content-snippet {
    max-height: 60px;
}
.tabs-content {
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.tab-content {
    display: none;
}
.tab-content img.loader {
    padding: 10px;
}
.tab-content.active {
    display: block;
}
.tab-content-article {
    float: left;
    width: 145px;
    padding: 0px 7px 10px 7px;
    border-right: 1px solid #DDD;
    margin: 10px 0px;
}
.tab-content-article.last {
    border-right: none;
    width: 144px;
}
.tab-content-article .tab-content-title a {
    color: #0053A5;
    text-decoration: none;
    font-size: 15px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
}
.tab-content-article .tab-content-title a:hover {
    text-decoration: underline;
}
.nation-tabs {
    margin: 20px 0px 10px 0px;
}

@media(max-width: 999px) {
    .nation-tabs { display: none; }
}

#home-country-block {
    width: 610px;
    height: 64px;
    padding: 3px 20px;
    padding-top: 33px;
    margin-bottom: 20px;
}
#home-country-block.country-2 {
    background: url('/images/home-banner-usa.png') no-repeat top left;
}
#home-country-block.country-100 {
    background: url('/images/home-banner-canada.png') no-repeat top left;
}
#home-country-block.country-181 {
    background: url('/images/home-banner-aus.png') no-repeat top left;
}
#home-country-block.country-212 {
    background: url('/images/home-banner-nz.png') no-repeat top left;
}
#home-country-block.country-236 {
    background: url('/images/home-banner-eur.png') no-repeat top left;
}
#home-country-block.country-1233 {
    background: url('/images/home-banner-eur.png') no-repeat top left;
}
#home-country-block h1 {
    font-size: 30px;
    color: #FFF;
    padding-bottom: 0px;
}
#home-country-block .home-country {
    font-family: 'arial_narrowregular';
    color: #999;
    float: left;
    padding: 0px;
}
.home-country a {
    color: #FFF;
}
@media(max-width: 1000px) {
    #home-country-block {
        width: 100%;
        box-sizing: border-box;
        height: 100px;
    }
}


.button-video-outer {
	display:table;
	vertical-align: middle;
	float:left;
}
.news-block .tab-content .tab-content-footer .button-video-outer .button-video {
	display:table-cell;
	padding-right:8px;
}
.button-video {
    height: 16px;
    width: 16px;
    display: inline-block;
    background:url('/images/video_flag.png') center center no-repeat;
}
.news-chunk-snippet {
	display:table;
}
.news-chunk-snippet .button-video {
	display:table-cell;
	padding-left:7px;
}
.video-overlay {
	position:absolute;
	top:10px;
	left:10px;
	width:34px;
	height:22px;
	background: url('/images/video_overlay.png') no-repeat;
	z-index:100;
}

.logo-link { display: inline-block; }
.logo {
    width: 187px;
    height: 140px;
    background: url('/images/sprite.png') no-repeat 0 -55px;
    display: inline-block;
}

@media(max-width: 1000px) {
    .logo-link {
        position: absolute;
        top: 0;
    }
}
/*@media(max-width: 500px) {
    .logo-link {
        width: 100%;
        top: 30px;
        text-align: center;
    }
}*/

/* Article */
#article {
}
#article-content {
    float: left;
    width: 228px;
}
#article-gallery {
    float: right;
    width: 400px;
    margin: 0px 0px 10px 10px;
}
    #article-gallery img { max-width: 100%; }

    @media(max-width: 499px) {
        #article-gallery {
            width: 100%;
            float: none;
            margin-left: 0;
        }
    }
#article-media {
    height: 322px;
    overflow: hidden;
}
#article-media img, #article-media iframe {
    margin: 0px auto;
    display: none;
}
#article-media img.active, #article-media iframe.active {
    display: block;
}
#article-captions {
    max-width: 400px;
}
@media(max-width: 499px) {
    #article-media {
        height: auto;
    }
    #article-captions .article-caption.active { top: 0; }
}
#article-captions .article-caption {
    display: none;
    position: relative;
    margin: auto;
}
#article-captions .article-caption.active {
    display: block;
}
#article-captions .article-caption .caption-desc {
    color: #333333;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
    overflow: hidden;
}
#article-captions .article-caption .caption-title {
    font-size: 11px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    font-style: italic;
    padding-right: 4px;
    height: 18px;
    overflow: hidden;
}
#article-thumbs {
    overflow: hidden;
    border: 1px solid #DDD;
}
#article-thumb-images {
    height: 115px;
    overflow: hidden;
}
#article-thumb-images #thumbs-inner {
    width: 10000px;
    position: relative;
    left: 0px;
}
#article-thumb-images a {
    position: relative;
    display: block;
    overflow: hidden;
}
#article-thumb-images img.thumb {
    height: 95px;
    max-width: 120px;
}
#article-thumb-images img.video-icon {
    position: absolute;
    top: 37px;
    left: 47px;
}
.thumb-inner {
    float: left;
    width: 120px;
    text-align: center;
    padding: 10px;
}
.thumb-inner.middle {
    padding: 10px 0px;
}

@media(max-width: 500px) {
    #article-thumbs {
        max-width: 100%;
    }
    #article-thumb-images #thumbs-inner { max-width: 100%; }
    .thumb-inner {
        max-width: 33%;
        box-sizing: border-box;
    }
    #article-thumb-images { height: auto; }
    #article-thumb-images img.thumb { max-width: 100%; height: auto; }
}

#article-paging {
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}
#article-paging div {
    float: left;
    width: 126px;
}
#article-next {
    text-align: right;
}
#article-pages {
    text-align: center;
}
#article-header {
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}
#article-header.bottom {
    border-top: 1px solid #ddd;
}
#article-header #article-date {
    color: #999999;
    font-size: 11px;
    float: left;
}
#article-header #article-links {
    float: right;
}
#article-header #article-links a {
    text-decoration: none;
    padding: 0px 8px 0px 4px;
}
#article-header #article-links a:hover {
    text-decoration: underline;
}
.share-links {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.share-links.comment {
    background: url('/images/sprite.png') no-repeat -140px -37px;
}
.share-links.tweet {
    background: url('/images/sprite.png') no-repeat -158px -37px;
}
.share-links.facebook {
    background: url('/images/sprite.png') no-repeat -194px -2px;
}
.share-links.email {
    background: url('/images/sprite.png') no-repeat -122px -37px;
}
.share-links.print {
    background: url('/images/sprite.png') no-repeat -86px -37px;
}
#article-top {
    background: url('/images/article-top.jpg') repeat-x top left;
    height: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
}
#article-top #internal-link {
    float: left;
}
#article-top span {
    position: relative;
    top: 1px;
}
#article-top #internal-link a {
    position: relative;
    top: -2px;
}
#article-top #internal-link a.home-link {
    position: relative;
    top: 0px;
}
#article-top a {
    text-decoration: none;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    color: #FFF;
}
#article-top a:hover {
    text-decoration: underline;
    color: #FFF;
}
#article-top .country-flag {
    border: 1px solid #666;
    border-radius: 2px;
}
#external-links {
    float: right;
    padding-top: 1px;
    position: relative;
}
span.external-link {
     background: url('/images/sprite.png') no-repeat -106px -37px;
     height: 14px;
     width: 14px;
     display: inline-block;
     margin: 0px 7px;
}
#external-links a {
    text-decoration: none;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    color: #FFF;
}
#external-links a:hover {
    text-decoration: underline;
    color: #FFF;
}

#external-links a.tracklogo {
    display: inline-block;
    position: absolute;
    top: -65px;
    right: 0px;
}
#external-links a.tracklogo img {
    height: 60px;
}





span.stallion {
    background-color: #EAEAEA;
    cursor: pointer;
}
div.tag-link-info, div.tag-link-info h2, #stallion-info, #stallion-info h2 {
    font-size: 0.9em;
}
div.tag-link-info h2, #stallion-info h2 {
    background: url('/images/tooltip-header.png') repeat-x top left;
    min-height: 19px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-family: 'arial_narrowregular';
    font-weight: normal;
    margin-bottom: 5px;
}
div.tag-link-info, #stallion-info {
    border: 1px solid #FFF;
    padding: 2px 2px 5px 2px;
    width: 250px;
    position: absolute;
    z-index: 1000;
    background: #DEDEDE url('/images/tooltip-bg.png') repeat-x top left;
    display: none;
}
div.tag-link-info > div, #stallion-info > a, #stallion-info > p {
    padding: 5px 10px;
}
div.tag-link-info a, #stallion-info a {
    color: #0052A5;
    text-decoration: none;
}
div.tag-link-info a:hover {
    text-decoration: underline;
}
#next-article {
    margin: 10px 0px;
}

audio {
    width: 500px;
    height: 45px;
    margin-top: 5px;
}
.audio-title {
    font-weight: bold;
}
#article-audio {
    overflow: hidden;
}
.highlight {
    background: #F7F760;
}
#slidebox{
    z-index: 10000;
    width:400px;
    max-width: 100%;
    background-color:#fff;
    position:fixed;
    bottom:0px;
    right:-430px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    min-height: 96px;
}
#slidebox h2 {
    padding-bottom: 0px;
}
#slidebox h2 a {
    color: #0053A5;
    text-decoration: none;
}
#slidebox h2 a:hover {
    text-decoration: underline;
}
#slidebox a.close {
    float: right;
    text-decoration: none;
    cursor: pointer;
    margin: 4px 4px 0px 0px;
}
#slidebox a.openlink {
    display: none;
    cursor: pointer;
}
#slidebox.small {
    width: auto;
}
#slidebox.small a.openlink {
    display: block;
    padding: 10px 5px;
}
#slidebox.small a.close, #slidebox.small .box-header, #slidebox.small .box-inner {
    display: none;
}
#slidebox .box-inner {
    padding: 3px 10px;
}
#slidebox .box-header {
    color: #FFF;
    font-weight: bold;
    background: #0054A6;
    padding: 0px 10px;
}


/* Search */
#pageHeader {
    background: url('/images/search-header.jpg') no-repeat top left;
    max-width: 650px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
}
    @media(max-width:999px) {
        #pageHeader {
            height: auto;
            margin-bottom: 0px;
        }
    }

#pageHeader h1 {
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    color: #333;
    font-size: 30px;
    padding: 40px 20px;
    text-transform: uppercase;
}
    @media(max-width: 999px) {
        #pageHeader h1 {
            padding: 20px;
        }
    }
#pageHeader a.advanced {
    position: absolute;
    bottom: 0px;
    left: 20px;
    display: block;
    cursor: pointer;
    color: #0052A5;
    text-decoration: none;
    font-size: 10px;
    color: #333333;
}
#pageHeader a.advanced:hover {
    text-decoration: underline;
    color: #0052A5;
}
#pageHeader #crumbs {
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 20px;
}
#pageHeader #crumbs a {
    color: #333333;
    text-decoration: none;
}
#pageHeader #crumbs a:hover {
    text-decoration: underline;
    color: #0052A5;
}
#advanced-search {
    display: none;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
#advanced-search.active {
    display: block;
}
#advanced-search dt {
    float: left;
    clear: left;
    width: 130px;
    text-align: right;
    font-size: 15px;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    padding-top: 5px;
}
#advanced-search dd {
    float: left;
    width: 460px;
    margin: 0px 0px 0px 20px;
}
#advanced-search dd input {
    background: none;
    border: 1px solid #DDDDDD;
    margin-bottom: 2px;
    padding: 2px 4px;
}
#advanced-search input[type="submit"] {
    background: url('/images/active-bg-nav.png') repeat-x top left;
    color: #FFFFFF;
    height: 40px;
    border: 0px;
    padding: 0px 15px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    cursor: pointer;
}
#advanced-search input[type="radio"] {
    margin-top: 8px;
}
#advanced-search img {
    vertical-align: middle;
}
#sections {
    padding: 10px;
    background: #DDDDDD;
    margin-bottom: 10px;
}
#sections a {
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'arial_narrowregular', Helvetica, sans-serif;
    font-size: 15px;
}
#sections a:hover, #sections a.selected {
    text-decoration: underline;
    color: #0052A5;
}

span.tag-link {
    background-color: #EAEAEA;
    cursor: pointer;
}
div.tag-link-info {
    background: #F3F3F3;
    border: 1px solid #D3D3D3;
    padding: 2px 10px;
    width: 250px;
    position: absolute;
    z-index: 1000;
}
#article-read-more {
    margin-bottom: 10px;
}
#article-read-more ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#article-read-more ul li {
    list-style: none;
    float: left;
}
#article-read-more ul li a {
    display: block;
    padding: 0px 10px;
}
.fb-comments-count, .fb_comments_count {
    display: inline;
}

object[data*="hbe.swf?id="] {
    display: none;
}

/* Article Comments (Facebook Iframe) */
#comment-box {
    width: 100% !important;
}
    .fb_iframe_widget span { max-width: 100% !important; width: 100% !important; }
    iframe { max-width: 100% !important; }

/* Overlay */
.overlay-full {
    background-image: url('../images/overlay/overlayad_01.gif');
    background-repeat: no-repeat;
    background-size: 100%;
}

.overlay-01 {
    background-image: url('../images/overlay/overlayad_01.gif');
    background-repeat: no-repeat;
}

.overlay-02 {
    background-image: url('../images/overlay/overlayad_02.gif');
    background-repeat: no-repeat;
}

.overlay-04 {
    background-image: url('../images/overlay/overlayad_04.gif');
    background-repeat: no-repeat;
}

.overlay-05 {
    background-image: url('../images/overlay/overlayad_05.gif');
    background-repeat: no-repeat;
}

.overlay-06 {
    background-image: url('../images/overlay/overlayad_06.gif');
    background-repeat: no-repeat;
}

#datt-overlay-container {
    background-color: rgba(10, 10, 10, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: auto;
    right: auto;
    z-index: 6000;
    display: none;
}

    @media all and (max-width: 802px) {

        #datt-overlay-container {
            width: 100%;
        }

    }

    #datt-overlay {
        margin: 0px auto;
        margin-top: 70px;
        display: inline-block;
        width: 800px;
        position: relative;
    }

        @media all and (max-width: 802px) {

            #datt-overlay-container #datt-overlay {
                width: 100%;
                height: auto;
            }

                #datt-overlay-container #datt-overlay img {
                    max-width: 100%;
                    height: auto;
                }

        }

    #close-overlay {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        background-color: transparent;
    }

    #datt-link {
        width: 160px;
        height: 50px;
        border-radius: 10px;
        position: relative;
        bottom: 60px;
        margin: 0px auto;
        display: inline-block;
        cursor: pointer;
    }
