<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DRF New
Author: STA Digital
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1.618;
	color: #595959;
  font-family: 'Lato';
	font-size: 18px;
	font-weight: 400;
}

h1,h2,h3,h4,h5 { /* H5 is the footer */
  font-family: 'Lato';
  line-height: 1.2;
  font-weight: 700;
}


h1 {
  font-size: 38px;
  color: #fff;
}

  .h1_accent {
    width: 160px;
    height: 4px;
    background-color: #24A7E0;
    border-radius: 4px;
    margin: 20px auto;
  }

h2 {
  font-size: 40px;
  color: #363636;
  margin-bottom: 15px;
}

  .reverse_out h2 {
    color: #fff;
  }

  .h2_accent {
    width: 80px;
    height: 2px;
    background-color: #999999;
    border-radius: 2px;
    margin-bottom: 15px;
  }
  
  .center .h2_accent {
    margin-left: auto;
    margin-right: auto;
  }
  
  .reverse_out .h2_accent {
    background-color: #ccc;
  }

h3 {
  font-size: 28px;
  color: #0061ad;
  margin-bottom: 15px;
}

h4 {
  font-size: 24px;
  color: #363636;
  margin-bottom: 15px;
}

  .h4_accent {
    width: 65px;
    height: 2px;
    background-color: #999999;
    border-radius: 2px;
    margin-bottom: 15px;
    display: inline-block;
  }
  
  a h4 {
    color: #0061ad;
  }
  
  a h4:hover {
    color: #24A7E0;
  }

h5 { /* Footer */
  font-size: 16px;
  font-weight: 400;
  color: #363636;
}

p {
  margin-bottom: 20px;
}

.facetwp-template&gt;.review&gt;ul&gt;li:last-child {
	display: none;
}

.gfield_visibility_hidden {
	display: none;
}
.wysiwyg ul, .wysiwyg_2 ul, .wysiwyg ol, .wysiwyg_2 ol {
  margin-bottom: 20px;
}

.wysiwyg ul li, .wysiwyg_2 ul li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 5px;
}

.wysiwyg ol li, .wysiwyg_2 ol li {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 5px;
}

strong {
  font-weight: 700;
}

a {
  color: #0061ad;
  text-decoration: none;
}

  a:hover {
    color: #24A7E0;
  }

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.alignleft {
  float: left;
  padding: 10px 30px 30px 0;
}

.alignright {
  float: right;
  padding: 10px 0 30px 30px;
}

.description {
  font-size: 25px;
  font-weight: 400;
  color: #595959;
}

  .reverse_out .description {
    color: #fff;
  }
  
.smallVideo {
  width: 70%;
  display: block;
  margin: auto;
}

/* Nav Overrides */

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
  font-size: 16px !important;
}

.nav-close-button {
  background-image: url('/wp-content/uploads/mobile-nav-drf-logo.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 15px 20px !important;
  background-size: 140px auto !important;
  height: 70px !important;
}

.hc-offcanvas-nav .nav-content&gt;.nav-close a:hover {
  border-left: 0 !important;
}

/* Containers */

section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.width_full, .width_medium, .width_small {
  margin: auto;
  overflow: hidden;
}

.width_full {
  max-width: 1160px;
}

.width_medium {
  max-width: 1080px;
}

.width_small {
  max-width: 840px;
}

/* Buttons */

.button_hero, .button_hollow {
  font-size: 18px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-block;
}

.button_hero {
  background-color: #35b9ed;
  color: #fff;
  display: inline-block;
  background-image: url('/wp-content/uploads/hero-button-arrow-new.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 44px;
  background-size: 12px;
}

  .button_hero:hover {
    background-color: #005893;
    color: #fff;
  }

.button_hollow {
  color: #3D8C33;
  border: 2px solid #3D8C33;
}

  .button_hollow:hover {
    color: #fff;
    background-color: #3D8C33;
  }
  
  .reverse_out .button_hollow {
    color: #fff;
    border-color: #fff;
  }
  
  .reverse_out .button_hollow:hover {
    border-color: #3D8C33;
  }

.button_phone {
  background-image: url('/wp-content/uploads/footer-phone.svg');
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 24px;
  padding-left: 60px;
  margin-right: 20px;
}

    .button_phone:hover {
        background-image: url('/wp-content/uploads/footer-phone-hover.svg');
    }
    
.button_instant {
  background-image: url('/wp-content/uploads/footer-instant.svg');
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 24px;
  padding-left: 55px;
}

    .button_instant:hover {
        background-image: url('/wp-content/uploads/footer-instant-hover.svg');
    }
  
.button_small {
  font-size: 16px;
  padding: 4px 20px;
}


/* Header */



header {
    background-color: #f1f1f1;
}

.logo {
  width: 150px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

  .logo img {
    width: 100%;
  }
  
.eyebrow {
  background-color: #fff;
  border-radius: 3em;
  display: block;
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 20px;
  overflow: hidden;
}

  .eyebrow div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }

  .eyebrow img {
    height: 32px;
  }
  
  .eyebrow_button {
  font-size: 15px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 25px;
  display: inline-block;
  background-color: #3D8C33;
  color: #fff;
  margin-left: 10px;
  }
  
    .eyebrow_button:hover {
      background-color: #70C95D;
      color: #fff;
    }
  
  .eyebrow_icon {
    margin-right: 5px;
    margin-top: 7px;
  }
  
  .eyebrow_text {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #595959;
  }

/* Hero */

#hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero_home {
    padding: 40px;
    max-width: 520px;
    background: rgb(28,127,195);
    background: linear-gradient(180deg, rgba(28,127,195,1) 0%, rgba(0,97,173,1) 100%);
    border-radius: 4px;
    margin: 80px 0;
}

.hero_overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,97,173);
    background: linear-gradient(180deg, rgba(0,97,173,.85) 0%, rgba(36,167,224,.85) 100%); 
}

.hero_pages {
    padding: 100px 20px;
}

.hero_pages h1 {
    font-size: 48px;
}

/* Lives Improved */

#lives {
  background-color: #0061ad;
  padding: 20px;
  color: #fff;
}

#lives .width_full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lives_number {
  font-size: 34px;
}

.lives_number span {
  color: #35b9ed;
  font-weight: 700;
  margin-right: 10px;
}

.lives_message a {
  color: #35b9ed;
  margin-left: 4px;
}

/* Nav */

.mobile_on {
  display: none;
}

#main-nav { /* Container of Nav */
  float: right;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

#main-nav a {
  color: #363636;
  text-decoration: none;
}

#main-nav a:hover {
  color: #1f6dbb;
}

#main-nav&gt;ul&gt;li { /* Top level nav items */
  display: block;
  margin-left: 30px;
  padding: 30px 0;
  float: left;
}

.topNav {
  margin-right: 20px;
}

.topNav ul li ul { /* Hover nav block */
    display: none;
    margin-top: 30px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    text-transform: capitalize;
}

#main-nav ul li ul li { /* Hover nav items */
    padding: 0px 20px 0px 20px;
    float: none;
}

#main-nav ul li ul li:last-child {
  border-bottom: 4px solid #0061ad;
}

#main-nav ul li ul li a {
    font-size: 17px;
    color: #004f84;
    padding: 12px 0;
    font-weight: 400;
    display: block;
    width: 100%;
}

.topNav ul li:hover ul {
  display: block;
}

.topNav ul li ul li:hover {
    background-color: #efefef;
}

#main-nav ul li ul li:hover a {

}

#main-nav .current-menu-item &gt; a {
    color: #363636;
}

#main-nav .current-page-ancestor &gt; a {
    color: #1f6dbb;
}

.menu-pointer-closed {
    background-image: none;
}

.menu-pointer-open {
    background-image: none;
}

/* WYSIWYG */

.wysiwyg {
  padding: 80px 20px;
}

.wysiwyg_2 {
  padding: 80px 20px;
}

.wysiwyg_left {
  width: 47%;
  float: left;
}

.wysiwyg_right {
  width: 47%;
  float: right;
}

/* Quote Form */

.quote_form {
  padding: 80px 20px;
  background-image: url('/wp-content/uploads/quote-background.jpg');
  background-size: cover;
}

.quote_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote_content {
  width: 46%;
}

.quote_content li {
  color: #e6e6e6;
  font-size: 26px;
  background-image: url('/wp-content/uploads/check-mark.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 42px;
  margin-bottom: 10px;
}

.quote_fields {
  background-color: #fff;
  width: 38%;
  padding: 4%;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

  .quote_fields div {
    border-left: 3px solid #ccc;
    padding-left: 30px;
  }
  
  .quote_fields span {
    display: block;
    margin-bottom: 10px;
  }

/* Focal */

.focal {
  padding: 80px 20px;
}

.focal_content {
  width: 68%;
}

.focal_image {
  width: 28%;
  text-align: center;
}

  .focal_image img {
    max-width: 100%;
  }

.focal .width_full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .focal_left .focal_content {
    order: 1;
  }
  
  .focal_left .focal_image {
    order: 2;
  }
  
  .focal_right .focal_content {
    order: 2;
  }
  
  .focal_right .focal_image {
    order: 1;
  }
  
/* Text Tiles */

.text_tiles {
  padding: 60px 20px;
}

.text_tile {
  width: 250px;
  margin: auto;
  margin: 25px 18px;
  display: inline-block;
  vertical-align: top;
}

.text_tile img {
  margin-bottom: 20px;
  max-width: 250px;
}

/* Image Tiles */

.image_tiles {
  padding: 60px 20px;
}

.image_tile_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}   

.image_tile {
  width: 350px;
  margin: 25px 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

  .image_tile_image{
    width: 100%;
    height: 300px;
  }
  .image_tile_image div{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .image_tile_content {
    flex: 1 1 auto;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
  
/* Expand Collapse */

.expand_collapse {
  padding: 60px 20px;
}

.expand_collapse h4 {
  padding: 15px 20px;
  padding-left: 50px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px center;
  background-image: url('/wp-content/uploads/expand-off.svg');
}

.expand_collapse h4:hover {
  background-image: url('/wp-content/uploads/expand-on.svg');
}

.addCollapse h4 {
  background-image: url('/wp-content/uploads/collapse-off.svg');
}

.addCollapse h4:hover {
  background-image: url('/wp-content/uploads/collapse-on.svg');
}

.expandContent {
  display: none;
  padding: 0 20px 20px 50px;
}

.expandFlex {
  display: flex;
}

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

/* CTA */

.cta {
  padding: 60px 20px;
}

/* Select Blog Posts */

.select_blog_posts {
  padding: 60px 20px;
}

/* Related Content FAQs Resources Etc. */

.related_container {
  overflow: hidden;
}

.related_content {
  padding: 60px 20px;
}

.related_content h4 {
  padding: 15px 20px;
  padding-left: 50px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px center;
}

.related_content p {
  margin-left: 50px;
}

/* Customers Served */

.customers_served {
  padding: 60px 20px;
}

/* Our Reputation */

.our_reputation {
  padding: 60px 20px;
}

.reputation_tile {
  width: 280px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  margin: 20px 40px;
}

.reputation_logo {
  width: 70px;
  float: left;
}

  .reputation_logo img {
    width: 100%;
  }
  
.reputation_reviews {
  width: 190px;
  float: right;
  line-height: 1;
}

  .reputation_reviews strong {
    font-size: 34px;
  }
  
  .reputation_reviews span {
    font-weight: 300;
    font-size: 24px;
    margin-left: 5px;
  }
  
  .reputation_reviews img {
    margin-top: 8px;
    height: 25px;
  }
  
/* Reviews */

.reviews {
    padding: 60px 20px;
}

.facetwp-template {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review {
    text-align: left;
    width: 540px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .review:nth-last-child(-n+2) {
        border-bottom: 0;
    }

.reviewStars {
    width: 140px;
    margin-bottom: 10px;
}

.quote {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 10px;
}

.review strong {
    display: inline-block;
    width: 100px;
}

  
/* FAQ */

.faq_hero .h1_accent {
    margin-left: 100px;
    margin-right: 0
}
    
.faq_hero h1 {
    background-image: url('/wp-content/uploads/q-icon.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80px;
    min-height: 80px;
    padding-left: 100px;
}

.faq_hero .description {
    background-image: url('/wp-content/uploads/a-icon.svg');
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 60px;
    min-height: 60px;
    padding-left: 100px;
}

/* Blog post */

.post_hero .description {
    background-image: url('/wp-content/uploads/calendar-icon-new.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    min-height: 30px;
    padding-left: 45px;
    display: inline-block;
}

/* Review */

.review_content {
    display: flex;
    justify-content: space-between;
}

.review_left {
    width: 70%;
    font-size: 24px;
}

.review_right {
    width: 25%;
}

.review_right strong {
    display: block;
    width: 110px;
    float: left;
}

.review_right span {
    display: block;
    float: left;
}

.review_right img {
    width: 100px;
}

.quote_start, .quote_end {
    width: 35px;
}

.quote_start {
    margin-right: 10px;
}

.quote_end {
    margin-left: 10px;
}

/* Service Area */

.service_map {
    margin: 60px 0;
}

.service_map_border {
    border: 1px solid #ccc;
}

.service_map_top {
    margin: 20px;
}

.service_map_top div {
    display: inline-block;
    margin-right: 15px;
}

  .service_map_top div:last-child {
    margin-right: 0;
  }

.service_map_heading {
  font-size: 24px;
  color: #363636;
  font-weight: 600;
}

.service_map_heading img {
    width: 44px;
    float: left;
    margin-right: 10px;
}

.service_map_top span {
  font-size: 24px;
  color: #0061ad;
  font-weight: 600;
  margin-right: 3px;
}

.embedMap {
    height: 480px;
    width: 140%;
    margin-left: -315px;
    pointer-events: none;
}

.embedMap_top {
    max-width: 100%;
}

.service_areas {
    margin-top: 20px;
}

.service_block {
    padding: 40px 20px;
    border-bottom: 1px solid #ccc;
}

    .service_block:last-child {
        border-bottom: 0;
    }

    .service_block ul {
        margin-bottom: 15px;
    }
    
    .service_block li {
        display: inline-block;
        width: 280px;
        padding: 4px 0;
    }
    
.zip_codes {
  font-size: 24px;
  color: #363636;
  font-weight: 600;
  margin: 10px 20px 20px 20px;
}

  .zip_codes img {
    width: 25px;
    float: left;
    margin-right: 10px;
  }
  
.zip_code_list {
  float: right;
  width: 75%;
  overflow: hidden;
}

.zip_code_list:hover {
  overflow-x: scroll;
}
  
.zip_code_list li {
  display: inline;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}

/* Contact Form */

.footer_form {

}

.gform_wrapper {
  width: 95%;
}

#gform_wrapper_1 ul.gform_fields, 
#gform_wrapper_7 ul.gform_fields, 
#gform_wrapper_9 ul.gform_fields {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gform_wrapper li {
    margin: 0 !important;
    margin-bottom: 20px !important;
    list-style-type: none !important;
    width: 46%;
}

    .gfield_radio li, .gfield_checkbox li {
        width: 100%;
        margin-bottom: 10px !important;
    }
    
    .gfield_radio input[type="radio"] {
        margin-right: 7px;
        width: 1.2em;
        height: 1.2em;
    }

.gfield_label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper textarea, input[type="password"], .quote_fields input[type="text"]  {
    width: 100%;
    height: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

  .quote_fields input[type="text"] {
    width: 96%;
  }
  
  .quote_fields input[type="submit"] {
    margin-bottom: 0;
  }

    input[type="password"] {
        max-width: 300px;
    }

    .gform_wrapper textarea {
        height: 140px;
    }
    
.gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 60px 10px 15px;
    font-size: 16px;
    color: #666;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url('/wp-content/uploads/mobile-nav-expand.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.gfield_required {
    display: none;
}

.gfield_contains_required .gfield_label:after {
    content: " (Required)";
    font-weight: normal;
}

input[type="submit"], button.facetwp-load-more {
  font-size: 21px;
  font-weight: 700;
  padding: 12px 30px;
  margin-bottom: 20px;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #3D8C33;
  color: #3D8C33;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}

input[type="submit"]:hover, button.facetwp-load-more:hover {
    color: #fff;
    background-color: #3D8C33;
}

    .gform_button {
        background-image: url('/wp-content/uploads/footer-email.svg');
        background-position: left 25px center;
        padding-left: 60px !important;
    }
    
    .gform_button:hover {
        background-image: url('/wp-content/uploads/footer-email-hover.svg');
    }

  
/* Footer */

footer {
  background-color: #d9dbdb; /* #dee1e2; */
  padding: 60px 20px;
  font-size: 16px;
}

.footer_affiliations {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc; /* #ccc */
}

  .footer_affiliations div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }

  .home_depot {
    width: 280px;
  }
  
    .home_depot img {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      margin-right: 10px;
    }
    
    .home_depot span {
      width: 200px;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
    }
    
.footer_areas {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc; /* #ccc */
}

  .footer_areas ul {
    width: 62%;
    overflow: hidden;
    float: left;
  }

  .footer_areas li {
    float: left;
    width: 200px; 
    margin: 4px 0;
  }
  
  .footer_areas li a {
    padding: 2px;
  }
  
  .footer_hero {
      width: 33%;
      float: right;
  }
  
  .footer_hero img {
    max-width: 100%;
  }
  
  .footer_button {
      color: #0061ad;
      border: 1px solid #0061ad;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 10px 20px;
  }
  
  .footer_button:hover {
      color: #fff;
      background-color: #0061ad;
  }
  
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_social div {
  display: inline-block;
}

.footer_linkedin {
  background-image: url('/wp-content/uploads/footer-linkedin-off.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 10px;
}

  .footer_linkedin:hover {
    background-image: url('/wp-content/uploads/footer-linkedin-on.svg');
  }

.footer_facebook {
  background-image: url('/wp-content/uploads/footer-facebook-off.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 10px;
}

  .footer_facebook:hover {
    background-image: url('/wp-content/uploads/footer-facebook-on.svg');
  }

.footer_youtube {
  background-image: url('/wp-content/uploads/footer-youtube-off.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 10px;
}

  .footer_youtube:hover {
    background-image: url('/wp-content/uploads/footer-youtube-on.svg');
  }

  /* Footer CTA */
  #footer-cta{
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
  }
  .mobile-cta{
    background-color: #0061ad;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 200px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    transition: all .4s,bottom .8s ease-in-out;
    animation-name: loadBubble;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: .2s;
    }
    .mobile-cta--heading{
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      border-bottom: solid 2px #1c7fc3;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    .mobile-cta--heading p{
      margin-bottom: 0;
    }
    .mobile-cta--item{
      display: inline-block;
    }
    .mobile-cta--item a{
      color: #fff;
      background-color: #35b9ed;
      border: 2px solid #fff;
      border-radius: 25px;
      padding: 6px;
      display: inline-block;
      width: 160px;
      text-align: center;
      font-size: 18px;
      transition: all .5s;
    }
    .mobile-cta--item a:hover{
      background-color: #005893;
    }
    .mobile-cta--item_schedule{
      margin-bottom: 20px;
    }
    #footer-cta.show{
      display: block;
    }
    @media all and (max-width: 740px) {
      .mobile-cta{
        max-width: 160px;
        padding: 15px;
      }
      .mobile-cta--heading{
        font-size: 20px;
        margin-bottom: 14px;
        padding-bottom: 8px;
      }
      .mobile-cta--item a{
        font-size: 16px;
        width: 135px;
      }
      .mobile-cta--item_schedule{
        margin-bottom: 10px;
      }
    }
  
@media all and (max-width: 1154px) {
    .topNav {
        display: none;
    }
    .hc-nav-trigger {
        position: relative !important;
        top: auto !important;
        float: right;
        
    }
    .hc-nav-trigger:before {
        content: 'MENU';
        color: #34495E;
        position: relative;
        left: -64px;
        font-size: 18px;
    }
    .toggle_container {
        background-color: #e4e5e5;
        overflow: hidden;
        margin-top: 20px;
        padding: 10px 20px;
    }
    
    #lives .width_full {
      display: block;
      text-align: center;
    }
    
    .lives_number {
      display: block;
      font-size: 30px;
    }
    
    .lives_message {
      display: block;
    }
}

@media all and (max-width: 1000px) {

  .zip_codes img {
    width: 25px;
    float: left;
    margin-right: 10px;
  }
  
.zip_code_list {
  display: block;
  width: 100%;
}

.zip_code_list:hover {
  overflow-x: scroll;
}
  
.zip_code_list li {
  display: inline;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}
}

@media all and (max-width: 930px) {
    .eyebrow div {
        display: block;
    }
    
    div.eyebrow_icon {
        display: none;
    }
    div.eyebrow_text {
        display: none;
    }
    .eyebrow_action a {
        display: block;
        margin-bottom: 10px;
    }
    .review_content {
      display: block;
    }
    .review_left {
      width: 100%;
      display: block;
      margin-bottom: 40px;
    }
    .review_right {
      width: 100%;
      display: block;
    }
    .quote_flex {
      flex-wrap: wrap;
    }
    .quote_content {
      order: 1;
    }
    .quote_fields {
      order: 2;
      margin-top: 40px;
    }
    .quote_content, .quote_fields {
      width: 100%;
    }
}


@media all and (max-width: 740px) {
    .alignright, .alignleft, .alignnone {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 20px 0 20px 0;
    }
    .wysiwyg_left {
        width: 100%;
        float: none;
        display: block;
    }

    .wysiwyg_right {
        width: 100%;
        float: none;
        display: block;
    }
    .embedMap, .embedMap_top {
      display: none;
    }
}
@media all and (max-width: 640px) {
    body {
        font-size: 16px;
    }
    
    .logo {
        width: 100px;
    }
    
    .eyebrow {
        background-color: inherit;
        padding: 0;
        border-radius: 0;
    }
    .hero_pages, .wysiwyg, .wysiwyg_2, .text_tiles, .focal, .our_reputation {
        padding: 50px 20px;
    }
    .hero_home {
        margin: 50px 0;
    }
    .focal .width_full {
        display: block;
    }
    .focal_content {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .focal_image {
        display: block;
        width: 100%;
    }
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .description, .quote {
        font-size: 18px;
    }
    .quote_start, .quote_end {
        width: 25px;
    }
    .button_phone, .button_instant {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .gform_wrapper li {
        width: 100%;
    }
    .footer_affiliations div {
        margin: 10px;
    }
    .footer_areas ul {
        width: 100%;
        float: none;
    }
    .footer_hero {
        display: block;
        float: none;
        width: auto;
        margin-top: 20px;
    }
    
}



.hidden-button {
	display: none;
}
</pre></body></html>