
.page_container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.mobile .jhf-pink-quote {
  width: calc(100vw - 40px) !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box !important;
}

.jhf-pink-h1 {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.jhf-tier-block span,
[style*="Helvetica"] {
  font-family: Diatype, Icons, sans-serif !important;
}

#mc_embed_signup .shop_product .button,
form .shop_product .button {
  padding: 0.7rem 2rem !important;
  height: auto !important;
  min-height: 0 !important;
}

#mc_embed_signup form {
  padding-right: 25px !important;
}

.jhf-callout {
  margin-right: -3% !important;
}



form .jhf-callout,
#mc_embed_signup .jhf-callout {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
}



.jhf-bottom-cta {
  text-align: center;
  padding: 48px 20px 48px;
}
.jhf-bottom-cta .shop_product {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.jhf-bottom-cta .shop_product .button {
  padding: 1.1rem 2rem !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  left: 0 !important;
  position: relative !important;
  transform: none !important;
}
body.mobile .jhf-bottom-cta {
  padding: 40px 20px 40px;
}
body.mobile .jhf-bottom-cta .shop_product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  left: 0 !important;
  position: relative !important;
}
body.mobile .jhf-bottom-cta .shop_product .button {
  width: 100% !important;
  left: 0 !important;
  position: relative !important;
  transform: none !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.jhf-community-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
body.mobile .jhf-community-wrap {
  padding: 0 20px;
  max-width: 100%;
}
.jhf-community-section {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #312f2c !important;
  padding: 48px 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .jhf-community-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.schedule_2 {
		background-color: #e9eae1;
   		padding-left:10px;
        padding-right:10px;
}

body.mobile .schedule_beige {
	max-width:100%;
    margin:auto;
    padding-left: 15px;
    padding-right: 15px;
}
.schedule_beige {
	background-color: #cdcdc1;
    padding-left:75px;
    padding-right:75px;
}

body.mobile .vol_hero_beige {
	margin-top:-40px;
    margin-left: 0px;
    margin-right: 0;
    padding-left:0px;
    padding-right:10px;
}



@media (min-height:500px) {
    h1 {
	font-size: 18px !important;
}
    h2 {
	font-size: 15px !important;
}
	body {
		font-size: 12px !important; 
}
    small {
		font-size: 14px !important;   
}
    #date {
	font-size: 15px !important;
    }
    #time{
		font-size: 15px !important;
}
    .link{
	font-size: 14px !important;
}
    .dropdown{
		font-size: 14px !important;
}
    .link_vol {
	font-size: 14px !important;
}
    .dropdown_vol {
		font-size: 14px !important;
}
    .live_header {
	font-size: 14px !important;
	padding-bottom:5px !important;
}
    .tag {
		font-size: 14px !important;
}
    .FAQ_desc {
		font-size: 14px !important;
    	opacity: 0.5;
}
     .subheader {
		font-size: 14px !important;
}
}

.down-enter-active { animation: 0s down-enter; animation-delay: 0.5;}

@keyframes down-enter {
  0% { clip-path: inset(0 0 100% 0); }
  100% { clip-path: inset(0); }
}

.down-enter-active-2 { animation: 0s down-enter; animation-delay: 0.9;}

a {
	cursor: pointer;
}

.schedule img:hover {
	opacity: 0.8;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#toolset {
	display: none;
}

#mc_embed_signup {
	background: #fff;
	color: #3d3d3d;
    margin-left:-8px; 
}

.vol_hero_beige {
	margin-top:0px;
    margin-right: auto;
    max-width: 30em;
    padding-right:5px;
    background-color: #edede6;
    font-size:15px;
}

.mc-field-group {
	padding-top: -20px;
}

body.mobile #mc_embed_signup input[type="submit"] {
			padding-top: 10px !important;
            padding-bottom: 10px !important;
}

#mc_embed_signup input {
    border: medium none;
    color: #3d3d3d;
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 5px;
    max-width: 350px;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	font-weight: 400;
}

body.mobile .vol_hero_image {
	margin-top: 10px;
    width:100vw;
    height:100%;
}

.email {
    height:50px;
    width:100%;
}

.fullwidthimage img {
	opacity:0;
}

body.mobile .fullwidthimage {
	background-size: cover;
	background-attachment: inherit;
    width:150%;
    height:460px;
}
    
.fullwidthimage {
  background: url(https://freight.cargo.site/t/original/i/fe86cac40dd85329dcf3c3df6a7d1622dd3b4be42b5f9e70be47157e591cf6ff/IMG_8835-min-2.PNG);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
    height:650px;
    width:120%;
    margin-left:-80px;
    margin-right:-80px;
}

.mce_inline_error {
	border:1px solid #1f1d1a;
}

::placeholder {
	color:#6c6c69;
    padding-left:6px;
}

#mc_embed_signup input.email { 
    background: #fff;
    color:#1f1d1a;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-top: -10px;
}

#mc_embed_signup input.name { 
    background: #fff;
}

#mc_embed_signup input[type="submit"] {
	background: #e9eae0;
	color: #1f1d1a;
	cursor: pointer;
	font-size: 16px;
	width: 90%;
    height:50px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding-left:22px;
    padding-right:22px;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 500;
}

#mc_embed_signup input[type="submit"]:hover { color: #1f1d1a; }
		
.back {
	margin-top: -140px !important;
    margin-left: -83px !important;
}

body.mobile .back {
	margin-top: -84px !important;
    margin-left: -82px !important;
}

.marquee {
	padding-right:20px;
}

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

div.coming_soon {
	opacity: 0.3;
}

.logo img {
    max-width:260px;
    object-fit: contain;
    object-position: bottom;
}

.close {
	color: #e9eae0 !important;
}

.header a {
	background-color: none;
    border-radius: 40px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:22px;
    padding-right:22px;
    border:1px solid #1f1d1a;
    color:#1f1d1a !important;
    display:block;
    width:100%;    
}

.vol_padding {
	padding-right:40px;
}

.alignleft {
	float: left;
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 500;
    pointer-events: none;
}

.alignleft:hover {
	opacity: 0.7;
}

body.mobile .alignleft_vol {
	float: left;
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 500;
    margin-left: -5px;
    pointer-events: none;
}

.alignleft_vol {
	float: left;
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 500;
    pointer-events: none;
}

.alignright {
	float: right;
    pointer-events: none;
}

.aligncenter {
	float: center;
}

.live_header {
	float: right;
    margin-top:0px;
    margin-right: 0px;
    padding-top:4px;
    display:block;
}

body.mobile .live_header {
	float: right;
    margin-top:0px;
    margin-right: 0px;
    padding-top:4px;
    display:block;
}

.dropdown {
	position: relative;
}

.dropdown a {
	display: inline-block;     
    position: relative;    
    z-index: 1;     
    padding-right: 100em;     
    margin-right: -100em; 
}

.dropdown_vol {
	position: relative;
}

.dropdown_menu {
	position: absolute;
    padding: 1rem;
	background-color: 0;
    border-radius: 9px;
    margin-top: 0px;
    width: 100%;
    margin-right: 0px;
    padding-top:46px;
    padding-bottom:9px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
    line-height: 2.2;
    opacity:0;
    top: 0px;
    left: 0px;
    pointer-events: none;    
}

body.mobile .dropdown_menu {
    position: absolute;
    padding: 1rem;
	background-color: 0;
    border-radius: 9px;
    margin-top:0px;
    width: 100%;
    margin-right: 0px;
    padding-top:45px;
    padding-bottom:9px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
    line-height: 2.2;
    opacity:0;
    top: 0px;
    left: 0px;
    pointer-events: none;   
}

.dropdown_menu_vol {
	position: absolute;
    padding: 1rem;
	background-color: 0;
    border-radius: 9px;
    margin-top:0px;
    width: 100%;
    margin-right: 0px;
    padding-top:45px;
    padding-bottom:9px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    line-height: 2.2;
    opacity:0;
    top: 0px;
    left: 0px;
    pointer-events: none;    
}

body.mobile .dropdown_menu_vol {
	position: absolute;
    padding: 1rem;
	background-color: 0;
    border-radius: 9px;
    margin-top:5px;
    width: 100%;
    margin-right: 0px;
    padding-top:45px;
    padding-bottom:9px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    line-height: 2.2;
    opacity:0;
    top: 0px;
    left: 0px;
    pointer-events: none;      
}

.dropdown_menu a {
	display: inline-block;     
    position: relative;    
    z-index: 1;     
    padding-right: 100em;     
    margin-right: -100em; 
    pointer-events: none;    
}

.dropdown_menu_vol a {
	display: inline-block;     
    position: relative;    
    z-index: 1;     
    padding-right: 100em;     
    margin-right: -100em; 
    pointer-events: none;    
}

.dropdown_vol.active > .link_vol + .dropdown_menu_vol {
	opacity: 1;
    pointer-events: auto;    
}

.dropdown.active > .link + .dropdown_menu {
	opacity: 1;
    pointer-events: auto;    
}

.freebie {
	padding-right: 40px;
}

.hide {
	opacity: 0;
}

.stickyheader {
    background-color:none;
    margin-top:-130px;
}

.sticky_vol {
	margin-top: -130px;
    max-height:30px;
}

.stickyheader img {
    margin-top:-15px;  
    position:absolute;
    width:100;
}

.stickyheader_logo {
	max-width:250px;
}

body.mobile .vol_01_text {
	font-size:16px;
    letter-spacing: 0.3px;
}

.header_logo {
	margin-top:-90px;
}

body.mobile .header_logo {
	margin-top:-78px;
    position: relative;
}

.header_logo_mobile {
	margin-top:-78px;
}

.header_logo img {
    max-width:200px;
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.stickyheader_mobile {
	margin-top: -24px;    
}

.stickyheader_youtube {
   margin-top: -19px;
}

.youtube_1 {
	float: right;
    margin-top: -25px;
    margin-right: 5px;
}

.hidden {
	opacity: 0.35;
    cursor: default;
    pointer-events: none;   
    padding-top:15px;
    padding-bottom:18px;
}

.hidden_tag {
	background-color: 0;
    border-radius: 9px;
    margin-top:-15px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1px solid #1f1d1a;
    display:block;
    float:left;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 400;
    opacity:1;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  background-color: #000;
  color: #FFF;
  transition: all 1s;
}

.slider.close {
  top: 100%;
  height: 0;
}

.tag {
	background-color: 0;
    border-radius: 9px;
    margin-top:-10px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1px solid #1f1d1a;
    display:block;
    float:left;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 200;
    opacity:0.5;
}

.tag_2 {
	background-color: #1f1d1a;
    border-radius: 9px;
    margin-top:0px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
    float:left;
}

.tag_cream {
	background-color: 0;
    border-radius: 9px;
    margin-top:-8px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    float:left;
    opacity:0.4;
}

.tag_cream_1 {
	background-color: 0;
    border-radius: 9px;
    margin-top:-8px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    float:left;
    opacity:0.4;
}

body.mobile .tag_cream_1 {
	background-color: 0;
    border-radius: 9px;
    margin-top:-8px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    float:left;
    opacity:0.4;
}

.tag_header {
	background-color: 0;
    border-radius: 9px;
    margin-top:-5px;
    margin-right: 5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
    float:left;
}

.tag_header_mobile {
	background-color: 0;
    border-radius: 9px;
    margin-top:5px;
    margin-right: 0px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
}

.tag_header_mobile_cream {
	background-color: 0;
    border-radius: 9px;
    margin-top:5px;
    margin-right: 0px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
}

.link {
	background-color: transparent;
    border-radius: 9px;
    margin-top:0px;
    margin-right:0px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #1f1d1a;
    display:block;
    width:100%;
 	font: inherit;
    color: #1f1d1a;
    cursor: pointer;
    position:relative;
    pointer-events: none;
}

body.mobile .link {
	margin-top:5px;
}
    
.link:hover {
	opacity: 0.7;
}

.link_vol {
	background-color: transparent;
    border-radius: 9px;
    margin-top:0px;
    margin-right: 0px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:11px;
    padding-right:11px;
    border:1.5px solid #e9eae0;
    display:block;
    width:100%;
 	font: inherit;
    color: #e9eae0;
    cursor: pointer;
    position:absolute;
}

body.mobile .link_vol {
	margin-top:5px;
}
    
.link_vol:hover {
	opacity: 0.7;
}

.button {
    margin-top: -100px;
}

.button-1 img {
	max-width: 15px;
    padding-top:135px;
}

.button-2 img {
	max-width:15px;
    padding-top:135px;
    margin-top:-95px;
    filter: invert(94%) sepia(9%) saturate(345%) hue-rotate(350deg) brightness(191%) contrast(83%);    
}

.hero {
  background-attachment: fixed;
  background-image: url(https://freight.cargo.site/t/original/i/67cc5252e96b57b35abab3888c7534860575b4195fa31886897bd8d04acf649d/JHF_HEADER_5.jpg);
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 180px;
    margin-bottom: -120px;
  margin-left: -80px;
  margin-right: -80px;
}
.button-1 a {
    background-color: #e9eae0;
    border-radius: 12px;
    padding-top:14px;
    padding-bottom:14px;
    padding-left:22px;
    padding-right:22px;
    font-size:16px;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 500;
}

.button-1 a:hover {
	opacity: 0.85;
}

.button-2 a {
	background-color: none;
    border-radius: 12px;
    padding-top:14px;
    padding-bottom:14px;
    padding-left:22px;
    padding-right:22px;
    border:1.5px solid #e9eae0;
    color:#e9eae0 !important;
    font-size:16px;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 500;
}

.signup {
    background-color:0;
    border-radius: 12px;
    padding-top:15px;
    padding-bottom:15px;
    display:block;
    width:100%;   
    color:#1f1d1a;
    border:1.5px solid #1f1d1a;
}

.vol_video {
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width:100%;    
}

.vol_video:hover {
	opacity: 0.9;
}

body.mobile .vol_video {
	margin-top: -50px;
}

.vol_arrow_line {
    display:block;
    margin-top:-28px !important;
}

.Vol_header {
	margin-top:-60px;
}

.vol_name {
 	display:block;
    margin-top:5px;
}

.vol_name_2 {
	float:right;
}

body.mobile .vol_name {
	margin-left: 3.0vw;
}

.vol_button {
	display: block;
    margin-top: -95px;
}

.vol_hero {
	margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 30em;
    padding-right:5px;
}

.vol_hero_body {
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 200;
}
  
body.mobile .vol_hero_body {
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 400;
    margin-left: 0;
    font-size:14px;
    line-height: 1.3;
}

.vol_hero_image img {
	border-radius:0px;
    max-width:800px;
    object-fit: contain;
    object-position:top;
    margin-top:0px;
}

body.mobile .vol_hero_1 {
	margin-top: 40px;
}

.vol_hero img {
    margin-top: -57px;
    margin-bottom: -45px;
}

.vol_signup {
    background-color: #eaeae0;
    border-radius:60px;
    padding-top:15px;
    padding-bottom:-25px;
    padding-left: 25px;
    display:block;
    width:100%;   
    color:#1f1d1b;
    border:1.5px solid #e9eae0;
}

.vol_signup img {
	max-width:55px;
	padding-right: 25px;  
    margin-top: -57px;
    margin-bottom: -45px;
}

.vol_signup h1 {
    float:left;
}

.vol_signup body {
    float:left;
}

.vol_block {
	background-color: white;
    margin-left:-25px;
}

.black_block {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.schedule hr {
	border-color: 1px solid #fff;
}

.schedule_description {
	margin-left: 18vw;
    margin-right: 17vw;
}

body.mobile .schedule_description {
	margin-left: 20px;
    margin-right: 20px;
}

.faq_vol {
    margin-left: 18vw;
    margin-right: 18vw;
    background-color: #1f1d1b; 
}

.block {
	border: 1px solid #adaea7;
    padding: 10px 20px 10px 20px;
    margin-top: -4px;
    width: 80%;
    text-align: left;
    display: block;
    border-radius: 30px;
	color: rgba(24, 23, 25, 1);
    background-color: #e9eae0;
}

#date {
	color:#e9eae0;
}

.schedule {
	background-color: #252425;
    padding-left:75px;
    padding-right:75px;
}

.nav {
	padding-right: 10px !important;
    padding-left: 0 !important;
}

.white img {
    max-width:60px;
    margin-top:5px;
    float:left;
}

.white {
	margin-top: -3px;
}

.white a:hover {
	opacity: 0.7;
}

div.white {
    color:black;  
    padding-left:-20px;
    margin-top:-15px;
}

div.white h1 {
    padding-top:12px;
    padding-bottom:18px;
    padding-left: 0px;
    margin-bottom: -10px;
    margin-top:-24px !important;
}

body.mobile div.white h1 {
	padding-top:3px;
    margin-bottom:-5px;
}

div.white h2 {
    margin-left: -15px;
    padding-bottom: 10px;
}

div.white small {
	padding-left:15px;
}

body.mobile .white {
	margin-bottom: 0px;
}

body.mobile .block {
	display:none;
}

body.mobile {
	padding-top:0;
}

body.mobile .hero {
    background-size: cover;
	background-attachment: inherit;
    margin-top:-200px;
    padding-top:120px;
    padding-bottom:100px;
    background-position: 30% -15%;
    background-size: 140%;
    

}

body.mobile h1 {
	font-size: 18px !important;
}

body.mobile div.white h1 {
    padding-bottom: 4px !important;
}

body.mobile .schedule {
	max-width:100%;
    margin:auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.mobile .schedule h1 {
	padding-bottom: 10px;
}

body.mobile .vol_hero {
	margin-top:-55px;
    margin-left: 0px;
    margin-right: 0;
    padding-left:0px;
    padding-right:15px;
}

hr.solid {
  border: 1px solid #1f1d1a;
  margin-top:-45px;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #ff0000;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bolder;
}

sub, sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(233, 234, 224, 1);
	height: 2px;
	display: block;
}

.content img {
	float: none;
}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.vol_hero_beige {
	background-color: none;
}

.vol img {
	max-width:70px;
    margin-top: -140px;
    padding-left: 16px;
    display: block;
    margin-bottom: -90px;
}

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

[data-predefined-style="true"] bodycopy {
	font-size: 1.1rem;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	line-height: 1.2;
    letter-spacing: 0.5;
	font-style: normal;
	font-weight: 500;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

.image-link:hover {
	opacity:0.8;
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 2.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: -0.04rem;
}

[data-predefined-style="true"] h1 a {
	color: #1f1d1a;
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
    margin-top:-15px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.5rem;
	line-height: 1;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.6);
    margin-left:-5px;
}

[data-predefined-style="true"] small a {
	color: rgba(24, 23, 25, 1);
	border-bottom-width: 0em;
}

[data-css-preset] .page {
    background-color: initial;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
}

[data-css-preset] .container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

[data-css-preset] body {
	background-color: #edede6;
}

[data-css-preset] .container_width {
	width: 100%;
}

[data-css-preset] .content_padding {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0);
}

[data-css-preset] .thumbnails_width {
    width: 100%;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem;
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 0.5;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

[data-css-preset] #site_menu_button {
	color: rgba(233, 234, 224, 1);
	line-height: 1;
	font-size: 28px;
	padding: 6px;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem;
	right: 3rem;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

#site_menu {
	font-family: "VCR OSD Mono", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
	display: flex;      
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(233, 234, 224, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(233, 234, 224, 1);
	line-height: .85em;
	font-size: 45px;
    padding-right:-5px;
    margin-top:-5px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2.5rem;
	right: 3rem;
}

#shop_button.text {
	font-family: Diatype, Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

.shop_product {
    width: 100%;
	max-width: 100%;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
	line-height: 1rem;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem !important;
    background: rgba(255, 255, 255, 1) !important; 
    color: rgba(0, 0, 0, 1) !important;
    border-radius: 12px !important;
    flex: 0 0 50%;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
	line-height: 1;
    padding: 1.1rem 2rem !important;
	font-style: normal;
	font-weight: 600 !important;
    box-sizing: border-box !important;
}

.content img.image-zoom:active {
  opacity: .7;
}

[data-css-preset] .quick-view {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    height: 100%;
    width: 95%;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1);
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .backdrop {
	width: 100%;
}