/* General */

body {
    font-size: 16px;
    color: #000;
}

body.pre-noscroll {
    overflow: auto;
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

p.large {
    font-size: 18px;
}

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

b,
strong {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
}

.h1 {
    font-size: 95px;
}

.h2 {
    font-size: 44px;
}

.h3 {
    font-size: 36px;
}

.h4 {
    font-size: 30px;
}

.h5 {
    font-size: 22px;
}

.h6 {
    font-size: 20px;
}

.title.futura {
    font-family: "Nike Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

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

.container {
    padding: 0 24px;
    max-width: 1920px;
    margin: 0 auto;
}

@media(min-width:960px) {
    .container {
        padding: 0 48px;
    }
}

.overlay-active {
    overflow: hidden;
    position: fixed;
    width: 100% !important;
    height: auto !important;
}


/* Colors */

.white,
.white>* {
    color: #fff !important;
}

:root {
  --color-gray: #999;
}

.color-gray {
	color: var(--color-gray);
}


@media(min-width:960px) {
    .lg-white,
    .lg-white>* {
        color: #fff;
    }
}

@media(max-width:959px) {
    .sm-white,
    .sm-white>* {
        color: #fff;
    }
}


/* Buttons */

button {
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    border: none;
    cursor: pointer;
    line-height: inherit;
    overflow: visible;
    display: inline-flex;
    margin: 0;
    padding: 0;
    text-transform: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    background: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-style: none;
}

.btn {
    border-radius: 999px;
    padding: 0 32px;
	height: 56px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #000;
    white-space: nowrap;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition:background 0.15s ease;
}

a.btn {
    line-height: 56px;
}

.btn.width-100 {
    text-align: center;
}

.btn.btn-white {
    color: #000;
    background: #fff;
}

.btn.outline {
	border: 1px solid #E6E6E6;
    color: #000;
    background: #fff;
	transition:border-color 0.15s ease;
}

.btn.small {
	height:40px;
	padding: 0 20px;
}

a.btn.small {
    line-height: 40px;
}

.btn:not(.disabled):not(:disabled):not([disabled]):not(.outline):hover {
	background:#333;
}

.btn.btn-white:not(.disabled):not(:disabled):not([disabled]):not(.outline):hover {
	background:#E6E6E6;
}

.btn.outline:not(.disabled):not(:disabled):not([disabled]):hover {
	background: #fff;
	border-color:#999;
}

a.btn.vimeo-lightbox-link {
	display:inline-flex;
	align-items:center;
	gap:8px;
}

@media(min-width:960px) {
    .btn {
        padding: 0 40px;
        height: 64px;
        font-size: 15px;
    }
    a.btn {
        line-height: 64px;
    }
	.btn.small {
		height:48px;
		padding: 0 24px;
	}

	a.btn.small {
	    line-height: 48px;
	}
    .btn.lg-btn-white {
        color: #000;
        background: #fff;
    }
	
	.btn.lg-btn-white:not(.disabled):not(:disabled):not([disabled]):not(.outline):hover {
		background: #E6E6E6;
	}
	
	a.btn.vimeo-lightbox-link, a.btn.vimeo-lightbox-link:hover {
		border: 1px solid #000;
	    color: #000;
	    background: #fff;
		transition:border-color 0.15s ease;
	}
	
	a.btn.vimeo-lightbox-link:hover {
		border-color:#999;
		background: #fff !important;
	}
}

@media(max-width:959px) {

    .btn.sm-btn-white {
        color: #000;
        background: #fff;
    }
	
	.btn.sm-btn-white:not(.disabled):not(:disabled):not([disabled]):not(.outline):hover {
		background: #E6E6E6;
	}
	
	a.btn.vimeo-lightbox-link svg path {
		fill:white;
	}
}



.btn.disabled,
button:disabled,
button[disabled] {
  cursor:default;
  background:#ccc;
}

.btn.outline.disabled,
button.outline:disabled,
button.outline[disabled] {
  cursor:default;
  background: #fff;
  border-color:#e6e6e6;
}


/* Utility */

.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }
.hidden { display:none; }
.clear {
    clear: both;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.width-100 {
    width: 100%;
}

.ratio-height {
    position: relative;
}

.ratio-height:before {
    content: '';
    display: block;
}

.ratio-height.ratio-50:before {
    padding-top: 50%;
}

.ratio-height.ratio-100:before {
    padding-top: 100%;
}

.ratio-height>.ratio-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

img.object-fit-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fade-in {
    transition: opacity .5s ease .2s;
    opacity: 0;
    will-change: opacity;
}

.fade-in.is-visible {
    opacity: 1;
}

.disable-transitions {
	transition:none !important;
}

.disable-animations {
	animation:none !important;
}

@media(min-width:960px) {
    .hide-min-960 {
        display: none !important;
    }
    .fluid-min-960 {
        padding-left: 0;
        padding-right: 0;
    }
    .ratio-height-min-960 {
        position: relative;
    }
    .ratio-height-min-960:before {
        content: '';
        display: block;
    }
    .ratio-height-min-960>.ratio-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media(max-width:959px) {
    .hide-max-959 {
        display: none !important;
    }
    .fluid-max-959 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:1023px) {
    .hide-max-1023 {
        display: none !important;
    }
}

@media(min-width:768px) {
    .hide-min-768 {
        display: none !important;
    }
}

@media(max-width:767px) {
    .hide-max-767 {
        display: none !important;
    }
}


/* Flex */

.flex-container {
    display: flex;
}

.row-wrap {
    flex-flow: row wrap;
}

.row-reverse {
    flex-direction: row-reverse;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}


/* Margins */

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mt-5 {
    margin-top: 32px !important;
}

.mt-6 {
    margin-top: 48px !important;
}

.mt-7 {
    margin-top: 64px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 128px !important;
}

.mt-10 {
    margin-top: 160px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mb-5 {
    margin-bottom: 32px !important;
}

.mb-6 {
    margin-bottom: 48px !important;
}

.mb-7 {
    margin-bottom: 64px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 128px !important;
}

.mb-10 {
    margin-bottom: 160px !important;
}

.v-margin-0 {
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}

.v-margin-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.v-margin-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.v-margin-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.v-margin-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.v-margin-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.v-margin-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.v-margin-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.v-margin-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.v-margin-9 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
}

.v-margin-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}


/* Padding */

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pt-3 {
    padding-top: 16px !important;
}

.pt-4 {
    padding-top: 24px !important;
}

.pt-5 {
    padding-top: 32px !important;
}

.pt-6 {
    padding-top: 48px !important;
}

.pt-7 {
    padding-top: 64px !important;
}

.pt-8 {
    padding-top: 80px !important;
}

.pt-9 {
    padding-top: 128px !important;
}

.pt-10 {
    padding-top: 160px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pb-3 {
    padding-bottom: 16px !important;
}

.pb-4 {
    padding-bottom: 24px !important;
}

.pb-5 {
    padding-bottom: 32px !important;
}

.pb-6 {
    padding-bottom: 48px !important;
}

.pb-7 {
    padding-bottom: 64px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.pb-9 {
    padding-bottom: 128px !important;
}

.pb-10 {
    padding-bottom: 160px !important;
}

.v-pad-0 {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}

.v-pad-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.v-pad-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.v-pad-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.v-pad-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.v-pad-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.v-pad-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.v-pad-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.v-pad-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.v-pad-9 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
}

.v-pad-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

@media(max-width:959px) {
    .sm-mt-0 {
        margin-top: 0px !important;
    }
    .sm-mt-1 {
        margin-top: 4px !important;
    }
    .sm-mt-2 {
        margin-top: 8px !important;
    }
    .sm-mt-3 {
        margin-top: 16px !important;
    }
    .sm-mt-4 {
        margin-top: 24px !important;
    }
    .sm-mt-5 {
        margin-top: 32px !important;
    }
    .sm-mt-6 {
        margin-top: 48px !important;
    }
    .sm-mt-7 {
        margin-top: 64px !important;
    }
    .sm-mt-8 {
        margin-top: 80px !important;
    }
    .sm-mt-9 {
        margin-top: 128px !important;
    }
    .sm-mt-10 {
        margin-top: 160px !important;
    }
    .sm-mb-0 {
        margin-bottom: 0px !important;
    }
    .sm-mb-1 {
        margin-bottom: 4px !important;
    }
    .sm-mb-2 {
        margin-bottom: 8px !important;
    }
    .sm-mb-3 {
        margin-bottom: 16px !important;
    }
    .sm-mb-4 {
        margin-bottom: 24px !important;
    }
    .sm-mb-5 {
        margin-bottom: 32px !important;
    }
    .sm-mb-6 {
        margin-bottom: 48px !important;
    }
    .sm-mb-7 {
        margin-bottom: 64px !important;
    }
    .sm-mb-8 {
        margin-bottom: 80px !important;
    }
    .sm-mb-9 {
        margin-bottom: 128px !important;
    }
    .sm-mb-10 {
        margin-bottom: 160px !important;
    }
    .sm-v-margin-0 {
        margin-top: 4px !important;
        margin-bottom: 0px !important;
    }
    .sm-v-margin-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .sm-v-margin-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .sm-v-margin-3 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .sm-v-margin-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .sm-v-margin-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .sm-v-margin-6 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .sm-v-margin-7 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .sm-v-margin-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .sm-v-margin-9 {
        margin-top: 128px !important;
        margin-bottom: 128px !important;
    }
    .sm-v-margin-10 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    /* Padding */
    .sm-pt-0 {
        padding-top: 0px !important;
    }
    .sm-pt-1 {
        padding-top: 4px !important;
    }
    .sm-pt-2 {
        padding-top: 8px !important;
    }
    .sm-pt-3 {
        padding-top: 16px !important;
    }
    .sm-pt-4 {
        padding-top: 24px !important;
    }
    .sm-pt-5 {
        padding-top: 32px !important;
    }
    .sm-pt-6 {
        padding-top: 48px !important;
    }
    .sm-pt-7 {
        padding-top: 64px !important;
    }
    .sm-pt-8 {
        padding-top: 80px !important;
    }
    .sm-pt-9 {
        padding-top: 128px !important;
    }
    .sm-pt-10 {
        padding-top: 160px !important;
    }
    .sm-pb-0 {
        padding-bottom: 0px !important;
    }
    .sm-pb-1 {
        padding-bottom: 4px !important;
    }
    .sm-pb-2 {
        padding-bottom: 8px !important;
    }
    .sm-pb-3 {
        padding-bottom: 16px !important;
    }
    .sm-pb-4 {
        padding-bottom: 24px !important;
    }
    .sm-pb-5 {
        padding-bottom: 32px !important;
    }
    .sm-pb-6 {
        padding-bottom: 48px !important;
    }
    .sm-pb-7 {
        padding-bottom: 64px !important;
    }
    .sm-pb-8 {
        padding-bottom: 80px !important;
    }
    .sm-pb-9 {
        padding-bottom: 128px !important;
    }
    .sm-pb-10 {
        padding-bottom: 160px !important;
    }
    .sm-v-pad-0 {
        padding-top: 4px !important;
        padding-bottom: 0px !important;
    }
    .sm-v-pad-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .sm-v-pad-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .sm-v-pad-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .sm-v-pad-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .sm-v-pad-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .sm-v-pad-6 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    .sm-v-pad-7 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    .sm-v-pad-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .sm-v-pad-9 {
        padding-top: 128px !important;
        padding-bottom: 128px !important;
    }
    .sm-v-pad-10 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
}


/* Images and BG Images */

a.media {
    display: block;
}

.media img {
    display: block;
    max-width: 100%;
}

.media img.scale-up,
.media.scale-up img {
    max-width: none;
    width: 100%;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.video-embed {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-embed iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Header */

.pre-l-header {
    border-bottom: #e6e6e6 1px solid;
}

@media(min-width:960px) {

	.pre-l-brand-header {
		display:flex;
		align-items:center;
		justify-content:flex-end;
		padding-right:24px;
	}

	.pre-l-brand-header .dealer-link {
		font-size:12px;
		color: #606060;
	}
	
/*	.pre-desktop-menu-item.divider-before:before {
		content:'';
		display:inline-block;
		width:4px;
		height:10px;
		background:#999;
		vertical-align:baseline;
	}*/
	
	.pre-desktop-menu .divider {
		display:inline-block;
		width:1px;
		height:22px;
		margin:0 10px;
		background:#cecece;
		vertical-align:middle;
	}
}


/*.pre-l-header:after {
	content:'';
	display:block;
	position:absolute;
	top:59px;
	left:0;
	width:100%;
	height:1px;
	background:#e6e6e6;
	pointer-events:none;
}*/


/* Footer */

.footer {
    background: #000;
    padding: 15px 0 30px;
}

.footer a,
.footer p {
    font-size: 10px;
    color: #606060;
}

.footer p {
    max-width: 540px;
}

.footer .footer-title {
    font-size: 16px;
}

.footer-signup .input-wrap {
    background: #333333;
    border-radius: 999px;
    display: flex;
    padding: 4px;
    max-width: 360px;
}

.footer-email-input {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    color: #fff;
    font-size: 16px;
    padding: 0 10px 0 25px;
    margin-right: 20px;
    flex-grow: 1;
    height: 40px;
    line-height: 42px;
}

.footer input[type="submit"].btn {
    min-height: 0;
    height: 40px;
    border-radius: 999px;
    font-size: 13px;
    padding: 0 20px;
    cursor: pointer;
}

.footer input[type="submit"].btn:hover {
    background: #E6E6E6;
}

.footer-email-input::placeholder {
    color: #E6E6E6;
}

.footer .locator-link {
    display: flex;
    font-weight: 500;
    line-height: 1;
    align-items: flex-end;
}

.footer .locator-link svg {
    margin-right: 5px;
}

.footer-utility-nav {
    display: flex;
    gap: 12px;
    padding-top: 4px;
    margin-bottom: 24px;
}

.footer-lower {
    border-top: #333 1px solid;
}

@media(min-width:960px) {
    .footer-lower {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
    }
    .footer-lower-text {
        margin-top: 11px;
    }
}

/* Kids nav links */
.pre-desktop-menu .kids-columns {
	display:flex;
	gap:16px;
	justify-content:center;
}

.pre-desktop-menu .kids-columns .pre-menu-item {
	margin:0;
}

.pre-desktop-menu .kids-columns .pre-menu-item img {
	width:360px;
	margin-bottom:10px;
}

.pre-mobilemenu .pre-chevron {
  width: 16px;
  height: 16px;
}

.pre-mobilemenu .pre-link span {
	color:#000;
	font-weight:500;
	font-size:18px;
	color:#606060;
/*	margin-bottom:12px;*/
}

.pre-mobilemenu .pre-panel-root .pre-link span {
	font-size:20px;
}

.pre-mobilemenu .pre-link span.headline-3 {
	font-size:28px;
	color:#000;
}

.pre-mobilemenu .pre-link {
	margin-bottom:12px;
}

.pre-mobilemenu .pre-panel-root {
/*	height:100%;*/
	padding-top:100px;
}

.pre-mobilemenu .pre-panel-root .pre-link.lens-tech {
	display:block;
}

.pre-mobilemenu .pre-panel-root .pre-link.lens-tech:before {
	content:'';
	display:block;
	background:#E6E6E6;
/*	width:20px;*/
	height:1px;
	margin:20px 0 36px 1px;
}

/*.pre-mobilemenu .pre-panel-root .pre-link.dealer-link {
	font-size:16px;
	position:absolute;
	bottom:45px;
	display:inline-flex;
	align-items:center;
}

.pre-mobilemenu .pre-panel-root .pre-link.dealer-link span:before {
	content:'';
	display:inline-block;
	background-image:url(/resources/img/icons/icon-dealer-marker.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:14px;
	height:20px;
	margin-right:15px;
	vertical-align:middle;
	transform:translateY(-2px);
}*/


/* Merch Menu */

.merch-menu-grid {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

.merch-menu .toggle {
    max-height: 0px;
}

@media (min-width: 640px) {
    .merch-menu-grid {
        margin-top: 84px;
        margin-bottom: 56px;
    }
}


/* Hero */

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

.hero .video-bg {
    display: block;
    width: 100%;
	height:100%;
}

.hero .buttons {
    display: flex;
    gap: 8px;
}

.hero .title, .rich-text .title {
    line-height: 0.83;
}

.hero .caption {
	position:absolute;
	bottom:3%;
	left:4.38%;
}

.hero .caption p { margin:0; font-size:13px; line-height:1.3; }

.hero .image-container .vimeo-lightbox-link {
	position:absolute;
	left:16px;
	bottom:23px;
	border:none !important;
}

@media(min-width:960px) {
    .hero img {
        height: 100%;
        object-fit: cover;
    }
    .hero:before {
        padding-top: 56.25%;
    }
    .hero .text {
        position: absolute;
        z-index: 1;
        top: 10.8%;
        left: 4.38%;
    }
    .hero p {
        font-size: 18px;
    }
    .hero .text.left-bottom {
        top: auto;
        bottom: 10%;
        left: 4.38%;
    }
    .hero .text.right-center {
        width: 50%;
        padding: 0 40px;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
    }
    .hero .title, .rich-text .title {
        /*font-size:96px;*/
        font-size: 6em;
    }
	
	.rich-text h2, .rich-text .h2 {
		font-size:3em;
	}
	
	.hero .buttons {
	    gap: 18px;
	}
	
	.hero .caption {
		bottom:6%;
		left:4.38%;
	}
	
	.hero .caption p { font-size:16px; }
	
	.hero.text-below .text {
	    position: static;
	    text-align:center;
	}
	
	.hero.text-below:before {
	    padding-top:0;
	}
	
	.hero.text-below .ratio-inner {
	    position: static;
	}
	
	.hero.text-below .text {
	    margin:55px 0 80px;
	}
	
	.hero.text-below .buttons {
	    justify-content:center;
	}
	
	.hero.text-below .image {
		aspect-ratio: 1/0.5625;
	}
	
	.hero .image-container .vimeo-lightbox-link {
		left:23px;
		bottom:27px;
	}

}

@media(max-width:959px) {
    .hero .title br {
        display: none;
    }
    .hero .text {
        margin: 20px 0px;
    }
    .hero .title, .rich-text .title {
        font-size: 48px;
        letter-spacing: 0.02em;
    }
	.rich-text h2, .rich-text .h2 {
		font-size:24px;
	}
    /* .hero .buttons {
        justify-content:center;
    } */
		
	.hero.secondary img {
		height: 100%;
		object-fit: cover;
	}
	.hero.secondary:before {
		padding-top: 136%;
	}
	.hero.secondary.short:before {
		padding-top: 100%;
	}
	.hero.secondary .text {
	    position: absolute;
	    z-index: 1;
	    left: 24px;
	    bottom: 24px;
	}
	.hero.secondary .title {
		font-size:32px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:500;
		text-transform:none;
	}
	.hero.secondary .title br {
	    display:none;
	}
	
	.hero .video-embed {
		padding-bottom:136%;
		background-color:#ccc;
		overflow:hidden;
		height:0;
	}
	
	.hero .video-embed iframe {
		width:250%;
		height:250%;
		position:absolute;
		top:-75%;
		left:-75%;
	}
	
	.hero:not(.secondary) .image {
		aspect-ratio: 1/1.3635;
	}
	
	.hero:not(.secondary) .image.short {
		aspect-ratio: 1/1;
	}
	
	.hero .image-container a.btn.vimeo-lightbox-link, .hero .image-container a.btn.vimeo-lightbox-link:hover {
		border: none;
	    color: #000 !important;
	    background: #fff !important;
	}
	
    .hero .image-container a.btn.vimeo-lightbox-link svg path {
        fill: #000;
    }
}

@media(max-width:667px) {
	.hero.text-below .text p br {
	    display:none;
	}
}

/* Page Header */

.page-header img {
    display: block;
    width: 100%;
}

.page-header .content {
    position: relative;
    z-index: 1;
    height: 100%;
}

.page-header .container,
.page-header .container .inner {
    height: 100%;
	text-align:left;
}

.page-header .title {
    font-size: 48px;
    line-height: 0.83;
}

@media(min-width:960px) {
	
	.page-header {
		min-height:260px;
	}
	
    .page-header:before {
        padding-top: 22.25%;
    }
	
	.page-header .image {
		height:100%;
	}
	
    .page-header img {
        height: 100%;
        object-fit: cover;
    }
	.page-header .container {
		padding:0 32px;
	}
	
    .page-header .content {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .page-header .text {
        position: absolute;
        bottom: 32px;
        left: 0;
    }
    .page-header .title {
        font-size: 6em;
    }
    .page-header .product-name {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 15%;
        font-family: "FFMarkWebProBold", Helvetica, sans-serif;
    }
}

@media(max-width:959px) {
    .page-header.mobile-enabled .title {
        margin-top: 26px;
		font-size: 72px;
    }
	
	.page-header.mobile-enabled {
		min-height:260px;
		margin-left:0;
		margin-right:0;
	}
	
    .page-header.mobile-enabled:before {
        padding-top: 22.25%;
    }
	
	.page-header.mobile-enabled .image {
		height:100%;
	}
	
    .page-header.mobile-enabled img {
        height: 100%;
        object-fit: cover;
    }
	.page-header.mobile-enabled .container {
		padding:0 32px;
	}
	
    .page-header.mobile-enabled .content {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .page-header.mobile-enabled .text {
        position: absolute;
        bottom: 32px;
        left: 0;
    }
}

.landing-page-header .title {
	font-size:32px;
	margin:0;
}

/* Touts Grid */

.touts-grid .tout {
	background: #f5f5f5;
	position:relative;
	overflow:hidden;
}

.touts-grid .tout picture img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.touts-grid .tout.tall:before {
	padding-top:126%;
}

.touts-grid.split-touts .tout:before {
	padding-top:136%;
}

@media(min-width:960px) {
	.touts-grid.split-touts .tout:before {
		padding-top:112%;
	}
}

.touts-grid .tout .text {
	position:absolute;
	z-index:1;
	left:24px;
	bottom:24px;
}

.touts-grid .tout .text.left-top {
	position:absolute;
	z-index:1;
	left:24px;
	top:24px;
	bottom:auto;
}

.touts-grid .tout .text .title {
	font-size:24px;
	line-height:1.17;
}

.touts-grid .tout .video-embed {
	padding-top:0;
	width:110%;
	height:110%;
	position:absolute;
	top:-5%;
	left:-5%;
}

@media(min-width:960px) {
	.touts-grid {
		display:flex;
		overflow:hidden;
		gap:8px;
	}
	
	.touts-grid.tall-right {
		flex-flow:row-reverse;
	}
	
	.touts-grid .column {
		flex:0 1 50%;
	}
	
	.touts-grid .column.column2 {
		display:flex;
		flex-direction:column;
		gap:8px;
	}
	
	.touts-grid .column.column2 .tout {
		flex:0 1 50%;
	}
	
	.touts-grid .tout .text {
		left:48px;
		bottom:48px;
	}
	
	.touts-grid .tout .text.left-top {
		left:48px;
		top:48px;
		bottom:auto;
	}
	
	.touts-grid .tout .text .title {
		font-size:32px;
	}
	
}

@media(max-width:959px) {
	.touts-grid .tout:before, .touts-grid .tout.tall:before {
		content:'';
		display:block;
		padding-top:136%;
	}
	
	.touts-grid .tout {
		margin-bottom:32px;
	}
	
	.touts-grid .column.column2 .tout:last-child {
		margin-bottom:0;
	}
	
	.touts-grid .tout .video-embed {
		padding-top:0;
		width:250%;
		height:250%;
		position:absolute;
		top:-75%;
		left:-75%;
	}
}


/* Breadcrumbs */

.breadcrumbs li {
    display: inline;
    font-size: 16px;
	font-weight:500;
    letter-spacing: 0.03em;
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    display: inline;
    margin: 0 0 0 4px;
}

/* top search */

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.top-search-results {
	display:flex;
}

.top-search-results .product-card {
	width:50%;
}

@media(min-width:960px) {
	.top-search-results .product-card {
		width:20%;
	}
	
	.vs-is-open .pre-l-search .pre-l-vs-box.has-results {
		display:flex;
	}
	
	.vs-is-open .pre-l-search .pre-l-vs-box.has-results .pre-l-vs-popular {
		flex:1 1 auto;
		width:auto;
		min-width:250px;
		margin:0;
	}
	
	.top-search-results {
		flex:1 1 100%;
		margin-left:auto;
	}
}

@media(max-width:959px) {
	.top-search-results {
		flex-flow:row wrap;
		margin-top:20px;
	}
	
    .top-search-results .product-card:nth-of-type(3n-2) {
        padding-left: 0px;
        padding-right: 4px;
    }
    .top-search-results .product-card:nth-of-type(3n-1) {
        padding-left: 2px;
        padding-right: 2px;
    }
    .top-search-results .product-card:nth-of-type(3n) {
        padding-left: 4px;
        padding-right: 0px;
    }
    .top-search-results .product-card:nth-of-type(2n-1) {
        padding-left: 0px;
        padding-right: 3px;
    }
    .top-search-results .product-card:nth-of-type(2n) {
        padding-left: 3px;
        padding-right: 0px;
    }
}





/* scaling text based on comp width of 1920px */

@media(max-width:1820px) {
    .scaling-text {
        font-size: 95%;
    }
}

@media(max-width:1720px) {
    .scaling-text {
        font-size: 89%;
    }
}

@media(max-width:1620px) {
    .scaling-text {
        font-size: 84%;
    }
}

@media(max-width:1520px) {
    .scaling-text {
        font-size: 79%;
    }
}

@media(max-width:1440px) {
    .scaling-text {
        font-size: 75%;
    }
}

@media(max-width:1420px) {
    .scaling-text {
        font-size: 74%;
    }
}

@media(max-width:1320px) {
    .scaling-text {
        font-size: 68%;
    }
}

@media(max-width:1220px) {
    .scaling-text {
        font-size: 63%;
    }
}

@media(max-width:1120px) {
    .scaling-text {
        font-size: 58%;
    }
}

@media(max-width:1024px) {
    .scaling-text {
        font-size: 53%;
    }
}


/* reset to 100% for mobile */

@media(max-width:959px) {
    .scaling-text {
        font-size: 100%;
    }
}

.scroll-disabled body {
	overflow:hidden;position:fixed;top:0;right:0;left:0;bottom:0;
}

