#toolset {
	display: none;
}

html {
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Flora';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1552883/FloraDisplay-Italic.woff') format('woff');
}

path {
  fill: transparent;
}

text {
  font-family: 'Flora';
  font-size: 2em;
}

body {
	background: linear-gradient(0deg, rgba(255, 253, 246, 0.7), rgba(255, 253, 246, 0.7)), #FFFFFF;
	color: #000;
    border: 1em  #FEFE86 solid;
}

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 0.8em;
    list-style: '—';
}

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

hr {
	background: #FEFE86;
	border: 0;
	height: 0.8rem;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 2rem;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.46);
	font-family: garamond-premier-pro, serif;
	line-height: 1.2;	
    font-style: italic;
    padding-left: 0.1rem;

}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 17px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: garamond-premier-pro, Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy i {
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: italic;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
    text-decoration: underline;     
    text-decoration-color: #FEFE86;  
	text-decoration-thickness: 6px;
	text-underline-position: auto;
    text-decoration-skip-ink: none;
  overflow: hidden;
  background: linear-gradient(to left, rgba(254, 254, 134, 0), rgba(254, 254, 134, 0) 50%, rgba(254, 254, 134, 1) 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

[data-predefined-style="true"] bodycopy a:hover {
    background-position: 0 100%;
 }
bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
	background: rgba(254, 254, 134, 0);
}

[data-predefined-style="true"] h1 {
	font-family: "Flora", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
	font-size: 3.75rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    letter-spacing: -0.080rem;
	font-feature-settings: "dlig"1, "liga"1, "swsh"1;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Flora", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 2.7rem;
	line-height: 1;
	}

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

[data-predefined-style="true"] small i {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	font-family: garamond-premier-pro-subhead, Icons;
    font-weight: 600;
	font-style: italic;
	color: rgba(0, 0, 0, 0.6);
}

[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: transparent/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
    padding-bottom: 3rem !important;
}

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

[data-css-preset] .thumbnails_width {
    width: 100%/*!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: 1.0rem;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.0;

}

.thumbnails img {
	border-radius: 20px;
}

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

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

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 21px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: absolute;
	right: 6rem /*!site_menu_button*/;
	top: 9rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	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: rgba(255, 255, 255, 0.75);
}

#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(255, 255, 255, 0.4);
	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;
}

.menu-shop {
	margin-right: 0.7rem;
}

/*
 * 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.6rem;
	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.6rem;
	line-height: 1;
	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.4rem;
    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 .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.4rem;
    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;
    padding-right: 0;
    padding-left: 0;
}

[data-css-preset] .quick-view-background {
	background: rgb(255, 253, 248) /*!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.4rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.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.4rem;
    line-height: 1.2;
	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;
}

.center-col-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align:middle !important;
}

.center-col {
  flex: 1 !important;
}

.index-hero-right {
  padding-right: 3rem;
}

.add-left-padding {
  margin-left: 1vw;
}

.add-left-margin {
  padding-left: 1vw;
}

.add-right-padding {
  margin-right: 3vw;
}

.add-right-margin {
  padding-right: 1vw;
}


.blend-mix {
    background-color: rgb(255, 253, 248);
}

.blend-mix video, .blend-mix img {
	mix-blend-mode: darken !important;
}

.nav-container {
	position: relative;
    padding-top: 0.6em;
	display: flex;
	justify-content: flex-end;
}

.nav-container div {
	margin-left: 0.4em;
}

/*.nav-item:hover img {
  background: linear-gradient(to bottom, #FEFE86 0%, #FEFE86 100%);
  background-repeat: repeat-x;
  background-size: 3px 13px;
  background-position: 0 50% !important;
  background-repeat: repeat-x !important;
}*/

.nav-container-left {
    padding-top: 0.6em;
	display: flex;
	justify-content: flex-start;
}

.video-container {
    position: relative;
    padding-bottom: 70.35%;
    padding-top: 35px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
  align-content: center;
  max-width: 100%    !important;
  height: auto   !important;
  object-fit: scale-down;
  max-height: 90vh;
}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    margin: 0rem;
    background-color: rgba(73, 73, 8, 0.5);
    align-content: center;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

@media (hover: hover) {

.thumbnails .thumbnail:hover .title {
	/*filter: blur(10px);*/
    transition: 0.3s ease;
    opacity: 1;
}

.thumbnails .thumbnail:hover img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

.thumbnails .title span {
	font-family: "Flora", Icons;
	font-style: normal;
	font-weight: 500;
	font-size: 2.1rem !important;
    display: inline-block;
    background: #FEFE86;
    border-radius: 4.5rem;
    padding: 0.8rem 1.8rem 0.8rem 1.8rem;
    color: black;
    opacity: 1;
    position: absolute;
    align-content: center;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 85%;
}

span.genderstern {
	letter-spacing:6px;
	display: inline-block;
	transform: translateY(0.29em);
}

span.kern-tighter {
	letter-spacing:-6px;
}

.header_nav img {
    max-height: 45px;
    width: auto !important; 
}


.header_logo img {
    max-height: 90px;
    width: auto !important;
}

.header_logo {
    margin-top: -2.0rem !important;
    margin-bottom: -3.5rem !important;
}

.julia-portrait img {
	max-height: 80vh !important;
    height: auto;
    width: auto;
    object-fit: contain;
}

.color-bg {
    background-color: #FEFE86;
    background-clip: content-box;
}

.partial-page-bgcolor {
	background-color: #FEFE86;
	background-clip: padding-box;
    margin: -5rem;
	left: calc(-50vw + 50%);
    padding: 4rem;
    width: 103vw;
}


.spacedtext p {
    margin-bottom: 1.0rem;
    margin-top: 0;
}

.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.thumbnail img {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;

}

.bottomgradient {
    background: linear-gradient(180deg, rgba(255,253,246,0) 0%, rgba(255,253,246,0.5) 100%);	
    position: fixed;
    bottom: 0;
	width: calc(100% - 2em);
    height: 5rem;
}

/*.logo-img:hover img {
    
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 2s linear infinite;}@keyframes shift {from {transform:translateX(-20px);}to {transform:translateX(0);}}%3C/style%3E%3Cpath transform='scale(1,-1)' transform-origin='center' fill='none' stroke='%23FEFE86' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E") !important;
  background-size: 90% 100% !important;
  background-repeat: repeat-x !important;
}*/

.nav-item {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 12px;
  left: 0;
  top: -100%;
  background-color: #fefe86;
  background-position: 50% 50%;
  transform-origin: center right;
  transition: transform 0.25s ease-out;
  z-index: -1;
}

.nav-item:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
}

@media only screen and (min-width: 1920px) {  
  .header_nav img {
      max-height: 5vw !important;
      width: auto !important;
  }
    
  .header_logo img {
      max-height: 6.5vw !important;
  }
}

/*wider desktop*/
@media only screen and (min-width: 1050px) {  
  [data-predefined-style="true"] bodycopy {
    font-size: 1.0625rem;
    font-size: clamp(1.0625rem, 0.4975165562913908rem + 0.8609271523178808vw, 1.875rem);
    }
    
    [data-predefined-style="true"] [local-style="26818472"] h1 {
font-size: 3.75rem !important;
font-size: clamp(3.75rem, -2.3344370860927155rem + 9.271523178807946vw, 12.5rem);
    }

[data-predefined-style="true"] h1, [data-predefined-style="true"] [local-style="26818477"] h1, [data-predefined-style="true"] [local-style="27041304"] h1, [data-predefined-style="true"] [local-style="26818475"] h1 {
font-size: 3.75rem !important;
font-size: clamp(3.75rem, 1.1423841059602649rem + 3.9735099337748347vw, 7.5rem) !important;
    }
    
[data-predefined-style="true"] small i {
	font-size: 1.375rem !important;
font-size: clamp(1.375rem, 0.8534768211920529rem + 0.7947019867549668vw, 2.123rem) !important;
}

	.width-90 {
    	width: 88%;
		margin: 0 auto;
	}
	.width-80 {
    	width: 80%;
		margin: 0 auto;
	}
}

.topanchor {
   position: relative;
   top: -1rem;
   visibility:hidden;
}

/*desktop*/
@media screen and (min-width: 601px) {
    
  .alignrightondesktop {
	align-content: right;
	text-align: right;
  }
    
  .limitedheight img {
    width: 100%;
    object-fit: scale-down;
	max-height: 90vh;
    height: 100vh;
    margin-bottom: 0;
  }

  .limitedheight100 img {
    width: 100%;
    object-fit: scale-down;
	max-height: 100vh;
    height: 100vh;
  }
    
  .limitedheight80 img {
    width: 100%;
    object-fit: contain;
    object-position: bottom;
	max-height: 75vh;
    overflow: hidden;
  }
    
  .partial-page-bgcolor-color {
	background-clip: padding-box;
    margin-left: -6rem;
	left: calc(-50vw + 50%);
    width: 104vw;
  }

  .bgcolor-mustard {
	background-color: #fbd053;
  }
    
  .bgcolor-blue {
	background-color: #003a97;
  }

  .bgcolor-black {
	background-color: black;
    padding-bottom: 5rem;
    margin-bottom: -6rem;
  }
    
  .bgcolor-blue {
	background-color: #003a97;
  }

  .bgcolor-grey {
	background-color: rgb(243, 243, 243);
    padding-bottom: 5rem;
    margin-bottom: -6rem;
  }
}

/*tablet*/
@media only screen and (max-width: 1049px) {
  [data-predefined-style="true"] [local-style="26818472"] h1 {
		font-size: 35px !important;
  }
    
  .header_nav img {
      max-height: 35px !important;
      width: auto !important;
  }
    
  .header_logo img {
      max-height: 70px !important;
  }
    
  .thumbnails .title span {
	font-size: 2.4rem !important;
  }
    
    [data-predefined-style="true"] h1 { /*all around*/
		font-size: 60px !important;
  }
    
  .alignleftontablet {
	align-content: left !important;
    text-align: left !important;
  }
    
  .partial-page-bgcolor-onmobile {
	background-color: #FEFE86;
	background-clip: padding-box;
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 2rem;
    padding-bottom: 0rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 103vw;
	align-content: center;
	text-align: center;
  }

  .bottom-padding-onmobile {
	margin-bottom: 0.9vh !important;
	margin-top: 0.5vh !important;
  }
    
  .bottomgradient {
    height: 3vh;
  }
}

@media only screen and (max-width: 1049px) and (min-width: 771px) {
  .content_padding {
	   padding: 1rem 2.5rem 2.5rem 2.5rem !important;
  }
    
  [local-style="26818484"] .content_padding {
    padding-bottom: 0rem /*!main_margin*/;
    padding-top: 4.8rem /*!main_margin*/;
	padding-left: 4rem /*!main_margin*/;
	padding-right: 4rem /*!main_margin*/;
   }
}

@media only screen and (min-width: 771px) {
  .onlyonmobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .notonmobile {
	display: inline;
    }
}

/*tablet*/
@media only screen and (max-width: 770px) {
     [data-predefined-style="true"] [local-style="26818472"] h1 { /*index page*/
		font-size: 30px !important;
		letter-spacing: -0.085rem !important;
	}
    
     [data-predefined-style="true"] [local-style="26818472"] .bodycopy { /*index page*/
		font-size: 18px !important;
	}
    
    [data-predefined-style="true"] h1 { /*all around*/
		font-size: 42px !important;
	}
    
	.header_nav img {
		max-height: 30px !important;
		width: auto !important; 
	}
    
	.header_logo img {
		max-height: 60px !important;
	}
    
    .header_logo {
	    margin-bottom: initial !important;
	}
  
	#site_menu_button.custom_icon img {
		max-height: 23px !important;
		width: auto !important; 
    }

	.header_nav {
        padding-left: 0;
		display: flex;
        margin-top: -2rem !important;
    }
    
   .homepage-animation {
       margin-top: -2rem;
       margin-bottom: -4.5rem;
       text-align: center !important;
    }
    
    .homepage-animation img {
	  width: 70vw !important;
	  height: auto !important;
   }
    
   .centerontablet {
	  text-align: center;
      max-width: 80vw;
      margin-bottom: 4rem;
   }
   
  .nav-container-left {
    margin-top: -0.3em;
    margin-left: -0.4rem;
   }
    
  .notonmobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    }
    
  .smalleronmobile img {
	max-width: 370px !important;
	text-align: center;
  }
}

/*mobile*/
@media screen and (max-width: 600px) {
  body {
	border-width: 0.8em !important;	
  }
    
  .topanchor {
    top: -0.8rem;
  }
    
  .alignleftonmobile {
	align-content: left !important;
    text-align: left !important;
  }

  .alignrightonmobile {
	align-content: right !important;
    text-align: right !important;
  }
    
  .aligncenteronmobile {
	align-content: center;
	text-align: center;
  }
    
  .partial-page-bgcolor-onmobile {
	background-color: #FEFE86;
	background-clip: padding-box;
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 2rem;
    padding-bottom: 0rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 103vw;
	align-content: center;
	text-align: center;
  }
    
  .bodycopy {
	font-size: 16px !important;	
  }
    
  .fullwidth-onmobile {
    width: 96.5vw;
    position: relative;
    left: calc(-49.0vw + 51.0%);
	background-clip: padding-box;
	z-index: 1000;
    white-space:nowrap;
  }
    
  .fullwidth-onmobile img {
    width: 100% !important;
    height: auto !important;
  }
    
  .width-90-mobile {
	width: 88%;
	margin: 0 auto;
  }
    
  .smallerimgonmobile img {	
      max-height: 70px !important;
      width: auto !important;
  }
    
  .partial-page-bgcolor {
    margin-left: -3rem !important;
  }
    
  .blend-mix {
    margin-bottom: -2.5rem;
  }
    
  .blend-mix img {
    width: 78vw !important;
    height: auto !important;
  }
    
  .thumbnails .thumbnail .title {
	border-radius: 13px;
  }
    
  .thumbnails img {
	border-radius: 13px;
  }
    
  .bottomgradient {
    height: 2rem !important;
  }
    
/*  .logo-img img {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 2s linear infinite;}@keyframes shift {from {transform:translateX(-20px);}to {transform:translateX(0);}}%3C/style%3E%3Cpath transform='scale(1,-1)' transform-origin='center' fill='none' stroke='%23FEFE86' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E") !important;
    background-position: 0 50% !important;
    background-size: 90% 100% !important;
    background-repeat: repeat-x !important;
  }*/
    
  .flexbox-onmobile {
	display: flex !important ;
	flex-flow: row nowrap !important;
  }
    
  .grow-onmobile {
	width: 30vw !important;
  }
}

.bg-blue {
  background: #fefe86 !important;
}

.tinybitdown {
	margin-top: -0.9rem;
    font-size: 1.7rem;
    line-height: 0.9;
}