﻿body {
    max-width: 100vw !important;
    overflow: hidden;
}



h1 {
    color: #fff;
}

h2 {
    line-height: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Acura Bespoke',sans-serif;
    font-weight: 700;
}

ul, ol {
    margin-left: 16px;
}

a {
    color: #334c96;
    transition: color .3s;
}

    a:hover, a:active {
        color: #002d62;
        text-decoration: none;
    }

.row p a {
    color: #334c96;
    text-decoration: underline;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}


.col {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 100%;
}

.nav > li {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.mt-md {
    margin-top: 24px !important;
}

.mt-lg {
    margin-top: 32px !important;
}

.mb-xs {
    margin-bottom: 8px !important;
}

.mb-sm {
    margin-bottom: 1.2rem !important;
}

.mb-md {
    margin-bottom: 2.4rem !important;
}

.mb-lg {
    margin-bottom: 32px !important;
}

.pl-sm {
    padding-left: 1.6rem !important;
}

.pl-lg {
    padding-left: 32px !important;
}

.pb-xxxl {
    padding-bottom: 96px !important;
}

.pt-xxxl {
    padding-top: 96px !important;
}

.pr-sm {
    padding-right: 16px !important;
}

.mt-sm {
    margin-top: 16px !important
}

.pb-xxl {
    padding-bottom: 6.4rem !important;
}

.pr-lg {
    padding-right: 3.2rem !important;
}

.pt-xxl {
    padding-top: 6.4rem !important;
}

.mr-sm {
    margin-right: 1.6rem !important;
}

.df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fdc, .fdcr {
    -webkit-box-orient: vertical;
}

.fdc {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 992px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-xs-down {
        display: none !important
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.button, .btn.btn-directions {
    position: relative;
    background: #334c96;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 22px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    padding: 4px 16px;
    font-size: 16px;
    text-align: left;
    min-height: 42px;
    width: 100%;
    max-width: 260px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}
    .button:after, .btn.btn-directions:after {
        content: "\F105";
        font-family: Font Awesome\ 5 Pro,sans-serif;
        font-weight: 100;
        margin-left: auto;
        padding-left: .8rem
    }

.btn-onmap::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-top: 10px solid #334c96;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
@media (max-width: 767px) {
    .button {
        padding: 4px 16px;
    }
}

.button:hover {
    background: #002D62;
    color: #fff
}

.button:active {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #bbb;
    box-shadow: 0 0 0 1px #bbb
}



.button[disabled] {
    cursor: default;
    background: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--small {
    width: auto;
    font-size: 1.4rem
}

    .button--small:after {
        margin-left: .8rem
    }

.button--alternate {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-color: #334c96;
    color: #334c96
}

    .button--alternate:hover {
        background-color: #002D62;
        border-color: #002D62;
        color: #fff
    }

.button--alternate--dark {
    color: #fff;
    border-color: #fff
}

    .button--alternate--dark:hover {
        border-color: #334c96;
        background-color: #334c96
    }

.button--hollow {
    background: #fff;
    border-color: #334c96;
    color: #334c96
}

.button--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
}

    .button--centered:after {
        content: none
    }

.button--transparent {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

    .button--transparent:hover {
        background: none;
        color: #333
    }

.button--no-background {
    color: #000;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

    .button--no-background:hover {
        background: none;
        color: #334c96
    }

.button[data-icon]:after {
    font-weight: 900;
    content: attr(data-icon)
}

.animated-cta {
    position: relative
}

    .animated-cta:after, .animated-cta:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 50%
    }

    .animated-cta:before {
        width: 8px;
        height: 8px;
        background-color: currentColor;
        z-index: 2
    }

    .animated-cta:after {
        width: 22px;
        height: 22px;
        border: 2px solid;
        opacity: 0;
        z-index: 1;
        -webkit-animation: pulse-ring 3s infinite;
        animation: pulse-ring 3s infinite
    }

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(.55);
        transform: translate(-50%,-50%) scale(.55);
        opacity: .8;
        border-width: 1px
    }

    to {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
        border-width: 2px
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(.55);
        transform: translate(-50%,-50%) scale(.55);
        opacity: .8;
        border-width: 1px
    }

    to {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
        border-width: 2px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    max-width: 26rem;
    width: 100%;
    min-height: 2.6rem;
}

    .btn.btn-leggat-primary {
        font-family: 'Acura Bespoke',sans-serif;
        background-color: #334c96 !important;
        color: #fff;
        border: 0;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btn.btn-leggat-primary:hover, .btn-leggat-primary:active, .btn-leggat-primary:focus {
            color: #fff;
            background-color: #002d62 !important;
        }
/*
Menu*/
#callout {
    background-color: #000;
}

.main-nav, #callout, #mainFooter {
    font-family: 'Acura Bespoke',sans-serif;
}

.callout-content {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 14px;
}


#dv-header-contact {
    display: flex;
}

.header-contact {
    color: #fff;
}

    .header-contact:not(:last-of-type) {
        margin: 0 35px 0 0;
    }

    .header-contact a, .header-popout__label {
        text-decoration: none;
        color: #fff;
    }

.contact-phone:not(:last-of-type) {
    margin-right: 0.3rem;
}

.contact-phone:not(:first-of-type):before {
    content: "|";
    margin-right: 0.5rem;
}

#mainHeader {
    position: relative;
    z-index: 999;
}

    #mainHeader ul {
        background-color: #fff;
    }

        #mainHeader ul li + li {
            margin: 0;
        }

        #mainHeader ul li > a, #mainHeader ul li > button {
            color: #000;
            border-radius: 0;
            background-color: transparent;
            font-size: 14px;
            transition: all .2s;
        }

        #mainHeader ul li > div > a {
            color: #000;
            margin: 0;
            font-size: 14px;
            padding: 10px 15px;
        }

        #mainHeader ul li.navbar-right > button.dropdown-toggle, #mainHeader ul li.navbar-right > a.dropdown-toggle {
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            border-bottom: 1px solid transparent;
            height: 80px;
            line-height: 20px;
        }



        #mainHeader ul li.navbar-right:hover:not(:last-of-type) > button.dropdown-toggle, #mainHeader ul li.navbar-right:hover:not(:last-of-type) > a.dropdown-toggle {
            border-bottom: 1px solid #334c96;
        }


        #mainHeader ul.dropdown-menu li:hover > button, #mainHeader ul.dropdown-menu li:hover > a {
            background-color: #e4e1e1;
        }

#mainNav {
    position: relative;
    z-index: 2;
    /* box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, .2); */
}

    #mainNav .nav-mobile li > a {
        color: #000 !important;
    }

    #mainNav .nav-mobile li.active > a {
        color: #ffb71b !important;
    }

#mainNavMobile {
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    text-align: center;
}

    #mainNavMobile > ul {
        margin: 0;
        transform-origin: top;
        transform: scaleY(0);
        transition: all .3s;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.30);
    }

    #mainNavMobile ul li {
        transform-origin: top;
        transform: scaleY(0);
        transition: all .3s;
    }

        #mainNavMobile ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255,255,255,.25);
        }

        /*   #mainNavMobile ul li:hover {
            background-color: #1d2d3a;
        }*/

        #mainNavMobile ul li > a.nav-mobile {
            font-size: 14px;
            display: block;
            text-decoration: none !important;
            font-weight: 700;
        }

        #mainNavMobile ul li > a.plus-icon:after {
            content: "\F067";
            font-weight: 700;
            font-family: Font Awesome\ 5 Pro, sans-serif;
            font-size: .7em;
            position: absolute;
            right: 1.6rem;
        }

        #mainNavMobile ul li > a.nav-mobile-sub {
            font-size: 14px;
            display: block;
            text-decoration: none !important;
            font-weight: 500;
        }

        #mainNavMobile ul li > a > i {
            font-size: 10px;
            float: right;
        }

        #mainNavMobile ul li.active > a {
            color: #ffb71b;
            background-color: #1d2d3a;
        }

body.show-nav #mainNavMobile {
    pointer-events: auto;
    overflow: hidden auto;
}

    body.show-nav #mainNavMobile ul {
        transform: scaleY(1);
    }

        body.show-nav #mainNavMobile ul li {
            transform: scaleY(1);
        }
/* Logo wrapper */
.logo-wrap {
    display: flex;
    align-items: center;
}

.excellence_logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.header__logo {
    max-height: 80px;
    max-width: 240px;
    width: auto;
    object-fit: contain;
    transition: max-height 0.4s ease, max-width 0.4s ease;
}

.header-desktop {
    padding: 0.25em calc(50% - 680px);
}

@media (max-width: 767px) {
    .logo-wrap {
        justify-content: center;
    }

    .excellence_logo {
        max-height: 45px;
    }

    .header__logo {
        max-height: 60px;
        max-width: 180px;
    }
}

#btnToggleNav {
    display: flex;
    justify-content: center;
}

#mainNav #btnToggleNav .fa-bars {
    display: block;
}

#mainNav #btnToggleNav .fa-times {
    display: none;
}

body.show-nav #btnToggleNav .fa-bars {
    display: none;
}

body.show-nav #btnToggleNav .fa-times {
    display: block;
}

.navbar-right {
    float: right !important;
}

#mainNavMobile ul li.mail > a {
    font-size: 0.8em;
    color: #ffffff !important;
    font-weight: 300;
    background-color: #000000 !important;
}

#mainNav ul.nav.nav-desktop {
    display: flex;
    width: 100%;
    flex: 1;
}

    #mainNav ul.nav.nav-desktop > li {
        flex: 1 0 auto;
    }

#mainNav .main-nav {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 5px 0;
}

#mainNav .nav-mobile {
    display: none;
}

#mainNav ul {
    margin: 0 10px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    #mainNav ul > li > a, #mainNav ul > li > button {
        padding: 15px 0 0;
    }

        #mainNav ul > li > button > span, #mainNav ul > li > a > span {
            display: block;
        }


    #mainNav ul.dropdown-menu.active, #topMenus ul.dropdown-menu {
        background-color: #fff;
        padding: 15px 0px;
        left: 0;
        right: auto;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        text-align: center;
        width: 200px;
        min-width: 200px;
        -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;
    }

    #mainNav ul.dropdown-menu li > a {
        padding: 12px 20px;
        white-space: normal;
        word-break: break-word;
    }

    #mainNav ul li.dropdown:hover > .dropdown-menu, #topMenus li.dropdown:hover > .dropdown-menu {
        display: block;
        z-index: 10;
    }

#mainHeader .leggat-honda-logo-mobile {
    display: none;
}

#mainHeader .dvLogo {
    margin-right: 20px;
}

#mainNav .dvLogo a {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}


#mainHeader a.mail {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
}

    #mainHeader a.mail::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 80%;
        transform: translateY(-50%);
        width: 1px;
        background-color: #42515c;
    }

#mainHeader.sticky #mainNav {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 2000px;
    transform: translateX(-50%);
    z-index: 12;
}

.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: 22px 18px;
}

    .sidebar section:not(:last-child) .sidebar-widget {
        padding-bottom: 1rem;
        border-bottom: 1px solid #ececec;
        margin-bottom: 1rem;
    }


.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;
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: -5rem;
    }
}

.sidebar-navigation-list-1 .sidebar-navigation-list-widget ul {
    list-style-type: none;
    font-size: 14px;
}

.sidebar-navigation-list-1 .sidebar-navigation-list-widget a {
    color: #333
}

    .sidebar-navigation-list-1 .sidebar-navigation-list-widget a:before {
        font-family: Font Awesome\ 5 Pro,sans-serif;
        content: "\F08E";
        color: #334c96;
        font-weight: 700;
        margin-right: 16px;
    }

    .sidebar-navigation-list-1 .sidebar-navigation-list-widget a:hover {
        color: #334c96;
    }

.sidebar-navigation-list-1 .sidebar-navigation-list-widget li {
    margin-bottom: 8px;
    margin-left: 16px;
}


.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: flex;
    text-decoration: none;
    color: #333;
    margin-bottom: 2px;
}

    .contact-block-link span {
        transition: transform .2s;
    }

    .contact-block-link:hover span {
        color: #002d62;
        -webkit-transform: translateX(.5rem);
        transform: translateX(.5rem);
    }

    .contact-block-link:hover {
        text-decoration: none;
    }

    .contact-block-link strong {
        width: 7rem;
    }

.hours-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    list-style-type: none;
    margin-bottom: 1.6rem !important;
    flex: 1;
    margin-right: .8rem;
    width: 100%;
    min-width: 4rem;
}

    .hours-tabs > li > a {
        text-decoration: none !important;
        color: #334c96;
        width: 100%;
        display: block;
        padding: .6rem 0;
    }

    .hours-tabs li.hours-nav-tabs {
        display: flex;
        border-bottom: .3rem solid transparent;
        flex-wrap: wrap;
        list-style-type: none;
    }

        .hours-tabs li.hours-nav-tabs a {
            margin-right: 1.2rem;
            margin-left: 1.2rem;
        }

    .hours-tabs .hours-nav-tabs.active a {
        border-bottom: .19rem solid #334c96;
    }

    .hours-tabs li.hours-nav-tabs a:hover {
        color: #002d62;
    }


    .hours-tabs .hours-nav-tabs:not(:last-child):after {
        content: "";
        position: absolute;
        top: 25%;
        right: 0;
        background: #ececec;
        height: 50%;
        width: 1px;
    }

    .hours-tabs .hours-nav-tabs:not(:last-child) {
        position: relative;
    }


    .hours-tabs .hours-nav-tabs a {
        text-decoration: none;
        color: #334c96;
        width: 100%;
        display: block;
        margin: 0;
        padding: .3rem 0 0;
        border-bottom: .3rem solid transparent;
    }
/* .hours-tabs .hours-nav-tabs.active a {
        border-bottom: .3rem solid #334c96;
    }*/

.tab-content-panel {
    display: none;
    opacity: 0;
    transition: opacity .15s;
}

    .tab-content-panel.in {
        opacity: 1;
    }

    .tab-content-panel.active.in {
        display: block;
        color: #333;
    }

.tab-content .hours-row .hours-day {
    display: flex;
}

.hours-simple .hours-day {
    text-align: left;
}

.hours-simple .hours-day {
    padding-left: 1rem;
    padding-right: .8rem;
    font-weight: 700;
    color: #333;
}

.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: .5rem;
        height: .5rem;
        border-radius: 50%;
        transform: translateY(-50%);
    }
/*SCHEDULE END*/


.page-title {
    line-height: 5rem;
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
    z-index: 0;
    padding: 1.4rem calc(50% - 55rem);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

    .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 span {
        position: relative;
        z-index: 2;
        padding: 3.6rem 0;
    }

.primary-wrapper {
    padding: 3.6rem 0;
}



.primary > :not(:last-child) {
    margin-bottom: 1.4rem;
}




.usp-widget {
    content-visibility: auto;
    contain-intrinsic-size: 40rem;
    padding: 0 1.6rem;
    background-color: #fff;
    text-align: center;
}
/* Default Template - Internal pages - images */
.primary-wrapper .row .primary.col .row img {
    margin-bottom: 16px;
}

/* Default Template - Internal pages - headings */
.primary-wrapper .row .primary.col .row h2 {
    margin-bottom: 16px;
}

/* Default Template - Internal pages - text */
.primary-wrapper .row .primary.col .row p {
    margin-bottom: 16px;
}


.usp-widget__single {
    padding: 24px;
    width: 100%;
}

.usp-widget__icon {
    width: 52px;
    height: 52px;
}

#communitySponsorships .usp-widget__icon {
    width: 32px;
    height: 32px;
}

.usp-widget__icon-wrap {
    text-align: center;
    width: 100%;
}

h4.usp-widget__title {
    margin-bottom: 0.5em;
}

.usp-widget__title {
    font-size: 22px;
    margin-top: .8rem;
    line-height: 34px;
}
/* ABOUT*/

.widget-background {
    position: relative;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .widget-background::after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        opacity: 0.7;
    }

    .widget-background.dark:after {
        background-color: #000;
        opacity: .33;
    }



.about-widget {
    content-visibility: auto;
    contain-intrinsic-size: 40rem;
    position: relative;
    background-color: #fff;
    padding: 0 2.4rem;
    color: #333;
    overflow: hidden
}


.col-lg-6.about-widget__info-container div {
    padding: 0 2em 2.4rem;
}


.about-widget .container {
    position: relative;
    z-index: 1;
}


.about-1 .about-widget__excerpt {
    padding: 1.4rem 0;
    width: 75%;
    margin: 0 auto;
}

.about-2 .about-widget__excerpt {
    padding: 2.4rem 0
}

.about-4 .about-widget__excerpt {
    padding: 24px 0;
}

p.about-widget__excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.about-1.content-visibility-visible .about-widget {
    content-visibility: visible;
}

.about-widget__background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}

    .about-widget__background-container iframe {
        width: 100%
    }


    .about-widget__background-container:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .about-widget__background-container:after {
        content: "";
        position: absolute;
        top: 0;
    }

.about-2 .about-widget__background-container:after {
    bottom: 0;
    width: 40%
}

.about-4 .about-widget__background-container:after {
    right: 0;
    bottom: 50%;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(transparent));
    background: linear-gradient(180deg,#fff,transparent);
    display: none
}


.about-widget.dark {
    background-color: #333;
    color: #fff
}


    .about-widget.dark .about-widget__background-container:after {
        background: -webkit-gradient(linear,right top,left top,from(transparent),to(#333));
        background: linear-gradient(270deg,transparent,#333)
    }



.about-widget__background-container--left {
    left: 0
}

@media (min-width: 768px) {
    .about-4 .about-widget__info-container--left {
        padding-right: 60px;
    }
}

.about-widget__background-container--left:after {
    right: -1px;
    background: -webkit-gradient(linear,left top,right top,from(transparent),to(#fff));
    background: linear-gradient(90deg,transparent,#fff)
}

.about-widget__background-container--right {
    right: 0
}

    .about-widget__background-container--right:after {
        left: -1px;
        background: -webkit-gradient(linear,right top,left top,from(transparent),to(#fff));
        background: linear-gradient(270deg,transparent,#fff)
    }

@media (min-width: 768px) {
    .about-4 .about-widget__info-container--right {
        padding-left: 75px;
    }
}



.about-2 .about-widget.dark .about-widget__background-container--left:after {
    background: -webkit-gradient(linear,left top,right top,from(transparent),to(#333));
    background: linear-gradient(90deg,transparent,#333)
}



.about-4 .about-widget .widget-heading {
    margin-bottom: 0;
    padding: 0 20px;
}

.about-2 .about-widget .widget-heading {
    margin-bottom: 0
}
/*USP WIDGET*/
.usp-1 .usp-widget__icon {
    fill: #777;
}

.usp-1 .usp-widget__icon--image {
    width: auto;
}


.usp-1 .usp-widget__description, .usp-1 .usp-widget__title {
    color: #000;
}

.usp-1 .usp-widget__description {
    font-size: 14px;
    line-height: 22px;
}



.widget-heading {
    margin: 0px 0px 32px;
    font-size: 32px;
}

.widget-heading--centered {
    text-align: center;
}

    .widget-heading--centered:after {
        margin-left: calc(50% - 1.4rem);
    }

#about-content .widget-heading:after {
    background-color: transparent;
}

.widget-heading:after {
    content: "";
    display: block;
    width: 2.7rem;
    height: .18rem;
    margin-top: 1.3rem;
    background-color: #334c96;
}
/*feature cards*/
.about-widget.dark h2, .about-widget.dark h3, .about-widget.dark h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.feature-cards-1 .feature-cards-widget {
    content-visibility: auto;
    contain-intrinsic-size: 50rem;
    background-color: #ececec;
    padding: 4.4rem 0 6.4rem;
    position: relative;
    background-position: 50%;
    background-size: cover
}

    .feature-cards-1 .feature-cards-widget:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: hsla(0,0%,100%,.75);
        top: 0;
        left: 0;
        z-index: 0
    }

.feature-cards-1 .feature-cards-widget__wrapper {
    position: relative;
    z-index: 1
}


.feature-cards-1 .feature-cards-widget__content {
    padding-top: 6.4rem
}

.feature-cards-1 .feature-cards-widget__row {
    -ms-flex-pack: distribute;
    justify-content: space-around
}



.feature-cards-1 .feature-cards-widget__feature-card {
    max-width: 33rem;
    width: 100%;
    position: relative;
    padding: 4.8rem 2.4rem 1.6rem;
    background: #fff;
    border-radius: 2rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feature-cards-1 .feature-cards-widget__feature-card, .feature-cards-1 .feature-cards-widget__icon-wrapper {
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-cards-1 .feature-cards-widget__icon-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: -7.5rem auto 0;
    background: #334c96;
}

    .feature-cards-1 .feature-cards-widget__icon-wrapper i {
        color: #fff;
        font-size: 2.2rem
    }

.feature-cards-1 .feature-cards-widget__feature-title {
    margin-bottom: 1.6rem;
    color: #333;
    margin-top: 10px;
}

.feature-cards-1 .feature-cards-widget__feature-image {
    width: 100%;
    margin: 2.4rem auto;
    min-height: 1px
}

.feature-cards-1 .feature-cards-widget__feature-text {
    text-align: center;
    color: #777;
    margin-bottom: 1.6rem
}

.feature-cards-1 .feature-cards-widget__cta {
    margin-top: auto;
    max-width: 100%
}

.feature-cards-1 .feature-cards-widget.dark {
    background-color: #777
}

    .feature-cards-1 .feature-cards-widget.dark:after {
        background: rgba(0,0,0,.85)
    }

    .feature-cards-1 .feature-cards-widget.dark .feature-cards-widget__feature-card {
        background: #222
    }

    .feature-cards-1 .feature-cards-widget.dark .feature-cards-widget__feature-text, .feature-cards-1 .feature-cards-widget.dark .feature-cards-widget__heading {
        color: #fff
    }

.button-block-4 .wrapper-fullwidth {
    width: 100%;
    max-width: 100%
}

.button-block-4 .button-block-widget {
    content-visibility: auto;
    contain-intrinsic-size: 45rem;
    /* padding: 64px 8px; */
}

.button-block-4 .button-block-widget-row {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .button-block-4 .button-block-widget-row .button-block-button:not(:last-of-type), .button-block-4 .button-block-widget-row:first-of-type {
        margin-bottom: 1.6rem
    }

.button-block-4 .button-block-widget__icon {
    fill: #fff;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 10.4rem;
    height: 10.4rem;
    top: 50%;
    left: 50%;
    font-size: 10.4rem;
    color: #fff;
    z-index: 1
}

.button-block-4 .button-block-widget .button-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    padding: 1.0rem;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in
}

    .button-block-4 .button-block-widget .button-block-button:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(52,73,94,.5)
    }

    .button-block-4 .button-block-widget .button-block-button:hover {
        background-position: 54% 49%;
        background-size: 280%
    }

.button-block-4 .button-block-widget .button-block-button-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 26rem
}



.button-block-4 .button-block-widget .button-block-button__content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem;
    color: #fff
}

.button-block-4 .button-block-widget .button-block-button-heading-area {
    width: 100%;
    text-align: left;
    z-index: 1
}

.button-block-4 .button-block-widget .button-block-button__subheading {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 2.4rem;
    color: #333;
    color: #fff
}

.button-block-4 .button-block-widget .button-block-button-heading {
    line-height: 1;
    width: 100%;
    margin-bottom: 1.6rem;
    color: #fff
}

.button-block-4 .button-block-widget .button-block-button-cta {
    margin-top: auto;
    max-width: none
}

.button-block-4 .button-block-widget .button-block-button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 30%;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.6),transparent)
}

.button-block-4 .button-block-widget.dark {
    background-color: #333
}

    .button-block-4 .button-block-widget.dark .button-block-button-heading, .button-block-4 .button-block-widget.dark .button-block-button__subheading, .button-block-4 .button-block-widget.dark .widget-heading {
        color: #fff
    }
/*contact form*/
.contact-form-1 .contact-form-widget {
    padding: 0 1.6rem;
}



.hero-1 .hero-widget {
    content-visibility: auto;
    contain-intrinsic-size: 50rem;
    min-height: 70vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    overflow: visible;
    z-index: 888;
}

#hero_widget-12.widget-background {
    min-height: 50vh;
}

.hero-widget__standard {
    width: 100%;
    display: inherit;
}

.hero-1 .hero-widget .wrapper {
    position: relative;
    z-index: 1;
}



.hero-1 .hero-widget .main-heading {
    width: 100%;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 1.6rem;
    font-weight: 400;
}

.hero-1 .hero-widget .sub-heading {
    width: 100%;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 2.4rem;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 782px) {
    .button-block-4 .button-block-widget-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .button-block-4 .button-block-widget-row:first-of-type {
            margin-bottom: 0
        }

    .button-block-4 .button-block-widget .button-block-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - .8rem);
        margin-bottom: 1.6rem
    }

        .button-block-4 .button-block-widget .button-block-button:not(:nth-child(2n)) {
            margin-right: 1.6rem
        }

        .button-block-4 .button-block-widget .button-block-button:last-of-type {
            margin-right: 0
        }

    .button-block-4 .button-block-widget .button-block-button__single {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: none;
        margin-bottom: 0;
        margin-right: 0 !important
    }

    .button-block-4 .button-block-widget .button-block-button__three-pack {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: calc(33.33333% - 1.1rem)
    }

        .button-block-4 .button-block-widget .button-block-button__three-pack:not(:last-of-type) {
            margin-right: 1.6rem
        }
}

@media only screen and (min-width: 960px) {
    .button-block-4 .button-block-widget-row:first-of-type {
        margin-bottom: 1.6rem
    }

    .button-block-4 .button-block-widget .button-block-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: none;
        margin-bottom: 0
    }

        .button-block-4 .button-block-widget .button-block-button:not(:last-of-type) {
            margin-bottom: 0;
            margin-right: 1rem
        }

        .button-block-4 .button-block-widget .button-block-button:first-of-type {
            margin-right: 1.6rem
        }

        .button-block-4 .button-block-widget .button-block-button:last-of-type {
            margin-right: 0
        }

    .button-block-4 .button-block-widget .button-block-button-four-columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - spacing(sm)*3/4);
        flex: 0 0 calc(25% - spacing(sm)*3/4);
        max-width: calc(25% - spacing(sm)*3/4);
        margin-bottom: 0;
        margin-right: 1.6rem;
        text-decoration: none;
    }

        .button-block-4 .button-block-widget .button-block-button-four-columns:not(:last-of-type) {
            margin-bottom: 0
        }

        .button-block-4 .button-block-widget .button-block-button-four-columns.button-block-button:not(:nth-child(2n)) {
            margin-right: 1rem
        }

        .button-block-4 .button-block-widget .button-block-button:nth-child(4n), .button-block-4 .button-block-widget .button-block-button-four-columns.button-block-button:last-of-type {
            margin-right: 0
        }
}

@media only screen and (max-width: 1199px) {
    .primary-wrapper .about-widget__info-container--left {
        padding: 0.6rem 1rem 0.6rem;
    }

    .usp-widget .col-sm-6 {
        width: 33.33%;
    }

    .usp-widget__single {
        padding: 14px;
        width: 100%;
    }

    .usp-widget__title {
        font-size: 20px;
        line-height: 30px;
    }

    .usp-1 .usp-widget__description {
        font-size: 13px;
    }

    .tab-content {
        font-size: 14px;
    }

    .feature-cards-1 .feature-cards-widget__feature-card {
        padding: 0 1.4rem;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-cards-1 .feature-cards-widget__wrapper {
        padding: 0 3.2rem
    }
}

@media only screen and (max-width: 1199px) {

    .primary-wrapper {
        padding-left: 0;
    }

    .page-title {
        padding: 1.2rem 0;
    }

        .page-title span {
            padding: 0 5px;
        }
}

@media only screen and (max-width: 991px) {
    .usp-widget .col-sm-6 {
        width: 50%;
    }

    .inline_section_wrapper .col-sm-4 {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        max-width: 24rem;
        margin: 20px auto 2.4rem;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .col-sm-12 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .feature-cards-1 .feature-cards-widget__feature-card {
        max-width: 22rem;
    }

    .feature-cards-1 .feature-cards-widget__feature-card-wrapper {
        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;
        margin-bottom: 4.4rem
    }
}

@media only screen and (max-width: 991px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .primary-wrapper {
        padding: 1rem 0;
    }

    .about-4 .about-widget__info-container--right {
        padding-left: 50px;
    }

    .about-1 .about-widget__excerpt {
        width: 90%;
    }

    .about-4 .about-widget {
        padding: 2.4rem 0;
    }
}
/*sidebar*/
@media only screen and (max-width: 767px) {
    .primary-wrapper {
        padding: 0.6rem 1rem;
    }

    .usp-widget .col-xs-12 {
        width: 100%;
    }

    .sidebar, .sidebar .hours-tabs, .sidebar .hours--simple {
        max-width: 100%;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }
}


@media only screen and (max-width: 767px) {
    .about-1 .about-widget {
        padding: 2.4rem 0;
    }

    .about-2 .button {
        padding: .4rem 1.6rem;
        min-height: 2rem;
        font-size: 14px;
        max-width: 12rem;
    }

    .about-2 .about-widget {
        padding: 2.4rem 0 16rem;
    }

    .about-4 .about-widget {
        padding: 2.4rem 0 18rem;
    }

        .about-4 .about-widget .widget-heading {
            font-size: 26px;
            line-height: 42px;
            padding: 0;
        }

    .about-4 .about-widget__excerpt {
        padding: 1.4rem 0;
    }

    .about-widget__background-container {
        width: 100%;
        height: 21rem;
        top: auto
    }

    .about-4 .about-widget__background-container:after {
        display: block
    }

    .about-2 .about-widget__background-container:after {
        width: 100%;
        height: 40rem;
        bottom: auto;
    }

    .about-4 .about-widget__info-container--left {
        padding-left: 10px;
    }

    .about-4 .about-widget__info-container--right {
        padding-left: 10px;
    }

    p.about-widget__excerpt.apply-read-more.apply-read-more--mobile {
        font-size: 14px;
    }

    .col-lg-6.about-widget__info-container div {
        padding: 0;
    }

    .col-xs-offset-6 {
        margin-left: 0;
    }

    .col-xs-6 {
        width: 100%;
    }

    .about-2 .about-widget__background-container--left:after {
        background: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#fff));
        background: linear-gradient(0deg,transparent,#fff)
    }

    .about-2 .about-widget__background-container--right:after {
        background: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#fff));
        background: linear-gradient(0deg,transparent,#fff)
    }

    .about-2 .about-widget.dark .about-widget__background-container:after {
        background: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#333));
        background: linear-gradient(0deg,transparent,#333)
    }

    .about-2 .about-widget.dark .about-widget__background-container--left:after {
        background: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#333));
        background: linear-gradient(0deg,transparent,#333)
    }

    .feature-cards-1 .feature-cards-widget {
        padding: 4.4rem 0 4.4rem;
    }
}


@media only screen and (max-width: 361px) {
    .feature-cards-1 .feature-cards-widget__wrapper {
        padding: 0 1.5rem;
    }

    .about-1 .about-widget__excerpt {
        width: 90%;
    }

    .tab-content {
        font-size: 12px;
    }

    .feature-cards-1 .feature-cards-widget {
        padding: 4.4rem 0 2.4rem;
    }
}


@media only screen and (max-width: 1260px) {
    .excellence_logo {
        max-height: 50px;
    }

    .header__logo {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1199px) {


    .callout-content, label {
        font-size: 13px;
    }

    #mainNav ul.nav.nav-desktop {
        justify-content: flex-end;
    }



    #mainNav ul > li > a {
        padding: 17px 6px;
        /* margin-right: auto; */
    }

    #mainHeader .leggat-honda-logo-mobile {
        display: none;
    }

    #mainHeader .dvLogo {
        margin-right: 20px;
    }

    .excellence_logo {
        max-height: 42px;
    }

    .header__logo {
        max-width: 200px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1157px) {


    #mainNav ul.dropdown-menu, #topMenus ul.dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1099px) {
    .callout-content, label {
        font-size: 12px;
    }

    .dvUserAlerts {
        font-size: 16px;
    }

    #mainHeader .dvLogo {
        margin-right: 1px;
    }

    #mainHeader ul li.navbar-right > button.dropdown-toggle, #mainHeader ul li.navbar-right > a.dropdown-toggle {
        font-size: 13px;
    }

    .header__logo {
        max-width: 170px;
    }
}

@media only screen and (max-width: 1065px) {
    #mainNav ul.nav.nav-desktop > li {
        flex: 1 1 auto;
        min-width: 0;
    }

    #mainNav ul > li > a > span {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {

    #navTop ul li > a {
        padding: 8px 15px;
    }



    .callout-content {
        padding: 12px 0;
    }
}


@media only screen and (max-width: 991px) {


    #mainNav .vdp-header .my-account-menu a {
        padding-left: 20px;
    }

        #mainNav .vdp-header .my-account-menu a .account_icon {
            font-size: 24px;
        }


    .hidden-sm {
        display: none !important;
    }
}

/*Header*/
@media only screen and (max-width: 991px) {
    #mainHeader {
        box-shadow: none;
    }

    .nav > li {
        display: block;
    }

    #mainNav .container {
        max-width: 100% !important;
        background-color: #f4f4f4;
    }

    #mainNav .dvLogo {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }

    .dvLogo img {
        width: 280px;
    }

    #mainHeader.sticky #mainNav {
        position: relative;
    }

    #mainHeader.sticky ~ #wrapper {
        margin-top: 0;
    }

    #mainNav ul.nav-mobile > li > a {
        padding: 3px 6px;
        margin-right: 0;
    }

    #mainNav ul.nav-mobile > li.nav-contact-m > a {
        margin-right: .8rem;
        padding: 0 .5rem;
    }

        #mainNav ul.nav-mobile > li.nav-contact-m > a > i {
            color: #000;
            font-size: 20px;
            font-weight: 700;
        }

    #mainNav ul.nav.nav-desktop {
        display: none;
    }

    #dv-nav-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px;
    }

    #mainNav ul.nav.nav-mobile {
        display: flex;
        background-color: #f4f4f4;
    }


    #mainNavMobile {
        top: 114px;
    }

        #mainNavMobile ul > li > a {
            margin-right: 0;
            border-top: 1px solid #ececec;
        }

        #mainNavMobile ul {
            box-shadow: inset 0 .3rem .8rem rgba(0, 0, 0, .1);
        }

            #mainNavMobile ul li:has(.in) > a.nav-mobile {
                color: #334c96;
                background: rgba(0, 0, 0, .03);
            }

            #mainNavMobile ul > li > a.nav-mobile-sub {
                color: #777;
                background: rgba(0, 0, 0, .03);
            }

                #mainNavMobile ul > li > a.nav-mobile-sub:hover {
                    color: #333333;
                    background: rgba(0, 0, 0, .03);
                }

    #mainNav .main-nav {
        display: block;
        visibility: visible !important;
        justify-content: center;
    }

        #mainNav .main-nav.vdp-header {
            display: none !important;
        }
}



@media only screen and (max-width: 960px) {

    #navTop ul li > a {
        padding: 8px 10px;
    }
}



@media only screen and (min-width: 992px) {
    #mainNavMobile {
        display: none;
    }
}


@media only screen and (max-width: 768px) {


    #mainNav .main-nav.vdp-header {
        display: none !important;
    }

    #mainNav .main-nav.vdp-header-mobile {
        display: block !important;
    }



    #mainHeader ul li > a, .dvUserAlerts {
        padding-left: 15px;
        padding-right: 15px;
    }

    #mainNav .nav-mobile li > a {
        font-size: 26px;
    }


    #navTop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 20;
        background-color: #ffffff;
        opacity: 0;
        pointer-events: none;
        transition: all .2s;
    }

    body.show-mobile-search #navTop {
        opacity: 1;
        pointer-events: auto;
    }

    body.show-mobile-search #dvAspx {
        height: 100vh;
        overflow: hidden;
    }



    #globalSearch, #topMenus, #btnCloseSearch, #btnSearch {
        display: none;
    }

    #navTop .container {
        padding: 0;
    }
}





@media only screen and (max-width: 599px) {
    #mainNav .vdp-header li.navbar-my-account {
        display: none !important;
    }

    #mainNav .vdp-header li.navbar-price {
        display: none;
    }

    #mainNav ul.nav-mobile > li.nav-contact-m > a > i {
        font-size: 18px;
    }
}



@media only screen and (max-width: 480px) {


    #mainNav .nav-mobile {
        margin-right: -10px;
    }

        #mainNav .nav-mobile li {
            width: 34px;
        }

            #mainNav .nav-mobile li > a, .dvUserAlerts {
                font-size: 22px;
                padding: 16px 10px;
            }

    .alertIcon.alertIcon_mob {
        font-size: 22px;
    }



    #mainNavMobile ul li > a {
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 350px) {


    #mainNav .nav-mobile li {
        width: 35px;
    }
}

@media only screen and (max-width: 330px) {

    #mainNavMobile ul li > a {
        padding: 12px 15px;
    }

    #txtSearch {
        font-size: 18px;
    }





    #mainNav .nav-mobile {
        display: block;
        align-items: center;
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 300px) {
    #mainNav .nav-mobile li {
        width: 32px;
    }
}


#team-modal .member-photo {
    height: 250px;
    background-size: cover;
    background-position: top;
}

#team-modal .row .col p {
    margin-bottom: 20px;
}

#teams .department .row {
    margin: 0 -16px;
}

.member__contact i {
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .col-xs-6 {
        width: 50%;
    }

    .primary-wrapper {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 479px) {
    .col-xs-6 {
        width: 100%;
    }

    .filter-wrap {
        min-width: 350px;
    }

    .primary-wrapper {
        padding: 5px 0;
    }

    .select, select {
        font-size: 14px;
        padding: 2px 6px;
    }

    .button {
        font-size: 14px;
    }
}


.multiple-select {
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-right: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 479px) {
    .multiple-select {
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.multiple-select__text-wrap {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.multiple-select__options-wrap {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    border-radius: 0 0 3px 3px;
    max-height: 300px;
    overflow-y: auto;
    display: none
}

    .multiple-select__options-wrap.active {
        display: block
    }

.multiple-select__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 8px 16px
}

@media (max-width: 767px) {
    .multiple-select__option {
        font-size: 16px;
        padding: 16px
    }
}

.multiple-select__option:hover {
    cursor: pointer;
    background: #f4f4f4
}

.multiple-select__option.active {
    background: #f4f4f4
}

    .multiple-select__option.active .multiple-select__indicator {
        background: #334c96;
        color: #fff
    }

        .multiple-select__option.active .multiple-select__indicator:after {
            content: "\F00C"
        }

.multiple-select__indicator {
    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: 30px;
    margin-right: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 3px
}

    .multiple-select__indicator:after {
        content: "\F00D";
        font-weight: 700;
        font-size: 11px;
        font-family: Font Awesome\ 5 Pro, sans-serif
    }

.multiple-select.open .select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .multiple-select.open .select:after {
        content: "\F00D";
        color: #d0021b
    }

@media (min-width: 768px) {
    .multiple-select--expanded .multiple-select__select.hide-expanded {
        display: none
    }

    .multiple-select--expanded .multiple-select__options-wrap {
        display: block;
        position: static;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        max-height: 100%
    }

    .multiple-select--expanded .multiple-select__option {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 0
    }

        .multiple-select--expanded .multiple-select__option.active .multiple-select__indicator {
            background-color: #ececec;
            -webkit-transition: background-color .2s;
            transition: background-color .2s
        }

            .multiple-select--expanded .multiple-select__option.active .multiple-select__indicator:after {
                display: block
            }

    .multiple-select--expanded .multiple-select__indicator {
        -webkit-box-shadow: inset 0 1px 3px 0 rgba(34, 34, 34, .5);
        box-shadow: inset 0 1px 3px 0 rgba(34, 34, 34, .5);
        width: 15px;
        height: 15px;
        border: 0
    }

        .multiple-select--expanded .multiple-select__indicator:after {
            content: none;
            color: #333
        }
}

.multiple-select__options-wrap {
    display: none;
}

.multiple-select.active .multiple-select__options-wrap {
    display: block;
}

.multiple-select__select {
    pointer-events: auto;
    cursor: pointer;
}

#slider h3, .styleSecondBackground, .list-icon.color.circle li:before, .featured-box-minimal i.span, .label-primary, div.featured-box i.span, .progress-bar-primary, ul.pagination li.active a:hover, ul.pagination li.active a, ul.isotope-filter li.active a, ul.isotope-filter li.active a:hover, span.featured-icon, p.dropcap.color:first-letter, .blog-timeline .timeline-item .item-date span, ul.nav-pills li.active a, .modal-header {
    background-color: #334c96;
}


/* ROW AND COLS - SCOPED TO .flex-rows-and-cols */

.flex-rows-and-cols .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
}

    .flex-rows-and-cols .row.left-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-rows-and-cols .row.right-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-rows-and-cols .row.center-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-rows-and-cols .row.spaced-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-rows-and-cols .row.vertical-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.flex-rows-and-cols .row--half-space {
    margin-left: -.8rem;
    margin-right: -.8rem;
}

/* Base Column Styles */
.flex-rows-and-cols .col,
.flex-rows-and-cols .col-lg-1, .flex-rows-and-cols .col-lg-2, .flex-rows-and-cols .col-lg-3, .flex-rows-and-cols .col-lg-4, .flex-rows-and-cols .col-lg-5, .flex-rows-and-cols .col-lg-6, .flex-rows-and-cols .col-lg-7, .flex-rows-and-cols .col-lg-8, .flex-rows-and-cols .col-lg-9, .flex-rows-and-cols .col-lg-10, .flex-rows-and-cols .col-lg-11, .flex-rows-and-cols .col-lg-12,
.flex-rows-and-cols .col-md-1, .flex-rows-and-cols .col-md-2, .flex-rows-and-cols .col-md-3, .flex-rows-and-cols .col-md-4, .flex-rows-and-cols .col-md-5, .flex-rows-and-cols .col-md-6, .flex-rows-and-cols .col-md-7, .flex-rows-and-cols .col-md-8, .flex-rows-and-cols .col-md-9, .flex-rows-and-cols .col-md-10, .flex-rows-and-cols .col-md-11, .flex-rows-and-cols .col-md-12,
.flex-rows-and-cols .col-sm-1, .flex-rows-and-cols .col-sm-2, .flex-rows-and-cols .col-sm-3, .flex-rows-and-cols .col-sm-4, .flex-rows-and-cols .col-sm-5, .flex-rows-and-cols .col-sm-6, .flex-rows-and-cols .col-sm-7, .flex-rows-and-cols .col-sm-8, .flex-rows-and-cols .col-sm-9, .flex-rows-and-cols .col-sm-10, .flex-rows-and-cols .col-sm-11, .flex-rows-and-cols .col-sm-12,
.flex-rows-and-cols .col-xs-1, .flex-rows-and-cols .col-xs-2, .flex-rows-and-cols .col-xs-3, .flex-rows-and-cols .col-xs-4, .flex-rows-and-cols .col-xs-5, .flex-rows-and-cols .col-xs-6, .flex-rows-and-cols .col-xs-7, .flex-rows-and-cols .col-xs-8, .flex-rows-and-cols .col-xs-9, .flex-rows-and-cols .col-xs-10, .flex-rows-and-cols .col-xs-11, .flex-rows-and-cols .col-xs-12,
.flex-rows-and-cols .col-xxs-1, .flex-rows-and-cols .col-xxs-2, .flex-rows-and-cols .col-xxs-3, .flex-rows-and-cols .col-xxs-4, .flex-rows-and-cols .col-xxs-5, .flex-rows-and-cols .col-xxs-6, .flex-rows-and-cols .col-xxs-7, .flex-rows-and-cols .col-xxs-8, .flex-rows-and-cols .col-xxs-9, .flex-rows-and-cols .col-xxs-10, .flex-rows-and-cols .col-xxs-11, .flex-rows-and-cols .col-xxs-12 {
    width: 100%;
    min-height: 1px;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}

/* Half-space Column Padding */
.flex-rows-and-cols .row--half-space .col, .flex-rows-and-cols .row--half-space .col-lg-1, .flex-rows-and-cols .row--half-space .col-lg-2, .flex-rows-and-cols .row--half-space .col-lg-3, .flex-rows-and-cols .row--half-space .col-lg-4, .flex-rows-and-cols .row--half-space .col-lg-5, .flex-rows-and-cols .row--half-space .col-lg-6, .flex-rows-and-cols .row--half-space .col-lg-7, .flex-rows-and-cols .row--half-space .col-lg-8, .flex-rows-and-cols .row--half-space .col-lg-9, .flex-rows-and-cols .row--half-space .col-lg-10, .flex-rows-and-cols .row--half-space .col-lg-11, .flex-rows-and-cols .row--half-space .col-lg-12, .flex-rows-and-cols .row--half-space .col-md-1, .flex-rows-and-cols .row--half-space .col-md-2, .flex-rows-and-cols .row--half-space .col-md-3, .flex-rows-and-cols .row--half-space .col-md-4, .flex-rows-and-cols .row--half-space .col-md-5, .flex-rows-and-cols .row--half-space .col-md-6, .flex-rows-and-cols .row--half-space .col-md-7, .flex-rows-and-cols .row--half-space .col-md-8, .flex-rows-and-cols .row--half-space .col-md-9, .flex-rows-and-cols .row--half-space .col-md-10, .flex-rows-and-cols .row--half-space .col-md-11, .flex-rows-and-cols .row--half-space .col-md-12, .flex-rows-and-cols .row--half-space .col-sm-1, .flex-rows-and-cols .row--half-space .col-sm-2, .flex-rows-and-cols .row--half-space .col-sm-3, .flex-rows-and-cols .row--half-space .col-sm-4, .flex-rows-and-cols .row--half-space .col-sm-5, .flex-rows-and-cols .row--half-space .col-sm-6, .flex-rows-and-cols .row--half-space .col-sm-7, .flex-rows-and-cols .row--half-space .col-sm-8, .flex-rows-and-cols .row--half-space .col-sm-9, .flex-rows-and-cols .row--half-space .col-sm-10, .flex-rows-and-cols .row--half-space .col-sm-11, .flex-rows-and-cols .row--half-space .col-sm-12, .flex-rows-and-cols .row--half-space .col-xs-1, .flex-rows-and-cols .row--half-space .col-xs-2, .flex-rows-and-cols .row--half-space .col-xs-3, .flex-rows-and-cols .row--half-space .col-xs-4, .flex-rows-and-cols .row--half-space .col-xs-5, .flex-rows-and-cols .row--half-space .col-xs-6, .flex-rows-and-cols .row--half-space .col-xs-7, .flex-rows-and-cols .row--half-space .col-xs-8, .flex-rows-and-cols .row--half-space .col-xs-9, .flex-rows-and-cols .row--half-space .col-xs-10, .flex-rows-and-cols .row--half-space .col-xs-11, .flex-rows-and-cols .row--half-space .col-xs-12, .flex-rows-and-cols .row--half-space .col-xxs-1, .flex-rows-and-cols .row--half-space .col-xxs-2, .flex-rows-and-cols .row--half-space .col-xxs-3, .flex-rows-and-cols .row--half-space .col-xxs-4, .flex-rows-and-cols .row--half-space .col-xxs-5, .flex-rows-and-cols .row--half-space .col-xxs-6, .flex-rows-and-cols .row--half-space .col-xxs-7, .flex-rows-and-cols .row--half-space .col-xxs-8, .flex-rows-and-cols .row--half-space .col-xxs-9, .flex-rows-and-cols .row--half-space .col-xxs-10, .flex-rows-and-cols .row--half-space .col-xxs-11, .flex-rows-and-cols .row--half-space .col-xxs-12 {
    padding-right: .8rem;
    padding-left: .8rem;
}

.flex-rows-and-cols .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.flex-rows-and-cols .no-gutters {
    margin-left: 0;
    margin-right: 0;
}

    .flex-rows-and-cols .no-gutters > .col, .flex-rows-and-cols .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

/* LG Grid (Always Scoped) */
.flex-rows-and-cols .col-lg-offset-0 {
    margin-left: 0;
}

.flex-rows-and-cols .col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.flex-rows-and-cols .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.flex-rows-and-cols .col-lg-offset-1 {
    margin-left: 8.33333%;
}

.flex-rows-and-cols .col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.flex-rows-and-cols .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.flex-rows-and-cols .col-lg-offset-2 {
    margin-left: 16.66667%;
}

.flex-rows-and-cols .col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.flex-rows-and-cols .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25%;
}

.flex-rows-and-cols .col-lg-offset-3 {
    margin-left: 25%;
}

.flex-rows-and-cols .col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.flex-rows-and-cols .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.flex-rows-and-cols .col-lg-offset-4 {
    margin-left: 33.33333%;
}

.flex-rows-and-cols .col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.flex-rows-and-cols .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
}

.flex-rows-and-cols .col-lg-offset-5 {
    margin-left: 41.66666%;
}

.flex-rows-and-cols .col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.flex-rows-and-cols .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50%;
}

.flex-rows-and-cols .col-lg-offset-6 {
    margin-left: 50%;
}

.flex-rows-and-cols .col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.flex-rows-and-cols .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.flex-rows-and-cols .col-lg-offset-7 {
    margin-left: 58.33333%;
}

.flex-rows-and-cols .col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.flex-rows-and-cols .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
}

.flex-rows-and-cols .col-lg-offset-8 {
    margin-left: 66.66666%;
}

.flex-rows-and-cols .col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.flex-rows-and-cols .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75%;
}

.flex-rows-and-cols .col-lg-offset-9 {
    margin-left: 75%;
}

.flex-rows-and-cols .col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.flex-rows-and-cols .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.flex-rows-and-cols .col-lg-offset-10 {
    margin-left: 83.33333%;
}

.flex-rows-and-cols .col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.flex-rows-and-cols .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
}

.flex-rows-and-cols .col-lg-offset-11 {
    margin-left: 91.66666%;
}

.flex-rows-and-cols .col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.flex-rows-and-cols .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100%;
}

.flex-rows-and-cols .col-lg-offset-12 {
    margin-left: 100%;
}

.flex-rows-and-cols .col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

/* MD Breakpoint */
@media (max-width: 1199px) {
    .flex-rows-and-cols .col-md-offset-0 {
        margin-left: 0;
    }

    .flex-rows-and-cols .col-md-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-rows-and-cols .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-rows-and-cols .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .flex-rows-and-cols .col-md-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-rows-and-cols .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-rows-and-cols .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .flex-rows-and-cols .col-md-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-rows-and-cols .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.0%;
        flex: 0 0 25.0%;
        max-width: 25%;
    }

    .flex-rows-and-cols .col-md-offset-3 {
        margin-left: 25%;
    }

    .flex-rows-and-cols .col-md-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-rows-and-cols .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-rows-and-cols .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .flex-rows-and-cols .col-md-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-rows-and-cols .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .flex-rows-and-cols .col-md-offset-5 {
        margin-left: 41.66666%;
    }

    .flex-rows-and-cols .col-md-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-rows-and-cols .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50.0%;
        flex: 0 0 50.0%;
        max-width: 50%;
    }

    .flex-rows-and-cols .col-md-offset-6 {
        margin-left: 50%;
    }

    .flex-rows-and-cols .col-md-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-rows-and-cols .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-rows-and-cols .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .flex-rows-and-cols .col-md-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-rows-and-cols .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .flex-rows-and-cols .col-md-offset-8 {
        margin-left: 66.66666%;
    }

    .flex-rows-and-cols .col-md-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-rows-and-cols .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75.0%;
        flex: 0 0 75.0%;
        max-width: 75%;
    }

    .flex-rows-and-cols .col-md-offset-9 {
        margin-left: 75%;
    }

    .flex-rows-and-cols .col-md-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-rows-and-cols .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-rows-and-cols .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .flex-rows-and-cols .col-md-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-rows-and-cols .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .flex-rows-and-cols .col-md-offset-11 {
        margin-left: 91.66666%;
    }

    .flex-rows-and-cols .col-md-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-rows-and-cols .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }

    .flex-rows-and-cols .col-md-offset-12 {
        margin-left: 100%;
    }

    .flex-rows-and-cols .col-md-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

/* SM Breakpoint */
@media (max-width: 991px) {
    .flex-rows-and-cols .col-sm-offset-0 {
        margin-left: 0;
    }

    .flex-rows-and-cols .col-sm-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-rows-and-cols .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-rows-and-cols .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .flex-rows-and-cols .col-sm-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-rows-and-cols .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-rows-and-cols .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .flex-rows-and-cols .col-sm-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-rows-and-cols .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.0%;
        flex: 0 0 25.0%;
        max-width: 25%;
    }

    .flex-rows-and-cols .col-sm-offset-3 {
        margin-left: 25%;
    }

    .flex-rows-and-cols .col-sm-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-rows-and-cols .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-rows-and-cols .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .flex-rows-and-cols .col-sm-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-rows-and-cols .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .flex-rows-and-cols .col-sm-offset-5 {
        margin-left: 41.66666%;
    }

    .flex-rows-and-cols .col-sm-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-rows-and-cols .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50.0%;
        flex: 0 0 50.0%;
        max-width: 50%;
    }

    .flex-rows-and-cols .col-sm-offset-6 {
        margin-left: 50%;
    }

    .flex-rows-and-cols .col-sm-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-rows-and-cols .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-rows-and-cols .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .flex-rows-and-cols .col-sm-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-rows-and-cols .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .flex-rows-and-cols .col-sm-offset-8 {
        margin-left: 66.66666%;
    }

    .flex-rows-and-cols .col-sm-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-rows-and-cols .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75.0%;
        flex: 0 0 75.0%;
        max-width: 75%;
    }

    .flex-rows-and-cols .col-sm-offset-9 {
        margin-left: 75%;
    }

    .flex-rows-and-cols .col-sm-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-rows-and-cols .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-rows-and-cols .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .flex-rows-and-cols .col-sm-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-rows-and-cols .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .flex-rows-and-cols .col-sm-offset-11 {
        margin-left: 91.66666%;
    }

    .flex-rows-and-cols .col-sm-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-rows-and-cols .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }

    .flex-rows-and-cols .col-sm-offset-12 {
        margin-left: 100%;
    }

    .flex-rows-and-cols .col-sm-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

/* XS Breakpoint */
@media (max-width: 767px) {
    .flex-rows-and-cols .col-xs-offset-0 {
        margin-left: 0;
    }

    .flex-rows-and-cols .col-xs-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-rows-and-cols .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-rows-and-cols .col-xs-offset-1 {
        margin-left: 8.33333%;
    }

    .flex-rows-and-cols .col-xs-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-rows-and-cols .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-rows-and-cols .col-xs-offset-2 {
        margin-left: 16.66667%;
    }

    .flex-rows-and-cols .col-xs-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-rows-and-cols .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.0%;
        flex: 0 0 25.0%;
        max-width: 25%;
    }

    .flex-rows-and-cols .col-xs-offset-3 {
        margin-left: 25%;
    }

    .flex-rows-and-cols .col-xs-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-rows-and-cols .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-rows-and-cols .col-xs-offset-4 {
        margin-left: 33.33333%;
    }

    .flex-rows-and-cols .col-xs-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-rows-and-cols .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .flex-rows-and-cols .col-xs-offset-5 {
        margin-left: 41.66666%;
    }

    .flex-rows-and-cols .col-xs-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-rows-and-cols .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50.0%;
        flex: 0 0 50.0%;
        max-width: 50%;
    }

    .flex-rows-and-cols .col-xs-offset-6 {
        margin-left: 50%;
    }

    .flex-rows-and-cols .col-xs-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-rows-and-cols .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-rows-and-cols .col-xs-offset-7 {
        margin-left: 58.33333%;
    }

    .flex-rows-and-cols .col-xs-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-rows-and-cols .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .flex-rows-and-cols .col-xs-offset-8 {
        margin-left: 66.66666%;
    }

    .flex-rows-and-cols .col-xs-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-rows-and-cols .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75.0%;
        flex: 0 0 75.0%;
        max-width: 75%;
    }

    .flex-rows-and-cols .col-xs-offset-9 {
        margin-left: 75%;
    }

    .flex-rows-and-cols .col-xs-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-rows-and-cols .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-rows-and-cols .col-xs-offset-10 {
        margin-left: 83.33333%;
    }

    .flex-rows-and-cols .col-xs-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-rows-and-cols .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .flex-rows-and-cols .col-xs-offset-11 {
        margin-left: 91.66666%;
    }

    .flex-rows-and-cols .col-xs-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-rows-and-cols .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }

    .flex-rows-and-cols .col-xs-offset-12 {
        margin-left: 100%;
    }

    .flex-rows-and-cols .col-xs-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

/* XXS Breakpoint */
@media (max-width: 479px) {
    .flex-rows-and-cols .col-xxs-offset-0 {
        margin-left: 0;
    }

    .flex-rows-and-cols .col-xxs-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-rows-and-cols .col-xxs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-rows-and-cols .col-xxs-offset-1 {
        margin-left: 8.33333%;
    }

    .flex-rows-and-cols .col-xxs-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-rows-and-cols .col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-rows-and-cols .col-xxs-offset-2 {
        margin-left: 16.66667%;
    }

    .flex-rows-and-cols .col-xxs-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-rows-and-cols .col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.0%;
        flex: 0 0 25.0%;
        max-width: 25%;
    }

    .flex-rows-and-cols .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .flex-rows-and-cols .col-xxs-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-rows-and-cols .col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-rows-and-cols .col-xxs-offset-4 {
        margin-left: 33.33333%;
    }

    .flex-rows-and-cols .col-xxs-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-rows-and-cols .col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .flex-rows-and-cols .col-xxs-offset-5 {
        margin-left: 41.66666%;
    }

    .flex-rows-and-cols .col-xxs-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-rows-and-cols .col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50.0%;
        flex: 0 0 50.0%;
        max-width: 50%;
    }

    .flex-rows-and-cols .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .flex-rows-and-cols .col-xxs-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-rows-and-cols .col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-rows-and-cols .col-xxs-offset-7 {
        margin-left: 58.33333%;
    }

    .flex-rows-and-cols .col-xxs-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-rows-and-cols .col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .flex-rows-and-cols .col-xxs-offset-8 {
        margin-left: 66.66666%;
    }

    .flex-rows-and-cols .col-xxs-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .flex-rows-and-cols .col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75.0%;
        flex: 0 0 75.0%;
        max-width: 75%;
    }

    .flex-rows-and-cols .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .flex-rows-and-cols .col-xxs-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .flex-rows-and-cols .col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-rows-and-cols .col-xxs-offset-10 {
        margin-left: 83.33333%;
    }

    .flex-rows-and-cols .col-xxs-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .flex-rows-and-cols .col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .flex-rows-and-cols .col-xxs-offset-11 {
        margin-left: 91.66666%;
    }

    .flex-rows-and-cols .col-xxs-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .flex-rows-and-cols .col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100.0%;
        flex: 0 0 100.0%;
        max-width: 100%;
    }

    .flex-rows-and-cols .col-xxs-offset-12 {
        margin-left: 100%;
    }

    .flex-rows-and-cols .col-xxs-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

/* ROW AND COLS END*/