.testimonials .bx-viewport {
  height: auto !important;
  text-align: center;
}
.location_custom__container.locations__container p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}
.location_custom__container.locations__container .location {
    float: left;
    margin: 10px;
    margin-right: 12px;
}

/*custom colors*/
.wrap__navigation-header {
  background-color: #1ECBE1;
  border-bottom: 0;
}
.wrap__navigation-header--inner .navigation:not(.mm-menu) .navigation__list .navigation__item.active a {
  text-decoration: none;
  background: #4bd5e7;
}
.wrap__navigation-header--inner .navigation:not(.mm-menu) .navigation__list .navigation__item:hover {
  background-color: #4bd5e7;
  border-left: 0;
  border-right: 0;
}
.wrap__header--inner header .wrap__except-nav .wrap__except-nav-container {
  background: linear-gradient(to bottom, #083688 0%, #4571BE 100%);
}
.wrap__navigation-header--inner .navigation:not(.mm-menu) .navigation__list .navigation__item a {
  color: #fff;
}
.location__phone a {
  color: #fff;
}
.wrap__slider--inner .slider__button a {
  background: #1ECBE1;
}
.wrap__slider--inner .slider__button a:hover {
  background-color: #80E2EE;
}
.wrap__featuredblocks {
  background-color: #f3f3f3;
}
.featuredblocks__caption {
  color: #80E2EE;
}
.featuredblock__title {
  color: #083688;
}
.featuredblock__description p {
  width: 100%;
  padding: 0;
  color: #000;
}
.featuredblock__container::before,
.featuredblock__container::after {
  background: #083688;
}
.featuredblock__item.hasimage .featuredblock__container, 
.featuredblock__item.hasicon .featuredblock__container,
.featuredblock__item.hasimage .featuredblock__image {
  border-right: 1px solid #083688;
}
.featuredblock__item:hover {
  background-color: #083688;
}
h1, h2, h3, h4, h5, h6 {
    color: #083688;
}
.wrap__testimonials {
  background-color: #083688;
}
.wrap__featuredarticles {
  background-color: #f3f3f3;
}
.testimonials__title {
  color: #fff;
}
.hours__wrapper {
  background-color: #083688;
}
.wrap__map-hours-section {
  background-color: #f3f3f3;
}
.wrap__content .wrap__content--inner .page__title {
  color: #083688;
}
.article__post-author, .article__post-category, .article__post-creation-date {
  color: #083688;
}
/*custom colors*/

@media (max-width:1199px) {

.featuredblock__item.hasimage .featuredblock__image {
  border-right: 0;
}
.featuredblock__item.hasimage .featuredblock__container, .featuredblock__item.hasicon .featuredblock__container {
  border-left: 1px solid #083688;
}
.featuredblock__container {
  border: 1px solid #083688;
}
}

.col-left {
float: left;
padding: 5px;
width: 30%;
}

.col-right {
float: left;
padding: 5px;
width: 69%;
}

@media (max-width: 767px) {
.col-left, .col-right {
width: 100%;
}
.wrap__header--inner header .wrap__except-nav .wrap__except-nav-container {
  background: transparent;
}
}