* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	transition: all ease 0.2s;
}
body {
	font-size: 1em;
	padding: 0;
	background: #f5f5f5;
	font-family: 'Roboto', sans-serif
}
html {
	font-size: 100%;
	scroll-behavior: smooth
}
button, button:active, button:focus {
	outline: 0
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600
}
h1 {
	font-size: 3.375rem
}
h2 {
	font-size: 3em;
	color:#71b945
}
p, li {
	font-size: 1em;
	color: #666;
	line-height: 1.6;
	font-weight: 300
}
figure{margin:0}
img {
	max-width: 100%
}
a, a:hover {
	text-decoration: none;
	color: #666
}
input:focus, textarea:focus {
	outline: 0
}
section {
	position: relative
}
.btn {
	border-radius: 0;
	padding: 0.8em 1em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#fff
}
.btn:hover {
	color: #fff
}
main {
	background: #fff;
	margin-top: 105px;
}
.container {
	max-width: 1430px
}
header {
	position: sticky;
	top: 0;
	z-index: 9;
	height: 0
}
header .logo {
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 4px
}
.stickyheader .logo {
    margin-top: 15px;
}
header nav {
	text-align: center
}
nav ul li {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	padding: 2.5em 1em;
	position:relative
}
nav ul li span{ position:absolute; right:-2px}
nav ul li a {
	color: #222
}
nav ul li a:hover {
	color: #222
}
header .btn {
	background:#71b945;
}
.stickylogo {
	display: none
}
.stickyheader .stickylogo {
	display: block
}
.stickyheader .defaultlogo {
	display: none
}
.stickyheader header {
	background: rgb(255 255 255 / 90%);
	height: 60px;
	align-items: center;
	display: flex;
}
.stickyheader header {
	top: 0
}
.stickyheader header nav ul li a {
	color: #000;
}
.stickyheader header .btn {
	padding: 0.5em
}
.hero-banner {
	position: relative
}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 25%);
    display: block;
    width: 100%;
    height: 100%;
}
.hero-banner .hero-content {
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	padding: 1em;
	left:0; right:0;
	text-align: center
}
.hero-banner .hero-content h1 {
	color: #fff;
	font-size: 4em;
	margin: 0;
	padding: 0;
	line-height: 0.8
}
.hero-banner .hero-content .btn {
	background: #232323;
	color: #fff;
	border-color: #232323;
	margin: 2em 0;
}
.about {
	background:url('../images/aboutbg.jpg') no-repeat;
	min-height: 528px;
	display: flex;
	padding: 3em 0
}
.about p {
	color: #666666;
	font-size:1.25em; line-height: 1.8
}
.divisions{ margin:2em 0}
.divisions figcaption{ font-size:1.5em; font-weight: 600; color:#222; margin: 1em 0}

.network{ padding: 4em 0}
.network figure{ margin:2em 0}
.network p{ font-weight:600; font-size:1.25em; line-height: 1.8}
.actions{ background:url('../images/stripes-light.png') repeat}
.actions .content {
    margin: 3em;
}
.actions .content h2{ color:#222}
.actions .content ul{ margin: 2em 0}
.actions .content li {
    font-size: 1.25em;
    padding: 0em 1em 1.5em 2em;
    position: relative;
    margin: 0;
    line-height: 1.5;
}
.actions .content li:before {
    content: "";
    position: absolute;
    left: 14px;
    width: 2px;
    background: #71b945;
    display: block;
    height: 100%;
}
.actions .content li:last-child:before{ display:none}
.actions .content li span {
    background: #71b945;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-weight: 500;
	margin-right:0.5em;
	position: absolute;
	left: 0; top: 0
}
.project-underway{ padding: 4em 0}
.project-underway h2{ color:#222}
.project-underway .content-box{ background: #f5f5f5; min-height: 350px; margin: 2em 0 0}
.project-underway .content-box.smallbox{  min-height: 250px;}
.project-underway .content-box h3 {
    background: #71b945;
    color: #fff;
    font-weight: 600;
    font-size: 1.25em;
    align-items: center;
    display: flex;
    min-height: 60px;
    justify-content: center;
}
.project-underway .content-box .content-inside{padding: 1em 2em;}
.project-underway .content-box h4{ color:#666; font-size:1.25em}
.project-underway .content-box p{ font-size:1em; padding: 0 0 0.5em 0; margin: 0}
footer {
	background:#f5f5f5;
	padding: 4em 0 2em 0;
	text-align: center
}
footer .logo{ margin:0 0 1em 0}
footer .contact-info{ text-align:center}
footer .copyright{ margin:2em 0 0 0}

.gotop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none
}
.stickyheader .gotop {
	display: block
}
header button {
	display: none
}

@media screen and (min-width:1201px) and (max-width:1400px){
	header .btn {
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
}
}
@media screen and (max-width:1200px){
header {
	height: 50px !important;
	background: #fff!important;
	display: flex;
	align-items: center;
	top: 0;
}
	main{ margin:0}
.stickyheader header {
    top: 0;
	padding-top: 10px;
}
header nav {
	display: none
}
header button {
	display: block
}
header .burger-button {
	position: relative;
	pointer-events: all;
	background-color: transparent;
	border: 0;
	width: auto;
	padding: 0;
	z-index: 1000;
	height: 100%;
	text-align: center;
	margin: auto;
}
header .burger-button .line {
	width: 25px;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 5px auto;
	transition: all .3s ease-in-out;
}
header .btn {
	padding: 5px;
	margin: 0;
	font-size: 0.6em;
}
header .btn-outline-light {
	border-color: #000;
	color: #000
}
header .nav-overlay-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
}
header .nav-overlay-mobile.active {
	pointer-events: all!important;
	z-index: 900;
	opacity: 1;
}
header .nav-overlay-mobile.active nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	display: block
}
header .nav-overlay-mobile.active nav ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0;
}
header nav ul li {
	padding: 0.5em;
	font-weight:600;
    font-size: 1em;
}
	header nav ul li span{ display:none}
header nav ul li a {
	color: #666;
	font-size: 1.5em
}
header .burger-button.active .line:first-child {
	transform: translateY(7px) rotate(45deg);
}
header .burger-button.active .line:nth-child(2) {
	opacity: 0
}
header .burger-button.active .line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
	header .logo .defaultlogo{ display:none}
	header .logo .stickylogo{ display:block}
	.stickyheader header .logo img {    height: auto;}	
}
@media screen and (max-width: 767px) {
html {
	font-size: 85%
}
h1 {
	font-size: 3em
}
h2 {
	font-size: 2.2em !important;
	margin: 0
}
h3 {
	font-size: 2em
}
h4 {
	font-size: 1.5em
}
section {
	min-height: auto
}
	.stickyheader .logo {
    margin-top: 0;
}
.network {    padding: 0;}	
.hero-banner .hero-content {
	position: absolute;
	top: 10%;
	transform: translateY(-10%) scale(0.8);
	padding: 1em;
	font-size: 50%;
	bottom: 0;
}
.copyright p {
	padding: 0.5em 0 0 !important;
	margin: 0
}
footer {
	padding: 3em 0 2em 0
}
}
