@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
/* typography */
body{
	color:#3B3B3B;
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
	color:#3B3B3B; 
	display:inline-block;
	font-weight:100;
	text-transform:uppercase;
}

.attbox h2 {
	font-size:26px; 
	font-weight:900 !important;
	display:inline-block;
	border-bottom:#3B3B3B double; 
	margin-top:0px; 
}

h1, h2, h3, h4, h5, h6{
	font-weight:900;
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 

.fa {
	font-size:30px;
	position:relative;
	top:3px;
}

.yellow-pattern h2 {
		color:#084898;
		display:inline-block;
		text-align:center;
		font-size:25px;
		width:100%;
		margin-bottom:0;
		border-bottom:none;
}

.yellow-pattern h3 {
		color:#084898;
		display:inline-block;
		text-align:center;
		font-size:18px;
		margin-top:0;
		width:100%;
		border-bottom:none;
}

.grey-pattern h2 {
		color:#FFFFFF;
		display:inline-block;
		text-align:center;
		font-size:25px;
		width:100%;
		margin-bottom:0;
		border-bottom:none;
}

footer a {
	color:#fff !important;
}

footer ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}