#mainHeader
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: #fff;
	transition: top 0.3s;
	box-shadow: #000 0px -15px 20px 20px;
}

#topHeader, #bottomHeader
{
	clear: both;
	height: 100px;
}

#bottomHeader
{
	font-weight: 600;
	background: #243a1f;
	background: linear-gradient(90deg, rgba(36,58,31,0.94) 0%, rgba(36,58,31,1) 50%);
}

#logo
{
	margin: 10px 20px 10px 20px;
	position: fixed;
	top:0px;
	left: 0px;
}

#logoSeparator
{
	margin: 10px 0 0 120px;
	display: block;
	width: 2px;
    height: 80px;
	float: left;
    background-color: #243a1f;
}

#sigTitle
{
	margin-left: 20px;
	float: left;
	height: 100px;
	line-height: 100px;
	color: #243a1f;
	font-size: 42px;
	font-weight: 800;
}


#languageMenu
{
	position: fixed;
	top: 0;
	right: 150px;
	transition: top 0.3s;
}

#languageMenu li, #mainMenu li
{
	display: inline;
	list-style: none;
}

#languageMenu a
{
	line-height: 61px;
	height: 100px;
	color: #000;
    text-decoration: underline dotted;
}

#languageMenu li + li::before
{
    content: " | ";
}

#donate
{
	padding: 0px;
	position: fixed;
	top: 0;
	right: 0;
	width: 120px;
	height: 100px;
	line-height: 120px;
	color: #fff;
	background: #ff6602;
	text-align: center;
}

#donate svg:hover
{
	filter: drop-shadow(0 0 10px #000);
	animation: pulsate 2s ease-out infinite;
}

@keyframes pulsate
{
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1)
    }
    25% {
        transform: scale(1.0);
    }
    35% {
        transform: scale(1.15);
    }
    42% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.donateContainer
{
	display: inline-block;
	position: relative;
	text-decoration: none !important;
}

.donateText, .donateHeart
{
	transition: opacity 1s ease;
}

.donateText
{
	opacity: 1;
    position: relative;
    top: -12px;
    color: white;
}

.donateHeart
{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.donateContainer:hover .donateText
{
	opacity: 0;
}

.donateContainer:hover .donateHeart
{
	opacity: 1;
}

#mainMenu
{
	background: #243A1F;
	width: 100%;
	height: 100px;
	margin-right: 50px;
	float:right;
	transition: margin-right 0.3s;
}

#mainMenu ul, #mainMenu li
{
	margin: 0 auto;
	padding: 0;
	list-style: none
}

#mainMenu ul
{
	width: 100%;
	text-align: right;
}

#mainMenu li
{
	display: inline-block;
	position: relative;
}

#mainMenu ul li a
{
	/*display: block;*/
	line-height: 100px;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
}

#mainMenu ul li a:hover
{
	color: #ff6602;
	text-shadow: 0 0 15px #000;
}

#mainMenu ul li svg:hover
{
	filter: invert(46%) sepia(52%) saturate(3588%) hue-rotate(358deg) brightness(101%) contrast(107%) drop-shadow(0 0 5px #000);
}

#mainMenu ul li a.dropdown-arrow:after
{
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.3);
	content: "\25be";
}

#mainMenu input
{
	display: none;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

#mainMenu ul.sub-menu
{
	height: auto;
	overflow: hidden;
	width: 270px;
	background: #243A1F;
	position: absolute;
	.z-index: 99;
	display: none;
	box-shadow: 0 4px 5px #000;
}

#mainMenu ul.sub-menu li
{
	display: block;
	text-align: left;
	width: 100%;
}

#mainMenu ul.sub-menu a
{
	color: #fff;
}

#mainMenu li:hover ul.sub-menu
{
	display: block;
}

#mainMenu ul.sub-menu a:hover
{
	color: #FF6602;
}

/***		small screen		***/

@media screen and (max-width: 960px)
{
	#topHeader
	{
		display: none;
	}
	
	#mainHeader
	{
		position: relative;
	}
	
	#bottomHeader
	{
		height: 60px;
		background: #243a1f;
	}
	
    #mainMenu
	{
		.margin:0;
		height: 60px;
		float: none;
	}
	
	#mainMenu label
	{
		display: none;
		line-height: 55px;
		text-align: center;
		position: absolute;
	}

	#mainMenu label:before
	{
		font-size:42px;
		color: #fff;
		content: "\2261"; 
		margin-left: 18px;
	}
	
    #mainMenu > ul
	{
		padding: 20px 0 20px 0;
		position: absolute;
		top: 60px;
		display:none;
		text-align:left;
		background: #243a1f;
		box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.6);
	}
	
    #mainMenu li
	{
		display:block;
		padding: 0;
		width: 100%;
	}
	
	#mainMenu ul li a
	{
		margin: 0 0 0 60px;
		height: 60px;
		line-height: 60px;
	}
	
	#mainMenu ul li a.dropdown-arrow:after
	{
		content: "";
	}

	a.dropdown-arrow
	{
		display: none;
	}
	
	#mainMenu ul.sub-menu
	{
		.margin: 0 0 0 30px;
		display: block;
		width: 100%;
		background: #243A1F;
		position: static;
		box-shadow: none;
	}
	
	#mainMenu ul.sub-menu a:hover
	{
	  color: #fff;
	}

    #mainMenu input, #mainMenu label
	{
		position:absolute;
		top:0;
		left:0;
		display:block;
	}
	
    #mainMenu input
	{
		z-index:4;
	}
	
    #mainMenu input:checked + label
	{
		color:#fff
	}
    
	#mainMenu input:checked + label:before
	{
		font-size:42px;
		content:"\00d7";
	}
    
	#mainMenu input:checked ~ ul
	{
		display: block;
	}

	#languageMenu
	{
		height: 60px;
		position: absolute;
		right: 0;
		z-index: 5;
	}

	#languageMenu ul
	{
		margin: 0 80px 0 0;
		padding: 0;
	}

	#languageMenu ul a
	{
		color: #ff6602;
	}

	#donate
	{
		position: absolute;
		width: 70px;
		height: 60px;
		right: 0;
		color: #fff;
		background: #ff6602;
		text-align: center;
		z-index: 6;
	}

	.donateHeart
	{
		position: relative;
		top: -50px;
	}

	.donateText
	{
    	position: relative;
  		top: -2px;
	}
		
	/***		fancy hover effects		***/

	#mainMenu ul li a:hover,
	#mainMenu ul li a:focus
	{
		color: #ff6602;
		cursor: pointer;
		text-shadow:0 0 5px #000;
	}

	#mainMenu ul li svg:hover,
	#mainMenu ul li svg:focus
	{
		fill: #ff6602;
		cursor: pointer;
		filter: drop-shadow(0 0 5px #000);
	}

	@media screen and (max-width: 360px)
	{
		#languageMenu
		{
			font-size: 16px;
		}
	}

	@media screen and (max-width: 319px)
	{
		#languageMenu ul
		{
			display: none;
		}
	}
}

/***		global		***/

.top3
{
	position:relative; top: 3px
}

.disabled
{
	color: grey !important;
    text-decoration: none !important;
}

/***********************************
*********temp for appeal fundraiser*****
***********************************/

#languageMenu
		{
			right: 500px;
		}
		#donate
		{
			padding: 0px;
			position: absolute;
			top: 0;
			right: -500px;
			width: 480px;
			height: 100px;
			color: #fff;
			background: #ff6602;
		}

		#donate .donateContainer
		{
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			text-decoration: none !important;
			height: 100%;
		}

		#donate svg
		{
			/*filter: drop-shadow(0 0 10px #000);*/
			animation: pulsate 2s ease-out infinite;
		}

		#donate svg:hover
		{
			filter: drop-shadow(0 0 10px #000);
			/*animation: pulsate 2s ease-out infinite;*/
		}

		@keyframes pulsate
		{
			0% {
				transform: scale(1);
			}
			10% {
				transform: scale(1.1)
			}
			25% {
				transform: scale(1.0);
			}
			35% {
				transform: scale(1.15);
			}
			42% {
				transform: scale(1);
			}
			100% {
				transform: scale(1);
			}
		}

		.donateText, .donateHeart {
			transition: opacity 1s ease;
			position: absolute;         /* keep them stacked for fade effect */
		}

		.donateText {
			opacity: 1;
			color: white;
			line-height: 30px;
			top: 18px;
		}

		.donateText
		{
    display: inline-block;                 /* needed so transform applies cleanly */
    animation: text-pulse 5s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
  }

  @keyframes text-pulse {
    0%, 40%, 50%, 100% { transform: scale(1);    }
    45%      { transform: scale(1.07); }
  }
		
		.donateHeart {
			opacity: 0;
			position: relative;
		}

		.donateContainer:hover .donateText {
			opacity: 0;
		}

		.donateContainer:hover .donateHeart {
			opacity: 1;
		}
		
		@media screen and (max-width: 960px)
		{
			#languageMenu{right:0px;}
			#donate{width: 70px;height:60px;right:0}
			.donateText { display:none; }
			.donateHeart {opacity: 1; top:0px}
		}