/* @font-face {
    font-family: "Avenir Next";
    font-weight: 700;
    font-style: normal;
    src: url("https://cdn.shopifycdn.net/proxy/font/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=1246ccd70503bd1a6b2b931aa03e279436947a273aea5467e7dd92f8ed9508af") format("woff2"), url("https://cdn.shopifycdn.net/proxy/font/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=79936aa05f5ada0ef32cda5cc6810b3208981338d8537a9a1df582dc8c5e3de2") format("woff")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=057bfc33e0bfead71f2b62f4194054bb3104979ec17364ec0dce065f3fe22e1f") format("woff2"), url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=ee7d84ad45f13ca28f9a5b5e73d87c145be6153ed2a234a8ab5339b8ee51ee45") format("woff")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=5ccbbbb5e8e770eaf0a92822ecb7a1920ed381eab45c19cc77ba0d0218e0d749") format("woff2"), url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=d6487fdd91e738cb6411f48019335a32524c8cf07d7892428d222578ccb94201") format("woff")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    src: url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_i4.f98951b4b9b6e1096fc799cd05debd098bd422ac.woff2?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=5dfd3925848443b4e09efcc8109cca12626e4139e2555c634d17e60dbfa75ed9") format("woff2"), url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_i4.688a26691d45bc4053b6ae24a196cabdeedbc25c.woff?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=211974d471c1e33cbbbfe56f2068119e178540cff9e35eec4ea43c8cef05634a") format("woff")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: italic;
    src: url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_i7.9c922c35bb84952cfb17e8c1d42e440e75aa8ccf.woff2?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=054ef4ea202cdd05cac28bf5cc286a652b117b708fc534c7860a43742ecaf3e6") format("woff2"), url("https://cdn.shopifycdn.net/proxy/font/roboto/roboto_i7.c50b5683f5731edb8040ff2110a54947108434de.woff?h1=Z3JhZmZpdGlyZW1vdmFsaW5jLmNvbQ&hmac=aa3cc9f00f1676876ea806406776443a7b8d67bc20439e426677e2418b9b65d7") format("woff")
} */

.grid::after {
    content: '';
    display: table;
    clear: both
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0
}

.grid-menu-icons::after {
    content: '';
    display: table;
    clear: both
}

.grid-menu-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    justify-items: center
}

.grid__item {
    float: left;
    padding-left: 0;
    width: 100%;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

.grid__item--column {
    float: left;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

.grid__left--column {
    max-width: 100%;
    min-width: 175px;
    padding-left: 20px;
    margin: 0 auto
}

.grid__item[class*="--push"] {
    position: relative
}

.flex {
    display: flex;
    width: 100%
}

.flex__item {
    position: relative;
    flex: 1 1 100%;
    width: auto !important;
    min-width: 0
}

.flex__item--fixed {
    flex: 0 1 auto
}

.one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

.one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%
}

.two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%
}

.four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%
}

.six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%
}

.one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

.nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%
}

.one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
}

.two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

.six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
}

.eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media only screen and (width <=749px) {
    .small--one-whole {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .small--one-half {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--one-third {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .small--two-thirds {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .small--one-quarter {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .small--two-quarters {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--three-quarters {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .small--one-fifth {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .small--two-fifths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .small--three-fifths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .small--four-fifths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
    .small--one-sixth {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .small--two-sixths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .small--three-sixths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--four-sixths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }
    .small--five-sixths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .small--one-eighth {
        width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
    .small--two-eighths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .small--three-eighths {
        width: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%
    }
    .small--four-eighths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--five-eighths {
        width: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%
    }
    .small--six-eighths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .small--seven-eighths {
        width: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%
    }
    .small--one-tenth {
        width: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%
    }
    .small--two-tenths {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .small--three-tenths {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
    .small--four-tenths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .small--five-tenths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--six-tenths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .small--seven-tenths {
        width: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
    .small--eight-tenths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
    .small--nine-tenths {
        width: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%
    }
    .small--one-twelfth {
        width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }
    .small--two-twelfths {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .small--three-twelfths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .small--four-twelfths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .small--five-twelfths {
        width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
    .small--six-twelfths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .small--seven-twelfths {
        width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
    .small--eight-twelfths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .small--nine-twelfths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .small--ten-twelfths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .small--eleven-twelfths {
        width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }
    .grid--uniform .small--five-tenths:nth-child(2n+1),
    .grid--uniform .small--four-eighths:nth-child(2n+1),
    .grid--uniform .small--four-twelfths:nth-child(3n+1),
    .grid--uniform .small--one-fifth:nth-child(5n+1),
    .grid--uniform .small--one-half:nth-child(2n+1),
    .grid--uniform .small--one-quarter:nth-child(4n+1),
    .grid--uniform .small--one-sixth:nth-child(6n+1),
    .grid--uniform .small--one-third:nth-child(3n+1),
    .grid--uniform .small--one-twelfth:nth-child(12n+1),
    .grid--uniform .small--six-twelfths:nth-child(2n+1),
    .grid--uniform .small--three-sixths:nth-child(2n+1),
    .grid--uniform .small--three-twelfths:nth-child(4n+1),
    .grid--uniform .small--two-eighths:nth-child(4n+1),
    .grid--uniform .small--two-sixths:nth-child(3n+1),
    .grid--uniform .small--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .small--show {
        display: block !important;
    }
    .small--hide {
        display: none !important;
    }
    .small--text-left {
        text-align: left !important;
    }
    .small--text-right {
        text-align: right !important;
    }
    .small--text-center {
        text-align: center !important;
    }
}

@media only screen and (width >=750px) {
    .medium-up--one-whole {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .medium-up--one-half {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .medium-up--one-third {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
    .medium-up--two-thirds {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }
    .medium-up--one-quarter {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .medium-up--two-quarters {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .medium-up--three-quarters {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .medium-up--one-fifth {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .medium-up--two-fifths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .medium-up--three-fifths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    .medium-up--four-fifths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
    .medium-up--one-sixth {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }
    .medium-up--two-sixths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
    .medium-up--three-sixths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .medium-up--four-sixths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }
    .medium-up--five-sixths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .medium-up--one-eighth {
        width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
    .medium-up--two-eighths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .medium-up--three-eighths {
        width: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%
    }
    .medium-up--four-eighths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .medium-up--five-eighths {
        width: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%
    }
    .medium-up--six-eighths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .medium-up--seven-eighths {
        width: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%
    }
    .medium-up--one-tenth {
        width: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%
    }
    .medium-up--two-tenths {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .medium-up--three-tenths {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
    .medium-up--four-tenths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .medium-up--five-tenths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .medium-up--six-tenths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .medium-up--seven-tenths {
        width: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
    .medium-up--eight-tenths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
    .medium-up--nine-tenths {
        width: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%
    }
    .medium-up--one-twelfth {
        width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }
    .medium-up--two-twelfths {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .medium-up--three-twelfths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .medium-up--four-twelfths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .medium-up--five-twelfths {
        width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
    .medium-up--six-twelfths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .medium-up--seven-twelfths {
        width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
    .medium-up--eight-twelfths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .medium-up--nine-twelfths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .medium-up--ten-twelfths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .medium-up--eleven-twelfths {
        width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
    .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
    .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
    .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-up--one-half:nth-child(2n+1),
    .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-up--one-third:nth-child(3n+1),
    .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-up--six-twelfths:nth-child(2n+1),
    .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
    .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-up--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .medium-up--show {
        display: block !important
    }
    .medium-up--hide {
        display: none !important
    }
    .medium-up--text-left {
        text-align: left !important
    }
    .medium-up--text-right {
        text-align: right !important
    }
    .medium-up--text-center {
        text-align: center !important
    }
}

@media only screen and (width >=990px) {
    .large-up--one-whole {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .large-up--one-half {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--one-third {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .large-up--two-thirds {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .large-up--one-quarter {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .large-up--two-quarters {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--three-quarters {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .large-up--one-fifth {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .large-up--two-fifths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .large-up--three-fifths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .large-up--four-fifths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
    .large-up--one-sixth {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .large-up--two-sixths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .large-up--three-sixths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--four-sixths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .large-up--five-sixths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .large-up--one-eighth {
        width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
    .large-up--two-eighths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .large-up--three-eighths {
        width: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%
    }
    .large-up--four-eighths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--five-eighths {
        width: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%
    }
    .large-up--six-eighths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .large-up--seven-eighths {
        width: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%
    }
    .large-up--one-tenth {
        width: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%
    }
    .large-up--two-tenths {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .large-up--three-tenths {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
    .large-up--four-tenths {
        width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .large-up--five-tenths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--six-tenths {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .large-up--seven-tenths {
        width: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
    .large-up--eight-tenths {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
    .large-up--nine-tenths {
        width: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%
    }
    .large-up--one-twelfth {
        width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }
    .large-up--two-twelfths {
        width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .large-up--three-twelfths {
        width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .large-up--four-twelfths {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .large-up--five-twelfths {
        width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
    .large-up--six-twelfths {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-up--seven-twelfths {
        width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
    .large-up--eight-twelfths {
        width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .large-up--nine-twelfths {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .large-up--ten-twelfths {
        width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .large-up--eleven-twelfths {
        width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
    .grid--uniform .large-up--five-tenths:nth-child(2n+1),
    .grid--uniform .large-up--four-eighths:nth-child(2n+1),
    .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .large-up--one-fifth:nth-child(5n+1),
    .grid--uniform .large-up--one-half:nth-child(2n+1),
    .grid--uniform .large-up--one-quarter:nth-child(4n+1),
    .grid--uniform .large-up--one-sixth:nth-child(6n+1),
    .grid--uniform .large-up--one-third:nth-child(3n+1),
    .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .large-up--six-twelfths:nth-child(2n+1),
    .grid--uniform .large-up--three-sixths:nth-child(2n+1),
    .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .large-up--two-eighths:nth-child(4n+1),
    .grid--uniform .large-up--two-sixths:nth-child(3n+1),
    .grid--uniform .large-up--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .large-up--show {
        display: block !important
    }
    .large-up--hide {
        display: none !important
    }
    .large-up--text-left {
        text-align: left !important
    }
    .large-up--text-right {
        text-align: right !important
    }
    .large-up--text-center {
        text-align: center !important
    }
}

@media only screen and (width >=750px) {
    .medium-up--push-one-half {
        left: 50%
    }
    .medium-up--push-one-third {
        left: 33.33333%
    }
    .medium-up--push-two-thirds {
        left: 66.66667%
    }
    .medium-up--push-one-quarter {
        left: 25%
    }
    .medium-up--push-two-quarters {
        left: 50%
    }
    .medium-up--push-three-quarters {
        left: 75%
    }
    .medium-up--push-one-fifth {
        left: 20%
    }
    .medium-up--push-two-fifths {
        left: 40%
    }
    .medium-up--push-three-fifths {
        left: 60%
    }
    .medium-up--push-four-fifths {
        left: 80%
    }
    .medium-up--push-one-sixth {
        left: 16.66667%
    }
    .medium-up--push-two-sixths {
        left: 33.33333%
    }
    .medium-up--push-three-sixths {
        left: 50%
    }
    .medium-up--push-four-sixths {
        left: 66.66667%
    }
    .medium-up--push-five-sixths {
        left: 83.33333%
    }
    .medium-up--push-one-eighth {
        left: 12.5%
    }
    .medium-up--push-two-eighths {
        left: 25%
    }
    .medium-up--push-three-eighths {
        left: 37.5%
    }
    .medium-up--push-four-eighths {
        left: 50%
    }
    .medium-up--push-five-eighths {
        left: 62.5%
    }
    .medium-up--push-six-eighths {
        left: 75%
    }
    .medium-up--push-seven-eighths {
        left: 87.5%
    }
    .medium-up--push-one-tenth {
        left: 10%
    }
    .medium-up--push-two-tenths {
        left: 20%
    }
    .medium-up--push-three-tenths {
        left: 30%
    }
    .medium-up--push-four-tenths {
        left: 40%
    }
    .medium-up--push-five-tenths {
        left: 50%
    }
    .medium-up--push-six-tenths {
        left: 60%
    }
    .medium-up--push-seven-tenths {
        left: 70%
    }
    .medium-up--push-eight-tenths {
        left: 80%
    }
    .medium-up--push-nine-tenths {
        left: 90%
    }
    .medium-up--push-one-twelfth {
        left: 8.33333%
    }
    .medium-up--push-two-twelfths {
        left: 16.66667%
    }
    .medium-up--push-three-twelfths {
        left: 25%
    }
    .medium-up--push-four-twelfths {
        left: 33.33333%
    }
    .medium-up--push-five-twelfths {
        left: 41.66667%
    }
    .medium-up--push-six-twelfths {
        left: 50%
    }
    .medium-up--push-seven-twelfths {
        left: 58.33333%
    }
    .medium-up--push-eight-twelfths {
        left: 66.66667%
    }
    .medium-up--push-nine-twelfths {
        left: 75%
    }
    .medium-up--push-ten-twelfths {
        left: 83.33333%
    }
    .medium-up--push-eleven-twelfths {
        left: 91.66667%
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    border: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button[disabled],
html input[disabled] {
    cursor: default
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type="search"] {
    appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

textarea {
    overflow: auto;
    appearance: none
}

[tabindex='-1']:focus {
    outline: 0
}

.clearfix::after {
    content: '';
    display: table;
    clear: both
}

.icon__fallback-text,
.no-js .article__photo-wrapper,
.no-js .image-content__image-wrapper,
.no-js .lazyload,
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.js-focus-hidden:focus {
    outline: 0
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #383838;
    background-color: #f0f0f0;
    padding: 10px;
    z-index: 10000;
    transition: none
}

body,
html {
    background-color: #f0f0f0
}

.page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

.page-width::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (width >=750px) {
    .page-width {
        padding: 0 20px
    }
}

blockquote p+cite {
    margin-top: 10px
}

blockquote cite {
    display: block
}

blockquote cite::before {
    content: '\2014 \0020'
}

code,
pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0
}

.no-svg .icon {
    display: none
}

.icon-menu-label {
    font-size: 12pt
}

.menu-icon-padding {
    padding-left: 10px
}

.menu-icon-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    place-items: center center
}

.icon--wide {
    width: 40px
}

.no-svg .icon__fallback-text {
    position: static !important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

.payment-icons {
    user-select: none;
    cursor: default
}

.payment-icons li {
    margin-right: 5px
}

.payment-icons .icon {
    width: 38px;
    height: 24px
}

.payment-icons .icon--wide {
    width: 55px
}

.social-icons .icon {
    width: 24px;
    height: 24px
}

ol,
ul {
    margin: 0;
    padding: 0
}

ol {
    list-style: decimal
}

.list--inline {
    padding: 0;
    margin: 0
}

.list--inline li {
    display: inline-block;
    margin-bottom: 0
}

.rte ol,
.rte ul {
    margin: 0 0 10px 20px
}

.rte ul {
    list-style: disc outside
}

.rte ul ul {
    list-style: circle outside
}

.rte ul ul ul {
    list-style: square outside
}

.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
    margin-left: 0;
    list-style-position: inside
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.wtb-header {
    height: 50px;
    padding: 12px 15px 0;
    text-transform: uppercase;
    background-color: #036;
    color: #fff
}

.wtb-subheader {
    font-weight: 700;
    color: #005daa;
    font-size: 26px
}

.shopify-payment-button a.button.remove.shopify-payment-button__button--unbranded,
a.btn.button.remove,
a.button.remove.btn--secondary {
    display: none;
    width: 100%
}

.btn,
.btn--secondary,
.rte .btn,
.rte .btn--secondary,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    user-select: none;
    appearance: none;
    background-color: #054380;
    color: #fff
}

.btn--secondary:hover,
.btn:hover,
.rte .btn--secondary:hover,
.rte .btn:hover,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #075db1;
    color: #fff
}

.btn--secondary:active,
.btn--secondary:focus,
.btn:active,
.btn:focus,
.rte .btn--secondary:active,
.rte .btn--secondary:focus,
.rte .btn:active,
.rte .btn:focus,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded:active,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded:active,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background-color: #0976e2;
    color: #fff
}

.btn[disabled],
.rte .btn[disabled],
.rte .shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
.rte [disabled].btn--secondary,
.shopify-payment-button .rte [disabled].shopify-payment-button__button--unbranded,
.shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
[disabled].btn--secondary {
    cursor: default;
    color: #555;
    background-color: #b5b5b5
}

.btn .icon,
.btn--secondary .icon,
.rte .btn .icon,
.rte .btn--secondary .icon,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded .icon,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon {
    fill: currentcolor;
    path: currentcolor
}

.btn--secondary,
.rte .btn--secondary {
    background-color: #036
}

.btn--secondary:hover,
.rte .btn--secondary:hover {
    background-color: #004080;
    color: #fff
}

.btn--secondary:active,
.btn--secondary:focus,
.rte .btn--secondary:active,
.rte .btn--secondary:focus {
    background-color: #0059b3;
    color: #fff
}

.btn--secondary-accent {
    border: 1px solid #054380;
    color: #054380;
    background-color: #fff
}

.btn--secondary-accent:hover {
    border: 1px solid #075db1;
    color: #075db1;
    background-color: #fff
}

.btn--secondary-accent:active,
.btn--secondary-accent:focus {
    border: 1px solid #0976e2;
    color: #0976e2;
    background-color: #fff
}

.btn--secondary-accent[disabled] {
    border-color: #b5b5b5
}

.btn--secondary-accent[disabled]:active,
.btn--secondary-accent[disabled]:focus,
.btn--secondary-accent[disabled]:hover {
    background-color: #b5b5b5;
    color: #555
}

.text-link {
    display: inline;
    border: 0 none;
    background: 0 0;
    padding: 0;
    margin: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700
}

td,
th {
    text-align: left;
    border: 1px solid #f0f0f0
}

@media only screen and (width <=749px) {
    .responsive-table thead {
        display: none
    }
    .responsive-table td,
    .responsive-table th {
        display: block;
        text-align: right;
        padding: 10px;
        margin: 0
    }
    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 14px;
        padding-right: 10px
    }
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (width <=989px) {
    input,
    select,
    textarea {
        font-size: 16px
    }
}

fieldset {
    border: 1px solid #f0f0f0;
    margin: 0 0 20px;
    padding: 10px
}

legend {
    border: 0;
    padding: 0
}

button,
input[type="submit"] {
    cursor: pointer
}

input,
select,
textarea {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    max-width: 100%
}

input:focus,
select:focus,
textarea:focus {
    border-color: #d6d6d6
}

input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    background-color: #b5b5b5;
    border-color: #555
}

textarea {
    min-height: 100px
}

input.input--error,
select.input--error,
textarea.input--error {
    border-color: #ec523e;
    background-color: #ec523e;
    color: #ec523e
}

select {
    appearance: none;
    background-image: url("//cdn.shopifycdn.net/s/files/1/0027/9107/9971/t/59/assets/ico-select.svg?v=14184711094547497508");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer
}

optgroup {
    font-weight: 700
}

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

label[for] {
    cursor: pointer
}

.site-header__logo img {
    display: block;
    width: 100%
}

.site-nav li {
    display: inline-block
}

.site-nav__link {
    display: block;
    white-space: nowrap
}

.site-nav__link .icon-arrow-down {
    position: relative
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 5
}

.site-nav__dropdown li {
    display: block
}

.giftcard__qr-code img {
    margin: 0 auto
}

.giftcard__apple-wallet-image {
    display: block;
    margin: 0 auto
}

.giftcard__wrap {
    margin: 0 auto 20px
}

@media print {
    @page {
        margin: .5cm
    }
    p {
        orphans: 3;
        widows: 3
    }
    body,
    html {
        background-color: #fff;
        color: #000
    }
    .giftcard__apple-wallet,
    .giftcard__print-link {
        display: none
    }
}

.no-js:not(html) {
    display: none
}

.no-js .no-js:not(html) {
    display: block
}

.no-js .js {
    display: none
}

.main-content {
    display: block;
    padding-bottom: 40px
}

@media only screen and (width>=750px) {
    .main-content {
        padding-bottom: 80px
    }
}

.template-index .main-content {
    padding-bottom: 0
}

.full-width {
    padding: 80px 20px;
    background-color: #f0f0f0
}

.full-width--return-link {
    margin-bottom: -40px
}

@media only screen and (width>=750px) {
    .full-width--return-link {
        margin-bottom: -80px
    }
}

.content-block+.full-width--return-link {
    margin-top: -20px
}

hr {
    margin: 20px 0;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 1px 0 0
}

.hr--dark {
    border-color: #cacaca
}

.page-empty {
    padding: 120px 0;
    margin-bottom: 20px
}

.index-section {
    margin-bottom: 30px
}

.index-section--flush+.index-section--flush {
    margin-top: -50px
}

.index-section--flush:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.flex--center-vertical .flex__item {
    -ms-flex-item-align: center;
    align-self: center
}

.flex--grid {
    margin: 0 -10px;
    flex-wrap: wrap
}

.flex--grid>.flex__item {
    padding: 10px
}

.flex--grid-center {
    justify-content: center
}

.flex--no-gutter {
    margin: 0
}

.flex--no-gutter>.flex__item {
    padding: 0
}

.grid--half-gutters {
    margin-left: -10px
}

.grid--half-gutters>.grid__item {
    padding-left: 10px
}

.grid--no-gutters {
    margin-left: 0
}

.grid--no-gutters>.grid__item {
    padding-left: 0
}

.grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0
}

.grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0
}

.medium-up--grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0
}

.medium-up--grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0
}

@media only screen and (width <=749px) {
    .medium-up--grid--table {
        display: block
    }
    .medium-up--grid--table>.grid__item {
        display: block
    }
}

body,
button,
input,
select,
textarea {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #383838;
    line-height: 1.2
}

@media only screen and (width <=989px) {
    input,
    textarea {
        font-size: 16px
    }
}

.cart__item-total .discounted_price,
.h1,
.h1--mini,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0 0 .52632em
}

.cart__item-total .discounted_price a,
.h1 a,
.h1--mini a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

.cart__item-total .discounted_price:last-child,
.h1--mini:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.cart__item-total .discounted_price,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.h1,
.h1--mini,
h1 {
    font-family: "Avenir Next", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 1.31579em
}

@media only screen and (width>=750px) {
    .h1,
    .h1--mini,
    h1 {
        font-size: 1.57895em
    }
}

.h2,
h2 {
    font-size: 1.57895em
}

.h3,
h3 {
    font-size: 1.26316em
}

.h4,
h4 {
    font-size: 1.10526em;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.cart__item-total .discounted_price,
.h5,
h5 {
    font-size: 1.05263em
}

.h6,
h6 {
    font-size: .84211em
}

.h1--mini {
    font-size: 1.47368em
}

.product-details-header {
    padding: 0 1vw;
    margin-top: 10px;
    height: 2em
}

@media screen and (width>=500px) {
    .product-details-header {
        height: 3.5em
    }
}

.rte {
    margin-bottom: 20px
}

.rte::after {
    content: '';
    display: table;
    clear: both
}

.rte:last-child {
    margin-bottom: 0
}

.cart__item-total .rte .discounted_price,
.rte .cart__item-total .discounted_price,
.rte .h1,
.rte .h1--mini,
.rte .h2,
.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 40px
}

.cart__item-total .rte .discounted_price:first-child,
.rte .cart__item-total .discounted_price:first-child,
.rte .h1--mini:first-child,
.rte .h1:first-child,
.rte .h2:first-child,
.rte .h3:first-child,
.rte .h4:first-child,
.rte .h5:first-child,
.rte .h6:first-child,
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
    margin-top: 0
}

.rte p {
    margin: 0
}

.rte li {
    margin-bottom: 10px
}

.rte li:last-child {
    margin-bottom: 0
}

.rte-setting {
    margin-bottom: 10px
}

.rte-setting:last-child {
    margin-bottom: 0
}

p {
    margin: 0 0 10px
}

p:last-child {
    margin-bottom: 0
}

blockquote {
    color: #222;
    font-size: 1.05263em;
    font-weight: 700;
    text-align: center
}

blockquote cite {
    font-size: .8em;
    font-weight: 400;
    opacity: .6;
    font-style: normal
}

@media only screen and (width <=749px) {
    blockquote {
        margin-left: 0;
        margin-right: 0
    }
}

.list--no-bullets {
    list-style: none
}

.list--bold {
    font-weight: 700;
    font-size: .78947em
}

label {
    font-size: .63158em;
    font-weight: 700;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 13px
}

.blog__meta {
    font-size: .73684em
}

.blog__rss-link .icon-rss {
    fill: currentcolor;
    width: 18px;
    height: 18px;
    vertical-align: baseline
}

.emphasized-title {
    display: inline;
    font-size: 1.89474em;
    line-height: 1.35;
    padding: 0 10px;
    background-color: #d8232f;
    color: #fff;
    box-decoration-break: clone
}

.emphasized-title--link:focus,
.emphasized-title--link:hover {
    background-color: #ac1c25;
    color: #fff
}

@media only screen and (width>=750px) {
    .emphasized-title--large {
        font-size: 3.15789em
    }
}

.emphasized-subtitle {
    display: inline;
    line-height: 2;
    padding: 10px;
    background-color: #054380;
    color: #fff;
    box-decoration-break: clone;
    transition: background-color .15s ease-in
}

@media only screen and (width>=750px) {
    .emphasized-subtitle {
        font-size: 1.05263em
    }
}

.emphasized-subtitle:focus,
.emphasized-subtitle:hover {
    color: #fff;
    background-color: #075db1
}

.emphasized-title-wrapper {
    margin-bottom: 8px
}

td,
th {
    padding: 10px;
    border: 1px solid #f0f0f0
}

::input-placeholder {
    color: #383838;
    opacity: .6
}

:placeholder {
    color: #383838;
    opacity: .6
}

:input-placeholder {
    color: #383838;
    opacity: .6
}

::input-placeholder {
    color: #383838;
    opacity: 1
}

input,
select,
textarea {
    background-color: #d4d4d4;
    color: #333;
    border: 0;
    max-width: 100%
}

input[disabled],
select[disabled],
textarea[disabled] {
    color: rgb(0 0 0 / 40%)
}

input.input--error,
select.input--error,
textarea.input--error {
    color: #fff
}

input.input--error::input-placeholder,
select.input--error::input-placeholder,
textarea.input--error::input-placeholder {
    color: #fff;
    opacity: .6
}

input.input--error:placeholder,
select.input--error:placeholder,
textarea.input--error:placeholder {
    color: #fff;
    opacity: .6
}

input.input--error:input-placeholder,
select.input--error:input-placeholder,
textarea.input--error:input-placeholder {
    color: #fff;
    opacity: .6
}

input.input--error::input-placeholder,
select.input--error::input-placeholder,
textarea.input--error::input-placeholder {
    color: #fff;
    opacity: 1
}

.input--content-color {
    background-color: #fff
}

input,
textarea {
    padding: 13px 15px
}

input[type="search"] {
    padding-right: 0
}

select {
    padding-top: 13px;
    padding-left: 15px;
    padding-bottom: 13px
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.form-vertical input[type="checkbox"],
.form-vertical input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.form-vertical input[type="submit"],
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
    display: inline-block
}

.input--full {
    width: 100%
}

textarea {
    min-height: 100px
}

.errors,
.form-success,
.note {
    padding: 13px;
    margin: 0 0 10px
}

.note {
    border: 1px solid #f0f0f0
}

.form-success {
    background-color: #59ac6c;
    color: #fff
}

.errors {
    background-color: #ec523e;
    color: #fff
}

.errors ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate
}

.form-vertical .input-group {
    margin-bottom: 20px
}

.input-group__btn,
.input-group__field {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group__btn .btn,
.input-group__btn .btn--secondary,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.input-group__field,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    height: 48px;
    padding-top: 0;
    padding-bottom: 0
}

.input-group__field {
    width: 100%
}

.form-vertical .input-group__field {
    margin: 0
}

.input-group__btn {
    white-space: nowrap;
    width: 1%
}

.input-group__btn .icon-arrow-right {
    width: 14px;
    height: 17px
}

.btn,
.btn--secondary,
.rte .btn--secondary,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    font-size: .78947em;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 15px!important;
    transition: color .1s ease-in, background-color .1s ease-in
}

.btn-small {
    padding: 10px 40px
}

.btn-viewall {
    text-decoration: underline;
    overflow: visible;
    white-space: nowrap;
    font-size: .78947em;
    font-weight: 700;
    float: right;
    letter-spacing: 0
}

@media only screen and (width>=750px) and (width <=989px) {
    .btn-viewall {
        font-size: .63158em
    }
}

@media only screen and (width <=749px) {
    .btn-viewall {
        font-size: .47368em
    }
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px
}

.btn--full {
    display: block;
    width: 100%
}

.btn-find {
    position: relative;
    top: -13px;
    margin-left: 5px
}

.btn-find:focus,
.btn-find:hover {
    cursor: pointer
}

.btn--findlocal {
    border: 0;
    background-color: #fff;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    border-radius: 3px
}

.btn--findlocal:focus,
.btn--findlocal:hover {
    cursor: pointer;
    color: #021c36
}

.center-icon {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.centerContent {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.link-accent-color,
a {
    color: #054380;
    text-decoration: none;
    transition: color .1s ease-in, background-color .1s ease-in
}

.link-accent-color:focus,
.link-accent-color:hover,
a:focus,
a:hover {
    color: #021c36
}

.text-link {
    transition: color .1s ease-in, background-color .1s ease-in
}

.text-link .icon {
    fill: currentcolor;
    height: 1em;
    width: 1em;
    margin-left: 3px
}

.link-body-color {
    color: #383838;
    transition: color .1s ease-in, background-color .1s ease-in
}

.link-body-color:focus,
.link-body-color:hover {
    color: #054380
}

.return-link {
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.26316em
}

.return-link .icon {
    fill: currentcolor
}

.placeholder-svg {
    fill: #787878;
    background-color: #c4c4c4;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgb(56 56 56 / 20%)
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.placeholder-background {
    position: absolute;
    inset: 0
}

.placeholder-background .placeholder-svg {
    border: 0
}

.featured-card__image .placeholder-svg {
    width: auto
}

.hero__slide .placeholder-background {
    background-color: #f0f0f0
}

.template-password {
    height: 100vh;
    background-color: #054380;
    color: #fff
}

.password-page {
    display: table;
    height: 100%;
    width: 100%
}

.password-page a {
    color: #fff
}

.cart__item-total .password-page .discounted_price,
.password-page .cart__item-total .discounted_price,
.password-page .h1,
.password-page .h1--mini,
.password-page .h2,
.password-page .h3,
.password-page .h4,
.password-page .h5,
.password-page .h6,
.password-page h1,
.password-page h2,
.password-page h3,
.password-page h4,
.password-page h5,
.password-page h6 {
    color: #fff
}

.password-page label {
    color: #fff
}

.password-page__inner {
    display: table-cell;
    vertical-align: middle
}

.password-modal__content,
.password-page__content {
    max-width: 600px;
    margin: 0 auto
}

.password-page__content {
    padding: 20px 0
}

.password-logo {
    margin-top: 10px;
    margin-bottom: 20px
}

.password-logo__image {
    max-width: 100%
}

.password-page__title {
    font-size: 2.63158em;
    line-height: 1;
    margin-bottom: 20px
}

.password-page__message {
    font-size: .94737em;
    margin-bottom: 40px
}

.password-signup-form {
    margin-bottom: 80px
}

.password-social-sharing {
    margin-bottom: 80px
}

.password-login-link {
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff
}

@media only screen and (width>=750px) {
    .password-login-link {
        position: absolute;
        top: 0;
        right: 0
    }
}

.password-login-link .icon {
    width: 12px;
    height: 1em;
    margin-right: 6.66667px;
    fill: currentcolor
}

.password-login-form {
    margin-bottom: 40px
}

.password-signup-form__subheading {
    margin-bottom: 25px
}

.password-signup-form__subheading a {
    color: #054380
}

.password-signup-form__subheading a:hover {
    color: #075db1
}

.password-signup-form .input-group {
    max-width: 450px;
    margin: 0 auto
}

.icon-shopify-logo {
    width: 97.71429px;
    height: 28.5px;
    margin-left: 6.66667px;
    fill: currentcolor
}

.template-giftcard {
    background-color: #054380
}

.giftcard__header {
    margin: 80px auto 40px
}

.giftcard__content {
    background-color: #fff;
    max-width: 540px;
    margin: 0 auto 40px;
    padding: 20px
}

.giftcard__shop-url {
    display: none
}

.giftcard__wrap {
    position: relative
}

.giftcard__wrap::after,
.giftcard__wrap::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid rgb(0 0 0 / 10%)
}

.giftcard__wrap::before {
    top: -2px;
    left: -2px;
    border-radius: 12px 0 100%;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 5%)
}

.giftcard__wrap::after {
    bottom: -2px;
    right: -2px;
    border-radius: 100% 0 12px;
    box-shadow: -2px -2px 1px rgb(0 0 0 / 5%)
}

.giftcard__image {
    display: block;
    border-radius: 12px;
    overflow: hidden
}

.giftcard__amount-wrapper {
    position: absolute;
    top: 6.66667px;
    right: 10px
}

.giftcard__amount,
.giftcard__amount-remaining {
    color: #fff
}

.giftcard__amount {
    font-size: 1.47368em;
    margin-bottom: 0;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%)
}

@media only screen and (width>=750px) {
    .giftcard__amount {
        font-size: 2.10526em
    }
}

.giftcard__code {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.giftcard__code-bubble {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #383838;
    padding: 10px 20px;
    font-size: .78947em;
    border-radius: 4px
}

@media only screen and (width>=750px) {
    .giftcard__code-bubble {
        font-size: 1.05263em
    }
}

.giftcard__code-bubble::after {
    content: '';
    display: block;
    position: absolute;
    inset: 5px;
    border: 1px dashed #383838;
    border-radius: 4px;
    opacity: .3
}

@media print {
    .giftcard__shop-url {
        display: block
    }
    .giftcard__wrap::after,
    .giftcard__wrap::before {
        display: none
    }
    .giftcard__amount-wrapper {
        background-color: #fff;
        border-radius: 4px;
        padding: 0 6.66667px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track::after,
.slick-track::before {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    padding: 3px;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("//cdn.shopifycdn.net/s/files/1/0027/9107/9971/t/59/assets/ajax-loader.gif?v=4135686330247201572") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: #7f7f7f;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent
}

.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
    opacity: 1
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
    opacity: .25
}

.slick-next::before,
.slick-prev::before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev::before {
    content: "\2190"
}

[dir="rtl"] .slick-prev::before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next::before {
    content: "\2192"
}

[dir="rtl"] .slick-next::before {
    content: "\2190"
}

.product-slick-next,
.product-slick-prev {
    position: absolute;
    display: block;
    height: 30px;
    width: 35px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #005daa82;
    color: #fff;
    top: -5%;
    transform: translate(0, -50%);
    padding: 0;
    border: none
}

.product-slick-next:focus,
.product-slick-next:hover,
.product-slick-prev:focus,
.product-slick-prev:hover {
    background: #1b4c94bf
}

.product-slick-next:focus::before,
.product-slick-next:hover::before,
.product-slick-prev:focus::before,
.product-slick-prev:hover::before {
    opacity: 1
}

.product-slick-next.product-slick-disabled::before,
.product-slick-prev.product-slick-disabled::before {
    opacity: .25
}

.product-slick-next::before,
.product-slick-prev::before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    font-weight: 700;
    line-height: .25;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.product-slick-prev {
    left: 10px;
    top: 50%;
    z-index: 20
}

[dir="rtl"] .product-slick-prev {
    left: auto;
    right: -25px
}

.product-slick-prev::before {
    content: "<"
}

[dir="rtl"] .product-slick-prev::before {
    content: ">"
}

.product-slick-next {
    right: 10px;
    top: 50%;
    z-index: 20
}

[dir="rtl"] .product-slick-next {
    left: -25px;
    right: auto
}

.product-slick-next::before {
    content: ">"
}

[dir="rtl"] .product-slick-next::before {
    content: "<"
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus::before,
.slick-dots li button:hover::before {
    opacity: 1
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: .75
}

.featuredproductslider-title {
    text-align: center;
    font-weight: 700
}

.featuredproductslider-price {
    text-align: center
}

.featuredproductslider-viewbutton {
    display: flex;
    justify-content: center;
    margin: 20px;
    bottom: 0
}

.site-header {
    background-color: #054380
}

.site-header__upper {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 20vw;
    min-height: 15vw;
    display: inline-block;
    max-width: 100%
}

@media only screen and (width>=750px) {
    .site-header__upper {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (width>=990px) {
    .site-header__upper {
        padding-top: 70px;
        padding-botton: 70px
    }
}

.nop {
    display: none
}

@media screen and (width <=498px) {
    td.hukka {
        width: 100%;
        display: inline-block
    }
    .cioi p {
        display: none
    }
    td.cart__cell--quantity {
        width: 30% !important
    }
}

@media screen and (width <=749px) {
    td.cart__cell--image.text-center {
        width: 30%;
        float: left
    }
    td.hukka {
        float: left;
        margin-bottom: 2rem;
        text-align: center !important
    }
    td.cart__cell--quantity {
        width: 20%;
        float: left;
        padding-left: 0
    }
    .cart__quantity-label,
    .nop {
        display: none !important
    }
    td.cart__cell--total {
        float: left
    }
    .responsive-table__row {
        border-bottom: none
    }
    .js-qty {
        margin-left: 0 !important
    }
    td.pro-name {
        width: 70%;
        float: right;
        display: inline-block
    }
    .responsive-table__row td:nth-child(2) {
        width: 70%;
        float: right;
        display: inline-block
    }
    .shopify-payment-button a.button.remot.shopify-payment-button__button--unbranded,
    a.btn.button.remot,
    a.button.remot.btn--secondary {
        display: none
    }
    .shopify-payment-button a.button.remove.shopify-payment-button__button--unbranded,
    a.btn.button.remove,
    a.button.remove.btn--secondary {
        display: block;
        margin-left: 23px
    }
    .site-header__upper {
        max-height: 20vw;
        min-height: 25vw
    }
    tr.cart__row.responsive-table__row td {
        text-align: left
    }
}

.site-header__logo {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 100%
}

.site-header__logo a {
    display: block;
    color: #fff
}

@media only screen and (width>=750px) {
    .site-header__logo a {
        display: block;
        float: left
    }
}

.site-header__shop-name--small {
    font-size: 20px
}

.template-giftcard .site-header__logo-link {
    display: inline-block;
    float: none
}

.site-header__link {
    display: inline-block;
    color: #222;
    padding: 10px;
    line-height: 1
}

.site-header__link .icon {
    width: 30px;
    height: 30px;
    fill: currentcolor;
    background-color: rgb(255 255 255 / 60%)
}

.site-header__link .icon-cart {
    position: relative;
    top: -1px
}

.site-header__link:focus,
.site-header__link:hover {
    color: #054380
}

.site-header__menu-toggle--close {
    display: none
}

.site-header__link.js-drawer-open .site-header__menu-toggle--open {
    display: none
}

.site-header__link.js-drawer-open .site-header__menu-toggle--close {
    display: block
}

.site-header__cart {
    position: relative
}

.site-header__cart-indicator {
    position: absolute;
    bottom: 19px;
    right: 8px;
    background-color: #054380;
    height: 10px;
    width: 10px;
    border-radius: 10px
}

.no-svg .site-header__cart-indicator {
    bottom: auto;
    top: -6px;
    right: -10px
}

.site-header__search-cart-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.site-header__search {
    position: relative;
    display: inline-block
}

.site-header__search-input {
    width: 45px;
    display: block;
    height: 45px
}

.active-form .site-header__search-submit {
    pointer-events: auto;
    z-index: 2
}

.active-form .site-header__search-input {
    width: 200px;
    opacity: 1;
    padding-left: 10px;
    padding-right: 30px
}

@media only screen and (width>=990px) {
    .active-form .site-header__search-input {
        width: 250px
    }
}

.site-header__search-input {
    position: relative;
    cursor: pointer;
    opacity: 0;
    width: 45px;
    height: 45px;
    font-size: .68421em;
    color: #fff;
    background-color: #0758a7;
    transition: opacity .15s ease-in, width .15s ease-in;
    z-index: 1;
    min-width: 1px
}

.site-header__search-input::input-placeholder {
    color: #fff;
    opacity: .6
}

.site-header__search-input:placeholder {
    color: #fff;
    opacity: .6
}

.site-header__search-input:input-placeholder {
    color: #fff;
    opacity: .6
}

.site-header__search-input::input-placeholder {
    color: #fff;
    opacity: 1
}

input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    left: -10px
}

.nav-bar {
    position: relative;
    border-top: 1px solid #065099;
    background-color: #054380;
    z-index: 5
}

.nav-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #054380;
    z-index: 6
}

.sticky {
    position: relative;
    overflow: visible;
    z-index: 5
}

.sticky--active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, -100%, 0)
}

.sticky--open {
    transform: translate3d(0, 0, 0);
    transition: all .35s cubic-bezier(.33, .59, .14, 1)
}

.sticky--active .sticky-hidden {
    display: none
}

.sticky-only {
    position: relative;
    display: none;
    z-index: 7
}

.sticky--active .sticky-only {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.site-nav {
    margin-left: -20px;
    white-space: nowrap
}

.site-nav__item--no-columns {
    position: relative
}

.site-nav__item--no-columns .meganav {
    right: auto;
    min-width: 200px
}

.site-nav__item--no-columns .meganav__list {
    width: 100%
}

.site-nav__link {
    position: relative;
    font-family: AvantGardeGothic, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 575;
    letter-spacing: -1px;
    color: #fff;
    z-index: 7
}

.site-nav__link .icon {
    position: relative;
    top: -1.5px;
    width: 10px;
    height: 10px;
    fill: currentcolor
}

.site-nav--active .site-nav__link,
.site-nav__link:focus,
.site-nav__link:hover {
    color: #fff900
}

.site-nav__link:focus {
    background-color: #0758a7
}

.site-nav--active .site-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: #054380
}

.cart-menubar {
    padding-left: 37px
}

@media screen and (width <=967px) {
    .cart-menubar {
        display: none
    }
    .site-nav__link2 {
        display: none
    }
}

.site-nav__link2 {
    font-size: .84211em;
    font-weight: 700;
    letter-spacing: .6px;
    position: relative;
    color: #fff;
    z-index: 7
}

.site-nav__link2 .icon2 {
    position: relative;
    top: 6px;
    right: 25px;
    width: 25px;
    height: 25px;
    fill: currentcolor
}

.site-nav--active .site-nav__link2,
.site-nav__link2:focus,
.site-nav__link2:hover {
    color: #fff900
}

.site-nav__link2:focus {
    background-color: #0758a7
}

.site-nav--active .site-nav__link2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: #054380
}

.site-nav__link--compressed .icon {
    width: 30px;
    height: 30px
}

.site-nav__link-menu-label {
    display: none
}

@media only screen and (width>=750px) {
    .site-nav__link-menu-label {
        display: inline-block
    }
}

.customer-login-links {
    position: relative;
    display: inline-block;
    margin-right: -10px;
    z-index: 7
}

.customer-login-links a {
    display: inline-block;
    color: rgb(255 255 255 / 60%);
    padding: 20px 10px;
    font-size: .78947em
}

.customer-login-links a:focus,
.customer-login-links a:hover {
    color: #fff
}

.meganav {
    display: block;
    visibility: hidden;
    right: 0;
    background-color: #fff
}

.meganav.meganav--active {
    visibility: visible;
    z-index: 6
}

.site-header .meganav {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
    transition: none
}

.site-header .meganav.meganav--active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all .8s cubic-bezier(.075, .82, .165, 1), opacity .4s cubic-bezier(.075, .82, .165, 1)
}

.site-header .meganav.meganav--no-animation {
    transition: none
}

.drawer__nav .meganav {
    display: none
}

.meganav__nav {
    margin: 0 auto;
    position: relative;
    list-style: none
}

.meganav__nav--third-level {
    padding-left: 20px
}

.meganav__list {
    padding: 20px 0
}

.meganav__list--third-level {
    background-color: #f0f0f0
}

.meganav__list--offset::before {
    content: "\00a0";
    font-size: 1.26316em;
    visibility: hidden
}

.meganav__list--gutter {
    padding-left: 20px;
    padding-right: 20px
}

.meganav__list--multiple-columns {
    position: relative
}

.meganav__title {
    font-size: 1.26316em;
    margin-bottom: 0;
    white-space: normal
}

.meganav__link {
    display: block;
    color: #383838;
    padding: 5px 10px;
    margin-left: -10px
}

.meganav__link:focus,
.meganav__link:hover {
    color: #054380
}

.meganav__link--has-list {
    position: relative
}

.meganav__link--has-list .icon {
    position: relative;
    top: -1.5px;
    width: 9px;
    height: 9px;
    fill: currentcolor
}

.meganav__link--active {
    color: #0154a7;
    font-weight: 700
}

.meganav__product .product-card {
    border-bottom-width: 0
}

.meganav__product:last-child .product-card {
    border-right-width: 1px
}

.site-nav__dropdown-container {
    padding: 0 20px;
    min-width: 200px;
    white-space: normal
}

.meganav__nav .site-nav__dropdown-container {
    padding: 0 20px;
    margin-left: -20px
}

.site-nav__dropdown-container.meganav--active {
    background-color: #f0f0f0
}

.site-nav__dropdown--third-level {
    display: flex;
    width: 100%;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    background-color: #f0f0f0;
    height: auto;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all .8s cubic-bezier(.075, .82, .165, 1), opacity .4s cubic-bezier(.075, .82, .165, 1)
}

.meganav__list .site-nav__dropdown--third-level {
    margin-left: -20px
}

.site-nav__dropdown--third-level.meganav--active {
    visibility: visible;
    opacity: 1
}

.meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level {
    left: 20%;
    width: 80%;
    height: 100%;
    overflow: hidden
}

.meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__list {
    display: flex;
    width: 100%;
    flex-flow: column wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    max-height: 100%;
    overflow: auto hidden
}

.meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__link--third-level {
    display: inline-block;
    white-space: normal
}

.meganav__list:nth-child(2) .site-nav__dropdown--third-level {
    left: 40%;
    width: 60%
}

.meganav__list:nth-child(3) .site-nav__dropdown--third-level {
    left: 60%;
    width: 40%
}

.meganav__list:nth-child(4) .site-nav__dropdown--third-level {
    left: 80%;
    width: 20%
}

.meganav__list:nth-child(5) .site-nav__dropdown--third-level {
    left: auto;
    right: calc(20% + 20px);
    text-align: right
}

.site-nav__dropdown--full-height {
    height: 100%
}

.meganav--drawer {
    background-color: #f0f0f0;
    visibility: visible;
    overflow: hidden
}

.meganav--drawer .product-card {
    margin-top: 1px
}

.meganav--drawer .meganav__product {
    margin-left: -4px
}

.drawer__nav-toggle--open {
    display: block
}

.meganav--active>.drawer__nav-toggle--open {
    display: none
}

.drawer__nav-toggle--close {
    display: none
}

.meganav--active>.drawer__nav-toggle--close {
    display: block
}

.meganav__scroller {
    white-space: nowrap;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch
}

.drawer__nav--template-index .meganav__scroller {
    background-color: #fff;
    border-top: 1px solid #f0f0f0
}

.meganav__scroller .grid__item {
    float: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal
}

.drawer__nav .meganav__scroller--has-list {
    padding-left: 20px
}

html {
    background-color: #036;
    width: 100%
}

.site-footer {
    background-color: #036;
    color: rgb(255 255 255 / 60%);
    padding-top: 20px
}

@media only screen and (width>=750px) {
    .site-footer {
        padding-top: 40px
    }
}

.site-footer a {
    color: rgb(255 255 255 / 60%)
}

.site-footer a:focus,
.site-footer a:hover {
    color: #fff
}

.site-footer p {
    margin-bottom: 10px
}

@media only screen and (width <=749px) {
    .site-footer .page-width {
        padding: 0 20px
    }
}

.flex-footer {
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px
}

.flex-footer .flex__item {
    flex: 1 1 100%;
    padding: 0 10px
}

@media only screen and (width>=750px) {
    .flex-footer .flex__item {
        flex: 1 1 20%
    }
}

.site-footer__section {
    padding-bottom: 20px
}

@media only screen and (width>=750px) {
    .site-footer__section {
        padding-bottom: 40px
    }
}

.site-footer__copyright {
    border-top: 1px solid #004080;
}

.site-footer__section-title {
    color: #fff;
    font-size: 1.26316em
}

.site-footer__list {
    list-style: none
}

.site-footer__list-item {
    margin-bottom: 10px
}

.site-footer__newsletter-label {
    display: block;
    color: rgb(255 255 255 / 60%);
    font-family: Roboto, sans-serif;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    text-transform: inherit
}

.site-footer__newsletter-label a {
    color: #054380
}

.site-footer__newsletter-label a:hover {
    color: #075db1
}

.site-footer .social-icons .icon {
    fill: currentcolor
}

.site-footer .social-icons .icon {
    margin-right: 10px
}

.site-footer .social-icons a {
    display: block;
    margin-bottom: 10px
}

.site-footer .payment-icons {
    padding: 5px 0
}

.site-footer .payment-icons li {
    padding: 5px 0
}

.content-block {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px
}

.content-block:last-child {
    margin-bottom: 0
}

.content-block--small {
    padding: 20px
}

.content-block--gallery-page {
    background-color: #fff;
    padding: 20px, 15px, 20px, 40px;
    margin-bottom: 20px
}

.content-block--no-bottom-padding {
    padding-bottom: 0
}

.content-block__item {
    margin-bottom: 20px
}

.content-block__full-image {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 40px
}

.content-block__full-image img {
    display: block;
    margin: 0 auto
}

.content-block__full-image:first-child {
    margin-top: -40px
}

.product-card {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 0;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 0 0 1px;
    color: #383838;
    z-index: 10;
    height: 330px
}

.grid--no-gutters .product-card {
    border-left-width: 1px
}

.collection__card--first .product-card {
    border-left-width: 0
}

.product-card:focus,
.product-card:hover {
    color: #383838
}

.product-card:focus {
    z-index: 2
}

@media only screen and (width>=750px) {
    .product-card {
        padding: 0
    }
}

@media only screen and (width <=600px) {
    .product-card {
        height: 42vw
    }
}

.product-card-headings {
    display: table;
    width: 100%
}

.product-card__overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 6%);
    transition: all .15s ease-in
}

.product-card:focus .product-card__overlay,
.product-card:hover .product-card__overlay {
    visibility: visible;
    opacity: 1
}

.product-card__overlay-btn {
    position: relative;
    top: 50%;
    transform: translateY(-45%);
    transition: all .15s ease-in
}

.product-card:hover .product-card__overlay-btn {
    transform: translateY(-85%)
}

.no-csstransforms .product-card__overlay-btn {
    top: 35%
}

.product-card__image-container {
    height: 200px;
    margin-bottom: 80px;
    display: table;
    width: 100%
}

.product-card__image-wrapper {
    display: table-cell;
    vertical-align: top
}

.product-card__image {
    position: relative;
    margin: 0 auto
}

.product-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.pricetable-tg {
    border-collapse: collapse;
    border-spacing: 0
}

.pricetable-tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #000
}

.pricetable-tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #000
}

.pricetable-tg .pricetable-tg-y6fn {
    background-color: silver;
    text-align: left;
    vertical-align: top
}

.pricetable-tg .pricetable-tg-0lax {
    text-align: left;
    vertical-align: top
}

.map-image {
    width: 3.75em;
    height: 3.75em
}

.product-card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0 10px
}

@media only screen and (width>=750px) {
    .product-card__info {
        padding-bottom: 0 0 5px 0
    }
}

.product-card__availability,
.product-card__name {
    position: relative;
    z-index: 3
}

.product-card__name {
    font-weight: 700;
    color: #222;
    white-space: normal
}

.product-card__availability {
    font-weight: 700;
    letter-spacing: .6px;
    font-size: .73684em;
    color: #054380
}

.product-card__brand,
.product-card__price {
    font-size: .73684em
}

.product-card__regular-price {
    opacity: 1;
    color: #454545
}

.template-product .page-container {
    background-color: #fff
}

.product-single {
    margin-bottom: 40px
}

@media only screen and (width>=750px) {
    .product-single {
        margin-bottom: 80px
    }
}

@media only screen and (width <=749px) {
    .product-single__info-wrapper {
        padding: 0 10px
    }
}

.product-single__meta-list {
    line-height: 1
}

.product-single__meta-list li {
    padding-right: 10px;
    vertical-align: middle
}

.product-single__meta-list li:last-child {
    padding-right: 0
}

.product-single__vendor {
    margin-bottom: 5px
}

.product-single__title {
    margin-bottom: 6.66667px;
    font-size: 3.9vw;
    letter-spacing: 0
}

@media screen and (width>=1000px) {
    .product-single__title {
        font-size: 39px
    }
}

@media only screen and (width <=330px) {
    .product-single__title {
        font-size: 3.8vw
    }
}

.product-single__price-container {
    margin-bottom: 10px
}

.product-single__price {
    font-size: 1.05263em
}

.product-single__price--compare {
    color: #454545
}

.product-single__stock {
    display: inline-block;
    padding: 15px 0;
    font-size: .68421em;
    text-transform: uppercase
}

.product-single__policies {
    font-size: .94737em
}

.product-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5px
}

.product-form .btn,
.product-form .btn--secondary,
.product-form .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-form .shopify-payment-button__button--unbranded {
    padding-top: 10px;
    padding-bottom: 12px
}

.product-form .btn,
.product-form .btn--secondary,
.product-form .shopify-payment-button .shopify-payment-button__button--unbranded,
.product-form input[type="text"],
.product-form select,
.shopify-payment-button .product-form .shopify-payment-button__button--unbranded {
    min-height: 48px
}

.product-form.product-form--featured-product {
    margin-top: 30px;
    text-align: left
}

.no-js .product-form__variants {
    display: block;
    margin-bottom: 10px
}

.product-form__item {
    flex: 1 0 160px;
    margin-bottom: 10px;
    padding: 0 5px
}

.product-form__item label {
    display: block
}

.product-form__item--quantity {
    flex: 0 0 100px
}

.product-form__item--submit {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    display: flex;
    flex-direction: column;
    margin-top: 0
}

.product-form--payment-button .product-form__item--submit {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.product-form__item--submit.product-form__onboarding {
    margin-top: 20px;
    padding-left: 0
}

.product-form__input {
    display: block;
    width: 100%
}

.btn--sold-out[disabled] {
    background-color: #ec523e;
    color: #fff
}

.product-form__cart-submit {
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    border-radius: 3px
}

.shopify-payment-button {
    flex: 1
}

.shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px;
    border-radius: 3px
}

.shopify-payment-button .shopify-payment-button__button--branded {
    overflow: hidden;
    min-height: 48px
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 100%;
    margin-bottom: 10px
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #075db1 !important
}

.shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px;
    font-size: .89474em;
    color: #054380;
    text-decoration: underline
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
    color: #075db1
}

.product-form--payment-button .shopify-payment-button {
    margin-bottom: 10px
}

.photos {
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row
}

.photos__item--main {
    text-align: center;
    min-width: 0;
    margin: 0 20px;
    flex: 1 1 auto;
    order: 2
}

@media only screen and (width <=749px) {
    .photos__item--main {
        margin: 10px 0 0
    }
}

.photos__item--thumbs {
    max-width: 100%;
    order: 1;
    flex: 0 0 15%;
    margin: 10px 0 0
}

@media only screen and (width>=750px) and (width <=989px) {
    .photos__item--thumbs {
        width: 25%
    }
}

.product__photo-container {
    width: 100%;
    position: relative;
    max-width: 480px;
    margin: 0 auto
}

.product__photo-container.hide {
    display: none
}

.product__photo-wrapper {
    display: block;
    width: 100%
}

.product__photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.product-single__photo {
    margin-bottom: 20px
}

.product-single__thumbnails.slick-vertical .slick-slide {
    border: 0;
    padding: 2px 0
}

.product-single__thumbnails {
    display: none;
    margin: 0 10px 20px
}

.product-single__thumbnails.slick-initialized {
    display: block
}

@media only screen and (width>=750px) {
    .product-single__thumbnails {
        margin: 0
    }
}

.product-single__thumbnails--static {
    display: block;
    text-align: center
}

@media only screen and (width <=749px) {
    .product-single__thumbnails--static .product-single__thumbnail-item {
        display: inline-block;
        width: 45%;
        max-width: 150px
    }
}

.product-single__thumbnail {
    position: relative;
    display: block;
    height: 130px;
    padding: 0;
    max-width: 200px;
    margin: 5 auto
}

@media only screen and (width <=749px) {
    .product-single__thumbnail {
        height: 97.5px;
        width: 100px;
        margin-top: 10px
    }
}

@media only screen and (width>=750px) and (width <=989px) {
    .product-single__thumbnail {
        height: 130px;
        width: 99%
    }
}

.product-single__thumbnail img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-height: 130px;
    margin: 0 auto
}

.no-csstransforms .product-single__thumbnail img {
    top: 0
}

.is-active .product-single__thumbnail::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid #054380
}

.product-single__thumbnails.slick-initialized .slick-next,
.product-single__thumbnails.slick-initialized .slick-prev {
    opacity: .2;
    transition: opacity .15s ease-in;
    width: 30px;
    height: 30px
}

.product-single__thumbnails.slick-initialized .slick-next::before,
.product-single__thumbnails.slick-initialized .slick-prev::before {
    display: none
}

.product-single__thumbnails.slick-initialized .slick-next:focus,
.product-single__thumbnails.slick-initialized .slick-next:hover,
.product-single__thumbnails.slick-initialized .slick-prev:focus,
.product-single__thumbnails.slick-initialized .slick-prev:hover {
    opacity: .7
}

.product-single__thumbnails.slick-initialized .slick-next .icon,
.product-single__thumbnails.slick-initialized .slick-prev .icon {
    fill: #383838;
    width: 30px;
    height: 30px
}

.product-single__thumbnails.slick-initialized .slick-disabled {
    opacity: 0;
    visibility: hidden
}

.product-single__thumbnails.slick-vertical .slick-next,
.product-single__thumbnails.slick-vertical .slick-prev {
    left: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
    height: auto
}

@media only screen and (width <=749px) {
    .product-single__thumbnails.slick-vertical .slick-next,
    .product-single__thumbnails.slick-vertical .slick-prev {
        width: 100px
    }
}

.product-single__thumbnails.slick-vertical .slick-prev {
    top: -20px
}

.product-single__thumbnails.slick-vertical .slick-next {
    top: auto;
    bottom: -50px
}

.product-modal__image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-height: 95%;
    max-width: 95%;
    margin: 0 auto
}

.no-csstransforms .product-modal__image {
    top: 2.5%
}

.js-modal-open-product-modal {
    cursor: zoom-in
}

.product-tag {
    font-weight: 700;
    letter-spacing: .6px;
    display: inline-block;
    font-size: .63158em;
    background-color: #054380;
    color: #fff;
    padding: 4px 10px
}

.product-tag--absolute {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.pagination {
    text-align: center;
    margin: 40px 40px 0
}

.pagination a {
    color: #383838
}

.pagination a:focus,
.pagination a:hover {
    color: #054380
}

.pagination .current {
    font-weight: 700;
    color: #222
}

.pagination .current,
.pagination a {
    display: inline-block;
    padding: 5px 10px
}

.comment {
    margin-bottom: 20px
}

.comment:last-child {
    margin-bottom: 0
}

.comment+.comment {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0
}

.rte--indented-images .rte__image-indent {
    position: relative;
    margin-left: -20px;
    margin-right: -20px
}

@media only screen and (width>=750px) {
    .rte--indented-images .rte__image-indent {
        margin-left: -40px;
        margin-right: -40px
    }
}

.section-header {
    margin-bottom: 40px
}

@media only screen and (width <=749px) {
    .section-header__item+.section-header__item {
        margin-top: 20px
    }
}

.section-header__subtext,
.section-header__title {
    margin-bottom: 0
}

.hero-wrapper {
    position: relative;
    margin-top: 0
}

@media only screen and (width>=750px) {
    .hero-wrapper {
        margin-top: 0
    }
}

.hero-wrapper--adapt {
    background-color: #f0f0f0
}

.hero-wrapper--adapt .hero {
    background-color: #f0f0f0
}

.hero {
    background-color: #075db1;
    height: 340px;
    margin-bottom: -30px;
    overflow: hidden
}

@media only screen and (width>=750px) {
    .hero {
        height: 600px;
        margin-bottom: -60px
    }
}

.shopify-section:last-of-type .hero {
    margin-bottom: 0
}

.hero .hero__slide,
.hero .slick-list,
.hero .slick-track {
    height: 100%
}

.hero--large {
    height: 440px
}

@media only screen and (width>=750px) {
    .hero--large {
        height: 740px
    }
}

.hero--adapt {
    margin-bottom: 0
}

.hero--adapt-height {
    max-height: 100vh
}

@media only screen and (width>=750px) {
    .hero--adapt-height {
        max-height: 80vh
    }
}

.hero-toggle-stop {
    display: table
}

.is-paused .hero-toggle-stop {
    display: none
}

.hero-toggle-play {
    display: none
}

.is-paused .hero-toggle-play {
    display: table
}

.hero .slick-dots {
    margin: 0;
    bottom: 10px
}

.hero .slick-dots li {
    margin: 0;
    vertical-align: middle
}

.hero .slick-dots li button {
    position: relative
}

.hero .slick-dots li button::before {
    text-indent: -9999px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 10px;
    height: 10px;
    margin: 5px 0 0 5px;
    opacity: 1;
    transition: all .2s
}

.hero .slick-dots li.slick-active button::before {
    background-color: transparent;
    border-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 4px 0 0 4px
}

.hero .slick-dots li button:active::before {
    opacity: .5
}

.hero .slick-next,
.hero .slick-prev {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px
}

.hero .slick-prev {
    left: 0
}

.hero .slick-next {
    right: 0
}

.hero__slide {
    position: relative
}

.hero__image {
    position: relative;
    opacity: 0;
    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.no-js .hero__image,
.slick-initialized .hero__image {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.hero__image img {
    display: block;
    width: 100%
}

.hero__image-content {
    height: inherit
}

.hero-content {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0
}

.hero-wrapper--adapt .hero-content {
    bottom: 0;
    width: 100%
}

@media only screen and (width>=750px) {
    .hero-content {
        bottom: 120px
    }
    .hero-wrapper--adapt .hero-content {
        bottom: 60px
    }
}

.hero-content .hero-content__title-wrapper {
    margin-bottom: 2px
}

.hero-content .hero-content__controls,
.hero-content .hero-content__title-wrapper {
    transform: translateY(10px);
    opacity: 0
}

@media only screen and (width>=750px) {
    .hero-content .hero-content__controls,
    .hero-content .hero-content__title-wrapper {
        transform: translateY(40px)
    }
}

.hero-wrapper--adapt .hero-content .hero-content__controls {
    transform: translateY(0);
    opacity: 1;
    background-color: rgb(0 0 0 / 0%)
}

@media only screen and (width>=750px) {
    .hero-wrapper--adapt .hero-content .hero-content__controls {
        transform: translateY(40px);
        opacity: 0
    }
}

.hero-content__inner-text {
    padding: 0 5px
}

@media only screen and (width>=750px) {
    .hero-content__inner-text {
        padding: 0 60px
    }
}

.hero-content__title {
    display: none;
    font-size: .26316em;
    line-height: 1.35;
    margin-bottom: .625rem;
    padding: 0 10px;
    background-color: #d8232f;
    color: #fff;
    box-decoration-break: clone
}

.hero-content__title:last-child {
    margin-bottom: .625rem
}

.hero-wrapper--adapt .hero-content__title {
    margin-bottom: .31rem
}

@media only screen and (width>=750px) {
    .hero-content__title {
        font-size: 3.15789em
    }
    .hero-wrapper--adapt .hero-content__title {
        margin-bottom: .625rem
    }
}

.hero-content__inner-controls {
    padding: 0
}

@media only screen and (width>=750px) {
    .hero-content__inner-controls {
        padding: 0 60px
    }
}

.hero-content__controls {
    display: flex;
    width: 100%;
    box-decoration-break: clone
}

.hero-wrapper--adapt .hero-content__controls {
    width: 100%;
    margin-left: 0
}

@media only screen and (width>=750px) {
    .hero-wrapper--adapt .hero-content__controls {
        width: inherit;
        background-color: rgb(0 0 0 / 0%)
    }
}

.hero-content__controls .icon {
    position: relative;
    width: 11px;
    height: 11px;
    fill: currentcolor;
    top: -1px
}

.hero-content__controls-item {
    color: #fff;
    padding: 8px 15px;
    margin-right: 1px;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hero-wrapper--adapt .hero-content__controls-item {
    margin-right: 0
}

@media only screen and (width>=750px) {
    .hero-wrapper--adapt .hero-content__controls-item {
        margin-right: 1px;
        background-color: rgb(0 0 0 / 0%)
    }
}

.hero-content__controls-item--count {
    padding: 8px 6px;
    min-width: 40px;
    text-align: center;
    font-size: .63158em;
    justify-content: center
}

@media only screen and (width>=750px) {
    .hero-content__controls-item--count {
        padding: 10px;
        background-color: rgb(0 0 0 / 0%)
    }
}

.hero-content__controls-item--arrow,
.hero-content__controls-item--pause {
    padding: 0;
    align-items: stretch
}

.hero-content__controls-item--arrow button,
.hero-content__controls-item--pause button {
    padding: 8px 15px;
    border: none;
    background-color: rgb(0 0 0 / 0%);
    color: #fff;
    transition: background-color .15s ease-in
}

.hero-content__controls-item--arrow button:focus,
.hero-content__controls-item--arrow button:hover,
.hero-content__controls-item--pause button:focus,
.hero-content__controls-item--pause button:hover {
    color: #fff;
    background-color: #0758a7
}

@media only screen and (width>=750px) {
    .hero-content__controls-item--arrow button,
    .hero-content__controls-item--pause button {
        padding: 10px 15px
    }
}

.hero-content__controls-item--pause .icon-pause {
    height: 7px
}

.hero-content__controls-item--pause .icon-play {
    height: 9px
}

.hero-content__controls-item--text {
    display: none
}

.hero-wrapper--adapt .hero-content__controls-item--text {
    text-align: right;
    width: 100%
}

@media only screen and (width>=750px) {
    .hero-wrapper--adapt .hero-content__controls-item--text {
        width: inherit
    }
}

@media only screen and (width>=750px) {
    .hero-content__controls-item--text {
        font-size: 1.05263em
    }
}

.hero-content__controls-item--arrow,
.hero-content__controls-item--text {
    transition: background-color .15s ease-in
}

.hero-content__controls-item--arrow:focus,
.hero-content__controls-item--arrow:hover,
.hero-content__controls-item--text:focus,
.hero-content__controls-item--text:hover {
    color: #fff;
    background-color: #0758a7
}

.hero-content-navigation {
    display: flex
}

.hero-content-navigation__item {
    list-style: none
}

.hero-content-active .hero-content__controls,
.hero-content-active .hero-content__title-wrapper {
    transform: translateY(0);
    opacity: 1;
    transition: .4s
}

@media only screen and (width>=750px) {
    .hero-content-active .hero-content__controls,
    .hero-content-active .hero-content__title-wrapper {
        transition: .6s
    }
}

@media only screen and (width>=750px) {
    .hero-wrapper--adapt .hero-content-active .hero-content__controls {
        transform: translateY(0);
        opacity: 1
    }
}

.hero-title-active {
    display: inline
}

.hero-link-active {
    display: block
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.page-container {
    overflow: hidden
}

.js-drawer-open .page-container::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 10
}

.js-drawer-open {
    overflow: hidden
}

.drawer {
    display: none;
    position: fixed;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    max-width: 95%;
    z-index: 1;
    background-color: #fff;
    transition: all .35s cubic-bezier(.33, .59, .14, 1)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .drawer {
        z-index: 3
    }
}

.drawer--left {
    width: 300px;
    left: -300px
}

.js-drawer-open-left .drawer--left {
    display: block;
    transform: translateX(300px)
}

.no-csstransforms .js-drawer-open-left .drawer--left {
    left: 0
}

.drawer--right {
    width: 300px;
    right: -300px
}

.js-drawer-open-right .drawer--right {
    display: block;
    transform: translateX(-300px)
}

.no-csstransforms .js-drawer-open-right .drawer--right {
    right: 0
}

.is-moved-by-drawer {
    transition: all .35s cubic-bezier(.33, .59, .14, 1)
}

.js-drawer-open-left .is-moved-by-drawer {
    transform: translateX(300px)
}

.no-csstransforms .js-drawer-open-left .is-moved-by-drawer {
    left: 300px
}

.js-drawer-open-right .is-moved-by-drawer {
    transform: translateX(-300px)
}

.no-csstransforms .js-drawer-open-right .is-moved-by-drawer {
    left: -300px
}

.page-element {
    position: relative
}

.page-element.is-transitioning {
    z-index: 2
}

.page-container {
    background-color: #f0f0f0
}

.is-moved-by-drawer {
    transition: all .35s cubic-bezier(.33, .59, .14, 1)
}

.js-drawer-open .is-moved-by-drawer {
    transition: all .35s cubic-bezier(.33, .59, .14, 1)
}

.js-drawer-open-left .is-moved-by-drawer {
    box-shadow: rgb(0 0 0 / 10%) 0 0 5px
}

.js-drawer-open-right .is-moved-by-drawer {
    box-shadow: rgb(0 0 0 / 10%) 0 0 -5px
}

.drawer--left {
    left: -75px
}

.js-drawer-open-left .drawer--left {
    transform: translateX(75px)
}

.drawer {
    overflow: visible;
    color: #0154a7
}

.drawer__inner {
    position: absolute;
    inset: 0;
    overflow: hidden auto
}

.drawer__search {
    position: relative;
    background-color: #f0f0f0;
    padding: 10px
}

.drawer__search-input {
    display: block;
    width: 100%;
    padding-left: 15px;
    background-color: #fff
}

.drawer__search-input[type="search"] {
    padding-right: 60px
}

.drawer__search-input::-webkit-search-decoration {
    display: none
}

.drawer__search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px
}

.drawer__search-submit .icon {
    width: 25px;
    height: 25px;
    fill: #0154a7
}

.drawer__nav {
    list-style: none
}

.drawer__nav--template-index {
    position: relative;
    margin-bottom: -10px;
    background-color: #fff
}

.drawer__nav--margin {
    margin-bottom: 30px
}

.drawer__nav-item {
    display: block
}

@media only screen and (width <=749px) {
    .drawer__nav-item {
        border-bottom: 1px solid #f0f0f0
    }
}

.drawer__nav-link {
    display: block
}

.drawer__nav-link--top-level {
    font-family: "Avenir Next", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 13.33333px 20px;
    font-size: 1.36842em;
    color: #0154a7
}

.drawer__nav-link--top-level:focus,
.drawer__nav-link--top-level:hover {
    color: #0154a7;
    background-color: #fafafa
}

.drawer__nav-link--split {
    flex: 1 0 0;
    padding-right: 0
}

.drawer__nav-has-sublist {
    display: flex;
    width: 100%;
    flex-direction: row
}

.drawer__nav-toggle-btn {
    padding: 10px 20px;
    color: #0154a7;
    line-height: 1
}

.drawer__nav-toggle-btn .icon {
    width: 18px;
    height: 18px;
    fill: currentcolor
}

.drawer__nav-toggle-btn:focus,
.drawer__nav-toggle-btn:hover {
    opacity: .6
}

.drawer__nav-toggle-btn--small {
    color: #383838;
    line-height: 0
}

.drawer__nav-toggle-btn--small .icon {
    width: 12px;
    height: 12px
}

.drawer__nav-toggle--open {
    display: block
}

.drawer__nav-toggle--close {
    display: none
}

.collection-sort {
    display: inline-block;
    text-align: left;
    max-width: 150px
}

.collection-sort+.collection-sort {
    margin-left: 20px
}

@media only screen and (width <=749px) {
    .collection-sort {
        width: 80%
    }
    .collection-sort+.collection-sort {
        margin: 20px 0 0
    }
}

.collection-sort__label {
    display: block;
    text-align: center
}

@media only screen and (width>=750px) {
    .collection-sort__label {
        text-align: left;
        padding-left: 6.66667px;
        margin-bottom: 0
    }
}

.collection-sort__input {
    background-color: transparent;
    font-weight: 700;
    padding-top: 6.66667px;
    padding-bottom: 6.66667px;
    padding-left: 6.66667px
}

@media only screen and (width <=749px) {
    .collection-sort__input {
        width: 100%;
        border: 1px solid #d6d6d6
    }
}

.collection {
    margin-bottom: 15px
}

.collection:last-child {
    margin-bottom: 0
}

@media only screen and (width <=600px) {
    .collection {
        margin-bottom: 10px
    }
}

.collection-card {
    position: relative;
    box-sizing: content-box;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    height: 280px;
    z-index: 1
}

.collection-card:focus {
    z-index: 2
}

@media only screen and (width>=750px) {
    .collection-card {
        padding: 0
    }
}

.collection-card::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .4;
    z-index: 1;
    transition: opacity .2s ease
}

.collection-card:focus::after,
.collection-card:hover::after {
    opacity: .6
}

.collection-card__meta {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-right: 10px;
    z-index: 2
}

@media only screen and (width>=750px) {
    .collection-card__meta {
        bottom: 40px
    }
}

.collection-card__title {
    display: inline;
    background-color: #054380;
    color: #fff;
    margin-bottom: 10px;
    padding: 2px 10px;
    letter-spacing: 0;
    font-size: 1.36842em;
    line-height: 1.4;
    box-decoration-break: clone
}

@media only screen and (width>=990px) {
    .collection-card__title {
        font-size: 1.68421em
    }
}

.collection-card__subtext {
    font-weight: 700;
    letter-spacing: .6px;
    margin: 10px 0 0 10px;
    font-size: .68421em;
    color: #fff
}

.social-sharing .icon {
    width: 24px;
    height: 24px;
    fill: currentcolor
}

@media only screen and (width <=749px) {
    .social-sharing__title {
        display: inline-block;
        margin-bottom: 10px
    }
}

.social-sharing__link {
    color: #383838;
    opacity: .7
}

.social-sharing__link:focus,
.social-sharing__link:hover {
    opacity: 1;
    color: #054380
}

.social-sharing__link+.social-sharing__link {
    margin-left: 10px
}

.cart-table {
    background-color: #fff;
    border: 0;
    margin-bottom: 13px
}

.cart-table td,
.cart-table th {
    border: 0
}

@media only screen and (width>=750px) {
    .cart-table td,
    .cart-table th {
        padding: 20px
    }
}

@media only screen and (width>=750px) {
    .cart__cell--image {
        width: 180px
    }
    .cart__cell--quantity {
        width: 130px
    }
    .cart__cell--total {
        width: 200px;
        text-align: right
    }
}

@media only screen and (width <=749px) {
    .cart-table td,
    .cart-table th {
        text-align: center
    }
    .cart-table td::before {
        display: none
    }
}

.cart__image {
    display: inline-block;
    max-width: 120px;
    margin: 10px auto
}

@media only screen and (width <=749px) {
    .cart__image img {
        max-height: 120px
    }
}

.cart__quantity-label {
    display: block;
    text-align: center
}

.cart__cell--quantity .js-qty {
    max-width: 120px;
    margin: 0 auto
}

.cart__quantity {
    display: none
}

.no-js .cart__quantity {
    display: block
}

.cart__item-total {
    font-size: 1.2em
}

.cart__subtotal {
    margin: 35px 0 0
}

@media only screen and (width>=750px) {
    .cart__subtotal {
        margin-top: 20px
    }
}

.cart__taxes {
    margin-bottom: 45px
}

.cart__note {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d6d6d6
}

@media only screen and (width <=749px) {
    .cart__note {
        min-height: 50px
    }
}

.cart__buttons .btn,
.cart__buttons .btn--secondary,
.cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
    margin-bottom: 10px
}

@media only screen and (width <=749px) {
    .cart__buttons .btn,
    .cart__buttons .btn--secondary,
    .cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
        display: block;
        width: 100%
    }
}

.update-cart {
    display: show
}

.no-js .update-cart {
    display: inline-block
}

.cart-item__discount,
.cart-item__original-price {
    font-size: 80% !important;
    margin-bottom: 0 !important
}

.cart--no-cookies .cart--empty-message {
    display: none
}

.cart--no-cookies .cart--continue-message {
    display: none
}

.cart--cookie-message {
    display: none;
    padding-bottom: 25px
}

.cart--no-cookies .cart--cookie-message {
    display: block
}

.js-qty {
    position: relative
}

.js-qty--is-loading {
    opacity: .6
}

.js-qty__input {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center
}

.js-qty__adjust {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 30px;
    padding: 0;
    background: 0 0;
    border-style: solid;
    border-color: #c7c7c7;
    border-width: 0;
    transition: background-color 30ms ease-in
}

.js-qty__adjust:focus,
.js-qty__adjust:hover {
    background-color: #c7c7c7;
    transition-duration: 80ms
}

.js-qty__adjust .icon {
    width: 8px;
    height: 8px;
    fill: currentcolor
}

.js-qty__adjust--minus {
    left: 0;
    border-right-width: 1px
}

.js-qty__adjust--plus {
    right: 0;
    border-left-width: 1px
}

.notification {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: top .25s, visibility .25s, opacity .15s;
    transition-timing-function: cubic-bezier(0.33, 0.59, 0.14, 1);
    z-index: 4
}

.notification--promo {
    position: static;
    display: none
}

.notification--active {
    display: block;
    visibility: visible;
    top: 100%;
    opacity: 1
}

.notification__link {
    display: block;
    padding: 10px 0
}

.notification-adapt .notification__link {
    padding: 0
}

.notification__link:hover u {
    text-decoration: none
}

.notification__inner {
    position: relative;
    overflow: visible;
    padding: 10px 0
}

.notification-adapt .notification__inner {
    padding: 0
}

.notification__inner--has-link {
    padding: 0
}

.notification__message {
    display: block;
    padding: 0 60px;
    text-align: center;
    font-weight: 700
}

.notification-adapt .notification__message {
    background-color: #054380;
    padding: 10px 60px
}

.notification__message span {
    text-decoration: underline;
    white-space: nowrap
}

.notification--promo,
.notification--success {
    background-color: #054380;
    color: #fff
}

.notification--promo a,
.notification--success a {
    color: #fff
}

.notification--promo.notification-adapt,
.notification--success.notification-adapt {
    background-color: transparent
}

.notification--error {
    background-color: #ec523e;
    color: #fff
}

.notification--error a {
    color: #fff
}

.notification__close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    padding: 0 10px;
    color: inherit
}

.notification__close .icon {
    fill: currentcolor
}

.modal {
    display: none;
    opacity: 0;
    position: fixed;
    inset: 0;
    background-color: #f0f0f0;
    color: #383838;
    z-index: 15;
    transition: all ease-in-out .2s
}

.modal.modal--is-active {
    display: block;
    opacity: 1
}

body.modal--is-active {
    overflow: hidden
}

.modal__inner {
    height: 100%;
    transform: translateY(-20px);
    transform-style: preserve-3d;
    transition: all ease-in-out .2s
}

.modal--is-active .modal__inner {
    transform: translateY(0)
}

.modal__centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.modal__centered .no-csstransforms {
    top: 20%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px
}

.modal__close .icon {
    font-size: 1.05263em
}

.featured-card {
    display: block;
    position: relative;
    height: 100%;
    text-align: center;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 0 0 1px 1px;
    background-color: #fff;
    padding: 0 40px
}

.featured-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 6%);
    opacity: 0;
    transition: opacity .15s ease-in;
    z-index: 1
}

.featured-card:hover::before {
    opacity: 1
}

@media only screen and (width>=750px) {
    .medium-up--one-quarter .featured-card {
        height: 470px
    }
}

@media only screen and (width>=750px) {
    .medium-up--one-third .featured-card {
        height: 530px
    }
}

@media only screen and (width>=750px) {
    .medium-up--one-half .featured-card {
        height: 650px
    }
}

.no-js .featured-card {
    height: 625px
}

@media only screen and (width <=749px) {
    .featured-card--contain {
        height: 100% !important
    }
}

.featured-card--cover {
    height: 380px !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-width: 0
}

.featured-card__image-container {
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media only screen and (width <=749px) {
    .featured-card--contain .featured-card__image-container {
        height: 100% !important;
        margin-bottom: 40px
    }
}

.featured-card__blank-image-container {
    position: relative;
    width: 100%;
    margin: 0 auto 40px
}

.featured-card__blank-image-container .featured-card__image {
    position: relative
}

@media only screen and (width <=749px) {
    .featured-card__blank-image-container .featured-card__image {
        max-width: 290px
    }
}

.featured-card__image {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.no-js .featured-card__image {
    opacity: 1
}

.featured-card__header {
    padding: 30px 5% 10px;
    z-index: 1
}

.featured-card--cover .featured-card__header {
    position: relative;
    display: inline-block
}

@media only screen and (width <=749px) {
    .featured-card--contain .featured-card__header {
        height: 100% !important
    }
}

.featured-card__header--background {
    background-color: #fff
}

.featured-card__title {
    font-size: 1.47368em;
    margin-bottom: 0;
    color: #222
}

.featured-card__action {
    font-weight: 700;
    letter-spacing: .6px;
    font-size: .68421em;
    color: #054380
}

.featured-card:hover .featured-card__action {
    color: inherit
}

.section-block {
    position: relative;
    background-color: #fff
}

.section-block--padding {
    padding: 30px
}

.section-block__header {
    margin-bottom: 10px;
    font-size: 80%
}

.section-block__header--padded {
    padding-top: 30px
}

.section-block__subtext,
.section-block__title {
    margin-bottom: 0
}

.map-section {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap
}

@media only screen and (width>=750px) {
    .map-section {
        min-height: 500px
    }
}

.map-section .section-header {
    margin-bottom: 20px
}

.map-section .btn,
.map-section .btn--secondary,
.map-section .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .map-section .shopify-payment-button__button--unbranded {
    margin-top: 10px
}

.map-section .icon-pin {
    height: .86842em;
    position: relative;
    top: -1px
}

.map-section__full-width {
    margin: -50px 0
}

.map-section__wrapper {
    height: 100%;
    flex: 1 0 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-flow: row wrap
}

.map-section__content-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media only screen and (width>=750px) {
    .map-section__content-wrapper {
        display: flex;
        width: 100%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        flex-grow: 0
    }
}

.map-section__image {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

@media only screen and (width>=750px) {
    .map-section__image {
        position: absolute
    }
}

.map-section--display-map .map-section__image {
    display: none !important
}

.map-section--load-error .map-section__image {
    display: block !important
}

.flex--third {
    flex: 1 1 33%
}

@media only screen and (width <=749px) {
    .flex--third {
        flex: 0 1 100%
    }
}

.flex--half {
    flex: 1 1 50%
}

@media only screen and (width <=749px) {
    .flex--half {
        flex: 0 1 100%
    }
}

.map-section__overlay {
    min-height: auto;
    position: relative;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    z-index: 3;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (width>=750px) {
    .map-section__overlay:nth-child(2) {
        border-left: 1px solid rgb(56 56 56 / 20%)
    }
}

@media only screen and (width <=749px) {
    .map-section__overlay:nth-child(2) {
        border-top: 1px solid rgb(56 56 56 / 20%)
    }
}

.map-section__overlay>* {
    width: 100%
}

@media only screen and (width>=750px) {
    .map-section__overlay {
        min-height: 320px;
        margin: 40px 0
    }
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media only screen and (width>=750px) {
    .map-section__text {
        background-color: #c4c4c4;
        padding: 20px
    }
}

@media only screen and (width <=749px) {
    .map-section__text {
        order: 0;
        padding: 0 20px 20px
    }
}

@media only screen and (width>=750px) {
    .map-section__text-second-item {
        border-left: 1px solid rgb(56 56 56 / 20%)
    }
}

@media only screen and (width <=749px) {
    .map-section__text-second-item {
        padding-top: 20px;
        border-top: 1px solid rgb(56 56 56 / 20%)
    }
}

.map-section__background-wrapper {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media only screen and (width>=750px) {
    .map-section__background-wrapper {
        position: static;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        flex-grow: 0
    }
}

.map-section__container {
    width: 100%;
    height: 55vh
}

@media only screen and (width>=750px) {
    .map-section__container {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 130%;
        height: 100%;
        margin: 0 -30% 0 0
    }
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden
}

.link-block {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 100px 20px;
    text-align: center;
    flex: 1;
    background-size: cover;
    background-position: top center
}

.link-block::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .4;
    transition: opacity .2s ease;
    z-index: 1
}

.link-block:hover::after,
.link-block:hover:focus {
    opacity: .5
}

.link-block__cta {
    word-break: break-word;
    z-index: 2;
    position: relative
}

.link-block-no-js {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    flex: 1
}

.quote-icon {
    display: block;
    margin: 0 auto 20px
}

.quotes-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px
}

.quotes-wrapper .slick-dots button,
.quotes-wrapper .slick-dots li {
    width: auto;
    height: auto
}

.quotes-wrapper .slick-dots button {
    line-height: 1;
    font-size: 1em;
    opacity: .6;
    color: currentcolor
}

.quotes-wrapper .slick-dots button::before {
    display: none
}

.quotes-wrapper .slick-dots .slick-active button {
    font-weight: 700;
    opacity: 1
}

.quotes-wrapper .slick-slide[tabindex="0"] {
    outline: 0
}

.product-slider-icon {
    display: block
}

.product-slider-wrapper .slick-dots {
    position: relative;
    bottom: 0
}

.product-slider-wrapper .slick-dots button,
.product-slider-wrapper .slick-dots li {
    width: auto;
    height: auto
}

.product-slider-wrapper .slick-dots button {
    line-height: 1;
    font-size: .8em;
    opacity: .6;
    color: currentcolor
}

.product-slider-wrapper .slick-dots button::before {
    display: none
}

.product-slider-wrapper .slick-dots .slick-active button {
    font-weight: 700;
    opacity: 1
}

.product-slider-wrapper .slick-slide[tabindex="0"] {
    outline: 0
}

.frontpage-slider-wrapper .slick-dots {
    position: relative;
    bottom: -20px
}

.frontpage-slider-wrapper .slick-dots button,
.frontpage-slider-wrapper .slick-dots li {
    width: auto;
    height: auto
}

.frontpage-slider-wrapper .slick-dots button {
    line-height: 1;
    font-size: 1em;
    opacity: .6;
    color: currentcolor
}

.frontpage-slider-wrapper .slick-dots button::before {
    display: none
}

.frontpage-slider-wrapper .slick-dots .slick-active button {
    font-weight: 700;
    opacity: 1
}

.frontpage-slider-wrapper .slick-slide[tabindex="0"] {
    outline: 0
}

.frontpage-slick-next,
.frontpage-slick-prev {
    position: absolute;
    display: block;
    top: -35px;
    height: 30px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 4px;
    color: transparent;
    transform: translate(0, -50%);
    padding: 0;
    border: none
}

.frontpage-slick-next:hover,
.frontpage-slick-prev:hover {
    background: #1b4c94
}

.frontpage-slick-next.frontpage-slick-disabled::before,
.frontpage-slick-prev.frontpage-slick-disabled::before {
    opacity: .25
}

.frontpage-slick-next::before,
.frontpage-slick-prev::before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    font-weight: 700;
    line-height: .25;
    color: #213863;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.frontpage-slick-prev {
    right: 60px
}

[dir="rtl"] .frontpage-slick-prev {
    left: auto;
    right: -25px
}

.frontpage-slick-prev::before {
    content: "<"
}

[dir="rtl"] .frontpage-slick-prev::before {
    content: ">"
}

.frontpage-slick-next {
    right: 10px
}

[dir="rtl"] .frontpage-slick-next {
    left: -25px;
    right: auto
}

.frontpage-slick-next::before {
    content: ">"
}

[dir="rtl"] .frontpage-slick-next::before {
    content: "<"
}

.image-content__image-container {
    position: relative
}

.image-content__image-wrapper {
    display: block;
    margin: 0 auto
}

.image-content__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.image-content__text {
    padding: 40px
}

.featured-product__text {
    margin-top: 5px
}

@media only screen and (width <=749px) {
    .featured-product__text {
        text-align: center;
        position: relative;
        top: -50px;
        margin-bottom: -50px
    }
}

.featured-product__prices {
    margin-top: 10px
}

.featured-product__prices--policy-enabled {
    margin-bottom: 10px
}

@media only screen and (width <=749px) {
    .featured-product__image {
        text-align: center
    }
}

.featured-product__full-details {
    display: inline-block;
    margin-top: 20px;
    padding: 0 5px
}

.article-block {
    display: block;
    text-align: center;
    z-index: 100
}

@media only screen and (width <=749px) {
    .article-block {
        padding: 20px 0
    }
}

.article-block__image {
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

@media only screen and (width <=749px) {
    .article-block__image {
        padding-bottom: 50%
    }
}

.article-block__info {
    padding: 20px 10px;
    z-index: 102
}

.article-block__date {
    display: block;
    font-size: .875em;
    color: #383838
}

.article-block__date,
.article-block__title {
    margin-bottom: 5px
}

.featured-content {
    position: relative;
    padding: 120px 20px 40px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 75
}

@media only screen and (width>=750px) {
    .featured-content {
        padding: 80px
    }
}

@media only screen and (width <=749px) {
    .column-flex {
        flex-direction: column
    }
}

.column-flex__image {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

@media only screen and (width>=750px) {
    .column-flex__image {
        height: 380px
    }
}

.column-flex__image--tall {
    height: 300px
}

@media only screen and (width>=750px) {
    .column-flex__image--tall {
        height: 520px
    }
}

.column-flex__content {
    padding: 20px
}

.custom-content {
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    width: auto
}

.align--top-middle {
    text-align: center
}

.align--top-right {
    text-align: right
}

.align--middle-left {
    -ms-flex-item-align: center;
    align-self: center
}

.align--center {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center
}

.align--middle-right {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    align-self: flex-end
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    text-align: right
}

body.video-playing {
    overflow: hidden
}

.video-section {
    height: 100%;
    padding: 10px
}

@media only screen and (width>=750px) {
    .video-section {
        height: 100%;
        padding: 0 10px
    }
}

.video-section.video-section--tall {
    height: 300px
}

@media only screen and (width>=750px) {
    .video-section.video-section--tall {
        height: 520px
    }
}

.video-section__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease-out
}

@media only screen and (width>=750px) {
    .video-section__modal {
        width: 75%
    }
}

.video-section--loaded .video-section__modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 16
}

.video-section__body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease-out
}

.video-section--loaded .video-section__body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 15
}

.video-section__player,
.video-section__player iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.video-section--loaded .video-section__player,
.video-section--loaded .video-section__player iframe {
    z-index: 16;
    visibility: visible
}

.video-section__player-close {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 0
}

.video-section__player-close:hover {
    opacity: .5
}

.video-section--loaded .video-section__player-close {
    z-index: 17
}

.video-section__player-close .icon {
    fill: black;
    width: 25px;
    height: 25px
}

@media only screen and (width <=749px) {
    .video-section__player-close {
        top: 10px;
        left: 10px
    }
}

.video-section__cover {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition: all .25s ease-out;
    z-index: 2
}

.video-section__cover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    transition: opacity .25s ease-out
}

.video-section__cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-section__cover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 13px;
    text-align: center;
    opacity: 1;
    transition: opacity .25s ease-out;
    transform: translateY(-50%)
}

.video-section__load-player-button {
    border: 0;
    line-height: 1;
    padding: 10px;
    background-color: #054380;
    text-transform: uppercase;
    transition: all .25s ease;
    box-decoration-break: clone
}

.video-section__load-player-button:hover {
    background-color: #075db1
}

.video-section__load-player-button.video-section__load-player-button--large {
    padding: 0;
    background: 0 0
}

.video-section__error {
    display: none;
    position: absolute;
    bottom: -40px;
    width: 50vw;
    min-width: 340px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%)
}

.video-section--error .video-section__error {
    display: block
}

.video-section__load-player-text {
    margin-left: 10px;
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.36842em;
    line-height: 1.2;
    color: #fff;
    box-decoration-break: clone
}

@media only screen and (width>=990px) {
    .video-section__load-player-text {
        font-size: 1.68421em
    }
}

.video-section__load-player-icon {
    position: relative;
    top: 2px;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    padding: 0;
    display: inline-block;
    transition: all .5s ease
}

@media only screen and (width>=750px) {
    .video-section__load-player-icon {
        top: 0
    }
}

.video-section__load-player-button--large .video-section__load-player-icon {
    width: 60px;
    height: 60px
}

.video-section__load-player-button-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #054380;
    border-bottom: 5px solid transparent;
    transform: translate(-34%, -50%)
}

.video-section__load-player-button--large .video-section__load-player-button-triangle {
    border-top: 15px solid transparent;
    border-left: 23px solid #fff;
    border-bottom: 15px solid transparent
}

.video-section__load-player-button-circle {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 75px;
    transition: all .25s ease-out
}

.video-section__load-player-button--large .video-section__load-player-button-circle {
    background-color: #054380;
    width: 60px;
    height: 60px
}

.video-section__load-player-button--large:focus .video-section__load-player-button-circle,
.video-section__load-player-button--large:hover .video-section__load-player-button-circle {
    background-color: #075db1
}

.videoslideshow-title {
    font-weight: 700
}

.article__photo-container {
    position: relative
}

.article__photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.rich-text__heading--large {
    font-size: 2.25em
}

.rich-text__heading--small {
    font-size: 1.5em
}

.rich-text__text--large {
    font-size: 1.10526em
}

.rich-text__text--small {
    font-size: .89474em
}

.text-bluecolor {
    color: #005daa
}

.color-vertical-bar-setting {
    border-left: solid #56c5e0 5px;
    margin: 0 0 5px
}

.t-header {
    height: 50px;
    padding: 12px 15px 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap
}

.main-flex {
    display: grid;
    grid-template-columns: minmax(257px, 25vw) minmax(auto, 74vw) 20px;
    grid-template-rows: minmax(1fr, 582px) auto auto;
    grid-auto-flow: dense;
    position: relative;
    top: 20px
}

.qls-container {
    grid-area: quicklinks;
    grid-column: 1/2;
    grid-row: 1/2
}

.ctg-container {
    grid-area: catalog;
    grid-column: 1/2;
    grid-row: 2/3
}

.tls-container {
    grid-area: testimonials;
    grid-column: 1/2;
    grid-row: 3/4
}

.lns-container {
    grid-area: latestnews;
    grid-column: 1/2;
    grid-row: 4/5
}

.sls-container {
    grid-area: slideshow;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-right: 40px;
    justify-self: start
}

.cfi-container {
    grid-area: maincontent;
    grid-column: 2/3;
    grid-row: 2/8;
    margin-right: 40px;
    justify-self: start
}

@media (width <=967px) and (width>=750px) {
    .main-flex {
        position: relative;
        top: 20px
    }
}

@media screen and (width <=750px) {
    .main-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        position: relative;
        top: 20px
    }
    .qls-container {
        order: 2;
        width: 100%;
        padding: 20px 10px
    }
    .ctg-container {
        order: 4;
        width: 100%;
        padding: 10px 10px 50px
    }
    .tls-container {
        order: 5;
        width: 100%;
        padding: 10px 10px 50px
    }
    .lns-container {
        order: 6;
        width: 100%;
        padding: 10px 10px 100px
    }
    .sls-container {
        order: 1;
        width: 100%;
        margin: 0;
        padding: 7px 0 0
    }
    .cfi-container {
        order: 3;
        width: 100%;
        margin: 0
    }
}

.custom-gallery-wrapper {
    margin-left: 0
}

.gallery-page {
    padding: 10px
}

@media only screen and (width <=750px) {
    .gallery-page {
        padding: 4px
    }
}

.gallery-text-element {
    margin-bottom: 10px
}

.gallery-page-header {
    background-color: #036;
    color: #fff;
    height: 35px;
    padding: 6px 5px 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 5px;
    text-align: center
}

@media only screen and (width <=600px) {
    .gallery-page-header {
        font-size: 1.9vw;
        height: 25px;
        margin: 0 0 5px;
        padding: 8px 3px 0
    }
}

.product-card-name-c {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    font-size: .9em;
    height: 3.85em
}

@media only screen and (width <=600px) {
    .product-card-name-c {
        padding: 5px;
        font-size: 2vw;
        height: 2.75vh
    }
}

.product-card-name-c-yellow {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    color: #404040;
    font-size: .9em;
    height: 3.85em
}

@media only screen and (width <=600px) {
    .product-card-name-c-yellow {
        padding: 5px;
        font-size: 2vw;
        height: 2.75vh
    }
}

.collection-list-wrap {
    border-left: solid #56c5e0 3px;
    padding-left: 10px;
    margin: 5px 0
}

.collection-list-child-1 {
    color: #005daa;
    line-height: 1
}

@media only screen and (width <=600px) {
    .collection-list-child-1 .h1,
    .collection-list-child-1 .h1--mini,
    .collection-list-child-1 h1 {
        font-size: 80%
    }
}

.collection-list-hr {
    margin: 1.5em 1em 0;
    border-top: solid #005daa 3px
}

@media screen and (width <=600px) {
    .collection-list-hr {
        margin: .5em .5em 0;
        border-top: solid #005daa 2px
    }
}

.collection-list-viewall {
    margin: 0
}

.collection-list-child-2 {
    display: table-cell;
    vertical-align: middle;
    right: 0;
    color: #005daa
}

.collection-list-child-2 .h4,
.collection-list-child-2 h4 {
    color: #005daa;
    padding-right: 6em
}

@media screen and (width <=600px) {
    .collection-list-child-2 .h4,
    .collection-list-child-2 h4 {
        font-size: .7em;
        padding-right: 8em
    }
}

.one-half-column-left {
    width: 48%;
    float: left
}

.one-half-column-right {
    width: 48%;
    float: right
}

@media only screen and (width <=600px) {
    .one-half-column-left,
    .one-half-column-right,
    .one-third-column,
    .one-third-column-last {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .product-card-name-c-yellow {
        font-weight: 700;
        color: #404040
    }
    .product-card-name-c {
        font-weight: 700;
        color: #fff
    }
    .product-card-describer {
        font-size: 2.15vw
    }
}

.variant-blocks {
    margin-top: 10px
}

.variant-block {
    border: 2px solid #999;
    padding: 15px;
    border-bottom: none;
    display: table;
    width: 100%
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.table-row {
    display: table-row
}

.find-dist,
.value-deals {
    background: #eee;
    padding: 15px 30px
}

.table-row.float-right {
    float: right
}

.value-deals {
    color: red;
    font-size: 14px;
    padding: 5px 35px;
    max-width: 300px;
    text-align: center;
    margin-top: 10px
}

.pricing-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.price-reg {
    width: 50%;
    float: left
}

.price-bulk {
    width: 50%;
    float: right
}

.price-bulk p,
.price-reg p {
    margin-bottom: 0
}

.image-size-sku {
    width: 20%
}

.pricing.table-cell {
    width: 40%
}

.variant-block form {
    width: 40%;
    display: table-cell;
    vertical-align: middle
}

.add-to-cart,
.template-product .product-form__item--quantity {
    width: 50%;
    float: right
}

.add-to-cart {
    background: #005daa;
    color: #fff;
    text-transform: uppercase
}

.add-to-cart:hover {
    cursor: pointer
}

.template-product .product-form__item--quantity {
    max-width: 100px
}

.template-product input.js-qty__input {
    background: #fff;
    border: 1px solid #d4d4d4
}

.template-product .js-qty__adjust .icon {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: auto
}

.template-product .js-qty__adjust--minus {
    inset: auto 0 0 auto;
    height: 50%
}

.template-product .js-qty__input {
    padding-left: 0;
    padding-right: 30px;
    text-align: center
}

.template-product .js-qty__adjust--plus {
    right: 0;
    top: 0;
    height: 50%;
    border-bottom: 1px solid #ddd
}

.template-product .js-qty__adjust {
    background-color: #d4d4d4
}

.image-size-sku p {
    font-size: 12px;
    margin: 0
}

.image-size-sku img {
    max-width: 190px
}

.variant-blocks .variant-block:last-of-type {
    border-bottom: 2px solid #999
}

.tab-wrapper {
    margin: 10px
}

.rte.product-single__description {
    display: inline-block;
    padding: 0 5px
}

.product-recommendations {
    margin-bottom: 50px
}

.product-recommendations .h2,
.product-recommendations h2 {
    color: #005daa;
    border-left: 2px solid #005daa
}

.template-product .slick-next::before,
.template-product .slick-prev::before {
    content: " "
}

.product-single__thumbnails.slick-initialized .slick-next .icon,
.product-single__thumbnails.slick-initialized .slick-prev .icon {
    padding: 0;
    margin: 0
}

.related-wrapper .slick-prev {
    left: auto;
    top: 20px;
    right: 45px
}

.related-wrapper .slick-next {
    top: 20px;
    right: 0
}

.related-slider .h2,
.related-slider h2 {
    display: none
}

.related-wrapper {
    position: relative
}

.related-wrapper .slick-slider {
    position: static
}

.related-wrapper .slick-slider .slick-next,
.related-wrapper .slick-slider .slick-prev {
    background: 0 0
}

.related-wrapper .collection-list-hr {
    margin: 1.5em 5em 0 1em
}

:focus {
    outline: 0
}

.related-wrapper .collection-list-wrap {
    margin-bottom: 30px
}

.related-slider {
    border: 1px solid;
    padding: 20px
}

@media screen and (width <=600px) {
    .tab-wrapper {
        margin: 10px 0
    }
    ul.tabs li a {
        padding: 0 3px;
        font-size: 10px
    }
    .related-wrapper .slick-slider .slick-next,
    .related-wrapper .slick-slider .slick-prev {
        top: 10px
    }
    .related-wrapper .slick-slider .slick-next .icon,
    .related-wrapper .slick-slider .slick-prev .icon {
        width: 25px;
        height: 25px
    }
}

.template-product .mobile {
    display: none
}

.disp {
    display: inline-flex;
    width: 100%
}

@media screen and (width <=661px) {
    #shopify-section-cart-template .small--text-center.h1,
    #shopify-section-cart-template .small--text-center.h1--mini,
    #shopify-section-cart-template h1.small--text-center {
        font-size: 22px !important
    }
}

@media screen and (width <=768px) {
    .image-size-sku p,
    .table-row.dist,
    .template-product .desk {
        display: none
    }
    .template-product .mobile {
        display: inline-block
    }
    .local.mobile {
        font-size: 12px
    }
    .image-size-sku {
        display: inline-block;
        width: 30%;
        float: left
    }
    .template-product input.js-qty__input {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .find-dist,
    .value-deals {
        background: 0 0;
        padding: 0
    }
    .image-size-sku img {
        max-width: 190px;
        width: 100%
    }
    .table-row.value {
        display: none
    }
    variant-block form {
        width: 100%;
        display: inline-block
    }
    .price-bulk p,
    .price-reg p {
        font-size: 12px
    }
    .add-to-cart {
        font-size: 12px;
        padding: 10px 0
    }
    .template-product .js-qty__adjust {
        font-size: 10px
    }
    .pricing.table-cell {
        width: 70%;
        display: table;
        float: none
    }
    .variant-block form {
        width: 66%;
        display: inline-block;
        float: right
    }
    .mobile-table {
        display: table;
        vertical-align: middle;
        float: none;
        width: 100%
    }
    .mobile-table-cell {
        vertical-align: middle;
        display: table-cell
    }
}

.readmoretext {
    display: none
}

.tabs {
    max-width: 650px
}

.tab-text {
    font-size: 8px
}

.round-header {
    border-radius: 10px
}

.logo-right {
    object-fit: cover
}

.company-text-center {
    margin: 20px 20px 20px 10px;
    flex-grow: 1;
    float: left;
    line-height: 1.2;
    font-size: 4.5vw
}

@media only screen and (width>=990px) {
    .company-text-center {
        font-size: 45px;
        flex-grow: 1;
        margin: 15px 10px 30px
    }
}

.company-logo-left {
    position: relative;
    margin: 0 75px 0 0;
    float: left
}

.company-logo-right {
    position: relative;
    margin: 10px;
    float: right
}

@media screen and (width <=750px) {
    .company-logo-left {
        padding: 5px 0;
        margin: 7px 20px 0 0;
        flex-grow: 2
    }
    .company-logo-right {
        padding: 0;
        margin: 0 10px 0 0;
        flex-grow: 2
    }
}

@media all and (width>=0) and (width <=768px) {
    .jdgm-prev-badge {
        font-size: 12px !important
    }
    .jdgm-rev-widg__title {
        font-size: 14px !important
    }
    .jdgm-rev-widg__summary-text,
    .jdgm-rev__body,
    .jdgm-rev__timestamp,
    .jdgm-rev__title {
        font-size: 14px !important
    }
    .jdgm-rev-widg {
        border: none !important
    }
    .jdgm-rev__author {
        font-size: 12px !important
    }
    .jdgm-rev__header {
        text-align: left !important
    }
}

.site-header__cart-indicator {
    height: 17px;
    width: 17px;
    bottom: 20px;
    left: -4px;
    text-align: center;
    padding-top: 0;
    color: #fff;
    font-size: 14px;
    background-color: #ef3125 !important
}

@media only screen and (width <=989px) {
    .site-header__cart-indicator {
        top: 0;
        z-index: 90001;
        right: -5px;
        left: inherit
    }
}

.site-header__cart-indicator.large {
    height: 19px;
    width: 19px;
    padding-top: 3px
}

@media only screen and (width <=989px) {
    .menu-icon.cart {
        position: relative
    }
}

#shopify-section-cart-template .small--text-center.h1,
#shopify-section-cart-template .small--text-center.h1--mini,
#shopify-section-cart-template h1.small--text-center {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    padding: 7px;
    background: #1e73be
}

#shopify-section-cart-template .alert.hulkapps-reminder-msg {
    font-size: 14px !important
}

#shopify-section-cart-template .hulkapps-reminder {
    color: red;
    font-size: 15px !important
}

#shopify-section-cart-template tr.cart__row.responsive-table__row p a {
    font-size: 13px
}

tbody#CartProducts td p {
    font-size: 14px;
    margin-bottom: 12px
}

span.hulkapps-cart-item-line-price {
    font-size: 14px;
    color: #c1c1c1
}

@media screen and (width <=550px) {
    .cart__item-total span.original_price {
        font-size: 14px
    }
    .cart-item__original-price {
        font-weight: 400 !important
    }
    cart-label {
        font-size: 16px
    }
    tbody#CartProducts td {
        padding: 5px
    }
    .cart__item-total a.discounted_price,
    a.h5 {
        font-size: 15px;
        line-height: 1;
        display: inline-block
    }
    .hulkapps-cart-item-line-price span:last-child {
        font-size: 16px !important
    }
    .cart__cell--quantity .js-qty {
        max-width: 100%;
        margin: 0 auto
    }
    .cart__row .shopify-payment-button a.button.shopify-payment-button__button--unbranded,
    .cart__row a.btn.button,
    .cart__row a.button.btn--secondary,
    .shopify-payment-button .cart__row a.button.shopify-payment-button__button--unbranded {
        background: 0 0;
        color: #054380;
        text-align: left;
        padding-left: 5px
    }
}

#shopify-section-cart-template .page-width {
    padding: 0
}

#shopify-section-cart-template .grid__item.medium-up--one-half {
    padding-left: 30px !important;
    padding-right: 10px !important
}

.cart__row .shopify-payment-button a.button.shopify-payment-button__button--unbranded,
.cart__row a.btn.button,
.cart__row a.button.btn--secondary,
.shopify-payment-button .cart__row a.button.shopify-payment-button__button--unbranded {
    background: 0 0;
    color: #054380;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px !important
}

.cart__btn-image {
    padding: 0
}

@media only screen and (width>=750px) {
    .btn--secondary.update-cart {
        width: 80%
    }
    .cart__btn-image {
        max-width: 80%
    }
}

.cioi p {
    display: inline
}

@media only screen and (width>=600px) {
    .grid__item.small--one-half.medium-up--one-fifth {
        height: 450px
    }
    .product-card__info {
        top: 90%;
        height: 100px
    }
    .mobile_only {
        display: none !important
    }
}

@media only screen and (width <=599px) {
    .grid__item.small--one-half.medium-up--one-fifth {
        height: 225px
    }
    .product-card__image img {
        background-color: #fff
    }
    .product-card__info {
        position: relative;
        height: 40px;
        bottom: 60%
    }
    #shopify-section-cart-template .small--text-center.h1,
    #shopify-section-cart-template .small--text-center.h1--mini,
    #shopify-section-cart-template h1.small--text-center {
        margin-top: 10px
    }
    div#r-1588882071162 {
        padding: 0 10px;
        font-size: 14px
    }
    td.cart__cell--total {
        float: right;
        right: 0;
        text-align: right !important
    }
    .cart__item-total span.original_price {
        padding-right: 0
    }
    .reminder_mobile {
        float: right;
        width: 70%
    }
    .desktop_only {
        display: none !important
    }
    a.btn--secondary.update-cart {
        margin-top: 5px;
        margin-bottom: 15px
    }
}

#shopify-section-cart-template .small--text-center.h1,
#shopify-section-cart-template .small--text-center.h1--mini,
#shopify-section-cart-template h1.small--text-center {
    margin-bottom: 0
}

.hazmat_fee_qty {
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    margin: 0 !important
}

.got_hazmat .js-qty {
    display: none
}

.cart__item-total .discounted_price {
    padding-right: 0
}

.disp div {
    align-content: baseline;
    flex-wrap: wrap;
    align-self: flex-end
}

.hulkapps-cart-original-total {
    font-weight: 400
}

@media screen and (width <=600px) {
    .top_search {
        display: none
    }
}

span.site-header__cart-indicator {
    line-height: 1;
    padding: 1.5px 0
}

@media only screen and (width <=599px) {
    .header-background-container .disp div {
        align-self: center
    }
    td.cart__cell--total {
        height: 55px;
        display: flex;
        align-items: center
    }
    .p_bottom {
        display: flex;
        justify-content: space-between;
        align-items: baseline
    }
    .shopify-payment-button a.button.remove.shopify-payment-button__button--unbranded,
    a.btn.button.remove,
    a.button.remove.btn--secondary {
        display: none
    }
}

.hulkapps-cart-item-line-price span:last-child {
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000
}

.p_bottom {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px
}

.p_bottom a,
.p_bottom p {
    margin: 0 !important
}

.p_bottom:last-child {
    margin-bottom: 0
}

.p_bottom td {
    padding-top: 0
}

tr.p_bottom td:first-child p {
    max-width: 120px;
    width: 125%;
    text-align: center;
    padding: 0 5px
}

.cart-table td,
.cart-table th {
    padding-bottom: 0
}

.cart-table td.cart__cell--image {
    padding: 0
}

.p_bottom td {
    padding-bottom: 20px
}

tr.p_bottom td:first-child p {
    max-width: 180px;
    padding-right: 20px
}

.cart-table td,
.cart-table th {
    padding-top: 0;
    padding-bottom: 15px;
    vertical-align: middle
}

.cart__image {
    margin: 0 auto
}

.cart-label {
    font-weight: 400;
    float: left;
    text-align: left;
    font-size: 18px;
    padding-right: 8px
}

.cart-label.total {
    position: relative;
    top: 6px;
    right: -7px
}

.cart__item-total {
    position: relative;
    top: 3px
}

.qty-display {
    margin: 3px 0 6px !important;
    font-size: 18px !important
}

.pro-name.mobile {
    display: none
}

@media screen and (width <=749px) {
    td.cart__cell--image.text-center {
        width: 20%;
        float: left
    }
    .cart__cell--quantity.vot {
        display: none
    }
    .cart__item-total .pro-name a.discounted_price,
    .pro-name .cart__item-total a.discounted_price,
    .pro-name a.h5 {
        margin-bottom: 0
    }
    .responsive-table__row td:nth-child(2) {
        width: 43%;
        float: left;
        display: inline-block
    }
    td.cart__cell--total {
        height: auto;
        display: inline-block;
        width: 37%;
        align-items: center;
        float: right;
        margin-top: 40px
    }
    cart-label.total {
        position: relative;
        top: 6px;
        right: -20px
    }
    tr.cart__row.responsive-table__row td.cart__cell--total {
        text-align: right
    }
    .td-col-1 {
        display: none !important
    }
    .td-col-2 {
        width: 30%;
        float: left;
        margin-left: 20% !important
    }
    .td-col-3 {
        width: 50%;
        float: right
    }
    .p_bottom {
        margin: 0 auto 5px;
        display: block
    }
}

@media screen and (width <=750px) {
    .cart__item-total .pro-name.desktop a.discounted_price,
    .pro-name.desktop .cart__item-total a.discounted_price,
    .pro-name.desktop a.h5 {
        display: none
    }
    .pro-name.mobile {
        display: inline-block;
        width: 80%;
        float: right
    }
    .responsive-table__row td:nth-child(2) {
        width: 80%;
        padding-bottom: 0 !important;
        padding-top: 10px !important
    }
    td.pro-name.desktop {
        width: 50%;
        float: left;
        display: inline-block;
        padding-top: 25px !important
    }
    .cart__item-total .pro-name.mobile a.discounted_price,
    .pro-name.mobile .cart__item-total a.discounted_price,
    .pro-name.mobile a.h5 {
        display: inline-block;
        font-size: 16px !important
    }
    .hulkapps-cart-item-line-price span:last-child {
        font-size: 14px !important
    }
    .qty-display {
        margin: 2px 0 4px !important;
        font-size: 14px !important
    }
    .cart-label.total {
        top: 52x;
        font-size: 14px;
        right: -2px;
        padding-right: 0
    }
    td.cart__cell--total {
        margin-top: 0;
        padding-top: 22px !important;
        line-height: 14px
    }
    td.cart__cell--total {
        width: 30%
    }
    .p_bottom {
        padding-bottom: 10px;
        margin: -5px auto 5px
    }
}

.update-qty {
    white-space: nowrap
}

div#CartSubtotal {
    justify-content: flex-end
}

div#CartSubtotal .one-half {
    width: auto;
    margin-left: 10px
}

.b_online {
    font-size: 14px
}

div#shopify-section-footer {
    font-size: 16px
}

div#CartSubtotal span {
    color: #b6b6b6;
    font-size: 16px;
    text-align: right
}

div#CartSubtotal span:last-child {
    font-weight: 900;
    color: #000;
    font-size: 24px
}

@media only screen and (width <=989px) {
    span.hulkapps-cart-item-line-price {
        position: relative
    }
    .cart__item-total span.original_price {
        position: absolute;
        right: 0;
        top: calc(-100% - 5px)
    }
    span.hulkapps-cart-item-line-price br {
        display: none
    }
    .hulkapps-cart-item-line-price span:last-child {
        position: relative !important
    }
    .hazmat_fee_qty {
        margin-top: 12px
    }
}

.pro-name li {
    list-style: none
}

.order-msg {
    margin-top: 10px
}

@media screen and (width <=599px) {
    a.btn--secondary.update-cart {
        margin-top: 5px;
        margin-bottom: 0
    }
}

@media screen and (width>=750px) {
    .additional-checkout-buttons {
        margin-top: -6px
    }
    .template-cart main#MainContent div[data-shopify-buttoncontainer="true"] {
        display: inline-block !important;
        width: 100%
    }
    .template-cart main#MainContent div[data-testid="grid-cell"] {
        width: 100%;
        max-width: 110px;
        float: right
    }
}

.jdgm-widget.jdgm-preview-badge[data-id='4542115053708'] .jdgm-prev-badge__text {
    display: none !important
}

@media screen and (width <=767px) {
    .jdgm-rev__body,
    b.jdgm-rev__title {
        text-align: left !important
    }
}

.cart-top-25 {
    width: 32%;
    display: inline-block
}

.cart-top-75,
.mobile-cart-upsell {
    width: 67%;
    display: inline-block;
    text-align: right;
    color: #054380
}

.cart-top-75 a,
.mobile-cart-upsell a {
    color: #054380;
    font-weight: 700;
    text-decoration: underline
}

.mobile-cart-upsell {
    display: none
}

@media screen and (width <=750px) {
    .mobile-cart-upsell {
        display: inline-block;
        text-align: left;
        width: 100%;
        font-size: 15px
    }
    .cart-top-75 {
        display: none
    }
    .cart-top-25 {
        width: 100%;
        text-align: left
    }
}


/* 2023 CSS Updates */


/* DESKTOP MENU BAR */

#r-16176390337221,
#r-1617639033722 {
    padding: 20px 0.2px 0 !important;
    background-image: url("./qualitylighter1.png") !important;
    background-position: left center !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
}

#r-16176390337221,
#e-1617639033664 img {
    width: 125px;
}

#e-1617639033723,
#r-1617639033679 {
    font-family: 'roboto,'sans-serif;
    text-transform: none;
    color: #fff !important;
}

@media (width <=768px) {
    #r-16176390337221 {
        display: block;
    }
}

@media (width>=769px) {
    #r-16176390337221 {
        display: none;
    }
}


/* Mobile Menu Bar */

@media (width <=768px) {
    #r-16176390337221 {
        display: block;
    }
}

@media (width>=769px) {
    #r-16176390337221 {
        display: none;
    }
}

.gf_row.gf_row-gap-18 {
    justify-content: space-between;
}

.gf_row.gf_row-gap-18 .gf_column {
    flex-basis: 25%;
    /* Set the width to 1/4 (25%) */
}

.gf_row.gf_row-gap-18 .gf_column:nth-child(2) {
    flex-basis: 75%;
    /* Set the width to 3/4 (75%) */
}

@media (width <=768px) {
    .gf_row.gf_row-gap-18 .gf_column {
        flex-basis: 100%;
        /* Reset to full width on smaller screens */
    }
}

div {
    font-family: roboto, sans-serif !important;
}

h5 {
    font-family: roboto, sans-serif !important;
}

a {
    font-family: roboto, sans-serif !important;
}


/* Buttons */

.longer-button {
    width: 145px;
    /* Adjust the width as needed */
}

@media (width <=767px) {
    #e-1617639033709121 {
        font-size: 14px !important;
        text-transform: uppercase !important;
        background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
        padding: 12px 12 9px !important;
        border-radius: 4px !important;
        background-position: center center !important;
    }
}


/* fixing broken expert advice pages css links */


/* Case Studies CSS */

#c-1686848155350 {
    background-color: #fff;
}

.blue-header {
    color: rgb(255 255 255);
    background-color: rgb(56 127 193) !important;
    padding: 10px 15px;
    margin: -15px;
}

@media (width <=767px) {
    #r-1686848463109 {
        max-width: 1200px !important;
        padding-top: 22px !important;
    }
}


/* surface protection */

#r-1686848463109 {
    padding-top: 8px !important;
}

#c-1686848463057 {
    padding-left: 25px;
    padding-right: 25px;
}

#r-1686848463109 h4 {
    margin-bottom: 15px;
}

#r-1686848463109 p {
    margin-top: 15px;
    line-height: 2;
    font-family: roboto, sans-serif;
    font-size: .8em;
}


/* mural protection */

#r-1686849088513 {
    padding-top: 8px !important;
}

#c-1686848463057 {
    padding-left: 25px;
    padding-right: 25px;
}

#r-1686849088513 h4 {
    margin-bottom: 15px;
}

#r-1686849088513 p {
    margin-top: 15px;
    line-height: 2;
    font-family: roboto, sans-serif;
    font-size: .8em;
}


/* Graffiti removal case study */

#r-1686849278227 {
    padding-top: 8px !important;
}

#c-1686848466061 {
    padding-left: 25px;
    padding-right: 25px;
}

#r-1686849278227 h4 {
    margin-bottom: 15px;
}

#r-1686849278227 p {
    margin-top: 15px;
    line-height: 2;
    font-family: roboto, sans-serif;
    font-size: .8em;
}


/* case study tabs */

#m-1686848190609>.gf_restabs>ul>li>span {
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 15px;
}


/* expert advice links desktop */

#m-1611859958246 h1,
h2,
h3,
p {
    display: block;
    z-index: 3;
}

body .gryffeditor .gf_row,
body .module-wrap[data-label="Popup"] .gf_row {
    padding-top: 30px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    z-index: 25;
}


/* end of expert */

.articlelist {
    position: relative;
    z-index: 25;
}

.module {
    position: relative;
    z-index: 0;
}


/* Expert Avice Page Menu */


/* DESKTOP MENU BAR */

#r-1642458645782,
#r-1642458882643 {
    padding: 10px 0.2px 0 !important;
    background-image: url("./qualitylighter1.png") !important;
    background-position: left center !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
}

#r-1642458645789 img {
    width: 400px !important;
    height: auto;
}

#e-1642458645743 h1 {
    font-family: 'roboto,'sans-serif;
    text-transform: none;
    color: #fff !important;
    font-size: 1em;
    padding-top: 15px;
}

@media (width <=768px) {
    #r-1642458882643 {
        display: block;
    }
}

@media (width>=769px) {
    #r-1642458882643 {
        display: none;
    }
}


/* Mobile Menu Bar */

@media (width <=768px) {
    #r-1642458645782 {
        display: block;
    }
}

@media (width>=769px) {
    #r-16176390337221 {
        display: none;
    }
}

@media screen (min-width: 767px) {
    #r-1642458645782 {
        display: none;
    }
}

#e-1642458882578 img {
    width: 55px;
    height: auto;
}

#r-1642458882542 h1 {
    font-size: 15px !important;
    line-height: 1em !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    text-transform: none !important;
    margin-left: 30px !important;
    margin-top: 0 !important;
    margin-right: 5px !important;
}

@media (width <=768px) {
    #r-1642458663914 {
        margin-top: -15px;
    }
}

#r-1642458663914 {
    padding-top: 0 !important;
    margin-top: -10px;
}

#r-1642451505733 {
    padding-top: 0 !important;
    margin-top: -15px;
}

.page-width {
    padding: 0 !important;
}

#m-1590638537049 {
    margin-right: -15px;
}


/* desktop blog menu bar */

#r-1642458645789 {
    padding: 0;
}

#e-1642458645797 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1642458645704 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 5 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1642458645775 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#r-1642458645800 {
    padding: 15px;
}

#r-1642458663914 .btn {
    font-size: .78947em;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 15px;
}


/* mobile blog menu bar */

#r-1642458882542 {
    padding: 0;
}

#e-1642458882568 h1 {
    padding-top: 15px;
}

#e-1642458882560 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1642458882574 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    margin: 0 5px;
    background-position: center center !important;
}

#e-1642458882638 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    margin: 0 10px;
    background-position: center center !important;
}

#r-1642458882580 {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}


/* product desktopp nenu bar demo */

#e-1617639033791 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1617639033709 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1617639033791 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 5 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1642458645775 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#r-1642458645800 {
    padding: 15px;
}

#r-1617639033741 .btn {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 25px;
}


/* mobile product demo menu bar */

#e-1617639033791 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    background-position: center center !important;
}

#e-1617639033709 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    margin: 0 5px;
    background-position: center center !important;
}

#e-1617639033709121 .btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-image: url("./UrbanRestorationGroupBlueMenuButton.jpg") !important;
    padding: 12px 12 9px !important;
    border-radius: 4px !important;
    margin: 0 10px;
    background-position: center center !important;
}

#r-1642458882580 {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

#r-1642458882643 .btn {
    font-size: 12px !important;
    text-transform: uppercase !important;
    background-color: none !important;
    background-image: url("./MenuButtonBackground.jpg") !important;
    border-radius: 4px !important;
    padding: 12px 12px 9px !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    margin: 0 5px;
}

#e-1642458645739 img {
    width: 100px !important;
}

#e-1629913618714 h1 {
    margin-left: 15px !important;
    margin-top: -10px !important;
}

.demovanish {
    font-size: 1.5em;
}

#m-1616604798340.gf_restabs>ul>li.gf_tab {
    font-size: 20px !important;
}

@media (width <=767px) {
    #r-1616623117823 {
        padding-top: 0 !important;
        max-width: 100% !important;
        padding-bottom: 0 !important;
    }
    #e-1616543466145 {
        padding-bottom: 0 !important;
    }
    ul.detergentdilution {
        font-size: 14px !important;
    }
}

ul.detergentdilution {
    font-size: .85em;
}

.pxFormGenerator {
    border: none !important;
}

#m-1583962881467 {
    border: none;
}

@media (width <=767px) {
    #e-1629913618714 .text-edit h1 {
        font-size: 15px !important;
        line-height: 1em !important;
        letter-spacing: 0 !important;
        color: #fff !important;
        text-transform: none !important;
        margin-left: 12px !important;
        margin-top: 0 !important;
        margin-right: -100px !important;
    }
}

.copyright-text {
    color: #fff !important;
    font-size: .75em;
    text-align: center;
    padding: 15px;
}

.copyright-text.link-accent-color {
    color: #fff !important;
    text-decoration: none;
    {
        color: white;
        text-decoration: none;
    }
}

ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    background-color: #036;
}

ul.social-media-list li {
    display: inline-block;
    margin: 2px;
}

ul.social-media-list img:hover {
    background-color: #387FC1;
}

ul.social-media-list img {
    padding: 3px;
    border-radius: 5px;
    background-color: #036;
    width: 38px;
    height: 38px;
}

@media (width <=767px) {
    #e-1642458882568 {
        margin-left: -53px !important;
        margin-right: -16px !important;
        margin-top: -5px !important;
    }
}

@media (width <=767px) {
    #e-1591309423516 .text-edit h1 {
        font-size: 19px !important;
        line-height: 1.6em !important;
        letter-spacing: 2.3px !important;
        font-family: Roboto !important;
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
    }
}

.gf_article-title {
    padding-top: 7px !important;
    font-size: 17px !important;
    color: #036;
}

.vanish-image {
    max-width: 80%;
}


/* TRAINING PAGE STYLE */

h1.gf_gs-text-heading-2 {
    background-color: #rgb(30, 115, 190)1;
    color: #fff;
    padding: 10px;
}

h5.gf_gs-text-heading-2 {
    background-color: none !important;
    padding-left: 0 !important;
    padding-top: px !important;
    margin: 0 0 15px;
    border: none !important;
    font-size: 1.25em;
    color: #036;
}

#m-1590638537049 {
    padding-right: 0;
    margin: 15px 0;
}

#c-1547608725936 {
    background-color: #fff;
}

#r-1583964292839 {
    background-color: #fff;
}

#r-1611862270409 {
    background-color: #fff;
    padding: 15px;
}

#e-1685542582360 {
    background-color: #fff;
    padding: 5px;
    z-index: inherit;
}

ul.expert-advice-list {
    list-style-type: none;
    font-size: 1em;
}

#r-1603837989970 {
    background-color: #fff;
    padding: 15px;
}

#r-1611873486875 {
    background-color: #fff;
    padding: 15px;
}

#r-15789935280510 {
    margin: auto !important;
    max-width: 61.5%;
    margin-top: 25px !important;
}

#r-1597077147701 {
    margin: auto;
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

#r-1583961960145 {
    padding-top: 0;
}

a.copyright-text:hover {
    color: #fff !important;
}

.blue-header {
    font-size: 25px !important;
    line-height: 1.8em !important;
    letter-spacing: 3px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-color: #387fc1;
    padding-left: 15px;
    font-family: roboto, sans-serif;
    margin: 25px 0 0;
}


/* Container for the row */

.gf_row {
    display: flex;
    flex-wrap: wrap;
}


/* Style for each column */

.gf_col_no_tools {
    box-sizing: border-box;
    padding: 10px !important;
    /* Adjust padding as needed */
}


/* Adjust column width for different screen sizes */

@media (width>=768px) {
    .gf_col-xs-12 {
        flex: 0 0 100%;
        /* Full width for extra small screens */
    }
    .gf_col-sm-4 {
        flex: 0 0 33.3333%;
        /* 3 columns for small screens and above */
    }
}


/* Additional styling for images, titles, excerpts, etc. */

.module-wrap {
    /* Add your styling for module-wrap here */
}

.module {
    /* Add your styling for module here */
}

.item-content {
    /* Add your styling for item-content here */
}


/* Add more specific styling as needed */

#m-1680215793883,
#second-row,
#third-row {
    background-color: #fff;
    padding: 15px !important;
}

.gf_column {
    margin-right: 10px;
    /* Adjust the value as needed */
}


/* Add the following rule to remove right margin from the last column */

.gf_column:last-child {
    margin-right: 0;
}

@media (width>=600px) {
    #r-1604614287864 {
        display: none;
    }
}


/* new quicklinks */

.responsive-grid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    /* Add some spacing between rows */
    background-color: #fff;
    padding-left: 50px;
}

.grid-col-lg-3,
.grid-col-md-6,
.grid-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    /* Adjust as needed for spacing between columns */
}

.header-row {
    background-color: #387fc1;
    /* Customize the background color for the header row */
    color: #fff !important;
    /* Customize the text color for the header row */
    padding: 5px;
    /* Add padding to the header row */
    margin-top: 25px;
    margin-bottom: 0!important;
    font-family: roboto, sans-serif;
}

.grid-col-lg-3,
.grid-col-md-6,
.grid-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 calc(25% - 20px);
    /* Adjust as needed for spacing between columns */
    max-width: calc(25% - 20px);
    padding: 10px;
    /* Adjust as needed for spacing between columns */
}

.dropdown-item {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #036;
    /* Customize the text color for dropdown items */
    background-color: #fff;
    /* Customize the background color for dropdown items */
    border: none;
    /* Add a border around dropdown items */
    margin-bottom: 10px;
    /* Add some spacing between dropdown items */
    border-bottom: 1px solid #036;
    font-weight: 500;
    text-align: center;
}

@media (width <=767px) {
    /* Styles for mobile devices (max-width: 767px) */
    .grid-col-lg-3,
    .grid-col-md-6,
    .grid-col-sm-12 {
        flex: 0 0 calc(33.33% - 20px);
        /* 3 columns on mobile */
        max-width: calc(33.33% - 20px);
    }
    .header-row {
        flex: 0 0 100%;
        /* Full width on mobile */
        max-width: 100%;
    }
}


/* case study pages */

.case-page-width {
    margin-top: -15px;
    margin-left: 15px;
}

@media (width <=767px) {
    #r-1642458645789-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    #r-1642458645800-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    #r-1642458645789-mobile>.gf_column {
        width: 100%;
    }
    #r-1642458645789-mobile img {
        width: 100%;
    }
}


/* expert advice row */

#c-1578993528106 {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 0!important;
}

#r-1651267130302 {
    margin-top: 25px;
}


/* expert advice drop down */


/* Custom Dropdown Styles */

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    color: #333;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.custom-dropdown:hover .dropdown-content {
    display: block;
}


/*  */

#e-1607114442165 {
    margin-bottom: 15px;
}

#r-1597077147701>.gf_column {
    min-height: 1px;
    padding-top: 5px;
}

.expert-advice {
    margin-top: 25px;
}

.content-block {
    margin: 0;
}

.menu-space {
    padding: 15px;
}

p {
    line-height: 1.5!important;
}

body .gryffeditor .gf_row,
body .module-wrap[data-label="Popup"] .gf_row {
    padding-top: 30px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    line-height: 1.5;
    z-index: 25;
    font-size: 1rem;
}

#m-1611859958246 h1,
h2,
h3,
p {
    display: block;
    font-size: 1rem;
    z-index: 3;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}

p {
    font-size: 1rem!important;
}

div {
    font-size: 1rem!important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    padding: 5px 0!important;
}

#e-1680193412833 {
    margin-top: 35px;
}

#r-1611862303570 {
    background-color: #fff;
}

@media only screen and (width <=768px) {
    #r-1642458663914 {
        display: none;
    }
    #r-1611862303570,
    #r-1611862224046 {
        background-color: #fff;
    }
}

.player-a955e830-eb38-424f-8a77-a15ed92d417c {
    background-color: transparent !important;
    margin-top: 25px;
}

#e-1611860138634 {}

#r-1611862224046 {
    background-color: #fff;
}

#m-1611859958246 {
    padding: 0 15px;
    background-color: #fff;
}

#m-1611860968837 {
    padding: 0 15px;
    background-color: #fff;
}

@media (width <=767px) {
    #e-1629913618791 .gf_image {
        height: auto !important;
        width: 58px !important;
        padding: 1px !important;
        margin-left: 50px!important;
    }
    #r-1629913618766>.gf_column {
        min-height: 1px;
        margin-left: -58px;
    }
}

@media (width <=600px) {
    #e-1629913618791 .gf_image {
        height: auto !important;
        width: 58px !important;
        padding: 1px !important;
        margin-left: 50px!important;
    }
    #r-1629913618766>.gf_column {
        min-height: 1px;
        margin-left: -36px;
    }
}

@media (width <=550px) {
    #e-1629913618791 .gf_image {
        height: auto !important;
        width: 58px !important;
        padding: 1px !important;
        margin-left: 50px!important;
    }
    #r-1629913618766>.gf_column {
        min-height: 1px;
        margin-left: -50px;
    }
}

a:hover {
    text-decoration: none!important;
    color: #FFF900!important;
}

@media (width <=767px) {
    #e-1629913618714 .text-edit h1 {
        margin-left: 25px!important;
    }
}


/* update mobile menu */

@media (width <=767px) {
    #e-1629913618680 {
        margin-right: 3px !important;
        margin-left: 3px !important;
        margin-top: px !important;
    }
}

@media (width <=767px) {
    #e-1629913618739 {
        margin-top: 0 !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
}

@media (width <=767px) {
    #e-1706730941785 .text-edit {
        font-size: 10px !important;
        line-height: 1.56em !important;
        letter-spacing: 0 !important;
        color: #383838 !important;
        text-transform: capitalize !important;
        font-weight: 400 !important;
        padding-left: 2px!important;
        padding-right: 2px!important;
    }
}

@media (width <=767px) {
    #e-1706730941784 .text-edit {
        background-color: #fff !important;
        border-width: 0 0 0 4px !important;
        border-color: #1ab6f9 !important;
        border-style: solid !important;
        padding-left: 15px !important;
        padding-bottom: 0 !important;
    }
}

@media (width <=767px) {
    #e-1629913618714 {
        margin-right: -16px !important;
        margin-top: 0 !important;
    }
}

@media (width <=767px) {
    #e-1583964292895 .gf_image {
        height: auto !important;
        width: 45% !important;
    }
}

@media (width <=767px) {
    #e-1597077798327 .gf_image {
        width: 45% !important;
        height: auto !important;
        padding-top: 0 !important;
    }
    h5.gf_gs-text-heading-2 {
        background-color: none !important;
        padding-top: px !important;
        margin: 0 0 15px;
        font-size: 1.25em;
        color: #036;
        line-height: 1.25;
        padding-left: 15px!important;
    }
    body .gryffeditor .gf_row,
    body .module-wrap[data-label="Popup"] .gf_row {
        padding-top: 2px;
        max-width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        line-height: 1.5;
        z-index: 25;
        font-size: 1rem;
    }
    .gryffeditor img,
    .module-wrap[data-label="Popup"] img {
        max-width: 100%;
        vertical-align: center!important;
        padding-bottom: 10px;
    }
}

@media (width>=1200px) {
    #r-1611862303570 {
        background-color: #ffff!important;
        padding-top: 0 !important;
        z-index: 0;
    }
}

@media (width <=767px) {
    #e-1706730941815 .text-edit {
        font-size: 10px !important;
        line-height: 1.3em !important;
        letter-spacing: 0 !important;
        color: #383838 !important;
        text-transform: capitalize !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-weight: 400 !important;
    }
}

.demovanish {
    font-size: 1.15em;
}

@media (width <=767px) {
    #e-1706730941840 {
        margin-top: -8px !important;
        margin-bottom: 9px !important;
    }
}

@media (width <=767px) {
    #e-1616541380453 {
        margin-top: 0 !important;
    }
    body {
        overflow-x: hidden;
    }
}

@media (width <=767px) {
    #e-1706730941855 {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    #e-1706730941805 {
        margin: px -5px 1px !important;
    }
    .tdsbutton {
        text-align: center;
        font-weight: 800;
        font-size: 0.8em;
        margin-left: 10px;
        margin-bottom: 25px;
        margin-top: 0!important;
    }
}

.tds {
    padding: 5px;
}

.tdsbutton {
    padding-left: 15px;
}

#r-1617223609201>.gf_column {
    padding-bottom: 10px;
}

.tds {
    display: flex;
    justify-content: center;
    /* horizontally center */
    align-items: center;
    /* vertically center */
    height: 15px;
    /* or any desired height */
}

.tdsbutton {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    /* vertically center text and image */
}

.tdsbutton img {
    margin-right: 10px;
    /* spacing between image and text */
}

.tdsbutton {
    text-align: center;
    font-weight: 800;
    font-size: 0.8em;
    margin-left: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}


/*  */

#e-16165436872031 .text-edit {
    background-color: #993132 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #fff!important;
}

#e-16167141590931 .text-edit {
    background-color: #993132 !important;
    color: #fff;
}

@media (width <=767px) {
    #e-1616541380453 .gf_image {
        width: 350px!important;
        height: auto !important;
        background-color: none !important;
        margin-bottom: 25px
    }
}

#e-16165434661451 {
    font-size: 3.25em;
}

#r-17067309417581 {
    box-shadow: 1.2246467991473532e-16px 2px 5px -2px #636363 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1200px !important;
}

@media (width>=1200px) {
    #e-1706730941849 {
        margin-left: -10px !important;
        margin-right: 0 !important;
    }
}

@media (width <=767px) {
    #e-1706730941849 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .rusttitle {
        padding-top: 10px;
        font-size: .8em!important;
        line-height: 1;
    }
}

.rusttitle {
    font-size: 1.125em;
    padding-top: 7px;
    line-height: 1;
}

#e-1714489083949 {
    background-color: #993132 !important;
    padding: 0 !important;
    margin: 0 -10px;
    font-size:
}

@media (width>=1200px) {
    #e-17067309418063 .text-edit {
        background-color: rgb(208 18 111);
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #fff;
        margin-left: -10px;
        margin-right: -20px;
    }
}

h5.gf_gs-text-heading-2 {
    background-color: none !important;
    padding-left: 0 !important;
    padding-top: px !important;
    margin: 0 0 15px;
    border: none !important;
    font-size: 1.25em;
    color: #fff;
}

@media (width>=1200px) {
    #e-1706730941770 {
        margin-top: -16px !important;
        margin-bottom: px !important;
    }
}

@media (width>=1200px) {
    #e-16165436872032 .text-edit {
        background-color: #CD116E !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #fff;
    }
}

@media (width>=1200px) {
    #e-16167141590932 .text-edit {
        background-color: #CD116E !important;
    }
}

@media (width>=1200px) {
    #e-16167010913712 .text-edit {
        background-color: #CD116E !important;
    }
}

@media (width <=767px) {
    #e-1616543466145 {
        padding-bottom: 0 !important;
        font-size: .9em !important;
    }
}

h5.gf_gs-text-heading-2 {
    padding-top: 12px !important;
    border: none !important;
    font-size: 1.15em;
    color: #fff;
}

@media (width <=776px) and (width>=0) {
    #e-17067309418651 {
        margin-left: -10px !important;
        margin-right: -10px !important;
        font-size: .85em!important;
    }
    h5.gf_gs-text-heading-2 {
        font-size: .9em;
        padding-top: 15px;
    }
}

@media only screen and (width <=700px) {
    .video-column {
        flex-basis: 100%;
        font-size: .8em !important;
    }
}

.casestudies-bg {
    background-color: #fff;
    padding-top: 0!important;
}

#m-1680215793883-child1-5,
#m-1680215793883-child2-5,
#m-1680215793883-child3-5,
#m-1680215793883-child4-5,
#m-1680215793883-child5-5,
#m-1680215793883-child6-5,
#m-1680215793883-child7-5,
#m-1680215793883-child8-5,
#m-1680215793883-child9-5,
#m-1680215793883-child10-5 {
    margin: 15px;
}

#e-1706730941870.heritage-title {
    background-color: #b05f13;
}


/* heritage graffiti remover page */

@media (width>=1200px) {
    #e-16165436872034 .text-edit {
        background-color: #b05f13 !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #e-16165436872034 .text-edit h5 {
        font-size: 25px !important;
        line-height: 1.15em !important;
        letter-spacing: 0 !important;
        color: #fff !important;
        text-transform: none !important;
    }
    #e-16167141590934 .text-edit {
        background-color: #b05f13 !important;
    }
    #e-16167010913714 .text-edit {
        background-color: #b05f13 !important;
    }
}

@media (width>=300px) {
    #e-16165436872034 .text-edit {
        background-color: #b05f13 !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    #e-16165436872034 .text-edit h5 {
        font-size: 20px !important;
        line-height: 1.15em !important;
        letter-spacing: 0 !important;
        color: #fff !important;
        text-transform: none !important;
    }
    #e-16167141590934 .text-edit {
        background-color: #b05f13 !important;
    }
    #e-16167010913714 .text-edit {
        background-color: #b05f13 !important;
    }
}

@media (width>=901px) {
    #e-17067309418701 .text-edit {
        background-color: #b05f13 !important;
        padding: 5px 38px 15px!important;
    }
    #e-17067309418701 h5.gf_gs-text-heading-2 {
        padding-top: 5px !important;
        border: none !important;
        font-size: 1.10em;
        color: #fff;
        line-height: 1.25;
    }
}

@media (width>=200px) and (width <=900px) {
    #e-17067309418701 .text-edit {
        background-color: #b05f13 !important;
        padding-top: 5px !important;
        padding-bottom: 15px !important;
    }
    #e-17067309418701 h5.gf_gs-text-heading-2 {
        padding-top: 5px !important;
        border: none !important;
        font-size: .8em;
        color: #fff;
        line-height: 1.25;
    }
}

@media (width>=1200px) {
    #e-1706730941774 .text-edit {
        background-color: #016a70 !important;
        padding: 5px 25px 25px 15px !important;
    }
}

@media (width>=1200px) {
    #e-1706730941872 .text-edit {
        background-color: #613743 !important;
        padding: 5px 25px 25px 15px !important;
    }
}

@media (width>=1200px) {
    #e-1706730941907 .text-edit {
        background-color: #005daa !important;
        padding: 5px 25px 25px 15px !important;
    }
}

@media (width <=767px) {
    .rusttitle {
        padding-top: 10px!important;
        font-size: .8em !important;
        line-height: 1.25;
    }
}

.gf_row-gap-10>.gf_column.special-column {
    padding-left: 0!important;
    /* Adjust as needed */
    padding-right: 0!important;
}

.intro-casestudy-text {
    font-size: 1em!important;
}

@media (width>=1200px) {
    .intro-casestudy-text {
        font-size: 1.em!important;
    }
}

@media (width <=767px) {
    .article__photo-container {
        margin: 30px 35px;
    }
    .content-block {
        padding: 5px;
    }
}

#e-1703013408015 .text-edit>p {
    font-size: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
}

#e-1706640730160 .text-edit>p {
    font-size: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
}

#e-1706640876128 .text-edit>p {
    font-size: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2em !important;
}

@media (width <=767px) {
    .content-block {
        padding: 5px;
    }
}

h3 {
    text-transform: capitalize!important;
}

#r-1642458663914 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#r-1642458663914>.gf_column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

@media screen and (min-width:1000px) and (max-width:1438px) {
    #m-1706730941889 [data-label="Heading"] .text-edit {
        height: 69px!important
    }
    #m-1706730941786 [data-label="Heading"] .text-edit {
        height: 64px!important
    }
    #e-1706730941785 .text-edit {
        font-size: 14px!important;
        line-height: 1.56em!important;
        letter-spacing: 0!important;
        color: #383838!important;
        text-transform: capitalize!important;
        font-weight: 400!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
    #e-1706730941770 .text-edit {
        font-size: 14px!important;
        line-height: 1.56em!important;
        letter-spacing: 0!important;
        color: #383838!important;
        text-transform: capitalize!important;
        font-weight: 400!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
    #e-1706730941814 .text-edit {
        font-size: 14px!important;
        line-height: 1.5em!important;
        letter-spacing: 0!important;
        color: #383838!important;
        text-transform: capitalize!important;
        font-weight: 400!important;
        padding-left: 13px!important;
        padding-right: 18px!important
    }
    #e-1706730941907 .text-edit {
        background-color: #005daa!important;
        padding-top: 15px!important;
        padding-bottom: 27px!important;
        margin-left: -5px
    }
    #e-1706730941784 .text-edit h5 {
        font-size: 22px!important;
        line-height: 1.2em!important;
        letter-spacing: 0!important;
        color: #387fc1!important;
        text-transform: none!important;
        font-family: 'Roboto', sans-serif!important;
        font-weight: bold!important
    }
    #e-1706730941757 .text-edit h5 {
        font-size: 22px!important;
        line-height: 1.2em!important;
        letter-spacing: 0!important;
        color: #387fc1!important;
        text-transform: none!important;
        font-family: 'Roboto', sans-serif!important;
        font-weight: bold!important
    }
}