.section--dark .banner-a .banner__title {
	text-transform: uppercase;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
	clear: none;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}



.container .cta-a.cta-a--12 a.cta__button.component__button--1 {
    margin: 25px auto 0;
}


/* -- 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: #d7eee9;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}


.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: 20px;
    transition: color 0.3s,background-color 0.3s,border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #FFF;
    background-color: #122B1F;
    border: 2px solid #122B1F;
}

.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #214f39;
    border: 2px solid #122B1F;
    text-decoration: none;
}


.section__bg--light-1 .section--light .banner-a .banner__image-overlay {
    background-color: #214f44 !important;
}

.banner__title, .banner__tc-divider, .banner__subtitle {
    opacity: 1;
    color: #fff !important;
}

.banner__cta-wrapper{
     opacity: 1;
}

.section--light .banner-a .banner__tc-divider {
    background-color: #ffffff;
}

 
   .banner__cta .cta__button {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}


.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 only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
}

.flex-container {
          display: flex;
          flex-wrap: wrap;
		  align-items: center;
        }
        .col20 {
          width: calc(19% - 4px);
          padding: 10px;
        }

        .col25 {
          width: calc(24.6% - 4px);
        }

        .col30 {
          width: 31%;
          padding: 10px;
        }

        .col70 {
          width: 69%;
          padding: 10px;
        }

        .col50 {
          width: 48%;
          padding: 10px;
        }

        .spaced {
          justify-content: space-between;
        }
		
		.center{
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}

        @media screen and (max-width: 768px) {
          .col50,
          .col30,
          .col70,
          .col20,
          .col25 {
            width: 100%;
          }

          .alias-pcontent img {
            display: block;
            margin: auto;
            float: none !important;
          }
          .hide_mobile {
            display: none !important;
          }

          .align-left,
          .align-right,
          .align-center {
            display: block !important;
            margin: auto !important;
            float: none !important;
          }
        }