header, header.index {
	position: relative;
	z-index: 2;
	height: 120px;
}

header {
	position: relative;
	z-index: 2;
	height: 68px;
}
	@media (min-width: 768px) {header {height: 90px;}}
	@media (min-width: 1024px) {header {height: 104px;}}
	@media (min-width: 1244px) {header {height: 120px;}}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
	height: 40px;
	background-color: #fff;
}
	@media (min-width: 768px) {.logo {width: 216px;height: 64px;}}
	@media (min-width: 1024px) {.logo {width: 252px;height: 70px;}}
	@media (min-width: 1244px) {.logo {width: 264px;height: 76px;}}

.union-wordmark {
	position: absolute;
	left: calc(50% - 150px);
	top: 70px;
	width: 300px;
	z-index: 1000;
}
	@media (min-width: 768px) {
		.union-wordmark {
			left: 295px;
			top: 31px;
			width: 300px;	
		}
	}
	@media (min-width: 1024px) {
		.union-wordmark {
			left: 283px;
			top: 31px;
			width: 497px;	
		}
	}
	@media (min-width: 1244px) {
		.union-wordmark {
			left: 297px;
			top: 29px;
			width: 600px;	
		}
	}
	@media (min-width: 1244px) {
		.union-wordmark {
			left: 297px;
			top: 29px;
			width: 600px;	
		}
	}
	@media (min-width: 1440px) {
		.union-wordmark {
			left: 295px;
			top: 28px;
			width: 658px;	
		}
	}


nav {
	position: absolute;
	margin-left: 27px;
	z-index: 1;
	margin-top: -8px;
}
	@media (max-width: 1023px) {
		nav {display: none;}
	}

nav a {
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	display: block;
	-moz-transition: font-weight 0s ease-in,font-weight 0s ease-out;
	-o-transition: font-weight 0s ease-in,font-weight 0s ease-out;
	-webkit-transition: font-weight 0s ease-in,font-weight 0s ease-out;
	transition: font-weight 0s ease-in,font-weight 0s ease-out;
}

nav ul {list-style: none;}
nav ul li {margin-bottom: 9px;}

.nav--button {
	position: absolute;
	width: 43px;
	height: 43px;
	left: 145px;
	top: 0;
	background-color: #eb0f8b;
}
	@media (min-width: 768px) {
		.nav--button {
			width: 64px;
			height: 64px;
			left: 216px;
		}
	}
	@media (min-width: 1024px) {.nav--button {display: none;}}

.donate--button {
	position: absolute;
	right: 0;
	top: 5px;
	width: 100px;
	padding: 7px 0;
	background-color: #eb0f8b;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
}
	@media (max-width: 767px) {
		.donate--button-now {display: none;}	
	}

	@media (min-width: 768px) {
		.donate--button {
			top: 7px;
			width: 160px;
			padding: 14px 0;
			font-size: 17px;
		}
	}
	@media (min-width: 1024px) {
		.donate--button {
			top: 9px;
			width: 214px;
			padding: 15px 0;
			font-size: 21px;
		}
	}
	@media (min-width: 1244px) {
		.donate--button {
			top: 9px;
			width: 228px;
			padding: 16px 0;
			font-size: 23px;
		}
	}









/*    OVERLAY NAV    */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
}

.overlay-content .menu ul li {
	margin: 0;
}

.overlay a {
  padding: 0 0 0 25px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a.logo {
  padding: 0;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	font-size: 60px;
	top: -25px;
	left: 130px;
	width: 45px;
	height: 45px;
}
	@media screen and (min-width: 768px) {
		.overlay .closebtn {
			font-size: 60px;
			top: -10px;
			left: 206px;
			width: 55px;
			height: 55px;
		}
		.overlay-content {
			top: 60px;
		}
	}
	@media screen and (min-width: 1024px) {
		.overlay .closebtn {
			font-size: 60px;
			top: -6px;
			left: 248px;
			width: 55px;
			height: 55px;
		}
		.overlay-content {
			top: 70px;
		}
	}
	@media screen and (min-width: 1244px) {
		.overlay .closebtn {
			font-size: 60px;
			top: -5px;
			left: 262px;
			width: 55px;
			height: 55px;
		}
		.overlay-content {
			top: 80px;
		}
	}


/*
.secondary-menu-mobile .menu ul li.menu-item {
	margin-top: -5px;
}

.secondary-menu--programs .menu ul li.menu-item a {
	color: #eb0f8b;
}

.secondary-menu {
	border-left: 3px solid #000;
	padding-left: 13px;
	margin-bottom: 15px;
}

.secondary-menu .menu ul li.menu-item a {
	font-size: 16px;
	font-weight: 500;
}

.secondary-menu .menu ul li:last-child {
	margin-bottom: 0;
}

.secondary-menu .menu ul li.menu-item a.active {
	font-weight: 700;	
}
*/

/*.menu ul li a {
	position: relative;
}

.menu ul li a.active:before {
	position: relative;
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	left: -29px;
	top: 15px;
}*/

/*.menu ul li a.active:after {
	position: absolute;
	content: url(../img/union-icon_triangle.svg);
	width: 17px;
	height: 20px;
	right: -29px;
	top: -5px;
}*/

/*.menu ul li a.active:after {
	position: absolute;
	display: block;
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='61' height='41' fill='@{bgColor}' stroke='none'><path d='M0,0 L30,40 L60,0 L0,0 Z'></path></svg>");
	background-size: 28px 28px;
	height: 20px;
	width: 28px;
	right: -29px;
	top: -5px;
}
*/
/*.menu ul li a.active:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #eee;
    position: absolute;
    top: 11px;
    right: -29px;
}*/

/*.menu ul li a.no-arrow:after {display: none;}*/

/*.menu ul li.menu-programs ul,.menu ul li.menu-about ul {display: none;}

.menu ul li a.active ~ ul {display: block;}

.menu ul li.menu-programs ul li a,.menu ul li.menu-about ul li a {font-size: 1.6rem; font-weight: 500;}

.menu ul li.menu-programs ul,.menu ul li.menu-about ul {border-left:3px solid #000; padding-left: 13px; margin-top: 10px; margin-bottom: 15px;}


.menu ul li ul li.current-menu-item a.active {font-weight: 700; color: #000 !important;}
.menu ul li ul li a.active:before, .menu ul li ul li a.active:after {display: none;}



ul li.current-menu-item {}*/

















/*       ________________  OLD NAV BEFORE EDITS  ________________       */

	/*.menu {position: relative;}*/

	/* MENU HEADER */
	/*.menu a.menu-header.active,.menu a.no-arrow.active {}*/

	/* MENU HEADER */
/*	.menu-happenings {margin-bottom: 43px;}
	.menu-support {margin-bottom: 6px;}*/


/*	.menu .nav-list {
		border-left: 3px solid #000;
		padding-left: 10px;
		margin-left: 1px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.nav-list a.menu-header {
		font-size: 24px;
		font-weight: 700;
		margin-left: -16px;
		-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
		-o-transition: all 0.2s ease-in,all 0.25s ease-out;
		-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
		transition: all 0.2s ease-in,all 0.25s ease-out;
	}

	.nav-list a {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.nav-list a.active {
		font-weight: 700;
		color: #000 !important;
	}

	.nav-list {
		position: relative;
		margin-top: 20px;
	}

	.nav-list a.menu-first-item {
		position: relative;
		margin-top: 60px;
	}

	.nav-list a.menu-first-item:active {
		display: block;
	}

	.nav-list a.menu-header {
		display: block !important;
		position: absolute;
		top: -35px;
	}

	.nav-list ul {
		margin-top: 50px !important;
	}


	.nav-list a.active ~ a.menu-header {}

	.nav-list a.active ~ a.menu-header:before {
		position: relative;
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		left: -27px;
		top: 15px;
	}

	a.menu-header.active:before

	.nav-list a.active ~ a.menu-header:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}

	a.menu-header.active:before, a.no-arrow.active:before {
		position: relative;
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		left: -27px;
		top: 15px;
	}

	.nav-list a.active ~ a.menu-header:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}

	a.menu-header.active:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}
*/







	.menu-mobile {position: relative;margin-top: 15px;}


	.menu {position: relative;}

	.menu a.menu-header.active,.menu a.no-arrow.active {}

	.no-arrow, .menu-header-programs, .menu-header-about, .menu-header-support, .menu-header-populusfund  {margin-bottom: 10px;}

	.menu .nav-list {
		border-left: 3px solid #000;
		padding-left: 10px;
		margin-left: 1px;
		margin-bottom: 15px;
		display: none;
	}

	.menu-mobile .menu .nav-list {
		border-left: 3px solid #fff;
		padding-left: 0px;
		margin-left: 25px;
		display: block;
	}

	.menu-mobile .menu .nav-list a {
		padding-left: 10px !important;
	}

	.menu-header-programs.active ~ .nav-list-programs {
		display: block;
	}
	.menu-header-about.active ~ .nav-list-about {
		display: block;
	}
	.menu-header-support.active ~ .nav-list-support {
		display: block;
	}

	/* POPULUS FUND */
	.menu-header-populusfund.active ~ .nav-list-populusfund {
		display: block;
	}


	.exhibition .nav-list-programs {
		display: block;
	}

	.exhibition ~ .menu-header-programs {
		
	}

	.nav-list a.menu-header {
		font-size: 24px;
		font-weight: 700;
		margin-left: -16px;
		-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
		-o-transition: all 0.2s ease-in,all 0.25s ease-out;
		-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
		transition: all 0.2s ease-in,all 0.25s ease-out;
	}

	.nav-list a {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.nav-list a.active {
		font-weight: 700;
		color: #000 !important;
	}

	.menu-mobile .nav-list a.active {
		font-weight: 700;
		color: #fff !important;
	}

	.nav-list {
		position: relative;
		margin-top: 10px;
	}

	.nav-list a.menu-first-item {
		position: relative;
	}

	.nav-list a.menu-first-item:active {
		display: block;
	}

	.nav-list a.menu-header {
		display: block !important;
		position: absolute;
		top: -35px;
	}

	.nav-list ul {
		margin-top: 50px !important;
	}


	.nav-list a.active ~ a.menu-header {}

	.nav-list a.active ~ a.menu-header:before {
		position: relative;
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		left: -27px;
		top: 15px;
	}

	a.menu-header.active:before

	.nav-list a.active ~ a.menu-header:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}

	a.menu-header.active:before, a.no-arrow.active:before {
		position: relative;
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		left: -27px;
		top: 15px;
	}

	.nav-list a.active ~ a.menu-header:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}

	a.menu-header.active:after {
		position: relative;
		content: "";
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid;
		top: 19px;
		right: -29px;
	}
