#pageHead {
	height:450px;
	position: relative;
	display:flex;
	align-items: center;
	padding-top:8%;
	margin-bottom:35px;
}
#pageHead:before {
	content:"";
	width: 100%;
	height: 100%;
	background-color:rgba(48,55,63,.9);
	left:0;
	top:0;
	position: absolute;
}
#pageHead .container {
	position: relative;
	z-index: 2;
	color:White;
}
#pageHead .head {
	text-align: center;
	color:white;
}
#pageHead .head h2 {
	color:white;
	position: relative;
	width:fit-content;
	margin:auto;
}
#pageHead .head h2:before {
	content:"";
	width: 120%;
	height: 1px;
	background-color:white;
	position: absolute;
	bottom:-10px;
	left:-10%;
	opacity: .3;
}
#pageHead article {
	display:table;
	margin:auto;
	width: 60%;
	text-align: center;
	color:white;
	margin-top:35px;
	font-weight: 300;
}
#pageHead .breadCrumbs {
	display:table;
	margin:auto;
}
#pageHead .breadCrumbs a {
	color:white;
}
#pageHead .breadCrumbs li:last-child a {
	color:var(--secondaryColor);
}
@media screen and (max-width:992px) {
	#pageHead article {
		width: 95%;
	}
}
#pageHead {}
#pageHead {}