.section__bg--light-4::before {
  background-color: #fff;
}
.teal_gradient::before {
    background: radial-gradient(#55a6b8,#1c7d82);
}
.navigation-a .navigation__item--link {
    font-size: 1.1rem;
}
.locations-a .location__phone--link {
  font-size: 1.1rem;
}
.section--light a {
  color: #1c7d82;
}
.home_tagline__container h1 {
  text-shadow: 3px 3px 5px #555;
}
.component_title_default, .section.seo-friendly .component h1, 
.section.seo-friendly .editable h1, 
.component__title, .search-a__page-title, 
.stats-a .stats-item .stat__title {
    font-family: 'Allura', cursive;
}
.blade__title.component__title {
  color: #1c7d82;
}
.section--light h1, .section--light h2, 
.section--light h3, .section--light h4, 
.section--light h5, .section--light h6 {
  color: #1c7d82;
}
.videobanner-a__title,
.heading_1, h1,
.blade__title,
h3.featuredblocks__title.component__title,
.cta__title.component__title,
.hours__title {
  font-size: 60px;
}
.locations__title,
.heading_2, h2 {
  font-size: 50px;
}
 .heading_3, h3 {
  font-size: 40px;
 }
.section--light h2,
.heading_2, h2,
.section--light .editable h1, .section--light .editable h2, .section--light .editable h3, 
.section--light .editable h4, .section--light .editable h5, .section--light .editable h6 {
color: #1c7d82;
}
.hours__title {
  color: #1c7d82!important;
}
.cta__title.component__title {
  color: #1c7d82;
}
.heading_1, h1,
.heading_2, h2,
.heading_3, h3 {
    font-family: 'Allura', cursive;
    font-weight: normal;
    margin: 20px 0;
    color: #1c7d82;
}
.map-a .map-search__location-name {
  font-family: 'Allura', cursive;
  font-weight: normal;
  font-size: 40px;
}
.pagetitle .text--left {
  animation: fadeInRight 2s ease-in-out;
}
h3.featuredblocks__title.component__title {
    line-height: 1rem;
}
.section--light .editable a {
  text-decoration: underline;
}
.hours-a--12 .hours__title {
  color: #fff !important;
}
.container-fluid .col-lg-12 .blade-a.blade__text-media--swapped .blade__wrap > .row {
    align-items: center;
}
.section--light .form-a .form__submit input.component__button--1 {
  color: #263f65;
}
.hours-a--12 .hours__dayname,
.hours-a .hours__time {
    font-size: 1.1rem;
}
.section--light .testimonials-c .testimonials-item:nth-child(2n) {
  background-color: #F9FBFD;
}
.quotemark {
  display: none;
}
.testimonials-content-wrapper {
  width: 100%;
}
.testimonials-c .testimonials-item .testimonial__source {
  text-align: center;
}
.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}
.btn_cta a {
  background: #263f65;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  min-width:320px;
}

@media (min-width: 992px) {
.cols4 {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: center;
}
}

@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
.btn_cta a {
  min-width: 100%;
}
}