body, p, td {
    color: #4a2c50;
    font-family: sourcesans;
    font-size: 18px;
  
}

.body-container {
    margin-bottom: 20px;
    min-height: 475px;
}



/* cms styles */

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

}

.CMSContainer {

z-index: 2000;
}


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

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



/* form styles */

legend {
    color: #4a2c50;
    font-family: BebasNeueBold;
    font-size: 30px;
    margin: 0;
    

}

label {
}


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

.formWell {
    background-image: none;
}

label.error {
    color: #FF0000;
    display: block;
    font-style: italic;
    font-weight: normal;
}

.radio input[type="radio"],.checkbox input[type="checkbox"] {
    margin-left: 0px;
    position: relative;
}


/* misc styles */

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

/* 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;
}

/* */

.titleBanner {
   
    color: #c90f3d;
    font-family: bebasnue_regular;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    margin: auto;

}

.sectiontitle, sectionTitle {
   
   color: #4a2c50;
    font-family: BebasNeueBold;
    font-size: 40px;
    margin: 0 0 3px;
    text-align: center;
    text-transform: uppercase;
}




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

/* admin dash styles */

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

.colortwo {
    color: #4A2C50;
}

.colorthree {
    color: #39877F;
}

.colorfour {
    color: #39877F;
}

.bgcolorone {
    background-color: #C90F3D;
}

.bgcolortwo {
    background-color: #4A2C50;
}

.bgcolorthree {
    background-color: #39877F;
}

.bgcolorfour {
    background-color: #39877F;
}


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

#submitProcessing {
    text-align: center;
}


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


.btn-popover {
    border: none;
    background-color: none;
    color: #C90F3D;
    display: inline;
    font-weight: normal;
}

 .formbtn, .form-btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #c90f3d;
    border-color: -moz-use-text-color -moz-use-text-color #b3042f;
    border-image: none;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 4px;
    color: #fff;
    font-family: sourcesans;
    font-size: 16px;
    padding: 15px 33px 14px;
    transition: all 0.5s ease 0s;
}

.btn:hover, .formbtn:hover {
    background: none repeat scroll 0 0 #b3042f;
    border-color: #950025 !important;
    transition: all 0.5s;
}

.btn-small {
   padding: 10px;
}

.btn-cms {
     background-color: #39877F;
    border-color: -moz-use-text-color -moz-use-text-color #39877F;
    color: #ffffff;
    z-index: 2000;
  
}

.btn-primary {
    background-color: #39877F;
    border-color: #39877F;
    color: #fff;
}

table.table-home-leaderboards td, table.table-home-leaderboards td a{
    color: #fff;
    text-align: left;
    font-weight: normal;
    
}


.admin-container thead {
    background-color: #c90f3d;
    font-family: sourcesans;
    font-size: 15px;
}

.admin-container table tr td {

    font-size: 15px;
}

.ui-datepicker-calendar thead {
    font-size: 1em;
    background-color: #fff;
}