p {
    font-family: 'Lato', sans-serif;
}
/* Logo */
.logo-a__title.component__title {
    text-transform: uppercase;
    font-size: 34px;
    text-align: left;
    line-height: 36px;
}
.logo-a__caption.component__subtitle {
    text-align: left;
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
}
.mobileHeader-logo p {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    font-size: 27px;
}
.mobileHeader-logo p:after {
    content: "Recovery of New Mexico";
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.container-home li {
    font-size: 15px;
}
.container-home i {
    color: #1b98a6;
}
.container-home ul {
    list-style: none !important;
    padding: 0px;
}
.container-sub {
    padding-left: 18px;
}
.container-sub {
    border-left: solid 4px #1b98a6;
}
h1.blade-a__title {
    color: #1b98a6 !important;
    font-size: 17px !important;
    position: relative;
    top: 30px;
}


/* Banner */
.section .banner-c {
    min-height: 0;
}
.section .banner-c .slider__background--overlay:after {
    background: #000;
}

/* Forms */
.section .section--light .form-wrap__submit input {
    margin: 0 auto;
}

/* Blade */
.section-blade .blade-a__subtitle {
    color: #1b98a6;
}

/* Featured Blocks */
.featuredblocks-grid-b .featuredblock__image {
    height: 170px !important;
    width: auto !important;
}

/* -- testimonials section -- */
.section--light .btn_cta a {
    display: flex;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #1b98a6 !important;
    border-radius: 22px;
    padding: 12px 25px;
    width: auto;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #1b98a6;
    text-decoration: none !important;
    color: white !important;
    max-width: 160px;
    margin: 0 auto;
}
.section--light .btn_cta a:hover {
    background-color: #e7b451 !important;
    color: #fff !important;
    border: 2px solid #e7b451 !important;
}

/*======= ACCORDIAN BUTTONS=========*/
.accordion-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-tabs  {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.accordion-tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #3d1911;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #8c3928;
    font-family: "Montserrat", sans-serif;
}
.accordion-tab:last-child .tab-label {
    border-bottom: 0;
}
.tab-label:hover {
    background: #8c3928;
}
.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000;
    background: white;
    transition: all 0.35s;
    font-family: 'Lato', sans-serif;
}
.accordion-tabs input:checked + .tab-label {
    background: #8c3928;
}
.accordion-tabs input:checked + .tab-label::after {
    transform: rotate(90deg);
}
.accordion-tabs input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    border: 1px solid #1b98a6;
    border-top: 0;
    font-family: 'Lato', sans-serif;
}

/* Colors */
:root {
    --color2: #8c3928;
}
.section__bg--dark-2::before {
    background-color: #8c3928;
}
.section--light .component__button--2,
.section--dark .banner .component__button--3 {
    color: #fff !important;
    border: 2px solid #1b98a6 !important;
    background: #1b98a6 !important;
    text-transform: uppercase;
}
.section--light .component__button--2:hover,
.section--dark .banner .component__button--3:hover {
    background-color: #e7b451 !important;
    color: #fff !important;
    border: 2px solid #e7b451 !important;
}
.section--dark .blade-a__links .component__button--2,
.section .section--light .form-wrap__submit input,
.exclusive-offer .section--dark .form-wrap__submit input,
.newsletter-2-fields .section--dark .form-wrap__submit input {
    color: #fff !important;
    background-color: #1b98a6 !important;
    border: 2px solid #1b98a6 !important;
}
.section--dark .blade-a__links .component__button--2:hover,
.section .section--light .form-wrap__submit input:hover,
.exclusive-offer .section--dark .form-wrap__submit input:hover,
.newsletter-2-fields .section--dark .form-wrap__submit input:hover {
    background-color: #e7b451 !important;
    color: #fff !important;
    border: 2px solid #e7b451 !important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover {
    background: #10213a;
}
.section--dark .socialmedia__link {
    color: #1b98a6;
}
.section--dark .socialmedia__link-wrapper:hover .socialmedia__link {
    color: #1b98a6;
}
.form-default .section--light .form__title {
    color: #8c3928 !important;
}

/* MEDIA QUERIES ONLY */
@media(max-width: 1199px) {
    .partial-header-a {
        padding: 0;
    }
    .d-none.d-sm-none.d-md-block .container,
    .overlap.banner-nav .container {
        max-width: 100%;
    }
    .banner .banner-text__wrapper {
        margin: 0 auto;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    #partial-header-1 .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    #partial-header-1 .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
}
@media(max-width: 1024px) and (min-width: 768px) {
    .partial-header-a .col-5.col-md-8 .col-5.col-md-12 {
        padding-left: 0;
    }
    .partial-header-a .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    .partial-header-a .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
}
@media(min-width: 992px) {
    .partial-header-a .socialmedia {
        margin-right: 25px;
    }
    .section .banner .banner-text__title--extraLarge, .section .videobanner .videobanner-a__title {
        line-height: 60px;
    }
    .section .component__subtitle, .section .form__caption {
        font-size: 21px;
    }
    .section-blade .blade-a__subtitle {
        padding-top: 0;
    }
}
@media(max-width: 991px) {
    #partial-header-1 .col-sm-12.col-lg-3 {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #partial-header-1 .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    #partial-header-1 .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
    .partial-header-a {
        padding: 25px 0 0;
    }
    .section.banner-nav .phone__wrapper .col-sm-12 {
        padding-left: 0;
    }
    .overlap.banner-nav .container {
        max-width: 100%;
    }
    .exclusive-offer .col-lg-12 .form__group {
        width: 100%;
    }
    .container-fluid .blade-a--12 .blade-a__bg, .container-fluid .blade-a--12 .blade-a__text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .section-blade .blade-a__bg > div {
        min-height: unset !important;
    }
    .map-a .map__display, #gmap {
        height: 450px !important;
        position: relative;
    }
    .section--dark .featuredblocks-grid-b .featuredblock__content {
        display: contents;
    }
    .featuredblocks-grid-b .featuredblock__cta {
        display: contents;
    }
    .featuredblocks-grid-b .featuredblock__title {
        padding-bottom: 0.9375rem;
    }
}
@media(max-width: 767px) {
    .partial-header-a {
        display: none;
    }
    .logo-a__title.component__title, .logo-a__caption.component__subtitle {
        text-align: center;
    }
    .banner-c__title.component__title.banner-text__title--extraLarge.text-center {
        font-size: 27px;
    }
    #id_2a2a9732-e90b-5f79-b342-4fb48fc32019 .section__column-1.ple-column-padding {
        padding-top: 0 !important;
    }
    .featuredblocks-grid-f .featuredblocks__container {
        padding-bottom: 0 !important;
    }
    .wrap_testimonials {
        margin: 10px !important;
    }
    .section.section-logo.section-socialmedia.section-locations.section-form .locations {
        padding-bottom: 0;
    }
}
@media (max-width: 736px) {
    .mobileHeader-navWrap {
        background-color: #8c3928;
    }
}