.logo img {
	width: 220px;
	padding: 10px;
}
.header-style-three.bg-top.bg-color {
	background-color: white !important;
}
.main-header.header-style-three .nav-outer .main-menu:before {
	background-color: white !important;
}
.main-header.header-style-three .nav-outer {
	background-color: white !important;
}
.main-header.header-style-three .nav-outer .logo:before {
	background-color: white !important;
}
.navigation li a {
	color: #444444 !important;
	padding-top: 28px !important;
}
.navigation li a:hover {
	color: #007947 !important;
}
.bounce-in-header {
	background-color: #007947 !important;
}
.bounce-in-header li {
	margin: 0px !important;
}
.bounce-in-header li a {
	color: white !important;
	padding: 20px !important;
	padding-top: 30px !important;
	padding-bottom: 25px !important;
}
.bounce-in-header li a:hover {
	background-color: white;
}
h2 span {
	color: #007947 !important;
}
h1 span {
	color: #007947 !important;
}
.cs-video-area::before {
	background-color: rgba(0, 0, 0, 0.8);
}
.cs-footer-area:before {
	background-color: rgba(0, 0, 0, 0.9);
}
.cs-copyright-area {
	background-color: #007947 !important;
}
.cs-copyright-area .copyright {
	float: left !important;
}
.cs-copyright-area .developer {
	float: right !important;
}
.cs-copyright-area .developer a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
.header-bg {
	background-image: url("../images/about/header.jpg"); /* The image used */
	background-color: #ffffff; /* Used if the image is unavailable */
	height: 250px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
.area-div .cs-time-box {
	background-color: rgba(0, 0, 0, 0.7);
}
.about-div .cs-time-box {
	background-color: #007947 !important;
}
.email-alerts {
	display: none;
}
.cs-my-btn {
	background-color: #007947;
	color: white !important;
}
.white-stroke {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}
.contactSubmit2 {
	background-color: #5aa888 !important;
	display: none;
}

.main-slider {
	margin-top: 100px;
}

/** Notice **/
.important-notes {
	background-color: #ed4337;
	text-align: center;
	padding: 20px;
}
.important-notes h3 {
	color: white;
}
.important-notes a {
	text-decoration: underline;
	color: white;
	font-weight: normal;
}
.important-notes a:hover {
	color: #111111;
}

/* covid-19 page */
.cs-covid-area {
	margin-top: 50px;
}
.covid-notice {
	background-color: #f1f1f1;
	border: 1px dashed #007947;
	padding: 30px;
}
.covid-notice h1 {
	text-align: center;
	color: #007947;
	margin-bottom: 20px;
}
.covid-notice p {
	margin: 10px 0px 15px;
	color: #111111;
}
.covid-notice ul {
	list-style-type: disc;
	margin: 5px 0px 20px 20px;
}
