.section--dark .banner-e .banner__title {
	text-transform: uppercase;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}




/* MAP */

.map-a .map__wrap {
    z-index: 9;
}

@media (min-width: 1199px){
.map-a .map__container {
    max-width: 1470px;
}
}

@media only screen and (min-width: 991px) {
 
}

@media only screen and (min-width: 992px) {
.map__col {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
 
.banner-e .banner__image img {
    object-fit: cover;
    height: 700px;
    object-position: 0 30%;
}
}

@media only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
}
.form__phiInfo {
    display: none;
} 
.form-a .form__input--radio input+label:before {
    display: none !important;
}
.form-a .form__input--checkbox input+label, .form-a .form__input--radio input+label {
    padding-left: 0;
}
.form__group.form-group.form-input-custom0.col-lg-12 .form__label.non-label {
    display: none;
}
.forms--2col-textarea .form-a .form__col-top .form__label {
        width: calc(100% - 15px);
    }