.basic_nav nav > ul > li {
	position: relative;
	list-style: none;
}
.basic_nav nav ul{
	list-style: none;
}
.basic_nav nav > ul li a {
	transition: 0.2s;
	display: block;
	font-size: 18px;
	padding: 10px;
}

.basic_nav nav > ul > li.menu-item-has-children > a:after {
	position: relative;
	content: '3';
	font-family: 'ETModules';
	margin-left: 3px;
	line-height: 1;
}

.basic_nav nav > ul > li ul.sub-menu {
	position: absolute;
	width: 250px;
	left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	flex-direction: column;
}

.basic_nav nav > ul li.large_flyout > ul.sub-menu {
	width: 500px;
}

.basic_nav nav > ul > li > ul li {
	display: block;
	position: relative;
}

.basic_nav nav ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	flex-direction: column;
}
.basic_nav nav ul ul ul {
	margin-left: 100%;
	top: 0;
}



.basic_nav nav ul ul li.left_flyout > ul {
	margin-left: -100%;
	top: 0;
}

.basic_nav nav ul ul li.left_flyout.large_flyout > ul {
	margin-left: -200%;
	top: 0;
}

.basic_nav {
	font-size: 16px;
	align-content: center;
	flex: 2;
}

.basic_nav .header-wrapper .site-branding .site-logo img {
	height: 40px;
	display: block;
}

.basic_nav .header-wrapper nav ul {
	padding: 0;
	display: flex;
}

.basic_nav .header-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.basic_nav .header-wrapper .site-branding {
	display: flex;
	align-items: center;
	height: 100%;
	transition: all 0.3s ease;
}

.basic_nav .header-wrapper .site-branding .site-logo img {
	transition: all 0.3s ease;
	max-width: inherit;
	margin: 0 20px 0 40px;
}

.header-sticky-scroll .basic_nav .header-wrapper .site-branding .site-logo a {
	display: none;
}

.basic_nav .header-wrapper .site-branding .site-logo .sticky-header-logo {
	display: none;
}

.header-sticky-scroll .basic_nav .header-wrapper .site-branding .site-logo .sticky-header-logo {
	display: block;
}

.basic_nav .header-wrapper .site-branding .site-title {
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em 0;
	line-height: 1em;
	transition: all 0.3s ease;
}

.basic_nav .header-wrapper .site-branding .site-title:hover {
	opacity: 0.5;
}

.basic_nav .header-wrapper .site-branding .site-title a {
	font-size: 28px;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 28px;
	margin: 0 20px 0 40px;
}

.basic_nav .header-wrapper .nav {
	opacity: 0;
	animation: global_fadein 1.5s forwards;
	animation-delay: .5s;
}

.ie9 .basic_nav .header-wrapper .nav {
	opacity: 1;
}

.basic_nav nav{
	flex: 2;
}

.basic_nav .header-wrapper nav.flex_center ul {
	justify-content: center;
}
.basic_nav .header-wrapper nav.flex_left ul {
	justify-content: flex-start;
}
.basic_nav .header-wrapper nav.flex_right ul {
	justify-content: flex-end;
}

.basic_nav .header-wrapper nav.flex_dir_vertical ul {
	flex-direction: column;
}

.user_control {
	border-left: 1px solid #eeeeee4f;
	height: 80px;
	min-width: 180px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2 !important;
}
.user_control .welcome{
	font-size: 12px;
}

.user_control a{
	color: white;
	padding: 12px 30px;
}

.user_control {
	position: relative;
	display: inline-block;
}

.subnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	z-index: 1000;
}

.user_control {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.user_control:hover{
	background: rgb(36, 36, 36);
}
.user_control .subnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgb(36, 36, 36);
	border: 1px solid rgb(36, 36, 36);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	z-index: 1000;
	width: 100%;
}

.user_control:hover .subnav {
	display: block;
}

.user_control .subnav a {
	display: block;
	padding: 12px 30px;
	color: white;
	text-decoration: none;
	border-top: 1px solid #eeeeee4f;
}

.user_control .subnav a:hover {
	background: #333;
}



.site-logo:hover{
	background: rgb(36, 36, 36);
}
.site-logo .subnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgb(36, 36, 36);
	border: 1px solid rgb(36, 36, 36);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	z-index: 1000;
	width: 100%;
}

.site-logo:hover .subnav {
	display: block;
}
.back-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #d6001c;
	border-left: 2px solid #d6001c;
	transform: rotate(-45deg);
	margin-right: 8px;
}
.site-logo .subnav a {
	display: block;
	padding: 5px 30px;
	color: white;
	text-decoration: none;
	border-top: 1px solid #eeeeee4f;
	text-transform: uppercase;
	font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
}

.site-logo .subnav a:hover {
	background: #333;
}


header.mw_Giving_Nav nav li>a {
	margin: 0 10px;
}
header.mw_Giving_Nav nav li:hover>a {
	color: #bababa !important;
}