#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;
}
.contentWrapper div > div > h3{
    font-size: 20px;
    font-family: rregular;
    color: rgba(2,55,95,1);
}
/* .contentWrapper div > div:last-child{
    text-align: center;
    margin-bottom: 0px;
}
.contentWrapper div > div:last-child p{
    font-family: rmedium;
} */
@media only screen and (max-width: 800px) {
    .contentWrapper div > div > p{
        text-align: left;
    }
    #cssmenu #menu-button{
        text-align: left;
    }
    section{
        margin-top: 20px !important; 
    }
}
@media only screen and (max-width: 1200px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-bottom: 30px;
    }
}
/* Terms and Conditions */
button.tccategory {
    background-color: rgba(67, 152, 209,1)
}
button.tccategory.active {
    background-color: rgba(2,55,95,1);
}
.terms-and-conditions {
    color: rgba(2,55,95,1);
    display: none;
}
.terms-and-conditions.active {
    display: block;
}
