/*   
Theme Name: Impact
Theme URI: http://www.gs-interactive.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.100
*/
@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;

}

body {
    padding: 0;
    margin: 0;
	font-family: urbane-rounded, sans-serif; 
	font-size:18px; 
	font-weight:500;
	line-height:1.5;
	color: #000;
	background-color:#fff;
	font-feature-settings: 'lnum' 1;

}

@media(max-width: 750px) {
	body{
		font-size:15px;
		-webkit-text-size-adjust: none;
	}
}

a {
	text-decoration:none;
	color:#000;
	transition: all .3s;
}

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

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}


.navbar {
    background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height:120px;
	width:100%;
	z-index: 9999;
	transition: all .3s;
}
.navbar.scrolled {
	height:50px;
}

.logged-in .navbar {
	top:32px;
}
.navbar-in {
    position:relative;
	margin:0 50px;
}
@media only screen and (max-width : 750px) {
	.navbar-in {
		margin:0 15px;
	}
}
.navbar-brand {
    position:absolute;
	top:18px;
	width:125px;
	left:0;
	transition: all .3s;
}
.navbar.scrolled .navbar-brand  {
	top:5px;
	width:55px;
}
.navbar-brand img {
	width:100%;
	height:auto;
}

#header .nav {
	position:absolute;
	top:70px;
	right:0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size: 1.125rem;
	transition: all .3s;
}
#header .navbar.scrolled .nav {
	top:3px;
}
@media only screen and (max-width : 950px) {
	#header .nav  {
		background:rgba(235,244,251,.90);
		top:130px;
		right:-350px;
		margin:0;
		padding:10px 0;		
		width:290px;
	}
	#header .navbar.scrolled .nav {
		top:60px;
	}
}
#header .nav {
	list-style:none;
	margin:0;
	padding:0;
}
@media only screen and (max-width : 950px) {
	#header .nav {
		padding:30px 0;
	}
}
#header .nav li {
    float:left;
}
@media(max-width: 950px) {
	#header .nav li {
		float:none;
		margin: 0;
		padding:0;
	}
}
#header .nav li a {
	color:#000000;
    display: block;
    padding: 10px 25px;
	font-size:20px;
	line-height:1.1;
	text-transform: uppercase;
    font-weight: 700;
}
@media(max-width: 950px) {
	#header .nav li a {
		padding: 10px 10px 10px 30px;
		height:auto;
	}
}
#header .nav li a.on  {
    color: #fcaf17;
}
#header .nav li a:hover {
	color: #fcaf17;
    text-decoration: none;
}


#hamburger {
	display:none;
	position:absolute;
	top:50px;
	right:0;
	width:40px;
	height:40px;
	overflow:hidden;
	z-index:9999;
	transition: all .3s;
}
@media(max-width: 950px) {
	 #hamburger {
		 display: block;
	}
	.navbar.scrolled  #hamburger {
		 top:10px;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:8px;
	fill:#000;
	transition:all .4s;
}
#hamburger.on .bar {
	fill:#000;
}
#hamburger:hover .bar {
	fill:#fcaf17;
}
#hamburger.on:hover .bar {
	fill:#fcaf17;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:14px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
}
#hamburger #bar3 {
	top:14px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
}
#hamburger #bar4 {
	top:27px;
}
#hamburger.on #bar4 {
	opacity:0;
}




.szd img,
.szd svg {
	width:100%;
	height:auto;
}
.szdv img,
.szdv svg {
	width:auto;
	height:100%;
}


.yellow {
	color: #fcaf17;
}

ol, ul {
	padding: 0 0 0 20px;
}
ol li,  ul li {
	padding: 0 0 10px;
}

#fullpage {
	position:relative;
	margin:0;
	padding:110px 0 0 0;
	overflow:hidden;
}

/* ====================================== home ============================= */
#home  {
	background-color:#feeed2;
	background-image:url(images/hp-hero-img.jpg);
	background-size:cover;
	background-position:center center;
	width:100%;
	height:auto;
	position:relative;
	padding:110px 0 0 0;
}
@media(max-width: 750px) {
	#home  {
		padding:55px 0 25px 0;
	}
}
#home .boxed {
	padding:50px;
}
@media(max-width: 750px) {
	#home .boxed {
		padding:25px;
	}
}
#home .home-burst {
	max-width:680px;
	margin:0 auto;
}
#home h1 {
	font-size:66px;
	line-height:1.1;
	max-width:800px;
	font-weight:700;
	margin:0 auto;
	padding:50px 0 0;
	text-align:center;
}
@media(max-width: 750px) {
	#home h1 {
		padding:25px 0 0;
		font-size:40px;
	}
}
#home p {
	font-size:25px;
	line-height:1.2;
	max-width:850px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
@media(max-width: 750px) {
	#home p {
		font-size:20px;
	}
}


/* ====================================== the project ============================= */
#the-project  {
	background-color:#fcaf17;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#the-project  .boxed {
	padding:50px;
}
@media(max-width: 750px) {
	#the-project  .boxed {
		padding:25px;
	}
}
#the-project  .burst {
	max-width:215px;
	margin:0 auto;
	opacity:.5;
}
#the-project  .title {
	font-size:30px;
	max-width:800px;
	font-weight:700;
	margin:0 auto;
	padding:0 0;
	text-align:center;
}
#the-project  .text {
	font-size:30px;
	line-height:1.6;
	font-weight:600;
	color:#ffffff;
	max-width:1060px;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align:center;
}
@media(max-width: 750px) {
	#the-project  .text {
		font-size:21px;
		padding:20px 0 0 0;
	}
}


/* ====================================== FAQ ============================= */
#faq  {
	background-color:#fcaf17;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#faq .boxed {
	max-width:1200px;
	padding:50px 50px 0;
	margin:0 auto;
	display:flex;
}
@media(max-width: 750px) {
	#faq .boxed {
		padding:25px 0 0;
	}
}
#faq .boxed .half {
	width:50%;
}
#faq .boxed .half h2 {
	padding:0 20px;
}

#faq .boxed .half .faq-q-wrap {
	padding:0 0 30px 0;
}
#faq .boxed .half .faq-q {
	position:relative;
	margin:5px 0;
	padding:10px 20px;
	color:#ffffff;
	font-weight:600;
	transition:all .3s;
}
#faq .boxed .half .faq-q:hover {
	color:#000000;
	background-color:#ffe8c3;
	cursor:pointer;
}
#faq .boxed .half .faq-q.on {
	color:#000000;
	background-color:#ffe8c3;
}
#faq .boxed .half .faq-q .arrow {
	position:absolute;
	right:20px;
	top:calc(50% - 9px);
	width:10px;
	height:auto;
	color:#000000;
	opacity:0;
	transition:all .3s;
}
@media(max-width: 750px) {
	#faq .boxed .half .faq-q .arrow {
		right:8px;
	}
}
#faq .boxed .half .faq-q:hover .arrow {
	opacity:1;
}
#faq .boxed .half .faq-q.on .arrow {
	opacity:1;
}
#faq .boxed .half .faq-q .arrow svg {
	fill:#000;
	
}

#faq .boxed .half.two {
	background-color:#ffe8c3;
}
#faq .boxed .half .yellow-rule {
	margin:45px 50px 40px;
	background-color:#fcaf17;
	height:10px;
}
@media(max-width: 750px) {
	#faq .boxed .half .yellow-rule {
		margin:25px 20px 30px;
		background-color:#fcaf17;
		height:8px;
	}
}
#faq .boxed .half .faq-a-wrap {
	margin:40px 50px;
}
@media(max-width: 750px) {
	#faq .boxed .half .faq-a-wrap {
		margin:20px 20px;
	}
}
#faq .boxed .half .faq-a-wrap .faq-a {
	position:relative;
	display:none;
	line-height:1.5;
}
#faq .boxed .half .faq-a-wrap .faq-a a {
	text-decoration: underline;
}
#faq .boxed .half .faq-a-wrap .faq-a a:hover {
	text-decoration: underline;
}
/* ====================================== research-team ============================= */
#research-team  {
	padding:50px 0 0;
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}
@media(max-width: 750px) {
	#research-team  {
		padding:25px 0 0;
	}
}
#research-team .boxed  {
	padding:30px 40px 0 40px;
	margin:0 auto;
	max-width:1250px;
	position:relative;
	background-color:#fff;
	text-align: center;
}
@media(max-width: 750px) {
	#research-team .boxed  {
		padding:15px 20px 0 20px;
	}
}
#research-team .boxed .team-wrap  {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content: center;
	padding:50px 0 0;
}
#research-team .boxed .team-wrap .team-item  {
	position:relative;
	width:175px;
	padding:0 15px 45px;
}
#research-team .boxed .team-wrap .team-item:hover  {
	cursor:pointer;
}
#research-team .boxed .team-wrap .team-item .team-item-img  {
	border-radius:100px;
	width:175px;
	height:175px;
	background-color:#fcaf17;
	overflow:hidden;
}
#research-team .boxed .team-wrap .team-item .team-item-img img  {
	filter: grayscale(100%);
}
#research-team .boxed .team-wrap .team-item:hover .team-item-img img  {
	filter: grayscale(100%) contrast(200%);
	mix-blend-mode: screen;
}
#research-team .boxed .team-wrap .team-item .team-item-crown  {
	position:absolute;
  	top: -35px;
  	left: -10px;
  	width: 225px;
	opacity:0;
	transition: all .3s;
}
@media(max-width: 750px) {
	#research-team .boxed .team-wrap .team-item .team-item-crown  {
		opacity:1;
	}
}
#research-team .boxed .team-wrap .team-item:hover .team-item-crown  {
	opacity:1;
}
#research-team .boxed .team-wrap .team-item .team-item-info  {
	font-size:14px;
	line-height:1.3;
	padding:10px 0 0 0;
	opacity:0;
	transition: all .3s;
}
@media(max-width: 750px) {
	#research-team .boxed .team-wrap .team-item .team-item-info  {
		opacity:1;
	}
}
#research-team .boxed .team-wrap .team-item:hover .team-item-info  {
	opacity:1;
}
#research-team .boxed .team-wrap .team-item .team-item-info strong  {
	font-size:18px;
	font-weight:700;
	color:#fcaf17;
}
/* ====================================== participating orgs ============================= */
#orgs  {
	padding:0;
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}

#orgs .boxed  {
	padding:30px 40px 60px 40px;
	margin:0 auto;
	max-width:1250px;
	position:relative;
	background-color:#fff;
	text-align: center;
}
@media(max-width: 750px) {
	#orgs .boxed  {
		padding:15px 20px 30px 20px;
	}
}
#orgs .boxed .logo-wrap  {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
#orgs .boxed .logo-wrap .org-item  {
	height:145px;
	padding:0 15px 15px;
}


/* ====================================== resources ============================= */
#resources  {
	padding:50px 0;
	background-color: #fcaf17;
	width:100%;
	position:relative;
	overflow: hidden;
}

#resources .boxed  {
	padding:30px 40px 60px 40px;
	margin:0 auto;
	max-width:1200px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	text-align: center;
}
@media(max-width: 750px) {
	#resources .boxed {
		padding:15px 20px 30px 20px;
	}
}
#resources .boxed .resource-wrap {
	display:flex;
	gap:30px;
	align-items: center;
	justify-content: center;
}
@media(max-width: 750px) {
	#resources .boxed .resource-wrap {
		flex-wrap:wrap;
		gap:10px;
	}
}
#resources .boxed .resource-wrap .resource-item {
	display:block;
	width:auto;
	height:auto;
	font-size:15px;
	line-height:1.3;
	font-weight:300;
}
#resources .boxed .resource-wrap .resource-item:hover  {
	transition: all .3s;
}

#resources .boxed .resource-wrap .resource-item strong {
	font-size:18px;
	font-weight:700;
}
#resources .boxed .resource-wrap .resource-item.one {
	width:27%;
}
#resources .boxed .resource-wrap .resource-item.two {
	width:36%;
}
#resources .boxed .resource-wrap .resource-item.three {
	width:36%;
}
@media(max-width: 750px) {
	#resources .boxed .resource-wrap .resource-item.one {
		width:250px;
		margin:0 auto;
	}
	#resources .boxed .resource-wrap .resource-item.two {
		width:250px;
		margin:0 auto;
	}
	#resources .boxed .resource-wrap .resource-item.three {
		width:250px;
		margin:0 auto;
	}
}
#resources .boxed .resource-wrap .resource-item .image {
	margin:40px 40px 15px;
	box-shadow: 2px 2px 10px gray;
	transition: all .3s;
}
@media(max-width: 750px) {
	#resources .boxed .resource-wrap .resource-item .image {
		margin:20px 20px 10px;
	}
}
#resources .boxed .resource-wrap .resource-item:hover .image {
	box-shadow: 2px 2px 6px gray;
}

/* ====================================== section 9999 ============================= */
#default  {
	width:100%;
	position:relative;
	overflow: hidden;
	padding:50px 0 0 0;
	
}
@media(max-width: 750px) {
	#default  {
		padding:25px 0 0 0;

	}
}
#sect999-10  {
	position:relative;
	width:100%;
	background-color: #fff;
}

#sect999-10 .fixed  {
	max-width:900px;
	min-height:80vh;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 50px;
}
@media(max-width: 750px) {
	#sect999-10 .fixed  {
		padding:75px 25px;
	}
}
#sect999-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
}
#sect999-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:24px;
	line-height:1.2;
}
@media(max-width: 750px) {
	#sect999-10 .fixed h2  {
		font-size:30px;
	}
	#sect999-10 .fixed h3  {
		font-size:18px;
	}
}


/* ====================================== footer ============================= */

footer {
	position:relative;
	width:100%;
	background-color:#fff2de;
	padding:0 0 50px;
}


footer .boxed {
	position:relative;
	display:flex;
	max-width:1600px;
	padding:25px 50px; 
	margin:0 auto;
	overflow:hidden;
}
@media(max-width: 750px) {
	footer .boxed {
		padding:25px 25px; 
		flex-wrap:wrap;
	}
}
footer .boxed .contact {
	position:relative;
	width:calc(100% - 300px);
	padding:25px 0 0 0;
	margin:0 50px 0 0;
	font-weight:300;
}
@media(max-width: 750px) {
	footer .boxed .contact {
		width:100%;
		padding:25px 0 0 0;
		margin:0 0 20px;
		
	}
}
footer .boxed .contact h3 {
	font-size:24px;color:#fcaf17;
	margin:25px 0 10px;
}
footer .boxed .contact .contact-info-wrap {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding:5px 0 0 0;
	font-weight:400;
}
footer .boxed .contact .contact-info-wrap .info {
	position:relative;
	width:25%;
	margin:0 2% 15px 0;
}
@media(max-width: 750px) {
	footer .boxed .contact .contact-info-wrap .info {
		width:100%;
		margin:0 0 15px 0;
	}
}
footer .boxed .contact .contact-info-wrap .info strong {
	font-weight:600;
}
footer .boxed .logo {
	position:relative;
	width:250px;
}
@media(max-width: 750px) {
	footer .boxed .logo {
		position:relative;
		width:170px;
		margin:0 auto;
	}
}
footer-in .copyright {
	text-align:center;
	font-size:13px;
	margin:30px 0 20px;
}
footer-in .copyright a {
	color:#fff;
}
footer-in .copyright a:hover {
	color:#4993aa;
}

#return-to-top {
    bottom: 25px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 38px;
	height: 38px;
    z-index: 1000;

}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #000;
}

#exitpopup{
		text-align:left;
}

	
#exitpopup p{
		text-align:left;
		font-size:18px;
}

#exitpopup a{
	margin:20px 0 0 0;
	display:inline-block;
	padding:8px 10px;
	color:#fff;
	background-color: #70ad47;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}
/*----- exit site pop-up ------*/

.ttB {
	position:absolute;
	display:none;
	font-size:14px;
	line-height:1.5;
	max-width:300px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #999;
	box-shadow:1px 1px 5px #666;
	z-index:500;
}

.ttClose {
	position:absolute;
	top:5px;
	right:10px;
	font-weight:700;
}
.ttClose:hover {
	color:#6a2f47;
	cursor:pointer;
}