.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

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

.container:after,
.row:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
    height: 0
}

.is-hidden {
    display: none
}

.u-x-margin-top {
    margin-top: 0 !important
}

.u-x-margin-bottom {
    margin-bottom: 0 !important
}

.u-x-padding-top {
    padding-top: 0 !important
}

.u-x-padding-bottom {
    padding-bottom: 0 !important
}

.u-arrow-hover,
.m-product-recommendations h4,
.m-recirculation-item__eyebrow,
.o-button--arrow--black,
.o-button--arrow,
.m-footer-cta__text button {
    position: relative;
    white-space: nowrap;
    height: 1em
}

.u-arrow-hover[disabled],
.m-product-recommendations h4[disabled],
[disabled].m-recirculation-item__eyebrow,
[disabled].o-button--arrow--black,
[disabled].o-button--arrow,
.m-footer-cta__text button[disabled] {
    pointer-events: none
}

.u-arrow-hover span:nth-child(1),
.m-product-recommendations h4 span:nth-child(1),
.m-recirculation-item__eyebrow span:nth-child(1),
.o-button--arrow--black span:nth-child(1),
.o-button--arrow span:nth-child(1),
.m-footer-cta__text button span:nth-child(1) {
    pointer-events: none;
    position: absolute;
    top: .53em;
    left: -1em;
    width: -webkit-calc(100% + 1.9em);
    width: -moz-calc(100% + 1.9em);
    width: calc(100% + 1.9em);
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.u-arrow-hover span:nth-child(1):after,
.m-product-recommendations h4 span:nth-child(1):after,
.m-recirculation-item__eyebrow span:nth-child(1):after,
.o-button--arrow--black span:nth-child(1):after,
.o-button--arrow span:nth-child(1):after,
.m-footer-cta__text button span:nth-child(1):after {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: width 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: width 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media(min-width: 768px) {
    .u-arrow-hover span:nth-child(1):after,
    .m-product-recommendations h4 span:nth-child(1):after,
    .m-recirculation-item__eyebrow span:nth-child(1):after,
    .o-button--arrow--black span:nth-child(1):after,
    .o-button--arrow span:nth-child(1):after,
    .m-footer-cta__text button span:nth-child(1):after {
        height: 3px
    }
}

.u-arrow-hover i,
.m-product-recommendations h4 i,
.m-recirculation-item__eyebrow i,
.o-button--arrow--black i,
.o-button--arrow i,
.m-footer-cta__text button i {
    position: absolute;
    display: block;
    pointer-events: none;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms;
    -moz-transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, -moz-transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, -webkit-transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms, -moz-transform 0ms cubic-bezier(0.075, 0.82, 0.165, 1) 400ms
}

.u-arrow-hover i:first-child,
.m-product-recommendations h4 i:first-child,
.m-recirculation-item__eyebrow i:first-child,
.o-button--arrow--black i:first-child,
.o-button--arrow i:first-child,
.m-footer-cta__text button i:first-child {
    left: 0;
    width: 8px;
    height: 16px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: 2px solid #fff;
    border-left: 0;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -moz-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
}

@media(min-width: 768px) {
    .u-arrow-hover i:first-child,
    .m-product-recommendations h4 i:first-child,
    .m-recirculation-item__eyebrow i:first-child,
    .o-button--arrow--black i:first-child,
    .o-button--arrow i:first-child,
    .m-footer-cta__text button i:first-child {
        border-width: 3px;
        height: 18px;
        -webkit-transform: translateX(-100%) translateY(-50%);
        -moz-transform: translateX(-100%) translateY(-50%);
        -ms-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }
}

.u-arrow-hover i:last-child,
.m-product-recommendations h4 i:last-child,
.m-recirculation-item__eyebrow i:last-child,
.o-button--arrow--black i:last-child,
.o-button--arrow i:last-child,
.m-footer-cta__text button i:last-child {
    right: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateX(-100%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-100%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-100%) translateY(-50%) rotate(45deg);
    transform: translateX(-100%) translateY(-50%) rotate(45deg)
}

@media(min-width: 768px) {
    .u-arrow-hover i:last-child,
    .m-product-recommendations h4 i:last-child,
    .m-recirculation-item__eyebrow i:last-child,
    .o-button--arrow--black i:last-child,
    .o-button--arrow i:last-child,
    .m-footer-cta__text button i:last-child {
        border-width: 3px;
        width: 13px;
        height: 13px;
        -webkit-transform: translateX(-100%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-100%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-100%) translateY(-50%) rotate(45deg);
        transform: translateX(-100%) translateY(-50%) rotate(45deg)
    }
}

html.no-touchy .u-arrow-hover:hover span:nth-child(1):after,
html.no-touchy .m-recirculation-item__eyebrow:hover span:nth-child(1):after,
html.no-touchy .o-button--arrow--black:hover span:nth-child(1):after,
html.no-touchy .o-button--arrow:hover span:nth-child(1):after,
html.no-touchy .m-footer-cta__text button:hover span:nth-child(1):after,
.m-footer-cta__text html.no-touchy button:hover span:nth-child(1):after,
html.no-touchy .u-arrow-hover-trigger:hover .u-arrow-hover span:nth-child(1):after,
html.no-touchy .u-arrow-hover-trigger:hover .m-recirculation-item__eyebrow span:nth-child(1):after,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow--black span:nth-child(1):after,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow span:nth-child(1):after,
html.no-touchy .u-arrow-hover-trigger:hover .m-footer-cta__text button span:nth-child(1):after,
.m-footer-cta__text html.no-touchy .u-arrow-hover-trigger:hover button span:nth-child(1):after,
.u-arrow-hover.is-active span:nth-child(1):after,
.m-product-recommendations h4 span:nth-child(1):after,
.is-active.m-recirculation-item__eyebrow span:nth-child(1):after,
.is-active.o-button--arrow--black span:nth-child(1):after,
.is-active.o-button--arrow span:nth-child(1):after,
.m-footer-cta__text button.is-active span:nth-child(1):after {
    -webkit-transition: width 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0ms ease;
    -moz-transition: width 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0ms ease;
    transition: width 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0ms ease;
    width: 100%;
    opacity: 1
}

html.no-touchy .u-arrow-hover:hover i,
html.no-touchy .m-recirculation-item__eyebrow:hover i,
html.no-touchy .o-button--arrow--black:hover i,
html.no-touchy .o-button--arrow:hover i,
html.no-touchy .m-footer-cta__text button:hover i,
.m-footer-cta__text html.no-touchy button:hover i,
html.no-touchy .u-arrow-hover-trigger:hover .u-arrow-hover i,
html.no-touchy .u-arrow-hover-trigger:hover .m-recirculation-item__eyebrow i,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow--black i,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow i,
html.no-touchy .u-arrow-hover-trigger:hover .m-footer-cta__text button i,
.m-footer-cta__text html.no-touchy .u-arrow-hover-trigger:hover button i,
.u-arrow-hover.is-active i,
.m-product-recommendations h4 i,
.is-active.m-recirculation-item__eyebrow i,
.is-active.o-button--arrow--black i,
.is-active.o-button--arrow i,
.m-footer-cta__text button.is-active i {
    opacity: 1;
    -webkit-transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms;
    -moz-transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, -moz-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms;
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms, -moz-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 150ms
}

html.no-touchy .u-arrow-hover:hover i:first-child,
html.no-touchy .m-recirculation-item__eyebrow:hover i:first-child,
html.no-touchy .o-button--arrow--black:hover i:first-child,
html.no-touchy .o-button--arrow:hover i:first-child,
html.no-touchy .m-footer-cta__text button:hover i:first-child,
.m-footer-cta__text html.no-touchy button:hover i:first-child,
html.no-touchy .u-arrow-hover-trigger:hover .u-arrow-hover i:first-child,
html.no-touchy .u-arrow-hover-trigger:hover .m-recirculation-item__eyebrow i:first-child,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow--black i:first-child,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow i:first-child,
html.no-touchy .u-arrow-hover-trigger:hover .m-footer-cta__text button i:first-child,
.m-footer-cta__text html.no-touchy .u-arrow-hover-trigger:hover button i:first-child,
.u-arrow-hover.is-active i:first-child,
.m-product-recommendations h4 i:first-child,
.is-active.m-recirculation-item__eyebrow i:first-child,
.is-active.o-button--arrow--black i:first-child,
.is-active.o-button--arrow i:first-child,
.m-footer-cta__text button.is-active i:first-child {
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

html.no-touchy .u-arrow-hover:hover i:last-child,
html.no-touchy .m-recirculation-item__eyebrow:hover i:last-child,
html.no-touchy .o-button--arrow--black:hover i:last-child,
html.no-touchy .o-button--arrow:hover i:last-child,
html.no-touchy .m-footer-cta__text button:hover i:last-child,
.m-footer-cta__text html.no-touchy button:hover i:last-child,
html.no-touchy .u-arrow-hover-trigger:hover .u-arrow-hover i:last-child,
html.no-touchy .u-arrow-hover-trigger:hover .m-recirculation-item__eyebrow i:last-child,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow--black i:last-child,
html.no-touchy .u-arrow-hover-trigger:hover .o-button--arrow i:last-child,
html.no-touchy .u-arrow-hover-trigger:hover .m-footer-cta__text button i:last-child,
.m-footer-cta__text html.no-touchy .u-arrow-hover-trigger:hover button i:last-child,
.u-arrow-hover.is-active i:last-child,
.m-product-recommendations h4 i:last-child,
.is-active.m-recirculation-item__eyebrow i:last-child,
.is-active.o-button--arrow--black i:last-child,
.is-active.o-button--arrow i:last-child,
.m-footer-cta__text button.is-active i:last-child {
    -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
    transform: translateX(0) translateY(-50%) rotate(45deg)
}

.u-arrow-hover--black i,
.m-product-recommendations h4 i,
.o-button--arrow--black i {
    border-color: #000 !important
}

.u-arrow-hover--black span:nth-child(1):after,
.m-product-recommendations h4 span:nth-child(1):after,
.o-button--arrow--black span:nth-child(1):after {
    background-color: #000
}

.u-arrow {
    position: relative;
    display: inline-block
}

.u-arrow span:nth-child(1) {
    position: relative;
    pointer-events: none;
    width: 50px;
    padding: 10px 0;
    display: block
}

.u-arrow span:nth-child(1):after {
    position: absolute;
    top: -webkit-calc(.5em + 1px);
    top: -moz-calc(.5em + 1px);
    top: calc(.5em + 1px);
    display: block;
    content: "";
    left: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateY(-50%) translateY(-0.06em);
    -moz-transform: translateY(-50%) translateY(-0.06em);
    -ms-transform: translateY(-50%) translateY(-0.06em);
    transform: translateY(-50%) translateY(-0.06em);
    width: 100%;
    opacity: 1
}

@media(min-width: 768px) {
    .u-arrow span:nth-child(1):after {
        top: -webkit-calc(.5em + 2px);
        top: -moz-calc(.5em + 2px);
        top: calc(.5em + 2px);
        height: 3px
    }
}

.u-arrow i {
    position: absolute;
    top: .5em;
    display: block;
    pointer-events: none;
    opacity: 1
}

.u-arrow i:first-child {
    left: 0;
    width: 8px;
    height: 16px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: 2px solid #fff;
    border-left: 0;
    -webkit-transform: translateX(5px) translateY(-50%) translateY(-0.05em);
    -moz-transform: translateX(5px) translateY(-50%) translateY(-0.05em);
    -ms-transform: translateX(5px) translateY(-50%) translateY(-0.05em);
    transform: translateX(5px) translateY(-50%) translateY(-0.05em)
}

@media(min-width: 768px) {
    .u-arrow i:first-child {
        border: 3px solid #fff;
        border-left: 0;
        -webkit-transform: translateX(5px) translateY(-50%);
        -moz-transform: translateX(5px) translateY(-50%);
        -ms-transform: translateX(5px) translateY(-50%);
        transform: translateX(5px) translateY(-50%)
    }
}

@media(min-width: 1024px) {
    .u-arrow i:first-child {
        width: 8px;
        height: 19px;
        -webkit-transform: translateX(5px) translateY(-50%);
        -moz-transform: translateX(5px) translateY(-50%);
        -ms-transform: translateX(5px) translateY(-50%);
        transform: translateX(5px) translateY(-50%)
    }
}

.u-arrow i:last-child {
    right: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
    transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg)
}

@media(min-width: 768px) {
    .u-arrow i:last-child {
        border: 3px solid #fff;
        border-left: none;
        border-bottom: none;
        -webkit-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg)
    }
}

@media(min-width: 1024px) {
    .u-arrow i:last-child {
        width: 14px;
        height: 14px;
        -webkit-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg);
        transform: translateX(0) translateX(0) translateY(-50%) rotate(45deg)
    }
}

.u-arrow--black i {
    border-color: #000 !important
}

.u-arrow--black span:nth-child(1):after {
    background-color: #000
}

.u-double-border-top,
.m-blog-group__inner,
.m-text-cta__inner,
.m-image-cta__inner,
.c-kicker {
    position: relative;
    border-top: solid 4px #000
}

.u-double-border-top:before,
.m-blog-group__inner:before,
.m-text-cta__inner:before,
.m-image-cta__inner:before,
.c-kicker:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: -9px
}

.u-double-border-bottom,
.c-kicker {
    position: relative;
    border-bottom: solid 4px #000
}

.u-double-border-bottom:after,
.c-kicker:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: -9px
}

.u-double-border-heavy-top {
    position: relative;
    border-top: solid 3px #000
}

.u-double-border-heavy-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    left: 0;
    top: -9px
}

.u-double-border-heavy-top.is-ko {
    border-top-color: #fff
}

.u-double-border-heavy-top.is-ko:before {
    background-color: #fff
}

.u-double-border-heavy-bottom {
    position: relative;
    border-bottom: solid 3px #000
}

.u-double-border-heavy-bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    left: 0;
    bottom: -9px
}

.u-double-border-heavy-bottom.is-ko {
    border-bottom-color: #fff
}

.u-double-border-heavy-bottom.is-ko:after {
    background-color: #fff
}

@font-face {
    font-family: "Venturis ADF No2 Cd";
    src: url("/static/fonts/VenturisADFNo2Cd-Regular.eot");
    src: url("/static/fonts/VenturisADFNo2Cd-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/VenturisADFNo2Cd-Regular.woff2") format("woff2"), url("/static/fonts/VenturisADFNo2Cd-Regular.woff") format("woff"), url("/static/fonts/VenturisADFNo2Cd-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Venturis ADF No2 Cd";
    src: url("/static/fonts/VenturisADFNo2Cd-Bold.eot");
    src: url("/static/fonts/VenturisADFNo2Cd-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/VenturisADFNo2Cd-Bold.woff2") format("woff2"), url("/static/fonts/VenturisADFNo2Cd-Bold.woff") format("woff"), url("/static/fonts/VenturisADFNo2Cd-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OPTIRailroadGothic";
    src: url("/static/fonts/OPTIRailroadGothic.eot");
    src: url("/static/fonts/OPTIRailroadGothic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OPTIRailroadGothic.woff2") format("woff2"), url("/static/fonts/OPTIRailroadGothic.woff") format("woff"), url("/static/fonts/OPTIRailroadGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Iowan Old Style";
    src: url("/static/fonts/IowanOldStyle-Titling.eot");
    src: url("/static/fonts/IowanOldStyle-Titling.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IowanOldStyle-Titling.woff2") format("woff2"), url("/static/fonts/IowanOldStyle-Titling.woff") format("woff"), url("/static/fonts/IowanOldStyle-Titling.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "icomoon";
    src: url("/static/fonts/icomoon.eot?fklmkr");
    src: url("/static/fonts/icomoon.eot?fklmkr#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?fklmkr") format("truetype"), url("/static/fonts/icomoon.woff?fklmkr") format("woff"), url("/static/fonts/icomoon.svg?fklmkr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-double-arrow-left:before {
    content: ""
}

.icon-plus-thin:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-carat-left:before {
    content: ""
}

.icon-carat-right:before {
    content: ""
}

.icon-carat-up:before {
    content: ""
}

.icon-carat-down:before {
    content: ""
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1em;
    margin: 1em 0;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.t-h1,
.m-case-study-hero-title h1,
.m-hero__title h1,
.c-shows-header__title {
    font-family: "OPTIRailroadGothic";
    font-size: 60px;
    line-height: 1em
}

@media(min-width: 568px) {
    .t-h1,
    .m-case-study-hero-title h1,
    .m-hero__title h1,
    .c-shows-header__title {
        font-size: 70px
    }
}

@media(min-width: 768px) {
    .t-h1,
    .m-case-study-hero-title h1,
    .m-hero__title h1,
    .c-shows-header__title {
        font-size: 90px
    }
}

@media(min-width: 1024px) {
    .t-h1,
    .m-case-study-hero-title h1,
    .m-hero__title h1,
    .c-shows-header__title {
        font-size: 100px
    }
}

@media(min-width: 1200px) {
    .t-h1,
    .m-case-study-hero-title h1,
    .m-hero__title h1,
    .c-shows-header__title {
        font-size: 110px
    }
}

@media(min-width: 1440px) {
    .t-h1,
    .m-case-study-hero-title h1,
    .m-hero__title h1,
    .c-shows-header__title {
        font-size: 120px
    }
}

.t-h1--responsive,
.m-contact-intro__headline {
    font-family: "OPTIRailroadGothic";
    font-size: 10vw;
    line-height: 1.2em
}

@media(min-width: 1200px) {
    .t-h1--responsive,
    .m-contact-intro__headline {
        font-size: 9vw
    }
}

@media(min-width: 1440px) {
    .t-h1--responsive,
    .m-contact-intro__headline {
        font-size: 140px
    }
}

.t-h1--small,
.m-current-show__meta h2 {
    font-family: "OPTIRailroadGothic";
    font-size: 60px;
    line-height: 1em
}

@media(min-width: 768px) {
    .t-h1--small,
    .m-current-show__meta h2 {
        font-size: 70px
    }
}

@media(min-width: 1024px) {
    .t-h1--small,
    .m-current-show__meta h2 {
        font-size: 80px
    }
}

@media(min-width: 1200px) {
    .t-h1--small,
    .m-current-show__meta h2 {
        font-size: 100px
    }
}

.t-h2,
.m-capabilities__list-item span:nth-child(2),
.m-recirculation-item__title,
.m-case-study-hero-campaign__overlay h2,
.c-case-study-list__item a span:nth-child(2) {
    font-family: "OPTIRailroadGothic";
    font-size: 40px;
    line-height: 1em
}

@media(min-width: 1024px) {
    .t-h2,
    .m-capabilities__list-item span:nth-child(2),
    .m-recirculation-item__title,
    .m-case-study-hero-campaign__overlay h2,
    .c-case-study-list__item a span:nth-child(2) {
        font-size: 60px
    }
}

@media(min-width: 1200px) {
    .t-h2,
    .m-capabilities__list-item span:nth-child(2),
    .m-recirculation-item__title,
    .m-case-study-hero-campaign__overlay h2,
    .c-case-study-list__item a span:nth-child(2) {
        font-size: 80px
    }
}

.t-h3,
.c-show__title,
.c-show-header__title {
    font-family: "OPTIRailroadGothic";
    font-size: 32px;
    line-height: 1em
}

@media(min-width: 1024px) {
    .t-h3,
    .c-show__title,
    .c-show-header__title {
        font-size: 42px
    }
}

@media(min-width: 1200px) {
    .t-h3,
    .c-show__title,
    .c-show-header__title {
        font-size: 50px
    }
}

.t-h4,
.m-contacts__block__title,
.m-current-show__subtitle,
.m-product-main__title,
.c-gallery-product-header h1 span:not(.is-div) {
    font-family: "OPTIRailroadGothic";
    font-size: 24px;
    line-height: 1em
}

@media(min-width: 1024px) {
    .t-h4,
    .m-contacts__block__title,
    .m-current-show__subtitle,
    .m-product-main__title,
    .c-gallery-product-header h1 span:not(.is-div) {
        font-size: 30px
    }
}

@media(min-width: 1200px) {
    .t-h4,
    .m-contacts__block__title,
    .m-current-show__subtitle,
    .m-product-main__title,
    .c-gallery-product-header h1 span:not(.is-div) {
        font-size: 36px
    }
}

.t-h5,
.m-cart__title,
.m-text-cta__cta a,
.c-product__title,
.c-blog__category,
.c-blog__link a {
    font-family: "OPTIRailroadGothic";
    font-size: 20px;
    line-height: 1em
}

@media(min-width: 1024px) {
    .t-h5,
    .m-cart__title,
    .m-text-cta__cta a,
    .c-product__title,
    .c-blog__category,
    .c-blog__link a {
        font-size: 24px
    }
}

@media(min-width: 1200px) {
    .t-h5,
    .m-cart__title,
    .m-text-cta__cta a,
    .c-product__title,
    .c-blog__category,
    .c-blog__link a {
        font-size: 26px
    }
}

.t-h6,
.m-blog-intro-attribution__byline,
.c-breadcrumbs nav ol li a span:nth-child(2),
.table thead th,
.table tfoot th {
    font-family: "OPTIRailroadGothic";
    font-size: 18px;
    line-height: 1em
}

@media(min-width: 1024px) {
    .t-h6,
    .m-blog-intro-attribution__byline,
    .c-breadcrumbs nav ol li a span:nth-child(2),
    .table thead th,
    .table tfoot th {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .t-h6,
    .m-blog-intro-attribution__byline,
    .c-breadcrumbs nav ol li a span:nth-child(2),
    .table thead th,
    .table tfoot th {
        font-size: 20px
    }
}

.t-normal,
.m-order-line-items,
.m-order-card__item,
.m-cart__totals__line,
.c-address-lines,
.c-order-summary-totals__row,
.c-order-summary-items,
.c-form input[type=text],
.c-form input[type=number],
.c-form textarea,
.o-button--inline,
.rte {
    font-family: "Venturis ADF No2 Cd";
    font-size: 16px;
    line-height: 1.3em
}

@media(min-width: 768px) {
    .t-normal,
    .m-order-line-items,
    .m-order-card__item,
    .m-cart__totals__line,
    .c-address-lines,
    .c-order-summary-totals__row,
    .c-order-summary-items,
    .c-form input[type=text],
    .c-form input[type=number],
    .c-form textarea,
    .o-button--inline,
    .rte {
        font-size: 18px
    }
}

.t-small,
.m-cart__disclaimer {
    font-family: "Venturis ADF No2 Cd";
    font-size: 15px;
    line-height: 1.3em
}

@media(min-width: 768px) {
    .t-small,
    .m-cart__disclaimer {
        font-size: 16px
    }
}

.t-normal--alt,
body.page-blog-index .rte,
body.page-blog .rte {
    font-family: "Iowan Old Style";
    font-size: 16px;
    line-height: 1.3em
}

@media(min-width: 768px) {
    .t-normal--alt,
    body.page-blog-index .rte,
    body.page-blog .rte {
        font-size: 18px
    }
}

.t-normal--plus,
.m-initiative__subheadline,
.m-text-list__body {
    font-family: "Venturis ADF No2 Cd";
    line-height: 1.2em;
    font-size: 20px
}

@media(min-width: 768px) {
    .t-normal--plus,
    .m-initiative__subheadline,
    .m-text-list__body {
        font-size: 24px
    }
}

@media(min-width: 1024px) {
    .t-normal--plus,
    .m-initiative__subheadline,
    .m-text-list__body {
        font-size: 32px
    }
}

.t-medium-small,
.m-cart__totals h6,
.m-gallery-media-grid__item__overlay__inner,
.m-product-main__price,
.c-order-summary-totals__row.is-total,
.c-product__add-to-cart,
.c-product__price,
.c-product__size-select ul li,
.c-show-header__subtitle,
.c-show-header__date,
.c-form label {
    font-family: "Venturis ADF No2 Cd";
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .t-medium-small,
    .m-cart__totals h6,
    .m-gallery-media-grid__item__overlay__inner,
    .m-product-main__price,
    .c-order-summary-totals__row.is-total,
    .c-product__add-to-cart,
    .c-product__price,
    .c-product__size-select ul li,
    .c-show-header__subtitle,
    .c-show-header__date,
    .c-form label {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .t-medium-small,
    .m-cart__totals h6,
    .m-gallery-media-grid__item__overlay__inner,
    .m-product-main__price,
    .c-order-summary-totals__row.is-total,
    .c-product__add-to-cart,
    .c-product__price,
    .c-product__size-select ul li,
    .c-show-header__subtitle,
    .c-show-header__date,
    .c-form label {
        font-size: 22px
    }
}

.t-medium,
.m-external-link__link,
.m-awards__award,
.m-awards__subtitle,
.m-back a span:nth-child(2),
.m-back a,
.m-footer-cta__text p,
.m-recirculation-header h6,
.m-media-masonry-grid__load-more,
.o-button--impact {
    font-family: "Venturis ADF No2 Cd";
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .t-medium,
    .m-external-link__link,
    .m-awards__award,
    .m-awards__subtitle,
    .m-back a span:nth-child(2),
    .m-back a,
    .m-footer-cta__text p,
    .m-recirculation-header h6,
    .m-media-masonry-grid__load-more,
    .o-button--impact {
        font-size: 24px
    }
}

@media(min-width: 1024px) {
    .t-medium,
    .m-external-link__link,
    .m-awards__award,
    .m-awards__subtitle,
    .m-back a span:nth-child(2),
    .m-back a,
    .m-footer-cta__text p,
    .m-recirculation-header h6,
    .m-media-masonry-grid__load-more,
    .o-button--impact {
        font-size: 28px
    }
}

@media(min-width: 1200px) {
    .t-medium,
    .m-external-link__link,
    .m-awards__award,
    .m-awards__subtitle,
    .m-back a span:nth-child(2),
    .m-back a,
    .m-footer-cta__text p,
    .m-recirculation-header h6,
    .m-media-masonry-grid__load-more,
    .o-button--impact {
        font-size: 34px
    }
}

@media(min-width: 1440px) {
    .t-medium,
    .m-external-link__link,
    .m-awards__award,
    .m-awards__subtitle,
    .m-back a span:nth-child(2),
    .m-back a,
    .m-footer-cta__text p,
    .m-recirculation-header h6,
    .m-media-masonry-grid__load-more,
    .o-button--impact {
        font-size: 40px
    }
}

.t-large,
.m-partners__title span,
.m-stockists__title span,
.m-gallery-product-form__price,
.m-blog-intro-attribution__title h2,
.m-initiative__headline,
.m-text-list__title {
    font-family: "Venturis ADF No2 Cd";
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold
}

.m-stockists__title span {
	font-family: "OPTIRailroadGothic";
}



@media(min-width: 768px) {
    .t-large,
    .m-partners__title span,
    .m-stockists__title span,
    .m-gallery-product-form__price,
    .m-blog-intro-attribution__title h2,
    .m-initiative__headline,
    .m-text-list__title {
        font-size: 40px
    }
}

@media(min-width: 1024px) {
    .t-large,
    .m-partners__title span,
    .m-stockists__title span,
    .m-gallery-product-form__price,
    .m-blog-intro-attribution__title h2,
    .m-initiative__headline,
    .m-text-list__title {
        font-size: 48px
    }
}

.t-xlarge,
.m-text-cta__headline,
.m-image-cta__headline,
.c-blog--grid .c-blog__title,
.c-blog--feature .c-blog__title {
    font-family: "Venturis ADF No2 Cd";
    font-size: 32px;
    line-height: 1em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .t-xlarge,
    .m-text-cta__headline,
    .m-image-cta__headline,
    .c-blog--grid .c-blog__title,
    .c-blog--feature .c-blog__title {
        font-size: 40px
    }
}

@media(min-width: 1024px) {
    .t-xlarge,
    .m-text-cta__headline,
    .m-image-cta__headline,
    .c-blog--grid .c-blog__title,
    .c-blog--feature .c-blog__title {
        font-size: 50px
    }
}

@media(min-width: 1200px) {
    .t-xlarge,
    .m-text-cta__headline,
    .m-image-cta__headline,
    .c-blog--grid .c-blog__title,
    .c-blog--feature .c-blog__title {
        font-size: 65px
    }
}

@media(min-width: 1440px) {
    .t-xlarge,
    .m-text-cta__headline,
    .m-image-cta__headline,
    .c-blog--grid .c-blog__title,
    .c-blog--feature .c-blog__title {
        font-size: 75px
    }
}

.t-xxlarge,
.c-blog--hero .c-blog__title {
    font-family: "Venturis ADF No2 Cd";
    font-size: 36px;
    line-height: .9em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .t-xxlarge,
    .c-blog--hero .c-blog__title {
        font-size: 60px
    }
}

@media(min-width: 1024px) {
    .t-xxlarge,
    .c-blog--hero .c-blog__title {
        font-size: 75px
    }
}

@media(min-width: 1200px) {
    .t-xxlarge,
    .c-blog--hero .c-blog__title {
        font-size: 100px
    }
}

.t-xxxlarge,
.m-blog-intro__headline {
    font-family: "Venturis ADF No2 Cd";
    font-size: 75px;
    line-height: .9em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .t-xxxlarge,
    .m-blog-intro__headline {
        font-size: 100px
    }
}

@media(min-width: 1024px) {
    .t-xxxlarge,
    .m-blog-intro__headline {
        font-size: 120px
    }
}

@media(min-width: 1200px) {
    .t-xxxlarge,
    .m-blog-intro__headline {
        font-size: 150px
    }
}

.t-filter-nav,
.m-product-recommendations h4,
.m-store-intro-nav__item a,
.c-product-header-nav__item a,
.c-work-nav__item a,
.c-footer-nav__item a,
.c-header-nav__item a,
.c-issue__title a {
    font-family: "Venturis ADF No2 Cd";
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}
.c-issue__title a {
	font-size:28px;
}

@media(min-width: 768px) {
    .t-filter-nav,
    .m-product-recommendations h4,
    .m-store-intro-nav__item a,
    .c-product-header-nav__item a,
    .c-work-nav__item a,
    .c-footer-nav__item a,
    .c-header-nav__item a {
        font-size: 24px
    }
}

@media(min-width: 768px) {
	.c-issue__title a {
		font-size:33px;
	}
}


@media(min-width: 1024px) {
    .t-filter-nav,
    .m-product-recommendations h4,
    .m-store-intro-nav__item a,
    .c-product-header-nav__item a,
    .c-work-nav__item a,
    .c-footer-nav__item a,
    .c-header-nav__item a {
        font-size: 32px
    }
}

@media(min-width: 768px) {
	.c-issue__title a {
		font-size:41px;
	}
}


.t-center {
    text-align: center
}

.rte>*[style*=justify] {
    -moz-text-align-last: justify;
    text-align-last: justify
}

.rte>*[style*=justify] span:last-child {
    position: absolute
}

.rte>*:first-child {
    margin-top: 0
}

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

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

::-moz-selection {
    background: #fff;
    color: #000
}

::selection {
    background: #fff;
    color: #000
}

body.page-work ::-moz-selection,
body.page-blog-index ::-moz-selection,
body.page-blog ::-moz-selection {
    color: #fff;
    background-color: #000
}

body.page-work ::selection,
body.page-blog-index ::selection,
body.page-blog ::selection {
    color: #fff;
    background-color: #000
}

::-moz-selection {
    background: #fff;
    color: #000
}

body.page-work ::-moz-selection,
body.page-blog-index ::-moz-selection,
body.page-blog ::-moz-selection {
    color: #fff;
    background-color: #000
}

.container {
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1600px
}

@media(min-width: 768px) {
    .container {
        padding: 0 40px
    }
}

@media(min-width: 1024px) {
    .container {
        padding: 0 75px
    }
}

@media(min-width: 1200px) {
    .container {
        padding: 0 100px
    }
}

@media(min-width: 1440px) {
    .container {
        padding: 0 120px
    }
}

@media(min-width: 1600px) {
    .container {
        padding: 0 150px
    }
}

.container--full-bleed {
    padding: 0
}

.container--narrow {
    max-width: 1200px
}

.container--x-narrow {
    max-width: 1000px
}

.container--wide {
    max-width: none;
    padding: 0 25px !important
}

.row {
    position: relative;
    margin-left: -30px;
    margin-right: -30px
}

.row [class*=col-] {
    position: relative;
    min-height: 1px;
    padding: 0 30px
}

.row.row--half-gutter {
    margin-left: -15px;
    margin-right: -15px
}

.row.row--half-gutter [class*=col-] {
    padding: 0 15px
}

.row.row--2x-gutter {
    margin-left: -60px;
    margin-right: -60px
}

.row.row--2x-gutter [class*=col-] {
    padding: 0 60px
}

.row.row--3x-gutter {
    margin-left: -90px;
    margin-right: -90px
}

.row.row--3x-gutter [class*=col-] {
    padding: 0 90px
}

.row .col-mb-1 {
    float: left;
    width: 8.3333333333%
}

.row .col-mb-push-1 {
    margin-left: 8.3333333333%
}

.row .col-mb-2 {
    float: left;
    width: 16.6666666667%
}

.row .col-mb-push-2 {
    margin-left: 16.6666666667%
}

.row .col-mb-3 {
    float: left;
    width: 25%
}

.row .col-mb-push-3 {
    margin-left: 25%
}

.row .col-mb-4 {
    float: left;
    width: 33.3333333333%
}

.row .col-mb-push-4 {
    margin-left: 33.3333333333%
}

.row .col-mb-5 {
    float: left;
    width: 41.6666666667%
}

.row .col-mb-push-5 {
    margin-left: 41.6666666667%
}

.row .col-mb-6 {
    float: left;
    width: 50%
}

.row .col-mb-push-6 {
    margin-left: 50%
}

.row .col-mb-7 {
    float: left;
    width: 58.3333333333%
}

.row .col-mb-push-7 {
    margin-left: 58.3333333333%
}

.row .col-mb-8 {
    float: left;
    width: 66.6666666667%
}

.row .col-mb-push-8 {
    margin-left: 66.6666666667%
}

.row .col-mb-9 {
    float: left;
    width: 75%
}

.row .col-mb-push-9 {
    margin-left: 75%
}

.row .col-mb-10 {
    float: left;
    width: 83.3333333333%
}

.row .col-mb-push-10 {
    margin-left: 83.3333333333%
}

.row .col-mb-11 {
    float: left;
    width: 91.6666666667%
}

.row .col-mb-push-11 {
    margin-left: 91.6666666667%
}

.row .col-mb-12 {
    float: left;
    width: 100%
}

.row .col-mb-push-12 {
    margin-left: 100%
}

@media(min-width: 568px) {
    .row .col-mb-lg-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-mb-lg-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-mb-lg-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-mb-lg-pull-1 {
        margin-left: -8.3333333333%
    }
    .row .col-mb-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-mb-lg-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-mb-lg-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-mb-lg-pull-2 {
        margin-left: -16.6666666667%
    }
    .row .col-mb-lg-3 {
        float: left;
        width: 25%
    }
    .row .col-mb-lg-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-mb-lg-push-3 {
        margin-left: 25%
    }
    .row .col-mb-lg-pull-3 {
        margin-left: -25%
    }
    .row .col-mb-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-mb-lg-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-mb-lg-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-mb-lg-pull-4 {
        margin-left: -33.3333333333%
    }
    .row .col-mb-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-mb-lg-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-mb-lg-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-mb-lg-pull-5 {
        margin-left: -41.6666666667%
    }
    .row .col-mb-lg-6 {
        float: left;
        width: 50%
    }
    .row .col-mb-lg-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-mb-lg-push-6 {
        margin-left: 50%
    }
    .row .col-mb-lg-pull-6 {
        margin-left: -50%
    }
    .row .col-mb-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-mb-lg-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-mb-lg-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-mb-lg-pull-7 {
        margin-left: -58.3333333333%
    }
    .row .col-mb-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-mb-lg-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-mb-lg-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-mb-lg-pull-8 {
        margin-left: -66.6666666667%
    }
    .row .col-mb-lg-9 {
        float: left;
        width: 75%
    }
    .row .col-mb-lg-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-mb-lg-push-9 {
        margin-left: 75%
    }
    .row .col-mb-lg-pull-9 {
        margin-left: -75%
    }
    .row .col-mb-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-mb-lg-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-mb-lg-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-mb-lg-pull-10 {
        margin-left: -83.3333333333%
    }
    .row .col-mb-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-mb-lg-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-mb-lg-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-mb-lg-pull-11 {
        margin-left: -91.6666666667%
    }
    .row .col-mb-lg-12 {
        float: left;
        width: 100%
    }
    .row .col-mb-lg-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-mb-lg-push-12 {
        margin-left: 100%
    }
    .row .col-mb-lg-pull-12 {
        margin-left: -100%
    }
}

@media(min-width: 768px) {
    .row .col-tb-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-tb-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-tb-pull-1 {
        margin-left: -8.3333333333%
    }
    .row .col-tb-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-tb-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-tb-pull-2 {
        margin-left: -16.6666666667%
    }
    .row .col-tb-3 {
        float: left;
        width: 25%
    }
    .row .col-tb-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-3 {
        margin-left: 25%
    }
    .row .col-tb-pull-3 {
        margin-left: -25%
    }
    .row .col-tb-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-tb-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-tb-pull-4 {
        margin-left: -33.3333333333%
    }
    .row .col-tb-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-tb-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-tb-pull-5 {
        margin-left: -41.6666666667%
    }
    .row .col-tb-6 {
        float: left;
        width: 50%
    }
    .row .col-tb-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-6 {
        margin-left: 50%
    }
    .row .col-tb-pull-6 {
        margin-left: -50%
    }
    .row .col-tb-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-tb-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-tb-pull-7 {
        margin-left: -58.3333333333%
    }
    .row .col-tb-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-tb-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-tb-pull-8 {
        margin-left: -66.6666666667%
    }
    .row .col-tb-9 {
        float: left;
        width: 75%
    }
    .row .col-tb-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-9 {
        margin-left: 75%
    }
    .row .col-tb-pull-9 {
        margin-left: -75%
    }
    .row .col-tb-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-tb-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-tb-pull-10 {
        margin-left: -83.3333333333%
    }
    .row .col-tb-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-tb-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-tb-pull-11 {
        margin-left: -91.6666666667%
    }
    .row .col-tb-12 {
        float: left;
        width: 100%
    }
    .row .col-tb-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-tb-push-0 {
        margin-left: 0%
    }
    .row .col-tb-push-12 {
        margin-left: 100%
    }
    .row .col-tb-pull-12 {
        margin-left: -100%
    }
}

@media(min-width: 900px) {
    .row .col-tb-lg-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-tb-lg-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-tb-lg-pull-1 {
        margin-left: -8.3333333333%
    }
    .row .col-tb-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-tb-lg-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-tb-lg-pull-2 {
        margin-left: -16.6666666667%
    }
    .row .col-tb-lg-3 {
        float: left;
        width: 25%
    }
    .row .col-tb-lg-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-3 {
        margin-left: 25%
    }
    .row .col-tb-lg-pull-3 {
        margin-left: -25%
    }
    .row .col-tb-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-tb-lg-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-tb-lg-pull-4 {
        margin-left: -33.3333333333%
    }
    .row .col-tb-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-tb-lg-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-tb-lg-pull-5 {
        margin-left: -41.6666666667%
    }
    .row .col-tb-lg-6 {
        float: left;
        width: 50%
    }
    .row .col-tb-lg-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-6 {
        margin-left: 50%
    }
    .row .col-tb-lg-pull-6 {
        margin-left: -50%
    }
    .row .col-tb-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-tb-lg-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-tb-lg-pull-7 {
        margin-left: -58.3333333333%
    }
    .row .col-tb-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-tb-lg-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-tb-lg-pull-8 {
        margin-left: -66.6666666667%
    }
    .row .col-tb-lg-9 {
        float: left;
        width: 75%
    }
    .row .col-tb-lg-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-9 {
        margin-left: 75%
    }
    .row .col-tb-lg-pull-9 {
        margin-left: -75%
    }
    .row .col-tb-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-tb-lg-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-tb-lg-pull-10 {
        margin-left: -83.3333333333%
    }
    .row .col-tb-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-tb-lg-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-tb-lg-pull-11 {
        margin-left: -91.6666666667%
    }
    .row .col-tb-lg-12 {
        float: left;
        width: 100%
    }
    .row .col-tb-lg-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-tb-lg-push-0 {
        margin-left: 0%
    }
    .row .col-tb-lg-push-12 {
        margin-left: 100%
    }
    .row .col-tb-lg-pull-12 {
        margin-left: -100%
    }
}

@media(min-width: 1024px) {
    .row .col-dk-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-dk-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-dk-pull-1 {
        margin-left: -8.3333333333%
    }
    .row .col-dk-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-dk-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-dk-pull-2 {
        margin-left: -16.6666666667%
    }
    .row .col-dk-3 {
        float: left;
        width: 25%
    }
    .row .col-dk-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-3 {
        margin-left: 25%
    }
    .row .col-dk-pull-3 {
        margin-left: -25%
    }
    .row .col-dk-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-dk-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-dk-pull-4 {
        margin-left: -33.3333333333%
    }
    .row .col-dk-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-dk-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-dk-pull-5 {
        margin-left: -41.6666666667%
    }
    .row .col-dk-6 {
        float: left;
        width: 50%
    }
    .row .col-dk-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-6 {
        margin-left: 50%
    }
    .row .col-dk-pull-6 {
        margin-left: -50%
    }
    .row .col-dk-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-dk-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-dk-pull-7 {
        margin-left: -58.3333333333%
    }
    .row .col-dk-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-dk-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-dk-pull-8 {
        margin-left: -66.6666666667%
    }
    .row .col-dk-9 {
        float: left;
        width: 75%
    }
    .row .col-dk-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-9 {
        margin-left: 75%
    }
    .row .col-dk-pull-9 {
        margin-left: -75%
    }
    .row .col-dk-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-dk-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-dk-pull-10 {
        margin-left: -83.3333333333%
    }
    .row .col-dk-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-dk-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-dk-pull-11 {
        margin-left: -91.6666666667%
    }
    .row .col-dk-12 {
        float: left;
        width: 100%
    }
    .row .col-dk-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-12 {
        margin-left: 100%
    }
    .row .col-dk-pull-12 {
        margin-left: -100%
    }
    .row .col-dk-13 {
        float: left;
        width: 108.3333333333%
    }
    .row .col-dk-13-half {
        float: left;
        width: 112.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-13 {
        margin-left: 108.3333333333%
    }
    .row .col-dk-pull-13 {
        margin-left: -108.3333333333%
    }
    .row .col-dk-14 {
        float: left;
        width: 116.6666666667%
    }
    .row .col-dk-14-half {
        float: left;
        width: 120.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-14 {
        margin-left: 116.6666666667%
    }
    .row .col-dk-pull-14 {
        margin-left: -116.6666666667%
    }
    .row .col-dk-15 {
        float: left;
        width: 125%
    }
    .row .col-dk-15-half {
        float: left;
        width: 129.1666666667%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-15 {
        margin-left: 125%
    }
    .row .col-dk-pull-15 {
        margin-left: -125%
    }
    .row .col-dk-16 {
        float: left;
        width: 133.3333333333%
    }
    .row .col-dk-16-half {
        float: left;
        width: 137.5%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-16 {
        margin-left: 133.3333333333%
    }
    .row .col-dk-pull-16 {
        margin-left: -133.3333333333%
    }
    .row .col-dk-17 {
        float: left;
        width: 141.6666666667%
    }
    .row .col-dk-17-half {
        float: left;
        width: 145.8333333333%
    }
    .row .col-dk-push-0 {
        margin-left: 0%
    }
    .row .col-dk-push-17 {
        margin-left: 141.6666666667%
    }
    .row .col-dk-pull-17 {
        margin-left: -141.6666666667%
    }
}

@media(min-width: 1200px) {
    .row .col-lg-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-lg-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-lg-pull-1 {
        margin-left: -8.3333333333%
    }
    .row .col-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-lg-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-lg-pull-2 {
        margin-left: -16.6666666667%
    }
    .row .col-lg-3 {
        float: left;
        width: 25%
    }
    .row .col-lg-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-3 {
        margin-left: 25%
    }
    .row .col-lg-pull-3 {
        margin-left: -25%
    }
    .row .col-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-lg-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-lg-pull-4 {
        margin-left: -33.3333333333%
    }
    .row .col-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-lg-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-lg-pull-5 {
        margin-left: -41.6666666667%
    }
    .row .col-lg-6 {
        float: left;
        width: 50%
    }
    .row .col-lg-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-6 {
        margin-left: 50%
    }
    .row .col-lg-pull-6 {
        margin-left: -50%
    }
    .row .col-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-lg-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-lg-pull-7 {
        margin-left: -58.3333333333%
    }
    .row .col-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-lg-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-lg-pull-8 {
        margin-left: -66.6666666667%
    }
    .row .col-lg-9 {
        float: left;
        width: 75%
    }
    .row .col-lg-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-9 {
        margin-left: 75%
    }
    .row .col-lg-pull-9 {
        margin-left: -75%
    }
    .row .col-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-lg-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-lg-pull-10 {
        margin-left: -83.3333333333%
    }
    .row .col-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-lg-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-lg-pull-11 {
        margin-left: -91.6666666667%
    }
    .row .col-lg-12 {
        float: left;
        width: 100%
    }
    .row .col-lg-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-12 {
        margin-left: 100%
    }
    .row .col-lg-pull-12 {
        margin-left: -100%
    }
    .row .col-lg-13 {
        float: left;
        width: 108.3333333333%
    }
    .row .col-lg-13-half {
        float: left;
        width: 112.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-13 {
        margin-left: 108.3333333333%
    }
    .row .col-lg-pull-13 {
        margin-left: -108.3333333333%
    }
    .row .col-lg-14 {
        float: left;
        width: 116.6666666667%
    }
    .row .col-lg-14-half {
        float: left;
        width: 120.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-14 {
        margin-left: 116.6666666667%
    }
    .row .col-lg-pull-14 {
        margin-left: -116.6666666667%
    }
    .row .col-lg-15 {
        float: left;
        width: 125%
    }
    .row .col-lg-15-half {
        float: left;
        width: 129.1666666667%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-15 {
        margin-left: 125%
    }
    .row .col-lg-pull-15 {
        margin-left: -125%
    }
    .row .col-lg-16 {
        float: left;
        width: 133.3333333333%
    }
    .row .col-lg-16-half {
        float: left;
        width: 137.5%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-16 {
        margin-left: 133.3333333333%
    }
    .row .col-lg-pull-16 {
        margin-left: -133.3333333333%
    }
    .row .col-lg-17 {
        float: left;
        width: 141.6666666667%
    }
    .row .col-lg-17-half {
        float: left;
        width: 145.8333333333%
    }
    .row .col-lg-push-0 {
        margin-left: 0
    }
    .row .col-lg-push-17 {
        margin-left: 141.6666666667%
    }
    .row .col-lg-pull-17 {
        margin-left: -141.6666666667%
    }
}

@media(min-width: 1440px) {
    .row .col-xl-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-xl-1-half {
        float: left;
        width: 12.5%
    }
    .row .col-xl-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-xl-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-xl-2-half {
        float: left;
        width: 20.8333333333%
    }
    .row .col-xl-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-xl-3 {
        float: left;
        width: 25%
    }
    .row .col-xl-3-half {
        float: left;
        width: 29.1666666667%
    }
    .row .col-xl-push-3 {
        margin-left: 25%
    }
    .row .col-xl-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-xl-4-half {
        float: left;
        width: 37.5%
    }
    .row .col-xl-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-xl-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-xl-5-half {
        float: left;
        width: 45.8333333333%
    }
    .row .col-xl-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-xl-6 {
        float: left;
        width: 50%
    }
    .row .col-xl-6-half {
        float: left;
        width: 54.1666666667%
    }
    .row .col-xl-push-6 {
        margin-left: 50%
    }
    .row .col-xl-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-xl-7-half {
        float: left;
        width: 62.5%
    }
    .row .col-xl-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-xl-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-xl-8-half {
        float: left;
        width: 70.8333333333%
    }
    .row .col-xl-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-xl-9 {
        float: left;
        width: 75%
    }
    .row .col-xl-9-half {
        float: left;
        width: 79.1666666667%
    }
    .row .col-xl-push-9 {
        margin-left: 75%
    }
    .row .col-xl-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-xl-10-half {
        float: left;
        width: 87.5%
    }
    .row .col-xl-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-xl-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-xl-11-half {
        float: left;
        width: 95.8333333333%
    }
    .row .col-xl-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-xl-12 {
        float: left;
        width: 100%
    }
    .row .col-xl-12-half {
        float: left;
        width: 104.1666666667%
    }
    .row .col-xl-push-12 {
        margin-left: 100%
    }
}

@media(min-width: 1600px) {
    .row .col-xxl-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-xxl-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-xxl-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-xxl-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-xxl-3 {
        float: left;
        width: 25%
    }
    .row .col-xxl-push-3 {
        margin-left: 25%
    }
    .row .col-xxl-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-xxl-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-xxl-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-xxl-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-xxl-6 {
        float: left;
        width: 50%
    }
    .row .col-xxl-push-6 {
        margin-left: 50%
    }
    .row .col-xxl-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-xxl-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-xxl-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-xxl-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-xxl-9 {
        float: left;
        width: 75%
    }
    .row .col-xxl-push-9 {
        margin-left: 75%
    }
    .row .col-xxl-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-xxl-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-xxl-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-xxl-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-xxl-12 {
        float: left;
        width: 100%
    }
    .row .col-xxl-push-12 {
        margin-left: 100%
    }
}

@media(min-width: 1920px) {
    .row .col-xxxl-1 {
        float: left;
        width: 8.3333333333%
    }
    .row .col-xxxl-push-1 {
        margin-left: 8.3333333333%
    }
    .row .col-xxxl-2 {
        float: left;
        width: 16.6666666667%
    }
    .row .col-xxxl-push-2 {
        margin-left: 16.6666666667%
    }
    .row .col-xxxl-3 {
        float: left;
        width: 25%
    }
    .row .col-xxxl-push-3 {
        margin-left: 25%
    }
    .row .col-xxxl-4 {
        float: left;
        width: 33.3333333333%
    }
    .row .col-xxxl-push-4 {
        margin-left: 33.3333333333%
    }
    .row .col-xxxl-5 {
        float: left;
        width: 41.6666666667%
    }
    .row .col-xxxl-push-5 {
        margin-left: 41.6666666667%
    }
    .row .col-xxxl-6 {
        float: left;
        width: 50%
    }
    .row .col-xxxl-push-6 {
        margin-left: 50%
    }
    .row .col-xxxl-7 {
        float: left;
        width: 58.3333333333%
    }
    .row .col-xxxl-push-7 {
        margin-left: 58.3333333333%
    }
    .row .col-xxxl-8 {
        float: left;
        width: 66.6666666667%
    }
    .row .col-xxxl-push-8 {
        margin-left: 66.6666666667%
    }
    .row .col-xxxl-9 {
        float: left;
        width: 75%
    }
    .row .col-xxxl-push-9 {
        margin-left: 75%
    }
    .row .col-xxxl-10 {
        float: left;
        width: 83.3333333333%
    }
    .row .col-xxxl-push-10 {
        margin-left: 83.3333333333%
    }
    .row .col-xxxl-11 {
        float: left;
        width: 91.6666666667%
    }
    .row .col-xxxl-push-11 {
        margin-left: 91.6666666667%
    }
    .row .col-xxxl-12 {
        float: left;
        width: 100%
    }
    .row .col-xxxl-push-12 {
        margin-left: 100%
    }
}

.o-box {
    position: relative;
    overflow: hidden
}

.o-box__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-box--1x1 {
    padding-top: 100%
}

.o-box--3x2 {
    padding-top: 66.6666666667%
}

.o-box--16x9 {
    padding-top: 56.25%
}

.o-svg {
    position: relative;
    will-change: transform
}

.o-svg>svg,
.o-svg>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible
}

.o-svg--brand-logo {
    padding-top: 15.1573538857%
}

.o-svg--brand-blog-logo {
    padding-top: 35.0029205607%
}

.o-svg--brand-mark {
    padding-top: 100%
}

.o-svg--brand-eye {
    padding-top: 100%
}

.o-svg--brand-word {
    padding-top: 45.7389833694%
}

.o-svg--brand-slogan {
    padding-top: 53.8087233478%
}

.o-svg--brand-slogan-mobile {
    padding-top: 157.3699242518%
}

.o-svg--brand-about {
    padding-top: 27.280625543%
}

.o-svg--brand-copyright {
    padding-top: 127.974568574%
}

.o-svg--icon-arrow-down {
    padding-top: 169.0391459075%
}

.o-svg--menu-toggle {
    padding-top: 74.0469208211%
}

.o-svg--button-grid-desktop {
    padding-top: 117.3333333333%
}

.o-svg--button-grid-mobile {
    padding-top: 161.7132867133%
}

.o-svg--button-list-desktop {
    padding-top: 117.3333333333%
}

.o-svg--button-list-mobile {
    padding-top: 161.7132867133%
}

.o-svg--icon-preacher {
    padding-top: 100%
}

.o-svg--icon-gallery {
    padding-top: 100%
}

.o-svg--icon-capabilities {
    padding-top: 100%
}

.o-svg--icon-share {
    padding-top: 100%
}

.o-svg--icon-share.u-ko .g-text path {
    fill: #fff
}

.o-svg--icon-share.u-ko .g-arrow path,
.o-svg--icon-share.u-ko .g-arrow polyline,
.o-svg--icon-share.u-ko .g-arrow line {
    stroke: #fff !important
}

.o-svg--icon-current-exhibition {
    padding-top: 100%
}

.o-svg--icon-current-exhibition.u-ko .g-text path {
    fill: #fff
}

.o-svg--icon-current-exhibition.u-ko .g-arrow path,
.o-svg--icon-current-exhibition.u-ko .g-arrow polyline,
.o-svg--icon-current-exhibition.u-ko .g-arrow line {
    stroke: #fff !important
}

.o-svg--icon-scroll-cta {
    padding-top: 100%
}

.o-svg--icon-scroll-cta.u-ko .g-text path {
    fill: #fff
}

.o-svg--icon-scroll-cta.u-ko .g-arrow path,
.o-svg--icon-scroll-cta.u-ko .g-arrow polyline,
.o-svg--icon-scroll-cta.u-ko .g-arrow line {
    stroke: #fff !important
}

.o-svg--icon-follow-path {
    padding-top: 100%
}

.o-svg--icon-follow-path.u-ko .g-text path {
    fill: #fff
}

.o-svg--icon-follow-path.u-ko .g-arrow path,
.o-svg--icon-follow-path.u-ko .g-arrow polyline,
.o-svg--icon-follow-path.u-ko .g-arrow line {
    stroke: #fff !important
}

.u-svg-filters {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden
}

.o-button,
button {
    outline: none;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-appearance: none;
    text-decoration: none !important
}

.o-button--arrow,
.m-footer-cta__text button {
    position: relative;
    display: inline-block;
    font-family: "OPTIRailroadGothic";
    font-size: 22px
}

@media(min-width: 768px) {
    .o-button--arrow,
    .m-footer-cta__text button {
        font-size: 30px
    }
}

.o-button--arrow--black {
    position: relative;
    display: inline-block;
    font-family: "OPTIRailroadGothic";
    font-size: 22px
}

@media(min-width: 768px) {
    .o-button--arrow--black {
        font-size: 30px
    }
}

.o-button--impact {
    padding: 5px 0;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000
}

@media(min-width: 768px) {
    .o-button--impact {
        border-width: 3px;
        padding: 8px 0
    }
}

@media(min-width: 768px) {
    .o-responsive-image-container .is-mobile {
        display: none
    }
}

.o-responsive-image-container .is-mobile+* {
    display: none
}

@media(min-width: 768px) {
    .o-responsive-image-container .is-mobile+* {
        display: block
    }
}

.o-image {
    position: relative
}

.o-image picture {
    height: 100%
}

.o-image img,
.o-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
    object-position: center
}

.o-image--fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-image--lazy img {
    opacity: 0;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: opacity 500ms ease, -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 500ms ease, -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: opacity 500ms ease, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 500ms ease, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 500ms ease, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    will-change: opacity
}

.o-image--lazy img[preload] {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 1
}

.o-image--lazy img.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure {
    margin: 0;
    padding: 0
}

figcaption {
    margin: .75em 0 0 0;
    font-family: "Iowan Old Style";
    font-size: 12px
}

@media(min-width: 768px) {
    figcaption {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.o-video {
    position: relative;
    overflow: hidden
}

.o-video video {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.o-video.is-playing-video video {
    opacity: 1
}

@media(min-width: 768px) {
    .o-video .is-mobile {
        display: none
    }
}

.o-video .is-mobile+* {
    display: none
}

@media(min-width: 768px) {
    .o-video .is-mobile+* {
        display: inline
    }
}

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

.o-video--cover video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

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

.o-video--contain video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

input {
    outline: none;
    -webkit-text-fill-color: #000;
    -webkit-appearance: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important
}

.c-form input[type=text],
.c-form input[type=number],
.c-form textarea {
    border: solid 2px #000;
    padding: 10px;
    outline: none;
    width: 100%
}

.c-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(//cdn.shopify.com/s/files/1/2163/4209/t/2/ico-select.svg?v=8010346243918904133) !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center !important;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    width: 100%;
    border: solid 2px #000;
    color: #000;
    padding: 14px 10px !important
}

.c-form label {
    margin: 0 0 .5em 0
}

.c-form__group {
    margin: 1em 0
}

.c-form__row .c-form__group {
    margin: 0 0 1em 0
}

@media(min-width: 768px) {
    .c-form__row .c-form__group {
        margin: 0
    }
}

.c-form__row {
    margin: 1em 0
}

.c-form-radio input {
    display: none
}

.c-form-radio label {
    cursor: pointer
}

.c-form-radio strong,
.c-form-radio span {
    display: block
}

.c-form-radio span {
    font-weight: normal
}

.c-form-radio span:before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 2px #000;
    vertical-align: middle
}

.c-form-radio input:checked+label span:before {
    background-color: #000
}

.c-form__actions {
    margin: 50px 0
}

.c-form__actions button {
    width: 100%;
    color: #000
}

#card-element {
    background-color: #fff;
    border: solid 2px #000;
    padding: 13px 10px
}

#card-errors {
    margin: 1em 0;
    font-size: 18px
}

.table {
    width: 100%;
    table-layout: fixed;
    text-align: center
}

.table thead th:first-child,
.table tbody td:first-child {
    text-align: left;
    padding-left: 0
}

.table thead th:last-child,
.table tbody td:last-child {
    text-align: right;
    padding-right: 0
}

.table tbody td {
    padding: 15px
}

.table tfoot th {
    padding: 20px 0 15px 0
}

@media(max-width: 767px) {
    .table--responsive thead {
        display: none
    }
    .table--responsive tbody tr {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table--responsive tbody td {
        display: block;
        text-align: right;
        padding: 10px 0 !important;
        margin: 0
    }
    .table--responsive tbody td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        padding-right: 10px
    }
}

.table tfoot {
    text-align: left
}

.shuffle-item--hidden {
    pointer-events: none !important
}

*,
:before,
:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    -webkit-text-size-adjust: 100%
}

html,
body {
    margin: 0;
    padding: 0
}

html.is-loading {
    cursor: wait
}

html.is-loading a {
    cursor: wait !important
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "Venturis ADF No2 Cd";
    font-size: 16px;
    overscroll-behavior-y: none;
    color: #fff;
    background-color: #000;
    overflow-x: hidden
}

body.page-case-study,
body.page-blog-index,
body.page-blog,
body.page-gallery,
body.page-gallery-shows,
body.page-show,
body.page-store,
body.page-product,
body.page-category-store,
body.page-cart,
body.page-modular-page {
    color: #000;
    background-color: #f6f6f6
}

body[class*=checkout] {
    color: #000;
    background-color: #f6f6f6
}

main {
    position: relative;
    display: block;
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    z-index: 100;
    color: #fff;
    background-color: #000;
    overflow-x: hidden
}

html.touchy main {
    background-repeat: no-repeat
}

.page-case-study main,
.page-blog-index main,
.page-blog main,
.page-gallery main,
.page-gallery-shows main,
.page-gallery-product main,
.page-show main,
.page-store main,
.page-product main,
.page-category-store main,
.page-cart main,
.page-modular-page main {
    color: #000;
    background-color: #f6f6f6
}

body.page-home main,
body.page-work-index main {
    background-image: url(/static/images/texture-black.jpg);
    background-size: 100% auto;
    background-position-y: 50%
}

body.page-case-study main {
    background-image: url(/static/images/texture-white.jpg);
    background-size: 100% auto
}

body[class*=checkout] main {
    color: #000;
    background-color: #f6f6f6
}

@media(min-width: 1024px) {
    main {
        min-height: -webkit-calc(100vh - 100px);
        min-height: -moz-calc(100vh - 100px);
        min-height: calc(100vh - 100px)
    }
}

.site-container {
    position: relative;
    z-index: 100;
    color: #fff;
    background-color: #000
}

.page-case-study .site-container,
.page-blog-index .site-container,
.page-blog .site-container,
.page-gallery .site-container,
.page-gallery-shows .site-container,
.page-gallery-product .site-container,
.page-show .site-container,
.page-store .site-container,
.page-product .site-container,
.page-category-store .site-container,
.page-cart .site-container,
.page-modular-page .site-container {
    color: #000;
    background-color: #f6f6f6
}

body.page-home .site-container,
body.page-work-index .site-container {
    background-image: url(/static/images/texture-black.jpg);
    background-size: 100% auto;
    background-position-y: 50%
}

body.page-case-study .site-container {
    background-image: url(/static/images/texture-white.jpg);
    background-size: 100% auto
}

body[class*=checkout] .site-container {
    color: #000;
    background-color: #f6f6f6
}

body:not(.page-home) .site-container {
    padding-top: 60px
}

@media(min-width: 1024px) {
    body:not(.page-home) .site-container {
        padding-top: 100px
    }
}

.o-body-grain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/images/texture-black.jpg);
    background-size: 100%;
    mix-blend-mode: exclusion;
    pointer-events: none;
    z-index: 800;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: none
}

html.mix-blend-mode .o-body-grain {
    display: block
}

body.page-home .o-body-grain,
body.page-case-study .o-body-grain,
body.page-work-index .o-body-grain {
    display: none
}

.c-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 400
}

@media(min-width: 1024px) {
    .c-header {
        height: 100px
    }
}

.c-header__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out;
    will-change: transform
}

body.page-blog-index .c-header__inner,
body.page-blog .c-header__inner {
    background-color: #f6f6f6
}

body:not(.page-home) .c-header__inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

body.is-scrolling-down .c-header__inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

body.is-scrolling-up .c-header__inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

body.is-menu-open .c-header__inner {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.c-header__mark,
.c-header__eye {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    width: 40px
}

@media(min-width: 768px) {
    .c-header__mark,
    .c-header__eye {
        left: 40px;
        width: 40px
    }
}

@media(min-width: 1024px) {
    .c-header__mark,
    .c-header__eye {
        width: 50px
    }
}

.c-header__mark {
    display: none
}

body.page-blog-index .c-header__mark,
body.page-blog .c-header__mark {
    display: block
}

.c-header__eye {
    display: none
}

@media(min-width: 768px) {
    .c-header__eye {
        display: block
    }
}

body.page-blog-index .c-header__eye,
body.page-blog .c-header__eye {
    display: none
}

.c-header__eye path,
.c-header__eye polygon {
    fill: #fff
}

.c-header__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    width: 100px
}

body.page-blog-index .c-header__logo,
body.page-blog .c-header__logo {
    display: none
}

@media(min-width: 768px) {
    .c-header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 125px
    }
}

.c-header__logo path,
.c-header__logo polygon {
    fill: #fff
}

.c-header__blog-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    display: none
}

body.page-blog .c-header__blog-logo {
    display: block
}

@media(min-width: 768px) {
    .c-header__blog-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 150px
    }
}

.c-header__menu-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 35px
}

@media(min-width: 768px) {
    .c-header__menu-toggle {
        width: 40px;
        right: 40px
    }
}

@media(min-width: 1024px) {
    .c-header__menu-toggle {
        width: 50px
    }
}

.c-header__menu-toggle .g-plus:nth-child(1) {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

.c-header__menu-toggle .g-plus:nth-child(2) {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms;
    transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms;
    -moz-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms, -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms, -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms, -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 50ms
}

.c-header__menu-toggle .g-plus:nth-child(3) {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms;
    transition: -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms;
    -moz-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms, -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms, -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms, -moz-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 100ms
}

body.is-menu-open .c-header__menu-toggle .g-plus:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(-3px) translateY(-25px);
    -moz-transform: rotate(45deg) translateX(-3px) translateY(-25px);
    -ms-transform: rotate(45deg) translateX(-3px) translateY(-25px);
    transform: rotate(45deg) translateX(-3px) translateY(-25px)
}

body.is-menu-open .c-header__menu-toggle .g-plus:nth-child(2) {
    -webkit-transform: rotate(45deg) translateX(12px) translateY(-52px);
    -moz-transform: rotate(45deg) translateX(12px) translateY(-52px);
    -ms-transform: rotate(45deg) translateX(12px) translateY(-52px);
    transform: rotate(45deg) translateX(12px) translateY(-52px)
}

body.is-menu-open .c-header__menu-toggle .g-plus:nth-child(3) {
    -webkit-transform: rotate(45deg) translateX(26px) translateY(-19px);
    -moz-transform: rotate(45deg) translateX(26px) translateY(-19px);
    -ms-transform: rotate(45deg) translateX(26px) translateY(-19px);
    transform: rotate(45deg) translateX(26px) translateY(-19px)
}

.c-header__menu-toggle rect {
    fill: #fff
}

body.page-blog-index .c-header__menu-toggle rect,
body.page-blog .c-header__menu-toggle rect {
    fill: #000
}

.c-header-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    overflow: hidden
}

@media(min-width: 1024px) {
    .c-header-menu {
        top: 100px
    }
}

.c-header-menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.c-header-menu__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-header-menu__bg__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-header-menu__bg__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    z-index: 100;
    will-change: opacity
}

.c-header-menu__bg__item.is-active,
.m-product-recommendations h4.c-header-menu__bg__item {
    opacity: 1;
    z-index: 200
}

.c-header-menu__bg__item__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-header-menu__nav {
    position: relative;
    text-align: center;
    margin: auto;
    z-index: 300;
    color: #fff
}

.c-header-menu__nav-items {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 1024px) {
    .c-header-menu__nav-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 100px
    }
}

.c-header-menu__nav-item {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease
}

.is-hover .c-header-menu__nav-item:not(.is-hover) {
    opacity: .5 !important
}

@media(min-width: 1024px) {
    .c-header-menu__nav-item {
        display: inline-block
    }
}

.c-header-menu__nav-item a {
    display: inline-block;
    font-family: "OPTIRailroadGothic";
    font-size: 42px;
    text-decoration: none;
    padding: 0 0 5px 0
}

@media(min-width: 768px)and (min-height: 700px) {
    .c-header-menu__nav-item a {
        font-size: 6vw
    }
}

@media(min-width: 1024px) {
    .c-header-menu__nav-item a {
        line-height: 1.5em;
        font-size: 7vw
    }
}

@media(min-width: 1024px)and (min-height: 900px) {
    .c-header-menu__nav-item a {
        font-size: 7vw;
        line-height: 1.6em
    }
}

@media(min-width: 1200px) {
    .c-header-menu__nav-item a {
        font-size: 7.5vw
    }
}

.c-header-menu__nav-item:last-child a {
    padding: 0
}

.c-footer {
    color: #fff;
    background-color: #000;
    padding: 50px 0 30px 0
}

body.page-home .c-footer,
body.page-work-index .c-footer {
    background: rgba(0, 0, 0, 0)
}

@media(min-width: 900px) {
    .c-footer {
        padding: 0;
        height: 275px
    }
}

.c-footer .container:after {
    display: none
}

@media(min-width: 900px) {
    .c-footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%
    }
}

.c-footer__navs {
    text-align: center
}

@media(min-width: 900px) {
    .c-footer__navs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        max-width: 350px
    }
}

.c-footer-nav-main {
    position: relative;
    margin: 0 0 30px 0
}

@media(min-width: 900px) {
    .c-footer-nav-main {
        margin: 5px 20px 0 0;
        padding: 0 25px 0 0
    }
    .c-footer-nav-main:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: -webkit-calc(100% - 10px);
        height: -moz-calc(100% - 10px);
        height: calc(100% - 10px);
        background-color: #fff
    }
}

@media(min-width: 1200px) {
    .c-footer-nav-main {
        margin: 5px 30px 0 0;
        padding: 0 35px 0 0
    }
}

.c-footer-nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 900px) {
    .c-footer-nav-main ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.c-footer-nav-main ul li {
    margin: 0 0 10px 0
}

@media(min-width: 900px) {
    .c-footer-nav-main ul li {
        margin: 0 0 11px 0
    }
    .c-footer-nav-main ul li:first-child:last-child {
        text-align: right
    }
    .c-footer-nav-main ul li:nth-child(n+2):nth-last-child(-n+2) {
        text-align: right
    }
    .c-footer-nav-main ul li:nth-child(n+3):nth-last-child(-n+3) {
        text-align: right
    }
    .c-footer-nav-main ul li:nth-child(n+4):nth-last-child(-n+4) {
        text-align: right
    }
    .c-footer-nav-main ul li:nth-child(n+5):nth-last-child(-n+5) {
        text-align: right
    }
    .c-footer-nav-main ul li:nth-child(n+6):nth-last-child(-n+6) {
        text-align: right
    }
}

@media(min-width: 1200px) {
    .c-footer-nav-main ul li {
        margin: 0 0 12px 0
    }
}

.c-footer-nav-main ul li:last-child {
    margin: 0
}

.c-footer-nav-main ul li a {
    font-family: "OPTIRailroadGothic";
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer
}

@media(min-width: 900px) {
    .c-footer-nav-main ul li a {
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    .c-footer-nav-main ul li a {
        font-size: 19px
    }
}

.c-footer-nav-social {
    margin: 0 0 50px 0
}

@media(min-width: 900px) {
    .c-footer-nav-social {
        margin: 0
    }
}

.c-footer-nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-footer-nav-social ul li {
    display: inline-block;
    margin: 0 10px
}

@media(min-width: 900px) {
    .c-footer-nav-social ul li {
        display: block;
        margin: 10px 0
    }
}

.c-footer-nav-social ul li a {
    font-size: 0;
    color: rgba(0, 0, 0, 0)
}

.c-footer-nav-social ul li a:before {
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

@media(min-width: 900px) {
    .c-footer-nav-social ul li a:before {
        font-size: 22px
    }
}

.c-footer__about {
    margin: 0 auto 75px auto;
    max-width: 450px
}

@media(min-width: 900px) {
    .c-footer__about {
        margin: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 300px
    }
}

@media(min-width: 1200px) {
    .c-footer__about {
        max-width: 350px
    }
}

.c-footer__about path {
    fill: #fff
}

.c-footer__copyright {
    margin: 0 auto;
    max-width: 200px
}

@media(min-width: 900px) {
    .c-footer__copyright {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        bottom: 30px;
        width: 150px
    }
}

@media(min-width: 1440px) {
    .c-footer__copyright {
        width: 175px
    }
}

.c-footer__copyright path {
    fill: #fff
}

.c-footer__copyright .g-copywright path,
.c-footer__copyright .g-copywright circle {
    stroke: #fff !important
}

.c-header-nav {
    margin: 30px 0
}

@media(min-width: 768px) {
    .c-header-nav {
        margin: 50px 0
    }
}

@media(min-width: 1024px) {
    .c-header-nav {
        margin: 75px 0
    }
}

.c-header-nav__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width: 768px) {
    .c-header-nav--on-center .c-header-nav__item {
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .c-header-nav--on-center .c-header-nav__item:first-child {
        text-align: left
    }
    .c-header-nav--on-center .c-header-nav__item:last-child {
        text-align: right
    }
}

.c-header-nav__item a {
    opacity: .25
}

.c-header-nav__item a.is-active,
html.no-touchy .c-header-nav__item a:hover {
    opacity: 1
}

.c-footer-nav {
    margin: 50px 0
}

@media(min-width: 768px) {
    .c-footer-nav {
        margin: 50px 0
    }
}

@media(min-width: 1024px) {
    .c-footer-nav {
        margin: 75px 0
    }
}

@media(min-width: 1200px) {
    .c-footer-nav {
        margin: 100px 0
    }
}

.c-footer-nav__content {
    position: relative;
    padding: 50px 0;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000
}

@media(min-width: 768px) {
    .c-footer-nav__content {
        padding: 75px 0
    }
}

@media(min-width: 768px) {
    .c-footer-nav__content {
        padding: 90px 0
    }
}

.c-footer-nav__icon {
    position: absolute;
    width: 75px;
    top: 0;
    left: 50%;
    padding: 0 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #f6f6f6
}

.c-footer-nav__items {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 768px) {
    .c-footer-nav__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-footer-nav__item {
    margin: 0 1em 0 0
}

.c-footer-nav--on-center .c-footer-nav__item {
    text-align: center
}

@media(min-width: 768px) {
    .c-footer-nav--on-center .c-footer-nav__item {
        margin: 0;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .c-footer-nav--on-center .c-footer-nav__item:first-child {
        text-align: left
    }
    .c-footer-nav--on-center .c-footer-nav__item:last-child {
        text-align: right
    }
    .c-footer-nav--on-center .c-footer-nav__item:first-child:last-child {
        text-align: center
    }
}

.c-footer-nav__item a {
    opacity: .25
}

.c-footer-nav__item a.is-active,
html.no-touchy .c-footer-nav__item a:hover {
    opacity: 1
}

.c-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    pointer-events: none;
    z-index: 900
}

.c-page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    z-index: 300;
    pointer-events: none;
    color: #fff;
    overflow: hidden
}

.c-page-transition__mark {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.c-page-transition__mark span {
    margin: 0 10px;
    opacity: 0
}

.c-page-title h1 {
    margin: .5em 0;
    text-align: center
}

.c-page-title__inner {
    position: relative
}

.c-case-study-grid-container {
    display: none
}

.c-case-study-grid-container.is-entering {
    position: absolute;
    width: 100%;
    top: 0
}

.c-case-study-grid-container.is-active,
.m-product-recommendations h4.c-case-study-grid-container {
    display: block
}

.c-case-study-grid {
    position: relative;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-case-study {
    display: block;
    position: relative;
    width: 100%;
    height: 75vw;
    overflow: hidden;
    padding: 0 7.5px
}

@media(min-width: 768px) {
    .c-case-study {
        height: 35vw
    }
}

.c-case-study-grid .c-case-study {
    margin: 0 0 15px 0
}

@media(min-width: 768px) {
    .c-case-study-grid .c-case-study.c-case-study--half {
        width: 50%
    }
}

@media(min-width: 768px) {
    .c-case-study-grid .c-case-study.c-case-study--full {
        width: 100%
    }
}

.c-case-study__inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.c-case-study__media {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

html.no-touchy .c-case-study:hover .c-case-study__media {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.c-case-study__media--full {
    display: none
}

@media(min-width: 768px) {
    .c-case-study--full .c-case-study__media--full {
        display: block
    }
    .c-case-study--full .c-case-study__media--full+.c-case-study__media {
        display: none
    }
}

.c-case-study__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 0 12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(min-width: 768px) {
    .c-case-study__overlay {
        padding: 0 30px
    }
}

@media(min-width: 1024px) {
    .c-case-study__overlay {
        padding: 0 40px
    }
}

.c-case-study__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .c-case-study__meta {
        margin: 0 0 30px 0
    }
}

@media(min-width: 1024px) {
    .c-case-study__meta {
        margin: 0 0 40px 0
    }
}

.c-case-study__meta h3 {
    position: relative;
    margin: 0 25px 0 0
}

@media(min-width: 1200px) {
    .c-case-study__meta h3 {
        margin: 0 40px 0 0
    }
}

.c-case-study__meta h3:after {
    position: absolute;
    content: "";
    top: 0;
    right: -14px;
    width: 2px;
    height: -webkit-calc(100% - .18em);
    height: -moz-calc(100% - .18em);
    height: calc(100% - .18em);
    background-color: #fff
}

@media(min-width: 1200px) {
    .c-case-study__meta h3:after {
        right: -23px
    }
}

.c-case-study__meta p {
    position: relative;
    top: -0.1em;
    margin: 0;
    font-family: "Venturis ADF No2 Cd";
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1em;
    font-weight: bold
}

@media(min-width: 1024px) {
    .c-case-study__meta p {
        font-size: 20px
    }
}

@media(min-width: 1200px) {
    .c-case-study__meta p {
        font-size: 23px
    }
}

.c-case-study__boxes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media(min-width: 768px) {
    .c-case-study__boxes {
        display: block
    }
}

.c-case-study__boxes span {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    will-change: width, height, opacity
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span {
    opacity: 1
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-n,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-e,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-s,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-w {
    -webkit-transition: opacity 1000ms ease-out;
    -moz-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-n,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-e,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-s,
html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-w {
    -webkit-transition: opacity 1000ms ease-out;
    -moz-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out
}

.c-case-study__boxes span.u-o-n {
    top: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 3px
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-n {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
}

.c-case-study__boxes span.u-o-e {
    top: 10px;
    right: 10px;
    width: 3px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-e {
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

.c-case-study__boxes span.u-o-s {
    bottom: 10px;
    right: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 3px
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-s {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
}

.c-case-study__boxes span.u-o-w {
    bottom: 10px;
    left: 10px;
    width: 3px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-o-w {
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

.c-case-study__boxes span.u-i-n {
    top: 20px;
    right: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 3px
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-n {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px)
}

.c-case-study__boxes span.u-i-e {
    bottom: 20px;
    right: 20px;
    width: 3px;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px)
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-e {
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px)
}

.c-case-study__boxes span.u-i-s {
    bottom: 20px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 3px
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-s {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px)
}

.c-case-study__boxes span.u-i-w {
    top: 20px;
    left: 20px;
    width: 3px;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px)
}

html.no-touchy .c-case-study:hover .c-case-study__boxes span.u-i-w {
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px)
}

.c-case-study-list-container {
    display: none
}

.c-case-study-list-container.is-entering {
    position: absolute;
    width: 100%;
    top: 0
}

.c-case-study-list-container.is-active,
.m-product-recommendations h4.c-case-study-list-container {
    position: relative;
    display: block
}

.c-case-study-list__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.c-case-study-list__item {
    margin: 5px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width: 768px) {
    .c-case-study-list__item {
        margin: 5px 2em
    }
}

@media(min-width: 1024px) {
    .c-case-study-list__item {
        margin: 5px 3em
    }
}

.c-case-study-list.is-filtered .c-case-study-list__item a {
    pointer-events: none
}

.c-case-study-list.is-filtered .c-case-study-list__item a span:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateX(-100%) translateY(-8px) scale(0.99);
    -moz-transform: translateX(-100%) translateY(-8px) scale(0.99);
    -ms-transform: translateX(-100%) translateY(-8px) scale(0.99);
    transform: translateX(-100%) translateY(-8px) scale(0.99)
}

.c-case-study-list.is-filtered .c-case-study-list__item a span:nth-child(2) {
    opacity: .25
}

.c-case-study-list.is-filtered .c-case-study-list__item.is-active a,
.c-case-study-list.is-filtered .m-product-recommendations h4.c-case-study-list__item a,
.m-product-recommendations .c-case-study-list.is-filtered h4.c-case-study-list__item a {
    opacity: 1;
    pointer-events: all
}

.c-case-study-list.is-filtered .c-case-study-list__item.is-active a span:nth-child(1),
.c-case-study-list.is-filtered .m-product-recommendations h4.c-case-study-list__item a span:nth-child(1),
.m-product-recommendations .c-case-study-list.is-filtered h4.c-case-study-list__item a span:nth-child(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1
}

.c-case-study-list.is-filtered .c-case-study-list__item.is-active a span:nth-child(2),
.c-case-study-list.is-filtered .m-product-recommendations h4.c-case-study-list__item a span:nth-child(2),
.m-product-recommendations .c-case-study-list.is-filtered h4.c-case-study-list__item a span:nth-child(2) {
    opacity: 1
}

.c-case-study-list__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    text-decoration: none
}

.c-case-study-list__item a span:nth-child(1) {
    position: absolute;
    left: 0;
    top: -0.15em;
    font-family: "Venturis ADF No2 Cd";
    font-size: 20px;
    font-weight: bold;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media(min-width: 1024px) {
    .c-case-study-list__item a span:nth-child(1) {
        font-size: 30px
    }
}

@media(min-width: 1200px) {
    .c-case-study-list__item a span:nth-child(1) {
        font-size: 38px
    }
}

.c-case-study-list__item a span:nth-child(2) {
    -webkit-transition: opacity 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 500ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

.c-case-study-grid .o-sizer {
    width: 100%
}

@media(min-width: 768px) {
    .c-case-study-grid .o-sizer {
        width: 50%
    }
}

.c-work-nav {
    margin: 50px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-work-nav__items {
    padding: 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

@media(min-width: 768px) {
    .c-work-nav__items {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media(min-width: 1024px) {
    .c-work-nav__items {
        margin-left: -40px;
        margin-right: -40px
    }
}

.c-work-nav__item {
    display: inline-block;
    margin: 10px 10px
}

@media(min-width: 768px) {
    .c-work-nav__item {
        margin: 8px 30px
    }
}

@media(min-width: 1024px) {
    .c-work-nav__item {
        margin: 8px 35px
    }
}

.c-work-nav__item a {
    opacity: .25
}

.c-work-nav__item a.is-active,
html.no-touchy .c-work-nav__item a:hover {
    opacity: 1
}

.c-work-index-toggle {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width: 1200px) {
    .c-work-index-toggle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%) translateY(-10px);
        -moz-transform: translateY(-50%) translateY(-10px);
        -ms-transform: translateY(-50%) translateY(-10px);
        transform: translateY(-50%) translateY(-10px);
        right: 100px
    }
}

@media(min-width: 1440px) {
    .c-work-index-toggle {
        right: 120px
    }
}

.c-work-index-toggle__items {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-work-index-toggle__item {
    display: inline-block;
    margin: 0 15px;
    opacity: .25;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    transition: opacity 500ms ease
}

.c-work-index-toggle__item:first-child {
    margin-left: 0
}

.c-work-index-toggle__item:last-child {
    margin-right: 0
}

.c-work-index-toggle__item.is-active,
.m-product-recommendations h4.c-work-index-toggle__item,
html.no-touchy .c-work-index-toggle__item:hover {
    opacity: 1
}

.c-work-index-toggle__button {
    width: 35px
}

@media(min-width: 768px) {
    .c-work-index-toggle__button {
        width: 65px
    }
}

@media(min-width: 768px) {
    .c-work-index-toggle__button .o-svg--button-list-mobile,
    .c-work-index-toggle__button .o-svg--button-grid-mobile {
        display: none
    }
}

.c-work-index-toggle__button .o-svg--button-list-desktop,
.c-work-index-toggle__button .o-svg--button-grid-desktop {
    display: none
}

@media(min-width: 768px) {
    .c-work-index-toggle__button .o-svg--button-list-desktop,
    .c-work-index-toggle__button .o-svg--button-grid-desktop {
        display: block
    }
}

.c-work-index-toggle__button path,
.c-work-index-toggle__button polygon {
    fill: #fff
}

.c-work-index-toggle__button line {
    stroke: #fff
}

.c-blog__category {
    margin: 0 0 20px 0
}

.c-blog--hero .c-blog__image {
    margin: 0 0 20px 0
}

@media(min-width: 768px) {
    .c-blog--hero .c-blog__image {
        margin: 0 0 30px 0
    }
}

.c-blog--hero .c-blog__title {
    margin: 0 0 .25em 0
}

.c-blog--hero .c-blog__excerpt {
    margin: 0 0 40px 0
}

@media(min-width: 768px) {
    .c-blog--hero .c-blog__excerpt {
        margin: 0 0 60px 0
    }
}

@media(min-width: 1024px) {
    .c-blog--hero .c-blog__excerpt {
        margin: 0 0 75px 0
    }
}

.c-blog--feature .c-blog__image {
    position: relative;
    margin: 0 0 20px 0
}

@media(min-width: 768px) {
    .c-blog--feature .c-blog__image {
        margin: 0 0 30px 0
    }
}

.c-blog--feature .c-blog__title {
    margin: 0 0 .5em 0
}

.c-blog--feature .c-blog__excerpt {
    margin: 0 0 40px 0
}

@media(min-width: 768px) {
    .c-blog--feature .c-blog__excerpt {
        margin: 0 0 60px 0
    }
}

@media(min-width: 1024px) {
    .c-blog--feature .c-blog__excerpt {
        margin: 0 0 75px 0
    }
}

.c-blog--grid {
    margin: 0 0 40px 0
}

.row:last-child>[class*=col-]:last-child>.c-blog--grid {
    margin: 0
}

@media(min-width: 768px) {
    .row:last-child>[class*=col-]>.c-blog--grid {
        margin: 0
    }
}

.c-blog--grid .c-blog__image {
    position: relative;
    padding-top: 100%;
    margin: 0 0 20px 0
}

@media(min-width: 768px) {
    .c-blog--grid .c-blog__image {
        margin: 0 0 30px 0
    }
}

.c-blog--grid .c-blog__title {
    margin: 0 0 .5em 0
}

.c-blog--grid .c-blog__excerpt {
    margin: 0 0 30px 0
}

.c-kicker {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 4px #000;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold
}

.c-border-box {
    position: relative;
    padding: 15px
}

.c-border-box__content {
    color: #fff;
    background-color: #000;
    padding: 30px
}

@media(min-width: 768px) {
    .c-border-box__content {
        padding: 50px 30px
    }
}

.c-border-box span {
    position: absolute;
    display: block;
    background-color: #000
}

.c-border-box__on {
    top: 5px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px
}

.c-border-box__oe {
    top: 10px;
    right: 5px;
    width: 2px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

.c-border-box__ow {
    top: 10px;
    left: 5px;
    width: 2px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px)
}

.c-border-box__os {
    bottom: 5px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px
}

.c-border-box__in {
    top: 9px;
    left: 0px;
    width: 100%;
    height: 2px
}

.c-border-box__ie {
    top: 0px;
    right: 9px;
    width: 2px;
    height: 100%
}

.c-border-box__is {
    bottom: 9px;
    left: 0px;
    width: 100%;
    height: 2px
}

.c-border-box__iw {
    top: 0px;
    left: 9px;
    width: 2px;
    height: 100%
}

.c-gallery-product-header {
    text-align: center
}

@media(min-width: 768px) {
    .c-gallery-product-header h1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-gallery-product-header h1 span {
    display: inline-block;
    margin: 0 1em
}

.c-gallery-product-header h1 span.is-div {
    font-family: "Venturis ADF No2 Cd";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 20px 0
}

@media(min-width: 768px) {
    .c-gallery-product-header h1 span.is-div {
        margin: 0 1em
    }
}

.c-gallery-product-header__content {
    border-top: solid 3px #000;
    padding: 30px 0
}

.c-show-header__inner {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media(min-width: 768px) {
    .c-show-header__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 75px 0
    }
}

@media(min-width: 1024px) {
    .c-show-header__inner {
        padding: 100px 0
    }
}

@media(min-width: 1200px) {
    .c-show-header__inner {
        padding: 120px 0
    }
}

.c-show-header__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .c-show-header__title {
        margin: 0
    }
}

.c-show-header__subtitle {
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .c-show-header__subtitle {
        text-align: left;
        margin: 0
    }
}

@media(min-width: 768px) {
    .c-show-header__date {
        text-align: right
    }
}

.c-show-header__subtitle,
.c-show-header__date {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(min-width: 768px) {
    .c-show-header__subtitle,
    .c-show-header__date {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify;
        max-width: 200px
    }
}

.c-shows-header {
    text-align: center;
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .c-shows-header {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1024px) {
    .c-shows-header {
        margin: 0 0 100px 0
    }
}

@media(min-width: 1200px) {
    .c-shows-header {
        margin: 0 0 120px 0
    }
}

.c-shows-header__content {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    padding: 60px 0 50px 0
}

@media(min-width: 768px) {
    .c-shows-header__content {
        padding: 90px 0 75px 0
    }
}

.c-shows-header__title {
    margin: 0
}

.c-show {
    display: block;
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .c-show {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1024px) {
    .c-show {
        margin: 0 0 100px 0
    }
}

.c-show__image {
    position: relative;
    padding-top: 125%;
    margin: 0 0 10px 0
}

.c-show__title {
    margin: 0 0 20px 0
}

.c-product-form [name=purchasableId] {
    display: none
}

.c-product-form__add-to-cart {
    font-family: "Venturis ADF No2 Cd";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    margin: 50px 0;
    color: #000
}

@media(min-width: 768px) {
    .c-product-form__add-to-cart {
        font-size: 24px
    }
}

@media(min-width: 1024px) {
    .c-product-form__add-to-cart {
        font-size: 32px
    }
}

.c-product__size-select {
    margin: 1em 0
}

.c-product__size-select ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-product__size-select ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px #000;
    padding: 5px;
    cursor: pointer;
    margin: 0 5px
}

.c-product__size-select ul li.is-active {
    background-color: #000;
    color: #fff
}

.c-product__size-select ul li.is-disabled {
    cursor: not-allowed;
    opacity: .3
}

.c-product__option-select {
    margin: 1em 0
}

.c-product__option-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(//cdn.shopify.com/s/files/1/2163/4209/t/2/ico-select.svg?v=8010346243918904133);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    padding: 8px !important;
    min-width: 130px
}

.c-product {
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .c-product {
        margin: 0 0 75px 0
    }
}

.c-product--min {
    margin-bottom: 30px
}

.c-product__image {
    position: relative;
    margin: 0 0 30px 0;
    padding-top: 100%;
    overflow: hidden
}

.c-product__image .is-hover {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.c-product__image:hover .is-hover {
    opacity: 1
}

.c-product--min__image {
    position: relative;
    padding-top: 100%;
    overdlow: hidden
}

.c-product__title-price {
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .c-product__title-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-product__title {
    margin: 0 0 5px 0
}

@media(min-width: 768px) {
    .c-product__excerpt-add-to-cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-product__excerpt {
    margin: 0 0 15px 0
}

@media(min-width: 768px) {
    .c-product__excerpt {
        width: 75%;
        margin: 0
    }
}

.c-product__add-to-cart {
    height: 1em;
    line-height: 1em
}

.c-product-header {
    margin: 50px 0
}

@media(min-width: 768px) {
    .c-product-header {
        margin: 75px 0
    }
}

.c-product-header-nav__items {
    padding: 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

@media(min-width: 768px) {
    .c-product-header-nav__items {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media(min-width: 1024px) {
    .c-product-header-nav__items {
        margin-left: -40px;
        margin-right: -40px
    }
}

.c-product-header-nav__item {
    display: inline-block;
    margin: 10px 10px
}

@media(min-width: 768px) {
    .c-product-header-nav__item {
        margin: 10px 30px
    }
}

@media(min-width: 1024px) {
    .c-product-header-nav__item {
        margin: 10px 40px
    }
}

.c-product-header-nav__item a {
    opacity: .25;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.c-product-header-nav__item a:hover {
    opacity: 1
}

.c-order-summary {
    margin: 0 0 50px 0
}

.c-order-summary h4 {
    margin: 0 0 1em 0
}

.c-order-summary-shipping-address,
.c-order-summary-shipping-method,
.c-order-summary-items {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 3px #000
}

.c-order-summary-shipping-address a {
    display: inline-block;
    margin: 10px 0 0 0
}

.c-order-summary-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-order-summary-totals__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: normal
}

.c-order-summary-totals__row.is-total {
    font-weight: bold;
    margin: 10px 0 0 0
}

.c-address-lines {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-breadcrumbs {
    margin: 20px 0
}

@media(min-width: 768px) {
    .c-breadcrumbs {
        margin: 40px 0
    }
}

.c-breadcrumbs nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-breadcrumbs nav ol li {
    margin: 10px 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: .2
}

.c-breadcrumbs nav ol li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-breadcrumbs nav ol li a span:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 3px #000;
    font-family: "Venturis ADF No2 Cd";
    font-size: 20px;
    margin: 0 10px 0 0
}

.c-breadcrumbs nav ol li a span:nth-child(2) {
    display: none
}

@media(min-width: 768px) {
    .c-breadcrumbs nav ol li a span:nth-child(2) {
        display: block
    }
}

.c-breadcrumbs nav ol li.is-active {
    opacity: 1
}

.c-breadcrumbs nav ol li.is-active span:nth-child(2) {
    display: block
}

.c-breadcrumbs nav ol li:hover {
    opacity: 1
}

.m-home-hero {
    position: relative;
    height: 100vh
}

.m-home-hero__assets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100
}

.m-home-hero__assets-letterbox-top,
.m-home-hero__assets-letterbox-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    z-index: 200;
    will-change: height;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background-image: url(/static/images/texture-black.jpg);
    background-size: 1000px
}

.m-home-hero__assets-letterbox-top {
    top: 0;
    background-position-y: 0
}

.m-home-hero__assets-letterbox-bottom {
    bottom: 0;
    background-position-y: 100%
}

.m-home-hero__asset {
    opacity: 0
}

.m-home-hero__asset.is-active,
.m-product-recommendations h4.m-home-hero__asset {
    opacity: 1
}

.m-home-hero__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 80%;
    max-width: 1100px;
    z-index: 200
}

@media(min-width: 768px) {
    .m-home-hero__content {
        width: 50%
    }
}

@media(min-width: 768px)and (min-height: 950px) {
    .m-home-hero__content {
        width: 65%
    }
}

.m-home-hero__word {
    margin: 10px 0 20px 0
}

@media(min-width: 768px) {
    .m-home-hero__word {
        margin: 20px 0 30px 0
    }
}

.m-home-hero__word path {
    fill: #fff
}

.m-home-hero nav {
    position: relative;
    left: -0.1em
}

@media(min-width: 1024px) {
    .m-home-hero nav {
        left: -0.2em
    }
}

.m-home-hero nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-home-hero nav ul li {
    opacity: 0
}

.m-home-hero nav ul li a {
    font-family: "OPTIRailroadGothic";
    font-size: 4vw;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease
}

@media(min-width: 768px) {
    .m-home-hero nav ul li a {
        font-size: 2.2vw
    }
}

@media(min-width: 768px)and (min-height: 600px) {
    .m-home-hero nav ul li a {
        font-size: 2.4vw
    }
}

@media(min-width: 768px)and (min-height: 700px) {
    .m-home-hero nav ul li a {
        font-size: 2.7vw
    }
}

@media(min-width: 1440px)and (min-height: 950px) {
    .m-home-hero nav ul li a {
        font-size: 54px
    }
}

.m-home-hero .m-home-hero__content.is-hover li:not(.is-hover) a {
    opacity: .5
}

.m-home-hero__scroll-cta {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    z-index: 200;
    cursor: pointer;
    opacity: 0
}

@media(min-width: 768px) {
    .m-home-hero__scroll-cta {
        display: none;
        width: 80px
    }
}

@media(min-width: 768px)and (min-height: 850px) {
    .m-home-hero__scroll-cta {
        display: block
    }
}

@media(min-width: 768px)and (min-height: 1050px) {
    .m-home-hero__scroll-cta {
        bottom: 40px
    }
}

@media(min-width: 768px)and (min-height: 1110px) {
    .m-home-hero__scroll-cta {
        bottom: 50px
    }
}

.m-home-intro {
    position: relative;
    padding: 50px 0 100px 0
}

@media(min-width: 768px) {
    .m-home-intro {
        height: 100vh
    }
}

.m-home-intro__asset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.m-home-intro__content {
    position: relative;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    z-index: 200
}

@media(min-width: 768px) {
    .m-home-intro__content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: -webkit-calc(50% - 50px);
        top: -moz-calc(50% - 50px);
        top: calc(50% - 50px);
        max-width: 700px
    }
}

@media(min-width: 768px)and (min-height: 800px) {
    .m-home-intro__content {
        max-width: 900px
    }
}

@media(min-width: 768px)and (min-height: 900px) {
    .m-home-intro__content {
        max-width: 900px
    }
}

.m-home-featured-work {
    position: relative;
    margin-top: -50px;
    z-index: 200
}

.m-home-featured-work__view-all {
    padding: 80px 0 100px 0;
    text-align: center
}

.m-hero {
    position: relative
}

.m-hero__content {
    position: relative;
    padding-top: 100%
}

@media(min-width: 768px) {
    .m-hero__content {
        padding-top: 57.1428571429%
    }
}

@media(min-width: 1200px) {
    .m-hero__content {
        padding-top: 36.3636363636%
    }
}

.c-hero__content {
    position: relative;
    padding-top: 50%
}

@media(min-width: 768px) {
    .c-hero__content {
        padding-top: 36%
    }
}

@media(min-width: 1200px) {
    .c-hero__content {
        padding-top: 36%
    }
}


.m-hero__title {
    width: 100%;
    padding: 0 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.m-hero__title>div:first-child:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin: 0 auto 10px auto;
    max-width: 800px
}

.m-hero__title>div:first-child:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px
}

.m-hero__title>div:last-child:before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto 10px auto;
    max-width: 800px
}

.m-hero__title>div:last-child:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px
}

.m-hero__title h1 {
    margin: .5em 0 .3em 0
}

.m-hero__title__image-wrapper {
    max-width: 800px;
    margin: 0 auto
}

.m-hero__title__image {
    position: relative;
    padding-top: 30.7692307692%
}

.m-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-work-index {
    margin: 50px 0
}

.m-work-index__inner {
    position: relative
}

.m-image-cta {
    position: relative;
    text-align: center;
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-image-cta {
        margin: 0 0 75px 0
    }
}

.m-image-cta__inner {
    padding: 40px 0 0 0
}

@media(min-width: 768px) {
    .m-image-cta__inner {
        padding: 60px 0 0 0
    }
}

.m-image-cta:first-child .m-image-cta__inner {
    padding-top: 0;
    border-top: none
}

.m-image-cta:first-child .m-image-cta__inner:before {
    display: none
}

.m-image-cta:last-child .m-image-cta__inner {
    padding-bottom: 0
}

.m-image-cta__image {
    position: relative
}

.m-image-cta__headline {
    margin: 0 0 30px 0
}

@media(min-width: 768px) {
    .m-image-cta__headline {
        margin: 0 0 40px 0
    }
}

.m-image-cta__cta {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    background-color: #fff;
    padding: 10px 12px;
    min-width: 250px
}

.m-image-cta__cta__inner {
    position: relative;
    padding: 25px 50px;
    border: solid 3px #000
}

.m-image-cta__cta__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: solid 2px #000;
    pointer-events: none
}

.m-text-cta {
    text-align: center
}

.m-text-cta__inner {
    padding: 50px 0
}

@media(min-width: 768px) {
    .m-text-cta__inner {
        padding: 75px 0
    }
}

.m-text-cta__headline {
    margin: 0
}

.m-text-cta__cta {
    margin: 50px 0 0 0
}

@media(min-width: 768px) {
    .m-text-cta__cta {
        margin: 60px 0 0 0
    }
}

.m-current-issue__image {
    padding: 20px 0 50px 0
}

@media(min-width: 768px) {
    .m-current-issue__image {
        padding: 20px 0 75px 0
    }
}

.m-current-issue__headline {
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-current-issue__headline {
        margin: 0 0 75px 0
    }
}

.m-current-issue__headline [id*=background] {
    -webkit-transition: fill 300ms ease-in-out;
    -moz-transition: fill 300ms ease-in-out;
    transition: fill 300ms ease-in-out;
    fill: rgba(0, 0, 0, 0)
}

.m-current-issue__headline [id*=text] {
    -webkit-transition: fill 300ms ease-in-out;
    -moz-transition: fill 300ms ease-in-out;
    transition: fill 300ms ease-in-out
}

.m-current-issue__headline [id*=text] path {
    -webkit-transition: fill 300ms ease-in-out;
    -moz-transition: fill 300ms ease-in-out;
    transition: fill 300ms ease-in-out
}

.m-current-issue__headline:hover [id*=background] {
    fill: #000
}

.m-current-issue__headline:hover [id*=text] {
    fill: #fff
}

.m-current-issue__headline:hover [id*=text] path {
    fill: #fff
}

.m-current-issue__kicker {
    margin: 50px 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0)
}

.m-current-issue__kicker .c-kicker {
    border-top: none
}

.m-current-issue__kicker .c-kicker:before {
    display: none
}

.m-case-study-hero {
    margin: 75px 0;
    text-align: center
}

@media(min-width: 1024px) {
    .m-case-study-hero {
        margin: 100px 0
    }
}

@media(min-width: 1200px) {
    .m-case-study-hero {
        margin: 120px 0
    }
}

.m-case-study-hero-title {
    position: relative
}

.m-case-study-hero-title h1 {
    margin: 0 0 -webkit-calc(75px - .2em) 0;
    margin: 0 0 -moz-calc(75px - .2em) 0;
    margin: 0 0 calc(75px - .2em) 0
}

@media(min-width: 1024px) {
    .m-case-study-hero-title h1 {
        margin: 0 0 -webkit-calc(100px - .25em) 0;
        margin: 0 0 -moz-calc(100px - .25em) 0;
        margin: 0 0 calc(100px - .25em) 0
    }
}

@media(min-width: 1200px) {
    .m-case-study-hero-title h1 {
        margin: 0 0 -webkit-calc(120px - .25em) 0;
        margin: 0 0 -moz-calc(120px - .25em) 0;
        margin: 0 0 calc(120px - .25em) 0
    }
}

.m-case-study-hero-campaign {
    position: relative;
    margin: 0;
    padding-top: 100%
}

@media(min-width: 768px) {
    .m-case-study-hero-campaign {
        padding-top: 45.4545454545%
    }
}

.m-case-study-hero-campaign__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.m-case-study-hero-campaign__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    z-index: 200
}

.m-case-study-hero-campaign__overlay h2 {
    margin: 0;
    padding: 40px 0 30px 0
}

.m-case-study-hero-campaign__overlay span {
    font-family: "Venturis ADF No2 Cd";
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
    white-space: nowrap
}

@media(min-width: 768px) {
    .m-case-study-hero-campaign__overlay span {
        display: block;
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .m-case-study-hero-campaign__overlay span {
        font-size: 22px
    }
}

.m-case-study-hero-campaign__overlay-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 768px) {
    .m-case-study-hero-campaign__overlay-content {
        padding: 0 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width: 1024px) {
    .m-case-study-hero-campaign__overlay-content {
        padding: 0 50px
    }
}

@media(min-width: 1200px) {
    .m-case-study-hero-campaign__overlay-content {
        padding: 0 75px
    }
}

.m-text {
    padding: 75px 0
}

@media(min-width: 768px) {
    .m-text {
        padding: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-text {
        padding: 120px 0
    }
}

.m-text.has-decoration .m-text__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.m-text.has-decoration .m-text__body:before,
.m-text.has-decoration .m-text__body:after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: #fff;
    max-width: 500px
}

.m-text.has-decoration .m-text__body:before {
    margin: 0 0 40px 0
}

@media(min-width: 768px) {
    .m-text.has-decoration .m-text__body:before {
        margin: 0 0 50px 0
    }
}

@media(min-width: 1024px) {
    .m-text.has-decoration .m-text__body:before {
        margin: 0 0 60px 0
    }
}

@media(min-width: 1200px) {
    .m-text.has-decoration .m-text__body:before {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1440px) {
    .m-text.has-decoration .m-text__body:before {
        margin: 0 0 100px 0
    }
}

.m-text.has-decoration .m-text__body:after {
    margin: 40px 0 0 0
}

@media(min-width: 768px) {
    .m-text.has-decoration .m-text__body:after {
        margin: 50px 0 0 0
    }
}

@media(min-width: 1024px) {
    .m-text.has-decoration .m-text__body:after {
        margin: 60px 0 0 0
    }
}

@media(min-width: 1200px) {
    .m-text.has-decoration .m-text__body:after {
        margin: 75px 0 0 0
    }
}

@media(min-width: 1440px) {
    .m-text.has-decoration .m-text__body:after {
        margin: 100px 0 0 0
    }
}

.m-text-list {
    margin: 75px 0
}

@media(min-width: 768px) {
    .m-text-list {
        margin: 100px 0
    }
}

@media(min-width: 768px) {
    .m-text-list {
        margin: 120px 0
    }
}

.m-text-list__items {
    margin: 0;
    padding: 0;
    list-style: none
}

.m-text-list__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 3px #000
}

.m-text-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

@media(min-width: 768px) {
    .m-text-list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 75px;
        padding-bottom: 75px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media(min-width: 1024px) {
    .m-text-list__item {
        margin-bottom: 100px;
        padding-bottom: 100px;
        padding-left: 75px;
        padding-right: 75px
    }
}

.m-text-list__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
    margin: 0 30px .25em 0
}

.m-text-list__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-media {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-media {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-media {
        margin: 100px 0
    }
}

.m-media__media {
    position: relative
}

.m-media-list {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-media-list {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-media-list {
        margin: 100px 0
    }
}

.m-media-list__media {
    position: relative;
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-media-list__media {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-media-list__media {
        margin: 100px 0
    }
}

.m-media-list__media:first-child {
    margin-top: 0
}

.m-media-list__media:last-child {
    margin-bottom: 0
}

.m-media-grid {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-media-grid {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-media-grid {
        margin: 100px 0
    }
}

@media(min-width: 768px) {
    .m-media-grid__grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media(min-width: 1024px) {
    .m-media-grid__grid {
        margin-left: -30px;
        margin-right: -30px
    }
}

.m-media-grid__item {
    position: relative;
    margin: 0 0 30px 0
}

.m-media-grid__item:last-child {
    margin: 0
}

@media(min-width: 768px) {
    .m-media-grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0 0 30px 0;
        padding: 0 15px
    }
    .m-media-grid__item:nth-last-of-type(-n+2) {
        margin: 0
    }
}

@media(min-width: 1024px) {
    .m-media-grid__item {
        margin: 0 0 60px 0;
        padding: 0 30px
    }
}

.m-media-masonry-grid {
    overflow: hidden
}

.m-media-masonry-grid__hero {
    margin: 0 0 20px 0
}

.m-media-masonry-grid__items {
    margin: 0 -10px
}

.m-media-masonry-grid__item {
    margin: 0 0 20px 0;
    padding: 0 10px
}

.m-media-masonry-grid__item--tall,
.m-media-masonry-grid__item--short {
    width: 100%
}

@media(min-width: 768px) {
    .m-media-masonry-grid__item--tall,
    .m-media-masonry-grid__item--short {
        width: 50%
    }
}

.m-media-masonry-grid__item--panorama {
    width: 100%
}

.m-media-masonry-grid__image {
    position: relative
}

.m-media-masonry-grid__item--short .m-media-masonry-grid__image {
    padding-top: 84.6237731734%
}

.m-media-masonry-grid__item--tall .m-media-masonry-grid__image {
    padding-top: 171.8032786885%
}

.m-media-masonry-grid__load-more {
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    margin: 10px 0 20px 0;
    padding: 50px 0
}

.is-page-end .m-media-masonry-grid__load-more>div:first-child {
    display: none
}

.m-media-masonry-grid__load-more>div:last-child {
    display: none
}

.is-page-end .m-media-masonry-grid__load-more>div:last-child {
    display: block
}

.is-page-end .m-media-masonry-grid__load-more>div:last-child .icon-plus-thin {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-media-masonry-grid__load-more span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.m-media-masonry-grid__load-more span[class*=icon-] {
    font-size: 100%
}

.m-media-masonry-grid__bucket {
    display: none
}

.m-media-text {
    padding: 75px 0
}

@media(min-width: 768px) {
    .m-media-text {
        padding: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-media-text {
        padding: 120px 0
    }
}

.m-media-text__text-top {
    position: relative;
    z-index: 200
}

.m-media-text__text-top .rte {
    position: relative
}

.m-media-text__text-top .rte:before,
.m-media-text__text-top .rte:after {
    font-family: "icomoon";
    content: "";
    font-size: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width: 1024px) {
    .m-media-text__text-top .rte:before,
    .m-media-text__text-top .rte:after {
        font-size: 16px
    }
}

.m-media-text__text-top .rte:before {
    top: -40px
}

@media(min-width: 1024px) {
    .m-media-text__text-top .rte:before {
        top: auto;
        left: -40px;
        bottom: 1em;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media(min-width: 1200px) {
    .m-media-text__text-top .rte:before {
        left: -70px
    }
}

@media(min-width: 1440px) {
    .m-media-text__text-top .rte:before {
        left: -100px
    }
}

@media(min-width: 1600px) {
    .m-media-text__text-top .rte:before {
        left: -150px
    }
}

.m-media-text__text-top .rte:after {
    bottom: -40px
}

@media(min-width: 1024px) {
    .m-media-text__text-top .rte:after {
        top: auto;
        right: -40px;
        left: auto;
        bottom: 1em;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media(min-width: 1200px) {
    .m-media-text__text-top .rte:after {
        right: -70px
    }
}

@media(min-width: 1440px) {
    .m-media-text__text-top .rte:after {
        right: -100px
    }
}

@media(min-width: 1600px) {
    .m-media-text__text-top .rte:after {
        right: -150px
    }
}

.m-media-text__media {
    margin-top: -10vw
}

@media(min-width: 768px) {
    .m-media-text__media {
        margin-top: -15vw
    }
}

@media(max-width: 1199px) {
    .m-media-text__media .container {
        padding: 0
    }
}

.m-media-text__text-bottom {
    position: relative;
    z-index: 200;
    margin-top: -10vw
}

@media(min-width: 768px) {
    .m-media-text__text-bottom {
        margin-top: -15vw
    }
}

.m-media-text__text-bottom .rte {
    position: relative
}

.m-media-text__text-bottom .rte:before,
.m-media-text__text-bottom .rte:after {
    font-family: "icomoon";
    content: "";
    font-size: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width: 768px) {
    .m-media-text__text-bottom .rte:before,
    .m-media-text__text-bottom .rte:after {
        font-size: 16px
    }
}

.m-media-text__text-bottom .rte:before {
    top: -40px
}

@media(min-width: 1024px) {
    .m-media-text__text-bottom .rte:before {
        top: 1em;
        left: -40px;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media(min-width: 1200px) {
    .m-media-text__text-bottom .rte:before {
        left: -70px
    }
}

@media(min-width: 1440px) {
    .m-media-text__text-bottom .rte:before {
        left: -100px
    }
}

@media(min-width: 1600px) {
    .m-media-text__text-bottom .rte:before {
        left: -150px
    }
}

.m-media-text__text-bottom .rte:after {
    bottom: -40px
}

@media(min-width: 1024px) {
    .m-media-text__text-bottom .rte:after {
        top: 1em;
        right: -40px;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media(min-width: 1200px) {
    .m-media-text__text-bottom .rte:after {
        right: -70px
    }
}

@media(min-width: 1440px) {
    .m-media-text__text-bottom .rte:after {
        right: -100px
    }
}

@media(min-width: 1600px) {
    .m-media-text__text-bottom .rte:after {
        right: -150px
    }
}

.m-video {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-video {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-video {
        margin: 100px 0
    }
}

.m-initiative {
    margin: 50px 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-initiative {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-initiative {
        margin: 100px 0
    }
}

.m-initiative__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 2px #000;
    padding: 30px 0 0 0
}

@media(min-width: 768px) {
    .m-initiative__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 0 0 0
    }
}

@media(min-width: 1024px) {
    .m-initiative__inner {
        padding: 50px 30px 0 30px
    }
}

@media(min-width: 1200px) {
    .m-initiative__inner {
        padding: 50px 50px 0 50px
    }
}

@media(min-width: 1440px) {
    .m-initiative__inner {
        padding: 50px 60px 0 60px
    }
}

@media(min-width: 768px) {
    .m-initiative__text {
        padding: 0 30px;
        max-width: 920px
    }
}

.m-initiative__headline {
    margin: 0 0 .25em 0
}

.m-initiative__number {
    font-family: "Venturis ADF No2 Cd";
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 1em 0;
    padding: .1em 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    border: solid 2px #000;
    width: 60px;
    height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width: 768px) {
    .m-initiative__number {
        width: 55px;
        height: 55px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        font-size: 22px
    }
}

.m-initiative__number:last-child {
    display: none
}

@media(min-width: 768px) {
    .m-initiative__number:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-recirculation {
    position: relative;
    overflow: hidden
}

.m-recirculation__inner {
    margin-left: -7.5px;
    margin-right: -7.5px
}

@media(min-width: 768px) {
    .m-recirculation__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 35vw
    }
}

.m-recirculation-header {
    position: relative;
    border-top: solid 3px #000;
    margin: 0 0 50px 0;
    text-align: center
}

.m-recirculation-header:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    height: 3px;
    background-color: #000
}

.m-recirculation-header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    height: 3px;
    background-color: #000
}

@media(min-width: 768px) {
    .m-recirculation-header {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1024px) {
    .m-recirculation-header {
        margin: 0 0 100px 0
    }
    .m-recirculation-header:before,
    .m-recirculation-header:after {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px)
    }
}

.m-recirculation-header h6 {
    margin: 0;
    padding: 50px 0
}

@media(min-width: 768px) {
    .m-recirculation-header h6 {
        padding: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-recirculation-header h6 {
        padding: 100px 0
    }
}

.m-recirculation-header__icon {
    position: absolute;
    width: 75px;
    bottom: 0;
    left: 50%;
    padding: 0 25px;
    -webkit-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%)
}

.m-recirculation-item {
    display: block;
    position: relative;
    padding: 0 7.5px
}

@media(min-width: 768px) {
    .m-recirculation-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.m-recirculation-item__inner {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 75%;
    overflow: hidden;
    background-color: #000
}

@media(min-width: 768px) {
    .m-recirculation-item__inner {
        padding-top: 0
    }
}

.m-recirculation-item__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1200ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

.m-recirculation-item:hover .m-recirculation-item__media {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.m-recirculation-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.m-recirculation-item__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .m-recirculation-item__eyebrow {
        font-size: 30px
    }
}

.m-recirculation-item__title {
    display: block
}

.m-blog-group {
    overflow-x: hidden
}

.m-blog-group__inner {
    padding: 50px 0
}

@media(min-width: 768px) {
    .m-blog-group__inner {
        padding: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-blog-group__inner {
        padding: 100px 0
    }
}

.m-blog-group:first-child .m-blog-group__inner {
    padding-top: 0;
    border-top: none
}

.m-blog-group:first-child .m-blog-group__inner:before {
    display: none
}

.m-blog-group:last-child .m-blog-group__inner {
    padding-bottom: 0
}

.m-blog-intro__headline {
    margin: .5em 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-blog-intro__headline {
        margin: .25em 0
    }
}

.m-blog-intro__excerpt {
    margin: 0 auto 50px auto;
    max-width: 450px;
    text-align: center
}

@media(min-width: 768px) {
    .m-blog-intro__excerpt {
        margin: 0 auto 60px auto
    }
}

.m-blog-intro-attribution {
    text-align: center
}

.m-blog-intro-attribution__byline {
    margin: 0 0 .75em 0
}

.m-blog-intro-attribution__title {
    max-width: 500px;
    margin: 0 auto
}

.m-blog-intro-attribution__title h2 {
    margin: 0
}

.m-blog-intro__body {
    margin: 50px auto;
    max-width: 780px
}

.m-blog-images {
    margin: 50px 0 0 0
}

@media(min-width: 768px) {
    .m-blog-images {
        margin: 75px 0 0 0
    }
}

@media(min-width: 1024px) {
    .m-blog-images {
        margin: 100px 0 0 0
    }
}

.m-blog-images__image {
    margin: 0 0 10px 0
}

.m-blog-images__image:last-child {
    margin: 0
}

.m-about-cta {
    margin: 50px 0 0 0
}

.m-about-cta__icon {
    margin: 0 auto;
    width: 60px
}

@media(min-width: 768px) {
    .m-about-cta__icon {
        width: 80px
    }
}

.m-about-cta__icon g.text path {
    fill: #fff
}

.m-about-cta__icon g.arrow path,
.m-about-cta__icon g.arrow polyline,
.m-about-cta__icon g.arrow line {
    stroke: #fff
}

.m-store-intro {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 50px 0 0 0
}

.m-store-intro h1 {
    font-family: "Venturis ADF No2 Cd";
    text-transform: uppercase;
    font-weight: 900;
    font-size: 100px
}

.m-store-intro__headline__image {
    margin: 0 auto;
    max-width: 700px
}

.m-store-intro-nav-wrapper {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-store-intro-nav-wrapper {
        margin: 75px 0
    }
}

.m-store-intro-nav__items {
    padding: 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

@media(min-width: 768px) {
    .m-store-intro-nav__items {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media(min-width: 1024px) {
    .m-store-intro-nav__items {
        margin-left: -40px;
        margin-right: -40px
    }
}

.m-store-intro-nav__item {
    display: inline-block;
    margin: 10px 10px
}

@media(min-width: 768px) {
    .m-store-intro-nav__item {
        margin: 10px 30px
    }
}

@media(min-width: 1024px) {
    .m-store-intro-nav__item {
        margin: 10px 40px
    }
}

.m-store-intro-image {
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-store-intro-image {
        margin: 0 0 75px 0
    }
}

.m-featured-products__all {
    text-align: center;
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-featured-products__all {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1024px) {
    .m-featured-products__all {
        margin: 25px 0 100px 0
    }
}

.m-all-products__empty {
    text-align: center;
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-all-products__empty {
        margin: 0 0 75px 0
    }
}

@media(min-width: 768px) {
    .m-product-main .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-product-main__image {
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.m-product-main__details {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    margin: 50px 0 0 0;
    padding: 50px 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-product-main__details {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0 30px
    }
}

.m-product-main__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0
}

.m-product-main__body {
    margin: 0 auto 20px auto
}

@media(min-width: 768px) {
    .m-product-main__body {
        width: 80%
    }
}

.m-product-main__form {
    margin: 0
}

.m-product-main__note {
    margin: 0
}

.m-product-media {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-product-media {
        margin: 75px 0
    }
}

.m-product-media__image {
    margin: 0 0 25px 0
}

.m-product-media__image:last-child {
    margin: 0
}

.m-product-recommendations {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-product-recommendations {
        margin: 75px 0
    }
}

.m-product-recommendations h4 {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px auto
}

@media(min-width: 768px) {
    .m-product-recommendations h4 {
        margin: 0 auto 75px auto
    }
}

.m-product-recommendations .row:last-child [class*=col-]:last-child .c-product--min {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .m-product-recommendations .row:last-child [class*=col-] .c-product--min {
        margin-bottom: 0
    }
}

.m-gallery-intro {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-gallery-intro {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-gallery-intro {
        margin: 100px 0
    }
}

@media(min-width: 1200px) {
    .m-gallery-intro {
        margin: 120px 0
    }
}

.m-gallery-intro__content {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    padding: 50px 0
}

@media(min-width: 768px) {
    .m-gallery-intro__content {
        padding: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-gallery-intro__content {
        padding: 100px 0
    }
}

@media(min-width: 1200px) {
    .m-gallery-intro__content {
        padding: 120px 0
    }
}

@media(min-width: 1440px) {
    .m-gallery-intro__content {
        padding: 120px 50px
    }
}

@media(min-width: 1600px) {
    .m-gallery-intro__content {
        padding: 120px 75px
    }
}

.m-gallery-intro__headline {
    margin: 0 0 50px 0
}

@media(min-width: 768px) {
    .m-gallery-intro__headline {
        margin: 0 0 75px 0
    }
}

@media(min-width: 1024px) {
    .m-gallery-intro__headline {
        margin: 0 0 100px 0
    }
}

.m-gallery-intro__subheadline-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 768px) {
    .m-gallery-intro__subheadline-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-gallery-intro__subheadline {
    margin: 30px 0
}

@media(min-width: 768px) {
    .m-gallery-intro__subheadline {
        margin: 0 30px
    }
}

@media(min-width: 1024px) {
    .m-gallery-intro__subheadline {
        margin: 0 50px
    }
}

@media(min-width: 1200px) {
    .m-gallery-intro__subheadline {
        margin: 0 75px
    }
}

.m-gallery-intro__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px
}

@media(min-width: 768px) {
    .m-gallery-intro__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px
    }
}

@media(min-width: 1024px) {
    .m-gallery-intro__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 125px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        width: 125px
    }
}

.m-gallery-product-media__image {
    margin: 0 0 30px 0
}

.m-gallery-product-media__image:last-child {
    margin: 0
}

.m-gallery-product-form {
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-gallery-product-form {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-gallery-product-form {
        margin: 100px 0
    }
}

.m-gallery-product-form__body {
    margin: 0 0 30px 0
}

@media(min-width: 768px) {
    .m-gallery-product-form__body {
        margin: 0
    }
}

.m-gallery-product-form__price {
    text-align: center
}

@media(min-width: 768px) {
    .m-gallery-product-form__price {
        text-align: right;
        margin: 0
    }
}

.m-gallery-product-form__details {
    text-align: center;
    margin: 0 0 30px 0
}

@media(min-width: 768px) {
    .m-gallery-product-form__details {
        text-align: left;
        margin: 0 0 50px 0
    }
}

.m-gallery-product-form__form {
    text-align: center;
    margin: 0 0 30px 0
}

@media(min-width: 768px) {
    .m-gallery-product-form__form {
        margin: 0 0 50px 0
    }
}

.m-gallery-product-form__note {
    text-align: center
}

.m-gallery-media-grid {
    position: relative;
    margin: 50px 0
}

@media(min-width: 768px) {
    .m-gallery-media-grid {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-gallery-media-grid {
        margin: 100px 0
    }
}

.m-gallery-media-grid__items {
    margin-left: -15px;
    margin-right: -15px
}

.m-gallery-media-grid__item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 100%
}

.m-gallery-media-grid__item a {
    position: relative;
    display: block
}

@media(min-width: 768px) {
    .m-gallery-media-grid__item--half-width {
        width: 50%
    }
}

.m-gallery-media-grid .o-sizer {
    width: 100%
}

@media(min-width: 768px) {
    .m-gallery-media-grid .o-sizer {
        width: 50%
    }
}

.m-gallery-media-grid__item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px
}

.m-gallery-media-grid__item__overlay__inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

html.no-touchy .m-gallery-media-grid__item:hover .m-gallery-media-grid__item__overlay__inner {
    opacity: 1
}

.m-current-show {
    background-color: #000;
    color: #fff
}

.m-current-show__header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

@media(min-width: 768px) {
    .m-current-show__header {
        padding: 60px 0
    }
}

.m-current-show__header hr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    border: none;
    border-bottom: solid 3px #fff;
    margin: 0;
    z-index: 100
}

.m-current-show__icon-wrapper {
    position: relative;
    padding: 0 30px;
    background-color: #000;
    z-index: 200
}

.m-current-show__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px
}

@media(min-width: 768px) {
    .m-current-show__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px
    }
}

.m-current-show__icon g.text path {
    fill: #fff
}

.m-current-show__icon g.arrow line,
.m-current-show__icon g.arrow polyline,
.m-current-show__icon g.arrow path {
    stroke: #fff
}

.m-current-show__meta {
    padding: 75px 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-current-show__meta {
        padding: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-current-show__meta {
        padding: 120px 0
    }
}

@media(min-width: 1200px) {
    .m-current-show__meta {
        padding: 150px 0
    }
}

.m-current-show__meta h2 {
    margin: 0
}

.m-current-show__subtitle {
    margin: 50px auto;
    max-width: 80%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .m-current-show__subtitle {
        margin: 60px auto;
        max-width: 450px
    }
}

.m-current-show__dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 0 0
}

@media(min-width: 768px) {
    .m-current-show__dates {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 75px 0 0 0
    }
}

@media(min-width: 1024px) {
    .m-current-show__dates {
        margin: 85px 0 0 0
    }
}

.m-current-show__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 768px) {
    .m-current-show__date {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-current-show__date__year {
    font-family: "Venturis ADF No2 Cd";
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .m-current-show__date__year {
        font-size: 40px
    }
}

@media(min-width: 1024px) {
    .m-current-show__date__year {
        font-size: 48px
    }
}

.m-current-show__date__month {
    font-family: "OPTIRailroadGothic";
    font-size: 40px;
    line-height: 1em
}

@media(min-width: 768px) {
    .m-current-show__date__month {
        margin: 0 30px
    }
}

@media(min-width: 1024px) {
    .m-current-show__date__month {
        font-size: 60px
    }
}

@media(min-width: 1200px) {
    .m-current-show__date__month {
        font-size: 70px
    }
}

.m-current-show__div {
    margin: 30px 0 35px 0;
    width: 50px;
    height: 5px;
    background-color: #fff
}

@media(min-width: 768px) {
    .m-current-show__div {
        height: 8px
    }
}

.m-shows__empty {
    text-align: center
}

.m-capabilities {
    background-color: #fff;
    color: #000;
    padding: 75px 0
}

@media(min-width: 768px) {
    .m-capabilities {
        padding: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-capabilities {
        padding: 120px 0
    }
}

.m-capabilities .container {
    max-width: 1440px
}

.m-capabilities__content {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    padding: 75px 0 65px 0
}

@media(min-width: 768px) {
    .m-capabilities__content {
        padding: 100px 0 90px 0
    }
}

@media(min-width: 1024px) {
    .m-capabilities__content {
        padding: 120px 0 110px 0
    }
}

.m-capabilities__list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.m-capabilities__list-item {
    margin: 5px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    text-decoration: none
}

@media(min-width: 768px) {
    .m-capabilities__list-item {
        margin: 5px 40px
    }
}

.m-capabilities__list-item span:nth-child(1) {
    position: absolute;
    left: 0;
    top: -0.15em;
    font-family: "Venturis ADF No2 Cd";
    font-size: 20px;
    font-weight: bold;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media(min-width: 1024px) {
    .m-capabilities__list-item span:nth-child(1) {
        font-size: 30px
    }
}

@media(min-width: 1200px) {
    .m-capabilities__list-item span:nth-child(1) {
        font-size: 38px
    }
}

.m-capabilities__icon-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    padding: 0 30px
}

.m-capabilities__icon {
    width: 60px
}

@media(min-width: 768px) {
    .m-capabilities__icon {
        width: 80px
    }
}

.m-contact-intro {
    margin: 75px 0
}

@media(min-width: 768px) {
    .m-contact-intro {
        margin: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-contact-intro {
        margin: 120px 0 75px 0
    }
}

@media(min-width: 1200px) {
    .m-contact-intro {
        margin: 150px 0 75px 0
    }
}

.m-contact-intro__headline {
    margin: 0 0 .5em 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.m-contact-intro__div {
    margin: 5vw 0 0 0;
    text-align: center
}

.m-contact-intro__div span {
    display: inline-block;
    margin: 0 10px
}

.m-contacts {
    margin: 75px 0
}

@media(min-width: 768px) {
    .m-contacts {
        margin: 100px 0
    }
}

@media(min-width: 1024px) {
    .m-contacts {
        margin: 75px 0 120px 0
    }
}

@media(min-width: 1200px) {
    .m-contacts {
        margin: 75px 0 150px 0
    }
}

.m-contacts__block {
    margin: 0 auto 50px auto;
    max-width: 400px;
    padding: 7px;
    border: solid 2px #fff;
    text-align: center
}

.m-contacts .row:last-child [class*=col-]:last-child .m-contacts__block {
    margin-bottom: 0
}

@media(min-width: 900px) {
    .m-contacts__block {
        max-width: none
    }
    .m-contacts .row:last-child .m-contacts__block {
        margin-bottom: 0
    }
}

.m-contacts__block__inner {
    padding: 40px 20px;
    border: solid 2px #fff
}

.m-contacts__block__title {
    margin: 0 0 .5em 0
}

.m-contacts__block__description {
    margin: 0 0 1em 0
}

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

.m-contacts__block a {
    font-family: "Venturis ADF No2 Cd";
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: bold
}

@media(min-width: 768px) {
    .m-contacts__block a {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .m-contacts__block a {
        font-size: 20px
    }
}

.m-cart__image {
    text-align: left
}

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

@media(min-width: 768px) {
    .m-cart__meta {
        text-align: left !important
    }
}

.m-cart__title {
    margin: 0 0 .5em 0
}

.m-cart__options {
    margin: 20px 0
}

.m-cart__quantity input {
    width: 80px !important
}

.m-cart__summary {
    margin: 50px 0
}

.m-cart__totals {
    text-align: left
}

@media(min-width: 768px) {
    .m-cart__totals {
        text-align: right
    }
}

.m-cart__totals__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 .5em 0
}

.m-cart__totals__line div:nth-child(1) {
    font-weight: bold
}

.m-cart__totals h6 {
    margin: 0 0 .5em 0
}

.m-cart__note {
    max-width: 500px;
    margin: 0 0 20px 0
}

.m-cart__note label {
    display: block
}

.m-cart__actions {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.m-cart__actions button,
.m-cart__actions a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 1em 0;
    color: #000
}

.m-cart__disclaimer {
    margin: 0 0 10px 0
}

.m-cart__disclaimer a {
    text-decoration: underline
}

.m-cart__disclaimer a:hover {
    text-decoration: none
}

.m-footer-cta {
    position: relative;
    margin: 40px 0 0 0
}

.m-footer-cta__top-border:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin: 0 0 10px 0
}

.m-footer-cta__top-border:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff
}

.m-footer-cta__bottom-border:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 0 0 10px 0
}

.m-footer-cta__bottom-border:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff
}

.m-footer-cta__content {
    padding: 20px 0
}

@media(min-width: 768px) {
    .m-footer-cta__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.m-footer-cta__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 10px 0
}

@media(min-width: 768px) {
    .m-footer-cta__image {
        margin: 0
    }
}

.m-footer-cta__text {
    color: #fff;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px
}

.m-footer-cta__text p {
    line-height: 1em;
    margin: 0
}

.m-footer-cta__text button {
    margin: 10px 0 0 0;
    color: #fff
}

@media(min-width: 768px) {
    .m-footer-cta__text button {
        font-size: 30px
    }
}

@media(min-width: 1024px) {
    .m-footer-cta__text button {
        font-size: 35px
    }
}

.m-order-card {
    margin: 0 0 30px 0
}

.m-order-card h3 {
    margin: 0 0 .5em 0
}

.m-order-card__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 .5em 0
}

.m-order-card__item div:nth-child(1) {
    font-weight: bold
}

.m-order-line-items {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: solid 2px #000
}

@media(min-width: 768px) {
    .m-order-line-items {
        margin: 30px 0 0 0;
        padding: 30px 0 0 0
    }
}

.m-order-line-items__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-order-line-items__price div:nth-child(1) {
    font-weight: bold
}

.m-back {
    margin: 50px 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-back {
        margin: 75px 0
    }
}

.m-back__content {
    border-top: solid 3px #000;
    /*border-bottom: solid 3px #000;*/
    padding: 50px 0;
    padding-bottom: 5px !important;
}

@media(min-width: 768px) {
    .m-back__content {
        padding: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-back__content {
        padding: 100px 0;
        padding-bottom: 20px !important;
    }
}

.m-back a span:nth-child(1),
.m-back a span:nth-child(3) {
    position: relative;
    top: .1em;
    margin: 0 .25em
}

.m-awards {
    position: relative;
    margin: 40px 0
}

@media(min-width: 768px) {
    .m-awards {
        margin: 75px 0 0 0
    }
}

@media(min-width: 1024px) {
    .m-awards {
        margin: 100px 0 0 0
    }
}

@media(min-width: 768px) {
    .m-awards__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.m-awards__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center
}

.m-awards__title-image {
    max-width: 300px;
    margin: 0 auto
}

.m-awards__subtitle {
    line-height: 1
}

.m-awards__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-awards__list {
    padding: 30px 0
}

@media(min-width: 768px) {
    .m-awards__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0
    }
}

.m-awards__award {
    line-height: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    text-align: center;
    margin: 0 0 20px 0
}

@media(min-width: 768px) {
    .m-awards__award {
        margin: 0;
        padding: 20px
    }
}

.m-awards__top-border.is-mobile {
    margin: 0 0 20px 0
}

.m-awards__top-border.is-desktop {
    display: none
}

@media(min-width: 768px) {
    .m-awards__top-border.is-mobile {
        display: none
    }
    .m-awards__top-border.is-desktop {
        display: block
    }
}

.m-awards__top-border:before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 0 0 6px 0
}

.m-awards__top-border:after {
    display: block;
    content: "";
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 0 0 10px;
    height: 2px;
    background-color: #fff
}

.m-awards__bottom-border:before {
    display: block;
    content: "";
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 0 6px 10px;
    height: 2px;
    background-color: #fff
}

.m-awards__bottom-border:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff
}

.m-partners, .m-stockists {
    position: relative;
    margin: 50px 0 125px 0
}

@media(min-width: 768px) {
    .m-partners, .m-stockists {
        margin: 75px 0 125px 0
    }
}

@media(min-width: 1024px) {
    .m-partners, .m-stockists {
        margin: 75px 0 125px 0
    }
}

.m-partners__title, .m-stockists__title  {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0
}

.m-partners__title:before {
    display: block;
    content: "";
    width: 100%;
    margin: 0 0 6px 0;
    height: 4px;
    background-color: #fff
}

.m-partners__title:after {
    display: block;
    content: "";
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 0 0 10px;
    height: 2px;
    background-color: #fff
}

 
 
.m-external-link {
    margin: 50px 0;
    text-align: center
}

@media(min-width: 768px) {
    .m-external-link {
        margin: 75px 0
    }
}

@media(min-width: 1024px) {
    .m-external-link {
        margin: 100px 0
    }
}