html,
body,
body *,
body *::before,
body *::after {
  cursor: url("https://files.cargocollective.com/c3690893/cursor--12-.cur"), auto !important;
}

a,
a *,
button,
button *,
input[type="submit"],
input[type="button"],
[role="button"],
[role="button"] * {
  cursor: url("https://files.cargocollective.com/c3690893/cursor--11-.cur"), pointer !important;
}

.bailey-global-header {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 28px 0;
  text-align: center;
  box-sizing: border-box;
 
}

.bailey-global-header *,
.bailey-global-header *::before,
.bailey-global-header *::after {
  box-sizing: border-box;
}

.bailey-global-header .profile-link {
  position: relative;
  display: block;
  width: min(135px, 58vw);
  margin: 0 auto -10px;
  line-height: 0;
}

.bailey-global-header .profile-image {
  display: block;
  width: 100%;
  height: auto;

}

.bailey-global-header .profile-image-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.bailey-global-header .profile-link:hover .profile-image-default,
.bailey-global-header .profile-link:focus-visible .profile-image-default {
  opacity: 0;
}

.bailey-global-header .profile-link:hover .profile-image-hover,
.bailey-global-header .profile-link:focus-visible .profile-image-hover {
  opacity: 1;
}

.bailey-global-header .site-title {
   color: #ff493d !important;
  font-family: "bogart", sans-serif;
  font-size: clamp(3.4rem, 5.2vw, 4.7rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

.bailey-global-header .site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 26px);
  margin-top: 5px;
}

.bailey-global-header .site-nav a,
.bailey-global-header .site-nav a:visited {
  color: #4c80de; 
  font-family: "bogart", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease;
}

.bailey-global-header .site-nav a:hover {
  color: #4c80de; 
  transform: rotate(-3deg) scale(1);
}

.bailey-site {
  --paper: #fffdf3;
  --red: #ff493d;
  --blue: #4c80de;
  --max-width: 1240px;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 48px 28px 80px;
  background: var(--paper);
  color: var(--blue);
  font-family: "bogart", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bailey-site *,
.bailey-site *::before,
.bailey-site *::after {
  box-sizing: border-box;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px 18px;
  width: 82% !important;
  max-width: 1040px;
  margin: 0 auto;
}

.project-card,
.project-card:visited {
  display: block;
  min-width: 0;
  color: var(--blue) !important;
  text-align: center;
  text-decoration: none;
}

.project-image {
  position: relative;
  aspect-ratio: 1.78 / 1;
  overflow: visible;
}

.project-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-image,
.project-thumbnail {
  border-radius: 10px !important;
  overflow: hidden;
}

.hover-doodle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  width: 110%;
  height: 110%;
  object-fit: fill;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.project-card:hover .hover-doodle,
.project-card:focus-visible .hover-doodle {
  display: block;
}

.project-card:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 7px;
}

.project-title {
  display: block;
  margin-top: 8px;
  color: var(--blue) !important;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  line-height: 1;
}

.project-title {
  transition: transform 160ms ease;
}

.project-card:hover .project-title,
.project-card:focus-visible .project-title {
  transform: rotate(-1.7deg) scale(1.00);
}

@media (max-width: 700px) {

.bailey-global-header .site-title {
  color: #4c80de;
  font-family: "bogart", sans-serif;
  font-size: clamp(5.2rem, 4.2vw, 7rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
    
    
    .bailey-global-header .site-nav a,
.bailey-global-header .site-nav a:visited {
 
  font-family: "bogart", sans-serif;
  font-size: clamp(1.5rem, 1.1vw, 1.5rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease;
}
    
 .bailey-global-header .site-nav {
  margin-top: 2px;
      gap: clamp(5px, 8vw, 26px);
}
    
    .project-title {
  display: block;
  margin-bottom: 10px;
    
  color: var(--blue) !important;
  font-size: clamp(1.5rem, 1.1vw, 1.5rem);
  line-height: 1;
}

.bailey-site {
  padding: 42px 0px 55px;
}

.project-grid {
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(100%, 560px);
}
    
    .bailey-global-header .profile-link {
  width: 120px;
}
    .project-image,
.project-thumbnail {
    margin-bottom: -10px;
}
    .hover-doodle,
.project-card:hover .hover-doodle,
.project-card:focus-visible .hover-doodle {
  display: none !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%;
  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;
  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: 390px;
  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;
  }
}

/* About-page fish illustration */
.welcome-box,
.welcome-split,
.welcome-left,
.welcome-photo-frame {
  overflow: visible !important;
}

.welcome-photo-frame {
  position: relative;
}

.welcome-fishies {
  position: absolute;
  z-index: 5;
  width: 35%;
  height: auto;
  top: -7%;
  left: -14%;
  pointer-events: none;
}

@media (max-width: 900px) {
  .welcome-fishies {
    width: 38%;
    top: -5%;
    left: 42%;
    transform: translateX(-120%);
  }
}

.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; padding: 0; }
.case-image-wrap img, .image-gallery img{ display: block; width: 100%; height: auto; }



.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: 2.2rem !important; }
  .bw-video-grid > [grid-col]:last-child{ margin-bottom: 0 !important; }
.bw-vimeo-wrap{
  margin-bottom: 15px;
}
}

.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: 0px;
}

.image-gallery video{
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-top: -10px;
  margin-bottom: 0;
  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;  --pair-gap: clamp(17px, 1.2vw, 10px);}

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

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: 600;
	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 {
 text-decoration: underline;
}

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

}


/* DELETE IF WANT 2 COLUMN GRID ON MOBILE */
@media (max-width: 680px){
  .bw-homepage{
    --bw-tile-size: min(86vw, 360px) !important;
    --bw-grid-gap: 14px !important;
    padding-top: 82px !important;
    padding-bottom: var(--bw-edge-pad) !important;
  }

  .bw-projects{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: var(--bw-grid-gap) !important;
    margin-top: -70px !important;
  }

  .bw-project{
    width: var(--bw-tile-size) !important;
    flex: 0 0 auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .bw-project__text{
    font-size: clamp(14px, 1.05vw, 16px) !important;
    line-height: 1.05 !important;
    gap: 2px !important;
  }

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

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

  .bw-project--bubble{
    display: block !important;
    width: var(--bw-tile-size) !important;
  }
    .awardimagemobile{
	scale: 160%;
        margin-bottom: 8px;
}
} 


/* Homepage background: remove grid */
html,
body,
[data-css-preset] body {
  background-image: none !important;
  background-color: #fffdf3 !important;
}

/* Keep Bailey, title, and nav in front of all thumbnails */
.bailey-site {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  background: #fffdf3 !important;
  overflow: visible !important;
}

.site-header {
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  background: #fffdf3 !important;
}

.project-grid {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.case-image-wrap,
.case-image-wrap .image-gallery,
.case-image-wrap img,
.case-image-wrap video,
.image-gallery,
.image-gallery img,
.image-gallery video,
.bw-vimeo-wrap,
.bw-vimeo-wrap iframe,
.bw-media-pair--smart .bw-media-pair__video,
.bw-media-pair--smart .bw-media-pair__image,
.bw-media-pair--smart img,
.bw-media-pair--smart video {
  border-radius: 10px !important;
  overflow: hidden;
}

/* rounded thumbnail, but let hover doodles overlap outside it */
.project-image {
  overflow: visible !important;
  border-radius: 0 !important;
}

.project-thumbnail {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.project-card:hover,
.project-card:focus-within {
  position: relative;
  z-index: 10;
}