/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

html {
    height: 100%;
    min-height: 100%
}

body {
    color: #5a5a5a;
    height: 100%;
    min-height: 100%;
    background-color: #eee;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .04rem;
}

a:hover {
    text-decoration: none;
}

a.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: "";
}


/* GLOBAL */

img,
picture,
video {
    width: 100%;
    height: auto;
}

img.img-cover,
picture.img-cover,
video.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

img.img-contain,
picture.img-contain,
video.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    position: absolute;
}

.btn {
    border-radius: 0;
}

a.btn,
btn:hover,
button,
button:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-primary {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #FF0A1F;
    border-color: #FF0A1F;
}

.btn-red {
    color: #FFF;
    background-color: #FF0A1F;
    border-color: #FF0A1F;
}

.btn-red:hover {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

.sectionTitle {
    font-size: 2.5em;
    border-bottom: 5px solid #FF0A1F;
    margin: 0 0 25px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #000;
}

#fb-root {
    display: none;
}

.modal-dialog {
    z-index: 1041;
}

.modal-content {
    border-radius: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* IMG COVER */

img,
picture,
video {
    width: 100%;
    height: auto;
}

img.img-cover,
picture.img-cover,
video.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

img.img-contain,
picture.img-contain,
video.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/* IMG PRIVACY STYLES */

.ot-btn-anchor {
    text-decoration: none;
}

.ot-dont-sell-button-light {
    background: #AFDFE4;
    ;
    border: 1px solid #aaa;
}

.ot-dont-sell-button-light {
    margin-left: 44px;
}

.ot-dont-sell-button {
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ot-dont-sell-button img {
    margin-right: 0px;
    vertical-align: middle;
}

.ot-dont-sell-button .ot-text-container {
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
    margin-left: 2px;
    color: #2957a7;
    font-size: 13px;
    font-weight: bold;
}

.ot-dont-sell-button .ot-subtext {
    float: right;
    margin-top: 0px;
    color: #2957A7;
    font-weight: normal
}

.ot-dont-sell-button .ot-powered-by-text {
    color: #3c474c;
    font-size: 7px;
    font-family: 'Open Sans';
    vertical-align: middle;
}





/* EU COOKIE 

.cookiealert {
    margin: 0;
    background-color: #ff0921;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    padding: 7px;
    font-size: 11px;
    line-height: 12px;
    border-radius: 0
}

.cookiealert span.cookieMsgWrapper {
    text-align: left;
    display: inline-block;
    width: 70%;
    float: left
}

@media (min-width: 768px) {
    .cookiealert span.cookieMsgWrapper {
        width: auto;
        display: contents
    }
}

.cookiealert span.acceptButtonWrapper {
    width: 25%;
    display: inline-block;
    text-align: right
}

@media (min-width: 768px) {
    .cookiealert span.acceptButtonWrapper {
        width: auto;
        display: contents
    }
}

.cookiealert a {
    color: #ffffff;
    text-decoration: underline !important
}

.cookiealert a.btn-white {
    margin: 0 15px;
    padding: 3px 10px;
    text-decoration: none !important;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.cookiealert a.btn-white:hover {
    background-color: #fff;
    color: #ff0921;
}

*/

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/* GLOBAL - ZOOM */

.img-zoom-out img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.image-pos img {
    margin: -100px 0px 0px -100px;
}

.image-hover img {
    display: block;
}

.image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #000;
}

.leftCol {
    width: 780px;
    float: left;
}

.leftCol.fullWidth,
.rightCol.fullWidth {
    width: 100% !important;
    float: none;
}

.rightCol {
    width: 340px;
    float: right;
}

.rightCol .facebookBox {
    width: 100%;
    padding: 10px;
    background-color: #fff;
}


/* HEADER */

header {
    background-color: #000;
    position: relative;
    background-image: url('https://d1szehk1wt93uf.cloudfront.net/40yrBackgroundTex.jpg?mtime=20190827043425');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    align-content: center;
}

header .logo a img,
header .logo a object {
    width: 100%;
    height: auto;
}

header .logo a.svg {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 105px;
    margin: 10px 0;
}

header .logo a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



header .logoRight {
    position: absolute;
    bottom: -50px;
    width: 350px;
    display: block;
    z-index: 2000;
    right: 0;
}

header .logoRight img {
    width: 100%;
    height: auto;
}


.headerMessage {
    width: 50%;
    height: 100%;
    position: relative;
    display: block;
    height: 130px;
}

.headerMessage.pull-left a {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff091f;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}


.headerMessage {
    width: 50%;
}

.headerMessage.pull-left a {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff091f;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
}

.headerMessage.pull-left a:hover {}

.headerMessage a .headerMessageLink {
    color: #ff091f;
    font-style: italic;
    font-size: .8em;
}

.headerMessage a:hover .headerMessageLink {
    color: #fff;
    font-style: italic;
    font-size: .8em;
}

.headerMessage a .headerMessageDate {
    font-size: .7em;
    color: #ff091f;
}

#headerMessageMobile {
    background-color: #282828;
}

#headerMessageMobile .headerMessage.pull-left a {
    margin: 10px 10px 10px 0;
}

#headerMessageMobile .headerMessage a .headerMessageDate {
    font-size: .6em;
}

#headerMessageMobile .headerMessage.pull-left a {
    font-size: 1em;
}


/* FOOTER */

#footer {
    background-color: #fff;
    padding: 60px 0 0;
    margin: 0;
}

#footer .credits {
    padding: 10px 0;
    background-color: #000;
    color: #666;
    text-align: center;
    font-size: 10px;
    margin: 40px 0 0 0;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

#footer .credits a {
    color: #666;
    text-transform: uppercase!important;
}

#footer .credits a:hover {
    color: #fff;
    text-transform: uppercase !important;
}

#footer .credits span {
    margin: 0 15px;
    text-transform: uppercase;
}

#footer .sponsors .h4 {
    margin: 0 0 45px 0;
}

#footer .sponsors .logoRow {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

#footer .sponsors .logoRow a.logoItem {
    margin: 0 25px;
    width:130px;
    display: inline-block;
    position: relative;
}

#footer .sponsors .logoRow a img {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}

#footer .sponsors .row1 a.logoItem {
    width:130px;
    margin: 0 30px 20px;
    display: inline-block;
}

#footer .sponsors .row2 a.logoItem {
    width:110px;
    margin: 0 20px 20px;
    display: inline-block;
}

#footer .sponsors .row3 a.logoItem {
    width:90px;
    margin: 0 30px 20px;
    display: inline-block;
}

#footer .sponsors .row4 a.logoItem {
    width:80px;
    margin: 0 30px 20px;
    display: inline-block;
}

#footer .sponsors .row4 {
    margin-bottom: 0;
}

#footer .sponsors .row5 a.logoItem {
    width:70px;
    margin: 0 30px 20px;
    display: inline-block;
}

#footer .sponsors .row5 {
    margin-bottom: 0;
}

.footerAdBanner {
    padding: 20px 0;
    text-align: center;
    background-color: #FF0A1F;
}

.footerAdBanner .footerBanner728_90 {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
}


/* NAVIGATION */

#mainNav #navbar {
    position: relative;
}

#mainNav .navbar-wrapper {
    margin-top: 0;
}

#mainNav .navbar-inverse {
    background-color: #000;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #333333;
}

#mainNav .navbar-wrapper .navbar {
    border-radius: 0px;
}

#mainNav .navbar-inverse .navbar-brand {
    color: #FFF;
}

#mainNav .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 15px 8px;
}

#mainNav .navbar-inverse .navbar-nav > li > a:hover,
#mainNav .navbar-inverse .navbar-nav > li > a:focus {
    color: #FF0A1F;
    background-color: #000;
}

#mainNav .navbar {
    margin-bottom: 0;
}

#mainNav .dropdown-menu {
    right: auto;
    left: -1px;
    background-color: #000;
    border-top: 0;
}

#mainNav .dropdown-menu > .active > a,
#mainNav .dropdown-menu > .active > a:hover,
#mainNav .dropdown-menu > .active > a:focus {
    background-color: #333;
}

#mainNav .dropdown-menu > li > a {
    color: #fff;
}

#mainNav .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #444;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .nav > li:hover {
    color: #fff;
    background-color: #000;
}

#mainNav .logoRight {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: auto;
    top: -89px;
    height: 139px;
    overflow: hidden;
    width: 305px;
}



#mainNav .navbar-brand img {
    max-height: 25px;
    float: left;
    margin-right: 12px;
    width:auto;
}

#mainNav .navbar-brand .dates {
    font-size: 12px;
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: -2px;
}

#mainNav .social-buttons li {
    display: inline-block;
}

#mainNav .social-buttons {
    margin-right: 0px;
}

#mainNav .social-buttons li a {
    width:22px;
    height:22px;
    margin-left: 5px;
    margin-top:8px;
}

#mainNav .social-buttons li a:hover {
    scale: 1.1;
}

@media (min-width:480px) {
    #mainNav .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/**** BLUE BAR ****/

#twitterBar {
    background-color: #FF0A1F;
    color: #fff;
    /* box-shadow: inset 0px 2px 3px #000; */
}

#countdownBar {
    background-color: #FF0A1F;
    color: #fff;
    text-align:center;
    padding:4px 5px;
    font-size:16px;
    /* box-shadow: inset 0px 2px 3px #000; */
    font-weight: bold;
}

#twitterBar .twitter .twitterBird {
    background: transparent url('https://d1szehk1wt93uf.cloudfront.net/_assets/img/bgTwitterArrow.png') no-repeat left center;
    width: 33px;
    height: 35px;
    display: block;
    float: left;
}

#twitterBar .twitter .twitterFeed {
    width: 880px;
    display: inline-block;
    overflow: hidden;
    background-color: #000;
    margin: 6px 15px 5px 0;
    float: left;
    border-radius: 2px;
    max-height: 25px;
}

#twitterBar .twitter .twitterFeed p {
    font-size: 11px;
    line-height: 11px;
    color: #B4B4B4;
    float: left;
    padding: 5px 25px;
    letter-spacing: 1px;
    margin: 0;
}

#twitterBar .twitter .twitterFeed p a {
    color: #fff;
    text-decoration: none;
}

#twitterBar .twitter .twitterFeed a:hover {
    color: #FFCB0E;
}

#twitterBar .twitter .twitterFeed img {
    height: 15px;
    width: auto;
    margin: 0 5px;
}

#twitterBar .socialLinks .hashTag {
    float: right;
}

#twitterBar .socialLinks .hashTag a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 34px;
}

#twitterBar .socialLinks .hashTag a:hover {
    color: #000;
    text-decoration: none;
}

#twitterBar .socialLinks .socialIcons {
    display: block;
    float: right;
    margin-left: 15px;
}

#twitterBar .socialLinks .socialIcons a {
    color: #D2D3D7;
    font-size: 12px;
    padding: 5px 3px;
    display: block;
    float: left;
}

#twitterBar .socialLinks .socialIcons a:hover {
    color: #FFCB0E;
}


/* FEATURE LINKS */

#featureLinks {
    margin: -100px 0 30px;
    padding: 0;
}

#featureLinks .row .col-sm-3,
#featureLinks .col-sm-4 {
    padding: 0px !important;
    position: relative;
}

#featureLinks .featureLink {
    margin-top: -100px;
}

#featureLinks .featureLink a {
    background-color: #000;
    display: block;
}

#featureLinks .featureLink a .featureImage img {
    width: 100%;
    height: auto;
}

#featureLinks .featureLink a .featureTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

#featureLinks .featureLink a .featureTitle span {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}

#featureLinks .featureLinksContainer {
    display: block;
    padding: 0px;
}

#featureLinks .featureThumb {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: none;
    opacity: 1;
}

#featureLinks .featureThumb a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks .featureThumb img {
    width: 100%;
    height: auto;
    opacity: 1;
}

#featureLinks .featureThumb a .date {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin-top: 9px;
}

#featureLinks .featureThumb a .initialLayer {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-left: none;
    padding: 10px;
    background: rgba(0, 0, 0, 0) url('https://d1szehk1wt93uf.cloudfront.net/_assets/img/statusHoverGradient.png') no-repeat left top;
    width: 100%;
    height: 100%;
    background-position: -200px 0;
    border: 5px solid #FF0A1F;
    border-width: 10px 0px 10px 10px;
    background-size: 100% auto;
}

#featureLinks .featureThumb a .initialLayer.last {
    border-right-width: 10px;
}

#featureLinks .featureThumb a:hover .initialLayer {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks .featureThumb a .initialLayer .contentBox {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks .featureThumb a .initialLayer .contentBox .featureTitle {
    font-size: 3em;
    color: #FFF;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks .featureThumb a:hover .initialLayer .contentBox .featureTitle {
    padding-left: 10px;
    border-left: 5px solid #FF0A1F;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks .featureThumb a .initialLayer span.glyphicon {
    float: right;
    margin-right: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0;
}

#featureLinks .featureThumb a:hover .initialLayer span.glyphicon {
    margin-right: 0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 1;
}

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-hover img {
    display: block
}

.image-hover a {
    text-decoration: none
}

.image-pos {
    width: 450px;
    height: 200px
}

.image-pos img {
    margin: -100px 0px 0px -100px
}


/*** effect zoom in ***/

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}


/* FEATURE LINKS 2 */

#featureLinks2 {
    margin: 0;
    padding: 0;
    z-index: 10000000000;
    bottom: 0;
    width: 100%;
    margin-top: -66px;
}

#featureLinks2 .featureItem {
    padding: 0px !important;
    position: relative;
}

#featureLinks2 .featureLink {
    margin-top: -100px;
}

#featureLinks2 .featureLink a {
    background-color: #000;
    display: block;
}

#featureLinks2 .featureLink a .featureImage img {
    width: 100%;
    height: auto;
}

#featureLinks2 .featureLink a .featureTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

#featureLinks2 .featureLink a .featureTitle span {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}

#featureLinks2 .featureLinksContainer {
    display: block;
    padding: 0px;
}

#featureLinks2 .featureThumb {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: none;
    opacity: 1;
}

#featureLinks2 .featureThumb a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #ff0a1edc;
    -webkit-box-shadow: inset -10px 0px 15px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -10px 0px 15px -10px rgba(0, 0, 0, 0.75);
    box-shadow: inset -10px 0px 15px -10px rgba(0, 0, 0, 0.75);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks2 .featureThumb a:hover {
    background-color: #FF0A1F;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks2 .featureThumb img {
    width: 30%;
    height: auto;
    opacity: 1;
    float: left;
    box-shadow: #000 0px 8px 14px;
}

#featureLinks2 .featureThumb a .date {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin-top: 9px;
}

#featureLinks2 .featureThumb a .featureTitle {
    font-size: 1.2em;
    color: #FFF;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #000;
    font-weight: normal;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: 10px 12px;
    display: block;
    width: 70%;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: auto;
    right: 0;
}

#featureLinks2 .featureThumb a .featureTitle p {
    margin: 0;
}

#featureLinks2 .featureThumb a:hover .featureTitle {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#featureLinks2 .featureThumb.last a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#featureLinks2 .featureThumb a span.glyphicon {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 32%;
    right: 20px;
    left: auto;
    bottom: auto;
    display: none;
}

#featureLinks2 .featureThumb a:hover span.glyphicon {
    margin-right: 0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 1;
}

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-hover img {
    display: block
}

.image-hover a {
    text-decoration: none
}

.image-pos {
    width: 450px;
    height: 200px
}

.image-pos img {
    margin: -100px 0px 0px -100px
}


/*** effect zoom in ***/

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}


/* HERO */

#hero {
    display: block;
    height: 60%;
    border-bottom: 10px solid #FF0A1F;
}

#hero .carousel .item {
    height: 100%;
}

#hero .carousel .item a {
    width: 100%;
    display: block;
    background: #000 no-repeat center center;
    background-size: cover;
    height: 100%;
}

#hero .carousel-inner a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#hero .carousel {
    position: relative;
    height: 100%;
}

#hero .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#hero .carousel-inner a .videoPlayIcon {
    width: 43px;
    height: 43px;
    display: block;
    background: transparent url('https://d1szehk1wt93uf.cloudfront.net/_assets/img/play-icon.png') no-repeat left top;
    position: absolute;
    margin: -21px 0 0 -21px;
    top: 50%;
    left: 50%;
}

#hero .carousel-inner a .row .heroContent {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    display: inline-block;
    width: auto;
    opacity: 1;
    border-left: 5px solid #FF0A1F;
    padding: 20px;
}

#hero .carousel-inner a .row .heroContent .txtBlock {
    display: inline-table;
    padding: 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-shadow: none;
    clear: both;
    text-align: left;
    float: left;
    margin-bottom: 0px;
    font-size: 16px;
}

#hero .carousel-inner a .row .heroContent .txtBlock.heroType {
    font-size: 16px;
}

#hero .carousel-inner a .row .heroContent .txtBlock.heroTitle {
    font-size: 28px;
}

#hero .carousel-inner a .row .heroContent .txtBlock.heroDate {
    font-size: 14px;
}


/* HERO GRID */

#homeHeroGrid {
    background-color: black;
    padding: 30px 0 70px;
}

#homeHeroGrid .heroItem {
    padding-bottom: 60%;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
#homeHeroGrid .heroItem.heroItem-small {
    padding-bottom: calc(60% - 7.5px);
}
#homeHeroGrid .heroItem .heroItem-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:15% 5% 3% 5%;
    z-index: 5;
    color: white;
    text-shadow: 1px 1px 1px #000;
    background: rgba(0, 0, 0, 0.423);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


    

/* HERO VIDEO */

.heroVideo {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 60%;
    overflow: hidden;
    background: #000 url('https://d1szehk1wt93uf.cloudfront.net/_1800x773_fill_center-center_80/heroTest01.jpg') no-repeat center center;
    background-size: cover;
}

.heroVideo .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}

.heroVideo .screen.active {
    opacity: 1;
}

.heroVideo .pattern {
    background-image: url('https://d1szehk1wt93uf.cloudfront.net/_assets/img/pattern.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}


/* ABOUT HOME SECTION */

#about {
    background-color: #fff;
}


/* BODY CONTENT */

#homeContent {
    padding: 0 0 50px 0;
    background-color: #eee;
    text-align: left;
}

#entryList {
    padding: 30px 0 50px 0;
    background-color: #eee;
}

.homeAdBanner {
    padding: 20px 0;
    text-align: center;
}

.homeAdBanner .footerBanner728_90 {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
}

#homeRight .bannerAd300x250 {
    padding: 20px;
    margin: 0 auto;
    display: inline-block;
}

#homeRight .bannerAd300x250 div {
    width: 300px;
    margin: 0 auto;
}


/* HOME ARTICLES */

#articleItems .articleItem a {
    border-left: 5px solid #FF0A1F;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-bottom: 1px solid #aaa;
    width: 100%;
    position: relative;
}

#articleItems .articleItem a .articleItemInfo {
    padding: 20px 20px 20px 0;
    color: #333;
    display: block;
    width: 57%;
    float: right;
}

#articleItems .articleItem a .articleItemInfo .articleItemDate {
    font-size: 11px;
    font-weight: normal;
    color: #888;
}

#articleItems .articleItem a .articleItemInfo .articleItemTitle {
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}

#articleItems .articleItem a .articleItemInfo .articleItemSummary {
    font-size: 13px;
    margin: 10px 0;
}

#articleItems .articleItemInfo .btn.btn-primary {
    margin-top: 10px;
}

#articleItems .articleItem a:hover .btn.btn-primary {
    background-color: #FF0A1F;
    border: 1px solid #FF0A1F;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.articleItemImage {
    width: 40%;
    float: left;
    display: block;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
}

.articleItemImage img {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

.previousWinners h2,
.schedule h2,
.corpChallengeWinners h2 {
    background-color: #FF0A1F;
    color: #FFF;
    padding: 5px 8px;
    font-size: 1.5em;
}

#photoGallery {
    margin-top: 20px;
}

#photoGallery .photoGallery #links a {
    padding: 0;
    opacity: .85;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#photoGallery .photoGallery #links a:hover {
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#photoGallery .photoGallery #links a img {
    width: 100%;
    height: auto;
}


/* Pull Quote */

blockquote {
    border-left-color: #FF0A1F;
}

blockquote p {
    color: #FF0A1F;
}

blockquote small {
    font-size: .6em;
    font-style: italic;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: none;
}


/* INTRO */

#intro {
    text-align: left;
    background-color: #fff;
    position: relative;
    margin: 60px 0;
}

#intro .introTitle {
    position: relative;
}

#intro .introTitle .iconHeader {
    position: absolute;
    width: 100%;
    top: -40px;
    background: transparent url('https://d1szehk1wt93uf.cloudfront.net/_assets/img/iconBar.png') no-repeat right top;
    background-size: cover;
    left: 0;
    height: 50px;
}

#intro .introTitle h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 20px;
    color: #000;
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

#intro .introContent {
    padding: 30px;
}

#intro .introContent p {
    margin-bottom: 30px;
}

#intro .introContent p strong {
    color: #FF0A1F;
}

#intro .introContent .icon a {
    text-align: center;
    text-transform: none;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

#intro .introContent .icon a img {
    width: 100%;
    height: auto;
}

#intro .introContent .icon a .iconTitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
}

#intro .introContent .icon a .iconSubTitle {
    font-size: 12px;
    font-weight: bold;
}

#intro .introContent .icon a:hover {
    color: #FF0A1F;
    text-decoration: none;
}

#intro .introContent .btn {
    margin-bottom: 3px;
    width: 100%;
}


/* RIGHT COL */

.rightColBlock {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
    display: block;
    float: left;
    max-width: 340px;
    min-width: 340px;
}

.rightColBlock.rightColImage {
    padding: 20px;
    background-color: #fff;
}



/* ESCAPE SERIES EVENT LIST WIDGET */


.eventsWidget {
    margin: 0 auto;
    background: #000 url("https://djwp8mtepvxip.cloudfront.net/images/assets/2017texturedBgDark.jpg") no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.48);
}

.eventsWidget .eventsWidgetTitle a {
    padding: 10px 12px;
    font-size: 18px;
    font-weight: bold;
    background-color: #de0000;
    border-bottom: 2px solid #0000;
    color: #fff;
    width: 100%;
    display: block;
}

.eventsWidget a.eventItem {
    padding: 5px 0 3px;
    color: #fff;
    border-bottom: 1px solid #171717;
    border-left: 3px solid transparent;
    display: block;
}

.eventsWidget a.eventItem.status.upcoming {
    border-left-color: #d48900;
}

.eventsWidget a.eventItem.status.nextEvent {
    border-left-color: #0093ff;
}

.eventsWidget a.eventItem.status.today {
    border-left-color: #2dde02;
}

.eventsWidget a.eventItem.status.cancelled {
    border-left-color: #ff0000;
}

.eventsWidget a.eventItem.status.over {
    border-left-color: darkGrey;
}

.eventsWidget a.eventItem.status.none {
    border-left-color: transparent;
}

.eventsWidget a.eventItem img.eventListLogo {
    max-width: 80px;
    height: auto;
    float: left;
}

.eventsWidget a.eventItem .eventItem-title {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eventsWidget a.eventItem .eventItem-location {
    font-size: 10px;
    color: #aeaeae;
}

.eventsWidget a.eventItem .eventItem-locationDetail {
    font-size: 10px;
    display: none;
}

.eventsWidget a.eventItem .eventItem-dates {
    font-size: 10px;
    color: #aeaeae;
    margin-top: 7px;
}

.eventsWidget a.eventItem .eventItem-buttons {
    display: none;
    margin-top: 10px;
}

.eventsWidget a.eventItem .eventItem-buttons a.btn-black {
    background-color: #333;
    border: 0;
    color: #666;
    padding: 5px 7px;
}

.eventsWidget a.eventItem .eventItem-buttons a.btn-black:hover {
    background: #fff;
    color: #000;
}

.eventsWidget a.eventItem:hover {
    background-color: black;
}




/* INSTAGRAM */

.instagramRightCol {
    width: 100%;
    background-color: #000;
    display: block;
    float: left;
    padding: 5px;
}

.instagramRightCol .instaThumb {
    width: 33.333333333333333333333333%;
    padding: 1.5%;
}

.instagramRightCol .instaThumb a img {
    width: 100%;
    height: auto;
}

.instagramRightCol .instaTitle a {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin: 10px 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    display: block;
}

.instagramRightCol .instaTitle a:hover {
    color: #FF0A1F;
}

#comingsoon .socialIcons {
    text-align: center;
}

#comingsoon .socialIcons a {
    text-align: center;
    color: #000;
    font-size: 30px;
}

#comingsoon .socialIcons a:hover {
    color: #FE5E00;
}


/* ARTICLE PAGE */

.articleImage {
    background-color: #eee;
}

.articleImage img {
    width: 100%;
    height: auto;
}

section#articleContent {
    background-color: #eee;
}

.pageTopMenu {
    margin: 20px 0 0;
}

.pageTopMenu .dropdown-menu > .active > a,
.pageTopMenu .dropdown-menu > .active > a:focus,
.pageTopMenu .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF0A1F;
    outline: 0;
}

.aquathlonHeader {
    margin-top: 30px;
}

.aquathlonHeader img {
    width: 100%;
    height: auto;
}

section#articleContent #articleLeft.leftCol {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
}

section#articleContent .rightCol {
    margin-top: 30px;
}

section#videoPlayer {
    margin: 30px 0 0 0;
}

section#articleContent #articleLeft .article {
    background-color: #fff;
    margin: 0px 0 50px 0;
    padding: 40px 0;
}

section#articleContent .article .contentHeader {
    padding: 0 40px;
}

section#articleContent .article .contentBlock {
    padding: 0 40px;
}

.faq-question-block {margin-bottom:20px; padding-bottom: 8px; border-bottom: 1px solid #efefef;}
.faq-question-block .answer {padding-top: 10px;}
a.faq-question {padding-right:30px; position: relative; color:#5a5a5a; display:block; font-weight:bold;}
a.faq-question .collapseIcon {font-family: Arial, Helvetica, sans-serif; border-radius:50%; width:22px; height:22px; color:#a8a8a8; text-align:center; line-height: 23px; padding: 0; font-size: 18px; font-weight:bold; position: absolute; right:0; top:0; left:auto;}
a.faq-question.collapsed .collapseIcon .collapseIcon-plus {display: block;}
a.faq-question.collapsed .collapseIcon .collapseIcon-minus {display: none;}
a.faq-question .collapseIcon .collapseIcon-plus {display: none; line-height: 20px; padding: 0;}
a.faq-question .collapseIcon .collapseIcon-minus {display: block; line-height: 20px; padding: 0;}


.searchField input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #BFB8B8;
    background-color: #FFF;
    margin: 0 0 20px 0;
}

section#articleContent .article .contentImage {
    padding: 20px 0;
}

section#articleContent .article .contentImage img {
    width: 100%;
    height: auto;
}

section#articleContent .articleImage.contentImage p.imageCaption {
    background-color: #FF0A1F;
    color: #FFF;
    padding: 6px 10px;
    font-size: 11px;
    display: block;
    font-style: italic;
    margin-bottom: 0px;
}



section#articleContent .article .contentImage .imageCaption {
    background-color: #FF0A1F;
    color: #FFF;
    padding: 6px 10px;
    font-size: 11px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

section#articleContent .article .contentVideo {
    padding: 0 0px;
}

section#articleContent .article .contentVideo .imageCaption {
    background-color: #FF0A1F;
    color: #FFF;
    padding: 6px 10px;
    font-size: 11px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

section#articleContent .twoColumns .contentLeftColumn,
section#articleContent .twoColumns .contentRightColumn {
    margin: 40px 0;
}

section#articleContent .twoColumns img {
    width: 100%;
    height: auto;
}

section#articleContent .sponsors h4 {
    margin: 0 0 15px 0;
}

section#articleContent .sponsors .logoRow {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

section#articleContent .sponsors .logoRow a {
    margin: 0 25px;
    display: inline-block;
}

section#articleContent .sponsors .logoRow a img {
    height: 100%;
    width: auto;
    margin-bottom: 20px;
}

section#articleContent .sponsors .row1 a {
    height: 60px;
    margin: 30px;
    display: inline-block;
}

section#articleContent .sponsors .row2 a {
    height: 50px;
    margin: 30px;
    display: inline-block;
}

section#articleContent .sponsors .row3 a {
    height: 45px;
    margin: 30px;
    display: inline-block;
}

section#articleContent .sponsors .row4 a {
    height: 20px;
    margin: 0 30px 20px;
    display: inline-block;
}

section#articleContent .sponsors .row4 {
    margin-bottom: 0;
}


/* ARTICLE RIGHT COLUMN */

.rightColMenu {
    background-color: #fff;
    padding: 20px;
}

.rightCol .btn.btn-primary {
    margin-top: 3px;
    width: 100%;
}

.rightCol a:hover .btn.btn-primary {
    background-color: #FF0A1F;
    border: 1px solid #FF0A1F;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fe091f;
    border-color: #fe091f;
}


.rightCol .rightColBlock {
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
}

.rightCol.fullWidth .rightColBlock {
    margin: 0 15px;
}

.rightCol.fullWidth .rightColBlock:first-child {
    margin: 0 15px 0 0;
}

.rightCol.fullWidth .rightColBlock:last-child {
    margin: 0 0 0 15px;
}

.rightCol .bannerAd300x250 img {
    margin: 0 auto;
    display: block;
}

.rightCol .rightColBlock h4 {
    text-transform: uppercase;
}

.rightCol .rightColBlock .nav-pills > li.active > a,
.rightColMenu .nav-pills > li.active > a:hover,
.rightColMenu .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #FF0A1F;
}

.rightCol .rightColBlock .nav-pills > li > a {
    border-radius: 0px;
    color: #333;
}


/*** ATHLETES ***/


/* ATHELETE ITEM */

#athleteItems .athleteItem a {
    border-bottom: 5px solid #fff;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
    position: relative;
}

#athleteItems .athleteItem a .athleteItemInfo {
    padding: 15px;
    color: #333;
    display: block;
}

#athleteItems .athleteItem a .athleteItemInfo .athleteItemTitle {
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#athleteItems .athleteItem a .athleteItemInfo .athleteItemCountry {
    font-size: 13px;
    margin: 10px 0;
}

#athleteItems .athleteItem a:hover {
    background-color: #fff;
    border-bottom: 5px solid #FF0A1F;
    ;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

img.athleteItemImage {
    width: 100%;
    height: auto;
    display: block;
}


/* Athlete Page */

.athleteArticle .contentHeader {
    margin-bottom: 30px;
}

.athleteArticleImage p.imageCaption {
    background-color: #FF0A1F;
    color: #FFF;
    padding: 6px 10px;
    font-size: 11px;
    display: block;
    font-style: italic;
    margin-bottom: 0px;

}

.athleteArticle .contentHeader .athleteArticleImage {
    width: 100%;
    float: left;
    padding: 0;
}

.athleteArticle .contentHeader .athleteArticleImage img {
    width: 100%;
    height: auto;
}

.athleteArticle .contentHeader a.socialMediaAccountLinks {
    font-size: 24px;
    float: left;
    margin-right: 10px;
    color: #888;
}

.athleteArticle .contentHeader a.socialMediaAccountLinks:hover {
    color: #FF0A1F;
}

.athleteArticle .contentHeader a.websiteLink {
    margin-top: 10px;
    color: #888;
    font-size: 18px;
    display: block;
}

.athleteArticle .contentHeader a.websiteLink:hover {
    color: #FF0A1F;
}


.athleteItemRightList {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}

.athleteItemRightList .athleteListItem a {
    padding: 4px;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: left;
    margin-bottom:4px;
}

.athleteItemRightList .athleteListItem a img.athleteListItemImage {width: 30%;display: flex;}

.athleteItemRightList .athleteListItem a .athleteListItemInfo {
    display: flex;
    width: auto;
    margin-left: 15px;
}

.athleteItemRightList .athleteListItem a .athleteListItemInfo .athleteListItemTitle {
    font-size: 1.5em;
    color: #5a5a5a;
}

.athleteItemRightList .athleteListItem a:hover .athleteListItemInfo .athleteListItemTitle {
    color: #ff091e;
}

/* COURSE PAGE MAP */

#courseMap {
    margin: 20px 0 -5px;
}

#courseMap #mapImage .mapBtns .mapBtn,
#courseMap #mapImage .downloadBtn {
    border: 0;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    background: #bd1b21;
    color: #fff;
    padding: 6px 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.27);
    border-radius: 3px;
    z-index: 1;
}

#courseMap #mapImage .mapBtns .mapBtn:hover,
#courseMap #mapImage .downloadBtn:hover {
    background: #FF0A1F;
}

#courseMap #mapImage .mapBtns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -o-animation: fadein 1s;
    /* Opera */
}

#courseMap div#mapImage {
    position: relative;
}

#courseMap #mapImage img {
    width: 100%;
    height: auto;
}

#courseMap #mapImage .mapMessage {
    width: 53%;
    padding: 10px;
    position: absolute;
    color: #fff;
    /* background: #bd1b21; */
    top: 10px;
    l;
    left: 10px;
    font-size: 21px;
}

#courseMap #mapImage .mapMessage span.clickButtons {
    color: #FF0A1F;
}

#courseMap #mapImage .mapBtns .mapBtn.disabled {
    opacity: .75;
    background-color: #333;
    cursor: not-allowed;
}

#courseMap #mapImage .mapBtns .mapBtn span.comingSoon {
    font-size: 10px;
    text-align: center;
    width: 100%;
}


/* RACE TIPS VIDEO INTERACTIVE */

#courseMap.raceTips {
    margin: 20px 0 -5px;
}

#courseMap.raceTips #mapImage .mapBtns .mapBtn.raceTipButton,
#courseMap.raceTips #mapImage .downloadBtn {
    border: 0;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    /*background: #386fb0;*/
    color: #fff;
    padding: 6px 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.27);
    border-radius: 3px;
    z-index: 1;
    clear: both;
    float: none;
    display: block;
    width: 220px;
    text-align: left;
    margin: 15px 0;
}

#courseMap.raceTips #mapImage .mapBtns .mapBtn:hover,
#courseMap.raceTips #mapImage .downloadBtn:hover {
    /*background: #4f81bd;*/
}

#courseMap.raceTips #mapImage .mapBtns {
    position: absolute;
    top: 3%;
    left: 3%;
    width: auto;
    height: auto;
    display: block;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -o-animation: fadein 1s;
    /* Opera */
}

#courseMap.raceTips div#mapImage {
    position: relative;
}

#courseMap.raceTips #mapImage img {
    width: 100%;
    height: auto;
}

#courseMap.raceTips .mapMessage {
    width: 100%;
    padding: 20px 20px 0;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    background: #210E11;
    font-size: 21px;
}

#courseMap.raceTips .mapMessage span.clickButtons {
    color: #FF0A1F;
}

#courseMap.raceTips #mapImage .mapBtns .mapBtn.disabled {
    opacity: .75;
    background-color: #333;
    cursor: not-allowed;
}

#courseMap.raceTips #mapImage .mapBtns .mapBtn span.comingSoon {
    font-size: 10px;
    text-align: center;
    width: 100%;
}


/* LIVE PAGE */

#live {
    margin: 30px 0;
}

#live .liveWrapper {
    background-color: #fff;
    padding: 0 25px 25px 25px;
}

#live #videoControls {
    border-radius: 5px;
    overflow: hidden;
    margin: 10px auto;
    display: none;
}

#live #videoControls .btn.active {
    background-color: #FF0A1F;
    border-color: #FF0A1F;
}

#live .liveBanner {
    text-align: center;
    margin: 10px 0;
}

#live #map {
    position: relative;
    display: block;
}

#live #map img.mapImage {
    width: 100%;
    height: auto;
    display: block;
}

#live #map .btn-group {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#live #map .btn {
    position: absolute;
    border-radius: 100px;
    padding: 8px;
    line-height: 6px;
    text-align: center;
    font-size: 12px;
}

#live #map .btn.active {
    background-color: #FF0A1F;
    border-color: #FF0A1F;
}

#live #map .btn.btn01 {
    top: 6%;
    left: 90%;
}

#live #map .btn.btn02 {
    top: 14%;
    left: 77%;
}

#live #map .btn.btn03 {
    top: 15%;
    left: 66%;
}

#live #map .btn.btn04 {
    top: 12%;
    left: 51%;
}

#live #map .btn.btn05 {
    top: 22%;
    left: 46%;
}

#live #map .btn.btn06 {
    top: 35%;
    left: 43%;
}

#live #map .btn.btn07 {
    top: 52%;
    left: 18%;
}

#live #map .btn.btn08 {
    top: 79%;
    left: 8%;
}

#live #map .btn.btn09 {
    top: 22%;
    left: 84%;
}

#live #map .btn.btn10 {
    top: 19%;
    left: 92%;
}


/* RE-RACE */

#reRace .article {
    background-color: #fff;
    margin: 20px 0 50px 0;
    padding: 40px 0;
}

#reRace .article .btn-primary.active {
    background-color: #09c110;
    border-color: #09c110;
}

#reRace .article .btn-primary .glyphicon.active {
    display: inline-block;
}

#reRace .article .btn-primary .glyphicon {
    display: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1199px) {
    #twitterBar .twitter .twitterFeed {
        width: 680px;
    }

    #featureLinks2 {
        margin-top: -55px;
    }

    #featureLinks2 .featureThumb a .featureTitle {
        font-size: 1.1em;
        padding: 5px 10px;
    }

    .leftCol {
        width: 570px;
    }

    #articleItems .articleItem a .articleItemImage {
        width: 30%;
        float: left;
    }

    #articleItems .articleItem a .articleItemInfo {
        width: 67%;
    }
}

@media (max-width:991px) {
    #twitterBar .twitter .twitterFeed {
        width: 460px;
    }

    #featureLinks2 .featureThumb img {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
    }

    #featureLinks2 {
        margin-top: -56px;
    }

    #featureLinks2 .featureThumb a .featureTitle {
        font-size: 1.4em;
        padding: 10px 0 0 10px;
    }

    #courseMap #mapImage .mapMessage {
        width: 40%;
        font-size: 15px;
    }

    .aquathlonHeader {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #hero {
        height: 40%;
    }

    #featureLinks2 .featureThumb img {
        width: 30%;
    }

    #featureLinks2 .featureThumb a .featureTitle {
        font-size: 1em;
        padding: 5px 0 0 5px;
    }
}

@media (max-width: 992px) {
    .leftCol {
        width: 100%;
    }

    #articleItems .articleItemInfo .btn.btn-primary {
        display: none;
    }

    #footer .sponsors .row1 a {
        height: 45px;
    }

    #footer .sponsors .row2 a {
        height: 35px;
    }

    #footer .sponsors .row3 a {
        height: 25px;
    }

    .rightCol {
        width: 100%;
        float: none;
    }

    .rightColBlock {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .rightColBlock .bannerAd300x250 div {
        margin: 0 auto;
    }

    .headerMessage.pull-left a {}

}

@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 26px;
    }

    #intro {
        margin-top: 70px;
    }

    #intro .introTitle .iconHeader {
        top: -60px;
        height: 60px;
    }

    #hero {
        height: 40%;
    }

    .leftCol {
        width: 100%;
    }

    section#articleContent #articleLeft.leftCol {
        margin-top: 20px;
    }

    #articleItems .articleItem a:hover .articleItemInfo .articleItemTitle {
        color: #FF0A1F;
    }

    #featureLinks2 .featureThumb img {
        width: 100%;
    }

    #featureLinks2 .row .col-xs-3,
    #featureLinks2 .col-xs-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #featureLinks2 .featureThumb {
        border: 2px solid #fff;
    }

    #featureLinks2 .featureThumb.last {}

    #featureLinks2 .featureThumb a {
        display: block;
        overflow: hidden;
        background: #FF0A1F;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        margin-bottom: 0px;
    }

    #featureLinks2 .featureThumb img {
        width: 100%;
    }

    #featureLinks2 .featureThumb a .featureTitle {
        font-size: 1.7em;
        padding: 10px 0 10px 10px;
        text-align: center;
        width: 100%;
    }

    #featureLinks2 .featureThumb a:hover {
        background: #000;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    #featureLinks2 .featureThumb a span.glyphicon,
    #featureLinks2 .featureThumb a:hover span.glyphicon {
        display: none;
    }

    .rightCol {
        width: 100%;
        float: none;
    }

    .rightColBlock {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    section#articleContent #articleLeft .article {
        margin-bottom: 15px;
    }

    section#articleContent .rightCol {
        margin-top: 15px;
    }

    #live {
        margin: 0;
    }

    .sideBySide .row .col-xs-12 {
        width: 100% !important;
    }

    #courseMap #mapImage .mapBtns button.mapBtn {
        font-size: 10px;
        padding: 3px 6px;
    }

    #courseMap #mapImage .mapMessage {
        width: 60%;
        font-size: 14px;
    }

    #courseMap #mapImage .mapBtns .mapBtn span.comingSoon {
        font-size: 8px;
    }

    #courseMap #mapImage .downloadBtn {
        font-size: 12px;
    }

    #courseMap.raceTips #mapImage .mapBtns .mapBtn.raceTipButton,
    #courseMap #mapImage .downloadBtn {
        font-size: 12px;
        width: 150px;
        margin: 5px 0;
    }

    .headerMessage {
        margin: 0;
        padding: 0;
        height: auto;
        display: block;
    }

    .headerMessage.pull-left a {
        color: #fff;
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 0 0 0 10px;
        border-left: none;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        position: relative;
        transform: none;
        top: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    #featureLinks2 {
        margin-top: 0;
    }

    #featureLinks2 .featureThumb a .featureTitle {
        font-size: 0.8em;
    }

    .articleItemummary {
        display: none;
    }

    #courseMap #mapImage .mapBtns .mapBtn span.comingSoon {
        font-size: 8px;
    }

    #courseMap #mapImage .mapMessage {
        position: relative;
        width: 100%;
        font-size: 12px;
        top: 0;
        left: 0;
        background-color: #000;
    }

    #courseMap #mapImage .downloadBtn {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        display: block;
        margin-top: 1px;
        text-align: center;
    }

    #courseMap.raceTips #mapImage .mapBtns .mapBtn.raceTipButton,
    #courseMap #mapImage .downloadBtn {
        font-size: 10px;
        width: 140px;
        margin: 5px 0;
    }

    section#articleContent #articleLeft .article {
        padding: 20px 0;
    }

    section#articleContent .article .contentHeader,
    section#articleContent .article .contentBlock {
        padding: 0 10px;
    }

    section#articleContent {
        background-color: #fff;
    }

    .headerMessage {
        width: 100%;
    }

}
