.desktopNav, .mobileNav {
	position: relative;
	z-index: 2;
}
.stickynav-on .desktopNav,.stickynav-on .mobileNav {
	position: fixed;
	scroll-behavior: smooth;
	width: 100%;
	top:0;
	left: 0;
	//transition: top ease 0.1s;
	z-index: 999;
}

.stickynav-on .desktopNav .topRow{
	position: absolute;
    top: -92px;
	opacity: 0;
	transition: top ease 0.3s;
}

.stickynav-on .slideNav {
	position: fixed;
	top: 80px;
	z-index: 2;
}

.stickynav-on .slideNavOverlay {
	position: fixed;
	top: 80px;
	z-index: 1;
}

.desktopNavContainer .bottomHome {
	display: none;
}

.stickynav-on .desktopNavContainer .bottomHome {
	display: block;
}

.desktopNav{
	cursor:default;
	background-color:white;
}

.desktopNav .desktopNavContainer{
	max-width:991px;
	margin:0 auto;
	transition: width ease 0.2s;
}

.desktopNav .topRow{
	border-bottom:1px solid #e5e5e5;
}

.desktopNav .topRow .desktopNavContainer{
	display:flex;
	justify-content: space-between;
	align-items:center;
	width:100%;
	padding:15px 0;
}

.desktopNav .topRight a{
	font-family:'Roboto Condensed', sans-serif;
	text-decoration: none;
	display: inline-block;
	margin-right: 35px;
	font-size: 13px;
	text-transform: uppercase;
	cursor:pointer;
}

.desktopNav .topRight a, .desktopNav .topRight a .fa{
	transition:color 0.25s ease;
}

.desktopNav .topRight .contact:link, .desktopNav .topRight .contact:visited{
	color:#1e303a;
}

.desktopNav .topRight .contact:hover, .desktopNav .topRight .contact:active{
	color:#c7c7c7;
}

.desktopNav .topRight a:last-of-type{
	margin-right: 0;
}

.desktopNav .topRight a:link .fa, .desktopNav .topRight a:visited .fa{
	font-size:20px;
	color:#c7c7c7;
}
.desktopNav .topRight a:hover .fa, .desktopNav .topRight a:active .fa{
	color:#1e303a;
}

.desktopNav .topRight .search{
	position: relative;
	top:-3px;
	display:inline-block;
}

.desktopNav .topRight .search .inputContainer{
	position: absolute;
	top:25px;
	right:0;
	transition: max-height 0.25s;
	max-height:0;
	overflow:hidden;
}

.desktopNav .topRight .search input{
	width:140px;
	height:24px;
	padding:3px 5px;
}

.desktopNav .topRight .search input::-ms-clear, input#search::-ms-clear {
	display: none;
}

.desktopNav .topRight .search.active .inputContainer{
	max-height:30px;
}

.desktopNav .topRight .search:link .fa{
	font-size:17px;
	color:#1e303a;
}

.desktopNav .searchBox .clearSearch {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 6px;
}

.desktopNav .topRow img{
	width:200px;
	height:61px;
	align-self:flex-start;
}

.desktopNav .topRow .logo75 img{
	width:300px;
	height:71px;
}

.desktopNav .bottomRow .desktopNavContainer{
	display:flex;
	width:100%;
}

.desktopNav .bottomRow{
	position:relative;
	font-size:0;
	border-bottom:1px solid #e5e5e5;
}
.desktopNav .bottomRow a{
	font-size:15px;
	display: inline-block;
	font-family:'Roboto Condensed';
	text-transform: uppercase;
}

.desktopNav .buttonGreen {
	color:  #fff;
}

.desktopNav .bottomLeft .tier1{
	display:inline-block;
}

.desktopNav .bottomLeft .tier1 > a{
	color:#1e303a;
	padding:0 24px;
	padding:0 23px;
	text-decoration: none;
	position: relative;
	z-index:2;
	height:60px;
	padding-top:20px;
}

.desktopNav .tier1:hover > a, .desktopNav .tier1:focus >  a, .desktopNav .bottomLeft .tier1 > a.hover{
	color:#00743a;
}

.desktopNav .tier1 > a:after{
	content:'';
	z-index:3;
	position: absolute;
	height:4px;
	background-color: #00743a;
	opacity:0;
	top:56px;
	left:23px;
	right:23px;
	transition: opacity 0.25s ease, color 0.25s ease;
}

.desktopNav .tier1:hover > a:after, .desktopNav .tier1 > a.hover:after{
	opacity:1;
}

.desktopNav .tier1:first-of-type > a:after{
	left:0;
}

.desktopNav .tier1:last-of-type > a:after{
	right:0;
	bottom:-9px;
}

.desktopNav .tier1:last-of-type > a{
	padding-right:0;
}

.desktopNav .tier1:first-of-type > a{
	padding-left:0;
}

.desktopNav .bottomRow .bottomLeft{
	flex:1 1 100%;
	flex-wrap: nowrap;
}

.desktopNav .bottomRow .bottomLeft .dropdowns{
	display:inline-block;
}

.desktopNav .bottomRow .bottomRight{
	flex:0 0 81px;
	text-align:right;
	padding-top:10px;
}

.stickynav-on .desktopNavContainer .bottomHome {
	align-self: center;
	flex: 1 1 18%;
}

.desktopNav .bottomRow .bottomHome .buttonHome-link {
	color: #000;
	font-size: 24px;
	margin-right: 46px;
	display: block;
}

.desktopNav .bottomRow .bottomHome .buttonHome-link.icon-link {
	display: none;
}

.desktopNav .subnav{
	position:absolute;
	z-index:1;
	top:60px;
	left:0;
	right:0;
	background-image: -ms-linear-gradient(top, #bebdbe 0px, #eae9e9 5px, #eae9e9 100%);
	background-image: -webkit-linear-gradient(top, #bebdbe 0px, #eae9e9 5px, #eae9e9 100%);
	background-color:#eae9e9;
	text-align: center;
	max-height:0;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease;
	transition: max-height 0.25s ease;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
}

.dropdowns .subnav a{
	opacity:0;
}

.dropdowns:hover .subnav a{
	opacity:1;
}

.dropdowns.hover .subnav{
	max-height:none !important;
}

.dropdowns:hover .tier1 .subnav{
	transition: max-height 0.25s;
	max-height:50px;
	z-index:2;
}

.desktopNav .tier1:hover .subnav{
	z-index:4;
}

.desktopNav .tier1.hover .subnav{
	z-index:3;
}

.desktopNav .dropdowns:hover .tier1.empty .subnav{
	max-height:0;
}

.tier1:hover .subnav a, .tier1.hover .subnav a{
	transition: opacity 0.25s;
	opacity:1;
}

.desktopNav .subnav a{
	font-family:'Roboto Condensed';
	font-size:14px;
	display: inline-block;
	text-decoration: none;
	color:#797979;
	padding:0 25px;
	height:50px;
	line-height:50px;
}

.desktopNav .tier1Wrapper{
	display: inline-block;
}

.desktopNav .subnav a:hover, .desktopNav .subnav a.hover{
	color:#00743a;
}

.desktopNav .subnav a:first-of-type{
	padding-left:0;
}

.desktopNav .subnav a:last-of-type{
	padding-right:0;
}

.mobileNav{
	display:none;
	background-color:white;
}

.mobileNav .header{
	display:flex;
	align-items:center;
	height:80px;
}

.slideNavTriggerContainer{
	z-index:4;
	flex:0 0 101px;
}
.slideNavTriggerContainer .inner{
	height:80px;
	padding-top:28px;
	background-color:white;
	width:60px;
	z-index:4;
	cursor:pointer;
}

.slideNavTriggerContainer, .donateContainer{
	flex:0 0 101px;
}

.mobileNav .header #slideNavTrigger{
	margin-left:15px;
}

.mobileNav .header .logoContainer{
	flex:1 1 100%;
	text-align:center;
}

.mobileNav .header .logo img{
	max-width:180px;
	height: 55.6px; /*Keep for IE fix*/
}	

@media screen and (min-width: 1100px) {
	.stickynav-on .desktopNav .desktopNavContainer{
		max-width:1165px;
		margin:0 auto;
	}
	.stickynav-on .desktopNavContainer .bottomHome {
		align-self: center;
		flex: 1 1 24%;
	}
	.desktopNav .bottomRow .bottomHome .buttonHome-link {
		margin-right: 20px;
	}
	.desktopNav .bottomRow .bottomHome .buttonHome-link img {
		height: 41px;
	}
	.stickynav-on .desktopNav .tier1:first-of-type > a {
	    padding-left: 0;
	}
	.stickynav-on .desktopNav .bottomLeft .tier1 > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.stickynav-on .desktopNavContainer .bottomHome {
		align-self: center;
		flex: 1 1 30%;
	}
	.desktopNav .bottomRow .bottomHome .buttonHome-link img {
		height: 51px;
	}
}

@media screen and (max-width:1099px){
	.stickynav-on .desktopNavContainer .bottomHome {
		flex: 1 1 60px;
	}
	.desktopNav .bottomRow .bottomHome .buttonHome-link.icon-link {
		display: block;
	}
	.desktopNav .bottomRow .bottomHome .buttonHome-link.img-link {
		display: none;
	}
}	

@media screen and (max-width:991px){
	.desktopNav{
		display:none;
	}
	.mobileNav{
		display: block;
	}
}

@media screen and (max-width:480px){
	.mobileNav .donateContainer .button{
		display:none;
	}
	.mobileNav .header .slideNavTriggerContainer, .mobileNav .header .donateContainer{
		flex:0 0 45px;
	}
}

.pageWrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	transform: translateX(0);
	transition: transform 0.4s ease;
	background-color:#f6f9fb;
}
.slideNav{
	width:320px;
	position: absolute;
	top:80px;
	height:100%;
	padding-bottom: 180px;
	overflow:auto;
	transition: transform 0.4s ease;
	transform: translateX(-320px);
	background-color: #464646;
	z-index: -2;
}

.body_loaded .slideNav, .slideNavOpen .slideNav{
	z-index: 3;
}	

.slideNavOpen {
	background-color: #464646;
}
.slideNavOpen .slideNav{
	transform: translateX(0);
}

.slideNavOpen .pageWrapper{
	transform: translateX(320px);
}

.slideNavOverlay{
	max-height:0;
	overflow:hidden;
	transition:opacity 0.25s ease;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	z-index:2;
}

.slideNavOpen .slideNavOverlay{
	max-height:none;
	opacity:1;
}

body.slideNavOpen{
	overflow:hidden;
}

@media screen and (max-width:380px){
	.slideNav{
		width:300px;
		transform: translateX(-300px);
	}

	.slideNavOpen .pageWrapper{
		transform: translateX(300px);
	}
}

@media screen and (max-width:355px){
	.slideNav{
		width:260px;
		transform: translateX(-260px);
	}

	.slideNavOpen .pageWrapper{
		transform: translateX(260px);
	}
}

.slideNav a{
	text-decoration: none;
}

.slideNav li.bottomLink a{
	display:flex;
	min-height:62px;
	align-items:center;
	width:100%;
}

.slideNav ul{
	list-style: none;
	padding:0;
	margin:0;
}

.slideNav li{
	min-height:62px;
	display:flex;
	align-items: center;
	border-bottom:1px solid #585858;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}

.slideNav li ul li{
	background-color:#585858;
	border-bottom:1px solid #464646;
	font-size:14px;
}

.slideNav li ul li a{
	width:100%;
	min-height:62px;
	display:flex;
	align-items:center;
}



.slideNav li:not(.donate) a{
	padding:0 15px;
	color:#a6a6a6;
}

.slideNav li.blog a {
	color: #fff;
}

.slideNav .donate .button{
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
}

.slideNav form, .slideNav input{
	width:100%;
	border:0;
}

.slideNav input{
	padding:8px 5px 8px 30px;
}

.slideNav .search{
	padding:0 15px;
}

.slideNav .search div{
	position:relative;
}

.slideNav .search a.searchButton{
	position:absolute;
	padding:0;
	left:3px;
	top:3px;
	padding:5px;
	color:black;
}

.slideNav .dropdown{
	width:100%;
}

.slideNav .dropdown a{
	display:flex;
	align-items:center;
}

.slideNav .dropdownHeader{
	position: relative;
	width:100%;
	min-height:62px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #464646;
}

.slideNav li .dropdownHeader a{
	width:100%;
	padding:0 15px;
}

.open .dropdownHeader{
	border-bottom:1px solid #585858;
}

.slideNav .dropdown a:link, .slideNav .dropdown a:visited{
	color:white;
	text-decoration: none;
}

.dropdownContent{
	overflow:hidden;
	transition:max-height 0.25s ease;
}

.slideNav .dropdownContent li:last-of-type{
	border:0 none;
}

.slideNav .dropdownArrow{
	display:inline-block;
	padding-right: 0;
	position: absolute;
	padding:15px;
	padding-left:40px;
	right:0;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	color:#a6a6a6;
}

.slideNav .dropdownArrow .fa{
	transition: transform 0.25s ease;
}

.slideNav .open .dropdownArrow .fa{
	transform: rotateZ(180deg);
}


.slideNav li:not(.donate) .open a, .slideNav li:not(.donate) .open .dropdownArrow{
	color:white;
}

/* Nav icon animation */

#slideNavTrigger{
	width: 30px;
	height: 23px;
	z-index:4;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#slideNavTrigger span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #1e303a;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out 0.13s;
	-moz-transition: .25s ease-in-out 0.13s;
	-o-transition: .25s ease-in-out 0.13s;
	transition: .25s ease-in-out 0.13s;
}

#slideNavTrigger span:nth-child(1) {
	top: 0px;
}

#slideNavTrigger span:nth-child(2) {
	top: 9px;
}

#slideNavTrigger span:nth-child(3) {
	top: 18px;
}

.slideNavOpen #slideNavTrigger span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.slideNavOpen #slideNavTrigger span:nth-child(2) {
	opacity: 0;
	left: 0;
}

.slideNavOpen #slideNavTrigger span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.tier1.hover .subnav{
	max-height:none !important;
}