@charset "UTF-8";
/* COLORS
=====================================================================*/
/* ESTABLISH COLORS
=====================================================================*/
/* SHADOWS
=====================================================================*/
/* REVIEW STAR COLOR
=====================================================================*/
/* BUTTON COLORS
=====================================================================*/
/* PREVENT HORIZONTAL SCROLLING
=====================================================================*/
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
/* UNSET BUTTON STYLE BEFORE ADDING STYLINGS (Removes Browser Styles)
=====================================================================*/
a.fl-button *, a.fl-button:visited *, a.fl-button:hover * {
  color: unset;
}
/* FONTS
=====================================================================*/
/* Superscript */
sup {
  bottom: 0.4em;
  font-size: 0.6em;
}
/* Fine Print */
.fine-print {
  font-size: 13px;
  line-height: 1.5;
}
li {
  padding-bottom: 10px;
}
/* EFFECTS
=====================================================================*/
/* Drop shadow */
.bxb-box-shadow {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
/* Background Blur :: Not Supported in Firefox */
.bxb-backdrop-filter-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
/* CARDS
=====================================================================*/
.bxb-card {
  background: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bxb-card-products img {
  padding: 1em;
}
.bxb-card:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bxb-card h2 {
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
}
.bxb-card:hover a {
  text-decoration: none;
}
/* Product cards */
.bxb-product-type-card {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: block;
  padding: 20px;
  text-align: center;
}
.bxb-product-type-card:hover {
  border: 1px solid #b7b7b7;
  text-decoration: none;
}
.bxb-product-type-card img {
  max-height: 240px;
  width: auto;
}
/* CUSTOMER TESTIMONIAL RESPONSES
=====================================================================*/
.bxb-testimonial-company-response {
  font-size: 0.9em;
}
.bxb-testimonial-company-response p {
  font-style: italic;
  padding-left: 23px;
}
/* MOBILE FLOATING CALL-TO-ACTION BUTTON
=====================================================================*/
@media (max-width: 768px) {
  .bxb-floating-cta {
    background: #59C3EC;
    box-sizing: border-box;
    left: 0;
    padding: 8px;
    position: fixed;
    top: 0;
    text-decoration: none;
    transform: translateY(-100%);
    transition: 0.5s;
    width: 100vw;
    z-index: 999999;
  }
  .bxb-cta-fade-in {
    transform: translateY(0);
    transition: 0.5s;
  }
  .bxb-floating-cta a, .bxb-floating-cta a:hover {
    color: #01407F !important;
    text-decoration: none;
  }
  .bxb-floating-cta svg {
    fill: #fff;
    height: 1em;
    margin-right: 10px;
    width: 1em;
  }
  .bxb-floating-cta p {
    align-items: center;
    background: transparent;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 0.65em;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #01407F;
    border-radius: 8px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    letter-spacing: 2.6px;
  }
  @supports (display:grid) {
    .bxb-floating-cta {
      display: grid;
      grid-gap: 0.5em;
      grid-template-columns: 1fr 1fr;
    }
    .bxb-floating-cta p {
      margin: 0;
    }
  }
}
@media (min-width: 769px) {
  .bxb-floating-cta {
    display: none;
  }
}
/* MEDIA QUERIES
=====================================================================*/
@media (max-width: 992px) {
  /* Center images on smaller devices */
  img.alignleft, img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
/* CLASS FOR HIDING TEXT 
=====================================================================*/
.bxb_display_none {
  display: none;
}
/* Adobe Fonts */
.peccadillo, .peccadillo p, .peccadillo h1, .peccadillo h2, .peccadillo h3 {
  font-family: "peccadillo-mvb-eight" !important;
}
/* WE SERVICE ALL BRANDS
=====================================================================*/
.bxb-brands-logo-wrapper {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.bxb-brands-logo-container {
  text-align: center;
}
.bxb-brands-logo-container img {
  aspect-ratio: 2;
  display: inline-block;
  height: auto;
  margin: 5px;
  max-width: 200px;
  width: 100%;
}
@supports (display:flex) {
  .bxb-brands-logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-evenly;
  }
  .bxb-brands-logo-container img {
    display: block;
    margin: 0;
  }
}
/* FS Temp Classes */
.fs-temp .fl-node-content {
  border-radius: 35px;
  box-shadow: inset 0 0 0 1000px rgba(19, 89, 145, 0.65);
}
/* BANNERS
=====================================================================*/
.bxb-banner-image {
  width: 100%;
  margin-top: 0;
}
.bxb-banner-image .aligncenter {
  margin-bottom: 0;
  margin-top: 0;
}
/* PAGE :: MEET OUR TEAM
=====================================================================*/
/* Styling of employees on team page */
.bxb-employee-team-page-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.bxb-employee-team-page {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: solid 2px #135991;
  border-radius: 5px;
  margin: 20px 20px 20px 0px;
  margin-top: 10px;
  padding: 0px;
  position: relative;
  max-width: 300px;
  /* set this width depending on how many columns needed */
}
.bxb-employee-team-page img {
  /*aspect-ratio: 2 / 3; ADJUST RATIO TO MATCH CLIENT'S IMAGE RATIO */
  max-width: 100%;
  object-fit: cover;
}
.bxb-employee-team-page h2 {
  margin: 10px 10px 20px 10px;
  /* if text overlaps the review bar, change the bottom margin */
  font-size: 25px;
  font-weight: bold;
  height: 60px;
  text-align: center;
  /* set this height depending if there is white space below review bar */
}
.bxb-employee-team-page p {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.bxb-card__employee--reviews {
  bottom: 0;
  margin: 0px;
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
  background-color: #135991;
}
.bxb-card__employee--reviews a {
  color: #ffffff;
}
.bxb-employee-review-count, .bxb-employee-review-count a, .bxb-employee-review-count a:hover, .bxb-employee-review-count a:active {
  color: #ffffff !important;
}
.bxb-employee-review-count a:hover {
  font-weight: bold !important;
}
.bxb-employee-team-page .bxb-card__employee--reviews a:first-child {
  color: white;
}
/* PAGE :: PARENT SERVICE PAGES
=====================================================================*/
/* Service links displayed as buttons */
.bxb-parent-service-page-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.bxb-parent-service-page-services-list li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:active, .bxb-parent-service-page-services-list a:hover {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:hover {
    font-size: 16px;
  }
}
/* Remove the 'Customer Reviews' title from individual reviews */
.bxb-parent-service-page-reviews .ptb_loops_wrapper article:first-of-type::before {
  display: none;
}
/* PAGE :: PRODUCTS
=====================================================================*/
.bxb-product-shortcut {
  font-size: 12px;
  text-align: center;
}
.bxb-product-shortcut a:hover {
  text-decoration: none;
}
.bxb-product-shortcut img {
  margin-bottom: 1em;
}
.bxb-card-products img {
  padding: 1em;
  max-height: 300px;
}
@media (max-width: 768px) {
  .bxb-product-shortcut img {
    max-width: 50%;
  }
}
/*added to fix spacing, may need customization depending on font size*/
.bxb-product-type-card h2 {
  line-height: 1;
  font-size: 1.1em;
  height: 40px;
}
.bxb-product-type-card img {
  margin-bottom: 0px;
}
/* PAGE :: REVIEW SYSTEM - FORM CONFIRMATION
=====================================================================*/
/* styles the message that appears after a form is submitted */
.bxb-review__confirmation-container {
  overflow: auto;
}
.bxb-review__confirmation-recap {
  margin: 1em 0;
}
.bxb-review__confirmation-quote {
  font-size: 1.2em;
  font-style: italic;
}
.bxb-review__confirmation-social-media {
  float: left;
  max-width: 25%;
  padding: 1rem 1rem 0;
}
.bxb-review__confirmation-social-media img {
  margin-bottom: 1rem;
  max-width: 125px;
}
@supports (display:flex) {
  .bxb-review__confirmation-social-media-container {
    display: flex;
    flex-wrap: wrap;
  }
  .bxb-review__confirmation-social-media {
    max-width: inherit;
  }
}
/* PAGE :: SERVICE AREA LIST STYLING
=====================================================================*/
.bxb-city-page-layout {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.bxb-city-page-layout li {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  list-style-type: none;
  /* Remove bullets */
  white-space: nowrap;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .bxb-city-page-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 768px) {
  .bxb-city-page-layout {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: auto;
    width: 100%;
  }
  .bxb-city-page-layout ul {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* PAGE :: SERVICE AREA HOMEPAGE STYLING
=====================================================================*/
.bxb-city-page-layout-home {
  display: flex;
  flex-wrap: wrap;
  /*-webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}*/
}
.bxb-city-page-layout-home ul {
  width: 500%;
  overflow: auto;
}
.bxb-city-page-layout-home li {
  display: inline-block;
  /*all item in one line*/
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  list-style-type: none;
  /* Remove bullets */
  white-space: nowrap;
  margin-right: 15px;
}
/*add bullet between the cities on the homepage */
.bxb-city-page-layout-home li:not(:last-child)::after {
  content: "•";
  padding-left: 10px;
  color: #135991;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .bxb-city-page-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 768px) {
  .home .bxb-city-page-layout {
    display: block;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: auto;
    width: 100%;
  }
  .home .bxb-city-page-layout ul {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* hide extra reviews showing
div.ptb_loops_wrapper:nth-child(4) {
display: none;
} */
/* gets rid of extra spaces on city pages */
unknown {
  display: none;
}
/* Background color for Syndicated Service pages */
body[class~="logged-in"] .Syndicated-B {
  background-color: #f5fcff;
  /*blue*/
}
body[class~="logged-in"] .Syndicated-C {
  background-color: #ffffe0;
  /*yellow*/
}
body[class~="logged-in"] .Syndicated-D {
  background-color: #ffe6ee;
  /*pink*/
}
.bxb-blog-title-row .fl-row-content-wrap {
  background-color: #135991;
}
.fl-post-feed-post {
  /*padding-bottom: 4rem;*/
}
/* DEFAULT SINGLE POST LAYOUT
=====================================================================*/
.single .fl-content-left {
  border-right: none !important;
  padding-right: inherit !important;
  width: 100% !important;
}
.single .fl-sidebar-right {
  display: none !important;
}
/* PREVENT YOUTUBE VIDEO FROM OVERLAPPING OTHER ELEMENTS
=====================================================================*/
.single .rll-youtube-player iframe {
  z-index: 1;
}
/* FOOTER
=====================================================================*/
a.bxb-footer__phone {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}
.bxb-footer__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bxb-footer__icons img {
  margin: 0.75rem;
  transition: 0.25s;
}
.bxb-footer__icons img:hover {
  transform: scale(1.1);
  transition: 0.25s;
}
.bxb-footer__icons--social img {
  width: 35px;
  height: 35px;
}
.bxb-footer__icons--associations img {
  max-height: 5em;
}
.bxb-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bxb-footer__menu {
    flex-direction: column;
    align-items: center;
  }
}
.bxb-footer__menu a {
  margin: 5px 20px;
}
.footerSearch {
  width: 100%;
}
.bxb-footer__address {
  text-align: center;
}
.bxb-footer__address hr {
  margin-bottom: 1em;
  max-width: 3rem;
}
.bxb-footer__address p:not(:first-child) {
  font-size: 0.8em;
}
.bxb-footer__access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.bxb-footer__access p {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  /* Footer phone number */
  a.bxb-footer__phone {
    font-size: 4rem;
  }
  .bxb-footer__access {
    flex-direction: column;
  }
  .footer-access-sep {
    display: none;
  }
}
/* custom css for the footer */
.footer-review-container .fa-star {
  margin: 0 2px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__stars--front {
  color: #96D9EE !important;
}
.footer-review-container p, .footer-review-container p a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__button {
  background-color: #E0F2F2 !important;
  border: none !important;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 20px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__button:hover {
  background-color: #70CCEF !important;
  border: none !important;
  border-radius: 0px !important;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 20px;
}
/* Set variable values
=====================================================================*/
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* Set overflow for table wrapper div to allow horizontal scrolling
=====================================================================*/
.bxb-maintenance-table-wrapper {
  overflow: auto;
}
/* Table styles
=====================================================================*/
/* Hide mobile scroll directions when full table is visible */
@media (min-width: 800px) {
  .bxb-maintenance-table-caption {
    display: none;
  }
}
/* Note: Width should not be set to a % or overflow won't work */
.bxb-maintenance-table {
  border-collapse: separate;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: auto;
  width: 800px;
}
.bxb-maintenance-table th, .bxb-maintenance-table td {
  border: 1px solid #000;
  padding: 0.7rem;
  text-align: center;
}
/* Column styles
=====================================================================*/
/* Column widths - Adjust if more/less than five columns - Remember to 
adjust mobile columns as well */
.bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  left: 0;
  position: sticky;
  width: 40%;
  z-index: 1;
}
.bxb-maintenance-table tr th:nth-child(2), .bxb-maintenance-table tr td:nth-child(2) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(3), .bxb-maintenance-table tr td:nth-child(3) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(4), .bxb-maintenance-table tr td:nth-child(4) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(5), .bxb-maintenance-table tr td:nth-child(5) {
  background: #fff;
  color: #000;
  width: 15%;
}
/* Align first column content */
.bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
  text-align: left !important;
}
/* Alternate column colors
.bxb-maintenance-table tr th:nth-child(odd),
.bxb-maintenance-table tr td:nth-child(odd) {
  background-color: $col-odd-background;
  color: $col-odd-font-color;
} 

.bxb-maintenance-table tr th:nth-child(even),
.bxb-maintenance-table tr td:nth-child(even) {
  background-color: $col-even-background;
  color: $col-even-font-color;
} */
/* Row styles
=====================================================================*/
/* Table headers
.bxb-maintenance-table thead tr th {
  background-color: $header-row-background;
  color: $header-row-font-color;
} */
/* Alternate row colors
.bxb-maintenance-table tr:nth-child(odd) td {
  background-color: $row-odd-background;
  color: $row-odd-font-color;
}

.bxb-maintenance-table tr:nth-child(odd) th,
.bxb-maintenance-table tr:nth-child(even) td {
  background-color: $row-even-background;
  color: $row-even-font-color;
} */
/* Icon styles
=====================================================================*/
i.fas {
  color: #3c763d;
  font-size: 1.8rem;
  text-align: center !important;
}
/* Responsive styles
=====================================================================*/
@media (max-width: 768px) {
  .bxb-maintenance-table, i.fas {
    font-size: 1.5rem;
  }
}
/* Display mobile scroll directions when full table is not visible */
@media (max-width: 799px) {
  .bxb-maintenance-table-caption {
    display: inherit;
    text-align: center;
  }
  .bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
    width: 25%;
  }
  .bxb-maintenance-table tr th:nth-child(2), .bxb-maintenance-table tr td:nth-child(2), .bxb-maintenance-table tr th:nth-child(3), .bxb-maintenance-table tr td:nth-child(3), .bxb-maintenance-table tr th:nth-child(4), .bxb-maintenance-table tr td:nth-child(4), .bxb-maintenance-table tr th:nth-child(5), .bxb-maintenance-table tr td:nth-child(5) {
    width: 18.75%;
  }
}
/* BxB AGGREGATE RATING WIDGET (with schema)
=====================================================================*/
.bxb-widget-aggregate-review-rating {
  display: block;
  text-align: center;
}
/* Star Rating */
.bxb-widget-aggregate-review-rating__stars {
  align-items: center;
  display: flex;
  font-size: 22px;
  justify-content: center;
}
.bxb-widget-aggregate-review-rating__stars--back {
  color: #ccc;
  display: flex;
  position: relative;
}
.bxb-widget-aggregate-review-rating__stars--front {
  color: #ffbc0b !important;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* Text */
.bxb-widget-aggregate-review-rating p {
  font-size: 15px !important;
}
/* BxB AGGREGATE RATING SIMPLE WIDGET (without schema)
=====================================================================*/
.bxb-widget-aggregate-review-rating--simple {
  float: right;
}
.bxb-widget-aggregate-review-rating__review-link, .bxb-widget-aggregate-review-rating__review-link:hover, .bxb-widget-aggregate-review-rating__review-link:visited {
  background: #70CCEF;
  border: 1px solid #70CCEF;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 2px 5px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.bxb-widget-aggregate-review-rating__review-link--no-reviews, .bxb-widget-aggregate-review-rating__review-link--no-reviews:hover {
  padding: 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bxb-widget-aggregate-review-rating {
    display: inline !important;
    float: none;
  }
}
/* Home - Reviews Section */
.home .bxb-widget-aggregate-review-rating--simple {
  float: none;
}
.home .bxb-widget-aggregate-review-rating__review-link {
  display: none;
}
/* PLUGINS :: GRAVITY FORMS
=====================================================================*/
/* Capitalize first letter in auto-populated select fields */
select {
  text-transform: capitalize;
}
/* Format label styles */
body .gform_wrapper ul li.gfield {
  margin-top: 24px;
}
.gform_required_legend {
  display: inline-block;
  font-size: 13px;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin-top: 0;
}
/* Star icons on review form */
.gsurvey-rating:not(:checked) > label {
  background-size: 30px 30px !important;
  color: transparent !important;
  font-size: 23px !important;
  line-height: 30px !important;
  width: 38px !important;
}
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-size: 30px 30px !important;
}
/* Prevent text field inputs from being partially hidden */
@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
/*line up social media icons with column */
div.bxb-review__confirmation-social-media:nth-child(1) {
  padding-left: 0px;
}
body:not(.home) .ptb_extra_rating {
  margin: 20px 20px 20px 0px !important;
}
body:not(.home) .ptb_date {
  font-weight: 900;
}
body:not(.home) .ptb_combined_customer_info {
  font-weight: 900 !important;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #70CCEF;
  font-size: 13px;
}
/* PLUGINS :: POST TYPE BUILDER
=====================================================================*/
.home h2.ptb_post_title {
  font-size: 22px;
}
.ptb_loops_wrapper.ptb_list-post .ptb_post:last-child {
  margin-bottom: 0;
}
.ptb_post_date {
  line-height: 17px;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: black !important;
  color: #70CCEF !important;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.ptb_post_title {
  margin: 0;
}
/*** h1 is used on the single review page title ***/
h1.ptb_post_title {
  font-size: 30px;
}
/*** h2 is used on the Reviews page / h3 is used on the services parent page reveiw row ***/
h2.ptb_post_title, h3.ptb_post_title {
  line-height: 1.2em;
  font-size: 2.5rem;
  font-family: "Red Hat Display", sans-serif;
  color: #135991 !important;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
h2.ptb_post_title, h3.ptb_post_title a {
  color: #135991 !important;
}
/* Color of stars */
.ptb_extra_rating .ptb_extra_voted {
  color: #70CCEF !important;
}
/* Add divider between reviews */
div.ptb_loops_wrapper:not(.ptb_masonry) .ptb_post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em !important;
  margin-bottom: 0px !important;
}
div.ptb_loops_wrapper:not(.ptb_masonry) .ptb_post:last-of-type {
  border: none;
  padding-bottom: 0 !important;
}
/* Star styles */
.ptb_extra_rating_medium {
  font-size: 24px;
  letter-spacing: 5px;
}
.fa-star:before {
  content: "" !important;
  margin: 0 0.1em;
}
/* Dynamically add a title above customer reviews */
.ptb_loops_wrapper article:first-of-type::before {
  color: #135991;
  content: "Customer Reviews";
  font-family: "peccadillo-mvb-eight";
  font-size: 53px;
  letter-spacing: -1.85px;
  margin-bottom: 16px;
  display: block;
}
/* Prevent title on Home and Reviews pages */
.home .ptb_loops_wrapper article:first-of-type::before, .page-id-366 .ptb_loops_wrapper article:first-of-type::before {
  content: "";
}
/* Add padding to service and city page reviews */
body:not(.home) .ptb_loops_wrapper {
  padding: 20px 0;
}
/* PLUGINS :: FONT AWESOME
=====================================================================*/
.ptb_extra_rating > span svg {
  visibility: hidden;
}
.fa-star, .ptb_extra_rating > span {
  height: 25px;
  padding-left: 1em;
  position: relative;
  width: 20px;
}
.fa-star:before, .ptb_extra_rating > span::before {
  content: "" !important;
  display: inline-block;
  font: var(--fa-font-solid);
  font-family: "Font Awesome 6 Sharp";
  left: 0;
  position: absolute;
  text-rendering: auto;
  top: 0;
  -webkit-font-smoothing: antialiased;
}
@media print {
  header {
    position: initial !important;
  }
  header > .fl-row {
    display: none;
  }
  header > .fl-row#bxb-header {
    display: block;
  }
  header .fl-module-menu {
    display: none;
  }
  .bxb-cta-row, .bxb-cta-row + .fl-row, footer, #apexchat_tab_invitation_wrapper, #apexchat_prechat_invitation_wrapper {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
/* MOBILE BUTTONS
=====================================================================*/
.bxb-mobile-button {
  background-color: #135991;
  border: 2px solid #000000;
  min-height: 200px;
  position: relative;
}
.bxb-mobile-button:hover {
  background-color: #1975be;
}
.bxb-mobile-button a {
  color: #000000;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
}
/* Position of button same with different size text */
.bxb-feature-row-button {
  bottom: 0px;
}
/* Button */
.bxb-widget-aggregate-review-rating__button {
  background: #135991;
  border-radius: 3px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px 7px;
  text-transform: uppercase;
  transition: 0.25s;
}
.bxb-widget-aggregate-review-rating__button:hover {
  background: #0d3d64;
  color: #fff !important;
  text-decoration: none;
  transition: 0.25s;
}
/* CALL-TO-ACTION MODULES
=====================================================================*/
.bxb-cta-row {
  background: #70CCEF !important;
}
.fl-cta-button a.fl-button {
  background: #fff !important;
  color: #70CCEF !important;
  font-size: 18px;
}
.fl-cta-button a.fl-button:hover {
  background: #fff !important;
  color: #70CCEF !important;
}
/* BUTTONS :: GENERAL - Julio's Version
=====================================================================*/
a.fl-button, a.fl-button:visited, a.fl-post-feed-more, .fl-page a.fl-button, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:visited, .bxb-widget-aggregate-review-rating__button, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
  box-sizing: border-box;
  display: inline-block;
  background: transparent;
  color: #135991 !important;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.3px;
  border: 1px solid #135991;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 8px;
  padding: 6px 10px !important;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: center;
}
a.fl-button:hover, a.fl-post-feed-more:hover, .fl-page a.fl-button:hover, .fl-builder-content a.fl-button:hover, .bxb-parent-service-page-services-list a:hover, .bxb-widget-aggregate-review-rating__button:hover, body .gform_wrapper .gform_footer input[type="submit"]:hover {
  box-sizing: border-box;
  background: #135991;
  color: #fff !important;
  border: 2px solid transparent;
  font-size: 13px;
  outline: 1px solid #135991 !important;
  outline-offset: 2px;
  padding: 4px 8.5px !important;
  border-radius: 4px;
  /*transform: scale(0.95);  */
  transition: all 0.25s ease-in-out;
}
a.fl-post-feed-more {
  margin-bottom: 20px;
}
/* Alt Buttons */
.white-btn a.fl-button {
  color: #fff !important;
  border: 1px solid #fff !important;
  outline: 2px solid transparent !important;
  padding: 6px 10px !important;
}
.white-btn a.fl-button:hover {
  border: 2px solid transparent;
  outline: 1px solid #fff !important;
  outline-offset: 2px;
  padding: 4px 8.5px !important;
}
/* BUTTONS :: "READ MORE" FOR BLOG POSTS
=====================================================================*/
/* Post Slider button — match global button size and hover */
.home .fl-post-slider-feed-more {
  box-sizing: border-box;
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  text-decoration: none;
  /* SIZE — matches global button size */
  padding: 6px 10px !important;
  /* White button style for slider */
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.25s ease-in-out;
}
.home .fl-post-slider-feed-more:hover, .home .fl-post-slider-feed-more:focus {
  background: #135991;
  /* match hover color */
  color: #fff !important;
  border: 2px solid transparent;
  outline: 1px solid #135991 !important;
  outline-offset: 2px;
  /* same hover "tighten" effect */
  padding: 4px 8.5px !important;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}
/*a.fl-post-feed-more {
  background: $button-color-bg;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 18px 36px;
  transition: .25s;
}

a.fl-post-feed-more:hover {
  background: $button-color-bg--hover;
  text-decoration: none;
  transition: .25s;
} */
/* Buttons for GRAVITY FORMS 
.gform_button, .post-password-form input[type=submit] , #gform_browse_button_3_6 {
  background: $button-color-bg !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: $shadow !important;
  font-size: 18px !important;
  padding: 18px 36px !important;
  transition: .25s;
}

.gform_button:hover, .post-password-form input[type=submit]:hover , #gform_browse_button_3_6:hover{
  background: $button-color-bg--hover !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: $shadow--hover !important;
  padding: 18px 36px !important;
  transition: .25s;
} */
/*Back to Top (In Snippets)*/
#bxb-back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* right: 20px; */
  padding: 10px 15px;
  background-color: #135991;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
#bxb-back-to-top:hover {
  opacity: 0.8;
}
/* Header 
==============================================================*/
/* Styles for Large and XL Devices Only */
@media (min-width: 768px) {
  /* Transparent overlay HOME ONLY on 768px and above */
  /* Turn header copy white HOME ONLY and above 768px */
  /* Menu items spacing above 768px */
  body.home [data-overlay-bg="transparent"] {
    background: rgba(255, 255, 255, 0) !important;
  }
  body.home:not(.fl-theme-builder-header-scrolled) .phone-cta, body.home:not(.fl-theme-builder-header-scrolled) .header-phone a, body.home:not(.fl-theme-builder-header-scrolled) a.fl-button, body.home:not(.fl-theme-builder-header-scrolled) .fl-button-text, body.home:not(.fl-theme-builder-header-scrolled) .menu-container > .fl-row-content-wrap, body.home:not(.fl-theme-builder-header-scrolled) #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    border-color: #fff;
    color: #fff;
  }
  #mega-menu-wrap-header #mega-menu-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
/* Promo Bar always orange in all states */
body.home:not(.fl-theme-builder-header-scrolled) .promo-bar .fl-row-content-wrap {
  background-color: #E67928 !important;
}
/* Phone # blue on scroll and internal pages */
body:not(.home) .header-phone a, .fl-theme-builder-header-scrolled .header-phone a {
  color: #135991 !important;
}
/* Nav assets blue on scroll */
.fl-theme-builder-header-scrolled a, .fl-theme-builder-header-scrolled .phone-cta, .fl-theme-builder-header-scrolled .fl-button-text, .fl-theme-builder-header-scrolled #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
  color: #135991 !important;
}
.fl-theme-builder-header-scrolled .fl-button {
  border: 1px solid #135991 !important;
}
.fl-theme-builder-header-scrolled .menu-container > .fl-row-content-wrap {
  border-color: #135991 !important;
}
.fl-node-zvrenh1gp8lt a {
  color: #fff !important;
}
.header-phone {
  display: inline-block;
}
.phone-cta {
  display: inline-block !important;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 2.6px !important;
  line-height: 17px !important;
  font-weight: bold;
  letter-spacing: 2.3px !important;
  position: relative;
  top: -5px;
  left: -10px;
}
/* Blur Nav BG on scroll */
.fl-theme-builder-header-scrolled {
  backdrop-filter: blur(34px) !important;
  -webkit-backdrop-filter: blur(34px) !important;
}
/* Remove default header shadow */
.fl-node-5f6bbb2f2037c > .fl-row-content-wrap {
  box-shadow: none !important;
}
/* Featured Services  
==============================================================*/
.fs-card {
  width: 350px;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  margin: 15px auto;
}
.fs-card:hover {
  box-shadow: 0 0 0 7px #FF6B00, 0 4px 5px rgba(0, 0, 0, 0.2);
}
.repair {
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Repair-Full.jpg");
}
.installation {
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Installation-Full.jpg");
}
.maintenance {
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Maint-Full.jpg");
}
.fs-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
  z-index: 2;
}
.fs-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 89, 145, 0.65);
  transition: opacity 0.5s ease;
}
.fs-card-title {
  position: relative;
  font-family: "peccadillo-mvb-eight";
  color: #fff;
  font-size: 50px;
  letter-spacing: -1.85px;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.hover-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 3;
  overflow-y: scroll;
  text-align: center;
}
.cta-link {
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fs-hover-title {
  color: #135991;
  font-family: "peccadillo-mvb-eight";
  color: #135991;
  font-size: 30px;
  letter-spacing: -1.85px;
  margin: 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  padding: 10px 0;
  -webkit-box-shadow: 0px 13px 17px 5px #FFFFFF;
  box-shadow: 0px 13px 17px 5px #FFFFFF;
}
.fs-hr {
  width: 30px;
  height: 2px;
  border-color: #85D3EB;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hover-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}
.hover-list li {
  color: #135991;
  margin-bottom: 3px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  line-height: 1;
}
.fs-card:hover .fs-card-content {
  transform: translateX(-50%);
}
.fs-card:hover .fs-card-content::before {
  opacity: 0;
}
.fs-card:hover .fs-card-title {
  opacity: 0;
}
.fs-card:hover .hover-content {
  transform: translateX(0);
}
.fs-card:hover .hover-content .fs-hover-title {
  color: #135991;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
/* Disable hover states for screens smaller than 768px */
@media screen and (max-width: 768px) {
  /* Remove all hover effects */
  .fs-card {
    pointer-events: none;
    width: 100%;
    max-width: 350px;
    height: 260px;
  }
  .fs-card-content {
    transform: none !important;
  }
  .fs-card-content::before {
    opacity: 0.65 !important;
  }
  .fs-card-title {
    opacity: 1 !important;
  }
  .hover-content {
    display: none;
    transform: translateX(100%) !important;
  }
  .fs-card:hover, .fs-card:hover .fs-card-content, .fs-card:hover .fs-card-content::before, .fs-card:hover .fs-card-title, .fs-card:hover .hover-content {
    transform: none;
    box-shadow: none;
    opacity: 1;
  }
}
/* HP Reviews 
==============================================================*/
.hp-reviews-container {
  position: relative;
}
#services .fl-row-content {
  z-index: 9;
}
.hp-reviews-container::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 97px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Reviews-Edge-Top.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
.hp-reviews-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 640px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Reviews-Img-cropped.png");
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.home .blog-div .fl-node-content {
  text-align: center;
  border: 2px solid #59C3EC;
  border-radius: 34px;
  margin: 10px 15px;
}
.home .ptb_entry_content p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.home .ptb_combined_customer_info {
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 2.6px;
  color: #96D9EE !important;
  text-transform: uppercase;
  padding-top: 10px;
}
.home .ptb_extra_rating .ptb_extra_voted {
  color: #96D9EE !important;
}
.home .ptb_extra_rating > span:nth-child(1) {
  font-size: 20px;
  margin: 13px 5px !important;
}
.home .ptb_extra_rating > span:nth-child(2) {
  font-size: 27px;
  margin: 5px 5px !important;
}
.home .ptb_extra_rating > span:nth-child(3) {
  font-size: 35px !important;
  margin: -3px 5px !important;
}
.home .ptb_extra_rating > span:nth-child(4) {
  font-size: 27px;
  margin: 5px 5px !important;
}
.home .ptb_extra_rating > span:nth-child(5) {
  font-size: 20px;
  margin: 13px 5px !important;
}
/* Inline CTA 
==============================================================*/
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.cta-container p {
  display: inline-block;
  font-family: peccadillo-mvb-eight;
  color: #fff;
  font-size: 53px;
  line-height: 45px;
  letter-spacing: -1.85px;
}
.cta-container a {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .cta-container p, .cta-container a {
    display: block !important;
    margin: 15px auto;
  }
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
}
.cta-div {
  position: relative;
}
.cta-div::before {
  content: "";
  position: absolute;
  top: -119px;
  left: 0;
  width: 100%;
  height: 132px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Callout-Edge-Top-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
.cta-div::after {
  content: "";
  position: absolute;
  bottom: -118px;
  left: 0;
  width: 100%;
  height: 130px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Callout-Edge-Bottom-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
/* Maintenance 
==============================================================*/
.maintenance-container {
  border: 2px solid #59C3EC;
  border-radius: 34px;
  text-align: center;
  transition: background-color 0.3s;
  padding: 40px 20px 25px;
  position: relative;
}
.maintenance-container:hover {
  background-color: #fff;
}
.maintenance-container p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 3.2px;
  text-align: center;
  color: #96D9EE;
}
.maintenance-container p:hover {
  color: #135991;
}
.maintenance-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.3s;
}
.maintenance-container:hover .maintenance-icon {
  transform: translate(-50%, 0) rotateY(180deg);
}
.maintenance-arrow {
  font-size: 24px;
  color: #96D9EE !important;
  transition: color 0.3s;
}
.maintenance-container:hover .maintenance-arrow {
  color: #E67928 !important;
}
@media (min-width: 768px) {
  .blue-line .fl-node-content {
    position: relative;
  }
  .blue-line .fl-node-content::before {
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    width: 2px;
    height: 100px;
    background: #59C3EC;
    display: block;
  }
  .light-blue-line {
    position: relative;
  }
  .light-blue-line::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -9.5%;
    width: 2px;
    height: 100%;
    background: #59C3EC;
    display: block;
  }
}
/* Co-op 
==============================================================*/
.coop-div {
  position: relative;
}
.coop-div::before {
  content: "";
  position: absolute;
  top: -119px;
  left: 0;
  width: 105%;
  height: 132px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Coop-Edge-Top-cropped.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  margin-left: -4px;
  overflow: hidden;
}
.coop-img .fl-photo-content {
  z-index: 5;
}
/* Blog Slider 
==============================================================*/
.home .fl-post-slider-post {
  border: 2px solid #59C3EC;
  border-radius: 34px;
}
.fl-post-slider-thumb {
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .fl-post-slider-img img {
  border-radius: 28px;
  margin: 10px;
}
.home .fl-post-slider-title a {
  font-family: "Red Hat Display", sans-serif;
  color: #70CCEF;
  font-size: 23px;
  line-height: 31px;
  font-weight: bold;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
.home .fl-post-slider-feed-content {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.home .fl-post-slider-feed-more {
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 2.3px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 25px;
  margin-top: 15px;
  display: inline-block;
  width: auto;
}
.home .fl-post-slider-feed-more:hover {
  text-transform: none;
  text-transform: uppercase;
  color: #135991;
  background: #70CCEF;
}
.fl-col-highlight > .fl-col-content {
  outline-color: #E67928 !important;
}
.mobile-blogs .fl-photo img, .mobile-blogs .fl-post-carousel-post {
  border-radius: 34px;
}
.service-area-container {
  box-shadow: 0 0px 0 2px #59C3EC;
  border: 7px solid transparent;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .service-area-container {
    border-radius: 40px !important;
  }
}
.home .bxb-city-page-layout {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.home .bxb-city-page-layout li {
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
  list-style-type: none;
  /* Remove bullets */
  white-space: nowrap;
  text-decoration: none;
}
.home .bxb-city-page-layout a:hover {
  text-align: center;
  font-weight: bold;
  color: #71CCEF !important;
  font-size: 1.1em;
  list-style-type: none;
  /* Remove bullets */
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .bxb-city-page-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 768px) {
  .bxb-city-page-layout {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: auto;
    width: 100%;
  }
  .bxb-city-page-layout ul {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* Internal CTA 
==============================================================*/
.bxb-cta-row {
  position: relative;
  margin-top: 132px;
}
.bxb-cta-row::before {
  content: "";
  position: absolute;
  top: -119px;
  left: 0;
  width: 105%;
  height: 132px;
  background-image: url("https://mountainaircoolheatrf.kinsta.cloud/wp-content/uploads/Service-Edge.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  margin-left: -4px;
  overflow: hidden;
}
header > div {
  position: relative !important;
  z-index: 5000 !important;
}
body:not(.fl-builder-edit) .cta-bottom-tear {
  position: absolute !important;
  top: 100% !important;
  z-index: 1 !important;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2px;
}
body:not(.home, .page-id-442, .page-id-166, .page-id-354) #fl-main-content .row {
  padding-top: 100px;
}
.page-id-442 .cta-bottom-tear, .page-id-166 .cta-bottom-tear {
  display: none;
}
