/*
Theme Name: Kleen Sweep
Theme URI: https://kleensweeps.com/
Description: Kleen Sweep
Version: 1.0
Author: 
Author URI: 
Tags:
*/

/*Begin General*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	/*border-top: 7px solid rgb(115, 166, 77);*/
}
	
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
/*End General*/

/*Begin Header*/
header #headerLogo {
	margin: 26px 2px 32px;
	width: 448px;
	height: 124px;
	display: block;
	background: url(../png/headerlogo.png) no-repeat center center / contain;
}

header nav ul li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

header #headerTopMenu {
	background: rgb(115, 166, 77);
	margin: 0 0 22px;
	float: right;
	padding: 0 30px;
}

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

header #headerTopMenu ul li {
	display: inline-block;
}

header #headerTopMenu ul li a {
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.412;
	text-align: center;
	padding: 11px 10px 13px;
	display: inline-block;
}

header #headerMetaInfo {

}

header #headerMetaInfo #headerDescription {
	font-size: 31px;
	color: rgb(34, 34, 34);
	font-weight: 500;
	line-height: 1.032;
	text-align: center;
	float: left;
	width: calc(100% - 396px);
	margin: 4px 0 0 122px;
}

header #headerMetaInfo #headerContact {
	display: block;
	font-size: 34px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	line-height: 71px;
	text-align: center;
	width: 274px;
	height: 71px;
	background-color: rgb(115, 166, 77);
	float: right;
	text-decoration: none;
}

header #headerMetaInfo #headerContact:hover {
	background-color: rgba(115, 166, 77, 0.9);
}

header #headerMainMenuWrapper {
	background-color: rgb(34, 34, 34);
	height: 123px;
}

header #headerMainMenuWrapper nav {
	padding: 0;
}

header #headerMainMenuWrapper nav #mainMenu ul {
}

header #headerMainMenuWrapper nav #mainMenu ul li {
	border-right: 2px dashed #ffffff;
}

header #headerMainMenuWrapper nav #mainMenu ul li:first-child {
	border-left: 2px dashed #ffffff;
}

header #headerMainMenuWrapper nav #mainMenu ul li a {
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.1;
	text-align: center;
	background-color: rgb(34, 34, 34);
	height: 123px;
	padding: 65px 0 0;
	position: relative;
}

header #headerMainMenuWrapper nav #mainMenu ul li a:hover {
	background-color: rgba(115, 166, 77, 0.1);
}

header #headerMainMenuWrapper nav #mainMenu ul li a:before {
	content: '';
	background: url(../png/headermenuicons.png) no-repeat;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(1) a::before {
	background-position: 0 0;
	width: 39px;
	height: 34px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(2) a::before {
	background-position: -167px 0px;
	width: 54px;
	height: 40px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(3) a::before {
	background-position: -352px 0px;
	width: 45px;
	height: 37px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(4) a::before {
	background-position: -533px 0px;
	width: 52px;
	height: 38px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(5) a::before {
	background-position: -709px 0px;
	width: 41px;
	height: 41px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(6) a::before {
	background-position: -891px 0px;
	width: 41px;
	height: 41px;
}

header #headerMainMenuWrapper nav #mainMenu ul li:nth-child(7) a::before {
	background-position: -1080px 0px;
	width: 32px;
	height: 39px;
}

header #headerMainMenuWrapper nav #mainMenu ul ul {
	width: 320px;
	padding: 0;
	border-radius: 0;
	margin: 0;
	right: 0;
	left: auto;
}

header #headerMainMenuWrapper nav #mainMenu ul ul li,
header #headerMainMenuWrapper nav #mainMenu ul ul li:first-child {
	border: none;
}

header #headerMainMenuWrapper nav #mainMenu ul ul li:before
header #headerMainMenuWrapper nav #mainMenu ul ul li:after {
	display: none;
}

header #headerMainMenuWrapper nav #mainMenu ul ul li a {
	font-size: 18px;
	text-align: left;
	padding: 10px 10px;
	height: auto;
	line-height: 24px;
}

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

header #headerMainMenuWrapper nav #mainMenu ul ul li a:hover {
	background-color: rgba(34, 34, 34, 0.9);
}
/*End Header*/

/*Begin Content*/
#homeSection1 {
	background: url(../jpg/homesection1banner.jpg) no-repeat center center / cover;
	padding: 180px 0 275px;
	height: 729px;
}

#homeSection1 h2 {
	font-size: 74px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2.5px 4.33px 2px rgba(35, 31, 32, 0.91);
	margin: 0 0 10px;
}

#homeSection1 #bannerCTAButton {
	font-size: 43px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	color: rgb(255, 255, 255);
	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(102, 158, 68);
	width: 480px;
	display: block;
	padding: 9px 0;
	margin: 20px auto 0;
	text-decoration: none;
	cursor: pointer;
}

#homeSection1 p {
	font-size: 42px;
	color: rgb(255, 255, 255);
	font-style: italic;
	line-height: 1.111;
	text-align: center;
	text-shadow: 2.5px 4.33px 2px rgba(35, 31, 32, 0.91);
	-moz-transform: scale(0.95, 1);
	-webkit-transform: scale(0.95, 1);
	-ms-transform: scale(0.95, 1);
}

#homeSection2 {
	background: rgb(102, 158, 68);
	position: relative;
	padding: 125px 0 40px;
}

#homeSection2::before {
	content: '';
	background: url(../png/homesection2topbg.png) no-repeat center top;
	height: 149px;
	display: block;
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
}

#homeSection2 .col-sm-8 {
	padding-left: 50px;
}

#homeSection2 h2 {
	font-size: 50px;
	color: rgb(36, 32, 33);
	text-transform: uppercase;
	line-height: 0.56;
	margin: 30px 0 40px;
}

#homeSection2 p {
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.40;
	margin: 0 0 35px;
}

#homeSection2 img {
	float: right;
}

#homeSection3 {
	padding: 75px 0 40px;
	background: rgb(255, 255, 255);
}

#homeSection3 h2 {
	font-size: 50px;
	color: rgb(36, 34, 34);
	font-weight: bold;
	line-height: 0.96;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 75px;
}

#homeSection3 .iconLink {
	font-size: 35px;
	color: rgb(36, 34, 34);
	font-weight: 600;
	line-height: 1.286;
	position: relative;
	padding: 184px 0 0;
	display: block;
	text-decoration: none;
	width: 215px;
	text-align: center;
	margin: 0 auto 50px;
}

#homeSection3 .iconLink::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 154px;
	height: 154px;
	display: block;
	right: 0;
	margin: 0 auto;
}

#homeSection3 .iconLink::after {
	content: '';
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	width: 154px;
	height: 154px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#homeSection3 .iconLink.streetSweeping:before {
	background: url(../png/streetsweepingicon.png) no-repeat center center;
}

#homeSection3 .iconLink.parkingLotSweeping:before {
	background: url(../png/parkinglotsweepingicon.png) no-repeat center center;
}

#homeSection3 .iconLink.constructionSweeping:before {
	background: url(../png/constructionsweepingicon.png) no-repeat center center;
}

#homeSection3 .iconLink.industrialSweeping:before {
	background: url(../png/industrialsweepingicon.png) no-repeat center center;
}

#homeSection3 .iconLink.stormwaterManagement:before {
	background: url(../png/stormwatermanagementicon.png) no-repeat center center;
}

#homeSection3 .iconLink.landscapingCleanup:before {
	background: url(../png/landscapingcleanupicon.png) no-repeat center center;
}

#homeSection3 .iconLink.specialEventCleanup:before {
	background: url(../png/specialeventcleanupicon.png) no-repeat center center;
}

#headerBanner {
	min-height: 153px;
	background: url(../jpg/pagebannerdefault.jpg) no-repeat center center / cover;
	position: relative;
	padding: 52px 0;
}

#headerBanner:after {
	content: '';
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

#headerBanner h2 {
	position: relative;
	z-index: 1;
	font-size: 45px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.067;
	margin: 0;
}

#mainContentWrapper {
	color: rgb(44, 51, 55);
	font-size: 20px;
	line-height: 1.4;
}

#mainContentWrapper p {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 35px;
}

#mainContentWrapper p.big {
	font-size: 24px;
	margin: 0 0 10px;
}

#mainContentWrapper h2 {
	font-size: 40px;
	color: rgb(44, 51, 55);
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 35px;
}

#mainContentWrapper h2.big {
	font-size: 44px;
	line-height: 1.4;
}

#mainContentWrapper h3 {
	font-size: 30px;
	color: rgb(44, 51, 55);
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 20px;
}

#mainContentWrapper h3.big {
	font-size: 36px;
	line-height: 1.4;
}

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

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

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

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

#mainContentWrapper ul.box {
	padding: 0;
	margin: 58px 0 0;
}

#mainContentWrapper ul.box:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}

#mainContentWrapper ul.box li {
	border: 1px solid rgb(115, 166, 77);
	background-color: rgb(115, 166, 77);
	list-style: none;
	width: calc(25% - 9px);
	min-height: 89px;
	display: block;
	float: left;
	margin: 0 9px 50px 0;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 14px;
	line-height: 1.421;
	padding: 50px 0 22px;
	position: relative;
}

#mainContentWrapper ul.box li::before {
	content: '';
	border-width: 3px;
	border-color: rgb(34, 34, 34);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(34, 34, 34);
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 58px;
	height: 58px;
}

#mainContentWrapper ul.box li::after {
	content: '';
	background: url(../png/listboxcheckicon.png) no-repeat center center;
	position: absolute;
	top: -29px;
	width: 58px;
	height: 58px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

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

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

#mainContentWrapper #sidebar {
	width: 488px;
	float: right;
}
/*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: 15px;
}

#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 li.serviceAreas {
	background-color: rgb(34, 34, 34);
	padding: 20px;
	color: rgb(255,255,255);
	margin: 30px 0;
}

#sidebar li.serviceAreas .cityServiceAreaMapSidebar {
	background: url() no-repeat center center / cover;
	min-height: 315px;
	margin: 0 0 25px;
}
#sidebar li.serviceAreas p {
	font-size: 20px;
	color: rgb(255,255,255);
	text-transform: uppercase;
	line-height: 1.25;
	padding: 0 25px;
}

#sidebar li.serviceAreas ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
#sidebar li.serviceAreas ul li {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	list-style: disc;
	padding: 0 0 0 40px;
	list-style-position: inside;
}

#sidebar .widgetTitle {
	color: rgb(115, 166, 77);
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 35px;
	line-height: 1.2;
}

#sidebar #sidebarFormWrapper {
	margin: -54px 0 0;
	background: url(../jpg/sidebarformfooter.jpg) no-repeat center bottom;
	border: 3px solid rgb(115, 166, 77);
	min-height: 762px;
	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: 264px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#sidebar #sidebarFormWrapper #sidebarFormHeaderWrapper {
	background: url(../png/sidebarformheadericon.png) no-repeat 35px 26px rgb(115, 166, 77);
	padding: 10px 45px 10px 135px;
}

#sidebar #sidebarFormWrapper #sidebarFormHeaderWrapper h2 {
	font-size: 34px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.294;
	-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 #sidebarFormWrapper #sidebarFormContentWrapper {
	padding: 20px 35px 200px;
	position: relative;
	z-index: 1;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper p {
	font-size: 19px;
	color: rgb(32, 32, 32);
	font-weight: 500;
	line-height: 1.145;
	margin: 0 0 10px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper label,
#content .quform label {
	font-size: 21px;
	color: rgb(110, 110, 110);
	line-height: 22px;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper input,
#sidebar #sidebarFormWrapper #sidebarFormContentWrapper select,
#sidebar #sidebarFormWrapper #sidebarFormContentWrapper textarea,
#content .quform input,
#content .quform select,
#content .quform textarea {
	border: 2px solid rgb(217,217,217);
	line-height: 22px;
	padding: 8px 15px;
	color: rgb(110, 110, 110);
}

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

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-spacer,
#content .quform .quform-spacer {
	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 {
	margin: 15px 0 0;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-button-submit button,
#content .quform .quform-button-submit button {
	font-size: 38px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	line-height: 0.711;
	text-align: center;
	border-radius: 9px;
	background-color: rgb(34, 34, 34);
	width: 222px;
	height: 58px;
	text-transform: uppercase;
}

#sidebar #sidebarFormWrapper #sidebarFormContentWrapper .quform-edit-form,
#content .quform .quform-edit-form {
	display: 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;
}

#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(../png/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;
}

/*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 Images Borders*/

img.whiteborder {border: 4px solid white;}
.greyborder img {border: 4px solid #ddd;}

/*End Images Borders*/

/*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 #footerTopLogos {
	padding: 15px 0 15px;
	text-align: center;
}

footer #footerTopLogos img {
	max-width: 100%;
}

footer #footerTop {
	background: rgb(102, 158, 68);
	overflow: hidden;
}

footer #footerTop #footerTopInner {
	width: 1920px;
	margin: 0 auto;
	background: rgb(102, 158, 68);
}

footer #footerTop #footerCTA {
	min-height: 387px;
	padding: 81px 60px 60px 336px;
	float: left;
	width: calc(100% - 809px);
	border-right: 10px solid rgb(255, 255, 255);
}

footer #footerTop #footerCTA p {
	font-size: 55px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.127;
	text-align: left;
}

footer #footerTop #footerCTA #footerCTAButton {
	font-size: 43px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	color: rgb(255, 255, 255);
	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(34, 34, 34);
	width: 410px;
	display: block;
	padding: 9px 0;
	margin: 20px 0 0;
	text-decoration: none;
}

footer #footerTop #footerTopBanner {
	max-width: 809px;
	float: right;
}

footer #footerTop #footerTopBanner img {
	width: 100%;
}

footer #footerMiddle {
	background: url(../jpg/footermiddlebottombg.jpg) no-repeat center center rgb(0, 0, 0);
	padding: 60px 0 60px;
	border-top: 5px dashed rgb(255, 255, 255);
	border-bottom: 5px dashed rgb(255, 255, 255);
}

footer #footerMiddle #footerLogoWrapper {
	width: 415px;
}

footer #footerMiddle #footerLogo {
	background: url(../png/footerlogo.png) no-repeat center center / contain;
	display: block;
	width: 415px;
	height: 153px;
}

footer #footerMiddle #footerHawaiStarmap {
	background: url(../png/footerhawaistarmap.png) no-repeat center center;
	display: block;
	width: 252px;
	height: 162px;
	margin: 60px auto 0;
}

footer #footerMiddle h2 {
	font-size: 36px;
	font-family: 'Fira Sans', sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 0.778;
	margin: 0 0 22px;
}

footer #footerMiddle p {
	font-size: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.167;
	font-weight: 300;
	margin: 0 0 20px;
}

footer #footerMiddle p strong {
	font-weight: 500;
}

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

footer #footerMiddle ul li {
	color: rgb(255, 255, 255);
	margin: 0;
}

footer #footerMiddle ul li a {
	font-size: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.167;
	font-weight: 300;
}

footer #footerBottom {
	padding: 35px 0;
	background: rgb(23, 23, 23);
}

footer #footerBottom p {
	font-size: 22px;
	font-weight: 500;
	color: rgb(102, 158, 68);
	text-transform: uppercase;
	line-height: 1.273;
	text-align: center;
	margin: 0;
}
/*End Footer*/

/*Begin Responsive*/
@media (min-width: 768px) {
	header nav ul li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 1600px) {
	header #headerMetaInfo #headerDescription {
		margin-left: 40px;
		width: calc(100% - 336px);
	}

	#homeSection1 {
		height: auto;
		padding: 100px 0;
	}
	
	#homeSection1 h2 {
		font-size: 68px;
	}
	
	footer #footerTop #footerTopInner {
		width: 100%;
	}
	
	footer #footerTop #footerCTA {
		float: none;
		width: 100%;
		text-align: center;
		padding: 60px 15px;
		margin: 0 auto;
		border: navajowhite;
	}
	
	footer #footerTop #footerCTA p {
		text-align: center;
	}
	
	footer #footerTop #footerCTA #footerCTAButton {
		margin: 20px auto;
	}

	footer #footerTop #footerTopBanner {
		display: none;
		float: none;
		clear: both;
	}
	
	footer #footerMiddle #footerLogoWrapper {
		max-width: 90%;
	}
	
	footer #footerMiddle #footerLogo {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1400px) {
	header #headerTopMenu {
		padding: 0 15px;
		margin: 0 0 10px;
	}

	header #headerTopMenu ul li a {
		font-size: 18px;
		padding: 11px 7px 13px;
	}
	
	header #headerMetaInfo #headerDescription {
		margin: 0 15px 10px;
		float: none;
		width: 100%;
		font-size: 24px;
	}
	
	header #headerMetaInfo #headerContact {
		width: 100%;
		margin: 0 15px 0;
		float: none;
		background: transparent;
		color: #000;
		line-height: 48px;
		height: auto;
	}
	
	header #headerMetaInfo #headerContact:hover {
		background: transparent;
	}
	
	#homeSection1 h2 {
		font-size: 52px;
	}
	
	#homeSection3 .row:nth-child(3) .col-sm-2:first-child,
	#homeSection3 .row:nth-child(3) .col-sm-2:last-child {
		flex: 0 0 4%;
		max-width: 4%;
	}
	
	#homeSection3 .row:nth-child(3) .col-sm-2,
	#homeSection3 .row:nth-child(3) .col-sm-4 {
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media only screen and (max-width: 1200px) {
	header #headerTopMenu ul li a {
		font-size: 14px;
	}

	header #headerMainMenuWrapper nav #mainMenu ul li a {
		font-size: 16px;
		padding-top: 70px;
	}
	
	#homeSection2 img {
		max-width: 100%;
		float: none;
	}

	#homeSection2 h2 {
		font-size: 44px;
		margin: 5px 0 30px;
	}

	#homeSection2 p {
		margin: 0 0 20px;
	}
	
	footer #footerMiddle {
		background: #000;
	}
	
	#footerMiddle .col-sm-4:first-child {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	
	#footerMiddle .col-sm-4:nth-child(2),
	#footerMiddle .col-sm-4:nth-child(3) {
		max-width: 50%;
		flex: 0 0 50%;
	}
	
	footer #footerMiddle #footerLogoWrapper {
		max-width: 100%;
		text-align: center;
		margin: 0 auto 40px;
	}
	
	footer #footerMiddle #footerLogo {
		max-width: 100%;
	}
	
	#mainContentWrapper #content {
		width: 100%;
		float: none;
	}
	
	#mainContentWrapper #sidebar {
		float: none;
		margin: 0 auto 40px;
	}
	
	.wp-block-kadence-spacer {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.alignright,
	.alignleft,
	.aligncenter,
	a img.alignright,
	a img.alignleft,
	a img.aligncenter {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		text-align: center;
	}
	
	header .col-sm-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	header #headerLogo {
		width: 224px;
		height: 62px;
		margin: 20px auto;
	}
	
	header #headerTopMenu {
		float: none;
		text-align: center !important;
	}

	header #headerMetaInfo #headerContact {
		font-size: 26px;
		line-height: 32px;
		margin: 0 15px 10px;
	}
	
	header #headerMainMenuWrapper {
		height: auto;
	}
	
	header #headerMainMenuWrapper .navbar-toggler-icon {
		border-bottom: 2px solid #fff;
		border-top: 2px solid #fff;
		height: 21px;
	}

	header #headerMainMenuWrapper .navbar-toggler-icon::after {
		content: '';
		background: #fff;
		height: 2px;
		display: block;
		margin: 7px 0 0;
	}
	
	header #headerMainMenuWrapper nav #mainMenu ul li {
		border: none !important;
	}
	
	header #headerMainMenuWrapper nav #mainMenu ul li a:before,
	header #headerMainMenuWrapper nav #mainMenu ul li a:after {
		display: none;
	}
	
	header #headerMainMenuWrapper nav #mainMenu ul li a {
		padding: 10px 15px;
		height: auto;
	}
	
	header #headerMainMenuWrapper nav #mainMenu ul li a br {
		display: none;
	}

	#homeSection1 {
		padding: 40px 0 60px;
	}

	#homeSection1 h2 {
		font-size: 48px;
	}
	
	#homeSection1 #bannerCTAButton {
		font-size: 28px;
		max-width: 100%;
		margin: 20px auto 20px;
	}
		
	#homeSection1 h2 br {
		display: none;
	}
	
	#homeSection2 .col-sm-4,
	#homeSection2 .col-sm-8	{
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	#homeSection2 img {
		margin: 0 auto 15px;
		display: block;
		max-width: 320px;
	}
	
	#homeSection2 h2 {
		line-height: 1.2;
		text-align: center;
	}
	
	#homeSection3 .row .col-sm-2,
	#homeSection3 .row .col-sm-3,
	#homeSection3 .row .col-sm-4	{
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	
	#homeSection3 .iconLink::before,
	#homeSection3 .iconLink::after {
		left: 0;
		right: auto;
		margin: 0;
		top: 0;
		height: 128px;
		width: 128px;
	}
	
	#homeSection3 .iconLink::before {
		transform: scale(0.8);
	}
	
	#homeSection3 .iconLink {
		width: 100%;
		padding: 32px 0 0 150px;
		margin: 0 auto 30px;
		height: 128px;
		line-height: 1;
		text-align: left;
		max-width: 320px;
		font-size: 28px;
	}
	
	#footerMiddle .col-sm-4:nth-child(1) {
	
	}
	
	#footerMiddle .col-sm-4:nth-child(2),
	#footerMiddle .col-sm-4:nth-child(3) {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	footer #footerMiddle p,
	footer #footerMiddle ul li a {
		font-size: 18px;
	}
	
	footer #footerMiddle h2 {
		font-size: 24px;
	}
	
	footer #footerMiddle #footerLogo {
		max-width: 320px;
		margin: 0 auto;
	}

	footer #footerMiddle #footerHawaiStarmap {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	footer #footerTop #footerCTA {
		min-height: auto;
		padding: 20px 0;
	}
	
	footer #footerTop #footerCTA p {
		font-size: 32px;
	}
	
	footer #footerTop #footerCTA #footerCTAButton {
		width: 100%;
		max-width: 320px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 576px) {
	footer #footerMiddle #footerLogo {
		max-width: 100%;
	}
	
	#mainContentWrapper #sidebar {
		width: 100%;
		max-width: 488px;
	}
	
	#sidebar #sidebarFormWrapper #sidebarFormHeaderWrapper {
		background: rgb(115, 166, 77) !important;
		padding: 10px;
	}
}

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

}
/*End Responsive*/