@font-face {
    font-family: 'Tobias';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1728931/Tobias-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Ivar';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1728931/IvarText-Regular--1-.woff') format('woff');
}

.wheelbarrow-gif {
	position:fixed;
    bottom: 0;
    left:30vw;
    transition-delay: 2s;
    animation: opacityOnAndOff 45s normal forwards;
    opacity:0;
}

.band1-gif {
	position:fixed;
    top: 10px;
    transition-delay: 10s;
    animation: opacityOnAndOff 60s normal forwards;
    opacity:0;
}

.band2-gif {
	position:absolute;
    top: 60px;
    right:40px;
    transition-delay: 3s;
    animation: opacityOnAndOff 30s normal forwards;
    opacity:0;
}

@keyframes opacityOnAndOff {
    0% {
        opacity: 0;
    }

    99.9% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.logo-mob {
	display:none;
}

@media only screen and (max-width:600px){
	.logo {
	display: none;
}
.logo-mob {
	display:block;
}
}

.album-txt {
	display:flex;
    justify-content: space-between;
    width:100%;
}

.album-txt span {
	max-width: 33%;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 7rem;
  border-right: 1px solid #159ad5;
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu__toggle {
    position:relative;
    opacity: 0;
    width:40px;
    height:40px;
    z-index:100;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 49vh;
  left: 2.25rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (min-width:1800px) and (min-height:1000px) {
	.menu__btn {
	width:48px;
}
    #menu__toggle {
	width:80px;
    height: 80px;
}
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #159ad5;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 30vw;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: white;
  box-shadow: 1px 0px 6px rgba(52,154,213, .2);
  transition-duration: .25s;
  text-align: right;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}


#toolset {
	display: none;
}

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

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

ol {
	list-style-type: decimal-leading-zero;
}

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

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

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

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

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

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy,.retailbutton {
	font-size: 1.0rem;
	font-weight: 300;
	color: #159ad5;
	font-family: "Tobias","Arizona Serif Variable", Icons;
	font-style: normal;
	line-height: 2.0;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    border:none;
    background:none;
    padding: 0;
    margin: 0;
}

[data-predefined-style="true"] bodycopy a {
	color: #159ad5;
	text-decoration: none;
}

.retailbutton {
    padding: 0px !important;
}

.retailbutton2 {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid rgba(21, 154, 213, 0.54);
    border-radius: 4px;
    transition: 0.3s;
    font-family: Helvetica;
    font-weight: 800;
    font-size:1rem;
    width: 200px;
}

.retailbutton2 {
    background: #159ad5;
    color: white;
}

[data-predefined-style="true"] bodycopy a:hover, .retailbutton:hover, .retailbutton2:hover {
    opacity: 0.8;
    cursor: pointer;
}

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: "Ivar","Arizona Serif Variable", Icons;
    font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
}

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

[data-predefined-style="true"] h2 {
	font-family: "Ivar","Arizona Serif Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #159ad5;
	font-size: 2.2rem;
	line-height: 1.1;
	}

[data-predefined-style="true"] h2 a {
	color: #159ad5;
}

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

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.6);
	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_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(21, 154, 213, 0)/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

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

[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.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!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: 2rem;
    font-size: 1.5rem;
	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: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	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.5);
    text-decoration: none;
}

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: #159ad5;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 2rem /*!site_menu_button*/;
	right: 2rem /*!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: "Arizona Serif Variable", Icons;	background: #159ad5;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 3rem 30px 90px 30px;
	max-width: 50vw;
	min-width: 50vw;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    box-shadow: 3px 2px 13px #000; 
}

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

/*
 * 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.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
    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.2rem;
    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;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    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.2;
    padding: .8rem 1rem .8rem;
	font-style: normal;
	font-weight: 600;
}

/*
 * 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: 1rem;
	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.2rem;
    line-height: 1.2;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 500;
    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;
}



 #_form_36_ { font-size:1.5rem; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_36_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_36_._form-top { top:0; }
 #_form_36_._form-bottom { bottom:0; }
 #_form_36_._form-left { left:0; }
 #_form_36_._form-right { right:0; }
 #_form_36_ input[type="text"],#_form_36_ input[type="tel"],#_form_36_ input[type="date"],#_form_36_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:14px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_36_ textarea { resize:none; }
 #_form_36_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#159ad5 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:5px !important; }
 #_form_36_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_36_ ._close-icon:before { position:relative; }
 #_form_36_ ._form-body { margin-bottom:30px; }
 #_form_36_ ._form-image-left { width:150px; float:left; }
 #_form_36_ ._form-content-right { margin-left:164px; }
 #_form_36_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_36_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_36_ .form-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); border:0; }
 #_form_36_ ._form-label,#_form_36_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_36_._dark ._form-branding { color:#333; }
 #_form_36_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_36_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_36_ ._form_element * { font-size:1.1rem; }
 #_form_36_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_36_ ._form_element._clear:after { clear:left; }
 #_form_36_ ._form_element input[type="text"],#_form_36_ ._form_element input[type="date"],#_form_36_ ._form_element select,#_form_36_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-family:inherit; }
 #_form_36_ ._field-wrapper { position:relative; }
 #_form_36_ ._inline-style { float:left; }
 #_form_36_ ._inline-style input[type="text"] { width:150px; }
 #_form_36_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_36_ ._form_element img._form-image { max-width:100%; }
 #_form_36_ ._form_element ._form-fieldset { border:0; padding:0.01em 0 0 0; margin:0; min-width:0; }
 #_form_36_ ._clear-element { clear:left; }
 #_form_36_ ._full_width { width:100%; }
 #_form_36_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_36_ input[type="text"]._has_error,#_form_36_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_36_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_36_ ._error { display:block; position:absolute; font-size:14px; z-index:10000001; }
 #_form_36_ ._error._above { padding-bottom:4px; bottom:39px; right:0; }
 #_form_36_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_36_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_36_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_36_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:14px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_36_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_36_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_36_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_36_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_36_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 #_form_36_ input[type="text"].datetime_date { width:69%; display:inline; }
 #_form_36_ select.datetime_time { width:29%; display:inline; height:32px; }
 #_form_36_ input[type="date"].datetime_date { width:69%; display:inline-flex; }
 #_form_36_ input[type="time"].datetime_time { width:29%; display:inline-flex; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_36_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_36_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_36_ ._form-content { margin:0; width:100%; }
 #_form_36_ ._form-inner { display:block; min-width:100%; }
 #_form_36_ ._form-title,#_form_36_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_36_ ._form-title { font-size:1.2em; }
 #_form_36_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_36_ ._form-element,#_form_36_ ._inline-style,#_form_36_ input[type="text"],#_form_36_ label,#_form_36_ p,#_form_36_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_36_ ._row._checkbox-radio label { display:inline; }
 #_form_36_ ._row,#_form_36_ p,#_form_36_ label { margin-bottom:0.7em; width:100%; }
 #_form_36_ ._row input[type="checkbox"],#_form_36_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_36_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_36_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_36_ ._form-image { max-width:100%; height:auto !important; }
 #_form_36_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_36_ input[type="radio"],#_form_36_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_36_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_36_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_36_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:transparent !important; border:0px dashed #159ad5 !important; max-width:2500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#159ad5 !important; }
 #_form_36_._inline-form,#_form_36_._inline-form ._form-content,#_form_36_._inline-form input,#_form_36_._inline-form ._submit { font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; }
 #_form_36_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_36_:before,#_form_36_:after { content:" "; display:table; }
 #_form_36_:after { clear:both; }
 #_form_36_._inline-style { width:auto; display:inline-block; }
 #_form_36_._inline-style input[type="text"],#_form_36_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_36_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_36_._inline-style p { margin:0; }
 #_form_36_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_36_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_36_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
 #_form_36_ .iti.iti--allow-dropdown.iti--separate-dial-code { width:100%; }
 #_form_36_ .iti input { width:100%; height:32px; border:#979797 1px solid; border-radius:4px; }
 #_form_36_ .iti--separate-dial-code .iti__selected-flag { background-color:#fff; border-radius:4px; }
 #_form_36_ .iti--separate-dial-code .iti__selected-flag:hover { background-color:rgba(0, 0, 0, 0.05); }
 #_form_36_ .iti__country-list { border-radius:4px; margin-top:4px; min-width:460px; }
 #_form_36_ .iti__country-list--dropup { margin-bottom:4px; }
 #_form_36_ .phone-error-hidden { display:none; }
 #_form_36_ .phone-error { color:#e40e49; }
 #_form_36_ .phone-input-error { border:1px solid #e40e49 !important; }

 #_form_36_ ._field11 select { height:37px; border:1px solid #979797; border-radius:4px; }
 #_form_36_ ._x51853437 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field7 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._form_21 { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field9 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._x51853437 input { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field7 input { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field9 input { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field6 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field6 ._row { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field10 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field10 ._row { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._x13152965 ._form-title { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._x88103262 { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._x64202205 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_ ._field11 label { font-family:"Tobias", "Arizona Serif Variable", Icons; }
 #_form_36_._form_36 { align:center; }
 #_form_36_ ._submit { width:100%; padding:1rem !important;font-size:1.5rem}
 #_form_36_ ._form-label {display:block !important;}
 #_form_36_ ._form_element._field10._full_width  {width:200px !important;}
 .opt-ins {display:flex; flex-direction:row;font-size:0.8rem !important;}
@media only screen and (max-width:600px){
	#_form_36_ ._form_element * { font-size:11px; }
}


.flier {
pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
animation: fly 35s linear infinite;
        pointer-events: none !important;
	top: 20vh;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

/* Keyframe values control where the element will begin
and end its trajectory across the screen. Each rule
represents a path the element follows across the screen. */

.image-1 {
animation-name: fly-1;
animation-delay: 5s;
}

.image-2 {
animation-name: fly-2;
animation-delay: 10s;
}

.image-3 {
animation-name: fly-3;
animation-delay: 13s;
}

.image-4 {
animation-name: fly-4;
animation-delay: 15s;
}

.image-5 {
animation-name: fly-5;
animation-delay: 1s;
}

@keyframes fly-1 {
0% {
transform: translateX(-200%) translateY(100vh) rotateZ(0deg);
}

40% {
transform: translateX(200vw) translateY(-100vh) rotateZ(450deg);
}

80% {
transform: translateX(-150vw) translateY(100vh) rotateZ(0deg);
}
}

@keyframes fly-2 {
0% {
transform: translateX(100vw) translateY(-200%) rotateZ(0deg);
}

25% {
transform: translateX(-200%) translateY(50vh) rotateZ(-180deg);
}

75% {
transform: translateX(-50vw) translateY(100vh) rotateZ(0deg);
}
}

@keyframes fly-3 {
0% {
transform: translateX(-100vw) translateY(-100%) rotateZ(0deg);
}

30% {
transform: translateX(100vw) translateY(20vh) rotateZ(180deg);
}

70% {
transform: translateX(-20vw) translateY(-100%) rotateZ(0deg);
}
}

@keyframes fly-4 {
0% {
transform: translateX(-100%) translateY(-100vh) rotateZ(0deg);
}

30% {
transform: translateX(20vw) translateY(100vh) rotateZ(90deg);
}

70% {
transform: translateX(-100%) translateY(-20vh) rotateZ(0deg);
}
}

@keyframes fly-5 {
  0% {
    transform: translateX(-20vw) translateY(-30vh);
  }
  30% {
    transform: translateX(110vw) translateY(30vh);
  }
    
      66% {
    transform: translateX(-80vw) translateY(80vh);
  }
  
}

.fugue-desktop-grid {
	display:block;
}

.fugue-mobile {
	display:none;
    margin-top:1rem;
}

@media only screen and (max-width: 700px) {
	.fugue-desktop-grid {
	display:none !important;
}
    
.fugue-mobile {
	display:block;
}
    
    .retailbutton2 {
	font-size:2.0rem;
    padding: 10px 5px;
}
    
    [data-predefined-style="true"] h2 {
	font-size: 2.5rem;
	}

}