.hero {
    min-height: 50vh !important;
}

.no-margin-top {
    margin-top: 0px !important;
    margin-block-start: 0px !important;
}

.margin-top-sm {
    margin-block-start: 5px !important;
}

.no-padding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.width-80 {
    max-width: 80%;
    margin: 0 auto;
}

.custom-link a,
.zpbutton-type-link .zpbutton-content {
    border-bottom: 1px solid #3CA899;
}

.white-link a {
    color: white;
}

.zpform-help-text {
    font-size: 0.8rem !important;
}

[data-form-link-name="Request-a-Provider"] {
    width: 100% !important;
}

.text-fit {
    width: fit-content;
}

@media (max-width: 767px) {
    .top_band-container [class*=zpimage-size].zpimage-mobile-fallback-fit figure img {
        height: 35px !important;
    }
    
    [data-element-type="topbandSection"] .zpcontainer {
    	justify-content: center !important;
    }
    
    .theme-topband-container .zpsection {
        padding: 12px 0px !important;
}
