@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
body {
	overflow-x: hidden;
}
.contentbg {
	vertical-align: top;
	background: url(../images/content_bkgd.jpg) no-repeat center top;
	max-width: 100%;
}
#page-content-wrapper {
	min-width: 100vw;
}
#wrapper.toggled {
	margin-left: 0;
}
@media (min-width: 768px) {
#page-content-wrapper {
	min-width: 0;
	width: 100%;
}
#wrapper.toggled {
	margin-left: -15rem;
}
}
.header {
	background: url(../images/banner_bkgd.jpg) center no-repeat;
	max-width: 100%;
	height: auto;
}
.navigation {
	background: linear-gradient(to bottom, #172536 0%, #436d9c 100%, #172536 0%);
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation a {
	color: white;
}
.logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.auto {
	margin-top: auto;
	margin-bottom: auto;
}
h1 {
	font-weight: 900;
	color: #25476C;
}
h2 {
	color: #214265;
}
h3 {
	color: #244669;
}
h4 {
	color: #777777;
}
.border-home {
	border: 2px solid #017AC3 !important;
}
.border-column {
	border-right: 2px solid #dee2e6 !important;
}
.center-img-acs {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.footer {
	background: url(../images/footer_bkgd.jpg) #cfcfcf center top no-repeat;
	max-width: 100%;
	height: auto;
	padding: 10px;
}
.btn-send {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.help-block.with-errors {
	color: #ff5050;
	margin-top: 5px;
}
.zzservers {
	color: #1D363A;
}
