@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular-webfont.eot");
	src: url("fonts/Roboto-Regular-webfont.eot?iefix") format("eot"),
		url("fonts/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto-Regular-webfont.ttf") format("truetype"),
		url("fonts/Roboto-Regular-webfont.svg#webfont") format("svg");
}
body {
	background: #eee;
	font-family: "Roboto", arial;
	margin: 0px;
	padding: 0px;
}
body img {
	max-width: 100%;
}
h1 {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
h2 {
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}
hr {
	margin: 40px 0px;
}
.bg-danger {
	background-color: #9a0000 !important;
}
.tinyhome {
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: top;
	margin: 0 5px 0 0;
	background-image: url("images/home-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.simpletable {
	display: table;
	width: 100%;
}
.row {
	display: table-row;
}
.row-b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.simplecell {
	display: table-cell;
}
.simpleinline {
	display: inline-block;
}
.simpleinline-third {
	display: inline-block;
	width: 31%;
	margin: 0% 1%;
	vertical-align: top;
}
.simpleinline-two-third {
	display: inline-block;
	width: 64.4%;
	margin: 0% 1%;
	vertical-align: top;
}
.simpleinline-fifth {
	display: inline-block;
	width: 18.6%;
	padding: 0% 0.5%;
	vertical-align: top;
}
.norightmargin {
	margin-right: 0px;
	width: 32%;
}
.space10 {
	height: 10px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space40 {
	height: 40px;
}
.space50 {
	height: 50px;
}

#covid {
	background: #222;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
#covid a {
	color: #fff;
}

#hdr-container {
	width: 100%;
}
#hdr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #292929;
}
.hdr-cll1 {
	text-align: left;
	vertical-align: middle;
}
.hdr-cll2 {
	text-align: right;
	vertical-align: middle;
}
#hdr-mob {
	width: 100%;
	text-align: center;
	background: #292929;
	display: none;
}
.mobiletable {
	display: table;
	width: 100%;
}
.mobilerow {
	display: table-row;
}
.mobilecell {
	display: table-cell;
}
.hdr-mob-cll1,
.hdr-mob-cll3 {
	width: 15%;
	vertical-align: middle;
}
.hdr-mob-cll2 {
	width: 70%;
	vertical-align: middle;
}
#topnav {
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #4b9a3e;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#topnav a {
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#bdy-container {
	width: 100%;
}
#bdy {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px;
	background: #ffffff;
}
.leftside {
	width: 68%;
	padding-right: 3%;
}
.rightside {
	width: 29%;
	vertical-align: top;
}

#ftr-container {
	width: 100%;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}
#ftr {
	width: 100%;
	max-width: 1200px;
	background: #e6f2c4;
	margin: 0 auto;
	text-align: center;
}
#ftr-mob {
	display: none;
	width: 100%;
	background: #e6f2c4;
	padding: 40px 0px;
	text-align: center;
}
#ftr-mob a {
	color: #000;
} 
#ftr a {
	color: #fff;
}
#breadcrumbs {
	margin: 15px 0px;
}
.formwrapper {
	width: 94%;
	padding: 3%;
	background: #eaeaea;
}
.formwrapper-contact {
	width: 70%;
	padding-left: 5%;
}
.formtitle {
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}
.index3-form .formrow {
	padding: 5px 0px;
}
.formlabel {
	font-size: 12px;
}
.formbox input {
	width: 95%;
	margin-bottom: 5px;
	padding: 5px 2%;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.formbox textarea {
	width: 95%;
	height: 90px;
	margin-bottom: 5px;
	padding: 5px 2%;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.formbtn input {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 0px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #4b9a3e;
	color: #fff;
}
.justmobile {
	display: none;
}

#howitworks {
	float: right;
	padding: 14px;
}

/* mobilemenu.inc */
#hdr-mob {
	display: none;
	text-align: center;
	border-bottom: 3px solid #000;
}
#mm-top {
	background: #e6f2c4;
}
#mm-top a {
	display: block;
	text-align: left;
	color: #000;
	font-size: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#mm-top a:hover {
	text-decoration: none;
}
#mm-bot {
	padding: 10px;
	font-size: 0;
	color: #000;
	background: #fff;
}
#mm-bot i,
#mm-bot span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#mm-bot span {
	margin: 0px 10px;
	font-size: 14px;
}
#mm-bot #mm-menu {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: left;
}
#mm-bot #mm-login {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}
ul#mm-drop {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 100%;
	border-bottom: 3px solid #000;
}
ul#mm-drop li {
	text-align: left;
	position: relative;
	border: 1px solid #000;
}
ul#mm-drop li a {
	display: block;
	padding: 14px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
ul#mm-drop li + li {
	border-top: 0;
}
ul#mm-drop li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mm-drop li ul li {
	border: 0;
}
ul#mm-drop li ul li a {
	padding-left: 35px;
	color: #000;
}
ul#mm-drop span {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 14px 14px 14px 20px;
	font-size: 18px;
	line-height: 19px;
	color: #000;
	text-align: right;
	box-sizing: border-box;
	cursor: pointer;
}
ul#mm-drop a:hover {
	color: #8d8d8d;
}

.text-white {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}

@media (max-width: 420px) {
	#howitworks {
		display: none;
	}
	body img {
		max-width: 100%;
	}
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.3em;
	}
	.simpletable {
		display: block;
	}
	.row {
		display: block;
	}
	.simplecell {
		display: block;
	}
	#hdr {
		display: none;
	}
	#hdr-mob {
		display: block;
	}
	#topnav {
		display: none;
	}
	#bdy {
		width: 94%;
		padding: 3%;
	}
	#ftr {
		/* display: none; */
		width: 94%;
	}
	#ftr-mob {
		display: block;
	}
	.leftside {
		width: 100%;
		padding: 0px;
	}
	.rightside {
		width: 100%;
	}
	.leftside-contact {
		width: 100%;
		padding: 0px;
		padding-bottom: 30px;
	}
	.rightside-contact {
		width: 100%;
	}
	.formlabel {
		display: block;
		width: 100%;
		text-align: left;
	}
	.formbox {
		display: block;
		width: 100%;
	}
	.simpleinline-third {
		width: 100%;
	}
	.simpleinline-two-third {
		width: 100%;
	}
	.simpleinline-fifth {
		width: 100%;
	}
	.nomobile {
		display: none;
	}
	.justmobile {
		display: block;
	}
}
