#headerContainer, #headerTitle {
	background-color: #4B86EE;
	height: 62px;
	margin-top: 20px;
	padding: 10px 25px;
	position: relative;
}

#headerContainer {
	margin-left: -15px;
	z-index: 10;

	-webkit-box-shadow: 0 3px 3px .01px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px .01px rgba(0,0,0,0.2);
}

#headerContainer:before {
	border-color: #034FD5 transparent transparent transparent;
	border-style: solid;
	border-width: 1em 0 0 1em;
	bottom: -1em;
	content: '';
	display: block;
	left: 0;
	position: absolute;
}

#headerContainer h2, #headerContainer h2 small {
	color: white !important;
	margin-bottom: 0px;
}

#headerContainer h2 small {
	font-weight: lighter;
	text-transform: uppercase;
}

#headerTitle {
	background-color: white;
	margin-right: 15px;
	z-index: 9;
}

#headerTitle h2 {
	line-height: 1.5;
	margin-bottom: 0px;
}

#headerTitle h2 i {
	color: #f2f2f2;
	font-size: 80px;
	position: absolute;
	right: 0;
	top: -30px;
	z-index: -1;
}

#headerTitle h2 small {
	color: #bbb;
}