/* faqs */
.faq1 {
    list-style: inside;
}
.faq1 li {
    color: #fff !important;
}

/* Banner */
.component__subtitle.banner__subtitle {
    font-weight: bold;
}
/* CTA */
.section.cta-horizontal .container .cta-a.cta-a--12 .cta__title-subtitle__wrapper .cta__title {
    font-size: 2rem;
}
.section.cta-horizontal .container .cta-a.cta-a--12 .cta__title-subtitle__wrapper .cta__subtitle {
    font-size: 1.35rem;
}

/* Locations */
.locations-a .location__setting-title, .map-a .map-search__location-address span,  .map-a .map-search__location-contact span{
    font-size: 1.5rem;
}
.locations-a .location__address, .map-a .map-search__location-address p, .map-a .map-search__location-phone, .header-g .locations-a .location__phone a{
    font-size: 1.15rem;
}
.locations-col-2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/* Featured Blocks */
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title,
.section--dark .cta__button--icon.component__button--1,
.section--dark .cta__link.component__link--1,
.section.fb-grid-a-title-overlaps-image[class*="card-bg--light"] .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title,
.section.fb-grid-a-title-overlaps-image[class*=card-bg--light] .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content p,
.section.fb-grid-a-title-overlaps-image[class*=card-bg--light] .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link.component__link--1,
.section.fb-grid-a-title-overlaps-image[class*=card-bg--light] .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link.component__link--1:visited {
    color: #fff;
}
.section.fb-grid-a-title-overlaps-image.card-bg--light-2 .featuredblocks-grid-a .featuredblocks .featuredblock__wrap::after,
.section.fb-grid-a-title-overlaps-image.card-bg--light-2 .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    background-color: rgb(65, 145, 196);
}
/* Editable */
li {
    font-size: 1.125rem;
}

/* -- testimonials section -- */
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.5);
    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: 0 auto;
    padding: 25px 0 0;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.btn_cta a {
    background: #e47b3b;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}
.section.side-by-side-cta .cta-a .cta__links-wrapper a:nth-child(2),
 .phone_footer__container.editable__container p, 
 a.map-search__location-phone.piwik_ignore, 
 a.location__phone--link.piwik_ignore, span.phone-blade,
 a.location__phone-num.piwik_ignore {
  font-family: sans-serif !important;
  font-weight: bold !important;
}
h3.home-blade-title {
    font-family: oswald;
    font-size: 32px;
    grid-area: auto;
    line-height: 40px;
    margin: 0px 0px 8px;
    text-align: left;
    margin-bottom: 16px;
}

/* Media Inquiries */
@media (min-width: 992px) {
.component__subtitle.banner__subtitle {
        filter: drop-shadow(2px 2px 1px #111);
    }
}
@media (min-width: 768px) {
.navigation-a .navigation__item--link {
        font-size: 1rem;
        font-weight: bold;
    }
}
@media(max-width: 767px) {
    .locations-col-2 {
        width: 100%;
    }