/*Global helper classes and rules*/
body {
	font-family: Helvetica, 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: rgb(2,139,255);
}

.close-title {
	margin-bottom: 0px !important;
}

.margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-15 {
	margin-right: 15px;
}

.title-font {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.font-size-25 {
	font-size: 25px !important;
}

.font-size-30 {
	font-size: 30px !important;
}

.font-size-35 {
	font-size: 35px !important;
}

.black {
	color: black !important;
}

.center {
	text-align: center;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-40 {
	padding-left: 40px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-25 {
	padding: 25px;
}
/*Department colors*/
.GSD-color {
	color: #678E34 !important;
}

.CFM-color {
	color: #8B7A68 !important;
}

.RPL-color {
	color: #133C68 !important;
}

.SPR-color {
	color: #329EAB !important;
}

.SPM-color {
	color: #E75526 !important;
}
/*Department shadow-wrappers*/
.GSD-shadow-wrapper, .CFM-shadow-wrapper, .RPL-shadow-wrapper, .SPR-shadow-wrapper, .SPM-shadow-wrapper {
	background-color: white;
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 15px;
}

.GSD-shadow-wrapper {
	border-bottom: 10px solid #678E34;
}

.CFM-shadow-wrapper {
	border-bottom: 10px solid #8B7A68;
}

.RPL-shadow-wrapper {
	border-bottom: 10px solid #133C68;
}

.SPR-shadow-wrapper {
	border-bottom: 10px solid #329EAB;
}

.SPM-shadow-wrapper {
	border-bottom: 10px solid #E75526;
}
/*Top-panel*/
header {
	padding-bottom: 5px;
}

.logos {
	padding-right: 7px;
	padding-top: 5px;
}

.logo-img {
	height: 40px;
	padding-right: 5px;
	padding-left: 5px;
}
/*Misson statement panel*/
.mission-statement {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-bottom: 0px;
	margin-top: 0px;
}

	.mission-statement h2 {
		text-align: center;
		font-style: italic;
		font-weight: 150 !important;
		font-size: 19px !important;
		margin-left: 10%;
		margin-right: 10%;
		padding-top: 17px;
		padding-bottom: 17px;
		color: black !important;
	}
/*Navbar panel*/
#navbar img {
	padding-right: 10px;
	float: left;
	height: 55px;
	padding-bottom: 15px;
}

.nav-link {
	padding-top: 0px;
	padding-bottom: 18px;
	padding-top: 18px;
	margin-right: -10px;
}

nav {
	margin-left: -15px;
	margin-right: -15px;
}

#navlinks h5 {
	text-align: left;
	overflow: hidden;
	width: 130px;
	padding-right: -5px;
	font-size: 17px;
}
/*Popular-Links/Left pane*/
#Popular-Links {
	padding: 15px;
	height: 730px;
	overflow: auto;
	padding-top: 0px;
}

	#Popular-Links h4 {
		padding-left: 10px;
	}

	#Popular-Links div {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 2px solid gray;
		height: 100%;
		position: relative;
	}

#SPR-links div:hover {
	background: rgba(255, 255, 255, 1);
	border-left: solid 5px #329EAB;
}

#GSD-links div:hover {
	background: rgba(255, 255, 255, 1);
	border-left: solid 5px #678E34;
}

#CFM-links div:hover {
	background: rgba(255, 255, 255, 1);
	border-left: solid 5px #8B7A68;
}

#RPL-links div:hover {
	background: rgba(255, 255, 255, 1);
	border-left: solid 5px #133C68;
}

#SPM-links div:hover {
	background: rgba(255, 255, 255, 1);
	border-left: solid 5px #E75526;
}
/*Right pane*/
#right-pane {
	margin-left: -15px;
	padding-bottom: 15px;
}

#right-pane-pics {
	padding-right: 0px;
	margin-left: 0px;
}

	#right-pane-pics a, #right-pane-pics h4, #right-pane-pics h5, #right-pane-pics h6 {
		padding-bottom: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
		font-family: oswald, sans-serif !important;
		font-weight: 500 !important;
		color: black;
	}

		#right-pane-pics a h4:hover {
			color: gray !important;
		}

		#right-pane-pics a:hover {
			color: gray !important;
		}

	#right-pane-pics img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}

#right-pane h1:hover {
	transform: scale(1.03);
}

#carouselExampleControls {
	padding-bottom: 15px;
}

#right-pane-leftpic {
	padding-left: 0px;
	padding-right: 15px;
}

#right-pane-rightpic {
	padding-left: 0px;
}

#left-col {
	padding-left: 0px !important;
}

#right-col {
	padding-left: 0px !important;
}
/*Footer*/
.footer {
	background-color: white;
	padding-top: 3%;
	padding-bottom: 3%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

	.footer .col-lg-6 {
		padding: 0px;
	}

	.footer img {
		position: absolute;
		left: 20%;
		bottom: -205px;
		opacity: 0.1;
		z-index: -1;
	}

#foot-right {
	padding-left: 25px;
}

#foot-left {
	float: right;
	text-align: right;
	border-right: 2px solid black;
	padding-right: 25px;
}

	#foot-left a, #foot-right a {
		color: black;
		font-size: 18px;
	}

		#foot-left a:hover, #foot-right a:hover {
			color: gray;
		}

#foot-right h3 {
	margin-top: 3.8px;
	margin-bottom: 1px;
	font-size: 22px !important;
	color: black !important;
}

#foot-right h4 {
	margin-bottom: 3px;
	font-size: 18px;
}
/*Background*/
#pagecontent-wrapper > .container {
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 15px;
	margin-bottom: -80px;
	padding-bottom: 80px;
	margin-top: 64px;
}
/*Resonsive adjustments*/
@media only screen and (max-width: 768px) {
	.eds_news_NewsOne {
		margin: 15px;
	}

	.mission-statement {
		text-overflow: ellipsis;
		width: 300px;
		margin: 0 auto;
		white-space: nowrap;
		overflow: hidden;
	}

	.trees {
		text-align: center;
	}

	.mission-statement:hover {
		height: auto;
		overflow: visible;
		white-space: normal;
		margin: 0 auto;
	}

	#pagecontent-wrapper > .container {
		margin-top: -15px;
	}

	.top-panel-left {
		text-align: center;
	}

	.logos div {
		text-align: center;
	}

	#right-pane-pics div {
		padding: 15px;
	}

	#right-pane-pics {
		text-align: center;
	}

	#Popular-Links {
		margin-left: 2px;
	}

	#navlinks {
		margin: 0 auto;
		width: 280px !important;
	}

	.navbar-toggler {
		margin-left: 87%;
	}

	.services-block {
		margin: auto;
	}

	#Popular-Links {
		height: auto;
	}

	.eds_news_module_85027, .eds_news_module_85042 {
		margin: auto !important;
		height: 280px !important;
	}

	#GSD-button {
		margin-left: 0px !important;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 992px) {
	#helpModal .modal-body {
		height: 370px !important;
	}

	#quick-links {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#contact {
		margin-left: 0px;
	}

	.title-margin {
		margin-top: 0px !important;
	}

	#foot-left {
		border: none;
		margin: auto;
		float: none;
		text-align: center;
		padding-right: 0px !important;
	}

	#foot-right {
		display: none;
	}

	.img-fluid {
		margin: auto;
		margin-bottom: 15px;
		display: block;
	}
}

#SPM-text {
	width: 90px !important;
}

#RPL-text {
	width: 110px !important;
}

@media only screen and (max-width: 1200px) {
	.line {
		display: inline-block;
	}

	.navbar-expand-xl {
		margin-left: -10px;
	}

	#navlinks h5 {
		width: auto;
		padding-top: 10px;
	}

	#SPM-text {
		width: auto !important;
	}

	#RPL-text {
		width: auto !important;
	}

	#surplus-truck h2 {
		margin-left: 10%;
	}
}

#RPL-table thead {
	background-color: #133C68;
}

#RPL-table h3 {
	color: white !important;
}

#contact {
	background: rgba(255, 255, 255, 1);
}

	#contact h2 {
		font-size: 1.25em;
	}

	#contact p {
		margin-bottom: 0px;
	}

.list-of-links p {
	margin-bottom: 0px;
}

.title-margin {
	margin-top: 69px;
}

#quick-links p {
	margin-bottom: 0px;
}

#quick-links a:hover {
	color: #0056b3;
}

#SPM-button, #SPR-button {
	color: white;
	margin-bottom: 15px;
	max-width: 100%;
}

.center-list {
	display: table;
	margin: 0 auto;
}

.img-100 {
	height: 420px;
	overflow: hidden;
}

#flag-table {
	width: 100%;
	background-color: white;
}

	#flag-table thead {
		text-align: center;
	}

#flag-type {
	text-align: left;
}

.trees p {
	margin-bottom: 0px;
}

.tree-img {
	height: 200px;
	object-fit: cover;
	width: 150px;
}

.w-100 {
	max-height: 420px;
	overflow: hidden;
}

.img-400 {
	max-height: 400px;
	object-fit: cover;
	width: 100%;
}

.banner-img {
	height: 420px;
	overflow: hidden;
	width: 100%;
}
/*Top button*/
#btn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 15px;
	/* Some padding */
	border-radius: 10px;
	/* Rounded corners */
	font-size: 18px;
	/* Increase font size */
}

	#btn:hover {
		background-color: #555;
		/* Add a dark-grey background on hover */
	}

.gray-background {
	background-color: #4f4e4e;
}

.SPM-background {
	background-color: #E75526;
}

.SPR-background {
	background-color: #329EAB;
}

.CFM-background {
	background-color: #8B7A68;
}

.RPL-background {
	background-color: #133C68;
}

.services-block {
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

	.services-block a {
		color: #4f4e4e;
	}

	.services-block p a {
		color: #4f4e4e !important;
	}

		.services-block p a:hover {
			color: #007bff !important;
		}

	.services-block a:hover {
		color: #007bff;
	}

	.services-block > .row {
		padding-top: 0px;
	}

	.services-block hr {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 20px;
	}

	.services-block ul {
		padding-left: 25px;
		margin-top: 15px;
	}

	.services-block img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		margin-bottom: -44px;
	}

.services-header {
	color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

	.services-header a {
		color: white;
	}

		.services-header a:hover {
			color: white;
		}
/*Pan-image-gsd*/
#slow-pan {
	display: flex;
	height: 420px;
	justify-content: center;
}

	#slow-pan img {
		-webkit-animation: slowpan 50s linear 0s infinite alternate;
		height: 420px;
		margin-top: -52px;
	}

@-webkit-keyframes slowpan {
	0% {
		transform: translateX(-80px) scale(1.25);
	}

	100% {
		transform: translateX(90px) scale(1.25);
	}
}

#right-pane h1 {
	z-index: 1;
	position: absolute;
	font-size: 35px;
	font-family: 'Arial Narrow' !important;
	color: white !important;
	top: 20px;
	left: 50%;
	margin-left: -163px;
}

	#right-pane h1 a {
		color: white;
	}

.background-fill {
	background-color: white;
	box-shadow: 0px 5px 5px gray;
	height: 100%;
}
/*GSD and SPR main page news modules*/
.eds_news_module_85027, .eds_news_module_87804 {
	background: rgba(255, 255, 255, 0.6);
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
	overflow: auto;
	height: 260px;
}

.eds_news_NewsOne.eds_subCollection_news .article.in_list {
	margin-bottom: 18px;
}

.eds_news_module_87804 h2 {
	font-family: oswald, sans-serif !important;
}

.eds_template_List_Article_GSD a {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

	.eds_template_List_Article_GSD a:hover {
		color: gray !important;
		text-decoration: none !important;
	}

.eds_template_Details_Article_GSD, .eds_news_module_46451 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #678E34;
}

.eds_news_module_85131 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #329EAB;
}

.eds_template_Details_Article_GSD h1 {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.eds_template_Details_Article_GSD p {
	font-family: Helvetica, 'Open Sans', sans-serif !important;
}
/* width */
.eds_template_List_Article_GSD::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.eds_template_List_Article_GSD::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
.eds_template_List_Article_GSD::-webkit-scrollbar-thumb {
	background: rgb(233, 238, 234);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
	/* Handle on hover */
	.eds_template_List_Article_GSD::-webkit-scrollbar-thumb:hover {
		background: rgb(215, 219, 215);
	}
/*SPR news module*/
.eds_news_module_46398, .eds_news_module_46456 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #329EAB;
}

#Popular-Links::-webkit-scrollbar {
	width: 10px;
}
/* Track */
#Popular-Links::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
#Popular-Links::-webkit-scrollbar-thumb {
	background: rgb(233, 238, 234);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
	/* Handle on hover */
	#Popular-Links::-webkit-scrollbar-thumb:hover {
		background: rgb(215, 219, 215);
	}

.gray {
	color: rgb(100, 100, 100) !important;
}

.fa, .fas {
	margin-right: 5px;
}

.tiny-logo-img {
	height: 30px;
	margin-right: 10px;
	padding-bottom: 4px;
}

.article_rss {
	display: none;
}

#GSD-button {
	color: white;
	margin-left: -15px;
	margin-top: 5px;
}

	#GSD-button:hover {
		background-color: gray;
	}

#faq-ul {
	list-style-type: none;
	padding-left: 0px;
}

	#faq-ul li {
		margin-bottom: 20px;
	}

#searchBox {
	margin-bottom: 20px;
}

.background-fill p {
	padding-left: 10px;
	padding-right: 10px;
}

	.background-fill p a {
		color: rgb(2,139,255);
	}

.box-border {
	border: 1px solid black;
	padding: 5px;
}

.alert-info {
	text-align: center;
	margin: auto;
	font-size: 20px;
	color: black !important;
	background-color: white !important;
	border-color: white !important;
}

	.alert-info h3 {
		color: black !important;
	}

#SkipButton {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.table-white {
	background-color: white;
}

.table-gray {
	background-color: #555;
}

.flush-ul {
	padding-left: 0px;
}
/*SPM*/
.med-img {
	height: 150px;
	margin: auto;
	display: block;
}

.lg-img {
	height: 240px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 15px;
}

.orange-poster {
	border: 5px solid #E75526;
	padding: 15px;
	margin: 15px;
}

.SPM-modal {
	background: #E75526;
	color: white;
}

.SPM-close {
	color: white;
	opacity: 1;
}

.fa-hand-paper-o {
	color: black !important;
}

.big-spr h1 {
	font-size: 70px;
	color: #329EAB !important;
	font-weight: 700 !important;
	padding: 0px;
	padding-right: 15px;
	margin: 0px;
	margin-bottom: 10px;
}

.big-spr p {
	margin: 0px;
	font-size: 18px !important;
	margin-bottom: 10px;
}

.big-spr {
	margin-bottom: 5px;
}

#virtual-tour {
	background: #678E34;
}

	#virtual-tour div {
		display: flex;
		vertical-align: middle;
	}

	#virtual-tour img {
		height: 36px;
		display: block;
		padding-left: 10px;
	}

	#virtual-tour div:hover {
		background: #678E34;
	}

	#virtual-tour a {
		color: white !important;
		padding: 0px;
	}

		#virtual-tour a:hover {
			color: white !important;
		}

	#virtual-tour h4 {
		line-height: 36px;
		margin-bottom: 0px;
	}

.table-dark {
	background-color: #8a8a8a !important;
	color: black !important;
}

	.table-dark th {
		background: #4f4e4e;
		color: white;
		font-weight: 600;
	}

	.table-dark.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, 0.3) !important;
	}

#helpModal .modal-body {
	height: 600px;
}
