/*
	Theme Name: Select Exterminating
	Description: Custom Genesis theme
	Author: BREVITY, LLC
	Author URI: http://www.createbrevity.com/
	Version: 4.1.0
  
	Template: genesis
	Template Version: 2.0
 
*/

@import url("../../../../use.typekit.net/xwj4xkq.css");


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* HTML Elements
---------------------------------------------------------------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
a:visited {
	color: #02903D;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 30px 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote,
.entry-content .wp-block-quote {
	margin: 0 0 26px 0;
	padding: 0px 0px 0px 20px;
	border-left: 5px solid #02903D;
	background: #fff;
}

.entry-content .wp-block-quote > p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

.entry-content cite,
.entry-content .wp-block-quote cite {
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
}

.entry-content .wp-block-pullquote {
	margin: 0 0 26px 0;
	padding: 30px 0;
	background: transparent;
	border-top: 5px solid #02903D;
	border-bottom: 5px solid #02903D;
}

.entry-content .wp-block-pullquote > p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.625;
}

.entry-content .wp-block-pullquote cite {
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

.entry-content .wp-block-verse,
.entry-content .wp-block-preformatted {
	font-size: 16px;
}

.entry-content .wp-block-preformatted {
	white-space: pre-wrap;
}

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

.entry-content .wp-block-audio audio {
	display: inline-block;
	width: 100%;
}

hr,
.entry-content hr.wp-block-separator {
    border: 0;
    height: 1px;
    background: #ccc;
    margin-bottom: 26px;
}

.green {
	color: #02903D;
}



/* Headings & Titles
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.archive-title {
	font-size: 24px;
}

.entry-title {
	font-size: 40px;
}

.sidebar .widget-title {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.entry-title a,
.entry-title a:hover {
	color: #000;
}

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
}




/* Basic Animations
---------------------------------------------------------------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.5s ease-in-out;
}

.delay-6s {
	-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s
}

.delay-7s {
	-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s
}

.delay-8s {
	-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s
}

.delay-9s {
	-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s
}

.delay-10s {
	-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s
}

.delay-11s {
	-animation-delay: 11s;
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s
}

.delay-12s {
	-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s
}

.delay-13s {
	-animation-delay: 13s;
	-webkit-animation-delay: 13s;
	-moz-animation-delay: 13s
}

.delay-14s {
	-animation-delay: 14s;
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s
}

.delay-15s {
	-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s
}



/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	width: 100%;
	max-width: 1200px;
	padding: 70px 0 0 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/* Structural Wraps
--------------------------------------------- */

.wrap {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content-sidebar-wrap {
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}

.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

/* Content Column Widths and Positions
--------------------------------------------- */

.content {
	float: left;
	margin-left: 0;
	width: calc((100% - 20px)/2);
}

.sidebar-content .content {
	float: right;
}

.sidebar-primary {
	float: right;
	margin-left: 20px;
	width: calc((100% - 20px)/2);
}

.sidebar-content .sidebar-primary {
	float: left;
}

.full-width-content .content {
	width: 100%;
	float: none;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	float: left;
	margin-left: 20px;
}

.one-half,
.three-sixths,
.two-fourths {
	width: calc((100% - 20px)/2);
}

.one-third,
.two-sixths {
	width: calc((100% - 40px)/3);
}

.four-sixths,
.two-thirds {
	width: calc(((100% - 40px)/3)*2);
}

.one-fourth {
	width: calc((100% - 60px)/4);
}

.three-fourths {
	width: calc(((100% - 20px)/4)*3);
}

.one-sixth {
	width: calc((100% - 100px)/6);
}

.five-sixths {
	width: calc(((100% - 20px)/6)*5);
}

.one-fifth {
	width: calc((100% - 80px)/5);
}

.two-fifths {
	width: calc(((100% - 60px)/5)*2);
}

.three-fifths {
	width: calc(((100% - 40px)/5)*3);
}

.four-fifths {
	width: calc(((100% - 20px)/5)*4);
}

.full-width {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Gutenberg Column Classes
--------------------------------------------- */

.entry-content .wp-block-columns.has-2-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-2 .wp-block-column,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item {
	width: calc((100% - 20px)/2) !important;
}

.entry-content .wp-block-columns.has-3-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-3 .wp-block-column,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 40px)/3) !important;
}

.entry-content .wp-block-columns.has-4-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-4 .wp-block-column,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc((100% - 60px)/4) !important;
}

.entry-content .wp-block-columns.has-5-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-5 .wp-block-column,
.entry-content .wp-block-gallery.columns-5  .blocks-gallery-item {
	width: calc((100% - 80px)/5) !important;
}

.entry-content .wp-block-columns.has-6-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-6 .wp-block-column,
.entry-content .wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc((100% - 100px)/6) !important;
}

.entry-content .wp-block-column,
.entry-content .blocks-gallery-item {
	margin-left: 20px !important;
	margin-right: 0 !important;
}

.entry-content .wp-block-column:first-of-type,
.entry-content .blocks-gallery-item:first-of-type {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery .blocks-gallery-item {
	margin-top: 0 !important;
	width: 100%;
}




/* Tables
---------------------------------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #ccc;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

th {
	font-weight: 700;
}

.entry-content .wp-block-table {
	font-size: 18px;
	line-height: 2;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th,
.entry-content .wp-block-table tr {
	border: none;
}

.entry-content .wp-block-table tr {
	border-top: 1px solid #ccc;
}

.entry-content .wp-block-table tbody {
	border-bottom: 1px solid #ccc;
}




/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}




/* WordPress Default Styles
---------------------------------------------------------------------------------------------------- */

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}


/* Images & Alignments
--------------------------------------------- */

a.aligncenter img,
.alignwide img,
.alignfull img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
}

img.alignnone,
.alignnone {
	margin-bottom: 26px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 26px 26px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 26px 26px;
}

.gallery-caption,
.wp-caption-text,
figure figcaption {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #000;
	margin-top: 10px;
}

p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 10px;
}

.entry-content .wp-block-gallery .blocks-gallery-image img,
.entry-content .wp-block-gallery .blocks-gallery-item img {
	border: 1px solid #ccc;
	height: auto;
	padding: 5px;
}

.entry-content .wp-block-gallery .blocks-gallery-image img:hover,
.entry-content .wp-block-gallery .blocks-gallery-item img:hover {
	border: 1px solid #666;
}

.entry-content .wp-block-button.alignleft,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-image .alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-button.alignright,
.entry-content .wp-block-cover.alignright,
.entry-content .wp-block-image .alignright {
	margin-left: 2em;
}

.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-image.alignfull,
.entry-content .wp-block-embed.alignwide,
.entry-content .wp-block-embed.alignfull {
	margin-bottom: 30px;
}

/* Cover Image
--------------------------------------------- */

.full-width-content .entry-content .wp-block-cover.alignfull {
	width: 100vw;
}

.entry-content .wp-block-cover .wp-block-cover-text {
	font-size: 48px;
}

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 10px 20px 0;
}


/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px ;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

.featured-content img,
.gallery img {
	width: auto;
}

figure {
	margin: 0;
}




/* Forms (including Gravity Forms)
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 4px solid #ccc;
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
	outline: none;
}

input:focus,
textarea:focus {
	border: 4px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #F9CB0A;
	border: none;
	border-bottom: 5px solid #606060;
	border-radius: 10px;
	color: #606060;
	cursor: pointer;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 40px 15px 40px;
	text-transform: uppercase;
	text-decoration: none !important;
	width: auto;
	outline: none;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	background: #02903D;
	border: none;
	border-bottom: 5px solid #606060;
	border-radius: 10px;
	color: #fff;
	line-height: 1;
	outline: none;
}

.button {
	display: inline-block;
}

.full-width.wp-block-button .wp-block-button__link {
	width: 100%;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gravity Forms Defaults
--------------------------------------------- */

div.gform_wrapper span.gform_description {
	font-weight: 400 !important;
}

body div.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

div.gform_wrapper .no-label label {
	display: none !important;
}

div.gform_wrapper .no-label .ginput_container_checkbox label,
div.gform_wrapper .no-label .ginput_container_radio label {
	display: block !important;
}

div.gform_wrapper textarea,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 20px !important;
	color: #333 !important;
	font-size: 18px !important;
}

div.gform_wrapper .top_label div.ginput_container {
	margin-top: 10px !important;
}

div.gform_wrapper textarea {
	margin-top: 10px !important;
}

div.gform_wrapper .entry-content ul > li {
	padding-left: 0 !important;
}

div.gform_wrapper .entry-content ul > li::before {
	display: none !important;
}

/* Gravity Forms Checkboxes
--------------------------------------------- */

div.gform_wrapper ul.gfield_checkbox li {
	position: relative;
	min-height: 35px !important;
}

div.gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
	font-size: 16px !important;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li label::after {
	/* Adds the box for the check */
	content: "";
	background: #fff;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	border: 2px solid #ccc;
	border-radius: 3px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_checkbox li label::before {
	/* Adds the check mark */
	content: "";
	display: block;
    position: absolute;
    width: 10px;
	height: 18px;
    border: solid #02903D;
    border-width: 0 5px 5px 0;
	left: 9px;
	top: 2px;
	transform: rotate(45deg);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	/* Hides the default checkbox */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label::before  {
	/* Shows the check */
	opacity: 1;
	top: 2px;
}


/* Gravity Forms Radios
--------------------------------------------- */

div.gform_wrapper ul.gfield_radio li {
	position: relative;
	min-height: 35px;
}

div.gform_wrapper ul.gfield_radio li label {
	font-size: 18px;
	padding-left: 40px;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li label::after {
	/* Adds the circle for the radio */
	content: "";
	background: #fff;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ccc;
	border-radius: 13px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_radio li label::before {
	/* Adds the radio */
	content: "";
	display: block;
    position: absolute;
    width: 16px;
	height: 16px;
	background: #02903D;
    border-radius: 8px;
	left: 5px;
	top: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"] {
	/* Hides the default radio */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::before  {
	/* Shows the selected radio */
	opacity: 1;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::after {
	border: 2px solid #02903D;
}


/* Gravity Forms Validation Errors
--------------------------------------------- */

div.gform_wrapper .validation_error {
	display: none;
}

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

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 14px !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	padding-right: 16px !important;
}

div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper li.gfield_error textarea {
	border: 5px solid #EA0000 !important;
}

div.gform_wrapper .validation_message {
	font-size: 16px !important;
	color: #EA0000 !important;
	padding-top: 0 !important;
	text-transform: uppercase;
}

div.gform_wrapper .left_label li.gfield_error .instruction,
div.gform_wrapper .right_label li.gfield_error .instruction,
div.gform_wrapper .left_label li.gfield_error.form-float-right .validation_message {
	margin-left: 0 !important;
}





div.gform_wrapper div.required.error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper div.required.error textarea {
	border: 5px solid #EA0000 !important;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}




/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
	border-bottom: 20px solid #02903D;
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.site-header .wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 10px 20px;
	background: #fff;
}

.site-header .title-area {
	float: left;
	width: 270px;
}

.site-header .site-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.site-header .site-title a,
.site-header .site-title a:focus,
.site-header .site-title a:hover {
	color: #000;
}

.site-description {
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

/* If Genesis Header setting is set to image
--------------------------------------------- */

.header-image .site-title > a {
	float: left;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: left 50% !important;
	text-indent: -9000px;
}

.header-image .site-description {
	display: none;
}

/* Header Widget area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: calc(100% - 270px);
	font-family: proxima-nova-extra-condensed, sans-serif;
	padding: 0 0 0 30px;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu {
	font-size: 40px;
	line-height: 0.9;
	margin-bottom: 6px;
	border-bottom: 4px solid #ccc;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu li {
	margin-bottom: -4px;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu li.menu-item:nth-of-type(3) {
	display: inline-block;
	float: right;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu a {
	border-bottom: 4px solid #ccc;
	padding: 0;
	margin: 0 20px 0 0;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu li.menu-item:nth-of-type(3) a {
	margin: 0;
}

.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu .current-menu-item > a {
	color: #02903D;
	border-bottom: 4px solid #02903D;
}


/* Above Header Widget area
--------------------------------------------- */

.above-header-widgets {
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
	background: #f9f9f9;
	color: #000;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
	left: 0;
	top: 0;
}

.above-header-widgets .wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
}

.above-header-widgets a {
	color: #02903D;
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 20px;
}

.above-header-widgets a:focus,
.above-header-widgets a:hover {
	color: #02903D;
}

.above-header-widgets p {
	margin: 0;
}

.above-header-widgets .widget {
	display: block;
	overflow: hidden;
	width: 50%;
	height: auto;
	float: left;
}

.above-header-widgets .widget.widget_custom_html {
	text-align: right;
}

.above-header-widgets .widget.widget_custom_html a,
.above-header-widgets .widget.widget_custom_html a:focus,
.above-header-widgets .widget.widget_custom_html a:hover {
	color: #000 !important;
}




/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 20px;
	font-weight: 700;
	font-family: proxima-nova-extra-condensed, sans-serif;
	line-height: 1.2;
	text-align: left;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 0px 15px 0px 0px;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item.social-link {
	float: right;
	display: inline-block;
}

.genesis-nav-menu .menu-item.social-link a {
	padding: 0 3px 0 0 ;
}

.genesis-nav-menu a:hover,
.menu-item-has-children:hover,
.genesis-nav-menu .current-menu-item a:hover {
	color: #02903D;
}

.genesis-nav-menu .current-menu-item > a {
	color: #02903D;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition:    opacity .5s ease-in-out;
	-ms-transition:     opacity .5s ease-in-out;
	-o-transition:      opacity .5s ease-in-out;
	transition:         opacity .5s ease-in-out;
	width: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #02903D;
	color: #fff;
	border-top: none;
	padding: 5px 20px;
	position: relative;
	width: 300px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #02903D;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 299px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Responsive Menu Support
--------------------------------------------- */

nav { 
	clear: both;
} 

.nav-primary {
	display: none; 
}

.responsive-sub-menu-toggle,
.responsive-menu-toggle {
	display: none;
	visibility: hidden;
}



/* Content Area
---------------------------------------------------------------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
}

.entry-content ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 40px;
}

.entry-content ul > li::before {
	color: #02903D;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 10px;
	margin-left: 5px;
}

.entry-content div.gform_wrapper ul > li {
	padding-left: 0;
}

.entry-content div.gform_wrapper ul > li::before {
	display: none;
}

.entry-content ol > li {
	margin-left: 30px;
	padding-left: 10px;
	list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.entry-content p.has-small-font-size{
	font-size: 12px;
}

.entry-content p.has-regular-font-size{
	font-size: 16px;
}

.entry-content p.has-large-font-size{
	font-size: 20px;
}

.entry-content p.has-larger-font-size{
	font-size: 24px;
}

.entry-content .has-black-background-color {
	background-color: #000;
}

.entry-content .has-black-color {
	color: #000;
}

.entry-content .has-white-background-color {
	background-color: #fff;
}

.entry-content .has-white-color {
	color: #fff;
}

.entry-content .has-light-gray-background-color {
	background-color: #f5f5f5;
}

.entry-content .has-light-gray-color {
	color: #f5f5f5;
}

.entry-content .has-medium-gray-background-color {
	background-color: #999;
}

.entry-content .has-medium-gray-color {
	color: #999;
}

.entry-content .has-dark-gray-background-color {
	background-color: #000;
}

.entry-content .has-dark-gray-color {
	color: #000;
}

.entry-content .has-primary-color-background-color {
	background-color: #02903D;
}

.entry-content .has-has-primary-color-color {
	color: #02903D;
}

.entry-content .has-secondary-color-background-color {
	background-color: #02903D;
}

.entry-content .has-secondary-color-color {
	color: #02903D;
}

.entry-content p.has-background {
	padding: 25px 30px;
}

.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.entry-content p.has-background.light-text a {
	color: #fff;
	text-decoration: underline;
}

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.entry-featured-image {
	height: auto;
	padding: 0;
}

.entry-featured-image .entry-featured-image-overlay {
	padding: 200px 0 30px 0;
	background: rgba(0,0,0,0.5);
}

.entry-featured-image h1.entry-title {
	color: #fff;
	text-shadow: 0 4px 4px rgba(0,0,0,0.75);
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
}


/* Entry Meta & Author Box
--------------------------------------------- */

.entry-header .entry-meta {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 26px;
	border-bottom: 1px solid #eee;
}

.entry-footer .entry-meta {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 26px;
}

.entry-header .entry-meta a,
.entry-header .entry-meta a:hover,
.entry-footer .entry-meta a,
.entry-footer .entry-meta a:hover {
	color: #000;
	text-decoration: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-meta .entry-time::before {
	color: #ccc;
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 18px;
	position: relative;
	top: 0;
	padding-right: 5px;
}

.entry-meta .entry-author::before {
	color: #ccc;
	content: "\f007";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 18px;
	position: relative;
	top: 0;
	padding-right: 5px;
	margin-left: 10px;
}

.entry-meta .entry-comments-link::before {
	color: #ccc;
	content: "\f086";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 18px;
	position: relative;
	top: 0;
	padding-right: 5px;
	margin-left: 10px;
}

.blog .entry-footer {
	display: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #02903D;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #02903D;
}


/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-respond label {
	display: none;
}




/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	padding-left: 20px;	
}

.sidebar a,
.sidebar a:hover {
	color: #000;
}

.sidebar .widget {
	word-wrap: break-word;
	margin-bottom: 50px;
}

.sidebar .widget_recent_entries li {
	border-top: 1px solid #ededed;
	margin-top: 10px;
	padding-top: 10px;
}


/* Social Network Widget
--------------------------------------------- */

.widget-social-icons a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	margin: 2px;
	padding: 0;
	font-size: 26px;
	font-style: normal;
	text-decoration: none;
	border-radius: 5px;
}

.widget-social-icons a:hover {
	background: #02903D;
	color: #fff;
	text-decoration: none;
}

.widget-social-icons a i {
	font-style: normal;
}

.widget-social-icons .social-container {
	width: 40px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}




/* Testimonials Widgets
---------------------------------------------------------------------------------------------------- */

.testimonial-widgets {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #02903D url('images/background-testimonial.jpg') 50% 50% no-repeat;
	background-size: cover;
	margin: 0;
	padding: 50px 0;
}

.testimonial {
	margin-bottom: 26px;
}

.testimonial p:last-of-type {
	margin: 0;
}

.testimonial-name {
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

.testimonial-name .testimonial-link {
	display: inline-block;
	float: right;
}

.testimonial-name .testimonial-link a,
.testimonial-name .testimonial-link a:hover {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	text-align: right;
	color: #fff;
}

.quote {
	background: #fff;
	padding: 40px;
}

.quote-arrow {
	margin: 0 auto;
	position: relative;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #fff;
}

.testimonial-list {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
}

.testimonial-list .testimonial {
	margin-bottom: 40px;
}

.testimonial-list .testimonial p:last-of-type {
	margin: 0;
}

.testimonial-list .quote {
	background: #f9f9f9;
	padding: 20px;
}

.testimonial-list .quote-arrow {
	margin: 0;
	position: relative;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f9f9f9;
}

.testimonial-list .testimonial-text {
	font-size: 20px;
}

.testimonial-list .testimonial-name {
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	color: #000;
}

.wpbr-wrap .swiper-pagination-bullet {
	background: #ccc !important;
}
.wpbr-wrap .swiper-pagination-bullet-active {
	background: #fff !important;
}

/* Certification Widgets
---------------------------------------------------------------------------------------------------- */

.certifications-widgets {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #f9f9f9;
	margin: 0;
	padding: 50px 0;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: proxima-nova-extra-condensed, sans-serif;
}




/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #fff;
	color: #000;
	clear: both;
	width: 100%;
	font-size: 16px;
	border-top: 3px solid #ccc;
}

.footer-widgets .wrap {
	padding: 50px 0;
}

.footer-widgets a,
.footer-widgets a:hover {
	color: #000;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .footer-widgets-1 {
	float: left;
	margin-left: 0;
	width: calc(((100% - 20px)/4)*3);
}

.footer-widgets .footer-widgets-2 {
	float: left;
	margin-left: 20px;
	width: calc((100% - 60px)/4);
}




/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.site-footer .wrap {
	padding: 0 0 50px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a,
.site-footer a:hover {
	color: #000;
}

.site-footer .creds {
	width: 100%;
}




/* Homepage
---------------------------------------------------------------------------------------------------- */

.commercial-homepage .site-inner {
	margin-top: 0;
}

.home .site-inner h2,
.commercial-homepage .site-inner h2 {
	font-size: 80px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 0.9;
}

.home .site-inner h2 strong,
.commercial-homepage .site-inner h2 strong {
	font-weight: 700;
	color: #02903D;
	clear: both;
	display: inline-block;
	width: 100%;
}

.home .site-inner .has-2-columns div.wp-block-column:first-of-type {
	padding-right: 20px;
}

.home .site-inner .entry-content ol {
	margin-bottom: 30px;
}

.home .site-inner .entry-content ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 0;
}

.home .site-inner .entry-content ul > li::before {
	display: none;
}

.home .site-inner .entry-content ol > li {
	margin-left: none;
	padding-left: none;
	list-style-type: none;
}

.home .site-inner div.gform_wrapper div.gform_heading h3 {
	font-size: 40px;
}




.home .slider .row-hero {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.home .slider .row-hero .hero-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.home .slider .row-hero .hero-image .hero-image-container {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.home .slider .row-hero .hero-text {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 22px;
	line-height: 1.1;
	padding: 20px 0 80px 0;
}

.home .slider .row-hero .hero-text a {
	color: #02903D;
	font-weight: 700;
}

.home .slider .row-hero .hero-text a:focus,
.home .slider .row-hero .hero-text a:hover {
	color: #02903D;
	font-weight: 700;
	text-decoration: underline;
}

.home .slider .row-hero .hero-text h4 {
	font-weight: 300;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 10px 0;
}

.home .slider .row-hero .hero-text h2 {
	font-size: 80px;
	font-weight: 900;
	color: #02903D;
	line-height: 1;
	margin: 0 0 20px 0;
}

.home .slider .row-hero.text-align-both .hero-text .slide-text-1 {
	padding: 40px 0 0 0;
}

.home .slider .row-hero.text-align-bottom .hero-text .slide-text-1 {
	padding: 400px 0 0 0;
}

.home .slider .row-hero .hero-text .slide-text-2 {
	padding: 300px 0 0 0;
}

.home .slider .row-hero-icons {
	background: #f9f9f9;
	margin-top: 0;
	text-align: center;
	border-top: 1px solid #02903D;
}

.home .slider .row-hero-icons .wrap {
	position: relative;
	top: -50px;
	padding: 0;
}

.home .slider .row-hero-icons a {
	text-align: center;
	display: inline-block;
	width: 150px;
	height: auto;
	padding: 0;
}

.home .slider .row-hero-icons a .icon-circle {
	width: 100px;
	height: 100px;
	background-color: #606060;
	border: 6px solid #02903D;
	border-radius: 50px;
	margin: 0 auto 10px auto;
}

.home .slider .row-hero-icons a .icon-label {
	text-align: center;
	text-transform: uppercase;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 24px;
	font-weight: 300px;
	color: #000;
}


.home .slider button.slick-arrow {
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    border-radius: 25px;
    border: none;
    background: #f9f9f9;
    text-indent: 200px;
    position: absolute;
    top: 400px;
    padding: 0;
    margin: 0;
    z-index: 9999999;
}

.home .slider button.slick-arrow.slick-prev {
	left: 30px;
}

.home .slider button.slick-arrow.slick-prev::after {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 30px;
	color: #02903D;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f9;
	padding: 10px 0 0 0;
	text-indent: 0;
}

.home .slider button.slick-arrow.slick-next {
	right: 30px;
}

.home .slider button.slick-arrow.slick-next::after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 30px;
	color: #02903D;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f9;
	padding: 10px 0 0 0;
	text-indent: 0;
}


.row-1.hero-row .display-table {
	width: 100%;
	height: auto;
	display: table;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.row-1.hero-row .display-table-row {
	width: 100%;
	height: auto;
	display: table-row;
}

.row-1.hero-row .display-table-cell {
	height: auto;
	display: table-cell;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 4px 6px rgba(0,0,0,0.8);
	text-align: left;
}

.row-1.hero-row .table-left-row {
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	width: 60%;
}

.row-1.hero-row .table-right-row {
	text-align: center;
	vertical-align: bottom;
	width: 40%;
}

.row-1.hero-row .display-table-cell a.button,
.row-1.hero-row .display-table-cell a.button:visited {
	border-bottom: none;
	border: 3px solid #fff;
	background: #02903D;
	color: #fff;
	text-shadow: none;
	font-size: 30px;
}

.row-1.hero-row .display-table-cell a.button:hover,
.row-1.hero-row .display-table-cell a.button:active {
	border-bottom: none;
	border: 3px solid #fff;
	background: #02903D;
	color: #fff;
}







/* Promos Row
--------------------------------------------- */

.commercial-homepage .row-2.promos-row {
	display: block;
	overflow: hidden;
	background: #02903D url('images/background-wasps.jpg') 50% 50% no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}

.row-2.promos-row .left-column {
	display: block;
	overflow: hidden;
	width: 50%;
	float: left;
	background: #02903D url('images/background-wasps.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.row-2.promos-row .left-column .half-wrap {
	width: 100%;
	max-width: 600px;
	float: right;
	padding: 30px 30px 30px 0;
}

.row-2.promos-row .left-column h3,
.commercial-homepage .row-2.promos-row h3 {
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 0.9;
	color: #fff;
}

.row-2.promos-row .left-column a.button,
.commercial-homepage .row-2.promos-row a.button {
	border-bottom: none;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

.row-2.promos-row .left-column a.button:hover,
.commercial-homepage .row-2.promos-row a.button:hover {
	border-bottom: none;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

.row-2.promos-row .right-column {
	display: block;
	overflow: hidden;
	width: 50%;
	float: left;
	background: #F9CB0A;
}

.row-2.promos-row .right-column .half-wrap {
	width: 100%;
	max-width: 600px;
	float: left;
	padding: 30px 0 30px 30px;
}

.row-2.promos-row .left-column p,
.row-2.promos-row .right-column p {
	margin: 0;
}

.row-2.promos-row .right-column ul li {
	padding: 0 0 20px 36px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.row-2.promos-row .right-column ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 24px;
	color: #02903D;
	position: absolute;
	left: 0;
	top: 0;
}

/* Common Pests Row
--------------------------------------------- */

.row-3.common-pests-row {
	background: #f9f9f9;
	padding: 100px 0;
	border-top: 10px solid #ccc;
	text-align: center;
}

.row-3.common-pests-row .wrap {
	max-width: 1000px;
}

.row-3.common-pests-row h3 {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.row-3.common-pests-row a {
	text-align: center;
	display: inline-block;
	width: 160px;
	height: auto;
	padding: 0 0 40px 0;
}

.row-3.common-pests-row a .pest-icon-circle {
	width: 100px;
	height: 100px;
	background-color: #606060;
	border: 6px solid #02903D;
	border-radius: 50px;
	margin: 0 auto 10px auto;
}

.row-3.common-pests-row a .pest-icon-label {
	text-align: center;
	text-transform: uppercase;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 24px;
	font-weight: 300px;
	color: #000;
}

/* Protection Plans Row
--------------------------------------------- */

.row-4.protection-row {
	background: #fff;
	padding: 100px 0;
	border-top: 10px solid #ccc;
	text-align: center;
}

.row-4.protection-row .wrap {
	max-width: 1000px;
}

.row-4.protection-row h3 {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.row-4.protection-row li {
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: left;
}

.row-4.protection-row li.feature-list-header {
	border-bottom: none;
}

.row-4.protection-row .feature-label {
	width: calc(100% - 600px);
	float: left;
	display: block;
	overflow: hidden;
	font-weight: 700;
	padding: 5px 0;
}

.row-4.protection-row .feature-silver,
.row-4.protection-row .feature-gold,
.row-4.protection-row .feature-platinum {
	width: 200px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #02903D;
	padding: 5px 0;
}

.row-4.protection-row .feature-silver,
.row-4.protection-row .feature-platinum {
	background: #f9f9f9;
	
}

.row-4.protection-row li.feature-list-header .feature-silver,
.row-4.protection-row li.feature-list-header .feature-gold,
.row-4.protection-row li.feature-list-header .feature-platinum {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

/* Estimate Row
--------------------------------------------- */

.row-5.estimate-row {
	background: #f9f9f9;
	padding: 100px 0;
	border-top: 10px solid #02903D;
}

.row-5.estimate-row .wrap {
	max-width: 1000px;
}

.row-5.estimate-row h3 {
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 300;
	line-height: 0.9;
	text-align: center;
}

.row-5.estimate-row h3 strong {
	font-weight: 700;
	color: #02903D;
	clear: both;
	display: inline-block;
	width: 100%;
}




/* Ask Henry Form
---------------------------------------------------------------------------------------------------- */

.sidebar div.gform_wrapper,
.home .site-inner div.gform_wrapper,
.about-us .site-inner div.gform_wrapper {
	margin-top: 0 !important;
	padding: 20px !important;
	background: #f9f9f9 !important;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.sidebar div.gform_wrapper div.gform_heading,
.home .ask-henry-row div.gform_wrapper div.gform_heading,
.about-us .site-inner div.gform_wrapper div.gform_heading {
	padding-right: 120px;
	background: url('images/henry.png') right top no-repeat;
	background-size: 90px auto;
}

.sidebar div.gform_wrapper div.gform_heading h3,
.home .ask-henry-row div.gform_wrapper div.gform_heading h3,
.about-us .site-inner div.gform_wrapper div.gform_heading h3 {
	font-size: 44px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.sidebar div.gform_wrapper div.gform_heading h3::after,
.home .ask-henry-row div.gform_wrapper div.gform_heading h3::after,
.about-us .site-inner div.gform_wrapper div.gform_heading h3::after {
	font-weight: 700;
	color: #02903D;
	content: "Ask Henry!";
	clear: both;
}

.sidebar div.gform_wrapper div.gform_heading div.gform_description a,
.sidebar div.gform_wrapper div.gform_heading div.gform_description a:hover,
.home .ask-henry-row div.gform_wrapper div.gform_heading div.gform_description a,
.home .ask-henry-row div.gform_wrapper div.gform_heading div.gform_description a:hover,
.about-us .site-inner div.gform_wrapper div.gform_heading div.gform_description a,
.about-us .site-inner div.gform_wrapper div.gform_heading div.gform_description a:hover {
	font-weight: 700 !important;
	color: #02903D !important;
}

.our-team .has-5-columns .wp-block-image img,
.wp-block-image.add-border img {
	border: 1px solid #ccc;
}


/* Pest Pages
---------------------------------------------------------------------------------------------------- */

.pests-page .site-inner {
	margin-bottom: 50px;
}

.pests-page .content {
	width: 100%;
}

.pests-page .content .entry {
	margin-bottom: 0;
}

.pests-page .entry {
	width: calc(100% - 320px);
	float: right;
	display: block;
	overflow: hidden;
}

.pests-page .pest-meta-content {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
	display: block;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	font-size: 16px;
	background: #f9f9f9;
}

.pests-page .pest-meta-content h3 {
	font-size: 22px;
	font-weigth: 700;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin: 20px 0;
}

.pests-page .pest-meta-content .pest-gallery {
	margin: 0 0 20px 0;
}

.pests-page .pest-meta-content .pest-gallery img {
	margin: 0 0 20px 0;
}

.pests-page .pest-meta-content .pest-facts {
	margin: 0 0 20px 0;
}

.pests-page .pest-meta-content .pest-facts ul {
	margin-left: 20px;
}

.pests-page .pest-meta-content .pest-facts ul li {
	list-style-type: disc;
}

.pests-page .pest-meta-content .pest-information {
	margin: 0 0 20px 0;
}

.pests-page .pest-meta-content .pest-frequently-asked-questions {
	margin: 0 0 20px 0;
}

.pests-page .pest-meta-content .pest-frequently-asked-questions h3.question,
.pests-page .pest-meta-content .pest-frequently-asked-questions h3.question:hover,
.pests-page .pest-meta-content .pest-frequently-asked-questions h3.question:active {
	background: #02903D;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
	border-bottom: 2px solid #fff;
	outline: none !important;
	cursor: pointer;
}

.pests-page .pest-meta-content .pest-frequently-asked-questions div.answer {
	background: #fff;
	padding: 10px;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
}

ul.feature-list .feature-silver,
ul.feature-list .feature-gold,
ul.feature-list .feature-platinum {
	width: 100px;
}

ul.feature-list .feature-label {
	width: calc(100% - 300px);
}



/* Landing Pages
---------------------------------------------------------------------------------------------------- */

.landing-page .above-header-widgets {
	display: none;
}

.landing-page .site-header {
	border-bottom: 5px solid #02903D;
}

.landing-page.header-image .site-title > a {
	height: 50px !important;
}

.landing-page .header-widget-area h3 {
	font-weight: 700;
	font-size: 30px;
	margin: 0;
}

.landing-page .site-inner div.gform_wrapper {
	margin-top: 0 !important;
	padding: 20px !important;
	background: #02903D !important;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	margin-bottom: 50px !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.landing-page .site-inner div.gform_wrapper h3.gform_title {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #fff !important;
	line-height: 1.1 !important;
}

.landing-page .site-inner div.gform_wrapper span.gform_description {
	color: #fff !important;
	line-height: 1.1 !important;
}

.landing-page .site-inner div.gform_wrapper .gform_footer input.button, 
.landing-page .site-inner div.gform_wrapper .gform_footer input[type=submit], 
.landing-page .site-inner div.gform_wrapper .gform_page_footer input.button, 
.landing-page .site-inner div.gform_wrapper .gform_page_footer input[type=submit] {
	width: 100% !important;
	background: #fff;
	font-size: 20px !important;
}

.landing-page .site-inner div.gform_wrapper .gform_footer input.button:hover, 
.landing-page .site-inner div.gform_wrapper .gform_footer input[type=submit]:hover, 
.landing-page .site-inner div.gform_wrapper .gform_page_footer input.button:hover, 
.landing-page .site-inner div.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #F9CB0A;
	color: #fff !important;
}


.landing-page .wp-block-columns.has-2-columns.column-right-gray-background div.wp-block-column:nth-of-type(2) {
	padding: 30px;
	background: #f9f9f9;
}

.landing-page .wp-block-columns.has-2-columns.column-right-gray-background .column-reset div.wp-block-column:nth-of-type(2) {
	padding: 0;
	background: transparent;
}



/* Fancybox
---------------------------------------------------------------------------------------------------- */

.popup-cta.fancybox-content {
	width: 90%;
	max-width: 800px;
	padding: 40px;
}

.popup-cta.fancybox-content h4 {
	font-size: 40px;
	font-weight: 700;
}

.fancybox-content button.fancybox-close-small {
	
}

.fancybox-content button.fancybox-close-small:hover {
	background: transparent;
    border-bottom: none;
    border-radius: 0;
    color: #000;
}

.inset-this {
	padding: 30px;
}

.less-leading {
	line-height: 1.1;
}







/* Media Queries
---------------------------------------------------------------------------------------------------- */

/* Smaller Computers, Tablets (Landscape and Portrait) ----------------- */

@media only screen and (max-width: 1200px) {
	
	.wrap,
	.site-inner .content-sidebar-wrap {
		max-width: 960px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-inner {
		padding: 50px 0 0 0;
	}
	
	
	/* Site Header
	--------------------------------------------- */
	
	.above-header-widgets .wrap {
		padding: 0;
	}
	
	.site-header .title-area {
		width: 100%;
	}
	
	.site-header .widget-area {
		width: 100%;
		padding: 30px 0 0 0;
	}
	
	
	/* Homepage
	--------------------------------------------- */
	
	.home .slider .row-hero .hero-image .wrap {
		max-width: 100% !important;
	}
	
	.row-2.promos-row .left-column .half-wrap,
	.row-2.promos-row .right-column .half-wrap {
		max-width: 480px;
	}
	
	
	/* Landing Pages
	--------------------------------------------- */
	
	.landing-page .header-widget-area h3 {
		font-size: 26px;
	}
	
	
}


/* Projectors, Small Computers, Tablets (Portrait only) ----------------- */

@media only screen and (max-width: 960px) {
	
	.wrap,
	.site-inner .content-sidebar-wrap {
		max-width: 96% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sidebar div.gform_wrapper div.gform_heading,
	.about-us .site-inner div.gform_wrapper div.gform_heading {
		padding-right: 0;
		background: transparent;
	}
	
	
	/* Site Header
	--------------------------------------------- */
	
	.above-header-widgets .widget {
		width: 100%;
		float: none;
		text-align: center !important;
	}
	
	.above-header-widgets .widget.widget_custom_html {
		padding: 15px 0 0 0;
	}
	
	.site-header .widget-area section.widget:nth-of-type(1) .genesis-nav-menu {
		font-size: 32px;
	}
	
	
	/* Homepage
	--------------------------------------------- */
	
	.home .slider .row-hero .hero-image .wrap {
		max-width: 100% !important;
	}
	
	.home .slider .row-hero .hero-text {
		padding: 20px 100px 80px 100px;
	}
	
	.home .slider .row-hero .hero-text h4 {
		font-size: 24px;
	}
	
	.home .slider .row-hero .hero-text h2 {
		font-size: 50px;
	}
	
	.home .slider .row-hero .hero-image .hero-image-wrapper-width {
		background-size: auto 400px !important;
	}
		
	.row-2.promos-row .left-column,
	.row-2.promos-row .right-column {
		height: auto !important;
		width: 100%;
		text-align: center;
	}
	
	.row-2.promos-row .left-column .half-wrap,
	.row-2.promos-row .right-column .half-wrap {
		max-width: 100%;
		padding: 30px 2%;
		text-align: center;
	}
	
	.row-4.protection-row .feature-label,
	ul.feature-list .feature-label {
		width: calc(100% - 300px) !important;
	}
	
	.row-4.protection-row .feature-silver,
	.row-4.protection-row .feature-gold,
	.row-4.protection-row .feature-platinum,
	ul.feature-list .feature-silver,
	ul.feature-list .feature-gold,
	ul.feature-list .feature-platinum {
		width: 100px !important;
	}
	
	
	/* Landing Pages
	--------------------------------------------- */
	
	.landing-page .site-header .title-area {
		width: 270px;
	}
	
	.landing-page .site-header .widget-area {
		width: calc(100% - 270px);
		padding: 0;
	}
	
	.landing-page .header-widget-area h3 {
		font-size: 20px;
	}
	
}


/* Smartphones (Landscape and Portrait) ----------- */

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

	body {
		font-size: 16px;
	}
	
	.wrap,
	.site-inner .content-sidebar-wrap {
		width: 100% !important;
		max-width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
		
	.site-header .widget-area {
		display: none;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.entry-content .wp-block-column,
	.entry-content .blocks-gallery-item,
	.content,
	.sidebar-primary {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.sidebar {
		padding-left: 0;	
	}
	
	.above-header-widgets,
	.site-header {
		position: relative;
		left: 0;
		top: 0;
	}
	
	.above-header-widgets {
		background: #fff;
		color: #000;
		text-align: center;
		margin-top: 50px;
	}
	
	.above-header-widgets a,
	.above-header-widgets a:hover {
		color: #000 !important;
	}
	
	.site-header .wrap {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	.header-image .site-title > a {
		background-position: 50% 50% !important;
	}
	
	/* Responsive Menu
	--------------------------------------------- */

	.responsive-menu-toggle {
		display: block;
		overflow: hidden;
		float: right;
		width: 100%;
		height: 50px;
		overflow: hidden;
		background: #02903D;
		color: #fff;
		font-size: 18px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		text-align: center;
		visibility: visible;
		line-height: 1;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99990;
		outline: none;
	}
	
	.responsive-menu-toggle:hover,
	.responsive-menu-toggle:active {
		background: #02903D;
		border: none;
		border-radius: 0;
	}
	
	.responsive-sub-menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		max-height: 40px;
		font-size: 20px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 0px;
		text-align: center;
		visibility: visible;
		position: absolute;
		right: 0;
		top: 0;
		outline: none;
		background: #02903D;
		border-radius: 0;
	}
	
	.responsive-sub-menu-toggle:before {
		color: #fff;
		content: "\f078";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		font-size: 18px;
		position: relative;
	}
	
	.responsive-sub-menu-toggle,
	.responsive-sub-menu-toggle:hover,
	.responsive-sub-menu-toggle.activated
	.responsive-sub-menu-toggle.activated:hover {
		background: #02903D;
		border: none;
		outline: none;
		padding: 10px 0;
		border-radius: 0;
	}
	
	.responsive-sub-menu-toggle.activated {
		transform: rotate(180deg);
		background: #02903D;
		border-radius: 0;
	}
	
	.hamburger {
		padding: 15px 0 !important;
	}
	
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after	{
		background: #fff !important;
	}
	
	nav.nav-primary {
		display: block;
		overflow-y: scroll;
		position: fixed;
		z-index: 9990;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		transition: all 0.5s ease-in-out;
		background: #444;
		box-shadow: 0 0 10px rgba(0,0,0,0.75);
	}
	
	nav.nav-primary .genesis-nav-menu {
		padding-top: 100px;
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
		text-align: left;
		position: relative;
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item:hover,
	nav.nav-primary .genesis-nav-menu .menu-item:active {
		position: relative;
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item a,
	nav.nav-primary .genesis-nav-menu .menu-item:last-of-type a {
		font-size: 18px;
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
		border-left: none;
		clear: both;
		color: #fff;
		width: 100%;
		height: auto;
		min-height: 40px;
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item-has-children a {
		width: calc(100% - 40px);
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item-has-children a::after {
		display: none;
	}
	
	nav.nav-primary .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		background: transparent;
		box-shadow: none;
		margin-bottom: 20px;
		left: 0;
	}
	nav.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 20px;
	}
	
	nav.nav-primary .genesis-nav-menu .menu-item-has-children .sub-menu a,
	nav.nav-primary .genesis-nav-menu .menu-item-has-children .sub-menu a:hover,
	nav.nav-primary .genesis-nav-menu .menu-item-has-children .sub-menu a:active,
	nav.nav-primary .genesis-nav-menu .menu-item-has-children .sub-menu a:visited {
		width: 100%;
		background: transparent;
		padding: 0 0 10px 20px !important;
		margin: 0;
		border-bottom: 0;
	}
	
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background: #fff !important;
	}
	
	nav.nav-primary.activated {
		height: auto;
	}
	
	nav.nav-primary .genesis-nav-menu .sub-menu.activated {
		display: block;
	}
	
	/* Gravity Forms
	--------------------------------------------- */
	
	div.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
		width: 100%;
	}
	
	/* Pages
	--------------------------------------------- */
	
	.entry-featured-image .entry-featured-image-overlay {
		padding: 200px 0 10px 0;
	}
	
	.entry-featured-image h1.entry-title {
		font-size: 40px;
	}
	
	/* Footer
	--------------------------------------------- */
	
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.footer-widgets .footer-widgets-4 {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
		
	}
	
	/* Homepage
	--------------------------------------------- */
	
	.home .slider .row-hero .hero-text {
		padding: 20px 2% 80px 2%;
	}
	
	.home .row-1.hero-row .text-overlay h1,
	.home .site-inner h2,
	.commercial-homepage .site-inner h2,
	.row-5.estimate-row h3 {
		font-size: 40px;
	}
	
	.row-2.promos-row .left-column .half-wrap,
	.row-2.promos-row .right-column .half-wrap {
		padding: 30px 5%;
	}
	
	.slick-arrow {
		display: none !important;
	}
		
	/* Landing Pages
	--------------------------------------------- */
	
	.landing-page .responsive-menu-toggle,
	.landing-page .nav-primary {
		display: none !important;
	}
	
	.landing-page .site-header .title-area {
		width: 100%;
	}
	
	.landing-page .site-header .widget-area {
		display: block !important;
		width: 100%;
		text-align: center;
		padding: 20px 0 0 0;
	}
	
	
	/* Pest Pages
	--------------------------------------------- */
	
	.pests-page .entry,
	.pests-page .pest-meta-content {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
}


/* Smartphones (Portrait Only) -------------------- */

@media only screen
and (max-width: 760px)
and (orientation: portrait) {
	
	.above-header-widgets {
		font-size: 12px !important;
		text-align: center !important;
	}
	
	.row-1.hero-row .text-overlay {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.row-1.hero-row .pest-overlay a,
	.row-3.common-pests-row a {
		width: 33.3333%;
		padding: 0 5px;
	}
	
	.row-1.hero-row .pest-overlay a .pest-icon-label,
	.row-3.common-pests-row a .pest-icon-label {
		font-size: 18px;
	}
	
	.row-2.promos-row .left-column .half-wrap,
	.row-2.promos-row .right-column .half-wrap {
		height: auto !important;
	}
	
	.row-2.promos-row .left-column a.button,
	.commercial-homepage .row-2.promos-row a.button {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.row-4.protection-row li.feature-list-header .feature-silver,
	.row-4.protection-row li.feature-list-header .feature-gold,
	.row-4.protection-row li.feature-list-header .feature-platinum,
	ul.feature-list li.feature-list-header .feature-silver,
	ul.feature-list li.feature-list-header .feature-gold,
	ul.feature-list li.feature-list-header .feature-platinum {
		font-size: 10px;
	}
	
	.row-4.protection-row .feature-label,
	ul.feature-list .feature-label {
		width: calc(100% - 90px);
	}
	
	.row-4.protection-row .feature-silver,
	.row-4.protection-row .feature-gold, 
	.row-4.protection-row .feature-platinum,
	ul.feature-list .feature-silver,
	ul.feature-list .feature-gold,
	ul.feature-list .feature-platinum {
		width: 30px;
	}
	
	
	.sidebar div.gform_wrapper div.gform_heading h3,
	.home .ask-henry-row div.gform_wrapper div.gform_heading h3,
	.about-us .site-inner div.gform_wrapper div.gform_heading h3 {
		font-size: 36px;
	}
	
	
}




/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
