/*
Theme Name: All Natural Pest Elimination
Theme URI: https://nobuggy.com
Description: Designed by Rogue Design Group. Developed by Jess.
Version: 123456789 
Author: Rogue Design Group
Author URI: https://roguedesigngroup.com
*/


html,
body {
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
    background: #F3F5F4;
    color: #58595B;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

/********* Animations **************/

.fade-in {
    -webkit-animation: fade-in 2s ease;
    -moz-animation: fade-in ease-in-out 2s both;
    -ms-animation: fade-in ease-in-out 2s both;
    -o-animation: fade-in ease-in-out 2s both;
    animation: fade-in 2s ease;
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


.fade-out {
    -webkit-animation: fade-out 2s ease;
    -moz-animation: fade-out ease-in-out 2s both;
    -ms-animation: fade-out ease-in-out 2s both;
    -o-animation: fade-out ease-in-out 2s both;
    animation: fade-out 2s ease;
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/****************  DEFAULT STYLES  ************************/


a {
    color: #6DB657;
    text-decoration: none;
    outline: none;
}

.title {
    display: block;
    font-family: 'Bungee', cursive;
    color: #000;
    font-size: 80px;
    line-height: 90px;
}

h1,
h1 a {
    color: #454642;
    font-size: 48px;
    line-height: 68px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

h2,
h2 a {
    color: #454642;
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    margin: 5px 0 0px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
h2 { margin-bottom:5px; }

h3,
h3 a {
    color: #454642;
    font-weight: 500;
    font-size: 22px;
    line-height:32px;
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

h4 {
    color: #454642;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

h5 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h6 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}


.highlight {
    background: yellow;
}

a.button {
    color: #6DB657;
    border: 1px solid #6DB657;
    display: inline-block;
    background: transparent;
    padding: 15px 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a.button:hover {
    background: #6DB657;
    color: #fff;
}

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

p {
    text-align: left;
    color: #656762;
    font-family: "Noto Serif", sans-serif;
    font-weight: 300;
}

.page-copy p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    margin: 0 0 30px;
}


ul {
    list-style-type: disc;
    margin: 0 0 30px 25px;
    padding: 0 0 0 0;
}

ul li {
    margin: 0 0 0px;
    padding: 0px;
    color: #656762;
    font-family: "Noto Serif", sans-serif;
    font-weight: 300;
}

ol {
    margin: 0 0 30px 25px;
    padding: 0 0 0 0;
}

ol li {
    margin: 0;
    padding: 0px;
    color: #656762;
    font-family: "Noto Serif", sans-serif;
    font-weight: 300;
}

.page-copy li {
    font-size: 20px;
    line-height: 32px;
}

.wpcf7-form input.wpcf7-submit {
    -webkit-appearance: none;
}

.s {
    /* Search Field */
    background: transparent;
    border: 0px solid #c7c7c7;
    color: #383d44;
    height: 15px;
    padding-left: 3px;
    vertical-align: middle;
    width: 220px;
}

.alignleft {
    float: left;
    text-align: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin-top: -1px;
    text-align: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px;
}


.half {
    float: left;
    display: inline-block;
    width: 48%;
}

.half.last {
    float: right;
    display: inline-block;
    width: 48%;
}

.third {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 0 4.5% 0 0;
}

.third.last {
    float: right;
    margin: 0;
}

.fourth {
    float: left;
    display: inline-block;
    width: 22%;
    margin: 0 3% 0 0;
}

.fourth.last {
    float: right;
    margin: 0;
}

hr {
    display: block;
    margin: 40px auto 70px;
    border: 0;
    height: 1px;
    background: #868788;
}

.red {
    color: #80A268;
    font-weight: bold;
}
.cb-col.cb-col-third {
  margin-bottom: 50px;
  font-size:20px;
  line-height:30px;
}
.cb-col.cb-col-third strong { font-size:24px; }
.cb-col.cb-col-third img { max-width:90%; }

/****************  MENU ***************************/

#topnav {
    display: none;
}

#menu {
    float: right;
    display: inline-block;
    width: 73%;
    text-align: right;
    padding: 0 0;
    background: transparent;
    margin: 58px 0 0;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
    /* left offset of submenus need to match (see below) */
    z-index: 55;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    padding: 0;
    border-right: 0px solid #000;
    background: transparent;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0px;
    top: 50px;
    /* match top ul list item height */
    z-index: 199;
}

.sf-menu li#menu-item-20:hover ul,
.sf-menu li#menu-item-20.sfHover ul {
    left: auto;
    right: -25px;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;

}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

.sf-menu li {
    background: transparent;
    margin: 0px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
}

.sf-menu a {
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    position: relative;
    z-index: 888;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.sf-menu a,
.sf-menu a:visited {
    color: #9FA29E;
}

.sf-menu li a:hover {
    color: #DD913B;
    background: transparent;
}

.sf-menu ul {
    background: #fff;
    padding: 30px 0 20px;
    width: 350px;
    border: 1px solid #7A848A;
}
.sf-menu li#menu-item-12039 ul { width:325px; }
.sf-menu li.current_page_item a {
    /*color:#fff;*/
}

.sf-menu li.current_page_item li a {
    /*color:#fff;*/
}

.sf-menu li.current_page_item li a:hover {
    /*color:#fff;*/
}

.sf-menu li li {
    margin: 0;
    padding: 0;
    width: 345px;
}
.sf-menu li#menu-item-12039 li { width:315px; }

.sf-menu li li a {
    background: rgba(255, 255, 255, 1);
    border-right: 0;
    position: relative;
    z-index: 800;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 5px 25px;
    margin: 0;
    color: #80A268;
    letter-spacing:0;
}

.sf-menu li li a:visited {
    color: #80A268;
}

.sf-menu li li a:hover {
    background: rgba(255, 255, 255, 1);
}

.sf-menu li li li {}

.sf-menu li li li a {}

.sf-menu li li li a:hover {
    background: #80A268;
    color: #fff;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
}


/********* Fat Nav Hamburger Menu **********/

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: -53px;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 45px;
  height: 10px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -18px;
}
.hamburger__icon:after {
  top: 19px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  max-width:800px;
  height: 100%;
  background: #449ACD;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: right;
  padding: 10px 80px 10px 0;
  display:block;

}
.fat-nav li, .fat-nav li a {
  color: #fff;
  display:block;
  font-size:55px;
  font-weight:500;
  margin:0 0 20px;
  -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.fat-nav li a:hover { color:#F1EEED; }
.fat-nav li a {
  text-decoration: none;
}



/*****************  LAYOUT *************************/

#page {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 100;
}

.top-bar {
    background: #E9EAE7;
    z-index:1599;
    position:fixed;
    top:0;
    left:0; 
    width:100%;
}

.top-bar a {
    float: right;
    display: inline-block;
    padding: 5px 30px;
    color: #494A46;
    font-size: 20px;
}

.top-bar a.free-inspection {
    background: #6DB657;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-bar a.free-inspection:hover {
    background: #68944c;
}

#header .container {
    max-width: 1400px;
    margin: 0 auto;
    margin-top:34px; 
}
#logo {
    float: left;
    display: inline-block;
    width: 340px;
    margin: 10px 0;
    max-width: 25%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1275px;
}

#content .page-copy {
    background: #fff;
}

#content .page-copy .wrapper {
    max-width: 900px;
    position: relative;
}


.page-copy.pest-copy #content .wrapper {
    max-width: 900px;
    padding: 80px 0 0;
    position: relative;
}

.embedded-cta .wrapper {
    max-width: 900px;
    padding: 80px 0;
}
.embedded-cta.reduce-top-margin .wrapper { padding-top:10px; padding-bottom:30px; }

.page-copy img {
    max-width: 100%;
}

.no-header-image { height:70px; }

#footer {
    margin: 0;
    padding: 100px 0 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background: #F7F6F3;
    color: #969282;
    font-size: 24px;
    line-height: 28px;
}

.footer-contact {
    text-align: center;
    padding: 100px 0 210px;
    background: #E9F3E6 url(images/FOOTER-Grass.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: #494A46;
    line-height: 40px;
}

.footer-contact span {
    display: block;
    font-weight:300;
}

.footer-contact span.footer-phone, .footer-contact span.footer-phone a{
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#494A46;
}

.footer-logos {
    display: block;
    text-align: center;
    margin: 30px auto;
}

.footer p,
.footer h3 {
    color: #51513B;
}

.footer h3 {
    font-size: 30px;
}

.copyright {
    background: #3B4D26;
    color: #899075;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
}

.copyright a {
    color: #899075;
}

.copyright a:hover {
    color: #fff;
}

.footer-icons {
    margin-top: 40px;
}

.page-copy .footer-logo,  .footer-logo {
    max-width: 300px;
    display: inline-block;
    margin-bottom: -25px;
    margin-right: 20px;
}

.footer-icon1,
.footer-icon2,
.footer-icon3 {
    max-height: 70px;
    display: inline-block;
    margin: 0 25px;
}

.footer-icon3 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-icon3:hover {
    opacity: .7;
}

.footer-icons img { width: auto !important; }

/*********** HEADER IMAGES ***************/
.header-image {
    position: relative;
    overflow: visible;
    /* Allow the triangle to extend beyond the container */
}

.header-image::before {
    content: '';
    position: absolute;
    top: -25px;
    /* Adjust this value to control how much the triangle extends above */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid white;
    z-index: 10;
}

.header-img {
    position: relative;
    display: block;
    margin-bottom:70px;
}

.header-img img {
    display: block;
    width: 100%;
    height: auto;
}

.header-image.inset-triangle::before {
    top: -1px;
    /* Position at the very top of the image */
    border-top: 25px solid white;
}

.header-caption {
    background: #fff;
    text-align: center;
    color: #DD913B;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.header-caption span {
    display: block;
    font-size: 24px;
    line-height: 46px;
    line-height:38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "obvia-expanded", 'Roboto', sans-serif;;
    letter-spacing: 1px;
}

.header-caption p {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.header-caption.smallbig .header-caption1 {
    font-size: 26px;
}

.header-caption.smallbig .header-caption2 {
    font-size: 42px;
}

.header-caption.bigsmall .header-caption1 {
    font-size: 42px;
}

.header-caption.bigsmall .header-caption2 {
    font-size: 26px;
}

/****************  PESTS ******************/

.twelve-pests a {
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.twelve-pests a:hover { opacity:.7; }

.pest-links strong {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.pest-links a {
    display: block;
    font-weight: 200;
}

.pest-links {
    position: absolute;
    right: -200px;
    top: 80px;
    font-size: 18px;
    line-height: 26px;
}


/* Mobile toggle button - hidden by default */
.location-toggle {
    display: none;
    position: absolute;
    top: -55px;
    right: 0px;
    background-color: #7cb342;
    color: white;
    border: none;
    padding: 7px 7px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    z-index: 1000;
    transition: background-color 0.3s ease;
    z-index: 4;
    width:130px;
}

.location-toggle:hover {
    background-color: #689f36;
}

.location-toggle.active {
    background-color: #689f36;
}


.embedded-cta.counties-columns .counties-title[role="button"] {
    cursor: pointer;
    display: inline-block; 
}
.embedded-cta.counties-columns .counties-toggle-icon {
    font-weight: normal;
    margin-left: 0.3em;
    display:none;
}


/* Mobile overlay menu - hidden by default */
.pest-links-overlay {
    display: none;
    position: absolute;
    top: -50px;
    right: 0px;
    background-color: white;
    border: 2px solid #7cb342;
    padding: 0;
    z-index: 9999;
    width:75%;
    padding-bottom: 40px;
}

/* Button inside the overlay menu */
.pest-links-overlay .location-toggle-header {
    background-color: #7cb342;
    color: white;
    border: none;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pest-links-overlay a,
.pest-links-overlay strong {
    display: block;
    padding: 0 30px 0 40px;
    font-size:18px;
    line-height:26px;
}


.pest-links-overlay strong {
    margin: 30px 0 0;
}

.pest-links-overlay .location-toggle-header:hover {
    background-color: #689f36;
}

/* Content area of overlay */
.pest-links-overlay .overlay-content {
    padding: 20px;
}

.pest-links-overlay .overlay-content strong {
    display: block;
    color: #333;
    font-size: 1.1rem;
    margin: 15px 0 8px 0;
    text-transform: uppercase;
}

.pest-links-overlay .overlay-content strong:first-child {
    margin-top: 0;
}

.pest-links-overlay .overlay-content a {
    display: block;
    color: #7cb342;
    text-decoration: none;
    padding: 5px 0;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.pest-links-overlay .overlay-content a:hover {
    color: #689f36;
    background-color: #f8f9fa;
    padding-left: 10px;
}

.pest-links-overlay .overlay-content a:last-of-type {
    border-bottom: none;
}

.overlay-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 998;
}

.overlay-backdrop.active {
    display: block;
}


/******** BLOG **********/

.blog .post {
  float: left;
  display: inline-block;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
}
.blog .post:nth-child(even) {
  float: right;
  margin-right:0;
}
.pagenav { margin-bottom:80px; }
.blog .alignright, .blog .alignleft { width:auto; max-width:30%; }
.blog .alignright a, .blog .alignleft a { 
    padding: 15px 40px;
    margin: 0 0 10px;
    display: inline-block;
    display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  background: #6DB657;
  color: #fff;
 }  

/***************** CTAS ***************/

/* Main Footer Promo Banner */
.promo-banner {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

.handshake-section {
    flex: 1;
    background-color: #BFDBA7;
    display: flex;
    align-items: right;
    justify-content: right;
    padding: 0px 40px 0 0;
    min-height: 180px;
}

.handshake-icon {
    width: auto;
    height: 120px;
    margin: 36px 0 20px;
}

.promo-section {
    flex: 2;
    background-color: #3B4D26;
    color: white;
    padding: 0px 30px 10px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-copy .promo-title, .promo-title {
    font-size: 42px;
    font-weight: 500;
    margin:20px 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.page-copy .promo-subtitle, .promo-subtitle {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin:0;
}



.image-text-section {
  display: flex;
  align-items: stretch;           
  max-width: 1200px;              
  margin: 0 auto;
  padding: 80px 20px;
  gap: 64px;
}

.image-text-section.image-right {
  flex-direction: row-reverse;    
}

.image-text-section .section-image,
.image-text-section .section-content {
  flex: 1 1 50%;                  
  min-width: 0;                   
}

.image-text-section .section-image {
  overflow: hidden;
}

.image-text-section .section-image img {
  width: 100%;
  height: 100%;                   
  object-fit: cover;              
  display: block;
  transition: transform 0.3s ease;
}

.image-text-section .section-image img:hover {
  transform: scale(1.02);
}

.image-text-section .section-content {

  padding: 20px 0;
  display: flex;                  
  flex-direction: column;
  justify-content: center;
}

.image-text-section.image-left .section-content {
  padding: 20px 8% 20px 0;
}

.image-text-section.image-right .section-content {
  padding: 20px 0 20px 8%;
}

.image-text-section .section-content h3 {
  font-size: 2rem;
  font-size:22px;
  /*margin-bottom: 20px;*/
}

.image-text-section .section-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.image-text-section .section-content .btn {
  display: inline-block;
  padding: 15px 80px;
  border: 1px solid #7cb342;
  background: transparent;
  color: #7cb342;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height:23px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 25px 0 0;
}
.image-text-section .section-content .btn:hover, .button:hover {
  background: #7cb342;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(124, 179, 66, 0.3);
}

.cta-top-padding { display:block; height:70px; }

@media (max-width: 900px) {
  .image-text-section,
  .image-text-section.image-right {
    flex-direction: column;
  }
  .image-text-section .section-image img {
    height: auto;                 
  }
  .image-text-section .section-content {
    padding: 24px 0 !important;
  }
  .cta-top-padding { display:block; height:30px; }
}

@media (min-width: 901px) {
  .image-text-section { min-height: 520px; }
}




/************  CTA Styles *****************/

.embedded-cta {
    background: #F3F5F4;
}

.embedded-cta,
.embedded-cta p,
.embedded-cta li {
    color: #494A46;
    line-height: 40px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.cta-content a.button {
    padding: 15px 40px;
    margin: 0 0 10px;
    display: inline-block;
    display: block;
  max-width: 60%;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.two-up-col .embedded-cta { padding:20px 40px; }

.embedded-cta.cta--bg-white { background: #fff; }
.embedded-cta.cta--bg-gray  { background: #f6f7f8; }  

.cta-link { display: block; color: inherit; text-decoration: none; }
.cta-link:hover { text-decoration: none; }

.cta-image {
    float: left;
    display: inline-block;
    width: 30%;
}

.cta-image img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}


.two-up-col .cta-image {
  float: none;
  display: block;
  width: 70%;
  margin: 0 auto;
}
.two-up-col .cta-image img { max-height:195px; }
.two-up-col .cta-content { float:none; display:block; width:100%; }
.two-up-col .cta-content a.button { margin: 0 auto; }
.page-copy.pest-copy .two-up-col .wrapper { padding:0; }


.cta-content {
    float: right;
    display: inline-block;
    width: 70%;
}
.cta--fullwidth .cta-content { float:none; dipslay:block; width:100%; text-align:center; }
.cta--fullwidth.cta--columns .cta-content {
    float: right;
    display: inline-block;
    width: 70%;
    text-align:left;
}

span.creds { display:inline-block; width:20%; margin: 0; text-align:center; }
.five-stars p { font-size:20px; }
.five-stars p strong { font-weight:800 }

.bottom-inspection-cta { margin-bottom:-30px; }
.bottom-padding { padding-bottom:120px; }

.two-up-col .cta-content h2 {
  font-size: 32px;
  text-align: center;
  line-height: 36px;
  margin: 20px 0 20px;
}
.two-up-col .cta-content h3 {
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  margin:0 0 30px;
  font-weight:400;
}

.bottom-inspection-cta.embedded-cta li,
.better-for-the-ones-you-love-full.embedded-cta li {
  line-height: 36px;
  font-size: 20px;
}

/********* GOOGLE REVIEWS *********/
.grw-header { display:none!important; }
.wp-gr .grw-content { display:block; flex:none!important; width:100%!important; }

/* Tablet: 2 columns between 760px and 980px */
@media (max-width: 979px) and (min-width: 760px) {
 .wp-gr[data-layout="slider"] .grw-review {
    --col: 2 !important;
  }
}

/* Mobile: 1 column below 760px */
@media (max-width: 759px) {
 .wp-gr[data-layout="slider"] .grw-review {
    --col: 1 !important;
  }
}


/********************  ACCORDION  *********************/


.accordion {
    margin: 0;
    padding: 0px;
    cursor: hand;
    cursor: pointer;
    color: #6DB657;
    font-size: 22px;
    line-height: 38px;
    font-weight: 300 !important;
    border-top: 1px solid #939292;
    padding: 20px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion:hover {
    color: #414141;
}

.accordion-open {}

.accordion.last {
    border-bottom: 1px solid #939292;
}

.accordion-open.last {
    border-bottom: 0;
}

.accordion-open span {
    display: block;
    float: right;
    padding-left: 0;
    font-size: 37px;
    font-size: 28px;
}

.accordion-open span:before {
    content: '[ - ]';
}

.accordion-close span {
    display: block;
    float: right;
    padding-left: 0;
    font-size: 37px;
    font-size: 28px;
}

.accordion-close span:before {
    content: '[ + ]';
}

div.acc-container {
    padding: 25px 0 0px;
    margin: 0;
}

.accordion-extra {
    display: none;
}

.container-extra {
    display: none;
}

.embedded-faq {
    margin: 30px 0;
}

.faq-content .container {
    font-size: 20px;
    line-height: 32px;
    color: #656762;
    font-family: "Noto Serif", sans-serif;
    font-weight: 300;
    padding-bottom: 30px;
}

.page-copy .container {
    font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  margin: 0 0 30px;
  color: #656762;
  font-family: "Noto Serif", sans-serif;
  font-weight: 300;
}
.page-copy .container p { margin:0; }

.show-more-btn {
    margin: 30px 0;
    color: #6DB657;
    border: 1px solid #6DB657;
    display: inline-block;
    background: transparent;
    padding: 15px 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    cursor: hand;
    cursor: pointer;
}

.show-more-btn:hover {
    background: #6DB657;
    color: #fff;
}


.branch-locations { font-weight:300; }
.branch-locations strong { font-weight:500; }

/******************* SIMPLE COLUMNS *************************/

/* Column Shortcode Styles */
.column {
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* Existing Column Sizes */
.column.half {
    width: 48%;
    margin-right: 2%;
}
.column.half:nth-child(2n) {
    margin-right: 0;
}

.column.third {
    width: 29%;
    margin-right: 2%;
}
.column.third:nth-child(3n) {
    margin-right: 0;
}

.column.quarter {
    width: 23.5%;
    margin-right: 2%;
}
.column.quarter:nth-child(4n) {
    margin-right: 0;
}

/* NEW: Fifth column (20% each with margins) */
.column.fifth {
    width: 18.4%;
    margin-right: 2%;
}
.column.fifth:nth-child(5n) {
    margin-right: 0;
}

/* NEW: Sixth column (16.67% each with margins) */
.column.sixth {
    width: 15%;
    margin-right: 2%;
}
.column.sixth:nth-child(6n) {
    margin-right: 0;
}

/* Two-thirds column (66.667%) */
.column.two-thirds {
    width: 66%;
    margin-right: 2%;
}
.column.two-thirds:nth-child(odd) {
    margin-right: 0;
}

/* Three-quarters column (75%) */
.column.three-quarters {
    width: 73.5%;
    margin-right: 2%;
}
.column.three-quarters:nth-child(odd) {
    margin-right: 0;
}

/* NEW: Two-fifths column (40%) */
.column.two-fifths {
    width: 38.4%;
    margin-right: 2%;
}
.column.two-fifths:nth-child(2n) {
    margin-right: 0;
}

/* NEW: Three-fifths column (60%) */
.column.three-fifths {
    width: 58.4%;
    margin-right: 2%;
}
.column.three-fifths:nth-child(2n) {
    margin-right: 0;
}

/* NEW: Four-fifths column (80%) */
.column.four-fifths {
    width: 78.4%;
    margin-right: 2%;
}
.column.four-fifths:nth-child(2n) {
    margin-right: 0;
}

/* NEW: Five-sixths column (83.33%) */
.column.five-sixths {
    width: 81.33%;
    margin-right: 2%;
}
.column.five-sixths:nth-child(2n) {
    margin-right: 0;
}

/* Column images */
.column img {
    max-width: 100%;
}

/* Clearfix for column containers */
.column:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .column.half,
    .column.third,
    .column.quarter,
    .column.fifth,
    .column.sixth,
    .column.two-thirds,
    .column.three-quarters,
    .column.two-fifths,
    .column.three-fifths,
    .column.four-fifths,
    .column.five-sixths {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.cb-col-sixth a { font-size:14px; text-transform:uppercase; color:#454642 }
.cb-col-sixth img {
  display: block;
  margin: 0 auto;
}
.cb-columns-6 { margin:0 0 50px; }


/***********  BLOG  ***************/

/*
.blog-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
*/

.blog-category-item {
    position: relative;
    width:30%;
    margin:0 1.5% 30px 1.5%;
    overflow: hidden;
    float:left; display:inline-block;
}

.blog-category-item img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-category-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-indent:-9999px;
}

.blog-tag-grid {
   
}

.blog-tag-item {
    position: relative;
    float:left; display:inline-block; width:47%; margin:0 1.5% 30px 1.5%;
    overflow: hidden;
}

.blog-tag-item img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-tag-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-indent:-9999px;
}

.blog-tag-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.category-title { margin:40px 0 0; }
.category-title-link { margin:0 0 15px; }
.category-title-link a { color:#6DB657; }



/**********************  CONTACT / NINJA FORMS **********************/


.wpcf7-form {
    margin-top: 50px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #999 !important;
    padding: 12px !important;
    display: block;
    background: transparent !important;
    width: 95%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #626365;
}
.wpcf7-select {
  display: block;
  width: 98%;
  border: 1px solid #999 !important;
  background: #fff;
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  color: #aaa!important
}

.wpcf7-form input.wpcf7-submit {
    display: inline-block;
    height: auto !important;
    padding: 15px 80px !important;
    text-transform: uppercase;
    border: 1px solid #7cb342 !important;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: hand;
    cursor: pointer;
    width: auto;
}

.wpcf7-form input.wpcf7-submit:hover {
    background: #7cb342 !important;
    color: #fff !important;
}

.required {
    font-size: 16px;
    margin-top: -20px;
    display: block;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A7A9AC;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #A7A9AC;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #A7A9AC;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #A7A9AC;
}


/********* MOBILE MENU ****************/

.hamburger { display:none; }

.fat-nav {
    background: #6DB657;
}
.hamburger__icon {
    position: relative !important;
    width: 45px !important;
    height: 7px !important;
    background: #6DB657 !important;
    margin: 19px auto !important;
    transition: all 0.3s ease !important;
}

.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
    background: #6DB657;
}

.hamburger.active .hamburger__icon::before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger.active .hamburger__icon::after {
    transform: rotate(-45deg);
    top: 0;
}

.hamburger {
    right: 70px;
    top: 115px;
}

.hamburger__icon {
    position: relative;
    width: 20px;
    height: 2px;
    background: #6DB657;
    margin: 19px auto;
    transition: all 0.3s ease;
}

.hamburger.active .hamburger__icon {
    background: transparent;
}

.hamburger.active {
    background: transparent !important;
}

.fat-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1001;
}

.hamburger.active .hamburger__icon {
    background: transparent !important;
}

.hamburger.active .hamburger__icon::before {
    top: 0px;
}

.hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
    background: #fff;
}

.hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    height: 7px;
}

.fat-nav__wrapper {
    top: -50px;
}

.fat-nav li, .fat-nav li a {
    margin: 0;
}

.fat-nav li a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-right:20px;
}

/* Mobile Menu Submenu Styles */
.fat-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow:auto;
}

.fat-nav li {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fat-nav li:last-child {
    border-bottom: none;
}

/* Hide submenus by default */
.fat-nav ul ul {
    display: none;
    margin-top:20px;
}

.fat-nav ul ul li {
    padding: 10px 20px 10px 0;
}

.fat-nav ul ul li:last-child {
    border-bottom: none;
}

.fat-nav ul ul li a {
    font-size: 20px;
    line-height: 28px;
}

/* Arrow for parent menu items */
.fat-nav li.menu-item-has-children > a {
    position: relative;
}

.fat-nav li.menu-item-has-children > a::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

/* Rotate arrow when submenu is open */
.fat-nav li.menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Show submenu when parent is open */
.fat-nav li.menu-item-has-children.open > ul {
    display: block;
}

/* Hover effects */
.fat-nav li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.fat-nav li.menu-item-has-children > a:hover::after {
    color: rgba(255, 255, 255, 1);
}

/* Touch-friendly tap targets */
.fat-nav li.menu-item-has-children > a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Animation for submenu expansion */
.fat-nav ul ul {
    transition: all 0.3s ease;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.fat-nav li.menu-item-has-children.open > ul {
    opacity: 1;
    max-height: 500px;
}

.clear {
    clear: both;
}

.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}

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

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}

/* End hide from IE Mac */


#header .fat-nav,
.hamburger {
    display: none;
}

/******** Other Layout Elements **********/
.two-up-grid { display: block; grid-template-columns: none; }
.two-up-grid br { display:none; }
.two-up-col { float:left; display:inline-block; width:100%; margin: 0; }
.two-up-col br { display:block; }

.two-up-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:32px;
  align-items:stretch;
}

.two-up-col{
  display:flex;
}

.two-up-col > *{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}

.button-row { text-align:center; margin:30px 0 70px; }
.button-row a.button { font-size:18px; display:inline-block; margin:0 20px; }
.two-up-col .button-row a.button { display:inline-block; width:40%; }
.button-row br {
  display: none;
}
/**** Counties Four Column Layout ****/

.counties-flow {
  columns: 4;                   
  column-gap: 32px;
  margin: 30px auto 70px;
  max-width: 1100px;            
  display: flow-root;           
  list-style: none;
  padding: 0;
  margin-block: 30px 70px;   
  text-align:left;   
}

.counties-flow > li {
  margin: 0 0 6px;
  line-height: 20px;
  font-family: "Noto Serif", serif;
  font-size: 16px;
}

.counties-flow > li.county-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 30px 0 6px;           
  line-height: 1.2;
}
.counties-flow > li.county-name:first-child { margin-top:0; }
.counties-title {
  text-align: center;
}

@media (max-width: 1200px){ .counties-flow{ columns: 3; } }
@media (max-width: 900px) { .counties-flow{ columns: 2; } }
@media (max-width: 600px) { .counties-flow{ columns: 2; } }





/**** US vs THEM ****/

.compare {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.compare__title {
  text-align: center;
  margin: 0 0 24px;
  font-weight: 800;
}

.compare__row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 48px;                 
  padding: 0;                
  align-items: start;
}

.compare__row--head { padding: 0 0 12px; }
.compare__head h2 {
  color: #DD913B;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0;
}

.compare__row + .compare__row .compare__cell {
  border-top: 1px solid #e5e5e5; 
  padding-top: 18px;             
}

.compare__cell h3 { margin:30px 0 10px; }

@media (max-width: 900px) {
  .compare__row { grid-template-columns: 1fr; gap: 16px; }
  .compare__row--head { grid-template-columns: 1fr 1fr; }
  .compare__row + .compare__row .compare__cell { padding-top: 16px; }
}


/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */

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

    .sf-menu a,
    .sf-menu a:visited {
        font-size: 17px;
        padding: 0 15px;
    }

    .sf-menu li li a {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 15px;
    }

    .single-article-content { float:left; display:inline-block; width:80%; }
    .pest-links-container { float:right; display:inline-block; width:15%; }
    .pest-links { position:relative; right:auto; top:auto; }
    
}

@media screen and (max-width: 1360px) {
    .page-copy.pest-copy .wrapper {
        max-width: 700px;
    }
    .sf-menu li#menu-item-12039 ul { right:0!important; left:auto!important; }

}

@media screen and (max-width: 1200px) {
    .page-copy.pest-copy .wrapper {
        max-width: 700px;
        margin: 0 0 0 10%;
    }
    .cb-columns.cb-columns-3 { max-width:90%; display:block!important; }
}

@media screen and (max-width: 1140px) {
    #logo {
        float: none;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 300px;
    }

    #menu {
        float: none;
        display: block;
        margin: 15px auto 0;
        width: 100%;
    }

    .sf-menu {
        text-align: center;
    }
    #content .page-copy .wrapper {
          max-width: 90%;
          position: relative;
        }
}

@media screen and (max-width: 1050px) {
    .page-copy.pest-copy .wrapper {
        max-width: 700px;
        margin: 0 0 0 5%;
    }
    .embedded-cta.counties-columns .counties-toggle-icon {
        display:inline;
    }
}

@media screen and (max-width: 980px) {
    /*  ipad */

    

    .page-copy.pest-copy .wrapper,
    .page-copy .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    .image-text-section {
        gap: 40px;
        padding: 50px 20px;
    }

    .image-text-section .section-content h2 {
        font-size: 1.75rem;
    }

    .image-text-section .section-content p {
        font-size: 1rem;
    }

    

    .footer-contact .wrapper {
        max-width: 900px;
    }

    .embedded-cta .wrapper {
        max-width: 90%;
    }

    .promo-subtitle br {
        display: none;
    }

    .promo-title {
        line-height: 50px;
    }
    .third, .cb-col-third { width:45%!important; flex:45%!important; max-width:45%!important; margin:0 2.5% 50px!important; }

}

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

    .cb-col-sixth { flex: 0 0 25%!important; max-width:25%!important; }
    .top-bar a {
        width: 40%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        padding-top:10px;
        padding-bottom:10px;
        }

    #menu {
        display: none;
    }

    #logo {
        margin-bottom: 40px;
        margin-top: 20px;
    }

     .hamburger {
        display: block !important;
    }
    .hamburger {
      display: block!important;
    }
    .top-bar {
        position: fixed;
          top: 0;
          left: 0;
          width: 100%;
    }
    #header .container { margin-top:43px; }
}

@media screen and (max-width: 767px) {
    /*  small tablet */



    .hamburger { top:120px!important; display:block!important; }
    .pest-copy iframe { max-width:80%; }
    /* 
    .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after { background: #6DB657 !important; color: #6DB657; height:7px; }
    .hamburger.active { 
        color:#fff;
        background: #6DB657;
        right: 25px !important;
      left: auto;
      top: 80px !important;
    }
    .hamburger.active::before, .hamburger.active::after {
        color:#fff;
    }
    */
    .half,
    .half.last,
    .third,
    .third.last,
    .fourth,
    .fourth.last,
    .square,
    .cta-image,
    .cta-content,
    .column.two-thirds,
    .column.three-quarters {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 60px;
    }

    .blog .post, .blog .post:nth-child(even) {
        float:none; display:block; width:100%; margin: 0 auto 60px;
    }

    .cta-content { margin: 0 auto 30px; }

    .cta-image {
        margin-bottom: 10px;
    }

    .cta-image img {
        max-width: 190px;
        margin: 0 auto;
    }
    .cta--fullwidth.cta--columns .cta-content { float:none; display:block; width:90%; margin:20px auto 0; }
    .bottom-inspection-cta { margin-bottom:25px; }

    .handshake-icon {
        margin: 0 auto;
        height: auto;
        max-height: 80px;
    }

    .promo-banner {
        flex-direction: column;
        margin: 0 0px;
    }

    .handshake-section {
        padding: 20px 20px;
        min-height: 50px;
    }

    .promo-section {
        padding: 30px 25px;
    }

    .promo-section p {
        text-align: center;
    }

    .header-image::before {
        border-left-width: 15px;
        border-right-width: 15px;
        border-top-width: 12px;
        top: -12px;
    }

    .image-text-section,
    .image-text-section.image-right {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
        text-align: center;
    }

    .image-text-section .section-image,
    .image-text-section .section-content {
        flex: none;
        width: 100%;
    }

    .image-text-section .section-content h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .image-text-section .section-content p, .page-copy p {
        font-size: 18px;
        line-height: 34px;
    }

    .image-text-section:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .column.half,
    .column.third,
    .column.quarter {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .column.half:nth-child(2n),
    .column.third:nth-child(3n),
    .column.quarter:nth-child(4n) {
        margin-right: 0;
    }

    .footer-logo {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }

    #footer {
        font-size: 17px;
        line-height: 26px;
    }
    #footer .wrapper { max-width:90%; }
    .image-text-section, .image-text-section p { text-align:center; }


    .header-caption.smallbig .header-caption2 {
        font-size: 30px;
    }

    .header-caption.smallbig .header-caption1 {
        font-size: 20px;
    }
     h1, .team-item h2 {
        font-size: 36px;
        line-height: 44px;
     }
    span.creds { width:50%; }
    .five-stars p { text-align:center!important }
    .five-stars img { display:block!important; float:none!important; margin: 20px auto 20px!important; max-width:240px!important; }
    .home .button-row { margin: 30px auto -40px; }
    .fat-nav li a { text-align:left; font-size:27px; }

    .page-copy ul li { font-size:18px; }
    .page-copy, .page-copy a { word-wrap:break-word; }

     /* Hide the normal menu */
    .pest-links {
        display: none;
    }

    /* Show the toggle button */
    .location-toggle {
        display: block;
    }
    

    /* Show overlay when active */
    .pest-links-overlay.active {
        display: block;
        width:500px;
    }

    /* Make sure parent container has relative positioning for absolute toggle */
    .pest-links-container {
        position: relative;
    }
    .single-article-content { display:block; float:none; width:100%; }

}
@media screen and (max-width: 650px) {
    
    .third, .cb-col-third { width:100%!important; flex:100%!important; max-width:100%!important; margin:0 0 50px!important; }
    .cb-col-sixth { width:50%!important; flex:50%!important; max-width:50%!important; }
    .button-row a.button { padding:15px 40px; margin-top:25px; }

    .blog-category-item, .blog-tag-item { display:block; float:none; width:100%; margin: 0 0 30px; }
}

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

    .about-image,
    .about-links {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .about-links {
        padding-top: 50px;
    }

    .header-image-caption {
        font-size: 50px;
        top: 5%;
    }

    .promo-title {
        font-size: 36px;
    }

    .promo-subtitle {
        font-size: 20px;
    }
}

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

    .appointment-section,
    .caption {
        font-size: 40px;
        line-height: 55px;
    }

    .dl-menuwrapper li li {
        width: 100% !important;
        float: none;
    }

    .team-image img,
    .align-vertical .header-image img {
        display: block;
        margin: 0 auto;
        max-width: 270px;
    }

    .header-caption {
        margin-bottom: -1px;
    }

    .nf-field-label label {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .header-image-caption {
        font-size: 40px;
        top: 0;
    }

    #logo {
        float: left;
        max-width: 60%;
    }

    .hamburger {
        right: 20px !important;
        top: 90px !important;
        z-index:199;
    }

    .two-up-col {
          display:block;
          width: 100%;
          margin: 0 0 50px;
        }
    .two-up-grid { display:block!important; }
}

@media screen and (max-width: 479px) {
    /*  iphone */

    h1,
    .team-item h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h2,
    .team-item h3,
    .accordion,
    .header-caption {
        font-size: 20px;
        line-height: 30px;
    }

    .appointment-section,
    .caption {
        font-size: 40px;
        line-height: 40px;
    }

    #footer .copyright,
    #footer .copyright a {
        font-size: 12px;
    }

    #footer a.tel {
        font-size: 26px;
    }


    .header-cell {
        font-size: 36px;
        line-height: 46px;
    }

    .title {
        font-size: 30px;
        line-height: 45px;
    }

    .header-image-caption {
        font-size: 35px;
        top: 0;
        line-height: 90px
    }

    .footer-title {
        font-size: 30px;
    }

    .handshake-section {
        padding: 15px 15px;
    }

    .promo-section {
        padding: 25px 20px;
    }

    .promo-title {
        font-size: 1.5rem;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .promo-subtitle {
        font-size: 0.9rem;
    }

    .header-image::before {
        border-left-width: 12px;
        border-right-width: 12px;
        border-top-width: 10px;
        top: -10px;
    }

    .image-text-section {
        padding: 30px 15px;
        gap: 25px;
    }

    .image-text-section .section-content h2 {
        font-size: 1.3rem;
    }

    .image-text-section .section-content .btn {
        padding: 10px 25px;
        font-size: 0.8rem;
    }

    .header-caption.smallbig .header-caption2 {
        font-size: 30px;
    }

    .header-caption.smallbig .header-caption1 {
        font-size: 20px;
    }

    .embedded-cta .wrapper {
        padding: 40px 0 0;
    }

    .embedded-cta,
    .embedded-cta p,
    .embedded-cta li {
        font-size: 18px;
        line-height: 32px;
        text-align:center;
    }
    .embedded-cta.bottom-inspection-cta li { text-align:left; }
    .embedded-cta.bottom-inspection-cta h3 { text-align:center; }
    .embedded-cta h3 {
        font-size: 20px;
    }
    a.button { padding-left:40px; padding-right:40px; }
    .footer-contact span.footer-phone, .footer-contact span.footer-phone a { font-size:44px; }

    .hamburger {
        right: 20px !important;
        top: 90px !important;
    }
}

}

@media screen and (min-width: 1800px) {}