<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

.hide {
	display: none;
}

.underline-text {
	text-decoration: underline;
}

.forminput_error {
	background-color: #ffd9d9;
	border-color: #cc0000;
}

.forminput_success {
	border-color: #00c57f;
	background-color: #fff;
}

.container {
	min-width: 97%;
	margin: 0 Auto;
	padding: 0;
}

.so-text {
	color: #7ba94f;
	font-weight: bold;
}

.main-content {
	width: 100%;
	padding: 25px 0 40px 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

/*mainheader*/

.main-header {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.main-header .row {
	padding: 0;
	margin: 0;
	text-align: left;
}

.main-header a:hover {
	text-decoration: none;
}

.main-header .col-xs-7 {
	text-align: left;
	padding: 0;
	margin: 0;
}

.main-header .col-sm-4 {
	text-align: left;
	padding: 0;
	margin: 0;
}

.main-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #46664e;
	line-height: 60px;
	padding: 0 10px;
	display: inline;
	width: 100%;
	text-align: left;
	font-size: 28px;
}

.main-header nav {
	color: #fff;
	margin: 0;
}

.main-header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.main-header nav ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 15px;
	line-height: 60px;
}

.main-header nav ul a {
	color: #515151;
}

.main-header nav ul a:hover {
	color: #515151;
}

.main-header .col-xs-5 a {
	color: #515151;
	padding: 0;
	margin: 0;
}

.main-header .col-xs-5 a p {
	margin: 0;
	padding: 0 10px;
	font-size: 30px;
}

.main-header .col-xs-5 a p:hover {
	color: #515151;
}

.main-header .col-xs-5 .menu-options {
	position:absolute;
	margin-top: 60px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	min-height: 20px;
	border: 0px;
	border-top-style: none;
	z-index: 205;
	padding: 0 0 5px 0;
	display: none;
	width: 100%;
}

.main-header .col-xs-5 .menu-options ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.main-header .col-xs-5 .menu-options ul a {
	color: #515151;
}

.main-header .col-xs-5 .menu-options ul a li {
	width: 100%;
	margin: 0;
	text-indent: 5px;
	line-height: 35px;
}

.main-header .col-xs-6 .menu-options ul a li:hover {
	background-color: #515151;
}

.sub_header1 {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	background-color: #fff;
	font-weight: normal;
	border: #fff solid 1px;
}

.sub_header1 p {
	color: #bcc1c2;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	font-size: 16px;
}

.sub_header1 p a {
	color: #bcc1c2;
	text-decoration: none;
}

.sub_header1 p a:hover {
	text-decoration: underline;
}

/*searchbar*/

.searchbar {
	width: 100%;
	background-color: #475055;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: solid 1px #dbdbdb;
}

.searchbar .form-group {
	margin: 5px auto;
	text-align: center;
}

.form-group label {
	font-size: 18px;
	padding: 0 5px;
	color: #fff;
}

.searchbar .form-group input {
	width: 100%;
	height: 50px;
}

.search-options {
	position: absolute;
	background-color: #EAF5F6;
	width: calc(100% - 30px);
	padding: 0 0 5px 0;
	min-height: 50px;
	border: #cccccc 1px solid;
	border-top-style: none;
	border-radius: 0 0 5px 5px;
	margin-top: -3px;
	display: none;
	z-index: 200;
	text-transform: capitalize;
}

.term-margin {
	margin-left: 0px;
}

.location-margin {
	margin-left: 0px;
}

.term-text {
	padding: 5px 10px;
	margin: 0;
	font-size: 13px;
	width: 100%;
	height: auto;
	text-align: left;
	color: #252525;
	font-family: 'Open Sans', sans-serif;
}

.term-text:hover {
	background-color: #ffffff;
	cursor: pointer;
}

.searchbar .btn  {
	background-color: #64926f;
	height: 50px;
	width: 100%;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.searchbar .btn:hover {
	background-color: #64926f;
	color: #ffffff;
}

/*banner*/

.banner {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background-color: #6E9246;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.banner h1 {
	font-family: 'Viga', sans-serif;
	font-size: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.banner p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	padding-bottom: 15px;
	text-align: center;
}

.banner h3 {
	padding: 6px 0 4px 0;
	margin: 0;
}

.banner a {
	color: #eef4ea;
	font-size: 13px;
}

.banner a:hover {
	color: #eef4ea;
	text-decoration: underline;
}

.banner .growth {
	padding-left: 85px;
	background-image: url('/images/icon/icon-growth_gb.png');
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: left 20px top 15px;
	min-height: 65px;
}

/*nav footer*/

.footer-nav {
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	background-color: #83a88c;
	color: #ffffff;
}

.footer-nav nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer-nav nav ul {
	width: 100%;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 auto;
}

.footer-nav nav ul li {
	color: #ffffff;
	padding: 0 10px;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	border-right: 1px solid #ffffff;
}

.footer-nav nav ul a {
	color: #ffffff;
	text-decoration: none;
}

.footer-nav nav ul a li:hover {
	text-decoration: underline;
}

.footer-nav p {
	margin: 0;
	padding-top: 15px;
	text-align: center;
}

.footer-nav p a {
	color: #ffffff;
	text-decoration: none;
}

.footer-nav p a:hover {
	text-decoration: underline;
}

/*main footer*/

.main-footer {
	padding: 20px 0;
	margin: 0;
	width: 100%;
}

.main-footer p {
	padding: 8px 0 10px 0;
	margin: 0;
	color: #252525;
	font-size: 13px;
	display: inline;
	text-align: center;
}

.main-footer p a {
	color: #7ba94f;
}

.main-footer p a {
	text-decoration: underline;
}

.social-icons {
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}

.main-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	text-align: center;
}

.main-footer ul li {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 5px;
}

.facebook {
	background-image: url('/images/icon/social-facebook-circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.twitter {
	background-image: url('/images/icon/social-twitter-circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.googleplus {
	background-image: url('/images/icon/social_google_circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.linkedin {
	background-image: url('/images/icon/social-linkedin-circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.pinterest {
	background-image: url('/images/icon/social_pinterest_circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.instagram {
	background-image: url('/images/icon/social_instagram_circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

/*cookie bar*/

#cookieBar {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #dfe6eb;
	padding: 10px;
	color: #252525;
	text-align: center;
	opacity: 1;
	z-index: 100;
}

#cookieBar p {
	font-size: 14px;
	margin: 0 auto;
}

#cookieBar p a {
	color: #83a88c;
	text-decoration: none;
}

#cookieBar p a:hover {
	text-decoration: underline;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media only screen and (max-width: 760px) {
    
    .main-header .col-md-10 {
		display: none;
	}

	.main-header .col-xs-8 {
		display: block;
	}

	.main-header p {
		line-height: 60px;
		margin: 0;
	}
	
	.main-header h1 {
		font-size: 20px;
		padding: 0;
	}

}

@media only screen and (min-width: 770px) {

	.searchbar .form-group input {
		width: 280px;
	}

	.search-options {
		width: 280px;
	}

	.term-margin {
		margin-left:52px;
	}

	.searchbar .btn  {
		width: auto;
		margin-left: 5px;
	}

	.footer-nav nav {
		text-align: left;
	}

	.footer-nav p {
		padding: 0;
		padding-right: 20px;
		text-align: right;
	}

	.social-icons {
		text-align: right;
		margin-top: 0px;
	}

}

@media only screen and (min-width: 992px) {


	.location-margin {
		margin-left:30px;
	}

	.banner h3 {
		padding: 12px 0 4px 0;
	}

}

@media only screen and (min-width: 1040px) {


	.searchbar .form-group input {
		width: 400px;
	}

	.search-options {
		width: 400px;
	}

}

@media only screen and (min-width: 1060px) {

	.searchbar .btn  {
		padding-left: 30px;
		padding-right: 30px;
	}

}
</pre></body></html>