@charset 'UTF-8';

@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}


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


html {
	background-color: #333;
}



html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}




/* GLOBAL STYLES ---------------------------------------------------------------------- */


/*body {
	display: inline-none; 
	position: relative;
	-webkit-font-smoothing: antialiased;
	background-color: #e7e7e7;
	overflow: hidden;
}*/


body {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    position: fixed; 
    background-color: #e7e7e7;
 }


#body-interior {
    display: inline-none; 
	position: relative;
	-webkit-font-smoothing: antialiased;
	background-color: #333333;
	overflow: hidden;
}













a {
	color: #c5c5c5;
    -webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	-moz-transition:color 0.2s ease-in; 
	text-decoration: none;
}


a.home {
	color: #E4EDEC;
    -webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	-moz-transition:color 0.2s ease-in; 
	text-decoration: none;
}


a, img, a:link, a:hover {
	border:medium none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a:hover {
	color: #d5d5d5;
    text-decoration: none;
}



.imghover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}


.imghover:hover {
    opacity: 0.9;
}


::-moz-selection { /* Code for Firefox */
  color: #c5c5c5;
  background: #0346f1;
}

::selection {
  color: #c5c5c5;
  background: #0346f1;
}






/* BUTTONS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.button {
    background-color: #c7c9ca;
    border: 2px solid #E4EDEC;
    color: #E4EDEC;
    font-size: 24px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 80px;
    transition: 0.3s;
}

.button:hover {
    background-color: #E4EDEC;
    border: 2px solid #E4EDEC;
    color: #c7c9ca;
}




.button-solid {
    background-color: #c5c5c5;
    border: 2px solid #c5c5c5;
    color: #162915;
    font-size: 24px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 80px;
    transition: 0.3s;
}

.button-solid:hover {
    background-color: #4d8841;
    border: 2px solid #4d8841;
    color: #162915;
}







/* IMAGES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.full {
	display: block;
	width: 100% ;
	height: auto;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

#work {
	line-height: 0;
	-webkit-column-count: 1;
	-webkit-column-gap:   0px;
	-moz-column-count:    1;
	-moz-column-gap:     0px;
	column-count:         1;
	column-gap:          0px;
	clear: both;
}

#work2 {
	line-height: 0;
	-webkit-column-count: 2;
	-webkit-column-gap:   0px;
	-moz-column-count:    2;
	-moz-column-gap:      0px;
	column-count:         2;
	column-gap:           0px;
	clear: both;
}

#work img {
	width: 100% !important;
	height: auto !important;
}

#center {
	position: absolute;
	width: 100%;
    text-align: center;
    bottom: 40%;
	transform: translateY(-50%);
}




#bottom {
	position: absolute;
	bottom: 50px;   
    width: 100%;
	text-align: left;
}



.icon_hero {
    max-width: 100%;
	margin-left: 140px;
	margin-right: 140px;      
}


.imgsize {
    width: 100%;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.imgcamo {    
    max-width: 48px;
}




/* STYLES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.fadeInBlock {
    opacity:0;
}


hr.fullwidth {
    border: 1px solid #c5c5c5;
}


hr.full2 {
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* POSITIONING ------------------------------------------------------------------------------ */



.icon {
	max-width: 32px;
	margin-right: 10px;
	float: left;
}


.icon_home {
	max-width: 30px;
	float: left;
    margin-top: 16px;
}


.icon_archive {
	max-width: 150px;
    margin-top: 0px;
    margin-bottom: 20px;
}


.icon_footer {
    max-width: 120px;
    margin-top: 28px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}

.icon_footer2 {
    max-width: 120px;
    margin-top: 32px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}



.icon_sizing {
    max-width: 100px;
    margin-top: 24px;
    margin-bottom: 0px;     
}



/*  SLIDESHOW ---------------------------------------------------------------------- */


.fadein {
    position:relative; 
    height:100%; 
    width:100%;
    margin-bottom: 75%;
}


.fadein img {
    position:absolute; 
    left:0; 
    top:0; 
    transition:opacity 1s; 
    opacity:1;
}


.fadein img.is-hidden { 
    opacity:0;
}





/*  COLUMNS  ---------------------------------------------------------------------- */



.column {
	clear: both;
    padding: 20px;
	margin: 0px;
	margin-top: 0px;
    
}

.column_landing_page {
	clear: both;
    padding: 20px;
	margin: 0px;
	margin-top: 340px;
}


#column_container {
	margin-top: 30px;
}


.col {
	display: block;
	float:left;
}


.col:first-child { 
	margin-left: 0px; 
}
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }

	
.column_100 {
	width: 100%;
    float: left;
  	display: block;
    padding: 20px;
}


.column_75 {
	width: 75%;
    float: left;
  	display: block;
    padding: 20px;
}


.column_50 {
	width: 50%;
    float: left;
  	display: block;
    padding: 20px;
}

.column_50-TEST {
	width: 50%;
    float: left;
  	display: block;
    padding-top: 0px;
    padding-left: 20px;
    padding-left: 20px;
}

.column_50-INFO {
	width: 50%;
    float: left;
  	display: block;
    padding-top: 0px;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}


.column_50-hero {
	width: 50%;
  	float: left;
  	display: block;
    padding: 40px;
}


.column_50-typeheader {
	width: 50%;
    float: left;
  	display: block;
    padding: 0px;
}



.column_25 {
	width: 25%;
  	float: left;
  	display: block;
    padding: 20px;
}



.column_25-hero {
	width: 25%;
    float: left;
  	display: block;
    padding: 40px;
}






.minwidth { 
	min-width: 300px;
	width: auto !important; 
	width: 25% !important;
	margin-bottom: 200px;
}

.minwidth_list { 
	min-width: 300px;
	width: auto !important; 
	width: 25% !important;
	margin-bottom: 200px;
}

.minwidth_50 { 
	min-width: 300px;
	width: auto !important; 
	width: 50% !important;
	margin-bottom: 200px;
}





#margin_spacing {
	max-width: 100%;
	margin-left: 100px;
	margin-right: 100px;
	clear:both;
}

#margin_spacing_outside {
	max-width: 100%;
	margin-left: 140px;
	margin-right: 140px;
	clear:both;
}

#margin_spacing_footer {
	max-width: 100%;
	margin-left: 120px;
	margin-right: 120px; 
   	clear:both;
}




.spacing_bottom {
	margin-bottom: 0px;
}



.spacing_buttons {
	margin-top: 175px;
	margin-bottom: 25px;
}


.spacing_mobile_column {
    margin-top: 0px;
	margin-bottom: 0px;  
} 


.column_spacing {
	margin-top: 0px;
	margin-bottom: 100px;
}

.column_spacing_equal {
	margin-top: 100px;
	margin-bottom: 100px;
}



/* NAVIGATION - HEADER ---------------------------------------------------------------------- */


header {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 0px;
   	z-index: 1;
}


#nav_container {
	text-align: left;
	position: absolute;
	float: left;
	top: -30px;
	left: 0px;
	right: 0;
    z-index: 0;
    width: 75%;
}


.logo {
	margin-left: 140px;
}


.logo_size {
	max-width: 100px;
}



#top-logo {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 50px;
   	z-index: 1;
}


#hero-name {
    position: absolute;   
    top: 50px;
    z-index: 1; 
}



.back_arrow {
  	text-align: left;	
	position: fixed;
	top: 36px;
	left: 140px;
}

.back_arrow2 {
  	text-align: left;	
	position: fixed;
	top: 36px;
	left: 400px;
}


.back_arrow:hover {
	color:#d2dad9;
    
    -webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	-moz-transition:color 0.2s ease-in; 
        
    text-decoration: none;
}


#center-logo {
    position: absolute;
    left: 50%;   
    margin-top: 0px;
    transform: translate(-50%);
}





/* FIXED HEADER IMAGES ---------------------------------------------------------------------- */



.large-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}



.large-header_top {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
}



.fixed_header .large-header {
	/*background-color: transparent;*/
    background-color: #333333;
	/*background-image: url('../images/background.jpg');*/
	height: 100%;
}



.fixed_header_runtu .large-header {
	background-color: #000;
	background-image: url('../images/projects/runtu/runtu_1.jpg');
	height: 100%;
}


.fixed_header_asrd .large-header {
	background-color: #000;
	background-image: url('../images/5.jpg');
	height: 100%;
}



.fixed_header_logo .large-header {
	background-color: #000;
	height: 100%;
}




/* FOOTER ---------------------------------------------------------------------- */ 



#footer {
	text-align: center;
	clear: both;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}


.left {
	float: left;
	max-width: 100%;
	margin-bottom: 150px;
    background-color: aqua;
	
}


.right {
	float: right;
	max-width: 100%;
	margin-bottom: 150px;
    background-color: orange;
	
}



#margin_footer {
	max-width: 100%;
	margin-left: 100px;
	margin-right: 100px;
}




#credits {
	text-align: left;
	max-width: 100%;
	padding-bottom: 50px;
    padding-top: 50px;
    clear: both;
}







/* TYPE  -------------------------------------------------------------- */





.icon-small {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #E4EDEC;
	text-transform: uppercase;
	max-width: 100%;
    text-align: left;
    
   
	/*margin-bottom: 60px;
	margin-top: 0px;*/
}


.h {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 200px;
	letter-spacing: 0px;
	line-height: 160px;
	color: #c5c5c5;
    text-align: left;
}


.h-bottom {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 200px;
	letter-spacing: 0px;
	line-height: 300px;
	color: #c5c5c5;
    text-align: left;
}







.xxl {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 100px;
	letter-spacing: 0px;
	line-height: 120px;
	color: #c5c5c5;
	text-align: left;
}

.xxl-2 {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 140px;
	letter-spacing: 0px;
	line-height: 140px;
	color: #c5c5c5;
	text-align: center;
}









.xl {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 64px;
	color: #c5c5c5;
    text-align: left;
    margin-bottom: 60px; 
}


.xl-2 {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 64px;
	color: #c5c5c5;
    margin-bottom: 0px; 
}


.xl-3 {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 50px;
	color: #c5c5c5;
    margin-bottom: 0px; 
}


.xl-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 64px;
	color: #c5c5c5;
    text-align: left;
    margin-bottom: 60px; 
}


.xl-bubble {
    background-color: #162915;
    border: 2px solid #c5c5c5;
    color: #c5c5c5;
    font-size: 36px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0px 36px;
    display: inline-block;
    margin: 0px 0px;
    border-radius: 80px;
    vertical-align: text-top;
}









.l {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 44px;
	letter-spacing: 0px;
	line-height: 48px;
	color: #c5c5c5;
	text-align: left;
    margin-bottom: 60px; 
}










.m {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}


.m-title {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 0px;
	margin-bottom: 80px;
    float: left;
    clear: both;
}




.m-block {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}



.m-tabbed {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 25%;
}



.m-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 20px;
	margin-bottom: 20px;
	margin-bottom: 20px;
}



.m-nav {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 0px;
	margin-bottom: 0px;
    float: left;
    clear: both;
}


.m-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 20px;
	margin-bottom: 20px; 
}



ul.m-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}


ul.s-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}




ul.xl-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 100px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}





.sm {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 8px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}

.sm-light {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 300;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #6c6c6c;
    text-align: left;    
	margin-top: 8px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}






/* COPY THESE STYLES OVER */


.sm-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 36px;
	margin-bottom: 0px;
    padding-right: 20px;
        
}

.sm-icon {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 36px;
	margin-bottom: 0px;
        
}









ul.sm-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}

.sm-tabbed {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #E4EDEC;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 25%;
}










.s {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
}


.s-caption {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #777;
    text-align: left;
    text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}


.s-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #E4EDEC;
    text-align: right;    
	margin-top: 20px;
	margin-bottom: 20px;
    
    
}

.s-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #E4EDEC;
    text-align: right;    
	margin-top: 20px;
	margin-bottom: 20px; 
}






/* POP OVER OVERLAY STATES ---------------------------------------------------------------------- */


/* Overlay style */



.xl-menu {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 60px;
	line-height: 80px;
	color: #E4EDEC;
	text-align: left;
    
}

.menu_dot {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    text-align: left;
}

.menu_close {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    background-color: #e7e7e7;
	text-align: left;
}



.icon_menu {
	max-height: 36px;
	line-height: 36px;
	vertical-align: middle;
}


.icon_star_menu {
	max-height: 49px;
	line-height: 120px;
	margin-top: 25px;
	vertical-align: middle;
}


.logo_menu {
	max-height: 30px;
	line-height: 120px;
	vertical-align: middle;
}



.hamburger {
	position: fixed;
	top: 40px;
	right: 140px;
	cursor: pointer;
}



.overlay {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0.5;
	background-repeat: repeat-x;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
    
}


/* Overlay closing cross */
.overlay .overlay-close {
	position: fixed;
	top: 39px;
	right: 134px;
	overflow: hidden;
	border: none;
	color: transparent;
	outline: none;
	z-index: 10;
}



/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 55%;
	height: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    
}


.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
    left: 140px;
	display: inline-block;
	height: 100%;
    width: 100%;
    position: absolute;
}


.overlay ul li {
	display: block;
	height: 100%;
	margin-bottom: 0px;
    height: calc(100% / 5);
	min-height: 24px;
    
}


.overlay ul li a {
	display: block;
	color: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #666;
}


/* Effects */
.overlay-popover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}


.overlay-popover.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.overlay-popover nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}


.overlay-popover nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-10%) rotateX(0deg);
	transform: translateY(-10%) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}


.overlay-popover.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}


.overlay-popover.close nav ul {
	-webkit-transform: translateY(10%) rotateX(0deg);
	transform: translateY(10%) rotateX(0deg);
}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 24px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/* PRELOADER ---------------------------------------------------------------------- */



#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#333; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/rotate_bar.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-50px 0 0 -50px; /* is width and height divided by two */
}







/* +++++++++++++++ RESPONSIVE BREAKPOINTS ++++++++++++++++++ */


/* @MEDIA SIZING - LAPTOP SCREENS ++++++++++++++ */	


@media only screen 
and (max-width: 1440px) {

   
.imgsize {
    width: 100%;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
    
    
    
.m-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
} 

     

    
.column_spacing {
	margin-top: 0px;
	margin-bottom: 50px;
}

    
    
/* TYPE  -------------------------------------------------------------- */
 
    
    
/*END MEDIA QUERY*/
}
    
    










/* @MEDIA SIZING - IPAD LANDSCAPE ++++++++++++++ */	


@media only screen 
and (max-width: 1024px) {


    
    
    
/* STYLES ----------------------*/
    
    
.imgsize {
    width: 100%;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

 .imgcamo {    
    max-width: 48px;
}   
    

/* NAVIGATION - HEADER ---------------------------------------------------------------------- */


header {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 50px;
   	z-index: 1;
}


#nav_container {
	text-align: left;
	position: fixed;
	float: left;
	top: 50px;
	left: 0px;
	right: 0;
    z-index: 0;
}


.logo {
	margin-left: 50px;
}


.logo_size {
	max-width: 100px;
}



#top-logo {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 50px;
   	z-index: 1;
}


#hero-name {
    position: absolute;   
    top: 70px;
    z-index: 1; 
}



.back_arrow {
    position: fixed;
	top: 30px;
	left: 48px;
}  
    
    
.back_arrow2 {
  	text-align: left;	
	position: fixed;
	top: 30px;
	left: 200px;
}    
    
    
    
/* TYPE  -------------------------------------------------------------- */
    

.h {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 120px;
	letter-spacing: 0px;
	line-height: 120px;
	color: #c5c5c5;
    text-align: left;
}


.h-bottom {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 114px;
	letter-spacing: 0px;
	line-height: 200px;
	color: #E4EDEC;
    text-align: left;
}

 

.xxl {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 80px;
	color: #E4EDEC;
	text-align: left;
    margin-bottom: 20px;
}

.xxl-2 {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 80px;
	color: #E4EDEC;
	text-align: center;
}

    
    
    
.m-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
} 
    

       
.s-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    
    
}

.s-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px; 
}


/*  COLUMNS  ---------------------------------------------------------------------- */



.column {
	clear: both;
    padding: 20px;
	margin: 0px;
	margin-top: 0px;
}


#column_container {
	margin-top: 30px;
}


	
.column_100 {
	width: 100%;
    float: left;
  	display: block;
    padding: 20px;
}


.column_75 {
	width: 75%;
    float: left;
  	display: block;
    padding: 20px;
}


.column_50 {
	width: 100%;
    float: left;
  	display: block;
    padding: 20px;
}


.column_50-hero {
	width: 100%;
  	float: left;
  	display: block;
    padding: 40px;
}


.column_50-typeheader {
	width: 100%;
    float: left;
  	display: block;
    padding: 0px;
}



.column_25 {
	width: 50%;
  	float: left;
  	display: block;
    padding: 20px;
}



.column_25-hero {
	width: 50%;
    float: left;
  	display: block;
    padding: 40px;
}






.minwidth { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}

.minwidth_list { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}

.minwidth_50 { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}





#margin_spacing {
	max-width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	clear:both;
}

#margin_spacing_outside {
	max-width: 100%;
	margin-left: 50px;
	margin-right: 50px;
	clear:both;
}

#margin_spacing_footer {
	max-width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	clear:both;
}





.spacing_bottom {
	margin-bottom: 0px;
}

.spacing_buttons {
	margin-top: 175px;
	margin-bottom: 25px;
}
    
.spacing_buttons_index {
    margin-top: 50px;
    margin-bottom: 50px;
}    


.column_spacing {
	margin-top: 0px;
	margin-bottom: 0px;
}

.column_spacing_equal {
	margin-top: 100px;
	margin-bottom: 100px;
}


    
/* POP OVER OVERLAY STATES ---------------------------------------------------------------------- */


/* Overlay style */



.xl-menu {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 40px;
	line-height: 60px;
	color: #E4EDEC;
	text-align: left;
    
}

.menu_dot {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    text-align: left;
}

.menu_close {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    background-color: #e7e7e7;
	text-align: left;
}



.icon_menu {
	max-height: 36px;
	line-height: 36px;
	vertical-align: middle;
}


.icon_star_menu {
	max-height: 49px;
	line-height: 120px;
	margin-top: 25px;
	vertical-align: middle;
}


.logo_menu {
	max-height: 30px;
	line-height: 120px;
	vertical-align: middle;
}



.hamburger {
	position: fixed;
	top: 40px;
	right: 48px;
	cursor: pointer;
}



.overlay {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0.5;
	background-repeat: repeat-x;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
    
}


/* Overlay closing cross */
.overlay .overlay-close {
	position: fixed;
	top: 39px;
	right: 46px;
	overflow: hidden;
	border: none;
	color: transparent;
	outline: none;
	z-index: 10;
}



/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 55%;
	height: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    
}


.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
    left: 48px;
	display: inline-block;
	height: 100%;
    width: 100%;
    position: absolute;
}


.overlay ul li {
	display: block;
	height: 100%;
	margin-bottom: 0px;
    height: calc(100% / 6);
	/*min-height: 24px;*/
    
}


.overlay ul li a {
	display: block;
	color: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #666;
}


/* Effects */
.overlay-popover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}


.overlay-popover.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.overlay-popover nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}


.overlay-popover nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-10%) rotateX(0deg);
	transform: translateY(-10%) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}


.overlay-popover.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}


.overlay-popover.close nav ul {
	-webkit-transform: translateY(10%) rotateX(0deg);
	transform: translateY(10%) rotateX(0deg);
}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 24px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
      
 



/*END MEDIA QUERY*/
}



















/* @MEDIA IPHONE ++++++++++++++ */	

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) {
    
 
    
    
    
/* STYLES ----------------------*/
    
    
.imgsize {
    width: 100%;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

 .imgcamo {    
    width: 12%;
}      

/* NAVIGATION - HEADER ---------------------------------------------------------------------- */


header {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 0px;
   	z-index: 1;
}


#nav_container {
	text-align: left;
	position: fixed;
	float: left;
	top: 50px;
	left: 0px;
	right: 0;
    z-index: 0;
}


.logo {
	margin-left: 20px;
}


.logo_size {
	max-width: 100px;
}



#top-logo {
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
    top: 50px;
   	z-index: 1;
}


#hero-name {
    position: absolute;   
    top: 36px;
    z-index: 1; 
}



.back_arrow {
    position: fixed;
	top: 36px;
	left: 20px;
}    

    
    
.back_arrow2 {
  	text-align: left;	
	position: fixed;
	top: 36px;
	left: 160px;
}    
    
    
    
/* BUTTONS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.button {
    background-color: #c7c9ca;
    border: 2px solid #E4EDEC;
    color: #E4EDEC;
    font-size: 20px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 80px;
    transition: 0.3s;
}

.button:hover {
    background-color: #E4EDEC;
    border: 2px solid #E4EDEC;
    color: #c7c9ca;
}




.button-solid {
    background-color: #c5c5c5;
    border: 2px solid #c5c5c5;
    color: #162915;
    font-size: 20px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 80px;
    transition: 0.3s;
}

.button-solid:hover {
    background-color: #4d8841;
    border: 2px solid #4d8841;
    color: #162915;
}

    
    
    
    
/* TYPE  -------------------------------------------------------------- */
    
 



.icon-small {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #E4EDEC;
	text-transform: uppercase;
	max-width: 100%;
    text-align: left;
    
   
	/*margin-bottom: 60px;
	margin-top: 0px;*/
}


.h {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 116px;
	letter-spacing: 0px;
	line-height: 100px;
	color: #c5c5c5;
    text-align: left;
}


.h-bottom {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 100px;
	color: #E4EDEC;
    text-align: left;
}

 
    
    

.xxl {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 60px;
	letter-spacing: 0px;
	line-height: 60px;
	color: #E4EDEC;
	text-align: left;
}

.xxl-2 {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 60px;
	letter-spacing: 0px;
	line-height: 60px;
	color: #E4EDEC;
	text-align: center;
}




.xl {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 40px;
    letter-spacing: 0px;
	line-height: 44px;
	color: #c5c5c5;
    text-align: left;
    margin-bottom: 60px; 
}


.xl-2 {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 64px;
	color: #E4EDEC;
    margin-bottom: 0px; 
}


.xl-3 {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 50px;
	color: #E4EDEC;
    margin-bottom: 0px; 
}


.xl-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 60px;
    letter-spacing: 0px;
	line-height: 64px;
	color: #E4EDEC;
    text-align: left;
    margin-bottom: 60px; 
}


    
    
.xl-bubble {
    background-color: #162915;
    border: 2px solid #c5c5c5;
    color: #c5c5c5;
    font-size: 26px;
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 2px 20px;
    display: inline-block;
    margin: 0px 0px;
    border-radius: 80px;
    vertical-align: text-top;
}









.l {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 40px;
	color: #c5c5c5;
	text-align: left;
    /*margin-bottom: 60px; */
}










.m {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}

    
    
    
.m-title {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 0px;
	margin-bottom: 60px;
    float: left;
    clear: both;
}    
    
    


.m-block {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
}


.m-tabbed {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 25%;
}



.m-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
}



.m-nav {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 18px;
	color: #c5c5c5;
    text-align: center;    
	margin-top: 0px;
	margin-bottom: 0px;
    float: left;
    clear: both;
}


.m-icon {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 20px;
	margin-bottom: 20px; 
}



ul.m-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}


ul.s-list {
    font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18px;
	color: #c5c5c5;
    text-align: left;
    
	margin-top: 20px;
	margin-bottom: 20px;
    float: left;
    clear: both;
    list-style-type: none;
}

    
    


.s {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #c5c5c5;
    text-align: left;    
	margin-top: 20px;
	margin-bottom: 20px;
    
}

    
.s-caption {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 14px;
	color: #c5c5c5;
    text-align: left;
    text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}    

    
    
.sm-right {
	font-family: 'neue-haas-grotesk-text', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c5c5c5;
    text-align: right;    
	margin-top: 36px;
	margin-bottom: 0px;
    padding-right: 0px;
    
        
}    
    
    
    


/*  COLUMNS  ---------------------------------------------------------------------- */



.column {
	clear: both;
    padding: 20px;
	margin: 0px;
	margin-top: 120px;
}

    
.column_landing_page {
	clear: both;
    padding: 20px;
	margin: 0px;
	margin-top: 200px;
}

#column_container {
	margin-top: 30px;
}


	
.column_100 {
	width: 100%;
    float: left;
  	display: block;
    padding: 0px;
}


.column_75 {
	width: 100%;
    float: left;
  	display: block;
    padding: 0px;
}


.column_50 {
	width: 100%;
    float: left;
  	display: block;
    padding: 0px;
}


.column_50-hero {
	width: 100%;
  	float: left;
  	display: block;
    padding: 40px;
}


.column_50-typeheader {
	width: 100%;
    float: left;
  	display: block;
    padding: 0px;
}

    
.column_50-TEST {
    width: 50%;
    float: left;
    display: block;
    padding: 0px;
}
    
    
    
.column_50-INFO {
	width: 50%;
    float: left;
  	display: block;
    padding: 0px;
    padding-bottom: 30px;
}    


.column_25 {
	width: 50%;
  	float: left;
  	display: block;
    padding: 0px;
    margin-bottom: 40px;
}



.column_25-hero {
	width: 50%;
    float: left;
  	display: block;
    padding: 40px;
}






.minwidth { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}

.minwidth_list { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}

.minwidth_50 { 
	min-width: 300px;
	width: auto !important; 
	width: 100% !important;
	margin-bottom: 50px;
}





#margin_spacing {
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	clear:both;
}

#margin_spacing_outside {
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	clear:both;
}

#margin_spacing_footer {
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	clear:both;
}





.spacing_bottom {
	margin-bottom: 0px;
}

.spacing_buttons {
	margin-top: 210px;
	margin-bottom: 25px;
}


.column_spacing {
	margin-top: 0px;
	margin-bottom: 25px;
}

.column_spacing_equal {
	margin-top: 20px;
	margin-bottom: 20px;
}
    
.spacing_mobile_column {
    margin-top: 0px;
	margin-bottom: 25px;  
}    


    
#bottom {
	position: absolute;
	bottom: 50px;   
    width: 100%;
	text-align: left;
}    
    
    
    
    
    
/* FOOTER ---------------------------------------------- */
    
    

#footer {
	text-align: center;
	clear: both;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 150px;
		
}    
    

    
/* POP OVER OVERLAY STATES ---------------------------------------------------------------------- */


/* Overlay style */



.xl-menu {
	font-family: 'neue-haas-grotesk-display', 'helvetica neue', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 34px;
	line-height: 54px;
	color: #E4EDEC;
	text-align: left;
    
}

.menu_dot {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    text-align: left;
}

.menu_close {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0px;
	line-height: 38px;
	color: #c5c5c5;
    background-color: #e7e7e7;
	text-align: left;
}



.icon_menu {
	max-height: 36px;
	line-height: 36px;
	vertical-align: middle;
}


.icon_star_menu {
	max-height: 49px;
	line-height: 120px;
	margin-top: 25px;
	vertical-align: middle;
}


.logo_menu {
	max-height: 30px;
	line-height: 120px;
	vertical-align: middle;
}



.hamburger {
	position: fixed;
	top: 40px;
	right: 18px;
	cursor: pointer;
}



.overlay {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0.5;
	background-repeat: repeat-x;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
    
}


/* Overlay closing cross */
.overlay .overlay-close {
	position: fixed;
	top: 39px;
	right: 16px;
	overflow: hidden;
	border: none;
	color: transparent;
	outline: none;
	z-index: 10;
}



/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 55%;
	height: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    
}


.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
    left: 40px;
	display: inline-block;
	height: 100%;
    width: 100%;
    position: absolute;
}


.overlay ul li {
	display: block;
	height: 100%;
	margin-bottom: 0px;
    height: calc(100% / 6);
	/*min-height: 24px;*/
    
}


.overlay ul li a {
	display: block;
	color: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #666;
}


/* Effects */
.overlay-popover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}


.overlay-popover.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.overlay-popover nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}


.overlay-popover nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-10%) rotateX(0deg);
	transform: translateY(-10%) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}


.overlay-popover.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}


.overlay-popover.close nav ul {
	-webkit-transform: translateY(10%) rotateX(0deg);
	transform: translateY(10%) rotateX(0deg);
}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 24px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
         
    
    
    
    
    
    
    
    
    
/*END MEDIA QUERY*/
}















