﻿.wrapper {
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}

#mainHeader {
    -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);
}

.mega-menu .header__nav-bar {
    position: relative
}

.mega-menu:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s, visibility 0s .25s;
    transition: opacity .25s, visibility 0s .25s
}

.mega-menu.no-scroll {
    position: fixed;
    overflow: hidden;

    width: 100%;
}

    .mega-menu.no-scroll .header__nav-bar.is-hidden {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .mega-menu.no-scroll:after {
        opacity: .75;
        visibility: visible;
        -webkit-transition: opacity .25s, visibility 0s 0s;
        transition: opacity .25s, visibility 0s 0s;
        z-index: 99;
    }

.mega-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
    max-height: 52rem;
}

    .mega-menu__container.shop.active {
        display: flex;
    }

    .mega-menu__container.active {
        display: flex;
    }


.mega-menu__container--compact {
    max-height: 700px;
}

.mega-menu__active-menu {
    background-color: #334c96 !important;
    color: #fff !important
}

.mega-menu .menu-item--hide-default.menu-item:hover .sub-menu {
    display: none
}

.mega-menu .mega-menu-side-nav {
    background-color: #ececec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    min-height: 520px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 520px;
}

.mega-menu .mega-menu-side-nav--compact {
    max-height: 70rem
}

.mega-menu .mega-menu-sub-nav__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .mega-menu .mega-menu-sub-nav__navs a {
        color: #333;
        margin-bottom: 8px;
        -webkit-transition: color .2s;
        transition: color .2s
    }

        .mega-menu .mega-menu-sub-nav__navs a:hover {
            color: #334c96;
        }

.mega-menu .mega-menu-sub-nav__navs--compact {
    margin-bottom: 16px;
}

.mega-menu .shop .mega-menu-sub-nav__navs--compact a {
    font-size: 16px;
    margin-bottom: 8px;
}

.mega-menu .aboutus .mega-menu-sub-nav__navs--compact a {
    font-size: 16px;
    margin-bottom: 8px;
}



.mega-menu .mega-menu-sub-nav h3 {
    color: #777;
    font-size: 18px;
    margin-bottom: 8px;
}

.mega-menu .mega-menu-sub-nav .menu-item__icon {
    padding-right: 4px;
}

.mega-menu .mega-menu__hours.loading {
    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
}

.mega-menu .mega-menu__hours .fa-spinner {
    font-size: 8px;
    color: #334c96;
}

.mega-menu .mega-menu__hours h5 {
    color: #333;
    font-size: 18px
}

.mega-menu .mega-menu__hours h6 {
    margin-bottom: 8px;
}

.mega-menu .mega-menu__hours .hours {
    font-size: 12px;
}

.mega-menu .mega-menu__hours .hours__day {
    padding-left: 0;
    color: #333;
    padding-right: 24px;
}

.mega-menu .mega-menu__hours .hours__row--active {
    color: #334c96;
}

    .mega-menu .mega-menu__hours .hours__row--active .hours__day:before {
        display: none
    }

.mega-menu .mega-menu-fragment-container {
    width: calc(100% - 244px)
}

.mega-menu .mega-menu-fragment-container__fragment {
    overflow: auto;
    max-height: 520px;
    overflow-x: hidden;
    padding: 0
}

    .mega-menu .mega-menu-fragment-container__fragment:first-child .mega-menu__links-list,
    .mega-menu .mega-menu-fragment-container__fragment:first-child .tree {
        background: #ececec
    }

    .mega-menu .mega-menu-fragment-container__fragment:nth-child(2) .mega-menu__links-list,
    .mega-menu .mega-menu-fragment-container__fragment:nth-child(2) .tree {
        background: #f4f4f4
    }

    .mega-menu .mega-menu-fragment-container__fragment:nth-child(3) .mega-menu__links-list,
    .mega-menu .mega-menu-fragment-container__fragment:nth-child(3) .tree {
        background: #fafafa
    }

.mega-menu .mega-menu-fragment-container--no-overflow {
    overflow: visible !important;
    overflow-x: visible !important
}

.mega-menu .mega-menu-fragment-container--no-side-nav {
    width: calc(100% + 16px)
}

.mega-menu .mega-menu__fragment {
    position: relative;
    padding: 24px;
    height: 100%
}

    .mega-menu .mega-menu__fragment.loading {
        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
    }

    .mega-menu .mega-menu__fragment .fa-spinner {
        font-size: 6px;
        color: #334c96;
    }

    .mega-menu .mega-menu__fragment .row {
        width: calc(100% + 32px);
    }

.mega-menu .mega-menu__fragment--half-size {
    font-size: 12px;
}

.mega-menu .mega-menu__fragment .wpcf7-form {
    margin-left: 4px;
    margin-right: 4px;
}

    .mega-menu .mega-menu__fragment .wpcf7-form .title {
        font-size: 16px;
        padding-bottom: 8px;
    }

.mega-menu .mega-menu__fragment-title {
    font-size: 18px;
    margin-bottom: 4px;
    width: 100%;
}

.mega-menu .mega-menu__subtitle {
    font-size: 14px;
    width: 100%;
}

.mega-menu .mega-menu__gmaps .row {
    height: 100%;
}

.mega-menu .mega-menu__gmaps--map {
    height: 50%;
}

    .mega-menu .mega-menu__gmaps--map .gmaps-full-height {
        height: 100%;
        max-height: 600px
    }

.mega-menu .mega-menu__gmaps--half-size .map-sidebar {
    height: auto !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 16px;
}

.mega-menu .mega-menu__gmaps--half-size .has-sidebar {
    margin-left: 0;
    margin-bottom: 8px;
}

.mega-menu .mega-menu__gmaps-link {
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.mega-menu .mega-menu__gmaps-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.mega-menu .mega-menu__gmaps-info p {
    color: #333;
}

.mega-menu .mega-menu__gmaps-info--address {
    margin-bottom: 16px;
}

.mega-menu .mega-menu__gmaps-info--email,
.mega-menu .mega-menu__gmaps-info--phones {
    margin-bottom: 4px;
}

    .mega-menu .mega-menu__gmaps-info--email i,
    .mega-menu .mega-menu__gmaps-info--phones i {
        color: #334c96;
        margin-right: 4px;
    }

    .mega-menu .mega-menu__gmaps-info--email a,
    .mega-menu .mega-menu__gmaps-info--phones a {
        color: #333
    }

        .mega-menu .mega-menu__gmaps-info--email a:hover,
        .mega-menu .mega-menu__gmaps-info--phones a:hover {
            color: #002d62;
        }

.mega-menu .mega-menu__calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mega-menu .mega-menu__calculator__label {
    font-size: 13px;
    width: 100%
}

.mega-menu .mega-menu__calculator h3 {
    margin-bottom: 0
}

.mega-menu .mega-menu__calculator__result {
    text-align: right;
    width: 100%;
    margin-top: 16px;
}

    .mega-menu .mega-menu__calculator__result h3 {
        font-size: 16px;
    }

    .mega-menu .mega-menu__calculator__result span {
        font-size: 32px;
        color: #334c96;
    }

.mega-menu .mega-menu__contact--title {
    margin: 8px
}

.mega-menu .mega-menu__slider {
    width: 100%;
    margin-top: 16px;
    position: relative
}

    .mega-menu .mega-menu__slider .vue-slider-wrap {
        margin: 0 -8px;
        width: calc(100% + 16px);
    }

        .mega-menu .mega-menu__slider .vue-slider-wrap .tooltip {
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            padding: 0;
            font-size: 14px;
            color: #334c96;
            font-weight: 700;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .mega-menu .mega-menu__slider .vue-slider-wrap .tooltip:after {
                content: "";
                display: none
            }

.mega-menu .mega-menu__links-list {
    height: 100%
}

    .mega-menu .mega-menu__links-list .tree {
        padding: 24px
    }

    .mega-menu .mega-menu__links-list .tree__list {
        margin-top: -8px;
    }

        .mega-menu .mega-menu__links-list .tree__list .node-tree {
            margin-left: 16px;
        }

            .mega-menu .mega-menu__links-list .tree__list .node-tree h3 {
                color: #777;
                font-size: 18px;
                margin: 8px 0
            }

            .mega-menu .mega-menu__links-list .tree__list .node-tree a {
                color: #333;
                -webkit-transition: color .2s;
                transition: color .2s
            }

            .mega-menu .mega-menu__links-list .tree__list .node-tree li {
                margin-bottom: 8px;
            }

    .mega-menu .mega-menu__links-list .tree ul {
        list-style-type: none
    }

#mega-menu th.hours-day {
    padding-left: 0;
}

#mega-menu td.hours-time {
    color: #333;
}

    #mega-menu td.hours-time.active {
        color: #334c96;
    }

#mega-menu div#wpcf7-f649-p29-o2 {
    margin-left: -16px;
}
.header-search__bar {
    display: none;
}

.header-search__bar--active {
    display: block;
}

.header-search__bar {
    position: absolute;
    padding: 16px calc(50% - 550px);
    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%)
}

    .header-search__bar.active {
        display: block;
    }

.searchbar-search__input-container > input {
    max-width: 100% !important;
    height: 46px !important;
}


@media (max-width: 1199px) {
    .header-search__bar {
        padding: 1.6rem .8rem
    }
}

.header-search__bar--active {
    opacity: 1;
    pointer-events: auto
}

.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--active, .header-search__trigger:hover {
        background-color: var(--color-primary);
        color: #fff
    }

@media (max-width: 991px) {
    .header-search__trigger {
        font-size: inherit;
        padding: 0
    }

        .header-search__trigger--active, .header-search__trigger:hover {
            color: var(--color-primary);
            background: none
        }
}

.header-popout {
    display: inline-block;
    position: relative;
    z-index: 9999;
    padding: 0
}

.header-popout__label {
    font-weight: 400;
}

    .header-popout__label:after {
        content: "\F0D7";
        font-family: Font Awesome\ 5 Pro,sans-serif;
        font-weight: 900;
        font-size: 14px;
        margin-left: 8px;
    }

.header-popout__expand[aria-expanded=true] + .header-popout__popout, .header-popout__input:checked + .header-popout__popout {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: opacity .3s,visibility 0s 0s,-webkit-transform .3s;
    transition: opacity .3s,visibility 0s 0s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,visibility 0s 0s;
    transition: opacity .3s,transform .3s,visibility 0s 0s,-webkit-transform .3s
}

.header-popout__input {
    display: none
}

.header-popout__popout {
    min-width: 330px;
    display: block;
    position: absolute;
    top: calc(100% + 2.4rem);
    left: 50%;
    background: #fff;
    color: #777;
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    padding: 24px 32px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-50%,-20px,0);
    transform: translate3d(-50%,-20px,0);
    -webkit-transition: opacity .3s,visibility 0s .3s,-webkit-transform .3s;
    transition: opacity .3s,visibility 0s .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,visibility 0s .3s;
    transition: opacity .3s,transform .3s,visibility 0s .3s,-webkit-transform .3s
}

    .header-popout__popout:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        height: 0;
        width: 0;
        border: 14px solid transparent;
        border-bottom-color: #fff;
        margin-left: -14px;
        -webkit-filter: drop-shadow(0 -2px 2px rgba(0,0,0,.05));
        filter: drop-shadow(0 -2px 2px rgba(0,0,0,.05))
    }

.header-popout__popout--small {
    min-width: 220px;
    padding: 16px;
}

.header-popout__popout .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-popout .nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

/*FOOTER*/

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative
}

.footer__main--no-map .footer__info {
    padding: 4.8rem calc(50% - 55rem);
    width: 100%
}

    .footer__main--no-map .footer__info:after {
        display: none
    }

.footer__main--no-map .footer__section {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer__awards-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__awards-main-single:not(:last-child) {
    margin-right: .8rem
}

    .footer__awards-main-single:not(:last-child):after {
        margin-left: .8rem
    }

.footer__background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top;
    background-size: cover;
    z-index: 0
}

.footer__background-container--overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .75)
}

.footer__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 16px 15px calc(50% - 600px);
    position: relative;
    z-index: 1
}

@media (max-width: 1199px) {
    .footer__info {
        padding: 48px 16px
    }
}

@media (max-width: 991px) {
    .footer__info {
        display: block;
        width: 100%;
        padding: 16px
    }
}

.footer__info:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 95.7%, 0)), to(#f4f4f4));
    background: linear-gradient(90deg, hsla(0, 0%, 95.7%, 0), #f4f4f4);
    z-index: -1;
    width: 100%;
    height: 100%
}

.footer__info .hours--simple .hours__day {
    color: #333
}

.footer__language-toggle {
    height: 42px;
    width: 100%;
    max-width: 400px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 4px 16px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .footer__language-toggle .icon {
        color: #334c96;
    }

    .footer__language-toggle:active,
    .footer__language-toggle:focus {
        -webkit-box-shadow: 0 0 0 1px #bbb;
        box-shadow: 0 0 0 1px #bbb
    }

    .footer__language-toggle.location .header-popout {
        z-index: 99990
    }

.footer__lower--has-compliancy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .footer__lower--has-compliancy {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__compliancy-wrapper {
    margin-left: 0;
    margin-right: auto
}

@media (max-width: 991px) {
    .footer__compliancy-wrapper {
        width: 100%;
        margin: 0 auto 1.6rem
    }
}

.footer__compliancy-logo {
    width: 140px;
}

.footer__mobile-buttons strong {
    margin-right: 8px;
}

.footer.dark .footer__info .hours--simple .hours__day {
    color: #fff
}

.footer.dark .footer__language-toggle {
    border: 1px solid #fff
}

.footer.dark .footer__background-container--overlay:after {
    background: rgba(0, 0, 0, .75)
}

.footer.dark .footer__info:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), to(#333));
    background: linear-gradient(90deg, rgba(51, 51, 51, 0), #333)
}

.footer__section {
    width: 50%;
    margin: 1.6rem 0
}

@media (max-width: 991px) {
    .footer__section {
        width: 100%
    }
}

.footer__map {
    position: relative;
    width: 50%;
    background: #f4f4f4
}

.footer__svg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12%;
    pointer-events: none
}

    .footer__svg svg {
        height: 100%;
        width: 100%
    }

.footer .mobials-root {
    max-width: 80%
}

@media (max-width: 991px) {
    .footer .mobials-root {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .hidden-md-up {
        display: none !important
    }
}

.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: 90px;
    }

    .contact-block__link span {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    .contact-block__link:hover span {
        color: var(--color-primary);
        -webkit-transform: translateX(.5rem);
        transform: translateX(.5rem)
    }

    .contact-block__link:hover strong:last-child {
        color: var(--color-primary)
    }



.footer .gmaps-full-height {
    max-height: 100%;
    height: 100%
}

.footer__main {
    background: #f4f4f4;
}


.footer__title {
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .footer__title {
        text-align: center
    }
}

.footer__address {
    margin-bottom: 16px;
    max-width: 200px;
}

.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
}

.footer__awards {
    width: 60px;
}

@media (max-width: 991px) {
    .footer__awards {
        margin: 16px auto 0
    }
}

.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
}

@media (max-width: 1199px) {
    .footer__lower {
        padding: 1.6rem
    }
}

@media (max-width: 991px) {
    .footer__lower {
        background: #f4f4f4
    }
}

.footer__lower-link {
    color: #222;
    margin: 0 .4rem;
    font-weight: 700
}

@media (max-width: 991px) {
    .footer__lower-link {
        color: #777
    }
}

.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__lower-logo img,
    .footer__lower-logo svg {
        width: 10rem;
        height: 1.625rem;
        fill: #f4f4f4
    }

@media (max-width: 991px) {

    .footer__lower-logo img,
    .footer__lower-logo svg {
        fill: #bbb
    }
}

.footer__mobile-buttons {
    max-width: 400px;
    margin: 32px auto;
}

    .footer__mobile-buttons .button {
        max-width: 100%;
        margin-bottom: 8px;
        background: #333
    }

        .footer__mobile-buttons .button i {
            margin-right: .8rem;
            font-size: 1.2em
        }

.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__language-toggle .icon {
    margin-right: .8rem
}

.footer .hours-tabs .hours-nav-tabs:first-child a {
    margin-left: 0
}

@media (max-width: 991px) {
    .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
    }
}

@media (max-width: 991px) {
    .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
    }

    div#social-section {
        display: flex;
        justify-content: center;
    }
}

.footer .tab-content .hours__row .hours__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

   