/* ==========================================================================
 
Common colors and fonts
/*
 colorone: ab1a1a
 colortwo: ab1a1a
 lighter purple: F7901E
 darker purple: 17573C
    
 light gray bg e9e9e9
 light pink bg fde9f2
    
 */

html {
    font-size: 100%;
}

body {
    font-family:  Arial, Verdana, Helvetica, Sans-serif;
}

a {
    outline: 0;
    color: #17573C;
}

    a:hover, a:active {
        color: #039759;
    }

h1, h2, h3, h4, h5 {
    font-family:  Arial, Verdana, Helvetica, Sans-serif;
    text-transform: uppercase;
    color: #ab1a1a;
    margin: 20px 0px 10px 0px;
}

h5 {
    font-style: italic;
    text-transform: none;
}

p {
   
    margin-bottom: 30px;
}



/* makes all images responsive by default*/
img {
    height: auto;
    max-width: 100%;
}

.bodycontainer {
    max-width: 970px;
   
}
/*
.container {
    max-width: 970px;
    width: 78%;
}
   
*/


/* navbar styles */
/* bootstrap overwrites*/
.navbar, .navbar-inverse {
    width: 100%;
    background-color: #ab1a1a;
    background-image: none;
    height: 62px;
    color: #fff;
    border: 0px;
    line-height: 30px;
    font-family:  Arial, Verdana, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    filter: none;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
        text-shadow: none;
        line-height: 30px;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: #ab1a1a;
            left: -50px;
        }


    .navbar-inverse .navbar-nav > li > a {
        text-shadow: none;
        color: #ffffff;
        padding: 20px;
        background-color: #ab1a1a;
    }



        .navbar-inverse .navbar-nav > li > a.last {
            background: none;
        }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus {
            color: #ffffff;
            background-color: #c9001c;
            background-image: none;
        }

.navbar-collapse {
    max-height: none;
}

.navbar-collapse > ul > li > a  {
   padding: 0px;
}

/* end of bootstrap overwrites*/

.my-account-link-large {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.my-account-link-small {
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    padding: 5px 15px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 700;
}
/* end of navbar styles*/

/* carousel styles*/
.homecarousel {
    max-width: 1170px;
    margin: auto;
}

.carousel-caption {
    padding: 0px;
    margin: 0px 0px -10px -110px;
    width: 300px;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
}

.carousel-caption-text {
    line-height: 32px;
   font-size: 20px;
}

.carousel-caption-pagetitle {
    line-height: 32px;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    padding: 22px;
}



.alt-title {
    background-color: #33091e;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    color: #ffffff;
}
/* end carousel styles */

/* content area */

.page-container {
    margin: auto;
    padding: 15px 0px;
    min-height: 500px;
}

/* end content area */
.actionbuttonrow {
    margin-bottom: 20px;
}

.actionbutton {
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    padding: 10px;
}


a.actionbutton-link:hover {
    text-decoration: none;
    background-color: #17573C;
}


@media (min-width: 985px) {

    .trimspace-left {
        margin-left: -25px;
    }

    .trimspace-right {
        margin-right: -25px;
    }
}


.sponsors {
}

.sponsors-bar {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #039759;
    padding: 15px;
    color: #ffffff;
}

    .sponsors-bar a {
        color: #000000;
        font-size: 24px;
    }

div.sponsor-logos img {
    margin: 5px;
    max-width: 200px;
}


.leaderboards {
    font-weight: 600;
    background-color: #e9e9e9;
    color: #6b6c6e;
    padding-bottom: 15px;
}

    .leaderboards a {
        color: #6b6c6e;
        font-weight: 400;
    }

.leaderboards-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #17573C;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
    font-size: 24px;
}

    .leaderboards-title a {
        font-weight: 400;
    }


footer {
    background-color: #ab1a1a;
}

    footer a {
        color: #ffffff;
        line-height: 25px;
    }

    footer p {
        color: #ffffff;
        padding: 20px 20px 0px 0px;
    }

footer-link-column {
    padding-left: 17px;
    border-left: solid 1px #ab1a1a;
    margin: 35px;
    min-height: 225px;
}

/* cms styles */

.CMSContent /* sets the style for the live content area generated by the cms */ {
    margin-top: 10px;
}

    .CMSContent li {
        font-size: 1.2em;
    }

.CMSContentHover {
    margin-top: 10px;
    background-color: #ececec;
}

.CMSPreviewButtonContainer {
    background-color: #fefefe;
    border: 1px dashed #8e8e8e;
    padding: 10px;
}



/* form styles */

legend {
    text-transform: uppercase;
    color: #ab1a1a;
    font-weight: 700;
}

label {
}


.required-asterisk {
    font-weight: bold;
    color: #ff0000;
}

.formWell {
    background-image: none;
}

label.error {
    color: #FF0000;
    display: block;
    font-style: italic;
    font-weight: normal;
}
/* button styles */
.btn-bs-overwrite {
    background-color: #17573C;
    border: 0px;
    background-image: none;
     color: #ffffff; 
}

    .btn-bs-overwrite:hover, .btn-bs-overwrite:active {
    color: #ffffff;
    background-color: #039759;
    text-decoration: none;
    }


.formbtn {
    background-color: #17573C;
    border: 0px;
    background-image: none;
    padding: 20px 40px;
    font-size: 20px;
    color: #ffffff;
}

    .formbtn:hover, .bformbtn:active {
    color: #ffffff;
    background-color: #039759;
    text-decoration: none;
    }

.formbtn-small {
    background-color: #17573C;
    border: 0px;
    background-image: none;
   padding: 10px 20px;
     font-size: 18px;
    color: #ffffff;
}


    .formbtn-small:hover, .bformbtn-small:active {
    color: #ffffff;
    background-color: #039759;
    text-decoration: none;
    }


/* misc styles */

.waiver-text {
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
}

/* participant/team page styles */

.addthis_toolbox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.participant-page-profile-pic {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    margin-bottom: 10px;
}

.donation-page-profile-pic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    z-index: 1000;
}

.profile-pic-64 {
    width: 64px;
    height: 64px;
}

.profile-pic-36 {
    width: 36px;
    height: 36px;
}

.profile-pic-100 {
    width: 100px;
    height: 100px;
}

.profile-pic-for-autocomplete {
    width: 50px;
    height: 50px;
    border: 1px solid #888;
    margin: 5px;
}


.participant-page-title {
    margin-left: 90px;
}

.participant-page-my-story {
    margin-top: 15px;
}

.donorlist-well {
    background-image: none;
    margin-top: 15px;
}


legend.sidebar {
    text-transform: uppercase;
    color: #ab1a1a;
    font-weight: 700;
    font-size: 24px;
}

/* admin nav styles */
.nav-tabs {
    border-bottom: 4px solid #333333;
}

    .nav-tabs > li > a {
        background-color: #e9e9e9;
        color: #333333;
        border-radius: 0px;
        border-color: #c8c8c8;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        text-transform: uppercase;
    }

        .nav-tabs > li > a:hover {
            background-color: #333333;
            color: #ffffff;
            border-radius: 0px;
            border-color: #c8c8c8;
        }

        .nav-tabs > li > a:hover {
            border-color: #333333;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #ffffff;
        cursor: default;
        background-color: #333333;
        border: 1px solid #333333;
        border-bottom-color: #333333;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #333333;
    border: 1px solid #333333;
    border-bottom-color: #333333;
}

/* */
.sectiontitle, sectionTitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ab1a1a;
    font-weight: 700;
    margin: 25px 0px 10px 0px;
    font-size: 22px;
}

.titleBanner {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ab1a1a;
    font-weight: 700;
    margin: 25px 0px 10px 0px;
    font-size: 26px;
}

.shadowbox {
    box-shadow: 1px 1px 3px #BBBBBB;
    padding: 30px;
}

/* admin dash styles */

/* color classes */
.colorone {
    color: #ab1a1a;
}

.colortwo {
    color: #17573C;
}

.colorthree {
    color: #039759;
}

.colorfour {
    color: #e3d5d7;
}

.bgcolorone {
    background-color: #ab1a1a;
}

.bgcolortwo {
    background-color: #17573C;
}

.bgcolorthree {
    background-color: #039759;
}

.bgcolorfour {
    background-color: #e3d5d7;
}

.fundo-text {
    font-size: 18px;
    color: #ab1a1a;
    margin: auto;
    text-align: center;
    z-index: 100;
    padding: 10px 0px;
}

.fundo-num {
    font-weight: 700;
    font-size: 20px;
    margin: 0px 5px;
}


.fundo-text-small {
    font-size: 14px;
}

.fundo-num-small {
    font-size: 16px;
}

.fundo-progress-bar {
    height: 30px; 
}

.submitrow {
    margin: 15px 0px;
    text-align: center;
}

#submitProcessing {
    text-align: center;
}

.grey-bar {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #d8d9db;
    padding: 15px;
    margin: 15px 0px;
    color: #ffffff;
}


.ui-autocomplete-loading {
    background: white url('../ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}