/*
Theme Name: Midstate
Theme URI: https://midstate.com
Description: Midstate
Version: 1.0
Author: 
Author URI: 
Tags:
*/

/*Begin General*/
:root {
	color-scheme: light only;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.container {
	max-width: 1250px;
}

img,
iframe {
	max-width: 100%;
}

.desktop-only {
	display: block;
}

@media only screen and (max-width: 992px) {
	.desktop-only {
		display: none;
	}
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 992px) {
	.mobile-only {
		display: block;
	}
}

/*End General*/

/*Begin Header*/
header {
	padding: 16px 0;
}

header #headerLogo {
	background: url(images/headerLogo.svg) no-repeat center center / cover;
	width: 219px;
	height: 137px;
	display: block;
	float: left;
}

header #headerSweeper2021 {
	background: url(images/mid-state-sweeper-of-the-year-2021.png) no-repeat center center / contain;
	width: 300px;
	height: 93px;
	display: block;
	float: right;
	max-width: calc(100% - 228px);
	margin: 30px 0 0;
}

header #headerRightTop {
	border-radius: 0 0 10px 10px;
	background-color: rgb(0, 0, 0);
	margin: -16px 0 28px;
	padding: 10px 16px 10px;
	float: right;
}

header #headerRightTop ul {
	margin: 0;
	padding: 0;
}

header #headerRightTop ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

header #headerRightTop ul li a {
	font-size: clamp(14px, 3.5vw, 24px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgba(255, 255, 255, 0.902);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.875;
	text-align: right;
	padding: 0 18px;
}

header #headerRightBottom {
}

header #headerRightBottom #headerDescription {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.784;
	text-align: center;
	display: block;
	padding: 19px 30px 19px 0;
	float: right;
}

header #headerRightBottom #headerContact {
	font-size: clamp(18px, 4.5vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 0.895;
	text-align: center;
	display: block;
	background: rgba(196, 5, 5, 1);
	padding: 16px 20px;
	border-radius: 5px;
	float: right;
	text-decoration: none;
}

header #headerRightBottom #headerContact:hover {
	background: rgba(196, 5, 5, 0.8);
}

nav {
	background-color: rgb(19, 57, 116);
}

nav .navbar {
	padding: 0;
}

nav #mainMenu ul li {
}

nav #mainMenu ul li {
	border-right: 2px solid rgb(255, 255, 255);
}

nav #mainMenu ul li:last-child {
	border: none;
}

nav #mainMenu ul li a {
	font-size: 16px;
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.125;
	text-align: center;
	height: 116px;
	padding: 10px 0 0;
}

nav #mainMenu ul li a:hover {
	background: rgba(0, 0, 0, 0.2);
}

nav #mainMenu ul li a::before {
	content: "";
	background: url(images/headerMainMenuIcons.png) no-repeat 0 0;
	display: block;
	height: 48px;
}

nav #mainMenu ul li:nth-child(1) a::before {
	/*background-position: -651px 0;*/
	background-position: -655px 0;
}

nav #mainMenu ul li:nth-child(2) a::before {
	/*background-position: 41px 0px;*/
	background-position: 21px 0px;
}

nav #mainMenu ul li:nth-child(3) a::before {
	/*background-position: -64px 0;*/
	background-position: -77px 0;
}

nav #mainMenu ul li:nth-child(4) a::before {
	/*background-position: -214px 0;*/
	background-position: -224px 2px;
}

nav #mainMenu ul li:nth-child(5) a::before {
	/*background-position: -380px 0;*/
	background-position: -391px 3px;
}

nav #mainMenu ul li:nth-child(6) a::before {
	/*background-position: -530px 0;*/
	background-position: -540px 0;
}

nav #mainMenu ul li:nth-child(7) a::before {
	/*background-position: -798px 0;*/
	background-position: -812px 0;
}

nav #mainMenu ul li:nth-child(8) a::before {
	/*background-position: -974px 0;*/
	background-position: -979px 0;
}

nav #mainMenu ul li:nth-child(9) a::before {
	background-position: -1092px 2px;
	/*background-position: -1093px 0;*/
}

nav #mainMenu ul li:nth-child(10) a::before {
	background-position: -1215px 4px;
	/*background: url(images/icon-hydro-blasting.png) no-repeat 28px 05px;*/
}

.mobile-only header #headerLogo {
	width: 130px;
	height: 90px;
	background-size: cover;
	margin: 0 0 15px;
}

.mobile-only header #headerContact {
	font-size: clamp(18px, 5vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 0.895;
	text-align: center;
	display: block;
	background: rgba(196, 5, 5, 1);
	padding: 8px 20px 11px;
	border-radius: 5px;
	float: none;
	text-decoration: none;
	max-width: 320px;
	margin: 0 auto;
}

.mobile-only header #headerContact:hover {
	background: rgba(196, 5, 5, 0.8);
}

/* Mobile Only Nav - Full Screen Overlay */
.mobile-only nav {
	background-color: transparent;
}

.mobile-only nav .navbar {
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.mobile-only nav .navbar-toggler {
	border: none;
	padding: 10px;
	z-index: 1001;
	margin-left: auto;
}

.mobile-only nav .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.mobile-only nav .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(19, 57, 116, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	transition: transform 0.3s ease;
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1002;
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: none;
	position: relative;
	width: 30px;
	height: 30px;
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:hover::before,
.mobile-only nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:hover::after {
	background-color: rgba(255, 255, 255, 0.7);
}

.mobile-only nav #mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(19, 57, 116);
	z-index: 1000;
	padding: 64px 20px 20px;
	overflow-y: auto;
}

.mobile-only nav #mobileMenu.collapsing {
	transition: height 0.3s ease;
}

.mobile-only nav #mobileMenu .navbar-nav {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
}

.mobile-only nav #mobileMenu .navbar-nav li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-only nav #mobileMenu .navbar-nav li:last-child {
	border-bottom: none;
}

.mobile-only nav #mobileMenu .navbar-nav li a {
	font-size: clamp(16px, 4vw, 20px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	padding: 15px 10px;
	display: block;
	text-decoration: none;
}

.mobile-only nav #mobileMenu .navbar-nav li a:hover,
.mobile-only nav #mobileMenu .navbar-nav li a:focus {
	background: rgba(0, 0, 0, 0.2);
	color: rgb(255, 255, 255);
}

/* Close Button for Mobile Menu */
.mobile-only nav #mobileMenu .close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1002;
	padding: 0;
}

.mobile-only nav #mobileMenu .close-menu::before,
.mobile-only nav #mobileMenu .close-menu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
}

.mobile-only nav #mobileMenu .close-menu::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-only nav #mobileMenu .close-menu::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-only nav #mobileMenu .close-menu:hover::before,
.mobile-only nav #mobileMenu .close-menu:hover::after {
	background-color: rgba(255, 255, 255, 0.7);
}

.mobile-only nav #mobileMenu .close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1002;
	padding: 0;
}

.mobile-only nav #mobileMenu .close-menu::before,
.mobile-only nav #mobileMenu .close-menu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
}

.mobile-only nav #mobileMenu .close-menu::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-only nav #mobileMenu .close-menu::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-only nav #mobileMenu .close-menu:hover::before,
.mobile-only nav #mobileMenu .close-menu:hover::after {
	background-color: rgba(255, 255, 255, 0.7);
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown > .dropdown-toggle::after {
	margin-left: 10px;
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown.show > .dropdown-toggle::after {
	transform: rotate(180deg);
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu {
	position: static;
	float: none;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0 15px;
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li:last-child {
	border-bottom: none;
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li a {
	font-size: clamp(14px, 3.5vw, 18px);
	padding: 10px 10px;
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li a:hover,
.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0.2);
}

/* Current Page Highlight in Mobile Menu */
.mobile-only nav #mobileMenu .navbar-nav li.current-menu-item > a,
.mobile-only nav #mobileMenu .navbar-nav li.current_page_item > a,
.mobile-only nav #mobileMenu .navbar-nav li.current-menu-ancestor > a,
.mobile-only nav #mobileMenu .navbar-nav li.current-menu-parent > a,
.mobile-only nav #mobileMenu .navbar-nav li.active > a {
	background: rgba(255, 255, 255, 0.1);
	color: rgb(242, 224, 194);
}

.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li.current-menu-item > a,
.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li.current_page_item > a,
.mobile-only nav #mobileMenu .navbar-nav li.dropdown .dropdown-menu li.active > a {
	background: rgba(255, 255, 255, 0.05);
	color: rgb(242, 224, 194);
}

/* End Mobile Only Nav */

/*End Header*/

/*Begin Content*/
#homeSectionOne {
	background: url(images/homeSectionOneBg2.jpg) no-repeat center center / cover;
	padding: 217px 0 400px;
}

#homeSectionOne #homeSectionOneContent {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.529);
	padding: 34px 0 53px;
}

#homeSectionOne #homeSectionOneContent h1 {
	font-size: clamp(18px, 5vw, 56px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 25px;
}

#homeSectionOne #homeSectionOneContent h2 {
	font-size: clamp(18px, 4.5vw, 44px);
	font-family: "Open Sans", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: scale(0.95, 1);
	-webkit-transform: scale(0.95, 1);
	-ms-transform: scale(0.95, 1);
	margin: 0;
	font-weight: 600;
}

#homeSectionTwo {
	background: url(images/homeSectionTwoBg.png) no-repeat center top;
	margin: -205px 0 0;
	padding: 170px 0 50px;
}

#homeSectionTwo h2 {
	font-size: clamp(18px, 4.5vw, 36px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(19, 57, 116);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.171;
	text-align: center;
	margin: 0 0 45px;
}

#homeSectionTwo p {
	font-size: clamp(14px, 3.5vw, 24px);
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.371;
	max-width: 760px;
	margin: 0 0 45px;
	display: inline-block;
}

#homeSectionTwo img {
	float: right;
	margin: 5px -40px 0 0;
}

#homeSectionTwo a.button {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: rgb(23, 101, 223);
	padding: 9px 40px;
}

#homeSectionThree {
	background: url(images/homeSectionThreeBg.jpg) no-repeat center top rgb(228, 228, 228);
	padding: 72px 0 10px;
}

#homeSectionThree h2 {
	font-size: clamp(18px, 5vw, 42px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(19, 57, 116);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.923;
	text-align: center;
	margin: 0 0 65px;
}

#homeSectionThree ul {
	margin: 0 0 0 58px;
	padding: 0;
}

#homeSectionThree li {
	margin: 0 0 50px;
	padding: 0 58px 0 0;
	list-style: none;
	width: 33%;
	float: left;
	display: block;
}

#homeSectionThree li:nth-child(3n) {
	padding-right: 0;
	float: left;
	padding-left: 58px;
}

#homeSectionThree li a {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(10, 10, 10);
	font-weight: bold;
	line-height: 1.094;
	position: relative;
	padding: 25px 0 0 130px;
	display: block;
	text-decoration: none;
}

#homeSectionThree li a:before {
	content: "";
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#homeSectionThree li a:after {
	content: "";
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/serviceIcons.png) no-repeat 0 0;
}

#homeSectionThree li:nth-child(1) a::after {
	background-position: 22px 29px;
}

#homeSectionThree li:nth-child(2) a::after {
	background-position: -420px 26px;
}

#homeSectionThree li:nth-child(3) a::after {
	background-position: -866px 27px;
}

#homeSectionThree li:nth-child(4) a:after {
	background-position: 22px -117px;
}

#homeSectionThree li:nth-child(5) a:after {
	background-position: -426px -117px;
}

#homeSectionThree li:nth-child(6) a:after {
	background-position: -864px -117px;
}

#homeSectionThree li:nth-child(7) a::after {
	background-position: 24px -263px;
}

#homeSectionThree li:nth-child(8) a:after {
	background-position: -427px -259px;
}

#homeSectionThree li:nth-child(9) a:after {
	background-position: -871px -258px;
}

#homeSectionThree li:nth-child(10) a:after {
	background-position: -868px -117px;
}

#pageHeaderBanner {
	/*height: 160px;*/
	padding: 46px 0;
}

#pageHeaderBanner h1,
#pageHeaderBanner h2 {
	font-size: clamp(22px, 4.5vw, 28px);
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.171;
	text-align: left;
	text-shadow: 2px 3.464px 3px rgba(35, 31, 32, 0.91);
}

#mainContentWrapper {
	font-family: "Open Sans", sans-serif;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	line-height: 1.273;
}

#mainContentWrapper .contentWrapper p {
	font-size: clamp(14px, 3vw, 22px);
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.273;
	margin: 0 0 30px;
}

#mainContentWrapper .contentWrapper p a {
	color: rgb(21, 75, 150);
}

#mainContentWrapper .contentWrapper ul li {
	font-size: clamp(14px, 3vw, 22px);
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.273;
}

#mainContentWrapper .contentWrapper h2 {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Open Sans", sans-serif;
	color: rgb(19, 57, 116)/*GreenrReplaced*/;
	font-weight: bold;
	line-height: 1.167;
	margin: 0 0 30px;
}

#mainContentWrapper .contentWrapper h3 {
	font-size: clamp(14px, 3.5vw, 24px);
	font-family: "Open Sans", sans-serif;
	color: rgb(19, 57, 116);
	font-weight: bold;
	line-height: 1.167;
	margin: 50px 0 30px;
}

#mainContentWrapper .contentWrapper ul {
	margin: 0 0 35px;
	padding: 0 0 0 25px;
}

#mainContentWrapper .contentWrapper ul.gform_fields {
	padding: 0;
}

#mainContentWrapper .contentWrapper .gform_submission_error {
	font-size: 14px;
	padding: 5px 20px;
	margin-bottom: 0;
}

#mainContentWrapper .contentWrapper ul li {
	margin: 0 0 20px;
}

#mainContentWrapper .contentWrapper ul.check {
	padding: 0;
	margin: 0 0 45px;
}

#mainContentWrapper .contentWrapper ul.check li {
	list-style: none;
	background: url(images/checkmarkIcon.png) no-repeat left top;
	padding: 0 0 0 45px;
	margin: 0 0 30px;
}

#mainContentWrapper .contentWrapper .wp-block-image {
	margin: 0 0 35px;
}

#mainContentWrapper .contentWrapper .wp-block-image figcaption {
	font-size: clamp(14px, 3.5vw, 25px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(19, 57, 116);
	font-style: italic;
	line-height: 1.12;
	text-align: center;
	margin: 10px 0 10px;
}

#mainContentWrapper #content {
	width: calc(100% - 538px);
	float: left;
	padding: 40px 0 120px;
}

#mainContentWrapper #sidebar {
	width: 487px;
	float: right;
}

#pageFooter {
	background: url(images/pageFooterBg.jpg) no-repeat center top rgb(228, 228, 228);
	padding: 60px 0 80px;
}

#pageFooter h2 {
	font-size: clamp(18px, 4.5vw, 36px);
	font-family: "Open Sans Condensed";
	color: rgb(19, 57, 116);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.921;
	text-align: center;
	margin: 0 0 10px;
}

#pageFooter p {
	font-size: clamp(16px, 4vw, 28px);
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 0.921;
	text-align: center;
	margin: 0;
}

#pageFooter ul {
	margin: 50px 0 0;
	padding: 0;
}

#pageFooter ul li {
	font-size: clamp(14px, 3vw, 20px);
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	line-height: 1.2;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 0 14px;
}

#pageFooter ul li::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: url(images/pageFooterCheck.png) no-repeat center center;
	margin: 0 auto 20px;
}

#mainContentWrapper .entry-title {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Open Sans", sans-serif;
	color: rgb(19, 57, 116)/*GreenrReplaced*/;
	font-weight: bold;
	line-height: 1.167;
}

#mainContentWrapper .entry-title a {
	color: rgb(19, 57, 116)/*GreenrReplaced*/;
}

#mainContentWrapper a {
	color: rgb(19, 57, 116)/*GreenrReplaced*/;
}

#mainContentWrapper .entry-meta {
	font-style: italic;
	margin-bottom: 10px;
}

#mainContentWrapper .entry-footer {
	font-style: italic;
	margin-top: 10px;
}

#mainContentWrapper hr.postseparator {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #ccc;
}

#mainContentWrapper .more-link,
.more-link:hover {
	display: block;
	margin: 20px 0 10px;
	font-size: 15px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	background: rgb(19, 57, 116)/*GreenrReplaced*/;
	padding: 15px 25px;
	width: 220px;
	display: inner-block;
	border-radius: 4px;
	text-decoration: none;
}

#mainContentWrapper.equipmentsSections .equipmentsSection h2 {
	margin: 0 0 15px;
}

#mainContentWrapper.equipmentsSections .equipmentsSection h3 {
	margin: 0 0 20px;
}

#mainContentWrapper.equipmentsSections .equipmentsSection p {
	margin: 0 0 20px;
}

#mainContentWrapper.equipmentsSections .equipmentsSection ul {
	margin: 15px 0 20px;
	padding: 0 0 0 25px;
}

#mainContentWrapper.equipmentsSections .equipmentsSection ul li {
	list-style: disc;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

#mainContentWrapper #equipmentsSection1.equipmentsSection {
	background: #ececec;
	padding: 80px 0 60px;
}

#mainContentWrapper #equipmentsSection1.equipmentsSection .row {
	text-align: justify;
}

#mainContentWrapper #equipmentsSection1.equipmentsSection .row .col-sm-6:first-child {
	padding-right: 40px;
}

#mainContentWrapper #equipmentsSection1.equipmentsSection .row .col-sm-6:last-child {
	padding-left: 40px;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection {
	background: #ffffff;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection section {
	padding: 30px 0 40px;
	border-bottom: 1px solid #cbcbcb;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .section {
	padding: 46px 0 46px;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .section:after {
	border-bottom: 1px solid #f1f1f1;
	content: "";
	height: 0;
	margin-bottom: -50px;
	margin-left: 15px;
	padding-top: 26px;
	width: 463px;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .section:first-child:after {
	border-bottom: none;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .col-sm-6:first-child {
	padding-right: 65px;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .col-sm-6:last-child {
	padding-left: 40px;
	position: relative;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .sectionImage {
	padding: 6px 0 0;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection .sectionImageCaption,
#mainContentWrapper #equipmentsSection3.equipmentsSection .sectionImageCaption {
	background: rgb(19, 57, 116)/*GreenrReplaced*/;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: clamp(16px, 4vw, 28px);
	font-weight: 600;
	line-height: 0.97;
	padding: 10px 15px 15px;
	text-align: left;
	margin: -29px 0 25px 75px;
}

#mainContentWrapper #equipmentsSection2.equipmentsSection section:nth-child(even) .sectionImageCaption {
	background: rgb(19, 57, 116);
}

#mainContentWrapper #equipmentsSection3.equipmentsSection {
	background: #ececec;
	padding: 60px 0 40px;
	margin: 0 0 -5px;
}

.greyborder img {
	border: 2px solid #ddd;
}

/*End Content*/

/*Begin Sidebar*/
#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar #sidebarFormWrapper {
	margin: -54px 0 0;
	background: url(images/sidebarFormFooter.jpg) no-repeat center bottom rgb(255, 255, 255);
	border: 3px solid rgb(21, 75, 150);
	position: relative;
}

#sidebar #sidebarFormWrapper::after {
	content: "";
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.9) 25%,
		rgba(255, 255, 255, 0) 100%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.9) 25%,
		rgba(255, 255, 255, 0) 100%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.9) 25%,
		rgba(255, 255, 255, 0) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
	/* IE6-9 */
	height: 226px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#sidebar #sidebarFormWrapper #sidebarFormHeaderWrapper {
	background: url(images/sidebarFormHeaderIcon.png) no-repeat 35px 18px rgb(196, 5, 5);
	padding: 14px 40px 18px 120px;
}

#sidebar #sidebarFormWrapper #sidebarFormHeaderWrapper h2,
#sidebar h2.widgetTitle {
	font-size: clamp(18px, 4vw, 28px);
	font-family: "Lato";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.094;
	-moz-transform: matrix(0.91959334565619, 0, 0, 0.91932457786116, 0, 0);
	-webkit-transform: matrix(0.91959334565619, 0, 0, 0.91932457786116, 0, 0);
	-ms-transform: matrix(0.91959334565619, 0, 0, 0.91932457786116, 0, 0);
	margin: 0;
}

#sidebar h2.widgetTitle {
	color: rgb(19, 57, 116)/*GreenrReplaced*/;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper {
	padding: 15px 35px 190px;
	position: relative;
	z-index: 1;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper p {
	font-size: clamp(14px, 3vw, 18px);
	font-family: "Lato";
	color: rgb(32, 32, 32);
	font-weight: bold;
	line-height: 1.145;
	text-align: left;
	margin: 0 0 10px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper label,
#content .quform label {
	font-size: clamp(14px, 3vw, 19px);
	color: rgb(110, 110, 110);
	line-height: 1.3;
	font-weight: 500;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper input,
#sidebar #sidebarFormWrapper #sidebarFormContentWrapper select,
#sidebar #sidebarFormWrapper #sidebarFormContentWrapper textarea,
#content .quform input,
#content .quform select,
#content .quform textarea,
.gform_wrapper .gform_fields .gfield input,
.gform_wrapper .gform_fields .gfield select,
.gform_wrapper .gform_fields .gfield textarea {
	border: 2px solid rgb(217, 217, 217);
	line-height: 1.4;
	padding: 8px 15px;
	color: rgb(110, 110, 110);
	width: 100%;
	margin: 0;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper textarea,
#content .quform textarea {
	height: 80px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .ginput_container_captcha input,
#content .ginput_container_captcha input {
	display: inline-block;
	width: calc(100% - 130px) !important;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .ginput_container_captcha img,
#content .ginput_container_captcha img {
	width: 120px;
	height: 50px;
	display: inline-block;
	margin: -7px 0 0 10px;
}

#content .ginput_container_captcha img {
	height: 44px;
	margin: -6px 0 0 10px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-input,
#content .quform .quform-input {
	margin: 0;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-spacer,
#content .quform .quform-spacer,
.gform_wrapper .top_label div.ginput_container {
	padding: 0;
	margin: 0 0 8px;
}

#content .quform .quform-spacer {
	margin: 0 0 20px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-input-captcha,
#content .quform .quform-input-captcha {
	width: calc(100% - 101px);
	display: inline-block;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-captcha,
#content .quform .quform-captcha {
	width: 89px;
	display: inline-block;
	border: 2px solid rgb(217, 217, 217);
	margin: 0 0px -14px 12px;
	height: 42px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-element-submit,
#content .quform .quform-element-submit,
.gform_wrapper .gform_footer {
	margin: 15px 0 0 !important;
	padding: 0 !important;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-button-submit button,
#content .quform .quform-button-submit button,
.gform_wrapper .gform_footer .gform_button {
	font-size: clamp(18px, 4vw, 28px) !important;
	font-family: "Lato";
	font-weight: bold;
	color: rgb(255, 255, 255) !important;
	line-height: 0.709 !important;
	text-align: center;
	border-radius: 9px;
	border: none !important;
	background-color: rgb(196, 5, 5);
	width: 222px !important;
	height: 58px;
	text-transform: uppercase;
}

.gform_wrapper .gform_footer .gform_button:hover {
	background-color: rgb(196, 5, 5, 0.8);
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-edit-form,
#content .quform .quform-edit-form {
	display: none;
}

#sidebar
	.gform_wrapper.gform_validation_error
	.gform_body
	ul
	li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#content
	.gform_wrapper.gform_validation_error
	.gform_body
	ul
	li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	background: transparent;
	border: none;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-error,
#content .quform .quform-error {
	padding: 0 2px;
	margin: 0 0 10px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-error .quform-error-inner,
#content .quform .quform-error .quform-error-inner {
	padding: 0;
	border: none;
	background: none;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-error .quform-error-inner .quform-error-text,
#content .quform .quform-error .quform-error-inner .quform-error-text {
	font-size: 12px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0;
}

#sidebar .gform_wrapper .validation_message,
#content .gform_wrapper .validation_message {
	font-size: 12px;
	padding: 0 2px;
	margin: 0 0 10px;
	font-weight: normal;
	color: #b94a48;
}

#sidebar .gform_wrapper div.validation_error,
#content .gform_wrapper div.validation_error {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #b94a48;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-inner-captcha .quform-error,
#content .quform .quform-inner-captcha .quform-error {
	position: absolute;
	border: 0;
}

#sidebar .videoWidget .videoThumbnail,
#content a.video .videoThumbnail {
	background-position: center center;
	background-size: cover;
	border: 1px solid #ddd;
	position: relative;
	display: block;
	height: 256px;
}

#sidebar .videoWidget .videoThumbnail:after,
#content a.video .videoThumbnail:after {
	content: "";
	background: url(images/videoThumbPlayButton.png);
	width: 131px;
	height: 131px;
	position: absolute;
	left: 0;
	right: -20px;
	top: calc(50% - 40px);
	margin: auto;
	opacity: 0.8;
}

#sidebar .imageWidget img {
	margin: 25px auto 25px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd;
}

#sidebar #sidebarBottomNotice {
	background-color: rgb(19, 57, 116);
	padding: 28px 25px;
}

#sidebar #sidebarBottomNotice h2 {
	font-size: clamp(14px, 3.5vw, 24px);
	font-family: "Open Sans";
	color: rgb(242, 224, 194);
	font-weight: bold;
	line-height: 1.167;
	margin: 0 0 30px;
}

#sidebar #sidebarBottomNotice p {
	font-size: clamp(14px, 3vw, 22px);
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	line-height: 1.167;
	margin: 0 0 25px;
}

#sidebar #sidebarBottomNotice p a {
	color: rgb(242, 224, 194);
	font-weight: bold;
	text-decoration: underline;
}

#sidebar #sidebarMap {
	background-color: rgb(242, 224, 194);
	padding: 25px 40px;
	margin-top: 35px;
}

#sidebar #sidebarMap p.address {
	font-size: clamp(16px, 4vw, 28px);
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.271;
	margin: 30px 0 20px;
}

#sidebar #sidebarMap p.contactDetails {
	font-size: clamp(16px, 4vw, 28px);
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	line-height: 1.271;
}

#sidebar #sidebarMap p.contactDetails strong {
}

#sidebar #sidebarMap p.contactDetails a.contactPhone {
	font-weight: bold;
	font-family: "Open Sans Condensed";
	font-size: clamp(18px, 4.5vw, 28px);
	color: rgb(21, 75, 150);
}

#sidebar #sidebarMap p.contactDetails a.contactEmail {
	font-size: clamp(16px, 4vw, 28px);
	font-family: "Open Sans Condensed";
	color: rgb(21, 75, 150);
	line-height: 1.15;
}

/*End Sidebar*/

/*Begin Images Alignment*/
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*End Images Alignment*/

/*Begin Comments*/
.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

/*End Comments*/

/*Begin Footer*/
footer {
}

footer #footerTop {
	margin-top: 5px;
	padding: 90px 0 72px;
	background: url(images/footerTopBg.png) no-repeat center bottom;
	text-align: center;
	position: relative;
	z-index: 2;
}

footer #footerTop p {
	font-size: clamp(18px, 5vw, 48px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.127;
	text-align: center;
	margin: 0 0 40px;
}

footer #footerTop p br {
	display: none;
}

footer #footerTop a.button {
	font-size: clamp(18px, 4.5vw, 36px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(21, 75, 150);
	font-weight: bold;
	line-height: 1.442;
	text-align: center;
	border-width: 5px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	display: inline-block;
	margin: 0 auto;
	padding: 14px 45px;
	text-decoration: none;
}

footer #footerTop a.button:hover {
	color: rgb(255, 255, 255);
}

footer #footerTop a.button:hover {
	background-color: rgba(19, 57, 116, 0.8);
}

footer #footerMiddle {
	background: url(images/footerMiddleBg.jpg) no-repeat center top / cover;
	padding: 150px 0 50px;
	margin: 0;
	position: relative;
	z-index: 1;
}

footer #footerMiddle #footerLogo {
	background: url(images/footerLogo.svg) no-repeat center center / cover;
	display: block;
	width: 300px;
	height: 188px;
	margin: 0 0 20px -30px;
}

footer #footerMiddle p {
	font-size: clamp(16px, 4vw, 28px);
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	line-height: 1.071;
	margin: 0 0 25px;
}

footer #footerMiddle p strong {
}

footer #footerMiddle #footerPhone {
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(21, 75, 150);
	font-size: clamp(18px, 4.5vw, 28px);
	font-weight: bold;
	text-decoration: none;
}

footer #footerMiddle #footerEmail {
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(21, 75, 150);
	font-weight: bold;
	font-size: clamp(16px, 3.5vw, 27px);
	text-decoration: none;
}

footer #footerMiddle p.columnTitle {
	font-size: clamp(18px, 4.5vw, 28px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(19, 57, 116);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.7;
	margin: 0 0 35px;
}

footer #footerMiddle p.columnTitle a {
	color: rgb(19, 57, 116);
}

footer #footerMiddle ul {
	margin: 0 0 0 36px;
	padding: 0;
}

footer #footerMiddle ul li {
	margin: 0 0 6px;
	padding: 0;
	list-style: disc;
}

footer #footerMiddle ul li a {
	font-size: clamp(14px, 3.5vw, 26px);
	line-height: 1;
	color: rgb(0, 0, 0);
}

footer #footerMiddle .col3 p.columnTitle {
	font-size: clamp(18px, 4vw, 26px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(19, 57, 116);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

footer #footerMiddle .col3 img#footerMap {
	margin: 0 0 50px;
}

footer #footerBottom {
	background: rgb(0, 0, 0);
	padding: 23px 0 20px;
	border-top: 8px solid rgb(23, 101, 223);
}

footer #footerBottom p {
	font-size: clamp(14px, 3vw, 22px);
	font-family: "Open Sans Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.273;
	text-align: center;
	margin: 0;
}

/*End Footer*/

/*Begin Responsive*/
@media only screen and (max-width: 1399px) {
	.container {
		max-width: 1140px;
	}

	#homeSectionTwo p {
		max-width: calc(100% - 500px);
	}

	#homeSectionThree li {
		padding: 0 15px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		max-width: 960px;
	}

	nav #mainMenu ul li a:before {
		display: none;
	}

	nav #mainMenu ul li a {
		height: auto;
		padding: 10px 5px;
		min-height: 83px;
	}

	#homeSectionOne {
		padding: 30px 0 50px;
	}

	#homeSectionOne #homeSectionOneContent h1 {
		font-size: clamp(18px, 5vw, 28px);
		line-height: clamp(1, 1.1, 1.2);
	}

	#homeSectionOne #homeSectionOneContent h2 {
		font-size: clamp(18px, 4.5vw, 28px);
		line-height: clamp(1, 1.1, 1.2);
	}

	#homeSectionTwo {
		padding: 130px 0 30px;
		margin-top: -36px;
	}

	#homeSectionTwo img {
		float: none;
		clear: both;
		margin: 10px auto;
		display: block;
	}

	#homeSectionTwo p {
		max-width: 100%;
	}

	#homeSectionThree li,
	#homeSectionThree li:nth-child(3n) {
		width: 50%;
		margin: 0 0 30px;
		max-width: 480px;
		float: left;
	}

	#homeSectionThree li a {
		font-size: clamp(16px, 4vw, 28px);
		line-height: clamp(1, 1.1, 1.2);
		min-height: 87px;
	}

	#mainContentWrapper #content {
		width: 100%;
		float: none;
		padding: 30px 0 30px;
	}

	#mainContentWrapper #sidebar {
		float: none;
		margin: 30px auto 0;
		max-width: 100%;
	}

	#sidebarMap img {
		max-wdith: 100%;
	}

	#pageFooter {
		padding: 30px 0 20px;
	}

	#pageFooter ul {
		margin: 20px 0 0;
	}

	#pageFooter ul li {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 20px;
		text-align: left;
	}

	#pageFooter ul li:before {
		display: none;
	}

	footer #footerTop p br {
		display: block;
	}

	footer #footerMiddle .col3 p.columnTitle {
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
	}

	footer #footerMiddle .col3 img#footerMap {
		margin: 0 auto;
		display: block;
		max-height: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		max-width: 720px;
	}

	header #headerRightTop {
		float: none;
		margin: -301px 0 10px;
		text-align: center;
	}

	header #headerRightTop ul li a {
		font-size: clamp(14px, 3vw, 18px);
		line-height: clamp(0.8, 0.875, 0.875);
	}

	header .col-xl-5 {
		text-align: center;
		margin-top: 30px;
	}

	header #headerLogo {
		margin: 30px 30px 0;
		float: none;
		display: inline-block;
	}

	header #headerSweeper2021 {
		float: none;
		margin: 30px 30px 0;
		max-width: 100%;
		background: url(images/mid-state-sweeper-of-the-year-2021-mobile.jpg) no-repeat center center / contain;
		width: 152px;
		height: 149px;
		display: inline-block;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	nav #mainMenu ul li {
		border-right: none;
	}

	nav #mainMenu ul li a {
		min-height: auto;
	}

	#mainContentWrapper.equipmentsSections iframe {
		float: none !important;
		clear: both;
		margin: 20px auto !important;
		display: block;
	}

	#mainContentWrapper .contentWrapper p {
		margin-bottom: 20px;
	}

	#mainContentWrapper .contentWrapper ul {
		padding: 0 0 0 15px;
		margin: 0 0 20px;
	}

	#mainContentWrapper .contentWrapper h3 {
		margin: 30px 0 20px;
	}

	footer #footerMiddle {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		max-width: 540px;
	}

	header #headerRightBottom #headerDescription {
		font-size: clamp(14px, 3vw, 22px);
		line-height: 1.45;
	}

	#homeSectionThree li,
	#homeSectionThree li:nth-child(3n) {
		float: none;
		width: 100%;
		margin: 0 0 30px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 576px) {
	.container {
		max-width: 100%;
	}

	header #headerRightBottom #headerDescription {
		display: none;
	}

	header #headerRightBottom #headerContact {
		float: none;
		font-size: clamp(14px, 4vw, 24px);
		line-height: clamp(0.8, 0.9, 0.895);
		padding: 15px 15px;
	}

	header #headerLogo {
		max-width: 150px;
		margin: 30px 0 0;
	}

	header #headerSweeper2021 {
		max-width: 150px;
		margin: 30px 0 0;
	}

	#homeSectionOne #homeSectionOneContent h1 {
		font-size: clamp(18px, 5vw, 28px);
		line-height: clamp(1, 1.1, 1.2);
	}

	#homeSectionOne #homeSectionOneContent h2 {
		font-size: clamp(16px, 4vw, 28px);
		line-height: clamp(1, 1.1, 1.2);
	}

	#homeSectionThree {
		margin: 30px 0 10px;
	}

	#homeSectionThree h2 {
		font-size: clamp(18px, 5vw, 28px);
		line-height: clamp(0.9, 0.95, 1);
		margin: 0 0 30px;
	}

	#homeSectionThree ul {
		margin: 0;
	}

	#homeSectionThree li,
	#homeSectionThree li:nth-child(3n) {
		margin: 0 0 20px;
	}

	#homeSectionThree li a:before,
	#homeSectionThree li a:after {
		display: none;
	}

	#homeSectionThree li a {
		padding: 0;
		min-height: auto;
		text-align: center;
	}

	#pageHeaderBanner h1,
	#pageHeaderBanner h2 {
		font-size: clamp(22px, 4vw, 28px);
		line-height: clamp(1.1, 1.15, 1.2);
		text-align: center;
	}

	footer #footerTop {
		padding: 30px 0 30px;
	}

	footer #footerTop p {
		font-size: clamp(18px, 5vw, 28px);
		line-height: clamp(1.1, 1.15, 1.2);
		margin: 0 0 30px;
	}

	footer #footerMiddle {
		padding: 30px 0 30px;
	}

	footer #footerMiddle #footerLogo {
		margin: 0 auto 30px;
	}

	footer #footerMiddle a.left,
	footer #footerMiddle a.right {
		max-width: 50%;
	}

	footer #footerMiddle a.left img,
	footer #footerMiddle a.right img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}

/*End Responsive*/

/* Misc Added */
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/* End Misc Added */
