/* Content */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a:active {
	opacity: 1.0;
}

.page a.active {
    opacity: 1;
    color: rgba(27, 27, 27, 1) !important;
}

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 {
  position: relative;
}


h1 a {
	color: rgba(27, 26, 26, 1);
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: top;

}

h1 a:hover:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 0.25rem !important;
	border-bottom: 1px solid rgba(136, 136, 136, 1);
}

h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
  color: transparent;
}

/*
s:after {
  border-bottom: 0.020em solid rgba(27, 27, 27, 0.9) !important;
  content: "";
  left: 0;
  margin-top: calc(0.020em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}*/

span.line {
  display: inline-block;
}

img {
	border: 0;
	padding: 0;
    border-radius: 1.00rem;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
}
 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border-radius: 1.00rem;
}


iframe {
	max-height: 100%;
	border-radius: 1.00rem;
}

video {
	border-radius: 1.00rem;

}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

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

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

.content img {
	float: none;
	margin-bottom: .5em;
    align-content: center;
    /*max-width: 100%;*/
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

@font-face { 
  font-family: 'GTSuperLight';
  font-weight: lighter;
  font-style: normal;
  src: url('https://files.cargocollective.com/c553050/GT-Super-Display-Light.woff2') format('woff2');
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.50rem;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Favorit Variable", Icons;
    font-style: normal;
    font-weight: 350;
	line-height: 1.4;
    letter-spacing: -0.03rem;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
    text-decoration: none;
}

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

bodycopy a.logo-link,
bodycopy a.logo-link:hover {
	border-bottom: 0;
}

bodycopy a.logo-link {
    letter-spacing: 0.02rem;
}
bodycopy a.logo-link: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;
    background: transparent;
    color: rgba(83, 83, 83, 1);
}

bodycopy a.image-link,
bodycopy a.icon-link {
	color: rgb(0, 0, 0);
    vertical-align: middle;
    padding-right: 0.8em;
}
    

[data-predefined-style="true"] h1 {
	/*font-family: 'GTSuperlight', Icons, Persona, "Serif";*/
    font-family: "Favorit Variable", Icons;
    padding: 0;
	margin: 0;
    letter-spacing: -0.37rem;
	line-height: 0.94;
	color: rgb(0, 0, 0);
	font-size: 6.2rem;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
	font-weight: 300;
}


[data-predefined-style="true"] h1 a {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-bottom: 0px;
    
}

.border{
    position: relative;
}

.border:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: 2px;           /* <- distance */
}

[data-predefined-style="true"] h2 {
    font-family: "Favorit Variable", Icons;
    font-size: 1.90rem;
	padding: 0;
    padding-bottom: 0.5rem;
	margin: 0;
    /*line-height: 1.5 !important;*/
	color: rgba(0, 0, 0, 0.9);
    line-height: 1.0 !important;
	letter-spacing: -0.02rem;
	text-transform: capitalize;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] h2::first-of-type {
    text-transform: uppercase;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.21rem;
	line-height: 1.40;
	font-family: "Favorit Mono Variable", Icons;
	font-style: normal;
	font-weight: 350;
	color: rgba(99, 99, 99, 1);
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	letter-spacing: 0.06rem;
    font-weight: 800;
}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

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

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

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

.content_padding {
	padding-right: 3rem !important;
}

body.mobile .content_padding {
	padding-right: 0.8rem !important;
}

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

[data-css-preset] text-limit a {
	color: rgb(0, 0, 0);
    text-decoration: none;
}
    
[data-css-preset] text-limit a:hover {
    border-bottom: 1px solid rgba(27, 26, 26, 1);
}

.txtCenter div {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.credits div {
	text-align: left !important;
}

/**.credits div div text-limit small::first-line {
	text-transform: uppercase;
} */

.proj-title {
    font-family: "Favorit Mono Variable", Icons;;
    font-size: 1.7rem !important;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'slnt' 0;
}

body.mobile .proj-title {
}

@media (max-width: 978px){
body.mobile .txtCenter div {
    padding-top: 1.0rem;
    padding-bottom: 0.6rem;
}
 
}

body.mobile .page_content.clearfix {
    padding-top: 2.0rem !important/*!main_margin*/;
}

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: #1a1616/*!thumbnails_bgcolor*/;
    padding-bottom: 6rem;
}

[data-css-preset] .thumbnails_width {
  width: 82%/*!thumbnails_width*/;
  margin: 0 auto;
}

[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*/; 
}
/**
 * Thumbnail Hover
 */

.thumbnails .thumb_image {
	    border-radius: 4rem !important;
}

.thumbnails .thumbnail img {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all 0.5s;
}

.thumbnails .thumb_image img {
	width: 100%;
    height: 100%;
	margin: 0 auto;
    
    -webkit-filter: opacity(0.90);
    filter: opacity(0.90);
}

.thumbnails .thumbnail > a {

}

.thumbnails .title {
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
    padding-left: 0.1rem;
    font-size: 1.5rem !important;
	/*color: rgba(27, 27, 27, 0.9);*/
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 0.86;
    text-transform: uppercase;
    display: flex;
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: rgba(246, 245, 245, 1);
    -moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
    /*
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;*/
	font-variation-settings: 'slnt' 0;
	font-weight: 700;
}

.thumbnails .title span {
	display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}


.thumbnails .title span::first-letter {
font-size: 0px;
margin-left: -0.150rem !important;
}


.thumbnails .title span:hover {
    /*border-bottom: 1px solid rgba(83, 83, 83, 1);*/
}

.thumbnails .thumbnail:hover img {
    -moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
    -webkit-filter: opacity(1);
    filter: opacity(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/**
 * Thumbnail Overlay Title
 */


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


.thumbnails .thumbnail .title {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0.8rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

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

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

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

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

.thumbnails .thumbnail .tags {
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

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

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

body.mobile .thumbnails .thumbnail:hover .tags {
    opacity: 0;
}*/



/*** End Thumbnail Hover */

.thumbnails {
    position: relative;
    overflow: hidden;
}

.thumbnails a {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
    z-index: 10000;
   
}


.thumbnails a:hover {

}

.title {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
.thumbnails:hover .title {
    filter: alpha(opacity=100);
    opacity: 1;
    
}*/

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
	color: rgba(25, 21, 21, 1);
	font-family: "Favorit Mono Variable", Icons;
	line-height: 1.0;
    text-transform: Uppercase;
	font-style: normal;
	font-weight: 350;
    letter-spacing: -0.01rem;
	font-variation-settings: 'slnt' 0;
}

.thumbnails .tags a {
    pointer-events: none;
    cursor: default;
	border-bottom: 0;
    color: rgba(246, 245, 245, 1);
    text-decoration: none;
}

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

body.mobile .thumbnails .tags {
    font-size: 1.23rem;
	padding: 0 0 1.6rem 0;
    line-height: 1.2;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: #f2f2f8;
    font-size: 28px /*!site_menu_button*/;
	padding: 0px 0px 0px 0px;
    line-height: 1;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 2.6rem /*!site_menu_button*/;
	right: 2.6rem /*!site_menu_button*/;
    mix-blend-mode: difference;
}

body.mobile #site_menu_button {
    color: #fff;
    font-size: 26px;
    padding: 12px 6px 10px 10px;
    mix-blend-mode: difference;
    
}

body.mobile #site_menu_wrapper #site_menu {
    padding: 8.0rem 1.25rem 0rem 6.6rem;
    text-align: right;
}

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

#site_menu_button.active {
    display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Favorit Variable", Icons;
	font-size: 2.84rem;
	font-style: normal;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    text-align: left;
    background: rgba(248, 248, 248, 1.0);
    border-left: 1px solid rgba(27, 27, 27, 1);
    padding: 5rem 5rem 0rem 3rem;
	/*max-width: 790px;*/
	min-width: 100%;
	font-variation-settings: 'slnt' 0;
	font-weight: 700;
}

#site_menu a {
color: rgba(0, 0, 0, 1);
border-bottom: 1px solid transparent;
}

body.mobile #site_menu {
	width: 100%;
    font-weight: 500;
}

body.mobile #site_menu a {
    font-size: 2.6rem;
}

#site_menu .set-link .page-link a {
    font-family: "Favorit Variable", Icons;
	font-size: 2.86rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
	font-variation-settings: 'slnt' 0;
}

#site_menu .page-link a:hover {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(136, 136, 136, 1);

}



/*
#site_menu .page-link a:visited {
	color: rgba(99, 99, 99, 0.9);
}*/

/*
#site_menu .set-link a {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#site_menu .set-link .page-link a {
    padding-bottom: 0 !important;
    border-bottom: 0;
}

#site_menu .set-link .page-link:nth-child(9) a {
    padding-bottom: 1.3rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: -1px;
}

#site_menu .set-link .page-link:nth-child(3) a {
    padding-top: 0 !important;
    margin-bottom: -1px;
}

#site_menu .page-link:nth-child(1) a {
    padding-top: 0.8rem !important;
    margin-bottom: -1px;
}

#site_menu .page-link:nth-child(3) a {
    padding-top: 0.8rem !important;
    margin-bottom: -1px;
}*/

body.mobile #site_menu .set-link .page-link a {
    font-family: "Favorit Variable", Icons;
	font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
	font-variation-settings: 'slnt' 0;
}


#site_menu .set-link .page-link > a {

}

#site_menu .page-link > a::first-letter {
    font-size: 0 !important;
}

#site_menu .page-link > a:hover::first-letter {
    font-size: inherit !important;
}

#site_menu .set-link .page-link > a::first-letter {

}

#site_menu .set-link .page-link > a:hover::first-letter {
    font-size: inherit !important;   
}


#site_menu .set-link > a {
	color: rgba(0, 0, 0, 1);
    font-size: 1.4rem;
    text-decoration: none;
}

body.mobile #site_menu .set-link > a {
    font-size: 2.4rem;
}

#site_menu .set-link > a:hover {
    /*border-bottom: 1px solid rgba(46, 46, 46, 1.0);*/
}

#site_menu div.set-link > a {
    font-family: "Favorit Mono Variable", Icons;
	font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
	font-variation-settings: 'slnt' 0;
    padding-bottom: 0.5rem;
}

#site_menu div.set-link > a:hover {
    /*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
}
    
#site_menu .close {
    color: rgba(27, 27, 27, 1);
    font-size: 3.3rem;
    display: block;
	line-height: 1.0em;
    position: fixed;
    padding: 0px 0px 0px 0px;
    top: 1.8rem /*!site_menu*/;
	right: 2.6rem /*!site_menu*/;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 54px;
    line-height: 0.4em;
    padding: 15px 0px 10px 0px;
    top: 1.0rem;
    right: 1.0rem;
}

#site_menu .break {
	height: 0px;
}

#site_menu .indent {
	margin-left: 0;
}



/*
 * Shop Button
 */

[data-css-preset] #shop_button {
    display: none;
	color: rgba(255, 255, 255, 1);
    background: transparent;
	font-size: 34px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

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


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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: Rubik, Icons;
    font-size: 1.9rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Rubik, Icons;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,.4);
    background:  #ffffff url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

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

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

.quick-view img {
	border-radius: 0px !important;
    
    -moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all 0.5s;
}


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

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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

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

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

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container::first-child .page {
	border-top: 0;
}

.page_container {
    padding: 5rem 0 0 0;
}

.page_container:nth-of-type(2) {
    padding: 0.5rem 0 0 0;
}


/**
 * Typography
 */


.content a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82d48e+0,1f7ed8+100 */
/* background: #82d48e; /* Old browsers */
/*background: -moz-linear-gradient(left, #82d48e 0%, #1f7ed8 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left, #82d48e 0%,#1f7ed8 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, #82d48e 0%,#1f7ed8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d48e', endColorstr='#1f7ed8',GradientType=1 ); /* IE6-9 */

/********** Gradient hover***********/
}


.bottom a:hover {
	background: transparent;
}

.main_img img{
	-moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.30);
}

.info video {
	width: 100%;
    height: 100%;
}

.snap {
	width: 100%;
    max-height: 50%;
}
    
body.mobile .thumbnails {
    background-color: rgb(26, 22, 22);
    padding-left: 2%;
    padding-right: 2%;
}

body.mobile .thumbnails .title {
    margin-top: 0.2rem;
    margin-bottom: -0.4rem;
    padding-top: 1.04rem;
    padding-bottom: 0.8rem;
    font-size: 1.70rem !important;
	color: rgba(255, 255, 255, 1);
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 0.9;
    letter-spacing: -0.02rem;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10000;
	font-variation-settings: 'slnt' 0;
	font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
body.mobile .thumbnails .title span:first-letter {
    vertical-align:top;
    font-size: 1.125rem !important;
    font-weight: bold !important;
}*/


body.mobile .main_container img {
	margin-bottom: 0;
}

[data-page-id="10183445"] body.mobile .main_container img {
	margin-bottom: 0em;
}

/*
[data-page-id="35771582"] h1 {
    font-size: 4.8rem;
    letter-spacing: -0.31rem;
    padding-bottom: 6rem;
	/*text-transform: uppercase;*/
    /*font-weight: 700;*/
/*
}
*/


body.mobile h1 {
	font-size: 3.86rem !important;
    letter-spacing: -0.24rem;
    line-height: 0.92;
    padding-right: 0px;
    padding-bottom: 1.0rem;
    text-align: left;
}

body.mobile h2 { 
    font-size: 2.00rem;
    line-height: 1.2 !important;
    letter-spacing: 0.00rem;
    padding-bottom: 0.5rem;
}

body.mobile bodycopy {
    font-size: 1.713rem;
    line-height: 1.2;
    letter-spacing: 0.00rem;
    margin: auto;
    max-width: 96%;
}

/**body.mobile .content_padding .logo-link.image-link img {
    max-width: 48%;
}**/

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

body[data-page-id="10183487"] {
    background-color:#000000;
}

[data-page-id="10183487"] h1 {
    line-height: 2.5 !important;
}

[data-page-id="10183487"] body.mobile h1 {
}

[data-page-id="10183487"] h1 a {
    color: rgba(245, 245, 245, 0.7) !important;
    border-bottom: 1px solid rgba(46, 46, 46, 0.9);
    text-transform: uppercase;
}

[data-page-id="10183487"] h1 a:hover {
    color: rgba(245, 245, 245, 1.0) !important;
    border-bottom: 1px solid rgba(46, 46, 46, 0.9);
    text-transform: uppercase;
}

[data-page-id="10183487"] .logo-link {
	display: none;
}

.videoWrapper {
    overflow:hidden;
	position: relative;
	padding-bottom: 74.83%; /* 151:113 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_content a {
	border-bottom: 0px;
}

body.mobile .page_content.clearfix {
  padding-top: 2.5rem /*!main_margin*/;
}

[data-page-id="10183487"] body.mobile .page_content.clearfix {
  padding-top: 0.0rem /*!main_margin*/ !important;
}

.logo-link {
}

/*
body.mobile .logo-link {
    position:absolute;
    color: #000;
    mix-blend-mode: difference;
    z-index: 3;
}*/

a.logo-link {
	font-size: 1.6rem;
	font-family: "Favorit Mono Variable", Icons;
    font-style: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, 1) !important;
    letter-spacing: 0.03rem;
	font-variation-settings: 'slnt' 0;
}

body.mobile a.logo-link {
	font-size: 2.00rem;
	font-family: "Favorit Mono Variable", Icons;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0.01rem;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
    position:fixed;
    mix-blend-mode: difference;
    z-index: 3;
}

body.mobile small {
	font-size: 1.319rem;
}

body.mobile small.logo > a {
font-size: 1.98rem;
}

/**
 * Thumbnails mobile
 */

/**
 * Thumbnails - vertical thumb image fix
body.mobile .thumb_image {
    height: 0;
    padding-bottom: 125%;
    overflow:hidden;
    position: relative;
}

body.mobile .thumb_image img {
    position: absolute !important;
    image-rendering: auto;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    width: auto !important; 
    height: 100% !important; 
    margin: auto !important;
}
*/

/*
body.mobile .thumbnails .title span:first-letter {
margin-left: 0 !important;
}


/*
@media screen and (orientation: landscape) { 
    body.mobile h1 {
    font-size: 7.0rem !important;
    letter-spacing: 0.00rem !important;
    }
    
    body.mobile h1 a {
    font-size: 7.0rem !important;
    letter-spacing: -0.03rem !important;
    }
}
*/

/*
@media screen and (orientation: landscape) {
    body.mobile .thumb_image {
	height: 0;
    padding-bottom: 56.25% !important;
    }
    
    body.mobile .thumb_image img {
    width: 100% !important;
	margin: auto !important;
    }
    
    /*
    body.mobile .thumbnails .title span::first-letter {
    vertical-align:top;
    font-size: 2.33rem !important;
    font-weight: bold !important;
	}
    */

/*<--Mobile Landscape ----- Keeps going --*/
    /*
    body.mobile bodycopy {
    font-size: 3.375rem;
    letter-spacing: -0.02rem;
	}
    
	body.mobile h2 {
    font-size: 5.2rem;
	}
    
    body.mobile a.logo-link {
	font-size: 3.5rem;
    letter-spacing: -0.03rem;
	}
    
    body.mobile #site_menu a {
    font-size: 5.0rem;
	}
    
    body.mobile .thumbnails .title {
    font-size: 3.375rem;
    }
    
    body.mobile small {
    font-size: 2.33rem;
    letter-spacing: -0.02rem;
	}
    
    body.mobile small a {
    font-size: 3.60rem;
    letter-spacing: -0.02rem;
	}
}*/
  

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
/* your CSS to target only landscape mobile users */

a.logo-link {
	font-size: 3.66rem;
}

.proj-title {
    font-size: 4.5rem !important;
}

.thumbnails .tags {
    font-size: 2.9rem;
    line-height: 1.0;
}

.thumbnails .title {
    margin-top: 0.4rem;
    /*margin-bottom: 0.8rem;*/
    padding-top: 1.75rem;
    padding-bottom: 0.8rem;
    font-size: 3.4rem;
}

h1 {
    font-size: 7.7rem !important;
    line-height: 1.1;
    letter-spacing: -0.03rem !important;
}

h2 {
    font-size: 3.9rem !important;
}

bodycopy {
    font-size: 3.0rem !important;
    line-height: 1.2;
}

small {
	font-size: 2.6rem !important;
}
    
small a {
	font-size: 3.66rem !important;
}
    
}


/*
***** FIX NAV & LOGO FOR COLOR BG
*/

[data-page-id="10183444"] .bodycopy {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}


/*
[data-page-id="10183463"] .logo-link {
	filter: invert(100%) !important;
    color: rgba(0,0,0,100);
}

[data-page-id="10183463"] #site_menu_button {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}

[data-page-id="10183463"] small {
	filter: invert(100%) !important;
    color: rgba(0,0,0,100);
}

[data-page-id="10183463"] div span {
    color: rgba(255, 255, 255, 0.7)
}
*/



/*[data-page-id="10183453"] .logo-link {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}

[data-page-id="10183453"] #site_menu_button {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}

[data-page-id="10183453"] small {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}
[data-page-id="10183482"] .logo-link {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}*/

[data-page-id="10183453"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183453"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

/*
[data-page-id="16711181"] small {
	filter: invert(100%);*//*
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="16711181"] s {
  position: relative;
}
*/

[data-page-id="11691370"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="11691370"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1);
}

[data-page-id="11691370"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="11691370"] div span {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="11691370"] div span s {
    color: rgba(27, 27, 27, 1);
}

/*
[data-predefined-style="true"] [local-style="10183453"] s:after {
  color: transparent;
  border-bottom: 0.020em solid rgba(0, 0, 0, 1);
  content: "";
  left: 0;
  margin-top: calc(0.020em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}*/


[data-page-id="10183457"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183457"] small.logo {
}

[data-page-id="10183457"] small.logo a {
    color: rgba(185, 185, 185, 1) !important;
}

[data-page-id="10183457"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(185, 185, 185, 1) !important;
}

[data-page-id="10183457"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183457"] s {
  position: relative;
}

[data-page-id="10183458"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(18, 77, 47, 1) !important;
}

[data-page-id="10183458"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(18, 77, 47, 1);
}

[data-page-id="10183458"] div span {
	/*filter: invert(100%);*/
    color: rgba(18, 77, 47, 1) !important;
}

[data-page-id="10183458"] div h2 span s {
	/*filter: invert(100%);*/
    color: transparent !important;
}

[data-page-id="10183458"] div span small s {
    color: transparent !important;
}

[data-page-id="10183458"] small s {
	color: transparent !important;
}

[data-page-id="10183458"] s {
  position: relative;
}

[data-page-id="10183458"] s:after {
  border-bottom: 0.030em solid #124d2f;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183458"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}
[data-page-id="10183458"] small {
	color: rgba(18, 77, 47, 1);
}


/*
[data-page-id="16711181"] small {
	/*filter: invert(100%);*//*
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="16711181"] s {
  position: relative;
}*/

[data-page-id="10183459"] .logo-link {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183459"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183459"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183459"] s {
  position: relative;
}

[data-page-id="10183461"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(0, 0, 0, 1) !important;
}

[data-page-id="10183461"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(0, 0, 0, 1);
}

[data-page-id="10183461"] small {
	/*filter: invert(100%);*/
    color: rgba(0, 0, 0, 1) !important;
}

[data-page-id="10183461"] div span {
    color: rgba(0, 0, 0, 1) !important;
}

[data-page-id="10183461"] div span s {
    color: rgba(0, 0, 0, 1);
}

[data-page-id="10183461"] s {
  position: relative;
}

[data-page-id="10183461"] s:after {
  border-bottom: 0.030em solid #000;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183461"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}

[data-page-id="10183462"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183462"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1);
}

[data-page-id="10183462"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183462"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183462"] div span small s {
    color: transparent !important;
}

[data-page-id="10183462"] small s {
	color: transparent !important;
}

[data-page-id="10183462"] s {
  position: relative;
}

[data-page-id="10183462"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183462"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}
/*
[data-page-id="10183479"] .logo-link {
	/*filter: invert(100%);*//*
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183479"] .logo {
    mix-blend-mode: normal !important;
}

[data-page-id="10183479"] #site_menu_button {
	/*filter: invert(100%);*//*
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: normal;
}
*/

/*.main-nav {
    top: 2rem;
    margin: 0 auto;
    text-align: center;
    color:#fff !important;
    mix-blend-mode: difference;
}*/


[data-page-id="10183479"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183479"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183479"] div span small s {
    color: transparent !important;
}

[data-page-id="10183479"] small s {
	color: transparent !important;
}

[data-page-id="10183479"] s {
  position: relative;
}

[data-page-id="10183479"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183479"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="10183465"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183465"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1);
}

[data-page-id="10183465"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183465"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183465"] div span small s {
    color: transparent !important;
}

[data-page-id="10183465"] small s {
	color: transparent !important;
}

[data-page-id="10183465"] s {
  position: relative;
}

[data-page-id="10183465"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183465"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}

[data-page-id="19045130"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="19045130"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1);
}

[data-page-id="19045130"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="19045130"] div h2 span s {
    color: transparent !important;
}

[data-page-id="19045130"] div span small s {
    color: transparent !important;
}

[data-page-id="19045130"] small s {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="19045130"] s {
  position: relative;
}

[data-page-id="19045130"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="19045130"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}


[data-page-id="34212683"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="34212683"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1);
}

[data-page-id="34212683"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="34212683"] div h2 span s {
    color: transparent !important;
}

[data-page-id="34212683"] div span small s {
    color: transparent !important;
}

[data-page-id="34212683"] small s {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="34212683"] s {
  position: relative;
}

[data-page-id="34212683"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="34212683"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

[data-page-id="10183463"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183463"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183463"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183463"] s {
  position: relative;
}

[data-page-id="10183475"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183475"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183475"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183475"] s {
  position: relative;
}


[data-page-id="10183477"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183477"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183477"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183477"] s {
  position: relative;
}

[data-page-id="10183479"] small {
	/*filter: invert(100%);*/
   color: rgba(255, 255, 255, 1) !important;
}


[data-page-id="10183480"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183480"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1);
}

[data-page-id="10183480"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183480"] s {
  position: relative;
}

[data-page-id="10183481"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183481"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183481"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183481"] s {
  position: relative;
}

[data-page-id="10183482"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183482"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1);*/
}

[data-page-id="10183482"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183482"] s {
  position: relative;
}

[data-page-id="10183483"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(10, 46, 68, 1) !important;
}

[data-page-id="10183483"] #site_menu_button {
	/*filter: invert(100%);*/
    /* color: rgba(10, 46, 68, 1);*/
}

[data-page-id="10183483"] div span {
	/*filter: invert(100%);*/
     color: rgba(10, 46, 68, 1) !important;
}

[data-page-id="10183483"] div h2 span s {
	/*filter: invert(100%);*/
    color: transparent !important;
}

[data-page-id="10183483"] div span small s {
    color: transparent !important;
}

[data-page-id="10183483"] small s {
	color: transparent !important;
}

[data-page-id="10183483"] s {
  position: relative;
}

[data-page-id="10183483"] s:after {
  border-bottom: 0.030em solid rgba(10, 46, 68, 1);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183483"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}

[data-page-id="10183442"] img {
	/*filter: invert(100%);*/
	/*-webkit-filter: grayscale(18%) brightness(100%); /* Safari 6.0 - 9.0 */
	/*filter: grayscale(18%) brightness(140%);*/
	/*color: rgba(0,0,0,100);*/
	border-radius: 1.1%;
}


[data-page-id="10183442"] .content img {
	margin-bottom:0;
    vertical-align: middle;
}

[data-page-id="10183442"] h2 {
    color: rgba(0,0,0,100);
    line-height: 1.0 !important;
}

[data-page-id="10183445"] img {
	/*filter: invert(100%);*/
	-webkit-filter: grayscale(18%) brightness(140%); /* Safari 6.0 - 9.0 */
	filter: grayscale(18%) brightness(140%);
	color: rgba(0,0,0,100);
	border-radius: 1.1%;
}

[data-page-id="10183445"] .content img {
	margin-bottom:0;
    vertical-align: middle;
}

[data-page-id="10183445"] h2 {
    color: rgba(0,0,0,100);
    line-height: 1.0 !important;
}

[data-page-id="13951089"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(103, 100, 100, 1) !important;
}

[data-page-id="13951089"] small.logo a {
    color: rgba(103, 100, 100, 1) !important;
}



[data-page-id="13951089"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(103, 100, 100, 1) !important;
}

[data-page-id="13951089"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="13951089"] div h2 span s {
    color: transparent !important;
}

[data-page-id="13951089"] div span small s {
    color: transparent !important;
}

[data-page-id="13951089"] s {
  position: relative;
}

[data-page-id="13951089"] small {
    color:#fff !important;
}

[data-page-id="13951089"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="13951089"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(83, 83, 83, 1);
}

[data-predefined-style="true"] [local-style="10183450"] h1 s:after {
  border-bottom: 0.025em solid rgba(0, 0, 0, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}



[data-page-id="35771582"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="35771582"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1);
}

[data-page-id="35771582"] div span {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="35771582"] div h2 span s {
    color: transparent !important;
}

[data-page-id="35771582"] div span small s {
    color: transparent !important;
}

[data-page-id="35771582"] small {
   color: rgba(255, 255, 255, 1) !important;
}


[data-page-id="35771582"] small s {
	color: transparent !important;
}

[data-page-id="35771582"] s {
  position: relative;
}

[data-page-id="35771582"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="35771582"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}

[data-predefined-style="true"] [local-style="17352262"] h1 s:after {
  border-bottom: 0.025em solid rgba(0, 0, 0, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

[data-predefined-style="true"] [local-style="36032785"] h1 s:after {
  border-bottom: 0.025em solid rgba(26, 22, 22, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

[data-predefined-style="true"] [local-style="10183485"] small s {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] [local-style="10183485"] s {
    top: -0.1em;
	font-family: "Favorit Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] [local-style="10183486"] s {
    top: -0.1em;  
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0;
}

h2 s {
    top: -0.05em;
}


.page_content > div > h1 {
	padding-bottom: 10rem;
}

body.mobile .page_content > div > h1 {
	padding-bottom: 6rem;
}

[data-page-id="10183443"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183443"] #site_menu_button {
	/*filter: invert(100%);*/
    /*color: rgba(27, 27, 27, 1) !important;*/
}

[data-page-id="10183443"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 26, 27, 1) !important;
}

[data-predefined-style="true"] [local-style="10183451"] s {
	top: -0.1em;
}

[data-predefined-style="true"] [local-style="10183451"] h2 s:after {
  border-bottom: 0.030em solid #fff;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183452"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183452"]  #site_menu_button {
    color: #fff;
}

[data-page-id="10183452"] span {
	color: #FFF !important;
}

[data-page-id="10183452"] small {
	color: #FFF !important;
}

[data-page-id="10183452"] small s {
 	color: #FFF !important;  	
}

[data-page-id="10183452"] s {
  position: relative;
}

[data-page-id="10183446"] .logo-link {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183446"] #site_menu_button {
	/*filter: invert(100%);*/
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183446"] small {
	/*filter: invert(100%);*/
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183446"] s {
  position: relative;
}

.slitscan_canvas {
  filter: grayscale(3%) 
          brightness(44%)
          contrast(90%);
}

[data-predefined-style="true"] [local-style="10183450"] .content_padding {
    padding-top: 10rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    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(255, 255, 255, 0.14);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.txtCenter {
	text-align: center;
}

.txtCenter div {
	display: inline-block;
}

text-limit {
    text-align: left;
    padding-bottom: 0.6rem;
}
/*
.fullBleed img {
}

.fullBleed {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}*/

 /* Make sure images don't get too big */
.row.no-gutters img {
  max-width: 100%;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

small a {
	font-size: 1.309rem;
    font-family: "Favorit Variable", Icons;
	line-height: 1.40;
	font-style: normal;
	font-weight: 700;
    letter-spacing: -0.01rem;
	font-variation-settings: 'slnt' 0;
}

.Thumbnails {
    background-color: #FFFFFF;
}

.toolset {
	display: none;
}

.backdrop {

}

[data-predefined-style="true"] [local-style="10183443"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

.nav {
	  overflow: hidden;
}

.nav a:hover {
    border-bottom: 1px solid rgba(27, 26, 26, 1);
}

.dropdown {
  float: right;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: none;
  text-shadow: 0px 8px 16px rgba(15, 206, 131, 1);
  
}

.dropdown-content {
  display: none;
  position: relative;
  z-index: 1;
}

.dropdown:hover .dropdown-content, .dropdown-content:hover {
  display: block;
}

.btnCenter {
	text-align: center;
    position: relative;
}

.btnCenter div {
	display: inline-block;
}

.nextbtn {
  background-color: transparent;
  border: 1px #000 solid;
  border-radius: 3.0rem;
  width: 16.125rem;
  height: 3.938rem;
  text-transform: uppercase;
  font-family: "Favorit Mono Variable", Icons;
  font-size: 1.63rem;
  font-style: normal;
  font-variation-settings: 'slnt' 0;
  font-weight: 700;
  letter-spacing: 0.06rem;
}

body.mobile .nextbtn {
  width: 15rem;
  height: 4.0rem;
}

.nextbtn a {
  margin: 0;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -49%);
}

body.mobile .nextbtn a {
    font-size: 1.48rem;
}

.nextbtn:hover {
	background-color: #000;
}

.nextbtn:hover a {
    color: #fff;
}

/*
 * Next BTN Changes
 */

[data-page-id="10183462"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183462"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183462"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183462"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="19045130"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="19045130"] .nextbtn a {
    color: #fff;
}

[data-page-id="19045130"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="19045130"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="13951089"] .nextbtn {
  border: 2px #fff solid;
}

[data-page-id="13951089"] .nextbtn a {
    color: #fff;
}

[data-page-id="13951089"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="13951089"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="10183479"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183479"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183479"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183479"] .nextbtn:hover a {
    color: #000;
}


[data-page-id="34212683"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="34212683"] .nextbtn a {
    color: #fff;
}

[data-page-id="34212683"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="34212683"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="10183465"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183465"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183465"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183465"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="35771582"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="35771582"] .nextbtn a {
    color: #fff;
}

[data-page-id="35771582"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="35771582"] .nextbtn:hover a {
    color: #000;
}

/*
 * Logo sizing
 

small.logo {
    font-size: 1.6rem;
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
    font-style: normal;
    font-weight: 200;
}*/

small.logo a {
    font-size: 1.63rem;
    color:#fff !important;
}

body.mobile small.logo {
    margin-left: -1.6rem !important;
    margin-top: -0.8rem !important;
}


[data-page-id="10183443"] .main_container {
	background: #f4f4f4;
}

body.mobile > div > div text-limit {
    padding-top: 1rem;
}


[data-page-id="36401737"] .video_background iframe {
    width: inherit !important;
    height: inherit !important;
    margin-top: inherit !important;
}