﻿


@-webkit-keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-moz-keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-ms-keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-o-keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



/*Notify*/

@-webkit-keyframes notify {
    0% {
        color: #ffb71b;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffb71b;
    }
}

@-moz-keyframes notify {
    0% {
        color: #ffb71b;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffb71b;
    }
}

@-ms-keyframes notify {
    0% {
        color: #ffb71b;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffb71b;
    }
}

@-o-keyframes notify {
    0% {
        color: #ffb71b;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffb71b;
    }
}

@keyframes notify {
    0% {
        color: #ffb71b;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffb71b;
    }
}
/*Notify end*/

body {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Roboto, Poppins, Sans-Serif;
}

body, input, button, select, .header-item__label {
    font-family: "Helvetica Neue", Roboto, Poppins, Sans-Serif;
}

main {
    display: block;
}

p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 0;
    margin: 0;
    line-height: unset;
}

h1 {
    font-size: 4.4rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    a:active, a:hover, a:focus {
        outline: 0;
        text-decoration: none;
    }

    a:hover {
        cursor: pointer;
    }

ul, ol {
    list-style-position: inside;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

element.style {
}

.fonts-loaded body, .fonts-loaded input, .fonts-loaded button, .fonts-loaded select, .fonts-loaded .header-item__label {
    font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.select--alternate, select--alternate {
    background: #fff;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
}

.select, select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.2rem;
    width: 100%;
    max-width: 100%;
    background: #f4f4f4;
    font-size: 1.4rem;
    border: 0;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: .4rem .8rem;
    color: #333;
    -webkit-transition: border-width .2s, -webkit-box-shadow .2s;
    transition: border-width .2s, -webkit-box-shadow .2s;
    transition: box-shadow .2s, border-width .2s;
    transition: box-shadow .2s, border-width .2s, -webkit-box-shadow .2s;
    border-left: 0 solid #ec1a2e;
}

.font-roboto {
    font-family: 'Roboto'; /* 'Poppins', sans-serif; */
}

small, .small {
    font-size: inherit;
}


.font-helvetica-neue {
    font-family: 'Helvetica Neue'; /* 'Roboto', 'Poppins', sans-serif; */
}

.modal {
    overflow-y: auto;
}

.panel-body {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sidebar {
    background-color: #fff;
    margin-top: -12rem;
    -webkit-box-shadow: 0 .6rem 3.6rem rgba(0, 0, 0, .15);
    box-shadow: 0 .6rem 3.6rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 3.2rem;
}

.sidebar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .8rem;
    color: #bbb;
}

.wrapper {
    margin: 0 auto;
    max-width: 110rem;
    width: 100%;
}

.seo-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
/* Buttons */

.btn {
    position: relative;
    border-radius: calc(1.1em + 6px);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
    padding: .4rem 1.6rem;
    font-size: 1.6rem;
    text-align: left;
    min-height: 4.2rem;
    width: 100%;
    max-width: 26rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none !important;
}

    .btn.btn-block {
        width: 100%;
        max-width: 100%;
    }

    .btn, .btn:hover {
        border: 1px solid transparent;
        padding: .4rem 1.6rem;
    }

        .btn:not(.btn-centered):after {
            content: '\F105';
            font-weight: 300;
            font-family: 'Font Awesome\ 5 Pro', sans-serif;
            margin-left: auto;
            padding-left: .8rem;
        }
        .btn.dropdown-toggle:after {
            content: '' !important;
        }

.btn-rounded {
    border-radius: calc(1.1em + 6px);
}

.btn-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

    .btn-centered, .btn-centered:hover {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

.btn-onmap {
    width: 20rem;
}

    .btn-onmap::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid red;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        z-index: -1;
    }
/* Buttons end*/

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    position: relative;
    z-index: 999;
}

.header--desktop {
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, .2);
}

.header__info-wrap {
    padding: .55rem;
    background: #000;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__info {
    justify-content: flex-start;
    font-size: 1.4rem;
    flex: none;
    -webkit-box-flex: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
}

.header__info--primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__info-single {
    margin-bottom: 0;
    color: #fff;
    margin: 0 0 .8rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header__info-single:not(:last-child) {
        margin-right: 3.2rem;
    }

    .header__info-single .icon {
        margin-right: .4rem;
    }

a.header__info-single, a.header__info-single--phone {
    color: #fff;
}

.header__info-single--phone:not(:last-of-type) {
    margin-right: .8rem;
}

.header__info-single--phone:not(:first-of-type):before {
    content: "|";
    margin-right: .8rem;
}

a.header__info-single:hover, a.header__info-single--phone:hover {
    color: #fff;
}

.header__info-single.gtm_directions {
    margin-right: 2rem;
    color: #fff;
}

.header-buttons {
    font-size: 5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1.6rem;
}

    .header-buttons a.btn {
        background: #fff;
    }

    .header-buttons a:last-child {
        margin-left: 1rem;
    }

    .header-buttons span {
        color: #000;
        font-size: 1.4rem;
    }

.header-item--label {
    margin-top: .4rem;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 100;
}

.garage-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 1.6rem;
}

.header-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.disable-highlight {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-item--icon {
    margin-right: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 4.5rem;
    height: 4.5rem;
    border-radius: .5rem;
    background: #ec1a2e;
    color: #fff;
    font-size: 1.3rem;
    -webkit-transition: color .25s, background .25s;
    transition: color .25s, background .25s;
}

.header #garage-drawer .header-item--icon {
    background: #fff;
    color: #000;
    font-size: 2rem;
    min-height: 4rem;
    margin-right: 0;
    margin-left: 0.25em;
}

/* Header*/
.header__dummy-wrap {
    padding: 0;
}


.header__nav-bar {
    position: relative;
    padding: 0;
    box-shadow: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #fff;
}

    .header__nav-bar.is-transitioned {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

.header__logo-link {
    margin-right: 1.8rem;
}

.header__logo {
    width: auto;
    max-width: 24rem;
    max-height: 8rem;
    -webkit-transition: max-height .4s, max-width .4s;
    transition: max-height .4s, max-width .4s;
}

img.header__logo {
    width: 100%;
}

.header__nav-wrap {
}

.header--desktop .header__nav-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
}

.header .navigation {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.header .menu-item {
    position: relative;
    display: inline-block;
    list-style-type: none;
}

    .header .menu-item a {
        padding: 1.6rem;
        display: block;
        -webkit-transition: background .2s;
        transition: background .2s;
        text-decoration: none;
    }

    .header .menu-item:hover > a {
        background: rgba(0, 0, 0, .05);
    }

.header .multiloc-navigation--mobile .menu-item, .header .navigation--mobile .menu-item {
    display: block;
    text-align: center;
}

.header .navigation > .menu-item {
    display: block;
    text-align: center;
}

    .header .navigation > .menu-item > a {
        font-size: 1.4rem;
        padding: 0.55rem;
        white-space: break-spaces;
        text-transform: none;
        font-weight: bold;
        color: black;
        text-transform: uppercase;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.header .multiloc-navigation--mobile .menu-item a, .header .navigation--mobile .menu-item a {
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .multiloc-navigation--mobile .menu-item.menu-item-has-children > a:after, .header .navigation--mobile .menu-item.menu-item-has-children > a:after {
    content: "\F067";
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro, sans-serif;
    font-size: .7em;
    position: absolute;
    right: 1.6rem;
}

.header .multiloc-navigation--mobile .menu-item--active, .header .navigation--mobile .menu-item--active {
    background: rgba(0, 0, 0, .03);
}

    .header .multiloc-navigation--mobile .menu-item--active:after, .header .navigation--mobile .menu-item--active:after {
        content: "\F068" !important;
    }

.header .menu-item.menu-item-has-children > a:after {
    content: "\F107";
    font-family: Font Awesome\ 5 Pro, sans-serif;
    margin-left: .4rem;
    font-size: .7em;
    font-weight: 400;
}

ul.sub-menu li {
    background-color: #ec1a2e;
}

.header .sub-menu .menu-item a {
    color: #fff;
}

.header__hamburger {
    height: 24px;
    width: 32px;
    margin-left: 1.6rem;
    cursor: pointer;
}

.menu-icon {
    color: #777;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 1px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

    .menu-icon:after, .menu-icon:before {
        content: "";
        background: currentColor;
        height: inherit;
        position: absolute;
        left: 0;
        border-radius: 1px;
    }

    .menu-icon:before {
        width: 72%;
        top: -8px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .menu-icon:after {
        width: 84%;
        top: 8px;
        -webkit-transition: width .3s, -webkit-transform .3s;
        transition: width .3s, -webkit-transform .3s;
        transition: transform .3s, width .3s;
        transition: transform .3s, width .3s, -webkit-transform .3s;
    }

.mobile-menu-active .menu-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .mobile-menu-active .menu-icon:before {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    .mobile-menu-active .menu-icon:after {
        width: 100%;
        -webkit-transform: translateY(-8px) rotate(-90deg);
        transform: translateY(-8px) rotate(-90deg);
    }

.header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
}

.header__mobile-icon {
    padding: .8rem;
    color: #ec1a2e;
    cursor: pointer;
}

.header-search__trigger {
    cursor: pointer;
    font-size: 1.4rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.6rem;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.header-search__trigger {
    padding: 0.3rem 1.6rem;
}

.header-search__bar {
    position: absolute;
    padding: 1.6rem calc(50% - 55rem);
    background-color: #f4f4f4;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 1.4rem 1.2rem rgba(0, 0, 0, .1);
    box-shadow: 0 1.4rem 1.2rem rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row--half-space {
    margin-left: -.8rem;
    margin-right: -.8rem;
}

.home-page .searchbar-search .col {
    padding-left: 0;
}

.home-page .searchbar-search .col {
    padding-left: 0;
}

.home-page .searchbar-search .col-lg-2.col-sm-3 {
    padding-right: 0;
}

.home-page .searchbar-search .col-lg-2.col-sm-3 {
    padding-right: 0;
}

.searchbar-search__input-container {
    position: relative;
}

.searchbar-search .input--alternate {
    max-width: 100%;
}

.navigation--light > li > a {
    color: #333;
}

.navigation {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.navigation--mobile {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

    .navigation--mobile .navigation {
        display: block;
        background: #fff;
    }

    .navigation--mobile .sub-menu {
        list-style-type: none;
        background: rgba(0, 0, 0, .03);
        -webkit-transition: max-height .3s;
        transition: max-height .3s;
        max-height: 0;
        overflow: hidden;
        -webkit-box-shadow: inset 0 .3rem .8rem rgba(0, 0, 0, .1);
        box-shadow: inset 0 .3rem .8rem rgba(0, 0, 0, .1);
    }

.mobile-menu-active .navigation--mobile {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .mobile-menu-active .navigation--mobile .navigation {
        -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
    }

.header .multiloc-navigation--mobile .menu-item:not(:last-child), .header .navigation--mobile .menu-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.tab-content__panel.in {
    opacity: 1;
}

.tab-content__panel.active {
    display: block;
}

.tab-content__panel {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}
/* Header*/

/* Foorter */
.footer__main {
    position: relative;
}

.footer__main {
    background: #f4f4f4;
    padding: 4.8rem calc(50% - 55rem);
}

.footer__background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}

.footer__mobile-buttons {
    max-width: 40rem;
    margin: 3.2rem auto;
}

    .footer__mobile-buttons .btn {
        color: #fff;
    }

    .footer__mobile-buttons .btn {
        max-width: 100%;
        margin-bottom: .8rem;
        background: #333;
    }

        .footer__mobile-buttons .btn i {
            margin-right: .8rem;
            font-size: 1.2em;
        }

    .footer__mobile-buttons strong {
        margin-right: .8rem;
    }

.footer__title {
    margin-bottom: 1.6rem;
}

.footer__address {
    margin-bottom: 1.6rem;
    max-width: 20rem;
}

.nav--tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.header-mobile-hours__name, .nav--tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .nav-tabs__tab:not(:last-child) {
        position: relative;
    }

        .nav-tabs__tab:not(:last-child):after {
            content: "";
            position: absolute;
            top: 25%;
            right: 0;
            background: #ececec;
            height: 50%;
            width: 1px;
        }

    .nav-tabs__tab a {
        width: 100%;
        display: block;
        padding: .8rem 0;
        border-bottom: .4rem solid transparent;
    }

    .nav-tabs__tab:not(:last-child) a {
        margin-right: 2.4rem;
    }

    .nav-tabs__tab:not(:first-child) a {
        margin-left: 2.4rem;
    }

    .nav-tabs__tab.active a {
        border-bottom: .3rem solid #ec1a2e;
    }


.hours-tabs {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
}

    .hours-tabs .nav-tabs__tab:not(:last-child) a {
        margin-right: 1.6rem;
        margin-left: 1.6rem;
    }

    .hours-tabs .nav-tabs__tab:not(:first-child) a {
        margin-left: 1.6rem;
    }

.footer .hours-tabs .nav-tabs__tab:first-child a {
    margin-left: 0;
}

.contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 36rem;
}

.contact-block__list {
    margin-left: .8rem;
    width: 100%;
}

.contact-block__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
}

    .contact-block__link strong {
        width: 10rem;
    }

    .contact-block__link span {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

.leggat-modal-trigger {
    cursor: pointer;
}

.footer .tab-content .hours__row .hours__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.hours--simple .hours__day {
    padding-left: 1.6rem;
    padding-right: .8rem;
    font-weight: 700;
    color: #333;
}

.hours--simple .hours__day {
    text-align: left;
}

.hours--simple .hours__row--active .hours__day {
    position: relative;
}

    .hours--simple .hours__row--active .hours__day:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background-color: #6bbf49;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.4rem;
}

    .social-block .social-icon {
        margin: .4rem;
    }

.social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
}

.social-icon--light {
    color: #333;
    background: #bbb;
}

    .social-icon--light:hover {
        color: #bbb;
        background: #333;
    }

.footer__map {
    width: 100%;
    height: 325px;
}

.footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #bbb;
    padding: 1.6rem calc(50% - 55rem);
    text-align: center;
}

.footer__lower-link {
    color: #222;
    margin: 0 .4rem;
    font-weight: 700;
}

.footer__lower-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .4rem;
}

.footer__mobile-social {
    background: #ececec;
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer__mobile-social .social-icon--light {
        height: 5rem;
        width: 5rem;
    }

.footer__lower-logo img, .footer__lower-logo svg {
    width: 10rem;
    height: 1.625rem;
    fill: #f4f4f4;
}
/* Foorter end*/

/* PAGE TITLE */

.page-title {
    position: relative;
    z-index: -1;
    padding: 1.4rem calc(50% - 55rem);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

@media (max-width: 1199px) {
    .page-title {
        padding: 4.8rem 1.6rem;
    }
}

.page-title span {
    position: relative;
    z-index: 2;
    font-size: .85em;
}

.page-title h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

.page-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34,34,34,.5);
    z-index: 1
}

.page-title {
    line-height: 10rem;
    padding-bottom: 1em;
    padding-top: 1em;
}
/* PAGE TITLE END */




.primary-wrapper .row .primary.col .row {
    margin-left: 1.6rem;
    margin-right: 1.6rem
}

    .primary-wrapper .row .primary.col .row img {
        margin-bottom: 2rem
    }

    .primary-wrapper .row .primary.col .row p {
        margin-bottom: 2rem
    }

.blog-post, .blog-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-post {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.blog-post--shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 .6rem 3.6rem rgba(0, 0, 0, .15);
    box-shadow: 0 .6rem 3.6rem rgba(0, 0, 0, .15);
    padding: 3.2rem;
}

.blog-post {
    background-color: #fff;
    margin-bottom: 2.4rem;
}

.blog-post__title {
    position: relative;
    margin: 2.4rem 0;
}

    .blog-post__title:after {
        content: "";
        display: block;
        margin-top: .8rem;
        height: 2px;
        width: 7.5rem;
        background: #bbb;
    }

.blog-post__title--link {
    color: #333;
}

.blog-post__img--full {
    width: 100%;
    margin-bottom: 2.4rem;
}

.blog-post__content {
    height: 100%;
    padding: 1rem 0;
}

.blog-post, .blog-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post__secondary-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post p, .blog-post ul {
    margin-bottom: 1em;
}

.blog-post__main-info {
    color: #777;
    font-size: 1.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-post__cat-tags {
    margin: 2.4rem 0;
}

.blog-post__secondary-info p {
    margin-bottom: 0;
    display: block;
}

.blog-post__secondary-info .button {
    -ms-flex-item-align: end;
    align-self: end;
}

.blog-post__secondary-info .button {
    max-width: 20rem;
}

@media only screen and (min-width: 992px) {
    .header .navigation {
        border-bottom: none;
        font-size: 1.4rem;
        width: 100%;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .header .navigation > .menu-item {
            margin-bottom: -1px;
        }

            .header .navigation > .menu-item:not(:last-child) > a {
                margin-right: 1rem;
            }

            .header .navigation > .menu-item > a {
                font-weight: 700;
                text-transform: uppercase;
                border-bottom: 1px solid transparent;
                -webkit-transition: border-color .3s;
                transition: border-color .3s;
                height: 100%;
            }

    .header .sub-menu {
        list-style-type: none;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 20rem;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        -webkit-transition: opacity .2s, visibility 0s .2s;
        transition: opacity .2s, visibility 0s .2s;
    }

        .header .sub-menu .menu-item {
            display: block;
        }

            .header .sub-menu .menu-item a {
                /*color: #333;*/
                padding: 1.2rem 1.6rem;
            }

    .header .navigation .menu-item-keypress .sub-menu, .header .navigation > .menu-item:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .2s, visibility 0s 0s;
        transition: opacity .2s, visibility 0s 0s;
    }

    .header .navigation > .menu-item:hover > a {
        background: none;
    }
}


@media only screen and (max-width: 1199px) {
    html {
        font-size: 59.25%;
    }

    .header-search__bar {
        padding: 1.6rem .8rem;
    }

    .footer__main {
        padding: 4.8rem 1.6rem;
    }

    .nav--tabs {
        margin-left: auto;
    }

    .footer__lower {
        padding: 1.6rem;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 56%;
    }

    .header__wrap {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        padding: 1.6rem;
    }

    .header .header__logo {
        width: 100%;
    }

    .header-search__trigger {
        font-size: inherit;
        /*        padding: 0;*/
    }

    .footer__main {
        padding: 1.6rem;
    }

    .footer__title {
        text-align: center;
    }

    .nav--tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__hours {
        font-size: unset;
        margin-bottom: 2.4rem;
    }

    .hours--simple {
        width: 100%;
        max-width: 40rem;
        margin: 0 auto;
    }

    .footer .tab-content .hours__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .tab-content tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 80%;
        margin: auto;
    }

    .footer__lower {
        background: #f4f4f4;
    }

    .sidebar {
        width: 100%;
        max-width: 40rem;
        margin: 2.4rem auto;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .blog-post__title {
        font-size: 2.6rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 52.75%;
    }

    input[type=date], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text] {
        font-size: 1.6rem;
        padding: .4rem 1.6rem;
    }

    .header.header--mobile, .header__banner, .header--mobile .header__wrap {
        z-index: 1029 !important;
    }

    .header.header--mobile, .header--mobile .header__wrap {
        z-index: 1029 !important;
    }

    .navigation--mobile {
        z-index: 999 !important;
    }

    .btn {
        padding: .4rem 1.6rem;
    }

    .searchbar-search .btn {
        max-width: 100%;
        width: 100%;
        margin-top: 1.6rem;
    }

    .blog-post__title {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 50%;
    }
}

/* CUSTOM DROPDOWN SELECT START */
.dd_container {
    position: relative;
    border-radius: 10px;
    flex: 1;
}

    .dd_container + .dd_container {
        margin-left: 14px;
    }

.dd_control {
    background: #ffffff;
    color: #010207;
    padding: 6px 50px 6px 14px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 38px;
    height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

    .dd_control .dd_val {
        font-size: 18px;
        line-height: 38px;
        color: #010207;
    }

    .dd_control .fa {
        line-height: 38px;
        transition: transform .2s;
        position: absolute;
        right: 15px;
        z-index: 1;
    }

.dd_container.open .dd_control .fa {
    transform: rotate(180deg);
    color: #ec1a2e;
}

.dd_dropdown_menu_container {
    position: absolute;
    background: #ffffff;
    list-style: none;
    margin: 0;
    width: 100%;
    top: 45px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: height .3s ease;
    pointer-events: auto;
}

.dd_container:not(.open) .dd_dropdown_menu_container {
    height: 0 !important;
    pointer-events: none;
}

.dd_dropdown_menu_content {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    width: 100%;
}

    .dd_dropdown_menu_content::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ccc;
        left: 0;
        top: 0;
        z-index: 1;
    }

.dd_dropdown_menu {
    list-style: none;
    margin: 0;
    width: 100%;
    max-height: 352px;
    overflow: auto;
}



    .dd_dropdown_menu li:first-child {
        margin-top: 2px;
    }

    .dd_dropdown_menu li a {
        display: block;
        text-decoration: none;
    }

    .dd_dropdown_menu li .chk_container {
        position: relative;
    }

    .dd_dropdown_menu li.chk_body_style .chk_container {
        background-color: #f1f1f1;
    }

    .dd_dropdown_menu li input[type="checkbox"] {
        display: none;
    }

    .dd_dropdown_menu li label, .dd_dropdown_menu li .dd_option {
        display: block;
        font-size: 18px;
        margin: 0;
        font-weight: 400;
        color: #010207;
        cursor: pointer;
        padding: 10px 14px;
        transition: all .2s;
    }

        .dd_dropdown_menu li label:hover, .dd_dropdown_menu li .dd_option:hover {
            color: #ec1a2e;
        }

        .dd_dropdown_menu li .dd_option.active {
            color: #ec1a2e;
        }

        .dd_dropdown_menu li label .chk_icon {
            line-height: 23px;
            color: #ec1a2e;
            display: none;
        }

    .dd_dropdown_menu li input[type="checkbox"]:checked ~ label .chk_icon {
        display: block;
    }

    .dd_dropdown_menu li input[type="checkbox"]:checked ~ label {
        color: #ec1a2e;
    }

.dd_widget {
    display: flex;
    padding: 12px 14px;
    align-items: center;
}

    .dd_widget a {
        flex: 1;
        font-size: 18px;
        text-decoration: none !important;
    }

        .dd_widget a + a {
            margin-left: 10px;
        }

.dd_dropdown_menu li:not(:first-child), .dd_widget {
    border-top: 1px solid #e3e3e3;
}

/* CUSTOM DROPDOWN SELECT END */