@font-face {
  font-family: "TWKLausanne-400";
  src: url('/resources/fonts/TWKLausanne-400.woff2') format('woff2'), url('/resources/fonts/TWKLausanne-400.woff') format('woff');
}

@font-face {
  font-family: "TWKLausanne-500";
  src: url('/resources/fonts/TWKLausanne-500.woff2') format('woff2'), url('/resources/fonts/TWKLausanne-500.woff') format('woff');
}

@font-face {
  font-family: "TWKLausanne-700";
  src: url('/resources/fonts/TWKLausanne-700.woff2') format('woff2'), url('/resources/fonts/TWKLausanne-700.woff') format('woff');
}


/* General */

/* Colors & Global Vars */
:root {
	--color-blue: #3183C7;
	--color-blue-lt: #9BE7FF;
	--color-orange: #F76328;
	--color-yellow: #FECE3E;
	--color-purple: #331625;
	--color-gray: #F4F4F4;
	--color-cream: #F3F1E7;
	--color-body-text: #5C5252;
}

.color-blue { color:var(--color-blue); }
.color-blue-lt { color:var(--color-blue-lt); }
.color-orange { color:var(--color-orange); }
.color-yellow { color:var(--color-yellow); }
.color-purple { color:var(--color-purple); }
.color-gray { color:var(--color-gray); }
.color-cream { color:var(--color-cream); }
.color-body-text { color:var(--color-body-text); }
.color-white { color:#fff; }


.bg-blue-lt { background-color:var(--color-blue-lt); }
.bg-orange { background-color:var(--color-orange); }
.bg-yellow { background-color:var(--color-yellow); }
.bg-purple { background-color:var(--color-purple); }
.bg-gray { background-color:var(--color-gray); }
.bg-cream { background-color:var(--color-cream); }
.bg-white { background-color:#fff; }

body {
	margin:0;
	font-family: "TWKLausanne-400", Helvetica, sans-serif;
	font-size:15px;
	color:var(--color-body-text);
}

p {
	font-size:16px;
	line-height: 162.5%;
	letter-spacing: 0.2px;
	margin: 0 0 15px 0;
}

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

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

b, strong {
	font-weight:normal;
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
/*	text-transform:uppercase;*/
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -.03em;
	line-height: 91.667%;
	margin:0;
}

.h1 { font-size:42px; }
.h2 { font-size:40px; }
.h3 { font-size:36px; }
.h4 { font-size:30px; }
.h5 { font-size:22px; }
.h6 { font-size:20px; }

@media(min-width:1024px) {
	.h1 { font-size:72px; }
	.h2 { font-size:68px; }
	.h3 { font-size:36px; }
	.h4 { font-size:30px; }
	.h5 { font-size:22px; }
	.h6 { font-size:20px; }
}



* {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 20px;
	max-width: 1410px;
	margin:0 auto;
}

.aw-wrap {
	display:block;
	clip-path: inset(0px 0px -0.1em);
}

.aw-up {
    display: inline-block;
    transform: translateY(120%);
    animation: var( --animatedLines-word-animation,kJWMWX 550ms cubic-bezier(0.25,0.46,0.2,1.03) forwards );
    will-change: transform;
}

.aw-up-gsap {
	display: inline-block;
}

@keyframes kJWMWX {
	100% {
	    transform: translateY(0%);
	}
}

.efqxdC {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-40px) translateZ(0px);
    animation: 600ms cubic-bezier(0.25, 0.46, 0.2, 1.03) 400ms 1 normal forwards running bSqDnE;
    will-change: opacity, transform;
}

@keyframes bSqDnE {
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	    pointer-events: auto;
	}
}

.intro-pad {
	height:50px;
    animation: 700ms cubic-bezier(0.25, 0.46, 0.2, 1.03) 100ms 1 normal forwards running heightup;
    will-change: height;
}

@keyframes heightup {
	100% {
	    height:0;
	}
}


.logo-scroll {
	aspect-ratio: 10 / 1; 
	position:relative; 
	overflow:hidden;
}

.logo-scroll .m-scroll {
	position:absolute;
	width:300%;
	  top:0px; 
	  left:0px; 
	  overflow:hidden; 
	  white-space: nowrap;
	  animation: bannermove 40s linear infinite;
}

.logo-scroll .m-scroll.reverse {
	animation-direction: reverse;
}

.logo-scroll .m-scroll .logo {
  display: block;
  float:left;
  width:50%;
  margin: 0;
  padding: 0;
}

.logo-scroll .m-scroll .logo img {
	display:block;
	width:100%;
}

.text-scroller {
	animation: textmove 40s linear infinite;
}

.text-scroller.reverse {
	animation-direction: reverse;
}

@media(max-width:1023px) {
	
	.logo-scroll {
		aspect-ratio: 5 / 1; 
	}
	
	.logo-scroll .m-scroll {
		width:600%;
	}
}



@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}

@keyframes textmove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(0, -50%);
  }
}



/* Buttons */
button{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:inherit;border:none;cursor:pointer;line-height:inherit;overflow:visible;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;text-transform:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none; background:transparent;}
button::-moz-focus-inner{border:0;padding:0;margin-top:0;margin-bottom:0;border-style:none;}

.btn {
	border-radius:999px;
	padding:0 24px;
	text-transform: uppercase;
    min-height: 60px;
    display: inline-block;
    font-size: 14px;
	line-height:1;
	letter-spacing: 0.02em;
	font-family: "TWKLausanne-700", Helvetica, sans-serif;
	color:#000;
	background-color:var(--color-yellow);
	white-space:nowrap;
	cursor:pointer;
	transition:opacity 0.15s ease;
	outline:none;
	border:none;
}

.btn.small {
	min-height:40px;
}

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

.btn.small {
	min-height:40px;
}

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

.btn.outline {
	background-color:transparent;
	border:rgba(51,22,37,0.2) 1px solid;
	transition:border-color 0.15s ease;
}

.btn.outline:hover {
	border-color:rgba(51,22,37,0.4);
}

.btn:not(.outline):hover {
	opacity:0.8;
}

.button-group {
	display:flex;
	gap:20px;
	flex-flow:wrap;
}

.btn.arrow {
	display:inline-flex;
	gap:10px;
	align-items:center;
}

.btn.arrow:after {
	content:'';
	display:block;
	background-image:url(/resources/img/chevron-right.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	transition: transform 0.15s ease;
}

.btn.arrow:hover:after {
	transform:translateX(3px);
}

@media(min-width:960px) {
	.btn.lg-white {
		color:#fff;
		border-color:#E6E6E6;
		background-color:transparent;
		transition:color 0.15s ease, border-color 0.15s ease;
	}
	.btn.lg-white:hover {
		color:#CCCCCC;
		border-color:#CCCCCC;
	}
}

@media(max-width:959px) {
	.btn.sm-tall {
		height:64px;
	}
}

/* Utility */

.clear { clear:both; }
.clear-after:after { content:''; display:block; clear:both; }
.center { text-align:center; }
.align-left { text-align:left; }
.relative { position:relative; }
.overflow-hidden { overflow:hidden; }
.width-100 { width:100%; }
.disable-transitions { transition:none !important; }
.hidden { display:none !important; }

.hidden-anim {
	max-height:0;
	overflow:hidden;
	opacity:0; 
	transition:opacity 0.28s ease;
}

.hidden-anim.visible {
	opacity:1;
	max-height:none;
}

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

.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;
}

.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;
}

.border-radius-15 {
	border-radius: 15px;
}

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

img.radius-border {
	border-radius:13px;
	border: var(--color-purple) 1px solid;
}

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

img.object-fit-contain {
	object-fit:contain;
}

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

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

@media(min-width:960px) {
	
	.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;butto
		left:0;
	}
}


/* 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; }

/* Specific Margins: */
.mt-40 { margin-top:40px; }

/* 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; }

/* 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;
}

/* Top Nav */

.pre-l-header {
	transition: transform .15s ease;
}

.pre-l-header.is-fixed {
    top: 0;
    position: fixed;
}

.pre-l-header.is-hidden {
    transform: translateY(-64px);
}

.pre-l-header.is-fixed+.pre-spacer {
    display: block;
    height: 64px;
}

@media(min-width:1024px) {
	.pre-l-header.is-hidden {
	    transform: translateY(-80px);
	}
	
	.pre-l-header.is-fixed+.pre-spacer {
	    height: 80px;
	}
}

.top-header {
	position:fixed;
	width:100%;
	z-index:999;
	background-color:transparent;
	border-bottom:transparent 1px solid;
	transition:background-color 0.28s ease, border-color 0.28s ease, height 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.top-header.scrolled, .top-header.active, body.simple-header .top-header {
	background-color:#fff;
	border-color:#d9d9d9;
}

.main-header {
	position:relative;
}

.main-header.is-fixed {
	width:100%;
}

.main-header .container {
	height:84px;
}

.header-spacer {
	height:70px;
}

@media(min-width:1023px) {
	.header-spacer {
		height:110px;
	}
}

@media(max-width:1023px) {
	.main-header .container {
		height:70px;
		justify-content:start;
		
	}
	
	.top-header .top-logo, .hamburger-nav {
		transition: transform 0.28s ease;
	}
	
	.top-header:not(.scrolled):not(.open) .top-logo,
	.top-header:not(.scrolled):not(.open) .hamburger-nav {
		transform:translateY(10px);
	}
}

.top-logo {
	display:block;
	width:132px;
}

.top-logo img {
	display:block;
	width:100%;
}

.pre-header {
	background:#000;
	color:#fff;
	height:40px;
	font-size:13px;
	letter-spacing: 0.04em;
}

.pre-header .container {
	justify-content:center;
}

.pre-header .message {
	line-height:40px;
	text-transform:uppercase;
}

.main-nav a, .utility-nav a {
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: 0.2px;
	color:var(--color-purple);
}

.utility-nav .search-input {
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
	border:none;
	background-color:#ececec;
	border-radius:70px;
	width:180px;
	height:48px;
	padding:0 20px 0 55px;
	background-image:url(/resources/img/icon-search.svg);
	background-size:20px auto;
	background-position:20px center;
	background-repeat:no-repeat;
	letter-spacing: 0.04em;
	-webkit-appearance: none;
	transition:width 0.15s ease;
}

.utility-nav .search-input:focus {
	background-color:#dddddd;
	outline:none;
}

.utility-nav .search-input::placeholder {
	color:#909090;
}

.utility-nav .cart-link {
	display:inline-block;
	width:21px;
	height:21px;
	margin-left:14px;
	background-image:url(/resources/img/icon-cart.svg);
}

.utility-nav .favorites-link {
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:14px;
	/*background-image:url(/resources/img/icon-cart.svg);*/
}

.utility-nav .favorites-link .star {
	position:relative;
	width:100%;
	height:100%;
}

.utility-nav .favorites-link .star-outline {
	display:block;
	width:100%;
	height:100%;
}

.utility-nav .favorites-link .star-outline path {
    fill: #000;
    transition: fill 200ms ease;
}

.utility-nav .favorites-link .star:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    background-image: url(/resources/img/icon-star-fill.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 200ms ease;
    opacity: 0;
}

.utility-nav .favorites-link.active .star:before {
    opacity: 1;
}

.hamburger-nav {
    padding: 10px;
    transition: .3s;
    cursor: pointer;
	margin-left:auto;
	margin-right:-10px;
}

.hamburger-nav .lines {
  display: block;
  position: relative;
  width: 32px;
  height: 2px;
/*  background: #000;*/
  transition: background 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.hamburger-nav .lines:before, .hamburger-nav .lines:after {
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 50% 50%;
  transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.hamburger-nav .lines:before {
  top: 3px;
}

.hamburger-nav .lines:after {
  top: -3px;
}

.hamburger-nav.open .lines {
  background: transparent;
}

.hamburger-nav.open .lines:before, .hamburger-nav.open .lines:after {
	top: 0;
}

.hamburger-nav.open .lines:before {
  transform: rotate3d(0, 0, 1, 45deg) scale(0.8);
}

.hamburger-nav.open .lines:after {
  transform: rotate3d(0, 0, 1, -45deg) scale(0.8);
}

.header-search-box {
    visibility: hidden;
    padding-top: 48px;
}

.header-search-box .popular-terms, .header-search-box .suggestions a, #top-search-results {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: none;
}

.header-search-box .popular-terms {
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
	font-size:15px;
	color: #807B7B;
	text-transform:uppercase;
	letter-spacing: 0.04em;
	margin-bottom:20px;
}

.header-search-box ul li {
	font-size:18px;
	line-height:40px;
}

.search-open .header-search-box .popular-terms {
	
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s 0.4s, visibility 0.35s 0.4s, transform 0.25s ease 0.35s;
}

.search-open .header-search-box .suggestions a:first-of-type, .search-open #top-search-results {
	visibility: visible;
    opacity: 1;
    transform: translateY(0);
    outline: 0;
    cursor: pointer;
    transition: opacity 0.45s 0.5s, visibility 0.45s 0.5s, transform 0.45s ease 0.3s;
}

.search-open .header-search-box {
	visibility: visible;
}

@media (min-width:1024px) and (max-width:1299px) {
	.hide-mid { display:none !important; }
}

#top-search-results .inner {
	display:none;
}

.home-main {
	background: linear-gradient(to bottom,  #f3f1e5 20%, #ffffff 100%);
}

.connections {
	position:relative;
	width:80%;
	margin:0 auto;
}

.connections .connections-group {
	width:90%;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-20%, -45%);
}

.connections .connection {
	width:100%;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%, -30%) scale(1);
	border-radius: 12.377px;
	box-shadow: -8px 4.95px 34.95px 0px rgba(0, 0, 0, 0.33);
	opacity:0.8;
}

.connections .connection2 {
	transform:translate(-50%, -120%) scale(0.85);
	opacity:0.8;
}

.connections .connection3 {
	transform:translate(-50%, 62%) scale(0.85);
	opacity:0.8;
}

.connections .connection4 {
	transform:translate(-50%, 140%) scale(0.85);
	opacity:0.8;
}

@media(min-width:1024px) {
	.connections {
		position:relative;
		width:60%;
		margin:0 0 0 auto;
	}
	
	
	
	.alternating-item .container .h1.color-orange {
		font-size:140px;
		margin-bottom:20px;
	}
}

@media(max-width:1023px) {
	.connections:before {
		content:'';
		display:block;
		padding-top:70%;
	}
	
	.connections .connections-group {
		width:90%;
		position:absolute;
		left:50%;
		top:0;
		transform:translate(-47%, -45%);
	}
}

.alternating-item .container {
	gap:40px;
	align-items:center;
}

.alternating-item:nth-child(even) .container, 
.alternating-image-section.left-first .alternating-item:nth-child(odd) .container {
	flex-flow:row-reverse;
}

.alternating-image-section.left-first .alternating-item:nth-child(even) .container {
	flex-flow:row;
}

.alternating-item .text {
	max-width:540px;
}

.alternating-item .image {
	max-width:660px;
}

.color-block {
	position:relative;
	margin-bottom:40px;
	border-radius: 16px;
	overflow:hidden;
}

.color-block-students {
	border-radius: 16px;
	overflow:hidden;
	padding:48px 70px;
}

@media(max-width:767px) {
	.color-block-students {
		padding:40px 20px;
	}
}

.color-blocks {
	height:50px;
}

.color-block1 {
	z-index:2;
}

.color-block2, .color-block3 {
	position:absolute;
	width:100%;
	top:5%;
	left:0;
	z-index:1;
	transform:scale(0.8);
	opacity:0.6;
}

.color-block3 {
	top:8%;
	z-index:0;
}

@media(min-width:1024px) {
	
	.color-blocks {
		height:300px;
	}
	
	.color-block-students .flex-container {
		gap:53px;
/*		align-items:center;*/
	}
	
	.color-block-students .flex-container .text {
		display:flex;
		flex-direction:column;
		justify-content:center;
/*		height:100%;*/
	}
	
	.color-block-students .flex-container .image {
		flex-basis:45%;
		flex-shrink:0;
	}
	
	.color-block-students .flex-container .text h2,
	.color-block-students .flex-container .text p {
		margin-top:auto;
	}
	
	.color-block:before {
		content:'';
		display:block;
		padding-top:53%;
	}
	
	.color-block .text {
		position:absolute;
		top:7%;
		right:7%;
		bottom:7%;
		left:52%;
	
		z-index:1;
	/*	padding:40px 80px 40px 40px;*/
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	
	.color-block:nth-child(even) .text {
		left:5%;
		right:53%;
	}
	
	.color-block img {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		object-fit:cover;
	}
}

@media(max-width:1024px) {
	
	
	.color-block .text {
		position:relative;
		z-index:1;
		margin:40px;
	}
	
	.color-block .text h2 {
		margin-bottom:40px;
	}
}



.color-block .text h2, .color-block .text p {
	margin-top:auto;
	color:var(--color-purple);
}



/*.color-block .text h2, .color-block .text p {
	position:absolute;
}

.color-block .text h2 {
	top:50%;
	transform:translateY(-50%);
}

.color-block .text p {
	bottom:0;
}
*/



.world-of-options .container-x {
	padding:0 32px;
}

.world-of-options .text {
	max-width:914px;
	margin-left:auto;
	margin-right:auto;
	padding:0 32px;
}

@media(max-width:1023px) {
	.world-of-options .text {
		padding:0;
	}
}

.testimonial .text {
	position:absolute;
	top:0;
	right:10%;
	bottom:0;
	left:47%;
	display:flex;
	align-items:center;
	z-index:1;
}

.student-testimonial .text {
	left:10%;
	bottom:0;
	right:47%;
}

@media(max-width:1023px) {
	.testimonial .text h2, .about-testimonial .text h2 {
		font-size:18px;
	}
	
	.testimonial .text .name, .about-testimonial .text .name {
		font-size:12px;
	}
	
	.student-testimonial .text {
		left:10%;
		bottom:0;
		right:27%;
	}
	
	.home-testimonial .text {
		left:37%;
	}
}

@media(max-width:767px) {
	.testimonial .text h2, .about-testimonial .text h2 {
		font-size:16px;
	}
	
	.testimonial .text .name, .about-testimonial .text .name {
		font-size:10px;
	}
}

.testimonial .name, .about-testimonial .name {
	opacity:0.7;
}

.image .caption {
	max-width:470px;
}

.callout {
	display:inline-block;
	padding:0px 10px;
	font-size:10px;
}

.callout.callout-large { font-size:13px; }

.signup-form .pf23 {
	width:14px;
	position:absolute;
	top:38px;
	left:29px;
}

.signup-form .logo-vertical {
	width:19px;
	position:absolute;
	bottom:48px;
	left:26px;
}



.article .ratio-inner {
	z-index:1;
	padding:35px 30px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.article .ratio-inner .text p {
	opacity:0.8;
}

.signup-form .input-field {
	width:100%;
}

.signup-form {
	border-radius: 16px;
	padding:40px;
}

@media(max-width:767px) {
	.signup-form {
		padding:40px 20px;
	}
}

.articles .article {
	border-radius: 13px;
	overflow:hidden;
}

.stat-item {
	border-radius: 15px;
	border: 2px solid #BF3B06;
	padding:32px 40px 80px;
}

.roadmap-bg {
	background: linear-gradient(180deg, #F3F1E7 74.35%, rgba(243, 241, 231, 0.00) 100%);
}

.about-checklist {
	display:block;
	position:absolute;
	width:84%;
	top:60%;
	left:32%;
}

.about-liked {
	display:block;
	position:absolute;
	width:82%;
	top:57%;
	left:47%;
}

.about-connections {
	display:block;
	position:absolute;
	width:48%;
	top:47%;
	left:-10%;
}

.about-main, .home-main {
	overflow:hidden;
}

.about-testimonial {
	padding:50px;
}

@media(max-width:767px) {
	.about-testimonial {
		padding:40px 20px;
	}
}

@media(max-width:640px) {
	.company-item .h4 {
		font-size:22px;
	}
}

.company-item {
	margin-bottom:40px;
}

.company-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:40px;
}

.connections-matter .text p {
	max-width:620px;
	margin-left:auto;
	margin-right:auto;
}

.connections-matter .container {
	margin-top:-15%;
}

.end-up .text-scroller {
	position:absolute;
	top:0;
	left:0;
	width:100%;
/*	height:4000px;*/
}

.end-up .scroller:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20%;
	background: linear-gradient(to bottom,  rgba(51,22,37,1) 0%,rgba(51,22,37,0) 100%);
	z-index:1;
}

.end-up .scroller:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20%;
	background: linear-gradient(to bottom,  rgba(51,22,37,0) 0%,rgba(51,22,37,1) 100%);
	z-index:1;
}

.end-up .scroller.end-up:before {
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
}

.end-up .scroller.end-up:after {
	background: linear-gradient(to bottom,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
}

@media(min-width:960px) {
	.company-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}


@media(min-width:1024px) {
	
	.end-up .flex-container {
		gap:50px;
	}
	
	.student-brands {
		position:absolute;
		top:8%;
		right:0;
		width:52% !important;
	}
	
	.company-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.about-testimonial .flex-container {
		gap:80px;
		align-items:center;
	}
	
	.about-testimonial .flex-container .image {
		flex-basis:35%;
		flex-shrink:0;
	}
	
	.about-header .flex-container {
		gap:85px;
	}
	
	.about-header .flex-container .image {
		flex-basis:50%;
		flex-shrink:0;
	}
	
	.stats .flex-container {
		gap:30px;
	}
	
	.our-promise .flex-container {
		gap:165px;
		justify-content:center;
		align-items:center;
	}
	
	.our-promise .flex-container .text {
		flex-basis:488px;
	}
	
	.our-promise .flex-container .image {
		flex-basis:377px;
	}
	
	.our-promise .h1 {
		font-size:120px;
	}
	
	.stat-item {
		flex-basis:33.33%;
	}
	
	.signup-form:before {
		content:'';
		display:block;
		background:#000;
		width:1px;
		height:100%;
		position:absolute;
		z-index:1;
		top:0;
		left:69px;
		height:100%;
	}
	
	.world-of-options .container-x {
		padding:0 80px;
	}
	
	.world-of-options .images h2 {
		position:absolute;
		top:40%;
		left:50%;
		transform:translate(-50%);
		font-size:7em;
	}
	
	.signup-form .image {
		flex-basis:50%;
		flex-shrink:0;
	}
	
	.signup-form .text {
		flex-basis:50%;
		flex-shrink:0;
	}
	
	.signup-form {
		border-radius: 16px;
		padding:40px 100px;
	}
	
	.signup-form .flex-container {
		gap:66px;
		align-items:center;
	}
	
	.articles {
		gap:50px;
	}
	
	.articles .article {
		flex-basis:33.33%;
	}

}


@media(max-width:1023px) {
	
	.articles .article {
		margin-bottom:40px;
	}
	
	/* Header and Nav */
	
	.scroll-disabled .top-header {
		position:relative;
	}
	
	.nav-close {
		cursor:pointer;
		width:24px;
		height:24px;
		background-image:url(/resources/img/icon-close-nav.svg);
		background-size:16px auto;
		background-position:center;
		background-repeat:no-repeat;
		margin-bottom:20px;
	}
	
	.nav-back {
		cursor:pointer;
	}
	
	.nav-back span {
		font-size:15px;
		line-height:18px;
		display:inline-block;
		vertical-align:middle;
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
	}
	.nav-back:before {
		content:'';
		display:inline-block;
		vertical-align:middle;
		background-image:url(/resources/img/icon-chevron.svg);
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		transform:rotate(180deg);
		margin-right:10px;
	}
	
	.nav-dimmer {
		opacity: 0;
		z-index: 102;
		visibility: hidden;
		position: fixed;
		top: 71px;
		bottom: 0;
		left: 0;
		right: 0;
		transition: opacity .25s,visibility 0s linear .25s;
		background-color: rgba(0,0,0,0.6);
	}
	
	.scroll-disabled .nav-dimmer {
		opacity:1;
		visibility:visible;
		transition:opacity .8s ease,visibility 0s;
	}
	
	.pre-header, .top-logo, .hamburger-nav, .mobile-user-nav {
		position:relative;
		z-index:101;
	}
	
	.hamburger-nav {
/*		z-index:104;*/
	}
	
	.scroll-disabled body {
		overflow:hidden;position:fixed;top:0;right:0;left:0;bottom:0;
	}
	
/*	.top-header .nav-collapse {
		position:fixed;
		z-index:101;
		top:0px;
		left:0;
		width:100%;
		overflow:hidden;
		height:0%;
	    transition: height 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background:#fff;
	}*/
	
/*	.top-header .nav-collapse .inner {
		position:absolute;
		top:100px;
		right:0;
		bottom:0;
		left:0;
		overflow:auto;
	}*/
	

	
	.top-header .main-nav, .top-header .utility-nav {
		padding:20px 30px 40px;
	}

	.top-header .main-nav ul li,
	.top-header .utility-nav ul li {
		list-style:none;
		margin-bottom:0px;
		line-height:62px;
	}
	
	.top-header .main-nav ul li a {
		font-size:22px;
		position:relative;
	}
	
	.top-header .main-nav ul li.has-dropdown a {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	
	.top-header .main-nav ul li.has-dropdown > a:after {
		content:'';
		display:block;
		background-image:url(/resources/img/icon-chevron.svg);
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
	}
	
	.main-nav ul li.here a:after {
/*	    content: '';
	    display: block;
	    position: absolute;
	    height: 6px;
	    background: #000;
	    left: -2px;
	    right: -2px;
	    bottom: -6px;*/
	}
	
	.utility-nav {
/*		padding:0 20px;*/
		display:flex;
		align-items:center;
		margin-left:auto;
	}
	
	.top-header .nav-group {
		flex: 1;
		display: flex;
		justify-content: center;
	}
	
	.utility-nav #mobile-search-toggle {
		display:block;
		width:20px;
		height:20px;
		background-image:url(/resources/img/icon-search.svg);
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	.utility-nav .cart-nav {
		line-height:1;
	}
	
	.utility-nav .favorites-link {
		margin-left:10px;
	}
	
	.header-search-top {
		position:relative;
	}
	
	#header-search {
		position:relative;
/*		top:-2px;*/
		width:24px;
		height:24px;
		overflow:hidden;
	}
	
	
	html:not(.search-open) .utility-nav .search-input {
		font-size:16px;
		background-position: 0px 4px;
/*		width:24px;
		height:24px;*/
		border-radius:0;
	}
	
	.utility-nav .search-input, .utility-nav .search-input:focus {
		width:100%;
		background-color:transparent;
	}
	
	.mobile-utility-nav {
		background:#000;
		color:#fff;
		padding:30px;
		padding-bottom:100px;
		margin-top:20px;
		margin-left:-30px;
		margin-right:-30px;
	}


	.mobile-utility-nav .user-nav a, .mobile-utility-nav a {
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
		font-size:15px;
		color:#CCCCCC;
		display:inline-block;
		line-height:20px;
		vertical-align:middle;
		margin:0;
	}

	.mobile-utility-nav .user-nav a span {
		margin:0;
		line-height:1;
		white-space:nowrap;
	}

	.mobile-utility-nav .user-nav a span:before {
		content:'';
		display:inline-block;
		vertical-align:middle;
		width:24px;
		height:24px;
		margin-right:14px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		transform: translateY(-1px);
	}

	.mobile-utility-nav .user-nav a.find-a-store span:before {
		background-image:url(/resources/img/icon-marker.svg);
	}

	.mobile-utility-nav .user-nav a.sign-in span:before {
		background-image:url(/resources/img/icon-user.svg);
	}
	
	.mobile-utility-nav .user-nav {
		padding-bottom:30px;
		margin-bottom:20px;
		border-bottom:#1b1b1b 3px solid;
	}
	
	.mobile-utility-links li {
		line-height:40px !important;
	}
	
	.mobile-utility-links li a {
		margin:0;
		font-size:15px !important;
	}
	
	.pre-close-search {
	    opacity: 1;
	    visibility: hidden;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    background: transparent;
	    flex: 0 0 auto;
	    align-items: center;
	    border-radius: 100px;
	}
	
	.pre-close-search .pre-grey-circle {
	    display: flex;
	    background: #ececec;
	    border-radius: 100px;
	    padding: 16px;
	}
	
	.pre-close-search svg {
	    height: 14px;
	    width: 14px;
	}

	
	@keyframes b {
	  0% {
	    transform: scale(0.5);
	  }
	  50% {
	    transform: scale(1.1);
	  }
	  to {
	    transform: scale(1);
	  }
	}
	
	.utility-nav .search-form {
/*	    position: relative;
	    float: right;*/
	    margin: 0;
	}
	
	.search-open .utility-nav .search-form {
	    margin-right:60px;
	}
	
	.search-open .utility-nav .pre-close-search {
		visibility: visible;
		    transform: scale(0);
		    animation: b 0.25s ease 0.45s forwards;
	}
	
	.search-open .utility-nav #header-search {
	    z-index: 103;
	    height: 100vh;
		padding:12px 30px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    background: #fff;
	    overflow-y: auto;
		transition: all 0.4s ease;
	}
	
	.search-open .utility-nav .search-form .search-input {
		background-color: #ececec;
	}
	
	.search-open .main-header {
		height:100vh;
	}
	
	.utility-nav .cart-link {
	    margin-left: 10px;
	}
	
	.top-header .nav-collapse {
		position:absolute;
		z-index:103;
		top:71px;
		left:0;
		right:0;
		height:100vh;
		overflow-x:hidden;
		overflow-y:auto;
		background-color:var(--color-cream);
		transform: translateX(100%);
		transition: transform .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	
	.top-header .nav-collapse.open {
		transform: translateX(0%);
	}

	.top-header .main-nav .dropdown {
		padding:0 30px;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		width:100%;
		background:#fff;
		display:block;
		transition: transform .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transform:translateX(100%);
		height:100%;
/*		overflow-y:hidden;*/
		display:none;
	}
	
	.top-header .main-nav .dropdown.visible {
		display:block;
	}
	
	.top-header .main-nav {
		transition: transform .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	
	.top-header .main-nav.dropdown-active {
		transform:translateX(-100%);
	}
	
	.top-header .main-nav .dropdown.active {
/*		transform:translateX(0%);*/
		height:auto;
/*		overflow-y:auto;*/
		padding-bottom:100px;
	}
	
	.top-header .main-nav .dropdown li {
		line-height:40px;
	}
	
	.top-header .main-nav .dropdown li a {
		font-size:15px;
		font-family: "TWKLausanne-400";
	}
	
	.top-header .main-nav .dropdown > ul > li > a {
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
	}
	
	.top-header .main-nav .dropdown > ul > li {
		margin-bottom:24px;
	}
	
	.dropdown-title {
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
		font-size:22px;
		margin-bottom:20px;
	}
	
	#top-search-results {
		margin-top:40px ;
	}
	
	#header-search .suggestions {
		padding-bottom:20px;
		border-bottom:#ebebeb 1px solid;
	}
	
	.category-tout {
		background-image:none !important;
	}
}

.mobile-user-nav {
	display: block;
	margin-left:auto;
}

.sign-in-mobile {
	display: block;
	width:24px;
	height:24px;
	margin-left:auto;
	background-image:url(/resources/img/icon-user-dark.svg);
}

.touts {
	margin-top:40px;
}

.tout:before {
	padding-top:80%;
}

.tout .text {
	position:relative;
	z-index:1;
	height:100%;
	justify-content:center;
	align-items:center;
}

.tout .btn {
	position:absolute;
	bottom:28px;
}

.tout .title {
	font-size:44px;
}

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

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

/* Footer */

/*.footer {
	padding:40px 0 60px;
}*/

.footer-logo {
	display:block;
/*	width:228px;
	margin-bottom:80px;*/
}

.footer-logo img {
	display:block;
	width:100%;
}

.footer .title {
	color:var(--color-purple);
}

.footer ul {
	padding:0;
	margin-top:20px;
}

.footer li {
	line-height:2;
}

.footer-column ul li a {
	color:var(--color-purple);
	opacity:0.75;
}

.input-field {
	background:transparent;
	-webkit-appearance: none;
	border-radius: 10px;
	border: 1px solid rgba(51, 22, 37, 0.25);
	height:60px;
	padding:0 20px;
	min-width:280px;
	font-size:18px;
	color:var(--color-purple);
	margin-bottom:20px;
	transition: border-color 0.28s ease;
}

.input-field:focus {
	outline:none;
	border: 1px solid rgba(51, 22, 37, 0.5);
}

@media(min-width:1300px) {
	.footer-email-input {
		min-width:420px;
	}
}

.footer input[type="submit"].btn {
	display:inline-block;
	cursor:pointer;
}

.input-field::placeholder {
	color:var(--color-purple);
}

.footer-social-nav {
	margin:0 !important;
	display:flex;
	gap:30px;
}

.footer .copyright {
/*	color:#999999;
	font-size:12px;*/
	margin:40px 0 0 0;
	color:var(--color-purple);
}

.footer-column {
	margin-bottom:50px;
}

.footer-column:last-child {
	margin-bottom:20px;
}

.footer ul.footer-utility-nav {
	margin-top:30px;
}

/*.footer-utility-nav a {
	color:#999999;
	font-size:15px;
	line-height:1.4;
	letter-spacing: 0.08em;
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
}*/

.section-header .title {
	font-size:28px;
	letter-spacing: 0.06em;
}

.hero.upcycled .dragon-circle-logo {
	display:block;
	width:48px;
	margin:0 auto 10px;
}

.instagram-section .flex-container {
	flex-flow: row wrap;
	overflow:hidden;
	margin:-8px;
}

.instagram-section .flex-container .sub-wall {
	flex-basis:100%;
	margin:0;
}

.instagram-section .item {
	flex-basis:50%;
	padding:8px;
}

.instagram-section .item .inner {
	background:#CCC;
}


.instagram-section .item.large {
	flex-basis:100%;
}

.insta-title-icon {
	width:32px;
	margin-right:8px;
}

.the-latest .magazine {
	padding:0 5% 40px;
}

.the-latest .issue .date, .the-latest .issue .desc {
	color: #737373;
	letter-spacing: 0.03em;
}

.the-latest .issue .title {
	font-size:18px;
	letter-spacing: 0.04em;
	line-height:1.33;
}

.lower-cta .title {
	font-size:30px;
	display:inline-flex;
	align-items:center;
}

.lower-cta .title .cta-arrow {
	width:18px;
	height:auto;
	margin-left:50px;
}

.lower-cta p {
	margin:0;
}

.lower-cta a {
	display:block;
}

.breadcrumbs {
	padding:26px 0 0 0;
}

.breadcrumbs li {
	display:inline;
	text-transform:uppercase;
	font-size: 13px;
	letter-spacing: 0.03em;
	
}

.breadcrumbs li a, .breadcrumbs li:not(:last-child):after {
	font-family: "TWKLausanne-500", Helvetica, sans-serif;
}

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

.footer-columns {
	border-bottom:#fff 1px solid;
}

.footer > .container > .inner, .footer > .container > .inner > .inner-border {
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}

.footer .inner-border {
	margin: 0 11px;
/*	padding:20px;*/
}

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

.footer-lower a {
	color:var(--color-purple);
}

.footer-columns, .footer-logo, .footer-lower .inner {
	padding:50px 20px 20px;
}

.footer-logo {
	padding-bottom:0 !important;
}

.footer-lower .inner {
	padding-top:0 !important;
}

@media(min-width:960px) {
	.lower-cta .title {
		font-size:4em;
	}
	
	.lower-cta .title .cta-arrow {
		width:0.68em;
		margin-left:0.5em;
	}
	
	.footer-columns, .footer-logo, .footer-lower .inner {
		padding:70px 36px 36px;
	}
	
}

@media(max-width:959px) {
	.lower-cta .title {
		position:relative;
	}
	
	.lower-cta .title .cta-arrow {
		position:absolute;
		right:-70px;
	}
	
	.lower-cta a {
		padding:0 20px;
	}
}

/* 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%;
}

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

@media(min-width:960px) {
	
	.page-header:before {
		padding-top:28.8%;
	}
	
	.page-header.short:before {
		padding-top:27.5%;
	}
	
	.page-header img {
		height:100%;
		object-fit:cover;
	}
	
	.page-header .content {
	    position: absolute;
	    z-index: 1;
	    top: 0;
	    left: 0;
		width:100%;
		height:100%;
	}
	
	.page-header .text {
		position:absolute;
		bottom:20%;
		left:0;
	}
	
	.page-header .title {
		font-size:10.666em;
	}
	
	.page-header .product-name {
		text-align:right;
		position:absolute;
		right:0;
		bottom:15%;
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
	}
	
}

@media(max-width:959px) {
	.page-header .title {
		margin-top:26px;
	}
}


@media(min-width:1024px) {
	
/*	.nav-collapse { height:auto !important; flex-grow:1; }*/
	
	.main-nav a.lighter {
		color:#909090;
		transition: color 0.15s ease;
	}
	
	.main-nav li:hover a.lighter {
		color:#000;
	}
	
	.top-header .nav-group { display:flex; flex-grow:1; }
	
	.top-header .nav-collapse {
		display:flex;
		align-items:center;
		flex-grow: 1;
	}
	
/*	.footer {
		padding-top:75px;
	}*/
	
	.footer-columns {
		display:flex;
		gap:90px;
	}
	
	.footer-column.sign-up {
		max-width:435px;
	}
	
	.footer ul.footer-utility-nav {
		display:flex;
		gap:18px;
		padding:0;
		margin-top:40px;
	}
	
	.header-hero .header-text .container {
		gap:40px;
		align-items:center;
		justify-content:space-between;
	}
	
	.header-hero .header-text .container .text {
		max-width:470px;
	}
	
}

@media(min-width:1200px) {
	.footer-columns {
		gap:124px;
	}
}

@media(min-width:1440px) {
	
	
	.footer-column:first-child {
		margin-right:60px;
		min-width:445px;
	}
	
	.footer ul.footer-utility-nav a {
		font-size:15px;
	}
}

@media(max-width:1023px) {
	.main-header .container .header-column {
		flex: 1;
	    display: flex;
/*	    justify-content: center;*/
	}
	
	.our-promise .image {
		width:60%;
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media(max-width:480px) {
	.main-header .container .header-column:first-child {
		flex:0 1 0%;
		padding-right:10px;
	}
}

@media(min-width:960px) {
	
	.hide-min-960 { display:none !important; }
	
	.section-header .title {
		font-size:60px;
		letter-spacing: 0.03em;
	}
	
	.hero .bg-image {
		height:100%;
		object-fit:cover;
	}
	
	.hero:before {
		padding-top:50%;
	}
	
	.hero.iguchi:before {
/*		padding-top:48%;*/
	}
	
	.hero.luma-lens:before {
		padding-top:56.6%;
	}
	
	.hero.upcycled:before {
		padding-top:54.8%;
	}
	
	.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.iguchi .text.left-bottom {
		top:auto;
		bottom:16%;
		left:4.38%;
	}
	
	.hero .text.right-center {
		width:50%;
		padding:0 40px;
		top:50%;
		left:75%;
		transform:translate(-50%, -50%);
	}
	
	.hero .title, .the-latest .latest-title {
/*		font-size:160px;*/
		font-size:10.666em;
		line-height: 0.775;
	}
	
	.hero .title.title-sm {
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
/*		font-size:32px;*/
		font-size:2.133em;
		line-height:1.25;
		letter-spacing: 0.1em;
	}
	
	.hero .sub-title {
		font-size:4em;
		line-height:0.93;
		letter-spacing: 0.03em;
	}
	
	.hero.upcycled .dragon-circle-logo {
		display:block;
		width:14%;
		margin:0 auto 10%;
	}
	
	.hero.upcycled p {
		color:#fff;
	}
	
	.tout:before {
		padding-top:90%;
	}
	
	.tout .title {
/*		font-size:120px;*/
		font-size:8em;
	}
	
	.tout .btn {
		position:absolute;
		bottom:60px;
	}
	
	.touts {
		display:flex;
		gap:32px;
	}
	
	.touts .tout {
		flex-basis:50%;
	}
	
	.instagram-section .flex-container.outer-wall {
		flex-flow: row nowrap;
	}
	
	.instagram-section .flex-container.sub-wall .item .inner {
		height:100%;
	}
	
	.insta-title-icon {
		width:48px;
		margin-right:14px;
	}
	
	.the-latest {
		display:flex;
		justify-content: space-between;
	}
	
	.the-latest .magazine-column {
		flex-basis:52%;
	}
	
	.the-latest .issues-column {
		flex-basis:36%;
		margin-right:4%;
		margin-top:4%;
	}
	
	.the-latest .magazine {
	    padding: 0;
	}
	
	.the-latest .issue {
		display:flex;
		gap:32px;
	}
	
	.the-latest .issue > * {
		flex-basis:50%;
	}
	
}

@media(max-width:959px) {
	
	.section-header .btn { display:none; }
	.section-header .container:not(.sm-align-left) {
		justify-content:center;
	}
	
	.hero .text { text-align:center; }
	.hero .title br { display:none; }
	.hero .text {
		margin:30px 20px;
	}
	
	.hero .sub-title {
		font-size:24px;
	}
	.hero .buttons {
		justify-content:center;
	}
	
	.hero .luma-logo {
		width:160px;
		margin:20px auto 10px;
	}
	
	.sm-center { text-align:center; }
}


/* Desktop header */
@media(min-width:1024px) {
	
	.hide-min-1024 { display:none !important; }
	
	#hamburger-nav { display:none; }
	
	.container {
		padding:0 30px;
	}
	
	.top-logo {
		width:226px;
	}
	
	.pre-header .header-column {
		flex: 1;
	    display: flex;
	    justify-content: center;
	}
	
	.pre-header .user-nav {
		margin-left:auto;
	}
	
	.pre-header .user-nav.nav-left {
		margin-right:auto;
		margin-left:inherit;
	}

	.pre-header .user-nav a {
		font-family: "TWKLausanne-500", Helvetica, sans-serif;
		font-size:13px;
		color:#959595;
		display:inline-block;
		line-height:20px;
		vertical-align:middle;
		margin:0;
	}

	.pre-header .user-nav a span {
		margin:0;
		line-height:1;
		white-space:nowrap;
	}

	.pre-header .user-nav a span:before {
		content:'';
		display:inline-block;
		vertical-align:middle;
		width:20px;
		height:20px;
		margin-right:10px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		transform: translateY(-1px);
	}

	.pre-header .user-nav a.find-a-store span:before {
		background-image:url(/resources/img/icon-marker.svg);
	}

	.pre-header .user-nav a.sign-in span:before {
		background-image:url(/resources/img/icon-user.svg);
	}
	
	.main-header .container {
		height:78px;
		justify-content:start;
		transition: transform 0.28s ease;
	}
	
	.top-header:not(.scrolled) .main-header .container {
		transform:translateY(65px);
	}
	
	.main-nav {
		margin-left:10px;
	}

	.main-nav ul {
		padding:0;
	}
	
	.main-nav > ul > li, .utility-nav > ul > li {
		display:inline-block;
/*		position:relative;*/
		margin:0 25px;
	}
	
	.main-nav > ul > li:last-child, .utility-nav > ul > li:last-child {
		margin-right:0;
	}
	
	.main-nav ul li a {
		position:relative;
		
	}
	
	.main-nav ul li a:before {
		content:'';
		display:block;
		position:absolute;
/*		background:#ff0000;*/
		height:48px;
		width:100%;
	}
	
	.utility-nav .favorites-link {
		position:relative;
	}
	
/*	.main-nav:not(.active) ul li.here > a:after,
	.main-nav:not(.active) ul li.active > a:after,*/
/*	.main-nav > ul > li > a:hover:after, .favorites-link:hover:after {
		content:'';
		display:block;
		position:absolute;
		z-index:2;
		height:3px;
		background:#000;
		left:-4px;
		right:-4px;
		bottom:-30px;
	}*/
	
	.utility-nav .favorites-link:after {
		bottom:-28px;
	}
	
	.main-nav ul li.here a.lighter {
		color:#000;
	}
	
	.main-nav .dropdown, .header-search-box {
		position:absolute;
		overflow:hidden;
		z-index:100;
		background:#fff;
		left:0;
		top:78px;
		width:100%;
		padding:32px 30px 38px 30px;
		box-shadow: 0px 12px 8px -4px rgba(0, 0, 0, 0.2);
		opacity:0;
		visibility: hidden;
	    transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
	    transform-origin: top center;
	    transform: scaleY(0);
	}
	
	.header-search-box {
		display:flex;
		flex-flow:row-reverse;
		gap:80px;
	}
	
	.header-search-box .suggestions {
		margin-left:auto;
		margin-right:250px;
		flex:0 0 190px;
		transition: margin 0.28s ease;
	}
	
	.header-search-box.has-results .suggestions {
		margin-right:80px;
	}
	
	#top-search-results {
		flex-grow:1;
	}
	
	#top-search-results .title {
		margin-left:8px;
	}
	
	.main-nav ul li.active .dropdown, .search-open .header-search-box {
		transform: scaleY(1);
	    opacity: 1;
	    visibility: visible;
	    transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
	}
	
	.main-nav .dropdown > ul {
		display:flex;
		align-items:flex-start;
	    opacity: 0;
	    transform: translateY(-10px);
	    transition: transform 0.1s, opacity 0.1s;
	    transition-delay: 0s;
	}
	
	.main-nav ul li.active .dropdown > ul {
	    opacity: 1;
	    transform: translateY(0);
	    transition: transform 0.3s ease, opacity 0.2s linear;
	    transition-delay: 0.2s;
	}
	
	.main-nav .dropdown > ul > li {
		flex:0 0 20%;
		max-width:250px;
/*		background:#ccc;*/
	}
	
	.main-nav .dropdown ul, .main-nav .dropdown li {
		margin:0;
		padding:0;
		line-height:40px;
	}
	
	.main-nav .dropdown ul, .main-nav .dropdown li a {
		font-size:15px;
		font-family: "TWKLausanne-400";
		letter-spacing: 0.01em;
	}
	
	.main-nav .dropdown ul, .main-nav .dropdown > ul > li > a {
		font-family: "TWKLausanne-500";
		letter-spacing: 0.02em;
	}
	
	.main-nav .dropdown li a {
		transition: opacity 0.15s ease, color 0.15s ease;
	}
	
	.main-nav .dropdown li a:hover {
		opacity:0.6;
	}
	
	.main-nav .dropdown li.category-tout a:hover {
		opacity:1;
		color:#CCCCCC;
	}
	
	
	
	.main-nav .dropdown li.category-tout {
		flex:0 0 40%;
		max-width:500px;
/*		background:#666;*/
		margin-left:auto;
		position:relative;
	}
	
	.main-nav .dropdown li.category-tout a {
		color:#fff;
		font-weight:normal;
		font-size:60px;
		text-transform:uppercase;
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.main-nav .dropdown li.category-tout:before {
		content:'';
		display:block;
		padding-top:54%;
	}

	.utility-nav {
		margin-left:auto;
	}

}

@media(min-width:1330px) {
	
	.utility-nav .cart-link, .utility-nav .favorites-link {
		margin-left:24px;
	}
	
	.utility-nav .search-input {
		width:220px;
	}
	
	.main-nav {
		margin-left:68px;
	}
	
	.top-logo {
		width:296px;
	}
	
	.pre-header .user-nav a {
		margin:0;
	}
	
	.main-nav .dropdown {
		padding-left:292px;
	}
	
}

@media(min-width:1330px) {
	.utility-nav .search-input:focus {
		width:240px;
	}
}

@media(min-width:1460px) {
	
	.container {
		padding:0 48px;
	}
	
	.main-nav ul li {
		margin:0 18px;
	}
	
	.main-nav .dropdown {
		padding-left:318px;
		padding-right:48px;
	}
}

@media(min-width:1600px) {
/*	.utility-nav {
		margin-right:30px;
	}*/
	
	.utility-nav .search-input {
		width:340px;
	}
	
	.utility-nav .search-input:focus {
		width:360px;
	}
	
	.the-latest .issues-column {
		flex-basis:32%;
		margin-right:8%;
	}
}

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

@media(max-width:1023px) {
	.hide-max-1023 { display:none !important; }
	.flex-clear-1023 { display:block; }
	
	/* Margins */
	.md-mt-0  { margin-top:0px !important; }
	.md-mt-1  { margin-top:4px !important; }
	.md-mt-2  { margin-top:8px !important; }
	.md-mt-3  { margin-top:16px !important; }
	.md-mt-4  { margin-top:24px !important; }
	.md-mt-5  { margin-top:32px !important; }
	.md-mt-6  { margin-top:48px !important; }
	.md-mt-7  { margin-top:64px !important; }
	.md-mt-8  { margin-top:80px !important; }
	.md-mt-9  { margin-top:128px !important; }
	.md-mt-10 { margin-top:160px !important; }

	.md-mb-0  { margin-bottom:0px !important; }
	.md-mb-1  { margin-bottom:4px !important; }
	.md-mb-2  { margin-bottom:8px !important; }
	.md-mb-3  { margin-bottom:16px !important; }
	.md-mb-4  { margin-bottom:24px !important; }
	.md-mb-5  { margin-bottom:32px !important; }
	.md-mb-6  { margin-bottom:48px !important; }
	.md-mb-7  { margin-bottom:64px !important; }
	.md-mb-8  { margin-bottom:80px !important; }
	.md-mb-9  { margin-bottom:128px !important; }
	.md-mb-10 { margin-bottom:160px !important; }

	.md-v-margin-0  { margin-top:4px !important; margin-bottom:0px !important; }
	.md-v-margin-1  { margin-top:4px !important; margin-bottom:4px !important; }
	.md-v-margin-2  { margin-top:8px !important; margin-bottom:8px !important; }
	.md-v-margin-3  { margin-top:16px !important; margin-bottom:16px !important; }
	.md-v-margin-4  { margin-top:24px !important; margin-bottom:24px !important; }
	.md-v-margin-5  { margin-top:32px !important; margin-bottom:32px !important; }
	.md-v-margin-6  { margin-top:48px !important; margin-bottom:48px !important; }
	.md-v-margin-7  { margin-top:64px !important; margin-bottom:64px !important; }
	.md-v-margin-8  { margin-top:80px !important; margin-bottom:80px !important; }
	.md-v-margin-9  { margin-top:128px !important; margin-bottom:128px !important; }
	.md-v-margin-10 { margin-top:160px !important; margin-bottom:160px !important; }

	/* Padding */
	.md-pt-0  { padding-top:0px !important; }
	.md-pt-1  { padding-top:4px !important; }
	.md-pt-2  { padding-top:8px !important; }
	.md-pt-3  { padding-top:16px !important; }
	.md-pt-4  { padding-top:24px !important; }
	.md-pt-5  { padding-top:32px !important; }
	.md-pt-6  { padding-top:48px !important; }
	.md-pt-7  { padding-top:64px !important; }
	.md-pt-8  { padding-top:80px !important; }
	.md-pt-9  { padding-top:128px !important; }
	.md-pt-10 { padding-top:160px !important; }

	.md-pb-0  { padding-bottom:0px !important; }
	.md-pb-1  { padding-bottom:4px !important; }
	.md-pb-2  { padding-bottom:8px !important; }
	.md-pb-3  { padding-bottom:16px !important; }
	.md-pb-4  { padding-bottom:24px !important; }
	.md-pb-5  { padding-bottom:32px !important; }
	.md-pb-6  { padding-bottom:48px !important; }
	.md-pb-7  { padding-bottom:64px !important; }
	.md-pb-8  { padding-bottom:80px !important; }
	.md-pb-9  { padding-bottom:128px !important; }
	.md-pb-10 { padding-bottom:160px !important; }

	.md-v-pad-0  { padding-top:4px !important; padding-bottom:0px !important; }
	.md-v-pad-1  { padding-top:4px !important; padding-bottom:4px !important; }
	.md-v-pad-2  { padding-top:8px !important; padding-bottom:8px !important; }
	.md-v-pad-3  { padding-top:16px !important; padding-bottom:16px !important; }
	.md-v-pad-4  { padding-top:24px !important; padding-bottom:24px !important; }
	.md-v-pad-5  { padding-top:32px !important; padding-bottom:32px !important; }
	.md-v-pad-6  { padding-top:48px !important; padding-bottom:48px !important; }
	.md-v-pad-7  { padding-top:64px !important; padding-bottom:64px !important; }
	.md-v-pad-8  { padding-top:80px !important; padding-bottom:80px !important; }
	.md-v-pad-9  { padding-top:128px !important; padding-bottom:128px !important; }
	.md-v-pad-10 { padding-top:160px !important; padding-bottom:160px !important; }
}

@media(max-width:959px) {
	.flex-clear-959 { display:block; }
	.hide-max-959 { display:none !important; }
	.fluid-max-959 {
		padding-left:0;
		padding-right:0;
	}
	
	.btn:not(.btn-large) {
		padding:0 30px;
	    min-height: 48px;
	}
	
	a.btn:not(.btn-large) {
		line-height:46px;
	}
	
	.btn.sm-solid {
		border:none;
		background: #1B1B1B;
		color:#fff;
		transition:background 0.15s ease;
	}

	.btn.sm-solid:hover {
		background: #333333;
	}
	
	/* Margins */
	.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; }
}

/* 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%; }
}
