/* NO PRINT */

@media print {
    .no-print {
        display: none !important;
    }
}


/* 
 * GLOBAL 
 */

body {
    overflow-x: hidden;
    color: #666669;
    font-size: 16px /* Ideal Default */
}

h1 {
    text-transform: uppercase;
}

h1,
h2 {
    letter-spacing: 0.05em;
}

h2 {
    line-height: 1em;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    line-height: 1em;
}

a {
    color: #666669;
}

    a:hover {
        text-decoration: underline;
        color: #666669;
    }

em {
    color: #666669;
}

img.full-width {
    width: 100%;
}

.global-underline {
    text-decoration: underline;
}
    
    .global-underline:hover {
        text-decoration: none;
    }

.btn {
    text-transform: uppercase;
}

    .btn:focus {
        outline: 1px solid #000000;
    }

.global-header-size-16 {
    font-size: 16px !important;
    line-height: 19px !important;
}

.global-header-size-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.global-header-size-19 {
    font-size: 19px !important;
    line-height: 19px !important;
}

.global-header-size-22 {
    font-size: 22px !important;
    line-height: 22px !important;
}

.global-header-size-24 {
    font-size: 24px !important;
    line-height: 24px !important;
}

.global-header-size-26 {
    font-size: 26px !important;
    line-height: 26px !important;
}

.global-font-size-36 {
    font-size: 36px !important;
    letter-spacing: 0.05em !important;
}

.global-font-size-40 {
    font-size: 40px !important;
}

.global-font-size-1dot4-rem {
    font-size: 1.4rem !important;
    line-height: 1.4rem;
}

.global-font-weight-700 {
    font-weight: 700 !important;
}

.global-letter-spacing-init {
    letter-spacing: initial;
}

.global-uppercase {
    text-transform: uppercase;
}

.global-remove-margin {
    margin: 0 !important;
}

.global-remove-margin-top {
    margin-top: 0 !important;
}

.global-remove-padding {
    padding: 0 !important;
}

.global-remove-padding-left {
    padding-left: 0 !important;
}

.global-remove-padding-right {
    padding-right: 0 !important;
}

.global-remove-margin-bottom {
    margin-bottom: 0;
}

.global-text-capitalize {
    text-transform: capitalize;
}

.global-text-uppercase {
    text-transform: uppercase;
}

.global-flex-reverse {
    flex-direction: row-reverse;
    display: inline-flex;
}

.global-font-weight-600 {
    font-weight: 600 !important;
}

@media all and (max-width: 767px) {
    .global-text-768-center {
        text-align: center;
    }
}


/* 
 * PAGE(s) | EVENTS 
 */

#maincontent.page-events h4 {
    font-size: 18px;
    line-height: 24px;
}




/* HERO STYLES */


/**************
***************/

.tinted-bg-dark {
    box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.6);
}

.tinted-bg-light {
    box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0px 1000px rgba(255, 255, 255, 0.6);
}


/*
 * HOME 
 */


/*.home .custom-hero {
    height: 635px;
}*/

.home .custom-hero.video-hero {
    overflow: hidden;
    /*height: 575px;*/
    width: 100%;
    background-color: black;
}

#trailerEmbed.white .mfp-close {
    color: #fff;
}

.home .custom-hero.video-hero video {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    -khtml-opacity: .65;
    opacity: .65;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom !important;
}

.home #homepage-nav.video-nav {
    background: #444 no-repeat fixed center;
}

.home .custom-hero-bg {
    /* BACKGROUND IMAGE WILL GO HERE */
    min-height: 100%;
    width: 100%;
    /*background: url("../images/temp/image1.jpg")  no-repeat left center;*/
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    height: auto;
    color: white;
}

.home .uk-navbar-brand img {
    max-height: 50px;
}

.home-main {
    padding-top: 0;
    padding-bottom: 0;
}


/*.subpage .custom-hero-sub {*/

.custom-hero-sub {
    /* BACKGROUND IMAGE WILL GO HERE */
    width: 100%;
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    min-height: 210px;
    color: white;
}


/*.subpage .custom-hero-about {*/

.custom-hero-generic,
.custom-hero-about {
    /* BACKGROUND IMAGE WILL GO HERE */
    width: 100%;
    min-height: 440px;
    color: white;
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/temp/bgabout1.jpg") no-repeat center center;*/
    -webkit-background-size: cover !important;
    /* Add in these */
    -moz-background-size: cover !important;
    /* four lines to */
    -o-background-size: cover !important;
    /* remove the white space*/
    background-size: cover !important;
    /* around images */
    position: relative;
}


/*
 * SUB-NAV
 */

.sub-nav-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
}

    .sub-nav-container .about-nav {
        font-size: 16px;
        bottom: 0px;
        width: 100%;
        margin: 0 auto;
        background-color: transparent;
    }

        .sub-nav-container .about-nav ul {
            list-style-type: none;
            padding: 0px;
            margin: 0 0 0 -25px;
        }

        .sub-nav-container .about-nav.uk-active ul {
            margin-top: 7px;
        }

        .sub-nav-container .about-nav ul li {
            display: inline-block;
            margin: 0px 4%;
            text-transform: uppercase;
        }

        .sub-nav-container .about-nav.uk-active {
            background-color: #f0eceb;
            width: 100%;
            height: 42px;
            z-index: 998;
        }

        @media all and (max-width: 767px) {
            .sub-nav-container .about-nav ul li {
                display: block;
            }
        }

.sub-nav li a:hover {
    cursor: pointer;
    background-color: transparent;
}

li.special-nav {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    padding-top: 12px;
    font-size: 13.75px;
}

.uk-active li.special-nav.uk-active:after {
    margin-top: 9px;
}

li.special-nav.uk-active:after {
    content: '';
    display: block;
    margin: auto;
    margin-top: 8px;
    height: 2px;
    width: 0px;
    background: #fff;
    width: 37px;
}

li.special-nav:after {
    content: '';
    display: block;
    margin: auto;
    margin-top: 4px;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}


/*li.special-nav:hover:after {
    width: 100%;
    background: #fff;
}*/


/*
 * SEE LIVE VIEW
 */

.see-live-view-btn {
    width: 110px;
    margin: 30px auto 0px auto;
}


/* 
 * BACKGROUND IMAGE
 */


/*.subpage .bg-image-container {*/

.bg-image-container {
    max-width: 100%;
    min-height: 660px;
    position: relative;
}

    .bg-image-container .lower-quote {
        font-size: 35px;
        line-height: 1.5em;
        margin-top: 10px;
        display: block;
    }

    .bg-image-container span {
        font-size: 19px;
    }

    .bg-image-container h2 {
        margin-top: 10px;
        color: #fff;
        font-size: 44px;
        line-height: 1em;
    }
    .bg-image-container .bottom-border {
        margin-top: 10px;
    }

    .bg-image-container p {
        font-size: 18px;
        line-height: 1.7em;
    }

.bg-image-container-block-left {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 595px;
    min-height: 260px;
    background: #444;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    filter: alpha(opacity=70);
    padding: 50px;
    margin-top: -180px;
}


.bg-image-container-block-right {
    position: absolute;
    top: 45%;
    right: 6%;
    width: 595px;
    min-height: 260px;
    background: #444;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    filter: alpha(opacity=70);
    padding: 50px;
    margin-top: -180px;
}

.quote-outer {
    float: none;
}

.quote-container {
    max-width: 655px;
    margin: 0 auto;
    padding: 40px 20px 45px 20px;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

    .quote-container.has-pull-quote {
        padding-bottom: 0px !important;
    }

    .quote-container.has-upper-mod {
        padding-top: 0px !important;
    }

    .quote-container.padding-top {
        padding-top: 8%;
    }

.details .uk-panel-box {
    background-color: transparent;
}

.details div.details {
    background-color: #ECF1F0;
    margin: 0;
    padding: 40px 0;
}

.details div.details-container {
    max-width: 1020px;
    margin: 0 auto;
    float: none;
}

.details.tab-content {
    background-color: #fff;
    padding: 0px;
}

.hero-msgcontainer.hours .hero-text-2 {
    font-size: 56px;
    padding: 0px 10px;
}

.bottom-border {
    /*margin-top:30px;
    width:15%; */
    margin-top: 20px;
    width: 100px;
    text-align: center;
    display: inline-block;
}


/* 
 * NAV STYLES
 */

#homepage-nav .uk-open > .uk-dropdown {
    -webkit-animation: none !important;
    animation: uk-fade none !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#homepage-nav .uk-navbar-toggle,
#subpage-nav .uk-navbar-toggle {
    margin-top: 15px;
    font-size: 1.875rem;
}

#homepage-nav input {
    font-size: 0.875rem;
}

    #homepage-nav input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }

    #homepage-nav input:focus {
        outline: solid 2px #7e7e7e;
        outline-offset: 0;
    }

    #homepage-nav input::-webkit-search-decoration,
    #homepage-nav input::-webkit-search-cancel-button {
        display: none;
    }

    #homepage-nav input[type=search] {
        background: transparent url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
        border: 0;
        padding: 9px 10px 9px 32px;
        width: 55px;
        margin-right: 20px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    #homepage-nav input[type=search] {
        width: 15px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
    }

        #homepage-nav input[type=search]:focus {
            width: 130px;
            padding-left: 32px;
            color: #444;
            cursor: auto;
        }

    #homepage-nav input:-moz-placeholder {
        color: transparent;
    }

    #homepage-nav input::-webkit-input-placeholder {
        color: transparent;
    }

    #homepage-nav input[type=search]:focus:-moz-placeholder {
        color: #7e7e7e;
    }

    #homepage-nav input[type=search]:focus::-webkit-input-placeholder {
        color: #7e7e7e;
    }

#homepage-nav .uk-navbar-nav {
    margin-right: 20px;
}

#homepage-nav .search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

#homepage-nav .homepage-nav-block-item.hours:before {
    position: absolute;
    left: 32px;
    top: 0;
    width: 18px;
    /* IE FIX */
    height: 18px;
    /* IE FIX */
}

#homepage-nav .homepage-nav-block-item.location:before {
    position: absolute;
    left: 36px;
    top: 0;
    width: 15px;
    /* IE FIX */
    height: 18px;
    /* IE FIX */
}

#homepage-nav #homepage-nav-hours,
#subpage-nav .uk-dropdown {
    padding: 20px 0px;
}

    #homepage-nav #homepage-nav-hours .hours-dropdown-now {
        display: block;
        position: relative;
        top: 10px;
        line-height: 1em;
        font-size: 16px;
    }

.uk-navbar-brand {
    text-align: center;
}

.sub-page .uk-navbar-brand img {
    position: relative;
    top: 10px;
}

.uk-navbar-brand span.where-the-stores-are {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

li a.custom-home-main-nav:hover:before,
li a.custom-subpage-main-nav:hover:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    /* or 100px */
}

.homepage-nav-block-item.hours,
.homepage-nav-block-item.location {
    text-align: center;
    font-size: 1rem;
    /*14px;*/
}

.hours-horizontal-break {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
    display: block;
}


.hours-block-left {
    width: 180px;
    float: left;
}

.hours-table.uk-table {
    font-size: 1rem;
    /*14px;*/
    margin-bottom: 0px;
}

.hours-table .hours-col-1 {
    width: 110px;
}

.hours-table .hours-col-2 {
    width: 142px;
}

#homepage-nav .hours-table.uk-table th,
#homepage-nav .hours-table.uk-table td {
    padding: 0;
}

#homepage-nav #homepage-nav-location div {
    padding-left: 20px;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
}

.uk-navbar-nav .nav-margin-top {
    margin-top: 15px;
}

#homepage-nav.uk-nav-dropdown > li > a {
    color: white;
}

.uk-navbar-nav > li > a {
    margin: 0 15px;
    padding: 0;
}

    .uk-navbar-nav > li > a[href='#'] {
        cursor: pointer;
    }

    .uk-navbar-nav > li > a.homepage-nav-block-item {
        padding: 0 5px;
    }


/*
 * SUB PAGE NAV 
 */


/*.subpage #subpage-nav {*/

#subpage-nav {
    height: 74px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #B4BDBA;
    z-index: 999;
}

    #subpage-nav .subpage-nav-block-item {
        font-size: 1rem;
        /*14px;*/
    }

        #subpage-nav .subpage-nav-block-item div.hours-icon {
            position: relative;
            display: inline-block;
            width: 17px;
            height: 17px;
            top: 1px;
            left: -5px;
            line-height: 17px;
        }

        #subpage-nav .subpage-nav-block-item div.location-icon {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 17px;
            top: 1px;
            left: -5px;
            line-height: 17px;
        }

    #subpage-nav .subpage-nav-search {
        display: block;
        width: 17px;
        height: 17px;
        cursor: pointer;
        background-size: contain;
        padding: 3px;
        background-repeat: no-repeat;
        margin-right: 20px;
        margin-top: 8px;
        margin-left: 10px;
    }


    /*#subpage-nav #subpage-nav-hours .hours-dropdown-title {
        display: block;
        position: relative;
        top: 0px;
        font-size: 28px;
        line-height: 1em;
    }*/


    /*.subpage #subpage-nav #subpage-nav-hours .hours-dropdown-now {*/


    /*#subpage-nav #subpage-nav-hours .hours-dropdown-now {
        display: block;
        position: relative;
        top: 10px;
        line-height: 1em;
        font-size: 16px;
    }*/

    #subpage-nav .uk-navbar-brand img {
        max-height: 50px;
        margin-top: 12px;
    }

    #subpage-nav .uk-dropdown#subpage-nav-location {
        padding: 20px;
    }

    #subpage-nav .uk-dropdown {
    }

        #subpage-nav .uk-dropdown li:hover {
            border: none;
        }

        #subpage-nav .uk-dropdown li a:hover {
            background-color: transparent;
            border: none;
        }


/* 
 * OFF CANVAS MENU STYLES 
 */

.uk-navbar-toggle {
    float: right;
    cursor: pointer;
}

.uk-offcanvas-bar {
    width: 100%;
    padding-bottom: 40px;
    background-color: #232323;
}

    .uk-offcanvas-bar ul.uk-nav-sub {
        padding: 0px;
    }

        .uk-offcanvas-bar ul.uk-nav-sub li a {
            margin-top: 25px;
        }

    .uk-offcanvas-bar .uk-grid {
        margin: 0 0 0 -25px;
    }

    .uk-offcanvas-bar .uk-nav > li > a {
        padding: 0px;
    }

    .uk-offcanvas-bar p {
        margin-top: 0px;
    }

.custom-offcanvas-nav-sub {
    text-align: center;
}

.custom-offcanvas-topbar {
    padding: 10px 10px 0 15px;
    height: 55px;
}

    .custom-offcanvas-topbar .close-offcanvas {
        cursor: pointer;
        padding: 5px;
        margin-top: 12px;
        margin-left: 19px;
        margin-right: 10px;
    }

        .custom-offcanvas-topbar .close-offcanvas:focus {
            outline-color: #fff;
        }


.offcanvas-custom-spacer-bar {
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 2px solid #333333;
    border-top: 2px solid #555555;
}

.offcanvas-custom-spacer-bar-1 {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 4px solid #666666;
}

.custom-offcanvas-sub {
    text-align: center;
}

.uk-offcanvas-bar h4 {
    color: #72BCB8;
    padding: 20px 0 10px 0;
}

.uk-offcanvas-bar a h4 {
    margin: 0px;
    color: #72BCB8;
    padding: 10px 0px 0px 0px;
}

.uk-offcanvas-bar a.offcanvas-mapit {
    margin-top: 20px;
    display: block;
}

.uk-offcanvas-bar a.offcanvas-hours {
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}


/*.uk-offcanvas-bar span, .uk-offcanvas-bar p {
    color: white;
}*/

.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
    color: #E6EBEA;
}

.offcanvas-group div {
    font-size: 18px;
    color: #fff;
    clear: both;
}

.offcanvas-group a {
    font-size: 16px;
    display: inline-block;
}

    .offcanvas-group a.offcanvas-mapit {
        margin-top: 0px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #eae6e7;
    }

    .offcanvas-group a.offcanvas-hours {
        margin-top: 15px;
    }

.offcanvas-group .wechat-id {
    font-size: 16px;
}

.custom-home-search {
    background-position: 42px 4px, 50px 5px;
}

    .custom-home-search.offcanvas-search {
        width: 100%;
        height: 50px;
        margin-bottom: 0px;
    }

.custom-offcanvas-sub form {
    display: block;
    /*position: absolute;*/
    /*width: 70%;*/
    /*width: 100%;
    left: 15px;
    top: 15px;*/
}

@media (min-width: 768px) {
    .custom-offcanvas-sub form {
        /*width: 600px;*/
    }
}

.custom-offcanvas-sub form:before {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #999999;
}

.custom-offcanvas-sub form:before {
    font-family: FontAwesome;
    display: block;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-size: 30px;
    position: absolute;
    top: 24px;
    right: 85px;
    text-align: left;
    z-index: 99999;
    height: 0px;
}


/* SEARCH BAR STYLES */


/**************
***************/


/* REMOVE SEARCH CLOSE BUTTON STYLING */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-result-button,
input[type="search"]::-webkit-result-decoration {
    display: none;
}

input:focus {
    color: #6D6666;
}

.custom-home-search {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    cursor: auto;
    display: inline-block;
    writing-mode: lr-tb;
    background-color: #F0ECEC;
    border: 0px;
    font-size: 60px;
    background-repeat: no-repeat;
    color: #6D6666;
}

    .custom-home-search.offcanvas-search {
        max-height: 60px;
        margin-top: 5px;
        background-position: 10px 10px, 40px 5px;
        font-size: 1rem;
        /*14px;*/
        padding-left: 15px;
    }

    .custom-home-search:focus {
        outline: 2px solid #fff;
    }

.custom-modal-search:focus {
    outline: 0 !important;
    background-color: #EFEFEF !important;
}

.custom-modal-search {
    /*margin-top: 100px;
    margin-bottom: 60px;*/
    /*-webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    cursor: auto;
    display: inline-block;
    padding-left: 200px;
    writing-mode: lr-tb;
    width: 100%;
    height: 94px;
    background-color: #F0ECEC;
    border: 0px;
    font-size: 35px;
    background-repeat: no-repeat;
    background-position: 125px 30px, 170px 26px;
    color: #6D6666;*/
}

#search-modal .uk-modal-dialog {
    width: 100%;
    padding: 0px;
    max-width: 100%;
}

    #search-modal .uk-modal-dialog > .uk-close:first-child {
        margin: 0;
        float: none;
        position: absolute;
        right: 50px;
        top: 35px;
        font-size: 40px;
        width: 30px;
        height: 30px;
        background-color: #F0ECEC;
    }

#search-modal .uk-close:after {
    display: block;
    content: url(../images/themes/General/globalsearch_closeX.svg);
    font-family: arial;
}

#homepage-nav #search-modal .uk-modal-dialog {
    position: absolute;
}

    #homepage-nav #search-modal .uk-modal-dialog::after {
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        color: #999999;
    }

    #homepage-nav #search-modal .uk-modal-dialog::after {
        font-family: FontAwesome;
        display: block;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font-size: 36px;
        position: relative;
        top: -70px;
        left: 120px;
        height: 0px;
    }


/* SUBPAGE SPECIFIC STYLE */


/**************************/


/*.subpage .subpage-search {*/

.subpage-search {
    box-sizing: border-box;
    /*display: block;*/
    font-family: 'Verlag A', 'Verlag B';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    height: 50px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    padding: 20px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    max-width: 950px;
    padding-left: 70px;
    border: none;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    cursor: auto;
    display: inline-block;
}
#bodycontent {
    position: relative;
}

#bodycontent:focus {
    outline: none;
}

/* 
 * FOOTER STYLES 
 */

#footer {
    background-color: #1c1f22;
    color: #fff;
    width: 100%;
    float: left;
}

    #footer,
    #footer h2,
    #footer h3,
    #footer h4 {
        color: #fff;
    }

        #footer a {
            color: #fff;
        }

            #footer a:hover {
                /*color: #347678;*/
            }

            #footer a:focus {
                outline-color: #ffffff;
            }

        #footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer ul li {
                margin-bottom: 5px;
            }

        #footer i {
            color: #fff;
            margin-right: 5px;
            min-width: 20px;
        }

        #footer .footer-nav ul {
            margin-left: 10px;
        }

        #footer .footer-nav > li > a {
            padding: 5px 10px;
        }

        #footer h2,
        #footer h4 {
            color: #fff;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        #footer p {
            margin-top: 5px;
        }

        #footer .uk-grid {
            padding-top: 20px;
        }

        #footer .footer-social a,
        #footer .footer-visit a {
            font-style: italic;
        }

        #footer .footer-nav,
        #footer .footer-social,
        #footer .footer-visit,
        #footer .footer-hours,
        #footer .footer-logo-area {
            text-align: left;
        }

        #footer .footer-logo-area {
            padding: 25px 0 25px 0;
            margin-bottom: 30px;
        }

            #footer .footer-logo-area .footer-copyright {
                font-size: 16px;
                margin-left: 10px;
            }

        #footer .footer-nav ul.dropdown {
            margin-left: 0px;
        }

.footer-social li a {
    margin: 0;
    padding: 0;
}

.footer-social h4 {
    margin: 0;
    padding: 0;
}

.footer-social-facebook .fb-icon,
.footer-social-twitter .twitter-icon,
.footer-social-instagram .instagram-icon,
.footer-social-youtube .youtube-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-right: 5px;
    vertical-align: bottom;
}

.footer-social-wechat .uk-icon-wechat,
.footer-social-weibo .uk-icon-weibo {
    font-size: 18px;
    margin-top: 10px;
    margin-right: 5px;
}

.footer-social-twitter .twitter-icon {
    position: relative;
    top: 2px;
}


/* VARIOUS CONTAINERS AND OTHER MISCELLANEOUS STYLES */


/**************
***************/


/* Dashboards */


/* ALL UP HIGHLIGHT BAR */

.full-width-content-module {
    max-width: 100%;
    text-align: center;
}

    .full-width-content-module .uk-panel {
        background-color: transparent;
        color: #6C6666;
        font-size: 18px;
    }

        .full-width-content-module .uk-panel.highlightbar-item {
            padding: 5px;
        }

        .full-width-content-module .uk-panel h1.uk-panel-title {
            color: #444;
            font-size: 32px;
            margin-bottom: 25%;
            /*line-height:1.2em;*/
        }


/* 
 * Social Icon Bar 
 */

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

    .social-icons a.social-facebook {
        background: url('../images/themes/Share/2_Inactive/facebook.svg') no-repeat center center;
    }

.home .social-icons a.social-facebook {
    background: url('../images/themes/Share/1_Unselected/facebook.svg') no-repeat center center;
}

.social-icons a.social-facebook:hover {
    background: url('../images/themes/Share/3_Rollover/facebook.svg') no-repeat center center;
}

.social-icons a.social-facebook.uk-active {
    background: url('../images/themes/Share/4_Pressed/facebook.svg') no-repeat center center;
}

.social-icons a.social-twitter {
    background: url('../images/themes/Share/2_Inactive/twitter.svg') no-repeat center center;
}

.home .social-icons a.social-twitter {
    background: url('../images/themes/Share/1_Unselected/twitter.svg') no-repeat center center;
}

.social-icons a.social-twitter:hover {
    background: url('../images/themes/Share/3_Rollover/twitter.svg') no-repeat center center;
}

.social-icons a.social-twitter.uk-active {
    background: url('../images/themes/Share/4_Pressed/twitter.svg') no-repeat center center;
}

.social-icons a.social-instagram {
    background: url('../images/themes/Share/2_Inactive/instagram.svg') no-repeat center center;
}

.home .social-icons a.social-instagram {
    background: url('../images/themes/Share/1_Unselected/instagram.svg') no-repeat center center;
}

.social-icons a.social-instagram:hover {
    background: url('../images/themes/Share/3_Rollover/instagram.svg') no-repeat center center;
}

.social-icons a.social-instagram.uk-active {
    background: url('../images/themes/Share/4_Pressed/instagram.svg') no-repeat center center;
}

.social-icons a.social-email {
    background: url('../images/themes/Share/2_Inactive/email.svg') no-repeat center center;
}

    .social-icons a.social-email:hover {
        background: url('../images/themes/Share/3_Rollover/email.svg') no-repeat center center;
    }

    .social-icons a.social-email.uk-active {
        background: url('../images/themes/Share/4_Pressed/email.svg') no-repeat center center;
    }

.full-width-content-module .uk-panel span.uk-panel-title {
    color: #6C6666;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}

.full-width-content-module .uk-panel .highlight-line-2 {
    font-size: 22px;
}

.full-width-content-module .uk-panel .highlight-line-3 {
    font-size: 16px;
}

.focused-bar-item .uk-panel h2.uk-panel-title {
    color: #317679;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.focused-bar-item .uk-panel p.sale-headline,
.result-item .result-description,
.reward-item .reward-title {
    /*color: #373d3e;*/
    /*font-size: 1.625rem;
    line-height: 1.1em;
    height: 80px;*/
}

.reward-item {
    padding: 40px 0 25px 0;
    border-bottom: 1px solid #dddddd;
}

    .reward-item .reward-title {
        height: auto;
        margin: 0 0 10px 0;
    }

a.retailer-name {
    color: #444;
    font-size: 26px;
}

    a.retailer-name:hover {
        color: #444;
        text-decoration: none;
    }

    a.retailer-name:active {
        color: #444;
        text-decoration: none;
    }

.focused-bar-item .uk-panel p.sale-dates,
.result-item .search-result-details {
    /*color: #373d3e;*/
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.results-container hr.filter-hide {
    display: none;
}

.result-item.filter-hide {
    display: none;
}

.result-item .search-result-details {
    font-size: 16px;
}

.result-item .tenant-description-copy {
    max-width: 500px;
    line-height: 1.5em;
}

.focused-bar-item .uk-panel p.sale-headline,
.result-item .event-title {
    color: #444;
    font-size: 26px;
    line-height: 1.1em;
    height: 80px;
}

.focused-bar-item .uk-panel p.sale-dates,
.result-item .event-teaser {
    color: #444;
    font-size: 1rem;
    /*14px;*/
    margin-bottom: 0;
    line-height: 1.1em;
}

a.link-overlay,
a.result-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.sticky-nav:not(.active-sticky) a.logo-overlay {
    pointer-events: none;
    cursor: default;
}

.sticky-nav.active-sticky a.logo-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

a.link-overlay,
a.result-hover {
    background-color: white;
    /* IE9 FIX */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    /*opacity: 0;*/
    /*workaround to make clickable in IE */
    /*filter: alpha(opacity=1);*/
    /*workaround to make clickable in IE */
}

.results-container.grid a.link-overlay,
.results-container.grid a.result-hover {
    /* remove ie styling fixes for grid */
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}


/* ALL UP HIGHLIGHT BAR IMG CATEGORIES */

.highlight-bar {
    margin: 20px 0;
}

.full-width-content-module .highlightbar-img {
    width: 84px;
    height: 64px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Events / Sales Bar Styles */

.events-sales-bar {
    -webkit-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
}

.event-item:first-of-type {
    /*padding-top: 50px;*/
}

.event-item:not(:last-of-type) {
    /*padding-bottom: 50px;*/
}

.event-item h4 {
    font-size: 24px;
}

.dropshadow {
    -webkit-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
    box-shadow: 0px -1px 4px 1px rgba(50, 50, 50, 0.29);
}


/* Safari only override */

::i-block-chrome {
    height: 100%;
}

.focused-bar {
    /*text-align: center;*/
}

.retailer-bar,
.focused-bar {
    margin: 0;
    padding: 0;
}

    .retailer-bar hr {
        border: 0;
        height: 1px;
        background-color: #ddd;
        padding: 0;
        margin: 0;
    }


    /* Fix so border shows correctly when there is an odd number of logo retailers*/

    #retailer-module .retailer-item {
        height: 100%;
    }

    .fs-temp #retailer-module .retailer-item,
    .focused-bar .focused-bar-item {
        border-left: none;
    }

    #retailer-module .retailer-item,
    .focused-bar .focused-bar-item {
        border-left: 1px solid #BFB5B8;
    }

    #retailer-module .retailer-carousel-single .retailer-item {
        border-left: 0;
    }

    #retailer-module .retailer-carousel-single {
        height: 100px;
        max-width: 1200px;
        margin: 0 auto 50px auto;
    }


.fs-temp #retailer-module .retailer-carousel-single img {
    /* padding: 0px 10px; */
    max-width: 100px;
    display: block;
    margin: 0 auto;
    cursor: default;
}

.fs-temp #retailer-module .retailer-carousel {
    height: 300px;
    margin-top: 0;
}

.fs-temp #retailer-module .retailer-carousel-single {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto 25px auto;
}

    .fs-temp #retailer-module .retailer-carousel-single img {
        max-width: 150px;
    }

#retailer-module .retailer-carousel a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* center vertically */
    margin: 0 auto;
    opacity: 0.6;
}

    #retailer-module .retailer-carousel a:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

#retailer-module .retailer-carousel a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* center vertically */
    margin: 0 auto;
    opacity: 0.6;
}

    #retailer-module .retailer-carousel a:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

.retailer-bar.fs-temp .retailer-carousel-single div {
}

.focused-bar {
    background-color: white;
}

    .focused-bar .focused-bar-carousel {
        height: 180px;
        margin-top: 0;
        background-color: white;
    }

        .focused-bar .focused-bar-carousel .focused-bar-item {
            height: 180px;
        }

.focused-bar .focused-bar-carousel .owl-next:before {
    content: url(../images/themes/General/arrow_white_right.svg);
}

.retailer-carousel .owl-prev:active,
.retailer-carousel-single .owl-prev:active {
    opacity: 1;
}

.owl-item {
    height: 100%;
    margin: 0 auto;
}


/*.highlightbar-border:hover, .focused-bar-item:hover, .subpage .result-item:hover {*/

.focused-bar-item:hover,
.result-item:hover {
    background-color: #EFEFEF;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}


/*.subpage .grid .flag-container {*/

.grid .flag-container {
    left: 0px;
}

.flag-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 30px;
    font-size: 1rem;
    /*14px;*/
    height: 20px;
    margin-top: -5px;
}

    .flag-container.directory {
        position: relative;
        left: 0;
        display: inline-table;
    }

        .flag-container.directory .multiple-sales-tag {
            margin-bottom: 10px;
        }

    .flag-container.no-logo {
        top: auto;
        margin-top: 5px;
        position: relative;
        display: inline-table;
        left: 0;
    }

        .flag-container.no-logo .multiple-sales-tag {
            margin-bottom: 5px;
        }

    .flag-container.featured {
        left: 11px;
        text-transform: capitalize;
    }

    .flag-container.retailer {
        width: auto;
        position: relative;
        display: inline-block;
        left: 0px;
        top: 5px;
    }

    .flag-container .multiple-sales-tag {
        display: block;
        float: left;
        background-color: #EFEFEF;
        text-align: center;
        font-size: 1rem;
        /*14px;*/
        margin-right: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }


/*.subpage .multiple-sales-tag.related {*/

.multiple-sales-tag.related {
    position: absolute;
    width: 77px;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    background-color: #E6E6E6;
    text-align: center;
    font-size: 1rem;
    /*14px;*/
    z-index: 99;
}

.results-container.directory .result-item:hover span.multiple-sales-tag {
    background-color: #666C6B;
    color: #fff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.results-container.directory .result-item:hover div.store-details,
.results-container.directory .result-item:hover div.see-on-map,
.results-container.offices .result-item:hover div.store-details,
.results-container.offices .result-item:hover div.see-on-map {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.results-container.offices .result-grid {
    min-height: 168px;
}

@media all and (max-width: 959) {
    .results-container.offices .result-grid {
        min-height: 0;
    }
}

.results-container span.alphaLetter {
    color: #373d3e;
}

.results-container div.store-details {
    background-size: 18px 18px !important;
    margin-bottom: 12px;
    font-size: 1rem;
    /*14px;*/
}

.results-container div.see-on-map {
    background-size: 18px 18px !important;
    margin-bottom: 12px;
    font-size: 1rem;
    /*14px;*/
}

.results-container.directory div.store-details,
.results-container.offices div.store-details {
    line-height: 20px;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 99;
    opacity: 0;
}

.results-container.directory div.see-on-map,
.results-container.offices div.see-on-map {
    line-height: 20px;
    position: absolute;
    top: 55px;
    right: 32px;
    z-index: 99;
    opacity: 0;
}

.results-container div.store-details a,
.results-container div.see-on-map a {
    margin-left: 25px;
}

.results-container {
    max-width: 900px;
    margin: 0 auto;
}

.results-container-fullbleed {
    margin-left: -15px;
    margin-right: -15px;
}

    .results-container-fullbleed video {
        width: 100%;
    }

        .results-container-fullbleed video::cue,
        .results-container-fullbleed video::-webkit-media-text-track-display-backdrop {
            font-size: 18px;
        }

    .results-container-fullbleed .video-controls {
        bottom: 0;
        padding: 0 5px 10px 5px;
    }

        .results-container-fullbleed .video-controls .play-pause,
        .results-container-fullbleed .video-controls .closed-captioning {
            background: transparent;
            border: 0;
            cursor: pointer;
            color: #444444;
        }

            .results-container-fullbleed .video-controls .play-pause:hover,
            .results-container-fullbleed .video-controls .closed-captioning:hover {
                color: #919191;
            }

        .results-container-fullbleed .video-controls .fa-play,
        .results-container-fullbleed .video-controls .fa-pause {
            font-size: 1rem;
        }

        .results-container-fullbleed .video-controls .fa-closed-captioning {
            font-size: 1.1rem;
        }

#sales-details-container h1.store-name {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

#sales-details-container span.sale-description {
    font-size: 60px;
}

#sales-details-container span.sale-dates {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

#sales-details-container p.sale-legal {
    margin: 20px 0px;
    line-height: 1.5em;
}

#sales-details-container .sale-button-group {
    margin-bottom: 20px;
    max-width: 300px;
    /*font-size: 14px;*/
    margin-top: 20px;
}

#sales-details-container .media-placeholder {
    display: block;
    margin-top: 10px;
    background-color: #ECF1F0;
    /*max-height:400px;*/
    border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#sales-details-container .map-placeholder {
    display: block;
    margin-top: 10px;
    background-color: #ECF1F0;
    max-height: 400px;
    border: 1px solid #efefef;
    text-align: center;
    box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1000px rgba(0, 0, 0, 0.3);
}


#sales-details-container .rich-text {
    display: block;
}


/*.subpage .results-container .sales-result {*/

.results-container .sales-result {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    padding-top: 20px;
}


/*.subpage .featured-sale-container .result-item {*/

.featured-sale-container .result-item {
    padding: 10px;
}


/*.subpage .result-item.child {*/

.result-item.child {
    padding: 10px 10px;
    margin-left: 100px;
}


    /*.subpage .result-item.child .special-link {*/

    .result-item.child .special-link {
        z-index: 100;
        position: relative;
        display: inline-block !important;
    }

div.custom-btn.switch {
    vertical-align: middle;
    background-color: #FFF;
    color: #736A6F;
    border-bottom: none;
    padding: 14px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

    div.custom-btn.switch:hover {
        background-color: #FFF;
    }

    div.custom-btn.switch:active {
        background-color: #FFF;
    }

.custom-btn.switch.on {
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.custom-btn.switch.disabled {
    color: #CACAD9 !important;
}

.results-container.directory .results-container-inner {
    margin-top: 35px;
}

.results-container.directory.grid .search-result-ad {
    float: left;
    z-index: 0;
    clear: both;
    width: 100%;
}

.results-container.directory.grid .multiple-sales-tag {
    position: absolute;
    width: 77px;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1rem;
    /*14px;*/
    z-index: 99;
}

.results-container.directory.grid .result-item {
    background: none;
    padding: 25px 25px;
    /*max-height:125px;*/
    min-height: 160px;
    float: left;
    overflow: auto;
    border: 1px solid #E6E6E6;
}

.results-container.directory.grid .swap-content {
    padding-left: 0px;
}

.results-container.directory.grid .result-item .logo-container {
    vertical-align: middle;
    line-height: 200px;
}

.results-container.directory.grid hr {
    display: none;
}

.results-container.directory.grid .logo-container img {
    opacity: 0.6;
}

.results-container.directory.grid img:hover {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.result-hover:hover ~ div .result-description.show-on-grid {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.logo-container:hover ~ div .result-description.show-on-grid {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.results-container.directory.grid .result-item img.directory-retailer-logo {
    max-width: 160px;
}

.results-container.directory.grid .result-description,
.results-container.directory.grid .search-result-details,
.results-container.directory.grid .store-details,
.results-container.directory.grid .see-on-map,
.results-container.directory.grid .see-on-map a {
    display: none;
}


    /*.subpage .results-container.directory.grid .result-description.show-on-grid {*/

    .results-container.directory.grid .result-description.show-on-grid {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: -2;
        opacity: 0.5;
    }

.alpha-container.filter-hide {
    display: none;
}


/*.subpage .results-container.directory.grid .uk-grid > * {*/

.results-container.directory.grid .uk-grid > * {
    /*padding-left:0px;*/
}

.results-container .uk-grid[class*="alpha-group"] {
    margin-top: 50px;
}

@media all and (max-device-width: 414px) {
    .results-container .uk-grid[class*="alpha-group"] {
        margin-top: 20px;
    }
}

.results-container .result-item .search-result-name {
    text-transform: uppercase;
}

.results-container .result-item.child .search-result-name {
    margin-right: 10px;
}

.results-container .search-result-ad {
    display: block;
    margin: 20px 0;
}

.results-container .print-page a {
    font-size: 1rem;
    /*14px;*/
}

.results-container .print-page a,
.subpage a.back {
    color: #72676C;
}

div.back {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: bottom;
}

    .skin-3 div.back {
        height: 17px;
    }

div.forward {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin: 0 10px 3px 10px;
    vertical-align: bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

    div.forward.small {
        margin-right: 0;
        margin-left: 5px;
        margin-bottom: 2px;
    }

    h1 div.forward {
        height: 36px;
        width: 25px;
        margin-right: -35px;
        margin-bottom: 6px;
    }

.anchor-offset {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.details.about-anchor-offset {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
    padding: 0;
}

#backtotop {
    opacity: 0.6;
    text-align: right;
    position: fixed;
    bottom: 4em;
    right: 0;
    display: none;
    z-index: 99;
}

    #backtotop.stop {
        position: absolute;
        bottom: 60px
    }

    #backtotop:hover {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

.logo-container {
    display: inline-block;
    vertical-align: top;
}

.listing-container {
    display: inline-block;
}

    .listing-container .multiple-sales-tag {
        padding: 14px 5px 12px;
        margin: -8px -3px;
    }

        .listing-container .multiple-sales-tag:nth-of-type(n+2) {
            margin-left: 12px;
        }

    .listing-container .search-result-links {
        padding-top: 10px;
    }

    .listing-container .search-result-links .flex-spacing > div {
        margin-bottom: 5px;
    }
    .listing-container .search-result-links .flex-spacing > div:not(:last-of-type) {
        margin-right: 10px;
    }

    .listing-container .listing-container__inner {
        margin-top: -13px;
        max-height: 150px; /*height of thumbnail*/
    }


img.directory-retailer-logo {
    max-width: 40px;
    margin-left: 10px;
    margin-right: 20px;
}

@media all and (max-device-width: 414px) {
    .results-container.list .logo-container {
        padding-left: 0;
    }

    .listing-container.no-logo {
        padding-left: 0;
    }
}


/*.subpage .slides .slide {*/

.slides .slide {
    width: 100%;
    height: 700px;
}


/*.subpage .slides #map-slide {*/

.slides #map-slide {
    position: relative;
    background-size: cover;
}


    /*.subpage .slides #map-slide:before {*/

    .slides #map-slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, transparent 70%);
        opacity: .6;
    }


    /*.subpage .slides #map-slide .mapPoint {*/

    .slides #map-slide .mapPoint {
        position: absolute;
    }

#map-slide #map-btn {
    background-size: 18px 18px !important;
    background-position: 15px 15px !important;
    padding-left: 15px;
    display: block;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    max-width: 200px;
    right: 100px;
    position: absolute;
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    height: 50px;
    line-height: 50px;
}

.ellipsed {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#google_translate_element {
    position: relative;
    float: none;
    left: 10px;
    text-align: right;
}

    #google_translate_element.rewards {
        left: 0;
    }

.footer-logo {
    float: left;
}


/* WCAG SKIP TO CONTENT */

.skipnav {
    padding: 0 50px;
}

    .skipnav a,
    .skipnav button {
        font-size: 0.813rem;
        font: inherit;
        position: absolute;
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
        white-space: nowrap;
    }

    .skipnav a:focus,
    .skipnav button:focus {
        clip: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 0;
        border-left: none;
        border-right: none;
        text-align: center;
        background-color: transparent;
    }

.uk-grid > * {
}

.invisible {
    visibility: hidden;
}


/* HOURS STYLES */

.hours-container {
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    line-height: 1.5em;
}

    .hours-container .date,
    .hours-container .time {
        display: inline-block;
        margin-bottom: 5px;
        letter-spacing: 0.05em;
        font-size: 22px;
        text-transform: uppercase;
    }

    .hours-container .time {
        color: #666669;
    }

    .hours-container:nth-of-type(n+3) {
        margin-top: 0;
    }

.hour-container {
    padding-top: 25px;
}

    .hour-container:not(:last-of-type) {
        border-bottom: 1px solid #ddd;
    }

    .hour-container:first-of-type {
        border-top: 1px solid #ddd;
    }

    .hour-container .date,
    .hour-container .time {
        font-size: 20px;
    }


/* Privacy Policy */


/*.subpage #privacy-policy-container {*/

#privacy-policy-container {
    /*max-width: 650px;
    padding: 0px 25px;
    margin: 0 auto;*/
}


    /*.subpage #privacy-policy-container h3{*/

    #privacy-policy-container h3 {
        text-align: center;
        text-transform: uppercase;
    }


    /*.subpage #privacy-policy-container .headline-container {*/

    #privacy-policy-container .headline-container {
        text-align: center;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (max-width: 767px) {
        #privacy-policy-container .headline-container {
            padding-bottom: 0;
        }
    }


    /*.subpage #privacy-policy-container .privacy-policy-content {*/

    #privacy-policy-container .privacy-policy-content {
        margin: 30px 0px;
    }

    @media (max-width: 767px) {
        #privacy-policy-container .privacy-policy-content {
            margin-top: 0;
        }
    }


/* 
 * GRAYSCALE FILTER STYLES 
 */

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: pointer;
}

    .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
    }

        .grayscale.grayscale-fade:hover {
            -webkit-filter: grayscale(0%);
            filter: none;
        }

.grayscale-replaced.grayscale-fade svg {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
    opacity: 0;
}

input[type=search] {
    color: #6D6666;
}


/* 
 * DIRECTORY SEARCH FILTER ITEMS 
 */

.results-container.directory .filter-items {
}

    .results-container.directory .filter-items .filter-item {
        font-weight: bold;
    }

    .results-container.directory .filter-items span.filter-item-close {
        display: inline-block;
        margin: 0px 20px 0px 10px;
        color: #736A6F;
        opacity: 0.7;
        cursor: pointer;
    }

        .results-container.directory .filter-items span.filter-item-close:hover {
            text-decoration: none;
            opacity: 1;
        }

        .results-container.directory .filter-items span.filter-item-close:active {
            text-decoration: none;
        }


/* 
 * FORM STYLING 
 */

.uk-form select {
    padding-top: 0px;
}

.signup-form {
    max-width: 650px;
    margin: 0 auto;
    padding: 0px 25px;
}

    .signup-form.headline {
        max-width: 990px;
        text-align: center;
        margin-bottom: 80px;
    }

    .signup-form h2 {
        font-size: 36px;
        line-height: 1.2em;
    }

    .signup-form input[type="radio"] {
        vertical-align: middle;
        margin: 5px;
    }

        .signup-form .uk-form input[type=checkbox]:checked:before,
        .signup-form input[type="radio"]:checked:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 36px;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            line-height: 35px;
            color: #444;
        }

    .signup-form input[type="text"],
    .signup-form select {
        height: 40px;
    }

    .signup-form input[type="radio"] {
        border: 1px solid #dddddd;
        -webkit-appearance: none;
        width: 40px;
        height: 40px;
        background-color: white;
    }

    .signup-form .age-confirm-label {
        margin-right: 20px;
    }

    .signup-form .checkbox-list .uk-grid {
        margin-top: 0px;
    }


/*
 * RICH TEXT EDITOR STYLES 
 */

.rich-text {
    font-size: 1em;
}

    .rich-text a {
        display: inline-block;
        text-decoration: underline;
    }

        .rich-text a:hover {
            text-decoration: none;
        }

    .rich-text h1 {
        font-size: 20px;
    }

    .rich-text h3 {
        padding-top: 10px;
    }

    .rich-text ul,
    .rich-text ol{
        padding-top: 0px;
        margin-top: 0;
        list-style-type: none;
        margin-left: 15px;
    }

    .rich-text ul {
        margin-left: 15px;
    }
    .rich-text ol {
        margin-left: 25px;
    }

        .rich-text ul li,
        .rich-text ol li {
            padding-left: 0px;
            margin-bottom: 10px;
        }

        .rich-text ol li {
            counter-increment: inst;
        }

            .rich-text ul li:before {
                content: '\2022';
                margin-left: -16px;
                padding-right: 8px;
            }

            .rich-text ol li:before {
                content: counter(inst) ". ";
                margin-left: -25px;
                margin-right: 5px;
            }


    .rich-text .ordered-list-override ul,
    .rich-text .ordered-list-override ol {
        padding-top: initial;
        list-style-type: initial;
        margin-left: initial;
    }

    .rich-text .ordered-list-override ul li,
    .rich-text .ordered-list-override ol li {
        padding-left: initial;
        margin-bottom: initial;
        counter-increment: initial;
    }

        .rich-text .ordered-list-override ul li:before,
        .rich-text .ordered-list-override ol li:before {
            content: '';
            margin-left: initial;
            padding-right: initial;
            margin-right: initial;
        }

    .rich-text .contact {
        float: left;
        clear: both;
        display: inline-block;
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #ECF1F0;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

        .rich-text .contact img {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px;
            width: 100%;
        }

    .rich-text .contact-photo {
        max-width: 100px;
        float: left;
        margin-right: 15px;
    }

    .rich-text .contact-info {
        float: left;
    }

#privacy-policy-container h3 {
    font-size: 38px;
    line-height: 1.2em;
}

#privacy-policy-container h3.privacy{
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
}

#privacy-policy-container h4.privacy {
    font-size: inherit;
}


#privacy-policy-container .rich-text p em {
    color: #666E6B;
}

#privacy-policy-container .rich-text table.privacy {
    border-collapse: collapse;
}

    #privacy-policy-container .rich-text table.privacy th,
    #privacy-policy-container .rich-text table.privacy td {
        padding: 10px;
        width: 33%;
        border: 1px solid #b5b5b5;
    }

    #privacy-policy-container .rich-text table.privacy th{
        color: #444;
        background-color: #c5c5c5;
    }

    #privacy-policy-container .rich-text table.privacy ul {
        margin-top: 15px;
    }

#privacy-policy-container .rich-text li a {
    vertical-align: top;
    word-break: break-word;
}

    #privacy-policy-container .rich-text h3 a {
        word-break: break-word;
    }

@media (max-width: 768px) {
    #privacy-policy-container .rich-text table.privacy {
        display: block;
    }

        #privacy-policy-container .rich-text table.privacy th,
        #privacy-policy-container .rich-text table.privacy td {
            display: block;
            width: auto;
        }

            #privacy-policy-container .rich-text table.privacy th:not(:first-child),
            #privacy-policy-container .rich-text table.privacy td:not(:first-child) {
                border-top: 0;
            }

            #privacy-policy-container .rich-text table.privacy th:not(:last-child),
            #privacy-policy-container .rich-text table.privacy td:not(:last-child) {
                border-bottom: 0;
            }

        #privacy-policy-container .rich-text table.privacy th {
            display: none;
        }

        #privacy-policy-container .rich-text table.privacy td:first-child {
            margin-top: 25px;
        }
}

@media (min-width: 767px) {
    #privacy-policy-container .rich-text table.privacy .wcag-hidden-desktop {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

/*table {
    &.privacy

{
    border-collapse: collapse;
    th, td

{
    padding: 10px;
    width: 33%;
    border: 1px solid @mac-light-gray-2;

    @media (max-width: 768px) {
        display: block;
        width: auto;

        &:not(:first-child) {
            border-top: 0;
        }

        &:not(:last-child) {
            border-bottom: 0;
        }
    }
}

td {
    @media (max-width: 768px) {
        &:first-child {
            margin-top: 25px;
        }
    }
}

th {
    background-color: @mac-light-gray-1;

    @media (max-width: 768px) {
        display: none;
    }
}

ul {
    padding-left: 20px;
}

}

@media (max-width: 768px) {
    display: block;
}

}*/



/*
 *  PRESS RELEASE 
 */

#maincontent {
    padding-bottom: 20px;
    min-height: 400px;
}

    #maincontent.ignore-min-height {
        min-height: initial;
    }

@media all and (max-width: 768px) {
    #maincontent {
        padding-bottom: 45px;
        min-height: 250px;
    }

        #maincontent.ignore-min-height {
            min-height: initial;
        }
}

.press-release {
    padding: 50px 0;
}

    .press-release:nth-of-type(n+3) {
        border-top: 1px solid #ddd;
    }

    .press-release h3 {
        font-size: 1.5rem;
    }

    .press-release h3,
    .press-release p {
        margin: 5px 0;
    }


/* 
 * SITEMAP 
 */

.sitemap-container {
    max-width: 650px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
}

    .sitemap-container div {
        padding-bottom: 25px;
    }

    .sitemap-container a,
    .sitemap-container a:hover,
    a.sitemap-container:active {
        color: #444444;
        /*text-transform: uppercase;*/
    }

    .sitemap-container h3 {
        font-size: 24px;
    }

    .sitemap-container ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

        .sitemap-container ul li {
            padding: 5px 0px;
        }


/* 
 * HOMEPAGE TAKEOVER 
 */

#homepageTakeover .uk-modal-dialog {
    width: 503px;
    height: 575px;
}

#homepageTakeover .uk-close {
    width: 30px;
    line-height: 30px;
    z-index: 9999;
    position: relative;
    opacity: 1;
    background-color: #767472;
}

    #homepageTakeover .uk-close:after {
        color: #A19F9D;
    }

    #homepageTakeover .uk-close:hover {
        background-color: #5D5B59;
    }

    #homepageTakeover .uk-close:first-child {
        margin: -20px -20px 0 0;
    }

@media all and (max-width: 767px) {
    #homepageTakeover .uk-modal-dialog {
        height: 108vw;
    }
}


/*
 * HOMEPAGE TAKEOVER | COUNTDOWN CLOCK
 */

#homepageTakeover.countdownClock .uk-modal-dialog {
    background-color: #ebe7e4;
    text-align: center;
    color: #565656;
    height: auto;
}

    #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown {
        list-style: none;
        margin: 20px 0px;
        padding: 0;
        display: block;
        text-align: center;
    }

    #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done p {
            border: 1px solid #c0392b;
            font-size: 50px;
            display: block;
            margin: 20px 40px;
            padding: 6px 0px;
            letter-spacing: 1px;
            color: #444446;
        }

    #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li {
        display: inline-block;
    }

        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li p {
            color: #a7abb1;
            font-size: 10px;
            text-transform: uppercase;
            margin-top: 4px;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li span {
            display: inline-block;
            width: 70px;
            font-size: 50px;
            line-height: 64px;
            padding: 0px 12px;
            border-top: 1px solid #C0392B;
            border-bottom: 1px solid #C0392B;
            margin-left: -5px;
            font-weight: 300 !important;
        }

@media all and (max-width: 767px) {
    #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li span {
        font-size: 28px;
        width: 40px;
        line-height: 40px;
    }

    #homepageTakeover.countdownClock .uk-modal-dialog ul.countdown li p {
        font-size: 8px;
    }

    #homepageTakeover.countdownClock .uk-modal-dialog div.countdown-done p {
        font-size: 30px;
        margin: 20px 20px;
    }
}

#homepageTakeover.countdownClock .uk-modal-dialog .days {
    background-color: #C0392B;
    padding: 0 10px;
    color: #fff;
}

#homepageTakeover.countdownClock .uk-modal-dialog .last {
    border-right: 1px solid #C0392B;
}


/* 
 * HOMEPAGE TAKEOVER | COUNTDOWN CLOCK (SOUTH PLAINS MALL HOLIDAY)
 */

#homepageTakeover.countdownClock.holiday .uk-modal-dialog {
    width: 505px;
    padding: 0px;
    background-color: #650410 !important;
}

#homepageTakeover.countdownClock.holiday .uk-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
}

    #homepageTakeover.countdownClock.holiday .uk-close:first-child {
        margin: 0 !important;
    }

#homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
    background-color: #ebe7e4 !important;
    max-width: 385px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media all and (max-width: 767px) {
    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
        max-width: 100%;
    }

    #homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog .last {
    border-right: none;
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li span.days {
    background-color: #b6464a !important;
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li span {
    border-top: none;
    border-bottom: 2px solid #b6464a !important;
    background-color: #ebe7e4;
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog ul.countdown li p {
    color: #565656 !important;
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog .days {
    background-color: #b6464a;
}

#homepageTakeover.countdownClock.holiday .uk-modal-dialog div.countdown-done p {
    border: none;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
 * HOMEPAGE TAKEOVER | NEWSLETTER
 */

#homepageTakeover.newsletter .uk-modal-dialog {
    height: 655px;
}

#homepageTakeover.newsletter table.intro {
    font-size: 1.375em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

    #homepageTakeover.newsletter table.intro small{
        display: block;
        font-size: 1.3rem;
    }

    #homepageTakeover.newsletter table.intro td {
        border-right: 1px solid #444;
        padding: 7px 15px;
    }

        #homepageTakeover.newsletter table.intro td:first-child {
            border-left: 1px solid #444;
        }

    #homepageTakeover.newsletter h2.no-eyebrow {
        margin-top: 65px;
    } 

#homepageTakeover.newsletter .form-container {    
    bottom: 0;
}

@media all and (max-width: 767px) {
    #homepageTakeover.newsletter .uk-modal-dialog {
        height: auto;
    }
}


/* 
 * EMERGENCY BAR
 */
#emergency-bar {
    display: none;
    margin-bottom: 0;
    background-color: #E9DB92;
    border-bottom: 2px solid #FFF;
    color: #444;
    padding: 15px;
    position: relative;
}

    #emergency-bar img {
        margin-right: 20px;
        margin-top: -6px;
        float: left;
    }

    #emergency-bar.active {
        display: block;
    }

    #emergency-bar .uk-close:after {
        /*content: "x";*/
        /*display: block;
        background: url(../images/themes/General/globalsearch_closeX_kipsu.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        font-family: arial;
        content: "";
        height: 20px;*/
    }

    #emergency-bar .uk-close {
        /*opacity: 1;*/
    }

        #emergency-bar .uk-close:hover {
            /*opacity: 0.5;*/
        }

    #emergency-bar a {
        font-size: 12px;
        padding-left: 10px;
    }

    #emergency-bar div.alert-msg {
        padding-right: 50px;
    }


/*
 * KIPSU MODAL & COOKIE MODAL STYLES
 */

#kipsuModal,
#cookieModal,
#fospModal {
    z-index: 100;
    color: #fff;
    border-bottom: 2px solid #444444;
    min-height: 30px;
    background: #666666;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 45px 12px 20px;
    display: none;
}

    #kipsuModal.GSC {
        background-color: #d42230 !important;
        color: white;
    }

    #kipsuModal .kipsu-bold-msg {
        font-weight: bold;
        margin-right: 10px;
    }

    #kipsuModal .uk-close:after {
        display: block;
        background: url(../images/themes/General/globalsearch_closeX_kipsu.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        font-family: arial;
        content: "";
        height: 20px;
        color: #444;
    }

    #kipsuModal .uk-close,
    #cookieModal .uk-close,
    #fospModal .uk-close,
    #emergency-bar .uk-close {
        opacity: 1;
    }

        #kipsuModal .uk-close:hover,
        #cookieModal .uk-close:hover,
        #fospModal .uk-close:hover,
        #emergency-bar .uk-close:hover {
            opacity: 0.5;
        }

    #kipsuModal a,
    #kipsuModal a:hover,
    #kipsuModal a:active {
        color: white;
    }


/*
 * COOKIE MODEAL STYLES (.contd)
 */

#cookieModal,
#fospModal {
    text-align: center;
    z-index: 101;
    color: #444;
    border-bottom: 0;
    background: rgba(255, 255, 255, 1);
    border-bottom: 0;
    border-top: 1px solid #BFB5B8;
    padding: 15px 20px 20px 20px;
    line-height: 1.2;
}

    #fospModal {
        padding: 20px 20px 0 20px;
    }

    #fospModal,
    #fospModal a {
        color: #fff;
    }

        #cookieModal .uk-vertical-align-middle,
        #fospModal .uk-vertical-align-middle {
            margin-top: 6px;
        }

        #cookieModal .uk-close,
        #fospModal .uk-close,
        #emergency-bar .uk-close {
            position: absolute;
            margin: 5px;
            width: 10px;
            -webkit-filter: contrast(200%);
            filter: contrast(200%);
            top: 5px;
            right: 5px;
        }

            #cookieModal .uk-close:after,
            #fospModal .uk-close:after,
            #emergency-bar .uk-close:after {
                display: block;
                background: url(../images/themes/General/close.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                font-family: arial;
                content: "";
                height: 10px;
            }

        #cookieModal a.btn,
        #fospModal a.btn {
            background-color: #2B2B2B;
            border: 1px solid #2B2B2B;
            text-decoration: none;
            color: #fff;
            letter-spacing: 0.1
        }

            #cookieModal a.btn:hover,
            #fospModal a.btn:hover {
                background-color: transparent;
                color: #444;
            }

    #cookieModal span:first-child,
    #fospModal span:first-child {
        margin-bottom: 15px;
    }

    #cookieModal span,
    #fospModal span {
        display: block;
    }

@media all and (max-width: 768px) {
    #cookieModal .uk-vertical-align-middle,
    #fospModal .uk-vertical-align-middle {
        margin-top: 0;
    }
}

#cookieModal a.btn:hover,
#fospModal a.btn:hover {
    outline: 1px solid #000;
    outline-offset: 0;
    color: #fff;
    background-color: transparent;
}

.outlet-flyer {
    position: absolute;
    top: 85px;
    width: 100%;
    text-align: center;
}


/* 
 * SDVR STYLES 
 */

.sdvr {
}

    .sdvr h1 {
        font-size: 24px;
        margin-top: 0px;
        line-height: 1em;
    }

    .sdvr p {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .break-bar {
        height: 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .sdvr input[type="password"] {
        padding: 10px 5px;
        width: 100%;
        border: 1px solid #e3e3e3;
        font-size: 20px;
        /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);*/
        cursor: auto;
    }

    .sdvr input.reserve-table-btn {
        /*font-family: 'Quasimoda-Regular';*/
    }

    .sdvr .error {
        color: red;
    }

    .sdvr .reserve-table-btn {
        border: none;
        cursor: pointer;
        margin-top: 0px;
    }

    .sdvr .reward-block {
        margin-top: 60px;
    }

        .sdvr .reward-block hr {
            margin-top: 70px;
        }

    .sdvr .reward-name {
        font-size: 1rem;
        /*14px;*/
        text-transform: uppercase;
    }

    .sdvr .reward-title {
        font-size: 1.5rem;
        margin: 5px 0;
    }

    .sdvr .reward-description {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .reward-disclaimer {
        font-size: 0.875rem;
    }

    .sdvr .reward-date {
        font-size: 1rem;
        /*14px;*/
    }

    .sdvr .reserve-table-btn {
        font-size: 16px;
    }

    .sdvr .footer-social div {
        margin-right: 5px;
        display: inline-block;
    }

    .sdvr .footer-social .chat-id {
        margin-top: 10px;
        clear: both;
        display: block;
        width: 100%;
    }

    .sdvr .footer-social .uk-icon-weibo {
        display: inline-block;
        font-size: 30px;
    }

    .sdvr .footer-social .uk-icon-wechat {
        display: inline-block;
        font-size: 30px;
    }

    .sdvr .footer-social div {
        width: auto;
    }

    .sdvr #footer {
        background-color: transparent;
        padding-bottom: 50px;
    }

        .sdvr #footer .social-icons {
            margin-left: -5px;
        }


.filter-btn.active {
    text-decoration: underline;
}

.filter-container-sep {
    display: inline-block;
}

    .filter-container-sep:before {
        content: " | ";
        padding-left: 5px;
        padding-right: 5px;
    }


/* 
 * SOCIAL WIDGET
 */

@media all and (min-width: 768px) {
    .custom-hero .uk-panel.left-panel .slide-content .mobile-constrain,
    .custom-hero .uk-panel.right-panel .slide-content .mobile-constrain {
        width: 400px;
    }

    #footer .footer-nav ul li {
        margin-right: 25px;
    }
}

.share-widget {
    padding-top: 25px;
    position: relative;
    bottom: 0px;
    text-align: right;
}

    .share-widget a {
        display: inline-block !important;
        float: none !important;
        margin: 0px 1px;
    }


/* Fix weird margin left issue when modal is loaded */

.uk-modal-page {
    margin-left: 0px !important;
}


/*
 * GREEN SAVINGS OFFER
 */

.green-savings-offers {
    margin-top: 50px;
}

    .green-savings-offers h3 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 5px;
        padding-top: 0;
        letter-spacing: 0.05em;
    }

    .green-savings-offers .offer-item {
        margin: 25px 0px 75px 0px;
        line-height: 1.5em;
    }

    .green-savings-offers .offer-description {
        /*color: #444;*/
        /*font-size: 26px;*/
        /*line-height: 1.1em;*/
        /*height: 80px;*/
    }


/* LOCAL MEASURE WIDGET */

.local-measure-block {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

    .local-measure-block .local-measure-callout {
        max-width: 475px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
        font-size: 18px;
    }

.special-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

    .special-video-container iframe,
    .special-video-container object,
    .special-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*
 * SHOPPER REWARDS
 */

.results-container.shopperrewards p {
    color: black;
}

.details.shopperrewards {
    padding: 25px;
    margin: 0px !important;
}

    .details.shopperrewards .disclaimer {
        font-size: 12px;
    }

        .details.shopperrewards .disclaimer a {
            text-decoration: underline;
        }

.shopperrewards .quote-container {
    padding: 40px 20px;
}

    .shopperrewards .quote-container p {
        padding: 25px 15px;
    }

    .shopperrewards .quote-container.less-padding {
        padding: 25px 35px 35px 35px !important;
    }

.shopperrewards .step-circle-container {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.shopperrewards .step-circle {
    font-size: 4rem;
    height: 160px;
    width: 160px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #c1dceb;
}

    .shopperrewards .step-circle span {
        font-size: 1.125rem;
        display: block;
        margin-top: 10px;
        margin-bottom: -10px;
    }

.shopperrewards .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .shopperrewards .embed-container iframe,
    .shopperrewards .embed-container object,
    .shopperrewards .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media all and (max-width: 767px) {
    .shopperrewards .quote-container.less-padding {
        padding: 10px 35px 35px 35px !important;
    }
}


/* UK-Navbar Alignment FIX 11/17/2016*/

.uk-navbar-brand {
    overflow: hidden;
    height: auto;
}

@media all and (min-width: 1260px) {
    .uk-navbar-brand .align-container {
        float: left;
    }

    .subpage .no-left-padding {
        padding-left: 0px;
    }
}

@media all and (max-width: 1259px) {
    .uk-navbar-brand .align-container {
        display: inline-block;
    }

    .mobile-margin-bottom {
        margin-bottom: 0px;
    }
}

@-webkit-keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(-760px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-margin-pillars {
    background-color: #ecf0ef;
    max-width: 1200px;
    margin: 0 auto;
}

    .no-margin-pillars .uk-grid {
        margin-top: 0px !important;
        margin-left: 0px;
    }

    .no-margin-pillars .no-padding-left-desktop {
        padding-left: 0px;
    }

    .no-margin-pillars .copy-pillar-container {
        position: relative;
        padding: 0px 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .no-margin-pillars .copy-pillar-container p {
            padding: 0px 25px;
        }

    .no-margin-pillars .uk-grid .uk-push-1-2 {
        padding-left: 0px;
    }

    .no-margin-pillars h4 {
        font-size: 22px;
    }

uk-grid.no-margin-top {
    margin-top: 25px;
}

.pillar-image {
    height: 440px;
}

.alt-pillar .copy-container {
    text-align: center;
    max-width: 675px;
    padding: 45px 25px 0px 25px;
    margin: 0 auto;
}

    .alt-pillar .copy-container h1 {
        margin-bottom: 0px;
    }

    .alt-pillar .copy-container .bottom-border {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .alt-pillar .copy-container .custom-theme-btn {
        margin: 0 auto;
    }

@media all and (max-width: 767px) {
    .pillar-image {
        height: 150px;
        max-width: 300px;
        margin: 0 auto;
    }

    .bg-image-container:not(:first-of-type) {
        margin-top: 1px;
    }

    .alt-pillar .bg-image-container {
        height: 280px;
    }

    .alt-pillar h1 {
        font-size: 18px;
        line-height: 1em;
    }

    .no-margin-pillars .no-padding-left-desktop {
        padding: 10px 25px;
    }

    .no-margin-pillars .uk-grid .uk-push-1-2 {
        padding-left: 25px;
    }
    /*.subpage .custom-hero-about.gallery {
        height: 300px;
    }*/
    .no-margin-pillars {
        background-color: #ecf0ef;
        padding: 20px 0px;
    }
}

@media all and (min-width: 768px) {
    .no-margin-pillars .copy-pillar {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .no-margin-pillars .copy-pillar-container {
        height: 440px;
    }
}

.about-nav .sticky-remove-padding-left {
    padding-left: 0px !important;
}

.top-anchor.uk-cover-object {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

.uk-cover-object {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uk-cover-object,
[data-uk-cover] {
    left: 50%;
    top: 50%;
    position: relative;
}

video {
    object-fit: contain;
}

.wechat-id {
    font-size: 12px;
    margin-left: 22px;
}

a.cover-link {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
}


/* REDESIGN THEME STYLES 
    ********************
    ********************
    ********************
    ********************
*/

.mobile-nav span {
    font-size: 10px;
    text-transform: uppercase;
}


/*
 * HOMEPAGE NAV
 */

#homepage-nav {
    font-size: inherit;
}

    #homepage-nav .uk-navbar-toggle {
        margin-top: 0px;
    }

    #homepage-nav .mobile-nav {
        margin-right: 0px;
        width: 100%;
    }

        #homepage-nav .mobile-nav span {
            display: none;
            position: relative;
            top: -10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-toggle {
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

            #homepage-nav .mobile-nav a.uk-navbar-toggle:focus {
                outline: 1px dotted #000;
            } 

        #homepage-nav .mobile-nav .uk-navbar-search {
            color: #444444;
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-chat {
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #homepage-nav .mobile-nav .uk-navbar-chat {
            color: #444444;
            float: none;
            font-size: 24px;
            font-weight: normal;
            height: auto;
        }

.uk-active li.special-nav {
    padding-top: 4px;
}

    .uk-active li.special-nav.uk-active:after {
        margin-top: 9px;
    }


/*.sticky-icons .subpage-nav-hours {
    text-align: left;
}*/

.custom-hero {
    /*height: 660px;*/
}

    .custom-hero.single {
        height: 660px;
    }

    .custom-hero.single-no-text {
        height: 440px;
    }

    .custom-hero.single h1 a:hover {
        text-decoration: none;
    }

    .custom-hero .btn {
        background-color: #444;
        color: white;
        letter-spacing: 0.1em;
        font-size: 16px;
    }

    .skin-3 .custom-hero .btn {
        letter-spacing: 0.05em;
    }

    .custom-hero.single .uk-cover-background,
    .custom-hero.single-no-text .uk-cover-background {
        background-position: 50% 50%;
        background-size: cover;
        height: 100%;
    }

    .custom-hero.single .copy {
        padding: 0;
    }

        .custom-hero.single .copy table.intro {
            font-size: 1.375em;
            margin-left: auto;
            margin-right: auto;
        }

            .custom-hero.single .copy table.intro td {
                border-right: 1px solid #444;
                padding: 7px 15px;
            }

            .skin-4 .custom-hero.single .copy table.intro td:last-child {
                padding: 4px 15px 11px 15px;
            }

                .custom-hero.single .copy table.intro td:first-child {
                    border-left: 1px solid #444;
                }

            .custom-hero.single .copy table.intro small {
                display: block;
                font-size: 1.3rem;
                /*75%;*/
                /*margin-bottom: -2px;*/
            }

        .custom-hero.single .copy .rte {
            padding: 25px 50px 0 50px;
            margin-left: auto;
            margin-right: auto;
            max-width: 960px;
        }

        .custom-hero.single.gift-hub table.intro td {
            font-weight: 600;
            letter-spacing: 0.075rem;
        }

        .skin-1 .custom-hero.single .copy .rte,
        .skin-2 .custom-hero.single .copy .rte{
            font-size: 24px;
        }

        .skin-3 .custom-hero.single .copy {
            padding: 45px 35px 0 35px;
        }

        .skin-3 .custom-hero.single.gift-hub table.intro td {
            font-weight: 400;
        }

        .skin-3 .custom-hero.single table.headline {
            text-align: right;
        }

        .skin-3 .custom-hero.single .copy .rte {
            font-size: 24px;
        }

        .skin-4 .custom-hero.single .copy .rte {
            font-size: 24px;
        }

@media all and (min-width: 960px) {
    .custom-hero.single .copy a {
        margin-top: 50px;
    }

    .custom-hero.single .copy h1 + a {
        margin-top: 20px;
    }

    .custom-hero.single .copy a:not(.btn) {
        border: 0;
    }

    .custom-hero.single .copy a.btn:hover {
        text-decoration: none;
    }

    .custom-hero.single .copy a:not(.background-color-deskop-override) {
        background-color: transparent;
    }

    .custom-hero.single .uk-cover-background,
    .custom-hero.single-no-text .uk-cover-background {
        background-position: 50% 50%;
        background-size: cover;
        height: 100%;
    }

    .custom-hero.single.uk-position-cover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .uk-push-large-1-2 {
        position: relative;
        left: 50%;
    }

    .uk-push-large-1-3 {
        position: relative;
        left: 33.333%;
    }

    .uk-push-large-4-10 {
        position: relative;
        left: 60%;
    }

    .uk-pull-large-1-2 {
        position: relative;
        left: -50%;
    }

    .uk-pull-large-1-3 {
        position: relative;
        left: -33.333%;
    }

    .uk-pull-large-6-10 {
        position: relative;
        left: -40%;
    }

    .custom-hero.single .mobile {
        visibility: hidden;
    }
}

@media all and (max-width: 960px) {
    .custom-hero.single {
        height: 100%;
    }

        .custom-hero.single .uk-cover-background,
        .custom-hero.single-no-text .uk-cover-background {
            height: 100%;
            background-image: none !important;
        }

        .custom-hero-single .copy > :not(h1) a {
            color: #fff;
        }

        .custom-hero.single .copy a {
            margin-top: 20px;
        }

            .custom-hero.single .copy a.btn:hover {
                text-decoration: none;
                outline: 1px solid #444;
            }

        .custom-hero.single .uk-position-cover {
            position: relative;
            display: block;
            padding: 75px 25px 50px 25px;
            margin: 0;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }

    .custom-hero .mobile {
        background-size: cover;
        height: 375px;
    }

    .custom-hero.single.gift-hub .copy {
        padding: 100px 0;
        margin-bottom: 25px;
    }

    .custom-hero.single .copy .rte {
        padding: 25px 0 50px 0;
        margin-left: 0;
    }

    .skin-1 .custom-hero h1 {
        margin-top: 15px;
    }

    .skin-1 .custom-hero .intro + h1 {
        margin-top: 25px;
    }
    
    .skin-3 .custom-hero.single table.headline {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .skin-3 .custom-hero.single .copy {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.custom-hero .background-pos-right {
    background-position: right !important;
}

.custom-hero .background-pos-right-top {
    background-position: right top !important;
}

.custom-hero .background-pos-right-bottom {
    background-position: right bottom !important;
}

.custom-hero .background-pos-left {
    background-position: left !important;
}

.custom-hero .background-pos-left-top {
    background-position: left top !important;
}

.custom-hero .background-pos-left-bottom {
    background-position: left bottom !important;
}

.custom-hero .background-pos-center {
    background-position: center !important;
}

.custom-hero .background-pos-center-top {
    background-position: center top !important;
}

.custom-hero .background-pos-center-bottom {
    background-position: center bottom !important;
}

.custom-hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.custom-offcanvas-nav-sub {
    text-align: left;
}

.home-header-logo {
    max-height: 70px;
    max-width: 200px;
    margin: 0 auto;
    /*width: 100%;*/
}

.uk-sticky-placeholder .home-header-logo {
    /*height: 50px;*/
    max-height: 40px;
    width: auto;
}

.home-header-rewards-logo {
    max-height: 60px;
    float: right;
    margin-top: -10px;
}

#offcanvas .accordion-toggle {
    cursor: pointer;
    border-bottom: 1px solid #eae6e7;
    border-top: 1px solid #eae6e7;
    padding: 20px 0px 20px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #1b1f22;
    position: relative;
    font-size: 22px;
    line-height: 22px;
}

    #offcanvas .accordion-toggle:after {
        position: absolute;
        font-family: 'FontAwesome';
        top: 30%;
        right: 25px;
        content: "\f078";
    }

    #offcanvas .accordion-toggle.active:after {
        content: "\f077";
    }

#offcanvas .accordion-content {
    display: none;
}

    #offcanvas .accordion-content .uk-nav-sub li {
        padding-left: 25px;
        padding-right: 25px;
        border-bottom: 1px solid #eae6e7;
    }

        #offcanvas .accordion-content .uk-nav-sub li a {
            margin-bottom: 25px;
            margin-left: 25px;
            /*text-transform: uppercase;*/
        }

            #offcanvas .accordion-content .uk-nav-sub li a .flag {
                color: #431112;
                /*text-transform: uppercase;*/
                font-size: 1rem;
                /*14px;*/
            }

            #offcanvas .accordion-content .uk-nav-sub li a:hover {
                text-decoration: underline;
            }

    #offcanvas .accordion-content.default {
        display: block;
    }

#offcanvas .uk-offcanvas-bar a.offcanvas-mapit {
    border-bottom: none;
}

#offcanvas .offcanvas-group {
    padding-left: 25px;
}

    #offcanvas .offcanvas-group div {
        color: #1b1f22;
    }

    #offcanvas .offcanvas-group h4 {
        padding-bottom: 0px;
    }

    #offcanvas .offcanvas-group p {
        margin-bottom: 5px;
    }

#offcanvas .off-canvas-ad {
    margin: 25px;
}

    #offcanvas .off-canvas-ad > div {
        max-width: 300px;
        min-height: 150px;
        width: 100%;
        display: flex;
        outline: 1px solid red;
        outline-offset: -15px;
        position: relative
    }

    #offcanvas .off-canvas-ad .off-canvas-ad-text {
        margin: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.05rem;
    }

    #offcanvas .off-canvas-ad .off-canvas-ad-text a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        #offcanvas .off-canvas-ad .off-canvas-ad-text a + div {
            font-weight: 700;
        }

        #offcanvas .off-canvas-ad .off-canvas-ad-text a:hover + div,
        #offcanvas .off-canvas-ad .off-canvas-ad-text a:focus + div {
            text-decoration: underline;
        }

#offcanvas .off-canvas-privacy {
    margin: 25px;
}

    #offcanvas .off-canvas-privacy .btn.privacy-policy {
        font-weight: 400;
        letter-spacing: 0;
    }

#offcanvas .break-line {
    width: 100%;
    height: 2px;
    background-color: #eae6e7;
}

#offcanvas .padding-left {
    padding-left: 25px;
}

#offcanvas .padding-left-none {
    padding-left: 0px;
}

#offcanvas .social-icon-group {
    padding-top: 10px;
    padding-top: 15px;
}

#offcanvas a.sphere-icon:hover {
    background-color: #666669;
}

#offcanvas div.wechat-id {
    padding-top: 15px;
}


/*.custom-hero-bg .home-hero-carousel {
    height: 100%;
}*/


/*.custom-hero-bg .home-hero-image {
    height: 100%;
}*/

.custom-hero-bg .home-hero-carousel .owl-dots {
    position: relative;
    top: -35px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.custom-hero-bg .home-hero-carousel .owl-nav {
    display: none;
}

.custom-hero-bg .home-hero-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}


.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid black;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot.active span,
.custom-hero-bg .home-hero-carousel .owl-dots .owl-dot:hover span {
    background-color: black;
}

#homepage-nav {
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
}

    #homepage-nav .uk-navbar-nav .font-style-1 {
        font-size: 13.75px;
        letter-spacing: 0.02em;
    }

    #homepage-nav .uk-navbar-nav > li > a {
        height: 30px;
        margin: 0 25px;
        font-size: 1rem;
    }

        @media all and (max-width: 1541px) {
            #homepage-nav .uk-navbar-nav > li > a {
                margin-left: 10px;
                margin-right: 20px;
            }
        }

    #homepage-nav .uk-navbar-nav > li > a:focus {
        outline: 1px dotted #000; 

    }

    #homepage-nav .desktop-hours-container {
        padding-right: 15px;
        padding-top: 5px;
        height: 100%;
    }

        #homepage-nav .desktop-hours-container a {
            max-width: 130px;
        }

    #homepage-nav .desktop-location-container {
        padding: 0px 15px;
        padding-top: 5px;
        float: left;
        min-height: 38px;
    }

        #homepage-nav .desktop-location-container div {
            float: left;
            max-width: 180px;
        }

    #homepage-nav .desktop-social {
        padding-left: 5px;
        padding-top: 5px;
        float: left;
        /*border-left: 1px solid #7e7e7e;*/
        min-height: 38px;
    }

.desktop-hours-container p a {
    text-transform: uppercase;
}

#homepage-nav .desktop-hours-container {
    float: left;
}

    #homepage-nav .desktop-hours-container i,
    #homepage-nav .desktop-location-container i {
        font-size: 26px;
        float: left;
        margin-top: 2px;
        color: #B1B1B1;
        margin-right: 15px;
    }

    #homepage-nav .desktop-hours-container p,
    #homepage-nav .desktop-location-container p {
        margin-top: 0;
        margin-bottom: 5px;
        float: left;
        font-size: 1rem;
        text-transform: capitalize;
    }

#homepage-nav .desktop-social i {
    font-size: 20px;
    margin-top: 5px;
    color: #fff;
}

#homepage-nav a.sphere-icon {
    text-align: center;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    display: inline-block;
    border-radius: 100px;
    width: 28px;
    height: 28px;
}

    #homepage-nav a.sphere-icon:hover {
        text-decoration: none;
    }

    #homepage-nav a.sphere-icon:active {
        text-decoration: none;
    }


/*
 * STICKY NAV
 */

.sticky-nav {
    margin-left: 0 !important;
}

    .sticky-nav img {
        display: block;
        margin-top: 10px;
        opacity: 0;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        float: left;
    }

    .sticky-nav i {
        opacity: 0;
        font-size: 26px;
        float: left;
        margin-top: 2px;
        color: #B1B1B1;
        margin-right: 5px;
        cursor: pointer;
    }

    .sticky-nav .sticky-icons {
        margin-top: 16px;
        margin-right: 5px;
        float: right;
        /*display: none;*/
    }

    .sticky-nav .uk-width-medium-1-10 {
        padding-left: 0;
    }

        .sticky-nav.active-sticky .uk-width-medium-1-10:not(:first-child) {
            padding-right: 45px;
        }

    .sticky-nav.active-sticky {
        background-color: #fff;
        z-index: 999;
        width: 100% !important;
        box-shadow: 0px 0px 8px 2px #ccc;
        left: 0px !important;
        right: 0px !important;
        margin-left: 0;
        opacity: 1;
    }

        .sticky-nav.active-sticky img {
            margin-left: 50px;
            margin-bottom: 10px;
            margin-top: 15px;
            opacity: 1;
            height: 100%;
        }

        .sticky-nav.active-sticky .sticky-icons {
            display: inline-flex;
        }

            .sticky-nav.active-sticky .sticky-icons i {
                opacity: 1;
                transition: opacity .25s ease-in-out;
                -moz-transition: opacity .25s ease-in-out;
                -webkit-transition: opacity .25s ease-in-out;
            }


    /*.sticky-nav.active-sticky .uk-width-medium-1-10 {
        padding-left: 0;
    }

    .sticky-nav.active-sticky .uk-width-medium-1-10:not(:first-child) {
        padding-right: 45px;
    }*/

    .sticky-nav:not(.active-sticky) .sticky-icons .location-btn {
        pointer-events: none;
        cursor: default;
    }

    .sticky-nav.active-sticky form i {
        margin-left: 40px;
        padding-top: 2px;
    }

    .sticky-nav .btn.privacy-policy {
        right: 0;
        top: 15px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 8px 15px;
        font-size: 0.9rem;
        position: absolute;
    }

    .sticky-nav.active-sticky .btn.privacy-policy {
        position: initial;
        margin-left: 10px;
    }

    .sticky-nav:not(.active-sticky) .sticky-icons-container {
        position: relative;
        z-index: 1000001;
    }

    .mobile-nav .uk-sticky-placeholder {
        display: block;
    }

    .mobile-nav .uk-sticky-placeholder .sticky-mobile.active-sticky {
        background-color: #ffffff;
        z-index: 999;
        width: 100%;
        padding-right: 25px;
        left: 0px !important;
        padding-top: 5px;
        box-shadow: 0px 0px 8px 2px #ccc;
        padding-top: 15px;
        height: 45px !important;
    }

#homepage-nav .nav-social-icons {
    position: relative;
}

    #homepage-nav .nav-social-icons .fb-ico {
        position: absolute;
        left: 0px;
    }

    #homepage-nav .nav-social-icons .tw-ico {
        position: absolute;
        left: 40px;
    }

    #homepage-nav .nav-social-icons .in-ico {
        position: absolute;
        left: 0px;
    }

    #homepage-nav .nav-social-icons .tw-ico {
        position: absolute;
        left: 40px;
    }

#homepage-nav .nav-pad {
    position: relative;
    padding: 25px 0px 0px 0px;
}

    #homepage-nav .nav-pad .uk-sticky-placeholder {
        margin-bottom: 0 !important;
        max-height: 50px;
    }

    #homepage-nav .nav-pad .logo-container {
        display: inline-block
    }

    #homepage-nav .nav-pad .where-the-stores-are {
        display: block;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 0.25rem;
        margin-top: 5px;
        margin-left: 10px;
    }

#homepage-nav .remove-margin-top {
    margin-top: 0px;
}

#homepage-nav .uk-navbar-nav {
    float: none;
    margin: 0;
}


/*nav .hours-dropdown-hours {
    margin-top: 0px;
}*/

.home-hero-carousel {
    height: 660px;
}

.home-hero-image {
    height: 660px;
}


/* video content*/

.custom-hero.video-hero .video-content {
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 50px;
}

    .custom-hero.video-hero .video-content .mobile-constrain {
        width: 400px;
    }

    .custom-hero.video-hero .video-content .block-desktop {
        height: fit-content;
        background-color: #fff;
        color: #444;
        padding: 50px;
    }


/* slide-content options */

.custom-hero .uk-panel.left-panel .slide-content {
    margin-left: 50px;
}

.custom-hero .uk-panel.center-panel {
    text-align: center;
}

.custom-hero .uk-panel.right-panel {
    text-align: right;
    padding-right: 50px;
}

    .custom-hero .uk-panel.right-panel .block-desktop {
        text-align: left;
    }

.home-hero-carousel img {
    height: 660px;
}

.home-hero-carousel .uk-panel-box {
    height: 100%;
    padding: 0px;
    /* padding: 35px 0 0 0; */
}

.home-hero-image .uk-panel-box {
    height: 100%;
    padding: 0px;
    /* padding: 35px 0 0 0; */
}

.focused-bar {
    border-top: 1px solid #BFB5B8;
}

    .focused-bar h2 {
        padding-top: 30px;
        /*padding-left: 50px;*/
        font-weight: normal;
        display: inline-flex;
        font-size: 1.75rem;
        /*28px;*/
        line-height: 32px;
        letter-spacing: 0.2em;
    }

    .focused-bar p {
        font-size: 1rem;
        /*14px;*/
        line-height: 18px;
        letter-spacing: 0.05em;
    }

.home-carousel-item {
    /*height: 150px;*/
    height: 100%;
}


/*
 * (OWL) CAROUSEL
*/

.owl-prev {
    display: block;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 30px;
    cursor: pointer;
}

    .owl-prev:before {
        content: url(../images/themes/General/arrow_gray_left.svg);
    }

.owl-next {
    display: block;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 30px;
}

    .owl-next:before {
        content: url(../images/themes/General/arrow_gray_right.svg);
    }

.secondary-promotion-mod {
    background-color: #1c1f22;
    /*margin-bottom: 1px;*/
}

    .secondary-promotion-mod a.btn {
        background-color: transparent;
        border: 1px solid #ffffff;
    }

    .secondary-promotion-mod .slide-content {
        color: #fff;
    }

    .secondary-promotion-mod .owl-prev:before {
        content: url(../images/themes/General/arrow_white_left.svg);
    }

    .secondary-promotion-mod .owl-next:before {
        content: url(../images/themes/General/arrow_white_right.svg);
    }

.secondary-promotion-mod .sale-disclaimer {
    font-size: 1rem;
    /*14px;*/
}

.home-carousel-header {
    text-align: center;
}

    .home-carousel-header a {
        margin-left: 40px;
    }

    @media all and (max-width: 1259px) {
        .home-carousel-header a {
            margin-left: 0;
        }
    }

.home-carousel-promotions.uk-grid,
.home-carousel-events.uk-grid {
    margin-left: 0;
    padding-bottom: 25px;
}

.home-carousel-promotions .home-carousel-item:nth-child(2),
.home-carousel-events .home-carousel-item:nth-child(2) {
    border-left: 1px solid #BFB5B8;
}

    .home-carousel-promotions.uk-grid .home-carousel-item,
    .home-carousel-events.uk-grid .home-carousel-item{
        padding-left: 25px;
    }

    .home-carousel-promotions .home-carousel-item h3,
    .home-carousel-events .home-carousel-item h3{
        margin-top: 0;
    }

    .home-carousel-promotions .home-carousel-item p.date,
    .home-carousel-events .home-carousel-item p.date{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-carousel-promotions .home-carousel-item p.learn-more,
    .home-carousel-events .home-carousel-item p.learn-more{
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .home-carousel-promotions .home-carousel-item a,
    .home-carousel-events .home-carousel-item a{
        display: block;
    }

    .home-carousel-promotions .home-carousel-item .uk-panel-box,
    .home-carousel-events .home-carousel-item .uk-panel-box{
        background-color: transparent;
    }

.home-carousel-item {
    padding: 0px 25px;
}

.slider-left-border {
    border-left: 1px solid #C5C5C5;
}

.features-mod {
    margin: 0 auto !important;
    max-width: 1200px;
    padding: 25px 25px 0px 25px;
}

    .features-mod .uk-width-medium-1-3 {
        display: flex;
        flex-direction: column;
    }

.home-highlight-banner {
    height: 400px;
}

    .home-highlight-banner h2 {
        font-size: 2em;
        /*32px;*/
        line-height: 32px;
    }

    .home-highlight-banner .highlight-image {
        height: 100%;
    }

.home-highlight-banner-height {
    height: 400px;
}

.home-highlight-banner .highlight-banner-copy {
    padding: 0px 50px;
    margin: 0 auto;
    text-align: left;
}

    .home-highlight-banner .highlight-banner-copy .rich-text {
        margin-bottom: 15px;
    }

.features-mod.uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 10px;
}

.features-mod .uk-panel {
    padding: 0;
    width: 100%;
    display: table;
}

    .features-mod .uk-panel .uk-container {
        display: table-cell;
        vertical-align: middle;
    }

.features-mod .promo-image {
    height: 375px;
}

.features-mod .promo-copy {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    flex-grow: 1;
    padding: 25px 25px;
    text-align: center;
}

    .features-mod .promo-copy .promo-copy-contain {
       margin-top: 75px;
    }

    @media (max-width: 768px) {
        .features-mod .promo-copy .promo-copy-contain {
            margin-top: 30%;
        }
    }

    .features-mod .promo-copy p {
        margin-left: auto;
        margin-right: auto;
        min-height: 38px;
        /* 2-Line height minimum */
    }

.features-mod .left-panel {
    border: 1px solid #FCD700;
}

.features-mod h2.font-style-2,
.primary-promotion-mod h2.font-style-1 {
    /*font-size: 2.125rem;*/
    font-size: 2.3vw;
    letter-spacing: 0.05em;
    line-height: 2.2vw;
}

.primary-promotion-mod h2.font-style-1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.primary-promotion-mod {
    margin: 0 auto !important;
    // height: 600px;
    padding: 25px 0px;
    text-transform: uppercase;
}

    .primary-promotion-mod .promotional-image {
        height: 400px;
    }

    .primary-promotion-mod .promotional-copy {
        padding: 25px 0;
        // height: 200px;
        text-align: center;
    }

.btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: transparent;
    color: #444;
    border: 1px solid #444;
    letter-spacing: 0.1em;
}

.btn-hover:hover {
    color: #444 !important;
    outline: 1px solid #444;
    text-decoration: none;
}

.btn.btn-small {
    padding: 8px 25px;
}

.btn.btn-no-border {
    border: 0;
}


.secondary-promotion-mod {
    height: 320px;
}

    .secondary-promotion-mod .slide-content {
        max-width: 50%;
    }


    .secondary-promotion-mod .uk-panel {
        padding-left: 50px;
        padding-right: 50px;
        height: 90%;
    }

form .inner-addon {
    margin-top: 5px;
}

form#directorySearchForm .inner-addon {
    margin-top: 0px;
}

.inner-addon {
    position: relative;
}

    .inner-addon input {
        width: 250px;
        padding: 8px;
        border: 1px solid #7e7e7e;
        text-transform: uppercase;
        font-size: 1rem;
        /*14px;*/
        letter-spacing: 0.02em;
    }


    /* style icon */

    .inner-addon .uk-icon-search {
        color: #7e7e7e;
        position: absolute;
        pointer-events: none;
        right: 10px;
        top: 10px;
    }

.crisp-image {
    image-rendering: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: optimizeQuality;
}

.inner-addon input:focus {
    outline: solid 2px #7e7e7e;
    outline-offset: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.mapped-in #footer {
    margin-top: 0px;
}

.home #footer {
    margin-top: 0px;
}

#footer .social-icons {
    margin-top: 10px;
}

#offcanvas .social-icons .wechat-id {
    margin-left: 0px;
    margin-top: 10px;
    clear: both;
    display: block;
}

#footer span.sphere-icon,
#footer a.sphere-icon,
#offcanvas a.sphere-icon {
    text-align: center;
    float: left;
    /*margin-right: 15px;*/
    display: inline-block;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
}

#footer span.sphere-icon {
    margin-right: 8px;
    margin-left: 8px;
}

    #footer span.sphere-icon i,
    #footer .sphere-icon i,
    #offcanvas .sphere-icon i {
        font-size: 24px;
        font-size: 24px;
        margin-top: 10px;
        margin-right: 0px;
    }

#footer a.sphere-icon:hover,
#offcanvas a.sphere-icon:hover,
#footer a.sphere-icon:active,
#offcanvas a.sphere-icon:active {
    text-decoration: none;
}

.chat-modal {
    display: none;
}

    .chat-modal .chat-header-bar *:focus {
        outline-color: #FFFFFF;
    }

#offcanvas a.sphere-icon {
    /*margin-left: 15px;
    margin-right: 15px;*/
}

#offcanvas .footer-social-facebook,
#offcanvas .footer-social-twitter,
#offcanvas .footer-social-instagram,
#offcanvas .footer-social-youtube,
#offcanvas .footer-social-weibo,
#offcanvas .footer-social-wechat {
    display: inline-block;
}

.retailer-container {
}

    .retailer-container h1 {
        display: inline-block;
    }

    .retailer-container .flag-container {
        position: relative;
        width: auto;
        color: #fff;
        padding: 0 10px 4px 0;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        top: -5px;
        left: 0;
    }

        .retailer-container .flag-container .multiple-sales-tag {
            /*background-color: #522628;*/
            margin-bottom: 5px;
            white-space: nowrap;
        }

#footer .visit-hours-newsletter .hours,
#footer .visit-hours-newsletter .visit,
#footer .visit-hours-newsletter .download {
    padding-bottom: 25px;
}

#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
#footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
    border: none;
}


/* 
 * NON-HOME PAGES
 */

.result-item {
    line-height: 1.5em;
    position: relative;
    padding: 25px 30px;
    max-height: 170px;
}

.result-item.search-result {
    max-height: 240px;
}


/*
 * PAGE | DIRECTORY
*/

.directory .no-padding-left-desktop {
    padding-left: 0px;
}

.directory .stuff-container {
    margin: 25px 0px 0 25px;
    padding-right: 25px;
}

    .directory .stuff-container .stuff-item .stuff-copy {
        height: 225px;
    }

    .directory .stuff-container .stuff-item .stuff-image {
        height: 350px;
        width: 100%;
    }

    .directory .stuff-container .stuff-item .btn {
        font-size: 16px;
        padding: 10px 25px;
        color: #444;
    }

        .directory .stuff-container .stuff-item .btn:hover {
            color: #444 !important;
            outline: 1px solid #444;
            text-decoration: none;
        }

    .directory .stuff-container .stuff-item h2,
    .directory .stuff-container .stuff-item h3,
    .directory .stuff-container .stuff-item h4 {
        font-size: 24px;
        letter-spacing: initial;
    }

    .directory .stuff-container .stuff-item:hover a {
        color: #444 !important;
    }

    .directory .stuff-container.filter-hide {
        display: none;
    }


/*
 * PAGE | JOBS
 */


/*.subpage .jobs {*/

.jobs {
    padding-bottom: 25px;
}


    /*.subpage .jobs .result-item {*/

    .jobs .result-item {
        line-height: 1.5em;
        position: relative;
        padding: 25px 10px;
        /*max-height:125px;*/
        height: auto;
    }


/*
 * PAGE | HOTEL RESORTS
 */


/*.subpage .hotelsresorts .address-container a {*/

.hotelsresorts .address-container a {
    margin-top: 10px;
    text-transform: uppercase;
}


/*
 * GLOBAL OVERRIDES
 */

.max-width-mod {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 25px 15px 25px;
}

.max-width-mod-900 {
    margin: 0 auto;
    max-width: 900px;
    padding: 15px;
}

.max-width-425 {
    max-width: 425px;
    margin: 0 auto;
}

.max-width-530 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-mod-900.filter-pad {
    padding: 0px;
}

.no-left-padding {
    padding-left: 0 !important;
}

@media (max-width: 768px) {
    .no-left-padding-mobile {
        padding-left: 0 !important;
    }
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .no-top-margin-mobile {
        margin-top: 0 !important;
    }
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}


.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .no-top-padding-mobile {
        padding-top: 0 !important;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }
}

.no-float {
    float: none;
}

.no-line-divider {
    border-left: none !important;
    border-right: none !important;
}

.no-right-line-divider {
    border-right: none !important;
}

@media (max-width: 768px) {
    .no-position-absolute-mobile {
        position: initial !important;
    }
}

.add-left-margin {
    margin-left: 35px;
}

.add-left-sm-margin {
    margin-left: 10px !important;
}

.add-margin-bottom {
    margin-bottom: 35px;
}

.add-left-padding {
    padding-left: 25px;
}

.add-right-padding {
    padding-right: 25px;
}

@media (max-width: 768px) {
    .no-right-padding-mobile {
        padding-right: 0;
    }
}

.add-top-padding {
    padding-top: 25px !important;
}

.add-top-sm-padding {
    padding-top: 10px !important;
}

.add-padding {
    padding: 25px;
}

.add-padding-lg {
    padding: 100px;
}

.add-padding-bottom {
    padding-bottom: 25px;
}

.add-padding-top {
    padding-top: 25px;
}

.add-padding-sm-top {
    padding-top: 10px;
}

.add-padding-left {
    padding-left: 25px;
}

.add-padding-right {
    padding-right: 25px;
}

@media (max-width: 960px) {
    .add-padding-bottom-tablet {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 768px) {
    .add-padding-bottom-mobile {
        padding-bottom: 25px !important;
    }
}

.add-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .no-bg-mobile {
        background-image: none !important;
    }
}

/*.uppercase {
    text-transform: uppercase;
}*/

.capitalize {
    text-transform: capitalize;
}

.mobile-width-fix {
    width: 100%;
}

.ie-no-display {
}

@media all and (min-width: 960px) {
    .vertical-align-desktop {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .flex-desktop {
        display: flex;
    }

    .add-right-padding-desktop {
        padding-right: 25px;
    }
}


/* Override form IE 10 & 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-no-display {
        display: none;
    }
}


/*
 * MISSING UIKIT
 */

.uk-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.uk-flex-right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.uk-flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.uk-flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.uk-flex-item-auto {
    width: 100%;
}

.uk-grid .uk-width-auto {
    width: auto;
    padding-left: 0;
    margin-top: 4px;
}

.uk-grid .uk-width-expand {
    width: 1px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
    padding-left: 15px;
}

.uk-grid-collapse > * {
    padding-left: 0 !important;
}

.details-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}

.details-container.error-page {
    min-height: 390px;
}

@media (min-width: 1160px) and (max-width: 1220px) {
    .details-container .no-left-margin-no-mans-land {
        margin-left: 0;
    }
}

@media (max-width: 1220px) {
    .details-container .lower,
    .details-container .upper {
        margin-right: 25px;
    }
}

.retailer-banner {
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 1200px;
    min-height: 75px;
    padding-bottom: 25px;
}

.retailer-main {
    padding: 15px 0;
    line-height: 1.5em;
}

.dining-main {
    padding: 15px 0;
}

.showtimes-main {
    padding: 15px 0;
}

.reservations-main ul li a {
    color: #B1B1B1;
}

.reservations-main li a:hover {
    color: #666669;
}

.reservations-main .reserve-table-btn,
.showtimes-main .showtimes-btn {
    background-color: #431112;
    padding: 15px;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}


    /*.subpage .reservations-main .reserve-table-btn i, .subpage .showtimes-main .showtimes-btn i {*/

    .reservations-main .reserve-table-btn i,
    .showtimes-main .showtimes-btn i {
        font-size: 32px;
        position: absolute;
        top: 10px;
        right: 15px;
    }


/*
 * MENU
 */


/*.subpage .menu-main {*/

.menu-main {
    padding: 45px 25px 0px 0px;
}


    /*.subpage .menu-main h3.category {*/

    .menu-main h3.category {
        text-transform: uppercase;
    }


    /*.subpage .menu-main hr {*/

    .menu-main hr {
        border: 2px solid #431112;
    }


    /*.subpage .menu-main .menu-items {*/

    .menu-main .menu-items {
        display: block;
        padding-top: 25px;
    }


        /*.subpage .menu-main .menu-items .menu-item {*/

        .menu-main .menu-items .menu-item {
            display: block;
            padding-top: 15px;
        }


            /*.subpage .menu-main .menu-items .menu-item a {*/

            .menu-main .menu-items .menu-item a {
                color: inherit;
                text-transform: uppercase;
            }


            /*.subpage .menu-main .menu-items .menu-item i {*/

            .menu-main .menu-items .menu-item i {
                font-size: 32px;
                position: relative;
                top: 5px;
                left: 10px;
                color: #1b1f22;
            }


/*.subpage .reservations-main ul {*/

.reservations-main ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 15px;
}


    /*.subpage .reservations-main ul li {*/

    .reservations-main ul li {
        display: inline-block;
        margin-right: 15px;
    }


    /*.subpage .reservations-main ul li a {*/

    .reservations-main ul li {
        border-bottom: 2px solid #431112;
    }


        /*.subpage .reservations-main ul li a:hover {*/

        .reservations-main ul li a:hover {
            text-decoration: none;
        }


/*.subpage .retailer-main h1 {*/

.retailer-main h1 {
    padding-top: 0px;
}


/*.subpage .retailer-social-icons {*/

.retailer-social-icons {
    display: inline-block;
    float: left;
    margin-right: 10px;
}


    /*.subpage .retailer-social-icons .social-icon {*/

    .retailer-social-icons .social-icon {
        display: inline-block;
    }


        /*.subpage .retailer-social-icons .social-icon a {*/

        .retailer-social-icons .social-icon a {
            background-color: #B1B1B1;
            color: #1c1f22;
            text-align: center;
            float: left;
            margin-right: 15px;
            font-size: 18px;
            display: inline-block;
            border-radius: 100px;
            width: 30px;
            height: 30px;
        }


            /*.subpage .retailer-social-icons .social-icon a:hover {*/

            .retailer-social-icons .social-icon a:hover {
                background-color: #666669;
            }


            /*.subpage .retailer-social-icons .social-icon a i {*/

            .retailer-social-icons .social-icon a i {
                font-size: 20px;
                margin-top: 6px;
                margin-right: 0px;
                color: #fff;
            }


.sub-retailer {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

    .sub-retailer .sub-hours-location {
        margin-top: 5px;
        float: left;
    }

.retailer-contact {
    padding-top: 10px;
    text-transform: uppercase;
}

    .retailer-contact .contact-container {
        margin: 5px 0;
    }

    .retailer-contact a {
        color: #444;
    }

    .retailer-contact *[class^='uk-icon-'] {
        min-width: 16px;
    }


/*.subpage .retailer-sub {*/

.retailer-sub {
    padding: 25px 0;
    /*margin: 0 auto;
    padding: 25px;
    position: relative;
    max-width: 1200px;*/
}


/*.subpage .retailer-module {*/

.retailer-module {
    margin: 25px 25px 25px 0px;
    border: 1px solid #B1B1B1;
}


/*.subpage .other-events .retailer-module {*/

.other-events .retailer-module {
    margin: 25px 0px 25px 0px;
    border: 1px solid #B1B1B1;
}

.retailer-module.no-margin-top-desktop {
    margin-top: 0px;
}


/*.subpage .retailer-module .banner {*/

.retailer-module .banner {
    background-color: #f0eceb;
    color: #1c2023;
    border-bottom: 1px solid #B1B1B1;
}


    /*.subpage .retailer-module .banner h2 {*/

    .retailer-module .banner h2 {
        padding: 15px;
        margin: 0;
        font-size: 24px;
    }

.retailer-module.featured .banner {
    background-color: #444;
    border-bottom: 1px solid #B1B1B1;
}


    /*.subpage .retailer-module.featured .banner h2 {*/

    .retailer-module.featured .banner h2 {
        color: #fff;
    }

.retailer-module .content {
    padding: 15px;
}

.retailer-module.featured .content a {
    color: #1b1f22;
    letter-spacing: 0.1em;
}

.retailer-module .content a {
    color: #1b1f22;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .retailer-module .content a h3 {
        letter-spacing: 0;
    }

.retailer-module .date {
    height: 60px;
    text-align: right;
    padding-right: 15px;
}

    .retailer-module .date a {
        color: #1b1f22;
    }

.retailer-sub .event-sale-row.hide {
    display: none;
}

.campaign-grid-module {
    border: 1px solid #7e7e7e;
    margin-bottom: 50px;
}

.show-all-event-sales {
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    /*display: none;*/
}

    .show-all-event-sales.active {
        display: block;
    }

    .show-all-event-sales:hover {
        animation: bounce 1s;
    }

    .show-all-event-sales.active {
        /*display:inline-block;*/
        display: block;
    }

.results-container.directory div.store-details,
.results-container.offices div.store-details {
    line-height: normal;
    position: static;
    opacity: 1;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    margin-right: 15px;
    display: inline-block;
}

.results-container.directory div.see-on-map,
.results-container.offices div.see-on-map {
    line-height: normal;
    position: static;
    opacity: 1;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    display: inline-block;
}

.results-container.directory div.see-on-map.collapse,
.results-container.offices div.see-on-map.collapse {
    display: block;
}

.focused-bar-item:hover,
.result-item:hover {
    background-color: #fff;
}

    .result-item:hover .retailer-logo img {
        -webkit-filter: none;
        filter: none;
    }

.results-container.directory div.store-details a,
.results-container.offices div.store-details a {
    margin-left: 0px;
}

.results-container.directory div.see-on-map a,
.results-container.offices div.see-on-map a {
    margin-left: 0px;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/*.subpage .sales-events-main .show-all-event-sales {*/

.sales-events-main .show-all-event-sales {
    margin-top: 25px;
}


/*.subpage .side-module.map {*/

.side-module.map {
    margin: 0px 0px 25px 0px;
    padding-top: 0px;
}

.side-module {
    margin: 25px 0px 25px 0px;
    padding-top: 15px;
}

    .side-module h2 {
        font-size: 18px;
    }

    .side-module ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .side-module .related-store-module .flag-container {
        font-size: 1rem;
        /*14px;*/
        height: 20px;
        position: static;
        margin-top: 0;
    }

        .side-module .related-store-module .flag-container .flag-content {
            display: block;
            float: left;
            background-color: #EFEFEF;
            /*color: #431112;*/
            text-align: center;
            font-size: 1rem;
            /*14px;*/
            padding: 0px 5px;
            text-transform: uppercase;
            padding: 1px 10px 0px 10px;
        }

    .side-module .related-store-module a {
        display: block;
        padding-top: 10px;
        color: #444444;
        font-size: 1rem;
        /*14px;*/
        text-transform: uppercase;
    }

    .side-module .related-store-module .related-phone {
        display: block;
        padding-top: 10px;
    }


.back.theme-link {
    color: #444;
    font-size: 1.0625rem;
}


.sales-events-main {
    text-align: center;
}

    .sales-events-main .page-title {
        text-transform: uppercase;
        padding: 25px 0px;
        font-size: 36px;
        /*letter-spacing: 0.2em;*/
    }

    .sales-events-main.event-style p.store {
        text-transform: uppercase;
    }

    .sales-events-main .featured-sales-events-module h2,
    .sales-events-main .sales-events-list-module h2 {
        letter-spacing: initial;
        padding: 0px;
        margin-top: 0px;
    }

    .sales-events-main .featured-bar {
        background-color: #444;
        padding: 10px;
        text-align: center;
        color: #fff;
        letter-spacing: 0.1em;
    }

    .sales-events-main .sales-events-filter-bar {
        background-color: #FAFAFA;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        letter-spacing: 0.1em;
        border: 1px solid #d3d3d3;
    }

        .sales-events-main .sales-events-filter-bar.disabled {
            pointer-events: none;
            border: none;
        }

            .sales-events-main .sales-events-filter-bar.disabled .uk-icon-chevron-up,
            .sales-events-main .sales-events-filter-bar.disabled .uk-icon-chevron-down {
                display: none !important;
            }

    .sales-events-main .disable-filter.disabled {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

.results-container-inner .retailer-logo {
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin-right: 25px;
    margin-bottom: 0;
}

    .results-container-inner .retailer-logo img {
        -webkit-filter: grayscale(100%) opacity(50%);
        filter: grayscale(100%) opacity(50%);
    }


/*.subpage .sales-events-main .sales-events-filter-bar .uk-grid.no-margin-left {*/

.sales-events-main .sales-events-filter-bar .uk-grid.no-margin-left {
    margin-left: 0px;
}

.sales-events-main .sales-events-filter-bar .drop-container {
    padding: 10px 0px;
    margin-left: 0px;
}
    .sales-events-main .sales-events-filter-bar .drop-container .uk-icon-chevron-up,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item i.uk-icon-chevron-up {
        display: none;
        margin-left: 10px;
    }

    .sales-events-main .sales-events-filter-bar .drop-container .uk-icon-chevron-down,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item i.uk-icon-chevron-down {
        display: inline-block;
        margin-left: 10px;
    }

    .sales-events-main .sales-events-filter-bar .drop-container.uk-open .uk-icon-chevron-up,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item.active i.uk-icon-chevron-up {
        display: inline-block;
    }

    .sales-events-main .sales-events-filter-bar .drop-container.uk-open .uk-icon-chevron-down,
    .sales-events-main .sales-events-filter-bar .drop-container .filter-item.active i.uk-icon-chevron-down {
        display: none;
    }

.sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
    width: 100%;
    margin-top: 1px;
    border: 1px solid #d3d3d3;
    background-color: #FAFAFA;
}

.sales-events-main .sales-events-filter-bar .a-z-drop-down-selector {
    width: 100%;
    display: none;
    position: absolute;
    top: 52px;
    background-color: #f5f5f5;
    left: -1px;
    border: 1px solid #d3d3d3;
}


    /*.subpage .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {*/

    .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {
        display: block;
        z-index: 100;
        padding: 15px;
        max-width: 868px;
    }


    /*.subpage .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector .drop-down-item:hover {*/

    .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector .drop-down-item:hover {
        text-decoration: underline;
        cursor: pointer;
    }


/*.subpage .sales-events-main .sales-events-filter-bar .filter-item:hover, .subpage .sales-events-main .sales-events-filter-bar .filter-item {*/

.sales-events-main .sales-events-filter-bar .filter-item:hover,
.sales-events-main .sales-events-filter-bar .filter-item {
    /*color: #431112;*/
}


    /*.subpage .sales-events-main .sales-events-filter-bar .filter-item:hover, .subpage .sales-events-main .sales-events-filter-bar .drop-down-item {*/

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .drop-down-item {
        /*color: #431112;*/
    }

        .sales-events-main .sales-events-filter-bar .drop-down-item.active {
            text-decoration: underline;
            font-weight: bold;
        }

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .filter-item.active {
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
        position: relative;
    }

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .directory .filter-item.active {
        cursor: pointer;
        position: relative;
        /*font-weight: normal;*/
    }

    .sales-events-main .sales-events-filter-bar .filter-item:hover,
    .sales-events-main .sales-events-filter-bar .directory .filter-item.active {
        cursor: pointer;
        position: relative;
        font-weight: normal;
    }

    .sales-events-main .sales-events-filter-bar .filter-item[class*='global-header-size']:hover,
    .sales-events-main .sales-events-filter-bar .directory .filter-item[class*='global-header-size'].active {
        font-weight: bold;
    }


.sales-events-main .sales-events-filter-bar .filter-item.a-z.active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    display: block;
    position: absolute;
    bottom: -16px;
    content: '';
    left: 65px;
    z-index: 200;
}


/*.subpage .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {*/

.sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #7e7e7e;
    display: block;
    position: absolute;
    bottom: -16px;
    content: '';
    left: 63px;
}

.selected-filter-container {
    display: none;
}

    .selected-filter-container.active {
        display: block;
        text-align: center;
    }

    .selected-filter-container .selected-filter-item {
        padding-top: 15px;
        text-transform: uppercase;
    }

        .selected-filter-container .selected-filter-item .reset-filter {
            margin-left: 25px;
            cursor: pointer;
            text-decoration: underline;
            white-space: nowrap;
        }

            .selected-filter-container .selected-filter-item .reset-filter:hover {
                text-decoration: none;
            }

#searchResults .selected-filter-container .selected-filter-item {
    padding-top: 0px;
}


.sales-events-main .featured-sales-events-module {
    border: 1px solid #d3d3d3;
    margin: 25px auto;
    text-align: left;
}


    /*.subpage .sales-events-main .featured-sales-events-module.dual {*/

    .sales-events-main .featured-sales-events-module.dual {
        margin: 25px auto;
    }


        /*.subpage .sales-events-main .featured-sales-events-module.dual > div {*/

        .sales-events-main .featured-sales-events-module.dual > div {
            padding-left: 0px;
        }


    /*.subpage .sales-events-main .featured-sales-events-module .left-panel, .subpage .sales-events-main .featured-sales-events-module .right-panel, .subpage .sales-events-main .sales-events-list-module .right-panel, .subpage .sales-events-main .sales-events-list-module .left-panel {*/

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .featured-sales-events-module .right-panel,
    .sales-events-main .sales-events-list-module .right-panel,
    .sales-events-main .sales-events-list-module .left-panel {
        min-height: 250px;
    }

    .sales-events-main .featured-sales-events-module .left-panel,
    .sales-events-main .sales-events-list-module .left-panel {
        padding: 0;
        height: 250px;
    }


        /*.subpage .sales-events-main .featured-sales-events-module .left-panel h2, .subpage .sales-events-main .sales-events-list-module .left-panel h2 {*/

        .sales-events-main .featured-sales-events-module .left-panel h3,
        .sales-events-main .sales-events-list-module .left-panel h3 {
            margin-bottom: 0px;
            font-size: 1.5em;
            /*24px;*/
        }

.sales-events-main.event-style .featured-sales-events-module .left-panel h3,
.sales-events-main.event-style .sales-events-list-module .left-panel h3 {
    /*text-transform: none;*/
    margin-bottom: 0px;
    font-size: 24px;
}


.sales-events-main .featured-sales-events-module .top-panel {
    height: 250px;
    margin-left: 0px;
}


.sales-events-main .featured-sales-events-module .bottom-panel {
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    line-height: 1em;
    /*min-height: 275px;*/
}

@media (max-width: 960px) {
    .sales-events-main .featured-sales-events-module .bottom-panel {
        min-height: auto;
    }
}


.sales-events-main .sales-events-container.hide {
    display: none;
}


.sales-events-main .sales-events-container.filter-hide {
    display: none;
}

.sales-events-main .sales-events-container:focus {
    outline: none;
}

/*.subpage .sales-events-main .no-left-padding {*/

.sales-events-main .no-left-padding {
    padding-left: 0px;
}

.sales-events-main .sales-events-list-module {
    border: 1px solid #d3d3d3;
    margin: 25px auto 0px auto;
    text-align: left;
}

.date-selected-display {
    display: none;
    margin-top: 25px;
}

    .date-selected-display.active {
        display: block;
    }

.mappedin-thumb {
    border: 1px solid #B1B1B1;
}

    .mappedin-thumb #mapView {
        position: relative;
        background-size: cover;
        width: 100%;
        height: 175px;
    }

.circle {
    overflow: hidden;
    padding: 25px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: white;
    position: absolute;
    left: 15px;
    bottom: -50px;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
}


/*.subpage .retailer-logo {*/

.retailer-logo {
    margin-bottom: 50px;
}


/*.subpage .retailer-overview-logo {*/

.retailer-overview-logo {
    border: 1px solid #B1B1B1;
    padding: 10px;
}


/*.subpage a.back {*/

a.back {
    text-transform: uppercase;
    font-size: 1rem;
    /*14px;*/
}

#footer .footer-newsletter-signup {
    margin-top: 25px;
}

    #footer .footer-newsletter-signup .invalid-email {
        color: red;
        font-size: 14px;
    }

#footer .hours,
#footer .visit,
#footer .download,
#footer .footer-newsletter-signup {
    text-align: left;
}

    #footer .footer-newsletter-signup .inner-addon i {
        color: #444;
        position: absolute;
        pointer-events: none;
        right: 0px;
        top: 12px;
        padding-right: 0px;
        font-size: 1rem;
        /*14px;*/
    }

    #footer .footer-newsletter-signup input {
        width: 100%;
        padding: 8px;
        border: 1px solid #7e7e7e;
        text-transform: uppercase;
        font-size: 1rem;
        /*14px;*/
        letter-spacing: 0.02em;
        max-width: 230px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #footer .footer-newsletter-signup button {
        cursor: pointer;
    }

#footer .uk-grid.no-padding-top {
    padding-top: 0px;
}

.results-container.directory .results-container-inner {
    margin-top: 10px;
}

    .results-container.directory .results-container-inner .result-item {
        max-height: none;
    }

#searchResults .search-output {
    margin-left: 15px;
    display: block;
    cursor: pointer;
}

#searchResults .result-item {
    min-height: 80px;
}

    #searchResults .result-item .logo-container {
        display: inline-block;
    }


 /*
 * TEMPLATE CONTENT
 */


    .template-content {
        padding: 25px;
    }


        /*.subpage .template-content .hardcoded-module {*/

        .template-content .hardcoded-module {
            padding-bottom: 0px;
            text-align: center;
        }


        /*.subpage .template-content .hardcoded-module {*/

        .template-content .hardcoded-module {
            padding-bottom: 0px;
            text-align: center;
        }


        /*.subpage .template-content .headline-container {*/

        .template-content .headline-container {
            padding-bottom: 25px;
            text-align: center;
        }


            /*.subpage .template-content .headline-container:nth-of-type(n+2) {*/

            .template-content .headline-container:nth-of-type(n+2) {
                padding-top: 20px;
            }

        .template-content .col-rich-headline-container .col-container {
            padding: 25px 0px;
        }

        .template-content .col-rich-headline-container.static-logo .col-container {
            padding: 0px 0px 25px;
        }

        .template-content .col-rich-headline-container.static-icon .col-container {
            padding: 25px;
        }

    .basic-rich-headline-container {
        padding-bottom: 0px;
        text-align: center;
    }


    .headline-container h2 {
        margin-bottom: 0px;
        font-size: 2.25rem;
    }

    /* TODO CLEAN-UP */
    .headline-container h4 {
        margin-top: 15px;
    }

    .headline-container .sub-headline {
        margin-top: 15px;
        font-size: 1.2rem;
    }

    .headline-container .legal-headline {
        font-size: 1em;
        font-style: italic;
    }

    .headline-container .no-margin-left {
        margin-left: 0;
    }

    .headline-container.modal {
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 50px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

        .headline-container.modal h2 {
            font-size: 1.5rem;
        }

    @media all and (min-width: 1260px) {
        #homepage-nav .nav-pad {
            padding: 25px 50px 10px 50px;
        }

        .qa-kipsu {
            display: block;
            position: fixed;
            height: 60px;
            width: 60px;
            bottom: 60px;
            right: 50px;
            z-index: 100;
            cursor: pointer;
            opacity: 100;
            transition: opacity 0.25s ease-in;
            cursor: pointer;
        }

            .qa-kipsu i {
                color: black;
                font-size: 60px;
            }

            .qa-kipsu .text {
                position: absolute;
                top: 20px;
                left: -1px;
                color: #ffffff;
                display: block;
                width: 100%;
                text-align: center;
            }

            .qa-kipsu.hide {
                opacity: 0;
                cursor: auto;
            }

        body.mapped-in .qa-kipsu {
            left: 50px;
            right: auto;
        }

        .chat-modal {
            display: block;
            position: fixed;
            right: 0px;
            bottom: 0px;
            height: 0px;
            width: 500px;
            z-index: 9999;
            transition: all 0.5s ease-in;
        }

            .chat-modal .chat-content {
                position: relative;
                border: 1px solid #cccccc;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
            }

            .chat-modal.active {
                height: 430px;
            }

        .chat-iframe-holder {
            padding-top: 50px;
            height: 380px;
            background-color: #ffffff;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .chat-modal.min {
            bottom: -380px;
        }

        .chat-modal .chat-header-bar {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 60px;
            width: 100%;
            background-color: black;
            text-align: center;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

            .chat-modal .chat-header-bar img {
                margin-top: 10px;
                max-width: 150px;
                max-height: 40px;
            }

            .chat-modal .chat-header-bar i {
                color: #fff;
                font-size: 16px;
            }

            .chat-modal .chat-header-bar .minimize {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 55px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                display: block;
                border-radius: 30px;
                padding: 5px 8px;
            }

            .chat-modal .chat-header-bar .expand {
                display: none;
            }

            .chat-modal .chat-header-bar .expand {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 55px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                border-radius: 30px;
                padding: 5px 8px;
            }

            .chat-modal .chat-header-bar .close {
                cursor: pointer;
                text-decoration: none;
                position: absolute;
                left: 10px;
                top: 14px;
                font-family: arial;
                border: 1px solid white;
                display: block;
                border-radius: 30px;
                padding: 5px 8px;
            }
    }

    #footer .footer-social ul {
        margin-left: 0px;
    }

    #footer .footer-social li {
        display: block;
    }

        #footer .footer-social li a {
            font-style: normal;
        }

    #footer h2,
    #footer h4 {
        font-size: 1.12em;
        /*18px;*/
        line-height: 1.25em;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    #footer span,
    #footer p {
        /*font-size: 18px;*/
        /*font-weight: normal;*/
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    #footer a:not(.goog-logo-link) {
        font-size: 1.125em;
        /*18px;*/
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    #footer .footer-nav {
        padding-bottom: 20px;
    }

        #footer .footer-nav li a {
            text-transform: capitalize;
        }

        #footer .footer-nav .footer-logo-area {
            padding: 12px 0 0px 10px;
        }

        #footer .footer-nav #google_translate_element {
            float: none;
            top: 0;
        }

    #footer .footer-hours .small {
        font-size: 12px;
    }

    #footer .footer-social div {
        display: inline-block;
    }

    #footer .footer-social .wechat-id {
        display: block;
        clear: both;
        margin-left: 0px;
        padding-top: 15px;
    }

    #footer ul li {
        display: block;
        padding-top: 10px;
    }

    #footer .company-and-social {
        text-align: left;
        margin-bottom: 25px;
    }

        #footer .company-and-social h2,
        #footer .company-and-social h4 {
            padding-bottom: 15px;
        }

        #footer .company-and-social .wechat-id {
            margin-left: 0px;
            font-size: 0.7em;
        }

    #footer .footer-logo-area {
        margin-bottom: 0px;
        padding-top: 0px;
        float: left;
        position: relative;
    }

        #footer .footer-logo-area .footer-logo {
            float: right;
        }

            #footer .footer-logo-area .footer-logo img {
                width: 150px;
            }

        #footer .footer-logo-area .footer-copyright {
            font-size: 11px;
            position: absolute;
            right: 10px;
            top: 18px;
        }

    #footer .privacy-sitemap {
        text-align: right;
    }

    .contact-modal.secondary .uk-close:first-child {
        margin: -20px -20px 0 0;
    }

    .contact-modal.secondary .uk-close {
        width: 30px;
        line-height: 30px;
        z-index: 9999;
        position: relative;
        opacity: 1;
    }

    .takeover-modal a.uk-modal-close:focus,
    .emergency-bar a.uk-modal-close:focus,
    .cookie-modal a.uk-modal-close:focus,
    .contact-modal a.uk-modal-close:focus {
        outline: #000000 dotted 1px;
    }




    /*
 * DESKTOP NAV
 */

    .special-nav-dropdown-container.active {
        display: block;
    }

    .special-nav-dropdown-container li a {
        position: relative;
    }

        .special-nav-dropdown-container li a:after {
            display: none;
        }

        .special-nav-dropdown-container li a.custom-home-main-nav.active {
            color: #666669 !important;
        }

    .special-nav-dropdown-container .sub-first-cat li a.active {
        color: #666669 !important;
        text-decoration: none;
    }

    .special-nav-dropdown-container .sub-cat-second li a:hover {
        color: #666669 !important;
        text-decoration: none;
    }

    .special-nav-dropdown-container li a {
        position: relative;
        text-decoration: none;
        font-size: 1rem;
        display: inline-block;
    }

    .special-nav-dropdown-sub li a:hover,
    .special-nav-dropdown-sub li a:focus,
    .special-nav-dropdown-sub li a.pre-selected {
        position: relative;
        text-decoration: underline;
    }

    .special-nav-dropdown-container li a.active:before,
    .special-nav-dropdown-container li a:focus::before,
    .special-nav-dropdown-container li a.custom-home-main-nav.pre-selected:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .special-nav-dropdown-container li a.active:hover:before,
    .special-nav-dropdown-container li a.pre-selected:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .special-nav-dropdown-container .sub-first-cat li a.active:after {
        font-family: FontAwesome;
        content: "";
        display: block;
        position: absolute;
        bottom: 2px;
        right: 50px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .special-nav-dropdown-sub-container {
        height: auto;
        position: absolute;
        display: none;
        z-index: 1000000;
        background-color: #fff;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        float: left;
        height: 350px;
    }

    .active-sticky .special-nav-dropdown-sub-container {
        position: static;
        width: auto;
        left: 0px;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-top: 14px;
        top: 78px !important;
        border-top: none;
        overflow: hidden;
        background-color: transparent;
    }

        .active-sticky .special-nav-dropdown-sub-container.WCAG {
            top: 155px;
        }

    .special-nav-dropdown-sub-container.active {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #B1B1B1;
    }

    .active-sticky .special-nav-dropdown-sub-container.active {
        border-bottom: none;
    }

    .active-sticky .special-nav-dropdown-sub-container.active {
        margin-left: 45px;
        display: block;
        overflow: hidden;
    }

    .special-nav-dropdown-sub {
        max-height: 300px;
        display: none;
        text-align: center;
    }

        .special-nav-dropdown-sub.active {
            max-width: 650px;
            margin: 0 auto;
            padding-top: 25px;
            margin-bottom: 50px;
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            display: block;
        }

        .special-nav-dropdown-sub.wcag-active {
            position: relative !important;
        }

    .active-sticky .special-nav-dropdown-sub.active {
        margin-top: 12px;
    }

    .special-nav-dropdown-sub div {
        height: 0px;
        opacity: 0;
    }

    .special-nav-dropdown-sub.active div {
        opacity: 1;
        height: auto;
    }

    /*.special-nav-dropdown-sub.active div:last-child {
        border-right: none;
    }*/

    .special-nav-dropdown-sub .sub-first-cat {
        text-align: left;
    }

    .special-nav-dropdown-sub .sub-cat-second ul {
        padding: 0px;
        margin: 0px;
        display: none;
    }

        .special-nav-dropdown-sub .sub-cat-second ul.active {
            margin: auto;
            display: block;
        }

    .sticky-nav.active-sticky .special-nav-dropdown-sub.active img {
        margin: 0;
    }

    .sticky-nav.active-sticky .special-nav-dropdown-sub.active {
        padding-top: 0;
    }

    .sticky-nav.active-sticky .special-nav-dropdown-sub-container.active {
        height: 325px;
    }

    .special-nav-dropdown-container .sub-cat-promo {
        /*text-align: right;*/
        position: relative;
        border-left: 1px solid #a6a6a6;
    }

        /*.special-nav-dropdown-container .sub-cat-promo a{
        margin-bottom: 10px;
    }*/

        .special-nav-dropdown-container .sub-cat-promo img {
            width: auto;
            max-width: 275px;
            height: auto;
            display: block;
            opacity: 1;
            padding-top: 0px;
            float: none;
            display: none;
            margin: 0;
        }

    .special-nav-dropdown-container .sub-cat-promo-text {
        border: 1px solid #a6a6a6;
        font-size: 1.1rem;
        text-align: center;
        font-weight: 700;
        padding: 20px 5px !important;
        margin-bottom: 15px;
    }

        .special-nav-dropdown-container .sub-cat-promo-text a {
            font-size: 0.8rem;
            letter-spacing: 0.1rem;
            text-transform: uppercase;
        }

    .special-nav-dropdown-sub.active img {
        display: block;
    }

    .special-nav-dropdown-sub .uk-grid div:first-child {
        padding-left: 0px;
    }

    .special-nav-dropdown-sub ul {
        padding-left: 14px;
    }

    .active-sticky .special-nav-dropdown-sub ul {
        padding-left: 16px;
    }

    .special-nav-dropdown-sub li {
        list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    /* Details Container*/


    /* TODO: Trying to Generalize the Sales & Jobs */

    #details-container h3 {
        margin-top: 0;
    }

    #details-container hr {
        margin-top: 25px;
        margin-bottom: 25px;
        border-top: 2px solid #ECECEC;
    }

    #details-container .subhead {
        text-transform: uppercase;
        padding-top: 5px;
    }

    #details-container .lower .right-align {
        margin-bottom: 25px;
        text-align: right;
    }

    #details-container .lower a.share-widget {
        text-transform: uppercase;
    }

    @media (max-width: 1220px) {
        #details-container hr {
            margin-left: 0;
        }
    }

    @media (max-width: 768px) {
        #details-container .lower .right-align-desktop {
            margin-bottom: 25px;
            text-align: center;
        }

        #details-container .rich-text {
            padding: 0;
        }
    }

    #sales-details-container .line-break {
        margin-top: 25px;
        margin-bottom: 25px;
        border-bottom: 2px solid #ECECEC;
    }

    #sales-details-container .lower .right-align {
        margin-bottom: 25px;
    }

    #sales-details-container .lower .share-widget {
        text-transform: uppercase;
    }

    #sales-details-container .sale-details .store-name,
    #sales-details-container .sale-details .level {
        text-transform: uppercase;
    }

    #sales-details-container span.sale-description {
        font-size: 46px;
    }

    #sales-details-container .retailer-contact div {
        display: inline-block;
        margin-right: 25px;
    }

    #sales-details-container span.sale-dates {
        display: inline-block;
        font-size: inherit;
    }

    #sales-details-container .store-name a {
        color: inherit;
        text-decoration: underline;
    }

    #sales-details-container .lower {
        padding-bottom: 45px;
    }

    .subpage-title {
        text-align: center;
    }

        .subpage-title h2 {
            letter-spacing: 0.2em;
            padding: 15px 25px 0px 15px;
            text-transform: uppercase;
        }

    .main-container .inner-addon input {
        width: 100%;
        color: #757575;
        padding: 10px;
    }

    .main-container .inner-addon i {
        right: 0px;
        top: 12px;
    }

    .main-container .pad-right {
        padding-right: 22px;
    }

    .main-container .pad-left-none {
        padding-left: 10px;
    }

    /*
     * SALES EVENTS
     */

    .main-container .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
        padding-left: inherit;
        padding-right: inherit;
    }

    .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory {
        padding-top: 25px;
    }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory h4 {
            text-align: left;
            padding-left: 30px;
            text-transform: uppercase;
            color: #444;
        }

        .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul {
            list-style-type: none;
            text-align: left;
        }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li {
                padding-bottom: 15px;
            }

                .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li:last-of-type {
                    padding-bottom: 30px;
                }

    /*
 * MIXED MODULES
 */
    .campaign-grid-module .mixed-module {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .mixed-module {
        margin-bottom: 50px;
    }
        .mixed-module:focus {
            outline: none;
        }

        .mixed-module h2 {
            /*text-transform: uppercase;*/
        }

        .mixed-module h3,
        .mixed-module h5 {
            font-size: 1.5rem;
            /*24px;*/
        }

            .mixed-module h3.large {
                font-size: 2.45rem;
                line-height: 3rem;
            }

        .mixed-module.slim {
            margin-bottom: 15px;
        }

        .mixed-module .pad-right {
            padding-right: 35px;
        }

        .mixed-module .mixed-module {
            margin-bottom: 0px;
        }

        .mixed-module .module-headline {
            text-align: center;
            padding-bottom: 25px;
        }

        .mixed-module .module-subheadline {
            text-align: center;
            padding-top: 50px;
            padding-bottom: 25px;
        }

            .mixed-module .module-headline a,
            .mixed-module .module-subheadline a {
                margin-bottom: 25px;
            }

        .mixed-module.border,
        .mixed-module .border {
            border: 1px solid #7e7e7e;
        }

        .mixed-module .border-no-bottom {
            border-bottom: 0;
        }

        .mixed-module .border-no-top {
            border-top: 0;
        }

        .mixed-module .border-add-bottom {
            border-bottom: 1px solid #7e7e7e;
        }

        @media (max-width: 959px) {
            .mixed-module .border-remove-bottom-tablet {
                border-bottom: none;
            }
        }

        .mixed-module > div.single .module-copy {
            text-align: center;
        }

        .mixed-module span.line-divider {
            border-left: 1px solid #666669;
            display: inline-block;
            width: 1px;
            height: 30px;
            margin-bottom: -12px;
            margin-left: 20px;
            margin-right: 20px;
        }

    /* TEMP: NEED TO REMOVE LATER */
    .dual.mixed-module .module-copy {
        text-align: center;
    }

    .mixed-module > div.dual .module-copy {
        text-align: center;
    }

    .campaign-grid-module .module-copy {
        height: 325px;
    }

    /* TEMP: NEED TO REMOVE LATER */
    .dual.mixed-module .uk-grid-match .pad:not(:last-child),
    .triple.mixed-module .uk-grid-match .pad:not(:last-child) {
        padding-right: 15px;
    }

    .mixed-module > div.dual .uk-grid-match .pad:not(:last-child),
    .mixed-module > div.triple .uk-grid-match .pad:not(:last-child) {
        padding-right: 15px;
    }

    /* TEMP: NEED TO REMOVE LATER */
    .dual.mixed-module .uk-grid-match .pad:not(:first-child),
    .triple.mixed-module .uk-grid-match .pad:not(:first-child) {
        padding-left: 50px;
    }

    .mixed-module > div.dual .uk-grid-match .pad:not(:first-child),
    .mixed-module > div.triple .uk-grid-match .pad:not(:first-child) {
        padding-left: 50px;
    }

    .mixed-module.split-module .module-image {
        min-height: 250px;
    }

    .mixed-module.split-module-1 .module-image {
        min-height: 325px;
    }

    .mixed-module.split-module .module-copy {
        padding: 25px;
    }

        .offices .mixed-module.split-module .module-copy {
            padding-bottom: 0;
        }

        @media (max-width:960px) {
            .offices .mixed-module.split-module .module-copy {
                padding-right: 0;
            }
        }

        .mixed-module.split-module .module-copy h4 {
            margin-bottom: -10px;
        }

    .mixed-module.split-module .module-copy-large {
        padding: 50px;
    }

    .mixed-module.split-module.dual > .uk-grid:nth-of-type(2n+1) {
        margin-top: 50px;
    }

    @media (max-width: 767px) {
        .mixed-module.split-module .module-copy {
            /*padding-bottom: 0;*/
            text-align: center;
        }
    }

    /* TEMP: NEED TO REMOVE LATER */
    .mixed-module.split-module.triple {
        text-align: center;
    }

    .mixed-module.split-module > div.triple {
        text-align: center;
    }

    .mixed-module.split-module.triple .no-pad-left {
        padding-left: 0px;
    }

    .mixed-module.split-module.triple .module-image {
        height: 250px;
    }

    .mixed-module.movie-module {
        margin-top: 25px;
    }

        .mixed-module.movie-module .movie-image img {
            height: 200px;
        }

        .mixed-module.movie-module .movie-description {
            height: 200px;
        }

        .mixed-module.movie-module .movie-showtimes {
            margin-top: 25px;
        }

    .mixed-module .contact .contact-photo {
        max-width: 100px;
        margin: 20px auto -10px auto;
    }

    .movie-trailer {
        display: none;
        cursor: pointer;
        text-transform: uppercase;
    }

        .movie-trailer:hover {
            text-decoration: underline;
        }

    .mixed-module.movie-module .movie-showtimes .movie-showtime {
        display: block;
        float: left;
        margin-right: 25px;
        margin-top: 15px;
    }

    .showtime .btn {
        display: block;
        margin-top: 15px;
        width: 150px;
    }

    .mixed-module.movie-module .showTimeDate {
        float: left;
        margin-right: 25px;
        margin-top: 15px;
    }

    .mixed-module.remove-bottom-margin-patch {
        margin-bottom: -45px;
    }

    .mixed-module.highlight-module .highlight-content {
        max-width: 600px;
        padding: 25px;
    }

    .mixed-module.highlight-module .module-no-background-image,
    .mixed-module.highlight-module .module-no-background-image img {
        max-height: 630px;
    }

    .mixed-module.custom-fcvalet .custom-fcvalet-content {
        padding: 25px;
        margin-top: 25px;
    }

        .mixed-module.custom-fcvalet .custom-fcvalet-content h3 {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        .mixed-module.custom-fcvalet .custom-fcvalet-content img {
            max-width: 700px;
            width: 100%;
        }

    .movieLoadingIcon {
        text-align: center;
        margin: 0 auto;
    }

    .movie-today-showtimes button,
    .additional-showtimes button {
        float: left;
        margin-right: 25px;
        cursor: pointer;
    }

    .additional-showtimes .row {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .movie-details div {
        float: left;
    }

    /* MAGNIFIC POPUP */
    #trailerEmbed {
        position: relative;
        padding: 20px;
        width: auto;
        max-width: 640px;
        margin: 20px auto;
        height: auto;
    }

    .unordered-list-module {
        text-align: center;
    }

        .unordered-list-module .pad-right {
            padding-right: 35px;
        }

        .unordered-list-module ul {
            list-style-type: none;
            padding-left: 0;
        }

            /*.subpage .unordered-list-module ul li{*/
            .unordered-list-module ul li {
                margin-bottom: 10px;
            }

                /*.subpage .unordered-list-module ul li:before {*/
                .unordered-list-module ul li:before {
                    content: '\2022';
                    margin-right: 5px;
                }

        /*.subpage .unordered-list-module a {*/
        .unordered-list-module a {
            color: #522628;
        }

    .qa-module,
    .accordion-module {
        margin-bottom: 75px;
    }

        .qa-module h4,
        .accordion-module h4 {
            font-size: 18px;
        }

        .accordion-module h4 {
            display: inline-block;
        }

        .qa-module ul,
        .accordion-module ul,
        .press-module ul {
            list-style-type: none;
            padding-left: 0;
        }

            .qa-module ul li,
            .accordion-module ul li,
            .press-module ul li {
                margin-bottom: 10px;
            }

                .qa-module ul li:before,
                .accordion-module ul li:before {
                    content: '\2022';
                    margin-right: 5px;
                }

        /*.qa-module a, .accordion-module a, .press-module a {
        color: #522628;
    }*/
        .qa-module .headline,
        .accordion-module .headline {
            padding-bottom: 15px;
        }

        .qa-module .accordion,
        .accordion-module .accordion {
            padding: 15px 15px 0px 15px;
        }

        .qa-module .accordion {
            border-top: 2px solid #dddddd;
        }

        .accordion-module .accordion {
            text-align: center;
        }

        .qa-module .accordion:last-of-type {
            border-bottom: 2px solid #dddddd;
        }

        .qa-module .accordion .accordion-toggle,
        .accordion-module .accordion .accordion-toggle {
            position: relative;
            cursor: pointer;
        }

            .qa-module .accordion .accordion-toggle:after,
            .accordion-module .accordion .accordion-toggle:after {
                font-family: FontAwesome;
                content: "\f078";
                position: absolute;
                top: 0;
                margin-top: 4px;
            }

            .qa-module .accordion .accordion-toggle:after {
                right: 0;
            }

            .accordion-module .accordion .accordion-toggle:after {
                margin-left: 5px;
                margin-top: 2px;
            }

        .qa-module .accordion.active .accordion-toggle:after,
        .accordion-module .accordion.active .accordion-toggle:after {
            font-family: FontAwesome;
            content: "\f077";
            position: absolute;
            right: 0px;
        }

        .qa-module .accordion .accordion-content,
        .accordion-module .accordion .accordion-content {
            display: none;
        }

        .qa-module .accordion.active .accordion-content,
        .accordion-module .accordion.active .accordion-content {
            display: block;
            padding-bottom: 15px;
        }

    .press-module ul {
        margin-top: 50px;
    }

        .press-module ul span.date {
            font-size: 85%;
            display: block;
            margin-top: -3px;
        }

        .gallery-module .large-image.video .playBtn {
            display: inline-block;
            font-size: 100px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 85px;
            height: 85px;
            background-color: rgba(0,0,0,0);
            border-radius: 50%;
            padding: 5px;
        }

        .gallery-module .large-image.video .playBtn:focus {
            outline: none;
            background-color: rgba(0,0,0,0.3);
            border-radius: 50%;
            padding: 5px;
            transition: all .15s ease-in-out;
        }

    .gallery-module .large-image.video .playBtn:before {
        color: #fff;
        font-family: FontAwesome;
        content: "\f01d";
        display: inline-block;
        font-size: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        cursor: pointer;
        opacity: 0.7;
    }

    /*.subpage .gallery-module .thmb-wrap .gallery-item.video:before {*/
    .gallery-module .thmb-wrap .gallery-item.video:before {
        color: #fff;
        font-family: FontAwesome;
        content: "\f01d";
        display: inline-block;
        font-size: 26px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0.7;
    }

    /*.subpage .gallery-module .next-button, .subpage .gallery-module .prev-button {*/
    .gallery-module .next-button,
    .gallery-module .prev-button {
        /*opacity: 0.5;*/
    }

    /*.subpage .gallery-module .next-button svg {*/
    /*.gallery-module .next-button svg {
        right: 0px;
        position: absolute;
    }*/

    /*.subpage .gallery-module .large-image {*/
    .gallery-module .large-image {
        -webkit-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
    }

    /*.subpage .gallery-module .caption {*/
    .gallery-module .caption {
        min-height: 25px;
    }

        /*.subpage .gallery-module .caption p {*/
        .gallery-module .caption p {
            margin-top: 15px;
        }

    /*.subpage .gallery-module .thumbnails {*/
    .gallery-module .thumbnails {
        margin-top: 10px;
        display: -webkit-box !important;
        flex-flow: initial !important;
        overflow-x: scroll;
        cursor: pointer;
        padding: 5px 2px 25px 2px;
    }

        .gallery-module .thumbnails .gallery-item {
            height: 75px !important;
            margin-right: 20px;
            margin-left: 20px;
        }

            .gallery-module .thumbnails .gallery-item:focus {
                outline: 1px solid #000000;
            }

            .gallery-module .thumbnails .gallery-item:first-of-type {
                margin-left: 0;
            }

            .gallery-module .thumbnails .gallery-item:last-of-type {
                display: inline-block;
                margin-right: 10px;
            }


        .gallery-module .thumbnails::-webkit-scrollbar {
            height: 5px;
            background-color: transparent;
        }

        .gallery-module .thumbnails::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }

        .gallery-module .thumbnails::-webkit-scrollbar-thumb {
            border: 100px solid rgba(255, 255, 255, 0);
            background-clip: padding-box;
        }

        /*.subpage .gallery-module .thumbnails::-webkit-scrollbar-track {*/
        .gallery-module .thumbnails::-webkit-scrollbar-track {
            border: 100px solid rgba(255, 255, 255, 0);
            background-clip: padding-box;
            background-color: #ccc;
        }

        /*.subpage .gallery-module .thumbnails::-webkit-scrollbar-corner {*/
        .gallery-module .thumbnails::-webkit-scrollbar-corner {
            background-color: transparent;
        }

    .signup-module .hr-container {
        width: 100%;
        padding: 50px 0;
    }

    .signup-module hr {
        height: 1px;
        background-color: #ddd;
        max-width: 200px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .signup-module .pad-right {
        padding-right: 35px;
    }

    .signup-module .iframe-headline {
        margin-bottom: 50px;
    }

    .signup-module .iframe-container {
        padding-top: 25px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        /*border-top: 2px solid #ddd;*/
    }

    /* Need To Check for CleanUp */
    .signup-module ul {
        list-style-type: none;
        padding-left: 0;
    }

        .signup-module ul li {
            margin-bottom: 10px;
        }

            .signup-module ul li:before {
                content: '\2022';
                margin-right: 5px;
            }

    /*.signup-module a {
    color: #522628;
}*/
    hr.mixed-break {
        border-top: 2px solid #dddddd;
        margin: 50px 0px;
        width: 100%;
    }

    /*
 * UIKIT SIZE OVERRIDES 
 */

    /* Desktop and Xlarge  */
    @media (min-width: 1260px) {
        /* Whole */

        .uk-width-xlarge-1-1 {
            width: 100%;
        }
        /* Halves */

        .uk-width-xlarge-1-2,
        .uk-width-xlarge-2-4,
        .uk-width-xlarge-3-6,
        .uk-width-xlarge-5-10 {
            width: 50%;
        }
        /* Thirds */

        .uk-width-xlarge-1-3,
        .uk-width-xlarge-2-6 {
            width: 33.333%;
        }

        .uk-width-xlarge-2-3,
        .uk-width-xlarge-4-6 {
            width: 66.666%;
        }
        /* Quarters */

        .uk-width-xlarge-1-4 {
            width: 25%;
        }

        .uk-width-xlarge-3-4 {
            width: 75%;
        }
        /* Fifths */

        .uk-width-xlarge-1-5,
        .uk-width-xlarge-2-10 {
            width: 20%;
        }

        .uk-width-xlarge-2-5,
        .uk-width-xlarge-4-10 {
            width: 40%;
        }

        .uk-width-xlarge-3-5,
        .uk-width-xlarge-6-10 {
            width: 60%;
        }

        .uk-width-xlarge-4-5,
        .uk-width-xlarge-8-10 {
            width: 80%;
        }
        /* Sixths */

        .uk-width-xlarge-1-6 {
            width: 16.666%;
        }

        .uk-width-xlarge-5-6 {
            width: 83.333%;
        }
        /* Tenths */

        .uk-width-xlarge-1-10 {
            width: 10%;
        }

        .uk-width-xlarge-3-10 {
            width: 30%;
        }

        .uk-width-xlarge-7-10 {
            width: 70%;
        }

        .uk-width-xlarge-9-10 {
            width: 90%;
        }
    }

    @media (min-width: 1600px) {
        #homepage-nav .desktop-location-container {
            border-left: 1px solid #7e7e7e;
            border-right: 1px solid #7e7e7e;
        }
    }

    @media (max-width: 1270px) {
        .features-mod .promo-copy {
        }
    }

    @media (max-width:1220px) {
        .subpage .dual.mixed-module .pad-right {
            padding-left: initial;
            padding-right: 25px;
        }
    }

    /* Desktop and bigger */
    @media (min-width: 1260px) {
        .uk-grid-divider > [class*='uk-width-xlarge-']:not(.uk-width-xlarge-1-1):nth-child(n+2) {
            border-left: 1px solid #dddddd;
        }

        #sales-details-container .lower .right-align {
            text-align: right;
        }

        .home-carousel-header {
            text-align: left;
        }

        .features-mod h2.font-style-2 {
            font-size: 2.125rem;
            line-height: 0.8em;
        }
    }

    /* MEDIA QUERIES */
    @media (max-width:1259px) {
        .home-highlight-banner .home-highlight-banner-height {
            text-align: center;
        }

        .home-highlight-banner .highlight-banner-copy {
            padding: 15px;
            text-align: center;
        }

        .secondary-promotion-mod .slide-content {
            max-width: 100%;
        }

        .secondary-promotion-mod {
            text-align: center;
        }

            .secondary-promotion-mod .uk-panel {
                background-image: none !important;
            }

        .uk-sticky-placeholder {
            display: none;
        }

        .focused-bar .border-bottom-mobile {
            border-bottom: 1px solid #E5E5E5;
        }

        .features-mod .uk-width-medium-1-2 {
            margin-bottom: 25px;
        }

        .focused-bar a {
            text-align: center;
        }

        .focused-bar h1 {
            margin-top: 20px;
            padding-left: 0;
            display: inline-flex
        }

        .focused-bar h1,
        .focused-bar .uk-panel {
            text-align: center !important;
            padding-top: 30px;
        }

        .slider-left-border {
            border: none;
        }

        .home-carousel-header {
            /*text-align: center;*/
        }

        .home-carousel-events .home-carousel-item {
            margin-left: auto;
        }

        .mobile-pad-bottom {
            padding-bottom: 25px;
        }

        .sub-retailer .sub-hours-location {
            padding-left: 0px;
            margin-left: 0px;
        }

            .sub-retailer .sub-hours-location .hours {
                float: left;
            }

            .sub-retailer .sub-hours-location .levels {
                float: left;
            }

        .sub-retailer .retailer-contact {
            float: left;
            clear: both;
        }

        .retailer-main,
        .dining-main,
        .showtimes-main {
            padding: 0px 25px;
            margin: 0 auto;
        }

        .retailer-sub {
            padding: 25px 25px 25px 25px;
            margin: 0 auto;
        }

        .retailer-module {
            margin-right: 0px;
        }

        .retailer-sub .side-module .related-store-module .flag-container {
            margin-top: 10px;
        }

        .sales-events-main .featured-sales-events-module > div,
        .sales-events-main .sales-events-list-module > div,
        .sales-events-main .sales-list-container > div {
            padding-left: 0px;
        }

        .sales-events-main .featured-sales-events-module .left-panel,
        .sales-events-main .sales-events-list-module .left-panel {
            text-align: center;
            padding: 0 15px;
        }

        .sub-retailer {
            padding-top: 0px;
            display: inline-block;
        }

        .retailer-social-icons {
            padding-bottom: 15px;
        }

        .result-item {
            height: auto;
        }

        .mixed-module.margin-left-mobile {
            margin-left: -25px;
        }
    }

    @media (min-width:960px) {
        .home #maincontent {
            padding-bottom: 0px;
        }

        .subpage-title h2 {
            padding-bottom: 20px;
        }

        .no-right-padding-desktop {
            padding-right: 0 !important;
        }

        .no-left-padding-desktop {
            padding-left: 0 !important;
        }

        .no-top-margin-desktop {
            margin-top: 0 !important;
        }

        .no-bottom-margin-desktop {
            margin-bottom: 0 !important;
        }

        .no-border-top-desktop {
            border-top: 0 !important;
        }

        .no-border-bottom-desktop {
            border-bottom: 0 !important;
        }
    }

    @media (max-width: 960px) {
        #offcanvas a.sphere-icon {
            margin-left: 0px;
        }
        /*.subpage .mixed-module.split-module .module-image {*/

        .mixed-module.split-module .module-image {
            border-right: none;
            border-bottom: 1px solid #7e7e7e;
            height: 325px;
        }
        /*.subpage .mixed-module.split-module-2 .module-copy:last-of-type {*/

        .mixed-module.split-module-2 .module-copy:last-of-type {
            padding-top: 0;
        }
        /*.subpage .mixed-module.split-module.dual > .uk-grid:nth-of-type(n+1) {*/

        .mixed-module.split-module.dual > .uk-grid:nth-of-type(n+1) {
            margin-top: 0;
        }
        /*.subpage .campaign-grid-module .module-copy {*/

        .campaign-grid-module .module-copy {
            height: auto;
        }
        /*.subpage .gallery-module div.thmb-wrap {*/

        .gallery-module div.thmb-wrap {
            display: none !important;
        }
        /*.subpage .gallery-module .controls {*/

        .gallery-module .controls {
            opacity: 1;
        }
            /*.subpage .gallery-module .controls .prev-button, .subpage .gallery-module .controls .next-button {*/

            .gallery-module .controls .prev-button,
            .gallery-module .controls .next-button {
                background-color: black;
                opacity: 0.5;
            }

        .directory .stuff-container {
            margin-right: 25px;
        }
        /*.subpage .directory .no-padding-left-desktop {*/

        .directory .no-padding-left-desktop {
            padding-left: 25px;
        }

        .directory .padding-right-mobile {
            padding-right: 25px;
        }

        .directory .stuff-container .stuff-item .stuff-copy {
            text-align: center;
        }

        .retailer-module.no-margin-top-desktop {
            margin-top: 25px;
        }

        .sales-events-main .sales-events-filter-bar .uk-dropdown {
            padding: 0px;
        }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 {
                background-color: #fff;
                border-top: 1px solid #d5d5d5;
                border-left: 1px solid #d5d5d5;
                border-right: 1px solid #d5d5d5;
                text-align: center;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 {
                padding: 0px;
                margin-left: 0px !important;
                width: auto !important;
                min-width: 0 !important;
                height: auto;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 > .uk-grid > .uk-width-1-1:last-child {
                margin-bottom: 25px;
            }

                .sales-events-main .sales-events-filter-bar .uk-dropdown.directory.level-1 ul {
                    text-align: center;
                    padding-left: 0px;
                }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1 .filter-item {
                padding: 15px 0px;
                border-bottom: 1px solid #d5d5d5;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory .filter-item {
                padding: 5px 0px;
                border-bottom: 1px solid #431112;
                margin-bottom: 0;
                font-style: normal;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul {
                margin-top: 0px;
            }

                .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory ul li:last-of-type {
                    padding-bottom: 10px;
                }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li.filter-item {
                padding: 10px 0px;
                border-bottom: none;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li.filter-item:not(.font-style-2) {
                padding: 5px 0px;
            }

            .sales-events-main .sales-events-filter-bar .uk-dropdown.level-1.directory li[class*='global-header-size'] {
                padding-top: 25px;
            }


        .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:after {
            display: none;
        }

        .sales-events-main .sales-events-filter-bar .filter-item.a-z.active:before {
            display: none;
        }

        .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector {
            position: initial;
            background-color: #fff;
            width: auto;
            border: none;
        }

            .sales-events-main .sales-events-filter-bar .a-z-drop-down-selector.active {
                padding: 0px;
            }

        .sales-events-main .sales-events-filter-bar .drop-down-item {
            padding: 15px 0px;
            border-bottom: none;
        }

        .details-container {
            padding: 0 0 25px 0;
        }

        .side-module-container {
            margin-right: 25px;
        }
        /*.subpage .side-module.map {*/

        .side-module.map {
            padding: 0 0 25px 0;
        }
        /*.subpage .side-module {*/

        .side-module {
            padding: 25px 25px 0 0;
            margin-top: 0;
        }
        /*.subpage .retailer-main h1 {*/

        .retailer-main h1 {
            padding-top: 25px;
        }

        #footer ul li {
            display: inline-block;
        }

        #footer ul.company {
            margin-bottom: 15px;
        }

            #footer ul.company li {
                display: block;
            }

        #footer .company-and-social {
            text-align: center;
            margin-bottom: 0px;
        }

        #footer .visit i,
        #footer .hours i,
        #footer .download i {
            display: block;
            padding-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
        }

        #footer .visit a:hover,
        #footer .hours a:hover {
            text-decoration: none;
        }

        #footer .hours,
        #footer .visit,
        #footer .download,
        #footer .footer-newsletter-signup {
            text-align: center;
        }

        #footer .mobile-break {
            height: 1px;
            background-color: #dddddd;
            display: block;
            margin-top: 45px;
            margin-bottom: 25px;
        }

        #footer .footer-newsletter-signup .inner-addon {
            margin: 15px auto 0px auto;
            width: 250px;
        }

        #footer .footer-logo-area {
            margin-bottom: 0px;
            padding-top: 0px;
            float: none;
            position: initial;
            width: 250px;
            margin: 0 auto;
            text-align: center;
        }

            #footer .footer-logo-area .footer-logo {
                float: none;
            }

            #footer .footer-logo-area .footer-copyright {
                position: relative;
                right: -12px;
                top: -16px;
            }

        #footer .privacy-sitemap {
            padding-top: 0px;
            text-align: center;
        }

        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
        #footer .visit-hours-newsletter.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
            border-left: 1px solid #dddddd;
        }

        #footer .visit-hours-newsletter .hours,
        #footer .visit-hours-newsletter .visit,
        #footer .visit-hours-newsletter .download {
            padding-bottom: 20px;
            padding-top: 20px;
        }

            #footer .visit-hours-newsletter .hours i,
            #footer .visit-hours-newsletter .visit i,
            #footer .visit-hours-newsletter .download i {
                font-size: 30px;
            }

            #footer .visit-hours-newsletter .hours i,
            #footer .visit-hours-newsletter .visit i,
            #footer .visit-hours-newsletter .download i {
            }

        #footer .visit-hours-newsletter .uk-width-1-3.hours a,
        #footer .visit-hours-newsletter .uk-width-1-3.visit a,
        #footer .visit-hours-newsletter .uk-width-1-3.download a {
            font-size: 0.75rem;
        }

        #footer i {
            margin-right: 0;
        }

        #footer .visit i {
            padding-left: 4px;
        }

        #footer .visit,
        #footer .hours {
            padding-bottom: 25px;
        }

        #footer .social-icon-group a {
            display: table;
        }

        #google_translate_element.rewards {
            text-align: center;
        }

        .push-footer-down > div {
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .main-container .sales-events-filter-bar {
            margin-top: 15px;
        }

        .main-container .pad-left-none {
            padding-left: 25px;
        }
        /*.subpage .max-width-mod-900.filter-pad {*/

        .max-width-mod-900.filter-pad {
            padding: 25px 25px 0px 25px;
        }

        .dual.mixed-module .pad-right {
            padding-left: initial;
            padding-right: initial;
        }

        .dual.mixed-module .pad-left {
            padding-left: 0px;
        }

        .dual.mixed-module .pad {
            padding-left: 25px !important;
            padding-right: 0 !important;
        }

        .mixed-module.split-module > .triple .pad,
        .mixed-module.split-module > .dual .pad {
            padding-left: 25px !important;
            padding-right: 0 !important;
        }

        .mixed-module.split-module .mixed-module {
            margin-bottom: 50px;
        }

        .margin-left-mobile {
            margin-left: 25px;
        }

        .padding-right-mobile {
            padding-right: 25px;
        }

        .no-left-padding-tablet {
            padding-left: 0 !important;
        }

        .sub-retailer .sub-hours-location {
            width: 100%;
            clear: both;
        }
    }

    @media (max-width: 767px) {
        #footer {
            padding: 25px;
        }

            #footer .footer-social ul {
                margin-left: 10px;
            }

        .sdvr #footer {
            padding: 15px 0 50px 0;
        }

        .home-header-logo {
        }

        .home-header-rewards-logo {
            max-height: 45px;
        }

        #footer .footer-nav {
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        #footer .footer-logo-area .footer-logo {
            float: none;
        }

        #footer .footer-logo-area .footer-copyright {
            position: relative;
        }

        #google_translate_element {
            float: none;
            top: 0;
        }

        .home-highlight-banner {
            background-image: none !important;
            border-top: 1px solid #E5E5E5;
            height: auto;
        }

        .home-highlight-banner-height {
            height: auto;
        }

        .qa-kipsu {
            display: none;
        }

        .features-mod.uk-grid:not(.uk-grid-preserve) > * {
            padding-left: 0px;
        }

        .features-mod {
            height: auto;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }

            .features-mod .promo-copy {
                border: none;
                height: auto;
            }

            .features-mod h2.font-style-2,
            .primary-promotion-mod h2.font-style-1 {
                font-size: 2.125rem;
                line-height: 28px;
            }

        .focused-bar h2 {
            padding-left: 0;
            margin-bottom: 0;
        }

        .primary-promotion-mod h1.font-style-1 {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .primary-promotion-mod {
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            height: auto;
        }

            .primary-promotion-mod .promotional-image {
                max-height: 250px;
            }

            .primary-promotion-mod .promotional-copy {
                padding-left: 0px;
                padding: 25px;
                height: auto;
            }
        /*.secondary-promotion-mod {
        margin-bottom: 1px;
        background-color: transparent;
    }*/

        .secondary-promotion-mod .uk-panel {
            background-image: none !important;
        }

        .custom-hero.video-hero video {
            width: 100%;
            min-height: auto;
        }

        .custom-hero.video-hero .video-content {
            top: auto;
            display: inline-block;
            border-top: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            padding: 25px 0 50px 0;
            width: 100%;
            margin-left: 0px;
            vertical-align: bottom;
            background-color: white;
        }

            .custom-hero.video-hero .video-content .mobile-constrain {
                width: 80%;
                margin: 0 auto;
                text-align: center;
            }

            .custom-hero.video-hero .video-content .block-desktop {
                padding: 0;
            }

        .home-hero-carousel {
            text-align: center;
        }

        .home-hero-image {
            text-align: center;
        }

            .home-hero-carousel .slide-content,
            .home-hero-image .slide-content {
                border-top: 1px solid #CCCCCC;
                border-bottom: 1px solid #CCCCCC;
                padding: 0px;
                width: 100%;
                margin-left: 0px;
                display: inline-block;
                padding-bottom: 50px;
                vertical-align: bottom;
                background-color: white;
                height: 220px;
            }

        .custom-hero .uk-panel {
            background-size: 100% !important;
        }

            .custom-hero .uk-panel .slide-content {
                padding-top: 25px;
            }

        .custom-hero .home-hero-image .uk-panel .slide-content {
            padding-top: 25px;
            height: auto;
        }

        .custom-hero .uk-panel .slide-content .mobile-constrain {
            width: 80%;
            margin: 0 auto;
            text-align: center;
        }
        /* slide-content options */

        .custom-hero .uk-panel.left-panel {
            text-align: center;
        }

            .custom-hero .uk-panel.left-panel .slide-content {
                margin-left: 0px;
            }

        .custom-hero .uk-panel.center-panel {
            text-align: center;
        }

        .custom-hero .uk-panel.right-panel {
            text-align: center;
            padding-right: 0px;
        }

        .home-hero-carousel img {
            height: 500px;
        }

        .home-hero-carousel {
            padding-top: 0 !important;
            height: 500px;
        }

        .home-hero-image {
            height: 500px;
        }

        .home-carousel-promotions .home-carousel-item:nth-child(2),
        .home-carousel-events .home-carousel-item:nth-child(2) {
            border-left: none;
        }

        .no-left-padding-mobile {
            padding-left: 0 !important;
        }

        .mixed-module.custom-fcvalet .custom-fcvalet-content h3 {
            font-size: 0.9rem;
        }

        .menu-items .rich-text, .retailer-module .rich-text {
            padding: 0;
        }

        .sub-retailer .sub-hours-location {
            width: 100%;
        }
    }

    /* Mapped In */

    /* Requested by mapped-in team test */
    body .mapped-in #footer {
        display: none !important;
    }

    body.mapped-in #kipsuModal {
        display: none !important;
    }

    #mapView {
        position: relative;
    }

        #mapView img {
            position: relative;
            top: -24px;
        }

    @media all and (max-width: 768px) {
        #mapView img {
            position: relative;
            top: -22px;
        }
    }

    /*.subpage .mapped-in#map-slide #map-btn {*/
    .mapped-in#map-slide #map-btn {
        padding-left: 15px;
        display: block;
        text-align: center;
        letter-spacing: .5px;
        cursor: pointer;
        max-width: 240px;
        right: 100px;
        top: 100px;
        position: absolute;
        width: 100%;
        z-index: 500;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
    }

    /*.subpage .mapped-in#map-slide a#map-btn {*/
    .mapped-in#map-slide a#map-btn {
        background: #444 url(../images/themes/theme-7/detailsmap.svg) no-repeat !important;
        background-size: 18px 18px !important;
        background-position: 15px 15px !important;
    }

    @media all and (min-width: 768px) {
        /*.subpage .mapped-in#map-slide .slide#mapView {*/

        .mapped-in#map-slide .slide#mapView {
            position: relative;
            background-size: cover;
        }
            /*.subpage .mapped-in#map-slide .slide#mapView:before {*/

            .mapped-in#map-slide .slide#mapView:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0)));
                background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, transparent 70%);
                opacity: .6;
            }

        .uk-push-medium-1-2 {
            position: relative;
            left: 50%;
        }

        .uk-push-medium-1-3 {
            position: relative;
            left: 33.333%;
        }

        .uk-pull-medium-1-2 {
            position: relative;
            left: -50%;
        }

        .uk-pull-medium-1-3 {
            position: relative;
            left: -33.333%;
        }

        .vertical-align-tablet {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .center-align-tablet {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

        .flex-tablet {
            display: flex;
        }

        .mixed-module.highlight-module .highlight-content h3 {
            font-size: 2.45rem;
            line-height: 2.45rem;
        }
    }

    @media all and (max-width: 768px) {
        /*.subpage .sales-events-main .featured-sales-events-module .left-panel, .subpage .sales-events-main .sales-events-list-module .left-panel .subpage .mapped-in#map-slide #map-btn {*/

        .sales-events-main .featured-sales-events-module .left-panel,
        .sales-events-main .sales-events-list-module .left-panel,
        .mapped-in#map-slide #map-btn {
            margin: 0 auto;
            text-align: center;
            padding: 15px;
            min-height: 100px;
            height: auto;
        }
        /*.subpage .slide#mapView {*/

        .slide#mapView {
            height: 220px;
            height: 100%;
            background: none;
        }

        .mappedin-container {
            /*min-height:100%;*/
            height: calc(100vh - 142px);
        }

        img.full-width-mobile {
            width: 100%;
        }

        .mixed-module.highlight-module .module-no-background-image,
        .mixed-module.highlight-module .module-no-background-image img,
        .mixed-module.highlight-module .module-no-background-image video {
            max-height: 400px;
        }

        .mixed-module.highlight-module .highlight-content {
            padding-bottom: 50px;
        }
    }

    .mappedin-container {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        height: calc(100vh - 170px);
        height: calc(var(--vh, 1vh) * 100 - 170px);
        max-width: 100%;
        position: relative;
        margin: 0 auto;
    }

    @media all and (max-width: 1259px) {
        .mappedin-container {
            height: calc(100vh - 160px);
            height: calc(var(--vh, 1vh) * 100 - 160px);
        }
    }

    @media all and (max-width: 768px) {
        .mappedin-container {
            height: calc(100vh - 140px);
            height: calc(var(--vh, 1vh) * 100 - 140px);
        }
    }

    /* Sales details map buttons */

    /*.subpage .see-in-map-view-btn {*/
    .see-in-map-view-btn {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
    }

        /*.subpage .see-in-map-view-btn .map-icon {*/
        .see-in-map-view-btn .map-icon {
            display: inline-block;
            padding: 5px 25px 0px 25px;
        }

        /*.subpage .see-in-map-view-btn .map-copy {*/
        .see-in-map-view-btn .map-copy {
            display: inline-block;
            border-left: 1px solid #fff;
        }

            /*.subpage .see-in-map-view-btn .map-copy p {*/
            .see-in-map-view-btn .map-copy p {
                display: inline-block;
                padding: 25px 10px 12px 25px;
                color: #fff;
            }

        /*.subpage .see-in-map-view-btn a {*/
        .see-in-map-view-btn a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .videoLoading {
        position: absolute;
        z-index: 1009;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    @media all and (max-width: 768px) {
        .videoLoading {
            display: none;
        }
    }

    .videoLoading i {
        color: white;
        font-size: 50px;
    }

    #rewardsLoginForm input[type='text'],
    #rewardsLoginForm input[type='password'],
    #rewardsLoginForm select {
        /*color: #6B6B6B;
    width: 100%;
    padding: 18px 24px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 375px;
    font-size: 1rem;*/
    }

    #rewardsLoginForm .form-warning-lbl {
        display: block;
        width: 100%;
        color: #EB0000 !important;
        /*clear: both;*/
        /*float: left;*/
        margin-bottom: 15px;
    }

    /*WCAG */
    *:focus {
        outline: #000000 dotted 1px;
        outline-offset: 1px;
    }

    .wcag-focus:focus-within {
        border: thin solid -webkit-focus-ring-color;
    }

    #maincontent:focus {
        outline: 0;
    }

    a span.wcag,
    label span.wcag,
    img.wcag,
    .live-region.wcag,
    div.wcag,
    button span.wcag {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
    }


    .wcag-input::-webkit-input-placeholder {
        color: #666669 !important;
        opacity: 1 !important;
    }

    .wcag-input::-moz-placeholder {
        color: #666669 !important;
        opacity: 1 !important;

    }

    .wcag-input:-ms-input-placeholder {
        color: #666669 !important;
        opacity: 1 !important;
    }

    .wcag-input:placeholder {
        color: #666669 !important;
        opacity: 1 !important;
    }

    /* METRO */
    .metro-content-container {
        background-color: #F5F5F5;
        padding: 25px;
    }

    .metro-content {
        max-width: 500px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .metro-content div[class^="uk-width-"]:first-of-type {
            border-right: 2px solid #ddd;
        }

        .metro-content #SV .alertCircle {
            background: #A1A3A1;
        }

        .metro-content #RD .alertCircle {
            background: #BD0605;
        }

        .metro-content #BL .alertCircle {
            background: #00588F;
        }

        .metro-content #OR .alertCircle {
            background: #F17039;
        }

        .metro-content #GR .alertCircle {
            background: #01713D;
        }

        .metro-content #YL .alertCircle {
            background: #FAD637;
        }

        .metro-content hr {
            border-top: 2px solid #ddd;
            margin: 0;
        }

        .metro-content .alert-collection {
            display: none;
            padding: 15px;
        }

            .metro-content .alert-collection .latestAlert {
                float: left;
                clear: both;
                padding-right: 15px;
                padding-bottom: 15px;
            }

        .metro-content .latestAlert li {
            list-style-type: none;
        }

        .metro-content .rail-alerts {
            padding: 15px;
            display: inline-block;
        }

            .metro-content .rail-alerts div {
                float: left;
                vertical-align: middle;
                clear: both;
                margin-bottom: 10px;
                height: 24px;
            }

            .metro-content .rail-alerts .alertCircle {
                border-radius: 50%;
                width: 24px;
                height: 24px;
                display: inline-block;
                margin-right: 10px;
            }

            .metro-content .rail-alerts .active {
                color: darkred;
            }

        .metro-content .bus-collection {
            padding: 15px;
        }

            .metro-content .bus-collection div {
                margin-bottom: 15px;
            }

    .busmap-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .busmap-container p {
            margin-left: 15px;
        }

    /* Traffic Map */
    .trafficMapContainer {
        display: block;
        height: 325px;
        overflow: hidden;
    }

    #map-canvas {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

    /* 
 * Search Results
 */
    #subNav-alphabet .search-scrollbar::-webkit-scrollbar-thumb {
        border: 100px solid rgba(255, 255, 255, 0);
        background-clip: padding-box;
    }

    #subNav-alphabet .search-scrollbar::-webkit-scrollbar {
        height: 5px;
    }

    #subNav-alphabet .search-scrollbar::-webkit-scrollbar-track {
        border: 100px solid rgba(255, 255, 255, 0);
        background-clip: padding-box;
        background-color: #ccc;
    }

    #subNav-alphabet .search-scrollbar::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
    }

/* 
 * Forms 
 */
    .required,
    .required a {
        font-style: italic;
        font-size: 0.875rem !important;
        font-weight: 400;
        line-height: 1.7em;
    }

        .required p {
            margin-bottom: 10px;
            margin-top: 3px;
        }

            .required p:not(:first-of-type) {
                margin-top: 10px;
            }

        .required.no-italic {
            font-style: normal;
        }

    form .btn.border-style-white {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    form fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }

    form.generic {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 40px 35px 40px;
        text-align: left;
    }

        form.generic h2 {
            line-height: 1em;
            margin-bottom: 50px;
        }

        form.generic label,
        form.generic .label {
            font-size: 1rem;
            color: #666;
            font-weight: 400;
            margin-bottom: 5px;
            display: block;
        }

            form.generic label small {
                font-size: 70%;
                display: inline-block;
            }

            form.generic label.un-label,
            form.generic label .un-label {
                font-size: initial;
            }

            form.generic label.table {
                display: table;
            }

                form.generic label.table span {
                    display: table-cell;
                    padding-left: 7px;
                }

        form.generic legend {
            padding-bottom: 0;
            line-height: 1rem;
        }

            form.generic legend:after {
                border-bottom: 0;
            }

        form.generic input[type=radio] {
            border: 1px solid #ccc;
            width: 16px;
            height: 16px;
            -webkit-appearance: none;
        }

            form.generic input[type=radio]:indeterminate {
                background-color: transparent;
                border-color: #ddd;
                background-image: none;
            }

        form.generic input[type="checkbox"]:disabled {
            background-color: #f5f5f5;
            border-color: #ddd;
        }

        form.generic .uk-input,
        form.generic select {
            font-size: 1rem;
            height: 40px;
            vertical-align: middle;
            display: inline-block;
            line-height: 38px;
            max-width: 100%;
            width: 100%;
            padding: 0 6px;
            border: 1px solid #e5e5e5;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-transition-property: color, background-color, border;
            transition-property: color, background-color, border;
        }

            form.generic .uk-input:focus,
            form.generic select:focus {
                outline: #000000 dotted 1px;
                background-color: transparent;
            }

        form.generic .uk-checkbox {
            display: inline-block;
            height: 16px;
            width: 16px;
            min-width: 16px;
            overflow: hidden;
            margin-top: -4px;
            vertical-align: middle;
            -webkit-appearance: none;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border: 1px solid #cccccc;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-transition-property: background-color, border;
            transition-property: background-color, border;
        }

            form.generic .uk-checkbox:checked {
                background-color: #444;
                border-color: transparent;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
            }

            form.generic .uk-checkbox:indeterminate {
                background-color: #444;
                border-color: transparent;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
            }

        form.generic .btn-container {
            margin-top: 25px;
            display: inline;
        }

        form.generic button,
        form.generic input[type="submit"] {
            cursor: pointer;
            font-size: inherit;
            font-family: Arial;
            background-color: transparent;
            color: #444;
        }

        form.generic button {
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-transition-property: color, background-color, border;
            transition-property: color, background-color, border;
        }

            form.generic button:disabled {
                background-color: #f5f5f5;
                border-color: #ddd;
                cursor: default;
            }

                form.generic button:disabled:hover {
                    outline: 1px solid #ddd;
                    outline-offset: 0;
                }

        form.generic .errors {
            font-style: italic;
            font-size: 0.7em;
            color: #EB0000;
        }

        form.generic .uk-spinner {
            width: 20px;
            color: #431112;
        }

        form.generic .loader {
            border: 3px solid #ddd;
            border-top: 3px solid #1c1f22;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            animation: spin 2s linear infinite;
            margin-top: 14px;
        }

        form.generic .uk-grid-flex {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        form.generic .uk-grid .uk-width-auto {
            width: auto;
            padding-left: 0;
            margin-top: 4px;
        }

        form.generic .uk-grid .uk-width-expand {
            width: 1px;
            -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            min-width: 0;
            flex-basis: 1px;
            padding-left: 15px;
        }

            form.generic .uk-grid .uk-width-expand.uk-width-expand-override {
                width: 90%;
            }

        form.generic .checkbox-collection > div {
            padding-bottom: 10px;
        }

        form.generic.takeover-newsletter {
            padding: 0 0 15px 0;
            margin-left: -5px;
        }

            form.generic.takeover-newsletter + .form-success {
                margin-right: 40px;
                margin-left: auto;
                margin-bottom: 190px;
                width: 52%;
            }

                form.generic.takeover-newsletter + .form-success p {
                    font-size: 27px;
                    line-height: 29px;
                }

            form.generic.takeover-newsletter label input {
                margin-top: 5px;
                -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.25);
                -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.25);
                box-shadow: 1px 1px 0 0 rgba(0,0,0,0.25);
            }

            form.generic.takeover-newsletter .btn-container {
                margin-bottom: 10px;
                margin-top: 20px;
            }

            form.generic.takeover-newsletter .required {
                padding-top: 8px;
            }

            form.generic.takeover-newsletter .required,
            form.generic.takeover-newsletter .required a{
                font-size: 0.6rem !important;
                line-height: 0.7rem !important;
            }

        form.generic .input-flex-container {
            flex-direction: row-reverse;
            display: inline-flex;
        }

            form.generic .input-flex-container input {
                margin-top: 4px;
            }

            form.generic .input-flex-container span {
                margin-left: 7px;
            }

    form.border {
        border: 1px solid #d7d7d7;
    }

    form.padding-top {
        padding-top: 50px;
    }

    .form-success {
        margin-bottom: 150px;
    }

        .form-success h3 {
            font-size: 1.5rem;
        }

        .form-success .legacy-number {
            display: block;
            font-size: 2rem;
        }

    @media (max-width: 767px) {
        form.generic {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    /*
     * ADD THIS WIDGET
     */
    .addthis_toolbox {
        margin-top: 15px;
    }

        .addthis_toolbox a.addthis_button_compact {
            padding-left: 0;
        }

            .addthis_toolbox a.addthis_button_compact.at-padding {
                padding: 10px 25px;
            }

        .addthis_toolbox.addthis_default_style .at300m {
            float: none;
        }

        .addthis_toolbox .at-icon-wrapper {
            display: none;
        }

/*
 * Apple Chat
 */

    .apple-business-chat-banner-wrapper h2 {
        padding-bottom: 0 !important;
    }

    .apple-business-chat-banner-container {
        margin-left: -25px;
        margin-bottom: 25px;
        max-width: 285px;
        margin-top: -30px;
    }

    @media all and (max-width: 960px) {
        .apple-business-chat-banner-wrapper h2 {
            font-size: 1.34em !important;
        }

        .apple-business-chat-banner-container {
            margin-top: -20px;
            margin-left: auto;
            margin-right: auto;
        }
    }


    /* 
 * Mobile App Badges
 */

    .app-badge.apple {
        width: 150px;
    }

        .app-badge.apple.center {
            width: 167px;
        }

    .app-badge.center {
        margin-bottom: 0;
    }

    .app-badge.google {
        width: 190px;
    }


    /*
 * Terms & Conditions
 */

    .terms ol,
    .terms li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .terms ol.decimal {
            list-style-type: none;
            counter-reset: item;
            margin-left: 0;
            padding: 0;
        }

            .terms ol.decimal > li {
                display: table;
                counter-increment: item;
                margin-bottom: 0.6em;
            }

                .terms ol.decimal > li:before {
                    content: counters(item, ".") ". ";
                    display: table-cell;
                    padding-right: 0.6em;
                    font-family: 'Quasimoda-Bold';
                }

        .terms li ol.decimal > li {
            margin-left: 0;
        }

            .terms li ol.decimal > li:before {
                content: counters(item, ".") " ";
                font-family: 'Quasimoda-Bold';
            }


    /*
 * Charity Pages
 */

    .charity-icon {
        margin-bottom: 20px;
        max-width: 35px;
    }

    hr.charity {
        margin: 5px auto;
        width: 90%;
    }


    /*
 * Mapped-In Override
 */

    body.mapped-in .YVqcY:hover,
    body.mapped-in .lzBRC:hover {
        color: #fff;
    }

    body.mapped-in .dfosfF:hover {
        color: #666;
    }

    /*
 * Gift Guide Hub
 */

    .giftguide-hub-container {
        margin-top: -50px;
    }

        .giftguide-hub-container table.intro {
            font-size: 1em;
            margin: 0 auto 20px auto;
        }

            .giftguide-hub-container table.intro td {
                border-right: 1px solid #444;
                padding: 4px 15px;
                font-weight: 600;
            }

                .giftguide-hub-container table.intro td:first-child {
                    border-left: 1px solid #444;
                }

        .giftguide-hub-container .features-mod .promo-copy {
            border: none;
            height: 375px;
            color: #000;
            padding: 0px 15px;
        }

            .giftguide-hub-container .features-mod .promo-copy a.link-overlay {
                opacity: 0;
            }

        .giftguide-hub-container .features-mod.uk-grid:not(.uk-grid-preserve) > * {
            padding-left: 12px;
            padding-right: 12px;
        }

    @media (max-width: 768px) {
        .giftguide-hub-container .features-mod.uk-grid:not(.uk-grid-preserve) > * {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    .giftguide-hub-container h2 {
        font-size: 2.3rem;
        line-height: 2.3rem;
        min-height: 80px;
        letter-spacing: 0.075rem;
    }

    .giftguide-hub-container .anchor-container {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-left: -13px;
    }


    /*
 * Gift Guide Promo
 */

    .giftguide-promo-container {
        margin-top: 45px;
    }

        .giftguide-promo-container h1 {
            background-color: #000;
            padding: 25px 0;
            line-height: 36px;
        }

        .giftguide-promo-container h4 {
            font-size: 2rem;
            line-height: 2rem;
            margin: 50px 0 40px 0;
        }

    @media (min-width: 767px) {
        .giftguide-promo-container .uk-width-medium-1-2 {
            padding-left: 100px;
        }

            .giftguide-promo-container .uk-width-medium-1-2:first-child {
                margin-left: -50px;
            }
    }

    @media (max-width: 768px) {
        .giftguide-promo-container .uk-width-1-1 {
            padding-left: 0;
        }

        .giftguide-promo-container .uk-width-medium-1-2:last-child {
            margin-top: 50px;
        }

        .giftguide-promo-container img {
            max-height: 400px;
        }

        .giftguide-promo-container h4 {
            margin-bottom: 0;
        }
    }


/*
 * Event Flyer
 */
    .eventflyer-img-container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .lity-close:focus {
        outline: 1px dotted #fff !important;
        outline-offset: 2px;
    }