@media (min-width: 1510px){
.thisistonowrap {
white-space: nowrap;	
    }
}

@media (min-width: 1112px){
.thisistonowrap2 {
white-space: nowrap;	
    }
}


/* mobile-only filler tile so odd project count balances nicely */
.bw-project--bubble{
  display: none !important;
  background: transparent;
  overflow: visible;
}

.bw-project--bubble-inner{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bw-project--bubble img{
  display: block;
    padding-top: 15px;
  width: 60%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  transition: transform 160ms ease, opacity 160ms ease;
}

.bw-project--bubble:hover img{
  transform: scale(1.03);
}

.bw-project--bubble:focus-visible{
  outline: 2px solid #1d5fd1;
  outline-offset: 6px;
}

/* only show the tile on mobile */
@media (max-width: 680px){
  .bw-project--bubble{
    display: block !important;
  }

  /* hide fixed speech bubble on mobile so it doesn't appear twice */
  .bw-speech-bubble{
    display: none !important;
  }
}

.bw-mobile-only-break{
  display: none !important;
}

@media (max-width: 680px){
  .bw-project__text{
    gap: 0 !important;
  }

  .bw-project__text > span{
    line-height: 1.02 !important;
  }

  .bw-mobile-only-break{
    display: block !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
  }
}


.bw-mobile-only-break{
  display: none !important;
}

@media (max-width: 680px){
  .bw-mobile-only-break{
    display: block !important;
    content: "";
  }
}


.bw-vimeo-wrap{
  width: 100%;
  border: var(--border) solid var(--line);
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
  margin-top: 9px;
}

.bw-vimeo-wrap iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}


@media (min-width: 901px){
  .welcome-box{
    margin-bottom: 18px;
  }
}

@media (max-width: 520px){


}

.welcome-box{
  padding: 0;
  overflow: hidden;
}

.welcome-split{
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 18px;
  align-items: center;
  min-height: 0;
}

.welcome-left{
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-photo-frame{
  width: 100%;
  max-width: 550px;
  border: var(--border) solid var(--line);
  box-sizing: border-box;
  line-height: 0;
}

.welcome-photo-gallery{
  width: 100%;
}

.welcome-photo-gallery,
.welcome-photo-gallery .gallery_card,
.welcome-photo-gallery figure,
.welcome-photo-gallery a{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.welcome-photo-gallery img,
.welcome-photo-gallery video{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.welcome-right{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.welcome-right-inner{
  max-width: 340px;
  width: 100%;
  text-align: center;
}

.welcome-head{
  color: var(--overlay-ink);
  margin-bottom: 18px;
}

.welcome-sub{
  color: var(--text);
}

@media (max-width: 900px){
  .welcome-split{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .welcome-right{
    padding-top: 0;
  }

  .welcome-photo-frame{
    max-width: 100%;
  }
    .welcome-sub{
  color: var(--text);
    margin-bottom: -10px;
      
}
    
    .welcome-head{
    margin-top: 20px;
}

}

@media (max-width: 768px){
  .welcome-box{
    padding: 0;
  }

  .welcome-split{
    gap: 14px;
  }

  .welcome-right{
    padding: 0 6px;
  }
}


.case-box{

  width: 100%;
  height: auto;
  margin-top: var(--case-box-vert-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-title-box{ margin-top: 0; padding: var(--case-title-pad-y) var(--case-title-pad-x); }
.case-copy-box{ padding: var(--case-copy-pad-y) var(--case-copy-pad-x); margin-top: 9px; }

.case-title, .case-copy{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .hero-text { font-size: 45px !important; line-height: 42px !important; }
}

.case-image-wrap{ margin-top: 9px; border: var(--border) solid var(--line); padding: 0; }
.case-image-wrap img, .image-gallery img{ display: block; width: 100%; height: auto; }

.bw-dad-fixed {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 5px !important;
  bottom: -20px !important;

  z-index: 9999 !important;
  display: block !important;
  width: clamp(70px, 9vw, 110px) !important;
  line-height: 0 !important;
  text-decoration: none !important;
scale: 80%;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.bw-dad-fixed img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.bw-dad-fixed:focus-visible {
  outline: 2px solid #1d5fd1;
  outline-offset: 4px;
}

@media (max-width: 680px) {
  .bw-dad-fixed {
    right: 14px !important;
    bottom: 14px !important;
    width: min(24vw, 110px) !important;
  }
}

.bw-speech-bubble {
 position: fixed !important;
  right: 15px !important;
  left: auto !important;
  bottom: -10px !important;
  z-index: 9999 !important;
  display: block !important;
  width: 110px !important;
  line-height: 0 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bw-speech-bubble img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}


/* =========================
   HOMEPAGE / PROJECT GRID
   ========================= */

     body {
	background-image: url("https://freight.cargo.site/t/original/i/a04ad10055c609cabe23c35af2e0c0db414ed6ca4787e7bf6c14e8c9a230a74d/lightgrid.jpg");
     background-size: 100%; 
    background-size: cover; /* Adjusts to cover the entire viewport */
    background-attachment: fixed; /* Keeps the background fixed in place */
    background-position: center; /* Ensures the image is centered */
}

@media only screen and (max-width: 480px) { 
body {
        background-size: 300%; background-attachment: fixed; /* Increase or decrease as needed */
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1279px) { 
    body {
	background-image: url("https://freight.cargo.site/t/original/i/a04ad10055c609cabe23c35af2e0c0db414ed6ca4787e7bf6c14e8c9a230a74d/lightgrid.jpg");
     background-size: 100%; 
}
   
}

/* FRONT PAGE BOTTOM SPACE FIX */


.bw-homepage{
  mix-blend-mode: multiply;
  --bw-text: #000;
  --bw-tile-size: clamp(220px, 25vw, 320px);
  --bw-grid-gap: clamp(18px, 2vw, 28px);
  --bw-logo-width: clamp(260px, 34vw, 520px);
  --bw-edge-pad: clamp(18px, 2.25vw, 30px);

  position: relative;
  min-height: auto !important;
  width: 100%;
  background: var(--bw-bg);
  padding: 20px var(--bw-edge-pad) var(--bw-edge-pad) !important;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* top links */

.bw-corner-link{
  position: fixed;
  top: 22px;
  z-index: 50;
  color: var(--bw-text);
  text-decoration: none;
  	font-family: "quasimoda", Icons;
	line-height: 1.05;
	font-style: normal;
	font-weight: 800;
  font-size: clamp(20px, 1.9vw, 20px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.bw-corner-link:hover{
  opacity: 0.7;
}

.bw-corner-link--left{
  left: var(--bw-edge-pad);
}

.bw-corner-link--right{
  right: var(--bw-edge-pad);
}

/* logo */

.bw-logo-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: clamp(26px, 3vw, 40px);
}

.bw-logo{
  display: block;
  width: var(--bw-logo-width);
  max-width: 92vw;
  height: auto;
}

/* centered flexible grid */

.bw-projects{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--bw-grid-gap);

}

/* each project */

.bw-project{
  position: relative;
  width: var(--bw-tile-size);
  aspect-ratio: 1 / 1;
  display: block;
  text-decoration: none;
  color: var(--bw-text);
  overflow: hidden;
  flex: 0 0 var(--bw-tile-size);
}

/* hover image behind frame */

.bw-project__hoverimg{
   position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--hover-image);
  background-size: 98%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 180ms ease;
}

/* centered text */

.bw-project__text{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 18px;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(14px, 1.05vw, 16px);
  	font-family: "quasimoda", Icons;
	line-height: 1.05;
	font-style: normal;
	font-weight: 800;
  text-transform: uppercase;
  color: #102ada;

  transition: opacity 160ms ease;
  pointer-events: none;
}

.bw-project__text span{
  display: block;
}

/* transparent PNG frame on top */

.bw-project__frame{
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: var(--frame-image);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* hover behavior */

.bw-project:hover .bw-project__hoverimg{
  opacity: 1;
}

.bw-project:hover .bw-project__text{
  opacity: 0;
}

/* keyboard focus */

.bw-project:focus-visible{
  outline: 2px solid #1d5fd1;
  outline-offset: 6px;
}

.bw-corner-link:focus-visible{
  outline: 2px solid #1d5fd1;
  outline-offset: 4px;
}

/* mobile */

@media (max-width: 900px){
  .bw-homepage{
    --bw-tile-size: min(42vw, 290px);
    padding-top: 72px !important;
    padding-bottom: var(--bw-edge-pad) !important;
  }

  .bw-logo-wrap{
    margin-top: 12px;
  }

  .bw-projects{
    margin-top: -70px;
  }
}

@media (max-width: 680px){
  .bw-homepage{
    --bw-tile-size: min(44vw, 360px);
    --bw-grid-gap: 8px;
    padding-top: 82px !important;
    padding-bottom: var(--bw-edge-pad) !important;
  }

  .bw-corner-link{
    position: absolute;
    top: 18px;
    font-size: 20px;
  }

  .bw-logo{
    width: min(78vw, 390px);
  }

  .bw-project__text{
    font-size: clamp(11px, 0vw, 0px);
    line-height: 1.02;
  }
}

.page_content,
.content_padding,
.content,
.page{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


.studentbookcredit { margin-top: 10px; }
.awardimage { margin-bottom: -25px; margin-top: -15px; }
.awardshow { display: flex; justify-content: center; gap: 60px; text-align: center; padding-top: 7px; margin: -10px; }
.awardshow2 { display: flex; justify-content: center; gap: 40px; text-align: center; padding-top: 7px; flex-wrap: wrap; }
.awardshow2 > div { flex: 1; min-width: 200px; }
.award { font-size: 11px; margin-top: 2px; }

/* videos behave nicely */
.bw-video-grid video{ display: block; width: 100%; height: auto; }

@media (max-width: 768px){
  .bw-video-grid > [grid-col]{ margin-bottom: 1.2rem !important; }
  .bw-video-grid > [grid-col]:last-child{ margin-bottom: 0 !important; }
}

.reducebottom{ margin-bottom: -7px; margin-top: -1px; font-size: 81%; margin-left: -7px; }
.credits { text-align: center; }
#toggle { display: none; }
.see-more, .see-less{ cursor: pointer; text-decoration: none; }
.hidden-text{ display: none; }
#toggle:checked ~ .hidden-text{ display: block; }
#toggle:checked + label.see-more{ display: none; }
#toggle:checked ~ .hidden-text label.see-less{ display: inline; }
.see-less{ display: none; }
.credit-line{ margin: 0; }


:root {
  --line: #102ada;
  --text: #102ada;
  --border: 1px;
}

.image-gallery video{
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-top: -10px;
  margin-bottom: 0;
  border: var(--border) solid var(--line);
  box-sizing: border-box;
}

.bw-video-grid video{ display:block; width:100%; height:auto; }

.bw-video-grid--row2{ margin-top: 1.5rem; }

.bw-video-spacer{ pointer-events: none; user-select: none; min-height: 1px; }

@media (max-width: 768px){
  .bw-video-spacer{ display:none !important; }
  .bw-video-grid--row2{ margin-top: 1.5rem; }
}


.bw-video-row2{
  display: flex !important;
  justify-content: center !important;
  gap: .75rem; /* matches your grid-gutter="1.5" */
  width: 100%;
  margin: 0 auto;
}

.bw-video-row2 .bw-video-col{
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
}

@media (max-width: 1100px){
  .bw-video-row2 .bw-video-col{
    flex: 0 1 420px; /* stays visually similar, prevents squish */
    max-width: 420px;
  }
}

@media (max-width: 768px){
  .bw-video-row2{ display: block !important; }
  .bw-video-row2 .bw-video-col{
    max-width: 100% !important;
    flex: none !important;
    width: 100% !important;
    margin-bottom: 1.2rem;
  }
  .bw-video-row2 .bw-video-col:last-child{ margin-bottom: 0; }
}

.bw-video-grid + .bw-video-row2{
  margin-top: 1.5rem !important; 
  clear: both !important;       
}

.bw-video-row2{ padding-top: 0 !important; }

@media (max-width: 768px){
  .bw-video-grid + .bw-video-row2{ margin-top: 1.5rem !important; }
}

.bw-media-pair--smart{
  --pair-h: clamp(420px, 62vh, 860px);
  --pair-gap: clamp(8px, 1.2vw, 10px);
  width: 100%;
  display: flex;
  gap: var(--pair-gap);
  align-items: stretch;
  box-sizing: border-box;
}

.bw-media-pair--smart .bw-media-pair__video{
  height: var(--pair-h);
  aspect-ratio: 9 / 16;
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
  overflow: hidden;
      border: var(--border) solid var(--line);
}

.bw-media-pair--smart .bw-media-pair__image{
  height: var(--pair-h);
  flex: 1 1 0%;
  min-width: 0;
  display: block;
  box-sizing: border-box;
      border: var(--border) solid var(--line);
  overflow: hidden;
}

.bw-media-pair--smart .bw-media-pair__image > *{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.bw-media-pair--smart .bw-media-pair__image figure,
.bw-media-pair--smart .bw-media-pair__image a,
.bw-media-pair--smart .bw-media-pair__image .image-gallery{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.bw-media-pair--smart .bw-media-pair__image img{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

@media (max-width: 768px){
  .bw-media-pair--smart{ display: block; }

  .bw-media-pair--smart .bw-media-pair__video{
    margin-bottom: var(--pair-gap);
    height: auto;
    aspect-ratio: auto;
  }

  .bw-media-pair--smart .bw-media-pair__video video{
    width: 100%;
    height: auto;
  }

  .bw-media-pair--smart .bw-media-pair__image{ height: auto; }

  .bw-media-pair--smart .bw-media-pair__image img{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

.bw-section-tag-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
}

.bw-section-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  max-width: 100%;
  padding: 10px 26px; /* box size */
  border: var(--border) solid var(--line);
  box-sizing: border-box;
  background: transparent;
  color: var(--text);
  font-family: "nexa-rust-sans-black-2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -0px;
  margin-top: -15px;
}

#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	    font-weight: 800;
}

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 1em;
}

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

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.5em;
}

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

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "quasimoda", Icons;
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);

	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
 
}

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

[data-predefined-style="true"] h1 {
	font-family: Oswald, Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.75);
	font-weight: 700;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 2rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

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

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #f4f0e4/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 80%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!thumbnails_padding*/;
}

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

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

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

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

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

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

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: #102ada;
    line-height: 1;
    font-size: 22px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 255, 255, 0);
    position: fixed;
	right: 1rem /*!site_menu_button*/;
	top: 1rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: "quasimoda", Icons;
	line-height: 1.05;
	background: rgba(16, 42, 218, 0.93);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link a {
	color: #fbf8e9;
}

#site_menu .set-link > a {
	color: #fbf8e9;
	font-weight: bold;
}

#site_menu a:active {
	
}

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

#site_menu .close {
	display: none;
	color: #fbf8e9;
	line-height: .85em;
	font-size: 45px;
}

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

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

[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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

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

.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.3;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.3;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

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

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

.quick-view-caption {
	font-family: "Monument Grotesk Mono", 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.2rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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

/**
 * Quick View Navigation 
 */

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

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

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    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;
    /* Change height/width together to scale */
    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 Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    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 Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   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
 */

.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
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
    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;
}

@media (max-width: 768px){

  .awardshow{
    gap: 22px !important;
    margin: 0 !important;
    padding-top: 2px !important;
    justify-content: center !important;
  }

  .awardshow > div{
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .awardimage{
    margin-top: -6px !important;
    margin-bottom: 4px !important; /* adds space between icon and text */
    display: flex !important;
    justify-content: center !important;
  }

  .awardshow .awardimage img,
  .awardshow .image-gallery img,
  .awardshow img{
    display: block !important;
    width: 46px !important;
    max-width: 46px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .award{
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }

}
