/**
 * Content */

.bart-animate{
    position: center;
    margin-bottom:1rem;
    margin-top:1rem;
    width: 450px;
    min-width:200px
  
}

.moving-along{
	margin-top:1rem;
    margin-bottom:80px !important;
}

.moving-along:hover{
   
}

.cgpform input{
    display:block;
	font-size: 0.6rem;
	line-height: 1.2rem;
	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-transform: uppercase;
	color: rgba(60, 60, 60, 0.75);
    letter-spacing: 0.02rem;
    width:100%;
    padding:0.5rem;
    margin-bottom: -0.1rem;
    border-color:rgba(60, 60, 60, 0.3);
    border-width:1px;   
    padding-left:1rem;

   
}
.cgpform button{
    width:100%;
    display: block;
	font-size: 1.3rem;
	line-height: 1.4rem;
	font-family: "EB Garamond", Icons;
	font-weight: 500;
    padding-left: 1rem;
    text-transform: Capitalize;
	color:#709aa1;
    letter-spacing: 0.02rem;
    padding:1rem;
    border:solid 1px ;
    border-color:rgba(60, 60, 60, 0.3);
    margin-top:-0.1rem;
    cursor:pointer;
}

.cgpform button:hover{
background-color:#709aa1;
color:white;
}

.cgpform textarea{
    width:100%;
    height: 150px;
    display:block;
 	font-family: "EB Garamond", Icons;
    font-weight: 400;
    text-transform: none;
    font-size: 1.3rem;
    color: rgba(60, 60, 60, 0.75);
    line-height: 1.5rem;
    padding:0.5rem;
    border-color:rgba(60, 60, 60, 0.3);
    border-width:1px;
    padding-top:1rem;
    padding-left:1rem;
    
}

 .panel {
      padding: 0rem 0rem 0.5rem 0.5rem;
      display: none;
      background-color: white;
      overflow: hidden;
      width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    }


div.backdrop {	
	transition: opacity 0.5s ease-in-out 0s;
    will-change: initial;
    opacity: 1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:  rgba(0, 0, 0, 0.15);

}




body {
    background-color:initial;
   
}


[data-predefined-style="true"] bodycopy a.arrow {
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: none;
    
   
}


[data-predefined-style="true"] bodycopy a.arrow:hover {
	color: rgba(112, 154, 161, 1);
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
 
}

bodycopy a:visited {	
 color: rgba(112, 154, 161, 1);
 text-decoration: none;

}



p {
    padding-bottom: 0.5rem;
}
	
[data-predefined-style="true"] small.next {
	color: rgba(112, 154, 161, 1);
    font-size:10px !important;
margin-bottom:-1.2rem !important;
}



i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}


li{
  margin: 1rem 0;
}


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

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
.active {
color: rgba(112, 154, 161, 1);	
   
}

/**
 * Accordion
 */

  .accordion {
      background-color: white;
      color: black;
      cursor: pointer;
      padding: 10px;
      width: 100%;
      border-top: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1;
      border-left: none;
      border-right: none;
      text-align: left;
      outline: none;
      font-family: 'EB Garamond', serif;
      font-weight: 400;
      font-size: 1.8rem;
      transition: 0.4s;
      margin-left: 0rem;
    }


     .accordion:hover {
      background-color: #f9f9f9;
    }



.accordion[data-state="closed"]:after{
    content: '\002B';
    color: black;
    float: right;
    margin-left: 5px;
    margin-top: -2px;
	
}
.accordion[data-state="open"]:after{
	content: '\2212';
    color: black;
    float: right;
    margin-left: 5px;
    margin-top: -2px;

}

/**
 * Horizontal Rule
 */


hr {
border: 0;
margin-top: 3.8rem;
margin-bottom: 2.5rem;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.30);
height: 1px;

}

hr.small {
border: 0;
margin-top:1rem;
margin-bottom: 0.1rem;
margin-right:1.0rem;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.30);
height: 1px;
}


/* Image Editing */

img {
	
}

img.tight {
	margin-top: -0.5rem;
}

.logo {
}


.content img {
	float: none;
	margin-top: 0;

}

.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: Karla, Icons;
	font-style: normal;
	line-height: 1.3;	
}

g {
stroke:rgba(255, 255, 255, 0.8);
}

g:hover{
stroke: rgba(112, 154, 161, 1);
stroke-width:2;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {

	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	color: #616161;
}

[data-predefined-style="true"] bodycopy a {
	color: #302a29;
	border-bottom: 1px solid rgba(112, 154, 161, 1);
    text-decoration:none;
}

[data-predefined-style="true"] bodycopy a:hover {
color: rgba(112, 154, 161, 1);
border-bottom: 1px solid rgba(112, 154, 161, 1);
    cursor: pointer;
 }

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
  
}

.image-link img {
	min-width: 240px !important;
    height: auto !important;
    max-width: 40% !important;
    margin-left:0rem;  
}


p.homepage-text{
	color:rgba(255, 255, 255, 1);
    cursor:pointer;
    font-family: "EB Garamond", Icons;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size:18px;
    line-height: 24px;
        letter-spacing:0.1px;
		}





@media screen and (max-width: 767px) { 
.image-link img {
    height: auto !important;
    max-width: 40% !important;
    margin-left:0.5rem;
    margin-top:1rem;
    margin-bottom:0.8rem;
	}
    
[data-predefined-style="true"] h1{
	font-family: "EB Garamond", Icons;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
    margin-top: 4.5rem !important;
    margin-bottom: 0 !important;
    font-size: 1.8rem !important;
    line-height: 3.1rem !important;
    color: rgba(48, 42, 41, 0.9) !important;
	}
[data-predefined-style="true"] h2{    
	font-family: "EB Garamond", Icons;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 1.5rem !important;
    margin-bottom: 0.0rem;
    color: rgb(112, 154, 161);
    font-size: 1.9rem !important;
    line-height: 2.4rem !important;
    letter-spacing: 0.01rem !important;
    }
    
.bart-menu {    
	padding-left:2rem !important;
    overflow: hidden !important;
    vertical-align: middle !important;
	}

 [data-predefined-style="true"] small{
	font-size:0.8rem !important;
    line-height: 1.4rem !important;
    letter-spacing: 0.01 !important;
     margin-top:5px !important;
     margin-bottom:5px !important;
	}
    
   a.arrow {
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: none;
    margin-bottom:1rem !important;
    padding-bottom: 1rem !important;
	}
    
    
p.homepage-text{
	color:rgba(255, 255, 255, 1);
    cursor:pointer;
    font-family: "EB Garamond", Icons;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size:16px !important;
    line-height: 22px !important;
        letter-spacing:0.1px;
		}
    
    
    .text-animation {
   width:85vw !important;

	}
    .next-arrow{
	margin-bottom:30px !important;
}

    
}





svg {
    margin-top:1.5rem;
    margin-bottom:1rem;
}







[data-predefined-style="true"] h1 {
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
	margin-top:4.4rem;
    margin-bottom:0.0rem;
	font-size: 2.4rem;
	line-height: 3.0rem;
	color: #302a29;
	}

[data-predefined-style="true"] h1 a {
	color: #302a29;
}

[data-predefined-style="true"] h2 {
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
    padding-bottom: 2rem;
	margin-bottom: 0.0rem;
	color: rgb(112, 154, 161);
	font-size: 2rem;
	line-height: 1.5;
	}

[data-predefined-style="true"] h2 a {
   color: rgba(112, 154, 161,1);
	border-bottom: 0px solid rgba(113, 113, 113, 1);
	text-decoration: none;
}

[data-predefined-style="true"] small {
	display: block;
	font-size: 0.6rem;
	line-height: 1.2rem;
	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-transform: uppercase;
	color: rgba(60, 60, 60, 0.75);
    letter-spacing: 0.02rem;
    padding: 0.3rem 0rem 0rem 0rem;
    
}
[data-predefined-style="true"] small a {
	color: rgb(112, 154, 161);
	border-bottom-width: 0em;
}


/* attempt at hr customization...

.demo-3 .h3:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        border-radius: 0px;
        box-shadow: 
                inset 0 1px 1px rgba(0,0,0,0.5), 
                0 1px 1px rgba(255,255,255,0.3);
}
*/



/* 
* Additonal Text Styles
*/

[data-predefined-style="true"] h3 {
    padding: 0.1rem 0rem 0rem 0;
    font-family: "Eb Garamond", Serif;
    font-weight: 400;
    text-transform: none ;
    font-size: 1.8rem;
    color: #000;
    line-height: 1.5; 
    letter-spacing: 0rem;
    padding-top:0.4rem;
    margin-bottom: 0.4rem;

}

[data-predefined-style="true"] h4 {
   	font-family: "EB Garamond", Icons;
    font-weight: 400;
    text-transform: none;
    font-size: 1.2rem;
    color: rgba(60, 60, 60, 0.75);
    line-height: 1.5rem; 
    margin-top: 0rem;
    margin-bottom: 0rem;
    letter-spacing: 0.01rem;
	font-style: normal;
    }


/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
    margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
  
    

}

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

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

[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: 1200px/*!text_width*/;
}

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.2;
}

.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, 1);
    line-height: 1;
    font-size: 18px /*!site_menu_button*/;
    background: rgba(33, 32, 46, 0);
    overflow: none;
    right:3% !important;
    top:1.2% !important;
    position:fixed;
    
}

body.mobile #site_menu_button {
    font-size: 18px;
}
/**

#site_menu_button.custom_icon {
	width: 0;
    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: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Karla, Icons;
    padding: 0;
    line-height: 1.3;
}

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

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

/*
 * Shop Product Widget
 */

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

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

.shop_product .dropdown {
    font-family: Karla, 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: Karla, Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    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: rgba(0, 0, 0, 0.90) /*!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: 24px;
    width: 24px;
}

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

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

/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-black{
	background-color:#000;
}
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 48px;
    width: 48px;
}

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

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

/* Footnotes 1 */

.footnotes-1 {
  counter-reset: footnotes-counter-1 0;
}

.footnotes-1 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-1);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-1 ol,
.footnotes-1 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-1 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-1 li {
  counter-increment: footnotes-counter-1;
}


/* Footnotes 2 */

.footnotes-2 {
  counter-reset: footnotes-counter-2 3;
}

.footnotes-2 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-2);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-2 ol,
.footnotes-2 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-2 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-2 li {
  counter-increment: footnotes-counter-2;
}




/* Footnotes 3 */

.footnotes-3 {
  counter-reset: footnotes-counter-3 10;
}

.footnotes-3 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-3);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-3 ol,
.footnotes-3 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-3 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-3 li {
  counter-increment: footnotes-counter-3;
}

/* Footnotes 4 */

.footnotes-4 {
  counter-reset: footnotes-counter-4 11;
}

.footnotes-4 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-4);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-4 ol,
.footnotes-4 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-4 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-4 li {
  counter-increment: footnotes-counter-4;
}


/* Footnotes 5 */

.footnotes-5 {
  counter-reset: footnotes-counter-5 39;
}

.footnotes-5 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-5);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-5 ol,
.footnotes-5 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-5 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-5 li {
  counter-increment: footnotes-counter-5;
}


/* Footnotes 5 */

.footnotes-5B {
  counter-reset: footnotes-counter-5B 41;
}

.footnotes-5B ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-5B);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-5B ol,
.footnotes-5B li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-5B ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-5B li {
  counter-increment: footnotes-counter-5B;
}



/* Footnotes 6 */

.footnotes-6 {
  counter-reset: footnotes-counter-6 51;
}

.footnotes-6 ol li::before {
  font-family: "EB Garamond", Icons;
  font-style: normal;
  font-weight: 400;
  content: counter(footnotes-counter-6);
  color: rgba(60, 60, 60, 0.75);
  position: absolute;
  top: 0.0rem;
  left: -0.3rem;
  text-align: center;
}

.footnotes-6 ol,
.footnotes-6 li {
  max-width: 100%;
  position: relative;
  font-size: 1.0rem;
  padding-top: 5px;
  padding-left: 0.8rem;
}

.footnotes-6 ol {
  list-style: none;
  padding-left: 1.2rem;
}

.footnotes-6 li {
  counter-increment: footnotes-counter-6;
}


.formFooter {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    color: #eee;
    padding: 0 5px;
    background-color: #414247;
    text-align: left;
    z-index: 901;
    display: none;
}

.footer {
    display:block;
    padding-bottom:1rem !important;
    padding-top:1rem !important;
}
 


.text-animation {
    min-width:300px;
	max-width:600px;

}




#homepage-text{
	color:rgba(255, 255, 255, 0.8);
    cursor:pointer;
}

#homepage-text:hover{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.8);
     cursor:pointer;

}

#homepage-container{
	 cursor:pointer;
}

