@charset "UTF-8";
/*! Custom style
*/
.masthead:before { 
    background-color: rgb(175 175 175 / 85%) !important; 
}
.masthead .masthead-content {
    padding-right: 3em;
}
.tbm-thumb { 
    background-color:transparent !important; border:none !important; max-width: 7em; 
}
@media (min-width: 992px) {
    .masthead-donate {
        height: auto;
        width: 65vw;
        padding-left: 10vw;
    }
}
@media (min-width: 1024px) {
    .masthead-donate {
        height: unset !important;
    }
}
@media (min-width: 1440px) {
    .masthead-donate {
        height: 100% !important;
    }
}