@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical; 
}
body  {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.container {
	background-color: transparent;
}
.mainContent {
	margin-top: 10px;
	padding: 0px 30px 30px 30px;
}

.logo {text-align: center; padding-top: 100px; padding-bottom: 30px;}
.bg1 { background: #FFF; min-height: 40px; }
.bg2 { background: #888888; min-height: 40px; padding-top: 60px; padding-bottom:60px; }
.bg3 { background: #155869; padding-top: 60px; padding-bottom:60px;}
.bg4 { background: #003366; min-height: 40px; padding-top: 30px; padding-bottom:20px; }
	

.h1pad {
	padding-top: 28px;
}
h1,h2,h3,h4,h5,h6 {

}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 28px;
	text-align: left;
	padding-top: 10px;
		padding-bottom: 20px;
}
h3 {
	font-size: 22px;
	padding-bottom: 20px;
	}
h4 {
	color: #FFF;
	padding: 15px 0;
}

a:link, a:visited, a:active {
	color: #9F0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #A4B8B6;
}


.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    padding-top: 60px;
	text-align: center;
	color: #FFF;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}


.form-group {
  margin-bottom: 13px;
}


/* Custom text */ 
.slogan {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 22px;
}


  
/* Custom buttons */ 
.btn-custom {
  color: #FFF;
  background-color: #002040;
  border-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
a:link.btn-custom , a:hover.btn-custom {
	color: #FFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #FFF;
  background-color: #003366;
  border-color: #FFF;
  text-decoration: none;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}

  	
/* Copyright */	
.copyright {
	text-align: center;
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-transform: none;
}
.copyright a:hover {
	text-transform: underline;
}



/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
.container {
	padding-left: 20px;
	padding-right: 20px;
}
}

/* Small devices (tablets, including iPad mini in portrait, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* medium tablets, including iPad mini in landscape/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {

}