@charset "UTF-8";

body {
    margin: 0px 0px 0px 0px;
    background-size: contain;
}
.container11 {
    background-image: url(../images/center.png);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.container2 {
    background-image: url(../images/header.png);
    background-position: right top;
    background-attachment: scroll;
    background-size: 100% 200px;
    background-repeat: no-repeat;
    font-weight: 900;
}

.container3 {
    padding-bottom: 3px;
	background-color: #002862;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-box-shadow: inset 0px -2px 0px 0px #000F27;
    box-shadow: inset 0px -2px 0px 0px #000F27;
    padding-top: 0px;
}

.container4 {
    padding-bottom: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-box-shadow: inset 0px -2px 0px 0px #000F27;
    box-shadow: inset 0px -2px 0px 0px #000F27;
    padding-top: 0px;
    overflow-x: visible;
    overflow-y: visible;
}

.img-fluid {
    max-height: 200px;
    padding-left: 20px;
    padding-top: 0px;
    -webkit-box-shadow: 0px 0px #00102A;
    box-shadow: 0px 0px #00102A;
}
.footer {
    margin: 0;
    padding: 5px;
    clear: both;
    font-size: 11px;
    font-weight: 300;
    color: #818181;
    text-align: center;
    background-color: #FFF;
    background-attachment: scroll;
}

nav p {
    margin: 0px;
    padding: 0px 20px 0px 20px;
    height: 10px;
    display: inline-block;
}
nav p a {
    font-size: 12px;
	font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
nav p a:hover {
    color: #3072CD;
    text-decoration: none;
}
.container9 {
    padding-top: 3px;
}
nav p:last-of-type {
	border-right: 0px;
}

h2 {
    padding-top: 25px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

input {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.noClear {
	width: auto;
	margin-right: 10px;
	clear: none;
}
.container5 {
    color: #000000;
    font-size: 12px;
    text-align: left;
    padding-top: 20px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    min-height: 750px;
}

.container6 {
    padding-bottom: 80px;
}

.container7 {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    line-height: 22px;
}

.container8 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.container10 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.container11 {
}
figure {
	padding-right: 5px;
}

figcaption {
	font-weight: 500;
	text-align: center;
}
.img-thumbnail {
    border: 1px solid #E7E7E7;
    clear: none;
    padding-left: 5px;
    padding-top: 5px;
}

.align-center {
	width: 100%;
	text-align: center;
}
