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

#nav .container .content .buttons a.button.blueberry.outline{
	color: #FFF;
	border-color: #FFF;
	background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover{
	color: #112867;
	border-color: #FFF;
	background-color: #FFF;
}

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



#hero > .section{
	padding-top: 100px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}

#hero > .section .container h2{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

#hero > .section .container .buttonContainer{
	display: flex;
	align-items: center;
}

#hero > .section .container .buttonContainer a + a{
	display: inline-block;
	margin-left: 30px;
}

#hero > .section .container .buttonContainer a img{
	margin-right: 10px;
}

#whatWhy{
	position: relative;
}

#whatWhy .shape{
	position: absolute;
	top: -50%;
	right: -34%;
	z-index: -1;
}

#whatWhy .shape2{
	position: absolute;
	bottom: -1%;
	left: -37%;
	z-index: -1;
	height: 900px;
}

#how{
	position: relative;
	z-index: 0;
}

#how .shape{
	position: absolute;
	bottom: -2%;
	left: -39%;
	z-index: -1;
	transform: rotate(162deg);
	opacity: .5;
}

.bottomLogoPack{
	display: none;
}


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

@media all and (max-width: 960px){

}

@media all and (max-width: 768px){
	
	/* --- Adjust the nav to work with the hero background --- */

	#nav .container .content .buttons a.button.blueberry.outline{
		color: #112867;
		border-color: #112867;
		background-color: transparent;
	}

	#nav .container .content .buttons a.button.blueberry.outline:hover{
		color: #FFF;
		border-color: #112867;
		background-color: #112867;
	}

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

	#hero > .section{
		padding-top: 40px;
		padding-bottom: 0px;
	}

	#hero > .section .container h2{
		margin-bottom: 15px;
	}

	#hero > .section .container img.show-mobile-block{
		margin: 0 auto 30px auto;
	}

	#hero > .section .container .buttonContainer{
		display: block;
		text-align: center;
	}

	#hero > .section .container .buttonContainer a + a{
		margin:30px 0 0 0;

	}
}	