h1{
	font-size: 2.64em;
	line-height: 1.15em;
	color: #d5d5d5;
	margin: 25px 0;
	text-transform: uppercase;
}
h1:empty{
	display: none;
}
h2{
	font-size: 1.64em;
	margin-bottom: 15px;
	line-height: 1.15em;
}
h2 a{
	color: #000;
}
h2 i{
	position: relative;
	bottom: -2px;
}
h3{
	color: #000;
    font-size: 1.65em;
}
h4{
	font-size: 1.28em;
	line-height: 1.15em;
}
h4 span{
	color: #4b98d7;
}
p{
	font-size: 16px;
}
a, a h3, a h2{
	color: #4b98d7;
}
a:hover{
	text-decoration: none;
}
label{
	font-size: 1.57em;
}
@media screen and (min-width: 991px){
	h1{
		font-size: 3.92em;
	}
}