body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/website_bg.jpg);
	background-attachment: fixed;
	background-position: center;
	}

a {
	color: #35b67b;
	}

a:hover {

	}

.only_mobile {
	display: none;
	}

div#container {
	max-width: 1500px;
	margin: auto;
	}

header {
	overflow: hidden;
 	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 1000;
	top: 0;
	width: 100%;
	z-index: 7000;
	height: 95px;
	padding: 25px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.1);
	}

header:hover {
	background-color: rgba(0, 0, 0, 0.9);
	transition:all 0.2s ease-in;
	}

header.shrink {
	background-color: rgba(0, 0, 0, 0.6);
	transition:all 0.9s ease-in;
	}

header.shrink:hover {
	background-color: rgba(0, 0, 0, 0.9);
	transition:all 0.2s ease-in;
	}
	
div#logo {
	float: left;
	}

#logo img {
	width: 350px;
	height: auto;
	padding: 0% 0% 0% 0%;
	}

div#right_nav {
	float: right;
	color: white;
	padding-top: 15px;
	}

#right_nav a {
	color: white;
	font-size: 25px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-family: acumin-pro-condensed, sans-serif;
	}

#right_nav a:hover {
	text-decoration: underline;
	text-decoration-color: #35b67b;
	}

div#headliner {
	margin-top: 0px;
	width:	100%;	
	height: 800px;
	opacity: 0.4;
	overflow: hidden;
}

video {
	object-fit: cover;
	width: 100%;
	}

video::-internal-media-controls-overlay-cast-button {
    display: none;
}

div#headliner_text {
	position: relative;
	margin-top: -570px;
	margin-bottom: 270px;
	}

#headliner_text p {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 130px;
	line-height: 100px;
	font-weight: 700;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	}

div#explainer {
	width:	100%;
	color: white;
	padding: 40px 0% 0% 0%; 
	background-color: rgba(53, 182, 123, 0.3);
	}

div#explain_intro {
	width: 100%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 28px;
	clear: both;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

#explain_intro p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	}

.col-container {
	display: table;
	width: 100%;
	}

.halfsy {
	display: table-cell;
	width: 30%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 25px;
	text-align: center;
	color: white;
	}

.half_l {
	padding: 50px 5% 75px 15%;
	background-color: rgba(53, 182, 123, 0.2);
	}

.half_l:hover {
	background-color: rgba(53, 182, 123, 0.1);
	}

.half_r {
	padding: 50px 15% 75px 5%;
	background-color: rgba(53, 182, 123, 0.4);
	}

.half_r:hover {
	background-color: rgba(53, 182, 123, 0.1);
	}

.halfsy img {
	width: 30%;
	height: auto;
	margin: auto;
	}

.halfsy p {
	padding: 0px 0px 40px 0px;
	margin: 0px;
	}

.halfsy h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 55px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

.halfsy a {
	background: #35b67b;
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 25px;
	font-weight: 700;
	padding: 13px 15px 15px 15px;
	text-decoration: none;
	border-radius: 25px;
	}

.halfsy a:hover {
	background: white;
	color: #282828;
	transition:all 0.4s ease-in;
	}

.halfsy a:not(:hover) {
	background: #35b67b;
	transition:all 0.4s ease-in;
	}

.page_capture {
	float: left;
	width: 100%;
	}

.twothirds {
	float: left;
	width: 65%;
	}

div#twothirdscontain {
	float: right;
	max-width: 965px;
	margin: 0px 0px 0px 0px;
	padding: 50px 75px 80px 0px;
	text-align: left;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 22px;
	line-height: 24px;
	color: white;
	}

#twothirdscontain h1 {
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#twothirdscontain h2 {
	color: #35b67b;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: white;
	}

#twothirdscontain p {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}

#twothirdscontain ul {
	margin: 10px 0px 5px 50px;
	padding: 0px 0px 0px 0px;
	}

.twothirds img {
	max-width: 100%;
	}

.twothirds p {
	text-align: left;
	}

.onethird {
	float: left;
	width: 35%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 25px;
	text-align: center;
	color: white;
	background-color: rgba(53, 182, 123, 0.4);
	position: sticky;
	top: 120px;
	z-index: 2000;
	}

div#onethirdcontain {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 500px 50px;
	}

#onethirdcontain h1 {
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	}

#onethirdcontain ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 1px 0px;
	}

#onethirdcontain li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 400;
	font-size: 20px;
	border-style: solid;
	border-color: white;
	border-width: 1px 0px 0px 0px;
	}

#onethirdcontain li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	}

#onethirdcontain li a:hover {
	background-color: rgba(53, 182, 123, 0.4);
	transition:all 0.2s ease-in;
	}

.onethird img {
	max-width: 100%;
	}

.onethird p {
	text-align: left;
	}

.onethird:hover {
	background-color: rgba(53, 182, 123, 0.1);
	}


div#options {
	display: table;
	width:	100%;
	text-align: center;
	}

#options a {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 30px;
	line-height: 25px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	display: block;
	padding: 10% 10% 10% 10%;	
	}

#options img {
	width: 40%;
	height: auto;
	margin-bottom: 40px;
	}

div#option1 {
	display: inline-block;
	display: table-cell;
	width: 33.33%;
	background-color: rgba(104, 147, 62, 0.3);
	}

#option1:hover {
	background-color: rgba(104, 147, 62, 0.1);
	}

div#option2 {
	display: inline-block;
	display: table-cell;
	width: 33.33%;
	background: #86A55B;
	background-color: rgba(134, 165, 91, 0.3);
	}

#option2:hover {
	background-color: rgba(134, 165, 91, 0.1);
	}

div#option3 {
	display: inline-block;
	display: table-cell;
	width: 33.33%;
	background-color: rgba(164, 183, 120, 0.3);
	}

#option3:hover {
	background-color: rgba(164, 183, 120, 0.1);
	}

div#page_headliner {
	margin-top: 0px;
	width:	100%;	
	height: 300px;
	opacity: 0.4;
	overflow: hidden;
	background-image: url('../images/headline_06.jpg');
	background-position: center;
}

div#page_intro {
	width: 100%;
	clear: both;
	text-align: left;
	padding: 0px 0px 0px 0px;
	}

#page_intro h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 65px;
	line-height: 60px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	text-transform: uppercase;
	}

div#page_content {
	width: 100%;		
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: white;
	padding: 0px 0px 0px 0px;
	}

a.button {
	margin-top: 200px;
	background: #35b67b;
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 13px 15px 15px 15px;
	text-decoration: none;
	border-radius: 25px;
	}

a.button:hover {
	background: white;
	color: #282828;
	transition:all 0.4s ease-in;
	}

a.button:not(:hover) {
	background: #35b67b;
	transition:all 0.4s ease-in;
	}

.break {
	float: left;
	width: 100%;
	height: 100px;
	background: blue;
	}

.headlinewimage {
	float: left;
	width: 100%;
	margin: 60px 0px 20px 0px;
	}

.headlinewimagel {
	float: left;
	width: 15%;
	}

.headlinewimagel img {
	width: 100%;
	}

.headlinewimager {
	float: left;
	width: 80%;
	padding: 20px 0px 0px 5%;
	}

ul.news_items {
	width: 100%;
	list-style-type: none;
	margin: 30px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px;
	}

ul.news_items li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

ul.news_items li h4 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #35b67b;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 25px;
	font-weight: 500;
	}

ul.news_items li h4 a {
	text-decoration: none;
	}

ul.news_items li h4 a:hover {
	text-decoration: underline;
	color: white;
	}

ul.news_items li h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: white;
	}

.ulli {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	}

.ulli:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition:all 0.2s ease-in;
	}

.news_box {
	float: left;
	width: 20%;
	margin: 0px 2% 0px 0px;
	}

.news_box img {
	width: 100%;
	height: auto;
	}

.news_box2 {
	float: left;
	width: 78%;
	margin: 0px 0px 0px 0px;
	}

ul.ghg_items {
	width: 100%;
	list-style-type: none;
	margin: 30px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px;
	}

ul.ghg_items li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

ul.ghg_items li h4 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #35b67b;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 25px;
	font-weight: 700;
	}

ul.ghg_items li h4 a {
	text-decoration: none;
	}

ul.ghg_items li h4 a:hover {
	text-decoration: underline;
	color: white;
	}

ul.ghg_items li h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: white;
	}

.ghg_box {
	float: left;
	width: 20%;
	margin: 0px 2% 0px 0px;
	background-color: rgba(53, 182, 123, 0.4);
	text-align: center;
	}

.ghg_box img {
	width: 60%;
	padding: 15px 0px 0px 0px;
	height: auto;	
	margin: auto;
	}

.ghg_box h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 45px;
	font-weight: 700;
	}

.ghg_box2 {
	float: left;
	width: 78%;
	margin: 0px 0px 0px 0px;
	}

.gulli {
	float: left;
	width: 98%;
	padding: 30px 2% 30px 0px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	}

.gulli:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition:all 0.2s ease-in;
	}



div#footer {
	margin: 100px 0px 50px 0px;
	width:	100%;
	text-align: center;
	}

#footer p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: white;
	text-align: center;
	max-width: 1000px;
	margin: 50px auto 10px auto;
	}

div#footer_box {
	float: left;
	width: 100%;
	margin: auto;
	padding: 0px 0px 50px 0px;
	}

#footer_box h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#logo_nlerf {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
	}

#logo_nlerf img {
	width: 100%;
	}

div#logo_econext {
	float: right;
	width: 25%;
	padding: 0px 5% 0px 0px;
	}

#logo_econext img {
	width: 75%;
	}

div#address {
	float: right;
	width: 20%;
	padding: 0px 0px 0px 4%;
	text-align: left;
	color: white;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 15px;
	}

div#linkedin {
	float: right;
	width: 5%;
	padding: 0px 0px 0px 0px;
	}

#linkedin img {
	width: 100%;
	}

div#inquiries {
	float: right;
	width: 16%;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: white;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 100;
	font-size: 15px;
	}










@media (max-width:1600px) { 

div#headliner {	
	height: 650px;
	}

div#headliner_text {
	margin-top: -470px;
	margin-bottom: 170px;
	}

div#container {
	max-width: 1300px;
	margin: auto;
	}

.twothirds {
	float: left;
	width: 70%;
	}

div#twothirdscontain {
	max-width: 905px;
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 30px 0px;
	}

.onethird {
	width: 30%;
	}

div#onethirdcontain {
	max-width: 288px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 500px 50px;
	}

}






@media (max-width:900px) { 

/*
*   HAMBURGER MENU  
 */

#menuToggle
{
  display: block;
  position: relative;
  top: -43px;
  left: 90%;
	width: 10%;
  z-index: 2200;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;

}

#menuToggle a:hover
{
  color: #35b67b;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 0px 0px 5px 0px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1px);
  background: #c8c8c8;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, 1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: 33px 0 0 -220px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #c8c8c8;
}

#menu li
{
	padding: 20px 15px 20px 15px;
	font-size: 22px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #c8c8c8;

}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


div#top_menu {
	width: 100%;
	height: 90px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3000;
	box-shadow: 0px 0px 5px #363636;
}

	div#menu_contain {
		width: 100%;
		margin: 0px auto 0px auto;
		height: 90px;
		}

		div#menu_logo {
			width: 240px;
			float: left;
			height: 90px;
			}

			#menu_logo img {
				margin-top: 15px;
				width: 90%;
				height: auto;
				}



.no_mobile {
	display: none;
}

.only_mobile {
	display: block;
}

div#menu_contain {
	width: 90%;
	padding: 0px 5% 0px 5%;
}

div#mobile_logo {
	width: 55%;
	margin-top: 20px;
	}

div#mobile_logo img {
	width: 100%;
	}

.mobility_space {
	float: left;
	margin-top: 90px;
	}

video {
	object-fit: contain;
	width: auto;
	max-height: 455px;
	}

div#container {
	width: 90%;
	padding: 0px 5% 0px 5%;
	}

div#headliner {
	height: 585px;
}

div#headliner_text {
	}

#headliner_text p {
	font-size: 60px;
	line-height: 55px;
	width: 80%;
	padding-top: 95px;
	}

div#explain_intro {
	font-size: 25px;
	}

.halfsy {
	width: 100%;
	display: block;
	}

.half_l {
	width: 90%;
	padding: 40px 5% 60px 5%;
	}

.half_r {
	width: 90%;
	padding: 40px 5% 60px 5%;
	}

.halfsy img {
	}

.halfsy p {
	padding: 0px 0px 40px 0px;
	}

.halfsy h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 55px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	}

.halfsy a {
	background: #35b67b;
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 25px;
	font-weight: 700;
	padding: 13px 15px 15px 15px;
	text-decoration: none;
	border-radius: 25px;
	}

.twothirds {
	width: 100%;
	}

#page_intro h1 {
	font-size: 50px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	}

div#page_headliner {
	width:	100%;	
	height: 200px;
	}

div#twothirdscontain {
	float: left;
	width: 90%;
	padding: 40px 5% 70px 5%;
	font-size: 25px;
	line-height: 30px;
	}

#twothirdscontain h1 {
	font-size: 40px;
	line-height: 40px;
	}

.onethird {
	width: 100%;
	}

div#onethirdcontain {
	max-width: 100%;
	width: 100%;
	padding: 30px 0px 30px 0px;
	}

div#option1 {
	width: 100%;
	display: block;
	}

div#option2 {
	width: 100%;
	display: block;
	}

div#option3 {
	width: 100%;
	display: block;
	}

.headlinewimagel {
	width: 30%;
	}

.headlinewimager {
	width: 65%;
	padding: 0px 0px 0px 5%;
	margin-top: -30px;
	}

ul.news_items li h4 {
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	}

.news_box {
	width: 38%;
	margin: 0px 5% 0px 0px;
	}

.news_box2 {
	width: 57%;
	padding-bottom: 30px;
	}

.ghg_box {
	width: 23%;
	margin: 0px 5% 0px 0px;
	}

.ghg_box img {
	width: 100%;
	padding: 15px 0px 0px 0px;
	}

.ghg_box h6 {
	font-size: 30px;
	}

.ghg_box2 {
	width: 72%;
	}

.ghg_box2 p {
	font-size: 20px;
	line-height: 25px;
	}




div#footer_box {
	width: 90%;
	padding: 0px 5% 50px 5%;
	}

#footer_box h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#logo_nlerf {
	width: 100%;
	padding: 0px 0px 0px 0px;
	}

#logo_nlerf img {
	width: 100%;
	}

div#logo_econext {
	width: 100%;
	padding: 70px 5% 0px 0px;
	}

#logo_econext img {
	width: 75%;
	}

div#address {
	width: 100%;
	padding: 70px 0px 0px 0px;
	text-align: center;
	font-weight: 100;
	font-size: 25px;
	}

div#linkedin {
	float: right;
	width: 100%;
	padding: 70px 0px 0px 0px;
	}

#linkedin img {
	width: 25%;
	}

div#inquiries {
	width: 100%;
	padding: 70px 0px 0px 0px;
	text-align: center;
	font-weight: 100;
	font-size: 25px;
	}



}






::-moz-selection { /* Code for Firefox */
  color: white;
  background: #282828;
	}

::selection {
  color: white;
  background: #282828;
	}



