@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Sarabun", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: white!important;
}
nav {
	background-color: #1D0F62;
	color: #F2C1AE;
	margin-bottom: 0px;
	border-bottom: 15px solid #FB9F22;
}
nav a {
	color: #FFFFFF;
	text-transform: uppercase;
}
nav a:hover {
	color: #FB9F22;
	text-transform: uppercase;
}
.navbar-brand {
	font-size: 1.5em;
	font-weight: 800;
}
.nav-item {
	margin-right: 15px;
}
.nav-item .active {
	color: #FB9F22;
}
#myCarousel {
	border-bottom: 25px solid #1D0F62;
}
.primaryBkgd {
	background-color: #1D0F62;
}
.secondaryBkgd {
	background-color: #FB9F22;
}
h1 {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}
h2 {
	color: #1D0F62;
	font-weight: 600;
	font-style: normal;
}
.siteheading {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #1D0F62;
}
.headline {
	text-transform: uppercase;
	font-weight: 800;
}
.notice {
	color: black;
	padding: 10px;
	background-color: #f0f0f0;
}
label {
	font-size: .9em;
	color: silver;
	display: block;
}
input[type=submit] {
	background-color: #1D0F62;
	color: #FB9F22;
	border-radius: 5px;
	padding: 2px 8px!important;
}
input[type=text], select {
	width: 100%;
	padding: 2px 3px;
	border: 1px solid #E2601D;
	border-radius: 5px;
}
.bottom-border {
	padding: 10px 0;
	border-bottom: 1px solid silver;
}

.breadcrumb {
	background-color: white!important;
	font-size: .8em;
	border-bottom: 1px solid #F0F0F0;
	text-transform: uppercase;
}
.breadcrumb li a {
	color: #FC671A!important;
	text-decoration: none!important;
}
.breadcrumb .breadcrumb-item.active {
	text-transform: uppercase;
	font-weight: 800;
}
.dropdown-toggle::after {
	display: none!important;
}
.missionBlock {
	background-color: #F2f2f2;
	padding: 25px 0;
	margin-top: 25px;
}
footer {
	background-color: #1D0F62;
	color: #f0f0f0;
	font-size: .8em;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	padding: 25px 0;
}
footer a {
	color: #FB9F22;
}
footer a:hover {
	color: white;
}
header a.navbar-brand img {
	height: 300px;
	width: auto;
	margin: 25px auto;
}
@media print {
	#myCarousel {
		display: none;
	}
	header {
		border-bottom: 1px solid silver;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	header a {
		text-decoration: none!important;
	}
	header a.navbar-brand img {
		height: 200px;
		width: auto;
		margin: 0 auto 25px;
	}
	.missionBlock {
		display: none;
	}
	.noprint {
		display: none;
	}
}