@charset "UTF-8";

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background-color: #eee
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager:after, .pager:before {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager:after, .pager:before {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff
    }
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button, input, select {
    overflow: visible
}

button, input, select, textarea {
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    button:-moz-focusring, input:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }
/*!
 * Font Awesome Pro 5.5.0 by @'Font Awesome 5 Pro' - https://'Font Awesome 5 Pro'.com
 * License - https://'Font Awesome 5 Pro'.com/license (Commercial License)
 */

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-abacus:before {
    content: "\f640"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acorn:before {
    content: "\f6ae"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alicorn:before {
    content: "\f6b0"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-analytics:before {
    content: "\f643"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-crate:before {
    content: "\f6b1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before {
    content: "\f5d3"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-axe:before {
    content: "\f6b2"
}

.fa-axe-battle:before {
    content: "\f6b3"
}

.fa-backpack:before {
    content: "\f5d4"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

.fa-badger-honey:before {
    content: "\f6b4"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ballot:before {
    content: "\f732"
}

.fa-ballot-check:before {
    content: "\f733"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bat:before {
    content: "\f6b5"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-book-spells:before {
    content: "\f6b8"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-books:before {
    content: "\f5db"
}

.fa-booth-curtain:before {
    content: "\f734"
}

.fa-bow-arrow:before {
    content: "\f6b9"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-ballot:before {
    content: "\f735"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-bus-school:before {
    content: "\f5dd"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-cabinet-filing:before {
    content: "\f64b"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calculator-alt:before {
    content: "\f64c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-star:before {
    content: "\f736"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campfire:before {
    content: "\f6ba"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-candle-holder:before {
    content: "\f6bc"
}

.fa-candy-corn:before {
    content: "\f6bd"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-bump:before {
    content: "\f5e0"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cauldron:before {
    content: "\f6bf"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chair-office:before {
    content: "\f6c1"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-line-down:before {
    content: "\f64d"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-chart-pie-alt:before {
    content: "\f64e"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-claw-marks:before {
    content: "\f6c2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-list-check:before {
    content: "\f737"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-drizzle:before {
    content: "\f738"
}

.fa-cloud-hail:before {
    content: "\f739"
}

.fa-cloud-hail-mixed:before {
    content: "\f73a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-rainbow:before {
    content: "\f73e"
}

.fa-cloud-showers:before {
    content: "\f73f"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sleet:before {
    content: "\f741"
}

.fa-cloud-snow:before {
    content: "\f742"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-clouds:before {
    content: "\f744"
}

.fa-clouds-moon:before {
    content: "\f745"
}

.fa-clouds-sun:before {
    content: "\f746"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-coffee-togo:before {
    content: "\f6c5"
}

.fa-coffin:before {
    content: "\f6c6"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before {
    content: "\f652"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compass-slash:before {
    content: "\f5e9"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-corn:before {
    content: "\f6c7"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dagger:before {
    content: "\f6cb"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dewpoint:before {
    content: "\f748"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d10:before {
    content: "\f6cd"
}

.fa-dice-d12:before {
    content: "\f6ce"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d4:before {
    content: "\f6d0"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-d8:before {
    content: "\f6d2"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-diploma:before {
    content: "\f5ea"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dog-leashed:before {
    content: "\f6d4"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick:before {
    content: "\f6d6"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-duck:before {
    content: "\f6d8"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-eclipse:before {
    content: "\f749"
}

.fa-eclipse-alt:before {
    content: "\f74a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-elephant:before {
    content: "\f6da"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-dollar:before {
    content: "\f657"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-evil:before {
    content: "\f6db"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-certificate:before {
    content: "\f5f3"
}

.fa-file-chart-line:before {
    content: "\f659"
}

.fa-file-chart-pie:before {
    content: "\f65a"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-user:before {
    content: "\f65c"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-fire-smoke:before {
    content: "\f74b"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-alt:before {
    content: "\f74c"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flame:before {
    content: "\f6df"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flask-poison:before {
    content: "\f6e0"
}

.fa-flask-potion:before {
    content: "\f6e1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-fog:before {
    content: "\f74e"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-folder-times:before {
    content: "\f65f"
}

.fa-folders:before {
    content: "\f660"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-fragile:before {
    content: "\f4bb"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-function:before {
    content: "\f661"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gift-card:before {
    content: "\f663"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before {
    content: "\f5f5"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-stand:before {
    content: "\f5f6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hammer-war:before {
    content: "\f6e4"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-magic:before {
    content: "\f6e5"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-witch:before {
    content: "\f6e7"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side:before {
    content: "\f6e9"
}

.fa-head-vr:before {
    content: "\f6ea"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-helmet-battle:before {
    content: "\f6eb"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-mask:before {
    content: "\f6ee"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-hood-cloak:before {
    content: "\f6ef"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-flood:before {
    content: "\f74f"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-humidity:before {
    content: "\f750"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-integral:before {
    content: "\f667"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-intersection:before {
    content: "\f668"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-key-skeleton:before {
    content: "\f6f3"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-keynote:before {
    content: "\f66c"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kite:before {
    content: "\f6f4"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-knife-kitchen:before {
    content: "\f6f5"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-landmark-alt:before {
    content: "\f752"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leaf-maple:before {
    content: "\f6f6"
}

.fa-leaf-oak:before {
    content: "\f6f7"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lips:before {
    content: "\f600"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location:before {
    content: "\f601"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-mace:before {
    content: "\f6f8"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-mandolin:before {
    content: "\f6f9"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
    content: "\f605"
}

.fa-map-marker-check:before {
    content: "\f606"
}

.fa-map-marker-edit:before {
    content: "\f607"
}

.fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-map-marker-minus:before {
    content: "\f609"
}

.fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-map-marker-question:before {
    content: "\f60b"
}

.fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-map-marker-times:before {
    content: "\f60e"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaphone:before {
    content: "\f675"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mind-share:before {
    content: "\f677"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monkey:before {
    content: "\f6fb"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-moon-cloud:before {
    content: "\f754"
}

.fa-moon-stars:before {
    content: "\f755"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mountains:before {
    content: "\f6fd"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-narwhal:before {
    content: "\f6fe"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before {
    content: "\f5a9"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paw-alt:before {
    content: "\f701"
}

.fa-paw-claws:before {
    content: "\f702"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pegasus:before {
    content: "\f703"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-person-sign:before {
    content: "\f757"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-pie:before {
    content: "\f705"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pig:before {
    content: "\f706"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-podium-star:before {
    content: "\f758"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poll-people:before {
    content: "\f759"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-presentation:before {
    content: "\f685"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pumpkin:before {
    content: "\f707"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rabbit:before {
    content: "\f708"
}

.fa-rabbit-fast:before {
    content: "\f709"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-raindrops:before {
    content: "\f75c"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-scarecrow:before {
    content: "\f70d"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-scroll-old:before {
    content: "\f70f"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-scythe:before {
    content: "\f710"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-sheep:before {
    content: "\f711"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-shield-cross:before {
    content: "\f712"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shovel:before {
    content: "\f713"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signal-1:before {
    content: "\f68c"
}

.fa-signal-2:before {
    content: "\f68d"
}

.fa-signal-3:before {
    content: "\f68e"
}

.fa-signal-4:before {
    content: "\f68f"
}

.fa-signal-alt:before {
    content: "\f690"
}

.fa-signal-alt-1:before {
    content: "\f691"
}

.fa-signal-alt-2:before {
    content: "\f692"
}

.fa-signal-alt-3:before {
    content: "\f693"
}

.fa-signal-alt-slash:before {
    content: "\f694"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoke:before {
    content: "\f760"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snake:before {
    content: "\f716"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snow-blowing:before {
    content: "\f761"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spider-black-widow:before {
    content: "\f718"
}

.fa-spider-web:before {
    content: "\f719"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-squirrel:before {
    content: "\f71a"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-staff:before {
    content: "\f71b"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-stars:before {
    content: "\f762"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-sun-cloud:before {
    content: "\f763"
}

.fa-sun-dust:before {
    content: "\f764"
}

.fa-sun-haze:before {
    content: "\f765"
}

.fa-sunrise:before {
    content: "\f766"
}

.fa-sunset:before {
    content: "\f767"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sword:before {
    content: "\f71c"
}

.fa-swords:before {
    content: "\f71d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally:before {
    content: "\f69c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-frigid:before {
    content: "\f768"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-hot:before {
    content: "\f76a"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-thunderstorm-moon:before {
    content: "\f76d"
}

.fa-thunderstorm-sun:before {
    content: "\f76e"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tilde:before {
    content: "\f69f"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-alt:before {
    content: "\f71f"
}

.fa-tombstone:before {
    content: "\f720"
}

.fa-tombstone-alt:before {
    content: "\f721"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-treasure-chest:before {
    content: "\f723"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-trees:before {
    content: "\f724"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-turkey:before {
    content: "\f725"
}

.fa-turtle:before {
    content: "\f726"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-unicorn:before {
    content: "\f727"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-chart:before {
    content: "\f6a3"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-crown:before {
    content: "\f6a5"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume:before {
    content: "\f6a8"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-nay:before {
    content: "\f771"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-wand:before {
    content: "\f72a"
}

.fa-wand-magic:before {
    content: "\f72b"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-water:before {
    content: "\f773"
}

.fa-water-lower:before {
    content: "\f774"
}

.fa-water-rise:before {
    content: "\f775"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whale:before {
    content: "\f72c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheat:before {
    content: "\f72d"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-1:before {
    content: "\f6aa"
}

.fa-wifi-2:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-wind-warning:before {
    content: "\f776"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-windsock:before {
    content: "\f777"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
/*!
 * Font Awesome Pro 5.5.0 by @'Font Awesome 5 Pro' - https://'Font Awesome 5 Pro'.com
 * License - https://'Font Awesome 5 Pro'.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(/Content/core/webfonts/fa-brands-400.eot);
    src: url(/Content/core/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/Content/core/webfonts/fa-brands-400.woff2) format("woff2"),url(/Content/core/webfonts/fa-brands-400.woff) format("woff"),url(/Content/core/webfonts/fa-brands-400.ttf) format("truetype"),url(/Content/core/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}
/*!
 * Font Awesome Pro 5.5.0 by @'Font Awesome 5 Pro' - https://'Font Awesome 5 Pro'.com
 * License - https://'Font Awesome 5 Pro'.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url(/Content/core/webfonts/fa-light-300.eot);
    src: url(/Content/core/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/Content/core/webfonts/fa-light-300.woff2) format("woff2"),url(/Content/core/webfonts/fa-light-300.woff) format("woff"),url(/Content/core/webfonts/fa-light-300.ttf) format("truetype"),url(/Content/core/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300
}
/*!
 * Font Awesome Pro 5.5.0 by @'Font Awesome 5 Pro' - https://'Font Awesome 5 Pro'.com
 * License - https://'Font Awesome 5 Pro'.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url(/Content/core/webfonts/fa-regular-400.eot);
    src: url(/Content/core/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/Content/core/webfonts/fa-regular-400.woff2) format("woff2"),url(/Content/core/webfonts/fa-regular-400.woff) format("woff"),url(/Content/core/webfonts/fa-regular-400.ttf) format("truetype"),url(/Content/core/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}
/*!
 * Font Awesome Pro 5.5.0 by @'Font Awesome 5 Pro' - https://'Font Awesome 5 Pro'.com
 * License - https://'Font Awesome 5 Pro'.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url(/Content/core/webfonts/fa-solid-900.eot);
    src: url(/Content/core/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/Content/core/webfonts/fa-solid-900.woff2) format("woff2"),url(/Content/core/webfonts/fa-solid-900.woff) format("woff"),url(/Content/core/webfonts/fa-solid-900.ttf) format("truetype"),url(/Content/core/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}

.adjacent__image > img, .fittedImage > img, .stacked__image > img {
    display: block;
    width: 100%
}

.M-objectfit .adjacent__image, .M-objectfit .fittedImage, .M-objectfit .stacked__image {
    background-size: 0 0
}

    .M-objectfit .adjacent__image > img, .M-objectfit .fittedImage > img, .M-objectfit .stacked__image > img {
        object-fit: cover
    }

.M-no-objectfit .adjacent__image, .M-no-objectfit .fittedImage, .M-no-objectfit .stacked__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

    .M-no-objectfit .adjacent__image > img, .M-no-objectfit .fittedImage > img, .M-no-objectfit .stacked__image > img {
        visibility: hidden
    }

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 100%;
    line-height: 1.5
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background-color: #fff;
    color: #333;
    font-family: Arial,sans-serif
}

img {
    width: auto;
    height: auto;
    max-width: 100%
}

blockquote, figure {
    margin: 0
}

iframe {
    border: none
}

a {
    color: #272727;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

hr {
    border: none;
    border-top: 1px solid #d5d5d5
}

.skipToContent {
    position: absolute;
    top: 0;
    right: 100%
}

    .skipToContent:focus {
        right: auto
    }

.layout__header {
    padding-top: calc(3.5em + 1px)
}

.layout__mobileHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5em 4.5em;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    z-index: 500
}

    .layout__mobileHeader .width--layout {
        line-height: 2.5em;
        padding: 0
    }

.layout__mobileHeaderButton {
    float: right;
    width: 1.25em;
    height: 1.25em;
    margin-left: 10px;
    margin-right: -2em;
    line-height: 1.25em;
    font-size: 2em;
    text-align: center;
    color: #333
}

    .layout__mobileHeaderButton.canvasMenu__toggleButton {
        float: left;
        margin-left: -2em;
        margin-right: 10px
    }

.layout__logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    font-size: 0;
    height: 40px;
    height: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem
}

.layout__logoImage {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.search.search--header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: .875em;
    height: 2.85em;
    box-sizing: content-box
}

    .search.search--header:before {
        content: "\f002";
        position: absolute;
        top: 0;
        right: 0;
        color: #272727;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.3em;
        text-align: center;
        font-family: 'Font Awesome 5 Pro'
    }

    .search.search--header .search__input {
        width: 100%;
        background: 0 0;
        padding-left: .8em;
        padding-right: 2.571em;
        border-left-style: none;
        border-right-style: none;
        border-radius: 0
    }

        .search.search--header .search__input:focus {
            box-shadow: none
        }

    .search.search--header .search__submit {
        position: absolute;
        top: 0;
        right: 0;
        background: 0 0;
        color: transparent;
        width: 2.85em;
        height: 2.85em;
        padding: 0;
        line-height: 2.85em;
        margin: 0;
        border: none;
        border-radius: 0
    }

.nav--utility .dropdown {
    position: static;
    visibility: visible;
    background-color: transparent;
    border-style: none;
    z-index: auto
}

.layout__primaryNav .dropdown {
    display: none;
    padding: 1.5em 1.5em 0
}

.layout__top .nav.nav--breadcrumb {
    padding-top: 15px;
    font-size: .875em
}

.layout__page {
    padding: 1.5em 0 2.5em
}

.sidebar.sidebar--layout .nav.nav--categories {
    display: none
}

.layout__footer {
    padding: 1.5em 0 2.5em;
    border-top: 1px solid #d5d5d5
}

    .layout__footer .contentArea.grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

.layout__socialNav i.fa {
    font-size: 24px;
    font-size: 1.5rem
}

.layout__copyright {
    color: #bbb;
    text-align: center
}

.layout__cms {
    overflow: hidden
}

@media screen and (min-width:60em) {
    .layout__header {
        padding-top: 0
    }

    .layout__footer .contentArea.grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .layout__mobileHeader {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        text-align: left;
        padding: 2em 0 0;
        z-index: auto
    }

        .layout__mobileHeader .width--layout {
            line-height: normal
        }

    .layout__mobileHeaderButton {
        display: none
    }

    .layout__primaryNav .dropdown, .layout__utilityNav .dropdown {
        display: block
    }

    .layout__logo {
        display: block;
        float: left;
        text-align: left;
        line-height: normal;
        margin: 0 2em 0 0;
        width: 305px;
        height: 42px
    }

    .layout__logoImage {
        display: block;
        max-height: none
    }

    .layout__mobileHeader {
        background-color: transparent;
        border: none
    }

    .layout__utilityNav {
        text-align: right;
        padding-left: 335px;
        padding-bottom: 1.5em
    }

        .layout__utilityNav > * {
            display: inline-block;
            text-align: left;
            vertical-align: top;
            margin: 0 0 10px 25px
        }

        .layout__utilityNav > :first-child {
            margin-left: 0
        }

    .nav--utility .nav__link {
        font-size: .875em;
        padding: 5px 10px
    }

    .nav--utility > .nav__item.nav__item--expands {
        direction: rtl
    }

        .nav--utility > .nav__item.nav__item--expands > .nav__link {
            position: relative;
            padding: 4px 9px;
            border: 1px solid transparent;
            direction: ltr
        }

        .nav--utility > .nav__item.nav__item--expands:hover > .nav__link {
            background-color: #fff;
            border-color: #d5d5d5;
            border-bottom-color: #fff;
            z-index: 113
        }

    .nav--utility .dropdown {
        position: absolute;
        text-align: left;
        direction: ltr;
        margin-top: -1px;
        white-space: nowrap;
        visibility: hidden;
        background-color: #fff;
        border-style: solid;
        padding: 1em;
        z-index: 112
    }

        .dropdownTrigger--hover:hover > .nav--utility .dropdown, .nav--utility .dropdown[aria-expanded=true] {
            visibility: visible
        }

    .search.search--header {
        position: relative;
        top: auto;
        left: auto;
        width: 20em;
        height: auto
    }

        .search.search--header:before {
            line-height: 2.5em
        }

        .search.search--header .search__input {
            border-left-style: solid;
            border-right-style: solid
        }

    .layout__primaryNav {
        background-color: #fff;
        border-bottom: 1px solid #d5d5d5
    }

    .nav--primary > .nav__item > .nav__link {
        font-size: 1.125em;
        line-height: 1.2em;
        padding: .65em 15px;
        border: 1px solid transparent;
        border-bottom: none
    }

        .nav--primary > .nav__item > .nav__link:hover {
            text-decoration: none
        }

    .nav--primary > .nav__item.nav__item--expands > .nav__link {
        position: relative;
        z-index: 111
    }

        .nav--primary > .nav__item.nav__item--expands > .nav__link:after {
            content: '';
            position: absolute;
            visibility: hidden;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #fff
        }

    .nav--primary > .nav__item.nav__item--expands:hover > .nav__link {
        border-color: #d5d5d5
    }

        .nav--primary > .nav__item.nav__item--expands:hover > .nav__link:after {
            visibility: visible
        }

    .nav--primary .dropdown {
        left: 0;
        right: 0;
        max-width: 72.5em;
        margin: 0 auto;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .sidebar.sidebar--layout .nav.nav--categories {
        display: block
    }

    .layout__socialNav .nav__item:not(:first-child) {
        margin-left: 4px
    }
}

.grid, .grid__row {
    clear: both
}

    .grid:after, .grid__row:after {
        content: '';
        display: block;
        clear: both
    }

.lg-1, .lg-10, .lg-11, .lg-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .md-1, .md-10, .md-11, .md-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .sm-1, .sm-10, .sm-11, .sm-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .xl-1, .xl-10, .xl-11, .xl-12, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xs-1, .xs-10, .xs-11, .xs-12, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9 {
    display: block
}

.xs-1, .xs-10, .xs-11, .xs-12, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9 {
    float: left
}

.xs-1 {
    width: 8.33333%
}

.xs-2 {
    width: 16.66667%
}

.xs-3 {
    width: 25%
}

.xs-4 {
    width: 33.33333%
}

.xs-5 {
    width: 41.66667%
}

.xs-6 {
    width: 50%
}

.xs-7 {
    width: 58.33333%
}

.xs-8 {
    width: 66.66667%
}

.xs-9 {
    width: 75%
}

.xs-10 {
    width: 83.33333%
}

.xs-11 {
    width: 91.66667%
}

.xs-12 {
    width: 100%
}

.xs-pull--0, .xs-push--0 {
    margin-left: 0;
    margin-right: 0
}

.xs-push--1 {
    margin-left: 8.33333%;
    margin-right: -8.33333%
}

.xs-pull--1 {
    margin-left: -8.33333%;
    margin-right: 8.33333%
}

.xs-push--2 {
    margin-left: 16.66667%;
    margin-right: -16.66667%
}

.xs-pull--2 {
    margin-left: -16.66667%;
    margin-right: 16.66667%
}

.xs-push--3 {
    margin-left: 25%;
    margin-right: -25%
}

.xs-pull--3 {
    margin-left: -25%;
    margin-right: 25%
}

.xs-push--4 {
    margin-left: 33.33333%;
    margin-right: -33.33333%
}

.xs-pull--4 {
    margin-left: -33.33333%;
    margin-right: 33.33333%
}

.xs-push--5 {
    margin-left: 41.66667%;
    margin-right: -41.66667%
}

.xs-pull--5 {
    margin-left: -41.66667%;
    margin-right: 41.66667%
}

.xs-push--6 {
    margin-left: 50%;
    margin-right: -50%
}

.xs-pull--6 {
    margin-left: -50%;
    margin-right: 50%
}

.xs-push--7 {
    margin-left: 58.33333%;
    margin-right: -58.33333%
}

.xs-pull--7 {
    margin-left: -58.33333%;
    margin-right: 58.33333%
}

.xs-push--8 {
    margin-left: 66.66667%;
    margin-right: -66.66667%
}

.xs-pull--8 {
    margin-left: -66.66667%;
    margin-right: 66.66667%
}

.xs-push--9 {
    margin-left: 75%;
    margin-right: -75%
}

.xs-pull--9 {
    margin-left: -75%;
    margin-right: 75%
}

.xs-push--10 {
    margin-left: 83.33333%;
    margin-right: -83.33333%
}

.xs-pull--10 {
    margin-left: -83.33333%;
    margin-right: 83.33333%
}

.xs-push--11 {
    margin-left: 91.66667%;
    margin-right: -91.66667%
}

.xs-pull--11 {
    margin-left: -91.66667%;
    margin-right: 91.66667%
}

.xs-push--12 {
    margin-left: 100%;
    margin-right: -100%
}

.xs-pull--12 {
    margin-left: -100%;
    margin-right: 100%
}

@media print,screen and (min-width:30em) {
    .sm-1, .sm-10, .sm-11, .sm-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9 {
        float: left
    }

    .sm-1 {
        width: 8.33333%
    }

    .sm-2 {
        width: 16.66667%
    }

    .sm-3 {
        width: 25%
    }

    .sm-4 {
        width: 33.33333%
    }

    .sm-5 {
        width: 41.66667%
    }

    .sm-6 {
        width: 50%
    }

    .sm-7 {
        width: 58.33333%
    }

    .sm-8 {
        width: 66.66667%
    }

    .sm-9 {
        width: 75%
    }

    .sm-10 {
        width: 83.33333%
    }

    .sm-11 {
        width: 91.66667%
    }

    .sm-12 {
        width: 100%
    }

    .sm-pull--0, .sm-push--0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm-push--1 {
        margin-left: 8.33333%;
        margin-right: -8.33333%
    }

    .sm-pull--1 {
        margin-left: -8.33333%;
        margin-right: 8.33333%
    }

    .sm-push--2 {
        margin-left: 16.66667%;
        margin-right: -16.66667%
    }

    .sm-pull--2 {
        margin-left: -16.66667%;
        margin-right: 16.66667%
    }

    .sm-push--3 {
        margin-left: 25%;
        margin-right: -25%
    }

    .sm-pull--3 {
        margin-left: -25%;
        margin-right: 25%
    }

    .sm-push--4 {
        margin-left: 33.33333%;
        margin-right: -33.33333%
    }

    .sm-pull--4 {
        margin-left: -33.33333%;
        margin-right: 33.33333%
    }

    .sm-push--5 {
        margin-left: 41.66667%;
        margin-right: -41.66667%
    }

    .sm-pull--5 {
        margin-left: -41.66667%;
        margin-right: 41.66667%
    }

    .sm-push--6 {
        margin-left: 50%;
        margin-right: -50%
    }

    .sm-pull--6 {
        margin-left: -50%;
        margin-right: 50%
    }

    .sm-push--7 {
        margin-left: 58.33333%;
        margin-right: -58.33333%
    }

    .sm-pull--7 {
        margin-left: -58.33333%;
        margin-right: 58.33333%
    }

    .sm-push--8 {
        margin-left: 66.66667%;
        margin-right: -66.66667%
    }

    .sm-pull--8 {
        margin-left: -66.66667%;
        margin-right: 66.66667%
    }

    .sm-push--9 {
        margin-left: 75%;
        margin-right: -75%
    }

    .sm-pull--9 {
        margin-left: -75%;
        margin-right: 75%
    }

    .sm-push--10 {
        margin-left: 83.33333%;
        margin-right: -83.33333%
    }

    .sm-pull--10 {
        margin-left: -83.33333%;
        margin-right: 83.33333%
    }

    .sm-push--11 {
        margin-left: 91.66667%;
        margin-right: -91.66667%
    }

    .sm-pull--11 {
        margin-left: -91.66667%;
        margin-right: 91.66667%
    }

    .sm-push--12 {
        margin-left: 100%;
        margin-right: -100%
    }

    .sm-pull--12 {
        margin-left: -100%;
        margin-right: 100%
    }
}

@media print,screen and (min-width:45em) {
    .md-1, .md-10, .md-11, .md-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9 {
        float: left
    }

    .md-1 {
        width: 8.33333%
    }

    .md-2 {
        width: 16.66667%
    }

    .md-3 {
        width: 25%
    }

    .md-4 {
        width: 33.33333%
    }

    .md-5 {
        width: 41.66667%
    }

    .md-6 {
        width: 50%
    }

    .md-7 {
        width: 58.33333%
    }

    .md-8 {
        width: 66.66667%
    }

    .md-9 {
        width: 75%
    }

    .md-10 {
        width: 83.33333%
    }

    .md-11 {
        width: 91.66667%
    }

    .md-12 {
        width: 100%
    }

    .md-pull--0, .md-push--0 {
        margin-left: 0;
        margin-right: 0
    }

    .md-push--1 {
        margin-left: 8.33333%;
        margin-right: -8.33333%
    }

    .md-pull--1 {
        margin-left: -8.33333%;
        margin-right: 8.33333%
    }

    .md-push--2 {
        margin-left: 16.66667%;
        margin-right: -16.66667%
    }

    .md-pull--2 {
        margin-left: -16.66667%;
        margin-right: 16.66667%
    }

    .md-push--3 {
        margin-left: 25%;
        margin-right: -25%
    }

    .md-pull--3 {
        margin-left: -25%;
        margin-right: 25%
    }

    .md-push--4 {
        margin-left: 33.33333%;
        margin-right: -33.33333%
    }

    .md-pull--4 {
        margin-left: -33.33333%;
        margin-right: 33.33333%
    }

    .md-push--5 {
        margin-left: 41.66667%;
        margin-right: -41.66667%
    }

    .md-pull--5 {
        margin-left: -41.66667%;
        margin-right: 41.66667%
    }

    .md-push--6 {
        margin-left: 50%;
        margin-right: -50%
    }

    .md-pull--6 {
        margin-left: -50%;
        margin-right: 50%
    }

    .md-push--7 {
        margin-left: 58.33333%;
        margin-right: -58.33333%
    }

    .md-pull--7 {
        margin-left: -58.33333%;
        margin-right: 58.33333%
    }

    .md-push--8 {
        margin-left: 66.66667%;
        margin-right: -66.66667%
    }

    .md-pull--8 {
        margin-left: -66.66667%;
        margin-right: 66.66667%
    }

    .md-push--9 {
        margin-left: 75%;
        margin-right: -75%
    }

    .md-pull--9 {
        margin-left: -75%;
        margin-right: 75%
    }

    .md-push--10 {
        margin-left: 83.33333%;
        margin-right: -83.33333%
    }

    .md-pull--10 {
        margin-left: -83.33333%;
        margin-right: 83.33333%
    }

    .md-push--11 {
        margin-left: 91.66667%;
        margin-right: -91.66667%
    }

    .md-pull--11 {
        margin-left: -91.66667%;
        margin-right: 91.66667%
    }

    .md-push--12 {
        margin-left: 100%;
        margin-right: -100%
    }

    .md-pull--12 {
        margin-left: -100%;
        margin-right: 100%
    }
}

@media screen and (min-width:60em) {
    .lg-1, .lg-10, .lg-11, .lg-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9 {
        float: left
    }

    .lg-1 {
        width: 8.33333%
    }

    .lg-2 {
        width: 16.66667%
    }

    .lg-3 {
        width: 25%
    }

    .lg-4 {
        width: 33.33333%
    }

    .lg-5 {
        width: 41.66667%
    }

    .lg-6 {
        width: 50%
    }

    .lg-7 {
        width: 58.33333%
    }

    .lg-8 {
        width: 66.66667%
    }

    .lg-9 {
        width: 75%
    }

    .lg-10 {
        width: 83.33333%
    }

    .lg-11 {
        width: 91.66667%
    }

    .lg-12 {
        width: 100%
    }

    .lg-pull--0, .lg-push--0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg-push--1 {
        margin-left: 8.33333%;
        margin-right: -8.33333%
    }

    .lg-pull--1 {
        margin-left: -8.33333%;
        margin-right: 8.33333%
    }

    .lg-push--2 {
        margin-left: 16.66667%;
        margin-right: -16.66667%
    }

    .lg-pull--2 {
        margin-left: -16.66667%;
        margin-right: 16.66667%
    }

    .lg-push--3 {
        margin-left: 25%;
        margin-right: -25%
    }

    .lg-pull--3 {
        margin-left: -25%;
        margin-right: 25%
    }

    .lg-push--4 {
        margin-left: 33.33333%;
        margin-right: -33.33333%
    }

    .lg-pull--4 {
        margin-left: -33.33333%;
        margin-right: 33.33333%
    }

    .lg-push--5 {
        margin-left: 41.66667%;
        margin-right: -41.66667%
    }

    .lg-pull--5 {
        margin-left: -41.66667%;
        margin-right: 41.66667%
    }

    .lg-push--6 {
        margin-left: 50%;
        margin-right: -50%
    }

    .lg-pull--6 {
        margin-left: -50%;
        margin-right: 50%
    }

    .lg-push--7 {
        margin-left: 58.33333%;
        margin-right: -58.33333%
    }

    .lg-pull--7 {
        margin-left: -58.33333%;
        margin-right: 58.33333%
    }

    .lg-push--8 {
        margin-left: 66.66667%;
        margin-right: -66.66667%
    }

    .lg-pull--8 {
        margin-left: -66.66667%;
        margin-right: 66.66667%
    }

    .lg-push--9 {
        margin-left: 75%;
        margin-right: -75%
    }

    .lg-pull--9 {
        margin-left: -75%;
        margin-right: 75%
    }

    .lg-push--10 {
        margin-left: 83.33333%;
        margin-right: -83.33333%
    }

    .lg-pull--10 {
        margin-left: -83.33333%;
        margin-right: 83.33333%
    }

    .lg-push--11 {
        margin-left: 91.66667%;
        margin-right: -91.66667%
    }

    .lg-pull--11 {
        margin-left: -91.66667%;
        margin-right: 91.66667%
    }

    .lg-push--12 {
        margin-left: 100%;
        margin-right: -100%
    }

    .lg-pull--12 {
        margin-left: -100%;
        margin-right: 100%
    }
}

@media screen and (min-width:75em) {
    .xl-1, .xl-10, .xl-11, .xl-12, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9 {
        float: left
    }

    .xl-1 {
        width: 8.33333%
    }

    .xl-2 {
        width: 16.66667%
    }

    .xl-3 {
        width: 25%
    }

    .xl-4 {
        width: 33.33333%
    }

    .xl-5 {
        width: 41.66667%
    }

    .xl-6 {
        width: 50%
    }

    .xl-7 {
        width: 58.33333%
    }

    .xl-8 {
        width: 66.66667%
    }

    .xl-9 {
        width: 75%
    }

    .xl-10 {
        width: 83.33333%
    }

    .xl-11 {
        width: 91.66667%
    }

    .xl-12 {
        width: 100%
    }

    .xl-pull--0, .xl-push--0 {
        margin-left: 0;
        margin-right: 0
    }

    .xl-push--1 {
        margin-left: 8.33333%;
        margin-right: -8.33333%
    }

    .xl-pull--1 {
        margin-left: -8.33333%;
        margin-right: 8.33333%
    }

    .xl-push--2 {
        margin-left: 16.66667%;
        margin-right: -16.66667%
    }

    .xl-pull--2 {
        margin-left: -16.66667%;
        margin-right: 16.66667%
    }

    .xl-push--3 {
        margin-left: 25%;
        margin-right: -25%
    }

    .xl-pull--3 {
        margin-left: -25%;
        margin-right: 25%
    }

    .xl-push--4 {
        margin-left: 33.33333%;
        margin-right: -33.33333%
    }

    .xl-pull--4 {
        margin-left: -33.33333%;
        margin-right: 33.33333%
    }

    .xl-push--5 {
        margin-left: 41.66667%;
        margin-right: -41.66667%
    }

    .xl-pull--5 {
        margin-left: -41.66667%;
        margin-right: 41.66667%
    }

    .xl-push--6 {
        margin-left: 50%;
        margin-right: -50%
    }

    .xl-pull--6 {
        margin-left: -50%;
        margin-right: 50%
    }

    .xl-push--7 {
        margin-left: 58.33333%;
        margin-right: -58.33333%
    }

    .xl-pull--7 {
        margin-left: -58.33333%;
        margin-right: 58.33333%
    }

    .xl-push--8 {
        margin-left: 66.66667%;
        margin-right: -66.66667%
    }

    .xl-pull--8 {
        margin-left: -66.66667%;
        margin-right: 66.66667%
    }

    .xl-push--9 {
        margin-left: 75%;
        margin-right: -75%
    }

    .xl-pull--9 {
        margin-left: -75%;
        margin-right: 75%
    }

    .xl-push--10 {
        margin-left: 83.33333%;
        margin-right: -83.33333%
    }

    .xl-pull--10 {
        margin-left: -83.33333%;
        margin-right: 83.33333%
    }

    .xl-push--11 {
        margin-left: 91.66667%;
        margin-right: -91.66667%
    }

    .xl-pull--11 {
        margin-left: -91.66667%;
        margin-right: 91.66667%
    }

    .xl-push--12 {
        margin-left: 100%;
        margin-right: -100%
    }

    .xl-pull--12 {
        margin-left: -100%;
        margin-right: 100%
    }
}

.M-flexwrap .grid--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

    .M-flexwrap .grid--flex:after {
        content: none
    }

    .M-flexwrap .grid--flex > * {
        float: none !important
    }

    .M-flexwrap .grid--flex > .block {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .M-flexwrap .grid--flex.grid--justify-end {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .M-flexwrap .grid--flex.grid--justify-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .M-flexwrap .grid--flex.grid--justify-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .M-flexwrap .grid--flex.grid--justify-between {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .M-flexwrap .grid--flex.grid--justify-start {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .M-flexwrap .grid--flex.grid--align-end {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .M-flexwrap .grid--flex.grid--align-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .M-flexwrap .grid--flex.grid--align-baseline {
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .M-flexwrap .grid--flex.grid--align-stretch {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .M-flexwrap .grid--flex.grid--align-start {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

.M-flexwrap .grid--align-stretch > .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexwrap .grid--align-stretch > .block > * {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .M-flexwrap .grid--align-stretch > .block.block--align-auto > *, .M-flexwrap .grid--align-stretch > .block.block--align-baseline > *, .M-flexwrap .grid--align-stretch > .block.block--align-center > *, .M-flexwrap .grid--align-stretch > .block.block--align-end > *, .M-flexwrap .grid--align-stretch > .block.block--align-start > * {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

.table, .table__body, .table__cell, .table__row, table, tbody, td, tr {
    display: block
}

.table__foot, .table__head, .table__header, tfoot, th, thead {
    display: none
}

.table__cell[data-column]:before, td[data-column]:before {
    content: attr(data-column)
}

.table__cell[data-column]:empty:before, td[data-column]:empty:before {
    content: none
}

.mobileTable {
    overflow: auto
}

.table.mobileTable, table.mobileTable {
    overflow: visible
}

.mobileTable .table, .mobileTable table, .table.mobileTable, table.mobileTable {
    display: table !important
}

.mobileTable .table__head, .mobileTable thead {
    display: table-header-group !important
}

.mobileTable .table__body, .mobileTable tbody {
    display: table-row-group !important
}

.mobileTable .table__foot, .mobileTable tfoot {
    display: table-footer-group !important
}

.mobileTable .table__row, .mobileTable tr {
    display: table-row !important
}

.mobileTable .table__cell, .mobileTable .table__header, .mobileTable td, .mobileTable th {
    display: table-cell !important
}

.table, .table__cell, .table__header, table, td, th {
    border: 1px none #ccc
}

.table, table {
    border-style: hidden;
    border-collapse: collapse
}

.table__row, tr {
    page-break-inside: avoid
}

.table__head > .table__row, thead > tr {
    background-color: #eee
}

.table__cell, .table__header, td, th {
    vertical-align: top
}

.table__header, th {
    font-weight: 700;
    text-align: left;
    vertical-align: bottom
}

.table.table--fixed, table.table--fixed {
    table-layout: fixed
}

.table.table--auto, table.table--auto {
    table-layout: auto
}

.table.table--rounded, table.table--rounded {
    overflow: hidden;
    border-radius: 4px
}

.table.table--square, table.table--square {
    overflow: visible;
    border-radius: 0
}

.table.table--centered, table.table--centered {
    margin-left: auto;
    margin-right: auto
}

.table.table--border-outer, table.table--border-outer {
    border-style: solid
}

table.table--border-rows > * > tr > td, table.table--border-rows > * > tr > th {
    border-top-style: solid;
    border-bottom-style: solid
}

.table.table--border-rows > * > .table__row > .table__cell, .table.table--border-rows > * > .table__row > .table__header, .table.table--border-rows > .table__row > .table__cell, .table.table--border-rows > .table__row > .table__header {
    border-top-style: solid;
    border-bottom-style: solid
}

table.table--border-cols > * > tr > td, table.table--border-cols > * > tr > th {
    border-left-style: solid;
    border-right-style: solid
}

.table.table--border-cols > * > .table__row > .table__cell, .table.table--border-cols > * > .table__row > .table__header, .table.table--border-cols > .table__row > .table__cell, .table.table--border-cols > .table__row > .table__header {
    border-left-style: solid;
    border-right-style: solid
}

table.table--border-all, table.table--border-all > * > tr > td, table.table--border-all > * > tr > th {
    border-style: solid
}

.table.table--border-all, .table.table--border-all > * > .table__row > .table__cell, .table.table--border-all > * > .table__row > .table__header, .table.table--border-all > .table__row > .table__cell, .table.table--border-all > .table__row > .table__header {
    border-style: solid
}

table.table--border-none, table.table--border-none > * > tr > td, table.table--border-none > * > tr > th {
    border-style: none
}

.table.table--border-none, .table.table--border-none > * > .table__row > .table__cell, .table.table--border-none > * > .table__row > .table__header, .table.table--border-none > .table__row > .table__cell, .table.table--border-none > .table__row > .table__header {
    border-style: none
}

.table.table--stripe > .table__body > .table__row:nth-child(even), .table.table--stripe > .table__row:nth-child(even), table.table--stripe > tbody > tr:nth-child(even) {
    background-color: #fafafa
}

.table.table--stripe > .table__body > .table__row:nth-child(odd), .table.table--stripe > .table__row:nth-child(odd), table.table--stripe > tbody > tr:nth-child(odd) {
    background-color: #fff
}

.table.table--hover > .table__body > .table__row:hover, .table.table--hover > .table__row:hover, table.table--hover > tbody > tr:hover {
    background-color: #888
}

@media print,screen and (min-width:30em) {
    .table.sm-table--fixed, table.sm-table--fixed {
        table-layout: fixed
    }

    .table.sm-table--auto, table.sm-table--auto {
        table-layout: auto
    }

    .table.sm-table--rounded, table.sm-table--rounded {
        overflow: hidden;
        border-radius: 4px
    }

    .table.sm-table--square, table.sm-table--square {
        overflow: visible;
        border-radius: 0
    }

    .table.sm-table--centered, table.sm-table--centered {
        margin-left: auto;
        margin-right: auto
    }

    .table.sm-table--border-outer, table.sm-table--border-outer {
        border-style: solid
    }

    table.sm-table--border-rows > * > tr > td, table.sm-table--border-rows > * > tr > th {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .table.sm-table--border-rows > * > .table__row > .table__cell, .table.sm-table--border-rows > * > .table__row > .table__header, .table.sm-table--border-rows > .table__row > .table__cell, .table.sm-table--border-rows > .table__row > .table__header {
        border-top-style: solid;
        border-bottom-style: solid
    }

    table.sm-table--border-cols > * > tr > td, table.sm-table--border-cols > * > tr > th {
        border-left-style: solid;
        border-right-style: solid
    }

    .table.sm-table--border-cols > * > .table__row > .table__cell, .table.sm-table--border-cols > * > .table__row > .table__header, .table.sm-table--border-cols > .table__row > .table__cell, .table.sm-table--border-cols > .table__row > .table__header {
        border-left-style: solid;
        border-right-style: solid
    }

    table.sm-table--border-all, table.sm-table--border-all > * > tr > td, table.sm-table--border-all > * > tr > th {
        border-style: solid
    }

    .table.sm-table--border-all, .table.sm-table--border-all > * > .table__row > .table__cell, .table.sm-table--border-all > * > .table__row > .table__header, .table.sm-table--border-all > .table__row > .table__cell, .table.sm-table--border-all > .table__row > .table__header {
        border-style: solid
    }

    table.sm-table--border-none, table.sm-table--border-none > * > tr > td, table.sm-table--border-none > * > tr > th {
        border-style: none
    }

    .table.sm-table--border-none, .table.sm-table--border-none > * > .table__row > .table__cell, .table.sm-table--border-none > * > .table__row > .table__header, .table.sm-table--border-none > .table__row > .table__cell, .table.sm-table--border-none > .table__row > .table__header {
        border-style: none
    }

    .table.sm-table--stripe > .table__body > .table__row:nth-child(even), .table.sm-table--stripe > .table__row:nth-child(even), table.sm-table--stripe > tbody > tr:nth-child(even) {
        background-color: #fafafa
    }

    .table.sm-table--stripe > .table__body > .table__row:nth-child(odd), .table.sm-table--stripe > .table__row:nth-child(odd), table.sm-table--stripe > tbody > tr:nth-child(odd) {
        background-color: #fff
    }

    .table.sm-table--hover > .table__body > .table__row:hover, .table.sm-table--hover > .table__row:hover, table.sm-table--hover > tbody > tr:hover {
        background-color: #888
    }
}

@media print,screen and (min-width:45em) {
    .table, table {
        display: table
    }

        .table > .table__head, table > thead {
            display: table-header-group
        }

        .table > .table__body, table > tbody {
            display: table-row-group
        }

        .table > .table__foot, table > tfoot {
            display: table-footer-group
        }

        .table > * > .table__row, .table > .table__row, table > * > tr {
            display: table-row
        }

            .table > * > .table__row > .table__cell, .table > * > .table__row > .table__header, .table > .table__row > .table__cell, .table > .table__row > .table__header, table > * > tr > td, table > * > tr > th {
                display: table-cell
            }

                .table > * > .table__row > .table__cell[data-column]:before, .table > .table__row > .table__cell[data-column]:before, table > * > tr > td[data-column]:before {
                    content: none
                }

    .mobileTable {
        overflow: visible
    }

    .table.md-table--fixed, table.md-table--fixed {
        table-layout: fixed
    }

    .table.md-table--auto, table.md-table--auto {
        table-layout: auto
    }

    .table.md-table--rounded, table.md-table--rounded {
        overflow: hidden;
        border-radius: 4px
    }

    .table.md-table--square, table.md-table--square {
        overflow: visible;
        border-radius: 0
    }

    .table.md-table--centered, table.md-table--centered {
        margin-left: auto;
        margin-right: auto
    }

    .table.md-table--border-outer, table.md-table--border-outer {
        border-style: solid
    }

    table.md-table--border-rows > * > tr > td, table.md-table--border-rows > * > tr > th {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .table.md-table--border-rows > * > .table__row > .table__cell, .table.md-table--border-rows > * > .table__row > .table__header, .table.md-table--border-rows > .table__row > .table__cell, .table.md-table--border-rows > .table__row > .table__header {
        border-top-style: solid;
        border-bottom-style: solid
    }

    table.md-table--border-cols > * > tr > td, table.md-table--border-cols > * > tr > th {
        border-left-style: solid;
        border-right-style: solid
    }

    .table.md-table--border-cols > * > .table__row > .table__cell, .table.md-table--border-cols > * > .table__row > .table__header, .table.md-table--border-cols > .table__row > .table__cell, .table.md-table--border-cols > .table__row > .table__header {
        border-left-style: solid;
        border-right-style: solid
    }

    table.md-table--border-all, table.md-table--border-all > * > tr > td, table.md-table--border-all > * > tr > th {
        border-style: solid
    }

    .table.md-table--border-all, .table.md-table--border-all > * > .table__row > .table__cell, .table.md-table--border-all > * > .table__row > .table__header, .table.md-table--border-all > .table__row > .table__cell, .table.md-table--border-all > .table__row > .table__header {
        border-style: solid
    }

    table.md-table--border-none, table.md-table--border-none > * > tr > td, table.md-table--border-none > * > tr > th {
        border-style: none
    }

    .table.md-table--border-none, .table.md-table--border-none > * > .table__row > .table__cell, .table.md-table--border-none > * > .table__row > .table__header, .table.md-table--border-none > .table__row > .table__cell, .table.md-table--border-none > .table__row > .table__header {
        border-style: none
    }

    .table.md-table--stripe > .table__body > .table__row:nth-child(even), .table.md-table--stripe > .table__row:nth-child(even), table.md-table--stripe > tbody > tr:nth-child(even) {
        background-color: #fafafa
    }

    .table.md-table--stripe > .table__body > .table__row:nth-child(odd), .table.md-table--stripe > .table__row:nth-child(odd), table.md-table--stripe > tbody > tr:nth-child(odd) {
        background-color: #fff
    }

    .table.md-table--hover > .table__body > .table__row:hover, .table.md-table--hover > .table__row:hover, table.md-table--hover > tbody > tr:hover {
        background-color: #888
    }
}

@media screen and (min-width:60em) {
    .table.lg-table--fixed, table.lg-table--fixed {
        table-layout: fixed
    }

    .table.lg-table--auto, table.lg-table--auto {
        table-layout: auto
    }

    .table.lg-table--rounded, table.lg-table--rounded {
        overflow: hidden;
        border-radius: 4px
    }

    .table.lg-table--square, table.lg-table--square {
        overflow: visible;
        border-radius: 0
    }

    .table.lg-table--centered, table.lg-table--centered {
        margin-left: auto;
        margin-right: auto
    }

    .table.lg-table--border-outer, table.lg-table--border-outer {
        border-style: solid
    }

    table.lg-table--border-rows > * > tr > td, table.lg-table--border-rows > * > tr > th {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .table.lg-table--border-rows > * > .table__row > .table__cell, .table.lg-table--border-rows > * > .table__row > .table__header, .table.lg-table--border-rows > .table__row > .table__cell, .table.lg-table--border-rows > .table__row > .table__header {
        border-top-style: solid;
        border-bottom-style: solid
    }

    table.lg-table--border-cols > * > tr > td, table.lg-table--border-cols > * > tr > th {
        border-left-style: solid;
        border-right-style: solid
    }

    .table.lg-table--border-cols > * > .table__row > .table__cell, .table.lg-table--border-cols > * > .table__row > .table__header, .table.lg-table--border-cols > .table__row > .table__cell, .table.lg-table--border-cols > .table__row > .table__header {
        border-left-style: solid;
        border-right-style: solid
    }

    table.lg-table--border-all, table.lg-table--border-all > * > tr > td, table.lg-table--border-all > * > tr > th {
        border-style: solid
    }

    .table.lg-table--border-all, .table.lg-table--border-all > * > .table__row > .table__cell, .table.lg-table--border-all > * > .table__row > .table__header, .table.lg-table--border-all > .table__row > .table__cell, .table.lg-table--border-all > .table__row > .table__header {
        border-style: solid
    }

    table.lg-table--border-none, table.lg-table--border-none > * > tr > td, table.lg-table--border-none > * > tr > th {
        border-style: none
    }

    .table.lg-table--border-none, .table.lg-table--border-none > * > .table__row > .table__cell, .table.lg-table--border-none > * > .table__row > .table__header, .table.lg-table--border-none > .table__row > .table__cell, .table.lg-table--border-none > .table__row > .table__header {
        border-style: none
    }

    .table.lg-table--stripe > .table__body > .table__row:nth-child(even), .table.lg-table--stripe > .table__row:nth-child(even), table.lg-table--stripe > tbody > tr:nth-child(even) {
        background-color: #fafafa
    }

    .table.lg-table--stripe > .table__body > .table__row:nth-child(odd), .table.lg-table--stripe > .table__row:nth-child(odd), table.lg-table--stripe > tbody > tr:nth-child(odd) {
        background-color: #fff
    }

    .table.lg-table--hover > .table__body > .table__row:hover, .table.lg-table--hover > .table__row:hover, table.lg-table--hover > tbody > tr:hover {
        background-color: #888
    }
}

@media screen and (min-width:75em) {
    .table.xl-table--fixed, table.xl-table--fixed {
        table-layout: fixed
    }

    .table.xl-table--auto, table.xl-table--auto {
        table-layout: auto
    }

    .table.xl-table--rounded, table.xl-table--rounded {
        overflow: hidden;
        border-radius: 4px
    }

    .table.xl-table--square, table.xl-table--square {
        overflow: visible;
        border-radius: 0
    }

    .table.xl-table--centered, table.xl-table--centered {
        margin-left: auto;
        margin-right: auto
    }

    .table.xl-table--border-outer, table.xl-table--border-outer {
        border-style: solid
    }

    table.xl-table--border-rows > * > tr > td, table.xl-table--border-rows > * > tr > th {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .table.xl-table--border-rows > * > .table__row > .table__cell, .table.xl-table--border-rows > * > .table__row > .table__header, .table.xl-table--border-rows > .table__row > .table__cell, .table.xl-table--border-rows > .table__row > .table__header {
        border-top-style: solid;
        border-bottom-style: solid
    }

    table.xl-table--border-cols > * > tr > td, table.xl-table--border-cols > * > tr > th {
        border-left-style: solid;
        border-right-style: solid
    }

    .table.xl-table--border-cols > * > .table__row > .table__cell, .table.xl-table--border-cols > * > .table__row > .table__header, .table.xl-table--border-cols > .table__row > .table__cell, .table.xl-table--border-cols > .table__row > .table__header {
        border-left-style: solid;
        border-right-style: solid
    }

    table.xl-table--border-all, table.xl-table--border-all > * > tr > td, table.xl-table--border-all > * > tr > th {
        border-style: solid
    }

    .table.xl-table--border-all, .table.xl-table--border-all > * > .table__row > .table__cell, .table.xl-table--border-all > * > .table__row > .table__header, .table.xl-table--border-all > .table__row > .table__cell, .table.xl-table--border-all > .table__row > .table__header {
        border-style: solid
    }

    table.xl-table--border-none, table.xl-table--border-none > * > tr > td, table.xl-table--border-none > * > tr > th {
        border-style: none
    }

    .table.xl-table--border-none, .table.xl-table--border-none > * > .table__row > .table__cell, .table.xl-table--border-none > * > .table__row > .table__header, .table.xl-table--border-none > .table__row > .table__cell, .table.xl-table--border-none > .table__row > .table__header {
        border-style: none
    }

    .table.xl-table--stripe > .table__body > .table__row:nth-child(even), .table.xl-table--stripe > .table__row:nth-child(even), table.xl-table--stripe > tbody > tr:nth-child(even) {
        background-color: #fafafa
    }

    .table.xl-table--stripe > .table__body > .table__row:nth-child(odd), .table.xl-table--stripe > .table__row:nth-child(odd), table.xl-table--stripe > tbody > tr:nth-child(odd) {
        background-color: #fff
    }

    .table.xl-table--hover > .table__body > .table__row:hover, .table.xl-table--hover > .table__row:hover, table.xl-table--hover > tbody > tr:hover {
        background-color: #888
    }
}

.button, button, input, select, textarea {
    font-size: 1em;
    height: 2.85em;
    padding: 0 .5em;
    outline: 0;
    border: 1px solid;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    background-color: #fff;
    border-color: #d5d5d5
}

textarea {
    height: auto;
    padding-top: .8em;
    padding-bottom: .8em
}

input[type=number], select {
    padding-right: 0
}

select {
    cursor: pointer
}

input[type=checkbox], input[type=radio] {
    border: none;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px
}

input[type=color], input[type=range] {
    padding: 0;
    border: none
}

input[type=color] {
    border: none;
    height: 2em
}

input[type=date], input[type=datetime-local], input[type=datetime] {
    padding-top: .8em;
    padding-bottom: .8em
}

label {
    display: inline-block;
    vertical-align: middle
}

input:invalid, textarea:invalid {
    box-shadow: none
}

input:focus, select:focus, textarea:focus {
    border-color: #5cabdd
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
    outline-color: #272727
}

input[type=checkbox]:focus, input[type=radio]:focus {
    box-shadow: none
}

select:hover {
    border-color: #bcbcbc
}

textarea {
    min-height: 8em
}

.button:disabled, .button[aria-disabled=true], select:disabled, select[aria-disabled=true] {
    cursor: default
}

.button, .button--primary, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    height: auto;
    min-height: 2.85em;
    line-height: 1.125;
    padding-top: .8em;
    padding-bottom: .8em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 2px 0;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1rem;
    background-color: #f6f6f6;
    border-color: #ccc;
    color: #333
}

    .button--primary.margin--none, .button.margin--none, button.margin--none, input[type=button].margin--none, input[type=reset].margin--none, input[type=submit].margin--none {
        margin-top: 0;
        margin-bottom: 0
    }

    .button--primary:focus, .button:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
        border-color: #999;
        box-shadow: none
    }

    .button--primary:hover, .button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        background-color: #f2f2f2;
        border-color: #999;
        text-decoration: none
    }

    .button--primary:active, .button--primary[aria-pressed=true], .button:active, .button[aria-pressed=true], button:active, button[aria-pressed=true], input[type=button]:active, input[type=button][aria-pressed=true], input[type=reset]:active, input[type=reset][aria-pressed=true], input[type=submit]:active, input[type=submit][aria-pressed=true] {
        background-color: #eee
    }

    button.button--link, input[type=button].button--link, input[type=reset].button--link, input[type=submit].button--link {
        display: inline;
        background-color: transparent;
        height: auto;
        padding: 0;
        border: none;
        margin: 0;
        line-height: normal;
        width: auto;
        text-align: inherit;
        min-height: 0;
        max-width: none;
        color: #272727;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        button.button--link:active, button.button--link:focus, button.button--link:hover, button.button--link[aria-expanded=true], input[type=button].button--link:active, input[type=button].button--link:focus, input[type=button].button--link:hover, input[type=button].button--link[aria-expanded=true], input[type=reset].button--link:active, input[type=reset].button--link:focus, input[type=reset].button--link:hover, input[type=reset].button--link[aria-expanded=true], input[type=submit].button--link:active, input[type=submit].button--link:focus, input[type=submit].button--link:hover, input[type=submit].button--link[aria-expanded=true] {
            background-color: transparent;
            color: #272727
        }

        button.button--link:hover, input[type=button].button--link:hover, input[type=reset].button--link:hover, input[type=submit].button--link:hover {
            text-decoration: underline
        }

.layout--noInputs .button, .layout--noInputs button, .layout--noInputs input, .layout--noInputs select, .layout--noInputs textarea {
    display: none !important
}

.button:disabled, .button[aria-disabled=true], button:disabled, button[aria-disabled=true], input:disabled, input[aria-disabled=true], input[type=button]:disabled, input[type=button][aria-disabled=true], input[type=reset]:disabled, input[type=reset][aria-disabled=true], input[type=submit]:disabled, input[type=submit][aria-disabled=true], select:disabled, select[aria-disabled=true], textarea:disabled, textarea[aria-disabled=true] {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #bbb
}

@media print,screen and (min-width:45em) {
    .button, button, input, select {
        width: auto
    }
}

.grid:last-child, .island:last-child, .newsArticle:last-child, .notice:last-child, .priceList.priceList--preLogin:last-child, .productFilter:last-child, .product__property:last-child, .product__right > .priceGroup:last-child, .rhythm:last-child, .tabs:last-child, .variantMatrix:last-child, .wysiwyg:last-child, blockquote:last-child, dd:last-child, fieldset:last-child, figure:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, hgroup:last-child, hr:last-child, ol:last-child, p:last-child, pre:last-child, table:last-child, ul:last-child {
    margin-bottom: 0
}

.product--quickView .addToCartForm__quantity:last-child, .rhythm--small:last-child {
    margin-bottom: 0
}

.wysiwyg, blockquote, dd, fieldset, figure, h1, h2, h3, h4, h5, h6, hgroup, hr, ol, p, pre, table, ul {
    margin-top: 0
}

.grid, .island, .newsArticle, .notice, .priceList.priceList--preLogin, .productFilter, .product__property, .product__right > .priceGroup, .rhythm, .tabs, .variantMatrix, .wysiwyg, blockquote, dd, fieldset, figure, h1, h2, h3, h4, h5, h6, hgroup, hr, ol, p, pre, table, ul {
    margin-bottom: 20px
}

    .grid, .grid.rhythm {
        margin: -10px;
        margin-bottom: 10px
    }

        .grid:last-child {
            margin-bottom: -10px
        }

.lg-1, .lg-10, .lg-11, .lg-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .md-1, .md-10, .md-11, .md-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .sm-1, .sm-10, .sm-11, .sm-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .xl-1, .xl-10, .xl-11, .xl-12, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xs-1, .xs-10, .xs-11, .xs-12, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9 {
    padding: 10px
}

.island, .pad {
    padding: 20px
}

.padX {
    padding-left: 20px;
    padding-right: 20px
}

.padY {
    padding-top: 20px;
    padding-bottom: 20px
}

.padT {
    padding-top: 20px
}

.padB {
    padding-bottom: 20px
}

.padL {
    padding-left: 20px
}

.padR {
    padding-right: 20px
}

table {
    margin-bottom: 10px
}

.table {
    margin-bottom: 10px
}

.table__cell, .table__header, td, th {
    padding: .625em .9375em
}

    .table__cell:empty, .table__header:empty, td:empty, th:empty {
        padding-top: 0;
        padding-bottom: 0
    }

.margin {
    margin-bottom: 20px
}

    .margin:last-child {
        margin-bottom: 0
    }

.island, .pad {
    padding: 20px !important
}

.padX {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padY {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padT {
    padding-top: 20px !important
}

.padB {
    padding-bottom: 20px !important
}

.padL {
    padding-left: 20px !important
}

.padR {
    padding-right: 20px !important
}

.pad--grid {
    padding: 10px !important
}

.M-flexbox.M-flexwrap .grid.grid--products .speedShop.speedShop--variantList, .padX--grid {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padY--grid {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padT--grid {
    padding-top: 10px !important
}

.padB--grid {
    padding-bottom: 10px !important
}

.padL--grid {
    padding-left: 10px !important
}

.padR--grid {
    padding-right: 10px !important
}

.product--quickView .addToCartForm__quantity, .rhythm--small {
    margin-bottom: 10px
}

.grid.rhythm--small {
    margin: -5px;
    margin-bottom: 5px
}

    .grid.rhythm--small:last-child {
        margin-bottom: -5px
    }

    .grid.rhythm--small > .lg-1, .grid.rhythm--small > .lg-10, .grid.rhythm--small > .lg-11, .grid.rhythm--small > .lg-12, .grid.rhythm--small > .lg-2, .grid.rhythm--small > .lg-3, .grid.rhythm--small > .lg-4, .grid.rhythm--small > .lg-5, .grid.rhythm--small > .lg-6, .grid.rhythm--small > .lg-7, .grid.rhythm--small > .lg-8, .grid.rhythm--small > .lg-9, .grid.rhythm--small > .md-1, .grid.rhythm--small > .md-10, .grid.rhythm--small > .md-11, .grid.rhythm--small > .md-12, .grid.rhythm--small > .md-2, .grid.rhythm--small > .md-3, .grid.rhythm--small > .md-4, .grid.rhythm--small > .md-5, .grid.rhythm--small > .md-6, .grid.rhythm--small > .md-7, .grid.rhythm--small > .md-8, .grid.rhythm--small > .md-9, .grid.rhythm--small > .sm-1, .grid.rhythm--small > .sm-10, .grid.rhythm--small > .sm-11, .grid.rhythm--small > .sm-12, .grid.rhythm--small > .sm-2, .grid.rhythm--small > .sm-3, .grid.rhythm--small > .sm-4, .grid.rhythm--small > .sm-5, .grid.rhythm--small > .sm-6, .grid.rhythm--small > .sm-7, .grid.rhythm--small > .sm-8, .grid.rhythm--small > .sm-9, .grid.rhythm--small > .xl-1, .grid.rhythm--small > .xl-10, .grid.rhythm--small > .xl-11, .grid.rhythm--small > .xl-12, .grid.rhythm--small > .xl-2, .grid.rhythm--small > .xl-3, .grid.rhythm--small > .xl-4, .grid.rhythm--small > .xl-5, .grid.rhythm--small > .xl-6, .grid.rhythm--small > .xl-7, .grid.rhythm--small > .xl-8, .grid.rhythm--small > .xl-9, .grid.rhythm--small > .xs-1, .grid.rhythm--small > .xs-10, .grid.rhythm--small > .xs-11, .grid.rhythm--small > .xs-12, .grid.rhythm--small > .xs-2, .grid.rhythm--small > .xs-3, .grid.rhythm--small > .xs-4, .grid.rhythm--small > .xs-5, .grid.rhythm--small > .xs-6, .grid.rhythm--small > .xs-7, .grid.rhythm--small > .xs-8, .grid.rhythm--small > .xs-9 {
        padding: 5px
    }

.pad--small {
    padding: 10px
}

.padX--small {
    padding-left: 10px;
    padding-right: 10px
}

.padY--small {
    padding-top: 10px;
    padding-bottom: 10px
}

.padT--small {
    padding-top: 10px
}

.padB--small {
    padding-bottom: 10px
}

.padL--small {
    padding-left: 10px
}

.padR--small {
    padding-right: 10px
}

table.rhythm--small {
    margin-bottom: 5px
}

    table.rhythm--small > * > tr > td, table.rhythm--small > * > tr > th {
        padding: .3125em .46875em
    }

    table.rhythm--small * > tr > td :empty td:empty, table.rhythm--small * > tr > th :empty th:empty, table.rhythm--small :empty td:empty * > tr > td, table.rhythm--small :empty th:empty * > tr > th {
        padding-top: 0;
        padding-bottom: 0
    }

.table.rhythm--small {
    margin-bottom: 5px
}

    .table.rhythm--small > * > .table__row > .table__cell, .table.rhythm--small > * > .table__row > .table__header, .table.rhythm--small > .table__row > .table__cell, .table.rhythm--small > .table__row > .table__header {
        padding: .3125em .46875em
    }

    .table.rhythm--small * > .table__row > .table__cell :empty .table__cell:empty, .table.rhythm--small * > .table__row > .table__header :empty .table__header:empty, .table.rhythm--small .table__row > .table__cell :empty .table__cell:empty, .table.rhythm--small .table__row > .table__header :empty .table__header:empty, .table.rhythm--small :empty .table__cell:empty * > .table__row > .table__cell, .table.rhythm--small :empty .table__cell:empty .table__row > .table__cell, .table.rhythm--small :empty .table__header:empty * > .table__row > .table__header, .table.rhythm--small :empty .table__header:empty .table__row > .table__header {
        padding-top: 0;
        padding-bottom: 0
    }

.margin--small {
    margin-bottom: 10px
}

    .margin--small:last-child {
        margin-bottom: 0
    }

.pad--small {
    padding: 10px !important
}

.padX--small {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padY--small {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padT--small {
    padding-top: 10px !important
}

.padB--small {
    padding-bottom: 10px !important
}

.padL--small {
    padding-left: 10px !important
}

.padR--small {
    padding-right: 10px !important
}

.margin--none, table.rhythm--none {
    margin-bottom: 0
}

.grid.rhythm--none {
    margin: 0
}

.pad--none {
    padding: 0 !important
}

.padX--none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padY--none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.padT--none {
    padding-top: 0 !important
}

.padB--none {
    padding-bottom: 0 !important
}

.padL--none {
    padding-left: 0 !important
}

.padR--none {
    padding-right: 0 !important
}

.grid.rhythm--none > .lg-1, .grid.rhythm--none > .lg-10, .grid.rhythm--none > .lg-11, .grid.rhythm--none > .lg-12, .grid.rhythm--none > .lg-2, .grid.rhythm--none > .lg-3, .grid.rhythm--none > .lg-4, .grid.rhythm--none > .lg-5, .grid.rhythm--none > .lg-6, .grid.rhythm--none > .lg-7, .grid.rhythm--none > .lg-8, .grid.rhythm--none > .lg-9, .grid.rhythm--none > .md-1, .grid.rhythm--none > .md-10, .grid.rhythm--none > .md-11, .grid.rhythm--none > .md-12, .grid.rhythm--none > .md-2, .grid.rhythm--none > .md-3, .grid.rhythm--none > .md-4, .grid.rhythm--none > .md-5, .grid.rhythm--none > .md-6, .grid.rhythm--none > .md-7, .grid.rhythm--none > .md-8, .grid.rhythm--none > .md-9, .grid.rhythm--none > .sm-1, .grid.rhythm--none > .sm-10, .grid.rhythm--none > .sm-11, .grid.rhythm--none > .sm-12, .grid.rhythm--none > .sm-2, .grid.rhythm--none > .sm-3, .grid.rhythm--none > .sm-4, .grid.rhythm--none > .sm-5, .grid.rhythm--none > .sm-6, .grid.rhythm--none > .sm-7, .grid.rhythm--none > .sm-8, .grid.rhythm--none > .sm-9, .grid.rhythm--none > .xl-1, .grid.rhythm--none > .xl-10, .grid.rhythm--none > .xl-11, .grid.rhythm--none > .xl-12, .grid.rhythm--none > .xl-2, .grid.rhythm--none > .xl-3, .grid.rhythm--none > .xl-4, .grid.rhythm--none > .xl-5, .grid.rhythm--none > .xl-6, .grid.rhythm--none > .xl-7, .grid.rhythm--none > .xl-8, .grid.rhythm--none > .xl-9, .grid.rhythm--none > .xs-1, .grid.rhythm--none > .xs-10, .grid.rhythm--none > .xs-11, .grid.rhythm--none > .xs-12, .grid.rhythm--none > .xs-2, .grid.rhythm--none > .xs-3, .grid.rhythm--none > .xs-4, .grid.rhythm--none > .xs-5, .grid.rhythm--none > .xs-6, .grid.rhythm--none > .xs-7, .grid.rhythm--none > .xs-8, .grid.rhythm--none > .xs-9 {
    padding: 0
}

table.rhythm--none > * > tr > td, table.rhythm--none > * > tr > th {
    padding: 0
}

.table.rhythm--none > * > .table__row > .table__cell, .table.rhythm--none > * > .table__row > .table__header, .table.rhythm--none > .table__row > .table__cell, .table.rhythm--none > .table__row > .table__header {
    padding: 0
}

@media print,screen and (min-width:30em) {
    .sm-margin {
        margin-bottom: 20px
    }

        .sm-margin:last-child {
            margin-bottom: 0
        }

    .sm-pad {
        padding: 20px !important
    }

    .sm-padX {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .sm-padY {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .sm-padT {
        padding-top: 20px !important
    }

    .sm-padB {
        padding-bottom: 20px !important
    }

    .sm-padL {
        padding-left: 20px !important
    }

    .sm-padR {
        padding-right: 20px !important
    }

    .sm-pad--grid {
        padding: 10px !important
    }

    .sm-padX--grid {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .sm-padY--grid {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .sm-padT--grid {
        padding-top: 10px !important
    }

    .sm-padB--grid {
        padding-bottom: 10px !important
    }

    .sm-padL--grid {
        padding-left: 10px !important
    }

    .sm-padR--grid {
        padding-right: 10px !important
    }

    .sm-margin--small {
        margin-bottom: 10px
    }

        .sm-margin--small:last-child {
            margin-bottom: 0
        }

    .sm-pad--small {
        padding: 10px !important
    }

    .sm-padX--small {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .sm-padY--small {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .sm-padT--small {
        padding-top: 10px !important
    }

    .sm-padB--small {
        padding-bottom: 10px !important
    }

    .sm-padL--small {
        padding-left: 10px !important
    }

    .sm-padR--small {
        padding-right: 10px !important
    }

    .sm-margin--none, table.sm-rhythm--none {
        margin-bottom: 0
    }

    .grid.sm-rhythm--none {
        margin: 0
    }

    .sm-pad--none {
        padding: 0 !important
    }

    .sm-padX--none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .sm-padY--none {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .sm-padT--none {
        padding-top: 0 !important
    }

    .sm-padB--none {
        padding-bottom: 0 !important
    }

    .sm-padL--none {
        padding-left: 0 !important
    }

    .sm-padR--none {
        padding-right: 0 !important
    }

    .grid.sm-rhythm--none > .lg-1, .grid.sm-rhythm--none > .lg-10, .grid.sm-rhythm--none > .lg-11, .grid.sm-rhythm--none > .lg-12, .grid.sm-rhythm--none > .lg-2, .grid.sm-rhythm--none > .lg-3, .grid.sm-rhythm--none > .lg-4, .grid.sm-rhythm--none > .lg-5, .grid.sm-rhythm--none > .lg-6, .grid.sm-rhythm--none > .lg-7, .grid.sm-rhythm--none > .lg-8, .grid.sm-rhythm--none > .lg-9, .grid.sm-rhythm--none > .md-1, .grid.sm-rhythm--none > .md-10, .grid.sm-rhythm--none > .md-11, .grid.sm-rhythm--none > .md-12, .grid.sm-rhythm--none > .md-2, .grid.sm-rhythm--none > .md-3, .grid.sm-rhythm--none > .md-4, .grid.sm-rhythm--none > .md-5, .grid.sm-rhythm--none > .md-6, .grid.sm-rhythm--none > .md-7, .grid.sm-rhythm--none > .md-8, .grid.sm-rhythm--none > .md-9, .grid.sm-rhythm--none > .sm-1, .grid.sm-rhythm--none > .sm-10, .grid.sm-rhythm--none > .sm-11, .grid.sm-rhythm--none > .sm-12, .grid.sm-rhythm--none > .sm-2, .grid.sm-rhythm--none > .sm-3, .grid.sm-rhythm--none > .sm-4, .grid.sm-rhythm--none > .sm-5, .grid.sm-rhythm--none > .sm-6, .grid.sm-rhythm--none > .sm-7, .grid.sm-rhythm--none > .sm-8, .grid.sm-rhythm--none > .sm-9, .grid.sm-rhythm--none > .xl-1, .grid.sm-rhythm--none > .xl-10, .grid.sm-rhythm--none > .xl-11, .grid.sm-rhythm--none > .xl-12, .grid.sm-rhythm--none > .xl-2, .grid.sm-rhythm--none > .xl-3, .grid.sm-rhythm--none > .xl-4, .grid.sm-rhythm--none > .xl-5, .grid.sm-rhythm--none > .xl-6, .grid.sm-rhythm--none > .xl-7, .grid.sm-rhythm--none > .xl-8, .grid.sm-rhythm--none > .xl-9, .grid.sm-rhythm--none > .xs-1, .grid.sm-rhythm--none > .xs-10, .grid.sm-rhythm--none > .xs-11, .grid.sm-rhythm--none > .xs-12, .grid.sm-rhythm--none > .xs-2, .grid.sm-rhythm--none > .xs-3, .grid.sm-rhythm--none > .xs-4, .grid.sm-rhythm--none > .xs-5, .grid.sm-rhythm--none > .xs-6, .grid.sm-rhythm--none > .xs-7, .grid.sm-rhythm--none > .xs-8, .grid.sm-rhythm--none > .xs-9 {
        padding: 0
    }

    table.sm-rhythm--none > * > tr > td, table.sm-rhythm--none > * > tr > th {
        padding: 0
    }

    .table.sm-rhythm--none > * > .table__row > .table__cell, .table.sm-rhythm--none > * > .table__row > .table__header, .table.sm-rhythm--none > .table__row > .table__cell, .table.sm-rhythm--none > .table__row > .table__header {
        padding: 0
    }
}

@media print,screen and (min-width:45em) {
    .md-margin {
        margin-bottom: 20px
    }

        .md-margin:last-child {
            margin-bottom: 0
        }

    .md-pad {
        padding: 20px !important
    }

    .md-padX {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .md-padY {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .md-padT {
        padding-top: 20px !important
    }

    .md-padB {
        padding-bottom: 20px !important
    }

    .md-padL {
        padding-left: 20px !important
    }

    .md-padR {
        padding-right: 20px !important
    }

    .md-pad--grid {
        padding: 10px !important
    }

    .md-padX--grid {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .md-padY--grid {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .md-padT--grid {
        padding-top: 10px !important
    }

    .md-padB--grid {
        padding-bottom: 10px !important
    }

    .md-padL--grid {
        padding-left: 10px !important
    }

    .md-padR--grid {
        padding-right: 10px !important
    }

    .md-margin--small {
        margin-bottom: 10px
    }

        .md-margin--small:last-child {
            margin-bottom: 0
        }

    .md-pad--small {
        padding: 10px !important
    }

    .md-padX--small {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .md-padY--small {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .md-padT--small {
        padding-top: 10px !important
    }

    .md-padB--small {
        padding-bottom: 10px !important
    }

    .md-padL--small {
        padding-left: 10px !important
    }

    .md-padR--small {
        padding-right: 10px !important
    }

    .table__cell:empty, .table__header:empty, td:empty, th:empty {
        padding-top: .625em;
        padding-bottom: .625em
    }

    table.rhythm--small * > tr > td :empty td:empty, table.rhythm--small * > tr > th :empty th:empty, table.rhythm--small :empty td:empty * > tr > td, table.rhythm--small :empty th:empty * > tr > th {
        padding-top: .3125em;
        padding-bottom: .3125em
    }

    .table.rhythm--small * > .table__row > .table__cell :empty .table__cell:empty, .table.rhythm--small * > .table__row > .table__header :empty .table__header:empty, .table.rhythm--small .table__row > .table__cell :empty .table__cell:empty, .table.rhythm--small .table__row > .table__header :empty .table__header:empty, .table.rhythm--small :empty .table__cell:empty * > .table__row > .table__cell, .table.rhythm--small :empty .table__cell:empty .table__row > .table__cell, .table.rhythm--small :empty .table__header:empty * > .table__row > .table__header, .table.rhythm--small :empty .table__header:empty .table__row > .table__header {
        padding-top: .3125em;
        padding-bottom: .3125em
    }

    .md-margin--none, table.md-rhythm--none {
        margin-bottom: 0
    }

    .grid.md-rhythm--none {
        margin: 0
    }

    .md-pad--none {
        padding: 0 !important
    }

    .md-padX--none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .md-padY--none {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .md-padT--none {
        padding-top: 0 !important
    }

    .md-padB--none {
        padding-bottom: 0 !important
    }

    .md-padL--none {
        padding-left: 0 !important
    }

    .md-padR--none {
        padding-right: 0 !important
    }

    .grid.md-rhythm--none > .lg-1, .grid.md-rhythm--none > .lg-10, .grid.md-rhythm--none > .lg-11, .grid.md-rhythm--none > .lg-12, .grid.md-rhythm--none > .lg-2, .grid.md-rhythm--none > .lg-3, .grid.md-rhythm--none > .lg-4, .grid.md-rhythm--none > .lg-5, .grid.md-rhythm--none > .lg-6, .grid.md-rhythm--none > .lg-7, .grid.md-rhythm--none > .lg-8, .grid.md-rhythm--none > .lg-9, .grid.md-rhythm--none > .md-1, .grid.md-rhythm--none > .md-10, .grid.md-rhythm--none > .md-11, .grid.md-rhythm--none > .md-12, .grid.md-rhythm--none > .md-2, .grid.md-rhythm--none > .md-3, .grid.md-rhythm--none > .md-4, .grid.md-rhythm--none > .md-5, .grid.md-rhythm--none > .md-6, .grid.md-rhythm--none > .md-7, .grid.md-rhythm--none > .md-8, .grid.md-rhythm--none > .md-9, .grid.md-rhythm--none > .sm-1, .grid.md-rhythm--none > .sm-10, .grid.md-rhythm--none > .sm-11, .grid.md-rhythm--none > .sm-12, .grid.md-rhythm--none > .sm-2, .grid.md-rhythm--none > .sm-3, .grid.md-rhythm--none > .sm-4, .grid.md-rhythm--none > .sm-5, .grid.md-rhythm--none > .sm-6, .grid.md-rhythm--none > .sm-7, .grid.md-rhythm--none > .sm-8, .grid.md-rhythm--none > .sm-9, .grid.md-rhythm--none > .xl-1, .grid.md-rhythm--none > .xl-10, .grid.md-rhythm--none > .xl-11, .grid.md-rhythm--none > .xl-12, .grid.md-rhythm--none > .xl-2, .grid.md-rhythm--none > .xl-3, .grid.md-rhythm--none > .xl-4, .grid.md-rhythm--none > .xl-5, .grid.md-rhythm--none > .xl-6, .grid.md-rhythm--none > .xl-7, .grid.md-rhythm--none > .xl-8, .grid.md-rhythm--none > .xl-9, .grid.md-rhythm--none > .xs-1, .grid.md-rhythm--none > .xs-10, .grid.md-rhythm--none > .xs-11, .grid.md-rhythm--none > .xs-12, .grid.md-rhythm--none > .xs-2, .grid.md-rhythm--none > .xs-3, .grid.md-rhythm--none > .xs-4, .grid.md-rhythm--none > .xs-5, .grid.md-rhythm--none > .xs-6, .grid.md-rhythm--none > .xs-7, .grid.md-rhythm--none > .xs-8, .grid.md-rhythm--none > .xs-9 {
        padding: 0
    }

    table.md-rhythm--none > * > tr > td, table.md-rhythm--none > * > tr > th {
        padding: 0
    }

    .table.md-rhythm--none > * > .table__row > .table__cell, .table.md-rhythm--none > * > .table__row > .table__header, .table.md-rhythm--none > .table__row > .table__cell, .table.md-rhythm--none > .table__row > .table__header {
        padding: 0
    }
}

@media screen and (min-width:60em) {
    .lg-margin {
        margin-bottom: 20px
    }

        .lg-margin:last-child {
            margin-bottom: 0
        }

    .lg-pad {
        padding: 20px !important
    }

    .lg-padX {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .lg-padY {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .lg-padT {
        padding-top: 20px !important
    }

    .lg-padB {
        padding-bottom: 20px !important
    }

    .lg-padL {
        padding-left: 20px !important
    }

    .lg-padR {
        padding-right: 20px !important
    }

    .lg-pad--grid {
        padding: 10px !important
    }

    .lg-padX--grid {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .lg-padY--grid {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .lg-padT--grid {
        padding-top: 10px !important
    }

    .lg-padB--grid {
        padding-bottom: 10px !important
    }

    .lg-padL--grid {
        padding-left: 10px !important
    }

    .lg-padR--grid {
        padding-right: 10px !important
    }

    .lg-margin--small {
        margin-bottom: 10px
    }

        .lg-margin--small:last-child {
            margin-bottom: 0
        }

    .lg-pad--small {
        padding: 10px !important
    }

    .lg-padX--small {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .lg-padY--small {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .lg-padT--small {
        padding-top: 10px !important
    }

    .lg-padB--small {
        padding-bottom: 10px !important
    }

    .lg-padL--small {
        padding-left: 10px !important
    }

    .lg-padR--small {
        padding-right: 10px !important
    }

    .lg-margin--none, table.lg-rhythm--none {
        margin-bottom: 0
    }

    .grid.lg-rhythm--none {
        margin: 0
    }

    .lg-pad--none {
        padding: 0 !important
    }

    .lg-padX--none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lg-padY--none {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lg-padT--none {
        padding-top: 0 !important
    }

    .lg-padB--none {
        padding-bottom: 0 !important
    }

    .lg-padL--none {
        padding-left: 0 !important
    }

    .lg-padR--none {
        padding-right: 0 !important
    }

    .grid.lg-rhythm--none > .lg-1, .grid.lg-rhythm--none > .lg-10, .grid.lg-rhythm--none > .lg-11, .grid.lg-rhythm--none > .lg-12, .grid.lg-rhythm--none > .lg-2, .grid.lg-rhythm--none > .lg-3, .grid.lg-rhythm--none > .lg-4, .grid.lg-rhythm--none > .lg-5, .grid.lg-rhythm--none > .lg-6, .grid.lg-rhythm--none > .lg-7, .grid.lg-rhythm--none > .lg-8, .grid.lg-rhythm--none > .lg-9, .grid.lg-rhythm--none > .md-1, .grid.lg-rhythm--none > .md-10, .grid.lg-rhythm--none > .md-11, .grid.lg-rhythm--none > .md-12, .grid.lg-rhythm--none > .md-2, .grid.lg-rhythm--none > .md-3, .grid.lg-rhythm--none > .md-4, .grid.lg-rhythm--none > .md-5, .grid.lg-rhythm--none > .md-6, .grid.lg-rhythm--none > .md-7, .grid.lg-rhythm--none > .md-8, .grid.lg-rhythm--none > .md-9, .grid.lg-rhythm--none > .sm-1, .grid.lg-rhythm--none > .sm-10, .grid.lg-rhythm--none > .sm-11, .grid.lg-rhythm--none > .sm-12, .grid.lg-rhythm--none > .sm-2, .grid.lg-rhythm--none > .sm-3, .grid.lg-rhythm--none > .sm-4, .grid.lg-rhythm--none > .sm-5, .grid.lg-rhythm--none > .sm-6, .grid.lg-rhythm--none > .sm-7, .grid.lg-rhythm--none > .sm-8, .grid.lg-rhythm--none > .sm-9, .grid.lg-rhythm--none > .xl-1, .grid.lg-rhythm--none > .xl-10, .grid.lg-rhythm--none > .xl-11, .grid.lg-rhythm--none > .xl-12, .grid.lg-rhythm--none > .xl-2, .grid.lg-rhythm--none > .xl-3, .grid.lg-rhythm--none > .xl-4, .grid.lg-rhythm--none > .xl-5, .grid.lg-rhythm--none > .xl-6, .grid.lg-rhythm--none > .xl-7, .grid.lg-rhythm--none > .xl-8, .grid.lg-rhythm--none > .xl-9, .grid.lg-rhythm--none > .xs-1, .grid.lg-rhythm--none > .xs-10, .grid.lg-rhythm--none > .xs-11, .grid.lg-rhythm--none > .xs-12, .grid.lg-rhythm--none > .xs-2, .grid.lg-rhythm--none > .xs-3, .grid.lg-rhythm--none > .xs-4, .grid.lg-rhythm--none > .xs-5, .grid.lg-rhythm--none > .xs-6, .grid.lg-rhythm--none > .xs-7, .grid.lg-rhythm--none > .xs-8, .grid.lg-rhythm--none > .xs-9 {
        padding: 0
    }

    table.lg-rhythm--none > * > tr > td, table.lg-rhythm--none > * > tr > th {
        padding: 0
    }

    .table.lg-rhythm--none > * > .table__row > .table__cell, .table.lg-rhythm--none > * > .table__row > .table__header, .table.lg-rhythm--none > .table__row > .table__cell, .table.lg-rhythm--none > .table__row > .table__header {
        padding: 0
    }
}

@media screen and (min-width:75em) {
    .xl-margin {
        margin-bottom: 20px
    }

        .xl-margin:last-child {
            margin-bottom: 0
        }

    .xl-pad {
        padding: 20px !important
    }

    .xl-padX {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .xl-padY {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .xl-padT {
        padding-top: 20px !important
    }

    .xl-padB {
        padding-bottom: 20px !important
    }

    .xl-padL {
        padding-left: 20px !important
    }

    .xl-padR {
        padding-right: 20px !important
    }

    .xl-pad--grid {
        padding: 10px !important
    }

    .xl-padX--grid {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .xl-padY--grid {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .xl-padT--grid {
        padding-top: 10px !important
    }

    .xl-padB--grid {
        padding-bottom: 10px !important
    }

    .xl-padL--grid {
        padding-left: 10px !important
    }

    .xl-padR--grid {
        padding-right: 10px !important
    }

    .xl-margin--small {
        margin-bottom: 10px
    }

        .xl-margin--small:last-child {
            margin-bottom: 0
        }

    .xl-pad--small {
        padding: 10px !important
    }

    .xl-padX--small {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .xl-padY--small {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .xl-padT--small {
        padding-top: 10px !important
    }

    .xl-padB--small {
        padding-bottom: 10px !important
    }

    .xl-padL--small {
        padding-left: 10px !important
    }

    .xl-padR--small {
        padding-right: 10px !important
    }

    .xl-margin--none, table.xl-rhythm--none {
        margin-bottom: 0
    }

    .grid.xl-rhythm--none {
        margin: 0
    }

    .xl-pad--none {
        padding: 0 !important
    }

    .xl-padX--none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .xl-padY--none {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xl-padT--none {
        padding-top: 0 !important
    }

    .xl-padB--none {
        padding-bottom: 0 !important
    }

    .xl-padL--none {
        padding-left: 0 !important
    }

    .xl-padR--none {
        padding-right: 0 !important
    }

    .grid.xl-rhythm--none > .lg-1, .grid.xl-rhythm--none > .lg-10, .grid.xl-rhythm--none > .lg-11, .grid.xl-rhythm--none > .lg-12, .grid.xl-rhythm--none > .lg-2, .grid.xl-rhythm--none > .lg-3, .grid.xl-rhythm--none > .lg-4, .grid.xl-rhythm--none > .lg-5, .grid.xl-rhythm--none > .lg-6, .grid.xl-rhythm--none > .lg-7, .grid.xl-rhythm--none > .lg-8, .grid.xl-rhythm--none > .lg-9, .grid.xl-rhythm--none > .md-1, .grid.xl-rhythm--none > .md-10, .grid.xl-rhythm--none > .md-11, .grid.xl-rhythm--none > .md-12, .grid.xl-rhythm--none > .md-2, .grid.xl-rhythm--none > .md-3, .grid.xl-rhythm--none > .md-4, .grid.xl-rhythm--none > .md-5, .grid.xl-rhythm--none > .md-6, .grid.xl-rhythm--none > .md-7, .grid.xl-rhythm--none > .md-8, .grid.xl-rhythm--none > .md-9, .grid.xl-rhythm--none > .sm-1, .grid.xl-rhythm--none > .sm-10, .grid.xl-rhythm--none > .sm-11, .grid.xl-rhythm--none > .sm-12, .grid.xl-rhythm--none > .sm-2, .grid.xl-rhythm--none > .sm-3, .grid.xl-rhythm--none > .sm-4, .grid.xl-rhythm--none > .sm-5, .grid.xl-rhythm--none > .sm-6, .grid.xl-rhythm--none > .sm-7, .grid.xl-rhythm--none > .sm-8, .grid.xl-rhythm--none > .sm-9, .grid.xl-rhythm--none > .xl-1, .grid.xl-rhythm--none > .xl-10, .grid.xl-rhythm--none > .xl-11, .grid.xl-rhythm--none > .xl-12, .grid.xl-rhythm--none > .xl-2, .grid.xl-rhythm--none > .xl-3, .grid.xl-rhythm--none > .xl-4, .grid.xl-rhythm--none > .xl-5, .grid.xl-rhythm--none > .xl-6, .grid.xl-rhythm--none > .xl-7, .grid.xl-rhythm--none > .xl-8, .grid.xl-rhythm--none > .xl-9, .grid.xl-rhythm--none > .xs-1, .grid.xl-rhythm--none > .xs-10, .grid.xl-rhythm--none > .xs-11, .grid.xl-rhythm--none > .xs-12, .grid.xl-rhythm--none > .xs-2, .grid.xl-rhythm--none > .xs-3, .grid.xl-rhythm--none > .xs-4, .grid.xl-rhythm--none > .xs-5, .grid.xl-rhythm--none > .xs-6, .grid.xl-rhythm--none > .xs-7, .grid.xl-rhythm--none > .xs-8, .grid.xl-rhythm--none > .xs-9 {
        padding: 0
    }

    table.xl-rhythm--none > * > tr > td, table.xl-rhythm--none > * > tr > th {
        padding: 0
    }

    .table.xl-rhythm--none > * > .table__row > .table__cell, .table.xl-rhythm--none > * > .table__row > .table__header, .table.xl-rhythm--none > .table__row > .table__cell, .table.xl-rhythm--none > .table__row > .table__header {
        padding: 0
    }
}

.padY--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padB--5 {
    padding-bottom: 5px !important
}

.padL--5 {
    padding-left: 5px !important
}

.padT--5 {
    padding-top: 5px !important
}

.padR--5 {
    padding-right: 5px !important
}

.padX--5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pad--5 {
    padding: 5px !important
}

.marY--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.marB--5 {
    margin-bottom: 5px !important
}

.marL--5 {
    margin-left: 5px !important
}

.marT--5 {
    margin-top: 5px !important
}

.marR--5 {
    margin-right: 5px !important
}

.marX--5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mar--5 {
    margin: 5px !important
}

.padY--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padB--10 {
    padding-bottom: 10px !important
}

.padL--10 {
    padding-left: 10px !important
}

.padT--10 {
    padding-top: 10px !important
}

.padR--10 {
    padding-right: 10px !important
}

.padX--10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pad--10 {
    padding: 10px !important
}

.marY--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.marB--10 {
    margin-bottom: 10px !important
}

.marL--10 {
    margin-left: 10px !important
}

.marT--10 {
    margin-top: 10px !important
}

.marR--10 {
    margin-right: 10px !important
}

.marX--10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mar--10 {
    margin: 10px !important
}

.padY--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padB--15 {
    padding-bottom: 15px !important
}

.padL--15 {
    padding-left: 15px !important
}

.padT--15 {
    padding-top: 15px !important
}

.padR--15 {
    padding-right: 15px !important
}

.padX--15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pad--15 {
    padding: 15px !important
}

.marY--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.marB--15 {
    margin-bottom: 15px !important
}

.marL--15 {
    margin-left: 15px !important
}

.marT--15 {
    margin-top: 15px !important
}

.marR--15 {
    margin-right: 15px !important
}

.marX--15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mar--15 {
    margin: 15px !important
}

.padY--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padB--20 {
    padding-bottom: 20px !important
}

.padL--20 {
    padding-left: 20px !important
}

.padT--20 {
    padding-top: 20px !important
}

.padR--20 {
    padding-right: 20px !important
}

.padX--20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pad--20 {
    padding: 20px !important
}

.marY--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.marB--20 {
    margin-bottom: 20px !important
}

.marL--20 {
    margin-left: 20px !important
}

.marT--20 {
    margin-top: 20px !important
}

.marR--20 {
    margin-right: 20px !important
}

.marX--20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mar--20 {
    margin: 20px !important
}

.padY--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padB--25 {
    padding-bottom: 25px !important
}

.padL--25 {
    padding-left: 25px !important
}

.padT--25 {
    padding-top: 25px !important
}

.padR--25 {
    padding-right: 25px !important
}

.padX--25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pad--25 {
    padding: 25px !important
}

.marY--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.marB--25 {
    margin-bottom: 25px !important
}

.marL--25 {
    margin-left: 25px !important
}

.marT--25 {
    margin-top: 25px !important
}

.marR--25 {
    margin-right: 25px !important
}

.marX--25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mar--25 {
    margin: 25px !important
}

.padY--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padB--30 {
    padding-bottom: 30px !important
}

.padL--30 {
    padding-left: 30px !important
}

.padT--30 {
    padding-top: 30px !important
}

.padR--30 {
    padding-right: 30px !important
}

.padX--30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pad--30 {
    padding: 30px !important
}

.marY--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.marB--30 {
    margin-bottom: 30px !important
}

.marL--30 {
    margin-left: 30px !important
}

.marT--30 {
    margin-top: 30px !important
}

.marR--30 {
    margin-right: 30px !important
}

.marX--30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mar--30 {
    margin: 30px !important
}

.padY--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padB--35 {
    padding-bottom: 35px !important
}

.padL--35 {
    padding-left: 35px !important
}

.padT--35 {
    padding-top: 35px !important
}

.padR--35 {
    padding-right: 35px !important
}

.padX--35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.pad--35 {
    padding: 35px !important
}

.marY--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.marB--35 {
    margin-bottom: 35px !important
}

.marL--35 {
    margin-left: 35px !important
}

.marT--35 {
    margin-top: 35px !important
}

.marR--35 {
    margin-right: 35px !important
}

.marX--35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.mar--35 {
    margin: 35px !important
}

.padY--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padB--40 {
    padding-bottom: 40px !important
}

.padL--40 {
    padding-left: 40px !important
}

.padT--40 {
    padding-top: 40px !important
}

.padR--40 {
    padding-right: 40px !important
}

.padX--40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.pad--40 {
    padding: 40px !important
}

.marY--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.marB--40 {
    margin-bottom: 40px !important
}

.marL--40 {
    margin-left: 40px !important
}

.marT--40 {
    margin-top: 40px !important
}

.marR--40 {
    margin-right: 40px !important
}

.marX--40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mar--40 {
    margin: 40px !important
}

.padY--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padB--45 {
    padding-bottom: 45px !important
}

.padL--45 {
    padding-left: 45px !important
}

.padT--45 {
    padding-top: 45px !important
}

.padR--45 {
    padding-right: 45px !important
}

.padX--45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.pad--45 {
    padding: 45px !important
}

.marY--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.marB--45 {
    margin-bottom: 45px !important
}

.marL--45 {
    margin-left: 45px !important
}

.marT--45 {
    margin-top: 45px !important
}

.marR--45 {
    margin-right: 45px !important
}

.marX--45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.mar--45 {
    margin: 45px !important
}

.padY--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padB--50 {
    padding-bottom: 50px !important
}

.padL--50 {
    padding-left: 50px !important
}

.padT--50 {
    padding-top: 50px !important
}

.padR--50 {
    padding-right: 50px !important
}

.padX--50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.pad--50 {
    padding: 50px !important
}

.marY--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.marB--50 {
    margin-bottom: 50px !important
}

.marL--50 {
    margin-left: 50px !important
}

.marT--50 {
    margin-top: 50px !important
}

.marR--50 {
    margin-right: 50px !important
}

.marX--50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mar--50 {
    margin: 50px !important
}

.padY--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padB--55 {
    padding-bottom: 55px !important
}

.padL--55 {
    padding-left: 55px !important
}

.padT--55 {
    padding-top: 55px !important
}

.padR--55 {
    padding-right: 55px !important
}

.padX--55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.pad--55 {
    padding: 55px !important
}

.marY--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.marB--55 {
    margin-bottom: 55px !important
}

.marL--55 {
    margin-left: 55px !important
}

.marT--55 {
    margin-top: 55px !important
}

.marR--55 {
    margin-right: 55px !important
}

.marX--55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.mar--55 {
    margin: 55px !important
}

.padY--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padB--60 {
    padding-bottom: 60px !important
}

.padL--60 {
    padding-left: 60px !important
}

.padT--60 {
    padding-top: 60px !important
}

.padR--60 {
    padding-right: 60px !important
}

.padX--60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.pad--60 {
    padding: 60px !important
}

.marY--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.marB--60 {
    margin-bottom: 60px !important
}

.marL--60 {
    margin-left: 60px !important
}

.marT--60 {
    margin-top: 60px !important
}

.marR--60 {
    margin-right: 60px !important
}

.marX--60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mar--60 {
    margin: 60px !important
}

.padY--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.padB--65 {
    padding-bottom: 65px !important
}

.padL--65 {
    padding-left: 65px !important
}

.padT--65 {
    padding-top: 65px !important
}

.padR--65 {
    padding-right: 65px !important
}

.padX--65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.pad--65 {
    padding: 65px !important
}

.marY--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.marB--65 {
    margin-bottom: 65px !important
}

.marL--65 {
    margin-left: 65px !important
}

.marT--65 {
    margin-top: 65px !important
}

.marR--65 {
    margin-right: 65px !important
}

.marX--65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.mar--65 {
    margin: 65px !important
}

.padY--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.padB--70 {
    padding-bottom: 70px !important
}

.padL--70 {
    padding-left: 70px !important
}

.padT--70 {
    padding-top: 70px !important
}

.padR--70 {
    padding-right: 70px !important
}

.padX--70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.pad--70 {
    padding: 70px !important
}

.marY--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.marB--70 {
    margin-bottom: 70px !important
}

.marL--70 {
    margin-left: 70px !important
}

.marT--70 {
    margin-top: 70px !important
}

.marR--70 {
    margin-right: 70px !important
}

.marX--70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mar--70 {
    margin: 70px !important
}

.padY--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.padB--75 {
    padding-bottom: 75px !important
}

.padL--75 {
    padding-left: 75px !important
}

.padT--75 {
    padding-top: 75px !important
}

.padR--75 {
    padding-right: 75px !important
}

.padX--75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.pad--75 {
    padding: 75px !important
}

.marY--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.marB--75 {
    margin-bottom: 75px !important
}

.marL--75 {
    margin-left: 75px !important
}

.marT--75 {
    margin-top: 75px !important
}

.marR--75 {
    margin-right: 75px !important
}

.marX--75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.mar--75 {
    margin: 75px !important
}

.padY--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.padB--80 {
    padding-bottom: 80px !important
}

.padL--80 {
    padding-left: 80px !important
}

.padT--80 {
    padding-top: 80px !important
}

.padR--80 {
    padding-right: 80px !important
}

.padX--80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.pad--80 {
    padding: 80px !important
}

.marY--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.marB--80 {
    margin-bottom: 80px !important
}

.marL--80 {
    margin-left: 80px !important
}

.marT--80 {
    margin-top: 80px !important
}

.marR--80 {
    margin-right: 80px !important
}

.marX--80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.mar--80 {
    margin: 80px !important
}

.padY--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.padB--85 {
    padding-bottom: 85px !important
}

.padL--85 {
    padding-left: 85px !important
}

.padT--85 {
    padding-top: 85px !important
}

.padR--85 {
    padding-right: 85px !important
}

.padX--85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.pad--85 {
    padding: 85px !important
}

.marY--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.marB--85 {
    margin-bottom: 85px !important
}

.marL--85 {
    margin-left: 85px !important
}

.marT--85 {
    margin-top: 85px !important
}

.marR--85 {
    margin-right: 85px !important
}

.marX--85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.mar--85 {
    margin: 85px !important
}

.padY--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.padB--90 {
    padding-bottom: 90px !important
}

.padL--90 {
    padding-left: 90px !important
}

.padT--90 {
    padding-top: 90px !important
}

.padR--90 {
    padding-right: 90px !important
}

.padX--90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.pad--90 {
    padding: 90px !important
}

.marY--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.marB--90 {
    margin-bottom: 90px !important
}

.marL--90 {
    margin-left: 90px !important
}

.marT--90 {
    margin-top: 90px !important
}

.marR--90 {
    margin-right: 90px !important
}

.marX--90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.mar--90 {
    margin: 90px !important
}

.padY--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.padB--95 {
    padding-bottom: 95px !important
}

.padL--95 {
    padding-left: 95px !important
}

.padT--95 {
    padding-top: 95px !important
}

.padR--95 {
    padding-right: 95px !important
}

.padX--95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.pad--95 {
    padding: 95px !important
}

.marY--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.marB--95 {
    margin-bottom: 95px !important
}

.marL--95 {
    margin-left: 95px !important
}

.marT--95 {
    margin-top: 95px !important
}

.marR--95 {
    margin-right: 95px !important
}

.marX--95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.mar--95 {
    margin: 95px !important
}

.padY--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.padB--100 {
    padding-bottom: 100px !important
}

.padL--100 {
    padding-left: 100px !important
}

.padT--100 {
    padding-top: 100px !important
}

.padR--100 {
    padding-right: 100px !important
}

.padX--100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.pad--100 {
    padding: 100px !important
}

.marY--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.marB--100 {
    margin-bottom: 100px !important
}

.marL--100 {
    margin-left: 100px !important
}

.marT--100 {
    margin-top: 100px !important
}

.marR--100 {
    margin-right: 100px !important
}

.marX--100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.mar--100 {
    margin: 100px !important
}

.cms_guide .width--layout {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.styleguide {
    position: relative
}

    .styleguide .section {
        margin-bottom: 40px;
        width: 100%;
        display: inline-block
    }

    .styleguide .grid {
        margin: 0 !important
    }

    .styleguide .content {
        width: 100%;
        margin-left: 0;
        margin-top: 110px
    }

@media print,screen and (min-width:45em) {
    .styleguide .content {
        width: calc(100% - 250px);
        margin-left: 250px;
        margin-top: 0
    }
}

@media screen and (min-width:60em) {
    .styleguide .content {
        width: calc(100% - 400px);
        margin-left: 400px
    }
}

.styleguide .content .grid, .styleguide .content .section--heading, .styleguide .content .section--title {
    padding-left: 20px
}

.styleguide .content .section--title {
    padding-top: 10px
}

.styleguide .content .section--heading {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px
}

.styleguide .mobileBttn--wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    visibility: visible
}

@media print,screen and (min-width:45em) {
    .styleguide .mobileBttn--wrap {
        visibility: hidden
    }
}

.styleguide .mobileBttn--wrap .mobileBttn {
    background: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 25px;
    border: 1px solid #d5d5d5
}

    .styleguide .mobileBttn--wrap .mobileBttn a {
        color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none !important
    }

.styleguide .nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 110px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 1
}

@media print,screen and (min-width:45em) {
    .styleguide .nav-wrap {
        width: 250px;
        height: 100%;
        overflow: visible;
        overflow-y: scroll
    }
}

@media screen and (min-width:60em) {
    .styleguide .nav-wrap {
        width: 400px
    }
}

.styleguide .nav-wrap.active {
    height: 350px
}

@media print,screen and (min-width:45em) {
    .styleguide .nav-wrap.active {
        height: 100%
    }
}

.styleguide .nav-wrap.active .contentArea {
    overflow: visible;
    overflow-y: scroll
}

.styleguide .block--accordion {
    padding: 0
}

.styleguide .tabs.tabs--accordion .tabs__tab {
    color: #000
}

@media print,screen and (min-width:45em) {
    .styleguide .tabs.tabs--accordion .tabs__tab {
        font-size: 18px;
        padding-left: 20px
    }
}

@media screen and (min-width:60em) {
    .styleguide .tabs.tabs--accordion .tabs__tab {
        font-size: 24px;
        padding-left: 20px
    }
}

.styleguide .tabs.tabs--accordion .tabs__tab:first-child {
    border-top: none
}

.styleguide .tabs.tabs--accordion .tabs__tab:after {
    content: none
}

.styleguide .tabs.tabs--accordion > .tabs__panel {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

    .styleguide .tabs.tabs--accordion > .tabs__panel ul {
        list-style: none;
        padding: 0
    }

    .styleguide .tabs.tabs--accordion > .tabs__panel li {
        display: block;
        padding: 4px 0 0 40px;
        background: #ddd;
        border-bottom: 1px solid #d5d5d5
    }

        .styleguide .tabs.tabs--accordion > .tabs__panel li:hover {
            background: #ccc
        }

        .styleguide .tabs.tabs--accordion > .tabs__panel li:last-child {
            border-bottom: none
        }

        .styleguide .tabs.tabs--accordion > .tabs__panel li a {
            display: block
        }

            .styleguide .tabs.tabs--accordion > .tabs__panel li a:hover {
                text-decoration: none
            }

    .styleguide .tabs.tabs--accordion > .tabs__panel h3 {
        font-family: Verdana;
        font-size: 24px;
        padding-left: 20px;
        text-decoration: underline
    }

.nav-wrap .logo {
    width: 100%;
    margin-top: 5px
}

@media print,screen and (min-width:45em) {
    .nav-wrap .logo {
        margin-top: 0
    }
}

.nav-wrap .logo img {
    margin: 0 auto;
    width: auto
}

@media print,screen and (min-width:45em) {
    .nav-wrap .logo img {
        width: 80%
    }
}

@media screen and (min-width:60em) {
    .nav-wrap .logo img {
        width: auto
    }
}

.nav-wrap .return {
    margin: 20px 0 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d5d5d5
}

.section--title {
    background: #272727;
    color: #fff
}

.helper--heading {
    padding-left: 0
}

h1.sample, h2.sample, h3.sample, h4.sample, h5.sample, h6.sample {
    text-transform: uppercase
}

.colorBlock {
    display: block;
    border-radius: 15%;
    position: relative;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    width: 65px;
    height: 65px
}

    .colorBlock + span {
        width: 100%;
        display: block;
        padding: 10px 0 0
    }

        .colorBlock + span + span {
            width: 100%;
            display: block;
            text-transform: uppercase
        }

.colorbox {
    display: block;
    position: relative;
    margin: 0 auto;
    border: 3px solid #d5d5d5;
    width: 65px;
    height: 65px
}

    .colorbox + span {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        font-size: .9em
    }

.colorName {
    text-transform: capitalize
}

.colors__table--custom, .colors__table--default {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .colors__table--custom > div, .colors__table--default > div {
        padding-bottom: 20px
    }

#spacing--warning {
    border: 2px solid red;
    border-radius: 5px
}

    #spacing--warning p {
        padding: 20px
    }

.black--bg {
    background-color: #000
}

    .black--bg.block--adjacent {
        background-color: transparent
    }

    .black--bg .overlay__content {
        background-color: #000
    }

    .black--bg .wysiwyg {
        background-color: #000
    }

    .black--bg .layout__page > .width--layout {
        background: #000
    }

.black--text {
    color: #000
}

.border__black {
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.blue--bg {
    background-color: #00f
}

    .blue--bg.block--adjacent {
        background-color: transparent
    }

    .blue--bg .overlay__content {
        background-color: #00f
    }

    .blue--bg .wysiwyg {
        background-color: #00f
    }

    .blue--bg .layout__page > .width--layout {
        background: #00f
    }

.blue--text {
    color: #00f
}

.border__blue {
    border-color: #00f;
    border-style: solid;
    border-width: 1px
}

.grey--bg {
    background-color: #888
}

    .grey--bg.block--adjacent {
        background-color: transparent
    }

    .grey--bg .overlay__content {
        background-color: #888
    }

    .grey--bg .wysiwyg {
        background-color: #888
    }

    .grey--bg .layout__page > .width--layout {
        background: #888
    }

.grey--text {
    color: #888
}

.border__grey {
    border-color: #888;
    border-style: solid;
    border-width: 1px
}

.red--bg {
    background-color: red
}

    .red--bg.block--adjacent {
        background-color: transparent
    }

    .red--bg .overlay__content {
        background-color: red
    }

    .red--bg .wysiwyg {
        background-color: red
    }

    .red--bg .layout__page > .width--layout {
        background: red
    }

.red--text {
    color: red
}

.border__red {
    border-color: red;
    border-style: solid;
    border-width: 1px
}

.white--bg {
    background-color: #fff
}

    .white--bg.block--adjacent {
        background-color: transparent
    }

    .white--bg .overlay__content {
        background-color: #fff
    }

    .white--bg .wysiwyg {
        background-color: #fff
    }

    .white--bg .layout__page > .width--layout {
        background: #fff
    }

.white--text {
    color: #fff
}

.border__white {
    border-color: #fff;
    border-style: solid;
    border-width: 1px
}

.cms_guide .black--bg {
    color: #fff
}

.block--slider.hero-slider .slide.double-border > .slide__content > .wysiwyg, .block.block--adjacent.double-border > .adjacent > .adjacent__content, .overlay > .double-border > .overlay__content > .wysiwyg, div.double-border:not(.block), ol.double-border, p.double-border, ul.double-border {
    position: relative;
    text-align: center;
    border: 1px solid #272727;
    padding: 32px
}

    .block--slider.hero-slider .slide.double-border > .slide__content > .wysiwyg:before, .block.block--adjacent.double-border > .adjacent > .adjacent__content:before, .overlay > .double-border > .overlay__content > .wysiwyg:before, div.double-border:not(.block):before, ol.double-border:before, p.double-border:before, ul.double-border:before {
        content: '';
        position: absolute;
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
        border: 1px solid #262626
    }

    .block--slider.hero-slider .slide.double-border > .slide__content > .wysiwyg > *, .block.block--adjacent.double-border > .adjacent > .adjacent__content > *, .overlay > .double-border > .overlay__content > .wysiwyg > *, div.double-border:not(.block) > *, ol.double-border > *, p.double-border > *, ul.double-border > * {
        position: relative
    }

.block.double-border:not(.block--adjacent) {
    position: relative;
    text-align: center;
    padding: 22px
}

    .block.double-border:not(.block--adjacent):before {
        content: '';
        position: absolute;
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
        border: 1px solid #262626
    }

    .block.double-border:not(.block--adjacent):after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px solid #272727
    }

    .block.double-border:not(.block--adjacent) > * {
        position: relative;
        z-index: 1
    }

.block.double-border.block--standard > .wysiwyg {
    padding: 20px
}

.M-flexbox .block.block--adjacent.double-border > .adjacent {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexbox .block.block--adjacent.double-border > .adjacent > .adjacent__image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

        .M-flexbox .block.block--adjacent.double-border > .adjacent > .adjacent__image > img {
            visibility: hidden
        }

    .M-flexbox .block.block--adjacent.double-border > .adjacent > .adjacent__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .M-flexbox .block.block--adjacent.double-border > .adjacent > .adjacent__content > .wysiwyg {
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%
        }

.block.block--overlay > .overlay > .double-border {
    position: static;
    text-align: inherit;
    border: none;
    padding: 0
}

    .block.block--overlay > .overlay > .double-border:before {
        content: none;
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        border: none
    }

    .block.block--overlay > .overlay > .double-border > * {
        position: static
    }

    .block.block--overlay > .overlay > .double-border .overlay__content > .wysiwyg {
        position: relative;
        text-align: center;
        border: 1px solid #272727;
        padding: 32px;
        background-color: #fff
    }

        .block.block--overlay > .overlay > .double-border .overlay__content > .wysiwyg:before {
            content: '';
            position: absolute;
            top: 11px;
            right: 11px;
            bottom: 11px;
            left: 11px;
            border: 1px solid #262626
        }

        .block.block--overlay > .overlay > .double-border .overlay__content > .wysiwyg > * {
            position: relative
        }

.block.block--overlay > .overlay.overlay--hasHoverImage > .overlay__hover.double-border > .overlay__content, .block.block--overlay > .overlay.overlay--hasStaticImage > .overlay__hover.double-border, .block.block--overlay > .overlay.overlay--hasStaticImage > .overlay__static.double-border > .overlay__content {
    position: absolute
}

.block--slider.hero-slider .slide.double-border > .slide__content > .wysiwyg {
    position: absolute;
    background-color: #fff
}

.sansSerif {
    font-family: Arial,sans-serif
}

.serif {
    font-family: Verdana
}

.layout.no-heading .layout__main > * > h1, .layout.no-heading .layout__main > h1 {
    display: none
}

.layout.no-max-width .layout__page > .width--layout {
    width: auto;
    max-width: none
}

.layout.no-heading.no-max-width .layout__main > h1 + .contentArea > .block--slider.hero-slider:first-child > .flexslider {
    margin-top: -1.5em;
    margin-left: -10px;
    margin-right: -10px
}

@media print,screen and (min-width:30em) {
    .layout.no-heading.no-max-width .layout__main > h1 + .contentArea > .block--slider.hero-slider:first-child > .flexslider {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media print,screen and (min-width:45em) {
    .layout.no-heading.no-max-width .layout__main > h1 + .contentArea > .block--slider.hero-slider:first-child > .flexslider {
        margin-left: -30px;
        margin-right: -30px
    }
}

.adjacent__image {
    display: block;
    margin-bottom: 20px
}

    .adjacent__image > img {
        display: block
    }

@media print,screen and (min-width:45em) {
    .adjacent:after {
        content: '';
        display: block;
        clear: both
    }

    .adjacent__image {
        max-width: 48%;
        max-width: calc(50% - 10px);
        margin-bottom: 0
    }

    .adjacent--left .adjacent__image {
        float: left;
        margin-right: 20px
    }

    .adjacent--right .adjacent__image {
        float: right;
        margin-left: 20px
    }

    .adjacent__content {
        overflow: hidden
    }

    .M-flexbox .adjacent {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .M-flexbox .adjacent:after {
            content: none
        }

    .M-flexbox .adjacent__content, .M-flexbox .adjacent__image {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .M-flexbox .adjacent__image {
        float: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .M-flexbox .adjacent__content {
        overflow: visible
    }

    .M-flexbox .adjacent.adjacent--left .adjacent__image {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .M-flexbox .adjacent.adjacent--right .adjacent__image {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.M-flexwrap .block--align-stretch.block--adjacent > .adjacent, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__content, .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__image, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__content, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__image {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__image, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__image {
        float: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

        .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__image > img, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__image > img {
            visibility: hidden
        }

    .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__content, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__content {
        overflow: visible;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .M-flexwrap .block--align-stretch.block--adjacent > .adjacent > .adjacent__content > .wysiwyg, .M-flexwrap .grid--align-stretch > .block--adjacent > .adjacent > .adjacent__content > .wysiwyg {
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%
        }

.aspectRatio {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

    .aspectRatio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto
    }

    .aspectRatio.aspectRatio--4_3 {
        padding-bottom: 75%
    }

    .aspectRatio.aspectRatio--3_4 {
        padding-bottom: 133.33333%
    }

    .aspectRatio .aspectRatio--widescreen, .aspectRatio.aspectRatio--16_9 {
        padding-bottom: 56.25%
    }

    .aspectRatio.aspectRatio--9_16 {
        padding-bottom: 177.77778%
    }

    .aspectRatio.aspectRatio--golden {
        padding-bottom: 61.8034%
    }

    .aspectRatio.aspectRatio--golden-portrait {
        padding-bottom: 161.8034%
    }

.canvasMenu {
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
    position: fixed;
    top: 3.5em;
    bottom: 0;
    right: 100%;
    overflow: auto;
    width: 80%;
    max-width: 20em;
    padding-top: 2.25em;
    z-index: 501;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

    .canvasMenu .nav__item__arrow {
        display: none
    }

    .canvasMenu.canvasMenu--open {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

        .canvasMenu.canvasMenu--open .nav__item__arrow {
            display: block
        }

        .canvasMenu.canvasMenu--open .dropdown--expanded .dropdown {
            position: relative;
            visibility: visible;
            border: none
        }

    .canvasMenu .nav__item__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .canvasMenu .arrow__icon {
        position: relative;
        display: block;
        transition: .5s
    }

    .canvasMenu .nav__item__arrow--rotate .arrow__icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.canvasMenu__toggleButton.canvasMenu--open {
    color: #5cabdd
}

.M-flexbox .canvasMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

    .M-flexbox .canvasMenu > * {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.M-flexbox .canvasMenu__1st-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.M-flexbox .canvasMenu__2nd-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.M-flexbox .canvasMenu__3rd-child {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.M-flexbox .canvasMenu__4th-child {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.M-flexbox .canvasMenu__5th-child {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

@media screen and (min-width:60em) {
    .canvasMenu {
        background-color: transparent;
        border: none;
        z-index: auto
    }

        .canvasMenu, .canvasMenu.canvasMenu--open {
            position: static;
            top: auto;
            bottom: auto;
            right: auto;
            overflow: visible;
            width: auto;
            max-width: none;
            padding-top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            transition: none
        }

    .M-flexbox .canvasMenu {
        display: block
    }

        .M-flexbox .canvasMenu > * {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none
        }

    .M-flexbox .canvasMenu__1st-child, .M-flexbox .canvasMenu__2nd-child, .M-flexbox .canvasMenu__3rd-child, .M-flexbox .canvasMenu__4th-child, .M-flexbox .canvasMenu__5th-child {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.dropdown {
    display: block;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 110
}

    .dropdownTrigger--hover:hover > .dropdown, .dropdown[aria-expanded=true] {
        visibility: visible
    }

    .dropdown.dropdown--fade {
        opacity: 0;
        transition: visibility .2s,opacity .2s
    }

        .dropdown.dropdown--fade[aria-expanded=true], .dropdownTrigger--hover:hover > .dropdown.dropdown--fade {
            opacity: 1
        }

.M-flexwrap .block--align-stretch.block--imageFile .fittedImage, .M-flexwrap .grid--align-stretch > .block--imageFile .fittedImage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.block--iframe .iframeWrap {
    width: 100%
}

.iframeWrap iframe {
    display: block;
    width: 100%
}

.M-flexwrap .block--align-stretch.block--iframe > .iframeWrap, .M-flexwrap .grid--align-stretch > .block--iframe > .iframeWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexwrap .block--align-stretch.block--iframe > .iframeWrap.iframeWrap--manualHeight > iframe, .M-flexwrap .grid--align-stretch > .block--iframe > .iframeWrap.iframeWrap--manualHeight > iframe {
        height: auto
    }

    .M-flexwrap .block--align-stretch.block--iframe > .iframeWrap.aspectRatio, .M-flexwrap .grid--align-stretch > .block--iframe > .iframeWrap.aspectRatio {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

.inputGroup button, .inputGroup input, .inputGroup label, .inputGroup select, .inputGroup textarea {
    width: auto;
    display: inline-block
}

    .inputGroup .button, .inputGroup button, .inputGroup input[type=button], .inputGroup input[type=reset], .inputGroup input[type=submit] {
        margin-top: 0;
        margin-bottom: 0
    }

.inputGroup.inputGroup--compact {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    font-size: 0;
    white-space: nowrap
}

    .inputGroup.inputGroup--compact:after {
        content: '';
        display: block;
        clear: both
    }

    .inputGroup.inputGroup--compact .button, .inputGroup.inputGroup--compact button, .inputGroup.inputGroup--compact div, .inputGroup.inputGroup--compact input, .inputGroup.inputGroup--compact label, .inputGroup.inputGroup--compact select, .inputGroup.inputGroup--compact span {
        display: inline-block;
        font-size: 16px;
        font-size: 1rem
    }

    .inputGroup.inputGroup--compact .button, .inputGroup.inputGroup--compact button, .inputGroup.inputGroup--compact input, .inputGroup.inputGroup--compact select {
        width: auto;
        margin: 0 0 0 -1px
    }

        .inputGroup.inputGroup--compact .button:focus:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact .button:hover:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact button:focus:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact button:hover:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact input:focus:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact input:hover:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact select:focus:not(:disabled):not(.input--disabled), .inputGroup.inputGroup--compact select:hover:not(:disabled):not(.input--disabled) {
            z-index: 1
        }

    .inputGroup.inputGroup--compact label {
        line-height: 2.5em;
        padding: 0 .4em
    }

    .inputGroup.inputGroup--compact .button, .inputGroup.inputGroup--compact button, .inputGroup.inputGroup--compact input[type=button], .inputGroup.inputGroup--compact input[type=reset], .inputGroup.inputGroup--compact input[type=submit] {
        height: 38px
    }

    .inputGroup.inputGroup--compact .inputGroup--first, .inputGroup.inputGroup--compact :first-child {
        margin-left: 0
    }

    .inputGroup.inputGroup--compact .inputGroup__remainder {
        display: block;
        overflow: hidden
    }

    .inputGroup.inputGroup--compact.inputGroup--vertical {
        font-size: inherit;
        white-space: normal
    }

        .inputGroup.inputGroup--compact.inputGroup--vertical .button, .inputGroup.inputGroup--compact.inputGroup--vertical button, .inputGroup.inputGroup--compact.inputGroup--vertical div, .inputGroup.inputGroup--compact.inputGroup--vertical input, .inputGroup.inputGroup--compact.inputGroup--vertical label, .inputGroup.inputGroup--compact.inputGroup--vertical select, .inputGroup.inputGroup--compact.inputGroup--vertical span {
            display: block;
            margin: -1px 0 0
        }

        .inputGroup.inputGroup--compact.inputGroup--vertical .inputGroup--first, .inputGroup.inputGroup--compact.inputGroup--vertical :first-child {
            margin-top: 0
        }

    .inputGroup.inputGroup--compact .dropdown {
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -1px;
        margin-left: 0;
        border: none;
        z-index: auto
    }

        .inputGroup.inputGroup--compact .dropdown[aria-expanded=true] {
            z-index: 2
        }

        .inputGroup.inputGroup--compact .dropdown .button, .inputGroup.inputGroup--compact .dropdown button, .inputGroup.inputGroup--compact .dropdown div, .inputGroup.inputGroup--compact .dropdown input, .inputGroup.inputGroup--compact .dropdown label, .inputGroup.inputGroup--compact .dropdown select, .inputGroup.inputGroup--compact .dropdown span {
            display: block;
            margin: -1px 0 0;
            min-width: 100%
        }

        .inputGroup.inputGroup--compact .dropdown .inputGroup--first, .inputGroup.inputGroup--compact .dropdown :first-child {
            margin-top: 0
        }

    .inputGroup.inputGroup--compact.inputGroup--activeDropdown {
        z-index: 1
    }

.island.island--border {
    border: 1px solid #d5d5d5
}

.island.island--bg {
    background-color: #f9f9f9
}

.loader {
    display: none;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

    .loader:before {
        content: "\f110";
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-size: 24px;
        font-size: 1.5rem;
        text-align: center;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear
    }

    .loader.loader--inline:before, .loader.loader--overlay:before {
        display: inline-block;
        line-height: 1em;
        vertical-align: middle
    }

    .loader.loader--active {
        display: block
    }

    .loader.loader--inline {
        padding: 0;
        vertical-align: middle
    }

        .loader.loader--inline:before {
            margin-right: .5em
        }

        .loader.loader--inline.loader--active {
            display: inline-block
        }

    .loader.loader--overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 600;
        opacity: 0;
        visibility: hidden;
        z-index: 120;
        background-color: rgba(255,255,255,.5);
        transition: opacity .2s,visibility 0s linear .2s
    }

        .loader.loader--overlay:before {
            position: relative;
            left: -32px;
            left: -1rem;
            font-size: 32px;
            font-size: 2rem;
            font-weight: 400
        }

        .loader.loader--overlay:after {
            content: '';
            display: inline-block;
            height: 100%;
            font-size: 0;
            margin-right: -5px;
            vertical-align: middle
        }

        .loader.loader--overlay.loader--active {
            opacity: 1;
            visibility: visible;
            transition: opacity .2s
        }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 300;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    background-color: rgba(255,255,255,.75)
}

    .modal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    .modal.modal--active {
        display: block
    }

.modal__wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.modal__window {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 1rem;
    white-space: normal;
    min-width: 10em;
    min-height: 5em;
    max-width: 90vw;
    max-height: 90vh;
    margin: 0 auto;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 15px #555
}

.modal__closeButton {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    margin: 15px 0 0 -59px;
    margin-left: calc(-1em - 27px);
    width: 1em;
    height: 1em;
    padding: 0;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    border: none;
    z-index: 1;
    color: #999
}

    .modal__closeButton:before {
        content: "\f00d";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300
    }

    .modal__closeButton:hover {
        text-decoration: none;
        color: #444
    }

.modal__content {
    padding: 20px
}

.modal.modal--cms .width--layout {
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (min-width:45em) {
    .modal__window {
        min-width: 20em;
        min-height: 10em
    }
}

@media screen and (min-width:60em) {
    .modal__window {
        min-width: 30em;
        min-height: 15em;
        max-width: 50em;
        max-height: 80vh
    }
}

html.modal--scrollLock > body > .layout__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

html.modal--scrollLock .modal {
    position: absolute
}

html.modal--scrollLock .scrollToTop {
    display: none
}

html.modal--forceScrollbarX.scrollingElement, html.modal--forceScrollbarX > .scrollingElement {
    overflow-x: scroll
}

html.modal--forceScrollbarY.scrollingElement, html.modal--forceScrollbarY > .scrollingElement {
    overflow-y: scroll
}

.modal.modal--iframe .modal__window {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none
}

.modal.modal--iframe .modal__content {
    padding: 0
}

.modal.modal--iframe .modal__iframe {
    display: block;
    width: 70vw;
    height: 100vh;
    padding-top: 30px
}

.modal.modal--image .modal__content {
    padding: 0
}

.modal.modal--image img {
    display: block
}

.modal.modal--outerScrolling {
    overflow: auto;
    height: auto;
    min-height: 100%
}

    .modal.modal--outerScrolling:before {
        height: 100vh
    }

    .modal.modal--outerScrolling .modal__wrap {
        overflow: visible;
        padding: 20px 0
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none;
        overflow: visible
    }

@media screen and (min-width:60em) {
    .modal.modal--outerScrolling .modal__wrap {
        padding: 50px 0
    }
}

@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
    html.modal--scrollLock > body > .layout__container {
        width: 1024px;
        height: 768px;
        overflow: hidden
    }

    .modal__window {
        max-width: 921.6px;
        max-height: 614.4px
    }

    .modal__iframe {
        width: 921.6px;
        height: 614.4px
    }

    .modal.modal--outerScrolling:before {
        height: 768px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    html.modal--scrollLock > body > .layout__container {
        width: 768px;
        height: 1024px;
        overflow: hidden
    }

    .modal__window {
        max-width: 691.2px;
        max-height: 819.2px
    }

    .modal__iframe {
        width: 691.2px;
        height: 819.2px
    }

    .modal.modal--outerScrolling:before {
        height: 1024px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

@media only screen and (device-width:320px) and (device-height:568px) and (orientation:landscape) {
    html.modal--scrollLock > body > .layout__container {
        width: 568px;
        height: 320px;
        overflow: hidden
    }

    .modal__window {
        max-width: 511.2px;
        max-height: 256px
    }

    .modal__iframe {
        width: 511.2px;
        height: 256px
    }

    .modal.modal--outerScrolling:before {
        height: 320px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

@media only screen and (device-width:320px) and (device-height:568px) and (orientation:portrait) {
    html.modal--scrollLock > body > .layout__container {
        width: 320px;
        height: 568px;
        overflow: hidden
    }

    .modal__window {
        max-width: 288px;
        max-height: 454.4px
    }

    .modal__iframe {
        width: 288px;
        height: 454.4px
    }

    .modal.modal--outerScrolling:before {
        height: 568px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

@media only screen and (device-width:320px) and (device-height:480px) and (orientation:landscape) {
    html.modal--scrollLock > body > .layout__container {
        width: 480px;
        height: 320px;
        overflow: hidden
    }

    .modal__window {
        max-width: 432px;
        max-height: 256px
    }

    .modal__iframe {
        width: 432px;
        height: 256px
    }

    .modal.modal--outerScrolling:before {
        height: 320px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

@media only screen and (device-width:320px) and (device-height:480px) and (orientation:portrait) {
    html.modal--scrollLock > body > .layout__container {
        width: 320px;
        height: 480px;
        overflow: hidden
    }

    .modal__window {
        max-width: 288px;
        max-height: 384px
    }

    .modal__iframe {
        width: 288px;
        height: 384px
    }

    .modal.modal--outerScrolling:before {
        height: 480px
    }

    .modal.modal--outerScrolling .modal__window {
        max-height: none
    }
}

.nav {
    list-style: none;
    padding-left: 0
}

.nav__item {
    display: block
}

.nav.nav--sections {
    text-align: center
}

    .nav.nav--sections:after {
        content: '';
        display: block;
        clear: both
    }

.nav__section {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    text-align: left;
    margin: 0 1.25em 1.5em
}

    .nav__section.nav__section--right {
        display: block;
        text-align: center
    }

.canvasMenu.canvasMenu--open .nav__item.nav__item--expands {
    position: relative
}

    .canvasMenu.canvasMenu--open .nav__item.nav__item--expands .nav__item__arrow {
        position: absolute;
        right: 0;
        top: 0
    }

.nav.nav--horizontal > .nav__item, .nav.nav--justify > .nav__item {
    display: inline-block
}

    .nav.nav--horizontal > .nav__item > .nav__link, .nav.nav--justify > .nav__item > .nav__link {
        display: block
    }

.nav.nav--breadcrumb > .nav__item, .nav.nav--separators > .nav__item {
    float: left
}

    .nav.nav--breadcrumb > .nav__item:before, .nav.nav--separators > .nav__item:before {
        display: block;
        float: left
    }

    .nav.nav--breadcrumb > .nav__item:first-child:before, .nav.nav--separators > .nav__item:first-child:before {
        content: none
    }

    .nav.nav--breadcrumb > .nav__item > .nav__link, .nav.nav--separators > .nav__item > .nav__link {
        display: block;
        float: left
    }

.nav.nav--breadcrumb:after, .nav.nav--separators:after {
    content: '';
    display: block;
    clear: both
}

.nav.nav--justify {
    text-align: justify
}

    .nav.nav--justify:after {
        content: '';
        display: inline-block;
        width: 100%;
        font-size: 0
    }

    .nav.nav--justify > .nav__item {
        text-align: center
    }

.nav.nav--separators > .nav__item:before {
    content: "\a0\a0\7c\a0\a0"
}

.nav.nav--breadcrumb > .nav__item:before {
    content: "\a0\a0\203a\a0\a0"
}

.nav--catalogBreadcrumb li:first-child:nth-last-child(1) {
    display: none
}

.nav.nav--tree > .nav__item {
    display: block
}

.nav.nav--autoPad.nav--depth-1 > .nav__item, .nav.nav--tree.nav--depth-1 > .nav__item {
    padding-left: 10px
}

.nav.nav--autoPad.nav--depth-2 > .nav__item, .nav.nav--tree.nav--depth-2 > .nav__item {
    padding-left: 20px
}

.nav.nav--autoPad.nav--depth-3 > .nav__item, .nav.nav--tree.nav--depth-3 > .nav__item {
    padding-left: 30px
}

.nav.nav--autoPad.nav--depth-4 > .nav__item, .nav.nav--tree.nav--depth-4 > .nav__item {
    padding-left: 40px
}

.nav.nav--autoSize.nav--depth-1 > .nav__item > .nav__link {
    font-size: 15px;
    font-size: .9375rem
}

.nav.nav--autoSize.nav--depth-2 > .nav__item > .nav__link {
    font-size: 14px;
    font-size: .875rem
}

.nav.nav--autoSize.nav--depth-3 .nav__link {
    font-size: 12px;
    font-size: .75rem
}

.nav.nav--uniform {
    display: table;
    width: 100%;
    text-align: center
}

    .nav.nav--uniform > .nav__item {
        display: table-cell
    }

        .nav.nav--uniform > .nav__item > .nav__link {
            display: block
        }

    .nav.nav--uniform .dropdown {
        text-align: left
    }

.M-flexbox .nav.nav--uniform {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexbox .nav.nav--uniform > .nav__item {
        display: block;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

@media print,screen and (min-width:30em) {
    .nav.sm-nav--horizontal > .nav__item, .nav.sm-nav--justify > .nav__item {
        display: inline-block
    }

        .nav.sm-nav--horizontal > .nav__item > .nav__link, .nav.sm-nav--justify > .nav__item > .nav__link {
            display: block
        }

    .nav.sm-nav--breadcrumb > .nav__item, .nav.sm-nav--separators > .nav__item {
        float: left
    }

        .nav.sm-nav--breadcrumb > .nav__item:before, .nav.sm-nav--separators > .nav__item:before {
            display: block;
            float: left
        }

        .nav.sm-nav--breadcrumb > .nav__item:first-child:before, .nav.sm-nav--separators > .nav__item:first-child:before {
            content: none
        }

        .nav.sm-nav--breadcrumb > .nav__item > .nav__link, .nav.sm-nav--separators > .nav__item > .nav__link {
            display: block;
            float: left
        }

    .nav.sm-nav--breadcrumb:after, .nav.sm-nav--separators:after {
        content: '';
        display: block;
        clear: both
    }

    .nav.sm-nav--justify {
        text-align: justify
    }

        .nav.sm-nav--justify:after {
            content: '';
            display: inline-block;
            width: 100%;
            font-size: 0
        }

        .nav.sm-nav--justify > .nav__item {
            text-align: center
        }

    .nav.sm-nav--separators > .nav__item:before {
        content: "\a0\a0\7c\a0\a0"
    }

    .nav.sm-nav--breadcrumb > .nav__item:before {
        content: "\a0\a0\203a\a0\a0"
    }

    .nav--catalogBreadcrumb li:first-child:nth-last-child(1) {
        display: none
    }

    .nav.sm-nav--tree > .nav__item {
        display: block
    }

    .nav.sm-nav--autoPad.nav--depth-1 > .nav__item, .nav.sm-nav--tree.nav--depth-1 > .nav__item {
        padding-left: 10px
    }

    .nav.sm-nav--autoPad.nav--depth-2 > .nav__item, .nav.sm-nav--tree.nav--depth-2 > .nav__item {
        padding-left: 20px
    }

    .nav.sm-nav--autoPad.nav--depth-3 > .nav__item, .nav.sm-nav--tree.nav--depth-3 > .nav__item {
        padding-left: 30px
    }

    .nav.sm-nav--autoPad.nav--depth-4 > .nav__item, .nav.sm-nav--tree.nav--depth-4 > .nav__item {
        padding-left: 40px
    }

    .nav.sm-nav--autoSize.nav--depth-1 > .nav__item > .nav__link {
        font-size: 15px;
        font-size: .9375rem
    }

    .nav.sm-nav--autoSize.nav--depth-2 > .nav__item > .nav__link {
        font-size: 14px;
        font-size: .875rem
    }

    .nav.sm-nav--autoSize.nav--depth-3 .nav__link {
        font-size: 12px;
        font-size: .75rem
    }

    .nav.sm-nav--uniform {
        display: table;
        width: 100%;
        text-align: center
    }

        .nav.sm-nav--uniform > .nav__item {
            display: table-cell
        }

            .nav.sm-nav--uniform > .nav__item > .nav__link {
                display: block
            }

        .nav.sm-nav--uniform .dropdown {
            text-align: left
        }

    .M-flexbox .nav.sm-nav--uniform {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .M-flexbox .nav.sm-nav--uniform > .nav__item {
            display: block;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }
}

@media print,screen and (min-width:45em) {
    .nav.md-nav--horizontal > .nav__item, .nav.md-nav--justify > .nav__item {
        display: inline-block
    }

        .nav.md-nav--horizontal > .nav__item > .nav__link, .nav.md-nav--justify > .nav__item > .nav__link {
            display: block
        }

    .nav.md-nav--breadcrumb > .nav__item, .nav.md-nav--separators > .nav__item {
        float: left
    }

        .nav.md-nav--breadcrumb > .nav__item:before, .nav.md-nav--separators > .nav__item:before {
            display: block;
            float: left
        }

        .nav.md-nav--breadcrumb > .nav__item:first-child:before, .nav.md-nav--separators > .nav__item:first-child:before {
            content: none
        }

        .nav.md-nav--breadcrumb > .nav__item > .nav__link, .nav.md-nav--separators > .nav__item > .nav__link {
            display: block;
            float: left
        }

    .nav.md-nav--breadcrumb:after, .nav.md-nav--separators:after {
        content: '';
        display: block;
        clear: both
    }

    .nav.md-nav--justify {
        text-align: justify
    }

        .nav.md-nav--justify:after {
            content: '';
            display: inline-block;
            width: 100%;
            font-size: 0
        }

        .nav.md-nav--justify > .nav__item {
            text-align: center
        }

    .nav.md-nav--separators > .nav__item:before {
        content: "\a0\a0\7c\a0\a0"
    }

    .nav.md-nav--breadcrumb > .nav__item:before {
        content: "\a0\a0\203a\a0\a0"
    }

    .nav--catalogBreadcrumb li:first-child:nth-last-child(1) {
        display: none
    }

    .nav.md-nav--tree > .nav__item {
        display: block
    }

    .nav.md-nav--autoPad.nav--depth-1 > .nav__item, .nav.md-nav--tree.nav--depth-1 > .nav__item {
        padding-left: 10px
    }

    .nav.md-nav--autoPad.nav--depth-2 > .nav__item, .nav.md-nav--tree.nav--depth-2 > .nav__item {
        padding-left: 20px
    }

    .nav.md-nav--autoPad.nav--depth-3 > .nav__item, .nav.md-nav--tree.nav--depth-3 > .nav__item {
        padding-left: 30px
    }

    .nav.md-nav--autoPad.nav--depth-4 > .nav__item, .nav.md-nav--tree.nav--depth-4 > .nav__item {
        padding-left: 40px
    }

    .nav.md-nav--autoSize.nav--depth-1 > .nav__item > .nav__link {
        font-size: 15px;
        font-size: .9375rem
    }

    .nav.md-nav--autoSize.nav--depth-2 > .nav__item > .nav__link {
        font-size: 14px;
        font-size: .875rem
    }

    .nav.md-nav--autoSize.nav--depth-3 .nav__link {
        font-size: 12px;
        font-size: .75rem
    }

    .nav.md-nav--uniform {
        display: table;
        width: 100%;
        text-align: center
    }

        .nav.md-nav--uniform > .nav__item {
            display: table-cell
        }

            .nav.md-nav--uniform > .nav__item > .nav__link {
                display: block
            }

        .nav.md-nav--uniform .dropdown {
            text-align: left
        }

    .M-flexbox .nav.md-nav--uniform {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .M-flexbox .nav.md-nav--uniform > .nav__item {
            display: block;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }
}

@media screen and (min-width:60em) {
    .nav.lg-nav--horizontal > .nav__item, .nav.lg-nav--justify > .nav__item {
        display: inline-block
    }

        .nav.lg-nav--horizontal > .nav__item > .nav__link, .nav.lg-nav--justify > .nav__item > .nav__link {
            display: block
        }

    .nav.lg-nav--breadcrumb > .nav__item, .nav.lg-nav--separators > .nav__item {
        float: left
    }

        .nav.lg-nav--breadcrumb > .nav__item:before, .nav.lg-nav--separators > .nav__item:before {
            display: block;
            float: left
        }

        .nav.lg-nav--breadcrumb > .nav__item:first-child:before, .nav.lg-nav--separators > .nav__item:first-child:before {
            content: none
        }

        .nav.lg-nav--breadcrumb > .nav__item > .nav__link, .nav.lg-nav--separators > .nav__item > .nav__link {
            display: block;
            float: left
        }

    .nav.lg-nav--breadcrumb:after, .nav.lg-nav--separators:after {
        content: '';
        display: block;
        clear: both
    }

    .nav.lg-nav--justify {
        text-align: justify
    }

        .nav.lg-nav--justify:after {
            content: '';
            display: inline-block;
            width: 100%;
            font-size: 0
        }

        .nav.lg-nav--justify > .nav__item {
            text-align: center
        }

    .nav.lg-nav--separators > .nav__item:before {
        content: "\a0\a0\7c\a0\a0"
    }

    .nav.lg-nav--breadcrumb > .nav__item:before {
        content: "\a0\a0\203a\a0\a0"
    }

    .nav--catalogBreadcrumb li:first-child:nth-last-child(1) {
        display: none
    }

    .nav.lg-nav--tree > .nav__item {
        display: block
    }

    .nav.lg-nav--autoPad.nav--depth-1 > .nav__item, .nav.lg-nav--tree.nav--depth-1 > .nav__item {
        padding-left: 10px
    }

    .nav.lg-nav--autoPad.nav--depth-2 > .nav__item, .nav.lg-nav--tree.nav--depth-2 > .nav__item {
        padding-left: 20px
    }

    .nav.lg-nav--autoPad.nav--depth-3 > .nav__item, .nav.lg-nav--tree.nav--depth-3 > .nav__item {
        padding-left: 30px
    }

    .nav.lg-nav--autoPad.nav--depth-4 > .nav__item, .nav.lg-nav--tree.nav--depth-4 > .nav__item {
        padding-left: 40px
    }

    .nav.lg-nav--autoSize.nav--depth-1 > .nav__item > .nav__link {
        font-size: 15px;
        font-size: .9375rem
    }

    .nav.lg-nav--autoSize.nav--depth-2 > .nav__item > .nav__link {
        font-size: 14px;
        font-size: .875rem
    }

    .nav.lg-nav--autoSize.nav--depth-3 .nav__link {
        font-size: 12px;
        font-size: .75rem
    }

    .nav.lg-nav--uniform {
        display: table;
        width: 100%;
        text-align: center
    }

        .nav.lg-nav--uniform > .nav__item {
            display: table-cell
        }

            .nav.lg-nav--uniform > .nav__item > .nav__link {
                display: block
            }

        .nav.lg-nav--uniform .dropdown {
            text-align: left
        }

    .M-flexbox .nav.lg-nav--uniform {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .M-flexbox .nav.lg-nav--uniform > .nav__item {
            display: block;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }
}

@media screen and (min-width:75em) {
    .nav.xl-nav--horizontal > .nav__item, .nav.xl-nav--justify > .nav__item {
        display: inline-block
    }

        .nav.xl-nav--horizontal > .nav__item > .nav__link, .nav.xl-nav--justify > .nav__item > .nav__link {
            display: block
        }

    .nav.xl-nav--breadcrumb > .nav__item, .nav.xl-nav--separators > .nav__item {
        float: left
    }

        .nav.xl-nav--breadcrumb > .nav__item:before, .nav.xl-nav--separators > .nav__item:before {
            display: block;
            float: left
        }

        .nav.xl-nav--breadcrumb > .nav__item:first-child:before, .nav.xl-nav--separators > .nav__item:first-child:before {
            content: none
        }

        .nav.xl-nav--breadcrumb > .nav__item > .nav__link, .nav.xl-nav--separators > .nav__item > .nav__link {
            display: block;
            float: left
        }

    .nav.xl-nav--breadcrumb:after, .nav.xl-nav--separators:after {
        content: '';
        display: block;
        clear: both
    }

    .nav.xl-nav--justify {
        text-align: justify
    }

        .nav.xl-nav--justify:after {
            content: '';
            display: inline-block;
            width: 100%;
            font-size: 0
        }

        .nav.xl-nav--justify > .nav__item {
            text-align: center
        }

    .nav.xl-nav--separators > .nav__item:before {
        content: "\a0\a0\7c\a0\a0"
    }

    .nav.xl-nav--breadcrumb > .nav__item:before {
        content: "\a0\a0\203a\a0\a0"
    }

    .nav--catalogBreadcrumb li:first-child:nth-last-child(1) {
        display: none
    }

    .nav.xl-nav--tree > .nav__item {
        display: block
    }

    .nav.xl-nav--autoPad.nav--depth-1 > .nav__item, .nav.xl-nav--tree.nav--depth-1 > .nav__item {
        padding-left: 10px
    }

    .nav.xl-nav--autoPad.nav--depth-2 > .nav__item, .nav.xl-nav--tree.nav--depth-2 > .nav__item {
        padding-left: 20px
    }

    .nav.xl-nav--autoPad.nav--depth-3 > .nav__item, .nav.xl-nav--tree.nav--depth-3 > .nav__item {
        padding-left: 30px
    }

    .nav.xl-nav--autoPad.nav--depth-4 > .nav__item, .nav.xl-nav--tree.nav--depth-4 > .nav__item {
        padding-left: 40px
    }

    .nav.xl-nav--autoSize.nav--depth-1 > .nav__item > .nav__link {
        font-size: 15px;
        font-size: .9375rem
    }

    .nav.xl-nav--autoSize.nav--depth-2 > .nav__item > .nav__link {
        font-size: 14px;
        font-size: .875rem
    }

    .nav.xl-nav--autoSize.nav--depth-3 .nav__link {
        font-size: 12px;
        font-size: .75rem
    }

    .nav.xl-nav--uniform {
        display: table;
        width: 100%;
        text-align: center
    }

        .nav.xl-nav--uniform > .nav__item {
            display: table-cell
        }

            .nav.xl-nav--uniform > .nav__item > .nav__link {
                display: block
            }

        .nav.xl-nav--uniform .dropdown {
            text-align: left
        }

    .M-flexbox .nav.xl-nav--uniform {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .M-flexbox .nav.xl-nav--uniform > .nav__item {
            display: block;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }
}

@media screen and (min-width:60em) {
    .nav.nav--sections {
        text-align: left
    }

    .nav__section {
        display: block;
        float: left;
        margin-left: 0
    }

        .nav__section:last-child {
            margin-right: 0
        }

        .nav__section.nav__section--right {
            float: right;
            margin-right: 0
        }
}

@media print,screen and (min-width:45em) {
    .newsArticle.newsArticle--listing.newsArticle--hasImage:after {
        content: '';
        display: block;
        clear: both
    }

    .newsArticle.newsArticle--listing .newsArticle__image {
        display: block;
        float: left;
        margin: 0 20px 20px 0;
        max-width: 30%
    }
}

.notice {
    display: block;
    padding: 1em;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 3px
}

    .notice.notice--error {
        color: #c00;
        border-color: #a00
    }

    .notice.notice--warning {
        color: #b15500;
        border-color: #f67f11
    }

    .notice.notice--success {
        color: #060;
        border-color: #090
    }

    .inline .notice, .notice.notice--inline {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        padding: .55em .4em;
        line-height: 1.4;
        height: 2.5em;
        text-align: inherit
    }

    .notice.notice--inline {
        height: auto;
        border: none
    }

    .notice.notice--icon.notice--multiple li:before, .notice.notice--icon.validation-summary-errors li:before, .notice.notice--icon:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f06a";
        margin-right: .5em
    }

    .notice.notice--icon.notice--error.notice--multiple li:before, .notice.notice--icon.notice--error.validation-summary-errors li:before, .notice.notice--icon.notice--error:before {
        content: "\f057"
    }

    .notice.notice--icon.notice--success.notice--multiple li:before, .notice.notice--icon.notice--success.validation-summary-errors li:before, .notice.notice--icon.notice--success:before {
        content: "\f058"
    }

    .notice.notice--multiple, .notice.validation-summary-errors {
        text-align: left
    }

        .notice.notice--multiple.notice--icon:before, .notice.validation-summary-errors.notice--icon:before {
            content: none
        }

        .notice.notice--multiple.notice--icon:after, .notice.validation-summary-errors.notice--icon:after {
            content: '';
            display: block;
            clear: both
        }

        .notice.notice--multiple.notice--icon li, .notice.validation-summary-errors.notice--icon li {
            position: relative;
            list-style: none
        }

            .notice.notice--multiple.notice--icon li:before, .notice.validation-summary-errors.notice--icon li:before {
                position: absolute;
                right: 100%
            }

        .notice.notice--multiple.notice--icon ul, .validation-summary-errors.notice--icon ul, ul.notice.notice--multiple.notice--icon {
            padding-left: 2em
        }

.layout__primaryNav .nav--primary .nav__item--expands {
    margin-top: 20px;
    margin-bottom: 0
}

    .layout__primaryNav .nav--primary .nav__item--expands h3 {
        margin-bottom: 10px
    }

    .layout__primaryNav .nav--primary .nav__item--expands h3, .layout__primaryNav .nav--primary .nav__item--expands ul {
        font-size: 16px;
        text-align: left;
        list-style: none;
        padding-left: 0
    }

    .layout__primaryNav .nav--primary .nav__item--expands .tabs__tab {
        position: absolute;
        right: 0;
        background-color: transparent;
        line-height: 1;
        border: none
    }

        .layout__primaryNav .nav--primary .nav__item--expands .tabs__tab:before {
            content: '\f107';
            font-family: 'Font Awesome 5 Pro';
            font-size: 16px
        }

    .layout__primaryNav .nav--primary .nav__item--expands .tabs__panel {
        border: none
    }

@media screen and (min-width:60em) {
    .layout__primaryNav {
        position: relative
    }

        .layout__primaryNav .nav--primary {
            position: static
        }

            .layout__primaryNav .nav--primary .nav__item--expands {
                margin-top: 0
            }

                .layout__primaryNav .nav--primary .nav__item--expands .nav__link {
                    border: none
                }

                    .layout__primaryNav .nav--primary .nav__item--expands .nav__link ::after {
                        content: '\f107';
                        font-family: 'Font Awesome 5 Pro';
                        margin-left: 10px
                    }
}

.overlay {
    position: relative;
    display: inline-block
}

.block--overlay > .overlay {
    display: block;
    width: 100%
}

a.overlay {
    color: inherit
}

    a.overlay:hover {
        text-decoration: none
    }

.overlay__hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out,visibility .2s linear
}

.overlay:hover > .overlay__hover {
    opacity: 1;
    visibility: visible
}

.overlay__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .overlay__image > img {
        display: block;
        width: 100%;
        visibility: hidden
    }

.overlay__content {
    padding: 20px
}

    .overlay__content > .wysiwyg {
        max-width: 100%
    }

.overlay__content, .overlay__hover, .overlay__image, .overlay__static {
    width: 100%
}

.overlay--hasHoverContent > .overlay__static, .overlay--hasHoverImage > .overlay__hover > .overlay__image, .overlay--hasHoverImage > .overlay__static, .overlay--hasStaticImage > .overlay__static > .overlay__image {
    margin-right: -100%
}

.M-no-flexbox .overlay {
    font-size: 0;
    white-space: nowrap
}

.M-no-flexbox .overlay__content, .M-no-flexbox .overlay__hover, .M-no-flexbox .overlay__image, .M-no-flexbox .overlay__static {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.M-no-flexbox .overlay__image {
    background-size: 0
}

    .M-no-flexbox .overlay--noHoverImage > .overlay__hover > .overlay__content:before, .M-no-flexbox .overlay__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: inherit;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

.M-no-flexbox .overlay--noHoverImage > .overlay__hover > .overlay__image:before {
    background-color: rgba(255,255,255,.75);
    background-image: none
}

.M-no-flexbox .overlay__content, .M-no-flexbox .overlay__image {
    font-size: 16px;
    font-size: 1rem;
    white-space: normal
}

.M-no-flexbox .overlay__content {
    text-align: center
}

.overlay--hasHoverImage > .overlay__hover > .M-no-flexbox .overlay__content, .overlay--hasStaticImage > .overlay__static > .M-no-flexbox .overlay__content {
    position: relative
}

.M-no-flexbox .overlay__content .wysiwyg {
    display: inline-block;
    text-align: left
}

.M-no-flexbox .overlay__hover.align--left, .M-no-flexbox .overlay__static.align--left {
    text-align: left
}

    .M-no-flexbox .overlay__hover.align--left > .overlay__content > .wysiwyg, .M-no-flexbox .overlay__static.align--left > .overlay__content > .wysiwyg {
        text-align: left
    }

.M-no-flexbox .overlay__hover.align--right, .M-no-flexbox .overlay__static.align--right {
    text-align: left
}

    .M-no-flexbox .overlay__hover.align--right > .overlay__content > .wysiwyg, .M-no-flexbox .overlay__static.align--right > .overlay__content > .wysiwyg {
        text-align: right
    }

.M-no-flexbox .overlay__hover.align--center, .M-no-flexbox .overlay__static.align--center {
    text-align: left
}

    .M-no-flexbox .overlay__hover.align--center > .overlay__content > .wysiwyg, .M-no-flexbox .overlay__static.align--center > .overlay__content > .wysiwyg {
        text-align: center
    }

.M-no-flexbox .overlay__hover.align--justify, .M-no-flexbox .overlay__static.align--justify {
    text-align: left
}

    .M-no-flexbox .overlay__hover.align--justify > .overlay__content > .wysiwyg, .M-no-flexbox .overlay__static.align--justify > .overlay__content > .wysiwyg {
        text-align: justify
    }

.M-no-flexbox .top > .overlay__content {
    vertical-align: top
}

.M-no-flexbox .bottom > .overlay__content {
    vertical-align: bottom
}

.M-no-flexbox .left > .overlay__content {
    text-align: left
}

.M-no-flexbox .right > .overlay__content {
    text-align: right
}

.M-flexbox .overlay, .M-flexbox .overlay__hover, .M-flexbox .overlay__static {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.M-flexbox .overlay__hover, .M-flexbox .overlay__static {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.M-flexbox .overlay__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .M-flexbox .overlay__content > .wysiwyg {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.M-flexbox .overlay--noHoverImage > .overlay__hover {
    background-color: rgba(255,255,255,.75)
}

.M-flexbox .top > .overlay__content {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.M-flexbox .bottom > .overlay__content {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.M-flexbox .left > .overlay__content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.M-flexbox .right > .overlay__content {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.M-flexwrap .block--align-stretch.block--overlay > .overlay, .M-flexwrap .grid--align-stretch > .block--overlay > .overlay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.paging {
    display: inline-block;
    list-style: none;
    padding: 0;
    vertical-align: middle;
    overflow: hidden
}

.paging__page, .paging__separator {
    display: inline-block;
    padding: .5em;
    line-height: 1em;
    min-width: 2em;
    text-align: center
}

    .paging__page > .paging__pageLink {
        display: block;
        margin: -.5em;
        padding: .5em
    }

.predictiveSearch__results {
    position: absolute;
    width: 320px;
    width: 20rem;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 110
}

    .predictiveSearch__results.predictiveSearch__results--active {
        visibility: visible
    }

.predictiveSearch__result {
    padding: .5em .75em;
    cursor: pointer
}

    .predictiveSearch__result.predictiveSearch__result--active {
        background-color: #f2f2f2
    }

.scrollToTop {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 499;
    text-align: center;
    width: 4.5em;
    line-height: 1.25em;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out,visibility .2s linear;
    display: none
}

    .scrollToTop:hover {
        text-decoration: none
    }

    .scrollToTop:before {
        content: "\f077";
        font-family: 'Font Awesome 5 Pro';
        display: block;
        text-align: center;
        font-size: 3em;
        line-height: .75em;
        margin-bottom: 5px;
        font-weight: 400;
        opacity: .25;
        transition: opacity .2s ease-in-out
    }

    .scrollToTop:hover:before {
        opacity: .5
    }

    .scrollToTop.scrollToTop--visible {
        opacity: 1;
        visibility: visible
    }

@media print,screen and (min-width:45em) {
    .scrollToTop {
        display: block;
        color: #666;
        font-weight: 700
    }

        .scrollToTop:before {
            color: #333
        }

    .layout--empty .scrollToTop {
        display: none
    }
}

.searchPage__form .search__submit {
    font-family: 'Font Awesome 5 Pro'
}

.sectionBlock.sectionBlock--flex.width--layout:after {
    content: none
}

.layout--editMode .grid--flex .sectionBlock--noIntroContent > .wysiwyg {
    display: none
}

.layout--preview .blockPreview > .contentArea > .block--section > .sectionBlock--flex.sectionBlock--noIntroContent > .wysiwyg {
    display: block
}

.M-flexwrap .block--align-stretch.block--section > .sectionBlock, .M-flexwrap .grid--align-stretch > .block--section > .sectionBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .M-flexwrap .block--align-stretch.block--section > .sectionBlock > .wysiwyg, .M-flexwrap .grid--align-stretch > .block--section > .sectionBlock > .wysiwyg {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .M-flexwrap .block--align-stretch.block--section > .sectionBlock > .contentArea, .M-flexwrap .grid--align-stretch > .block--section > .sectionBlock > .contentArea {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .M-flexwrap .block--align-stretch.block--section > .sectionBlock > .contentArea.grid--align-stretch, .M-flexwrap .grid--align-stretch > .block--section > .sectionBlock > .contentArea.grid--align-stretch {
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch
        }

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin-bottom: 0
    }

    .flexslider .slides img {
        width: 100%;
        display: block
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: '';
    display: block;
    clear: both
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-align: center;
    line-height: 40px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: 10px
}

.flex-direction-nav .flex-next {
    right: 10px;
    text-align: right
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default
}

.flex-direction-nav a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    display: inline-block;
    content: "\f053"
}

.flex-direction-nav a.flex-next:before {
    content: "\f054"
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        display: inline-block;
        content: "\f04c"
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: "\f04b"
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

.slides {
    width: 100%
}

.slide__image {
    margin-bottom: 20px
}

.block--slider.hero-slider .flexslider {
    margin-bottom: 2em
}

.contentArea--preview .flexslider {
    margin-bottom: 0
}

    .contentArea--preview .flexslider .slides > .slide {
        display: block;
        margin-bottom: 1em
    }

.flexslider.slider--noControlNav {
    margin-bottom: 0
}

@media screen and (min-width:60em) {
    .block--slider.hero-slider .flexslider {
        margin-bottom: 0
    }

    .block--slider.hero-slider .slide__image {
        width: 100%;
        margin-bottom: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

        .block--slider.hero-slider .slide__image > img {
            display: block;
            width: 100%;
            visibility: hidden
        }

    .block--slider.hero-slider .slide__content {
        width: 100%;
        padding: 20px
    }

        .block--slider.hero-slider .slide__content > .wysiwyg {
            max-width: 100%
        }

    .block--slider.hero-slider .slide--hasImage > .slide__image {
        margin-right: -100%
    }

    .block--slider.hero-slider .flex-control-nav {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        margin: 0
    }

    .M-no-flexbox .block--slider.hero-slider .slide {
        font-size: 0;
        white-space: nowrap
    }

    .M-no-flexbox .block--slider.hero-slider .slide__content, .M-no-flexbox .block--slider.hero-slider .slide__image {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        white-space: normal
    }

        .M-no-flexbox .block--slider.hero-slider .slide__image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: inherit;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover
        }

    .M-no-flexbox .block--slider.hero-slider .slide__content {
        text-align: center
    }

        .M-no-flexbox .block--slider.hero-slider .slide__content .wysiwyg {
            display: inline-block;
            text-align: left
        }

    .M-no-flexbox .block--slider.hero-slider .slide--hasImage > .slide__content {
        position: relative
    }

    .M-no-flexbox .block--slider.hero-slider .slide.align--left {
        text-align: left
    }

        .M-no-flexbox .block--slider.hero-slider .slide.align--left > .slide__content > .wysiwyg {
            text-align: left
        }

    .M-no-flexbox .block--slider.hero-slider .slide.align--right {
        text-align: left
    }

        .M-no-flexbox .block--slider.hero-slider .slide.align--right > .slide__content > .wysiwyg {
            text-align: right
        }

    .M-no-flexbox .block--slider.hero-slider .slide.align--center {
        text-align: left
    }

        .M-no-flexbox .block--slider.hero-slider .slide.align--center > .slide__content > .wysiwyg {
            text-align: center
        }

    .M-no-flexbox .block--slider.hero-slider .slide.align--justify {
        text-align: left
    }

        .M-no-flexbox .block--slider.hero-slider .slide.align--justify > .slide__content > .wysiwyg {
            text-align: justify
        }

    .M-no-flexbox .block--slider.hero-slider .top > .slide__content {
        vertical-align: top
    }

    .M-no-flexbox .block--slider.hero-slider .bottom > .slide__content {
        vertical-align: bottom
    }

    .M-no-flexbox .block--slider.hero-slider .left > .slide__content {
        text-align: left
    }

    .M-no-flexbox .block--slider.hero-slider .right > .slide__content {
        text-align: right
    }

    .M-flexbox .block--slider.hero-slider .flexslider, .M-flexbox .block--slider.hero-slider .slides {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .M-flexbox .block--slider.hero-slider .slide {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .M-flexbox .block--slider.hero-slider .flex-control-nav, .M-flexbox .block--slider.hero-slider .flex-direction-nav {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .M-flexbox .block--slider.hero-slider .slide {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .M-flexbox .block--slider.hero-slider .slide__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .M-flexbox .block--slider.hero-slider .slide__content > .wysiwyg {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

    .M-flexbox .block--slider.hero-slider .slide__image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .M-flexbox .block--slider.hero-slider .top > .slide__content {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .M-flexbox .block--slider.hero-slider .bottom > .slide__content {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .M-flexbox .block--slider.hero-slider .left > .slide__content {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .M-flexbox .block--slider.hero-slider .right > .slide__content {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .block--slider.hero-slider .flexslider {
        margin-bottom: 0
    }

    .flex-direction-nav a {
        opacity: 0
    }

    .flex-direction-nav .flex-prev {
        left: -50px
    }

    .flex-direction-nav .flex-next {
        right: -50px
    }

    .flexslider:hover .flex-direction-nav a {
        opacity: .7
    }

    .flexslider:hover .flex-prev {
        left: 10px
    }

    .flexslider:hover .flex-next {
        right: 10px
    }
}

.stacked__image {
    display: block;
    margin-bottom: 20px
}

    .stacked__image > img {
        display: block
    }

.M-flexwrap .block--align-stretch.block--stacked > .stacked, .M-flexwrap .grid--align-stretch > .block--stacked > .stacked {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexwrap .block--align-stretch.block--stacked > .stacked > .stacked__image, .M-flexwrap .grid--align-stretch > .block--stacked > .stacked > .stacked__image {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .M-flexwrap .block--align-stretch.block--stacked > .stacked > .stacked__content, .M-flexwrap .grid--align-stretch > .block--stacked > .stacked > .stacked__content {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.M-flexwrap .block--align-stretch.block--standard, .M-flexwrap .grid--align-stretch > .block--standard {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.storeLocator__searchForm {
    margin-bottom: 10px
}

    .storeLocator__searchForm:after {
        content: '';
        display: block;
        clear: both
    }

.storeLocator__searchField {
    display: inline-block;
    margin: 0 10px 5px 0
}

.storeLocator.storeLocator--canUseLocation .storeLocator__searchButton, .storeLocator__useLocationButton {
    float: left;
    width: 49%
}

.storeLocator__useLocationButton {
    margin-left: 2%
}

.storeLocator__resultHeading {
    text-align: center;
    font-weight: 400
}

.storeLocator__resultMap {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

    .storeLocator__resultMap .map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.storeLocator__stores {
    white-space: nowrap;
    overflow-x: auto
}

.M-flexbox .storeLocator__stores {
    white-space: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.store {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 1em 1.5em;
    cursor: pointer
}

.storeLocator--hasLabels .store {
    padding-left: 2.5em;
    padding-right: 2.5em
}

.store:hover {
    background-color: #eee
}

.store.store--active {
    background-color: #dfdfdf
}

.M-flexbox .store {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.store__label {
    position: absolute;
    left: 0;
    width: 1.75em;
    font-size: 1.125em;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    opacity: .5
}

.store__name {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 10px
}

.store__flags {
    margin-top: 10px
}

.mapPanel .store__label {
    display: none
}

.mapPanel .store__name {
    margin-top: 0;
    margin-bottom: 10px
}

.modal.storeLocator__error .modal__window {
    text-align: center
}

@media screen and (min-width:60em) {
    .storeLocator__searchForm {
        margin: 0 0 5px
    }

        .storeLocator__searchForm input {
            margin-top: 0;
            margin-bottom: 0
        }

    .storeLocator.storeLocator--canUseLocation .storeLocator__searchButton, .storeLocator__useLocationButton {
        float: none;
        width: auto
    }

    .storeLocator__useLocationButton {
        margin-left: 0
    }

    .storeLocator__resultList {
        display: block
    }

    .storeLocator.storeLocator--hasMap .storeLocator__results {
        position: relative;
        padding-left: 25%
    }

    .storeLocator.storeLocator--hasMap .storeLocator__resultList {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .storeLocator__stores {
        white-space: normal;
        overflow: hidden
    }

    .M-flexbox .storeLocator__stores {
        display: block;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .store {
        display: block;
        border-bottom: 1px solid #d5d5d5
    }

        .store:first-child {
            border-top: 1px solid #d5d5d5
        }

    .M-flexbox .store {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}

.tabs {
    position: relative;
    z-index: 0
}

.tabs__tabList {
    display: table;
    border-collapse: separate;
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

    .tabs__tabList:after {
        content: '';
        display: block;
        clear: both
    }

.tabs__tab {
    display: table-cell;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    padding: .5em 1em;
    text-align: center;
    outline: 0
}

    .tabs__tab.tabs--active, .tabs__tab[aria-selected=true] {
        border-color: #d5d5d5;
        background-color: #fff;
        border-bottom-color: #fff
    }

    .tabs__tab.tabs--disabled, .tabs__tab[aria-disabled=true] {
        cursor: default;
        color: #bbb
    }

    .tabs__tab:hover {
        background-color: #f9f9f9;
        border-bottom-color: #d5d5d5
    }

    .tabs__tab.tabs--active:hover, .tabs__tab[aria-selected=true]:hover {
        background-color: #fff;
        border-bottom-color: #fff
    }

    .tabs__tab.tabs--disabled:hover, .tabs__tab[aria-disabled=true]:hover {
        background: 0 0
    }

.tabs__panel {
    position: relative;
    z-index: -1;
    border: 1px solid #d5d5d5;
    padding: 1em
}

.tabs.tabs--accordion > .tabs__tab {
    display: block;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    width: auto;
    line-height: 2.5em;
    padding: 0 .3em 0 0;
    text-align: left;
    background-color: transparent;
    color: #272727;
    font-weight: 700
}

    .tabs.tabs--accordion > .tabs__tab:first-child {
        border-top: 1px solid #d5d5d5
    }

    .tabs.tabs--accordion > .tabs__tab:before {
        content: '+';
        float: left;
        width: 1.5em;
        margin-right: .3em;
        text-align: center
    }

    .tabs.tabs--accordion > .tabs__tab.tabs--active:before, .tabs.tabs--accordion > .tabs__tab[aria-expanded=true]:before {
        content: '-'
    }

    .tabs.tabs--accordion > .tabs__tab:after {
        content: '';
        display: block;
        clear: both
    }

    .tabs.tabs--accordion > .tabs__tab:focus, .tabs.tabs--accordion > .tabs__tab:hover {
        background-color: #f9f9f9
    }

    .tabs.tabs--accordion > .tabs__tab.tabs--active, .tabs.tabs--accordion > .tabs__tab[aria-expanded=true] {
        color: #333;
        background-color: #f9f9f9
    }

.tabs.tabs--accordion > .tabs__panel {
    border: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 1em
}

.M-flexbox .tabs {
    position: static;
    z-index: auto
}

.M-flexbox .tabs__tabList {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: -1px
}

.M-flexbox .tabs__tab {
    display: block
}

.M-flexbox .tabs__panel {
    position: static;
    z-index: auto
}

.tabs.tabs--preview {
    position: relative;
    overflow: visible
}

    .tabs.tabs--preview .tabs__tabList {
        overflow: visible
    }

    .tabs.tabs--preview .tabs__tab.tabs__tab--previewInactive {
        visibility: hidden;
        width: 4em
    }

.tabs__urlFragment {
    float: right;
    min-width: 5em;
    margin-left: 1em;
    text-align: right
}

    .tabs__urlFragment.tabs__urlFragment--hasValue:before {
        content: '#';
        color: #bbb
    }

    .tabs__urlFragment.tabs__urlFragment--invalid {
        color: #c00
    }

.tabs.tabs--preview.tabs--accordion .tabs__tab {
    position: relative
}

.tabs.tabs--preview.tabs--accordion .tabs__name {
    overflow: hidden
}

.M-flexwrap .block--align-stretch.block--tabs > .tabs:not(.tabs--accordion), .M-flexwrap .grid--align-stretch > .block--tabs > .tabs:not(.tabs--accordion) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .M-flexwrap .block--align-stretch.block--tabs > .tabs:not(.tabs--accordion) > .tabs__tabList, .M-flexwrap .grid--align-stretch > .block--tabs > .tabs:not(.tabs--accordion) > .tabs__tabList {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .M-flexwrap .block--align-stretch.block--tabs > .tabs:not(.tabs--accordion) > .tabs__panel, .M-flexwrap .grid--align-stretch > .block--tabs > .tabs:not(.tabs--accordion) > .tabs__panel {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

.tooltip .tooltip__positionTest {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

.tooltip.tooltip--inline {
    position: relative;
    border-bottom: 1px dotted #444;
    cursor: help;
    outline: 0
}

    .tooltip.tooltip--inline.tooltip--noBorder {
        border-bottom: none
    }

    .tooltip.tooltip--inline:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: 50%;
        border: .4em solid transparent;
        border-bottom: none;
        border-top-color: #d5d5d5;
        margin-top: -8px;
        margin-left: -.4em;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        transition: opacity .2s ease-in-out,visibility .2s linear,-webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s linear;
        transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s linear,-webkit-transform .2s ease-in-out
    }

    .tooltip.tooltip--inline.tooltip--active:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .tooltip.tooltip--inline.tooltip--multiline:before {
        margin-left: .4em
    }

.tooltipContainer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    z-index: 100
}

.tooltip__popup {
    position: absolute;
    bottom: 9999px;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: .5em;
    border: 1px solid #d5d5d5;
    margin-bottom: 3px;
    pointer-events: none;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    transition: opacity .2s ease-in-out,visibility .2s linear,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s linear;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s linear,-webkit-transform .2s ease-in-out
}

    .tooltip__popup:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border: .4em solid transparent;
        margin-left: -.4em;
        border-bottom: none;
        border-top-color: #d5d5d5
    }

    .tooltip__popup.tooltip--active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .tooltip__popup .tooltip__heading {
        margin-bottom: 10px
    }

    .tooltip__popup.tooltip__popup--inline {
        margin-bottom: 7px
    }

        .tooltip__popup.tooltip__popup--inline:after {
            content: none
        }

.xform {
    width: 100%
}

    .xform > table {
        width: 100%
    }

    .xform label {
        display: block
    }

    .xform input[type=password], .xform input[type=text], .xform textarea {
        width: 100%
    }

    .xform fieldset {
        border: none;
        margin: 0;
        padding: 0
    }

    .xform legend {
        margin: 0 0 .75em
    }

.validation-summary-errors[data-valmsg-summary=true] ~ .xform .field-validation-error {
    display: none
}

.silverpop-hiddenField {
    display: none !important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: .67em
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0
    }

.typography--1 {
    font-size: .5625em;
    line-height: 1.22222
}

.fontSize--1 {
    font-size: .5625em
}

.fontSize--safe.fontSize--1, .fontSize--safe.typography--1 {
    font-size: 9px;
    font-size: .5625em
}

.xs-typography--1 {
    font-size: .5625em;
    line-height: 1.22222
}

.xs-font-size--1, .xs-fontSize--1 {
    font-size: .5625em
}

.fontSize--safe.xs-font-size--1, .fontSize--safe.xs-fontSize--1, .fontSize--safe.xs-typography--1 {
    font-size: 9px;
    font-size: .5625em
}

.typography--2 {
    font-size: .6875em;
    line-height: 1.18182
}

.fontSize--2 {
    font-size: .6875em
}

.fontSize--safe.fontSize--2, .fontSize--safe.typography--2 {
    font-size: 11px;
    font-size: .6875em
}

.xs-typography--2 {
    font-size: .6875em;
    line-height: 1.18182
}

.xs-font-size--2, .xs-fontSize--2 {
    font-size: .6875em
}

.fontSize--safe.xs-font-size--2, .fontSize--safe.xs-fontSize--2, .fontSize--safe.xs-typography--2 {
    font-size: 11px;
    font-size: .6875em
}

.typography--3 {
    font-size: .875em;
    line-height: 1.21429
}

.fontSize--3 {
    font-size: .875em
}

.fontSize--safe.fontSize--3, .fontSize--safe.typography--3 {
    font-size: 14px;
    font-size: .875em
}

.xs-typography--3 {
    font-size: .875em;
    line-height: 1.21429
}

.xs-font-size--3, .xs-fontSize--3 {
    font-size: .875em
}

.fontSize--safe.xs-font-size--3, .fontSize--safe.xs-fontSize--3, .fontSize--safe.xs-typography--3 {
    font-size: 14px;
    font-size: .875em
}

.typography--4 {
    font-size: 1em;
    line-height: 1.25
}

.fontSize--4 {
    font-size: 1em
}

.fontSize--safe.fontSize--4, .fontSize--safe.typography--4 {
    font-size: 16px;
    font-size: 1em
}

.xs-typography--4 {
    font-size: 1em;
    line-height: 1.25
}

.xs-font-size--4, .xs-fontSize--4 {
    font-size: 1em
}

.fontSize--safe.xs-font-size--4, .fontSize--safe.xs-fontSize--4, .fontSize--safe.xs-typography--4 {
    font-size: 16px;
    font-size: 1em
}

.typography--5 {
    font-size: 1.125em;
    line-height: 1.22222
}

.fontSize--5 {
    font-size: 1.125em
}

.fontSize--safe.fontSize--5, .fontSize--safe.typography--5 {
    font-size: 18px;
    font-size: 1.125em
}

.xs-typography--5 {
    font-size: 1.125em;
    line-height: 1.22222
}

.xs-font-size--5, .xs-fontSize--5 {
    font-size: 1.125em
}

.fontSize--safe.xs-font-size--5, .fontSize--safe.xs-fontSize--5, .fontSize--safe.xs-typography--5 {
    font-size: 18px;
    font-size: 1.125em
}

.typography--6 {
    font-size: 1.25em;
    line-height: 1.2
}

.fontSize--6 {
    font-size: 1.25em
}

.fontSize--safe.fontSize--6, .fontSize--safe.typography--6 {
    font-size: 20px;
    font-size: 1.25em
}

.xs-typography--6 {
    font-size: 1.25em;
    line-height: 1.2
}

.xs-font-size--6, .xs-fontSize--6 {
    font-size: 1.25em
}

.fontSize--safe.xs-font-size--6, .fontSize--safe.xs-fontSize--6, .fontSize--safe.xs-typography--6 {
    font-size: 20px;
    font-size: 1.25em
}

.typography--7 {
    font-size: 1.5em;
    line-height: 1.36364
}

.fontSize--7 {
    font-size: 1.5em
}

.fontSize--safe.fontSize--7, .fontSize--safe.typography--7 {
    font-size: 24px;
    font-size: 1.5em
}

.xs-typography--7 {
    font-size: 1.5em;
    line-height: 1.36364
}

.xs-font-size--7, .xs-fontSize--7 {
    font-size: 1.5em
}

.fontSize--safe.xs-font-size--7, .fontSize--safe.xs-fontSize--7, .fontSize--safe.xs-typography--7 {
    font-size: 24px;
    font-size: 1.5em
}

.typography--8 {
    font-size: 1.75em;
    line-height: 1.25
}

.fontSize--8 {
    font-size: 1.75em
}

.fontSize--safe.fontSize--8, .fontSize--safe.typography--8 {
    font-size: 28px;
    font-size: 1.75em
}

.xs-typography--8 {
    font-size: 1.75em;
    line-height: 1.25
}

.xs-font-size--8, .xs-fontSize--8 {
    font-size: 1.75em
}

.fontSize--safe.xs-font-size--8, .fontSize--safe.xs-fontSize--8, .fontSize--safe.xs-typography--8 {
    font-size: 28px;
    font-size: 1.75em
}

.typography--9 {
    font-size: 2em;
    line-height: 1.25
}

.fontSize--9 {
    font-size: 2em
}

.fontSize--safe.fontSize--9, .fontSize--safe.typography--9 {
    font-size: 32px;
    font-size: 2em
}

.xs-typography--9 {
    font-size: 2em;
    line-height: 1.25
}

.xs-font-size--9, .xs-fontSize--9 {
    font-size: 2em
}

.fontSize--safe.xs-font-size--9, .fontSize--safe.xs-fontSize--9, .fontSize--safe.xs-typography--9 {
    font-size: 32px;
    font-size: 2em
}

.typography--10 {
    font-size: 2.25em;
    line-height: 1.125
}

.fontSize--10 {
    font-size: 2.25em
}

.fontSize--safe.fontSize--10, .fontSize--safe.typography--10 {
    font-size: 36px;
    font-size: 2.25em
}

.xs-typography--10 {
    font-size: 2.25em;
    line-height: 1.125
}

.xs-font-size--10, .xs-fontSize--10 {
    font-size: 2.25em
}

.fontSize--safe.xs-font-size--10, .fontSize--safe.xs-fontSize--10, .fontSize--safe.xs-typography--10 {
    font-size: 36px;
    font-size: 2.25em
}

@media print,screen and (min-width:30em) {
    .sm-typography--1 {
        font-size: .5625em;
        line-height: 1.22222
    }

    .sm-font-size--1, .sm-fontSize--1 {
        font-size: .5625em
    }

    .fontSize--safe.sm-font-size--1, .fontSize--safe.sm-fontSize--1, .fontSize--safe.sm-typography--1 {
        font-size: 9px;
        font-size: .5625em
    }

    .sm-typography--2 {
        font-size: .6875em;
        line-height: 1.18182
    }

    .sm-font-size--2, .sm-fontSize--2 {
        font-size: .6875em
    }

    .fontSize--safe.sm-font-size--2, .fontSize--safe.sm-fontSize--2, .fontSize--safe.sm-typography--2 {
        font-size: 11px;
        font-size: .6875em
    }

    .sm-typography--3 {
        font-size: .875em;
        line-height: 1.21429
    }

    .sm-font-size--3, .sm-fontSize--3 {
        font-size: .875em
    }

    .fontSize--safe.sm-font-size--3, .fontSize--safe.sm-fontSize--3, .fontSize--safe.sm-typography--3 {
        font-size: 14px;
        font-size: .875em
    }

    .sm-typography--4 {
        font-size: 1em;
        line-height: 1.25
    }

    .sm-font-size--4, .sm-fontSize--4 {
        font-size: 1em
    }

    .fontSize--safe.sm-font-size--4, .fontSize--safe.sm-fontSize--4, .fontSize--safe.sm-typography--4 {
        font-size: 16px;
        font-size: 1em
    }

    .sm-typography--5 {
        font-size: 1.125em;
        line-height: 1.22222
    }

    .sm-font-size--5, .sm-fontSize--5 {
        font-size: 1.125em
    }

    .fontSize--safe.sm-font-size--5, .fontSize--safe.sm-fontSize--5, .fontSize--safe.sm-typography--5 {
        font-size: 18px;
        font-size: 1.125em
    }

    .sm-typography--6 {
        font-size: 1.25em;
        line-height: 1.2
    }

    .sm-font-size--6, .sm-fontSize--6 {
        font-size: 1.25em
    }

    .fontSize--safe.sm-font-size--6, .fontSize--safe.sm-fontSize--6, .fontSize--safe.sm-typography--6 {
        font-size: 20px;
        font-size: 1.25em
    }

    .sm-typography--7 {
        font-size: 1.5em;
        line-height: 1.36364
    }

    .sm-font-size--7, .sm-fontSize--7 {
        font-size: 1.5em
    }

    .fontSize--safe.sm-font-size--7, .fontSize--safe.sm-fontSize--7, .fontSize--safe.sm-typography--7 {
        font-size: 24px;
        font-size: 1.5em
    }

    .sm-typography--8 {
        font-size: 1.75em;
        line-height: 1.25
    }

    .sm-font-size--8, .sm-fontSize--8 {
        font-size: 1.75em
    }

    .fontSize--safe.sm-font-size--8, .fontSize--safe.sm-fontSize--8, .fontSize--safe.sm-typography--8 {
        font-size: 28px;
        font-size: 1.75em
    }

    .sm-typography--9 {
        font-size: 2em;
        line-height: 1.25
    }

    .sm-font-size--9, .sm-fontSize--9 {
        font-size: 2em
    }

    .fontSize--safe.sm-font-size--9, .fontSize--safe.sm-fontSize--9, .fontSize--safe.sm-typography--9 {
        font-size: 32px;
        font-size: 2em
    }

    .sm-typography--10 {
        font-size: 2.25em;
        line-height: 1.125
    }

    .sm-font-size--10, .sm-fontSize--10 {
        font-size: 2.25em
    }

    .fontSize--safe.sm-font-size--10, .fontSize--safe.sm-fontSize--10, .fontSize--safe.sm-typography--10 {
        font-size: 36px;
        font-size: 2.25em
    }
}

@media print,screen and (min-width:45em) {
    .md-typography--1 {
        font-size: .5625em;
        line-height: 1.22222
    }

    .md-font-size--1, .md-fontSize--1 {
        font-size: .5625em
    }

    .fontSize--safe.md-font-size--1, .fontSize--safe.md-fontSize--1, .fontSize--safe.md-typography--1 {
        font-size: 9px;
        font-size: .5625em
    }

    .md-typography--2 {
        font-size: .6875em;
        line-height: 1.18182
    }

    .md-font-size--2, .md-fontSize--2 {
        font-size: .6875em
    }

    .fontSize--safe.md-font-size--2, .fontSize--safe.md-fontSize--2, .fontSize--safe.md-typography--2 {
        font-size: 11px;
        font-size: .6875em
    }

    .md-typography--3 {
        font-size: .875em;
        line-height: 1.21429
    }

    .md-font-size--3, .md-fontSize--3 {
        font-size: .875em
    }

    .fontSize--safe.md-font-size--3, .fontSize--safe.md-fontSize--3, .fontSize--safe.md-typography--3 {
        font-size: 14px;
        font-size: .875em
    }

    .typography--4 {
        line-height: 1.375
    }

    .md-typography--4 {
        font-size: 1em;
        line-height: 1.375
    }

    .md-font-size--4, .md-fontSize--4 {
        font-size: 1em
    }

    .fontSize--safe.md-font-size--4, .fontSize--safe.md-fontSize--4, .fontSize--safe.md-typography--4 {
        font-size: 16px;
        font-size: 1em
    }

    .md-typography--5 {
        font-size: 1.125em;
        line-height: 1.22222
    }

    .md-font-size--5, .md-fontSize--5 {
        font-size: 1.125em
    }

    .fontSize--safe.md-font-size--5, .fontSize--safe.md-fontSize--5, .fontSize--safe.md-typography--5 {
        font-size: 18px;
        font-size: 1.125em
    }

    .md-typography--6 {
        font-size: 1.25em;
        line-height: 1.2
    }

    .md-font-size--6, .md-fontSize--6 {
        font-size: 1.25em
    }

    .fontSize--safe.md-font-size--6, .fontSize--safe.md-fontSize--6, .fontSize--safe.md-typography--6 {
        font-size: 20px;
        font-size: 1.25em
    }

    .typography--7 {
        font-size: 1.625em;
        line-height: 1.15385
    }

    .fontSize--7 {
        font-size: 1.625em
    }

    .fontSize--safe.fontSize--7, .fontSize--safe.typography--7 {
        font-size: 26px;
        font-size: 1.625em
    }

    .md-typography--7 {
        font-size: 1.625em;
        line-height: 1.15385
    }

    .md-font-size--7, .md-fontSize--7 {
        font-size: 1.625em
    }

    .fontSize--safe.md-font-size--7, .fontSize--safe.md-fontSize--7, .fontSize--safe.md-typography--7 {
        font-size: 26px;
        font-size: 1.625em
    }

    .typography--8 {
        font-size: 2em;
        line-height: 1.125
    }

    .fontSize--8 {
        font-size: 2em
    }

    .fontSize--safe.fontSize--8, .fontSize--safe.typography--8 {
        font-size: 32px;
        font-size: 2em
    }

    .md-typography--8 {
        font-size: 2em;
        line-height: 1.125
    }

    .md-font-size--8, .md-fontSize--8 {
        font-size: 2em
    }

    .fontSize--safe.md-font-size--8, .fontSize--safe.md-fontSize--8, .fontSize--safe.md-typography--8 {
        font-size: 32px;
        font-size: 2em
    }

    .typography--9 {
        font-size: 2.375em;
        line-height: 1.15789
    }

    .fontSize--9 {
        font-size: 2.375em
    }

    .fontSize--safe.fontSize--9, .fontSize--safe.typography--9 {
        font-size: 38px;
        font-size: 2.375em
    }

    .md-typography--9 {
        font-size: 2.375em;
        line-height: 1.15789
    }

    .md-font-size--9, .md-fontSize--9 {
        font-size: 2.375em
    }

    .fontSize--safe.md-font-size--9, .fontSize--safe.md-fontSize--9, .fontSize--safe.md-typography--9 {
        font-size: 38px;
        font-size: 2.375em
    }

    .typography--10 {
        font-size: 2.625em;
        line-height: 1.07143
    }

    .fontSize--10 {
        font-size: 2.625em
    }

    .fontSize--safe.fontSize--10, .fontSize--safe.typography--10 {
        font-size: 42px;
        font-size: 2.625em
    }

    .md-typography--10 {
        font-size: 2.625em;
        line-height: 1.07143
    }

    .md-font-size--10, .md-fontSize--10 {
        font-size: 2.625em
    }

    .fontSize--safe.md-font-size--10, .fontSize--safe.md-fontSize--10, .fontSize--safe.md-typography--10 {
        font-size: 42px;
        font-size: 2.625em
    }
}

@media screen and (min-width:60em) {
    .typography--1 {
        font-size: .625em;
        line-height: .3
    }

    .fontSize--1 {
        font-size: .625em
    }

    .fontSize--safe.fontSize--1, .fontSize--safe.typography--1 {
        font-size: 10px;
        font-size: .625em
    }

    .lg-typography--1 {
        font-size: .625em;
        line-height: .3
    }

    .lg-font-size--1, .lg-fontSize--1 {
        font-size: .625em
    }

    .fontSize--safe.lg-font-size--1, .fontSize--safe.lg-fontSize--1, .fontSize--safe.lg-typography--1 {
        font-size: 10px;
        font-size: .625em
    }

    .typography--2 {
        font-size: .75em;
        line-height: 1.25
    }

    .fontSize--2 {
        font-size: .75em
    }

    .fontSize--safe.fontSize--2, .fontSize--safe.typography--2 {
        font-size: 12px;
        font-size: .75em
    }

    .lg-typography--2 {
        font-size: .75em;
        line-height: 1.25
    }

    .lg-font-size--2, .lg-fontSize--2 {
        font-size: .75em
    }

    .fontSize--safe.lg-font-size--2, .fontSize--safe.lg-fontSize--2, .fontSize--safe.lg-typography--2 {
        font-size: 12px;
        font-size: .75em
    }

    .lg-typography--3 {
        font-size: .875em;
        line-height: 1.21429
    }

    .lg-font-size--3, .lg-fontSize--3 {
        font-size: .875em
    }

    .fontSize--safe.lg-font-size--3, .fontSize--safe.lg-fontSize--3, .fontSize--safe.lg-typography--3 {
        font-size: 14px;
        font-size: .875em
    }

    .lg-typography--4 {
        font-size: 1em;
        line-height: 1.375
    }

    .lg-font-size--4, .lg-fontSize--4 {
        font-size: 1em
    }

    .fontSize--safe.lg-font-size--4, .fontSize--safe.lg-fontSize--4, .fontSize--safe.lg-typography--4 {
        font-size: 16px;
        font-size: 1em
    }

    .lg-typography--5 {
        font-size: 1.125em;
        line-height: 1.22222
    }

    .lg-font-size--5, .lg-fontSize--5 {
        font-size: 1.125em
    }

    .fontSize--safe.lg-font-size--5, .fontSize--safe.lg-fontSize--5, .fontSize--safe.lg-typography--5 {
        font-size: 18px;
        font-size: 1.125em
    }

    .typography--6 {
        font-size: 1.375em;
        line-height: 1.36364
    }

    .fontSize--6 {
        font-size: 1.375em
    }

    .fontSize--safe.fontSize--6, .fontSize--safe.typography--6 {
        font-size: 22px;
        font-size: 1.375em
    }

    .lg-typography--6 {
        font-size: 1.375em;
        line-height: 1.36364
    }

    .lg-font-size--6, .lg-fontSize--6 {
        font-size: 1.375em
    }

    .fontSize--safe.lg-font-size--6, .fontSize--safe.lg-fontSize--6, .fontSize--safe.lg-typography--6 {
        font-size: 22px;
        font-size: 1.375em
    }

    .typography--7 {
        font-size: 1.75em;
        line-height: 1.14286
    }

    .fontSize--7 {
        font-size: 1.75em
    }

    .fontSize--safe.fontSize--7, .fontSize--safe.typography--7 {
        font-size: 28px;
        font-size: 1.75em
    }

    .lg-typography--7 {
        font-size: 1.75em;
        line-height: 1.14286
    }

    .lg-font-size--7, .lg-fontSize--7 {
        font-size: 1.75em
    }

    .fontSize--safe.lg-font-size--7, .fontSize--safe.lg-fontSize--7, .fontSize--safe.lg-typography--7 {
        font-size: 28px;
        font-size: 1.75em
    }

    .typography--8 {
        font-size: 2.125em;
        line-height: 1.14706
    }

    .fontSize--8 {
        font-size: 2.125em
    }

    .fontSize--safe.fontSize--8, .fontSize--safe.typography--8 {
        font-size: 34px;
        font-size: 2.125em
    }

    .lg-typography--8 {
        font-size: 2.125em;
        line-height: 1.14706
    }

    .lg-font-size--8, .lg-fontSize--8 {
        font-size: 2.125em
    }

    .fontSize--safe.lg-font-size--8, .fontSize--safe.lg-fontSize--8, .fontSize--safe.lg-typography--8 {
        font-size: 34px;
        font-size: 2.125em
    }

    .typography--9 {
        font-size: 2.5em;
        line-height: 1.05
    }

    .fontSize--9 {
        font-size: 2.5em
    }

    .fontSize--safe.fontSize--9, .fontSize--safe.typography--9 {
        font-size: 40px;
        font-size: 2.5em
    }

    .lg-typography--9 {
        font-size: 2.5em;
        line-height: 1.05
    }

    .lg-font-size--9, .lg-fontSize--9 {
        font-size: 2.5em
    }

    .fontSize--safe.lg-font-size--9, .fontSize--safe.lg-fontSize--9, .fontSize--safe.lg-typography--9 {
        font-size: 40px;
        font-size: 2.5em
    }

    .typography--10 {
        font-size: 3em;
        line-height: 1.08333
    }

    .fontSize--10 {
        font-size: 3em
    }

    .fontSize--safe.fontSize--10, .fontSize--safe.typography--10 {
        font-size: 48px;
        font-size: 3em
    }

    .lg-typography--10 {
        font-size: 3em;
        line-height: 1.08333
    }

    .lg-font-size--10, .lg-fontSize--10 {
        font-size: 3em
    }

    .fontSize--safe.lg-font-size--10, .fontSize--safe.lg-fontSize--10, .fontSize--safe.lg-typography--10 {
        font-size: 48px;
        font-size: 3em
    }
}

@media screen and (min-width:75em) {
    .xl-typography--1 {
        font-size: .625em;
        line-height: .3
    }

    .xl-font-size--1, .xl-fontSize--1 {
        font-size: .625em
    }

    .fontSize--safe.xl-font-size--1, .fontSize--safe.xl-fontSize--1, .fontSize--safe.xl-typography--1 {
        font-size: 10px;
        font-size: .625em
    }

    .xl-typography--2 {
        font-size: .75em;
        line-height: 1.25
    }

    .xl-font-size--2, .xl-fontSize--2 {
        font-size: .75em
    }

    .fontSize--safe.xl-font-size--2, .fontSize--safe.xl-fontSize--2, .fontSize--safe.xl-typography--2 {
        font-size: 12px;
        font-size: .75em
    }

    .xl-typography--3 {
        font-size: .875em;
        line-height: 1.21429
    }

    .xl-font-size--3, .xl-fontSize--3 {
        font-size: .875em
    }

    .fontSize--safe.xl-font-size--3, .fontSize--safe.xl-fontSize--3, .fontSize--safe.xl-typography--3 {
        font-size: 14px;
        font-size: .875em
    }

    .xl-typography--4 {
        font-size: 1em;
        line-height: 1.375
    }

    .xl-font-size--4, .xl-fontSize--4 {
        font-size: 1em
    }

    .fontSize--safe.xl-font-size--4, .fontSize--safe.xl-fontSize--4, .fontSize--safe.xl-typography--4 {
        font-size: 16px;
        font-size: 1em
    }

    .xl-typography--5 {
        font-size: 1.125em;
        line-height: 1.22222
    }

    .xl-font-size--5, .xl-fontSize--5 {
        font-size: 1.125em
    }

    .fontSize--safe.xl-font-size--5, .fontSize--safe.xl-fontSize--5, .fontSize--safe.xl-typography--5 {
        font-size: 18px;
        font-size: 1.125em
    }

    .xl-typography--6 {
        font-size: 1.375em;
        line-height: 1.36364
    }

    .xl-font-size--6, .xl-fontSize--6 {
        font-size: 1.375em
    }

    .fontSize--safe.xl-font-size--6, .fontSize--safe.xl-fontSize--6, .fontSize--safe.xl-typography--6 {
        font-size: 22px;
        font-size: 1.375em
    }

    .xl-typography--7 {
        font-size: 1.75em;
        line-height: 1.14286
    }

    .xl-font-size--7, .xl-fontSize--7 {
        font-size: 1.75em
    }

    .fontSize--safe.xl-font-size--7, .fontSize--safe.xl-fontSize--7, .fontSize--safe.xl-typography--7 {
        font-size: 28px;
        font-size: 1.75em
    }

    .xl-typography--8 {
        font-size: 2.125em;
        line-height: 1.14706
    }

    .xl-font-size--8, .xl-fontSize--8 {
        font-size: 2.125em
    }

    .fontSize--safe.xl-font-size--8, .fontSize--safe.xl-fontSize--8, .fontSize--safe.xl-typography--8 {
        font-size: 34px;
        font-size: 2.125em
    }

    .xl-typography--9 {
        font-size: 2.5em;
        line-height: 1.05
    }

    .xl-font-size--9, .xl-fontSize--9 {
        font-size: 2.5em
    }

    .fontSize--safe.xl-font-size--9, .fontSize--safe.xl-fontSize--9, .fontSize--safe.xl-typography--9 {
        font-size: 40px;
        font-size: 2.5em
    }

    .typography--10 {
        font-size: 3.25em;
        line-height: 1.11539
    }

    .fontSize--10 {
        font-size: 3.25em
    }

    .fontSize--safe.fontSize--10, .fontSize--safe.typography--10 {
        font-size: 52px;
        font-size: 3.25em
    }

    .xl-typography--10 {
        font-size: 3.25em;
        line-height: 1.11539
    }

    .xl-font-size--10, .xl-fontSize--10 {
        font-size: 3.25em
    }

    .fontSize--safe.xl-font-size--10, .fontSize--safe.xl-fontSize--10, .fontSize--safe.xl-typography--10 {
        font-size: 52px;
        font-size: 3.25em
    }
}

.lg-only, .md-only, .sm-only, .xl-only, .xs-hide {
    display: none
}

.weight--default {
    font-weight: 400 !important
}

.weight--100, .weight--thin {
    font-weight: 100 !important
}

.weight--200, .weight--extra-light {
    font-weight: 200 !important
}

.weight--300, .weight--light {
    font-weight: 300 !important
}

.weight--400, .weight--normal {
    font-weight: 400 !important
}

.weight--500, .weight--medium {
    font-weight: 500 !important
}

.weight--600, .weight--semi-bold {
    font-weight: 600 !important
}

.weight--700, .weight--bold {
    font-weight: 700 !important
}

.weight--800, .weight--extra-bold {
    font-weight: 800 !important
}

.weight--900, .weight--black {
    font-weight: 900 !important
}

.case--default, .case--normal {
    text-transform: none !important
}

.case--upper {
    text-transform: uppercase !important
}

.case--lower {
    text-transform: lowercase !important
}

.list--circle, .list--circle-dark, .list--default {
    list-style-type: disc !important
}

.list--circle-light {
    list-style-type: circle !important
}

.list--square {
    list-style-type: square !important
}

.list--decimal {
    list-style-type: decimal !important
}

.list--decimal-zeros {
    list-style-type: decimal-leading-zero !important
}

.list--alpha, .list--alpha-upper {
    list-style-type: upper-alpha !important
}

.list--alpha-lower {
    list-style-type: lower-alpha !important
}

.list--roman, .list--roman-upper {
    list-style-type: upper-roman !important
}

.list--roman-lower {
    list-style-type: lower-roman !important
}

.list--none {
    list-style: none !important
}

.hide {
    display: none !important
}

.lg-andUp, .lg-andUp--inline, .lg-andUp--inline-block, .md-andUp, .md-andUp--inline, .md-andUp--inline-block, .sm-andUp, .sm-andUp--inline, .sm-andUp--inline-block, .xl-andUp, .xl-andUp--inline, .xl-andUp--inline-block {
    display: none
}

.width--layout {
    padding-left: 10px;
    padding-right: 10px
}

    .width--layout:after {
        content: '';
        display: block;
        clear: both
    }

    .width--layout .width--layout {
        width: auto;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }

.display--block {
    display: block !important
}

.display--inline {
    display: inline !important
}

.display--inline-block {
    display: inline-block !important
}

.xs-float--left, .xs-left {
    float: left !important
}

.xs-float--right, .xs-right {
    float: right !important
}

.xs-float--none {
    float: none !important
}

.xs-clear--none {
    clear: none !important
}

.xs-clear {
    clear: both !important
}

.xs-clear--left {
    clear: left !important
}

.xs-clear--right {
    clear: right !important
}

.clearfix--after:after, .clearfix--both:after, .clearfix:after {
    content: '';
    display: block;
    clear: both
}

.clearfix--before:before, .clearfix--both:before {
    content: '';
    display: block;
    clear: both
}

.clearfix--none:after, .clearfix--none:before {
    content: none;
    clear: none
}

.align--left {
    text-align: left !important
}

.align--right {
    text-align: right !important
}

.align--center {
    text-align: center !important
}

.align--justify {
    text-align: justify !important
}

.valign--baseline, .valign--default, .valign--normal {
    vertical-align: baseline !important
}

.valign--top {
    vertical-align: top !important
}

.valign--middle {
    vertical-align: middle !important
}

.valign--bottom {
    vertical-align: bottom !important
}

.wrap--normal {
    white-space: normal !important
}

.wrap--none {
    white-space: nowrap !important
}

.width--full {
    width: 100% !important
}

.width--input {
    width: 13.125em !important
}

.width--input {
    width: 13.125em !important
}

.width--input-medium {
    width: 9.0625em !important
}

.width--input-narrow {
    width: 5em !important
}

.thumbnail__quantity input[type=number], .thumbnail__quantity input[type=text], .width--input-tiny {
    width: 3.75em !important
}

.width--auto {
    width: auto !important
}

.height--input {
    height: 2.85em !important
}

.height--auto {
    height: auto !important
}

@media print,screen and (min-width:30em) {
    .sm-only, .xs-hide {
        display: block !important
    }

    .sm-hide--inline, .sm-only--inline {
        display: inline !important
    }

    .sm-hide--inline-block, .sm-only--inline-block {
        display: inline-block !important
    }

    .sm-andUp {
        display: block !important
    }

    .sm-andUp--inline {
        display: inline !important
    }

    .sm-andUp--inline-block {
        display: inline-block !important
    }

    .sm-hide, .xs-andDown, .xs-only {
        display: none !important
    }

    .width--layout {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm-width--layout {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm-display--block {
        display: block !important
    }

    .sm-display--inline {
        display: inline !important
    }

    .sm-display--inline-block {
        display: inline-block !important
    }

    .sm-float--left, .sm-left {
        float: left !important
    }

    .sm-float--right, .sm-right {
        float: right !important
    }

    .sm-float--none {
        float: none !important
    }

    .sm-clear--none {
        clear: none !important
    }

    .sm-clear {
        clear: both !important
    }

    .sm-clear--left {
        clear: left !important
    }

    .sm-clear--right {
        clear: right !important
    }

    .sm-clearfix--after:after, .sm-clearfix--both:after, .sm-clearfix:after {
        content: '';
        display: block;
        clear: both
    }

    .sm-clearfix--before:before, .sm-clearfix--both:before {
        content: '';
        display: block;
        clear: both
    }

    .sm-clearfix--none:after, .sm-clearfix--none:before {
        content: none;
        clear: none
    }

    .sm-align--left {
        text-align: left !important
    }

    .sm-align--right {
        text-align: right !important
    }

    .sm-align--center {
        text-align: center !important
    }

    .sm-align--justify {
        text-align: justify !important
    }

    .sm-valign--baseline, .sm-valign--default, .sm-valign--normal {
        vertical-align: baseline !important
    }

    .sm-valign--top {
        vertical-align: top !important
    }

    .sm-valign--middle {
        vertical-align: middle !important
    }

    .sm-valign--bottom {
        vertical-align: bottom !important
    }

    .sm-wrap--normal {
        white-space: normal !important
    }

    .sm-wrap--none {
        white-space: nowrap !important
    }

    .sm-width--full {
        width: 100% !important
    }

    .sm-width--input {
        width: 13.125em !important
    }

    .sm-width--input {
        width: 13.125em !important
    }

    .sm-width--input-medium {
        width: 9.0625em !important
    }

    .sm-width--input-narrow {
        width: 5em !important
    }

    .sm-width--input-tiny {
        width: 3.75em !important
    }

    .sm-width--auto {
        width: auto !important
    }

    .sm-height--input {
        height: 2.85em !important
    }

    .sm-height--auto {
        height: auto !important
    }
}

@media print,screen and (min-width:45em) {
    .md-only, .sm-hide {
        display: block !important
    }

    .md-hide--inline, .md-only--inline {
        display: inline !important
    }

    .md-hide--inline-block, .md-only--inline-block {
        display: inline-block !important
    }

    .md-andUp {
        display: block !important
    }

    .md-andUp--inline {
        display: inline !important
    }

    .md-andUp--inline-block {
        display: inline-block !important
    }

    .md-hide, .sm-andDown, .sm-only {
        display: none !important
    }

    .sm-width--layout, .width--layout {
        padding-left: 20px;
        padding-right: 20px
    }

    .md-width--layout {
        padding-left: 20px;
        padding-right: 20px
    }

    .md-display--block {
        display: block !important
    }

    .md-display--inline {
        display: inline !important
    }

    .md-display--inline-block {
        display: inline-block !important
    }

    .md-float--left, .md-left {
        float: left !important
    }

    .md-float--right, .md-right {
        float: right !important
    }

    .md-float--none {
        float: none !important
    }

    .md-clear--none {
        clear: none !important
    }

    .md-clear {
        clear: both !important
    }

    .md-clear--left {
        clear: left !important
    }

    .md-clear--right {
        clear: right !important
    }

    .md-clearfix--after:after, .md-clearfix--both:after, .md-clearfix:after {
        content: '';
        display: block;
        clear: both
    }

    .md-clearfix--before:before, .md-clearfix--both:before {
        content: '';
        display: block;
        clear: both
    }

    .md-clearfix--none:after, .md-clearfix--none:before {
        content: none;
        clear: none
    }

    .md-align--left {
        text-align: left !important
    }

    .md-align--right {
        text-align: right !important
    }

    .md-align--center {
        text-align: center !important
    }

    .md-align--justify {
        text-align: justify !important
    }

    .md-valign--baseline, .md-valign--default, .md-valign--normal {
        vertical-align: baseline !important
    }

    .md-valign--top {
        vertical-align: top !important
    }

    .md-valign--middle {
        vertical-align: middle !important
    }

    .md-valign--bottom {
        vertical-align: bottom !important
    }

    .md-wrap--normal {
        white-space: normal !important
    }

    .md-wrap--none {
        white-space: nowrap !important
    }

    .md-width--full {
        width: 100% !important
    }

    .md-width--input {
        width: 13.125em !important
    }

    .md-width--input {
        width: 13.125em !important
    }

    .md-width--input-medium {
        width: 9.0625em !important
    }

    .md-width--input-narrow {
        width: 5em !important
    }

    .md-width--input-tiny {
        width: 3.75em !important
    }

    .md-width--auto {
        width: auto !important
    }

    .md-height--input {
        height: 2.85em !important
    }

    .md-height--auto {
        height: auto !important
    }
}

@media screen and (min-width:60em) {
    .lg-only, .md-hide {
        display: block !important
    }

    .lg-hide--inline, .lg-only--inline {
        display: inline !important
    }

    .lg-hide--inline-block, .lg-only--inline-block {
        display: inline-block !important
    }

    .lg-andUp {
        display: block !important
    }

    .lg-andUp--inline {
        display: inline !important
    }

    .lg-andUp--inline-block {
        display: inline-block !important
    }

    .lg-hide, .md-andDown, .md-only {
        display: none !important
    }

    .md-width--layout, .sm-width--layout, .width--layout {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .lg-width--layout {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .lg-display--block {
        display: block !important
    }

    .lg-display--inline {
        display: inline !important
    }

    .lg-display--inline-block {
        display: inline-block !important
    }

    .lg-float--left, .lg-left {
        float: left !important
    }

    .lg-float--right, .lg-right {
        float: right !important
    }

    .lg-float--none {
        float: none !important
    }

    .lg-clear--none {
        clear: none !important
    }

    .lg-clear {
        clear: both !important
    }

    .lg-clear--left {
        clear: left !important
    }

    .lg-clear--right {
        clear: right !important
    }

    .lg-clearfix--after:after, .lg-clearfix--both:after, .lg-clearfix:after {
        content: '';
        display: block;
        clear: both
    }

    .lg-clearfix--before:before, .lg-clearfix--both:before {
        content: '';
        display: block;
        clear: both
    }

    .lg-clearfix--none:after, .lg-clearfix--none:before {
        content: none;
        clear: none
    }

    .lg-align--left {
        text-align: left !important
    }

    .lg-align--right {
        text-align: right !important
    }

    .lg-align--center {
        text-align: center !important
    }

    .lg-align--justify {
        text-align: justify !important
    }

    .lg-valign--baseline, .lg-valign--default, .lg-valign--normal {
        vertical-align: baseline !important
    }

    .lg-valign--top {
        vertical-align: top !important
    }

    .lg-valign--middle {
        vertical-align: middle !important
    }

    .lg-valign--bottom {
        vertical-align: bottom !important
    }

    .lg-wrap--normal {
        white-space: normal !important
    }

    .lg-wrap--none {
        white-space: nowrap !important
    }

    .lg-width--full {
        width: 100% !important
    }

    .lg-width--input {
        width: 13.125em !important
    }

    .lg-width--input {
        width: 13.125em !important
    }

    .lg-width--input-medium {
        width: 9.0625em !important
    }

    .lg-width--input-narrow {
        width: 5em !important
    }

    .lg-width--input-tiny {
        width: 3.75em !important
    }

    .lg-width--auto {
        width: auto !important
    }

    .lg-height--input {
        height: 2.85em !important
    }

    .lg-height--auto {
        height: auto !important
    }
}

@media screen and (min-width:75em) {
    .lg-hide, .xl-only {
        display: block !important
    }

    .xl-hide--inline, .xl-only--inline {
        display: inline !important
    }

    .xl-hide--inline-block, .xl-only--inline-block {
        display: inline-block !important
    }

    .xl-andUp {
        display: block !important
    }

    .xl-andUp--inline {
        display: inline !important
    }

    .xl-andUp--inline-block {
        display: inline-block !important
    }

    .lg-andDown, .lg-only, .xl-hide {
        display: none !important
    }

    .xl-width--layout {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .xl-display--block {
        display: block !important
    }

    .xl-display--inline {
        display: inline !important
    }

    .xl-display--inline-block {
        display: inline-block !important
    }

    .xl-float--left, .xl-left {
        float: left !important
    }

    .xl-float--right, .xl-right {
        float: right !important
    }

    .xl-float--none {
        float: none !important
    }

    .xl-clear--none {
        clear: none !important
    }

    .xl-clear {
        clear: both !important
    }

    .xl-clear--left {
        clear: left !important
    }

    .xl-clear--right {
        clear: right !important
    }

    .xl-clearfix--after:after, .xl-clearfix--both:after, .xl-clearfix:after {
        content: '';
        display: block;
        clear: both
    }

    .xl-clearfix--before:before, .xl-clearfix--both:before {
        content: '';
        display: block;
        clear: both
    }

    .xl-clearfix--none:after, .xl-clearfix--none:before {
        content: none;
        clear: none
    }

    .xl-align--left {
        text-align: left !important
    }

    .xl-align--right {
        text-align: right !important
    }

    .xl-align--center {
        text-align: center !important
    }

    .xl-align--justify {
        text-align: justify !important
    }

    .xl-valign--baseline, .xl-valign--default, .xl-valign--normal {
        vertical-align: baseline !important
    }

    .xl-valign--top {
        vertical-align: top !important
    }

    .xl-valign--middle {
        vertical-align: middle !important
    }

    .xl-valign--bottom {
        vertical-align: bottom !important
    }

    .xl-wrap--normal {
        white-space: normal !important
    }

    .xl-wrap--none {
        white-space: nowrap !important
    }

    .xl-width--full {
        width: 100% !important
    }

    .xl-width--input {
        width: 13.125em !important
    }

    .xl-width--input {
        width: 13.125em !important
    }

    .xl-width--input-medium {
        width: 9.0625em !important
    }

    .xl-width--input-narrow {
        width: 5em !important
    }

    .xl-width--input-tiny {
        width: 3.75em !important
    }

    .xl-width--auto {
        width: auto !important
    }

    .xl-height--input {
        height: 2.85em !important
    }

    .xl-height--auto {
        height: auto !important
    }
}

.print-only {
    display: none !important
}

@media print {
    .layout__container {
        font-size: 14px
    }

    .layout.layout--pdf .layout__container {
        font-size: 16px
    }

    .layout__bottom, .layout__footer, .layout__header, .layout__top, ul#epi-quickNavigator {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .print-only--inline {
        display: inline !important
    }

    .print-only--inline-block {
        display: inline-block !important
    }

    .print-hide {
        display: none !important
    }

    .print-1 {
        width: 8.33333%
    }

    .print-2 {
        width: 16.66667%
    }

    .print-3 {
        width: 25%
    }

    .print-4 {
        width: 33.33333%
    }

    .print-5 {
        width: 41.66667%
    }

    .print-6 {
        width: 50%
    }

    .print-7 {
        width: 58.33333%
    }

    .print-8 {
        width: 66.66667%
    }

    .print-9 {
        width: 75%
    }

    .print-10 {
        width: 83.33333%
    }

    .print-11 {
        width: 91.66667%
    }

    .print-12 {
        width: 100%
    }
}

.addressBook__group {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0
}

    .addressBook__group.addressBook__group--primary {
        padding-top: 10px
    }

.addressBook__actions {
    padding-top: 20px
}

.calendar {
    background-color: #fff;
    border: 1px solid #d5d5d5
}

.calendar__controls {
    border-bottom: 1px solid #d5d5d5
}

    .calendar__controls:after {
        content: '';
        display: block;
        clear: both
    }

.calendar__navigation {
    float: right
}

.calendar__jump {
    overflow: hidden;
    white-space: nowrap
}

.calendar__month {
    float: left
}

.calendar__year {
    overflow: hidden;
    position: relative
}

button.calendar__next, button.calendar__previous, button.calendar__today, input.calendar__yearField, select.calendar__monthField, select.calendar__yearField {
    min-width: 1.5em;
    font-size: .875em;
    vertical-align: top;
    border-radius: 0
}

input.calendar__yearField, select.calendar__monthField, select.calendar__yearField {
    border-left: none;
    border-top: none;
    border-bottom: none
}

input.calendar__yearField, select.calendar__yearField {
    display: block
}

button.calendar__next, button.calendar__previous, button.calendar__today {
    position: relative;
    margin: 0;
    border: 0;
    background: 0 0;
    color: transparent;
    border-radius: 0
}

    button.calendar__next:hover, button.calendar__previous:hover, button.calendar__today:hover {
        background-color: #f9f9f9
    }

    button.calendar__next:disabled:hover, button.calendar__previous:disabled:hover, button.calendar__today:disabled:hover {
        background-color: transparent
    }

    button.calendar__next:before, button.calendar__previous:before, button.calendar__today:before {
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #333
    }

    button.calendar__next:disabled:before, button.calendar__previous:disabled:before, button.calendar__today:disabled:before {
        color: bbb
    }

    button.calendar__previous:before {
        content: "\f137"
    }

    button.calendar__today:before {
        content: "\f069"
    }

    button.calendar__next:before {
        content: "\f138"
    }

.calendar__title {
    display: none
}

.calendar__grid {
    margin: .25em 1em
}

.calendar__header {
    border-bottom: 1px solid #d5d5d5
}

.calendar__headerRow:after, .calendar__row:after {
    content: '';
    display: block;
    clear: both
}

.calendar__cell, .calendar__headerCell {
    float: left;
    text-align: center
}

.calendar__headerCell {
    font-size: .875em
}

abbr.calendar__headerCell {
    text-decoration: none
}

.calendar__cell {
    border: 1px solid transparent;
    font-size: .875em
}

    .calendar__cell.calendar__cell--otherMonth {
        color: #888
    }

    .calendar__cell.calendar__cell--outOfRange {
        color: #ccc
    }

    .calendar__cell.calendar__cell--today {
        background-color: #f9f9f9
    }

    .calendar__cell[data-value], .calendar__row[data-value] {
        cursor: pointer;
        outline: 0
    }

    .calendar__cell.calendar--previousValue, .calendar__row.calendar--previousValue {
        border-color: #272727
    }

    .calendar__cell:focus, .calendar__cell[data-value]:hover, .calendar__row:focus, .calendar__row[data-value]:hover {
        background-color: #eee
    }

.calendar__body:hover .calendar__cell:focus, .calendar__body:hover .calendar__row:focus {
    background-color: transparent
}

    .calendar__body:hover .calendar__cell:focus:hover, .calendar__body:hover .calendar__row:focus:hover {
        background-color: #eee
    }

.checkout__left .lineItemList {
    display: none
}

.checkout__left.checkout--step-OrderReview .lineItemList {
    display: block
}

@media screen and (min-width:60em) {
    .checkout__left .lineItemList {
        display: block
    }

        .checkout__left .lineItemList .orderReview__header {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 10px
        }

            .checkout__left .lineItemList .orderReview__header h3 {
                margin-bottom: 0;
                margin-right: 20px
            }
}

.checkout__right .shoppingCart__actionButton--changeShipping, .shoppingCart__right .shoppingCart__actionButton--changeShipping {
    display: block;
    padding: 10px
}

.shoppingCart__shippingRequests .table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .shoppingCart__shippingRequests .table .table__row > .table__cell {
        padding-left: 0
    }

.orderReceipt .orderReceipt__content.grid {
    margin: auto
}

.orderReceipt .orderReceipt__header h4 {
    margin-bottom: 0
}

.datepicker::-webkit-calendar-picker-indicator {
    display: none
}

.calendar.calendar--datepicker {
    position: absolute;
    font-size: 16px;
    font-size: 1rem
}

    .calendar.calendar--datepicker input.calendar__yearField, .calendar.calendar--datepicker select.calendar__yearField {
        width: 100%
    }

    .calendar.calendar--datepicker .calendar__headerCell {
        font-size: .75em;
        width: 3.33333em;
        height: 2.66666em;
        line-height: 2.66666em
    }

    .calendar.calendar--datepicker .calendar__cell {
        font-size: .875em;
        width: 2.85714em;
        height: 2.28571em;
        line-height: 2.28571em;
        line-height: calc(2.28571em - 2px)
    }

.dashboardNav {
    position: fixed;
    top: calc(3.5em + 1px);
    left: 0;
    width: 100%;
    z-index: 498;
    background-color: #f6f6f6
}

.nav.nav--dashboard {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border: 1px solid #d4d4d4;
    border-top-style: none;
    border-right-style: none;
    width: 100%;
    height: 100%;
    min-height: 1px
}

    .nav.nav--dashboard > .nav__item {
        display: table-cell;
        vertical-align: top;
        height: 100%
    }

.dashboardNav__itemWrap {
    display: block
}

    .dashboardNav__itemWrap > .nav__link {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
        padding: .75em 0 .5em;
        text-decoration: none;
        color: #555;
        font-weight: 700;
        border: 1px solid #d4d4d4;
        border-left-color: #fff;
        border-top-style: none;
        border-bottom-style: none
    }

        .dashboardNav__itemWrap > .nav__link:after {
            content: '';
            position: absolute;
            display: none;
            top: 100%;
            left: -1px;
            right: 0;
            height: 1px;
            border: none;
            background-color: #fafafa
        }

.nav__item:first-child > .dashboardNav__itemWrap > .nav__link {
    border-left-style: none
}

.nav__item.nav__item--active > .dashboardNav__itemWrap > .nav__link {
    color: #272727
}

.dashboardNav__itemWrap > .nav__link[aria-pressed=true] {
    background-color: #fafafa;
    border-left-color: #fafafa;
    color: #333;
    z-index: 3
}

    .dashboardNav__itemWrap > .nav__link[aria-pressed=true]:after {
        display: block
    }

.dashboardNav__itemWrap > .nav__link > .fa {
    display: block;
    font-size: 1.5em;
    margin-bottom: .2em
}

.dashboardNav__itemWrap > .nav__link > span {
    font-size: 9px;
    line-height: 11px;
    height: 22px;
    display: block
}

.dashboardNav__itemWrap > .dropdown {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin-top: -1px;
    background-color: #fafafa
}

    .dashboardNav__itemWrap > .dropdown .nav--depth-1 > .nav__item > .nav__link {
        display: block;
        padding: .4em .75em;
        text-decoration: none
    }

        .dashboardNav__itemWrap > .dropdown .nav--depth-1 > .nav__item > .nav__link:hover {
            background-color: #eee
        }

.layout__top.layout__top--hasRetailerNav {
    padding-top: calc(24px + 2.78em)
}

@media print,screen and (min-width:30em) {
    .dashboardNav__itemWrap > .nav__link {
        padding: .75em 0
    }

        .dashboardNav__itemWrap > .nav__link > span {
            line-height: 1.25em;
            height: auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .layout__top.layout__top--hasRetailerNav {
        padding-top: calc(13.25px + 3.3em)
    }
}

@media print,screen and (min-width:45em) {
    .dashboardNav__itemWrap > .nav__link > span {
        padding: 0 3px;
        font-size: .75em
    }

    .layout__top.layout__top--hasRetailerNav {
        padding-top: calc(2px + 4.2375em)
    }
}

@media screen and (min-width:60em) {
    .dashboardNav {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin-top: 20px;
        z-index: auto
    }

        .dashboardNav > .nav__item {
            vertical-align: bottom
        }

    .nav.nav--dashboard {
        border-top-style: solid
    }

    .dashboardNav__itemWrap {
        position: relative
    }

        .dashboardNav__itemWrap > .nav__link {
            padding: .6em .25em;
            font-size: 1em;
            font-weight: 400
        }

            .dashboardNav__itemWrap > .nav__link > .fa {
                font-size: 1.75em
            }

            .dashboardNav__itemWrap > .nav__link > .fa {
                font-size: 1.75em
            }

            .dashboardNav__itemWrap > .nav__link > span {
                font-size: 1em
            }

            .dashboardNav__itemWrap > .nav__link:after, .dashboardNav__itemWrap > .nav__link:before, .dashboardNav__itemWrap > .nav__link[aria-pressed=true]:after {
                content: '';
                position: absolute;
                display: none;
                top: 100%;
                left: 50%;
                width: 0;
                height: 0;
                background-color: transparent;
                border: 12px solid #d4d4d4;
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom-style: none;
                margin-top: -1px;
                margin-left: -12px
            }

            .dashboardNav__itemWrap > .nav__link:after, .dashboardNav__itemWrap > .nav__link[aria-pressed=true]:after {
                border-top-color: #efefef;
                border-width: 11px;
                margin-left: -11px
            }

    .nav__item.nav__item--active > .dashboardNav__itemWrap > .nav__link:after, .nav__item.nav__item--active > .dashboardNav__itemWrap > .nav__link:before {
        display: block
    }

    .dashboardNav__itemWrap > .nav__link[aria-pressed=true] {
        background-color: transparent;
        color: #555;
        z-index: 1
    }

        .dashboardNav__itemWrap > .nav__link[aria-pressed=true] + .dropdown {
            visibility: hidden
        }

    .nav__item:hover > .dashboardNav__itemWrap > .nav__link {
        background-color: #fafafa;
        color: #333;
        z-index: 3
    }

    .nav__item.nav__item--expands:hover > .dashboardNav__itemWrap > .nav__link:before {
        display: none
    }

    .nav__item.nav__item--expands:hover > .dashboardNav__itemWrap > .nav__link:after {
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        border: none;
        margin: -1px 0 0;
        background-color: #fafafa
    }

    .dashboardNav__itemWrap > .dropdown {
        top: auto;
        left: -1px;
        right: auto;
        min-width: 100%;
        max-width: 20em;
        z-index: 2
    }

        .dashboardNav__itemWrap > .dropdown .nav__link {
            white-space: nowrap
        }

    .nav__item.nav__item--expands:hover > .dashboardNav__itemWrap > .dropdown {
        visibility: visible
    }

    .layout__top.layout__top--hasRetailerNav {
        padding-top: 0
    }
}

.flag {
    display: inline-block;
    font-size: .75em;
    padding: .25em .5em;
    vertical-align: top;
    background: #555;
    color: #fff
}

.imageViewer {
    text-align: center
}

.imageViewer__display {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.imageViewer__video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%
}

.imageViewer__videoIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.imageViewer__list {
    font-size: 0
}

.imageViewer__item {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: 80px;
    height: 80px;
    line-height: 80px
}

    .imageViewer__item > img {
        display: inline-block;
        max-height: 100%;
        vertical-align: middle
    }

    .imageViewer__item.imageViewer__item--video {
        position: relative
    }

        .imageViewer__item.imageViewer__item--video:after {
            content: "\f04b";
            font-family: 'Font Awesome 5 Pro';
            font-size: 16px;
            width: 32px;
            height: 32px;
            line-height: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -16px 0 0 -16px;
            background: #f6f6f6;
            border: 1px solid #ccc;
            color: #333;
            box-shadow: 0 0 10px rgba(0,0,0,.7);
            border-radius: 100%
        }

        .imageViewer__item.imageViewer__item--video:focus:after, .imageViewer__item.imageViewer__item--video:hover:after {
            background: #f2f2f2;
            border-color: #999
        }

.layout__impersonation {
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5
}

    .layout__impersonation .impersonation__info {
        padding-bottom: 0
    }

    .layout__impersonation .impersonation__actions {
        padding-top: 0
    }

@media screen and (min-width:60em) {
    .layout__impersonation .impersonation__info {
        padding-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .layout__impersonation .impersonation__actions {
        padding-top: 10px
    }

    .M-flexbox .layout__impersonation {
        white-space: nowrap
    }

        .M-flexbox .layout__impersonation .grid {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

        .M-flexbox .layout__impersonation .impersonation__actions, .M-flexbox .layout__impersonation .impersonation__info {
            width: auto;
            float: none
        }

        .M-flexbox .layout__impersonation .impersonation__info {
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .M-flexbox .layout__impersonation .impersonation__actions {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            white-space: nowrap
        }
}

table .k-filter-row th, table .k-grid-header th.k-header {
    white-space: normal;
    vertical-align: top
}

.k-widget .button, .k-widget button, .k-widget input, .k-widget select, .k-widget textarea {
    box-sizing: border-box
}

.k-grid > .k-grid-pager:first-child {
    border-width: 0 0 1px
}

tr.lineItem {
    overflow: hidden
}

    tr.lineItem:not(:first-child) {
        border-top: 1px solid #d5d5d5
    }

td.lineItem__cell {
    float: left
}

    td.lineItem__cell.lineItem__cell--image {
        float: right;
        width: 120px;
        height: 120px;
        line-height: 100px;
        padding: 10px;
        text-align: right
    }

    td.lineItem__cell.lineItem__cell--info {
        float: none;
        overflow: hidden
    }

    td.lineItem__cell.lineItem__cell--quantity {
        clear: left
    }

    td.lineItem__cell.lineItem__cell--price {
        float: right;
        clear: right;
        text-align: right
    }

    td.lineItem__cell.lineItem__cell--subtotal {
        float: right;
        clear: right;
        text-align: right;
        padding-top: 0;
        font-weight: 700
    }

.lineItem__name {
    margin-bottom: 0
}

.lineItem__actions {
    margin: .75em 0 0
}

.lineItem__discount {
    display: block;
    color: #c00
}

.lineItem__priceList {
    display: inline-block
}

.orderReceipt__lineItems .lineItem__cell--image img {
    max-width: 100px;
    max-height: 100px
}

@media print,screen and (min-width:45em) {
    tr.lineItem:not(:first-child) {
        border-top: none
    }

    td.lineItem__cell {
        float: none
    }

        td.lineItem__cell.lineItem__cell--image {
            float: none;
            width: auto;
            height: auto;
            line-height: normal;
            padding: .75em 1.25em;
            text-align: left
        }

        td.lineItem__cell.lineItem__cell--info {
            overflow: visible
        }

        td.lineItem__cell.lineItem__cell--quantity {
            clear: none
        }

        td.lineItem__cell.lineItem__cell--price {
            float: none;
            clear: none
        }

        td.lineItem__cell.lineItem__cell--subtotal {
            float: none;
            clear: none;
            padding-top: .75em;
            font-weight: 400
        }

    .lineItem__actions {
        margin: 0
    }

    .lineItem__discount {
        display: inline-block
    }

    .lineItem__priceList {
        display: block
    }
}

.layout__mobileMiniCart {
    position: relative
}

    .layout__mobileMiniCart .miniCart__count {
        position: absolute;
        font-size: .875rem;
        top: -.25em;
        right: -.25em;
        color: #fff;
        font-weight: 700;
        min-width: 1.5em;
        line-height: 1.5em;
        background-color: #272727;
        border-radius: .75em;
        text-align: center
    }

.layout__header .miniCart {
    display: none
}

@media screen and (min-width:60em) {
    .layout__header .miniCart {
        display: inline-block;
        z-index: 120
    }

    .miniCart__cartPageLink, .miniCart__toggle {
        padding: 0 1em;
        background: #6b9ab8;
        color: #fff;
        font-weight: 500;
        font-size: .875em;
        line-height: 2.3em;
        height: 2.85em;
        border: 1px solid transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .miniCart {
        display: inline-block;
        position: relative;
        z-index: 110
    }

        .miniCart:after {
            content: '';
            display: block;
            clear: both
        }

    .miniCart__cartPageLink, .miniCart__toggle {
        display: block;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .miniCart__cartPageLink:hover, .miniCart__toggle:hover {
            text-decoration: none
        }

    .miniCart__toggle {
        position: relative;
        z-index: 111
    }

        .miniCart__toggle:after {
            content: '';
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #fff
        }

        .miniCart__toggle[aria-pressed=true]:after {
            display: block
        }

        .miniCart__toggle:hover, .miniCart__toggle[aria-pressed=true] {
            background: #fff;
            color: #1d81b5;
            border-color: #1d81b5
        }

            .miniCart__toggle[aria-pressed=true]:hover, .miniCart__toggle[aria-pressed=true]:hover:after {
                background: #f5f5f5
            }

    .miniCart__dropdown {
        right: 0;
        width: 20em;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        margin-top: -1px;
        top: 100%;
        border-color: #1d81b5
    }

    .miniCart__heading {
        position: relative
    }

    .miniCart__title {
        padding: .5em .75em;
        text-align: center;
        margin: 0;
        font-size: 1.25em;
        border-bottom: 1px solid #1d81b5
    }

    .miniCart__countWrap {
        display: inline-block;
        margin-left: .5em
    }

    .miniCart__title .miniCart__countWrap {
        font-size: 14px;
        font-size: .875rem
    }

    .miniCart__content {
        position: relative;
        min-height: 4em;
        max-height: 16em;
        overflow: auto;
        border-bottom: 1px solid #d5d5d5
    }

        .miniCart__content:before {
            content: '';
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .miniCart.miniCart--loading .miniCart__content:before {
        display: block
    }

    .miniCart__loader {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 2em;
        margin: -.5em 0 0 -.5em;
        z-index: 2
    }

    .miniCart__actions, .miniCart__info {
        text-align: center
    }

    .miniCart__info {
        padding: .5em;
        font-weight: 700
    }

    .miniCart__actions {
        padding: 0 .5em .5em
    }

    .miniCart__lineItems {
        font-size: .875em
    }

        .miniCart__lineItems .table {
            margin: 0
        }

        .miniCart__lineItems .lineItem__cell {
            border-top: 1px solid #d5d5d5
        }

        .miniCart__lineItems .lineItem:first-child .lineItem__cell {
            border-top: none
        }

        .miniCart__lineItems .lineItem__cell.lineItem__cell--image {
            width: 40%;
            padding: 1em
        }

        .miniCart__lineItems .lineItem__cell.lineItem__cell--info {
            padding: 1em 1em 1em 0
        }

        .miniCart__lineItems .lineItem__image {
            vertical-align: top
        }

        .miniCart__lineItems .lineItem__name {
            margin-bottom: .5em
        }

    .miniCart__empty {
        padding-top: 20px;
        text-align: center
    }
}

.price {
    display: block
}

    .price.price--block {
        display: block
    }

.priceGroup--hasSalePrice > .price.price--default {
    text-decoration: line-through
}

    .priceGroup--hasSalePrice > .price.price--default .price__value {
        color: #272727
    }

.price.price--sale {
    color: #c00
}

.price__uom:before {
    content: "\a0"
}

.priceTiers__expandButton {
    display: inline-block;
    position: relative
}

    .priceTiers__expandButton:after {
        content: '';
        position: absolute;
        display: none;
        top: 50%;
        left: 100%;
        margin: -5px 0 0 2px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: none;
        border-right-color: #d5d5d5
    }

    .priceTiers__expandButton[aria-expanded=true]:after {
        display: block
    }

.priceList.priceList--hasDropdown > .priceGroup {
    display: inline-block
}

.priceList__expand {
    position: relative;
    display: inline-block
}

    .priceList__expand .dropdown {
        top: 0;
        left: 100%;
        white-space: nowrap;
        text-align: left;
        margin-left: 7px;
        padding: 5px 10px
    }

        .priceList__expand .dropdown ul {
            padding-left: 20px
        }

.product__name {
    margin-top: 0
}

.product__left {
    min-height: 150px
}

.product__images .flexslider {
    margin-bottom: 1.25rem
}

.product__images .slides {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .product__images .slides:after {
        content: none
    }

.product__images .product__altImageSlider .slide {
    cursor: pointer;
    margin-right: 10px
}

.addthis_sharing_toolbox {
    line-height: normal
}

.product .addToCartForm .cartItem__result {
    margin-top: 20px
}

.product.product--view-speedshop .addToCartForm, .product.product--view-speedshop .product__price, .product.product--view-speedshop .product__sku, .product.product--view-speedshop .variantMatrix {
    display: none
}

.product.product--view-speedshop .product__speedShop {
    display: block
}

.productFilter {
    position: relative;
    overflow: visible;
    z-index: 110
}

    .productFilter .tabs__panel {
        overflow: auto;
        max-height: 16.5em
    }

.productFilter__heading {
    position: relative;
    padding: 8px;
    line-height: 1.25em;
    border: 1px solid #d5d5d5
}

    .productFilter__heading:after {
        content: '';
        display: block;
        clear: both
    }

.productFilter--hasAvailableFacets .productFilter__heading {
    border-right-width: 48px;
    outline: 0
}

    .productFilter--hasAvailableFacets .productFilter__heading:before {
        content: '+';
        display: block;
        position: absolute;
        top: 0;
        right: -48px;
        width: 48px;
        height: 100%;
        font-size: 24px;
        line-height: 38px;
        line-height: calc(1.25rem + 18px);
        text-align: center;
        font-weight: 700
    }

    .productFilter--hasAvailableFacets .productFilter__heading[aria-expanded=true]:before {
        content: '-'
    }

.productFilter__title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.125em;
    line-height: normal;
    vertical-align: middle
}

.productFilter__clearAll {
    position: absolute;
    top: 50%;
    right: 8px;
    width: auto;
    margin: 0;
    margin-top: -10px;
    margin-top: -.625rem;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0
}

.productFilter__groups.dropdown {
    width: 100%;
    margin-top: -1px
}

.productFilter.productFilter--links .productFilter__group {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 5px;
    line-height: 1.2;
    margin: 0 0 5px;
    padding-right: 1.5em
}

    .productFilter.productFilter--links .productFilter__group .productFilter__groupName {
        font-weight: 700
    }

        .productFilter.productFilter--links .productFilter__group .productFilter__groupName:after {
            content: ':'
        }

    .productFilter.productFilter--links .productFilter__group .productFilter__clearGroup {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        min-width: 1em;
        text-align: center;
        padding: 5px
    }

.productFilter.productFilter--links.productFilter--hasSelectedFacets .productFilter__heading {
    margin-bottom: 20px
}

.productFilter.productFilter--links.productFilter--hasSelectedFacets .productFilter__groups.dropdown {
    top: 38px;
    top: calc(1.25rem + 18px)
}

@media print,screen and (min-width:45em) {
    .productFilter {
        position: static;
        z-index: auto
    }

    .productFilter__heading {
        position: static;
        padding: 0;
        height: auto;
        line-height: normal;
        border: none;
        margin-bottom: 20px
    }

    .productFilter--hasSelectedFacets .productFilter__heading {
        text-align: right;
        margin-bottom: 10px
    }

    .productFilter__heading:before, .productFilter__heading[aria-expanded=true]:before {
        content: none
    }

    .productFilter__title {
        display: block;
        line-height: normal
    }

    .productFilter--hasSelectedFacets .productFilter__title {
        float: left;
        line-height: 2.85rem
    }

    .productFilter__groups {
        border: none
    }

        .productFilter__groups.dropdown {
            position: static;
            width: auto;
            margin-top: 0;
            background: 0 0;
            visibility: visible;
            opacity: 1
        }

    .productFilter.productFilter--hasSelectedFacets .productFilter__title {
        line-height: 2.1375rem
    }

    .productFilter__clearAll {
        font-size: .875em;
        position: static;
        margin-top: 0;
        padding: .8em .5em;
        min-height: 2.85em
    }
}

.productTearsheet { /*! autoprefixer: off */
    display: -webkit-box;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -webkit-align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    height: 1182px
}

.productTearsheet__logo {
    padding-bottom: 20px
}

.productTearsheet__info {
    padding-top: 20px
}

.productTearsheet__image, .productTearsheet__info, .productTearsheet__logo { /*! autoprefixer: off */
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex: 0
}

.productTearsheet__image, .productTearsheet__logo {
    text-align: center
}

    .productTearsheet__logo .logo__image {
        display: block;
        margin: 0 auto
    }

.productTearsheet__image { /*! autoprefixer: off */
    position: relative;
    -webkit-box-flex: 1;
    margin-bottom: 0
}

    .productTearsheet__image img { /*! autoprefixer: off */
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: 100%
    }

.productTearsheet_flags {
    margin-bottom: 0
}

.productTearsheet__name {
    margin-top: 0
}

.productTearsheet__overview > h3:last-child {
    margin-bottom: 20px
}

.productTearsheet.productTearsheet--hasOverview .productTearsheet__overview {
    padding-right: 30px
}

.productTearsheet.productTearsheet--hasOverview .productTearsheet__details {
    padding-left: 30px
}

.profile__actions > p {
    display: inline;
    margin: 0
}

.quickOrder__rows {
    counter-reset: quick-order-item
}

.quickOrderRow.cartItem--error {
    background-color: #fdebeb
}

.quickOrderRow__index:after {
    counter-increment: quick-order-item;
    content: counter(quick-order-item)
}

.quickOrderRow__skuField {
    position: relative
}

.quickOrderRow img {
    max-width: 100px;
    max-height: 100px;
    min-width: 75px
}

.quickOrderRow__quantityField:after {
    margin-left: 5px
}

@media screen and (min-width:60em) {
    .quickOrder > h1 {
        float: left
    }

    .quickOrder__gridWrap {
        clear: both
    }
}

.quickSignIn {
    position: fixed;
    top: 57px;
    top: calc(3.5em + 1px);
    right: 100%;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 301;
    -webkit-backface-visibility: hidden
}

.quickSignIn__container {
    position: absolute;
    top: 0;
    right: 0;
    width: 25em;
    max-width: 100%;
    height: 100%;
    overflow: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.quickSignIn--active .quickSignIn__container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.quickSignIn__dialog {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 1.5em 2em;
    min-height: 10em;
    background: #fff;
    border: 1px solid #bbb;
    max-height: 100%;
    overflow: auto;
    visibility: visible;
    z-index: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quickSignIn .quickSignIn__toggle {
    position: absolute;
    display: block;
    top: 50%;
    left: 100%;
    background: #fff;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    line-height: 2.5em;
    padding: 0 1em;
    margin-left: -1px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(90deg) translate(-50%,-100%);
    -ms-transform: rotate(90deg) translate(-50%,-100%);
    transform: rotate(90deg) translate(-50%,-100%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.quickSignIn__close {
    position: absolute;
    top: .5em;
    right: .5em;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    text-indent: -9999px;
    color: #d5d5d5;
    font-weight: 700
}

    .quickSignIn__close:before {
        content: 'X';
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        text-indent: 0;
        font-size: 16px;
        font-size: 1rem
    }

.ie8 .quickSignIn--active .quickSignIn__container {
    right: auto;
    left: 100%
}

.ie8 .quickSignIn__dialog {
    top: auto;
    bottom: 0;
    max-height: 100%
}

.ie8 .quickSignIn__toggle {
    top: auto;
    bottom: 0;
    border-bottom-width: 1px;
    border-left-width: 0
}

@media screen and (min-width:60em) {
    .quickSignIn {
        top: 0
    }
}

.quickView {
    display: none
}

@media print,screen and (min-width:45em) {
    .quickView {
        display: block;
        position: absolute;
        bottom: 3em;
        left: 0;
        width: 100%;
        height: 0;
        text-align: center;
        overflow: visible;
        visibility: hidden
    }

        .quickView:focus, :hover > .quickView {
            visibility: visible
        }

    .quickView__button {
        vertical-align: bottom
    }
}

table.speedShop__products {
    font-size: .875em
}

    table.speedShop__products .inputGroup.inputGroup--compact .button, table.speedShop__products .inputGroup.inputGroup--compact button, table.speedShop__products .inputGroup.inputGroup--compact div, table.speedShop__products .inputGroup.inputGroup--compact input, table.speedShop__products .inputGroup.inputGroup--compact label, table.speedShop__products .inputGroup.inputGroup--compact select, table.speedShop__products .inputGroup.inputGroup--compact span {
        font-size: 14px;
        font-size: .875rem
    }

.cartItem__resultTooltip:after, .quickOrderRow__quantityField:after, .speedShopProduct__cell--quantity:after {
    content: "\f06a";
    display: none;
    font-family: 'Font Awesome 5 Pro';
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle
}

.cartItem--error .cartItem__resultTooltip:after, .cartItem--error .quickOrderRow__quantityField:after, .cartItem--error .speedShopProduct__cell--quantity:after {
    display: inline-block;
    color: #c00
}

.cartItem--success .cartItem__resultTooltip:after, .cartItem--success .quickOrderRow__quantityField:after, .cartItem--success .speedShopProduct__cell--quantity:after {
    content: "\f058";
    display: inline-block;
    color: #060
}

.speedShopProduct.cartItem--error {
    background-color: #fdebeb
}

.tooltip.tooltip--inline.cartItem__resultTooltip {
    border-bottom: none
}

.speedShop.speedShop--variantList {
    clear: both;
    background-color: #fff;
    margin-bottom: 20px
}

    .speedShop.speedShop--variantList .speedShopProduct__imageLink {
        display: block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center
    }

    .speedShop.speedShop--variantList .speedShopProduct__image {
        vertical-align: top;
        min-width: 0;
        max-height: 90px
    }

    .speedShop.speedShop--variantList.speedShop--noProducts {
        border: 1px solid #d5d5d5
    }

.M-flexbox.M-flexwrap .grid.grid--products .speedShop.speedShop--variantList {
    width: 100%
}

tr.speedShopProduct {
    position: relative;
    padding: 5px
}

    tr.speedShopProduct:after {
        content: '';
        display: block;
        clear: both
    }

.speedShopProduct__cell.speedShopProduct__cell--image {
    float: left;
    width: 25%;
    padding: 5px;
    min-width: 85px;
    max-width: 110px
}

.speedShopProduct__image, .speedShopProduct__imageLink {
    display: inline-block;
    vertical-align: top
}

.speedShopProduct__imageWrap {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.speedShopProduct__cell.speedShopProduct__cell--showVariants {
    overflow: hidden
}

    .speedShopProduct__cell.speedShopProduct__cell--showVariants .loader {
        position: absolute;
        top: 0;
        right: 0
    }

tr.speedShopProduct.speedShopProduct--variant.speedShopProduct--hasImage {
    padding-left: 110px
}

tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    min-width: 0;
    max-width: none
}

tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__image {
    max-height: 100%
}

tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--empty {
    display: none
}

tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--buttons, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--quantity {
    display: inline-block;
    vertical-align: middle
}

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--quantity input {
        font-size: 14px
    }

@media print,screen and (min-width:30em) {
    tr.speedShopProduct.speedShopProduct--variant.speedShopProduct--hasImage {
        padding-left: 25%
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--image {
        width: 25%;
        height: 100%
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__imageLink {
        width: 100%;
        height: 100%;
        line-height: normal
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--name, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--price {
        float: left;
        width: 50%
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--price {
        clear: left
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--availability, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--minimum, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--option {
        float: right;
        width: 50%
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--buttons, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--quantity {
        display: block;
        overflow: hidden;
        float: left
    }

    tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--quantity {
        clear: both
    }
}

@media print,screen and (min-width:45em) {
    tr.speedShopProduct {
        position: static;
        padding: 0
    }

        tr.speedShopProduct:after {
            content: none
        }

    .speedShopProduct__cell.speedShopProduct__cell--image {
        float: none;
        width: auto;
        min-width: 0;
        max-width: none
    }

    .speedShopProduct__image {
        min-width: 75px;
        max-width: 100px
    }

    .speedShopProduct__cell.speedShopProduct__cell--showVariants {
        overflow: visible
    }

        .speedShopProduct__cell.speedShopProduct__cell--showVariants .loader {
            position: static;
            top: auto;
            right: auto
        }

            .speedShopProduct__cell.speedShopProduct__cell--showVariants .loader.loader--overlay {
                position: absolute
            }

    .speedShop.speedShop--variantList {
        overflow: auto
    }

    tr.speedShopProduct.speedShopProduct--variant {
        position: static;
        padding: 0
    }

        tr.speedShopProduct.speedShopProduct--variant.speedShopProduct--hasImage {
            padding-left: 0
        }

        tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell {
            float: none;
            width: auto;
            clear: none;
            overflow: visible
        }

        tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--empty {
            display: table-cell
        }

        tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--image {
            position: static;
            top: auto;
            left: auto;
            height: auto
        }

        tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--buttons, tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__cell--quantity {
            display: table-cell;
            float: none;
            vertical-align: top
        }
}

.thumbnail {
    padding-bottom: 40px
}

    .thumbnail.thumbnail--null .thumbnail__code {
        margin-bottom: 20px
    }

.thumbnail__imageWrap {
    position: relative;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    overflow: visible
}

.thumbnail__imageLink {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    text-decoration: none
}

.thumbnail__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
    max-height: 100%
}

.thumbnail__bottom {
    margin-top: 10px;
    text-align: center
}

.thumbnail__quantity {
    display: inline-block;
    margin-bottom: 5px
}

.thumbnail__buttons {
    position: relative;
    font-size: 14px;
    font-size: .875rem
}

    .thumbnail__buttons .button, .thumbnail__buttons button, .thumbnail__buttons input[type=button], .thumbnail__buttons input[type=reset], .thumbnail__buttons input[type=submit] {
        width: auto;
        padding-left: .5em;
        padding-right: .5em
    }

    .thumbnail__buttons .inputGroup--compact .button, .thumbnail__buttons .inputGroup--compact button, .thumbnail__buttons .inputGroup--compact div, .thumbnail__buttons .inputGroup--compact input, .thumbnail__buttons .inputGroup--compact label, .thumbnail__buttons .inputGroup--compact select, .thumbnail__buttons .inputGroup--compact span {
        font-size: 14px;
        font-size: .875rem
    }

    .thumbnail__buttons .speedShop__loadVariants + .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px
    }

        .thumbnail__buttons .speedShop__loadVariants + .loader.loader--inline:before {
            margin-right: 0
        }

.thumbnail.thumbnail--product .cartItem__loader {
    font-size: 0
}

.M-flexwrap .grid.grid--products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .M-flexwrap .grid.grid--products .thumbnail {
        position: relative;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .M-flexwrap .grid.grid--products .thumbnail.thumbnail--hasButtons {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .M-flexwrap .grid.grid--products .thumbnail.thumbnail--hasButtons > * {
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto
            }

            .M-flexwrap .grid.grid--products .thumbnail.thumbnail--hasButtons > .thumbnail__bottom {
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

    .M-flexwrap .grid.grid--products .thumbnail__buttons {
        white-space: nowrap
    }

.variantMatrix {
    position: relative;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px
}

.variantMatrix__filter {
    padding: .5em 0 0;
    margin: .5em 0;
    border-top: 1px solid #d5d5d5
}

.variantMatrix--loading .variantMatrix__filter {
    opacity: .5
}

.variantMatrix__filter:first-child {
    border-top: none;
    padding-top: 0
}

.variantMatrix__filterValues {
    margin: .5em 0 0
}

    .variantMatrix__filterValues label {
        display: inline-block;
        vertical-align: top;
        position: relative;
        border: 1px solid #d5d5d5;
        padding: 8px;
        background: #fff;
        margin: 0 6px 6px 0;
        cursor: pointer;
        transition: opacity .2s ease-in-out,border-color .2s ease-in-out
    }

        .variantMatrix__filterValues label:before {
            content: '';
            position: absolute;
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            background: 0 0;
            border: 1px solid #d5d5d5
        }

        .variantMatrix__filterValues label img {
            display: block
        }

    .variantMatrix__filterValues input[type=checkbox], .variantMatrix__filterValues input[type=radio] {
        position: absolute;
        right: 100%
    }

    .variantMatrix__filterValues input.variantMatrix--unavailable + label {
        opacity: .5
    }

    .variantMatrix__filterValues input.input--checked + label, .variantMatrix__filterValues input:checked + label {
        border-color: #777;
        box-shadow: 0 0 7px #333
    }

    .variantMatrix__filterValues input.variantMatrix--unavailable + label:hover, .variantMatrix__filterValues label:hover {
        opacity: 1;
        border-color: #aaa
    }

    .variantMatrix__filterValues input.variantMatrix--unavailable.input--checked + label, .variantMatrix__filterValues input.variantMatrix--unavailable:checked + label {
        border-color: #d57272
    }

    .variantMatrix__filterValues label img {
        max-width: none;
        margin: -4px
    }

.zoomPanel {
    display: block;
    position: relative;
    overflow: hidden
}

.zoomPanel__map {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.zoomPanel__content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    max-width: none
}

.flexslider .slides img.zoomPanel__content {
    display: none
}

@media screen and (max-width:960px) {
    body, html {
        overflow-x: hidden
    }
}

.width--layout {
    width: 100%;
    max-width: 1180px
}

@media screen and (min-width:60em) {
    .width--layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout:not(.layout--home) .width--layout {
    padding-left: 20px;
    padding-right: 20px
}

.layout__title.underline {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-decoration: none
}

ul {
    list-style: none;
    padding-left: 0
}

@media screen and (max-width:960px) {
    .layout__header.promoPad {
        margin-bottom: 38px
    }

        .layout__header.promoPad + .layout__top.layout__top--hasRetailerNav .dashboardNav {
            top: 95px
        }

    .layout__header .canvasMenu.promoPad {
        top: 95px
    }
}

.island, .island.island--border {
    padding: 10px !important;
    border: 1px solid #d5d5d5;
    background-color: #fafafa
}

    .island h5, .island.island--border h5 {
        padding-bottom: 10px
    }

.margin--auto {
    margin: auto !important
}

@media screen and (max-width:960px) {
    .mobileTable {
        overflow: visible
    }
}

@media screen and (min-width:60em) {
    .layout__container, body, html {
        height: 100%
    }

    .layout__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .layout__footer, .layout__header, .layout__top {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .layout__page {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .layout__container {
        display: block
    }

    .layout__container, body, html {
        height: auto
    }
}

.paging .paging__page {
    color: #272727;
    padding: 0
}

    .paging .paging__page.paging__page--current {
        color: #28acaa
    }

    .paging .paging__page .paging__pageLink {
        color: #272727;
        padding: 0
    }

        .paging .paging__page .paging__pageLink:hover {
            color: #28acaa;
            text-decoration: none
        }

    .paging .paging__page.paging__page--next, .paging .paging__page.paging__page--prev {
        padding: .5em
    }

        .paging .paging__page.paging__page--next span, .paging .paging__page.paging__page--prev span {
            min-width: 30px;
            min-height: 30px;
            border: 1px solid #a8a8a8;
            border-radius: 50%;
            display: block
        }

            .paging .paging__page.paging__page--next span:before, .paging .paging__page.paging__page--prev span:before {
                position: relative;
                top: 3px
            }

            .paging .paging__page.paging__page--next span:hover, .paging .paging__page.paging__page--prev span:hover {
                color: #28acaa;
                border-color: #28acaa
            }

                .paging .paging__page.paging__page--next span:hover:before, .paging .paging__page.paging__page--prev span:hover:before {
                    color: #28acaa
                }

        .paging .paging__page.paging__page--next .prev:before, .paging .paging__page.paging__page--prev .prev:before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 18px;
            font-weight: 400;
            color: #272727
        }

        .paging .paging__page.paging__page--next .next:before, .paging .paging__page.paging__page--prev .next:before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 18px;
            font-weight: 400;
            color: #272727
        }

ol {
    padding-left: 20px;
    list-style: circle;
    list-style-type: disc
}

.flexslider .flex-direction-nav a {
    text-shadow: none;
    transition: none
}

    .flexslider .flex-direction-nav a.flex-prev {
        left: 10px !important
    }

    .flexslider .flex-direction-nav a.flex-next {
        right: 10px !important
    }

.predictiveSearch__results {
    min-width: 20rem;
    width: auto;
    max-height: 60vh;
    overflow: auto;
    max-width: 70vw
}

@media screen and (min-width:60em) {
    .predictiveSearch__results {
        max-width: 428px
    }
}

.predictiveSearch__results .predictiveSearch__result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
    padding: 1em;
    white-space: normal;
    text-align: left
}

@media screen and (min-width:60em) {
    .predictiveSearch__results .predictiveSearch__result {
        margin: auto 10px;
        padding: .5em 0
    }
}

.predictiveSearch__results .predictiveSearch__result .predictiveSearch__resultName {
    padding: 8px 15px
}

.predictiveSearch__results .predictiveSearch__result .predictiveSearch__resultImage {
    min-width: 80px;
    min-height: 80px;
    max-height: 80px
}

.layout.layout--underConstruction .layout__page {
    height: 100%
}

    .layout.layout--underConstruction .layout__page .block--uc {
        margin: auto;
        height: 100%
    }

@media screen and (min-width:60em) {
    .layout.layout--underConstruction .layout__page .block--uc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80vw
    }
}

.layout.layout--underConstruction .layout__page .block--uc .uc--image {
    text-align: center
}

@media screen and (min-width:60em) {
    .layout.layout--underConstruction .layout__page .block--uc .uc--image {
        width: 50%
    }

        .layout.layout--underConstruction .layout__page .block--uc .uc--image img {
            width: auto
        }
}

.layout.layout--underConstruction .layout__page .block--uc .uc--content {
    text-align: center
}

    .layout.layout--underConstruction .layout__page .block--uc .uc--content h1 {
        font-size: 32px
    }

@media screen and (min-width:60em) {
    .layout.layout--underConstruction .layout__page .block--uc .uc--content {
        width: 50%
    }
}

.salesRepCustomers__grid form input[type=submit] {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    text-transform: none;
    color: #f47548
}

    .salesRepCustomers__grid form input[type=submit]:hover {
        background-color: transparent;
        border-color: transparent;
        color: #f47548;
        text-decoration: underline
    }

.button, .button--primary, button, input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    min-height: 45px;
    border: 0;
    border-radius: 25px;
    padding: 13px 18px;
    background-color: #f47548;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    word-break: break-word
}

@media print,screen and (min-width:45em) {
    .button, .button--primary, button, input[type=button], input[type=reset], input[type=submit] {
        min-height: 38px;
        padding: 10px 15px
    }
}

@media screen and (min-width:60em) {
    .button, .button--primary, button, input[type=button], input[type=reset], input[type=submit] {
        padding: 10px 40px
    }
}

.button--primary:not([disabled]):hover, .button:not([disabled]):hover, button:not([disabled]):hover, input[type=button]:not([disabled]):hover, input[type=reset]:not([disabled]):hover, input[type=submit]:not([disabled]):hover {
    color: #fff;
    background-color: #f15118;
    transition: .5s ease-in background-color
}

.button--primary.small, .button.small, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
    min-height: 29px;
    padding: 7px 14px;
    font-size: 14px;
    letter-spacing: .3px
}

.button--primary.long, .button.long, button.long, input[type=button].long, input[type=reset].long, input[type=submit].long {
    min-width: 10rem
}

.button--primary.button--clear, .button.button--clear, button.button--clear, input[type=button].button--clear, input[type=reset].button--clear, input[type=submit].button--clear {
    background-color: transparent;
    color: #f47548;
    border: 2px solid #f47548
}

    .button--primary.button--clear:hover, .button.button--clear:hover, button.button--clear:hover, input[type=button].button--clear:hover, input[type=reset].button--clear:hover, input[type=submit].button--clear:hover {
        background-color: #f47548
    }

.button--primary.button--yellow:not([disabled]), .button.button--yellow:not([disabled]), button.button--yellow:not([disabled]), input[type=button].button--yellow:not([disabled]), input[type=reset].button--yellow:not([disabled]), input[type=submit].button--yellow:not([disabled]) {
    background-color: #f9cf2b
}

    .button--primary.button--yellow:not([disabled]):hover, .button.button--yellow:not([disabled]):hover, button.button--yellow:not([disabled]):hover, input[type=button].button--yellow:not([disabled]):hover, input[type=reset].button--yellow:not([disabled]):hover, input[type=submit].button--yellow:not([disabled]):hover {
        background-color: #eabc07
    }

.button--primary.button--red:not([disabled]), .button.button--red:not([disabled]), button.button--red:not([disabled]), input[type=button].button--red:not([disabled]), input[type=reset].button--red:not([disabled]), input[type=submit].button--red:not([disabled]) {
    background-color: #bf2f38
}

    .button--primary.button--red:not([disabled]):hover, .button.button--red:not([disabled]):hover, button.button--red:not([disabled]):hover, input[type=button].button--red:not([disabled]):hover, input[type=reset].button--red:not([disabled]):hover, input[type=submit].button--red:not([disabled]):hover {
        background-color: #96252c
    }

.button--primary.button--black:not([disabled]), .button.button--black:not([disabled]), button.button--black:not([disabled]), input[type=button].button--black:not([disabled]), input[type=reset].button--black:not([disabled]), input[type=submit].button--black:not([disabled]) {
    background-color: #272727
}

    .button--primary.button--black:not([disabled]):hover, .button.button--black:not([disabled]):hover, button.button--black:not([disabled]):hover, input[type=button].button--black:not([disabled]):hover, input[type=reset].button--black:not([disabled]):hover, input[type=submit].button--black:not([disabled]):hover {
        background-color: #0e0e0e
    }

.button--primary.button--orange:not([disabled]), .button.button--orange:not([disabled]), button.button--orange:not([disabled]), input[type=button].button--orange:not([disabled]), input[type=reset].button--orange:not([disabled]), input[type=submit].button--orange:not([disabled]) {
    background-color: #f47548
}

    .button--primary.button--orange:not([disabled]):hover, .button.button--orange:not([disabled]):hover, button.button--orange:not([disabled]):hover, input[type=button].button--orange:not([disabled]):hover, input[type=reset].button--orange:not([disabled]):hover, input[type=submit].button--orange:not([disabled]):hover {
        background-color: #f15118
    }

.button--primary.button--emerald:not([disabled]), .button.button--emerald:not([disabled]), button.button--emerald:not([disabled]), input[type=button].button--emerald:not([disabled]), input[type=reset].button--emerald:not([disabled]), input[type=submit].button--emerald:not([disabled]) {
    background-color: #4cca90
}

    .button--primary.button--emerald:not([disabled]):hover, .button.button--emerald:not([disabled]):hover, button.button--emerald:not([disabled]):hover, input[type=button].button--emerald:not([disabled]):hover, input[type=reset].button--emerald:not([disabled]):hover, input[type=submit].button--emerald:not([disabled]):hover {
        background-color: #34af76
    }

.button--primary.button--green:not([disabled]), .button.button--green:not([disabled]), button.button--green:not([disabled]), input[type=button].button--green:not([disabled]), input[type=reset].button--green:not([disabled]), input[type=submit].button--green:not([disabled]) {
    background-color: #97c23d
}

    .button--primary.button--green:not([disabled]):hover, .button.button--green:not([disabled]):hover, button.button--green:not([disabled]):hover, input[type=button].button--green:not([disabled]):hover, input[type=reset].button--green:not([disabled]):hover, input[type=submit].button--green:not([disabled]):hover {
        background-color: #799b31
    }

.button--primary.button--limegreen:not([disabled]), .button.button--limegreen:not([disabled]), button.button--limegreen:not([disabled]), input[type=button].button--limegreen:not([disabled]), input[type=reset].button--limegreen:not([disabled]), input[type=submit].button--limegreen:not([disabled]) {
    background-color: #96c13d
}

    .button--primary.button--limegreen:not([disabled]):hover, .button.button--limegreen:not([disabled]):hover, button.button--limegreen:not([disabled]):hover, input[type=button].button--limegreen:not([disabled]):hover, input[type=reset].button--limegreen:not([disabled]):hover, input[type=submit].button--limegreen:not([disabled]):hover {
        background-color: #789a31
    }

.button--primary.button--teal:not([disabled]), .button.button--teal:not([disabled]), button.button--teal:not([disabled]), input[type=button].button--teal:not([disabled]), input[type=reset].button--teal:not([disabled]), input[type=submit].button--teal:not([disabled]) {
    background-color: #28acaa
}

    .button--primary.button--teal:not([disabled]):hover, .button.button--teal:not([disabled]):hover, button.button--teal:not([disabled]):hover, input[type=button].button--teal:not([disabled]):hover, input[type=reset].button--teal:not([disabled]):hover, input[type=submit].button--teal:not([disabled]):hover {
        background-color: #1e8381
    }

.button--primary.button--blue:not([disabled]), .button.button--blue:not([disabled]), button.button--blue:not([disabled]), input[type=button].button--blue:not([disabled]), input[type=reset].button--blue:not([disabled]), input[type=submit].button--blue:not([disabled]) {
    background-color: #3565ae
}

    .button--primary.button--blue:not([disabled]):hover, .button.button--blue:not([disabled]):hover, button.button--blue:not([disabled]):hover, input[type=button].button--blue:not([disabled]):hover, input[type=reset].button--blue:not([disabled]):hover, input[type=submit].button--blue:not([disabled]):hover {
        background-color: #294e87
    }

.button--primary.button--purple:not([disabled]), .button.button--purple:not([disabled]), button.button--purple:not([disabled]), input[type=button].button--purple:not([disabled]), input[type=reset].button--purple:not([disabled]), input[type=submit].button--purple:not([disabled]) {
    background-color: #a529aa
}

    .button--primary.button--purple:not([disabled]):hover, .button.button--purple:not([disabled]):hover, button.button--purple:not([disabled]):hover, input[type=button].button--purple:not([disabled]):hover, input[type=reset].button--purple:not([disabled]):hover, input[type=submit].button--purple:not([disabled]):hover {
        background-color: #7d1f81
    }

.button--primary.button--aqua:not([disabled]), .button.button--aqua:not([disabled]), button.button--aqua:not([disabled]), input[type=button].button--aqua:not([disabled]), input[type=reset].button--aqua:not([disabled]), input[type=submit].button--aqua:not([disabled]) {
    background-color: #dfeef2
}

    .button--primary.button--aqua:not([disabled]):hover, .button.button--aqua:not([disabled]):hover, button.button--aqua:not([disabled]):hover, input[type=button].button--aqua:not([disabled]):hover, input[type=reset].button--aqua:not([disabled]):hover, input[type=submit].button--aqua:not([disabled]):hover {
        background-color: #bbdbe3
    }

.button--primary.button--gray:not([disabled]), .button.button--gray:not([disabled]), button.button--gray:not([disabled]), input[type=button].button--gray:not([disabled]), input[type=reset].button--gray:not([disabled]), input[type=submit].button--gray:not([disabled]) {
    background-color: #f9f9f9
}

    .button--primary.button--gray:not([disabled]):hover, .button.button--gray:not([disabled]):hover, button.button--gray:not([disabled]):hover, input[type=button].button--gray:not([disabled]):hover, input[type=reset].button--gray:not([disabled]):hover, input[type=submit].button--gray:not([disabled]):hover {
        background-color: #e0e0e0
    }

.button--primary[disabled], .button[disabled], button[disabled], input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled] {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #ddd;
    border-color: #ddd
}

    .button--primary[disabled]:hover, .button[disabled]:hover, button[disabled]:hover, input[type=button][disabled]:hover, input[type=reset][disabled]:hover, input[type=submit][disabled]:hover {
        background-color: #ddd;
        border-color: #ddd
    }

button[data-cart-name=PDFPortfolio] {
    background-color: transparent;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    color: #28acaa;
    text-transform: none
}

    button[data-cart-name=PDFPortfolio]:after {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        font-weight: 300;
        color: #272727;
        padding-left: 8px
    }

    button[data-cart-name=PDFPortfolio]:hover:after {
        color: #bf2f38;
        font-weight: 700
    }

    button[data-cart-name=PDFPortfolio]:not([disabled]):hover {
        background-color: transparent !important;
        color: #28acaa !important
    }

    button[data-cart-name=PDFPortfolio][disabled]:hover:after {
        color: #272727;
        font-weight: 300
    }

    button[data-cart-name=PDFPortfolio].wishlisted:after {
        color: #bf2f38;
        font-weight: 700
    }

    button[data-cart-name=PDFPortfolio].thumbnail__wishlist {
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 10px;
        left: auto;
        height: 30px;
        min-width: 30px;
        padding-top: 4px;
        padding-right: 1px;
        background-color: rgba(255,255,255,.8);
        border-radius: 50%
    }

        button[data-cart-name=PDFPortfolio].thumbnail__wishlist:after {
            display: none
        }

        button[data-cart-name=PDFPortfolio].thumbnail__wishlist:hover {
            background-color: rgba(255,255,255,.8) !important
        }

            button[data-cart-name=PDFPortfolio].thumbnail__wishlist:hover i {
                font-weight: 700;
                color: #bf2f38
            }

        button[data-cart-name=PDFPortfolio].thumbnail__wishlist.wishlisted i {
            font-weight: 700;
            color: #bf2f38
        }

        button[data-cart-name=PDFPortfolio].thumbnail__wishlist i {
            font-size: 20px;
            font-weight: 300;
            color: #272727
        }

button[data-cart-name=ShoppingCart] {
    background-color: #28acaa
}

    button[data-cart-name=ShoppingCart]:not([disabled]):hover {
        background-color: #1e8381
    }

.button--link, a.button--link, button.button--link, input.button--link {
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f47548
}

    .button--link:not([disabled]):hover, a.button--link:not([disabled]):hover, button.button--link:not([disabled]):hover, input.button--link:not([disabled]):hover {
        background-color: transparent !important;
        text-decoration: underline;
        color: #f47548
    }

select {
    border-radius: 0
}

input[name=Quantity] {
    min-height: 45px;
    border-radius: 0
}

@media print,screen and (min-width:45em) {
    input[name=Quantity] {
        min-height: 38px
    }
}

.inputGroup.inputGroup--compact input[type=text] {
    border-radius: 25px 0 0 25px;
    position: static !important;
    min-height: 45px;
    height: 45px
}

@media print,screen and (min-width:45em) {
    .inputGroup.inputGroup--compact input[type=text] {
        height: 38px;
        min-height: 38px
    }
}

.inputGroup.inputGroup--compact input[type=text] ~ button[type=submit], .inputGroup.inputGroup--compact input[type=text] ~ input[type=submit] {
    z-index: 9;
    border-radius: 0 25px 25px 0;
    position: static !important
}

div[class^=addressForm__field] {
    padding: 5px
}

.arrow--link {
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #f47548;
    position: relative
}

    .arrow--link:after {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: inherit;
        font-weight: 400;
        color: currentColor;
        padding-left: 10px;
        line-height: inherit
    }

    .arrow--link:hover {
        text-decoration: none !important
    }

        .arrow--link:hover:before {
            content: '';
            position: absolute;
            top: 100%;
            bottom: auto;
            right: auto;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: currentColor
        }

.yellow--bg {
    background-color: #f9cf2b !important
}

    .yellow--bg .overlay__content, .yellow--bg.block--adjacent, .yellow--bg.block--overlay, .yellow--bg.overlay__hover, .yellow--bg.overlay__static {
        background-color: transparent !important
    }

    .yellow--bg .wysiwyg {
        background-color: #f9cf2b !important
    }

    .yellow--bg .layout__page > .width--layout {
        background: #f9cf2b !important
    }

.yellow--text {
    color: #f9cf2b !important
}

a.yellow--text:hover {
    color: #f9cf2b !important
}

.border__yellow {
    border-color: #f9cf2b;
    border-style: solid;
    border-width: 1px
}

.yellow--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #f9cf2b;
    text-align: center;
    text-transform: uppercase
}

.yellow--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .yellow--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #f9cf2b;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.red--bg {
    background-color: #bf2f38 !important
}

    .red--bg .overlay__content, .red--bg.block--adjacent, .red--bg.block--overlay, .red--bg.overlay__hover, .red--bg.overlay__static {
        background-color: transparent !important
    }

    .red--bg .wysiwyg {
        background-color: #bf2f38 !important
    }

    .red--bg .layout__page > .width--layout {
        background: #bf2f38 !important
    }

.red--text {
    color: #bf2f38 !important
}

a.red--text:hover {
    color: #bf2f38 !important
}

.border__red {
    border-color: #bf2f38;
    border-style: solid;
    border-width: 1px
}

.red--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #bf2f38;
    text-align: center;
    text-transform: uppercase
}

.red--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .red--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #bf2f38;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.black--bg {
    background-color: #272727 !important
}

    .black--bg .overlay__content, .black--bg.block--adjacent, .black--bg.block--overlay, .black--bg.overlay__hover, .black--bg.overlay__static {
        background-color: transparent !important
    }

    .black--bg .wysiwyg {
        background-color: #272727 !important
    }

    .black--bg .layout__page > .width--layout {
        background: #272727 !important
    }

.black--text {
    color: #272727 !important
}

a.black--text:hover {
    color: #272727 !important
}

.border__black {
    border-color: #272727;
    border-style: solid;
    border-width: 1px
}

.black--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #272727;
    text-align: center;
    text-transform: uppercase
}

.black--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .black--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #272727;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.orange--bg {
    background-color: #f47548 !important
}

    .orange--bg .overlay__content, .orange--bg.block--adjacent, .orange--bg.block--overlay, .orange--bg.overlay__hover, .orange--bg.overlay__static {
        background-color: transparent !important
    }

    .orange--bg .wysiwyg {
        background-color: #f47548 !important
    }

    .orange--bg .layout__page > .width--layout {
        background: #f47548 !important
    }

.orange--text {
    color: #f47548 !important
}

a.orange--text:hover {
    color: #f47548 !important
}

.border__orange {
    border-color: #f47548;
    border-style: solid;
    border-width: 1px
}

.orange--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #f47548;
    text-align: center;
    text-transform: uppercase
}

.orange--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .orange--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #f47548;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.emerald--bg {
    background-color: #4cca90 !important
}

    .emerald--bg .overlay__content, .emerald--bg.block--adjacent, .emerald--bg.block--overlay, .emerald--bg.overlay__hover, .emerald--bg.overlay__static {
        background-color: transparent !important
    }

    .emerald--bg .wysiwyg {
        background-color: #4cca90 !important
    }

    .emerald--bg .layout__page > .width--layout {
        background: #4cca90 !important
    }

.emerald--text {
    color: #4cca90 !important
}

a.emerald--text:hover {
    color: #4cca90 !important
}

.border__emerald {
    border-color: #4cca90;
    border-style: solid;
    border-width: 1px
}

.emerald--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #4cca90;
    text-align: center;
    text-transform: uppercase
}

.emerald--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .emerald--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #4cca90;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.green--bg {
    background-color: #97c23d !important
}

    .green--bg .overlay__content, .green--bg.block--adjacent, .green--bg.block--overlay, .green--bg.overlay__hover, .green--bg.overlay__static {
        background-color: transparent !important
    }

    .green--bg .wysiwyg {
        background-color: #97c23d !important
    }

    .green--bg .layout__page > .width--layout {
        background: #97c23d !important
    }

.green--text {
    color: #97c23d !important
}

a.green--text:hover {
    color: #97c23d !important
}

.border__green {
    border-color: #97c23d;
    border-style: solid;
    border-width: 1px
}

.green--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #97c23d;
    text-align: center;
    text-transform: uppercase
}

.green--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .green--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #97c23d;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.limegreen--bg {
    background-color: #96c13d !important
}

    .limegreen--bg .overlay__content, .limegreen--bg.block--adjacent, .limegreen--bg.block--overlay, .limegreen--bg.overlay__hover, .limegreen--bg.overlay__static {
        background-color: transparent !important
    }

    .limegreen--bg .wysiwyg {
        background-color: #96c13d !important
    }

    .limegreen--bg .layout__page > .width--layout {
        background: #96c13d !important
    }

.limegreen--text {
    color: #96c13d !important
}

a.limegreen--text:hover {
    color: #96c13d !important
}

.border__limegreen {
    border-color: #96c13d;
    border-style: solid;
    border-width: 1px
}

.limegreen--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #96c13d;
    text-align: center;
    text-transform: uppercase
}

.limegreen--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .limegreen--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #96c13d;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.teal--bg {
    background-color: #28acaa !important
}

    .teal--bg .overlay__content, .teal--bg.block--adjacent, .teal--bg.block--overlay, .teal--bg.overlay__hover, .teal--bg.overlay__static {
        background-color: transparent !important
    }

    .teal--bg .wysiwyg {
        background-color: #28acaa !important
    }

    .teal--bg .layout__page > .width--layout {
        background: #28acaa !important
    }

.teal--text {
    color: #28acaa !important
}

a.teal--text:hover {
    color: #28acaa !important
}

.border__teal {
    border-color: #28acaa;
    border-style: solid;
    border-width: 1px
}

.teal--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #28acaa;
    text-align: center;
    text-transform: uppercase
}

.teal--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .teal--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #28acaa;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.blue--bg {
    background-color: #3565ae !important
}

    .blue--bg .overlay__content, .blue--bg.block--adjacent, .blue--bg.block--overlay, .blue--bg.overlay__hover, .blue--bg.overlay__static {
        background-color: transparent !important
    }

    .blue--bg .wysiwyg {
        background-color: #3565ae !important
    }

    .blue--bg .layout__page > .width--layout {
        background: #3565ae !important
    }

.blue--text {
    color: #3565ae !important
}

a.blue--text:hover {
    color: #3565ae !important
}

.border__blue {
    border-color: #3565ae;
    border-style: solid;
    border-width: 1px
}

.blue--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #3565ae;
    text-align: center;
    text-transform: uppercase
}

.blue--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .blue--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #3565ae;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.purple--bg {
    background-color: #a529aa !important
}

    .purple--bg .overlay__content, .purple--bg.block--adjacent, .purple--bg.block--overlay, .purple--bg.overlay__hover, .purple--bg.overlay__static {
        background-color: transparent !important
    }

    .purple--bg .wysiwyg {
        background-color: #a529aa !important
    }

    .purple--bg .layout__page > .width--layout {
        background: #a529aa !important
    }

.purple--text {
    color: #a529aa !important
}

a.purple--text:hover {
    color: #a529aa !important
}

.border__purple {
    border-color: #a529aa;
    border-style: solid;
    border-width: 1px
}

.purple--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #a529aa;
    text-align: center;
    text-transform: uppercase
}

.purple--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .purple--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #a529aa;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.aqua--bg {
    background-color: #dfeef2 !important
}

    .aqua--bg .overlay__content, .aqua--bg.block--adjacent, .aqua--bg.block--overlay, .aqua--bg.overlay__hover, .aqua--bg.overlay__static {
        background-color: transparent !important
    }

    .aqua--bg .wysiwyg {
        background-color: #dfeef2 !important
    }

    .aqua--bg .layout__page > .width--layout {
        background: #dfeef2 !important
    }

.aqua--text {
    color: #dfeef2 !important
}

a.aqua--text:hover {
    color: #dfeef2 !important
}

.border__aqua {
    border-color: #dfeef2;
    border-style: solid;
    border-width: 1px
}

.aqua--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #dfeef2;
    text-align: center;
    text-transform: uppercase
}

.aqua--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .aqua--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #dfeef2;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.gray--bg {
    background-color: #f9f9f9 !important
}

    .gray--bg .overlay__content, .gray--bg.block--adjacent, .gray--bg.block--overlay, .gray--bg.overlay__hover, .gray--bg.overlay__static {
        background-color: transparent !important
    }

    .gray--bg .wysiwyg {
        background-color: #f9f9f9 !important
    }

    .gray--bg .layout__page > .width--layout {
        background: #f9f9f9 !important
    }

.gray--text {
    color: #f9f9f9 !important
}

a.gray--text:hover {
    color: #f9f9f9 !important
}

.border__gray {
    border-color: #f9f9f9;
    border-style: solid;
    border-width: 1px
}

.gray--banner {
    margin: 0;
    padding: 12.5px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    text-transform: uppercase
}

.gray--bar {
    color: transparent;
    position: relative;
    margin: 0;
    font-size: 0
}

    .gray--bar:before {
        content: '';
        width: 20px;
        height: 3px;
        background-color: #f9f9f9;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        left: calc(50% - 10px)
    }

.color--accordion .tabs--accordion .tabs__tab, .color--accordion .tabs--accordion .tabs__tab.tabs--active, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true] {
    margin: 0;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #bf2f38;
    border: 0;
    margin-bottom: 15px
}

    .color--accordion .tabs--accordion .tabs__tab.tabs--active:before, .color--accordion .tabs--accordion .tabs__tab:before, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true]:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        float: right;
        margin-top: -5px
    }

    .color--accordion .tabs--accordion .tabs__tab.tabs--active[aria-expanded=true], .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true], .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true][aria-expanded=true] {
        border-bottom: none
    }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active[aria-expanded=true]:before, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true]:before, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true][aria-expanded=true]:before {
            content: '\f068'
        }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active.tabs__tab--1, .color--accordion .tabs--accordion .tabs__tab.tabs__tab--1, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true].tabs__tab--1 {
            background-color: #bf2f38
        }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active.tabs__tab--2, .color--accordion .tabs--accordion .tabs__tab.tabs__tab--2, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true].tabs__tab--2 {
            background-color: #f47548
        }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active.tabs__tab--3, .color--accordion .tabs--accordion .tabs__tab.tabs__tab--3, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true].tabs__tab--3 {
            background-color: #4cca90
        }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active.tabs__tab--4, .color--accordion .tabs--accordion .tabs__tab.tabs__tab--4, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true].tabs__tab--4 {
            background-color: #a529aa
        }

        .color--accordion .tabs--accordion .tabs__tab.tabs--active.tabs__tab--5, .color--accordion .tabs--accordion .tabs__tab.tabs__tab--5, .color--accordion .tabs--accordion .tabs__tab[aria-expanded=true].tabs__tab--5 {
            background-color: #96c13d
        }

@media print,screen and (min-width:45em) {
    .aqua-sidelines.block--adjacent > *, .aqua-sidelines.block--stacked > *, .aqua-sidelines.block--standard > *, .aqua-sidelines:not(.block):not(.layout), .black-sidelines.block--adjacent > *, .black-sidelines.block--stacked > *, .black-sidelines.block--standard > *, .black-sidelines:not(.block):not(.layout), .blue-sidelines.block--adjacent > *, .blue-sidelines.block--stacked > *, .blue-sidelines.block--standard > *, .blue-sidelines:not(.block):not(.layout), .emerald-sidelines.block--adjacent > *, .emerald-sidelines.block--stacked > *, .emerald-sidelines.block--standard > *, .emerald-sidelines:not(.block):not(.layout), .gray-sidelines.block--adjacent > *, .gray-sidelines.block--stacked > *, .gray-sidelines.block--standard > *, .gray-sidelines:not(.block):not(.layout), .green-sidelines.block--adjacent > *, .green-sidelines.block--stacked > *, .green-sidelines.block--standard > *, .green-sidelines:not(.block):not(.layout), .limegreen-sidelines.block--adjacent > *, .limegreen-sidelines.block--stacked > *, .limegreen-sidelines.block--standard > *, .limegreen-sidelines:not(.block):not(.layout), .orange-sidelines.block--adjacent > *, .orange-sidelines.block--stacked > *, .orange-sidelines.block--standard > *, .orange-sidelines:not(.block):not(.layout), .purple-sidelines.block--adjacent > *, .purple-sidelines.block--stacked > *, .purple-sidelines.block--standard > *, .purple-sidelines:not(.block):not(.layout), .red-sidelines.block--adjacent > *, .red-sidelines.block--stacked > *, .red-sidelines.block--standard > *, .red-sidelines:not(.block):not(.layout), .sidelines.block--adjacent > *, .sidelines.block--stacked > *, .sidelines.block--standard > *, .sidelines:not(.block):not(.layout), .teal-sidelines.block--adjacent > *, .teal-sidelines.block--stacked > *, .teal-sidelines.block--standard > *, .teal-sidelines:not(.block):not(.layout), .yellow-sidelines.block--adjacent > *, .yellow-sidelines.block--stacked > *, .yellow-sidelines.block--standard > *, .yellow-sidelines:not(.block):not(.layout) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .aqua-sidelines.block--adjacent > :not(:first-child), .aqua-sidelines.block--stacked > :not(:first-child), .aqua-sidelines.block--standard > :not(:first-child), .aqua-sidelines:not(.block):not(.layout):not(:first-child), .black-sidelines.block--adjacent > :not(:first-child), .black-sidelines.block--stacked > :not(:first-child), .black-sidelines.block--standard > :not(:first-child), .black-sidelines:not(.block):not(.layout):not(:first-child), .block:not(:first-child) > .wysiwyg > .aqua-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .aqua-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .aqua-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .aqua-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .black-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .black-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .black-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .black-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .blue-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .blue-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .blue-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .blue-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .emerald-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .emerald-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .emerald-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .emerald-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .gray-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .gray-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .gray-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .gray-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .green-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .green-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .green-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .green-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .limegreen-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .limegreen-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .limegreen-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .limegreen-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .orange-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .orange-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .orange-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .orange-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .purple-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .purple-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .purple-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .purple-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .red-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .red-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .red-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .red-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .teal-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .teal-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .teal-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .teal-sidelines:not(.block):not(.layout), .block:not(:first-child) > .wysiwyg > .yellow-sidelines.block--adjacent > *, .block:not(:first-child) > .wysiwyg > .yellow-sidelines.block--stacked > *, .block:not(:first-child) > .wysiwyg > .yellow-sidelines.block--standard > *, .block:not(:first-child) > .wysiwyg > .yellow-sidelines:not(.block):not(.layout), .blue-sidelines.block--adjacent > :not(:first-child), .blue-sidelines.block--stacked > :not(:first-child), .blue-sidelines.block--standard > :not(:first-child), .blue-sidelines:not(.block):not(.layout):not(:first-child), .emerald-sidelines.block--adjacent > :not(:first-child), .emerald-sidelines.block--stacked > :not(:first-child), .emerald-sidelines.block--standard > :not(:first-child), .emerald-sidelines:not(.block):not(.layout):not(:first-child), .gray-sidelines.block--adjacent > :not(:first-child), .gray-sidelines.block--stacked > :not(:first-child), .gray-sidelines.block--standard > :not(:first-child), .gray-sidelines:not(.block):not(.layout):not(:first-child), .green-sidelines.block--adjacent > :not(:first-child), .green-sidelines.block--stacked > :not(:first-child), .green-sidelines.block--standard > :not(:first-child), .green-sidelines:not(.block):not(.layout):not(:first-child), .limegreen-sidelines.block--adjacent > :not(:first-child), .limegreen-sidelines.block--stacked > :not(:first-child), .limegreen-sidelines.block--standard > :not(:first-child), .limegreen-sidelines:not(.block):not(.layout):not(:first-child), .orange-sidelines.block--adjacent > :not(:first-child), .orange-sidelines.block--stacked > :not(:first-child), .orange-sidelines.block--standard > :not(:first-child), .orange-sidelines:not(.block):not(.layout):not(:first-child), .purple-sidelines.block--adjacent > :not(:first-child), .purple-sidelines.block--stacked > :not(:first-child), .purple-sidelines.block--standard > :not(:first-child), .purple-sidelines:not(.block):not(.layout):not(:first-child), .red-sidelines.block--adjacent > :not(:first-child), .red-sidelines.block--stacked > :not(:first-child), .red-sidelines.block--standard > :not(:first-child), .red-sidelines:not(.block):not(.layout):not(:first-child), .sidelines.block--adjacent > :not(:first-child), .sidelines.block--stacked > :not(:first-child), .sidelines.block--standard > :not(:first-child), .sidelines:not(.block):not(.layout):not(:first-child), .teal-sidelines.block--adjacent > :not(:first-child), .teal-sidelines.block--stacked > :not(:first-child), .teal-sidelines.block--standard > :not(:first-child), .teal-sidelines:not(.block):not(.layout):not(:first-child), .yellow-sidelines.block--adjacent > :not(:first-child), .yellow-sidelines.block--stacked > :not(:first-child), .yellow-sidelines.block--standard > :not(:first-child), .yellow-sidelines:not(.block):not(.layout):not(:first-child) {
            margin-top: .75em
        }

        .aqua-sidelines.block--adjacent > :after, .aqua-sidelines.block--adjacent > :before, .aqua-sidelines.block--stacked > :after, .aqua-sidelines.block--stacked > :before, .aqua-sidelines.block--standard > :after, .aqua-sidelines.block--standard > :before, .aqua-sidelines:not(.block):not(.layout):after, .aqua-sidelines:not(.block):not(.layout):before, .black-sidelines.block--adjacent > :after, .black-sidelines.block--adjacent > :before, .black-sidelines.block--stacked > :after, .black-sidelines.block--stacked > :before, .black-sidelines.block--standard > :after, .black-sidelines.block--standard > :before, .black-sidelines:not(.block):not(.layout):after, .black-sidelines:not(.block):not(.layout):before, .blue-sidelines.block--adjacent > :after, .blue-sidelines.block--adjacent > :before, .blue-sidelines.block--stacked > :after, .blue-sidelines.block--stacked > :before, .blue-sidelines.block--standard > :after, .blue-sidelines.block--standard > :before, .blue-sidelines:not(.block):not(.layout):after, .blue-sidelines:not(.block):not(.layout):before, .emerald-sidelines.block--adjacent > :after, .emerald-sidelines.block--adjacent > :before, .emerald-sidelines.block--stacked > :after, .emerald-sidelines.block--stacked > :before, .emerald-sidelines.block--standard > :after, .emerald-sidelines.block--standard > :before, .emerald-sidelines:not(.block):not(.layout):after, .emerald-sidelines:not(.block):not(.layout):before, .gray-sidelines.block--adjacent > :after, .gray-sidelines.block--adjacent > :before, .gray-sidelines.block--stacked > :after, .gray-sidelines.block--stacked > :before, .gray-sidelines.block--standard > :after, .gray-sidelines.block--standard > :before, .gray-sidelines:not(.block):not(.layout):after, .gray-sidelines:not(.block):not(.layout):before, .green-sidelines.block--adjacent > :after, .green-sidelines.block--adjacent > :before, .green-sidelines.block--stacked > :after, .green-sidelines.block--stacked > :before, .green-sidelines.block--standard > :after, .green-sidelines.block--standard > :before, .green-sidelines:not(.block):not(.layout):after, .green-sidelines:not(.block):not(.layout):before, .limegreen-sidelines.block--adjacent > :after, .limegreen-sidelines.block--adjacent > :before, .limegreen-sidelines.block--stacked > :after, .limegreen-sidelines.block--stacked > :before, .limegreen-sidelines.block--standard > :after, .limegreen-sidelines.block--standard > :before, .limegreen-sidelines:not(.block):not(.layout):after, .limegreen-sidelines:not(.block):not(.layout):before, .orange-sidelines.block--adjacent > :after, .orange-sidelines.block--adjacent > :before, .orange-sidelines.block--stacked > :after, .orange-sidelines.block--stacked > :before, .orange-sidelines.block--standard > :after, .orange-sidelines.block--standard > :before, .orange-sidelines:not(.block):not(.layout):after, .orange-sidelines:not(.block):not(.layout):before, .purple-sidelines.block--adjacent > :after, .purple-sidelines.block--adjacent > :before, .purple-sidelines.block--stacked > :after, .purple-sidelines.block--stacked > :before, .purple-sidelines.block--standard > :after, .purple-sidelines.block--standard > :before, .purple-sidelines:not(.block):not(.layout):after, .purple-sidelines:not(.block):not(.layout):before, .red-sidelines.block--adjacent > :after, .red-sidelines.block--adjacent > :before, .red-sidelines.block--stacked > :after, .red-sidelines.block--stacked > :before, .red-sidelines.block--standard > :after, .red-sidelines.block--standard > :before, .red-sidelines:not(.block):not(.layout):after, .red-sidelines:not(.block):not(.layout):before, .sidelines.block--adjacent > :after, .sidelines.block--adjacent > :before, .sidelines.block--stacked > :after, .sidelines.block--stacked > :before, .sidelines.block--standard > :after, .sidelines.block--standard > :before, .sidelines:not(.block):not(.layout):after, .sidelines:not(.block):not(.layout):before, .teal-sidelines.block--adjacent > :after, .teal-sidelines.block--adjacent > :before, .teal-sidelines.block--stacked > :after, .teal-sidelines.block--stacked > :before, .teal-sidelines.block--standard > :after, .teal-sidelines.block--standard > :before, .teal-sidelines:not(.block):not(.layout):after, .teal-sidelines:not(.block):not(.layout):before, .yellow-sidelines.block--adjacent > :after, .yellow-sidelines.block--adjacent > :before, .yellow-sidelines.block--stacked > :after, .yellow-sidelines.block--stacked > :before, .yellow-sidelines.block--standard > :after, .yellow-sidelines.block--standard > :before, .yellow-sidelines:not(.block):not(.layout):after, .yellow-sidelines:not(.block):not(.layout):before {
            content: '';
            display: block;
            -webkit-flex: 1 1 2rem;
            -ms-flex: 1 1 2rem;
            flex: 1 1 2rem;
            min-width: 2rem;
            height: 2px;
            background-color: currentColor
        }

        .aqua-sidelines.block--adjacent > :before, .aqua-sidelines.block--stacked > :before, .aqua-sidelines.block--standard > :before, .aqua-sidelines:not(.block):not(.layout):before, .black-sidelines.block--adjacent > :before, .black-sidelines.block--stacked > :before, .black-sidelines.block--standard > :before, .black-sidelines:not(.block):not(.layout):before, .blue-sidelines.block--adjacent > :before, .blue-sidelines.block--stacked > :before, .blue-sidelines.block--standard > :before, .blue-sidelines:not(.block):not(.layout):before, .emerald-sidelines.block--adjacent > :before, .emerald-sidelines.block--stacked > :before, .emerald-sidelines.block--standard > :before, .emerald-sidelines:not(.block):not(.layout):before, .gray-sidelines.block--adjacent > :before, .gray-sidelines.block--stacked > :before, .gray-sidelines.block--standard > :before, .gray-sidelines:not(.block):not(.layout):before, .green-sidelines.block--adjacent > :before, .green-sidelines.block--stacked > :before, .green-sidelines.block--standard > :before, .green-sidelines:not(.block):not(.layout):before, .limegreen-sidelines.block--adjacent > :before, .limegreen-sidelines.block--stacked > :before, .limegreen-sidelines.block--standard > :before, .limegreen-sidelines:not(.block):not(.layout):before, .orange-sidelines.block--adjacent > :before, .orange-sidelines.block--stacked > :before, .orange-sidelines.block--standard > :before, .orange-sidelines:not(.block):not(.layout):before, .purple-sidelines.block--adjacent > :before, .purple-sidelines.block--stacked > :before, .purple-sidelines.block--standard > :before, .purple-sidelines:not(.block):not(.layout):before, .red-sidelines.block--adjacent > :before, .red-sidelines.block--stacked > :before, .red-sidelines.block--standard > :before, .red-sidelines:not(.block):not(.layout):before, .sidelines.block--adjacent > :before, .sidelines.block--stacked > :before, .sidelines.block--standard > :before, .sidelines:not(.block):not(.layout):before, .teal-sidelines.block--adjacent > :before, .teal-sidelines.block--stacked > :before, .teal-sidelines.block--standard > :before, .teal-sidelines:not(.block):not(.layout):before, .yellow-sidelines.block--adjacent > :before, .yellow-sidelines.block--stacked > :before, .yellow-sidelines.block--standard > :before, .yellow-sidelines:not(.block):not(.layout):before {
            margin-right: 1.5rem
        }

        .aqua-sidelines.block--adjacent > :after, .aqua-sidelines.block--stacked > :after, .aqua-sidelines.block--standard > :after, .aqua-sidelines:not(.block):not(.layout):after, .black-sidelines.block--adjacent > :after, .black-sidelines.block--stacked > :after, .black-sidelines.block--standard > :after, .black-sidelines:not(.block):not(.layout):after, .blue-sidelines.block--adjacent > :after, .blue-sidelines.block--stacked > :after, .blue-sidelines.block--standard > :after, .blue-sidelines:not(.block):not(.layout):after, .emerald-sidelines.block--adjacent > :after, .emerald-sidelines.block--stacked > :after, .emerald-sidelines.block--standard > :after, .emerald-sidelines:not(.block):not(.layout):after, .gray-sidelines.block--adjacent > :after, .gray-sidelines.block--stacked > :after, .gray-sidelines.block--standard > :after, .gray-sidelines:not(.block):not(.layout):after, .green-sidelines.block--adjacent > :after, .green-sidelines.block--stacked > :after, .green-sidelines.block--standard > :after, .green-sidelines:not(.block):not(.layout):after, .limegreen-sidelines.block--adjacent > :after, .limegreen-sidelines.block--stacked > :after, .limegreen-sidelines.block--standard > :after, .limegreen-sidelines:not(.block):not(.layout):after, .orange-sidelines.block--adjacent > :after, .orange-sidelines.block--stacked > :after, .orange-sidelines.block--standard > :after, .orange-sidelines:not(.block):not(.layout):after, .purple-sidelines.block--adjacent > :after, .purple-sidelines.block--stacked > :after, .purple-sidelines.block--standard > :after, .purple-sidelines:not(.block):not(.layout):after, .red-sidelines.block--adjacent > :after, .red-sidelines.block--stacked > :after, .red-sidelines.block--standard > :after, .red-sidelines:not(.block):not(.layout):after, .sidelines.block--adjacent > :after, .sidelines.block--stacked > :after, .sidelines.block--standard > :after, .sidelines:not(.block):not(.layout):after, .teal-sidelines.block--adjacent > :after, .teal-sidelines.block--stacked > :after, .teal-sidelines.block--standard > :after, .teal-sidelines:not(.block):not(.layout):after, .yellow-sidelines.block--adjacent > :after, .yellow-sidelines.block--stacked > :after, .yellow-sidelines.block--standard > :after, .yellow-sidelines:not(.block):not(.layout):after {
            margin-left: 1.5rem
        }
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.underline {
    text-decoration: underline
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.grey--text {
    color: #696969 !important
}

.comingsoon, .montserrat, .worksans {
    font-weight: 400;
    font-style: normal
}

.worksans {
    font-family: "Work Sans",sans-serif
}

.montserrat {
    font-family: Montserrat,sans-serif
}

.comingsoon {
    font-family: "Coming Soon",cursive
}

.scrollAnchor {
    visibility: hidden;
    position: relative;
    top: -110px;
    margin-bottom: 0;
    line-height: 0
}

@media print,screen and (min-width:45em) {
    .table__cell.md-align--right .md-height--input {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media print,screen and (min-width:45em) {
    .md-height--input {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.table__row .table__cell {
    vertical-align: baseline !important
}

.shipMethod {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    padding-left: 30px
}

.shipping--ups:before {
    height: 26px;
    width: 23px;
    background: url("/Content/themes/Skin_Default/images/svg/UPS_logo_black (1).svg") center no-repeat;
    background-size: 26px 23px;
    content: '';
    padding-right: 8px;
    position: absolute;
    left: 1px
}

.shipping--truck:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    color: #272727;
    padding-right: 8px;
    position: absolute;
    left: 1px
}

.product__badges {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .product__badges .badge {
        font-size: 14px;
        letter-spacing: normal;
        font-weight: 700;
        position: relative;
        color: transparent;
        height: 32px;
        margin-right: 15px;
        width: calc(50% - 15px);
        text-align: left;
        margin-bottom: 5px
    }

@media screen and (min-width:60em) {
    .product__badges .badge {
        width: calc((100% / 3) - 15px)
    }
}

.product__badges .badge:before {
    content: '';
    height: 32px;
    background-size: cover;
    position: absolute;
    width: calc(100% - 15px)
}

@media screen and (min-width:60em) {
    .product__badges .badge:before {
        width: 100%
    }
}

.product__badges .badge.badge--iters:before {
    background: url(/Content/themes/Skin_Default/images/svg/ITERS.SVG) center no-repeat
}

.product__badges .badge.badge--fccers:before {
    background: url(/Content/themes/Skin_Default/images/svg/FCCERS.SVG) center no-repeat
}

.product__badges .badge.badge--ecers:before {
    background: url(/Content/themes/Skin_Default/images/svg/ECERS.SVG) center no-repeat
}

.product__badges .badge.badge--sacers:before {
    background: url(/Content/themes/Skin_Default/images/svg/SACERS.SVG) center no-repeat
}

.product__badges .badge.badge--exclusive:before {
    background: url(/Content/themes/Skin_Default/images/svg/101828_Website_Badges_BeckersExclusive.svg) center no-repeat
}

.product__badges .badge.badge--green:before {
    background: url(/Content/themes/Skin_Default/images/svg/101828_Website_Badges_GreenFriendly.svg) center no-repeat
}

.product__badges .badge.badge--bilingual:before {
    background: url(/Content/themes/Skin_Default/images/svg/101828_Website_Badges_Bilingual.svg) center no-repeat
}

.product__badges .badge.flags {
    text-align: left
}

    .product__badges .badge.flags .flag.flag--new {
        padding-top: 4px;
        font-size: 12px !important;
        font-weight: 700
    }

        .product__badges .badge.flags .flag.flag--new:before {
            top: 3px
        }

        .product__badges .badge.flags .flag.flag--new:after {
            top: 3px
        }

@media screen and (min-width:60em) {
    .product__badges .badge.flags .flag.flag--new {
        padding-top: 5px
    }

        .product__badges .badge.flags .flag.flag--new:before {
            top: 5px
        }

        .product__badges .badge.flags .flag.flag--new:after {
            top: 5px
        }
}

.choke-hazardNotice img {
    width: auto;
    height: 32px
}

.choke-hazardNotice span {
    display: block
}

    .choke-hazardNotice span span {
        display: inline
    }

.icon.icon--block.icon--safety svg {
    height: 66px;
    width: 75px;
    fill: #a77ee9
}

@media print,screen and (min-width:45em) {
    .icon.icon--block.icon--safety svg {
        height: 56px;
        width: 65px;
        left: 10px
    }
}

.icon.icon--block.icon--family svg {
    height: 74px;
    width: 74px;
    fill: #00aadf
}

@media print,screen and (min-width:45em) {
    .icon.icon--block.icon--family svg {
        height: 64px;
        width: 64px
    }
}

body {
    color: #272727;
    font-family: "Work Sans",sans-serif
}

    body a:hover {
        color: #f47548;
        text-decoration: underline;
        cursor: pointer
    }

    body .layout__page .wysiwyg a:not(.button):not(.arrow--link):not(.headerLink) {
        color: #272727;
        text-decoration: underline
    }

        body .layout__page .wysiwyg a:not(.button):not(.arrow--link):not(.headerLink):hover {
            color: #f47548
        }

    body .layout__page .wysiwyg h1 a:not(.button):not(.arrow--link):not(.headerLink), body .layout__page .wysiwyg h2 a:not(.button):not(.arrow--link):not(.headerLink), body .layout__page .wysiwyg h3 a:not(.button):not(.arrow--link):not(.headerLink), body .layout__page .wysiwyg h4 a:not(.button):not(.arrow--link):not(.headerLink), body .layout__page .wysiwyg h5 a:not(.button):not(.arrow--link):not(.headerLink), body .layout__page .wysiwyg h6 a:not(.button):not(.arrow--link):not(.headerLink) {
        color: #272727;
        text-decoration: none
    }

        body .layout__page .wysiwyg h1 a:not(.button):not(.arrow--link):not(.headerLink):hover, body .layout__page .wysiwyg h2 a:not(.button):not(.arrow--link):not(.headerLink):hover, body .layout__page .wysiwyg h3 a:not(.button):not(.arrow--link):not(.headerLink):hover, body .layout__page .wysiwyg h4 a:not(.button):not(.arrow--link):not(.headerLink):hover, body .layout__page .wysiwyg h5 a:not(.button):not(.arrow--link):not(.headerLink):hover, body .layout__page .wysiwyg h6 a:not(.button):not(.arrow--link):not(.headerLink):hover {
            color: #f47548;
            text-decoration: none
        }

.h1, h1, h1.layout__title {
    font-family: "Work Sans",sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h1, h1, h1.layout__title {
        line-height: 56px;
        font-size: 50px
    }
}

.h2, h2 {
    font-family: "Coming Soon",cursive;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02em
}

@media print,screen and (min-width:45em) {
    .h2, h2 {
        font-size: 46px;
        line-height: 60px
    }
}

.h3, h3 {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal
}

@media screen and (min-width:60em) {
    .h3, h3 {
        font-size: 32px;
        line-height: 38px
    }
}

.h4, h4 {
    font-family: "Coming Soon",cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: normal
}

@media screen and (min-width:60em) {
    .h4, h4 {
        font-size: 20px;
        line-height: 32px
    }
}

.h5, h5 {
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h5, h5 {
        line-height: 22px
    }
}

.h6, h6 {
    font-family: "Work Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h6, h6 {
        line-height: 18px
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 5px
}

    .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: 0;
        margin-bottom: 5px
    }

a, li, p, span {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    line-height: normal;
    line-height: 25px
}

@media print,screen and (min-width:45em) {
    a, li, p, span {
        font-size: 14px;
        line-height: 21px
    }
}

div {
    font-size: 18px
}

@media print,screen and (min-width:45em) {
    div {
        font-size: 14px !important
    }
}

p {
    margin-bottom: 10px
}

a:hover {
    color: #f47548
}

.h1 a, h1 a {
    font-family: "Work Sans",sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h1 a, h1 a {
        line-height: 56px;
        font-size: 50px
    }
}

.h2 a, h2 a {
    font-family: "Coming Soon",cursive;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02em
}

@media print,screen and (min-width:45em) {
    .h2 a, h2 a {
        font-size: 46px;
        line-height: 60px
    }
}

.h3 a, h3 a {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal
}

@media screen and (min-width:60em) {
    .h3 a, h3 a {
        font-size: 32px;
        line-height: 38px
    }
}

.h4 a, h4 a {
    font-family: "Coming Soon",cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: normal
}

@media screen and (min-width:60em) {
    .h4 a, h4 a {
        font-size: 20px;
        line-height: 32px
    }
}

.h5 a, h5 a {
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h5 a, h5 a {
        line-height: 22px
    }
}

.h6 a, h6 a {
    font-family: "Work Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .h6 a, h6 a {
        line-height: 18px
    }
}

.beckers__accountNav.nav {
    margin-bottom: 26px
}

.beckers__accountNav .nav__item--header {
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px
}

@media print,screen and (min-width:45em) {
    .beckers__accountNav .nav__item--header {
        line-height: 22px
    }
}

.beckers__accountNav .nav__link {
    color: #f47548;
    font-size: 15px;
    line-height: 1.6
}

    .beckers__accountNav .nav__link:hover {
        text-decoration: underline
    }

.layout__header .layout__mobileHeader {
    padding: 0
}

    .layout__header .layout__mobileHeader .width--layout {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 110px 10px 65px;
        position: relative
    }

@media print,screen and (min-width:30em) {
    .layout__header .layout__mobileHeader .width--layout {
        padding: 10px 100px
    }
}

.layout__header .layout__mobileHeader .width--layout .layout__logo {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%
}

.layout__header .layout__mobileHeader .layout__mobileHeaderButton {
    margin: 0;
    height: auto;
    width: auto;
    font-size: 24px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute
}

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton i {
        color: #bf2f38;
        font-size: 24px;
        font-weight: 400
    }

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.layout__mobileMiniCart {
        right: 20px
    }

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.searchButton {
        right: 65px
    }

@media screen and (min-width:420px) {
    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.searchButton {
        right: 89px
    }
}

.layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton {
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #bf2f38;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: .25s ease-in-out
    }

        .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton span:nth-child(1) {
            top: 0
        }

        .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton span:nth-child(2) {
            top: 8px
        }

        .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton span:nth-child(3) {
            top: 16px
        }

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton.canvasMenu--open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton.canvasMenu--open span:nth-child(2) {
        opacity: 0;
        left: -100px
    }

    .layout__header .layout__mobileHeader .layout__mobileHeaderButton.canvasMenu__toggleButton.canvasMenu--open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.layout__header .layout__logoNav .mainWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .layout__header .layout__logoNav .mainWrapper .layout__logo {
        float: none;
        margin: 0;
        height: auto;
        width: auto
    }

        .layout__header .layout__logoNav .mainWrapper .layout__logo .layout__logoImage {
            width: 340px;
            height: 72px
        }

    .layout__header .layout__logoNav .mainWrapper .search.search--header {
        height: 42px;
        padding: 0 10px;
        max-width: 518px;
        margin: auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .layout__header .layout__logoNav .mainWrapper .search.search--header {
        width: 518px
    }
}

.layout__header .layout__logoNav .mainWrapper .search.search--header:before {
    display: none
}

.layout__header .layout__logoNav .mainWrapper .search.search--header .search__input {
    height: 100%;
    width: calc(100% - 64px);
    background-color: #ebebeb;
    border: 0;
    padding-right: 0;
    padding-left: 23px;
    border-radius: 25px 0 0 25px;
    letter-spacing: .2px;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    color: #000
}

.layout__header .layout__logoNav ::-webkit-input-placeholder {
    color: #000
}

.layout__header .layout__logoNav :-ms-input-placeholder {
    color: #000
}

.layout__header .layout__logoNav ::placeholder {
    color: #000
}

.layout__header .layout__logoNav .mainWrapper .search.search--header .search__submit {
    width: 54px;
    height: 100%;
    position: relative;
    background-color: #bf2f38;
    border-radius: 0 25px 25px 0;
    margin-left: -5px
}

    .layout__header .layout__logoNav .mainWrapper .search.search--header .search__submit i {
        font-size: 20px;
        font-weight: 400;
        color: #fff
    }

.layout__header .layout__logoNav .mainWrapper .miniCart {
    position: relative;
    bottom: 5px
}

.layout__header .layout__logoNav .mainWrapper .nav__item--account {
    text-align: center;
    padding-right: 28px;
    position: relative
}

    .layout__header .layout__logoNav .mainWrapper .nav__item--account .nav__link {
        font-weight: 600;
        text-decoration: none
    }

        .layout__header .layout__logoNav .mainWrapper .nav__item--account .nav__link:before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 24px;
            font-weight: 700;
            color: #bf2f38;
            display: block
        }

    .layout__header .layout__logoNav .mainWrapper .nav__item--account .dropdown {
        top: 100%;
        right: calc(50% - 90px);
        padding: 10px 0;
        width: 180px;
        text-align: left
    }

        .layout__header .layout__logoNav .mainWrapper .nav__item--account .dropdown hr {
            margin: 5px 0
        }

        .layout__header .layout__logoNav .mainWrapper .nav__item--account .dropdown ul li {
            padding: 0 10px
        }

        .layout__header .layout__logoNav .mainWrapper .nav__item--account .dropdown a {
            font-size: 12px
        }

            .layout__header .layout__logoNav .mainWrapper .nav__item--account .dropdown a:before {
                display: none
            }

.layout__header .layout__cms.layout__cms--header.layout__cms--top {
    height: 34px
}

    .layout__header .layout__cms.layout__cms--header.layout__cms--top, .layout__header .layout__cms.layout__cms--header.layout__cms--top > .contentArea, .layout__header .layout__cms.layout__cms--header.layout__cms--top > .contentArea > .block, .layout__header .layout__cms.layout__cms--header.layout__cms--top > .contentArea > .block > .wysiwyg {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

.layout__header .layout__cms.layout__cms--header .contentArea {
    margin: 0;
    padding: 0
}

    .layout__header .layout__cms.layout__cms--header .contentArea .block--standard {
        margin: 0;
        overflow: hidden;
        width: 100%
    }

        .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg {
            padding: 0;
            margin: 0;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1.16667;
            text-align: center
        }

            .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg a, .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg li, .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg p, .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg span {
                line-height: inherit
            }

            .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg a, .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg p {
                color: #000;
                font-size: 12px;
                letter-spacing: .6px;
                font-weight: 600;
                text-overflow: ellipsis
            }

            .layout__header .layout__cms.layout__cms--header .contentArea .block--standard .wysiwyg a {
                text-decoration: underline
            }

.layout__header .predictiveSearch__results {
    white-space: normal;
    word-break: break-word;
    background-color: #fff;
    z-index: 120
}

@media screen and (min-width:60em) {
    .layout__header .predictiveSearch__results {
        left: 35px !important
    }
}

.layout__header .predictiveSearch__results li:hover {
    background-color: transparent;
    color: #f47548
}

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item:hover > .tabs__panel, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:hover > .tabs__panel[aria-hidden=true] {
        display: block
    }
}

.layout__header .canvasMenu {
    top: 61px;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    border-right: 0
}

.layout__header .layout__utilityNav {
    padding-top: 10px;
    padding-bottom: 17px
}

    .layout__header .layout__utilityNav .nav.nav--utility .nav__item .nav__link {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: .3px;
        line-height: 37px;
        text-decoration: none;
        color: #262626
    }

        .layout__header .layout__utilityNav .nav.nav--utility .nav__item .nav__link:hover {
            color: #f47548
        }

@media print,screen and (min-width:45em) {
    .layout__header .layout__utilityNav .nav.nav--utility .nav__item .nav__link {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px
    }
}

@media screen and (min-width:60em) {
    .layout__header .layout__utilityNav .nav.nav--utility .nav__item .nav__link {
        padding: 5px 10px 0
    }
}

.layout__header .layout__utilityNav .nav__link[href$='/my-classroom-lists']:before, .layout__header .layout__utilityNav .nav__link[href$='/my-classroom-lists/']:before {
    content: " ";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 400;
    color: #f47548
}

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5
    }
}

.layout__header .layout__primaryNav .nav.nav--primary {
    padding: 0
}

    .layout__header .layout__primaryNav .nav.nav--primary .nav__item {
        margin-top: 0;
        border: 0;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding: 17px 15px
    }

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item {
        border: 0;
        padding: 0;
        position: static
    }
}

@media screen and (min-width:1110px) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.layout__header .layout__primaryNav .nav.nav--primary > .nav__item > .tabs__panel[aria-hidden=true] {
    display: none
}

.layout__header .layout__primaryNav .nav.nav--primary .nav__item .tabs__tab {
    position: absolute;
    right: 0;
    border: 0;
    background-color: transparent
}

    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .tabs__tab:before {
        font-size: 24px;
        font-weight: 400;
        content: '\f105'
    }

    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .tabs__tab[aria-expanded=true]:before {
        content: '\f107'
    }

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .tabs__tab {
        display: none
    }
}

.layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    position: relative
}

@media print,screen and (min-width:45em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link {
        font-size: 14px;
        font-weight: 600
    }
}

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link {
        padding: 9px 15px 7px
    }
}

.layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link:after {
    display: none
}

.layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link:hover:after {
    display: block;
    content: '';
    height: 3px;
    background-color: #f47548;
    position: absolute;
    top: calc(100% - 3px);
    z-index: 9
}

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link:hover + .tabs__panel {
        display: block
    }
}

.layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link span {
    font-size: 18px;
    font-weight: 500
}

    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link span:after {
        display: none
    }

@media screen and (min-width:60em) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item .nav__link span {
        font-size: 12px;
        font-weight: 600
    }
}

@media screen and (max-width:960px) {
    .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/On-Sale']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/On-Sale/']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/On-sale']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/On-sale/']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/on-Sale']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/on-Sale/']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/on-sale']:before, .layout__header .layout__primaryNav .nav.nav--primary .nav__item:not([data-open-tabs="1"]) > .nav__link[href$='/on-sale/']:before {
        content: " ";
        font-family: 'Font Awesome 5 Pro';
        font-size: 18px;
        font-weight: 400;
        color: #f47548
    }
}

.nav__item--account.md-andDown {
    text-align: center
}

    .nav__item--account.md-andDown .nav__link {
        display: block
    }

        .nav__item--account.md-andDown .nav__link.nav__link--button {
            padding: 16px 0;
            background-color: #f47548;
            width: 100%;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            font-weight: 700
        }

        .nav__item--account.md-andDown .nav__link.button--link {
            padding: 10px 0
        }

.layout--preLogin .nav__item--account.md-andDown {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

@media screen and (max-width:960px) {
    .layout__utilityNav.tab--expanded {
        display: none
    }

    .layout__primaryNav.tab--expanded .nav.nav--primary .nav__item {
        display: none
    }

        .layout__primaryNav.tab--expanded .nav.nav--primary .nav__item[data-open-tabs="1"] {
            display: block;
            text-align: center;
            padding: 15px 0
        }

            .layout__primaryNav.tab--expanded .nav.nav--primary .nav__item[data-open-tabs="1"] .tabs__tab {
                left: 0;
                right: auto;
                width: 100%;
                padding-left: 10px;
                padding-bottom: 15px;
                border-bottom: 1px solid #d5d5d5
            }

                .layout__primaryNav.tab--expanded .nav.nav--primary .nav__item[data-open-tabs="1"] .tabs__tab:before {
                    content: '\f104';
                    color: #f47548;
                    font-size: 28px
                }

            .layout__primaryNav.tab--expanded .nav.nav--primary .nav__item[data-open-tabs="1"] .tabs__panel {
                padding-top: 30px
            }
}

.layout__footer {
    padding: 60px 10px 0;
    background-color: #f5f5f5;
    border: 0
}

@media print,screen and (min-width:45em) {
    .layout__footer {
        padding: 60px 0 0
    }
}

.layout__footer .layout__cms {
    margin: 0;
    padding-bottom: 30px
}

@media screen and (min-width:60em) {
    .layout__footer .layout__cms {
        padding-bottom: 50px
    }
}

.layout__footer .block--standard p, .layout__footer .footer-nav p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 12px
}

.layout__footer .block--standard ul li a, .layout__footer .footer-nav ul li a {
    line-height: 2.14;
    letter-spacing: .3px;
    color: #000
}

    .layout__footer .block--standard ul li a:hover, .layout__footer .footer-nav ul li a:hover {
        color: #f47548
    }

.layout__footer ul.nav__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px
}

@media screen and (min-width:60em) {
    .layout__footer ul.nav__social {
        padding-top: 0;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.layout__footer ul.nav__social li {
    padding: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

@media print,screen and (min-width:45em) {
    .layout__footer ul.nav__social li {
        padding: 0;
        padding-right: 15px;
        padding-bottom: 15px
    }
}

@media screen and (min-width:1180px) {
    .layout__footer ul.nav__social li {
        padding: 0;
        padding-right: 20px;
        padding-bottom: 25px
    }
}

.layout__footer ul.nav__social li a {
    line-height: normal
}

.layout__footer ul.nav__social .icon:hover {
    text-decoration: none
}

.layout__footer ul.nav__social .icon:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 38px;
    font-weight: 400;
    color: #bf2f38;
    font-family: 'Font Awesome 5 Brands'
}

.layout__footer ul.nav__social .icon.facebook:before {
    content: '\f082'
}

.layout__footer ul.nav__social .icon.twitter:before {
    content: '\f099'
}

.layout__footer ul.nav__social .icon.pinterest:before {
    content: '\f0d2'
}

.layout__footer ul.nav__social .icon.instagram:before {
    content: '\f16d'
}

.layout__footer ul.nav__social .icon.linkedin:before {
    content: '\f08c'
}

.layout__footer ul.nav__social .icon.yelp:before {
    content: '\f1e9'
}

.layout__footer .footer__bottom {
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px 0
}

@media print,screen and (min-width:45em) {
    .layout__footer .footer__bottom {
        background-color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 19px 10px 17px
    }
}

.layout__footer .footer__bottom a, .layout__footer .footer__bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    letter-spacing: .3px;
    color: #000
}

.layout__footer .footer__bottom a {
    color: #41b0df;
    padding: 0 5px
}

.layout__footer .footer__bottom .separator {
    color: #41b0df
}

.layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__tab {
    background-color: transparent !important;
    border-color: #d5d5d5;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .5px;
    color: #272727;
    padding-top: 22px;
    padding-bottom: 21px
}

    .layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__tab:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        font-weight: 400;
        color: #f47548;
        float: right
    }

    .layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__tab[aria-expanded=true] {
        border-bottom: none
    }

        .layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__tab[aria-expanded=true]:before {
            content: '\f068'
        }

.layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__panel {
    padding: 0 0 25px 0
}

    .layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__panel a, .layout__footer .block--accordion.md-andDown .tabs--accordion .tabs__panel ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: .5px
    }

@media screen and (min-width:60em) {
    .layout__primaryNav .nav__item--expands:hover .tabs__panel {
        display: block
    }
}

.layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard {
    padding: 20px;
    text-align: left
}

    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard p {
        margin: 0
    }

    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard .h3, .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard h3 {
        font-size: 18px
    }

    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard ul {
        padding-left: 20px
    }

        .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard ul li {
            line-height: 2
        }

    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.megamenu-allLink a {
        font-weight: 600;
        text-transform: uppercase
    }

        .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.megamenu-allLink a:hover {
            text-decoration: none
        }

        .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.megamenu-allLink a:after {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 20px;
            font-weight: 500;
            color: inherit;
            padding-left: 5px;
            position: relative;
            top: 1px
        }

@media screen and (min-width:60em) {
    .layout__primaryNav .nav__item--expands .tabs__panel {
        display: none;
        position: absolute;
        top: calc(100% + 9px);
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 0;
        background-color: #fff;
        z-index: 110;
        border-top: 1px solid #d5d5d5;
        max-width: 1140px
    }

        .layout__primaryNav .nav__item--expands .tabs__panel .contentArea {
            background-color: #fff;
            border: 1px solid #d5d5d5
        }

            .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard {
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                padding: 14px 25px 30px 35px
            }

                .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard .h3, .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard h3 {
                    margin-bottom: 0;
                    font-size: 15px;
                    font-weight: 600
                }

                    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard .h3 a, .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard h3 a {
                        font-weight: 600;
                        font-size: 15px
                    }

                .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard a {
                    font-size: 13px;
                    font-weight: 500
                }

                .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.fProduct {
                    border-left: 1px solid #d5d5d5;
                    padding-left: 25px;
                    padding-right: 25px;
                    padding-top: 28px;
                    display: block
                }

                .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.megamenu-allLink {
                    border-right: 1px solid #d5d5d5;
                    padding: 0 25px 35px 35px;
                    text-align: left;
                    position: relative;
                    left: 1px
                }

                    .layout__primaryNav .nav__item--expands .tabs__panel .contentArea .block--standard.megamenu-allLink a:after {
                        font-size: 13px;
                        padding-top: 0
                    }
}

@media screen and (min-width:1180px) {
    .layout__primaryNav .nav__item--expands .tabs__panel {
        left: calc(50% - 565px)
    }
}

.priceGroup {
    line-height: normal
}

.price {
    display: block;
    font-family: "Work Sans",sans-serif
}

    .price .price__value + .price__value:before {
        content: '- '
    }

    .price.price--default {
        text-decoration: line-through
    }

        .price.price--default .price__label, .price.price--default .price__value {
            font-weight: 400;
            color: #272727;
            letter-spacing: .2px
        }

    .price.price--clearance .price__label, .price.price--clearance .price__value, .price.price--sale .price__label, .price.price--sale .price__value {
        font-weight: 600;
        color: #bf2f38;
        letter-spacing: .3px
    }

.thumbnail .price.price--default {
    text-decoration: line-through;
    font-size: 11px;
    line-height: 1.67
}

    .thumbnail .price.price--default .price__label, .thumbnail .price.price--default .price__value {
        font-size: 11px;
        line-height: 1.67
    }

.thumbnail .price.price--clearance .price__label, .thumbnail .price.price--clearance .price__value, .thumbnail .price.price--sale .price__label, .thumbnail .price.price--sale .price__value {
    font-size: 14px
}

.product .price.price--default {
    text-decoration: line-through
}

    .product .price.price--default .price__label, .product .price.price--default .price__value {
        font-size: 12px
    }

.product .price.price--clearance .price__label, .product .price.price--clearance .price__value, .product .price.price--sale .price__label, .product .price.price--sale .price__value {
    font-size: 18px
}

.modal--quickview .price .price--default .price__label, .modal--quickview .price .price--default .price__value {
    font-size: 11px
}

.flags .flag {
    background-color: transparent;
    padding: 0;
    padding-left: 25px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #272727;
    position: relative
}

    .flags .flag:after, .flags .flag:before {
        position: absolute;
        left: 0;
        top: 0
    }

    .flags .flag.flag--new:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        font-weight: 700;
        color: #28acaa;
        top: -7px
    }

    .flags .flag.flag--new:after {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        left: 4.5px
    }

    .flags .flag.flag--sale:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 18px;
        font-weight: 700;
        color: #4ccc92;
        top: -6px
    }

    .flags .flag.flag--bestSeller {
        padding-left: 30px
    }

        .flags .flag.flag--bestSeller:before {
            content: '';
            top: -5px;
            height: 24px;
            width: 24px;
            background: url(/Content/themes/Skin_Default/images/svg/bestseller.svg) center no-repeat;
            background-size: contain
        }

    .flags .flag.flag--clearance:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 20px;
        font-weight: 700;
        color: #3565ae;
        top: -7px
    }

    .flags .flag.flag--clearance:after {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 9px;
        font-weight: 700;
        color: #fff;
        left: 6.5px;
        top: 1px
    }

.flags.speedShopProduct__flags {
    padding-top: 10px
}

.asyncContent--productFilter .productFilter {
    border: 1px solid #d5d5d5
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter {
        border: 0
    }
}

.asyncContent--productFilter .productFilter .productFilter__heading {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
    padding-right: 44px;
    border-color: transparent
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .asyncContent--productFilter .productFilter .productFilter__heading:after {
            display: none
        }
}

.asyncContent--productFilter .productFilter .productFilter__heading:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    font-weight: 300;
    color: #272727;
    top: calc(50% - 19px)
}

.asyncContent--productFilter .productFilter .productFilter__heading[aria-expanded=true]:before {
    content: '\f068'
}

.asyncContent--productFilter .productFilter .productFilter__heading .productFilter__clearAll {
    font-size: 12px;
    padding: 10px 20px;
    top: calc(100% + 20px);
    left: calc(50% - 40px);
    right: auto;
    padding: 0
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__heading .productFilter__clearAll {
        float: right;
        padding-left: 15px
    }
}

.asyncContent--productFilter .productFilter .productFilter__heading .productFilter__title {
    font-family: "Work Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    font-size: 17px;
    font-weight: 700;
    margin-right: 0;
    margin: 0;
    position: relative;
    left: 30px
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__heading .productFilter__title {
        line-height: 18px
    }
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__heading .productFilter__title {
        font-size: 14px;
        left: auto
    }
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__heading {
        margin-bottom: 20px;
        text-align: left;
        padding: 0
    }
}

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab {
    background-color: transparent !important;
    line-height: normal;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab {
        padding: 13px 0
    }
}

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 400;
    color: #272727;
    position: absolute;
    right: 0
}

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab[aria-expanded=true] {
    border-bottom: 0
}

    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab[aria-expanded=true]:before {
        content: '\f068'
    }

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupTab.tabs__tab .productFilter__clearGroup {
    padding-right: 40px;
    color: #bf2f38;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel {
        padding: 5px 0 3px 0
    }
}

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value {
    padding-bottom: 10px;
    text-transform: none
}

.asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueLabel {
    display: block;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueLabel:hover > .productFilter__valueName {
        color: #000
    }

        .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueLabel:hover > .productFilter__valueName:before {
            color: #28acaa
        }

@media screen and (min-width:60em) {
    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueLabel {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,screen and (min-width:45em) {
    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueInput {
        position: absolute;
        right: 100%;
        margin-right: 1rem
    }

        .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueInput:checked ~ .productFilter__valueName {
            font-weight: 600
        }

            .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueInput:checked ~ .productFilter__valueName:before {
                color: #28acaa;
                font-weight: 700
            }

            .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueInput:checked ~ .productFilter__valueName:after {
                top: 2px;
                left: 5px;
                opacity: 1
            }

    .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueName {
        display: block;
        transition: color .2s ease-in-out;
        padding-right: 4px;
        display: inline
    }

        .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueName:before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 16px;
            font-weight: 400;
            color: #dfeef2;
            transition: border-color .2s ease-in-out;
            padding-right: 15px;
            padding-left: 2px;
            position: relative;
            top: 2px
        }

        .asyncContent--productFilter .productFilter .productFilter__groups .productFilter__groupPanel.tabs__panel .productFilter__value--checkbox .productFilter__valueName:after {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 10px;
            font-weight: 500;
            color: #fff;
            position: absolute;
            top: -7px;
            bottom: auto;
            right: auto;
            left: 0;
            display: block;
            opacity: 0;
            transition: top .2s ease-in-out,opacity .2s ease-in-out
        }
}

.kendoGridWrapper .gridControls {
    display: block;
    margin: 0;
    padding-bottom: 20px
}

@media screen and (min-width:60em) {
    .kendoGridWrapper .gridControls {
        padding-bottom: 0
    }
}

.kendoGridWrapper .gridControls select {
    width: auto
}

.kendoGridWrapper .gridControls .gridControls__pageSize {
    padding-bottom: 15px !important;
    text-align: center
}

.kendoGridWrapper .gridControls div {
    font-size: 18px
}

@media screen and (min-width:60em) {
    .kendoGridWrapper .gridControls div {
        font-size: 14px
    }
}

.gridControls {
    text-align: center;
    padding-right: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    padding-bottom: 15px
}

@media print,screen and (min-width:45em) {
    .gridControls {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 5px;
        position: relative;
        bottom: 10px
    }
}

.gridControls div {
    font-size: 14px;
    color: #272727;
    letter-spacing: normal;
    text-align: left;
    width: auto;
    padding: 0
}

.gridControls .gridControls__itemCount {
    line-height: 2.57
}

.gridControls .gridControls__sort select {
    height: 35px;
    font-size: 14px;
    color: #272727;
    border-color: #d5d5d5;
    min-width: 154px;
    max-width: 200px;
    margin-left: 8px
}

@media print,screen and (min-width:45em) {
    .gridControls .gridControls__sort {
        padding-left: 30px !important
    }
}

.gridControls .gridControls__shoppingMode {
    margin-left: auto
}

    .gridControls .gridControls__shoppingMode .button {
        height: auto;
        padding: 0;
        min-height: 0;
        background-color: transparent
    }

        .gridControls .gridControls__shoppingMode .button i {
            font-size: 24px;
            color: #8c8b8b;
            padding-left: 20px
        }

.gridControls.gridControls--top .gridControls__paging {
    display: none
}

.gridControls.gridControls--bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px
}

    .gridControls.gridControls--bottom .gridControls__itemCount, .gridControls.gridControls--bottom .gridControls__shoppingMode, .gridControls.gridControls--bottom .gridControls__sort {
        display: none !important
    }

.crmOrderHistory .layout__title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.crmOrderHistory .gridControls {
    padding: 20px 10px
}

    .crmOrderHistory .gridControls div {
        margin-left: auto;
        margin-right: 0
    }

.crmOrderHistory .crmOrderHistory__searchForm .button--primary {
    padding: 10px 5px
}

.crmOrderDetails .layout__title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.miniCart .miniCart__cartPageLink {
    position: relative;
    padding-top: 30px;
    margin: auto;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #272727;
    text-decoration: none
}

    .miniCart .miniCart__cartPageLink:hover span {
        color: #f47548
    }

    .miniCart .miniCart__cartPageLink span {
        font-weight: 600;
        padding-top: 2px
    }

    .miniCart .miniCart__cartPageLink .miniCart__countWrap > .miniCart__count {
        background-color: #f47548;
        border-radius: 50%;
        height: 22px;
        min-width: 22px;
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -1px;
        bottom: auto;
        right: 0;
        left: auto;
        padding: 0 2px
    }

    .miniCart .miniCart__cartPageLink:before {
        content: '';
        height: 27px;
        width: 36px;
        background: url(/Content/themes/Skin_Default/images/cartsample.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: auto;
        right: auto;
        left: 15px
    }

.miniCart .miniCart__dropdown {
    top: calc(100% + 8px);
    width: 25em;
    border-color: #d5d5d5
}

    .miniCart .miniCart__dropdown .miniCart__title {
        border-color: #d5d5d5
    }

    .miniCart .miniCart__dropdown .miniCart__heading .miniCart__countWrap {
        background-color: #f47548;
        border-radius: 50%;
        height: 24px;
        min-width: 24px;
        margin: auto;
        font-size: 13px;
        color: #fff;
        padding: 2px;
        position: relative;
        bottom: 2px
    }

    .miniCart .miniCart__dropdown .miniCart__lineItems .table {
        width: 100%
    }

        .miniCart .miniCart__dropdown .miniCart__lineItems .table .lineItem__name {
            font-size: 14px;
            font-weight: 500
        }

            .miniCart .miniCart__dropdown .miniCart__lineItems .table .lineItem__name a {
                font-size: 14px;
                font-weight: 500
            }

.layout__header .layout__mobileHeader .layout__mobileMiniCart {
    margin-left: 24px;
    width: 40px;
    height: 30px;
    background: url(/Content/themes/Skin_Default/images/cartsample.png) center no-repeat;
    background-size: contain;
    padding-left: 10px
}

    .layout__header .layout__mobileHeader .layout__mobileMiniCart .miniCart__count {
        background-color: #f47548;
        border-radius: 50%;
        height: 22px;
        min-width: 22px;
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -2px;
        bottom: auto;
        right: auto;
        left: 70%
    }

.thumbnail {
    text-align: left
}

    .thumbnail figure.thumbnail__imageWrap {
        margin-bottom: 15px;
        position: relative
    }

        .thumbnail figure.thumbnail__imageWrap .thumbnail__imageLink {
            background-color: #fff
        }

        .thumbnail figure.thumbnail__imageWrap .thumbnail__image {
            margin: auto
        }

    .thumbnail .thumbnail__name, .thumbnail .thumbnail__name .thumbnail__nameLink {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.29;
        letter-spacing: .3px;
        color: #272727;
        text-align: left;
        padding-bottom: 3px
    }

        .thumbnail .thumbnail__name .thumbnail__nameLink span, .thumbnail .thumbnail__name span {
            font-size: 16px
        }

        .thumbnail .thumbnail__name .thumbnail__nameLink:hover, .thumbnail .thumbnail__name:hover {
            color: #f47548;
            text-decoration: none
        }

    .thumbnail .thumbnail__correlations span {
        font-size: 11px;
        color: #272727;
        display: block
    }

    .thumbnail .quickView {
        top: calc(50% - 22.5px)
    }

        .thumbnail .quickView .button.quickView__button {
            height: 45px;
            background-color: rgba(255,255,255,.75);
            border: 1px solid #d7d7d7;
            font-size: 16px;
            font-weight: 600;
            line-height: 2.38;
            color: #000;
            border-radius: 0;
            padding: 2px 34px
        }

    .thumbnail .thumbnail__bottom {
        margin-top: 15px
    }

.block--groupContent .thumbnail__correlations, .block--groupContent .thumbnail__wishlist, .block--skuContent .thumbnail__correlations, .block--skuContent .thumbnail__wishlist {
    display: none
}

.thumbnail .thumbnail__addToCart {
    position: relative
}

    .thumbnail .thumbnail__addToCart .cartItem__loader, .thumbnail .thumbnail__addToCart .cartItem__resultTooltip {
        position: absolute;
        top: calc(100% + 5px)
    }

.layout__top .nav.nav--breadcrumb, .nav.nav--breadcrumb {
    padding-top: 14px
}

    .layout__top .nav.nav--breadcrumb .nav__item, .layout__top .nav.nav--breadcrumb .nav__item > .nav__link, .nav.nav--breadcrumb .nav__item, .nav.nav--breadcrumb .nav__item > .nav__link {
        font-family: "Work Sans",sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2c2b2b;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .layout__top .nav.nav--breadcrumb .nav__item.nav__item--active, .nav.nav--breadcrumb .nav__item.nav__item--active {
            font-weight: 600
        }

        .layout__top .nav.nav--breadcrumb .nav__item:not(:first-child):before, .nav.nav--breadcrumb .nav__item:not(:first-child):before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 12px;
            font-weight: 400;
            color: #2c2b2b;
            margin: 0;
            padding: 0 5px
        }

        .layout__top .nav.nav--breadcrumb .nav__item > .nav__link:hover, .nav.nav--breadcrumb .nav__item > .nav__link:hover {
            color: #f47548;
            text-decoration: underline
        }

    .nav.nav--breadcrumb.checkout__nav .nav__item .nav__link {
        color: #2c2b2b
    }

        .nav.nav--breadcrumb.checkout__nav .nav__item .nav__link:hover {
            color: #f47548;
            text-decoration: underline
        }

        .nav.nav--breadcrumb.checkout__nav .nav__item .nav__link:hover {
            color: #f47548;
            text-decoration: underline
        }

    .nav.nav--breadcrumb.checkout__nav .nav__item.nav__item--disabled {
        font-weight: 400;
        color: #888
    }

    .nav.nav--breadcrumb.checkout__nav .nav__item.nav__item--active {
        font-weight: 600;
        color: #2c2b2b
    }

.product .addToCartForm label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: normal;
    color: #272727;
    padding-bottom: 15px
}

.product .addToCartForm .inputGroup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .product .addToCartForm .inputGroup .addToCartForm__quantity {
        margin: 0
    }

        .product .addToCartForm .inputGroup .addToCartForm__quantity input {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            height: 38px;
            margin: auto;
            border: 1px solid #ebebeb;
            width: 52px;
            max-width: 52px;
            text-align: center;
            padding: 0;
            font-size: 14px;
            color: #010101;
            font-weight: 500
        }

    .product .addToCartForm .inputGroup button[data-cart-name=ShoppingCart] {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 10px
    }

@media print,screen and (min-width:45em) {
    .product .addToCartForm .inputGroup button[data-cart-name=ShoppingCart] {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px;
        padding: 10px 50px
    }
}

.product .addToCartForm .inputGroup button[data-cart-name=Wishlist] {
    display: none
}

.product .addToCartForm .addToCartForm__wishlist button[data-cart-name=ShoppingCart] {
    display: none
}

.thumbnail .thumbnail__addToCart .inputGroup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .thumbnail .thumbnail__addToCart .inputGroup .thumbnail__quantity {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 5px;
        margin: 0
    }

@media print,screen and (min-width:45em) {
    .thumbnail .thumbnail__addToCart .inputGroup .thumbnail__quantity {
        padding-right: 39px
    }
}

.thumbnail .thumbnail__addToCart .inputGroup .thumbnail__quantity input {
    height: 38px;
    max-width: 48px;
    margin: 0;
    border: 1px solid #ebebeb;
    padding-left: 10px
}

.thumbnail .thumbnail__addToCart .inputGroup button {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px
}

@media screen and (max-width:430px) {
    .thumbnail .thumbnail__addToCart .inputGroup button {
        font-size: 12px;
        padding: 0
    }
}

.thumbnail .button--speedshop {
    padding: 10px;
    margin: 0 auto;
    width: 90%
}

@media screen and (max-width:430px) {
    .thumbnail .button--speedshop {
        font-size: 12px;
        padding: 15px
    }
}

@media print,screen and (min-width:45em) {
    .thumbnail .button--speedshop {
        width: calc(100% - 45px)
    }
}

.speedShop .speedShop__products thead tr {
    font-weight: 700;
    font-size: 14px
}

    .speedShop .speedShop__products thead tr th {
        vertical-align: middle
    }

.speedShop .speedShop__products tbody tr {
    font-size: 14px
}

    .speedShop .speedShop__products tbody tr td {
        vertical-align: middle !important
    }

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--name span {
    font-size: 16px
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--name .speedShopProduct__nameLink:hover {
    text-decoration: none
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--name .option__header {
    font-weight: 500
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--name .option__label {
    font-weight: 500
}

    .speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--name .option__label span {
        font-weight: 400
    }

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price .price__label {
    display: none
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price .price--clearance .price__value, .speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price .price--sale .price__value {
    display: none
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price.speedShopProduct__cell--sale .price .price__value {
    display: none
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price.speedShopProduct__cell--sale .price--clearance .price__value, .speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--price.speedShopProduct__cell--sale .price--sale .price__value {
    display: block
}

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--image .quickView {
    top: calc(50% - 20px)
}

    .speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--image .quickView .button.quickView__button {
        background-color: rgba(255,255,255,.75);
        border: 1px solid #d7d7d7;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        border-radius: 0;
        padding: 10px 2px;
        min-height: 0
    }

.speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--buttons {
    text-align: center
}

    .speedShopProduct .speedShopProduct__cell.speedShopProduct__cell--buttons button {
        font-size: 14px;
        display: block;
        text-wrap: none;
        white-space: nowrap;
        margin: auto
    }

.speedShop__buttons {
    padding-top: 20px
}

    .speedShop__buttons button[data-cart-name=PDFPortfolio] {
        display: block;
        margin: auto
    }

@media print,screen and (min-width:45em) {
    .speedShop__buttons button[data-cart-name=PDFPortfolio] {
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (max-width:719px) {
    .speedShop .speedShop__products tbody .speedShopProduct {
        padding-top: 15px
    }

        .speedShop .speedShop__products tbody .speedShopProduct:not(:last-child) {
            border-bottom: 1px solid #d5d5d5
        }

    .speedShop .speedShop__products tbody tr.speedShopProduct.speedShopProduct--variant.speedShopProduct--hasImage {
        padding-left: 35%
    }

    .speedShop .speedShop__products tbody tr.speedShopProduct.speedShopProduct--group.speedShopProduct--hasImage .speedShopProduct__cell--name {
        padding-left: 35%
    }

    .speedShop .speedShop__products tbody .speedShopProduct__cell {
        display: inline-block;
        width: 100%;
        text-align: right;
        position: relative
    }

        .speedShop .speedShop__products tbody .speedShopProduct__cell a, .speedShop .speedShop__products tbody .speedShopProduct__cell label, .speedShop .speedShop__products tbody .speedShopProduct__cell p, .speedShop .speedShop__products tbody .speedShopProduct__cell span {
            font-size: 14px
        }

        .speedShop .speedShop__products tbody .speedShopProduct__cell[data-column]:before {
            font-weight: 600;
            position: absolute;
            left: 5px;
            text-align: left;
            min-width: 100px
        }

        .speedShop .speedShop__products tbody .speedShopProduct__cell .option__label {
            font-weight: 600
        }

            .speedShop .speedShop__products tbody .speedShopProduct__cell .option__label span {
                float: right
            }

        .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--name {
            text-align: left
        }

        .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--buttons button {
            display: block;
            margin-left: auto
        }

        .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--image {
            position: absolute;
            text-align: left;
            width: 35%
        }

            .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--image .speedShopProduct__imageWrap {
                height: 100%
            }

                .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--image .speedShopProduct__imageWrap .speedShopProduct__imageLink {
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .speedShop .speedShop__products tbody .speedShopProduct__cell.speedShopProduct__cell--image .speedShopProduct__imageWrap .speedShopProduct__imageLink img {
                        margin: auto
                    }
}

.modal .modal__closeButton {
    margin-left: -40px;
    margin-top: 10px
}

.modal .modal__content {
    padding-top: 40px
}

.modal .modal__window {
    min-height: 0
}

.modal.modal--myLists .modal__closeButton {
    margin: 10px;
    margin-left: -40px
}

.modal.modal--myLists .modal__window {
    min-width: 22em;
    min-height: 0;
    max-width: 423px
}

.modal.modal--myLists .modal__content {
    padding-top: 40px 15px 30px
}

    .modal.modal--myLists .modal__content form {
        text-align: center
    }

        .modal.modal--myLists .modal__content form input, .modal.modal--myLists .modal__content form select {
            width: 90%;
            height: 44px
        }

        .modal.modal--myLists .modal__content form input {
            padding-left: 10px
        }

        .modal.modal--myLists .modal__content form span {
            display: block;
            padding: 10px 0
        }

.modal--quickView .modal__window {
    min-width: 55em;
    max-width: 876px
}

    .modal--quickView .modal__window .product {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .modal--quickView .modal__window .product .product__heading {
            width: 60%
        }

@media screen and (min-width:60em) {
    .modal--quickView .modal__window .product .product__heading {
        padding-left: 50px
    }
}

.modal--quickView .modal__window .product .product__left {
    width: 38%
}

    .modal--quickView .modal__window .product .product__left .product__links {
        text-align: left !important
    }

        .modal--quickView .modal__window .product .product__left .product__links a {
            font-size: 14px;
            color: #28acaa;
            text-transform: uppercase
        }

.modal--quickView .modal__window .product .product__right {
    width: 60%
}

@media screen and (min-width:60em) {
    .modal--quickView .modal__window .product .product__right {
        padding-left: 50px
    }
}

.modal--quickView .modal__window .product .product__right .tabs.tabs--accordion h5 {
    border: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

    .modal--quickView .modal__window .product .product__right .tabs.tabs--accordion h5:before {
        display: none
    }

.modal--quickView .modal__window .product .product__right .tabs.tabs--accordion .tabs__panel {
    border: none
}

    .modal--quickView .modal__window .product .product__right .tabs.tabs--accordion .tabs__panel .truncate--description {
        max-height: 65px;
        overflow: hidden
    }

    .modal--quickView .modal__window .product .product__right .tabs.tabs--accordion .tabs__panel .arrow--link {
        font-size: 16px
    }

.modal--quickView .modal__window .product .product__right .product__priceBlock .shipMethod {
    top: 20px
}

.modal--quickView .modal__closeButton {
    margin: auto;
    margin-top: 10px;
    margin-left: -45px
}

.modal--newAddress .modal__window label, .modal--newCC .modal__window label {
    font-size: 14px;
    padding-bottom: 5px
}

.modal--newAddress .modal__window form, .modal--newCC .modal__window form {
    padding: 5px;
    margin: 15px 0
}

.modal--newAddress .modal__window .cardAddressPopulator, .modal--newCC .modal__window .cardAddressPopulator {
    max-width: 550px;
    overflow: auto
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window {
        max-width: 900px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content {
    width: 100%;
    height: 100%;
    min-height: 15em;
    padding: 20px 10px;
    background-color: #fff;
    text-align: center
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content {
        padding: 30px 20px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content h2 {
        font-size: 34px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content h2 em {
    color: #bf2f38;
    font-size: 0
}

    .modal.modal--emailSignUp .modal__window .modal__content h2 em:before {
        font-size: 38px
    }

.modal.modal--emailSignUp .modal__window .modal__content .contentArea.grid {
    margin: 0
}

.modal.modal--emailSignUp .modal__window .modal__content .block--adjacent:not(.md-6) .adjacent {
    background-color: #fff
}

    .modal.modal--emailSignUp .modal__window .modal__content .block--adjacent:not(.md-6) .adjacent .adjacent__image, .modal.modal--emailSignUp .modal__window .modal__content .block--adjacent:not(.md-6) .adjacent .adjacent__image img {
        min-width: 0;
        min-height: 0;
        margin-right: 0
    }

.modal.modal--emailSignUp .modal__window .modal__content .block.block--adjacent {
    padding: 0
}

    .modal.modal--emailSignUp .modal__window .modal__content .block.block--adjacent .adjacent__image {
        display: none
    }

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .block.block--adjacent .adjacent__image {
        display: block
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .modalTitle {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .modalTitle {
        font-size: 28px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .modalText {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .modalText {
        margin-top: 15px;
        font-size: 16px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .modalSubText {
    font-size: 14px;
    margin-top: 15px;
    text-align: center
}

    .modal.modal--emailSignUp .modal__window .modal__content .modalSubText a {
        color: #f47548;
        margin-left: 5px;
        font-size: 14px
    }

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .email__signUp {
        width: 389px;
        padding-top: 20px
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp input {
    display: inline-block;
    width: calc(100% - 110px);
    height: 48px;
    padding: 0 15px 0 15px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    font-size: 16px
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .email__signUp input {
        width: calc(100% - 145px)
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp input:focus {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
    outline-color: #272727
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.md-andUp {
    text-align: center;
    display: inline-block;
    height: 48px;
    width: 145px;
    line-height: 48px;
    padding: 0;
    display: none
}

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.md-andUp {
        display: block
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.md-andUp:hover {
    background-color: #f15118;
    transition: background-color .5s ease-in
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.sm-andDown {
    text-align: center;
    display: inline-block;
    height: 48px;
    width: 50px;
    line-height: 48px;
    padding: 0;
    display: block
}

    .modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.sm-andDown em {
        font-size: 0
    }

        .modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.sm-andDown em:before {
            font-size: 26px;
            position: relative;
            top: 3px
        }

@media print,screen and (min-width:45em) {
    .modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.sm-andDown {
        display: none
    }
}

.modal.modal--emailSignUp .modal__window .modal__content .email__signUp button.sm-andDown:hover {
    background-color: #f15118;
    transition: background-color .5s ease-in
}

.modal.modal--emailSignUp button[type=submit].loading.loading {
    position: relative !important;
    pointer-events: none
}

    .modal.modal--emailSignUp button[type=submit].loading.loading::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 3px solid #272727;
        border-right-color: transparent;
        border-radius: 50%;
        animation-name: loading_spin;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        z-index: 99
    }

    .modal.modal--emailSignUp button[type=submit].loading.loading::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255,.5);
        z-index: 9
    }

@keyframes loading_spin {
    from {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.modal.modal--createAccount .modal__window {
    max-width: 30em;
    min-height: 0
}

    .modal.modal--createAccount .modal__window .modal__content {
        padding: 30px
    }

@media screen and (max-width:720px) {
    .lineItemList .lineItem {
        padding: 15px 0
    }

        .lineItemList .lineItem .lineItem__cell {
            width: 60%;
            float: right;
            clear: right;
            padding: 5px
        }

            .lineItemList .lineItem .lineItem__cell a, .lineItemList .lineItem .lineItem__cell div, .lineItemList .lineItem .lineItem__cell label, .lineItemList .lineItem .lineItem__cell p, .lineItemList .lineItem .lineItem__cell span {
                font-size: 14px;
                display: block
            }

            .lineItemList .lineItem .lineItem__cell:before {
                font-size: 15px
            }

            .lineItemList .lineItem .lineItem__cell.lineItem__cell--image {
                float: left;
                width: 40%
            }

            .lineItemList .lineItem .lineItem__cell.lineItem__cell--quantity {
                clear: none
            }

        .lineItemList .lineItem .lineItem__actions {
            margin-top: 0
        }
}

.lineItemList .lineItemList__items thead th {
    text-align: left;
    font-weight: 500;
    font-size: 16px
}

.lineItemList .lineItemList__items tbody td {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    white-space: normal
}

td.lineItem__cell.lineItem__cell--info .lineItem__name, td.lineItem__cell.lineItem__cell--info .lineItem__name a {
    font-size: 15px;
    font-weight: 600
}

    td.lineItem__cell.lineItem__cell--info .lineItem__name a:hover, td.lineItem__cell.lineItem__cell--info .lineItem__name:hover {
        text-decoration: none
    }

td.lineItem__cell.lineItem__cell--info .lineItem__dropship, td.lineItem__cell.lineItem__cell--info .lineItem__option, td.lineItem__cell.lineItem__cell--info .lineItem__sku {
    font-size: 14px;
    font-weight: 500
}

.lineItem__dropship {
    position: relative
}

    .lineItem__dropship.shipping--truck, .lineItem__dropship.shipping--ups {
        padding-left: 30px
    }

        .lineItem__dropship.shipping--truck:before, .lineItem__dropship.shipping--ups:before {
            top: 3px
        }

td.lineItem__cell.lineItem__cell--price span {
    font-size: 14px;
    display: block
}

td.lineItem__cell.lineItem__cell--subtotal span {
    font-weight: 400;
    color: #272727;
    letter-spacing: .2px;
    display: block
}

    td.lineItem__cell.lineItem__cell--subtotal span.lineItem__discount span {
        color: #bf2f38;
        font-weight: 600
    }

.lineItem__remove {
    color: #696969
}

.lineItem__dropship {
    border-top: 1px solid #dadada;
    padding-top: 5px;
    margin-top: 5px;
    color: #696969
}

.dlvraPublished {
    max-width: 1180px;
    padding: 0 20px;
    margin: auto
}

.tingle-modal.tingle-modal .tingle-modal-box__content {
    padding: 0;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 15px #555
}

.tingle-modal.tingle-modal .tingle-modal__close {
    position: absolute;
    vertical-align: top;
    font-size: 20px;
    width: 1em;
    height: 1em;
    color: #999;
    top: 10px;
    right: 20px
}

    .tingle-modal.tingle-modal .tingle-modal__close:hover {
        background: 0 0;
        color: #444
    }

.block--stacked {
    text-align: center
}

    .block--stacked > .stacked > .stacked__image {
        background: 0 0 !important;
        margin-bottom: 3px
    }

        .block--stacked > .stacked > .stacked__image > img {
            width: auto;
            height: auto
        }

.block.block--overlay .overlay .overlay__content .button.button--overlay {
    background-color: #fff;
    border-radius: 0;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    color: #272727;
    padding: 10px;
    text-transform: none
}

@media print,screen and (min-width:45em) {
    .block.block--overlay .overlay .overlay__content .button.button--overlay {
        min-height: 38px;
        padding: 10px 15px
    }
}

@media screen and (min-width:60em) {
    .block.block--overlay .overlay .overlay__content .button.button--overlay {
        padding: 10px 40px
    }
}

.block.block--overlay .overlay .overlay__hover {
    background-color: rgba(249,207,43,.8)
}

    .block.block--overlay .overlay .overlay__hover .overlay__hover.yellow {
        background-color: rgba(249,207,43,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.red {
        background-color: rgba(191,47,56,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.black {
        background-color: rgba(39,39,39,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.orange {
        background-color: rgba(244,117,72,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.emerald {
        background-color: rgba(76,202,144,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.green {
        background-color: rgba(151,194,61,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.limegreen {
        background-color: rgba(150,193,61,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.teal {
        background-color: rgba(40,172,170,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.blue {
        background-color: rgba(53,101,174,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.purple {
        background-color: rgba(165,41,170,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.aqua {
        background-color: rgba(223,238,242,.8)
    }

    .block.block--overlay .overlay .overlay__hover .overlay__hover.gray {
        background-color: rgba(249,249,249,.8)
    }

.block.block--overlay .overlay.overlay--hasHoverContent:hover .overlay__static .overlay__content {
    display: none
}

.overlay__content {
    padding: 0
}

    .overlay__content > .wysiwyg {
        padding: 30px
    }

.overlay--noHoverContent .bottom > .overlay__content > .wysiwyg, .overlay--noHoverContent .center > .overlay__content > .wysiwyg, .overlay--noHoverContent .left > .overlay__content > .wysiwyg, .overlay--noHoverContent .right > .overlay__content > .wysiwyg, .overlay--noHoverContent .top > .overlay__content > .wysiwyg {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 85%
}

    .overlay--noHoverContent .bottom > .overlay__content > .wysiwyg h3, .overlay--noHoverContent .center > .overlay__content > .wysiwyg h3, .overlay--noHoverContent .left > .overlay__content > .wysiwyg h3, .overlay--noHoverContent .right > .overlay__content > .wysiwyg h3, .overlay--noHoverContent .top > .overlay__content > .wysiwyg h3 {
        padding-bottom: 20px
    }

@media print,screen and (min-width:45em) {
    .overlay--noHoverContent .bottom > .overlay__content > .wysiwyg, .overlay--noHoverContent .center > .overlay__content > .wysiwyg, .overlay--noHoverContent .left > .overlay__content > .wysiwyg, .overlay--noHoverContent .right > .overlay__content > .wysiwyg, .overlay--noHoverContent .top > .overlay__content > .wysiwyg {
        width: 50%;
        padding: 20px 27px 27px;
        margin: 20px 0
    }
}

@media screen and (min-width:60em) {
    .overlay--noHoverContent .bottom > .overlay__content > .wysiwyg, .overlay--noHoverContent .center > .overlay__content > .wysiwyg, .overlay--noHoverContent .left > .overlay__content > .wysiwyg, .overlay--noHoverContent .right > .overlay__content > .wysiwyg, .overlay--noHoverContent .top > .overlay__content > .wysiwyg {
        width: 38.814%;
        max-width: 458px
    }
}

.block--slider.hero-slider {
    min-height: 550px
}

    .block--slider.hero-slider.md-andDown {
        position: relative;
        min-height: 0
    }

        .block--slider.hero-slider.md-andDown .flexslider {
            margin-bottom: 0
        }

        .block--slider.hero-slider.md-andDown .slide.slide--hasImage {
            position: relative
        }

            .block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__image, .block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__image img {
                max-height: 555px
            }

            .block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__content {
                position: absolute;
                top: auto;
                bottom: 100px;
                right: 50px;
                left: 50px;
                width: calc(100% - 100px);
                margin: auto
            }

                .block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__content .wysiwyg {
                    padding: 30px 0
                }

        .block--slider.hero-slider.md-andDown .flex-control-nav.flex-control-paging {
            top: auto;
            bottom: 40px;
            z-index: 2
        }

    .block--slider.hero-slider .slide__content > .wysiwyg {
        background-color: rgba(255,255,255,.9);
        padding: 50px 68px;
        text-align: center;
        border-radius: 10px
    }

        .block--slider.hero-slider .slide__content > .wysiwyg h2 {
            font-family: "Work Sans",sans-serif;
            font-size: 55px;
            font-weight: 600;
            line-height: 1.02;
            color: #f47548
        }

        .block--slider.hero-slider .slide__content > .wysiwyg p {
            font-size: 24px;
            font-weight: 600;
            letter-spacing: normal;
            color: #393939;
            margin: 0;
            line-height: 1
        }

            .block--slider.hero-slider .slide__content > .wysiwyg p.desc {
                padding-bottom: 20px
            }

    .block--slider.hero-slider .flex-control-nav.flex-control-paging > li > a {
        width: 19px;
        height: 18px;
        background-color: #fff;
        box-shadow: none
    }

        .block--slider.hero-slider .flex-control-nav.flex-control-paging > li > a.flex-active {
            background-color: #27adaa
        }

@media print,screen and (min-width:45em) {
    .block--slider.hero-slider .slides > .slide.left > .slide__content {
        padding-left: 70px
    }

    .block--slider.hero-slider .slides > .slide.right > .slide__content {
        padding-right: 70px
    }

    .block--slider.hero-slider .slides > .slide.top > .slide__content {
        padding-top: 70px
    }

    .block--slider.hero-slider .slides > .slide.bottom > .slide__content {
        padding-bottom: 70px
    }
}

@media screen and (min-width:60em) {
    .block--slider.hero-slider {
        min-height: 576px
    }

        .block--slider.hero-slider .flexslider {
            min-height: 576px
        }
}

.block--adjacent {
    padding-top: 28px
}

    .block--adjacent .adjacent > .adjacent__content > .wysiwyg {
        text-align: left !important
    }

    .block--adjacent:not(.md-6) {
        padding-bottom: 20px;
        padding-top: 5px
    }

        .block--adjacent:not(.md-6) .adjacent {
            background-color: #f9f9f9
        }

            .block--adjacent:not(.md-6) .adjacent .adjacent__image, .block--adjacent:not(.md-6) .adjacent .adjacent__image img {
                min-height: 440px
            }

@media print,screen and (min-width:45em) {
    .block--adjacent:not(.md-6) .adjacent .adjacent__image, .block--adjacent:not(.md-6) .adjacent .adjacent__image img {
        margin-right: 10px
    }
}

@media screen and (min-width:60em) {
    .block--adjacent:not(.md-6) .adjacent .adjacent__image, .block--adjacent:not(.md-6) .adjacent .adjacent__image img {
        min-height: 516px;
        min-width: 745px;
        margin-right: 10px
    }
}

.block--adjacent:not(.md-6) .adjacent .adjacent__content .wysiwyg h3 {
    font-weight: 600;
    margin-top: 5px;
    padding-bottom: 5px
}

.block--adjacent:not(.md-6) .adjacent .adjacent__content .wysiwyg p {
    margin-bottom: 15px;
    color: #000
}

@media screen and (min-width:60em) {
    .block--adjacent:not(.md-6) .adjacent .adjacent__content {
        padding: 10px
    }
}

.block--adjacent.md-6 .wysiwyg {
    padding-left: 5px
}

    .block--adjacent.md-6 .wysiwyg h3 {
        font-weight: 600;
        margin-top: 5px;
        line-height: 1.28;
        padding-bottom: 8px;
        padding-top: 10px
    }

@media screen and (min-width:60em) {
    .block--adjacent.md-6 .wysiwyg h3 {
        font-size: 18px
    }
}

.block--adjacent.md-6 .wysiwyg p {
    margin-bottom: 10px;
    color: #000
}

.block--decoratedAdjacent {
    text-align: center
}

    .block--decoratedAdjacent .adjacent__heading {
        font-family: "Coming Soon",cursive;
        font-weight: 400;
        font-size: 40px;
        color: #f47548;
        line-height: 1.3
    }

        .block--decoratedAdjacent .adjacent__heading:not(:last-child) {
            margin-bottom: 5px
        }

    .block--decoratedAdjacent .adjacent__content {
        padding: 16px;
        max-width: 412px;
        margin-left: auto;
        margin-right: auto
    }

        .block--decoratedAdjacent .adjacent__content p {
            font-size: 18px;
            margin-top: 20px
        }

            .block--decoratedAdjacent .adjacent__content p:last-child {
                margin-bottom: 0
            }

    .block--decoratedAdjacent .adjacent__decoration {
        display: none
    }

    .block--decoratedAdjacent .adjacent__image {
        background-color: #4cca90;
        padding: 16px
    }

    .block--decoratedAdjacent .arrow--link {
        color: #f47548
    }

    .block--decoratedAdjacent.yellow--bg, .block--decoratedAdjacent.yellow--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.yellow--bg .adjacent__image {
            background-color: #f9cf2b
        }

    .block--decoratedAdjacent.red--bg, .block--decoratedAdjacent.red--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.red--bg .adjacent__image {
            background-color: #bf2f38
        }

    .block--decoratedAdjacent.black--bg, .block--decoratedAdjacent.black--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.black--bg .adjacent__image {
            background-color: #272727
        }

    .block--decoratedAdjacent.orange--bg, .block--decoratedAdjacent.orange--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.orange--bg .adjacent__image {
            background-color: #f47548
        }

    .block--decoratedAdjacent.emerald--bg, .block--decoratedAdjacent.emerald--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.emerald--bg .adjacent__image {
            background-color: #4cca90
        }

    .block--decoratedAdjacent.green--bg, .block--decoratedAdjacent.green--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.green--bg .adjacent__image {
            background-color: #97c23d
        }

    .block--decoratedAdjacent.limegreen--bg, .block--decoratedAdjacent.limegreen--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.limegreen--bg .adjacent__image {
            background-color: #96c13d
        }

    .block--decoratedAdjacent.teal--bg, .block--decoratedAdjacent.teal--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.teal--bg .adjacent__image {
            background-color: #28acaa
        }

    .block--decoratedAdjacent.blue--bg, .block--decoratedAdjacent.blue--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.blue--bg .adjacent__image {
            background-color: #3565ae
        }

    .block--decoratedAdjacent.purple--bg, .block--decoratedAdjacent.purple--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.purple--bg .adjacent__image {
            background-color: #a529aa
        }

    .block--decoratedAdjacent.aqua--bg, .block--decoratedAdjacent.aqua--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.aqua--bg .adjacent__image {
            background-color: #dfeef2
        }

    .block--decoratedAdjacent.gray--bg, .block--decoratedAdjacent.gray--bg .wysiwyg {
        background-color: transparent !important
    }

        .block--decoratedAdjacent.gray--bg .adjacent__image {
            background-color: #f9f9f9
        }

@media print,screen and (min-width:45em) {
    .block--decoratedAdjacent .adjacent {
        position: relative;
        padding: 40px 0 14px;
        overflow: hidden
    }

    .block--decoratedAdjacent + .block--decoratedAdjacent .adjacent, .block--decoratedAdjacent:first-child .adjacent {
        padding-top: 14px
    }

    .block--decoratedAdjacent + .overlay--categories {
        padding-top: 32px
    }

    .block--decoratedAdjacent .adjacent__decoration {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        max-width: 100%
    }

        .block--decoratedAdjacent .adjacent__decoration > img {
            position: relative;
            display: block;
            max-width: none
        }

        .block--decoratedAdjacent .adjacent__decoration.top {
            bottom: 100%
        }

        .block--decoratedAdjacent .adjacent__decoration.bottom {
            top: 100%
        }

        .block--decoratedAdjacent .adjacent__decoration.left {
            right: calc(100% - 4.028vw - 20px)
        }

        .block--decoratedAdjacent .adjacent__decoration.right {
            left: calc(100% - 4.028vw - 20px)
        }

    .block--decoratedAdjacent .adjacent__content, .block--decoratedAdjacent .adjacent__image {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        max-width: none;
        padding: 0
    }

    .block--decoratedAdjacent .adjacent__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(37.778% - 4.028vw);
        padding: 40px 20px;
        margin: 0;
        z-index: 1
    }

        .block--decoratedAdjacent .adjacent__content > .wysiwyg, .block--decoratedAdjacent .adjacent__heading {
            width: 100%;
            max-width: 280px
        }

    .block--decoratedAdjacent .adjacent__image {
        width: 62.222%;
        margin: 0;
        background-color: transparent !important;
        z-index: 2
    }

    .block--decoratedAdjacent .adjacent__background {
        position: absolute;
        background-color: #4cca90;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .block--decoratedAdjacent.yellow--bg .adjacent__background {
        background-color: #f9cf2b
    }

    .block--decoratedAdjacent.red--bg .adjacent__background {
        background-color: #bf2f38
    }

    .block--decoratedAdjacent.black--bg .adjacent__background {
        background-color: #272727
    }

    .block--decoratedAdjacent.orange--bg .adjacent__background {
        background-color: #f47548
    }

    .block--decoratedAdjacent.emerald--bg .adjacent__background {
        background-color: #4cca90
    }

    .block--decoratedAdjacent.green--bg .adjacent__background {
        background-color: #97c23d
    }

    .block--decoratedAdjacent.limegreen--bg .adjacent__background {
        background-color: #96c13d
    }

    .block--decoratedAdjacent.teal--bg .adjacent__background {
        background-color: #28acaa
    }

    .block--decoratedAdjacent.blue--bg .adjacent__background {
        background-color: #3565ae
    }

    .block--decoratedAdjacent.purple--bg .adjacent__background {
        background-color: #a529aa
    }

    .block--decoratedAdjacent.aqua--bg .adjacent__background {
        background-color: #dfeef2
    }

    .block--decoratedAdjacent.gray--bg .adjacent__background {
        background-color: #f9f9f9
    }

    .block--decoratedAdjacent .adjacent__image > img {
        position: relative;
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .block--decoratedAdjacent .adjacent--left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .block--decoratedAdjacent .adjacent--left .adjacent__content {
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-left: 4.028vw
        }

        .block--decoratedAdjacent .adjacent--left .adjacent__image {
            padding-left: 20px
        }

            .block--decoratedAdjacent .adjacent--left .adjacent__image > img {
                margin-left: auto
            }

    .block--decoratedAdjacent .adjacent--right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .block--decoratedAdjacent .adjacent--right .adjacent__content {
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-right: 4.028vw
        }

        .block--decoratedAdjacent .adjacent--right .adjacent__image {
            padding-right: 20px
        }

            .block--decoratedAdjacent .adjacent--right .adjacent__image > img {
                margin-right: auto
            }
}

@media screen and (min-width:60em) {
    .block--decoratedAdjacent {
        text-align: left
    }

        .block--decoratedAdjacent .adjacent__content p {
            margin-bottom: 14px
        }

        .block--decoratedAdjacent .arrow--link {
            color: #272727
        }
}

@media screen and (min-width:75em) {
    .block--decoratedAdjacent .adjacent__heading {
        font-size: 46px
    }
}

@media screen and (min-width:1440px) {
    .block--decoratedAdjacent .adjacent__decoration.left {
        right: calc(100% - 78px)
    }

    .block--decoratedAdjacent .adjacent__decoration.right {
        left: calc(100% - 78px)
    }

    .block--decoratedAdjacent .adjacent__content {
        margin: 40px 58px;
        max-width: calc(37.778% - 58px)
    }

    .block--decoratedAdjacent .adjacent--left .adjacent__content {
        margin-left: 58px
    }

    .block--decoratedAdjacent .adjacent--right .adjacent__content {
        margin-right: 58px
    }
}

@media not screen and (min-width:45em) {
    .block--decoratedAdjacent .adjacent__image > img {
        margin: 0 auto !important
    }
}

.layout--signIn .layout__title {
    padding-bottom: 6px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

@media print,screen and (min-width:45em) {
    .layout--signIn .layout__title {
        padding-top: 30px
    }
}

@media print,screen and (min-width:45em) {
    .layout--signIn .layout__main > .contentArea {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media print,screen and (min-width:45em) {
    .layout--signIn .layout__main .block.block--signin {
        padding-right: 50px
    }
}

@media screen and (min-width:60em) {
    .layout--signIn .layout__main .block.block--signin {
        padding-right: 150px
    }
}

.layout--signIn .layout__main .block.block--signin .signIn__field {
    margin-bottom: 0
}

    .layout--signIn .layout__main .block.block--signin .signIn__field.signIn__field--password label {
        display: inline;
        position: relative;
        bottom: 10px
    }

    .layout--signIn .layout__main .block.block--signin .signIn__field.signIn__field--password a {
        position: relative;
        bottom: 10px;
        font-size: 14px
    }

    .layout--signIn .layout__main .block.block--signin .signIn__field.signIn__field--password span {
        position: relative;
        bottom: 10px
    }

.layout--signIn .layout__main .block.block--signin label {
    font-size: 15px;
    line-height: 1.47;
    font-weight: 500;
    padding-bottom: 10px
}

.layout--signIn .layout__main .block.block--signin input[type=email] {
    margin-bottom: 30px
}

.layout--signIn .layout__main .block.block--signin label[for=RememberMe] {
    padding-top: 5px
}

@media print,screen and (min-width:45em) {
    .layout--signIn .layout__main .block.block--standard {
        padding-left: 50px;
        border-left: 1px solid #ebebeb
    }
}

@media screen and (min-width:60em) {
    .layout--signIn .layout__main .block.block--standard {
        padding-left: 145px
    }
}

.layout--signIn .layout__main .block h3 {
    padding-bottom: 18px
}

.layout--signIn .layout__main .block h5 {
    padding-bottom: 10px
}

.layout--signIn .layout__main .block--standard p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4
}

.layout--signIn .layout__main .block--standard ol {
    list-style: circle
}

    .layout--signIn .layout__main .block--standard ol li {
        line-height: 1.5;
        font-size: 15px
    }

.checkoutLogin h3 {
    padding-bottom: 18px
}

.checkoutLogin label {
    font-size: 15px;
    line-height: 1.47;
    font-weight: 500;
    padding-bottom: 10px
}

.checkoutLogin .guestCheckout__info {
    color: #696969;
    font-size: 13px;
    padding-bottom: 10px;
    display: block
}

.createAccount .addressForm__field--empty, .createAccount .addressForm__label--empty {
    display: none
}

.addressBook .addressBook__header {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .addressBook .addressBook__header .button--link {
        font-size: 14px
    }

.addressBook .addressBook__group {
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px
}

    .addressBook .addressBook__group .addressBook__address .button {
        padding: 11px 5px !important
    }

@media print,screen and (min-width:45em) {
    .addressBook .addressBook__group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .addressBook .addressBook__group .addressBook__address:nth-child(odd) {
            border-right: 1px solid #d5d5d5;
            padding-right: 30px
        }

        .addressBook .addressBook__group .addressBook__address:nth-child(even) {
            padding-left: 20px
        }

        .addressBook .addressBook__group .addressBook__address {
            padding-right: 30px;
            margin: 10px 0 !important
        }
}

.addressBook .addressBook__group .button--link {
    display: block;
    font-size: 14px;
    color: #272727
}

.addressBook__addressform .layout__title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.addressBook__addressform .formWrapper {
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 20px;
    margin: auto
}

.addressBook__addressform .addressBook__actions {
    padding: 0;
    padding-top: 20px
}

.tabs__address .tabs__tab.tabs--active {
    font-weight: 500;
    font-size: 16px
}

    .tabs__address .tabs__tab.tabs--active:hover {
        text-decoration: none;
        background-color: transparent
    }

.accountPage.accountPage__account .layout__title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.accountPage.accountPage__account form {
    margin-bottom: 35px
}

.accountPage.accountPage__account .accountPage__account--block h5 {
    margin-bottom: 15px
}

.accountPage.accountPage__account .accountPage__account--block .formWrapper {
    float: left;
    width: 100%;
    background-color: #fafafa
}

@media print,screen and (min-width:45em) {
    .accountPage.accountPage__account .accountPage__account--block .formWrapper {
        padding: 10px 40px
    }
}

.accountPage.accountPage__account .accountPage__account--block .formWrapper label {
    font-size: 15px;
    font-weight: 500;
    color: #022727;
    display: block;
    padding-bottom: 10px
}

.accountPage.accountPage__account .accountPage__account--block .formWrapper input:not([type=checkbox]):not([type=radio]), .accountPage.accountPage__account .accountPage__account--block .formWrapper select {
    margin-bottom: 20px
}

@media print,screen and (min-width:45em) {
    .accountPage.accountPage__account .accountPage__account--block .formWrapper input:not([type=checkbox]):not([type=radio]), .accountPage.accountPage__account .accountPage__account--block .formWrapper select {
        width: 80%
    }
}

.tabs.tabs--accordion.password--accordion .tabs__tab {
    border: 0;
    line-height: normal;
    padding: 0 !important;
    position: relative;
    display: inline !important
}

    .tabs.tabs--accordion.password--accordion .tabs__tab:hover {
        color: #f47548
    }

        .tabs.tabs--accordion.password--accordion .tabs__tab:hover:before {
            color: #f47548
        }

    .tabs.tabs--accordion.password--accordion .tabs__tab:before {
        display: none
    }

    .tabs.tabs--accordion.password--accordion .tabs__tab[aria-expanded=true]:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 14px;
        font-weight: 400;
        color: #272727;
        position: absolute;
        right: -5px;
        top: 2px;
        margin: 0;
        min-width: 0;
        width: 0;
        display: block
    }

    .tabs.tabs--accordion.password--accordion .tabs__tab[aria-expanded=true]:hover:before {
        color: #f47548
    }

.tabs.tabs--accordion.password--accordion .tabs__panel {
    padding: 0;
    border: 0;
    margin-top: 10px
}

    .tabs.tabs--accordion.password--accordion .tabs__panel .md-6, .tabs.tabs--accordion.password--accordion .tabs__panel .xs-12 {
        padding: 0
    }

.resource-cafe .layout__page > .width--layout {
    padding: 0
}

@media print,screen and (min-width:45em) {
    .resource-cafe .layout__page > .width--layout {
        padding: 0 20px
    }
}

.resource-cafe .layout__title {
    font-family: "Coming Soon",cursive;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02em;
    color: #bf2f38;
    text-align: center;
    margin-bottom: .8em
}

@media print,screen and (min-width:45em) {
    .resource-cafe .layout__title {
        font-size: 46px;
        line-height: 60px
    }
}

@media print,screen and (min-width:30em) {
    .resource-cafe .layout__title:before {
        content: '';
        display: inline-block;
        width: 47px;
        height: 48px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAwCAMAAAC2edPQAAAAilBMVEUAAAC/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/LzjmluPVAAAALXRSTlMAgHDgBLwN+siMcxM5JQjw2xrPtJl4Serkw6CUhmxaUEAf9/TWVa2mLWA1gmgMUx4IAAAB7UlEQVRIx82V6ZKiMBSFg6yCLLK77zrdPd/7v95wQafVQkn/66/KuhZ1SHKTnIPqx1q4C6llXYdKgxzcpkxcWGnI/wDjpnqQTDX0XzBvyhQOOnI1h5MsB2ZKh3G3nBAqR0e/peszATtQGtjAUqkNkOi8EMyAiVI+cFEaWOdui0ogUHpHkEr1ZB4NJuBJTfX0gQdyg3zYRxr6GbihUmvkJDQwcddNKcCOdPSf43bVkTGy1K/G0OTjqkeT2Q/12bd+NEgOiVG2BxHDsIXWCJX0cIThhPHpMJTKYKMTR3M/BT7F2sWg3oOtsi5ioRNkg2bbt03uoJZMii15Vobv4iK97k3b8Lb5v2S/G4gjVYEIySXSXhvDqrshHahaY8eOzPkyK0uoZckbsLvmV105vwyvL6kZFN3hmVHjKKB4kRTutBvelRatpBMuAaPf+rm8dpDEEE60e2PZgHd6tvdf2E+VNXIhcf4vcNY0FGUAx0eDhzEUwSoB6vD27DqV5R+e49JJAfmBt3u4r34ba3728H2LbK7E/v28i/5enZvcXjmPR5gBF+c5o4/AeeyXQW/eY24eBjdcYPTqkiwB0o/bHKFRAfEbL5UmgOvlhr+8JAj2Tr0hMmLuOZ76dYFtXqm45/a06EmLd7hP+qnJW/I77T+zQF3HyST1QQAAAABJRU5ErkJggg==);
        vertical-align: baseline;
        margin-right: .5em
    }
}

@media print,screen and (min-width:45em) {
    .resource-cafe .layout__title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 1.0435em
    }

        .resource-cafe .layout__title:after, .resource-cafe .layout__title:before {
            content: '\a0';
            display: block;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: auto;
            min-width: 1.4567em;
            height: 48px;
            margin: 0
        }

        .resource-cafe .layout__title:before {
            background-image: linear-gradient(to left,rgba(191,47,56,0) 0,#bf2f38 2px),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAwCAMAAAC2edPQAAAAilBMVEUAAAC/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/Lzi/LzjmluPVAAAALXRSTlMAgHDgBLwN+siMcxM5JQjw2xrPtJl4Serkw6CUhmxaUEAf9/TWVa2mLWA1gmgMUx4IAAAB7UlEQVRIx82V6ZKiMBSFg6yCLLK77zrdPd/7v95wQafVQkn/66/KuhZ1SHKTnIPqx1q4C6llXYdKgxzcpkxcWGnI/wDjpnqQTDX0XzBvyhQOOnI1h5MsB2ZKh3G3nBAqR0e/peszATtQGtjAUqkNkOi8EMyAiVI+cFEaWOdui0ogUHpHkEr1ZB4NJuBJTfX0gQdyg3zYRxr6GbihUmvkJDQwcddNKcCOdPSf43bVkTGy1K/G0OTjqkeT2Q/12bd+NEgOiVG2BxHDsIXWCJX0cIThhPHpMJTKYKMTR3M/BT7F2sWg3oOtsi5ioRNkg2bbt03uoJZMii15Vobv4iK97k3b8Lb5v2S/G4gjVYEIySXSXhvDqrshHahaY8eOzPkyK0uoZckbsLvmV105vwyvL6kZFN3hmVHjKKB4kRTutBvelRatpBMuAaPf+rm8dpDEEE60e2PZgHd6tvdf2E+VNXIhcf4vcNY0FGUAx0eDhzEUwSoB6vD27DqV5R+e49JJAfmBt3u4r34ba3728H2LbK7E/v28i/5enZvcXjmPR5gBF+c5o4/AeeyXQW/eY24eBjdcYPTqkiwB0o/bHKFRAfEbL5UmgOvlhr+8JAj2Tr0hMmLuOZ76dYFtXqm45/a06EmLd7hP+qnJW/I77T+zQF3HyST1QQAAAABJRU5ErkJggg==);
            background-position: 0 .7391em,top right .413em;
            background-repeat: no-repeat,no-repeat;
            background-size: calc(100% - 47px - 1.4565em) 2px,auto 100%
        }

        .resource-cafe .layout__title:after {
            background-image: linear-gradient(to right,rgba(191,47,56,0) 0,#bf2f38 2px);
            background-position: 100% .7391em;
            background-repeat: no-repeat;
            background-size: calc(100% - 1.0435em) 2px
        }
}

.classroom-correlations .layout__page > .width--layout {
    padding: 0
}

.classroom-correlations .layout__page .block--standard:first-of-type .wysiwyg h1 {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 5px
}

@media screen and (min-width:60em) {
    .classroom-correlations .layout__page .block--standard:first-of-type .wysiwyg h1 {
        font-size: 32px;
        line-height: 38px
    }
}

.classroom-correlations .layout__page .block--standard:first-of-type .wysiwyg p {
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
    color: #000;
    max-width: 80%
}

@media screen and (min-width:60em) {
    .classroom-correlations .layout__page .block--standard:first-of-type .wysiwyg p {
        max-width: 72%
    }
}

.classroom-correlations .layout__page .block--accordion .block--stacked .stacked {
    padding: 10px
}

    .classroom-correlations .layout__page .block--accordion .block--stacked .stacked .stacked__image img {
        margin: auto;
        width: 100%
    }

    .classroom-correlations .layout__page .block--accordion .block--stacked .stacked .stacked__content {
        margin-top: 15px
    }

        .classroom-correlations .layout__page .block--accordion .block--stacked .stacked .stacked__content h5 {
            max-width: 235px;
            margin: auto
        }

.classroom-correlations .layout__page .block--section .wysiwyg h3 {
    margin-bottom: 30px
}

.classroom-correlations .layout__page .block--section .wysiwyg + .contentArea {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.classroom-correlations .layout__page .block--section .block--stacked > .stacked > .stacked__image img {
    margin: auto
}

.articleListPage h1.sidelines {
    font-family: "Coming Soon",cursive;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02em;
    margin-bottom: 20px
}

@media print,screen and (min-width:45em) {
    .articleListPage h1.sidelines {
        font-size: 46px;
        line-height: 60px
    }
}

.articleListPage h3 {
    line-height: 1.19;
    color: #000;
    margin-bottom: 30px
}

.articleListPage h5 a {
    margin-bottom: 5px;
    font-weight: 500
}

.articleListPage .nav.nav--horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 14px
}

    .articleListPage .nav.nav--horizontal li {
        padding-right: 8px;
        text-transform: uppercase;
        line-height: 1.64
    }

        .articleListPage .nav.nav--horizontal li:not(:first-child):before {
            content: ' |';
            padding-right: 8px;
            color: #272727
        }

    .articleListPage .nav.nav--horizontal a {
        font-weight: 600;
        font-size: 14px;
        color: #272727 !important
    }

        .articleListPage .nav.nav--horizontal a:hover {
            color: #f47548 !important
        }

.articleListPage .block--section {
    padding-bottom: 20px
}

    .articleListPage .block--section .pad--none {
        padding: 40px !important
    }

.articleListPage .block--stacked {
    text-align: left;
    padding-bottom: 30px
}

@media screen and (max-width:960px) {
    .articleListPage .block--stacked {
        width: 50%
    }
}

.articleListPage .block--stacked .stacked__content {
    padding-top: 4px
}

    .articleListPage .block--stacked .stacked__content h5 {
        font-weight: 500
    }

    .articleListPage .block--stacked .stacked__content p {
        margin: 0;
        padding-top: 5px;
        line-height: normal
    }

        .articleListPage .block--stacked .stacked__content p .arrow--link {
            font-size: 14px
        }

.articlePage .layout__page h1 {
    text-align: center;
    margin-bottom: 20px
}

.articlePage .layout__page h3 {
    margin-bottom: 10px
}

.articlePage .layout__page a, .articlePage .layout__page dd, .articlePage .layout__page dl, .articlePage .layout__page dt, .articlePage .layout__page li, .articlePage .layout__page p {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px
}

@media screen and (min-width:60em) {
    .articlePage .layout__page a, .articlePage .layout__page dd, .articlePage .layout__page dl, .articlePage .layout__page dt, .articlePage .layout__page li, .articlePage .layout__page p {
        line-height: 21px
    }
}

.articlePage .layout__page ul {
    list-style: circle;
    padding-left: 20px
}

.layout__title.news__title {
    font-family: "Coming Soon",cursive;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02em;
    color: #bf2f38
}

@media print,screen and (min-width:45em) {
    .layout__title.news__title {
        font-size: 46px;
        line-height: 60px
    }
}

.layout__title.news__title3 {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

@media screen and (min-width:60em) {
    .layout__title.news__title3 {
        font-size: 32px;
        line-height: 38px
    }
}

.newsArticle--full .newsArticle__info {
    padding-top: 10px
}

.newsArticle.newsArticle--listing .newsArticle__imageLink .newsArticle__image {
    float: none;
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px
}

.newsArticle__info p, .newsArticle__info time {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    display: inline
}

.newsArticle__info time {
    padding-left: 5px
}

    .newsArticle__info time:before {
        content: '|';
        padding-right: 5px
    }

@media print,screen and (min-width:45em) {
    .newsBlock .newsBlock__heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 5px 20px
    }
}

.newsBlock .newsBlock__heading .newsBlock__viewAll {
    font-size: 14px;
    color: #28acaa
}

.newsPage .newsPage__heading {
    padding: 0 10px
}

.newsPage .newsPage__cms {
    padding: 0 10px;
    padding-bottom: 60px;
    text-align: center
}

    .newsPage .newsPage__cms .wysiwyg ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .newsPage .newsPage__cms .wysiwyg ul li {
            padding-left: 7px
        }

            .newsPage .newsPage__cms .wysiwyg ul li a {
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 600
            }

            .newsPage .newsPage__cms .wysiwyg ul li:not(:first-child):before {
                content: '|';
                padding-right: 7px
            }

.newsArticle.newsArticle--listing {
    margin-bottom: 30px
}

@media screen and (max-width:960px) {
    .newsArticle.newsArticle--listing {
        width: 50%
    }

        .newsArticle.newsArticle--listing a, .newsArticle.newsArticle--listing p {
            font-size: 14px
        }
}

.newsArticle.newsArticle--listing .newsArticle__title a {
    font-weight: 500
}

    .newsArticle.newsArticle--listing .newsArticle__title a:hover {
        text-decoration: none
    }

.newsArticle.newsArticle--listing .newsArticle__excerpt {
    margin-bottom: 0;
    padding-top: 5px
}

.newsArticle.newsArticle--listing .newsArticle__readMore a {
    font-size: 14px
}

.reviewOrders__page .reviewOrders__info {
    padding-bottom: 20px
}

    .reviewOrders__page .reviewOrders__info h5 {
        margin: 5px auto
    }

.reviewOrders__page .reviewOrders__lineitems .lineItems__header {
    margin-bottom: 20px
}

    .reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct {
        position: relative;
        padding-top: 10px
    }

        .reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct label {
            display: block
        }

        .reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct ul#searchResults.island {
            text-align: left;
            padding: 10px;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 99%
        }

@media print,screen and (min-width:45em) {
    .reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct ul#searchResults.island {
        min-width: 12rem
    }
}

.reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct ul#searchResults.island li {
    cursor: pointer
}

    .reviewOrders__page .reviewOrders__lineitems .lineItems__header .reviewOrders__addProduct ul#searchResults.island li:hover {
        color: #f47548
    }

.addressDropdown__toggle, .pymtDropdown__toggle {
    text-decoration: none;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding: 5px;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px
}

    .addressDropdown__toggle:hover, .pymtDropdown__toggle:hover {
        color: #272727;
        text-decoration: none
    }

    .addressDropdown__toggle:before, .pymtDropdown__toggle:before {
        position: absolute;
        right: 10px
    }

    .addressDropdown__toggle:after, .pymtDropdown__toggle:after {
        padding-left: 5px;
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700
    }

.addressDropdown__container, .pymtDropdown__container {
    position: relative
}

    .addressDropdown__container a, .addressDropdown__container div, .pymtDropdown__container a, .pymtDropdown__container div {
        font-size: 14px
    }

    .addressDropdown__container .newAddress, .addressDropdown__container .newPymnt, .pymtDropdown__container .newAddress, .pymtDropdown__container .newPymnt {
        border-bottom: 1px solid #d5d5d5;
        padding: 10px;
        display: block;
        font-weight: 500;
        color: #f47548
    }

.addressDropdown__toggle.toggle--active + .addressDropdown__dropdown, .addressDropdown__toggle.toggle--active + .pymtDropdown__dropdown, .pymtDropdown__toggle.toggle--active + .addressDropdown__dropdown, .pymtDropdown__toggle.toggle--active + .pymtDropdown__dropdown {
    visibility: visible;
    z-index: 5;
    max-height: 400px;
    right: 0
}

.addressDropdown__toggle.toggle--active:after, .pymtDropdown__toggle.toggle--active:after {
    content: "\f0d8"
}

.addressDropdown__dropdown, .pymtDropdown__dropdown {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 11px);
    display: block;
    text-align: left;
    visibility: hidden;
    max-height: 0;
    width: 100%;
    border: 1px solid #d3d2d2;
    transition: height ease-in-out 1s;
    overflow-y: auto;
    max-height: 150px;
    border: 1px solid #d5d5d5;
    padding: 0
}

@media print,screen and (min-width:45em) {
    .addressDropdown__dropdown, .pymtDropdown__dropdown {
        max-height: 300px
    }
}

.addressDropdown__dropdown .addressDropdown__option, .addressDropdown__dropdown .pymtDropdown__option, .pymtDropdown__dropdown .addressDropdown__option, .pymtDropdown__dropdown .pymtDropdown__option {
    cursor: pointer;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px
}

    .addressDropdown__dropdown .addressDropdown__option:hover, .addressDropdown__dropdown .pymtDropdown__option:hover, .pymtDropdown__dropdown .addressDropdown__option:hover, .pymtDropdown__dropdown .pymtDropdown__option:hover {
        color: #f47548
    }

@media print,screen and (min-width:45em) {
    .layout--category .sidebar.sidebar--layout .nav.nav--categories {
        display: block
    }
}

.layout--category .layout__top .width--layout {
    padding: 0
}

@media screen and (min-width:60em) {
    .layout--category .layout__top .width--layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout--category .layout__top .width--layout .nav--breadcrumb {
    padding-left: 20px
}

@media screen and (min-width:60em) {
    .layout--category .layout__top .width--layout .nav--breadcrumb {
        padding-left: 0
    }
}

.layout--category .layout__top .width--layout > .contentArea > .block--standard {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width:60em) {
    .layout--category .layout__top .width--layout > .contentArea > .block--standard {
        padding-left: 10px;
        padding-right: 10px
    }
}

.layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg {
    padding: 60px 32px;
    padding-right: 41px
}

    .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg .h2, .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg h2 {
        font-size: 40px;
        line-height: .81;
        margin-bottom: 20px
    }

    .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg p {
        font-size: 18px;
        line-height: 25px
    }

@media print,screen and (min-width:45em) {
    .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg {
        max-width: 420px
    }

        .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg .h2, .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg h2 {
            font-size: 32px
        }

        .layout--category .layout__top .width--layout .block--overlay .overlay__content .wysiwyg p {
            font-size: 14px;
            line-height: 1.5
        }
}

.layout--category .layout__bottom .category__cms--bottom {
    border-top: solid 1px #8c8b8b;
    padding-top: 35px
}

    .layout--category .layout__bottom .category__cms--bottom a, .layout--category .layout__bottom .category__cms--bottom p, .layout--category .layout__bottom .category__cms--bottom span {
        font-size: 14px;
        line-height: 1.71
    }

    .layout--category .layout__bottom .category__cms--bottom .block:first-of-type {
        padding: 0
    }

@media print,screen and (min-width:45em) {
    .layout--category .layout__main, .layout--category .sidebar {
        padding-top: 0
    }

    .layout--category .layout__page {
        padding-top: 40px
    }

        .layout--category .layout__page .grid--layout {
            margin: 0
        }
}

@media print,screen and (min-width:45em) {
    .layout--category .sidebar {
        padding-left: 0;
        padding-right: 20px
    }
}

.layout--category .sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid #000;
    margin-bottom: 0
}

    .layout--category .sidebar h5.uppercase {
        border-bottom: none;
        font-weight: 700;
        padding-bottom: 20px
    }

.layout--category .sidebar .tabs.tabs--accordion > .tabs__tab:first-child {
    border-top: 0
}

.layout--category .sidebar ul.nav--depth-1 > .nav__item {
    line-height: 1.71;
    padding: 13px 0;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase
}

    .layout--category .sidebar ul.nav--depth-1 > .nav__item.nav__item--active > .nav__link {
        color: #f47548
    }

    .layout--category .sidebar ul.nav--depth-1 > .nav__item .nav__link {
        font-weight: 500;
        font-size: 14px
    }

        .layout--category .sidebar ul.nav--depth-1 > .nav__item .nav__link:hover {
            text-decoration: none
        }

    .layout--category .sidebar ul.nav--depth-1 > .nav__item:first-child {
        padding-top: 0
    }

.layout--category .sidebar ul.nav--depth-2 > .nav__item {
    text-transform: none;
    padding: 6px 0
}

    .layout--category .sidebar ul.nav--depth-2 > .nav__item.nav__item--active .nav__link {
        color: #f47548;
        font-weight: 500
    }

    .layout--category .sidebar ul.nav--depth-2 > .nav__item .nav__link {
        font-weight: 400
    }

        .layout--category .sidebar ul.nav--depth-2 > .nav__item .nav__link:hover {
            color: #f47548;
            text-decoration: underline
        }

.layout--category .sidebar .nav__item--expands.level--0 > .nav__link {
    display: none
}

.layout--category .sidebar .nav.nav--autoPad.nav--depth-2 > .nav__item, .layout--category .sidebar .nav.nav--tree.nav--depth-2 > .nav__item {
    padding-left: 10px
}

.product-recommendation__wrapper.product-recommendation__wrapper.product-recommendation__wrapper.product-recommendation__wrapper h3 {
    padding-bottom: 10px
}

.product-recommendation__wrapper.product-recommendation__wrapper.product-recommendation__wrapper.product-recommendation__wrapper h4 {
    padding-bottom: 5px
}

.layout--category .layout__top .correlation__title {
    text-align: center;
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    background-color: #dfeef2;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: normal
}

@media screen and (min-width:60em) {
    .layout--category .layout__top .correlation__title {
        font-size: 32px;
        line-height: 38px
    }
}

.layout--category .layout__top .category__cms.category__correlation {
    background-color: #dfeef2;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 20px 20px
}

@media screen and (min-width:60em) {
    .layout--category .layout__top .category__cms.category__correlation {
        padding: 0 62px 30px
    }
}

.layout--category .correlations--accordion {
    margin: 0
}

    .layout--category .correlations--accordion .tabs__panel {
        padding: 0;
        padding-bottom: 20px
    }

        .layout--category .correlations--accordion .tabs__panel a {
            display: block;
            padding: 8px 0;
            font-size: 14px
        }

            .layout--category .correlations--accordion .tabs__panel a.active__category {
                color: #f47548;
                font-weight: 500
            }

    .layout--category .correlations--accordion .tabs__tab {
        background-color: transparent !important;
        border: 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.71;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1
    }

        .layout--category .correlations--accordion .tabs__tab:before {
            display: none
        }

        .layout--category .correlations--accordion .tabs__tab[aria-expanded=true] {
            border-bottom: none
        }

        .layout--category .correlations--accordion .tabs__tab:hover {
            color: #f47548
        }

.layout--contact .validation-summary-errors {
    display: none
}

    .layout--contact .validation-summary-errors[data-valmsg-summary=true] ~ .xform .field-validation-error {
        display: block;
        color: #bf2f38;
        padding-top: 3px
    }

        .layout--contact .validation-summary-errors[data-valmsg-summary=true] ~ .xform .field-validation-error:before {
            content: "\f057";
            font-family: "Font Awesome 5 Pro";
            font-size: 12px;
            font-weight: 400;
            color: #bf2f38;
            padding-right: 5px
        }

.layout--contact .layout__page {
    padding-left: 20px;
    padding-right: 20px
}

.layout--contact .service--sidebar {
    padding-right: 30px
}

    .layout--contact .service--sidebar h3 {
        padding-bottom: 20px
    }

    .layout--contact .service--sidebar ul li {
        background-color: #dfeef2;
        padding-left: 10px
    }

@media screen and (min-width:60em) {
    .layout--contact .service--sidebar ul li {
        padding-left: 25px
    }
}

.layout--contact .service--sidebar ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 3.5;
    color: #000 !important;
    text-decoration: none !important
}

    .layout--contact .service--sidebar ul li a:hover {
        color: #f47548 !important
    }

.layout--contact .service--sidebar ul li.service--active {
    background-color: #28acaa
}

    .layout--contact .service--sidebar ul li.service--active a {
        color: #fff !important
    }

@media print,screen and (min-width:45em) {
    .layout--contact .block--section.md-8 {
        padding-left: 20px;
        margin-top: 60px
    }
}

@media screen and (min-width:60em) {
    .layout--contact .block--section.md-8 {
        padding-left: 43px
    }
}

.layout--contact .block--section.md-8 .block--standard:first-of-type {
    padding-bottom: 35px
}

    .layout--contact .block--section.md-8 .block--standard:first-of-type h5 {
        padding-bottom: 15px
    }

@media screen and (max-width:960px) {
    .layout--contact .contact--infoBlock {
        border-bottom: 1px solid #dfeef2;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.layout--contact .contact--infoBlock .wysiwyg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .layout--contact .contact--infoBlock .wysiwyg .icon--block {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
        padding-top: 80px
    }

@media screen and (min-width:60em) {
    .layout--contact .contact--infoBlock .wysiwyg .icon--block {
        width: calc(100% / 3)
    }
}

.layout--contact .contact--infoBlock .wysiwyg .icon--block p {
    margin-bottom: 5px;
    word-break: break-all
}

    .layout--contact .contact--infoBlock .wysiwyg .icon--block p a {
        word-break: break-all
    }

.layout--contact .contact--infoBlock .wysiwyg .icon--block:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: auto;
    left: auto
}

.layout--contact .contact--infoBlock .wysiwyg .icon--block:after {
    content: '';
    width: 72px;
    height: 72px;
    background-color: #f47548;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    left: calc(50% - 36px);
    z-index: -1
}

.layout--contact .contact--infoBlock .wysiwyg .icon--block.icon--cart:before {
    content: '\f07a';
    left: calc(50% - 20px)
}

.layout--contact .contact--infoBlock .wysiwyg .icon--block.icon--office:before {
    content: '\f1ad';
    left: calc(50% - 15px)
}

.layout--contact .contact--infoBlock .wysiwyg .icon--block.icon--headphones:before {
    content: '\f025';
    left: calc(50% - 17px)
}

.layout--contact .block--xForm {
    display: block !important;
    padding: 0
}

    .layout--contact .block--xForm .validation-summary-errors {
        padding-bottom: 20px
    }

        .layout--contact .block--xForm .validation-summary-errors ul li {
            color: #bf2f38
        }

            .layout--contact .block--xForm .validation-summary-errors ul li:before {
                content: "";
                font-family: 'Font Awesome 5 Pro';
                font-size: 12px;
                font-weight: 400;
                color: #bf2f38;
                padding-right: 10px
            }

    .layout--contact .block--xForm tr td {
        padding: 0;
        padding-bottom: 10px
    }

    .layout--contact .block--xForm label {
        font-size: 14px;
        font-weight: 600;
        line-height: 2.36;
        color: #000
    }

    .layout--contact .block--xForm input:not(.button), .layout--contact .block--xForm textarea {
        border-radius: 0;
        border-color: #8c8b8a;
        height: 50px
    }

@media screen and (min-width:60em) {
    .layout--contact .block--xForm input:not(.button), .layout--contact .block--xForm textarea {
        height: 44px
    }
}

.layout--contact .block--xForm tr:first-child {
    text-align: center
}

    .layout--contact .block--xForm tr:first-child span {
        font-family: "Work Sans",sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: normal
    }

@media print,screen and (min-width:45em) {
    .layout--contact .block--xForm tr:first-child span {
        line-height: 22px
    }
}

.layout--contact .block--xForm tr:last-child {
    text-align: center
}

@media print,screen and (min-width:45em) {
    .layout--contact .block--xForm tr:last-child {
        text-align: right
    }
}

.layout--contact .block--xForm tr:last-child .button {
    padding: 10px 64px
}

.layout--contact .block--formContainer {
    display: block !important;
    padding: 0
}

    .layout--contact .block--formContainer .Form__Title {
        font-family: "Work Sans",sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        text-align: center
    }

@media print,screen and (min-width:45em) {
    .layout--contact .block--formContainer .Form__Title {
        line-height: 22px
    }
}

.layout--contact .block--formContainer .Form__Element__ValidationError {
    color: #bf2f38;
    padding-top: 3px
}

    .layout--contact .block--formContainer .Form__Element__ValidationError:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 12px;
        font-weight: 400;
        color: #bf2f38;
        padding-right: 10px
    }

.layout--contact .block--formContainer .Form__Element {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 10px;
    margin: 0
}

.layout--contact .block--formContainer label {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.36;
    color: #000
}

.layout--contact .block--formContainer input:not(.button), .layout--contact .block--formContainer textarea {
    border-radius: 0;
    border-color: #8c8b8a;
    height: 50px
}

@media screen and (min-width:60em) {
    .layout--contact .block--formContainer input:not(.button), .layout--contact .block--formContainer textarea {
        height: 44px
    }
}

@media print,screen and (min-width:45em) {
    .layout--contact .block--formContainer tr:first-child span {
        line-height: 22px
    }
}

.layout--contact .block--formContainer .FormSubmitButton {
    padding: 10px 64px;
    width: fit-content;
    background-color: #28acaa;
    align-self: center
}

@media print,screen and (min-width:45em) {
    .layout--contact .block--formContainer .FormSubmitButton {
        align-self: flex-end
    }

        .layout--contact .block--formContainer .FormSubmitButton:hover {
            background-color: #1e8381
        }

    .layout--home .layout__page {
        padding-top: 8px;
        padding-bottom: 0
    }

    @media screen and (max-width:480px) {
        .layout--home .layout__page h3 {
            font-size: 32px
        }
    }

    .block.block--ourStory {
        padding-top: 22px;
        text-align: center
    }

        .block.block--ourStory .wysiwyg.wysiwyg--block {
            margin-bottom: 13px
        }

            .block.block--ourStory .wysiwyg.wysiwyg--block h3 {
                font-weight: 600
            }

        .block.block--ourStory .block--stacked {
            text-align: center;
            padding-bottom: 0
        }

            .block.block--ourStory .block--stacked .stacked__image img {
                margin: auto;
                padding-bottom: 10px
            }

            .block.block--ourStory .block--stacked .stacked__content h4 {
                padding-bottom: 6px
            }

    .block.block--categories {
        text-align: center;
        padding-top: 36px
    }

        .block.block--categories .overlay__content .wysiwyg {
            padding: 10px !important
        }

    @media print,screen and (min-width:45em) {
        .block.block--categories .overlay__content .wysiwyg {
            padding: 30px !important
        }
    }

    .block.block--categories .wysiwyg h3 {
        padding-bottom: 10px
    }

    .block.block--categories .wysiwyg h4 {
        padding-bottom: 5px
    }

    .block.block--categories.width--full .block--overlay, .block.block--categories.width--full .block--section, .block.block--categories.width--full .grid, .block.block--categories.width--full .width--layout {
        margin: 0;
        padding: 0
    }

        .block.block--categories.width--full .block--section .block--overlay.md-6 {
            width: 50%;
            padding: 2px
        }

            .block.block--categories.width--full .block--section .block--overlay.md-6:first-child {
                padding-top: 4px
            }

            .block.block--categories.width--full .block--section .block--overlay.md-6:nth-child(2) {
                padding-top: 4px
            }

    @media print,screen and (min-width:45em) {
        .block.block--categories.width--full .block--section .block--overlay.md-6 {
            padding: 0 !important
        }
    }

    .layout--home .block--decoratedAdjacent {
        padding-top: 15px
    }

        .layout--home .block--decoratedAdjacent + .block--decoratedAdacent {
            padding-top: 10px
        }

    .block.block--categories.width--half {
        padding-top: 40px;
        text-align: center
    }

    @media print,screen and (min-width:45em) {
        .block.block--categories.width--half .contentArea {
            padding-left: 5px
        }
    }

    .block.block--categories.width--half .wysiwyg {
        margin-bottom: 50px
    }

    .block.block--categories.width--half .block--overlay {
        padding: 2px
    }

        .block.block--categories.width--half .block--overlay .wysiwyg {
            margin-bottom: 0
        }

    .block.block--categories.width--half .block--section .block--overlay.md-6 {
        width: 50%
    }

    .block.block--featuredProducts {
        background-color: #f9f9f9;
        margin-top: 68px;
        padding-bottom: 40px;
        text-align: center
    }

        .block.block--featuredProducts .wysiwyg h3 {
            padding-top: 23px;
            padding-bottom: 10px
        }

        .block.block--featuredProducts .wysiwyg h4 {
            padding-bottom: 20px
        }

    .block.block--sale {
        text-align: center;
        color: #fff;
        padding-top: 70px
    }

        .block.block--sale .contentArea {
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

        .block.block--sale .block.block--standard {
            padding-top: 100px;
            padding-bottom: 100px
        }

    @media screen and (max-width:720px) {
        .block.block--sale .block.block--standard {
            margin-left: 20px;
            margin-right: 20px
        }
    }

    @media print,screen and (min-width:45em) {
        .block.block--sale .block.block--standard {
            border: 1px solid #d5d5d5;
            margin: 9px;
            width: calc((100% / 3) - 19px);
            min-height: 445px;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 0;
            padding-bottom: 0
        }
    }

    .block.block--cafeArticles {
        text-align: center;
        padding-top: 60px
    }

    @media screen and (max-width:720px) {
        .block.block--cafeArticles > .sectionBlock.width--layout {
            padding-left: 0;
            padding-right: 0
        }
    }

    .block.block--cafeArticles .headerLink {
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        font-size: 32px
    }

    @media screen and (min-width:60em) {
        .block.block--cafeArticles .headerLink {
            font-size: 32px;
            line-height: 38px
        }
    }

    .block.block--cafeArticles .headerLink:hover {
        color: #f47548;
        text-decoration: none
    }

    @media print,screen and (min-width:45em) {
        .block.block--cafeArticles .wysiwyg {
            margin-bottom: 0
        }
    }

    @media print,screen and (min-width:45em) {
        .block.block--cafeArticles .arrow--link.allArticles {
            float: right;
            position: relative;
            top: -25px
        }
    }

    @media screen and (max-width:960px) {
        .block.block--cafeArticles .block--adjacent {
            padding-left: 0;
            padding-right: 0;
            width: 100%
        }
    }

    @media screen and (max-width:720px) {
        .block.block--cafeArticles .block--adjacent .adjacent__content {
            padding-left: 38px;
            padding-right: 38px
        }
    }

    .block.block--signUp {
        background-color: #f9cf2b;
        text-align: center;
        margin-top: 76px;
        position: relative;
        padding-top: 44px;
        padding-bottom: 30px
    }

    @media screen and (min-width:60em) {
        .block.block--signUp {
            padding-bottom: 12px
        }
    }

    .block.block--signUp:before {
        content: '';
        height: 68px;
        width: 68px;
        background: url(/Content/themes/Skin_Default/images/EmailSignUpIcon.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: -34px;
        bottom: auto;
        right: calc(50% - 34px);
        left: auto
    }

    .block.block--signUp .wysiwyg {
        max-width: 1180px;
        margin: auto
    }

    @media screen and (min-width:60em) {
        .block.block--signUp .wysiwyg {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }

    .block.block--signUp .wysiwyg h2 {
        font-size: 34px;
        text-transform: uppercase;
        max-width: 320px;
        text-align: center;
        margin: auto;
        line-height: 1.4
    }

    @media screen and (max-width:960px) {
        .block.block--signUp .wysiwyg h2 {
            padding-bottom: 35px;
            padding-top: 20px;
            line-height: 1
        }
    }

    @media screen and (min-width:60em) {
        .block.block--signUp .wysiwyg h2 {
            margin-left: 100px
        }
    }

    .block.block--signUp .wysiwyg .email__signUp {
        height: 48px;
        margin: auto 30px
    }

    @media print,screen and (min-width:45em) {
        .block.block--signUp .wysiwyg .email__signUp {
            width: 575px
        }
    }

    .block.block--signUp .wysiwyg .email__signUp input {
        width: calc(100% - 120px);
        height: 48px;
        padding-left: 20px;
        border-radius: 0;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        border: 0
    }

    .block.block--signUp .wysiwyg .email__signUp button {
        width: 118px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        height: 48px;
        padding: 0;
        margin-left: -5px
    }

    .layout--product .layout__bottom.layout__bottom--product {
        padding-top: 50px
    }

        .layout--product .layout__bottom.layout__bottom--product .productSuggestions h3 {
            text-align: center;
            padding-bottom: 30px
        }

    .product__amBackButton {
        margin-top: 10px
    }

    @media screen and (min-width:60em) {
        .product .product__heading {
            padding-left: 90px
        }
    }

    .product .product__heading .product__name {
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        line-height: normal
    }

    @media screen and (min-width:60em) {
        .product .product__heading .product__name {
            font-size: 32px;
            line-height: 38px
        }
    }

    .product .product__heading .product__name span {
        font-size: 32px;
        font-weight: 500
    }

    .product .product__links a {
        color: #28acaa
    }

        .product .product__links a:hover {
            color: #28acaa
        }

    .product .product__left .flexslider img {
        width: auto;
        margin: auto
    }

    .product .product__left .flexslider .product__image img {
        max-height: 540px
    }

    .product .product__left .flexslider .product__altImage {
        height: 100px !important;
        padding: 5px;
        border: 1px solid #d5d5d5;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .product .product__left .flexslider .product__altImage img {
            max-height: 100%
        }

    .product .product__left .flexslider .flex-direction-nav {
        display: none
    }

    @media print,screen and (min-width:45em) {
        .product .product__left .flexslider .flex-direction-nav {
            display: block
        }
    }

    .product .product__right {
        padding-top: 0;
        position: relative
    }

    @media screen and (min-width:60em) {
        .product .product__right {
            padding-left: 90px
        }
    }

    .product .product__right .product__shipMethod {
        padding: 7px 0 10px
    }

    .product .product__right .product__property {
        margin-bottom: 0
    }

        .product .product__right .product__property .product__propertyLabel, .product .product__right .product__property .product__propertyValue {
            font-size: 14px;
            letter-spacing: normal;
            font-weight: 400;
            color: #272727;
            line-height: 1.83
        }

        .product .product__right .product__property.product__chooseSKU > .product__propertyValue {
            font-weight: 700
        }

    .product .product__right .product__correlations p {
        margin-bottom: 5px
    }

        .product .product__right .product__correlations p span {
            font-weight: 600
        }

    .product .product__right .product__description .truncate--description {
        height: 100px;
        overflow: hidden;
        font-size: 18px;
        line-height: normal;
        line-height: 25px
    }

    @media print,screen and (min-width:45em) {
        .product .product__right .product__description .truncate--description {
            height: 110px;
            font-size: 14px;
            line-height: 21px
        }
    }

    .product .product__right .product__description .truncate--description.truncate--description--not {
        height: auto;
        overflow: visible
    }

    .product .product__right .product__description .product__description--more {
        cursor: pointer;
        position: relative
    }

    .product .product__right .variantMatrix {
        margin-bottom: 10px
    }

    @media print,screen and (min-width:45em) {
        .product .product__right .variantMatrix .variantMatrix__filter:nth-child(2) {
            padding-left: 15px
        }
    }

    .product .product__right .variantMatrix .variantMatrix__filter {
        margin: 0;
        padding: 0;
        border: 0;
        padding-bottom: 15px
    }

        .product .product__right .variantMatrix .variantMatrix__filter .variantMatrix__filterName {
            display: block;
            font-family: "Work Sans",sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.43;
            letter-spacing: normal;
            padding-bottom: 10px
        }

            .product .product__right .variantMatrix .variantMatrix__filter .variantMatrix__filterName + label {
                width: 100%
            }

        .product .product__right .variantMatrix .variantMatrix__filter .variantMatrix__filterValues {
            width: 100%;
            margin: 0;
            height: 44px;
            border: 1px solid #e1e1e1;
            font-size: 14px;
            line-height: 1.43
        }

            .product .product__right .variantMatrix .variantMatrix__filter .variantMatrix__filterValues option {
                font-size: 14px;
                line-height: 1.43
            }

    .product .product__right .reset--options {
        display: inline-block;
        margin-top: -20px;
        font-size: 10px;
        min-height: 0;
        padding: 7px 10px;
        background-color: #888;
        text-transform: none
    }

    .product .product__right .variantMatrix--tooltip {
        font-size: 12px;
        font-weight: 500;
        color: #a529aa
    }

    .product .product__right .addToCartForm__wishlist {
        padding-top: 10px
    }

    @media print,screen and (min-width:45em) {
        .product .product__right .addToCartForm__wishlist {
            padding-left: 103px
        }
    }

    @media print,screen and (min-width:45em) {
        .product .product__right.variantMatrix__replacedContent .addToCartForm__wishlist {
            padding-left: 0
        }
    }

    .product .product__right .tabs.tabs--accordion .tabs__tab {
        background-color: transparent;
        font-size: 18px;
        font-weight: 600;
        border-color: #dfeef2;
        padding-right: 0
    }

        .product .product__right .tabs.tabs--accordion .tabs__tab:before {
            content: "";
            font-family: 'Font Awesome 5 Pro';
            font-size: 14px;
            font-weight: 400;
            color: #272727;
            float: right;
            margin: 0
        }

        .product .product__right .tabs.tabs--accordion .tabs__tab[aria-expanded=true] {
            border-bottom: none
        }

            .product .product__right .tabs.tabs--accordion .tabs__tab[aria-expanded=true]:before {
                content: '\f068'
            }

    .product .product__right .tabs.tabs--accordion .tabs__panel {
        border-color: #dfeef2;
        padding: 0;
        padding-bottom: 15px
    }

        .product .product__right .tabs.tabs--accordion .tabs__panel ol, .product .product__right .tabs.tabs--accordion .tabs__panel ul {
            padding-left: 20px;
            list-style: circle;
            list-style-type: disc
        }

        .product .product__right .tabs.tabs--accordion .tabs__panel p, .product .product__right .tabs.tabs--accordion .tabs__panel span {
            font-size: 18px
        }

    @media screen and (min-width:60em) {
        .product .product__right .tabs.tabs--accordion .tabs__panel p, .product .product__right .tabs.tabs--accordion .tabs__panel span {
            font-size: 14px
        }
    }

    .product .product__right .tabs.tabs--accordion .tabs__panel a {
        color: #f47548
    }

        .product .product__right .tabs.tabs--accordion .tabs__panel a:hover {
            text-decoration: underline;
            color: #f47548
        }

    @media screen and (min-width:60em) {
        .product .product__right .product__detailFooter {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
    }

    .product .product__right .product__detailFooter .icon.icon--block {
        padding-left: 80px;
        position: relative;
        padding-bottom: 30px
    }

        .product .product__right .product__detailFooter .icon.icon--block svg {
            position: absolute;
            left: 0;
            top: calc(50% - 45px)
        }

        .product .product__right .product__detailFooter .icon.icon--block p {
            margin: 0
        }

    @media screen and (min-width:60em) {
        .product .product__right .product__detailFooter .icon.icon--block p.weight--600 {
            font-size: 14px
        }
    }

    @media screen and (min-width:60em) {
        .product .product__right .product__detailFooter .icon.icon--block.icon--safety {
            padding-left: 90px
        }
    }

    .product.product--gang .price.price--default .price__label, .product.product--gang .price.price--default .price__value {
        font-size: 16px
    }

    .product.product--gang .price.price--sale .price__label, .product.product--gang .price.price--sale .price__value {
        font-size: 16px
    }

    .product.product--gang .product__right .product__priceBlock .shipMethod {
        position: relative
    }

    .product.product--gang .product__speedShop {
        padding: 0;
        display: block;
        padding-top: 30px
    }

        .product.product--gang .product__speedShop tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__nameLink {
            pointer-events: none
        }

        .product.product--gang .product__speedShop tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__imageLink {
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

    @media screen and (min-width:60em) {
        .product.product--gang .product__speedShop {
            padding: 10px
        }
    }

    .product.product--gang .product__speedShop .speedShop__buttons {
        padding-top: 20px
    }

        .product.product--gang .product__speedShop .speedShop__buttons button, .product.product--gang .product__speedShop .speedShop__buttons input {
            margin-top: 5px
        }

            .product.product--gang .product__speedShop .speedShop__buttons button[data-cart-name=PDFPortfolio] {
                display: block;
                margin: auto;
                margin-top: 10px
            }

    @media print,screen and (min-width:45em) {
        .product.product--gang .product__speedShop .speedShop__buttons button[data-cart-name=PDFPortfolio] {
            margin-top: 10px;
            margin-right: 10px
        }
    }

    .product.product--gang .product__speedShop .quickView {
        display: none
    }

    .variantMatrix__staticContent .addthis_inline_share_toolbox #atstbx {
        position: relative
    }

        .variantMatrix__staticContent .addthis_inline_share_toolbox #atstbx .at-share-btn-elements:before {
            content: 'Share This Item';
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            font-size: 14px;
            color: #272727;
            position: relative;
            bottom: 20px;
            padding-right: 25px
        }

        .variantMatrix__staticContent .addthis_inline_share_toolbox #atstbx .at-share-btn-elements .at-icon-wrapper {
            width: auto !important;
            height: auto !important;
            line-height: normal !important;
            padding: 0;
            margin: 0
        }

            .variantMatrix__staticContent .addthis_inline_share_toolbox #atstbx .at-share-btn-elements .at-icon-wrapper svg {
                fill: #afafaf !important;
                margin: 4px
            }

    .beckers__list--header {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d5d5d5;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .beckers__list--header h1 {
            margin: 0;
            margin-bottom: 0
        }

            .beckers__list--header h1:last-child {
                margin: 0;
                margin-bottom: 0
            }

    .beckers__list--controls {
        text-align: center;
        width: 100%;
        padding: 10px
    }

    @media print,screen and (min-width:45em) {
        .beckers__list--controls {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
    }

    .beckers__list--controls select {
        width: auto
    }

    .beckers__list--controls .beckers__list--sort {
        margin: 10px auto
    }

    @media print,screen and (min-width:45em) {
        .beckers__list--controls .beckers__list--sort {
            margin: 0
        }
    }

    .beckers__list {
        width: 100%;
        border-bottom: 1px solid #d5d5d5
    }

        .beckers__list thead tr {
            background-color: #dfeef2
        }

            .beckers__list thead tr th {
                padding: 10px 8px;
                font-size: 16px;
                font-weight: 600;
                white-space: normal !important
            }

                .beckers__list thead tr th a, .beckers__list thead tr th span {
                    font-size: 16px;
                    font-weight: 600
                }

        .beckers__list tbody tr {
            font-size: 14px
        }

    @media print,screen and (min-width:45em) {
        .beckers__list tbody tr {
            border-bottom: 1px solid #d5d5d5
        }
    }

    .beckers__list tbody tr a, .beckers__list tbody tr div, .beckers__list tbody tr span {
        font-size: 14px
    }

    .beckers__list tbody tr td {
        padding: 5px;
        vertical-align: middle;
        white-space: nowrap
    }

    @media screen and (min-width:60em) {
        .beckers__list tbody tr td {
            padding: 10px 8px
        }
    }

    .beckers__list tbody tr:nth-child(odd) {
        background-color: #fff
    }

    .beckers__list tbody tr:nth-child(even) {
        background-color: #fafafa
    }

    .beckers__list tbody tr .beckers__list--link {
        text-decoration: underline
    }

    .beckers__list tbody tr .beckers__list--delete {
        padding-left: 30px
    }

    .beckers__list tbody tr .beckers__list--review {
        color: #f47548;
        font-weight: 500;
        text-decoration: underline
    }

    @media screen and (min-width:60em) {
        .layout--requestCatalog .sidebar--layout {
            margin-top: 70px
        }
    }

    @media screen and (min-width:60em) {
        .layout--requestCatalog .layout__main {
            padding-left: 30px
        }
    }

    .layout--requestCatalog .active__catalogs .catalog__item {
        position: relative;
        margin-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .layout--requestCatalog .active__catalogs label {
        font-size: 16px;
        padding: .8em;
        padding-left: calc(1em + 30px);
        border: 2px solid transparent;
        width: 100%
    }

        .layout--requestCatalog .active__catalogs label:hover {
            cursor: pointer
        }

    .layout--requestCatalog .active__catalogs input {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 1em
    }

        .layout--requestCatalog .active__catalogs input:checked + label {
            border: 2px solid #97c23d;
            font-weight: 600
        }

    .accountPage.accountPage__orders .layout__title {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    @media screen and (max-width:960px) {
        .accountPage.accountPage__orders .mobileTable {
            overflow: auto
        }
    }

    .accountPage.accountPage__orders .retailerDashboard__orderTab {
        margin-bottom: 40px
    }

        .accountPage.accountPage__orders .retailerDashboard__orderTab h5 {
            padding-bottom: 12px
        }

        .accountPage.accountPage__orders .retailerDashboard__orderTab .retailerDashboard__viewAll {
            margin-top: 10px
        }

            .accountPage.accountPage__orders .retailerDashboard__orderTab .retailerDashboard__viewAll a {
                font-weight: 500;
                padding-top: 10px
            }

    .retailerDashboard__inventoryLookup {
        margin-top: 20px
    }

        .retailerDashboard__inventoryLookup h5 {
            margin-bottom: 15px
        }

        .retailerDashboard__inventoryLookup button[type=submit] {
            position: absolute;
            right: 10px;
            top: 4px
        }

            .retailerDashboard__inventoryLookup button[type=submit] i {
                font-size: 20px
            }

    @media screen and (max-width:960px) {
        .quickOrder__gridWrap.mobileTable {
            overflow: auto
        }
    }

    .quickOrderRow__quantityField:after {
        margin: 0;
        position: absolute;
        top: calc(100% + 5px);
        left: calc(50% - 9px)
    }

    .quickOrderRow__quantityField {
        text-align: center;
        position: relative
    }

    .quickOrderRow td {
        white-space: normal !important
    }

    @media screen and (max-width:960px) {
        .quickOrderRow td .predictiveSearch__results {
            display: none
        }
    }

    @media screen and (max-width:480px) {
        .orderSummary__label {
            width: 60%
        }

        .orderSummary__value {
            width: 40%;
            word-break: break-word
        }
    }

    .mobileTable a, kendoGridWrapper table a {
        text-decoration: underline
    }

    .checkout h3 {
        padding-bottom: 10px
    }

    .checkout .savedcardList__available form {
        padding: 5px
    }

    .checkout .savedcardList__available .savedcardList__item {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .checkout .savedcardList__available .savedcardList__item label {
            line-height: normal
        }

        .checkout .savedcardList__available .savedcardList__item .savedcardList__delete {
            text-transform: none;
            font-weight: 400;
            color: #bf2f38
        }

            .checkout .savedcardList__available .savedcardList__item .savedcardList__delete:before {
                content: ' | ';
                color: #272727;
                padding-right: 5px
            }

    @media print,screen and (min-width:30em) {
        .checkout .savedcardList__available .savedcardList__item {
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex
        }
    }

    .checkout .orderReview .orderReview__billingInfo .button--link, .checkout .orderReview .orderReview__shippingInfo .button--link, .checkout .orderReview .orderReview__shippingMethod .button--link {
        color: #f47548;
        text-transform: none;
        line-height: normal;
        font-size: 14px
    }

    .checkout .checkout__activeShipAddress div {
        font-size: 14px
    }

        .checkout .checkout__activeShipAddress div.address {
            padding-top: 10px
        }

    .orderConfirmation {
        padding-top: 30px
    }

        .orderConfirmation .orderConfirmation__message p {
            margin: 10px auto
        }

    .orderReceipt .logo__image {
        max-width: 340px
    }

    @media print,screen and (min-width:30em) {
        .paymentMethod__creditCard.table .table__cell, .paymentMethod__purchaseOrder.table .table__cell {
            width: 250px
        }

            .paymentMethod__creditCard.table .table__cell + .table__cell, .paymentMethod__purchaseOrder.table .table__cell + .table__cell {
                width: auto
            }
    }

    .layout--userPage .userpage__page {
        padding: 0
    }

        .layout--userPage .userpage__page .userpage__page--checkboxes label {
            display: block;
            padding-bottom: 10px
        }

        .layout--userPage .userpage__page .userpage__page--header {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 10px
        }

            .layout--userPage .userpage__page .userpage__page--header h3 {
                margin: 0;
                margin-bottom: 0
            }

                .layout--userPage .userpage__page .userpage__page--header h3:last-child {
                    margin: 0;
                    margin-bottom: 0
                }

            .layout--userPage .userpage__page .userpage__page--header .userpage__page--actions .button--link {
                font-size: 14px
            }

                .layout--userPage .userpage__page .userpage__page--header .userpage__page--actions .button--link ~ .button--link:before {
                    content: '|';
                    padding-right: 5px
                }

        .layout--userPage .userpage__page .userpage__page--content {
            background-color: #fafafa;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            margin-bottom: 30px;
            padding: 10px
        }

    @media print,screen and (min-width:45em) {
        .layout--userPage .userpage__page .userpage__page--content {
            padding: 20px
        }
    }

    .layout--userPage .userpage__page .userpage__page--content .userpage__userinfo {
        padding: 0 10px
    }

        .layout--userPage .userpage__page .userpage__page--content .userpage__userinfo span {
            display: block;
            padding: 5px 0
        }

    .layout--userPage .userpage__page .userpage__page--content .addressBook__group {
        padding: 0;
        border: 0
    }

        .layout--userPage .userpage__page .userpage__page--content .addressBook__group .md-6 {
            margin-bottom: 20px
        }

    @media print,screen and (min-width:45em) {
        .layout--userPage .userpage__page .userpage__page--content .addressBook__group {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .layout--userPage .userpage__page .userpage__page--content .addressBook__group .addressBook__address {
                padding-right: 30px
            }

                .layout--userPage .userpage__page .userpage__page--content .addressBook__group .addressBook__address:nth-child(odd) {
                    border-right: 1px solid #d5d5d5;
                    padding-right: 30px
                }

                .layout--userPage .userpage__page .userpage__page--content .addressBook__group .addressBook__address:nth-child(even) {
                    padding-left: 20px
                }
    }

    .layout--userPage .userpage__page .userpage__page--content .addressBook__group .button--link {
        display: block;
        font-size: 14px;
        color: #272727
    }

        .layout--userPage .userpage__page .userpage__page--content .addressBook__group .button--link:hover {
            color: #f47548
        }

    .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group {
        padding: 10px
    }

        .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group .md-6 {
            margin-bottom: 20px
        }

    @media print,screen and (min-width:45em) {
        .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group .md-6:nth-child(odd) {
                border-right: 1px solid #d5d5d5;
                padding-right: 30px
            }

            .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group .md-6:nth-child(even) {
                padding-left: 30px
            }
    }

    .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group .button--link {
        display: block;
        font-size: 14px;
        color: #272727
    }

        .layout--userPage .userpage__page .userpage__page--content .paymentMethod__group .button--link:hover {
            color: #f47548
        }

    .layout--userPage .userpage__page .userpage__page--formactions {
        text-align: center;
        margin-top: 20px
    }

    @media print,screen and (min-width:45em) {
        .layout--userPage .userpage__page .userpage__page--formactions {
            text-align: right
        }
    }

    .userpage__page.userpage__page--create .userpage__page--content {
        padding: 20px
    }

        .userpage__page.userpage__page--create .userpage__page--content .md-4, .userpage__page.userpage__page--create .userpage__page--content .md-8 {
            padding: 0
        }

    @media print,screen and (min-width:45em) {
        .userpage__page.userpage__page--create .userpage__page--content .md-4, .userpage__page.userpage__page--create .userpage__page--content .md-8 {
            padding: 5px
        }
    }

    .userpage__page.userpage__page--create .userpage__page--content .md-4 label, .userpage__page.userpage__page--create .userpage__page--content .md-8 label {
        padding: 5px 0
    }

    .shoppingCart .shoppingCart__updateAll {
        margin-bottom: .75em
    }

    @media print,screen and (min-width:30em) {
        .shoppingCart .shoppingCart__updateAll {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
    }

    @media screen and (min-width:60em) {
        .shoppingCart .shoppingCart__updateAll {
            -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }
    }

    .shoppingCart .shoppingCart__updateAll button {
        width: auto;
        margin-left: 1em;
        margin-right: 0
    }

    @media print,screen and (min-width:45em) {
        .shoppingCart .shoppingCart__updateAll button {
            margin-right: 0
        }
    }

    @media screen and (min-width:60em) {
        .shoppingCart .shoppingCart__updateAll button.cartModalButton {
            margin-top: .75em
        }
    }

    .block--slider.hero-slider .slide__content > .wysiwyg h2 {
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        color: #f47548;
        letter-spacing: normal
    }

    @media screen and (min-width:60em) {
        .block--slider.hero-slider .slide__content > .wysiwyg h2 {
            font-size: 32px;
            line-height: 38px
        }
    }

    .layout--signIn .layout__main .block h2 {
        padding-bottom: 18px;
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: normal
    }

    @media screen and (min-width:60em) {
        .layout--signIn .layout__main .block h2 {
            font-size: 32px;
            line-height: 38px
        }
    }
}

@media screen and (max-width:960px) {
    .accountPage.accountPage__orders .mobileTable {
        overflow: auto
    }
}

.kendoGridWrapper table {
    display: table
}

.kendoGridWrapper thead {
    display: table-header-group
}

.kendoGridWrapper tbody {
    display: table-row-group
}

.kendoGridWrapper tfoot {
    display: table-footer-group
}

.kendoGridWrapper th {
    display: table-cell
}

.kendoGridWrapper tr {
    display: table-row
}

.kendoGridWrapper td {
    display: table-cell
}

.kendoGridWrapper select {
    height: initial
}

.k-filter-menu button {
    min-height: initial;
    border-radius: initial
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__wrap {
        padding: 0
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__window {
    max-width: 780px;
    width: 100%
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__window {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        max-height: 100%
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content {
    padding: 40px 30px
}

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-header {
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 10px
    }

        .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-header .modal-title {
            font-family: Montserrat,sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px
        }

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list {
        border: none;
        padding: 0
    }

        .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list.no-suggestions {
            border-bottom: 1px solid #f5f5f5
        }

            .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list.no-suggestions #entered_address_container label {
                padding-left: 0
            }

                .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list.no-suggestions #entered_address_container label::after, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list.no-suggestions #entered_address_container label::before {
                    display: none
                }

            .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .addresses-list.no-suggestions .edit-address-button {
                margin-left: 0
            }

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message {
        padding: 10px;
        min-height: 73px;
        background: #f5f5f5;
        border: 1px solid #afafaf;
        margin-bottom: 30px;
        display: flex;
        align-items: start
    }

        .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message p, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message span {
            margin: 0
        }

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message {
        padding: 8px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message svg {
    display: flex;
    flex-shrink: 0
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message .text {
    margin-left: 15px
}

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message .text .main-text {
        font-family: "Work Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #272727;
        display: block;
        width: 100%
    }

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message .text .main-text {
        font-size: 12px;
        line-height: 18px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message .text .secondary-text {
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #272727;
    display: block;
    width: 100%;
    margin-top: 10px
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .top-message .text .secondary-text {
        font-size: 10px;
        line-height: 18px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
    display: block
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-suggestions {
    border-block: 1px solid #f5f5f5;
    padding: 30px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block {
    width: 33.33%;
    display: flex;
    align-items: start
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block {
        width: 100%;
        margin-bottom: 20px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 45px;
        cursor: pointer;
        display: inline-block
    }

        .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label p, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label span {
            font-family: "Work Sans",sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            color: #272727;
            margin: 0
        }

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label p, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label span {
        font-size: 16px;
        line-height: 22px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block
}

    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label p, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label span {
        font-weight: 500;
        font-family: "Work Sans",sans-serif;
        font-style: normal;
        font-size: 18px;
        line-height: 25px;
        color: #272727;
        margin: 0
    }

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label p, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label span {
        font-size: 16px;
        line-height: 22px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #28acaa;
    border-radius: 100%;
    background: #fff
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(30,131,129,.25);
    border-radius: 100%;
    background: #fff
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label:after, .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #28acaa;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .address-block input[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .edit-address-button {
    margin: 20px 0 20px 45px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #28acaa
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-body .edit-address-button {
        font-size: 10px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-footer {
    padding: 20px 15px 0 0;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-footer {
        padding: 10px 0 0 0;
        justify-content: center
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__content .modal-footer .button {
    width: 100%;
    max-width: 300px;
    height: 39px;
    font-size: 16px;
    line-height: 39px !important;
    padding-block: 0 !important;
    display: inline-block
}

@media screen and (min-width:60em) {
    .modal.modal--outerScrolling.modal--address-validation .modal__content .modal-footer .button {
        max-width: 208px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__closeButton {
    margin-left: -60px;
    margin-top: 35px
}

@media screen and (max-width:960px) {
    .modal.modal--outerScrolling.modal--address-validation .modal__closeButton {
        margin-top: 35px
    }
}

.modal.modal--outerScrolling.modal--address-validation .modal__closeButton:before {
    font-size: 20px;
    color: #272727
}

.address-validation-error {
    color: #bf2f38;
    border: 1px solid #bf2f38
}

.autocomplete-list {
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.2);
    padding: 0;
    width: fit-content;
    max-width: 320px;
    list-style: none;
    max-height: 360px;
    overflow-y: auto
}

    .autocomplete-list li {
        line-height: 1.4;
        padding: 0 20px;
        min-height: 52px;
        display: flex;
        align-items: center
    }

        .autocomplete-list li:hover {
            cursor: pointer;
            background: #28acaa;
            color: #fff
        }

form.hasCustomAddressValidation {
    position: relative
}

    form.hasCustomAddressValidation.clearfix:after {
        content: "";
        display: table;
        clear: both
    }

.verticalProductSuggestion {
    background-color: #f5f5f5;
    padding: 20px
}

    .verticalProductSuggestion .main-title {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: .006em;
        color: #272727
    }

@media screen and (min-width:60em) {
    .verticalProductSuggestion .main-title {
        font-size: 16px;
        line-height: 22px
    }
}

.verticalProductSuggestion .sub-title {
    display: none
}

.verticalProductSuggestion .vertical-container {
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0 auto
}

    .verticalProductSuggestion .vertical-container > .block--section {
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin: 0 auto
    }

        .verticalProductSuggestion .vertical-container > .block--section .sectionBlock {
            padding: 0
        }

    .verticalProductSuggestion .vertical-container .speedShop__products {
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin: 0 auto
    }

        .verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product {
            width: 100%;
            padding: 0;
            margin-bottom: 35px
        }

@media screen and (min-width:60em) {
    .verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product {
        margin-bottom: 20px
    }
}

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product:last-child {
    margin-bottom: 0
}

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .thumbnail__imageWrap .quickView {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

    .verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .thumbnail__imageWrap .quickView .quickView__button {
        display: flex;
        margin: 0;
        justify-content: center;
        padding: 0;
        flex-direction: column;
        height: 100%
    }

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .flags.thumbnail__flags {
    display: none
}

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .thumbnail__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .003em;
    color: #272727;
    padding: 0
}

@media screen and (min-width:60em) {
    .verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .thumbnail__name {
        font-size: 14px
    }
}

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .priceGroup {
    display: none
}

.verticalProductSuggestion .vertical-container .speedShop__products .thumbnail--product .thumbnail__bottom {
    display: none !important
}

ct {
    height: initial
}

.product--vertical .product__heading {
    padding: 0
}

    .product--vertical .product__heading .product__name {
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        line-height: normal
    }

@media screen and (min-width:60em) {
    .product--vertical .product__heading .product__name {
        font-size: 2.29em;
        line-height: 38px
    }
}

.product--vertical .product__heading .product__name span {
    line-height: normal
}

.product--vertical .product__links a {
    color: #28acaa
}

    .product--vertical .product__links a:hover {
        color: #28acaa
    }

.product--vertical .product__left .flexslider img {
    width: auto;
    margin: auto
}

.product--vertical .product__left .flexslider .product__image img {
    max-height: 540px
}

.product--vertical .product__left .flexslider .product__altImage {
    height: 100px !important;
    padding: 5px;
    border: 1px solid #d5d5d5;
    display: flex !important;
    justify-content: center;
    align-items: center
}

    .product--vertical .product__left .flexslider .product__altImage img {
        max-height: 100%
    }

.product--vertical .product__left .flexslider .flex-direction-nav {
    display: none
}

@media print,screen and (min-width:45em) {
    .product--vertical .product__left .flexslider .flex-direction-nav {
        display: block
    }
}

.product--vertical .product__right {
    padding: 0
}

.product--vertical .product__center {
    padding-top: 0;
    position: relative
}

@media screen and (min-width:60em) {
    .product--vertical .product__center {
        padding-left: 40px;
        padding-right: 30px
    }
}

.product--vertical .product__center .product__shipMethod {
    padding: 7px 0 10px
}

.product--vertical .product__center .product__property {
    margin-bottom: 0
}

    .product--vertical .product__center .product__property .product__propertyLabel, .product--vertical .product__center .product__property .product__propertyValue {
        font-size: 1em;
        letter-spacing: normal;
        font-weight: 400;
        color: #272727;
        line-height: 1.83
    }

    .product--vertical .product__center .product__property.product__chooseSKU > .product__propertyValue {
        font-weight: 700
    }

.product--vertical .product__center .product__correlations p {
    margin-bottom: 5px
}

    .product--vertical .product__center .product__correlations p span {
        font-weight: 600
    }

.product--vertical .product__center .product__description .truncate--description {
    height: 100px;
    overflow: hidden;
    font-size: 1.29em;
    line-height: normal;
    line-height: 1.78em
}

@media print,screen and (min-width:45em) {
    .product--vertical .product__center .product__description .truncate--description {
        height: 110px;
        font-size: 1em;
        line-height: 1.5em
    }
}

.product--vertical .product__center .product__description .truncate--description.truncate--description--not {
    height: auto;
    overflow: visible
}

.product--vertical .product__center .product__description .product__description--more {
    cursor: pointer;
    position: relative
}

.product--vertical .product__center .variantMatrix {
    margin-bottom: 10px
}

@media print,screen and (min-width:45em) {
    .product--vertical .product__center .variantMatrix .variantMatrix__filter:nth-child(2) {
        padding-left: 15px
    }
}

.product--vertical .product__center .variantMatrix .variantMatrix__filter {
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 15px
}

    .product--vertical .product__center .variantMatrix .variantMatrix__filter .variantMatrix__filterName {
        display: block;
        font-family: "Work Sans",sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.43;
        letter-spacing: normal;
        padding-bottom: 10px
    }

        .product--vertical .product__center .variantMatrix .variantMatrix__filter .variantMatrix__filterName + label {
            width: 100%
        }

    .product--vertical .product__center .variantMatrix .variantMatrix__filter .variantMatrix__filterValues {
        width: 100%;
        margin: 0;
        height: 44px;
        border: 1px solid #e1e1e1;
        font-size: 1em;
        line-height: 1.43
    }

        .product--vertical .product__center .variantMatrix .variantMatrix__filter .variantMatrix__filterValues option {
            font-size: 1em;
            line-height: 1.43
        }

.product--vertical .product__center .reset--options {
    display: inline-block;
    margin-top: -20px;
    font-size: 10px;
    min-height: 0;
    padding: 7px 10px;
    background-color: #888;
    text-transform: none
}

.product--vertical .product__center .variantMatrix--tooltip {
    font-size: .86em;
    font-weight: 500;
    color: #a529aa
}

.product--vertical .product__center .addToCartForm__wishlist {
    padding-top: 10px
}

@media print,screen and (min-width:45em) {
    .product--vertical .product__center .addToCartForm__wishlist {
        padding-left: 103px
    }
}

@media print,screen and (min-width:45em) {
    .product--vertical .product__center.variantMatrix__replacedContent .addToCartForm__wishlist {
        padding-left: 0
    }
}

.product--vertical .product__center .tabs.tabs--accordion .tabs__tab {
    background-color: transparent;
    font-size: 1.29em;
    font-weight: 600;
    border-color: #dfeef2;
    padding-right: 0
}

    .product--vertical .product__center .tabs.tabs--accordion .tabs__tab:before {
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 14px;
        font-weight: 400;
        color: #272727;
        float: right;
        margin: 0
    }

    .product--vertical .product__center .tabs.tabs--accordion .tabs__tab[aria-expanded=true] {
        border-bottom: none
    }

        .product--vertical .product__center .tabs.tabs--accordion .tabs__tab[aria-expanded=true]:before {
            content: '\f068'
        }

.product--vertical .product__center .tabs.tabs--accordion .tabs__panel {
    border-color: #dfeef2;
    padding: 0;
    padding-bottom: 15px
}

    .product--vertical .product__center .tabs.tabs--accordion .tabs__panel ol, .product--vertical .product__center .tabs.tabs--accordion .tabs__panel ul {
        padding-left: 20px;
        list-style: circle;
        list-style-type: disc
    }

    .product--vertical .product__center .tabs.tabs--accordion .tabs__panel p, .product--vertical .product__center .tabs.tabs--accordion .tabs__panel span {
        font-size: 1.29em
    }

@media screen and (min-width:60em) {
    .product--vertical .product__center .tabs.tabs--accordion .tabs__panel p, .product--vertical .product__center .tabs.tabs--accordion .tabs__panel span {
        font-size: 1em
    }
}

.product--vertical .product__center .tabs.tabs--accordion .tabs__panel a {
    color: #f47548
}

    .product--vertical .product__center .tabs.tabs--accordion .tabs__panel a:hover {
        text-decoration: underline;
        color: #f47548
    }

@media screen and (min-width:60em) {
    .product--vertical .product__center .product__detailFooter {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.product--vertical .product__center .product__detailFooter .icon.icon--block {
    padding-left: 80px;
    position: relative;
    padding-bottom: 30px
}

    .product--vertical .product__center .product__detailFooter .icon.icon--block svg {
        position: absolute;
        left: 0;
        top: calc(50% - 45px)
    }

    .product--vertical .product__center .product__detailFooter .icon.icon--block p {
        margin: 0
    }

@media screen and (min-width:60em) {
    .product--vertical .product__center .product__detailFooter .icon.icon--block p.weight--600 {
        font-size: 1em
    }
}

@media screen and (min-width:60em) {
    .product--vertical .product__center .product__detailFooter .icon.icon--block.icon--safety {
        padding-left: 90px
    }
}

.product--vertical.product--gang .price.price--default .price__label, .product--vertical.product--gang .price.price--default .price__value {
    font-size: 1.14em
}

.product--vertical.product--gang .price.price--sale .price__label, .product--vertical.product--gang .price.price--sale .price__value {
    font-size: 1.14em
}

.product--vertical.product--gang .product__right .product__priceBlock .shipMethod {
    position: relative
}

.product--vertical.product--gang .product__speedShop {
    padding: 0;
    display: block;
    padding-top: 30px
}

    .product--vertical.product--gang .product__speedShop tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__nameLink {
        pointer-events: none
    }

    .product--vertical.product--gang .product__speedShop tr.speedShopProduct.speedShopProduct--variant .speedShopProduct__imageLink {
        pointer-events: none;
        user-select: none
    }

@media screen and (min-width:60em) {
    .product--vertical.product--gang .product__speedShop {
        padding: 10px
    }
}

.product--vertical.product--gang .product__speedShop .speedShop__buttons {
    padding-top: 20px
}

    .product--vertical.product--gang .product__speedShop .speedShop__buttons button, .product--vertical.product--gang .product__speedShop .speedShop__buttons input {
        margin-top: 5px
    }

        .product--vertical.product--gang .product__speedShop .speedShop__buttons button[data-cart-name=PDFPortfolio] {
            display: block;
            margin: auto;
            margin-top: 10px
        }

@media print,screen and (min-width:45em) {
    .product--vertical.product--gang .product__speedShop .speedShop__buttons button[data-cart-name=PDFPortfolio] {
        margin-top: 10px;
        margin-right: 10px
    }
}

.product--vertical.product--gang .product__speedShop .quickView {
    display: none
}

@media screen and (max-width:540px) {
    .tingle-modal-box {
        height: 100vh !important
    }

        .tingle-modal-box .tingle-modal-box__content {
            padding: 0 !important;
            height: 90vh !important;
            top: 50% !important;
            position: absolute !important;
            left: 50% !important;
            width: 90vw !important;
            transform: translate(-50%,-50%) !important
        }

            .tingle-modal-box .tingle-modal-box__content td.mobilehide {
                display: block !important
            }

                .tingle-modal-box .tingle-modal-box__content td.mobilehide:first-child {
                    display: none !important
                }
}

.hidden-on-load {
    opacity: 0;
    pointer-events: none
}

.custom-title-h1 {
    font-family: "Work Sans",sans-serif;
    font-size: 2.29em !important;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px
}

@media print,screen and (min-width:45em) {
    .custom-title-h1 {
        line-height: 56px !important;
        font-size: 50px !important
    }
}

.custom-title-h3 {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px !important;
    padding-bottom: 10px
}

@media screen and (min-width:60em) {
    .custom-title-h3 {
        font-size: 2.29em;
        line-height: 38px
    }
}

.custom-title-h4 {
    font-family: "Coming Soon",cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px !important;
    padding-bottom: 5px
}

@media screen and (min-width:60em) {
    .custom-title-h4 {
        font-size: 20px;
        line-height: 32px
    }
}

.custom-title-h5 {
    font-family: "Work Sans",sans-serif;
    font-size: 1.29em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px !important;
    padding-bottom: 5px
}

@media print,screen and (min-width:45em) {
    .custom-title-h5 {
        line-height: 1.57em
    }
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    margin-bottom: 40px
}

@media screen and (max-width:960px) {
    .tab-links {
        display: none
    }
}

.tab-links li {
    margin: 0;
    cursor: pointer;
    border: 1px solid #d5d5d5
}

    .tab-links li a {
        background: #fff;
        color: #272727;
        width: 100%;
        height: 100%;
        padding: 10px 30px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Work Sans",sans-serif;
        outline: 0
    }

    .tab-links li.active {
        border-top: 2px solid #f47548;
        border-bottom: 1px solid #f47548
    }

        .tab-links li.active a {
            background: #f47548;
            color: #fff
        }

.tab-content {
    border: 0;
    padding: 40px 0 20px;
    width: 100%
}

    .tab-content .tab {
        display: none
    }

        .tab-content .tab.active {
            display: block
        }

.mobile-dropdown-tabs {
    display: none;
    width: 100%
}

@media screen and (max-width:960px) {
    .mobile-dropdown-tabs {
        display: block
    }
}

.gridControls__sort.custom-right-aligned {
    margin-left: auto
}

.gridControls__shoppingMode.custom-right-aligned {
    margin-left: unset
}

.layout__top.padT--20.align--left.custom-left-alignment h5 {
    margin-left: calc(25% + 5px)
}

@media screen and (max-width:960px) {
    .layout__top.padT--20.align--left.custom-left-alignment h5 {
        margin-left: 0
    }
}

.filter-pills-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media screen and (max-width:960px) {
    .filter-pills-container {
        margin-top: 20px
    }
}

.filter-pills-container .filter-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    background-color: #28acaa;
    color: #fff;
    padding: 4px 24px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:960px) {
    .filter-pills-container .filter-pill {
        padding: 4px 16px
    }

        .filter-pills-container .filter-pill span {
            font-size: 14px
        }
}

.filter-pills-container .filter-pill .filter-pill__remove {
    width: fit-content;
    height: unset;
    display: flex;
    min-width: unset;
    min-height: unset;
    height: unset;
    padding: 2px;
    background-color: unset;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1
}

.filter-pills-container .custom-clear-filters {
    font-size: 14px;
    color: #28acaa;
    height: 28px;
    display: flex;
    align-items: center;
    line-height: 1
}

.toast {
    align-items: start;
    background-color: #dcebef;
    border-bottom: 4px solid #1e8381;
    color: #000;
    display: flex;
    gap: 16px;
    padding: 24px;
    position: fixed;
    right: 30px;
    top: 107px;
    width: 320px;
    z-index: 100001
}

@media print,screen and (min-width:45em) {
    .toast {
        right: 144px;
        top: 162px;
        width: 371px
    }
}

.toast .dismiss-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    min-height: 24px
}

    .toast .dismiss-btn svg {
        fill: #000
    }

    .toast .dismiss-btn:focus, .toast .dismiss-btn:hover {
        background: 0 0
    }

.toast span {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px
}

@media print,screen and (min-width:45em) {
    .toast span {
        font-size: 14px;
        line-height: 25px
    }
}

.label-design-option__container {
    background-color: #f5f5f5;
    padding: 16px;
    margin-top: 24px
}

@media print,screen and (min-width:45em) {
    .label-design-option__container {
        padding: 32px;
        margin-top: 48px
    }
}

.label-design-option__container-existing-list {
    background-color: #dcebef
}

.label-design-option__heading {
    font-family: "Work Sans",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px
}

@media print,screen and (min-width:45em) {
    .label-design-option__heading {
        line-height: 38px
    }
}

.label-design-option__copy {
    font-size: 16px;
    line-height: 30px
}

@media print,screen and (min-width:45em) {
    .label-design-option__copy {
        font-size: 18px
    }
}

.label-design-option__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

@media print,screen and (min-width:45em) {
    .label-design-option__form {
        gap: 24px;
        flex-direction: row;
        align-items: center
    }
}

.label-design-option__form .label-design-option__select-label {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute
}

.label-design-option__form .label-design-option__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 4px;
    max-width: 323px;
    padding-inline: 16px;
    padding-right: 32px;
    width: 100%
}

.label-design-option__form .label-design-option__select--existing-list {
    max-width: unset
}

.label-design-option__form .label-design-option__checkbox .checkbox__container {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.label-design-option__form .label-design-option__checkbox .checkbox__input {
    position: absolute;
    right: 100%;
    margin-right: 1rem
}

    .label-design-option__form .label-design-option__checkbox .checkbox__input:checked ~ .checkbox__disclaimer {
        font-weight: 600
    }

        .label-design-option__form .label-design-option__checkbox .checkbox__input:checked ~ .checkbox__disclaimer .checkbox__disclaimer-checkbox:after {
            top: -2px;
            opacity: 1
        }

.label-design-option__form .label-design-option__checkbox .checkbox__disclaimer {
    transition: color .2s ease-in-out;
    padding-right: 4px;
    align-items: center;
    display: flex;
    gap: 10px
}

    .label-design-option__form .label-design-option__checkbox .checkbox__disclaimer .checkbox__disclaimer-checkbox {
        background-color: #fff;
        height: 24px;
        min-height: 24px;
        min-width: 24px;
        border: 2px solid #3565ae;
        position: relative;
        overflow: hidden
    }

        .label-design-option__form .label-design-option__checkbox .checkbox__disclaimer .checkbox__disclaimer-checkbox:after {
            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M8.33366 2.5L3.75033 7.08333L1.66699 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: -26px;
            left: -2px;
            background-color: #3565ae;
            align-content: center;
            text-align: center;
            opacity: 0;
            transition: top .2s ease-in-out,opacity .2s ease-in-out
        }

@media print,screen and (min-width:45em) {
    .label-design-option__form .label-design-option__checkbox .checkbox__disclaimer {
        gap: 20px
    }
}

.label-design-option__form .label-design-option__checkbox .checkbox__disclaimer span {
    font-size: 16px;
    line-height: 18px
}

@media print,screen and (min-width:45em) {
    .label-design-option__form .label-design-option__checkbox .checkbox__disclaimer span {
        font-size: 14px
    }
}

@media print,screen and (min-width:45em) {
    .label-design-option__form .label-design-option__checkbox:hover .checkbox__disclaimer {
        color: #000
    }
}

.label-design-create__container {
    margin-top: 32px
}

@media print,screen and (min-width:45em) {
    .label-design-create__container {
        margin-top: 48px
    }
}

.label-design-create__heading {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px
}

@media print,screen and (min-width:45em) {
    .label-design-create__heading {
        font-size: 24px;
        line-height: 38px
    }
}

.label-design-create__form {
    margin-top: 24px;
    display: grid;
    gap: 24px
}

@media print,screen and (min-width:45em) {
    .label-design-create__form {
        column-gap: 20px;
        row-gap: 40px;
        grid-template-columns: repeat(2,1fr)
    }
}

.label-design-create__form-controls {
    margin-top: 56px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 16px
}

@media print,screen and (min-width:45em) {
    .label-design-create__form-controls {
        gap: 24px;
        margin-top: 72px;
        flex-direction: column
    }
}

.label-design-create__form-controls-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

@media print,screen and (min-width:45em) {
    .label-design-create__form-controls-buttons {
        align-items: center;
        flex-direction: row;
        gap: 24px;
        justify-content: center
    }
}

.label-options__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.label-options__heading {
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 8px
}

.label-options__input {
    border: 1px solid #272727;
    border-radius: 4px;
    color: #25282a;
    margin-bottom: 16px;
    font-size: 16px
}

@media print,screen and (min-width:45em) {
    .label-options__input {
        font-size: 18px
    }
}

.label-options__input::placeholder {
    font-size: 16px;
    color: #25282a
}

@media print,screen and (min-width:45em) {
    .label-options__input::placeholder {
        font-size: 18px
    }
}

.label-options__input-label {
    width: 0;
    height: 0;
    visibility: hidden
}

.label-options__controls {
    display: flex;
    gap: 24px;
    margin-top: 10px
}

@media print,screen and (min-width:45em) {
    .label-options__controls {
        margin-top: 8px;
        gap: 20px
    }
}

.label-options__button {
    align-items: center;
    color: #3565ae;
    display: flex;
    font-family: "Work Sans",sans-serif;
    font-size: 14px;
    gap: 4px;
    line-height: 20px;
    position: relative
}

    .label-options__button::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

@media print,screen and (min-width:45em) {
    .label-options__button {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px
    }
}

.label-options__button .label-options__icon-image {
    fill: #3565ae
}

.label-options__button .label-options__icon-color {
    stroke: #3565ae
}

.label-options__button .label-options__icon--hidden {
    display: none
}

.label-options__button .label-options__icon--selected-color {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--background-selected);
    border: .5px solid #444
}

.label-options__button .label-options__icon--selected-image {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--background-selected);
    background-size: cover;
    background-position: center;
    border: .5px solid #444
}

.label-options__button:hover {
    text-decoration: none !important
}

    .label-options__button:hover .label-options__icon-image {
        fill: #f47548
    }

    .label-options__button:hover .label-options__icon-color {
        stroke: #f47548
    }

.link--blue {
    color: #3565ae;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

    .link--blue:hover {
        color: #f47548
    }

.button--clear-blue {
    background-color: transparent;
    color: #3565ae;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #3565ae
}

    .button--clear-blue:not([disabled]):hover {
        background-color: #3565ae
    }

    .button--clear-blue.btn-copy {
        min-width: fit-content
    }

        .button--clear-blue.btn-copy[disabled] {
            background-color: transparent;
            border-color: #d3d3d3;
            color: #d3d3d3
        }

.button--blue {
    background-color: #3565ae;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

    .button--blue:hover {
        background-color: #294e87
    }

    .button--blue.btn-copy {
        min-width: fit-content
    }

.modal-label-active {
    display: block
}

@media screen and (max-width:45em) {
    .modal-label-active.modal .modal__wrap {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0
    }
}

@media screen and (max-width:45em) {
    .modal-label-active.modal .modal__window {
        min-width: 100vw
    }
}

@media print,screen and (min-width:45em) {
    .modal-label-active.modal .modal__window {
        max-width: unset
    }
}

.modal-label-active .modal__content {
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
    padding: 40px 40px 100px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw
}

@media print,screen and (min-width:45em) {
    .modal-label-active .modal__content {
        position: unset;
        height: 405px;
        width: 800px;
        padding: 40px
    }
}

@media print,screen and (min-width:45em) {
    .modal-label-active#confirm-clear-modal .modal__content, .modal-label-active#no-changes-modal .modal__content, .modal-label-active#save-copy-list .modal__content, .modal-label-active#save-new-list .modal__content, .modal-label-active#success-save-list .modal__content, .modal-label-active#success-save-list-as-copy .modal__content, .modal-label-active#welcome-back-modal .modal__content {
        height: fit-content
    }
}

@media print,screen and (min-width:45em) {
    .modal-label-active#save-copy-list .modal__content .modal-label__search, .modal-label-active#save-new-list .modal__content .modal-label__search, .modal-label-active#success-save-list .modal__content .modal-label__search, .modal-label-active#success-save-list-as-copy .modal__content .modal-label__search, .modal-label-active#welcome-back-modal .modal__content .modal-label__search {
        height: auto
    }
}

.modal-label-active#no-changes-modal .modal__content .modal-label__controls, .modal-label-active#save-copy-list .modal__content .modal-label__controls, .modal-label-active#save-new-list .modal__content .modal-label__controls, .modal-label-active#success-save-list .modal__content .modal-label__controls, .modal-label-active#success-save-list-as-copy .modal__content .modal-label__controls, .modal-label-active#welcome-back-modal .modal__content .modal-label__controls {
    justify-content: flex-end;
    gap: 24px
}

@media print,screen and (min-width:45em) {
    .modal-label-active#choose-label-color .modal__content {
        height: 480px
    }
}

.modal-label__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.modal-label-active .modal__closeButton {
    display: none
}

.modal-label-active.modal {
    z-index: 600
}

.modal-label__heading-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.modal-label__heading, .modal-label__heading span {
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0
}

@media print,screen and (min-width:45em) {
    .modal-label__heading, .modal-label__heading span {
        font-size: 24px;
        line-height: 38px
    }
}

.modal-label__close {
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: relative
}

    .modal-label__close::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .modal-label__close:not([disabled]):hover {
        background-color: transparent
    }

    .modal-label__close .modal-label__close-label {
        width: 0;
        height: 0;
        visibility: hidden;
        position: absolute
    }

.modal-label__search {
    width: 100%;
    height: 100%;
    position: relative
}

@media print,screen and (min-width:45em) {
    .modal-label__search .predictiveSearch__results {
        width: 468px;
        left: 15px
    }
}

.modal-label__search .predictiveSearch__result-button {
    position: relative;
    display: flex;
    gap: 20px
}

.modal-label__search .predictiveSearch__resultImage {
    max-width: 80px
}

.modal-label__search .selected-image {
    margin-top: 32px
}

    .modal-label__search .selected-image .predictiveSearch__result-button {
        pointer-events: none
    }

.modal-label__search .hidden-message {
    display: none
}

.modal-label__search .input-error--message {
    color: #de3400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

.modal-label__search .success-copy-message-label, .modal-label__search .success-message-label, .modal-label__search .welcome-back-modal__message {
    font-size: 18px;
    line-height: 30px
}

.modal-label__input {
    border: 1px solid #272727;
    border-radius: 4px;
    color: #25282a;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%
}

@media print,screen and (min-width:45em) {
    .modal-label__input {
        font-size: 18px
    }
}

.modal-label__input::placeholder {
    font-size: 16px;
    color: #25282a
}

@media print,screen and (min-width:45em) {
    .modal-label__input::placeholder {
        font-size: 18px
    }
}

.modal-label__input.input-error {
    border-color: #de3400
}

.modal-label__search-input {
    background-color: #ebebeb;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    height: 35px;
    line-height: 110%;
    padding-inline: 15px;
    width: 100%
}

.modal-label__color-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6,45px);
    gap: 8px
}

@media print,screen and (min-width:45em) {
    .modal-label__color-grid {
        grid-template-columns: repeat(11,58px)
    }
}

.modal-label__color-item {
    background-color: var(--color-item);
    border-radius: 0;
    aspect-ratio: 1/1;
    width: 100%;
    padding: 0;
    margin: 0
}

    .modal-label__color-item:not([disabled]):hover {
        background-color: var(--color-item);
        border: 2px solid #000
    }

.modal-label__controls {
    align-self: end;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    flex-direction: column;
    gap: 16px
}

@media print,screen and (min-width:45em) {
    .modal-label__controls {
        flex-direction: row;
        gap: unset
    }
}

.modal-label__button {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-inline: 24px
}

    .modal-label__button.button[disabled] {
        color: #fff
    }

    .modal-label__button.button--clear-blue[disabled] {
        background-color: transparent;
        color: #ddd
    }

.modal-label__color-selector {
    align-items: center;
    display: flex;
    gap: 16px
}

@media print,screen and (min-width:45em) {
    .modal-label__color-selector {
        gap: 24px
    }
}

.modal-label__selected-color {
    aspect-ratio: 1/1;
    border: 2px solid #444;
    background: repeating-linear-gradient(45deg,#f2f2f2,#f2f2f2 2px,#fff 2px,#fff 7px);
    margin: 0;
    min-width: 66px;
    padding: 0
}

@media print,screen and (min-width:45em) {
    .modal-label__selected-color {
        min-width: 74px
    }
}

.modal-label__selected-color.color-selected {
    background: 0 0;
    background-color: var(--color-item)
}

.modal-label__info-color {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

@media print,screen and (min-width:45em) {
    .modal-label__info-color {
        gap: 16px
    }
}

.modal-label__info-color-heading {
    font-family: "Titillium Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 0
}

@media print {
    #onetrust-consent-sdk {
        display: none !important
    }
}

td.lineItem__cell.lineItem__cell--info .lineItem__free-shipping {
    font-weight: 400;
    margin-block: 4px
}

    td.lineItem__cell.lineItem__cell--info .lineItem__free-shipping + * {
        border-top: 1px solid #d5d5d5;
        padding-top: 8px
    }

    td.lineItem__cell.lineItem__cell--info .lineItem__free-shipping span {
        color: #3565ae
    }

.order__free-shipping-container {
    margin-block: 24px
}

    .order__free-shipping-container .order__free-shipping-loader {
        width: 100%;
        height: 12px;
        border-radius: 8px;
        border: 1px solid #3565ae;
        position: relative
    }

        .order__free-shipping-container .order__free-shipping-loader::after {
            content: "";
            background-color: #3565ae;
            width: var(--loaderValue);
            max-width: 101%;
            height: 12px;
            position: absolute;
            top: -1px;
            left: -1px;
            border-radius: 8px
        }

    .order__free-shipping-container .order__free-shipping-info {
        display: flex;
        gap: 8px;
        margin-top: 8px
    }

        .order__free-shipping-container .order__free-shipping-info .order__free-shipping-icon, .order__free-shipping-container .order__free-shipping-info .order__free-shipping-icon--completed {
            aspect-ratio: 1/1;
            width: 24px
        }

            .order__free-shipping-container .order__free-shipping-info .order__free-shipping-icon svg, .order__free-shipping-container .order__free-shipping-info .order__free-shipping-icon--completed svg {
                width: 24px;
                height: 24px;
                fill: #3565ae
            }

        .order__free-shipping-container .order__free-shipping-info .order__free-shipping-icon--hide {
            display: none
        }

        .order__free-shipping-container .order__free-shipping-info .order__free-shipping-message {
            font-size: 14px;
            font-family: "Work Sans";
            line-height: 25px
        }

            .order__free-shipping-container .order__free-shipping-info .order__free-shipping-message span {
                color: #3565ae
            }

.best-bets__header {
    font-weight: 700;
    font-family: "Work Sans",sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2rem
}

.best-bets__underline {
    margin-top: 0;
    margin-bottom: 3rem;
    border-width: 2px
}

.best-bets-subheader {
    font-weight: 700;
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    line-height: 28px
}

.best-bets-subheader__underline {
    margin-top: 0;
    margin-bottom: 3rem;
    border-width: 1px
}

.commerseSearch__suggestions {
    margin-bottom: 2rem
}

    .commerseSearch__suggestions .nav__item:nth-child(even) {
        margin-bottom: 2rem
    }

.slide__image {
    min-height: 430px
}

@media print,screen and (min-width:45em) {
    .slide__image {
        min-height: 550px
    }
}

@media screen and (min-width:60em) {
    .slide__image {
        min-height: 576px
    }
}

.slide__image > img {
    height: 100%;
    object-fit: cover;
    visibility: unset !important
}

.block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__content {
    top: 10px !important;
    display: flex;
    align-items: flex-end
}

@media screen and (min-width:60em) {
    .block--slider.hero-slider.md-andDown .slide.slide--hasImage .slide__content {
        display: block
    }
}

.overlay__image > img {
    object-fit: cover;
    visibility: unset !important
}

.contentArea .sectionBlock--has-slider {
    padding-inline: 0 !important
}

.contentArea .swiper-container .swiper-slide {
    height: auto
}

    .contentArea .swiper-container .swiper-slide .thumbnail.thumbnail--product {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px
    }

        .contentArea .swiper-container .swiper-slide .thumbnail.thumbnail--product .thumbnail__bottom {
            margin-top: auto
        }

@media print,screen and (min-width:45em) {
    .contentArea .swiper-container .swiper-slide .thumbnail.thumbnail--product {
        padding: 0
    }
}

@media print,screen and (min-width:45em) {
    .contentArea .swiper-container .swiper-slide {
        padding: 0
    }
}

.contentArea .sectionBlock {
    position: relative
}

    .contentArea .sectionBlock .productSuggestions .productSuggestions__title {
        font-family: "Work Sans",sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 33px;
        margin-bottom: 5px !important;
        padding-bottom: 10px
    }

@media print,screen and (min-width:45em) {
    .contentArea .sectionBlock .productSuggestions .productSuggestions__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px
    }
}

.contentArea .sectionBlock .productSuggestions .productSuggestions__title.align--center {
    text-align: center
}

.contentArea .sectionBlock .productSuggestions .custom-title-h4.align--center {
    text-align: center
}

.contentArea .sectionBlock .swiper-button-next, .contentArea .sectionBlock .swiper-button-prev {
    background-color: #3565ae;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 114px
}

@media screen and (max-width:960px) {
    .contentArea .sectionBlock .swiper-button-next, .contentArea .sectionBlock .swiper-button-prev {
        display: none !important
    }
}

.contentArea .sectionBlock .swiper-button-next::after, .contentArea .sectionBlock .swiper-button-prev::after {
    content: ""
}

@media print,screen and (min-width:45em) {
    .contentArea .sectionBlock .swiper-button-next {
        right: -25px
    }
}

@media print,screen and (min-width:45em) {
    .contentArea .sectionBlock .swiper-button-prev {
        left: -25px
    }
}

.layout--form1 .EPiServerForms {
    background: #fff;
    border: 1px solid #dfeef2;
    border-radius: 12px;
    padding: 32px;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    font-family: "Work Sans",sans-serif
}

.layout--form1 .Form__Title {
    font-size: 1.8rem;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #28acaa;
    text-align: center;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .3px
}

.layout--form1 .Form__Element {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.layout--form1 .Form__Element__Caption {
    font-size: .95rem;
    font-weight: 600;
    color: #000
}

.layout--form1 .FormTextbox__Input, .layout--form1 textarea.FormTextbox__Input {
    width: 100%;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    background: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border-color .2s ease,box-shadow .2s ease
}

    .layout--form1 .FormTextbox__Input:focus, .layout--form1 textarea.FormTextbox__Input:focus {
        outline: 0;
        border-color: #28acaa;
        box-shadow: 0 0 0 3px rgba(40,172,170,.2)
    }

.layout--form1 .FormChoice__Rtf {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #f0f9f9;
    border-radius: 8px
}

.layout--form1 .FormChoice__Label {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5
}

    .layout--form1 .FormChoice__Label a {
        color: #f47548;
        text-decoration: underline
    }

.layout--form1 .FormChoice fieldset:has(.FormChoice__Input--Radio) {
    border: 1px solid #e5e7eb;
    background: #f8fbfc;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: .75rem
}

.layout--form1 .FormChoice fieldset > div:has(.FormChoice__Input--Radio) {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: .75rem .9rem;
    margin: 0;
    transition: border-color .15s ease,box-shadow .15s ease,background .15s ease
}

    .layout--form1 .FormChoice fieldset > div:has(.FormChoice__Input--Radio):hover {
        border-color: #cfd8e3;
        box-shadow: 0 1px 6px rgba(0,0,0,.05)
    }

.layout--form1 .FormChoice__Input--Radio {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: .15rem;
    accent-color: #28acaa
}

.layout--form1 .FormChoice fieldset > div:has(.FormChoice__Input--Radio:checked) {
    border-color: #28acaa;
    box-shadow: 0 0 0 3px rgba(40,172,170,.15)
}

.layout--form1 .FormChoice__Input--Radio:checked + .FormChoice__Label, .layout--form1 .FormChoice__Input--Radio:focus-visible + .FormChoice__Label {
    outline: 2px solid #28acaa;
    outline-offset: 2px;
    border-radius: 6px
}

.layout--form1 .FormChoice fieldset:has(.FormChoice__Input--Checkbox) {
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.layout--form1 .FormChoice fieldset > div:has(.FormChoice__Input--Checkbox) {
    display: flex;
    gap: .55rem;
    align-items: center;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: .35rem 0
}

.layout--form1 .FormChoice__Input--Checkbox {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #28acaa
}

.layout--form1 .FormSubmitButton {
    background-color: #28acaa !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: background-color .2s ease,transform .15s ease
}

    .layout--form1 .FormSubmitButton:hover {
        background-color: #1e8381 !important;
        transform: translateY(-1px)
    }

    .layout--form1 .FormSubmitButton:active {
        transform: translateY(0)
    }

.layout--form1 .FormCaptcha__Refresh {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #28acaa;
    background: 0 0;
    color: #28acaa;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background-color .15s,color .15s,box-shadow .15s,border-color .15s;
    margin: 0 0 10px
}

    .layout--form1 .FormCaptcha__Refresh:hover {
        background: #e6f5f4;
        border-color: #1e8381;
        color: #1e8381
    }

    .layout--form1 .FormCaptcha__Refresh:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(40,172,170,.2)
    }

    .layout--form1 .FormCaptcha__Refresh[aria-disabled=true], .layout--form1 .FormCaptcha__Refresh[disabled] {
        opacity: .55;
        cursor: not-allowed
    }

    .layout--form1 .FormCaptcha__Refresh::before {
        content: "↻";
        font-weight: 700;
        line-height: 1
    }

.layout--form1 .Form__Status {
    margin-bottom: 15px
}

.layout--form1 .Form__Status__Message {
    display: block;
    border: 1px solid #cdefd0;
    border-left: 4px solid #2e7d32;
    border-radius: 6px;
    padding: 12px 14px 12px 44px !important;
    color: #1b5e20;
    position: relative
}

    .layout--form1 .Form__Status__Message::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #2e7d32;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

.layout--form1 .Form__SubmissionSuccess__Message, .layout--form1 .Form__Success__Message {
    background: 0 0 !important;
    border: none !important;
    padding-left: 0 !important
}

    .layout--form1 .Form__SubmissionSuccess__Message::before, .layout--form1 .Form__Success__Message::before {
        display: none !important
    }

.layout--form1 .Form__SubmissionSuccess__Message, .layout--form1 .Form__Success__Message {
    color: #1a1a1a !important;
    font-size: 1rem;
    line-height: 1.55
}

    .layout--form1 .Form__SubmissionSuccess__Message h3, .layout--form1 .Form__Success__Message h3 {
        font-size: 1.6rem;
        font-weight: 700;
        color: #3565ae !important;
        margin: 0 0 16px;
        line-height: 1.3
    }

    .layout--form1 .Form__SubmissionSuccess__Message p, .layout--form1 .Form__Success__Message p {
        color: #2d2d2d;
        margin: 0 0 14px
    }

.layout--form1 .Form__Element__ValidationError:not(.hidden) {
    display: block;
    color: #bf2f38;
    padding-top: 3px;
    font-size: .9rem
}

.layout--form1 .Form__Element__ValidationError:before {
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #bf2f38;
    padding-right: 8px
}

.layout--form1 .Form__Status .Form__Status__Message.Form__Warning__Message {
    display: block;
    background: #fff8db;
    border: 1px solid #f5d27a;
    border-left: 4px solid #d48600;
    border-radius: 6px;
    padding: 14px 16px 14px 50px !important;
    color: #9b3a00;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.45
}

    .layout--form1 .Form__Status .Form__Status__Message.Form__Warning__Message::before {
        content: "!";
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        background: #d48600;
        color: #fff;
        font-weight: 700;
        font-size: 15px
    }

.layout--form1 .FormCaptcha__Image {
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    margin: 6px 0;
    max-width: 100%
}

.layout--form1 .Form__NavigationBar {
    display: none
}

.layout--form2 .EPiServerForms {
    background: #fff;
    border: 1px solid #e7eef6;
    border-radius: 12px;
    padding: 32px;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(2,12,27,.08),0 1px 3px rgba(2,12,27,.06);
    font-family: "Work Sans",sans-serif
}

.layout--form2 .Form__Title {
    margin: 0 0 24px;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.25;
    color: #0b3b5c;
    text-align: center;
    letter-spacing: .2px
}

.layout--form2 .Form__Element {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.layout--form2 .Form__Element__Caption {
    font-weight: 600;
    font-size: .95rem;
    color: #0f172a
}

.layout--form2 .FormTextbox__Input, .layout--form2 textarea.FormTextbox__Input {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #d6dee6;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border-color .15s ease,box-shadow .15s ease,background .15s ease
}

    .layout--form2 .FormTextbox__Input:hover, .layout--form2 textarea.FormTextbox__Input:hover {
        background: #f3f7fb
    }

    .layout--form2 .FormTextbox__Input:focus, .layout--form2 textarea.FormTextbox__Input:focus {
        outline: 0;
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37,99,235,.2);
        background: #fff
    }

.layout--form2 .FormChoice__Rtf {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px
}

.layout--form2 .FormChoice__Label {
    font-weight: 500;
    line-height: 1.45
}

    .layout--form2 .FormChoice__Label a {
        color: #0ea5a6;
        text-decoration: underline
    }

.layout--form2 .FormChoice fieldset:has(.FormChoice__Input--Radio) {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: .75rem
}

.layout--form2 .FormChoice fieldset > div:has(.FormChoice__Input--Radio) {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    border: 1px solid #d6dee6;
    border-radius: 12px;
    background: #fff;
    padding: .75rem .95rem;
    margin: 0;
    transition: box-shadow .15s ease,border-color .15s ease,background .15s ease
}

    .layout--form2 .FormChoice fieldset > div:has(.FormChoice__Input--Radio):hover {
        border-color: #b9c6d3;
        background: #f8fafc
    }

.layout--form2 .FormChoice__Input--Radio {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .15rem;
    accent-color: #2563eb
}

.layout--form2 .FormChoice fieldset > div:has(.FormChoice__Input--Radio:checked) {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,.15)
}

.layout--form2 .FormChoice__Input--Radio:checked + .FormChoice__Label, .layout--form2 .FormChoice__Input--Radio:focus-visible + .FormChoice__Label {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
    border-radius: 6px
}

.layout--form2 .FormChoice fieldset:has(.FormChoice__Input--Checkbox) {
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.layout--form2 .FormChoice fieldset > div:has(.FormChoice__Input--Checkbox) {
    display: flex;
    gap: .55rem;
    align-items: center;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: .35rem 0
}

.layout--form2 .FormChoice__Input--Checkbox {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #2563eb
}

@media (min-width:768px) {
    .layout--form2 .FormSubmitButton {
        width: auto;
        min-width: 220px
    }
}

.layout--form2 .FormSubmitButton:hover {
    filter: brightness(1.05)
}

.layout--form2 .FormSubmitButton:active {
    transform: translateY(1px)
}

.layout--form2 .FormCaptcha__Refresh {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #2563eb;
    background: 0 0;
    color: #2563eb;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background-color .15s,color .15s,box-shadow .15s,border-color .15s;
    margin: 6px 0 10px
}

    .layout--form2 .FormCaptcha__Refresh:hover {
        background: #eef2ff;
        border-color: #1e3a8a;
        color: #1e3a8a
    }

    .layout--form2 .FormCaptcha__Refresh:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(37,99,235,.2)
    }

    .layout--form2 .FormCaptcha__Refresh[aria-disabled=true], .layout--form2 .FormCaptcha__Refresh[disabled] {
        opacity: .55;
        cursor: not-allowed
    }

    .layout--form2 .FormCaptcha__Refresh::before {
        content: "↻";
        font-weight: 700;
        line-height: 1
    }

.layout--form2 .Form__Status {
    margin-bottom: 15px
}

.layout--form2 .Form__Status__Message {
    display: block;
    border: 1px solid #cdefd0;
    border-left: 4px solid #2e7d32;
    border-radius: 6px;
    padding: 12px 14px 12px 44px !important;
    color: #1b5e20;
    position: relative
}

    .layout--form2 .Form__Status__Message::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #2e7d32;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

    .layout--form2 .Form__Status__Message.hide {
        display: none
    }

.layout--form2 .Form__Element__ValidationError:not(.hidden) {
    display: block;
    color: #b91c1c;
    padding-top: 6px;
    font-size: .9rem
}

.layout--form2 .Form__Element__ValidationError:before {
    content: "!";
    display: inline-block;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 700;
    font-size: .8rem
}

.layout--form2 .Form__Status .Form__Status__Message.Form__Warning__Message {
    display: block;
    background: #fff4e5;
    border: 1px solid #fed7aa;
    border-left: 4px solid #ea580c;
    border-radius: 6px;
    padding: 14px 16px 14px 50px !important;
    color: #9a3412;
    position: relative;
    font-size: 1rem;
    line-height: 1.45
}

    .layout--form2 .Form__Status .Form__Status__Message.Form__Warning__Message::before {
        content: "!";
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        background: #ea580c;
        color: #fff;
        font-weight: 700;
        font-size: 15px
    }

.layout--form2 .FormCaptcha__Image {
    max-width: 100%;
    height: auto;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin: 6px 0
}

.layout--form2 .Form__NavigationBar {
    display: none
}

.layout--form2 .EPiServerForms {
    background: #e6f7ff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    font-family: 'Work Sans',sans-serif
}

.layout--form2 .Form__Title {
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    color: #3565ae !important;
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: none
}

.layout--form2 .Form__Element__Caption {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: .95rem
}

.layout--form2 .Form__Element {
    margin-bottom: 20px
}

.layout--form2 .FormTextbox__Input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 1rem;
    background: #fff
}

.layout--form2 .FormSubmitButton {
    width: 100%;
    display: block;
    background-color: orange !important;
    color: #000 !important;
    border: 0;
    border-radius: 25px;
    padding: 12px 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.layout--form2 .Form__Status {
    margin: 0 0 15px
}

.layout--form2 .Form__Status__Message {
    display: block;
    background: #eaf7ea;
    color: #1b5e20;
    border: 1px solid #cdefd0;
    border-left: 4px solid #2e7d32;
    padding: 12px 14px 12px 42px;
    border-radius: 6px;
    line-height: 1.45;
    font-size: 1rem;
    position: relative
}

    .layout--form2 .Form__Status__Message::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        background: #2e7d32;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        text-align: center
    }

    .layout--form2 .Form__Status__Message.hide {
        display: none
    }

.layout--form2 .Form__NavigationBar {
    display: none
}

.layout--form2 .Form__Element__ValidationError:not(.hidden) {
    display: block;
    color: #c62828;
    font-size: .9rem;
    margin-top: 6px
}

.layout--form3 .EPiServerForms {
    background: #fffaf6;
    border: 1px solid #eadfd6;
    border-radius: 14px;
    padding: 40px;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
    font-family: "Work Sans",system-ui,-apple-system,Segoe UI,Arial,sans-serif
}

.layout--form3 .Form__Title {
    margin: 0 0 24px;
    font-family: 'Work Sans',sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1.25;
    color: #4c3a2e;
    text-align: center;
    letter-spacing: .2px
}

.layout--form3 .Form__Element {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px
}

.layout--form3 .Form__Element__Caption {
    font-weight: 700;
    font-size: .98rem;
    color: #5b4636
}

.layout--form3 .FormTextbox__Input, .layout--form3 textarea.FormTextbox__Input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9d3cd;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border-color .18s ease,box-shadow .18s ease,background .18s ease
}

    .layout--form3 .FormTextbox__Input:hover, .layout--form3 textarea.FormTextbox__Input:hover {
        border-color: #cfc7bf;
        background: #fffefe
    }

    .layout--form3 .FormTextbox__Input:focus, .layout--form3 textarea.FormTextbox__Input:focus {
        outline: 0;
        border-color: #f47548;
        box-shadow: 0 0 0 3px rgba(244,117,72,.2);
        background: #fff
    }

.layout--form3 .FormChoice__Rtf {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #fff3ec;
    border: 1px solid #f3e0d5;
    border-radius: 10px
}

.layout--form3 .FormChoice__Label {
    font-size: .95rem;
    line-height: 1.5;
    color: #46362a
}

    .layout--form3 .FormChoice__Label a {
        color: #f47548;
        text-decoration: underline
    }

.layout--form3 .FormChoice fieldset:has(.FormChoice__Input--Radio) {
    border: 1px solid #efe6df;
    background: #fff9f4;
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: .75rem
}

.layout--form3 .FormChoice fieldset > div:has(.FormChoice__Input--Radio) {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    border: 1px solid #e9ded6;
    border-radius: 12px;
    background: #fff;
    padding: .8rem 1rem;
    margin: 0;
    transition: border-color .15s ease,box-shadow .15s ease,background .15s ease
}

    .layout--form3 .FormChoice fieldset > div:has(.FormChoice__Input--Radio):hover {
        border-color: #e1d4c9;
        box-shadow: 0 1px 8px rgba(0,0,0,.05)
    }

.layout--form3 .FormChoice__Input--Radio {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .15rem;
    accent-color: #f47548
}

.layout--form3 .FormChoice fieldset > div:has(.FormChoice__Input--Radio:checked) {
    border-color: #f47548;
    box-shadow: 0 0 0 3px rgba(244,117,72,.18);
    background: #fffaf6
}

.layout--form3 .FormChoice__Input--Radio:checked + .FormChoice__Label, .layout--form3 .FormChoice__Input--Radio:focus-visible + .FormChoice__Label {
    outline: 2px solid #f47548;
    outline-offset: 2px;
    border-radius: 6px
}

.layout--form3 .FormChoice fieldset:has(.FormChoice__Input--Checkbox) {
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.layout--form3 .FormChoice fieldset > div:has(.FormChoice__Input--Checkbox) {
    display: flex;
    align-items: center;
    gap: .55rem;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: .35rem 0
}

.layout--form3 .FormChoice__Input--Checkbox {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #f47548
}

.layout--form3 .FormSubmitButton {
    width: 100%;
    border: none;
    border-radius: 28px;
    padding: 14px 18px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
    background: linear-gradient(90deg,#f47548 0,#f28b60 100%);
    box-shadow: 0 6px 14px rgba(244,117,72,.25);
    transition: transform .1s ease,filter .15s ease;
    display: block;
    margin: 0 auto
}

@media (min-width:768px) {
    .layout--form3 .FormSubmitButton {
        width: auto;
        min-width: 220px
    }
}

.layout--form3 .FormSubmitButton:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.layout--form3 .FormSubmitButton:active {
    transform: translateY(0);
    filter: brightness(.98)
}

.layout--form3 .FormCaptcha__Refresh {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #f47548;
    background: #fff;
    color: #f47548;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background-color .15s,color .15s,box-shadow .15s,border-color .15s;
    margin: 6px 0 10px
}

    .layout--form3 .FormCaptcha__Refresh:hover {
        background: #fff3ec;
        border-color: #d95e38;
        color: #d95e38
    }

    .layout--form3 .FormCaptcha__Refresh:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(244,117,72,.2)
    }

    .layout--form3 .FormCaptcha__Refresh[aria-disabled=true], .layout--form3 .FormCaptcha__Refresh[disabled] {
        opacity: .55;
        cursor: not-allowed
    }

    .layout--form3 .FormCaptcha__Refresh::before {
        content: "↻";
        font-weight: 700;
        line-height: 1
    }

.layout--form3 .Form__Status {
    margin-bottom: 15px
}

.layout--form3 .Form__Status__Message {
    display: block;
    background: #eaf7ea;
    border: 1px solid #cdefd0;
    border-left: 4px solid #2e7d32;
    border-radius: 6px;
    padding: 12px 14px 12px 44px !important;
    color: #1b5e20;
    position: relative
}

    .layout--form3 .Form__Status__Message::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #2e7d32;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

    .layout--form3 .Form__Status__Message.hide {
        display: none
    }

.layout--form3 .Form__Element__ValidationError:not(.hidden) {
    display: block;
    color: #b53b2a;
    font-size: .9rem;
    margin-top: 6px
}

.layout--form3 .Form__Element__ValidationError:before {
    content: "⚠ ";
    font-weight: 700
}

.layout--form3 .FormCaptcha__Image {
    border: 1px solid #e5dbd3;
    border-radius: 8px;
    margin: 6px 0;
    max-width: 100%
}

.layout--form3 .Form__NavigationBar {
    display: none
}

.layout--form4 .EPiServerForms {
    background: #f8fcfc;
    border: 1px solid #dfeef2;
    border-radius: 10px;
    padding: 32px;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    font-family: "Work Sans",sans-serif
}

.layout--form4 .Form__Title {
    font-size: 1.8rem;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #28acaa;
    text-align: center;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .3px
}

.layout--form4 .Form__Element {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.layout--form4 .Form__Element__Caption {
    font-size: .95rem;
    font-weight: 600;
    color: #000
}

.layout--form4 .FormTextbox__Input, .layout--form4 textarea.FormTextbox__Input {
    width: 100%;
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    background: #fff;
    padding: 10px 12px;
    font-size: 1rem;
    transition: border-color .2s,box-shadow .2s
}

    .layout--form4 .FormTextbox__Input:focus, .layout--form4 textarea.FormTextbox__Input:focus {
        outline: 0;
        border-color: #28acaa;
        box-shadow: 0 0 0 3px rgba(40,172,170,.2)
    }

.layout--form4 .FormChoice fieldset:has(.FormChoice__Input--Radio) {
    border: 1px solid #dfeef2;
    background: #f8fcfc;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: .75rem
}

.layout--form4 .FormChoice fieldset > div:has(.FormChoice__Input--Radio) {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    border: 1px solid #dfeef2;
    border-radius: 10px;
    background: #fff;
    padding: .75rem .9rem;
    margin: 0;
    transition: border-color .15s,box-shadow .15s
}

    .layout--form4 .FormChoice fieldset > div:has(.FormChoice__Input--Radio):hover {
        border-color: #cfe4ea
    }

.layout--form4 .FormChoice fieldset > div:has(.FormChoice__Input--Radio:checked) {
    border-color: #28acaa;
    box-shadow: 0 0 0 3px rgba(40,172,170,.15)
}

.layout--form4 .FormChoice__Input--Radio {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: .15rem;
    accent-color: #28acaa
}

.layout--form4 .FormChoice__Label {
    cursor: pointer;
    line-height: 1.35
}

.layout--form4 .FormChoice fieldset:has(.FormChoice__Input--Checkbox) {
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.layout--form4 .FormChoice fieldset > div:has(.FormChoice__Input--Checkbox) {
    display: flex;
    gap: .55rem;
    align-items: center;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: .35rem 0
}

.layout--form4 .FormChoice__Input--Checkbox {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #28acaa
}

.layout--form4 .FormChoice__Rtf {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #f0f9f9;
    border-radius: 8px
}

.layout--form4 .FormChoice__Label a {
    color: #f47548;
    text-decoration: underline
}

.layout--form4 .FormSubmitButton {
    background-color: #28acaa !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: background-color .2s,transform .15s
}

    .layout--form4 .FormSubmitButton:hover {
        background-color: #1e8381 !important;
        transform: translateY(-1px)
    }

    .layout--form4 .FormSubmitButton:active {
        transform: translateY(0)
    }

.layout--form4 .FormCaptcha__Refresh {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #28acaa;
    background: 0 0;
    color: #28acaa;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background-color .15s,color .15s,box-shadow .15s,border-color .15s;
    margin: 0 0 10px
}

    .layout--form4 .FormCaptcha__Refresh:hover {
        background: #e6f5f4;
        border-color: #1e8381;
        color: #1e8381
    }

    .layout--form4 .FormCaptcha__Refresh:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(40,172,170,.2)
    }

    .layout--form4 .FormCaptcha__Refresh[aria-disabled=true], .layout--form4 .FormCaptcha__Refresh[disabled] {
        opacity: .55;
        cursor: not-allowed
    }

    .layout--form4 .FormCaptcha__Refresh::before {
        content: "↻";
        font-weight: 700;
        line-height: 1
    }

.layout--form4 .Form__Status {
    margin-bottom: 15px
}

.layout--form4 .Form__Status__Message {
    display: block;
    background: #eaf7ea;
    border: 1px solid #cdefd0;
    border-left: 4px solid #2e7d32;
    border-radius: 6px;
    padding: 12px 14px 12px 44px !important;
    color: #1b5e20;
    position: relative
}

    .layout--form4 .Form__Status__Message::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #2e7d32;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

.layout--form4 .Form__Element__ValidationError:not(.hidden) {
    display: block;
    color: #bf2f38;
    padding-top: 3px;
    font-size: .9rem
}

.layout--form4 .Form__Element__ValidationError:before {
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #bf2f38;
    padding-right: 8px
}

.layout--form4 .Form__Status__Message.Form__Warning__Message {
    display: block;
    background: #fff4e8;
    border: 1px solid #ffd8b5;
    border-left: 4px solid #e0782c;
    border-radius: 6px;
    padding: 14px 16px 14px 50px !important;
    color: #9a4215;
    position: relative;
    font-size: 1rem;
    line-height: 1.45
}

    .layout--form4 .Form__Status__Message.Form__Warning__Message::before {
        content: "!";
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        background: #e0782c;
        color: #fff;
        font-weight: 700;
        font-size: 15px
    }

.layout--form4 .FormCaptcha__Image {
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    margin: 6px 0;
    max-width: 100%
}

.layout--form4 .Form__NavigationBar {
    display: none
}
