/*
Theme Name: Preventive Pest SoCal
Theme URI: 
Description: Custom WordPress theme
Author: SQRD Media
Version: 1.2
Tags: 
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
* {
  box-sizing: border-box;
}
img.gopher-image {
    height: auto;
    width: 600px;
}
html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
} /*
 * responsive-carousel
 * https://github.com/filamentgroup/responsive-carousel
 *
 * Copyright (c) 2012 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
 */
.carousel-nav-paginated ol {
  margin: 0 4em;
  padding: 0;
}

.carousel-nav-paginated li,
.carousel-nav-paginated li a {
  display: inline-block;
  position: relative;
}

.carousel-nav-paginated .carousel-active-page a {
  text-decoration: none;
}

/*
 * responsive-carousel
 * https://github.com/filamentgroup/responsive-carousel
 *
 * Copyright (c) 2012 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
*/
.carousel-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-slide .carousel-item {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%; /* necessary for non-active slides */
  display: block; /* overrides basic carousel styles */
  z-index: 1;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -ms-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.carousel-no-transition .carousel-item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.carousel-slide .carousel-active {
  left: 0;
  position: relative;
  z-index: 3;
}

.carousel-slide .carousel-item-next {
  z-index: 2;
}

.carousel-slide .carousel-in {
  left: 0;
}

.carousel-slide-reverse .carousel-out {
  left: 100%;
}

.carousel-slide .carousel-out,
.carousel-slide-reverse .carousel-in {
  left: -100%;
}

.carousel-slide-reverse .carousel-item {
  -webkit-transition: left 0.1s ease;
  -moz-transition: left 0.1s ease;
  -ms-transition: left 0.1s ease;
  -o-transition: left 0.1s ease;
  transition: left 0.1s ease;
}

.carousel-slide-reverse .carousel-active {
  left: 0;
}

.carousel-item.no-transition {
  transition: none !important;
}

.carousel-slide.carousel-autoplay-stopped .carousel-item {
  -webkit-transition: left 0.1s ease;
  -moz-transition: left 0.1s ease;
  -ms-transition: left 0.1s ease;
  -o-transition: left 0.1s ease;
  transition: left 0.1s ease;
}

.container {
  width: 90vw;
  max-width: 94rem;
  margin: 0 auto;
}

ul.social-icons {
  display: flex;
  align-items: center;
}
ul.social-icons li {
  margin-left: 0.5em;
}
@media screen and (min-width: 48rem) {
  ul.social-icons li.login-link {
    margin-right: 1em;
  }
}
ul.social-icons li.login-link a {
  color: #9F9F9F;
  font-weight: 700;
}
ul.social-icons li.social-icon {
  width: 1.25em;
  height: 1.25em;
}
ul.social-icons li.social-icon a {
  display: block;
  widows: 100%;
  height: 100%;
  color: #00591A;
}

html, body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #636363;
  scroll-behavior: smooth;
}
@media screen and (min-width: 80rem) {
  html, body {
    font-size: 17.6px;
  }
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: none;
  transition: all 0.35s ease-in-out;
  z-index: 100;
}
header.sticky {
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
}
header #notification-bar {
  background: #BA3434;
}
header #notification-bar .container .content {
  padding: 0.5em 0 1.25em;
  text-align: center;
  color: white;
}
@media screen and (min-width: 48rem) {
  header #notification-bar .container .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
  }
}
header #notification-bar .container .content p {
  margin: 0 0 0.75em 0;
  line-height: 1.2;
}
@media screen and (min-width: 48rem) {
  header #notification-bar .container .content p {
    margin: 0 0.5em 0 0;
  }
}
header #notification-bar .container .content a {
  color: inherit;
  font-weight: 700;
}
header #pre-header {
  background: #F5F5F5;
}
header #pre-header .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  transition: all 0.35s ease-in-out;
}
header #pre-header .container .content > a {
  color: #00591A;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 64rem) {
  header #pre-header .container .content > a {
    font-size: 1.5em;
  }
}
header #pre-header.sticky .container .content {
  padding: 0.5em 0;
  transition: all 0.35s ease-in-out;
}
header #main-banner {
  background: white;
}
header #main-banner .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em 0;
  transition: all 0.35s ease-in-out;
}
header #main-banner .container .content figure#logo {
  width: 75%;
  margin: 0;
  max-width: 17em;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content figure#logo {
    width: 13em;
  }
}
@media screen and (min-width: 94rem) {
  header #main-banner .container .content figure#logo {
    width: 17em;
  }
}
header #main-banner .container .content a#shownav {
  width: 1.5em;
  height: 1.7em;
  color: #00591A;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content a#shownav {
    display: none;
  }
}
header #main-banner .container .content nav {
  position: fixed;
  top: 0;
  left: -110vw;
  background: #00591A;
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 48rem) {
  header #main-banner .container .content nav {
    width: 50%;
    box-shadow: 0.25em 0 0.5em rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    box-shadow: none;
  }
}
header #main-banner .container .content nav.show {
  left: 0;
  transition: all 0.35s ease-in-out;
}
header #main-banner .container .content nav ul {
  margin: auto;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul {
    display: flex;
  }
}
header #main-banner .container .content nav ul li {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li {
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children {
    position: relative;
  }
}
header #main-banner .container .content nav ul li.menu-item-has-children ul {
  display: none;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children ul {
    position: absolute;
    background: #00591A;
    width: 200%;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children ul li {
    margin: 0;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children ul li a {
    display: block;
    padding: 0.75em 1.25em;
    color: white;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children ul li a:hover {
    background: black;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.menu-item-has-children:hover ul {
    display: block;
  }
}
header #main-banner .container .content nav ul li.hidemenu {
  line-height: 1;
  margin: 0 auto;
  position: relative;
  font-size: 2em;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.hidemenu {
    display: none;
  }
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li.button a {
    background: #00591A;
    color: white;
    padding: 0.5em 0.75em;
    border-radius: 0.25em;
    text-decoration: none;
    border: 1px solid #00591A;
  }
}
header #main-banner .container .content nav ul li a {
  font-size: 1.2em;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 64rem) {
  header #main-banner .container .content nav ul li a {
    color: #636363;
    font-size: 0.875em;
    display: block;
    padding: 0.5em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 94rem) {
  header #main-banner .container .content nav ul li a {
    padding: 0.5em 1.25em;
  }
}
header #main-banner.sticky .container .content {
  padding: 1em 0;
  transition: all 0.35s ease-in-out;
}
header #main-banner.sticky .container .content figure#logo {
  width: 10em;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 64rem) {
  header #main-banner.sticky .container .content figure#logo {
    width: 13em;
  }
}

a#floating-cta {
  display: block;
  position: fixed;
  top: 11em;
  left: 0;
  z-index: 500;
  background: #00591A;
  padding: 1em 3em 1em 1em;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
@media screen and (min-height: 1000px) {
  a#floating-cta {
    top: 20vh;
  }
}
a#floating-cta.sticky {
  top: 20vh;
  transition: all 0.35s ease-in-out;
  padding: 0.65em 1.5em 0.65em 0.65em;
}
a#floating-cta.sticky:before {
  right: -1.5em;
}
@media screen and (min-height: 1000px) {
  a#floating-cta.sticky {
    top: 15vh;
  }
}
@media screen and (min-width: 48rem) {
  a#floating-cta {
    font-size: 1.2em;
  }
}
a#floating-cta:before {
  background: url("graphics/get-started-border.svg") no-repeat;
  background-size: auto 100%;
  height: 100%;
  width: 3.5em;
  content: "";
  display: block;
  right: -1.75em;
  top: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
a#floating-cta strong {
  color: white;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.content p a,
.content h1 a, .content h2 a, .content h3 a, .content h4 a {
  color: #00591A;
}

main .home-hero {
  position: relative;
}
main .home-hero .video-bg {
  display: none;
}
@media screen and (min-width: 64rem) {
  main .home-hero .video-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  main .home-hero .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
main .home-hero .container {
  position: relative;
  z-index: 15;
}
main .home-hero .container .content .hero-content {
  height: 60vh;
  padding: 10vh 0;
  color: white;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content .hero-content {
    height: auto;
    padding: 4em 0;
  }
}
@media screen and (min-width: 64rem) {
  main .home-hero .container .content .hero-content {
    padding: 8em 0;
  }
}
main .home-hero .container .content .hero-content h1 {
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 64rem) {
  main .home-hero .container .content .hero-content h1 {
    font-size: 5em;
  }
}
main .home-hero .container .content .hero-content ul {
  margin: 2em 0 0 0;
  display: flex;
}
main .home-hero .container .content .hero-content ul li {
  margin-right: 1em;
}
main .home-hero .container .content .hero-content ul li a.solid {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .home-hero .container .content .hero-content ul li a.outline {
  background: transparent;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid transparent;
  border-color: white;
}
main .home-hero .container .content #home-offer {
  background: #00591A;
  color: white;
  padding: 1.5em 2.5em 2em;
  text-align: center;
  border-radius: 0.25em;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content #home-offer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 1em;
  }
}
main .home-hero .container .content #home-offer strong {
  display: block;
  font-size: 2em;
  line-height: 1.1;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content #home-offer strong {
    font-size: 1.75em;
  }
}
main .home-hero .container .content #home-offer a {
  background: white;
  color: #00591A;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid white;
  display: inline-block;
  margin: 1em auto 0;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content #home-offer a {
    margin: 0;
    padding: 0.25em 1em;
  }
}
main .home-hero .container .content #home-boxes {
  padding: 4em 0;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content #home-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
main .home-hero .container .content #home-boxes .home-box {
  background: white;
  padding: 2em;
  width: 70vw;
  height: 70vw;
  max-width: 16em;
  max-height: 16em;
  margin: 2em auto 0;
  border-radius: 0.25em;
}
@media screen and (min-width: 48rem) {
  main .home-hero .container .content #home-boxes .home-box {
    margin: 0 0 2em;
  }
}
main .home-hero .container .content #home-boxes .home-box figure {
  width: 5em;
  margin: 0 auto 1em;
}
main .home-hero .container .content #home-boxes .home-box strong {
  display: block;
  text-align: center;
}
main .home-hero .container .content #home-boxes .home-box a {
  display: block;
  text-align: center;
  margin-top: 2em;
  color: #00591A;
}
main .single-side-by-side .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .single-side-by-side .container {
    padding: 6em 0;
  }
}
@media screen and (min-width: 64rem) {
  main .single-side-by-side .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64rem) {
  main .single-side-by-side .container .content {
    width: 50%;
  }
}
main .single-side-by-side .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .single-side-by-side .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .single-side-by-side .container .content p.button {
  margin: 1.5em 0 2em 0;
}
main .single-side-by-side .container .content p.button a {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .single-side-by-side .container figure {
  width: 100vw;
  margin: 0 0 3em -5vw;
}
@media screen and (min-width: 64rem) {
  main .single-side-by-side .container figure {
    width: 50%;
    margin: 0 -5vw 0 0;
  }
}
main .home-hero + .single-side-by-side {
  background: #F5F5F5 url("graphics/repeato-mosquito.jpg") no-repeat;
  background-size: 200% auto;
}
@media screen and (min-width: 48rem) {
  main .home-hero + .single-side-by-side {
    background-size: cover;
  }
}
main .offer-cta .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .offer-cta .container {
    padding: 6em 0;
  }
}
main .offer-cta .container .content {
  background: white;
  max-width: 27em;
  text-align: center;
  padding: 1em 0 2em;
  margin: 0 auto;
}
@media screen and (min-width: 64rem) {
  main .offer-cta .container .content {
    font-size: 1.5em;
  }
}
main .offer-cta .container .content h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 2em;
  color: #373838;
  padding: 0 1em;
}
@media screen and (min-width: 48rem) {
  main .offer-cta .container .content h2 {
    padding: 0 2em;
  }
}
main .offer-cta .container .content p {
  background: #BA3434;
  color: white;
  font-weight: 700;
  margin-bottom: 1.5em;
}
main .offer-cta .container .content a {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .checkmark-boxes {
  background: #F5F5F5;
}
main .checkmark-boxes .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .checkmark-boxes .container {
    padding: 6em 0;
  }
}
@media screen and (min-width: 64rem) {
  main .checkmark-boxes .container {
    padding: 6em 0 0;
  }
}
main .checkmark-boxes .container .content {
  text-align: center;
}
main .checkmark-boxes .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .checkmark-boxes .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .checkmark-boxes .container .content p {
  max-width: 34em;
  margin: 1em auto;
}
main .checkmark-boxes .container .content .boxes {
  margin-top: 3em;
}
@media screen and (min-width: 48rem) {
  main .checkmark-boxes .container .content .boxes {
    display: flex;
    justify-content: space-between;
  }
}
main .checkmark-boxes .container .content .boxes .box {
  background: white;
  margin: 0 auto 2em;
  padding: 1.5em 2em 2em;
  width: 17em;
}
@media screen and (min-width: 48rem) {
  main .checkmark-boxes .container .content .boxes .box {
    width: 30%;
  }
}
main .checkmark-boxes .container .content .boxes .box figure {
  margin: 0 auto 1em;
  width: 5em;
}
main .checkmark-boxes .container .content .boxes .box strong {
  display: block;
  font-size: 1.1em;
  position: relative;
  margin-bottom: 0.9em;
}
main .checkmark-boxes .container .content .boxes .box strong:after {
  content: "";
  display: block;
  width: 1em;
  height: 0.015em;
  background: #00591A;
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
}
main .checkmark-boxes .container .content .boxes .box a {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .checkmark-list {
  background: #F5F5F5;
}
main .checkmark-list .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .checkmark-list .container {
    padding: 6em 0;
  }
}
main .checkmark-list .container .content {
  text-align: center;
  max-width: 38em;
  margin: 0 auto;
}
main .checkmark-list .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .checkmark-list .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .checkmark-list .container .content ul.checkmarks {
  margin: 2em auto 0;
  text-align: left;
  padding-left: 2em;
}
@media screen and (min-width: 48rem) {
  main .checkmark-list .container .content ul.checkmarks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
main .checkmark-list .container .content ul.checkmarks li {
  padding-left: 1.5em;
  background: url("graphics/graphic-checkmark-small.svg") no-repeat;
  background-size: 1.25em auto;
  background-position: center left;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48rem) {
  main .checkmark-list .container .content ul.checkmarks li {
    width: 33%;
  }
}
main .centered-content-on-bg.bg-dark {
  background: #373838;
  color: white;
}
main .centered-content-on-bg.bg-dark .container .content {
  max-width: 30em;
  margin: 0 auto;
}
main .centered-content-on-bg.bg-dark .container .content h2, main .centered-content-on-bg.bg-dark .container .content h3 {
  color: white;
}
main .centered-content-on-bg .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .centered-content-on-bg .container {
    padding: 6em 0;
  }
}
main .centered-content-on-bg .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .centered-content-on-bg .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .stacked-side-by-side .side-by-side-container:nth-of-type(even), main .stacked-side-by-side .side-by-side-container.single {
  background: #00591A;
}
@media screen and (min-width: 64rem) {
  main .stacked-side-by-side .side-by-side-container:nth-of-type(even) .container, main .stacked-side-by-side .side-by-side-container.single .container {
    flex-direction: row;
  }
}
main .stacked-side-by-side .side-by-side-container:nth-of-type(even) .container .content, main .stacked-side-by-side .side-by-side-container:nth-of-type(even) .container h2, main .stacked-side-by-side .side-by-side-container:nth-of-type(even) .container h3, main .stacked-side-by-side .side-by-side-container.single .container .content, main .stacked-side-by-side .side-by-side-container.single .container h2, main .stacked-side-by-side .side-by-side-container.single .container h3 {
  color: white;
}
main .stacked-side-by-side .side-by-side-container:nth-of-type(even) .container p.button a, main .stacked-side-by-side .side-by-side-container.single .container p.button a {
  background: transparent;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid transparent;
  border-color: white;
}
@media screen and (min-width: 64rem) {
  main .stacked-side-by-side .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
main .stacked-side-by-side .container .content {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .stacked-side-by-side .container .content {
    width: 50%;
  }
}
@media screen and (min-width: 94rem) {
  main .stacked-side-by-side .container .content {
    width: 45%;
  }
}
main .stacked-side-by-side .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .stacked-side-by-side .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .stacked-side-by-side .container .content p.button {
  margin-top: 1.5em;
}
main .stacked-side-by-side .container .content p.button a {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .stacked-side-by-side .container figure {
  width: 100vw;
  margin-left: -5vw;
}
@media screen and (min-width: 64rem) {
  main .stacked-side-by-side .container figure {
    width: 45%;
    margin: 0;
  }
}
main .centered-call-to-action .container {
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  main .centered-call-to-action .container {
    padding: 6em 0;
  }
}
main .centered-call-to-action .container .content {
  text-align: center;
  max-width: 20em;
  margin: 0 auto;
}
main .centered-call-to-action .container .content h2 {
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
main .centered-call-to-action .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .centered-call-to-action .container .content p.button {
  margin-top: 1.5em;
}
main .centered-call-to-action .container .content p.button a {
  background: #00591A;
  color: white;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-decoration: none;
  border: 1px solid #00591A;
}
main .testimonial-slider {
  border-top: 0.15em solid white;
}
main .testimonial-slider .container .content {
  padding: 2em 0;
}
main .testimonial-slider .container .content h2 {
  text-align: center;
  color: white;
  color: #00591A;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
  margin: 0;
  color: white;
}
main .testimonial-slider .container .content h2 + h3 {
  margin: 0;
  color: #636363;
  font-size: 1em;
}
main .testimonial-slider .container .content .carousel {
  padding-top: 2em;
}
main .testimonial-slider .container .content .carousel blockquote {
  background: white;
  padding: 1em 2em;
  margin: 0 auto;
  max-width: 26em;
}
main .testimonial-slider .container .content .carousel blockquote p {
  font-style: italic;
  margin: 0;
}
main .testimonial-slider .container .content .carousel blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #00591A;
  margin-top: 1em;
}

footer {
  background: #373838;
}
footer .container {
  padding: 3em 0 1em;
  color: white;
}
footer .container p.copyright {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  footer .container .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 48rem) {
  footer .container .content nav ul {
    display: flex;
  }
}
footer .container .content nav ul li {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  footer .container .content nav ul li {
    text-align: left;
    margin-right: 1em;
  }
}
footer .container .content nav ul li a {
  color: white;
  text-decoration: none;
}
footer .container .content ul.social-icons {
  justify-content: center;
  margin-top: 2em;
}
@media screen and (min-width: 48rem) {
  footer .container .content ul.social-icons {
    margin: 0;
  }
}
footer .container .content ul.social-icons li {
  margin: 0 0.25em;
}
footer .container .content ul.social-icons li.login-link {
  display: none;
}
footer .container .content ul.social-icons li a {
  color: white;
}

nav.carousel-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
nav.carousel-nav a.prev, nav.carousel-nav a.next {
  color: white;
  font-size: 1em;
  text-decoration: none;
  line-height: 0;
  position: relative;
  text-indent: -200vw;
  display: block;
  width: 2em;
}
nav.carousel-nav a.next:before {
  content: "";
  width: 100%;
  height: 2em;
  position: absolute;
  top: 0;
  background: url("graphics/graphic-carousel-right.svg") no-repeat;
  left: 0;
  background-position: left center;
}
@media screen and (min-width: 64rem) {
  nav.carousel-nav a.next:before {
    top: -12em;
    height: 4em;
  }
}
@media screen and (min-width: 64rem) {
  nav.carousel-nav a.next:before {
    left: -5vw;
  }
}
nav.carousel-nav a.prev:before {
  content: "";
  width: 100%;
  height: 2em;
  position: absolute;
  top: 0;
  background: url("graphics/graphic-carousel-left.svg") no-repeat;
  right: 0;
  background-position: right center;
}
@media screen and (min-width: 64rem) {
  nav.carousel-nav a.prev:before {
    top: -12em;
    height: 4em;
  }
}
@media screen and (min-width: 64rem) {
  nav.carousel-nav a.prev:before {
    right: -5vw;
  }
}
nav.carousel-nav ol {
  display: none;
}

.basic-content {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
@media screen and (min-width: 75rem) {
  .basic-content {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
}
.basic-content .content {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}
.basic-content .content h1, .basic-content .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .basic-content .content h1, .basic-content .content h2 {
    margin-top: 0;
  }
}

.centered-content-on-bg.bg-light {
  background: #F5F5F5;
}
.centered-content-on-bg .container {
  max-width: 48rem;
}
.centered-content-on-bg .container .content {
  text-align: center;
}
.centered-content-on-bg .container .content p.button {
  margin: 2em auto 0;
}
.centered-content-on-bg .container .content p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #BA3434;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.centered-content-on-bg .container .content p.button a:hover {
  background: #c93e3e;
  transition: all 0.2s ease-in-out;
}

.content-highlight-section .container {
  background-color: #373838;
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .content-highlight-section .container {
    padding: 5em 0;
  }
}
.content-highlight-section .container .content {
  text-align: center;
  max-width: 46.8rem;
  margin: 0 auto;
  color: white;
  padding: 2em;
}
@media screen and (min-width: 64rem) {
  .content-highlight-section .container .content {
    padding: 0 2em;
  }
}
.content-highlight-section .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: white;
  font-weight: 600;
  margin: 0.5em 0;
  margin-top: 0;
}
@media screen and (min-width: 64rem) {
  .content-highlight-section .container .content h2 {
    margin-top: 0;
  }
}
.content-highlight-section .container .content h3 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: white;
  font-weight: 600;
  margin: 0.5em 0;
}

.content-with-bullets-section {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .content-with-bullets-section {
    padding: 5em 0;
  }
}
.content-with-bullets-section .container .content {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}
.content-with-bullets-section .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .content-with-bullets-section .container .content h2 {
    margin-top: 0;
  }
}
.content-with-bullets-section .container .content h3 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: #787878;
  font-weight: 600;
  margin: 0.5em 0;
}
.content-with-bullets-section .container .content .bullets ul {
  margin: 2em auto;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 64rem) {
  .content-with-bullets-section .container .content .bullets ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.content-with-bullets-section .container .content .bullets ul li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
  background: url("graphics/graphic-bullet.svg") no-repeat;
  background-size: 0.25em 0.25em;
  background-position: 0.5em 0.8em;
  color: #787878;
  margin-bottom: 1em;
}
@media screen and (min-width: 64rem) {
  .content-with-bullets-section .container .content .bullets ul li {
    width: 45%;
  }
}

.county-drop-down {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .county-drop-down {
    padding: 5em 0;
  }
}
.county-drop-down .container .content {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}
.county-drop-down .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .county-drop-down .container .content h2 {
    margin-top: 0;
  }
}
.county-drop-down .container .content dl {
  text-align: left;
  margin: 2em auto;
  max-width: 30.6rem;
}
.county-drop-down .container .content dl dt {
  background-color: #F5F5F5;
  padding: 0.25em 0.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.county-drop-down .container .content dl dt span {
  font-weight: 600;
  font-size: 1.25em;
  display: block;
  line-height: 1;
}
.county-drop-down .container .content dl dt a {
  color: #209159;
  display: block;
  line-height: 1;
}
.county-drop-down .container .content dl dd {
  margin: 0;
}
.county-drop-down .container .content dl dd ul {
  margin: 0 auto;
  padding: 0;
}
.county-drop-down .container .content dl dd ul li {
  list-style-type: none;
  border-bottom: 1px solid #E5E5E5;
}
.county-drop-down .container .content dl dd ul li a {
  color: #209159;
  text-decoration: none;
  display: block;
  padding: 0.25em 1.25em;
  transition: all 0.2s ease-in-out;
}
.county-drop-down .container .content dl dd ul li a:hover {
  background-color: #209159;
  color: white;
  transition: all 0.2s ease-in-out;
}

.new-customer-price-block .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: center;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .new-customer-price-block .container .content h2 {
    margin-top: 0;
  }
}
.new-customer-price-block .container .content h3 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: center;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 48rem) {
  .new-customer-price-block .container .content .price-blocks {
    display: flex;
    justify-content: center;
  }
}
.new-customer-price-block .container .content .price-blocks div {
  background-color: #F5F5F5;
  width: 100%;
  padding: 2em;
  margin: 0 auto 2em;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .new-customer-price-block .container .content .price-blocks div {
    width: 45%;
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 64rem) {
  .new-customer-price-block .container .content .price-blocks div {
    width: 15em;
    margin: 1.5em;
  }
}
.new-customer-price-block .container .content .price-blocks div h4 {
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.15;
  text-align: inherit;
  color: #373838;
  font-weight: 600;
  margin: 0.5em 0;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1em;
}
.new-customer-price-block .container .content .price-blocks div strong {
  font-size: 4em;
  color: #209159;
  line-height: 1.3;
}
.new-customer-price-block .container .content .price-blocks div strong span {
  display: block;
  font-size: 1.25rem;
  font-style: italic;
  color: #373838;
}
.new-customer-price-block .container .content .price-blocks div a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
  min-width: 1em;
}
.new-customer-price-block .container .content .price-blocks div a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
.new-customer-price-block .container .content .price-blocks div p {
  line-height: 1.1;
  font-style: italic;
  max-width: 15em;
  margin: 1.5em auto 0;
}

.parent-hero-content {
  position: relative;
}
.parent-hero-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.parent-hero-content .container {
  display: flex;
  position: relative;
  z-index: 5;
}
.parent-hero-content .container .content {
  margin: auto;
  color: white;
  width: 90%;
  text-align: center;
  padding: 3em 0;
}
@media screen and (min-width: 48rem) {
  .parent-hero-content .container .content {
    width: 50%;
    margin: auto auto auto 0;
    text-align: left;
    padding: 6em 0;
  }
}
@media screen and (min-width: 64rem) {
  .parent-hero-content .container .content {
    padding: 20vh 0;
    max-width: 30em;
  }
}
.parent-hero-content .container .content h1 {
  margin: 0.5rem 0;
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: inherit;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .parent-hero-content .container .content h1 {
    margin-top: 0;
  }
}
.parent-hero-content .container .content h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: inherit;
  font-weight: 600;
  margin: 0.5em 0;
}
.parent-hero-content .container .content p.button {
  margin: 2em auto 0;
}
.parent-hero-content .container .content p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.parent-hero-content .container .content p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}

.sub-page-hero {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .sub-page-hero {
    padding: 5em 0;
  }
}
.sub-page-hero .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 64rem) {
  .sub-page-hero .container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.sub-page-hero .container .content h1 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .sub-page-hero .container .content h1 {
    margin-top: 0;
  }
}
.sub-page-hero .container .content h2 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: #787878;
  font-weight: 600;
  margin: 0.5em 0;
}
.sub-page-hero .container .content p.button {
  margin: 2em auto 0;
}
.sub-page-hero .container .content p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.sub-page-hero .container .content p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 48rem) {
  .sub-page-hero .container .content {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64rem) {
  .sub-page-hero .container .content {
    width: 45%;
  }
}
.sub-page-hero .container figure {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48rem) {
  .sub-page-hero .container figure {
    width: 50%;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 64rem) {
  .sub-page-hero .container figure {
    width: 45%;
    margin: 0;
  }
}

.video-hero-content {
  position: relative;
}
@media screen and (min-width: 48rem) {
  .video-hero-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 75rem) {
  .video-hero-content {
    overflow: hidden;
    height: 50vh;
  }
}
@media screen and (min-width: 1500px) {
  .video-hero-content {
    height: 60vh;
  }
}
@media screen and (min-width: 1750px) {
  .video-hero-content {
    height: 75vh;
  }
}
.video-hero-content video {
  display: none;
}
@media screen and (min-width: 48rem) {
  .video-hero-content video {
    position: relative;
    height: auto;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
  }
}
@media screen and (min-width: 75rem) {
  .video-hero-content video {
    top: -10vh;
  }
}
.video-hero-content .container {
  display: flex;
  z-index: 5;
}
@media screen and (min-width: 48rem) {
  .video-hero-content .container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45vw;
  }
}
@media screen and (min-width: 75rem) {
  .video-hero-content .container {
    width: 75rem;
    margin-left: -37.5em;
    height: 100%;
  }
}
.video-hero-content .container .content {
  margin: auto;
  width: 90%;
  text-align: center;
  padding: 1em 0 3em;
  color: white;
}
@media screen and (min-width: 48rem) {
  .video-hero-content .container .content {
    width: 50%;
    margin: auto auto auto 0;
    text-align: left;
    padding: 6em 0;
  }
}
@media screen and (min-width: 64rem) {
  .video-hero-content .container .content {
    padding: 20vh 0;
    max-width: 30em;
  }
}
.video-hero-content .container .content h1 {
  margin: 0.5rem 0;
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: inherit;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .video-hero-content .container .content h1 {
    margin-top: 0;
  }
}
.video-hero-content .container .content h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: inherit;
  font-weight: 600;
  margin: 0.5em 0;
}
.video-hero-content .container .content .video-buttons p.button {
  margin: 2em auto 0;
}
.video-hero-content .container .content .video-buttons p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.video-hero-content .container .content .video-buttons p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 48rem) {
  .video-hero-content .container .content .video-buttons {
    display: flex;
  }
}
@media screen and (min-width: 48rem) {
  .video-hero-content .container .content .video-buttons p.button {
    margin-right: 1em;
  }
}

.service-blocks {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .service-blocks {
    padding: 5em 0;
  }
}
@media screen and (min-width: 48rem) {
  .service-blocks .container .content .services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 75rem) {
  .service-blocks .container .content .services {
    justify-content: space-between;
  }
}
.service-blocks .container .content .services .service-block {
  background-color: #F5F5F5;
  margin: 0 auto 2em;
}
@media screen and (min-width: 48rem) {
  .service-blocks .container .content .services .service-block {
    width: 46%;
  }
}
@media screen and (min-width: 75rem) {
  .service-blocks .container .content .services .service-block {
    width: 30%;
  }
}
.service-blocks .container .content .services .service-block h3 {
  background-color: #209159;
  color: white;
  margin: 0;
  text-align: center;
  padding: 0.25em;
}
.service-blocks .container .content .services .service-block figure {
  margin: 0;
}
.service-blocks .container .content .services .service-block div {
  padding: 0 1.5em 2em;
}
.service-blocks .container .content .services .service-block div p.button {
  margin: 2em auto 0;
}
.service-blocks .container .content .services .service-block div p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.service-blocks .container .content .services .service-block div p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
.service-blocks .container .content .services .service-block div p.button {
  text-align: center;
}

.step-by-step-blocks {
  background: #F5F5F5;
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  .step-by-step-blocks {
    padding: 6em 0;
  }
}
.step-by-step-blocks .container .content > div {
  text-align: center;
}
.step-by-step-blocks .container .content > div h2 {
  color: #209159;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.1;
}
.step-by-step-blocks .container .content > div h2 + h3 {
  margin: 0;
  color: #373838;
  font-size: 1em;
}
.step-by-step-blocks .container .content ul.steps {
  margin: 3em auto 0;
}
@media screen and (min-width: 48rem) {
  .step-by-step-blocks .container .content ul.steps {
    width: 600px;
  }
}
.step-by-step-blocks .container .content ul.steps li {
  margin-bottom: 3em;
}
@media screen and (min-width: 48rem) {
  .step-by-step-blocks .container .content ul.steps li {
    display: flex;
    gap: 1.5em;
  }
}
.step-by-step-blocks .container .content ul.steps li:last-child {
  margin-bottom: 0;
}
.step-by-step-blocks .container .content ul.steps li span:first-child {
  font-size: 2.5em;
  color: white;
  display: block;
  text-align: center;
  background: #209159;
  width: 1em;
  height: 1em;
  line-height: 1;
  padding: 0.25em 0.25em 0.25em 0.2em;
  box-sizing: content-box;
  border-radius: 50%;
}
@media screen and (min-width: 48rem) {
  .step-by-step-blocks .container .content ul.steps li span:last-child {
    width: 80%;
  }
}
.step-by-step-blocks .container .content ul.steps li span:last-child h2, .step-by-step-blocks .container .content ul.steps li span:last-child h3, .step-by-step-blocks .container .content ul.steps li span:last-child h4 {
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 48rem) {
  .step-by-step-blocks .container .content ul.steps li span:last-child h2, .step-by-step-blocks .container .content ul.steps li span:last-child h3, .step-by-step-blocks .container .content ul.steps li span:last-child h4 {
    margin-top: 0;
  }
}

.services-section {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .services-section {
    padding: 5em 0;
  }
}
.services-section .intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}
.services-section .intro h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: center;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .services-section .intro h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 48rem) {
  .services-section .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.services-section .services-grid .grid-block {
  position: relative;
  padding-bottom: 2em;
  max-width: 20em;
  margin: 0 auto 2em;
}
@media screen and (min-width: 48rem) {
  .services-section .services-grid .grid-block {
    max-width: none;
    margin: 0 0 2em 0;
    width: 45%;
  }
}
@media screen and (min-width: 64rem) {
  .services-section .services-grid .grid-block {
    width: 30%;
  }
}
.services-section .services-grid .grid-block:after {
  content: "";
  background-color: #F5F5F5;
  width: 90%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 0;
}
.services-section .services-grid .grid-block figure {
  position: relative;
  z-index: 3;
  margin: 0;
}
.services-section .services-grid .grid-block div {
  text-align: center;
  position: relative;
  z-index: 3;
}
.services-section .services-grid .grid-block div h3 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: #787878;
  font-weight: 600;
  margin: 0.5em 0;
}
.services-section .services-grid .grid-block div p.button {
  margin: 2em auto 0;
}
.services-section .services-grid .grid-block div p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.services-section .services-grid .grid-block div p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
.services-section .services-grid .grid-block div p.button {
  margin: 0;
}

.services-grid {
  padding: 3em 0;
  background: #F5F5F5;
}
@media screen and (min-width: 75rem) {
  .services-grid {
    padding: 5em 0;
  }
}
.services-grid .container {
  max-width: 64rem;
}
@media screen and (min-width: 48rem) {
  .services-grid .container .content .grid-box-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.services-grid .container .content .grid-box-container .grid-box {
  position: relative;
}
.services-grid .container .content .grid-box-container .grid-box:after {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  bottom: 0;
  background: white;
  content: "";
  z-index: 0;
}
@media screen and (min-width: 48rem) {
  .services-grid .container .content .grid-box-container .grid-box {
    width: 45%;
  }
}
@media screen and (min-width: 64rem) {
  .services-grid .container .content .grid-box-container .grid-box {
    width: 31%;
  }
}
.services-grid .container .content .grid-box-container .grid-box figure {
  width: 100%;
  position: relative;
  z-index: 2;
}
.services-grid .container .content .grid-box-container .grid-box figure img {
  width: 100%;
  height: auto;
}
.services-grid .container .content .grid-box-container .grid-box figure figcaption {
  text-align: center;
}
.services-grid .container .content .grid-box-container .grid-box figure figcaption strong {
  display: block;
  font-size: 1.3em;
}
.services-grid .container .content .grid-box-container .grid-box figure figcaption a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-size: 0.8em;
  margin-bottom: 2em;
}
.services-grid .container .content .grid-box-container .grid-box figure figcaption a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
.services-grid .container .content .grid-box-container .grid-box figure figcaption p {
  margin: 2em auto 2em;
  text-align: left;
  width: 70%;
}

.utah-bugs-section {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .utah-bugs-section {
    padding: 5em 0;
  }
}
.utah-bugs-section .container .content {
  max-width: 36rem;
  text-align: center;
  margin: 0 auto;
}
.utah-bugs-section .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .utah-bugs-section .container .content h2 {
    margin-top: 0;
  }
}
.utah-bugs-section .container .content ul {
  margin: 2em auto;
  padding: 0;
  max-width: 12.5rem;
  text-align: left;
}
.utah-bugs-section .container .content ul li {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1rem;
  list-style-type: none;
  color: #787878;
}
.utah-bugs-section .container .content ul li span {
  color: #209159;
  display: inline-block;
  margin-right: 0.3em;
}

.signs-of-infestation {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .signs-of-infestation {
    padding: 5em 0;
  }
}
.signs-of-infestation .container .content {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}
.signs-of-infestation .container .content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .signs-of-infestation .container .content h2 {
    margin-top: 0;
  }
}
.signs-of-infestation .container .content ul {
  margin: 2em auto;
  padding: 0;
  max-width: 25.2rem;
  text-align: left;
}
.signs-of-infestation .container .content ul li {
  list-style-type: none;
  background-color: #F5F5F5;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
  align-items: center;
  padding: 1.5em 13%;
}
.signs-of-infestation .container .content ul li span {
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 2.25em;
  color: #209159;
  font-weight: 400;
  line-height: 0.8;
}
.signs-of-infestation .container .content ul li p {
  width: 90%;
  margin: 0 0 0 1.5em;
}

.youtube .container {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .youtube .container {
    padding: 5em 0;
  }
}
.youtube .container .content {
  max-width: 48rem;
  margin: 0 auto;
}
.youtube .container .content figure {
  margin: 0;
}

.faq .container {
  padding: 3em 0;
}
@media screen and (min-width: 75rem) {
  .faq .container {
    padding: 5em 0;
  }
}
.faq .container .content h1 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
  margin-top: 0;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .faq .container .content h1 {
    margin-top: 0;
  }
}
.faq .container .content h2, .faq .container .content h3, .faq .container .content h4, .faq .container .content p {
  text-align: center;
}
.faq .container .content dl {
  margin: 3em auto;
  padding: 0;
  max-width: 36em;
}
.faq .container .content dl dt {
  background: #F5F5F5;
  font-weight: 600;
  padding: 0.75em;
  color: #787878;
  font-size: 1.25em;
  margin: 0 0 1em 0;
  position: relative;
}
.faq .container .content dl dt.showing {
  margin-bottom: 0;
}
.faq .container .content dl dt.showing:after {
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
}
.faq .container .content dl dt:hover {
  cursor: pointer;
}
.faq .container .content dl dt:after {
  content: "+";
  color: #209159;
  float: right;
  font-size: 1.5em;
  line-height: 1.1;
  transition: all 0.1s ease-in-out;
}
.faq .container .content dl dd {
  margin: 0;
  padding: 1px 1.25em 0.75em 1.25em;
  background: #F5F5F5;
}
.faq .container .content dl dd.showing {
  margin-bottom: 1em;
}

.guarantee-cta-section .guarantee {
  background-color: #209159;
  color: white;
  text-align: center;
  padding: 3em 0;
}
@media screen and (min-width: 64rem) {
  .guarantee-cta-section .guarantee {
    padding: 4em 0;
  }
}
.guarantee-cta-section .guarantee .container {
  padding-top: 7em;
  background: url("graphics/badge-satisfaction-guarantee-gold.png") no-repeat;
  background-position: center top;
  background-size: 6em auto;
}
.guarantee-cta-section .guarantee .container h1, .guarantee-cta-section .guarantee .container h2, .guarantee-cta-section .guarantee .container h3 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: white;
  font-weight: 600;
  margin: 0.5em 0;
  margin-top: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 64rem) {
  .guarantee-cta-section .guarantee .container h1, .guarantee-cta-section .guarantee .container h2, .guarantee-cta-section .guarantee .container h3 {
    margin-top: 0;
  }
}
.guarantee-cta-section .guarantee .container p {
  max-width: 36rem;
  margin: 1em auto;
}
.guarantee-cta-section .guarantee .container a {
  min-width: 11.5em;
  display: inline-block;
  background: white;
  color: #209159;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.guarantee-cta-section .guarantee .container a:hover {
  background: white;
  transition: all 0.2s ease-in-out;
}
.guarantee-cta-section .satisfaction {
  background-color: #F5F5F5;
}
.guarantee-cta-section .satisfaction .container {
  padding: 2em 0 3em;
}
.guarantee-cta-section .satisfaction .container .content {
  max-width: 32rem;
  margin: 0 auto;
  padding-top: 4em;
  background: url("graphics/badge-satisfaction-guarantee-gold.png") no-repeat;
  background-size: 60px 60px;
  background-position: center top;
}
@media screen and (min-width: 64rem) {
  .guarantee-cta-section .satisfaction .container .content {
    padding: 0 0 0 6em;
    background-position: left center;
    position: relative;
  }
}
.guarantee-cta-section .satisfaction .container .content p {
  margin: 0 auto 0.5em;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .guarantee-cta-section .satisfaction .container .content p {
    text-align: left;
  }
}
.guarantee-cta-section .satisfaction .container .content p em {
  font-weight: 600;
}
.guarantee-cta-section .satisfaction .container .content p a {
  color: #209159;
}

.footer-form {
  position: relative;
}
.footer-form:after {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background: #209159;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-form .container .content {
  position: relative;
  z-index: 25;
  padding-bottom: 3em;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
@media screen and (min-width: 75rem) {
  .footer-form .container .content {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
}
.footer-form .container .content .footer-form-content {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 1.5em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
}
.footer-form .container .content .footer-form-content h1, .footer-form .container .content .footer-form-content h2 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .footer-form .container .content .footer-form-content h1, .footer-form .container .content .footer-form-content h2 {
    margin-top: 0;
  }
}
.footer-form .container .content .footer-form-form {
  max-width: 36rem;
  margin: 0 auto;
  background: white;
  padding: 1.5em;
  border: 1px solid #9F9F9F;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
}

.promotion-banner {
  background: #209159;
}
.promotion-banner .container .content {
  padding: 1em 0 2em 0;
  text-align: center;
  color: white;
}
@media screen and (min-width: 64rem) {
  .promotion-banner .container .content {
    padding: 3em 0 3em 0;
  }
}
.promotion-banner .container .content h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 64rem) {
  .promotion-banner .container .content h3 {
    font-size: 2.25em;
  }
}
.promotion-banner .container .content p {
  margin: 0.6em 0;
}
@media screen and (min-width: 64rem) {
  .promotion-banner .container .content p {
    font-size: 1.3em;
  }
}
.promotion-banner .container .content a {
  min-width: 11.5em;
  display: inline-block;
  background: white;
  color: #209159;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.promotion-banner .container .content a:hover {
  background: white;
  transition: all 0.2s ease-in-out;
}

.location-hero .container .content {
  padding: 2em 0;
  color: white;
}
@media screen and (min-width: 48rem) {
  .location-hero .container .content {
    padding: 6em 0 3em;
  }
}
@media screen and (min-width: 64rem) {
  .location-hero .container .content {
    padding: 9em 55% 5em 0;
  }
}
@media screen and (min-width: 75rem) {
  .location-hero .container .content {
    padding: 11em 65% 6em 0;
  }
}
.location-hero .container .content h1 {
  font-size: 2.825em;
  line-height: 1.15;
  text-align: left;
  color: white;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 64rem) {
  .location-hero .container .content h1 {
    margin-top: 0;
  }
}
.location-hero .container .content p {
  margin: 0;
}
.location-hero .container .content p.button {
  margin: 2em auto 0;
}
.location-hero .container .content p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: white;
  color: #209159;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.location-hero .container .content p.button a:hover {
  background: white;
  transition: all 0.2s ease-in-out;
}

.location-map .container {
  max-width: 64rem;
}
@media screen and (min-width: 48rem) {
  .location-map .container {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 48rem) {
  .location-map .container .content {
    width: 60%;
  }
}
@media screen and (min-width: 64rem) {
  .location-map .container .content {
    width: 50%;
  }
}
.location-map .container .content .location-content {
  padding: 2em 0;
}
@media screen and (min-width: 48rem) {
  .location-map .container .content .location-content {
    padding: 3em;
  }
}
@media screen and (min-width: 64rem) {
  .location-map .container .content .location-content {
    padding: 6em 3em;
  }
}
.location-map .container .content h2 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: left;
  color: inherit;
  font-weight: 600;
  margin: 0.5em 0;
}
.location-map .container .content address {
  margin: 2em 0;
}
.location-map .container .content address a {
  color: inherit;
  text-decoration: none;
}
.location-map .container .content p.button {
  margin: 2em auto 0;
}
.location-map .container .content p.button a {
  min-width: 11.5em;
  display: inline-block;
  background: #209159;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.location-map .container .content p.button a:hover {
  background: #25a666;
  transition: all 0.2s ease-in-out;
}
.location-map .container aside {
  width: 100vw;
  margin-left: -5vw;
}
@media screen and (min-width: 48rem) {
  .location-map .container aside {
    width: 40%;
    margin: 0;
    flex: 1;
    height: 100%;
  }
}
@media screen and (min-width: 64rem) {
  .location-map .container aside {
    width: 50%;
  }
}

.modal {
  display: flex;
  position: fixed;
  top: -120vh;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 250;
  transition: all 0.4s ease-in-out;
}
.modal.showing {
  top: 0;
  transition: all 0.4s ease-in-out;
}
.modal div {
  background-color: white;
  width: 85%;
  height: auto;
  margin: auto;
  padding: 2em;
  font-size: 3.5vw;
  position: relative;
  border-radius: 0.25em;
}
@media screen and (min-width: 48rem) {
  .modal div {
    font-size: 16px;
    width: 26em;
  }
}
.modal div a.closepop {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  color: #209159;
}
.modal div h3 {
  font-size: 1.25em;
  line-height: 1.15;
  text-align: inherit;
  color: #209159;
  font-weight: 600;
  margin: 0.5em 0;
}

.single-blog-post .container .content, .index-list .container .content {
  padding: 2em 0;
}
@media screen and (min-width: 48rem) {
  .single-blog-post .container .content, .index-list .container .content {
    padding-top: 4em;
  }
}
@media screen and (min-width: 64rem) {
  .single-blog-post .container .content, .index-list .container .content {
    padding: 0 0 4em 16em;
  }
}
.single-blog-post .container .content .post-meta, .index-list .container .content .post-meta {
  border-bottom: 1px solid #F5F5F5;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  max-width: 48rem;
}
.single-blog-post .container .content ul.blog-list li, .index-list .container .content ul.blog-list li {
  margin-bottom: 3em;
}
.single-blog-post .container .content h2 a, .index-list .container .content h2 a {
  text-decoration: none;
}
.single-blog-post .container .content a, .index-list .container .content a {
  color: #209159;
}
.single-blog-post .container .content nav.blog-nav, .index-list .container .content nav.blog-nav {
  font-size: 1.3em;
}
.single-blog-post .container .content nav.blog-nav div span, .single-blog-post .container .content nav.blog-nav div a, .index-list .container .content nav.blog-nav div span, .index-list .container .content nav.blog-nav div a {
  display: inline-block;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
}
.single-blog-post .container .content nav.blog-nav div span.page-numbers, .single-blog-post .container .content nav.blog-nav div a.page-numbers, .index-list .container .content nav.blog-nav div span.page-numbers, .index-list .container .content nav.blog-nav div a.page-numbers {
  background: #209159;
  color: white;
}
.single-blog-post .container .content nav.blog-nav div span.current, .single-blog-post .container .content nav.blog-nav div a.current, .index-list .container .content nav.blog-nav div span.current, .index-list .container .content nav.blog-nav div a.current {
  background: #373838;
}
.single-blog-post .container .content nav.blog-nav div span.prev, .single-blog-post .container .content nav.blog-nav div span.next, .single-blog-post .container .content nav.blog-nav div a.prev, .single-blog-post .container .content nav.blog-nav div a.next, .index-list .container .content nav.blog-nav div span.prev, .index-list .container .content nav.blog-nav div span.next, .index-list .container .content nav.blog-nav div a.prev, .index-list .container .content nav.blog-nav div a.next {
  background: none;
  color: #209159;
}

.index-list .container .content h1 {
  margin-top: 0;
}
