/* Enter Your Custom CSS Here */


body.stm_transparent_header_disabled.stm_title_box_disabled.stm_breadcrumbs_enabled .stm-header {
    margin-bottom: 20px !important;
}


.stm_layout_digital.stm_title_box_enabled.stm_breadcrumbs_enabled .stm_titlebox.stm_titlebox_style_8 {
    margin-bottom: 20px;
}

.stm_header_style_1 .stm-header, .stm_header_style_1 .stm_mobile__header{background-color: rgb(17, 18, 18) !important;}
.mbc{color:#fff !important;background-color: rgb(255, 255, 255) !important;}

/* Default Layout: 992px.  */




/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {


.stm_titlebox_style_8{min-height:150px !important; padding-top:0px !important;}


}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

.stm_titlebox_style_8{min-height:150px !important; padding-top:0px !important;}
.vc_custom_1562965688420 .stm_infobox__image img {
max-height: 100% !important;
}
}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.stm_titlebox_style_8{min-height:150px !important; padding-top:0px !important;}

}