@font-face {
	font-family:"Gotham";
	src:url("/fonts/GOTHAM-LIGHT.TTF");
	font-weight:300;
}
@font-face {
	font-family:"Gotham";
	src:url("/fonts/GOTHAM-MEDIUM.TTF");
	font-weight:500;
}
@font-face {
	font-family:"Gotham";
	src:url("/fonts/GOTHAM-BOLD.TTF");
	font-weight:700;
}
@font-face {
	font-family:"Gotham";
	src:url("/fonts/GOTHAM-BLACK.TTF");
	font-weight:900;
}
body{
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
h1{
	font-size: 48px;
    font-weight: bold;
    margin: 11px 0 49px;
    color: #002444;
    text-transform: capitalize;
}
.btn{
	color:#fff;
	border:0;
	border-radius:6px;
	display:inline-block;
	text-decoration:none;
	text-transform:capitalize;
	cursor:pointer;
	line-height:1.5;
	vertical-align:top;
	font-family:"Gotham";
	transition:all .3s
}
.btn-border{
	border-radius:6px;
	display:inline-block;
	text-decoration:none;
	text-transform:capitalize;
	cursor:pointer;
	line-height:1.5;
	vertical-align:top;
	font-family:"Gotham";
	transition:all .3s
}
.btn-border.btn-navy{
	color:#fff;
	background:#002444;
	padding:16px 30px;
	font-size:20px;
	font-weight:700;
}
.btn-border.btn-navy-sm{
	color:#fff;
	background:#002444;
}
.btn.btn-navy{
	background:#002444;
	padding:16px 30px;
	font-size:20px;
	font-weight:700;
}
.btn.btn-navy-sm{
	background:#002444;
}
.btn-navy.btn:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	background:#FDB714;
	color:#002444;
	text-decoration:none;
}.btn-navy-sm.btn:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	background:#FDB714;
	color:#002444;
	text-decoration:none;
}
.btn-navy,.btn:active{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	background:#0e8cda;
	color:#fff
}
.darkerLink{
	color:#014d91;
}
.subheader {
    font-size: 24px;
    font-weight: bold;
    color: #001F40;
    display: block;
    text-transform: uppercase;
}
.subsubheader {
    font-size: 15px;
    font-weight: bold;
    color: #001F40;
    display: block;
    text-transform: uppercase;
}