@charset "utf-8";

/* Above the fold Internal Pages */
.header-wrapper.alternate{
    position: static;
    background: #0267bf;
    padding-bottom: 15px;
}
.full-width-page-content h4 {
    font-size: 24px;
    margin: 25px 0 10px;
}
.full-width-page-content ul{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.full-width-page-content li{
    overflow: hidden;
    margin: 0 0 7px;
    text-indent: -10px;
    padding-left: 20px;
}
.full-width-page-content li:before{
    content: "\25CF";
    color: #0166be;
    float: left;
    margin-right: 17px;
    margin-top: -1px;
    margin-left: -10px;
}
.full-width-page-content a{
    color: #0166be;
}
.full-width-page-content a:hover{
    text-decoration: underline;
}
.full-width-page-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #0166be;
}
.full-width-page-content {
    min-height: 350px;
    padding-bottom: 30px;
    border-bottom: 3px solid #0166be;
}
.thankyou-banner-content h1 {
    font-size: 36px;
    color: #0267bf;
    margin-bottom: 30px;
}
.banner-section-wrapper.thankyou-banner-wrapper {
    text-align: center;
}
.thankyou-banner-content {
    width: 60%;
    margin: 0 auto;
}
.thankyou-banner-content a{
    color: #0166be;
}
.thankyou-banner-content a:hover{
    text-decoration: underline;
}
.wpcf7-response-output {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #F60;
    margin-bottom: -5px;
}

/* Below the fold */
.features-wrappper {
    background: #0267bf;
    padding: 35px 0;
}
.features-container {
    float: left;
    width: 25%;
    text-align: center;
}
.features-img-container {
    height: 100px;
    position: relative;
}
.features-img-container img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
}
.features-container h3 {
    font-weight: 400;
    color: #FFF;
    margin-top: 10px;
}
.welcome-section-wrapper{
    padding: 50px 0;
}
.welcome-section-wrapper .container {
    width: 55%;
}
.welcome-heading {
    text-align: center;
    font-size: 36px;
    color: #0166be;
    margin-bottom: 30px;
}
.welcome-content-container {
    width: 50%;
    float: left;
}
.welcome-image-wrapper {
    float: left;
    width: 43%;
    margin-left: 7%;
}
.welcome-btn-wrapper {
    float: left;
    text-align: center;
    width: 100%;
}
.welcome-btn-wrapper a {
    background: #F60;
    color: #FFF;
    font-size: 18px;
    padding: 7px 50px;
    margin: 25px 0;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #F60;
    transition: all .5s;
}
.welcome-btn-wrapper a:hover{
    background: transparent;
    color: #F60 !important;
}
.page-id-40 .welcome-btn-wrapper a{
    background: #ff0080;
    border: 2px solid #ff0080;
}
.page-id-40 .welcome-btn-wrapper a:hover{
    background: transparent;
    color: #ff0080 !important;
}
.testimonial-section-wrapper{
    background: #ddebf3;
    padding: 50px 0;
}
.testimonial-section-wrapper .container{
    overflow: visible;
    position: relative;
}
.testimonial-heading{
    font-size: 36px;
    color: #0166be;
    margin-bottom: 30px;
    background: url(../images/ratings.png) no-repeat scroll 100% 0 transparent;
}
.testimonial-navigation span{
    position: absolute;
    top: 50%;
    color: #748995;
    border: 1px solid #748995;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 20px;
    cursor: pointer;
}
.testimonial-navigation #prev {
    left: -60px;
}
.testimonial-navigation #next {
    right: -60px;
}
.testimonial-container {
    overflow: hidden;
}
.testimonial-content-container {
    float: left;
    width: 55%;
    margin-right: 5%;
}
.testimonial-image-container {
    float: left;
    width: 40%;
    text-align: right;
}
.testimonial-content-container p {
    font-style: italic;
}
.testimonial-content-container h4 {
    color: #0268c0;
    margin-top: 20px;
    font-style: italic;
}
.chart-section-wrapper{
    background: #ddebf3;
    padding: 50px 0;
    text-align: center;
}
.chart-heading {
    text-align: center;
    font-size: 36px;
    color: #0166be;
    margin-bottom: 30px;
}
.chart-section-wrapper p.note1 {
    margin-top: 20px;
}
.chart-section-wrapper p.note2 {
    font-size: 15px;
}
.intro-section-wrapper{
    padding: 50px 0;
}
.intro-section-wrapper .container {
    width: 55%;
}
.intro-heading {
    text-align: center;
    font-size: 36px;
    color: #0166be;
    margin-bottom: 30px;
}
.intro-content-container {
    width: 50%;
    float: left;
}
.intro-content-container li{
    overflow: hidden;
    margin: 0 0 7px;
    text-indent: -10px;
    padding-left: 20px;
}
.intro-content-container li:before{
    content: "\25CF";
    color: #0166be;
    float: left;
    margin-right: 17px;
    margin-top: -1px;
    margin-left: -10px;
}
.intro-image-wrapper {
    float: left;
    width: 43%;
    margin-right: 7%;
}
.intro-btn-wrapper {
    float: left;
    text-align: center;
    width: 100%;
}
.intro-btn-wrapper a {
    background: #F60;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 50px;
    margin: 25px 0;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #F60;
    transition: all .5s;
}
.intro-btn-wrapper a:hover{
    background: transparent;
    color: #F60 !important;
}
.page-id-40 .intro-btn-wrapper a{
    background: #ff0080;
    border: 2px solid #ff0080;
}
.page-id-40 .intro-btn-wrapper a:hover{
    background: transparent;
    color: #ff0080 !important;
}
.footer-band-wrapper {
    background: #0267c0;
    padding: 30px 0;
    text-align: center;
}
.footer-band-heading {
    font-size: 32px;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
}
.footer-band-btn-wrapper {
    display: inline-block;
    margin-left: 20px;
}
.footer-band-btn-wrapper a {
    background: #F60;
    color: #FFF;
    display: inline-block;
    padding: 7px 40px;
    border: 2px solid #FFF;
    border-radius: 5px;
    font-weight: 700;
    transition: all .5s;
}
.footer-band-btn-wrapper a:hover {
    background: #FFF;
    color: #F60 !important;
    border: 2px solid #F60;
}
.page-id-40 .footer-band-btn-wrapper a{
    background: #ff0080;
}
.page-id-40 .footer-band-btn-wrapper a:hover{
    background: #FFF;
    border: 2px solid #ff0080;
    color: #ff0080 !important;
}
.footer-wrapper {
    padding: 40px 0 25px;
}
.footer-top-widget {
    float: left;
    width: 50%;
}
.coloradosponsor-footer-contact-wrapper {
    float: left;
    width: 50%;
    margin-top: 30px;
    text-align: right;
}
.contact-number h4 {
    color: #08005c;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}
.contact-number a {
    font-size: 34px;
    font-weight: 600;
    color: #F60;
}
.page-id-40 .contact-number a{
    color: #ff0080;
}
.footer-container {
    overflow: hidden;
}
.copyright-wrapper {
    overflow: hidden;
    margin-top: 25px;
}
.copyright-text {
    float: left;
    width: 75%;
    font-size: 13px;
    margin: 0;
}
.footer-links {
    float: left;
    width: 25%;
    text-align: right;
    margin: 0;
    font-size: 13px;
}
.loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,.9);
}
.loading-wrapper img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.bottom-banner-section-wrapper {
    background: #ddebf3;
    padding: 50px 0;
}
.contact-fields-wrapper {
    overflow: hidden;
    padding: 30px 0px 20px;
}

.contact-fields-wrapper p {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.contact-fields-wrapper p:nth-child(2n+2) {
    margin-right: 0;
}
.contact-form-wrapper h2 {
    text-align: center;
    color: #0267c0;
}
.contact-form-wrapper input, .contact-form-wrapper select{
    border:none;
    height:35px;
    width:100%;
    outline:0;
    font-size:15px;
    padding-left:10px;
    border-radius:5px
}
.contact-form-wrapper a.btn,.contact-form-wrapper input.wpcf7-submit{
    padding: 12px 0!important;
    background: #f60;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    width: 30%;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    line-height: 1;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
    cursor: pointer;
    display: block;
}
.contact-form-wrapper a.btn:hover,.contact-form-wrapper input.wpcf7-submit:hover{
    background: #FFF;
    border: 2px solid #F60;
    color:#F60!important
}
span.ajax-loader{
    display:none!important
}

/* Media Queries */
@media screen and (max-width: 1300px){
    .thankyou-banner-wrapper .container{
        width: 75%;
    }
}
@media screen and (max-width: 1100px){
    .thankyou-banner-wrapper .container{
        width: 90%;
    }
}
@media screen and (max-width: 1200px){
    .welcome-section-wrapper .container, .intro-section-wrapper .container {
        width: 75%;
    }
}
@media screen and (max-width: 993px){
    .features-container h3 {
        font-size: 16px;
    }    
    .welcome-section-wrapper .container,  .intro-section-wrapper .container {
        width: 90%;
    }
    .thankyou-banner-content {
    width: 100%;
}
}
@media screen and (max-width: 767px){
    .features-container {
        width: 50%;
        margin-bottom: 30px;
    }
    .welcome-heading{
        font-size: 30px;
    }
    .welcome-heading br {
        display: none;
    }
    .welcome-content-container {
        width: 100%;
    }
    .welcome-image-wrapper{
        margin: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    .testimonial-heading{
        font-size: 30px;
    }
    .testimonial-navigation #prev {
        left: -45px;
    }
    .testimonial-navigation #next {
        right: -45px;
    }
    .testimonial-content-container {
        width: 100%;
        margin: 0;
    }
    .testimonial-image-container {
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }
    .intro-heading{
        font-size: 30px;
    }
    .intro-heading br {
        display: none;
    }
    .intro-content-container {
        width: 100%;
    }
    .intro-image-wrapper{
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .footer-band-btn-wrapper {
        margin-top: 30px;
    }
    .footer-top-widget {
        width: 100%;
        text-align: center;
    }
    .coloradosponsor-footer-contact-wrapper {
        width: 100%;
        text-align: center;
    }
    .copyright-text {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-links {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    .testimonial-navigation{
        display: none;
    }
    .thankyou-banner-content h1{
        font-size: 30px;
    }
    .contact-form-wrapper a.btn, .contact-form-wrapper input.wpcf7-submit {
        width: 100%;
    }
    .contact-fields-wrapper p {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
@media screen and (max-width: 500px){
    .features-container {
        width: 100%;
    } 
    .testimonial-heading{
        background: none;
        text-align: center;
    }
}