html{
	height: 100%;
}
body{
	font-family: "Open Sans", sans-serif;
	color: #111;
	background-color: #FFF;
	min-height: 100%;
}
a{
	color: #003383;
}
a:hover{
	color: #d40000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", sans-serif;
}
h2{
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
h3{
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}
h4{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-bottom: .25rem;
}
h5{
    font-size: 14px;
    line-height: 24px;
}
.rounded-top-0{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.rounded-bottom-0{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
textarea{
	resize: none;
}
.btn:focus{
	box-shadow: none;
	text-decoration: none;
}
.img-logo{
	height: 80px;
	width: auto;
}
.img-footer{
	height: 50px;
	width: auto;
}
.pre-header{
	height: 10px;
}
.pre-header, .bg-footer{
	background-color: #003383;
}
.line-height-1{
	line-height: 1;
}
header{
	box-shadow: 0px 1px 7px 0 rgba(0, 33, 125, 0.3);
}
header .navbar .nav .nav-item{
	margin-right: 30px;
}
header .navbar .nav .nav-item.active a{
	color: #d40000;
}
header .navbar .nav .nav-item:last-child{
	margin-right: 0;
}
.img-darken{
	filter: brightness(70%);
}
.number{
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 40px;
    padding: 5px;
    color: #FFF;
    box-shadow: inset -5px -5px 10px rgba(0,0,0,.5);
    border: 2px solid #2f62c9;
    background: #2d67cc;
}