/* Header */
.d-none-tablet .component__title {
    margin: 0 !important;
    text-align: center;
}
.d-none-tablet .component-phone__wrapper {
    text-align: center;
}
.d-none-tablet span.component-phone__number.phone-l:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px / 1 font-awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 8px;
}
.d-none-tablet .col-lg-4.col-sm-12:first-child span.component-phone__number.phone-l:before {
    color: green;
}
.d-none-tablet .col-lg-4.col-sm-12:last-child span.component-phone__number.phone-l:before {
    color: red;
}
.logo__image img {
    filter: drop-shadow(1px 1px 9px #fff);
}
.component-phone__number.phone-l {
    font-weight: 600;
}
ul.navigation__list.navigation__list--default.navigation__list--sub {
    overflow-y: scroll;
}


.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.accordion-header,
.accordion-body {
  background: white;
}
.accordion-header {
    padding: 1.5em 1.5em;
    background: #3e59a9;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-family: "montserrat", Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .1em;
    transition: all .3s;
}
.accordion-header:hover {
  background: #2D3D99;
  position: relative;
  z-index: 5;
}
.accordion__item.js-accordion-item {
    margin-bottom: 5px;
}
.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}
.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-header:after {
  content: "\f078";
  font-family: 'Font-Awesome';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
.accordion__item.active .accordion-header {
  background: #2D3D99;
}
.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {right: -300px; opacity: 0} 
  to {right: 0; opacity: 1}
}
@keyframes slideIn {
  from {right: -300px; opacity: 0}
  to {right: 0; opacity: 1}
}
@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* Hamburger */
.mobileHeader-navWrap {
    padding: 7.5px 15px;
}
.mobileHeader-logoImg {
    min-height: 50px;
}

/* Banner */
.section--light .banner-a .banner__title {
    color: #3e59a9;
}
.home-best-banner {
    opacity: 0;
}
.slidein-seal {
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

/* Map */
.container-fluid .map-a .map__display {
    max-height: 500px;
}

/* Editables */
.col-2-services {
    width: 49%;
    display: inline-block;
    padding: 1%;
    vertical-align: top;
}
h4.blade__subtitle.component__subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
}
.map-a .map-search__location-address p, .map-a .map-search__location-phone {
    font-size: 16px;
}
h4.cta__subtitle.component__subtitle.captionAlignment--center.animated {
    font-size: 36px;
    line-height: 3.5rem;
}

/* Custom colors */
.section__bg--light-1.sticky-yellowstone::before {
    background-color: rgb(255 255 255 / 75%);
}
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__button.component__button--2, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__button--icon.component__button--2, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__link--icon.component__button--2, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__button.component__button--2:hover, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__button--icon.component__button--2:hover, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__link--icon.component__button--2:hover {
    color: white;
}
.section--light .pagetitle h1 {
    color: #3e59a9;
}
.section--light .wrap__page-content--inner h1, .section--light .wrap__page-content--inner h2, .section--light .wrap__page-content--inner h3, .section--light .wrap__page-content--inner h4, .section--light .wrap__page-content--inner h5, .section--light .wrap__page-content--inner h6 {
    color: #02ae4e;
}
.section__bg--dark-3 .section--dark .form-a .form__submit input.component__button--1 {
    background-color: #02ae4e;
    border-color: #02ae4e;
    color: white;
}
.section__bg--dark-3 .section--dark .form-a .form__submit input.component__button--1:hover {
    color: #fff;
    background-color: #03e065;
    border: 2px solid #02ae4e;
}
.section--light .articles-a .articles__item {
    background-color: #f5f5f5;
}
.section--light .articles-a .articles__item .article__post-title {
    color: #3e59a9;
}
.section--light .articles-a .articles__item .article__post-content p {
    color: #111;
}
.section--light .articles-a .articles__item .article__post-permalink {
    color: #009d40;
}
.section--light .articles-a .articles__item .article__post-permalink:hover {
    color: #03e065;
}
.section--light .articles__categories.mm-menu {
    background: transparent;
}
.section--light .articles__categories.mm-menu .mm-navbar .mm-title {
    background: #383431;
}
.section--light .articles__categories.mm-menu .articles__categories-link {
    background-color: #f5f5f5;
    color: #009d40;
}
.section--light .navigation-a .navigation__item:hover,
.section--light .navigation-a .navigation__list--sub .navigation__item:hover>.navigation__item--link {
    background-color: #3d58a7;
}

/* Media */
@media(max-width: 1399px) {
    .home-best-banner .col-lg-12.col-sm-12 {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .home-best-banner img {
        margin-top: 10px;
    }
}
@media(min-width: 992px) {
    .container-fluid .banner-a .banner__text-wrapper {
        transform: translate(-50%, -70%);
        top: 70%;
    }
    .section--light .banner-a .banner__title, .section--light .banner-a .banner__subtitle {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
    }
    p.hours__dayname {
        font-size: 1.5rem !important;
    }
    p.hours__time {
        font-size: 1.15rem !important;
    }
    .hours-a--12 .hours__dayname {
        margin-bottom: 30px;
    }
}
@media(max-width: 991px) {
    .d-none-tablet {
        display: none;
    }
    p.hours__dayname {
        font-size: 1.25rem !important;
    }
    p.hours__time {
        font-size: 1.25rem !important;
    }
}
@media(min-width: 768px) {
    .section.nav-a-18px .navigation-a>.navigation__list>.navigation__item>.navigation__item--link,
    .navigation-a .navigation__item--link {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    img.align-right {
        float: right !important;
        margin: 0 0 20px 20px !important;
    }
    img.align-left {
        float: left !important;
        margin: 0 20px 20px 0 !important;
    }
}
@media(max-width: 767px) {
    .home-best-banner .col-lg-12.col-sm-12 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .home-best-banner img {
        max-width: 80px;
    }
    img.align-right, img.align-left {
        float: none !important;
        margin: 0 auto 20px !important;
        display: block;
    }
    .col-2-services {
        width: 100%;
        padding: 0%;
    }
}


/* accordion styles */
/* .accordion {
    width: 100%;
    margin: 0 auto;
}
.accordion-header {
    background-color: #3e59a9;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-content {
    display: none;
    padding: 15px;
    border: 1px solid #999;
    border-top: none;
    background-color: #fff;
}
.accordion-header .icon {
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    font-weight: bolder;
    color: #fff;
}
.accordion h3 {
    color: #fff !important;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0px;
}

.accordion-header p {
    margin: 0px !important;
}
.accordion p, .accordion strong {
    color: #000 !important;
} */
/* accordion styles */