
/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark{
	opacity: 1 !important;
	animation: none !important;
	-webkit-animation: none !important;
}

#nav .container .logo .logoLight{
	opacity: 0 !important;
	animation: none !important;
	-webkit-animation: none !important;
}

#nav .container .content .links li a{
	color: #3E4A57;
}

#nav .container .content .links li a.dropdownArrow{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjI5My43OTNBMSAxIDAgMDExLjYxMy43MWwuMDk0LjA4M0w1IDQuMDg1IDguMjkzLjc5M0ExIDEgMCAwMTkuNjEzLjcxbC4wOTQuMDgzYTEgMSAwIDAxLjA4MyAxLjMybC0uMDgzLjA5NC00IDRhMSAxIDAgMDEtMS4zMi4wODNsLS4wOTQtLjA4My00LTRhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzNFNEE1NyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+");
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span{
		background: #3E4A57;
	}

/* ------ End nav adjustments ------ */

#contact .container{
	position: relative;
	z-index: 0;
}

#contact .container .shape{
	position: absolute;
	top: 11%;
	left: -46%;
	height: 1000px;
	z-index: -1;
}

#contact .container .shape2{
	position: absolute;
	top: 39%;
	right: -54%;
	height: 1000px;
	z-index: -1;
}

#contact #hero.section{
	padding-top: 120px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

#contact #hero h2{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

#contact .formContainer.panel{
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 700px;
}

#contact .contactInfo{
	padding-left: 50px;
}

#contact .contactInfo .block{
	margin-bottom: 80px;
}

#contact .contactInfo .block h3{
	font-size: 18px;
}

#contact .contactInfo .block p{
	margin-bottom: 20px;
}

#contact .contactInfo .block p{
	margin-bottom: 20px;
}

#contact .contactInfo .block b{
	margin:5px 0;
	display: block;
}

#contact .contactInfo .block a b{
	display: initial;
	margin: 0;
}

#contact .contactInfo .block .timing{
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: 5px;
}

#contact .contactInfo .block #socialIcons a{
	margin-right: 10px;
}

#contact .contactInfo .block #socialIcons a:last-child{
	margin: 0;
}

#pageContent + .section{
	background-color: #E8F0FB;
}


/* --- Media Queries -------------------- */

@media all and (max-width: 960px){
	#contact .container .shape{
		top: 7%;
		left: -50%;
		height: unset;
	}

	#contact .container .shape2{
		top: 15%;
		right: -54%;
		height: unset;
	}

	#contact #hero.section{
		padding-top: 100px;
		padding-bottom: 0px;
	}

	#contact #hero.section h2{
		margin-bottom: 0px;
	}

	#contact .formContainer.panel.padding-80{
		padding: 40px !important;
	}
}

@media all and (max-width: 768px){
	#contact .formContainer.panel.padding-80{
		padding: 20px !important;
	}

	#contact .contactInfo{
		margin-top: 40px;
		padding: 20px;
	}
}	