/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
*/
@import url("https://use.typekit.net/trp5fmd.css");

@font-face {
	font-family: "ETmodules";
	src: url("../fonts/modules.eot");
	src: url("../fonts/modules.eot?#iefix") format("embedded-opentype"),
		url("../fonts/modules.ttf") format("truetype"),
		url("../fonts/modules.woff") format("woff"),
		url("../fonts/modules.svg#ETmodules") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	overflow-x: hidden;
	font-size: 18px;
	font-family: regulator-nova, sans-serif;
	color: #437b4d;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: regulator-nova,sans-serif; */
	color: #437b4d;
	font-weight: 500;
	line-height: 1.4em;
}
h4 {
	font-size: 21px;
}
ul,
li {
	margin: 0;
	padding: 0;
}
p,
ul {
	/* font-family: regulator-nova,sans-serif; */
	font-weight: 500;
	line-height: 1.7em;
	font-size: 18px;
	color: #7d9e96;
	margin-bottom: 1rem;
}
p:not(.has-background):last-of-type {
	padding-bottom: 0;
}
a {
	color: #7d9e96;
}

select {
	height: auto;
	padding: 0.5rem;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
}
a:hover {
	color: #7d9e96;
}
.orange,
.orange a {
	color: #d88e28 !important;
}
.center {
	margin: 0 auto;
}
#header {
	width: 100%;
	z-index: 1000;
	background: #ffffff;
	padding-top: 10px;
}
.container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}
#header .container img {
	max-height: 102px;
	padding: 10px 0;
}
.nav {
	background: #437b4d;
	z-index: 100;
	width: 100%;
	color: #ffffff;
}
.nav .selected,
.nav .current_page_item {
	border-bottom: 3px solid #d88e28;
	font-weight: 700;
}
.nav ul {
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.nav li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.nav li a {
	font-family: regulator-nova, sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}
.nav li a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.03);
}
.nav li ul {
	position: absolute;
	padding: 20px 0;
	visibility: hidden;
	z-index: 9999;
	width: 240px;
	border-top: 3px solid #d88e28;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav ul li:hover > ul,
.nav li:hover > ul {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav li.et-touch-hover > ul,
.nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.nav li li {
	position: relative;
	line-height: 2em;
	margin: 0;
	padding: 0 20px;
}
.nav li li a {
	color: #7d9e96;
	width: 200px;
	padding: 0px 20px;
	display: inline-block;
}
.nav .mega-menu ul.sub-menu {
	-moz-column-count: 5;
	-moz-column-gap: 0px;
	-webkit-column-count: 5;
	-webkit-column-gap: 0px;
	column-count: 5;
	column-gap: 0px;
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px;
	overflow: auto;
}
.nav .mega-menu ul.sub-menu li {
	width: 100%;
}
.nav .mega-menu ul.sub-menu li a {
	padding: 0;
}
.content {
	position: relative;
	//top: 180px;
	width: 100%;
	height: calc(100% - 138px);
}
.logo-nav {
	position: absolute;
	left: 0;
	top: 10px;
}
.logo-nav img {
	width: 200px;
}
.hamburger {
	position: absolute;
	right: 10px;
	top: 10px;
}
.hamburger img {
	max-height: 40px;
}
.modal-nav ul {
	margin: 0;
	padding: 0;
}
.modal-nav li {
	list-style: none;
	text-align: left;
	margin-bottom: 0.25em;
	font-size: 10px;
	color: #ffffff;
	position: relative;
}
.modal-nav li a {
	color: #ffffff;
	font-size: 14px;
	font-family: regulator-nova, sans-serif;
	font-weight: 500;
}
.modal-nav li ul {
	display: none;
	margin-left: 2em;
}
.modal-nav .current-menu-item {
	border-bottom: 3px solid #d88e28;
}
.modal-nav .menu-item-has-children > a:after {
	font-size: 16px;
	content: "\33";
	top: 0;
	right: 10px;
	font-family: "ETmodules";
	text-align: center;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	position: absolute;
}
.modal-nav li.selected a {
	color: #fff;
}
.modal-nav li a:hover {
	color: #fff;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
#modal-navigation {
	background: #437b4d;
}

.grid-container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.nopadding {
	padding: 0;
}
.padding {
	padding: 2%;
}
.padding-lr {
	padding: 0 2%;
}
.padding-r {
	padding: 0 2% 0 0;
}
.padding-tb {
	padding: 2% 0;
}
.padding-lrb {
	padding: 0 2% 2% 2%;
}
.cell.right {
	margin-left: auto;
}
#sidebar_service_cal h1 {
	width: 100%;
	font-weight: 900;
	padding: 2.855% 0;
	text-align: center;
	display: block;
	font-size: 26px;
	color: #ffffff;
	background: #437b4d;
	margin-bottom: 0;
}
#sidebar_service_cal h2 {
	width: 100%;
	font-weight: 500;
	padding: 2.855% 0;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: #9cc182;
	margin-bottom: 0;
}
#sidebar_service_cal ul {
	border: 1px solid #9cc182;
	padding: 10px;
	width: 100%;
	margin: 0;
}
#sidebar_service_cal ul li {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #437b4d;
}
#breadcrumb,
.breadcrumbs,
.breadcrumbs a {
	color: #9cc182;
	font-weight: 700;
}
.breadcrumbs span.bcsep {
	padding: 0 0.5em;
	font-family: "ETModules";
	top: 0.14em;
	position: relative;
}

.button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	background: #437b4d;
	border-width: 0px !important;
	border-color: #437b4d;
	padding-right: 1.6em;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 255px;
}

.button:hover {
	background: #437b4d;
}
.button::after {
	position: absolute;
	top: 0.55em;
	right: 0.4em;
	font-size: 24px;
	opacity: 1;
	text-shadow: none;
	font-weight: 300;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	content: "\00BB";
	font-family: ETmodules !important;
	-webkit-font-smoothing: antialiased;
	content: "9";
}
article img {
	padding-bottom: 4%;
}

article ul {
	padding-left: 1em;
}

ul.checks,
ul.zipcodes,
ul.citylist {
	display: flex;
	flex-flow: row wrap;
}
.comparecol ul.checks {
	display: block !important;
}

ul.citylist li {
	justify-content: space-around;
	list-style: none;
	display: block;
	width: calc(50%);
	height: auto;
	margin: 2px 0;
	position: relative;
}
#citiesnearby ul.citylist li {
	padding-left: 10%;
}
ul.checks li,
ul.zipcodes li {
	justify-content: space-around;
	list-style: none;
	display: block;
	width: calc(50% - 1.5em);
	height: auto;
	margin: 2px 0;
	position: relative;
	margin-left: 1.5em;
}
ul.checks li::before,
ul.zipcodes li::before {
	position: absolute;
	left: -1.5em;
	opacity: 1;
	text-shadow: none;
	font-weight: 300;
	font-style: normal;
	font-variant: none;
	line-height: 1.6em;
	text-transform: none;
	font-family: ETmodules !important;
	-webkit-font-smoothing: antialiased;
	content: "N";
}
ul.zipcodes li::before {
	content: "\E081";
}
div.comparecol.large-1 {
	width: calc(8.33333% - 1em);
}
div.comparecol.large-2 {
	width: calc(16.66666% - 1em);
}
div.comparecol.large-3 {
	width: calc(25% - 1em);
}
div.comparecol.large-4 {
	width: calc(33.33333% - 1em);
}
div.comparecol.large-6,
div.blogcol.large-6 {
	width: calc(50% - 1em);
}
div.comparecol.large-12 {
	width: calc(100% - 1em);
}
div.comparecol {
	border: 1px solid #437b4d;
	margin: 0.5em;
	text-align: center;
	float: left;
}
div.blogcol {
	border: 1px solid #437b4d;
	margin: 0.5em;
	text-align: left;
	float: left;
	padding: 0.5em;
}
div.blogcol a {
	font-weight: 700;
}
div.blogcol p {
	margin-bottom: 1em;
}
div.comparecol.featured {
}
div.comparecol:not(.featured) > *:nth-child(-n + 1) {
	background: #efefef;
	width: auto;
	max-width: 100%;
	display: block;
	padding: 10px 10px 0;
}
div.comparecol.featured > *:nth-child(-n + 2) {
	background: #437b4d;
	width: auto;
	max-width: 100%;
	display: block;
}
.comparecol p {
	margin-bottom: 0;
}

.comparecol ul,
div.blogcol ul {
	padding: 0.5em;
}
.comparecol ul.checks li {
	width: calc(100% - 1.5em);
	text-align: left;
}
.comparecol h1 {
	font-weight: 700;
	color: #d88e28 !important;
	text-align: center;
	font-size: 26px;
	padding: 0 10px;
}
.comparecol h5 {
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	font-size: 16px;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	padding: 0 10px;
}
.comparecol h3 {
	color: #ffffff !important;
	background-color: #9cc182;
	text-align: center;
	font-size: 20px;
	padding: 10px;
}
div.clearboth {
	clear: both;
}
#hero {
	width: 100%;
	background-image: url("https://www.lawncare.net/wp-content/uploads/2019/01/hero.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 600px;
	padding: 4% 0;
}
#hero h1,
#hero p {
	color: #ffffff;
	text-align: center;
}
#hero h1 {
	font-weight: 800;
	font-size: 45px;
	line-height: 1.1em;
}
#hero p {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1em;
}
#heroform {
	background-color: rgba(26, 91, 26, 0.63);
	border-width: 2px;
	border-color: #ffffff;
	padding-top: 16px !important;
	padding-right: 30px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important;
	min-height: 274px;
	border: 2px solid #ffffff;
	position: relative;
}
#heroform img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
#heroform p {
	font-size: 18px;
}
#heroform #field_1_13 {
	margin-top: 36px;
}
#heroform #input_1_13 {
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	width: 49%;
}
#heroform #gform_next_button_1_14 {
	width: 50%;
	border: none;
	margin: 0;
	background: #d88e28 !important;
	font-size: 17px;
	color: #fff !important;
	padding: 5px 18px 5px;
	margin: 3px 0 0;
	cursor: pointer;
	font-family: regulator-nova, sans-serif;
	font-weight: 700;
	float: right;
	text-align: center;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top: -74px;
	left: -5px;
	position: relative;
}
#heroform .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px;
}
#heroform .gfield_label {
	display: block !important;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	color: #ffffff;
}
#gform_next_button_1_16,
#gform_next_button_1_19,
#gform_submit_button_1 {
	width: 100%;
	border: none;
	margin: 15px 0 0;
	background: #d88e28 !important;
	font-size: 17px;
	color: #fff !important;
	padding: 8px 18px 9px;
	cursor: pointer;
	font-family: regulator-nova, sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}
#gform_previous_button_1_16,
#gform_previous_button_1_19,
#gform_previous_button_1 {
	display: none;
}
#label_1_21_1 {
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	max-width: 93%;
}
#heroform .gfield_checkbox li input[type="checkbox"] {
	vertical-align: top;
	margin-top: 0;
}
#networkexperts {
	color: #ffffff;
	background-color: #9cc182;
}
#networkexperts .large-4 {
	padding: 0 2.75%;
}
#networkexperts img {
	text-align: center;
	margin: 1em auto;
	display: block;
}
#networkexperts h1 {
	font-size: 36px;
	text-align: center;
	color: #ffffff;
}
#howdoesitwork {
	padding: 4% 0;
}
#howdoesitwork .grid-container {
	background-color: #f2f7f5;
	border: 1px solid #7d9c94;
	padding: 2% 80px;
	text-align: center;
}
#howdoesitwork h1 {
	font-weight: 700;
}

.hdiw-steps {
	position: relative;
}

.hdiw-steps h4 {
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	color: #437b4d;
}
.hdiw-steps img {
	display: block;
	margin: 0 auto;
	margin-bottom: 9.27%;
}
#otherrecomendations {
	background-color: #f4f7f0 !important;
	padding: 4% 0;
	text-align: center;
}
#services {
	background-color: #f4f7f0 !important;
}
#services .serviceboxes {
	display: flex;
	justify-content: space-between;
}
#services .serviceboxes div {
	width: calc(50% - 25px);
	height: auto;
	margin: 25px 0; /* Magic! */
}
#services .serviceboxes img {
	width: 100%;
	height: auto;
}
#services .serviceboxes div h4 {
	background-color: #437b4d;
	width: 100%;
	color: #ffffff;
	padding: 10px;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}
#popular-locations h1 {
	text-align: center;
}
#popular-locations a {
	text-decoration: underline;
}
#popular-locations ul {
	display: flex;
	flex-flow: row wrap;
}
#popular-locations ul li {
	justify-content: space-around;
	list-style: none;
	display: block;
	width: 50%;
	height: auto;
	margin: 2px 0; /* Magic! */
	padding-left: 5%;
}

#hardiness-zone {
	text-align: center;
	padding: 2% 0;
}
#hardiness-zone .cell {
	padding: 2% 0;
}
#hardiness-zone h3 {
	font-size: 26px;
	font-family: regulator-nova, sans-serif;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.4em;
}
#hardiness-zone img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 0;
}

.lcncallout {
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	border: 2px solid #437b4d;
	padding-top: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
}

.lcnsmalltext {
	font-size: 15px;
}
.sidebarcontainer {
	margin-bottom: 20px;
}

#sidebar_leadcapture {
	border: 1px solid #437b4d;
}
#gform_page_7_2,
#gform_page_7_3,
#gform_page_7_4 {
	padding: 16px;
}
#sidebar_leadcapture p {
	margin-bottom: 0;
}
#sidebar_leadcapture img {
	vertical-align: initial;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#sidebar_leadcapture .gfield_label {
	display: block !important;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	color: #437b4d;
}
#sidebar_leadcapture .gfield_required {
	display: none;
}
#gform_previous_button_7_16,
#gform_previous_button_7_19,
#gform_previous_button_7,
div.validation_error,
div.validation_message {
	display: none;
}
#input_7_7 {
	padding-right: 10px;
}
#label_7_21_1 {
	font-size: 11px;
	line-height: 12px;
	color: #7d9e96;
	max-width: 90%;
}
#gform_7 .gfield_checkbox li input[type="checkbox"] {
	vertical-align: top;
	margin-top: 0;
}
.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 0px !important;
}
#gform_submit_button_7,
#sidebar_leadcapture .gform_wrapper .gform_page_footer .gform_next_button {
	text-transform: uppercase;
	width: 91%;
	border: none;
	margin: 15px;
	background: #d88e28 !important;
	font-size: 17px;
	color: #fff !important;
	padding: 8px 18px 9px;
	cursor: pointer;
	font-family: regulator-nova, sans-serif;
	font-weight: 700;
	float: none;
	text-align: center;
	border-radius: 4px;
	position: static;
}
.gform_wrapper .gform_page_footer {
	border-top: 0px !important;
}
#gform_1 input,
#gform_7 input,
#gform_5 input {
	text-align: center;
}
#field_7_13 {
	padding-right: 15px !important;
	padding-left: 15px;
}
#input_7_13,
#input_7_15,
#input_7_18,
#input_7_17_3,
#input_7_17_6,
#input_7_6,
#input_7_7,
#input_2_2,
#input_2_3 {
	border-radius: 4px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(199, 208, 214, 1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(199, 208, 214, 1);
	box-shadow: 0px 0px 10px 1px rgba(199, 208, 214, 1);
}

.ftr {
	background: #437b4d;
	padding: 15px 0 5px;
	line-height: 13px;
	font-size: 12px;
	float: left;
	padding-bottom: 10px;
	color: #666;
	text-align: left;
	font-family: regulator-nova, sans-serif;
	font-weight: 500;
	width: 100%;
}
.ftr p,
.ftr p a {
	color: #ffffff;
	line-height: 1em;
	margin-bottom: 0.8em;
	font-size: 12px;
}

#sidebar_reviews {
	border: 1px solid #9cc182;
}
#sidebar_reviews .review_header {
	width: 100%;
	background: #9cc182;
}
#sidebar_reviews .review_header h2 {
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	padding: 18px 0;
}
#review_body {
	padding: 10%;
}
#review_body h4 {
	font-size: 18px;
	font-weight: 900;
}
.review_page {
	margin-top: 10px;
}
.review_page p {
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}
.review_page h2 {
	font-size: 20px;
	font-weight: 600;
}

#sidebar_reviews button.slick-next.slick-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 50px;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #437b4d !important;
	overflow: hidden;
	right: -50px;
}
#sidebar_reviews button.slick-next.slick-arrow:hover {
	right: -28px;
	opacity: 1;
	cursor: pointer;
}
#sidebar_reviews button.slick-next.slick-arrow::before {
	content: "\35";
	font-family: ETmodules !important;
	width: 20px;
	height: 20px;
	color: #437b4d !important;
}
#sidebar_reviews button.slick-prev.slick-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 50px;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #437b4d !important;
	overflow: hidden;
	left: -50px;
}
#sidebar_reviews button.slick-prev.slick-arrow:hover {
	left: -28px;
	opacity: 1;
	cursor: pointer;
}
#sidebar_reviews button.slick-prev.slick-arrow::before {
	content: "\34";
	font-family: ETmodules !important;
	width: 20px;
	height: 20px;
	color: #437b4d !important;
}

#sidebar_reviews .button {
	margin-left: auto;
	margin-right: auto;
}
#sidebar_reviews .button::after {
	content: "\33";
}
#sidebar_reviews .button.toggle::after {
	content: "\32";
}
#review_toggle {
	display: none;
	padding: 0 1em;
	text-align: center;
}
#review_toggle h3,
.gfield_required {
	display: none;
}
.gfield_label {
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	width: 100%;
}
#review_toggle .gsurvey-rating:not(:checked) > label,
#review_toggle .gsurvey-rating:checked > label {
	width: 30px;
	background-size: 30px 30px;
	line-height: 30px;
	margin: 0.5em;
}
#review_toggle input[type="submit"].gform_button.button {
	width: 100%;
	border: none;
	margin: 15px 0 0;
	background: #d88e28 !important;
	font-size: 17px;
	color: #fff !important;
	padding: 8px 18px 9px;
	cursor: pointer;
	font-family: regulator-nova, sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}

table thead {
	font-family: regulator-nova, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #9cc182;
	color: #fff;
}
table thead td {
	padding: 0px 10px;
}
table tbody tr:nth-child(even),
table tbody tr:nth-child(odd) {
	background: transparent;
}
table tbody td {
	border: 1px solid #9cc182;
}

@media print, screen and (min-width: 40em) {
}
@media print, screen and (min-width: 1024px) {
	#header {
		position: fixed;
	}
	#services .serviceboxes div {
		width: calc(25% - 25px);
	}
	.content {
		top: 138px;
	}
	.pagecontent {
		padding-right: 5.5% !important;
	}
	.sidebar {
		padding-left: 2.5% !important;
	}
	.hdiw-steps:not(:last-of-type):after {
		content: url("https://www.lawncare.net/wp-content/uploads/2019/01/dots1.png");
		position: absolute;
		left: 50%;
		top: 42%;
	}
	ul.checks li,
	ul.zipcodes li {
		width: calc(25% - 1.5em);
	}
	#popular-locations ul li {
		width: 20%;
	}
	ul.citylist li {
		width: calc(25%);
	}
}
