.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}


/* FORM */
input::placeholder, textarea::placeholder {
    color:#111 !important;
}

.section--light .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: #FFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111;
    transition: all 0.3s;
    border-color: #d0d0d0;
}

.input_container {
    font-family: "noto-serif",Arial,Helvetica,sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
}

.input_container input {
    background: #FFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111;
    transition: all 0.3s;
    border-color: #d0d0d0;
    padding: 0px 8px;
    line-height: 1;
    height: 36px;
    font-size: 1rem;
    border-radius: 0;
}

.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}


.form-wrap__submit input {
    display: flex;
    font-family: "noto-sans",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 16px;
    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: 0;
    transition: color 0.3s,background-color 0.3s,border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #FFF;
    background-color: #294593;
    border: 2px solid #294593;
    text-decoration: none;
    margin: 0 auto;
}

.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #294593;
    border: 2px solid #294593;
    text-decoration: none;
} 
 

/* -- testimonials section -- */
.wrap_testimonials {
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 25px auto;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.btn_cta a {
    background: #e7b451;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #1E326B;
}


.map-a .map__wrap {
    z-index: 9;
}


@media (min-width: 1199px){
.map-a .map__container {
    max-width: 1470px;
}
}
@media only screen and (min-width: 992px) {
.map__col {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
.flexslider .slides img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}
 
}

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

@media only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
 .col {
    flex-basis: auto;
 }
 .editable__container--inner picture, .editable__container--inner img {
    float: unset !important;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

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

@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media (min-width: 1200px) {
    .locations-a--12 .location__text-wrapper:only-child, .locations-a--8 .location__text-wrapper:only-child {
        max-width: 1140px;
        text-align: center;
    }
}