﻿
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura PT Medium.woff') format('woff'), url('../fonts/Futura PT Medium.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura PT Book.woff') format('woff'), url('../fonts/Futura PT Book.ttf') format('truetype');
    font-weight: 300;
}


body {
    color: #7f7f84;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: Futura;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 175px;
    letter-spacing: 0.05em;
    opacity: 0;
    animation: fadeInPage 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

    body.globalsaleenabled {
        margin-top: 217px;
    }

@keyframes fadeInPage {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main {
    border-bottom: 1px solid #dddddd;
    min-height: calc(100vh - 400px);
    overflow-x: hidden; /*stops the full width content breaking the design*/
}

footer {
    background-color: #fbfbfb;
    padding-top: 60px;
    padding-bottom: 30px;
    letter-spacing: 0.075em;
}

.footer-signup {
    padding: 35px;
    border-bottom: 1px solid #dddddd;
}

footer {
    font-size: 14px;
}

    footer h6 {
        margin-bottom: 10px;
    }

    footer ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        footer ul li {
            padding-bottom: 8px;
        }

            footer ul li a {
                text-decoration: none;
            }

    footer .smallprint {
        color: #a3a3a3;
        margin-top: 45px;
        font-size: 12px;
    }

        footer .smallprint a {
            color: #a3a3a3;
            margin-left: 30px;
            text-decoration: none;
        }

.footer-signup form {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6, .Heading {
    color: #414144;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    margin: 0px;
}

h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

    h1.carousel {
        font-size: 54px;
        line-height: 1em;
    }

h2 {
    font-size: 24px;
    margin-bottom: 50px;
}

.Heading {
    font-size: 24px
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p.sub {
    margin-bottom: 0px;
}

.sub {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

h2 + p.sub, h3 + p.sub {
    margin-bottom: 30px;
}

h1 + p.sub {
    margin-top: -30px;
    margin-bottom: 30px;
}


.row[data-row="headline"][data-row-name="Full Width"] {
    margin-bottom: 0px;
}

a, a:active, a:visited {
    color: #7f7f84;
    text-decoration: underline;
}

    a:hover, a.panel-link {
        color: #7f7f84;
        text-decoration: none;
    }

    a.underline, span.underline, span.underline a {
        color: #7f7f84;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        margin-bottom: 5px;
        letter-spacing: 0.075em;
    }

    a.no-underline, span.no-underline, span.no-underline a {
        text-decoration: none;
    }

span.secondary {
    margin-left: 30px;
}

strong, p strong, b, p b {
    font-weight: 400;
    color: #414144;
}


p {
    line-height: 1.5em;
}

section {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

    section.list {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }

        section.list > div {
            flex-basis: 33.3333333333333333%;
        }

        section.list .col-xs-12,
        section.list .col-sm-6,
        section.list .col-md-4 {
            margin-bottom: 60px;
        }

    section.grid-list-featured {
        display: flex;
        align-items: center;
    }

        section.grid-list-featured .text-left {
            margin-bottom: 30px;
        }

blockquote {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    border-left: none;
    line-height: 2em;
    color: #414144;
}

label {
    display: block;
    font-weight: 300;
    text-align: left;
}

input, textarea, select {
    width: 100%;
    margin-bottom: 20px;
}

.sale {
    color: #bc2453;
}

form {
    text-align: left;
}

input, select, textarea, button {
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 7px 15px;
}

textarea {
    height: 160px;
}

input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}

    input[type=checkbox] + label {
        margin-right: 20px;
        width: auto;
        max-width: initial;
        display: inline-block;
    }

a.button, .button a, input[type=submit], submit {
    border: 1px solid #414144;
    border-radius: 4px;
    padding: 7px 15px;
    background-color: #414144;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    display: inline-block;
    width: auto;
}

.input-holder {
    margin-left: 30px;
}

    .input-holder input {
        border-radius: 4px 0px 0px 4px;
        width: 230px;
        margin-bottom: 0px;
    }

        .input-holder input + button {
            background-color: #afafaf;
            border-color: #afafaf;
            color: #FFFFFF;
            border-radius: 0px 4px 4px 0px;
            text-transform: uppercase;
            letter-spacing: 0.075em;
        }

header {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    z-index: 90;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
}

.header.globalsaleenabled {
    transform: translateY(42px);
}

header.fixed {
    position: fixed;
    transform: translateY(-45px);
    animation: cubic-bezier(0.55, 0.085, 0.38, 0.53) 0.7s fadeHeaderIn;
}

.header.globalsaleenabled.fixed {
    transform: translateY(-1px);
    animation: cubic-bezier(0.55, 0.085, 0.38, 0.53) 0.7s fadeHeaderInGlobalSale;
}

header.fixed.noanim {
    animation-duration: 0s;
}

header.fixed.attop {
    position: fixed;
    transform: translateY(0px);
    animation: linear 0.4s fadeHeaderInAtTop;
}

.header.globalsaleenabled.fixed.attop {
    position: fixed;
    transform: translateY(42px);
    animation: linear 0.4s fadeHeaderInAtTopGlobalSale;
}



@keyframes fadeHeaderIn {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(-45px);
    }
}

@keyframes fadeHeaderInGlobalSale {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(-1px);
    }
}

@keyframes fadeHeaderInAtTop {
    0% {
        transform: translateY(-45px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-top-bar {
    background-color: #fbfbfb;
    border-bottom: 1px #dddddd solid;
    transform: translateY(-1px);
    font-size: 14px;
}

    .header-top-bar .shoptab {
        background-color: #dddddd;
        display: block;
        float: left;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

        .header-top-bar .shoptab a {
            display: block;
            padding: 9px 0px;
            text-align: center;
            width: 160px;
            height: 45px;
        }

        .header-top-bar .shoptab.open {
            background-color: #ffffff;
            transform: translateY(1px);
        }

.header-top-bar-info > span {
    margin-left: 45px;
    display: inline-block;
    padding-top: 11px;
}

    .header-top-bar-info > span:first-child {
        margin-left: 0px;
    }

header .mobile-menu {
    display: none;
}

header .logo {
    padding: 20px;
    display: block;
}

    header .logo img {
        height: 60px;
    }

header ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0px;
    margin-bottom: -3px;
    height: 24px;
    height: 32px;
    display: flex;
    justify-content: space-between;
}

    header ul li {
        display: inline-block;
        float: left;
        padding-bottom: 8px;
    }

        header ul li a {
            text-decoration: none;
            padding: 5px 0px 4px 0px;
            margin: 0px 0px;
            color: #414144;
            font-weight: 300;
            text-transform: uppercase;
            border-bottom: 2px solid #FFFFFF;
            letter-spacing: 0.075em;
            font-size: 14px;
            font-family: Futura;
        }

        header ul li.active > a,
        header ul li:hover > a {
            border-bottom: 2px solid #414144;
        }

    header ul ul li:hover a {
        border-bottom: none;
    }

    header ul li a, header ul li a:hover, header ul li a:active, header ul li a:visited, header ul li a:focus {
        color: #414144;
        text-decoration: none;
    }

    header ul li .popdown {
        display: none;
        position: absolute;
        left: 0px;
        background-color: #ffffff;
        width: 100%;
        transform: translateY(4px);
        z-index: 10;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #dddddd;
        /*border-bottom: 1px solid #dddddd;*/
        box-shadow: 0px 7px 7px -1px rgba(0,0,0,0.16)
    }

        header ul li .popdown .full-width-image {
            height: 220px;
            margin-bottom: 18px;
        }

            header ul li .popdown .full-width-image .header-holder {
                width: auto;
                max-width: 90%;
                width: 80%;
                bottom: 0px;
                padding: 10px;
            }

                header ul li .popdown .full-width-image .header-holder p.sub {
                    font-size: 11px;
                }

        header ul li .popdown h3 {
            font-size: 15px;
            margin-bottom: 6px;
        }

        header ul li .popdown span.underline {
            text-transform: initial;
            font-size: 15px;
        }

    header ul .popdown ul {
        height: auto;
    }

    header ul li .popdown a.panel-link {
        font-weight: 300;
    }

    header ul li .popdown ul {
        display: block;
        margin-top: 10px;
    }

        header ul li .popdown ul li {
            display: block;
            float: initial;
        }

            header ul li .popdown ul li a {
                color: #7f7f84;
                letter-spacing: 0.075em;
                padding-bottom: 2px;
                font-size: 14px;
                text-transform: initial;
                font-weight: 300;
            }

        header ul li .popdown ul li {
            padding-bottom: 4px;
        }

    header ul li:hover .popdown {
        display: block;
    }

        header ul li:hover .popdown > div {
            animation: 0.6s ease-in popdownfadein;
        }


/*header .menuitems ul li.featured-menu-item > a {
    color: #bc2453;

    color: #fbfbfb;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073, 0 0 8px #e60073;
}

header ul li.featured-menu-item.active > a, header ul li.featured-menu-item:hover > a {
    border-bottom: 2px solid #bc2453;
    border-bottom: 2px solid #ff008c;
}*/

header .menuitems ul li.featured-menu-item > a {
    color: #bc2453;
    color: #fbfbfb;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #13322B, 0 0 5px #13322B, 0 0 6px #13322B, 0 0 7px #13322B, 0 0 8px #13322B;
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #bc2453,0 0 5px #bc2453,0 0 6px #bc2453,0 0 7px #bc2453,0 0 8px #bc2453;
}

header ul li.featured-menu-item.active > a, header ul li.featured-menu-item:hover > a {
    border-bottom: 2px solid #13322B;
}

@keyframes popdownfadein {
    0% {
        opacity: 0;
    }

    1000% {
        opacity: 1;
    }
}

header .menuitems > ul > li[data-templatetype=MenuMobileOnlyLink] {
    display: none;
}

.bottom-margin {
    margin-bottom: 60px;
}

hr {
    border-top: 1px solid #dddddd;
    margin-top: 0px;
    margin-bottom: 60px;
}

    hr.small {
        width: 120px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    hr.fullwidth {
        margin: 0px;
        margin-right: calc(-100vw / 2 + 1127px / 2);
        margin-left: calc(-100vw / 2 + 1127px / 2);
        position: relative;
    }


.ba-breadcrumb {
    padding: 0 15px;
    margin-top: 25px;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
}

    .ba-breadcrumb > li {
        display: inline-block;
    }

        .ba-breadcrumb > li + li:before {
            margin: 0 6px;
            color: #ccc;
            content: "";
            background-image: url(../content/chevron.svg);
            background-repeat: no-repeat;
            background-position: center;
            width: 6px;
            height: 11px;
            display: inline-block;
        }

    .ba-breadcrumb > .active a {
        color: #414144;
    }

    .ba-breadcrumb a {
        color: #afafaf;
        text-decoration: none;
    }

    .ba-breadcrumb a {
        color: #afafaf;
        text-decoration: none;
    }

.bottom-carousel {
    padding-top: 60px;
    border-top: 1px solid #dddddd;
}

/************/
.umb-grid [data-row="saleheadline"] h2 {
    color: #bc2453;
    margin-bottom: 30px;
}

.umb-grid [data-row="subheadline"] h3 {
    margin-bottom: 30px;
}

.umb-grid .row[data-row="saleheadline"] {
    margin-bottom: 0px;
}

.umb-grid .row[data-row="subheadline"] {
    margin-bottom: 0px;
}

.umb-grid .row[data-row], .flex-row {
    display: flex;
    align-items: center;
}
/*removed this line as it was breaking text next to a carousel image (history page)*/
/*.umb-grid .row[data-row=macro][data-row-name="50-50"],*/
.sub-category .umb-grid .row[data-row=macro][data-row-name="50-50"],
.category-holder .umb-grid .row[data-row], .category-holder .flex-row {
    align-items: flex-start;
}

.umb-grid .row[data-row][data-row-name="25-25-25-25"] {
    align-items: start;
}

.umb-grid .row[data-row][data-row-name="50-50 Bordered"] {
}

    .umb-grid .row[data-row][data-row-name="50-50 Bordered"] .col-md-6 > div {
        border: 1px solid #dddddd;
        padding: 60px;
    }

.umb-grid {
    margin-bottom: 60px;
}

    .umb-grid p:last-of-type {
        margin-bottom: 0px;
    }

    .umb-grid .row {
        margin-bottom: 60px;
    }

    .umb-grid img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .umb-grid .row[data-row-name="50-50-Double-Height"] img {
        height: 800px;
    }

    .umb-grid .col-md-12 img {
        height: 600px;
    }

.no-objectfit .umb-grid img {
    height: 100%;
}

.no-objectfit .umb-grid .fit-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.umb-grid .col-md-12 .fit-image {
    height: 600px;
}

.umb-grid .col-md-12 .image-carousel-x6 img {
    height: auto;
    max-height: 74px;
    padding: 0 30px;
    object-fit: contain;
}

.image-carousel-x6 {
    margin-bottom: 30px;
}

.umb-grid .col-md-12 .image-carousel-x6 .slick-track {
    display: flex;
    align-items: center;
}


.image-carousel-w-arrows .slick-prev,
.image-carousel-w-arrows .slick-next {
    height: 200px;
    padding: 50px;
    z-index: 2;
}

.image-carousel-w-arrows .slick-prev {
    left: -40px;
}

.image-carousel-w-arrows .slick-next {
    right: -40px;
}

    .image-carousel-w-arrows .slick-prev:before,
    .image-carousel-w-arrows .slick-next:before {
        content: '';
        background-image: url(../content/carousel_prev_dark.svg);
        width: 20px;
        height: 20px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 50%;
        left: 0px;
    }

    .image-carousel-w-arrows .slick-next:before {
        background-image: url('../content/carousel_next_dark.svg');
        right: 0px;
        left: auto;
    }

[data-col] [data-full-width-style=pink], [data-full-width-style=pink] [data-col] {
    background-color: #E6569D;
    background-image: url('/content/banner_pink.svg');
    padding: 30px;
    color: #FFFFFF;
}

[data-full-width-style=pink] .Heading,
[data-full-width-style=turquoise] .Heading {
    color: #FFFFFF;
    line-height: 1.2em;
}

[data-full-width-style=pink] .button a {
    background-color: #351e63;
    border-color: #351e63;
}

[data-col] [data-full-width-style=green],
[data-col] [data-full-width-style=turquoise],
[data-full-width-style=green] [data-col],
[data-full-width-style=turquoise] [data-col] {
    background-color: #81D8D0;
    padding: 30px;
    background-image: url('/content/banner_turquoise.svg');
    color: #FFFFFF;
}

[data-full-width-style=green] .button a,
[data-full-width-style=turquoise] .button a {
    background-color: #283e60;
    border-color: #283e60;
}

[data-col] [data-full-width-style=tinsel],
[data-col] [data-full-width-style=christmas2019],
[data-full-width-style=tinsel] [data-col],
[data-full-width-style=christmas2019] [data-col] {
    background-color: #bf3b84;
    padding: 30px;
    background-image: url('/content/banner_christmas2019.jpg');
    color: #FFFFFF;
}

[data-full-width-style=tinsel] .button a,
[data-full-width-style=christmas2019] .button a {
    background-color: #ff008c;
    border-color: #ff008c;
}

[data-full-width-style=tinsel] .Heading,
[data-full-width-style=christmas2019] .Heading {
    color: #FFFFFF;
    line-height: 1.2em;
}


.umb-grid .panel-link h3 + p {
    margin-bottom: 20px;
}

.umb-grid .panel-link p {
    width: 80%;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.three-panel-split > div {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin-left: -1px;
    color: #414144;
}

    .three-panel-split > div:first-child {
        border-right: 1px solid #dddddd;
        border-left: none;
    }

    .three-panel-split > div:last-child {
        border-right: none;
        border-left: 1px solid #dddddd;
    }

.umb-grid .fullbleedrow, .umb-grid [data-row="rtefull"],
div.row [data-row-name="Banner"] {
    margin: 0px;
    margin-right: calc(-100vw / 2 + 1110px / 2);
    margin-left: calc(-100vw / 2 + 1110px / 2);
    position: relative;
    background-color: bisque;
    text-align: center;
    margin-bottom: 60px;
}

    .umb-grid .fullbleedrow, .umb-grid [data-col="rtefull"],
    div.row [data-row-name="Banner"] .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .umb-grid [data-row="rtefull"] p {
        margin-bottom: 0px;
    }

    div.row [data-row-name="Banner"] .macro-banner {
        padding: 30px;
    }

    div.row [data-row-name="Banner"] div[data-full-width-style] .macro-banner,
    div[data-full-width-style] div.row[data-row-name="Banner"] .macro-banner {
        padding: 0px;
    }

    div.row [data-row-name="Banner"] .macro-banner .Heading {
        margin-bottom: 15px;
    }

.image-carousel {
    overflow: hidden;
}

    .image-carousel button.slick-prev.slick-arrow {
        width: 33%;
        height: 100%;
        transform: none;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .image-carousel button.slick-next.slick-arrow {
        width: 66%;
        height: 100%;
        transform: none;
        top: 0px;
        right: 0px;
        z-index: 1;
    }

    .image-carousel .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .image-carousel .slick-next:before,
    .image-carousel .slick-prev:before {
        content: ''
    }

    .image-carousel ul.slick-dots {
        z-index: 3;
        bottom: 0px;
        right: 10px;
        text-align: right;
    }

        .image-carousel ul.slick-dots li {
            width: 10px;
        }

    .image-carousel .slick-dots li button:before {
        color: #FFFFFF;
    }

.slick-slider a {
    outline: none;
}

.slick-slide {
    outline: none;
}

/************/
.vacancy-holder {
    margin-bottom: 60px;
}

/**********/

.dropdownlistitem:first-of-type {
    border-top: 1px solid #dddddd;
}

.dropdownlistitem p.heading {
    cursor: pointer;
    font-size: 20px;
}

.dropdownlistitem:last-of-type {
    margin-bottom: 60px;
}

.dropdownlistitem {
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    /* height: 100px; */
    overflow: hidden;
    transition: 0.6s ease-in-out height;
    text-align: left;
}

    .dropdownlistitem .expand,
    .dropdownlistitem .contract {
        position: absolute;
        right: 0px;
        cursor: pointer;
        display: none;
        padding-top: 8px;
    }

    .dropdownlistitem[data-state=expanded] .contract {
        display: block;
    }

    .dropdownlistitem[data-state=contracted] .expand {
        display: block;
    }

    .dropdownlistitem .heading {
        color: #414144;
    }

    .dropdownlistitem .expand, .dropdownlistitem .contract {
        position: absolute;
        right: 0px;
        cursor: pointer;
        display: none;
    }

/***********/
.home-hero-panel {
    text-align: left;
}

.hero-carousel {
    margin-bottom: 60px;
}

    .hero-carousel .hero-carousel-panel {
        height: 580px;
        height: 40.4vw;
        background-size: cover;
    }

        .hero-carousel .hero-carousel-panel .row {
            top: 50%;
            width: 100%;
        }

        .hero-carousel .hero-carousel-panel .home-hero-panel {
            width: 400px;
        }

.home-hero-position-left {
    float: left;
}

.home-hero-position-center {
    margin: 0 auto;
}

.home-carousel-position-right {
    justify-content: flex-end;
}

.home-hero-style-light {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.90);
    color: #414144;
}

    .home-hero-style-light a, .home-hero-style-light h1.carousel {
        color: #414144;
    }

.home-hero-style-dark {
    padding: 30px;
    background-color: rgba(29, 29, 27, 0.90);
    color: #ffffff;
}

    .home-hero-style-dark a, .home-hero-style-dark h1.carousel {
        color: #ffffff;
    }

.home-hero-style-sale {
    padding: 30px;
    background-color: rgba(188, 36, 83, 0.90);
    color: #fff;
}

    .home-hero-style-sale a, .home-hero-style-sale h1.carousel {
        color: #fff;
    }

.home-hero-style-none a {
    color: #ffffff;
}

.home-hero-style-spring2019 {
    padding: 30px;
    background-color: #ffffff;
    color: #ed6f67;
}

    .home-hero-style-spring2019 a, .home-hero-style-spring2019 h1.carousel {
        color: #ed6f67;
    }

.page-carousel-x3 {
    margin-bottom: 60px;
    margin-left: -30px;
    margin-right: -30px;
}

.page-carousel-x4 .full-width-image {
    height: 200px;
}

.page-carousel-x4 h3 {
    font-size: 15px;
}

.hero-carousel-panel > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-carousel-panel > div,
.hero-carousel-panel h1 {
    color: #FFFFFF;
}

.hero-carousel-panel p {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

    .hero-carousel-panel p.sub {
        margin-bottom: 10px;
        font-size: 18px;
    }

.hero-carousel-panel h1 {
    margin-bottom: 10px;
}

.hero-carousel-panel a + a {
    margin-left: 30px;
}

.hero-carousel .slick-next {
    right: 0px;
}

.hero-carousel .slick-prev {
    z-index: 2;
    left: 0px;
}

.hero-carousel .slick-prev, .hero-carousel .slick-next {
    background-image: url('../content/carousel_prev.svg');
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
}

.hero-carousel .slick-next {
    background-image: url('../content/carousel_next.svg');
}

    .hero-carousel .slick-prev:before, .hero-carousel .slick-next:before {
        content: '';
    }
/*.hero-carousel .fadeIn.initial .home-hero-panel {
    animation: hero-fadein ease-in 1.9s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
}*/
.hero-carousel .home-hero-panel {
    transition: 0.6s ease-in-out transform, 0.6s ease-in-out opacity;
    text-align: center;
}

.hero-carousel .fadeOut .home-hero-panel {
    transform: translateY(-20%);
    opacity: 0;
}

.hero-carousel .fadedOut .home-hero-panel {
    transform: translateY(30%);
    opacity: 0;
}

.hero-carousel .fadeIn .home-hero-panel {
    transform: translateY(0%);
    opacity: 1;
}

/***********/
.full-width-image {
    background-color: #dddddd;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}
    .full-width-image.heading-image.brand-heading{
        background-color: #000000;
    }

    .full-width-image .header-holder {
        background-color: #FFFFFF;
        padding: 20px;
        width: 600px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

.header-holder .sub {
    margin-bottom: 0px;
}

.related-carousel .full-width-image {
    height: 260px;
}

.list-panel-image {
    background-color: #dddddd;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}

.list.secondary-list .list-panel-image {
    opacity: 0.6;
}

.list-panel-image .header-holder {
    background-color: #FFFFFF;
    padding: 10px;
    width: 70%;
    position: absolute;
    bottom: 00px;
    left: 50%;
    transform: translateX(-50%);
}

.header-holder .sub {
    margin-bottom: 0px;
}

.heading-image {
    margin-bottom: 80px;
}

.page-carousel-x3 .full-width-image {
    height: 300px;
}

.popdown-featured {
    height: 290px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: #ffffff;
}

.popdown-featured-gradient:before {
    content: '';
    background-size: cover;
    background-position: bottom;
    background-image: url('/content/promo_gradient.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.popdown-featured .underline {
    text-transform: initial;
    color: #ffffff;
}

.page-carousel-x4 p.related-desc {
    display: none;
}

.popdown-featured > div {
    position: absolute;
    padding: 15px 30px;
    bottom: 0px;
    left: 0px;
    font-weight: 300;
}

    .popdown-featured > div p {
        font-size: 16px;
        letter-spacing: 0.075em;
        margin-bottom: 0px;
        line-height: 1.2em;
    }

        .popdown-featured > div p + p {
            font-size: 27px;
            letter-spacing: 0.075em;
            margin-bottom: 10px;
        }

.featured-panel {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
}

.featured-panel-image {
    display: none;
}

.featured-panel > a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.featured-panel > div {
    padding: 15px 30px;
    padding-left: 80px;
    font-weight: 300;
}

.featured-panel span {
    font-size: 14px;
    text-transform: uppercase;
}

.featured-panel h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}

.featured-panel p {
    font-size: 16px;
    padding-bottom: 10px;
    max-width: 350px;
}

.featured-panel span.underline,
.featured-panel span.underline a {
    text-transform: initial;
    color: #ffffff;
    font-size: 17px;
}

.featured {
    color: #414144;
    font-size: 20px;
}

/******Reviews******/
.review-panel {
    padding: 20px;
    border: 1px solid #dddddd;
    background-color: #fbfbfb;
    color: #7f7f84;
    font-size: 13px;
    font-weight: 300;
    max-width: 250px;
    margin: 20px;
}

    .review-panel img {
        height: auto !important;
        width: auto;
        margin: 0 auto 10px auto;
    }

    .review-panel strong {
        color: #626165;
        font-weight: 400;
    }

    .review-panel p {
        padding-bottom: 10px;
    }


/*******POPUP*******/
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px 30px;
    width: 600px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    z-index: 95;
}

    .popup h3 + h3 {
        margin-bottom: 0px;
    }

    .popup input {
        width: 350px;
        text-align: center;
    }

        .popup input[type=submit] {
            width: 200px;
        }

    .popup form {
        text-align: center;
    }

.popup-fade {
    position: fixed;
    z-index: 94;
    background-color: #7f7f84;
    opacity: 0.4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.popup .closepopup img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
}


/*********************************/
/*******BOOTSTRAP OVERRIDES*******/
/*********************************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.footer-socials {
    text-align: right;
}

.videoHolder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .videoHolder video {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .videoHolder > a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
    }


body.showmenu {
    pointer-events: none;
    height: 100vh;
    overflow: hidden;
}

    body.showmenu main {
        pointer-events: none;
        /*height: 1px;
            min-height: 1px;
            overflow: hidden;*/
    }

    body.showmenu:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.40);
        pointer-events: none;
        z-index: 1;
    }


.full-width-image.featured-brand-panel {
    height: 180px;
    margin-bottom: 30px;
}

    .full-width-image.featured-brand-panel.brand-heading img.brand-logo {
        max-width: 70%;
        margin-bottom: 0;
    }

.featured .container {
    padding-left: 0px;
    padding-right: 0px;
}
section.featured {
    margin-bottom: 30px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .umb-grid .fullbleedrow,
    .umb-grid [data-row="rtefull"],
    hr.fullwidth {
        margin-right: calc(-100vw / 2 + 927px / 2);
        margin-left: calc(-100vw / 2 + 925px / 2);
    }

    section.list > div {
        flex-basis: 50%;
    }

    .page-carousel-x3 .full-width-image {
        height: 0px;
        padding-bottom: 100%;
    }

    header ul li a {
        font-size: 12px;
        margin: 0px 8px;
    }

    header.fixed {
        transform: translateY(0px);
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .umb-grid .fullbleedrow,
    .umb-grid [data-row="rtefull"],
    hr.fullwidth {
        margin-right: calc(-100vw / 2 + 707px / 2);
        margin-left: calc(-100vw / 2 + 705px / 2);
    }

    body {
        margin-top: 72px !important;
    }

    header .logo {
        padding: 10px;
        margin-left: 60px;
        margin-right: 60px;
    }

    header .mobile-menu {
        display: block;
        float: left;
        margin-left: -20px;
        cursor: pointer;
    }

        header .mobile-menu > div {
            display: block;
            height: 9px;
            border-top: 1px solid #7f7f84;
            border-bottom: 1px solid #7f7f84;
            width: 16px;
            position: relative;
            margin: 20px;
            margin-right: 40px;
        }

            header .mobile-menu > div > span {
                border-top: 1px solid #7f7f84;
                width: 100%;
                top: 3px;
                position: absolute;
            }

    .logo img {
        max-height: 30px;
    }

    header .menuitems {
        /*display: none;*/
        position: fixed;
        top: 0px;
        left: 0px;
        width: 50%;
        height: 100vh;
        overflow-y: auto;
        z-index: 95;
        background-color: #ffffff;
        text-align: left;
        transform: translateX(-110%);
        transition: transform ease-in 0.6s;
    }

    body.showmenu header .menuitems {
        display: block;
        pointer-events: all;
        transform: translateX(0px);
        padding-bottom: 120px;
    }

    header .menuitems, header .closemenu {
        cursor: pointer;
    }

    header ul {
        width: 100%;
        margin-top: 80px;
    }

        header ul li {
            display: block;
            float: initial;
            margin-bottom: 15px;
            padding-top: 15px;
            padding-bottom: 0px;
            margin-right: 0px;
            cursor: pointer;
        }

            header ul li:hover .popdown {
                display: none;
            }

            header ul li .popdown.opened {
                display: initial;
                width: 100%;
                position: fixed;
                background-color: #ffffff;
                z-index: 155;
                top: 57px;
                height: 100%;
                height: 100vh;
                height: calc(100vh - 57px);
                overflow-y: auto;
                padding-bottom: 100px;
            }

            header ul li .popdown ul li {
                margin-bottom: 0px;
                cursor: pointer;
            }

    header .popdown .row > div {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        header .popdown .row > div:last-child {
            border-bottom: none;
            padding-bottom: 20px;
            margin-bottom: 0px;
        }

    header ul li[data-templatetype="ChildList"] .popdown,
    header ul li[data-templatetype="ChildList"] .popdown.opened {
        display: none;
    }

    .heading-image {
        margin-bottom: 60px;
    }

    li[data-templatetype="MenuMobileOnlyLink"].first {
        border-top: 1px solid #afafaf;
    }

    /*header .menuitems > ul > li[data-templatetype=Menu2TextDoubleImage] > a,*/
    header .menuitems > ul > li[data-hasdd="true"] > a {
        pointer-events: none;
    }

    header .menuitems > ul > li[data-templatetype="ChildList"][data-hasdd="true"] > a {
        pointer-events: all;
    }


    header .menuitems > ul > li[data-templatetype=MenuMobileOnlyLink] > a {
        color: #7f7f84;
        font-weight: 300;
    }

    header .menuitems > ul > li[data-templatetype=MenuMobileOnlyLink] {
        display: block;
    }

    header .menuitems > ul > li.mobileonly:first-of-type {
        border-top: 1px solid #dddddd;
    }

    /*header .menuitems > ul > li[data-templatetype=Menu2TextDoubleImage],*/
    header .menuitems > ul > li[data-hasdd="true"] {
        background-image: url('../content/mobile_menu_arrow.svg');
        background-position: top 20px right 20px;
        background-repeat: no-repeat;
    }

    header .menuitems > ul > li[data-templatetype="ChildList"][data-hasdd="true"] {
        background-image: none;
    }

    header ul li.active > a, header ul li:hover > a {
        border-bottom: none;
    }

    .closemenu {
        padding: 20px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
    }

    .back-to-menu {
        padding: 20px;
        padding-top: 10px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        margin-top: -20px;
    }

        .back-to-menu > img {
            margin-right: 10px;
        }

    .menuitems .popdown > .container [class*="col"] a {
        margin-left: 25px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    h1 {
        font-size: 18px;
        margin-bottom: 30px;
    }

        h1.carousel {
            font-size: 40px;
            margin-bottom: 10px;
        }

    h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .Heading {
        font-size: 18px
    }

    h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 12px;
    }

    body {
        font-size: 14px;
    }

    header {
        position: fixed;
        top: 0px !important;
        width: 100%;
        z-index: 50;
        background-color: white;
    }

        header.fixed {
            animation: none;
        }

        header.fixed {
            transform: translateY(0px);
        }

    .hero-carousel .hero-carousel-panel {
        height: 60vh;
    }

    .hero-carousel .slick-prev, .hero-carousel .slick-next {
        display: none;
    }

    .hero-carousel-panel p.sub {
        display: block;
        font-size: 12px;
    }

    .hero-carousel-panel p {
        display: none;
    }

    .hero-carousel-panel a {
        font-size: 13px;
    }

    .hero-carousel-panel h1 {
        font-size: 30px;
    }

    .hero-carousel .slick-list {
        overflow: visible;
    }

    .hero-carousel {
        padding-bottom: 60px;
    }

        .hero-carousel .slick-list .home-hero-panel {
            margin-bottom: -60px;
        }


    .home-hero-style-light {
        background-color: rgba(255, 255, 255, 1);
    }

    .home-hero-style-dark {
        background-color: rgba(29, 29, 27, 1);
    }

    .home-hero-style-sale {
        background-color: rgba(188, 36, 83, 1);
    }

    .home-hero-style-none {
        padding: 30px;
        background-color: rgba(255, 255, 255, 1);
        color: #414144;
    }

        .home-hero-style-none a, .home-hero-style-none h1.carousel {
            color: #414144;
        }



    .footer-menu-section {
        height: 30px;
        overflow: hidden;
        cursor: pointer;
    }

        .footer-menu-section.active {
            height: auto;
        }

        .footer-menu-section h6 {
            font-size: 14px;
            cursor: pointer;
        }

            .footer-menu-section h6:after {
                content: '';
                position: relative;
                display: inline-block;
                margin-left: 5px;
                width: 10px;
                background-position: 50%;
                background-repeat: no-repeat;
                height: 10px;
                background-image: url('../content/mobile_footer_expand.svg')
            }

        .footer-menu-section.active h6:after {
            background-image: url('../content/mobile_footer_contract.svg')
        }

        .footer-menu-section ul {
            margin-bottom: 15px;
        }




    header .menuitems {
        width: 100%;
    }


    .hero-carousel-panel > div {
        align-items: flex-end;
    }


    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    [data-full-width-style] {
        margin-left: -15px;
        margin-right: -15px;
    }

    .umb-grid .fullbleedrow,
    .umb-grid [data-row="rtefull"],
    hr.fullwidth {
        margin-right: -15px;
        margin-left: -15px;
    }

    .full-width-image .header-holder {
        width: 80%;
    }

    .umb-grid .fullbleedrow, .umb-grid [data-col="rtefull"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-carousel-x3, .page-carousel-x4, .page-carousel-x6, .image-carousel-x6 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-hero-panel {
        text-align: center;
    }

    .full-width-image {
        width: 100%;
        height: 1px;
        padding-bottom: 72%;
    }

        .full-width-image .header-holder {
            padding: 10px;
        }

        .full-width-image.brand-heading {
            height: 200px;
            padding-bottom: 0px;
        }

    .brand-heading img.brand-logo {
        padding: 0 50px;
        margin-bottom: 30px !important;
    }

    .full-width-image.featured-brand-panel.brand-heading img.brand-logo {
        max-width: 70%;
        margin-bottom: 0 !important;
        padding: 0 0px;
    }
    .featured .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .full-width-image.featured-brand-panel {
        height: 120px;
    }

    .salebanner.brand-heading img.brand-logo {
        margin-top: 30px;
    }

    span.secondary {
        margin-left: 0px;
        display: block;
    }

    span.underline.secondary {
        margin-top: 10px;
        border-bottom: none;
    }

    .footer-signup {
        padding: 15px;
    }

    .footer-socials {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .smallprint {
        margin-top: 10px;
    }

        footer .smallprint .footer-socials a {
            padding: 0 10px;
            display: inline-block;
        }

    .input-holder {
        display: block;
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
    }

    footer {
        text-align: center;
    }

        footer .smallprint a {
            display: block;
            margin-top: 10px;
            margin-left: 0px;
        }

    .slick-next {
        right: 15px;
    }

    .slick-prev {
        left: 15px;
    }

    section.list > div {
        flex-basis: 100%;
    }

    .featured-panel > div {
        padding-left: 30px;
    }

    .input-holder input {
        width: 150px;
    }

    .ba-breadcrumb {
        visibility: hidden;
        height: 0px;
        pointer-events: none;
        overflow: hidden;
    }

    .popup {
        width: 90%;
        z-index: 95;
        height: 90%;
        overflow: scroll;
    }

        .popup.popup-fade {
            z-index: 94;
        }

        .popup input {
            width: 100%;
        }

    div[data-row] .column[data-col=none] {
        display: none;
    }

        div[data-row] .column[data-col=none] + .column[data-col] {
        }

    .grid-list .grid-list-featured .text-left {
        text-align: center;
    }

    .featured-panel {
        background-image: none !important;
        height: auto;
        position: relative;
        background-size: cover;
        background-position: 50%;
        color: currentColor;
        text-align: center;
        display: block;
    }

        .featured-panel span {
            font-size: 12px;
        }

        .featured-panel h3 {
            color: currentColor;
            font-size: 15px;
            margin-bottom: 15px;
        }

        .featured-panel p {
            display: none;
        }

        .featured-panel > a {
            position: relative;
        }

        .featured-panel > div.featured-panel-image {
            display: block;
            height: 1px;
            padding-bottom: 70%;
            margin-bottom: 30px;
            background-size: cover;
        }

        .featured-panel span.underline,
        .featured-panel span.underline a {
            color: currentColor;
            font-size: 13px;
        }

        .featured-panel > div {
            padding: 0px;
        }

    .hero-carousel .hero-carousel-panel .row {
        top: inherit;
        width: inherit;
    }

    .umb-grid .fullbleedrow, .umb-grid [data-row="rtefull"], div.row [data-row-name="Banner"] {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .umb-grid .row[data-row], .flex-row {
        display: block;
    }

    div[data-row] .column {
        margin-bottom: 60px;
    }

        div[data-row] .column:last-child {
            margin-bottom: 0px;
        }

        div[data-row] .column[data-col=none] + .column[data-col] {
            margin-bottom: 0px;
        }

    section.grid-list-featured {
        display: block;
    }

        section.grid-list-featured .text-left {
            text-align: center !important;
        }

    .umb-grid .col-md-12 img {
        height: auto;
    }

    .umb-grid img {
        height: auto;
    }
	header ul {
	  display: block;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


[data-col] [data-full-width-style=christmas2020],
[data-full-width-style=christmas2020] [data-col] {
    background-color: #13322B;
    color: #FFFFFF;
    padding: 30px;
    /*background-image: url('/content/banner_christmas2019.jpg');*/
    color: #FFFFFF;
}

    [data-col] [data-full-width-style=christmas2020] .Heading,
    [data-full-width-style=christmas2020] [data-col] .Heading {
        color: #FFFFFF;
    }

[data-full-width-style=christmas2020] .button a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #13322B;
}





[data-col] [data-full-width-style=autumn2021],
[data-full-width-style=autumn2021] [data-col] {
    background-color: #FCD2A5;
    color: #FFFFFF;
    padding: 30px;
    /*background-image: url('/content/banner_christmas2019.jpg');*/
    color: #FFFFFF;
}

    [data-col] [data-full-width-style=autumn2021] .Heading,
    [data-full-width-style=autumn2021] [data-col] .Heading {
        color: #FFFFFF;
    }

[data-full-width-style=autumn2021] .button a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FCD2A5;
}





[data-col] [data-full-width-style=christmas2021],
[data-full-width-style=christmas2021] [data-col] {
    background-color: #85A48C;
    color: #FFFFFF;
    padding: 30px;
    /*background-image: url('/content/banner_christmas2019.jpg');*/
    color: #FFFFFF;
}

    [data-col] [data-full-width-style=christmas2021] .Heading,
    [data-full-width-style=christmas2021] [data-col] .Heading {
        color: #FFFFFF;
    }

[data-full-width-style=christmas2021] .button a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #85A48C;
}



[data-col] [data-full-width-style=valentines2022],
[data-full-width-style=valentines2022] [data-col] {
    background-color: #c48490;
    color: #FFFFFF;
    padding: 30px;
    background-image: url('/content/BarkersValentineBG.jpg');
    background-repeat: repeat;
    background-size: contain;
    color: #FFFFFF;
}

    [data-col] [data-full-width-style=valentines2022] .Heading,
    [data-full-width-style=valentines2022] [data-col] .Heading {
        color: #FFFFFF;
    }

[data-full-width-style=valentines2022] .button a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #c48490;
}





[data-col] [data-full-width-style=yellow2022],
[data-full-width-style=yellow2022] [data-col] {
    background-color: #EBE49A;
    padding: 30px;
    color: #FFFFFF;
}



[data-col] [data-full-width-style=summer2022],
[data-full-width-style=summer2022] [data-col] {
    background-color: #ff8200;
    padding: 30px;
    color: #FFFFFF;
}




