
*,
*:before,
*:after {
	cursor: none;
}

body.mobile * {
	cursor: auto;
}

body.mobile .cursor {
	display: none;
}

.cursor-wrapper {
	position: relative;
	width: 100vw;
	height: 300vh;
}

.cursor {
  position: fixed;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #333A78;
  pointer-events:none;
  z-index: 999999;
}

.cursor.click {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #8691EF;
  transition: all 250ms ease-in-out;
  transition-property: width, height, background-color;
}

.cursor.hover {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #8691EF;
  transition: all 250ms ease-in-out;
  transition-property: width, height, background-color;
}

.toggle-close {
	display: none;
}

.spacer-start {
	margin-bottom: 5rem;
}

.spacer-top {
	margin-bottom: 5rem;
}

.spacer-bottom {
	margin-bottom: 15rem;
}

body.mobile .spacer-top {
	margin-bottom: 2rem;
}

body.mobile .spacer-bottom {
	margin-bottom: 4rem;
}

/**
 * Content
 */

.logo {
	display: flex;
    top: 0;
    left: 0;
    height: 3rem;
    justify-content: center;
    justify-items: center;
	align-content: center;
    align-items: center; 
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background: linear-gradient(-45deg, #def3eb, #ebedfc, #f7ebe8, #e3f0fb);
	background-size: 400% 100%;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;
}

#site-header div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-headerb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background: linear-gradient(-45deg, #def3eb, #ebedfc, #f7ebe8, #e3f0fb);
	background-size: 400% 100%;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;
}

#site-headerb div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-headerb.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #def3eb;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #23AD7B;

}

#site-header2 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header2.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header2b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #def3eb;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #23AD7B;

}

#site-header2b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header2b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #ebedfc;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #4B56B1;

}

#site-header3 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header3.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header3b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #ebedfc;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #4B56B1;

}

#site-header3b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header3b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #f7ebe8;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #4F4A49;

}

#site-header4 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header4.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header4b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #f7ebe8;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #4F4A49;

}

#site-header4b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header4b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #e3f0fb;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #256197;

}

#site-header5 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header5.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header5b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: #e3f0fb;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #256197;

}

#site-header5b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header5b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header6 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header6.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header6b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header6b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header6b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#nav-studio {
    position: absolute;
    width: 100%;
    transform: translateY(0%);
    transition: all .1s ease;

}

#nav-studio.top {
    background-color: white;
    border-bottom: 0.5px solid #333A78;
    transform: translateY(-110%);
    transition: all .1s ease;
}

#nav-studiob {
    position: absolute;
    width: 100%;
    transform: translateY(0%);
    transition: all .1s ease;

}

#nav-studiob.top {
    background-color: white;
    border-bottom: 0.5px solid #333A78;
    transform: translateY(-110%);
    transition: all .1s ease;
}

#nav-studio-phone {
	position: absolute;
    top: 0;
    left: 0;
	margin: 0;
    width: 100%;
    height: 6.0rem;
    line-height: 2.3rem;
    background-color: white;
    border-bottom: 0.5px solid #333A78;
}

#site-header7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header7 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header7.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header7b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header7b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header7b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header8 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header8.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header8b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header8b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header8b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header9 div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header9.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-header9b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.0rem;
    background-color: white;
    transform: translateY(0%);
    transition: all .3s ease;
    border-bottom: 0.5px solid #333A78;

}

#site-header9b div {
	margin: 0;
    padding-bottom: 0;
    line-height: 1.6em;

}

#site-header9b.hide {
    transform: translateY(-120%);
    transition: all .3s ease;
}

#site-footer-gradient {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
	padding: 2.5rem;
    background: linear-gradient(-45deg, #def3eb, #ebedfc, #f7ebe8, #e3f0fb);
	background-size: 400% 100%;
}

#site-footer1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
	padding: 2.5rem;
    background-color: #def3eb;

}

#site-footer-phone1 {
    background-color: #def3eb;
}

#site-footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
	padding: 2.5rem;
    background-color: #ebedfc;

}

#site-footer-phone2 {
    background-color: #ebedfc;

}

#site-footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
	padding: 2.5rem;
    background-color: #f7ebe8;

}

#site-footer-phone3 {
    background-color: #f7ebe8;

}

#site-footer4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
	padding: 2.5rem;
    background-color: #e3f0fb;

}

#site-footer-phone4 {
    background-color: #e3f0fb;

}

@font-face {
  font-family: 'Ogg Roman';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1458693/Ogg-Roman.otf') format('opentype');
}

@font-face {
  font-family: 'Ogg Roman-Italic';
  font-weight: normal;
  font-style: italic;
  src: url('https://files.cargocollective.com/c1458693/Ogg-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Light';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Light Oblique';
  font-weight: normal;
  font-style: italic;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-LightOblique.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Roman';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-Roman.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Oblique';
  font-weight: normal;
  font-style: italic;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-Oblique.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Medium';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir Medium Oblique';
  font-weight: bold;
  font-style: italic;
  src: url('https://files.cargocollective.com/c1458693/AvenirLTStd-MediumOblique.otf') format('opentype');
}

body {
	background-color: transparent;
	color: #000;
    transition: all 300ms ease;
}

a:active {
	opacity: 1;
    
}

.page a.active {
	opacity: 0.5;
    text-decoration: none;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

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

hr {
	background: rgba(0,0, 0, 1.0);
	border: 0;
	height: 0.5px;
	display: block;
    margin: 1.8rem 0rem -2.0rem 0rem;
}

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


.gallery_image_caption {
    font-family: "Avenir Light", Icons;
    font-size: 1.4rem;
	font-weight: 200;
	font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.00rem;
    position: absolute;
    top: auto;
    left: auto;
    display: inline-block;
    margin-top: -2.5rem;
	margin-left: 2rem;
    margin-right: 2rem;
    opacity: 0;
}

#video-press .gallery_image_caption {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: 1.0rem;
    opacity: 1;
}

#origin .gallery_image_caption {
    position: absolute;
    margin-left: 0;
    padding-top: 3.5rem;
	font-family: "Avenir Light", Icons;
    font-size: 1.4rem;
	font-weight: 200;
	font-style: normal;
    line-height: 1.2;
    text-align: left;
    color: #333a78;
    opacity: 0;
    z-index: 9999;
}

#origin .gallery_card:hover .gallery_image_caption {
    opacity: 1;
}

.gallery_card:hover .gallery_image_caption {
	opacity: 1;
}

.gallery_card {
    margin-bottom: 40rem;
    
}

#origin .gallery_card {
	margin-bottom: 6.5rem;
}

.mobile .gallery_card {
	margin-bottom: 3rem;
}

/*
.has_caption .gallery_card_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}
*/


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    font-family: "Avenir Light", Icons;
	font-size: 1.3rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0rem;
    color: #000;
	margin-top: 0.5rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #000;
    margin-top: -0.5rem;
	padding-bottom: 0rem;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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;
}

bodycopy a.image-link {
    
}

bodycopy a.image-link:hover {

}

bodycopy a.image-link::after {
        
}

[data-predefined-style="true"] h1 {
	font-family: "Ogg Roman", Icons;
	font-weight: 400;
    font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.1;
    letter-spacing: 0rem;
	color: rgba(0, 0, 0, 1);
}

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

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

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

[data-predefined-style="true"] small {
    font-family: "Avenir Light", Icons;
    font-style: normal;
	font-weight: 200;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #000;
}

[data-predefined-style="true"] small a {
	color: #000;
	border-bottom-width: 0em;
}

[data-predefined-style="true"] small a:hover {
	color: #000;
}
/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	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: 0.7rem /*!main_margin*/;
	padding-bottom: 0.7rem /*!main_margin*/;
	padding-left: 0.7rem /*!main_margin*/;
	padding-right: 0.7rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;
    padding-top: 3rem;
    padding-bottom: 10rem;
}

[data-page-id="25745842"] .thumbnails {
   background-color: #def3eb;
}

[data-page-id="26250278"] .thumbnails {
   background-color: #def3eb;
}

[data-page-id="25620636"] .thumbnails {
   background-color: #ebedfc;
}

[data-page-id="26251862"] .thumbnails {
   background-color: #ebedfc;
}

[data-page-id="25620757"] .thumbnails {
   background-color: #f7ebe8;
}

[data-page-id="26252869"] .thumbnails {
   background-color: #f7ebe8;
}

[data-page-id="25620898"] .thumbnails {
   background-color: #e3f0fb;
}

[data-page-id="26252980"] .thumbnails {
   background-color: #e3f0fb;
}

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid white;
    outline-offset: -1px;
    position: relative;
}

.thumbnails .title {
	font-family: 'Ogg Roman', Icons;
    font-size: 2.5rem;
    line-height: 2.5rem;
	font-style: normal;
    font-weight: normal;
    color: #333a78;
    opacity: 0;
    z-index: 9999;
}

.thumbnails .title a {
	pointer-events: none;
}

[data-page-id="25745842"] .thumbnails .title {
   color: #0e6c4a;
}

[data-page-id="26250278"] .thumbnails .title {
   color: #0e6c4a;
}

[data-page-id="25620636"] .thumbnails .title {
   color: #4b56b1;
}

[data-page-id="26251862"] .thumbnails .title {
   color: #4b56b1;
}

[data-page-id="25620757"] .thumbnails .title {
   color: #4f4a49;
}

[data-page-id="26252869"] .thumbnails .title {
   color: #4f4a49;
}

[data-page-id="25620898"] .thumbnails .title {
   color: #256197;
}

[data-page-id="26252980"] .thumbnails .title {
   color: #256197;
}


.thumbnails .tags {
	font-family: 'Avenir Light', Icons;
    font-size: 1.5rem;
    line-height: 1.5rem;
	font-style: normal;
    font-weight: normal;
    display: grid;
    position: relative;
	margin-top: 1rem;
    pointer-events: none;
    color: #333a78;
	visibility: hidden;
    opacity: 0;
}

[data-page-id="25745842"] .thumbnails .tags {
   color: #0e6c4a;
}

[data-page-id="26250278"] .thumbnails .tags {
   color: #0e6c4a;
}

[data-page-id="25620636"] .thumbnails .tags {
   color: #4b56b1;
}

[data-page-id="26251862"] .thumbnails .tags {
   color: #4b56b1;
}

[data-page-id="25620757"] .thumbnails .tags {
   color: #4f4a49;
}

[data-page-id="26252869"] .thumbnails .tags {
   color: #4f4a49;
}

[data-page-id="25620898"] .thumbnails .tags {
   color: #256197;
}

[data-page-id="26252980"] .thumbnails .tags {
   color: #256197;
}

.thumbnails .tags a {
	text-decoration: none;
    color: #333a78;
    visibility: visible;
    margin-top: -1rem;

}

[data-page-id="25745842"] .thumbnails .tags a {
   color: #0e6c4a;
}

[data-page-id="26250278"] .thumbnails .tags a {
   color: #0e6c4a;
}

[data-page-id="25620636"] .thumbnails .tags a {
   color: #4b56b1;
}

[data-page-id="26251862"] .thumbnails .tags a {
   color: #4b56b1;
}

[data-page-id="25620757"] .thumbnails .tags a {
   color: #4f4a49;
}

[data-page-id="26252869"] .thumbnails .tags a {
   color: #4f4a49;
}

[data-page-id="25620898"] .thumbnails .tags a {
   color: #256197;
}

[data-page-id="26252980"] .thumbnails .tags a {
   color: #256197;
}

.thumbnails .has_title .tags {

}

/**
 * Thumbnail Hover
 */

.no-fade .thumbnail_sizer:hover img {
	opacity: 1;
}

.thumbnail_sizer:hover img {
	opacity: 0.2;
    transition: opacity 250ms ease-in-out;
}

.thumbnail_sizer:hover img:hover {
	opacity: 1.0;
    transition: opacity 250ms ease-in-out;
}

.thumb_image:hover {
    animation: zoom 500ms ease-in-out;
    animation-fill-mode: forwards;
}

body.mobile .thumb_image {
	animation: unset;
}

@keyframes zoom {
	0% {
		transform: scale(1.0);
    }

	100% {
		transform: scale(1.05);
	}
}

.thumbnails .thumbnail > a {
    overflow: visible;
	position: relative;

}

.thumbnails .thumbnail .title {
	direction: inline-flex;
    position: relative;
	margin-top: 2rem;
    margin-left: 0rem;
    padding-bottom: 1rem;
    opacity: 0;
}

.thumbnail:hover .title {
	transform: translateY(0%);

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

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail .title {
	opacity: 1;
}


.thumbnails .thumbnail .tags a {


}

.thumbnails .thumbnbail .tags span {

}


.thumbnails .thumbnail:hover .tags {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail .tags {
	opacity: 1;
}

/*
.thumbnails .thumb_image:after {
    opacity: 0;
    content: '';
	transition: opacity ease 500ms;
}

.thumbnails .thumb_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(136,179,223,1), rgba(136,179,223,0.25) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}

[data-page-id="25745842"] .thumbnails .thumb_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(138,198,171,1), rgba(138,198,171,0.25) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}

[data-page-id="25620636"] .thumbnails .thumb_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(144,147,227,1), rgba(144,147,227,0.25) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}

[data-page-id="25620757"] .thumbnails .thumb_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(79,74,73,1), rgba(79,74,73,0.25) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}

[data-page-id="25620898"] .thumbnails .thumb_image:hover:after {
    display: block;
    position: absolute;
  	background-image: linear-gradient(to left, rgba(136,179,223,1), rgba(136,179,223,0.25) 100%);
    transform-origin: top, left;
    transform: translateY(-100%);
    opacity: 100%;
    height: 100%;
    width: 100%;
    content: '';
	transition: opacity ease 500ms;
}
*/
/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 25px;
   	color: #333a78;
}

#site_menu_button.custom_icon {
	width: 40px;
    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;
}

/**
 * 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: .5rem /*!shop_button*/;
	right: .5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

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

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

/**
 * Shop Product Widget
 */

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

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

.shop_product .dropdown {
    font-family: Bagnard, 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.2;
    padding: .7rem 2rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

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

/**
 * Image Zoom 
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 6rem /*!quick_view_padding*/;
    padding-bottom: 6rem /*!quick_view_padding*/;
    padding-left: 6rem /*!quick_view_padding*/;
    padding-right: 6rem /*!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, 0.85) /*!quick_view_bgcolor*/;
}

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

.quick-view-caption span {
    padding: 0.6rem 1rem;
    display: inline-block;
    background: transparent;
    color: #333a78;
}

/**
 * Quick View Navigation 
 */

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

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

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 30px;
    width: 30px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #333a78;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #333a78;
    stroke-width: 0.0px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 20px;
    right: 20px;
    /* Change height/width together to scale */
    width: 30px;
    height: 30px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #333a78;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #333a78;
    stroke-width: 0.0px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    position:absolute;
    left: -4.3rem;
    right: -4.3rem;
    height: 40px;
    width: 40px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #333a78;
    stroke-width: 1.0px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #333a78;
    stroke-width: 0.0px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 30px;
   height: 30px;
}

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

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 0.0px;
    opacity: 0.6;
}

/**
 * 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.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}
