
.section--dark .phone__container .phone__wrapper .phone__number, .section--light .phone__container .phone__wrapper .phone__number {
    color: #9dccff;
}


.section--dark .phone__container .phone__wrapper .phone__number:before, .section--light .phone__container .phone__wrapper .phone__number:before {
    color: #007bff;
}

.section-featuredblocks .featuredblock__item .featuredblock__wrap .featuredblock__icon .icon, .section-featuredblocks .featuredblock__item .featuredblock__wrap:hover .featuredblock__icon .icon {
    color: #007bff;
}

.section--dark .form .form__group .input_container input, .section--dark .form .form__group .input_container select, .section--dark .form .form__group .input_container textarea, .section--light .form .form__group .input_container input, .section--light .form .form__group .input_container select, .section--light .form .form__group .input_container textarea {
    background: #007bff;
    border: 1px solid #2361a5 !important;
}
.section--light .staff__container .staff__item {
    margin-bottom: 30px;
}
.section--dark .hours-a__schedule .hours-a__schedule--border, .section--light .hours-a__schedule .hours-a__schedule--border {
    border-color: #007bff;
}

/* ACCORDION */
.cstm-accordion {
    background-color: #eaf8ff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #a7d8fd;
}
  
  .active, .cstm-accordion:hover {
    background-color: #ccc;
  }
  
  .cstm-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
/* ACCORDION */









@media (max-width: 519px) {
	.section-banner .banner .component__title {
    color: #4a4a4a !important;
}

.section-banner .banner .component__subtitle {
    color: #596377 !important;
}

#id_28a39be3-7850-5880-b4ad-32833dcbc073 {
    padding-bottom: 35px;
}
.mobileHeader-logo {
  display: none;
}
}

@media (max-width: 320px) {
	
}

@media (max-width: 1023px) {
    .logo__container .logo-a__img {
        max-width: 99%;
        margin: 0 auto;
    }
}

@media (min-width: 991px) {
    .banner .banner-text__wrapper {
        padding-top: 550px;
    }
}

.section--dark .featuredblocks .featuredblock__wrap .featuredblock__title, .section--light .featuredblocks .featuredblock__wrap .featuredblock__title {
    text-align: center !important;
}
.section--dark .form-wrap__submit, .section--light .form-wrap__submit {
    display: block;
    text-align: center;
}