/* this changes the height of the header banner */
.carousel {
    height: 70%;
}

.panel.contentSwitcher{
    background: #fff;
    padding: 0px;
    border: none;
}

.panel.contentSwitcher h1{
    color: #030303;
    font-size: 20px;
}

.panel.contentSwitcher h1 span{
    font-size: 18px;
}

.switcherTabs{
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.switcherTab{
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #303030;
    padding-top: 20px;
    padding-bottom: 20px;
}

.switcherTab.active{
    color: #a70002;
    background: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.faq{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #303030;
}

.answer{
    color: #a70002;
}

.formBorder{
    border-right: 2px solid #a70002;
}

.btn.faq-btn{
    width: 100%;
    border-radius: 0px;
    background: #303030;
    color: #de2e29;
    border-bottom: 1px solid #000;
    border-top: 1px solid #a3a2a2;
    text-align: left;
    padding: 20px 0;
}

.btn.faq-btn:nth-of-type(2n){
    background: #434242;
}

.titleIcon{
    font-size: 50px;
    color: #fff;
}

.arrowIcon{
    font-size: 40px;
    float: right;
}

.signUpCta{
    border: 3px solid #fff;
    border-radius: 10px;
    width: 375px;
    height: 195px;
    margin-top: 100px;
    margin-left: 150px;
}

.signUpCta p{
    color: #fff;
    font-size: 23px;
    margin-top: 25px;
}

.signUpCta a{
    color: #fff;
    font-size: 20px;
}

.signUpCta a span{
    color: #a70002;
    padding-right: 20px;
}

/* EXCEPTIONS */
.contactUsHeading{
    margin-top: -60px;
}

.contactUsInfo{
    margin-bottom: 40px;
}

.contactUsBtn{
    margin-top: 25px;
    width: 250px;
}

.extraComment{
    height: 340px !important;
    resize: none;
}