.section-banner .banner .banner-text__title--large {
	line-height: .3;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none !important;
}

@media (min-width: 768px) {
    .logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
        text-align: left;
        min-width: 235px;
    }
}

@media(max-width: 767px;){
	.hide_mobile {
		display: none!important;
	}
}

.section--dark .banner-a .banner__subtitle {
    color: #e0c46b;
}