/* @override 
	https://for-impact-staging.local/wp-content/themes/forimpact_V2/css/nav.css?* */

header {
	width: 100%;
	position: fixed;
	z-index: 5;
}

.desktop-nav {
	background: #ECF3F5;
	overflow: hidden;
	margin: 0 auto;
}

@media all and (max-width: 1200px) {
	.desktop-nav {
		width: 100%;
	}
}
@media all and (max-width: 910px) {
	.desktop-nav {
		display: none;
	}
}
header .desktop-nav .top {
	height: 64px;
}

header .desktop-nav .top .left img {
	width: 190px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

header .desktop-nav .top .left em {
	float: left;
	margin: 22px 0 0 30px;
	font-size: 14px;
	color: #8698b4;
}

header .desktop-nav .top .left em strong {
	color: #8698b4;
}

@media all and (max-width: 1000px) {
	header .desktop-nav .top .left em {
		display: none;
	}
}
header .desktop-nav .top .right ul {
	margin: 22px;
}

header .desktop-nav .top .right ul li {
	margin: 0 20px;
	float: left;
	font-size: 16px;
}

header .desktop-nav .top .right ul li a {
	color: #778caa;
	text-decoration: none;
}

header .desktop-nav .top .right ul li a:hover {
	color: #FFF;
}

header .desktop-nav .bottom {
	height: 75px;
	background: #fff;
	padding-right: 2%;
	padding-left: 2%;
}

header .desktop-nav .bottom .left ul {
	margin: 2px 0 0 18px;
	width: 630px;
}

header .desktop-nav .bottom .left li {
	float: left;
	font-size: 17px;
	display: block;
}

header .desktop-nav .bottom .left ul li a {
	color: #002943;
	text-decoration: none;
	display: block;
	padding: 22px 15px;
}

header .desktop-nav .bottom .left ul li a:hover {
	color: #5198fc;
}

header .desktop-nav .bottom .right a {
	background: #002943;
	height: 50px;
	display: block;
	padding: 0px;
	color: #FFF;
	line-height: 50px;
	text-decoration: none;
	width: 215px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}

header .desktop-nav.bottom .right {
	font-size: 17px;
}

header .desktop-nav .bottom .right .fa-list-ul {
	font-size: 16px;
}

header .desktop-nav .bottom .right a:hover {
	background: #f9f9f9;
	color: #0c306c;
}

.mobile-navigation {
	background: #fff;
	height: 60px;
	display: none;
}



@media all and (max-width: 910px) {
	.mobile-navigation {
		display: inherit;
	}
}
.mobile-navigation .left img {
	width: 130px;
	margin: 12px 0 0 10px;
}

.mobile-navigation .right {
	display: block;
	font-size: 28px;
}

.mobile-navigation .right a {
	color: #FFF;
	display: block;
	padding: 0px;
	background: #002943;
	width: 50px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

a.mobile-menu-button .fa-navicon,
a.mobile-search-button .fa-search {
	font-size: 16px!important;
	font-weight: 600;
}





.mobile-navigation .right a:hover {
	background: #5198fc;
}

.dd-ll {
	background: #f9f9f9;
	padding: 3%;
	overflow: hidden;
}

.dd-ll li a {
text-decoration: none;
color: #4C5C66;
font-size: 18px;
font-family: sofia-pro, sans-serif;
line-height: 1.2em;
display: flex;
border-radius: 3px;
padding: 10px 0 10px 10px;
}

.dd-ll ul li a:hover {
color: #4C5C66;
	background: #ECF3F5;
}

.dd-ll ul li {
	margin: 0 0 5px;
}

.dd-ll h5 {
	margin: 0 0 15px 0;
	font: 20px sofia-pro, sans-serif;
	padding-bottom: 15px;
font-weight: 700;	
width: 100%;
		text-decoration: none;

}

.dd-ll a h5  {
		text-decoration: none;

}
.dd-ll a h5:hover {
	text-decoration: none;
}

.dd-ll ul h5.blue {
	border-bottom: 3px solid #04ADF9;
	color: #002943;
	position: relative;
	padding-left: 37px;
}

.dd-ll ul h5.blue:before {
	background: url('/wp-content/themes/forimpact_V2/images/header-icon-story.svg');
	width: 30px;
	height: 30px;
	content: "";
	position:absolute;
	left: 0;
	top: 3px;
}


.dd-ll ul h5.red {
	border-bottom: 3px solid #FF3960;
	color: #002943;
		position: relative;
	padding-left: 37px;
}

.dd-ll ul h5.red:before {
	background: url('/wp-content/themes/forimpact_V2/images/header-icon-team.svg');
	width: 30px;
	height: 30px;
	content: "";
	position:absolute;
	left: 0;
	top: 3px;
}

.dd-ll ul h5.green {
	border-bottom: 3px solid #00BF7C;
	color: #002943;
			position: relative;
	padding-left: 37px;
}


.dd-ll ul h5.green:before {
	background: url('/wp-content/themes/forimpact_V2/images/header-icon-funding.svg');
	width: 30px;
	height: 30px;
	content: "";
	position:absolute;
	left: 0;
	top: 3px;
}



.dd-ll ul h5.gold {
	border-bottom: 3px solid #FFBA1D;
	color: #002943;
			position: relative;
	padding-left: 37px;
}


.dd-ll ul h5.gold:before {
	background: url('/wp-content/themes/forimpact_V2/images/header-icon-culture.svg');
	width: 30px;
	height: 30px;
	content: "";
	position:absolute;
	left: 0;
	top: 3px;
}

.dd-ll ul  h5.tan {
	border-bottom: 3px solid #4C5C66;
	color: #002943;
			position: relative;
	padding-left: 37px;
}

.dd-ll ul h5.tan:before {
	background: url('/wp-content/themes/forimpact_V2/images/header-icon-resources.svg');
	width: 30px;
	height: 30px;
	content: "";
	position:absolute;
	left: 0;
	top: 3px;
}

.dd-ll h5.blue:hover, 
.dd-ll h5.red:hover, 
.dd-ll h5.green:hover, 
.dd-ll h5.gold:hover {
	color: #0c306c;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	text-decoration: none;
}

.dd-search {
	background: #f9f9f9;
	padding: 3%;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

 div.dd-ll.menu-dropdowns.menu-show div.column20 ul {
 	padding-right: 30px;
 }

.section_desktop-nav_topper_wrapper {
	display: flex;
	justify-content: flex-end;
	padding-right: 2%;
	padding-left: 2%;
	min-height: 64px;
}

.desktop-nav_topper {
	display: flex;
	align-items: center;
	min-width: 300px;
	justify-content: space-between;
}

.desktop-nav_topper li {
	font-size: 15px;
	/*border: 1px solid #333;*/
	padding-right: 10px;
	padding-left: 10px;
}

.desktop-nav_topper li a {
	color: #002943;
	text-decoration: none;
			font-family: sofia-pro, sans-serif;

}

.desktop-nav_topper li a:hover {
	color: #00AEF8;
	text-decoration: none;
}

.section_header_main_nav {
	align-content: center;
	align-items: center;
	min-height: 100px;
	justify-content: space-between;
	display: flex;
	padding-right: 2%;
	padding-left: 2%;
	background: #fff;
	z-index: 1;
	position: relative;
}


@media (max-width: 1050px) {
	.section_header_main_nav {
	padding-right: 10px;
	padding-left: 10px;

}
}



.section_header_main_nav_group {
	display: flex;
	/*	border: 1px solid #333;*/
	flex-basis: 80%;
	justify-content: space-between;
	align-items: center;
}

.section_header_logo {
	flex-basis: 20%;
	display: flex;
	min-height: 65px;
	align-items: center;
}

.section_header_logo a img {
	max-width: 195px;
	width: 100%;
	height: auto;
}

ul.desktop-nav_bottom {
	min-height: 104px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 600px;
	overflow: visible;
}

ul.desktop-nav_bottom li a {
	color: #002943;
	justify-content: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
		font-family: sofia-pro, sans-serif;
font-size: 18px;
}

 li.dropdownparent > a.openclosemenuli {
position: relative;
}

ul li a {
	position: relative;
}


ul.desktop-nav_bottom >   li a:hover:after {
	background: #F8DE96;
	content: "";
	position: absolute;
	bottom: 0px;
	height: 5px;
	width: 100%;
	z-index: 999;
	left: 0;
}

.section_navigation_dropdown.openclosemenu ul li a:hover:after {
	content: none;
}

 li.dropdownparent > a.openclosemenuli:after {
	background: #F8DE96;
	content: "";
	position: absolute;
	bottom: 0px;
	height: 5px;
	width: 100%;
	z-index: 999;
	left: 0;
}



 li.has_dropdown a .fa-angle-down {
 	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

 }

 li.has_dropdown a.openclosemenuli .fa-angle-down {
  transform: rotate(180deg) scaleX(-1);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


@media (max-width: 1050px) {
ul.desktop-nav_bottom li a {
font-size: 15px;
}
}





ul.desktop-nav_bottom li a i {
	padding-left: 5px;
	font-size: 18px;
	margin-top: 2px;
}

ul.desktop-nav_bottom li {
	display: flex;
	align-content: center;
	justify-content: center;
	/*align-items: center;*/
	flex-basis: 25%;
	white-space: nowrap;
}

a.menu-button {
	background: #002943;
	color: #fff!important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	min-width: 215px;
	border-radius: 5px;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 30px;
	padding-left: 20px;
	text-decoration: none!important;
}

@media (max-width: 1050px) {
a.menu-button {
		min-width: inherit;

}
}

a.menu-button:hover {
	background: #ECF3F5;
	color: #002943!important;
	text-decoration: none;
		text-decoration: none!important;

}

a.menu-button i.fa-regular.fa-angle-down {
	padding-left: 5px;
	margin-top: 6px;
	font-size: 18px;
}

ul.desktop-nav_bottom li.has_dropdown {
	position: relative;
}


.section_navigation_dropdown {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 104px;
	min-width: 350px;
	display: flex;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.15);
	visibility: hidden;
	pointer-events: all;
opacity: 0;
}

.section_navigation_dropdown.company_dropdown{
	min-width: 200px;
	padding: 15px;
}

.section_navigation_dropdown.openclosemenu {
	z-index: 5;
	opacity: 1;
visibility: visible;
	pointer-events: all;
}



.section_navigation_dropdown ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.section_navigation_dropdown ul li {
flex-basis:100%;
}

.section_navigation_dropdown ul li a span {
	padding-left: 10px;
}

.section_navigation_dropdown ul li {
white-space: normal;	
}

.section_navigation_dropdown ul li a img {
	align-self: flex-start;
	min-width: 20px;
	margin-top: 5px;
}

.section_navigation_dropdown ul li a {
	display: flex;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}

.section_navigation_dropdown.company_dropdown.openclosemenu ul li a.openclosemenuli {
	padding: 5px 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.section_navigation_dropdown ul li a:hover {
	background: #EAF3F5;
}

.section_navigation_dropdown ul li h5 {
	font-size: 20px;
	color: #002943;
	margin-bottom: 5px;
	font-family: sofia-pro, sans-serif;
font-weight: 600;
	width: 100%;
}

.section_navigation_dropdown ul li p {
	font-size: 15px;
	line-height: 1.2em;
	color: #4C5C66;
}

.section_navigation_dropdown ul li:last-child a {
	margin-bottom: 0px;
}

li.has_dropdown div.section_navigation_dropdown ul {
	
}

form.search-form fieldset{
	display: flex;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

form.search-form fieldset input[type='search'] {
	background: #ECF3F5;
	min-height: 60px;
	float: left;
	flex-basis: 70%;
	padding: 10px 10px 10px 20px;
	border: none;
	border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;

}

form.search-form fieldset input[type='submit'] {
	color: #fff;
	background: #002943;
	border: none;
	min-height: 60px;
	flex-basis: 30%;
	padding: 0!important;
}

form.search-form fieldset input[type='submit']:hover {
background: #00AEF8;
color: #fff;
}

