<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * Content
 */
#splash {
    display: block!important;
    background-color: #000000;
    background-image: url(https://freight.cargo.site/t/original/i/2784a63c7550fd3dfa11520385036c497f73227ff4e229cc93550edb63585f1b/Counterforce-Lab-Arctic-Tern-Chick.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 99999;
}
body {
	background-color: #fff;
	color: #000;
}

[data-predefined-style="true"] [local-style="13580315"] bodycopy a.active{
	color: #000;
}
a:active {
	opacity:1;
    color:black;
}
bodycopy a.active{
	color:black;
}
.page a.active {
   color: black !important;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}
.text-bg{
	background-color: black;
}
sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}
.title-y{
	color: rgb(254, 242, 0);
}
.title-y a{
	color: rgb(254, 242, 0);
}
.reference-text{
	display: block;
    margin-left: -5rem;
    line-height: 1.8rem;
}
#video-full{
 	position: absolute;
	width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0;
}
#video-full iframe{
	min-height: 104vh;
    min-width: 100vw;
    position: absolute;
    left: 0;
    right: 0px;
    top: -5%;
}
img {
	border: 0;
	padding: 0;
}
.img-grid img{
    margin:-10% 0;
}
.img-grid{
    width:300px; /*container-width*/
   overflow:hidden; /*hide bounds of image */
   margin:0;
}
.vl-1{
  border-left: 1px solid;
  height: 66px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -22px;
}
.vl-2{
  border-left: 1px solid;
  height: 102px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -22px;
}
.vl-3{
  border-left: 1px solid;
  height: 30px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -22px;
}
.vl-4{
  border-left: 1px solid;
  height: 228px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -22px;
}
.vl-5{
  border-left: 1px solid;
  height: 24px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -25px;
}
.vl-6{
  border-left: 1px solid;
  height: 390px;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: -22px;
}
.grid-container-b-p-1{
    display: grid;
  	grid-template-columns: auto auto auto auto auto auto auto auto;
  	grid-gap: 34px;
}
.grid-container-img{
    display: grid;
  	grid-template-columns: auto auto;
}
.item1-img{
	grid-column: 1 / 2;
}
.item1-img img{
	max-width:49vh;
    object-fit: contain;
}
.item2-img img{
	max-width:103vh;
    object-fit: contain;
}
.item2-img{
	grid-column: 2 / 5;
}
.dot-text{
	margin-left: 22px;
}

.largedot-text{
	margin-left: 22px;
}
.magenta-dot{
	color: rgb(148, 38,98);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: -6px;
    margin-bottom: -14px;
}
.pink-dot{
	color: rgb(224, 84,86);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.gray-dot{
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.bluegreen-dot{
    color: rgb(44, 91, 99);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.lightblue-dot{
	color: rgb(85, 139, 140);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.lightpurple-dot{
	color: rgb(184, 117, 100);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.lightpink-dot{
	color: rgb(246, 154, 91);
    font-size: 3rem;
    line-height: 0.1em;
    display: flex;
    margin-top: 1px;
    margin-bottom: -14px;
}
.donate{
	background-color: black;
    display: inline-flex;
    padding: 2rem;
}
.donate:hover{
	background-color: rgb(254, 242, 0);
    color: black;
    display: inline-flex;
    padding: 2rem;
}
.hover-box {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}
.page_container.show-an-image-on-hover .hover-box {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-box:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.news-events{
    margin-left: -4.5rem;
    margin-top: -6rem;
}
.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: ease 0.5;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.grid-split-text{
    margin-bottom: -18rem;
    z-index: 9999;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

[data-predefined-style="true"] [local-style="13843382"] .donate h2:hover {
    color: black;
    display: inline-flex;
}
ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

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

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

.gray-text{
    color: rgb(120, 120,120);
}
.darkgray-text{
    color: rgb(86, 86, 86);
    font-size: 1.3rem;
}
.content img {
	float: none;
	margin-bottom: 0em;
}
.larger-dots{
	color: #000;
    font-size: 3rem;
    line-height: 0.1em;
    margin-left: -5px;
    display: flex;
    margin-top: 20px;
    margin-bottom: -11px;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto;
	grid-gap: 1px;
	background-color: rgb(0,0,0);
}

.grid-container &gt; div {
	text-align: center;
    padding: 40px 10px;
    font-size: 30px;
}
.small{
	font-size: 10px;
	line-height: 0rem;
}
.item1, .item2, .item3, .item4, .item5, .item6, .item7, .item8{
	background-color: rgb(254, 242, 0);
}
.item9, .item10, .item11, .item12, .item13, .item14, .item15, .item16{
	background-color: rgb(255,255,255);
}
.title-bg{
	background-color: black;
    width: 100vw;
    position: relative;
 	margin-left: -84vw;
	height: 100px;
	margin-top: -28px;
    padding-bottom: 9rem;
    padding-top: 1rem;
    padding-left: 3.5rem;
	left: 50%;
}

.biophilia-menubar{
	background-color: rgb(254, 242,0);
    width: 101vw;
    position: relative;
 	margin-left: -84vw;
	height: 115px;
	margin-top: -50px;
    padding-bottom:  4.5rem;
    padding-top: 1.4rem;
	left: 85%;
    z-index: -999999999;
    padding-right: 5.0rem;
}

.biophilia-menubar img{
    padding:0px;
    max-width: 150px;
    max-height:84.4px;
}

.gallery_card .gallery_image_caption{
	margin: auto;
    display: block;
    position: absolute;
}
.gallery_card &gt; a{
	position: relative;
}
a.gallery_card.has_caption{
    opacity: 1;
}

.gallery_image_caption{
    display: block !important;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
    font-style: normal;
    line-height: 1.5;
    background-color: rgba(255,255,255,0);
    text-align: center;
    width: 50%;
    margin-top: -15% !important;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.mobile .gallery_image_caption{
	/*margin-top: -33% !important;
    opacity: 1;*/
    width: 100%;
}

.gallery_card img{
	opacity: 1;
}

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


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


/*biophilia gallery images opacity:1
	no hover*/
[data-predefined-style="true"] [local-style="13843989"] .gallery_card:hover .gallery_card_image {
	opacity: 1;
}
[data-predefined-style="true"] [local-style="13926380"] .gallery_card:hover .gallery_card_image {
	opacity: 1;
}
[data-predefined-style="true"] [local-style="14274453"] .gallery_card:hover .gallery_card_image {
	opacity: 1;
}
[data-predefined-style="true"] [local-style="14262917"] .gallery_card:hover .gallery_card_image {
	opacity: 1;
}
/* counterforce gallery images thumnails hover */
[data-predefined-style="true"] [local-style="14261975"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14262577"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14262643"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14299486"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14299525"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14299534"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14262881"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14299536"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14300067"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14311727"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14600289"] .gallery_card_image,
[data-predefined-style="true"] [local-style="14606825"] .gallery_card_image
{    
    height: 0;
    padding-bottom: 56.25% !important;
    overflow: hidden;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}
[data-predefined-style="true"] [local-style="14261975"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14262577"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14299486"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14299525"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14299534"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14262881"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14299536"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14300067"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14311727"] .gallery_card_image img,
[data-predefined-style="true"] [local-style="14606825"] .gallery_card_image img
{
    display: block;
	max-width: 100% !important;
    max-height: 100vh !important;
    transform: translate(0%,-25%);
}

[data-predefined-style="true"] [local-style="14262643"] .gallery_card_image img{
    display: block;
	max-width: 100% !important;
    max-height: 100vh !important;
    transform: translate(0%,-21%);
}
[data-predefined-style="true"] [local-style="14600289"] .gallery_card_image img{
	display: block;
	max-width: 100% !important;
    max-height: 100vh !important;
    transform: translate(0%,-22%);
}
.gallery_card:hover .gallery_card_image {
    opacity:0;
}
.mobile .image-gallery{
    width: 100vw !important;
}
.mobile .gallery_card_image{
	width: 100vw !important;
}
/*biophilia news and events*/
.mobile [local-style="13926380"] .image-gallery{
	width: 100% !important;
}
.mobile [local-style="13926380"] .gallery_card_image img{
	margin-left: -3rem;
}
/* -----BIRD INTERATION----- */

[data-predefined-style="true"] [local-style="13670545"] .mySlides img {
	min-height: 117%! important;
    min-width: 100%;
    transform: translate(0%, 0%);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.str-img-wrapper{
    position: absolute;
    height: 100vh;
    width: auto;
    overflow: hidden;
}

.str-text{
    position: absolute;
    left: 0;
}
.str-img-wrapper img{
	height: 100%! important;
	width: 130%! important;
    vertical-align: top;
}
/*
.st-img-wrapper{
    height: auto;
    position: absolute;
    right: -135%;
    height: 100vh;
    width: 50vw;
    overflow: hidden;
}
.st-img-wrapper img{
  width: 100%;
  vertical-align: top;
}*/
.plant-img-wrapper img{
    justify-content: center;
    margin-top: 4rem;
    
}

.mobile .plant-img-wrapper img{
	width: 100%! important;
    height: 100%! important;
}


.mySlides {
display: none
}
[local-style="13670545"] .content_padding {
    padding-top: 5rem /*!main_margin*/;
    margin-bottom: -6rem;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}
/*
@media only screen and (min-width: 1692px){
    .structure-img-wrapper{
        margin-top: -52.2rem;
    }
}
@media only screen and (min-width: 1692px) and (max-height: 964px){
    .structure-img-wrapper{
        margin-top: -48.8rem;
    }
}
@media only screen and (max-width: 1691px){
    .structure-img-wrapper{
        margin-top: -55.6rem;
    }
}
@media only screen and (max-width: 1691px) and (max-height: 964px){
    .structure-img-wrapper{
        margin-top: -51.7rem;
    }
}
@media only screen and (max-width: 1493px){
    .structure-img-wrapper{
        margin-top: -62.6rem;
        margin-right: -5rem;
    }
    [data-predefined-style="true"] [local-style="13670545"] .mySlides img {
        height: 140vh;
    }
}
@media only screen and (max-width: 1493px) and (max-height: 964px){
    .structure-img-wrapper{
        margin-top: -55.1rem;
        margin-right: -5rem;
    }
    [data-predefined-style="true"] [local-style="13670545"] .mySlides img {
        height: 140vh;
    }
}
@media only screen and (max-width: 1396px) and (max-height: 728px){
    .structure-img-wrapper{
        margin-top: -52.2rem;
        margin-right: -5rem;
    }
    [data-predefined-style="true"] [local-style="13670545"] .mySlides img {
        height: 140vh;
    }
}

.structure-img-wrapper{
    height: auto;
    position: absolute;
    right: -135%;
    height: 100vh;
    width: 50vw;
    padding-bottom: 10rem;
    overflow: hidden;
}
*/
.bird-img-wrapper{
    height: auto;
    position: absolute;
    right: -135%;
    height: 100vh;
    width: 50vw;
    margin-top: -35rem;
    overflow: hidden;
}

[data-predefined-style="true"] [local-style="13932062"] .mySlides img {
    min-height: 100%! important;
    min-width: 100%;
    transform: translate(0%, 0%);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-predefined-style="true"] [local-style="13670545"] .mySlides img {
	min-height: 117%! important;
    min-width: 100%;
    transform: translate(0%, 0%);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.text {
    color: rgb(120,120,120);
    display: inline-block;
    transition: background-color 0.6s ease;
}

    
/* The bird names/bullets/indicators */
.bird-name, .plant-name {
    cursor: pointer;
    color: rgba(120,120,120,0.5);
    margin: 0 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .bird-name:hover {
    color: black;
}
.active, .plant-name:hover {
    color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* -----END OF BIRD INTERATION----- */

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}
/*
[data-predefined-style="true"]  a:hover {
		color: (254, 242, 0) !important;
}
[data-predefined-style="true"] bodycopy a:hover {
		color: rgb(0, 0, 0) !important;
}*/
[data-predefined-style="true"] small a:hover {
		color: rgb(0, 0, 0) !important;
}
[data-predefined-style="true"] [local-style="14311744"] bodycopy a:hover {
	color: rgb(0,0,0);
}
[data-predefined-style="true"] [local-style="13841874"] bodycopy a:hover {
	color: rgb(0,0,0);
}
[data-predefined-style="true"] [local-style="13669115"] bodycopy a:hover {
	color: rgb(0,0,0);
}

[data-predefined-style="true"] [local-style="13926315"] bodycopy a:hover {
	color: rgb(0,0,0);
}
[data-predefined-style="true"] [local-style="13813397"] bodycopy a:hover {
	color: rgb(0,0,0);
}




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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 2.3rem;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
	    
}

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

[data-predefined-style="true"] h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.5rem;
	line-height: 1.4;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

input {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	font-size: 1.1rem;
}
.button {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	margin-top: 0.9rem;
}
button.collapsible{
    
	appearance: auto;
    color: -internal-light-dark(buttontext, rgba(0, 0, 0,0));
    text-shadow: none;
    display: contents;
    text-align: left;
    align-items: left;
    cursor: pointer;
    font-size: 1.8rem;
}
.collapsible {
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

button.collapsible:before {
    content: '\02795';
    font-size: 1.7rem;
    float: right;
    margin-left: 5px;
    border: none;
    color: rgba(0,0,0,0);
    margin-top: 5px
}

button.collapsible.active:before {
    content: "\2796";
}

button.non-collapsible{
	appearance: auto;
    color: -internal-light-dark(buttontext, rgba(0, 0, 0,0));
    text-shadow: none;
    display: contents;
    text-align: left;
    align-items: left;
    cursor: pointer;
    font-size: 1.8rem;
}
.non-collapsible {
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

button.non-collapsible:before {
    content: '\02795';
    font-size: 2rem;
    color: rgba(0,0,0,-0);
    float: right;
    margin-left: 5px;
}

button.non-collapsible.active:before {
    content: "\2796";
}


.expand-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  margin-left:-20px;
}
[data-predefined-style="true"] [local-style="14260982"] bodycopy img {
   width: 50% !important;
    height: 50% !important;
    /*image-resolution: 300dpi;*/

}


/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    appearance: auto;
    color: -internal-light-dark(buttontext, rgba(0, 0, 0,0));
    text-shadow: none;
    display: contents;
    text-align: left;
    align-items: left;
    cursor: pointer;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
}



#mc-embedded-subscribe{
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	line-height: 1.4;
}
/**
 * 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: #fff /*!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: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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


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


 
[local-style="13843634"] .page_container , [local-style="13671142"] .page_container, 
[local-style="13843650"] .page_container, [local-style="13843652"] .page_container,
[local-style="13827335"] .page_container, [local-style="13843653"] .page_container,
[local-style="13843654"] .page_container, [local-style="13841874"] .page_container,
[local-style="13843011"] .page_container
{
    position: relative;
    overflow: visible;
    width: 100%;
    min-height: 100vh! important;
}
	

[local-style="13843662"] .page_container, [local-style="13843675"] .page_container,
[local-style="13843989"] .page_container, [local-style="13843656"] .page_container, 
[local-style="13669262"] .page_container{
	position: relative;
    overflow: visible;
    width: 100%;
    min-height: 100vh! important;
}

[local-style="13948534"] .page_container{
	position: relative;
    overflow: visible;
    width: 100%;
    min-height: 100vh! important;
}


/* MOBILE MENU */
.mobile .menu-desktop{
	display: none;
}

.mobile .counterforce-logo{
    display: none;
    margin-top: 4.5rem;
    width: 41%;
}
.mobile .biophilia-menubar{
	height: 20rem;
}
.mobile .biophilia-title{
	display: block;
    font-size: 2.5rem;
    margin-top: 4.1rem;
}

.mobile 
[local-style="13843634"] .page, .mobile [local-style="13671142"] .page, 
.mobile [local-style="13843650"] .page, .mobile [local-style="13843652"] .page,
.mobile [local-style="13827335"] .page, .mobile [local-style="13843653"] .page,
.mobile [local-style="13843654"] .page, .mobile [local-style="13841874"] .page,
.mobile [local-style="13843011"] .page
{
	min-height: 50vh! important;
    justify-content: top;
	background-color: initial /*!page_bgcolor*/;
}

.mobile
[local-style="13843662"] .page, .mobile [local-style="13843675"] .page,
.mobile [local-style="13843989"] .page, .mobile [local-style="13843656"] .page, 
.mobile [local-style="13669262"] .page{
    min-height: 40vh! important;
    justify-content: top;
	background-color: initial /*!page_bgcolor*/;
}

.mobile
[local-style="13948534"] .page{
	min-height: 53vh! important;
    justify-content: top;
	background-color: initial /*!page_bgcolor*/;
}
.mobile .str-img-wrapper{
    margin-left: -3rem;
    height: auto;
    position: relative;
    display: block;
    height: 68vh;
    width: auto;
    overflow: hidden;
}
.mobile .text-hover{
	margin-bottom: 5rem;
}
.mobile .str-text {
    position: relative;
    display: block;
    padding-right: 2rem;
    margin-bottom: 3rem;
    /* height: 5%; */
    left: 0;
}
.mobile .str-img-wrapper img{
	width: 105vw! important;
}
.mobile .reference-text {
    display: block;
    margin-left: 3rem;
    margin-top: -1.5rem;
}

.mobile .plant-img-wrapper img{
    margin-top: 4rem;
    text-align: center;
    display: block;

}

.mobile .image-gallery {
    justify-content: center;
    width: 100vh! important;
	padding: 9rem;
    text-align: center;
    display: block;


}
/*body[local-style="13580340"] #site_menu .page-link a{
    display: block;
}
body #site_menu .page-link a{
	display: block;
}
*/
/*
body #site_menu .page-link[data-link-pid="13980493"]{
	display: none;
}
body #site_menu .page-link[data-link-pid="13980493"]{
	display: none;
}
body #site_menu .page-link[data-link-pid="13980493"]{
	display: none;
}
body #site_menu .page-link[data-link-pid="13980493"]{
	display: none;
}
body #site_menu .page-link[data-link-pid="13980493"]{
	display: none;
}
body[data-page-id="13980493"] #site_menu .page-link[data-link-pid="13980493"]{
	display: block;
}
*/

/* grid- images*/



/**
 * Thumbnails
 */

.thumbnails .thumbnail &gt; a {
    position: relative;
}

[thumbnails] .thumbnail img{
	display: block;
    margin-bottom: 0;
    max-width: 221%;
}

body.mobile [thumbnails] .thumbnail img{
	display: block;
    margin-bottom: 0;
     max-width: 192%;
}

div[thumbnails] {
	justify-content: relative;
}

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

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.2rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	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: 1rem;
    margin-top: 3rem;
	font-size: 6rem;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	background: rgb(254, 242, 0);
	font-size: 5rem;
	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;
    justify-content: center;
    text-align: center;
}

body.mobile #site_menu {
	width: 100%;
}


/*
body #site_menu .set-link a{
	display: none;
}*/

/*
body #site_menu .page-link a{
	display: none;
}
*/
#site_menu .page-link a {
	color:rgb(118, 118, 118);
    font-weight: bold;
    overflow: inherit;
    overflow-wrap: break-word;
    white-space: break-spaces;
}

#site_menu .set-link &gt; a {
	color:rgb(118, 118, 118);
	font-weight: bold;
    font-size: 3rem;
    line-height: -45px;
    line-height: 5rem;
}

#site_menu .page-link a.active {
    color: black;
}
#site_menu a:active {
}

#site_menu a.active {
    color: black
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: 0.85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 9rem;
	line-height: 1em;
    color: black;
}

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

#shop_button.text {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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-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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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 .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;
}


[data-css-preset] .quick-view-background {
	background: transparent /*!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
 */

    
    
    .content .page_content{
    width:100%;
    
}
    
    
    
    .page a.active {
	opacity: 1;
}
[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

    
   

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


.rotate {
    display: inline-block;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*
 * 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;
}
</pre></body></html>