.section--dark .banner-a .banner__title {
	text-transform: uppercase;
}
.map-a .map__col.animated {
	background: rgba(255,255,255,.7);
	box-shadow: 1px 0px 9px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 0px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 9px 0px rgba(0,0,0,0.75);
}

ul.navigation__list.navigation__list--default.navigation__list--sub {
    overflow-y: scroll;
}

/* Testimonials */
.section--light .wrap_testimonials .btn_cta {
    display: flex;
    justify-content: center;
}
.section--light .wrap_testimonials .btn_cta a {
    display: flex;
    font-family: "noto-sans", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    background-color: #49b62d;
    border: 2px solid #49b62d;
    color: white !important;
}
.section--light .wrap_testimonials .btn_cta a:hover {
    background-color: #62d145;
    border: 2px solid #49b62d;
}

/* Columns */
.col-2-contact {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

/* Custom colors */
.section--dark .cta__button.component__button--1, .section--dark .cta__button.component__button--1:hover {
    color: white !important;
}

/* Media */
@media(max-width: 767px) {
	.col-2-contact {
		width: 100%;
	}
}