/*Courage Overrides*/

/*global*/
.secondaryPages #topBar > .container {
    margin-bottom: 0px;
}
#headerLinks {
    height: 2em;
}
h2{
    color: #333;
}
.highlight{
    color: #333;
    font-weight: bold;
    font-size: inherit;
}
#ccDescription a,
#donatenowContainer a,
#footer a, 
#footerLinks a, 
#footerLinks span {
    color:#fff;
}
#footer a:hover, 
#footerLinks a:hover {
    color: #428bca;
}
.redBtn{
    background: #ec0928;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: middle;
    display: inline-block;
}
.redBtn:hover{
    background: #a5061c;
}
.btn > .sprite{
    /* vertical-align: middle; */
    /* vertical-align: bottom; */
}
#phoneIco, #searchIco, .dollarIco{
    vertical-align: bottom !important;
}
.buttons{
    margin: 30px 0;
}
.blueWidget{
    background: #00325b;
    color: #fff;
    padding: 16px 30px;
}
.searchIco{
    background-position: -145px -218px;
    width: 22px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}
.heartIco{
    background-position: -167px -218px;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom !important;
}
.newsIcoGreen{
    background-position: -101px -242px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}
.btn:hover .newsIcoGreen{background-position: -193px -220px;}
.userIco{
    background-position: -57px -242px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub !important;
}
.starIco{
    background-position: -260px -220px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}
.btn:hover .starIco{background-position: -260px -220px;}
.bikeIco{
    background-position: -146px -260px;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub !important;
}
.sliderCaption .bikeIco{vertical-align: middle !important;}
.chatIco{
    background-position: -123px -242px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}
.btn:hover .chatIco{background-position: -237px -220px;}
.helmIco{
    background-position: -123px -220px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px; 
}
.btn:hover .helmIco{background-position: -215px -220px;}
/*topbar*/
#secondaryLogo{opacity: 0;}
.sticky #secondaryLogo{
    opacity: 1;
}
/*nav*/
#nav{
    background: #8bcc04;
}
#nav li:hover, .submenu, #nav .submenu li{
    background: #00325b;
}
#mobileNav ul{
    background: #00325B;
    width: 80%;
}
#mobileNav ul > li > a{
    font-size: 18px;
    font-weight: 300;
}
/*courage body*/
#ccDescription{
    background: url("../images/courage_bg.jpg") no-repeat center center #33B6E4;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}
#ccDescription h2, #ccDescription p{
    color: #fff;
}
#ccDescription .row > p, #ccDescription a{ font-size:18px; }
#ccDescription .btn{
    margin-right: 20px;
}
.breadcrumContainer{
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.breadcrumContainer p{
    margin-right: 30px;
    float: left;
    text-align: left;
}
.breadcrumContainer a, .breadcrumContainer span{
    font-size: 18px;
    font-weight: 400;
    display: inline;
}
.breadcrumContainer p:last-child{
    margin: 0;
}

/*progress*/
#progress{
    border-bottom: 1px solid #DFDCD7;
}
#progressContainer{
    width: 100%;
}
#progressMeter{
    background: #e8e8e8;
    border-radius: 45px;
    height: 90px;
    width: 100%;
    overflow: hidden;
}
#progressFilled{
    background: #33B6E4;
    border-radius: 45px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    /* width: 0%; */
}
#progressMeter p{
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    color: #33B6E4;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
#progressMeter #progressIco{
    height: 90px;
    border-radius: 100%;
    width: 90px;
    float: right;
    background: url("../images/icon_15.png") no-repeat center center #fff;
}
#progress .container > .row{
    margin-bottom: 30px;
    overflow: hidden;
}
#progress .col-lg-3{
    border-left: 1px solid #DFDCD7;
    padding: 10px 0;
}
#progress .col-lg-3:last-child{
    border-right: 1px solid #DFDCD7;
}
#progress .col-lg-3 h3{
    color: #33B6E4;
    font-size: 30px;
    margin-bottom: 8px;
}
#progress .col-lg-3 p{
    font-size: 16px;
}
#progressPercentage span{
    font-size: inherit;
    font-weight: inherit;
}
#progressMeter p.over9000{
    color: #fff;
    float: right;
    line-height: 90px;
    margin-right: 10px;
}

/*widgets*/
#donateNow h3{
    margin: 0;
}
#donateNow a:hover{
    color: #fff;
    text-decoration: none;
}
#ccWidgets{
    border-bottom: 1px solid #DFDCD7;
}
#ccWidgets input{
    font-size: 16px;
    border: 0;
    float: left;
    width: 42%;
    margin-right: 3%;
    padding: 0 15px;
    height: 42px;
}
#ccWidgets .redBtn{
    width: 10%;
    padding: 6px 0 5px 0;
}
.limeBtn{
    background: #fff;
    border: 1px solid #8bcc04;
    color: #8bcc04;
}
.limeBtn:hover{
    background: #8BCC04;
    color: #fff;
}
.limeBtn2{
    border: 1px solid #fff;
    background: #8bcc04;
    color: #fff;
}
.limeBtn2:hover{
    background: #618e03;
}
#ccWidgets #teamSearch input{
    width: 87%;
}
#riderSearch, #teamSearch{
    margin-bottom: 20px;
}
#leaderBoard .dropdown{
    padding: 0;
    /* padding-left: 10px; */
    margin-bottom: 5px;
    overflow: hidden;
}
#leaderBoard .toggleIco{
    background: #33B6E4;
}
#leaderBoard .btn{
    border: 0;
}
#leaderBoard .btn:hover, #leaderBoard .open > .dropdown-toggle.btn-default{
    background: initial;
    color: #fff;
}
#leaderBoard ul{
    background: none;
    padding: 0;
    width:100%;
}
#leaderBoard .dropdown-menu > li{
    border-top: 1px solid #DFDCD7;
    background: #00325b;
    /* clear: both; */
    overflow: hidden;
}
#leaderBoard .dropdown-menu > li > a{
    color: #fff;
    padding: 14px 30px 14px 40px;
    text-decoration: underline;
    display: inline-block;
    /* padding: 0; */
}
#leaderBoard .dropdown-menu > li > span {
    padding: 11px 30px;
}
#leaderBoard .dropdown-menu > li > a:hover, #leaderBoard .dropdown-menu > li > a:focus{
    background: inherit;
}
#leaderBoard .dropdown-menu > li:last-child{
    background: #33B6E4;
}
#leaderBoard .dropdown-menu > li:last-child > a{
    display: inline-block;
    padding-right: 0;
}
#leaderBoard .dropdown-menu > li:last-child > span{
    padding: 0;
}
#featuredRiders{
    position: relative;
}
#featuredRiders .slides li > a{
    width: 260px; /* 110px; */
    margin: 0 auto;
    display: block;
    color: #00325b;
    text-align: center;
    text-decoration: none;
}
#featuredRiders img{
    max-width: 260px; /* 110px; */
    width: 100%;
}
#featuredRiders .flexslider{
    box-shadow: none;
    width: 870px; /* 360px; */
    margin: 0 auto;
}
#featuredRiders .flex-direction-nav .flex-next{right:0;background:#efefef;}
#featuredRiders .flex-direction-nav .flex-prev{left:0;background:#efefef;}
#featuredRiders .flex-control-nav{display: none;}

#leaderBoard .open ul{
    position: relative;
    display:block;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
#latestNews .limeBtn{
    width: auto;
}

/*widgets*/
#widgets{
    /*background: url("../images/courage_bg.jpg") no-repeat center center #33B6E4;*/
    background: #33B6E4;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.widget{
    margin-bottom: 0;
    /* margin-top: 52px; */
}
/*sponsors*/
.ccSponsor{
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 250px;
    min-height: 200px; /* 220px; */
}
.ccSponsor img{
    border: 1px solid #DFDCD7;
    padding: 10px;
}
.ccSponsor a{
    color: #002b4d;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    font-size: 20px;
}
.ccSponsor p{
    font-size: 20px;
}
#anotherSlider{position:relative;border-top: 1px solid #DFDCD7;}
#anotherSlider .flex-control-nav{
    display: none;
}
#anotherSlider .flexslider{
    box-shadow: none;
    overflow: visible;
    width: 870px;
    margin: 0 auto;
}
#anotherSlider .flex-direction-nav .flex-prev {
    left: 0px;
    background: rgba(51,51,51,0.10);
    margin-left: -40px;
}
#anotherSlider .flex-direction-nav .flex-next {
    right: 0;
    background: rgba(51,51,51,0.10);
    margin-right: -40px;
}

/*footer*/
#footer{
    background: #00325b;
}
#footerLinks{
    background: #002b4d;
    border-top: 1px solid #DFDCD7;
    border-bottom: 1px solid #DFDCD7;
}
#footerLinks a, #footerLinks span{
    color:#fff;
}
#footer button, .office li{
    background: #8bcc04;
}
#footer span.toggleIco{
    background: #b6dc77;
}

.sliderCaption{
    width: 440px;
    top: 45%;
}
#slider .subimage{
    position: absolute;
    top: 30%;
    left: 50%;
    /* border: 5px solid rgba(255,255,255,0.5); */
}
#slider .subimage img{
    width: 100%;
    width: auto;
    border: 5px solid rgba(255,255,255,0.5);
}
.sliderCaption p{
    width: 320px;
}
.sliderCaption p.btn{
    width: auto;
}

#topBar{
    height: 86px;
}
#rightSideMenu > div{
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 10%; */
    /* max-width: 600px; */
    /* width: 100%; */
}
#rightSideMenu .col-lg-5 > .relative{
    float: right;
}
#headerLinks a{
    text-decoration: none;
    color: #0066aa;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 7px;
    font-size: 14px;
}
#headerLinks a:first-child{
    margin-right: 50px;
    /* float: left; */
}
#topBar .row{
    padding: 0;  display: block;  
}
#topBar.sticky{
    height: auto;
    padding: 8px 0;
}
#topModal{
    bottom: 0;
    left: 0;
    top: inherit;
    width: 100%;
}
.sticky #topModal{
    top: inherit;
}
#topModal ul{
    margin:0;
    background: #002b4d;
    padding: 10px;
    border: 0;
}
#topModal ul.dropdown-menu{
    border: 1px solid #fff;
    border-top: 0;
}

#pcBox .form-control{
    padding: 7px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    height: auto;
}
#pcBox .btn{
    float: right;
    font-size: 18px;
    padding: 6px 15px;
}
#pcBox a{
    margin-top: 7px;
}
#pcLoggedInBtn{
    background: #f7931e;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
}
#pcLoggedInBtn:hover{
    background: #e3810d;
}
#pcLoggedInBtn span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
#pcLoggedIn > ul, #pcLoggedIn > ul > li > ul{
    padding: 0;
    list-style: none;
}
#pcLoggedIn a{
    text-decoration: none;
}
#pcLoggedIn > ul > li > ul > li{
    border-bottom: 1px solid #8099ad;
}
#pcLoggedIn > ul > li > ul > li:last-child{
    border-bottom: 0;
}
#pcLoggedIn > ul > li > ul > li > a{
    padding: 10px;
    width: 100%;
}
#fadeHax{
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 999;
}
#ccDescription .buttons > div, #newButtons > div{
    display: inline-block;
}
.captionContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 14% 20px 0 20px; */
    padding-top: 12%; /* 10%; */
}
#topBar #rightSideMenu .col-lg-5 {
    padding-right: 0px;
}
.sliderCaption{
    position: static;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    top: 0;
    padding: 0 15px;
    position: relative;
    /*  
    left: 20.5%;
    margin: 0;
    */
    left: auto;
    margin: 0px auto;
    width: auto;  
    padding: 0;
}
.sliderCaption > div{
    width: 45%;
    float: left;
    position: static;
}
.sliderCaption > div:first-child{
    padding: 60px 10px 0 0; /* 60px 0 0 0; */
}
#slider .subimage{
    width: 55%;
    float: left;
    position: static;
}
#rightSideMenu img{
    float: none;
    width: auto;
    float: left;
}
#rightSideMenu .col-lg-3 img{
    margin-top: 16px;
}
#leftCog{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -191px;
}
#rightCog{
    position: absolute;
    right: 0;
    top: 50%;  margin-top: -191px;
}
.sliderCaption h1{
    text-transform: inherit;
}
.newsStory:hover .caption, .newsStory.activeStory .caption{
    background: #00325b;
}
@media (max-width: 768px){
    #rightSideMenu .col-lg-5 > .relative{margin-right: -15px;}
    .widget{margin-bottom: 10px;}
    .flex-control-nav {
        bottom: 10px;
        left: 10%;
    }
    #slider .subimage img{
        /*width:340px;*/
        border: 5px solid rgba(255,255,255,0.5);

        width: 100%;
    }
    #slider .subimage{
        width: 340px;

        padding: 0px 0%;
    }
    #rightSideMenu > div{
        margin-left: 10px;
    }
    #logoMain{
        left: -85px;
        width: 350px;
        top: 0px;
    }
    #ccDescription{
        padding-bottom: 50px;
    }
    #ccDescription .container, #anotherSlider .flexslider{
        max-width: 600px;
    }
    #featuredRiders h2{
        text-align: center;
    }
    #featuredRiders .flexslider{
        width: 650px;
    }
    .ccSponsor{
        max-width: 180px;
        margin: 0 auto;
        min-height: 160px; /* 250px; */
    }
    #ccWidgets input, #ccWidgets #teamSearch input{
        width: 80%;
        margin-bottom: 10px;
        margin-right: 5%;
    }
    #riderSearch input:first-child{
        display: block;
        float: none;
    }
    #ccWidgets .redBtn{
        width: 15%;
    }
    #slider .slides{
        margin: 0;
        width: 100%;

        width: 130%;
    }
    .sliderCaption > div{
        padding-left: 10%;

        padding-right: 0;
    }
    .sliderCaption h1{
        font-size: 36px;
        text-transform: inherit;
        line-height: 46px;
    }
    .sliderCaption{
        max-width: 768px;

        margin: 0;
        width: 77%;

        padding: 0;
        position: static;
    }
    #anotherSlider .buttons{
        margin-top: 0;
    }
    #widgets {
        background: #33B6E4;
    }
    .sliderCaption > div, .sliderCaption > div:first-child { 
		padding: 0 0 0 10%; 
		width: 48%;
	}
    .captionContainer {
		padding-top: 14%;
	}
	#featuredRiders .slides li > a{
		width: auto;
		padding: 0 5px;
	}
	#featuredRiders img{
		max-width: 100%;
	}
}
@media (max-width: 480px){
    #rightSideMenu .col-lg-5 > .relative{margin-right: 0px;}
    #ccDescription .buttons > div, #newButtons > div{display: block;}
    #slider .slides{
        width: 100%;
        margin: 0;
    }
    #slider .subimage{
        width: 100%;
        border: 0;
        top: 0;
        left: 0;
        margin: 0 auto;

        /* z-index: -10; */

        float: none;
        position: absolute;

        padding: 0;
    }
    #slider .subimage img{
        width: 100%;


        border: 0;
    }
    .sliderCaption{
        margin: 0;
        padding: 15px;
        margin-top: 109px;
        width: 100%;
        top: 0;
        background: #8bcc04;
    }
    .sliderCaption p{
        width: 100%;
    }
    #ccDescription .btn{
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .breadcrumContainer p{
        text-align: center;

        width: 100%;
    }
    .breadcrumContainer a{
        display: inline;
        margin-bottom: 10px;
        margin: 0;
        text-align: center;
        float: none;
        width: auto;
    }
    .breadcrumContainer span{
        display: inline;
    }
    #ccDescription .row > p{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    #progressContainer{
        display: none;
    }
    #progress{
        padding: 15px 25px 0 25px;
        overflow: hidden;
    }
    #progress hr{
        background: #DFDCD7;
        margin: 10px 0;
        width: 100%;
    }
    #progress .col-lg-3, #progress .col-lg-3:last-child{
        border: 0;
        padding: 0 10px;
    }
    #progress .col-lg-3:nth-child(3n+1){
        border-right: 1px solid #DFDCD7;
    }
    #progress .col-lg-3 h3{font-size: 22px;}
    #progress .col-lg-3 p{font-size: 18px;}
    #donatenowContainer{
        background: #00325b;
        padding-top: 10px;
    }
    #donatenowContainer h2{
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    #ccWidgets{
        padding-top: 0;
    }
    #progress > .row{
        margin-bottom: 10px;
    }
    #progress h2{
        margin-bottom: 10px;
        padding: 0;
    }
    #featuredRiders .flexslider{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #featuredRiders .flexslider .slides > li{
        display: inline-block;
        width: 50%;
        float: left;
        min-height: 150px;
    }
    #featuredRiders .flexslider .slides > li a > p {
        margin: 10px 0;
    }
    #featuredRiders .flexslider .slides > li:nth-child(n+5){
        display: none;
    }
    #leaderBoard{
        border-top: 1px solid #DFDCD7;
    }
    #leaderBoard h2{
        text-align: center;
    }
    #mobileNav .dropdown > img{
        float: left;
        margin-top: 10px;
    }
    #rightSideMenu img{
        float: left;
        width: 50%;
    
        margin: 0;
}
    #topBar{
        height: auto;
        padding-bottom: 0;
    }
    #rightSideMenu > div{
        margin: 0;
        width: 100%;
    }
    #headerLinks{
        display: none;
    }
    .limeBtn2{width: 100%;}
    #rightSideMenu{margin-top: -10px;}
    #leaderBoard .dropdown-menu > li > a, #leaderBoard .dropdown-menu > li > span{
        width: 50%;
        padding: 15px 20px;
    }
    #leaderBoard .dropdown-menu > li > span{
        text-align: right;
    }
    #leaderBoard .dropdown-toggle > span:first-child{
        padding-left: 0;
        margin-left: 10px;
    }
    #leaderBoard .dropdown-menu > li:last-child > a{
        width: auto;
    }
    #leaderBoard .dropdown-menu {
        display:block !important;
    }
    #top-riders-list ul,
    #top-teams-list ul {
        display:block;
        width:100%;
    }
    #anotherSlider .flexslider{width: 100%;}
    #anotherSlider .flexslider .slides > li{
        display: block;
        visibility: visible;
    }
    #anotherSlider .flexslider .slides > li:nth-child(2n){
        display: none;
    }
    .ccSponsor{
        width: 50%;
        float: left;
        min-height: 145px; /* 192px; */
        padding: 0 10px;
    }
    .ccSponsor p{
        margin-bottom: 0;

        font-size: 16px;
    }
    #latestNews p{
        font-size: 14px;
        margin-top: 0;
    }
    #anotherSlider{
        border-top: 0;
    }
    #latestNews, #anotherSlider{
        border-bottom: 1px solid #DFDCD7;
    }
    #anotherSlider .buttons{
        margin: 0;
    }
    #anotherSlider .buttons .btn{
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
    }
    .captionContainer{
        padding: 0;
        position: static;
    }
    .sliderCaption > div, .sliderCaption > div:first-child{
        width: 100%;
        float: none;

        padding: 0;
    }
    .ccSponsor a{font-size: 16px;}
    #rightSideMenu .col-lg-5 > .relative{float:none;text-align: center;}
    #rightSideMenu .row > div{padding: 0;}
    #widgets{background: #fff;padding: 15px 0;}
    #pcLoggedInBtn{font-size:18px;width: auto;margin: 0 auto;margin-top: 5px;}
    .sliderCaption p.btn{
        background: #8BCC04;
        border: 1px solid #fff;
        color: #fff; 
    }
    .sliderCaption p.btn:hover{
        background: #fff;
        color: #8BCC04;
        border-color: #8BCC04;
    }
    .sliderCaption p.btn:hover .bikeIco{
        background-position: -173px -260px;
    }
    #rightSideMenu .col-lg-3 img{margin-top: 0;}
}

.flex-control-paging li a.flex-active{
    background: #8BCC04;
}
.spinMe{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes slidein {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-moz-keyframes slidein {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


input:-moz-placeholder { /* Firefox 18- */
    color: red;  
    opacity: 1;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: red;
    opacity: 1;
} 

.yui-skin-ux .contact-list-name div {width:auto !important;}
.yui-skin-ux #hd-nav .selected {border:none !important;}
.yui-skin-ux #hd-nav {border:none !important; }
.yui-skin-ux #hd-nav li {margin:0; padding 20px; border:0; background-color:#f2f2f2;}
.ux-hd-row {margin:0;}
#top-riders-list li img{display:none;}
div.section-header{color:#ffffff;}
.section-sub-header{background-color:#ffffff !important; border:none !important;}
.section-header span {font-weight:bold;}
