h1, h2, h3, h4, h5, h6 {margin:0 0 25px; padding:0; letter-spacing: 0; font-weight: 400;}
h1 {font-size:50px; line-height: 60px;}
h2 {font-size:40px; line-height:50px}
h3 {
	font-size: 20px;
	line-height: 20px;
	color: #030303;
	font-weight: 600;
}
h4 {font-size:40px; line-height:46px}
h5 {font-size:32px; line-height:40px}
h6 {font-size:25px; line-height:30px}
a, a:active, a:focus { color: #000; text-decoration: none; }

a.wht:link {
	color: #FFF;
	text-decoration: none;
}
a.wht:visited {
	color: #FFF;
	text-decoration: none;
}
a.wht:hover {
	color: #ED761F;
	text-decoration: none;
}
a.wht:active {
	color: #FFF;
	text-decoration: none;
}

a.blk:link {
	color: #000;
	text-decoration: none;
}
a.blk:visited {
	color: #000;
	text-decoration: none;
}
a.blk:hover {
	color: #FFF;
	text-decoration: none;
}
a.blk:active {
	color: #000;
	text-decoration: none;
}

.bg-extra-dark-gray {
	background-color: #00083D;
}
/* list style 41 */
.list-style-41 { list-style: none; margin: 0; padding: 0;}
.list-style-41 li { position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-41 li:before { content: "\f019"; position: absolute; top: 1px; left: 0; font-family: 'FontAwesome' }
.list-style-41 li:last-child {border-bottom: 0;}
.list-style-41.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-41.list-style-color li:before {color: #ED761F}