/* ####### init9.css ####### */

body {
	background-color: #ebf9fc;
}

.container {
	max-width: 960px;
	padding: 0;
	background-color: #fff;
	border: 10px solid #daedf3;
	border-top: 0;
	border-bottom: 0;
}

.navbar-brand {
	display: none;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #0168b5;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
	color: #000;
	padding: 0.3rem 1rem;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
	color: #fff;
	background-color: #ff8c19;
}

.dropdown-menu li {
	list-style-type: none;
}

.dropdown-menu ul {
	margin: 0;
	padding: 0;
}

@media (max-width: 979px) {
	#site_header {
		background: #daedf3 url(img/header-bg-clear-narrow-longer.png) right top no-repeat !important;
		padding-top: 190px;
	}
	#footer-menu {
		display: none;
	}
}

@media (min-width: 980px) {
	#site_header {
		background: #daedf3 url(img/header-bg-01.jpg) right top no-repeat;
		padding-top: 451px;
	}
}

#content {
	background: #ebf9fc url(img/content-bg.png) center bottom no-repeat;
	padding-bottom: 14px;
}

div.jumbotron {
	padding: 10px;
	border-top: 10px solid #daedf3;
	background-color: #fff;
}

div.noborder {
	border: 0;
}

div.blue {
	background-color: #daedf3;
}

div.orange{
	background-color: #fff3e7;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff8c19;
}

h1, .h1, h2, .h2 {
	font-weight: bold;
}

#footer {
	font-size: 0.8rem;
	background: #daedf3 url(img/footer-bg.png) right bottom no-repeat;
	padding-bottom: 62px;
	padding-top: 10px;
	border: 0;
}

#footer .container {
	background: transparent;
}

#footer h1 {
	font-size: 0.9rem;
}

#footer-menu {
	list-style-type: none;
}

#footer-menu li {
	float: left;
	border-right: 1px solid #fff;
}

#footer-menu li a {
	color: #fff;
	padding: 0 5px;
}

#footer-menu .dropdown-menu .nav-link {
	color: #000;
}

#footer-menu .dropdown-menu .nav-link:hover {
	color: #fff;
	background-color: #ff8c19;
}

@media (min-width: 982px) {
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.4rem;
	}
	h4, .h4 {
		font-size: 1.3rem;
	}
	h5, .h5 {
		font-size: 1.2rem;
	}
	h6, .h6 {
		font-size: 1.1rem;
	}
}

/* media/video containers: */

.media {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.media iframe, .media object, .media embed, .media video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}