#header.aaa-header-v1 .alt-menu:not(.menu-tab) a,
#header.aaa-header-v1 .member-menu:not(.menu-tab) a {
    background: #222;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 12px;
    text-transform: capitalize;
}

#header.aaa-header-v1 .member-menu:not(.menu-tab) a:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: underline;
}

#header.aaa-header-v1 .member-menu .member-welcome {
    background: #fff;
    margin-top: 0;
}

#header.aaa-header-v1.headroom--unpinned #main-logo {
    transform: translateY(0px);
}

#header.headroom--unpinned .notification-banner-show #main-logo {
    transform: translateY(2px);
    transition: all ease-in-out .4s;
}

#header.headroom--unpinned .notification-banner-show {
    margin-top: -40px;
    transition: all .25s ease-in-out;
}

#header.aaa-header-v1.headroom--unpinned #main-logo img {
    margin-top: 50px;
}

#header.aaa-header-v1 .menu-tab li {
    top: -14px;
}

#header.aaa-header-v1 .alt-menu a .icon,
#header.aaa-header-v1 .member-menu a .icon {
    display: none;
}

#header.aaa-header-v1 .nav-wrapper .member-menu {
    line-height: 2;
}

#header.aaa-header-v1 .nav .menu-label {
    font-size: 15px;
    text-transform: capitalize;
}


#header.aaa-header-v1 .nav-wrapper .member-menu li {
    float: left;
}

#header.aaa-header-v1 .member-menu .aaa-join-btn a,
#header.aaa-header-v1 .member-menu .aaa-login-btn a {
    background: #BE1A0E;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#header.aaa-header-v1 .member-menu .aaa-join-btn a:hover,
#header.aaa-header-v1 .member-menu .aaa-login-btn a:hover {
    text-decoration: underline;
}

#header.aaa-header-v1 .member-menu .aaa-join-btn a {
    position: relative;
}

#header.aaa-header-v1 .member-menu .aaa-join-btn a:after {
    content: "";
    background: rgba(255, 255, 255, .65);
    right: -2px;
    top: 8px;
    height: 16px;
    width: 1px;
    position: absolute;
}

#header .notification-banner-show .aaaEditorClickTracking {
    display: block;
    text-align: center;
    background-color: #00529C;
    color: white;
}

#header.aaa-header-v1 .col-first h2 {
    margin-bottom: 0;
}

.location-content h2,
.aaa-location-div h2 {
    font-size: 1.65em;
}

.aaa-location-div .col-center a,
.aaa-location-div .col-last a {
    display: block;
}

.aaa-location-div .col-sm-4 {
    position: relative;
}

.aaa-location-div .col-sm-4:after {
    content: "";
    background: #ddd;
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 5%;
}

.aaa-location-div .col-sm-4:last-of-type:after,
.aaa-location-div .col-first:after {
    background: transparent;
}

.aaa-location-div .col-center .element-grow img {
    margin-left: 30px;
}

.aaa-location-div .form-input {
    width: auto;
}

button {
    cursor: pointer;
}


#header .aaaEditorClickTracking > p {
    margin: 10px 5px 10px 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

#header .aaaEditorClickTracking > p > span {
    font-size: 14px;
    text-decoration: underline;
    /* border: 1px #fff solid;*/
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 6px 3px;
    transition: all .35s ease-in-out;
}

#header .aaaEditorClickTracking:hover > p > span {
    font-size: 14px;
    color: #fff;
    /*text-decoration: none; */
    /* border: 1px #fff solid;*/
    background: #BE1A0E;
}

.template-wrapper #header.banner-show {
    top: 40px;
    /*        transform: translateY(0);*/
}

#header.headroom--unpinned.banner-show {
    transform: translateY(-84px);
}

/*
    .notification-banner-show {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 999;
    }
    .notification-banner-show + #header-mobile {
        transform: translateY(40px) !important
    }
*/

/*#header.aaa-header-v1 .search-field form {
    margin-left: 18px;
}
*/


.notification-banner-show-mobile + #header-mobile {
    transform: translateY(40px) !important;
}


@media (min-width: 992px) {

    .notification-banner-show {
        position: fixed;
        /* top: 0; */
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 999;
        transform: translateY(-40px);
    }

    .banner-show .headroom--unpinned .notification-banner-show {
        transform: translateY(-40px);
    }

    .notification-banner-show + #header-mobile {
        transform: translateY(40px) !important
    }

    #banner-notification-mobile {
        display: none;
    }

    #header.aaa-header-v1 {
        height: 115px;
    }

    #header.aaa-header-v1 .nav-wrapper {
        height: 115px;
    }

    #header.aaa-header-v1 #main-logo {
        height: 115px;
    }

    #header.aaa-header-v1 #main-logo img {
        margin-top: 30px;
    }

    #header.aaa-header-v1 #main-nav {
        margin-top: 34px;
    }

    #header.aaa-header-v1 .zip-field {
        margin-top: 12px;
        width: 100%;
    }

    #header.aaa-header-v1 .zip-field form {
        width: 93%;
    }

    #header.aaa-header-v1 #alt-nav {
        background: #222;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    #header.aaa-header-v1 .member-menu {
        display: flex;
        justify-content: flex-end;
    }

    #header.aaa-header-v1 .member-menu.menu-tab {
        display: block;
        margin-top: -8px;
    }

    #header.aaa-header-v1 .member-menu.menu-tab li {
        background: #fff;
        line-height: 1;
    }

    #header.aaa-header-v1 .member-menu:not(.menu-tab) {
        width: 40%;
    }

    #header.aaa-header-v1 .member-menu:not(.alt-menu) li:nth-child(2) {
        padding-right: 12px;
    }

    #header.aaa-header-v1 .member-menu.alt-menu {
        /*justify-content: space-evenly;*/
        width: 90%;
    }

    #header .nav a.location-link {
        font-family: "BryantWebMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        text-transform: capitalize;
    }

    #header.aaa-header-v1 .main-menu > li > a {
        padding: 28px 30px 34px;
    }

    #header.aaa-header-v1 .member-menu .aaa-login-btn {
        position: static;
    }

    #header.aaa-header-v1 #minicartdropdown.dropdown-menu {
        margin-top: 4px;
    }

    #header.aaa-header-v1 .member-menu.alt-menu.member-location {
        justify-content: end;
        width: 40%;
    }

    #header.aaa-header-v1 .member-menu.alt-menu.member-location .location-link {
        background: url("../img/icon-marker-white.svg") no-repeat;
        background-position: 3px;
        background-size: 24px;
        color: #fff;
        border: 0;
        font-size: .9em;
        padding: 3px 24px 3px 26px;
        position: relative;
        text-decoration: underline;
		text-transform: capitalize;
    }

    #header.aaa-header-v1 .member-menu.alt-menu.member-location .location-link:hover {
        text-decoration: none;
    }

    #header.aaa-header-v1 .member-menu.alt-menu.member-location .location-link:after {
        content: "";
        background: url("../img/angle-down-white.svg") no-repeat;
        height: 18px;
        width: 18px;
        position: absolute;
        right: 0px;
        top: 7px;
        transition: all .25s ease-in-out;
    }

    #header.aaa-header-v1 .member-menu.alt-menu.member-location [aria-expanded="true"].location-link:after {

        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);

    }

    #header.aaa-header-v1 .nav .menu-label {
        font-size: 15px;
    }
}

@media (min-width: 1220px) {

    #header.aaa-header-v1 .member-menu .aaa-join-btn a,
    #header.aaa-header-v1 .member-menu .aaa-login-btn a {
        background: #BE1A0E;
        color: #fff;
        padding-left: 28px;
        padding-right: 28px;
    }

    #header.aaa-header-v1 .member-menu .aaa-join-btn {
        margin-right: -1px;
    }

    /*#header.aaa-header-v1 .search-field form {
        margin-left: 18px;
    }*/
    #header.aaa-header-v1 .main-menu > li {
        margin: 0;
    }

}


/*===========Mobile Styles ==============*/

/*#header-mobile.aaa-header-mobile-v1 .nav-wrapper {
    overflow: visible;
    opacity: 1;
}

#header-mobile.aaa-header-mobile-v1 .nav .sub-menu.col-lg {
    display: none;
}

#header-mobile.aaa-header-mobile-v1 .mobile-cta-button {
    background: #BE1A0E;
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}*/

.isItemHeader {
    font-family: 'Raleway-Bold' !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #222;
    font-weight: bold;
    padding: 8px 10px !important;
    display: block;
    border-bottom: 2px solid #f4f4f4;
    background-color: #f4f4f4;
}

@media (min-width: 992px) and (max-width: 1219px) {


    #header.aaa-header-v1 .alt-menu:not(.menu-tab) a,
    #header.aaa-header-v1 .member-menu:not(.menu-tab) a {
        padding: 5px 10px;
    }

    #header.aaa-header-v1 .main-menu {
        width: 70%;
    }

    #header.aaa-header-v1 .main-menu > li > a {
        padding: 28px 6px 32px;
    }


}

#header-mobile.aaa-header-mobile-v2 .mobile-cta-button {
    background: #BE1A0E;
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 1220px) {

    #header.aaa-header-v1 .nav .menu-label {
        font-size: 15px;
    }
}

@media (max-width: 992px) {

    .slide-out-div {
        padding: 20px;
        width: 250px;
        background: #ccc;
        border: #29216d 1px solid;
    }


    .notification-banner-show + #header-mobile.z-index-5 {
        transform: translateY(40px) !important;
    }

    #header .aaaEditorClickTracking > p {
        margin: 10px 5px 10px 5px;
        display: inline-block;
        font-size: 18px;
        line-height: 1;
    }

    #header .aaaEditorClickTracking > p > span {
        font-size: 14px;
        text-decoration: underline;
        /* border: 1px #fff solid;*/
        display: inline-block;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 4px 6px 3px;
        transition: all .35s ease-in-out;
    }

    #banner-notification-mobile {
        font-size: 15px;
        justify-content: center;
        /* text-decoration: none; */
        display: flex;
        position: fixed;
        /* border: 1px #fff solid; */
        height: 40px;
        text-align: center;
        background-color: #00529C;
        top: 0;
        width: 100%;
        margin: 0;
        z-index: 999;
    }

    #banner-notification-mobile a {
        color: #fff;
        color: #fff;
        display: flex;
        align-self: center;
        justify-content: center;

    }

    #banner-notification-mobile a p {
        line-height: 1;
        margin-bottom: 0;
    }

    #banner-notification-mobile a p span {
        text-decoration: underline;
        text-transform: uppercase;
    }
}

.template-wrapper #banner-notification-mobile.headermobile {
    top: 50px;
}


/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
    /* 1 */
    box-shadow: 0 0 16px rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -320px;
    /* 2 */
    box-sizing: border-box;
    width: 320px;
    padding: 20px 20px;
    background: #fff;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*text-align: center;*/
}

.uk-offcanvas-bar p {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 2px;
}

.uk-offcanvas-bar p small {
    line-height: 1;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px;
    }
}

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px;
    }
}

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
    transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 0;
    overflow: hidden;
    /* 3 */
    transition: width 0.3s ease-out;
}

.uk-offcanvas-bar .button-link {
    font-size: 14px;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: auto;
    right: 0;
}

.uk-open > .uk-offcanvas-reveal {
    width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 350px;
    }
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 1000;
    top: 6px;
    right: 6px;
    padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
    /* 1 */
    width: 100vw;
    /* 2 */
    touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
    /* 1 */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    /* 2 */
    opacity: 0;
    transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
    overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    /* 1 */
    box-sizing: border-box;
    width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px;
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px;
    }
}


.uk-offcanvas h2 {
    font-size: 1.15em;
}

#locationModal .close {
    font-size: 60px;
    font-weight: normal;
    margin-top: -20px;
    margin-right: -10px;
    opacity: .5;
}

#header .zip-field .button-link {
    width: 45px;
    padding: 0;
}

#header .zip-field input {
    padding: 6px 12px;
}

#header .zip-field input, #header .zip-field .button-link {
    height: 45px;
}

#header .zip-field input {
    max-width: 75%;
}


@media (min-width: 1220px) {
    #header .zip-field {
        width: 25%;
    }
}

@media (min-width: 992px) {
    #header .zip-field {
        padding: 0;
        display: inline-block;
        width: 30%;
        float: right;
        margin-top: 15px;
    }
}

#collapseOne.aaa-location-div {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    width:100%;
    background:#fff;
    position: absolute;
    z-index: 999;
    margin-top: 34px;
}
#collapseOne.aaa-location-div > .row {
    display: flex;
    padding: 25px 30px
}
#collapseOne.aaa-location-div .col-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.aaa-location-div p, .aaa-location-div a {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.aaa-location-div a {
    text-decoration: underline;
}

.aaa-location-div img {
    border: 2px solid #ddd;
}

button:focus,
a:focus {
    outline: 2px solid #4D90FE;
    /*border:1px solid #4D90FE;*/
    -webkit-box-shadow: 0px 0px 5px #4D90FE;
    box-shadow: 0px 0px 5px #4D90FE;
}

.location-map img {
    height:150px;
    width: auto;
    max-width: 226px;
}

.aaa-location-div .flex-column {
    display: flex;
    flex-direction: column;
}

.aaa-location-div .flex-center {
    align-self: center;
}

.aaa-location-div .space-between {
    justify-content: space-between;
}

.pl30 {
    padding-left: 30px;
}

#header-mobile .button-join {
    background: #be1a0e;
    border-right: 1px solid #fff;
}
#header-mobile .button-login,
#header-mobile .button-join  {
    background: #be1a0e;
    border-right: 1px solid #fff;
    position: relative;
}

#header-mobile .action-menu li.button-join {
    background: #be1a0e;
}

#header-mobile .button-join-wrap {
    position: relative;
}

#header-mobile .button-join span {
    position: absolute;
    top: 12px;
}

#header-mobile .alt-menu a {
    background: #222;
    color: #fff;
}

#header-mobile .member-menu a:hover, #header-mobile .member-menu a:focus {
    color: #fff;
}

@media (max-width: 992px) {
    #header-mobile .alt-menu.menu.member-menu {
        background: #222;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)  {

    .aaa-header-v1#header .member-menu.alt-menu {
        width:48% !important;
    }
    .aaa-header-v1#header .member-menu.alt-menu.member-location {
        justify-content:flex-start;
        width:30%;
    }
    .aaa-header-v1#header :not(.menu-tab).alt-menu a, .aaa-header-v1#header :not(.menu-tab).member-menu a {
        padding: 5px 12px !important;
    }

    .aaa-header-v1#header .ch-header-nav__top {
        top: 0 !important;
    }


    @media all and (min-width:992px) {

        .aaa-header-v1#header .member-menu.alt-menu.member-location .location-link {
            font-size: .9em;
        }

        .aaa-header-v1#header :not(.menu-tab).member-menu {
            width: 47%;
        }

    }

}