/* reset some thangs */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


img {width: 100%;}
.mobile-only {
	display: none;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	position: relative;
	
}
.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;


}


.content {
	padding-left: 15px;
	padding-right: 15px;
}


header {
	position: absolute;
	z-index: 200;
	width: 100%;
	
}
.row-header {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}
.logo img {
	max-width: 225px;
}

.nav-top {
	display: flex;
	align-self: center;
	justify-content: right;
}

.nav-top li {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.2em;
	padding-left: 30px;
	padding-right: 0px;
	position: relative;

}
.nav-top li a {
	color: #ffffff;
	text-decoration: none;
}
.nav-top li a:hover {
	color: #EFA748;
	text-decoration: none;
	transition: all .7s;
}
.nav-top li.active > a {
	color: #EFA748;
	text-decoration: none;
}
/* drop down */
.nav-top li ul  {
	position: absolute;
	z-index: 17;
	top: 20px;
	width:185px;
	box-shadow: 0px 2px 7px rgba(0, 20, 41, 0.27);
	border-radius: 0px;
	overflow: hidden;
	display: none;
	
}
.nav-top li:hover ul, .nav-top li ul:hover {
	display: block;
}
.nav-top li ul li {
	display: block;
	background-color: #83BE41;
	padding: 10px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.nav-top li ul li a {
color: #fff;
line-height: 1.25em;
}
.nav-top li ul li.active a {
color: #272727;
}
.nav-top li ul li:hover {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
}
.nav-top li ul li:hover a {
	
	color: #83BE41;
	
}
.nav-mobile {
	display: none;
}

/* ======================================================================================================================== HEADLINES AND TYPE */

h1 {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 3em;
	margin-bottom: 15px;
}


h2 {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
		color: #fff;
	font-size: 2.5em;
	margin-bottom: 15px;
}

h3 {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 4.5em;
	margin-bottom: 15px;
}

h4 {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #EFA748;
	font-size: 2em;
	margin-bottom: 15px;
}

a {
	color: #C52154;
}

strong {
	font-weight: bold;
}

/* ======================================================================================================================== Buttons */

.button-primary, .frm_button_submit {
	background-color: #C52154; 
	color: white; 
	outline: 7px solid rgba(255, 255, 255, 0.43);
	padding: 20px 30px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 45px;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
    margin-bottom: 15px;
	transition: all .75s;
}

.button-primary:hover, .frm_button_submit:hover {
	background-color: #fff;	
	color: #C52154;
}
.frm_button_submit {
	background-color: #BA8EB9;
	border: none;
	padding-left: 60px;
	padding-right: 60px;
}
.frm_button_submit:hover {
	background-color: #fff;	
	color: #BA8EB9;
	outline: 7px solid #BA8EB9;
}


#frm_form_2_container .frm_button_submit {
	background-color: #83BE41;
	border: none;
	padding-left: 60px;
	padding-right: 60px;
	font-weight: bold;
}
#frm_form_2_container .frm_button_submit:hover {
	background-color: #fff;	
	color: #BA8EB9;
	outline: 7px solid #83BE41;
	}

.btn-green {
	background-color: #83BE41;
}
.btn-orange {
	background-color: #EFA748;
}
.btn-magenta {
	background-color: #C52154;
}
.button-secondary {
	
	color: white; 
	width: fit-content;
	padding: 20px 20px; 
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 16px;
	cursor: pointer;
	
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;

	transition: all .75s;
}

/* ======================================================================================================================== END Buttons */






.row-hero {
	background-image: url('../img/fpo-hero.jpg');
	background-position: center center;
	background-size: cover;
	/*min-height: 80vh; */
	position: relative;
	
}
.row-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0; /* Place the pseudo-element behind the content */
}
.row-hero video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #C52154;
	display: block;
	
}
#heroVideo {
 object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.hero-content {
	display: flex;
	align-items: center;
	min-height: 80vh;
	width: 40%;
	background-color: rgba(197, 33, 85, 0.75);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	color: #fff;
	box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51);
}
.hero-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gr-wireflow.svg');
  background-size: cover; /* Adjust as needed */
  background-position: center center;
  opacity: .15; /* Apply opacity to the pseudo-element */
  z-index: 0; /* Place the pseudo-element behind the content */
}
.hero-content div {
z-index: 2;
}
.hero-content p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 30px;
}


.home-intro {
padding-top: 60px;
padding-bottom: 60px;	
background: linear-gradient(45deg, rgba(166, 210, 108, 1) 0%, rgba(67, 142, 17, 1) 100%);
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51);
  z-index: 44;
    color: #fff;
    position: relative;
}
.home-intro p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.home-vision {
	background-image: url('../img/fpo-rendering.jpg');
	background-position: center center;
	background-size: cover;
	min-height: 80vh;
	position: relative;
}


.home-vision-content {
	display: flex;
	align-items: center;
	min-height: 80vh;
	width: 40%;
	background: linear-gradient(45deg,rgba(166, 210, 108, 1) 0%, rgba(67, 142, 17, 1) 100%);
	padding: 30px;
	position: relative;
	color: #fff;
	box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51);
}
.home-vision-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gr-wireflow.svg');
  background-size: cover; /* Adjust as needed */
  background-position: center center;
  opacity: .15; /* Apply opacity to the pseudo-element */
  z-index: 0; /* Place the pseudo-element behind the content */
}
.home-vision-content div {
z-index: 2;
}

.home-vision-content p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 30px;
}




.home-stats {
	background: linear-gradient(45deg,rgba(245, 195, 116, 1) 0%, rgba(224, 109, 20, 1) 100%);
	min-height: 50vh;
	position: relative;
	text-align: center;
}


.slider-stats {
	padding-top: 90px;
	margin-bottom: 60px;
}

.stat {
	text-align: center;
	color: #fff;
	padding: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin-left: -15px;
	

}
.stat h3 {
	padding-top: 30px;
}

.stat img {
	text-align: center;
	color: #fff;
	width: 70px;
	height: auto;
	margin: auto;
}

.stat p {
	font-size: 1.25em;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;

}










.home-location {
	background-image: url('../img/fpo-rendering.jpg');
	background-position: center center;
	background-size: cover;
	min-height: 80vh;
	position: relative;
}


.home-location-content {
	display: flex;
	align-items: center;
	min-height: 80vh;
	width: 40%;
	background: linear-gradient(45deg,rgba(215, 71, 126, 1) 0%, rgba(192, 30, 77, 1) 100%);
	padding: 30px;
	position: relative;
	color: #fff;
	box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51);
}
.home-location-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gr-wireflow.svg');
  background-size: cover; /* Adjust as needed */
  background-position: center center;
  opacity: .15; /* Apply opacity to the pseudo-element */
  z-index: 0; /* Place the pseudo-element behind the content */
}
.home-location-content div {
z-index: 2;
}

.home-location-content p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 30px;
}







.home-updates {
	background: linear-gradient(45deg,rgba(166, 210, 108, 1) 0%, rgba(67, 142, 17, 1) 100%);
	min-height: 80vh;
	position: relative;
	text-align: center;
	padding-top: 60px;
}

.grid-updates {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
	margin-bottom: 60px;
	margin-top: 30px;
}

.card-update {
	background-color:#83BE41;
	border: 7px solid rgba(255, 255, 255, 0.43);
	position: relative;
}

.update-thumbnail {
	
	background-size: cover; 
	background-position: center center;
	height: 250px;
	position: relative;
	padding: 15px;

}
.update-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.update-thumbnail h4 {
	color: #fff;
	z-index: 240;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2em;
	text-align: left;
	position: absolute;
	bottom: 15px;
}

.update-thumbnail h4 a {
	color: #fff;
	text-decoration: none;
	line-height: 1em;
}

.update-excerpt {
	padding: 15px;
	color: #fff;
	margin-bottom: 30px;
}

.update-excerpt p {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
}

.card-update .button-primary {
	width: 55%;
	display: block;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: auto;
}








.home-companies {
	background: linear-gradient(45deg,rgba(209, 177, 208, 1) 0%, rgba(136, 79, 134, 1) 100%);
	min-height: 60vh;
	position: relative;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

.grid-logos {
	margin-top: 60px;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}


.logo-companies {
	display: flex;
	justify-content: center;
	align-items: center;
	
}


.logo-companies img {
	max-width: 200px;
	max-height: 150px;
}



.page-content {
	min-height: 100vh;
	padding-top: 60px;
}



.slick-prev {
	background-image: url('../img/gr-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-prev:before {
    content: ' ';
}
.slick-prev:hover, .slick-prev:focus {
   background-image: url('../img/gr-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-next {
	background-image: url('../img/gr-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}
.slick-next:before {
    content: ' ';
}
.slick-next:hover, .slick-next:focus {
   background-image: url('../img/gr-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}




/* =================================================================================================================================================================================== The Vision */


.row-hero-internal {
	background-image: url('../img/fpo-hero.jpg');
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
	min-height: 60vh;
	position: relative;
	
}
.row-hero-internal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0; /* Place the pseudo-element behind the content */
}

.hero-content-internal {
	display: flex;
	align-items: center;
	min-height: 60vh;
	width: 100%;
	position: relative;
	color: #fff;
	 z-index: 10;
	
}
.hero-content-internal h1 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	
}
.hero-content-internal h2 {
	font-size: 1.2em;
	padding-bottom: 15px;
	
}

.hero-content-internal h3 {
	font-size: 1.75em;
	color: #83BE41;
	padding-left: 120px;
	text-transform: none;
	font-weight: normal;
	line-height: 1.25em;
	
}

.arrow {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	background-color: #fff;
	outline: 13px solid rgba(255, 255, 255, 0.5);
	margin-right: 30px;
}


.overview {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #C52154;
	font-size: 1.25em;
	line-height: 1.5em;
}
.green {
	background-color: #83BE41;
}

.purpose {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.purpose h2 {
	color: #C52154;
}

.goals {
	background: linear-gradient(45deg,rgba(217, 74, 129, 1) 0%, rgba(152, 4, 28, 1) 100%);
	text-align: center;
	color: #fff;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.goals::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gr-wireflow.svg');
  background-size: contain;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 70% center;
  opacity: .15; /* Apply opacity to the pseudo-element */
  z-index: 0; /* Place the pseudo-element behind the content */
}
.goals h2 {
	text-align: left;
}
.grid-goals {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	margin-top: 60px;
}
.goal {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.goal h3 {
	font-size: 3em;
}
.goal span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background-color: #fff;
	outline: 13px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;

}

.goal span img {
	width: 55%;
}



.principles {
	background-color: #fff;
	text-align: center;
	color: #fff;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.principles h2 {
	text-align: left;
	color: #C52154;
}
.grid-principles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 90px;
	margin-top: 60px;
}
.principle {
	display: grid;
	grid-template-columns: 45px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	
	color: #272727;
	text-align: left;
}
.principle h3 {
	font-size: 2em;
	color: #C52154;
	margin-bottom: 5px;
}
.principle img {
	width: 100%;


}




.row-download {
	background-image: url('../img/fpo-hero.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 50vh;
	position: relative;
	
}
.row-download::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: 0; /* Place the pseudo-element behind the content */
}

.download-content {
	display: flex;
	align-items: center;
	justify-items: center;
	text-align: center;
	min-height: 50vh;
	width: 100%;
	position: relative;
	color: #fff;
	 z-index: 10;
	
}
.download-content h1 {
text-align: center;
	
}
.download-content p {
text-align: center;
font-size: 1.25em;
line-height: 1.25em;
margin-bottom: 60px;
	
}







/* =================================================================================================================================================================================== The Advantage */



.location {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.location h2 {
	color: #83BE41;
}

.location h3 {
	color: #272727;
	font-size: 1em;
}

.location .slider-stats {
	padding-top: 90px;
	margin-bottom: 60px;
}

.location .stat {
	text-align: center;
	color: #83BE41;
	padding: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);

}
.location .stat h3 {
	color: #83BE41;
	font-size: 5em;
	padding-top: 45px;
	padding-bottom: 15px;
}

.location .stat img {
	text-align: center;
	color: #fff;
	width: 100px;
	height: auto;
	margin: auto;
	
}

.location .stat p {
	font-size: 1.2em;
	line-height: 1em;
	color: #272727;
	margin-top: 15px;
	
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
		max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}




.talent {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	background-color: #f4f4f4;
}
.talent h2 {
	color: #83BE41;
}

.talent h3 {
	color: #272727;
	font-size: 1em;
}

.talent .slider-stats {
	padding-top: 90px;
	margin-bottom: 60px;
}

.talent .stat {
	text-align: center;
	color: #83BE41;
	padding: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);

}
.talent .stat h3 {
	color: #83BE41;
	font-size: 5em;
	padding-top: 45px;
	padding-bottom: 15px;
}

.talent .stat img {
	text-align: center;
	color: #fff;
	width: 100px;
	height: auto;
	margin: auto;
	
}

.talent .stat p {
	font-size: 1.2em;
	line-height: 1em;
	color: #272727;
	margin-top: 15px;
	
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
		max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}







.partners {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	background: linear-gradient(45deg,rgba(166, 210, 108, 1) 0%, rgba(67, 142, 17, 1) 100%);
}
.partners h2 {
	color: #ffffff;
}

.partners h3 {
	color: #272727;
	font-size: 1em;
}




.row-updates {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	background-color: #f4f4f4;
}
.row-updates h2 {
	color: #83BE41;
}

.row-updates h3 {
	color: #272727;
	font-size: 1em;
}
.row-updates a {
	margin-top: 60px;
}


.space-available {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	/* background-color: #f4f4f4; */
}

.space-available  h2 {
	color: #83BE41;
}

.space-available  h3 {
	color: #272727;
	font-size: 1em;
}
.space-available a {
	margin-top: 60px;
}


.slider-testimonials {

}




.row-testimonial {
	background-image: url('../img/fpo-hero.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 50vh;
	position: relative;
	
}
.row-testimonial::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0; /* Place the pseudo-element behind the content */
}


.row-testimonial h1 {
    display: grid;
    grid-template-columns: 85px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: 0;
    font-size: 2em;
    text-transform: none;
        text-transform: none;
    font-weight: normal;
    line-height: 1.15em;
}

.row-testimonial-content {
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
	color: #fff;
	 z-index: 10;
	
}

.row-testimonial-content h2 {
	font-size: 1.2em;
	padding-bottom: 15px;
	
}

.row-testimonial-content h3 {
	font-size: 1.5em;
	color: #83BE41;
	padding-left: 120px;
	margin-top: 30px;
	
}

.icon-quote {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 90px;
	height: 90px;
	background-color: #fff;
	outline: 13px solid rgba(255, 255, 255, 0.5);
	/* background-image: url('../img/icon-quote.svg'); */
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 30px;
	
}


/* =================================================================================================================================================================================== Catalysts Projects */

.projects {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	background: linear-gradient(45deg,rgba(166, 210, 108, 1) 0%, rgba(67, 142, 17, 1) 100%);
}
.projects h2 {
	color: #83BE41;
}

.projects h3 {
	color: #272727;
	font-size: 1em;
}

.grid-projects {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.card-project {
	outline: 7px solid rgba(255, 255, 255, 0.43);
	background-color: #fff;
}
.project-thumbnail {
	height: 350px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.card-project h3 {
	color: #83BE41;
	font-size: 2em;
	line-height: 1em;
	margin-top: 15px;
}
.project-status {
	display: block;
	background-color: #83BE41;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 15px;
	color: #fff;

}
.project-content {
	padding: 15px;
}

/* =================================================================================================================================================================================== Hub Updates */

.grid-updates-list {
	margin-top: 60px;
}
.list-update {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
     grid-row-gap: 30px;
    color: #272727;
    text-align: left;
    margin-bottom: 30px;
}

.list-update a {
	text-decoration: none;
	font-weight: bold;
}

.article-content {
	margin-top: 30px;
	margin-bottom: 30px;
}
.article-content p {
	color: #272727;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 15px;
}
/* =================================================================================================================================================================================== About */
.page-about h3 {
	color: #EFA748;
}
.about-vision {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.about-vision h2 {
	color: #ffffff;
}

.about-vision h3 {
	color: #272727;
	font-size: 1em;
}

.orange {
	background-color: #EFA748;
}
.advisory {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.advisory h2 {
	color: #EFA748;
}

.advisory h3 {
	color: #272727;
	font-size: 1em;
}



.feed-advisory-members {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 60px;
}
.advisory-member h3 {
	font-size: 1.25em;
	line-height: 1em;
		color: #272727;
	margin-bottom: 5px;
	
}
.advisory-member h4 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0px;
	font-weight: 300;
	
}
.advisory-member p {
	font-weight: 400;
	
}

.leadership {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
	background-color: #f4f4f4;
}
.leadership h2 {
	color: #EFA748;
}

.leadership h3 {
	color: #272727;
	font-size: 1em;
}


.grid-leadership {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	margin-top: 60px;
}
.card-bio {
	text-align: center;
}
.card-bio img {
	border-radius: 50%;
}
.card-bio h4 {
	padding-top: 15px;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0px;
}
.card-bio p {
	font-style: italic;
}




/* =================================================================================================================================================================================== Contact */


.contact {
	color: #272727;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.contact h2 {
	color: #BA8EB9;
}

.contact h3 {
	color: #272727;
	font-size: 1em;
}

.contact strong {
	color: #BA8EB9;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.grid-contact{
	display: grid;
	grid-template-columns: 60% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}

.frm_forms {
	margin-top: 60px;
}
.contact-info-people {
	margin-bottom: 30px;
	margin-top: 45px;
	
}
.contact-info-people em{
	font-style: italic;
	
}
.contact-info-address {
	margin-bottom: 30px;
	
}
.contact-socials img {
	background-color: #BA8EB9;
	border-radius: 50%;
}
/* ========================================================================== FOOTER */



.footer {
	background: linear-gradient(45deg,rgba(217, 74, 129, 1) 0%, rgba(152, 4, 28, 1) 100%);
	text-align: center;
	color: #fff;
	position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gr-wireflow.svg');
  background-size: contain;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 70% center;
  opacity: .25; /* Apply opacity to the pseudo-element */
  z-index: 0; /* Place the pseudo-element behind the content */
}


.footer-content {
	display: grid;
	grid-template-columns: 1fr 50%;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	z-index: 34;
}

.footer-info {
	text-align: left;
}
.footer-info p {
	font-size: 1.15em;
	line-height: 1.25em;
}
.socials {
	margin-top: 30px;
	margin-bottom: 60px;
}
.socials img {
	max-width: 100px;
	height: auto;
	margin-right: 15px;
}
.nav-footer-secondary {
	color: #fff;
	text-align: left;
	font-size: 1.25em;
	line-height: 2em;
	padding-top: 30px;
	
}
.nav-footer-secondary li a{
	color: #fff;


}
.nav-footer {
	width: 100%;
	margin-top: 45px;
	text-align: right;
	padding-bottom: 60px;
  
}

.nav-footer li {
	display: block;
	color: #fff;
	font-size: 1em;
	padding-bottom: 15px;
}

.nav-footer li a {
	color: #fff;
	text-decoration: none;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.25em;
	transition: all .75s;
}
.nav-footer li a:hover {
	cursor: pointer;
	color: #EFA748;
}

.footer-logo {
	width: 250px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.socials li {
	display: inline-block;
	
}
.socials li:hover {
	cursor: pointer;
}

.copyright {
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}









/* Slide Out Menu */

.toggle-button {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 15px;
    right: 15px;
    padding: 4px;
    transition: .25s;
    z-index: 15;
}

.toggle-button:hover { cursor: pointer; }

    .toggle-button .menu-bar {
        position: absolute;
        border-radius: 2px;
        width: 80%;
        transition: .5s;
    }

        .toggle-button .menu-bar-top {
            border: 4px solid #ffffff;
            border-bottom: none;
            top: 0;
        }

        .toggle-button .menu-bar-middle {
            height: 4px;
            background-color: #ffffff;
            margin-top: 7px;
            margin-bottom: 7px;
            top: 4px;
            width: 90%;
        }

        .toggle-button .menu-bar-bottom {
            border: 4px solid #ffffff;
            border-top: none;
            top: 22px;
        }

        .button-open .menu-bar-top {
	        border-color: #FFFFFF;
            transform: rotate(45deg) translate(8px, 8px);
            transition: .5s;
        }

        .button-open .menu-bar-middle {
	        
            transform: translate(230px);
            transition: .1s ease-in;
            opacity: 0;
        }

        .button-open .menu-bar-bottom {
	        border-color: #FFFFFF;
            transform: rotate(-45deg) translate(8px, -7px);
            transition: .5s;
        }

.menu-wrap {
    background-color: #C52154;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100vw;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-show {
    right: 0;
    box-shadow: 4px 2px 5px 1px rgba(0,0,0,0.15);
}
.nav-top-mobile {
	text-align: center;
	margin-bottom: 30px;
}


.nav-top-mobile li {
	
	display: block;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0px;
	padding: 15px;
}
.nav-top-mobile li a {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.mobile-menu-logo {
	text-align: center;
	margin: auto;
	width: 235px;
	margin-bottom: 15px;
	
}














/* Smartphones (portrait and landscape) ------------------------------------------------------------------------ */
@media  (min-width : 320px) 
and (max-width : 480px) {
/* Styles */

.mobile-only {
	display: block;
}
.row-header {
    grid-template-columns: 1fr;
}

.nav-top {
	display: none;
}
.nav-mobile {
	display: block;
}

h1 {
    font-size: 2.5em;
    padding-bottom: 15px;
    line-height: 1em;
}
h2 {
    
    line-height: .9em;
}
.container {
	padding-left: 15px;
	padding-right: 15px;

}
#heroVideo {
    object-fit: cover;
    width: 100vw;
    height: 110vh;
}
.hero-content {
    align-items: center;
    min-height: 100vh;
    width: 86%;
    background-color: rgba(197, 33, 85, 0.75);
    padding: 30px;
    position: relative;
    color: #fff;
    box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51);
}
.image-home {
   outline: 10px solid rgba(255, 255, 255, 0.5);
    min-height: 250px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-stats {

    min-height: 60vh;

}
.stat {
    text-align: center;
    color: #fff;
    padding: 15px;
    border-left: none;
    margin-left: -15px;
}

.slick-prev, .slick-next {
    display: none !important;
}
.home-vision-content, .home-location-content {

    align-items: center;
    min-height: 90vh;
    width: 86%;
    padding: 30px;
    position: relative;
    color: #fff;
    /* box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.51); */
}



.row-hero-internal {
    min-height: 90vh;
    background-attachment:scroll;
}
.hero-content-internal {
    min-height: 90vh;
}
.hero-content-internal h1 {
    display: flex;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 0;
}
.hero-content-internal h3 {
    font-size: 1.25em;
    line-height: 1.1em;
    color: #83BE41;
    padding-left: 0;
}
.hero-content-internal h2 {
    font-size: 1em;
    padding-bottom: 5px;
}
.arrow {
    outline: 10px solid rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    background-size: 43%;
    margin-left: 10px;
    margin-bottom: 15px;
}


.goals::before, .footer::before {
    background-position: 70% center;
    background-size: cover;
    opacity: .07;
}

.grid-goals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 60px;
    margin-top: 60px;
}


.grid-principles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
}


.row-download {
    background-image: url(../img/fpo-hero.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 70vh;
    position: relative;
}

.download-content {
    display: flex
;
    align-items: center;
    justify-items: center;
    text-align: center;
    min-height: 70vh;
    width: 100%;
    position: relative;
    color: #fff;
    z-index: 10;
}


.grid-logos {
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 30px;
}
.logo-companies img {
    max-width: 125px;
    max-height: 50px;
}
.row-testimonial h1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.2em;
}
.icon-quote {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    background-image: url(../img/icon-quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    margin-right: 30px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.row-testimonial-content h3 {
    font-size: 1.5em;
    color: #83BE41;
    padding-left: 0px;
}


.grid-updates {

    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}




.update-thumbnail h4 {
    color: #fff;
    z-index: 240;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.75em;
    text-align: left;
    position: absolute;
    bottom: 15px;
}

.list-update img {
	margin-top: 7px;
}


.feed-advisory-members {

    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
}
.grid-leadership {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 60px;
}
.card-bio h4 {
    padding-top: 15px;
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0px;
}

.card-bio p {
    font-style: italic;
    font-size: .9em;
    line-height: 1em;
    margin-top: 7px;
    margin-bottom: 3px;
}



.grid-contact {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}







.footer-content {
    grid-template-columns: 1fr;
}
.footer-info {
    text-align: center;
}
.nav-footer {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0;
}
.socials img {
    max-width: 75px;
    height: auto;
    margin-right: 15px;
}
.copyright {

    font-size: 12px;
}





/* End Styles */
}





/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-device-width : 480px) {
/* Styles */

/* End Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



/* End Styles */
}


 
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {



/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */





}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {





/* Styles */
}







/* Desktops and laptops ----------- */
@media only screen 
and (max-height : 800px) {


	
	
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */


}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  .search-module, .full-bar-nav, .where, #crumbs, .brochure, .social-set, #footernav, .nav-sticky, .noprint { display: none !important; }
  .logo-purple-print, .logo-ngyp-print { display: inline !important; }
  .header { height: 90px !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }


