.hero-banner-bar-slider {
    display:flex;
    width:100%;
    flex-direction:column;
    justify-content:center;
}
.defined-text-dark {
    text-shadow: 2px 2px 2px white, 2px -2px 2px white, -2px 2px 2px white, -2px -2px 2px white, 2px 2px 30px #00000044, 2px -2px 30px #00000044, -2px 2px 30px #00000044, -2px -2px 30px #00000044;
}
.defined-text-light {
    text-shadow: 2px 2px 2px black, 2px -2px 2px black, -2px 2px 2px black, -2px -2px 2px black, 2px 2px 30px #ffffff44, 2px -2px 30px #ffffff44, -2px 2px 30px #ffffff44, -2px -2px 30px #ffffff44;
}
.hero-banner-bar-slider>* {
    margin-top:auto !important;
    margin-bottom:auto !important;
}
.hero-banner-bar-slider>*>.et_pb_slides {
    height:100%;
}
.hero-banner-bar-slider>*>.et_pb_slides>* {
    background-size:cover;
}
@media screen and (min-width:980px){
    .invert-on-desktop:not(.et_section_specialty),.et_section_specialty.invert-on-desktop>.et_pb_row {
        display:flex;
    }
    :is(.invert-on-desktop,.et_section_specialty.invert-on-desktop>.et_pb_row)>.et_pb_column:first-of-type {        
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order:2;
        margin-right: 0 !important;
    }
    :is(.invert-on-desktop,.et_section_specialty.invert-on-desktop>.et_pb_row)>.et_pb_column:last-of-type {    
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order:1;
        margin-right: 5.5% !important;
    }
}

.et_pb_equal_columns>.et_pb_column { display:flex; flex-direction:column; min-height:0px; }