#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.faqs.contentWrapper h3{
    font-size: 20px;
    font-family: rregular;
    color: rgba(2, 55, 95, 1);
    margin-top: 0px;
}
.faqs .row{
    display: table;
    width: 100%;
}
.faqs .col{
    float: left;
}
.faqs .faq > h3 {
    font-size: 24px;
    font-family: rregular;
    color: rgba(2, 55, 95, 1);
    margin-bottom: 1em;
}
.faqs .eachquestion .col:last-child{
    width: 80%;
}
.faqs .container {
    transition: 0.5s ease-out;
    cursor: pointer;
}
.faqs .desc {
    display: none;
}
.faqs .desc > p {
    margin-top: 0px;
    padding: 20px;
    padding-bottom: 50px;
}
.faqs .contentWrapper > h3:last-child{
    font-weight: 100;
}
.faqs .contentWrapper div h3{
    margin: 0px;
}

.sprites.clickable{
    background-position: -974px -114px;
    width: 20px;
    height: 15px;
    zoom: 1.1;
    margin-right: 10px;
    transform: rotate(270deg);
    margin: 7px;
    transition: all 0.3s ease-in;
}
.faqs .row.eachquestion{
    margin-bottom: 20px;
}
.clickable.clicked{
    display: none;
}
@media only screen and (max-width: 1200px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    #bannerTitle > div{
        font-size: 1.0em;
    }
    .bodyWrapper section{
        margin: 30px 0;
    }
    .faqs.contentWrapper h3{
        font-size: 1.1em;
    }
}