@charset "UTF-8";
/* COLORS
=====================================================================*/
/* LIGHT BLUE */
/* REGULAR BLUE */
/* DARK BLUE */
/* PINK RED ACCENT */
/* SATURATED RED ACCENT */
/* SHADOWS
=====================================================================*/
/* PREVENT HORIZONTAL SCROLLING
=====================================================================*/
html {
  overflow-x: hidden;
}
/* 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;
}
/* Latino Gothic Font */
.font-latinogothic, .font-latinogothic * {
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 500;
  font-variation-settings: "slnt" 1, "wdth" 1, "wght" 100;
}
body:not(.home) h1, body:not(.home) h2, body:not(.home) h3 {
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 500;
  /*font-variation-settings: "slnt" 1, "wdth" 1, "wght" 100;*/
  font-variation-settings: "slnt" 1, "wdth" 1;
}
/* 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: black;
    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: #fff !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: #006bb7;
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 0.65em;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  @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;
}
.widget_maxmegamenu h2.widgettitle {
  display: none;
}
/* 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;
  }
}
/* 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 #53b0ff;
  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: #53b0ff;
}
.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 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;
}
body:not(.home) h3 {
  color: #016BB7;
}
/* 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;
  }
}
/*Layout for homepage*/
.home .bxb-city-page-layout {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.home .bxb-city-page-layout ul {
  padding-left: 0px;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .home .bxb-city-page-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 768px) {
  .home .bxb-city-page-layout {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: auto;
    width: 100%;
  }
}
/* 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*/
}
/* li icon placement */
.fl-module-list .fl-list-item-content .fl-list-item-content-icon {
  vertical-align: top;
}
.bxb-blog-title-row .fl-row-content-wrap {
  background-color: #53b0ff;
}
.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: 25px;
  height: 25px;
}
.bxb-footer__icons--associations img {
  max-height: 5em;
}
.bxb-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  text-transform: uppercase;
}
.bxb-footer__menu a {
  margin: 20px;
}
.footerSearch {
  width: 100%;
}
.bxb-footer__address {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  text-align: center;
}
.bxb-footer__address p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* Footer phone number */
  .bxb-footer__address {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  a.bxb-footer__phone {
    font-size: 4rem;
  }
}
/* custom css for the footer */
.footer-review-container .fa-star {
  margin: 0 2px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__stars--front {
  color: #163865 !important;
}
.footer-review-container p, .footer-review-container p a {
  display: none !important;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__button {
  display: none !important;
  background-color: #163865 !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: #006bb7 !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: #006bb7;
  border: 1px solid #006bb7;
  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;
}
/* 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_title {
  margin: 0;
}
/*** h1 is used on the single review page title ***/
h1.ptb_post_title {
  font-size: 18px;
}
/*** h2 is used on the services parent page reveiw row ***/
h2.ptb_post_title {
  line-height: 1.2em;
  font-size: 2.5rem;
}
/* Color of stars */
.ptb_extra_rating .ptb_extra_voted {
  color: #ffbc0b !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: "f005" !important;
  margin: 0 0.1em;
}
/* Dynamically add a title above customer reviews */
.ptb_loops_wrapper article:first-of-type::before {
  color: #153964;
  content: "Customer Reviews";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 500;
  font-variation-settings: "slnt" 1, "wdth" 1, "wght" 100;
  text-transform: uppercase;
}
/* 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;
}
body:not(.home) .ptb_title * {
  color: #006BB7;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}
body:not(.home) .ptb_extra_rating .ptb_extra_voted {
  color: #EF5656 !important;
}
body:not(.home) .ptb_post_date {
  color: #53B0FF;
}
body:not(.home) .ptb_combined_customer_info i {
  color: #53B0FF;
  font-style: normal;
}
/* 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;
}
.ptb_extra_rating > span {
  margin: 0 7px 0 0 !important;
}
@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: #53b0ff;
  border: 2px solid #000000;
  min-height: 200px;
  position: relative;
}
.bxb-mobile-button:hover {
  background-color: #86c7ff;
}
.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: #53b0ff;
  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: #2099ff;
  color: #fff !important;
  text-decoration: none;
  transition: 0.25s;
}
/* CALL-TO-ACTION MODULES
=====================================================================*/
.bxb-cta-row {
  background: #006bb7 !important;
}
.fl-cta-button a.fl-button {
  background: #fff !important;
  color: #006bb7 !important;
  font-size: 18px;
}
.fl-cta-button a.fl-button:hover {
  background: #fff !important;
  color: #006bb7 !important;
}
/* BUTTONS :: GENERAL
=====================================================================*/
a.fl-button, a.fl-button:visited, .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 {
  background: #EF5656;
  color: #fff;
  border: none;
  border-radius: 999px;
  /*box-shadow: $shadow;*/
  padding: 9px 30px;
  transition: 0.25s;
  text-decoration: none;
  letter-spacing: 1.19px;
}
a.fl-button:hover, .fl-builder-content a.fl-button:hover, .bxb-parent-service-page-services-list a:hover {
  background: #EF1C23;
  color: #fff;
  border: none;
  /* border-radius: 10px; */
  /* box-shadow: $shadow--hover; */
  padding: 9px 30px;
  transition: 0.25s;
}
/* BUTTONS :: "READ MORE" FOR BLOG POSTS
=====================================================================*/
a.fl-post-feed-more {
  background: #EF5656;
  /*box-shadow: $shadow;*/
  border-radius: 999px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 9px 36px;
  transition: 0.25s;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.19px;
}
a.fl-post-feed-more:hover {
  background: #EF1C23;
  /*box-shadow: $shadow--hover;*/
  text-decoration: none;
  transition: 0.25s;
}
/* Buttons for GRAVITY FORMS */
.gform_button, .post-password-form input[type=submit], #gform_browse_button_3_6, .gform_confirmation_message .gform_button {
  background: #EF5656 !important;
  border: none !important;
  border-radius: 999px !important;
  /*box-shadow: $shadow !important;*/
  font-size: 18px !important;
  padding: 9px 36px !important;
  transition: 0.25s;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.19px !important;
  color: #fff;
}
.gform_button:hover, .post-password-form input[type=submit]:hover, #gform_browse_button_3_6:hover, .gform_confirmation_message .gform_button:hover {
  background: #EF1C23 !important;
  border: none !important;
  border-radius: 999px !important;
  /*box-shadow: $shadow--hover !important;*/
  padding: 9px 36px !important;
  transition: 0.25s;
}
/* SCHEDULE ENGINE BUTTON STYLING */
.se-widget-button, .se-widget-button:hover, .se-widget-button:active, .se-widget-button:visited, .se-widget-button:focus {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  background: #EF5656 !important;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 9px 30px;
  transition: 0.25s;
  text-decoration: none;
  letter-spacing: 1.19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.se-widget-button:hover {
  transition: 0.25s;
  background: #EF1C23 !important;
}
.pos-rel {
  position: relative;
}
@media (min-width: 993px) {
  .review-small {
    transform: scale(0.9);
  }
}
@media (max-width: 992px) {
  .mobile-bg-opacity90 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
}
.pretitle {
  color: #006BB7;
  font-family: Work Sans, Sans-Serif !important;
  font-weight: bold !important;
  font-size: 26px;
}
.pretitle.pretitle-wht {
  color: #fff;
}
@media (max-width: 768px) {
  .pretitle {
    font-size: 20px;
  }
}
.title-heading {
  font-size: 58px;
}
/*Hero Banner row*/
body:not(.fl-builder-edit) #hero-banner {
  overflow: clip;
}
.banner-title {
  font-size: 103px;
  line-height: 85px;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .banner-title {
    font-size: 50px;
    line-height: 45px !important;
    letter-spacing: 0px;
  }
}
/*Featured service row */
.fs-card-item {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 999px 999px 0px 0px;
  transition: all 0.3s ease-out;
}
@media (min-width: 993px) {
  body:not(.fl-builder-edit) .fs-card-item {
    transform: translateY(50px);
  }
  body:not(.fl-builder-edit) .fs-card-item:hover {
    transform: translateY(0px);
  }
}
body:not(.fl-builder-edit) .fs-header {
  margin-bottom: 20px;
}
body:not(.fl-builder-edit) .fs-card-item .fs-button {
  transform: translateY(-20px);
  transition: opacity 0.3s ease-out 0.2s;
}
body:not(.fl-builder-edit) .fs-card-item:not(:hover) .fs-button {
  opacity: 0;
}
.fs-card-item .fs-button a.fl-button {
  background: transparent;
}
/*Featured Servies Medium / Small screens*/
@media (max-width: 992px) {
  .fs-card-item {
    background: white;
    min-width: 100%;
    border: 4px solid #163865;
    border-radius: 999px;
  }
  .fs-header .fl-heading-text {
    color: #163865 !important;
  }
  .fs-icon svg * {
    fill: #163865;
  }
  .fs-button {
    display: none;
  }
}
/*About Row*/
#about-van {
  position: absolute;
  left: -400px;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
@media (max-width: 992px) {
  #about-van {
    position: relative;
    left: 0px;
    /*top: 0px;*/
    transform: translateY(0px);
  }
}
/*Core Values Row*/
.item-row .item {
  height: 100%;
  align-self: flex-start;
}
@media (min-width: 993px) {
  .item-row .item:not(:last-of-type) {
    border-right: 2px #F4F4F4 solid;
  }
}
/*Brands Row*/
.width-800 {
  max-width: 800px;
}
/*Maintenance Row*/
.maintenance-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .maintenance-img {
    position: relative;
  }
}
/*Review Row*/
.home-review {
  text-align: center;
}
.home-review .ptb_rating {
  margin-bottom: 25px;
}
.home-review .ptb_extra_rating .ptb_extra_voted {
  color: #EF5656 !important;
}
.home-review .ptb_entry_content {
  color: #fff;
}
.home-review .ptb_combined_customer_info {
  color: #53B0FF;
  font-style: normal;
  font-weight: bold;
}
/*Blogs row*/
#home-blogs .fl-post-feed-post {
  border: none;
  background: #F4F4F4;
  border-radius: 45px;
}
#home-blogs .post-content-wrapper {
  display: flex;
}
#home-blogs .fl-post-image {
  width: 250px;
  min-height: 100%;
  transform: scale(0.9);
  transition: all 0.3s ease-out;
}
#home-blogs .fl-post-feed-post:hover .fl-post-image {
  transform: scale(1);
}
#home-blogs .fl-post-image img {
  height: 100%;
  width: 100%;
  border-radius: 45px !important;
  object-fit: cover !important;
}
#home-blogs .fl-post-text {
  width: 80%;
}
#home-blogs .fl-post-title a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #006BB7;
  text-transform: capitalize;
}
#home-blogs .fl-post-more-link a {
  display: inline-block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  color: #153964;
  font-weight: bold;
}
#home-blogs .fl-post-more-link a::before {
  content: "" !important;
  display: inline-block;
  font: var(--fa-font-solid);
  font-family: "Font Awesome 6 Sharp";
  left: calc(100% + 10px);
  position: absolute;
  text-rendering: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-out;
}
#home-blogs .fl-post-more-link:hover a {
  color: #EF1C23 !important;
}
#home-blogs .fl-post-more-link:hover a::before {
  left: calc(100% + 20px);
}
@media (max-width: 768px) {
  #home-blogs .fl-post-feed-post {
    min-width: 100%;
  }
  #home-blogs .post-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  #home-blogs .fl-post-image {
    width: 100%;
    min-height: 100%;
    transform: scale(0.9);
    transition: all 0.3s ease-out;
  }
  #home-blogs .fl-post-text {
    width: 100%;
  }
}
/*Service Area Row*/
.map-mobile img {
  border-radius: 40px;
}
.mega-menu-title {
  font-size: 17px !important;
  font-weight: bold;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #153964 !important;
  font-size: 16px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: underline !important;
}
/*Mega Menu*/
/* TOP LEVEL ITEMS */
#mega-menu-header > .mega-menu-item > a.mega-menu-link {
  font-size: 17px !important;
  padding: 0px 15px 5px !important;
  _margin-top: 5px !important;
  margin-bottom: 5px !important;
}
/* header on scroll */
.widget_maxmegamenu .widgettitle {
  display: none !important;
}
/* header */
/* MAX MEGA MENU 
=====================================================================*/
.mega-menu > li.mega-toggle-on a {
  color: #006BB7 !important;
}
/*rotate icon on hover*/
.mega-menu > li .mega-indicator {
  transition: all 0.3s ease-out;
}
.mega-menu > li.mega-toggle-on .mega-indicator {
  transform: rotate(180deg);
}
/* MMM ---- WIDGETS
=====================================================================*/
.widget_maxmegamenu .widgettitle {
  display: none !important;
}
/* Widget */
/* Hide Blank Title In Widget */
.mega-sub-menu .hide-title h4 {
  display: none !important;
}
.mega-sub-menu .border-none {
  border: none !important;
}
/* WP Nav Menu Widget In Mega Menu */
/* All Items */
.mega-menu-item-type-widget h4.mega-block-title {
  margin-top: 10px !important;
  color: #53b0ff !important;
}
.mega-menu-item-type-widget .textwidget * {
  font-size: 0.75rem !important;
  line-height: 1.1rem !important;
}
.mega-menu-item-type-widget .textwidget p {
  margin-bottom: 25px !important;
}
/* MMM ---- SUBMENU
=====================================================================*/
.mega-menu-item > .mega-sub-menu * {
  /*font-weight: 400 !important;*/
  letter-spacing: 0 !important;
}
.mega-menu-item > .mega-sub-menu a:hover, .mega-menu-item > .mega-sub-menu a:focus, .mega-menu-item > .mega-sub-menu a:active {
  color: #006bb7;
}
/* top main sub menu DROPDOWN SUBMENU OFFSET */
.max-mega-menu > .mega-menu-item > .mega-sub-menu {
  margin-top: 10px !important;
  background-color: #fff !important;
  padding: 0px !important;
  /*background: url("https://nccomfortsystems.com/wp-content/uploads/bg-pattern-light.webp") !important;*/
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
.max-mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-row {
  padding: 25px 30px !important;
}
.max-mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-row.mega-menu-cta {
  padding: 10px 30px !important;
}
@media only screen and (max-width: 992px) {
  .max-mega-menu > .mega-menu-item > .mega-sub-menu {
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
  }
}
/* any sub menus */
.mega-menu-item > .mega-sub-menu {
  _margin-top: 5px !important;
  _border: 1px solid rgba(0, 0, 0, 0.1) !important;
  /* no link ul li a */
}
@media only screen and (max-width: 992px) {
  .mega-menu-item > .mega-sub-menu {
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
  }
}
.mega-menu-item > .mega-sub-menu .no-link > a {
  color: #000 !important;
}
.mega-menu-item > .mega-sub-menu .no-link > a::after {
  display: none !important;
  content: none !important;
}
.mega-menu-item > .mega-sub-menu .no-link > a:hover, .mega-menu-item > .mega-sub-menu .no-link > a:focus, .mega-menu-item > .mega-sub-menu .no-link > a:active {
  color: #000 !important;
  text-decroation: none !important;
  cursor: default !important;
}
/* SUBMENU */
.max-mega-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  display: flex !important;
}
/* Sub Items */
.widget_nav_menu .menu-item.menu-item-has-children .sub-menu {
  margin-bottom: 10px !important;
}
.widget_nav_menu .menu-item.menu-item-has-children .sub-menu li:before {
  display: none !important;
  padding: 0 !important;
}
.widget_nav_menu .menu-item.menu-item-has-children .sub-menu li {
  _color: #53b0ff !important;
  padding: 5px !important;
  margin-bottom: 10px !important;
  _font-size: 13px !important;
}
/* END SUBMENU ELEMENTS */
/* TOP LEVEL ITEMS */
#mega-menu-header > .mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-header > .mega-menu-item.mega-current_page_item > a.mega-menu-link, #mega-menu-header > .mega-menu-item.mega-current_page_ancestor > a.mega-menu-link, #mega-menu-header > .mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-header > .mega-menu-item.mega-current-menu-parent > a.mega-menu-link, #mega-menu-header > .mega-menu-item.mega-current_page_parent > a.mega-menu-link {
  color: #53b0ff;
  background: none !important;
}
#mega-menu-header > .mega-menu-item > a.mega-menu-link {
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 15px 5px !important;
  color: #163865;
  text-decoration: none !important;
  _margin-top: 5px !important;
  margin-bottom: 5px !important;
  letter-spacing: 1px !important;
  background: none !important;
}
/* SECOND LEVEL ITEMS */
.mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a {
  color: #006bb7 !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
.mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a::after {
  font-family: "Font Awesome 6 Pro";
  _content: "";
  content: "";
  color: #006bb7 !important;
  font-size: 14px !important;
  _text-align: right;
  /*_float: right;*/
  margin-left: 20px;
  display: inline-block !important;
  position: relative !important;
  opacity: 0 !important;
}
.mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a:hover::after, .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a:focus::after, .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a:active::after {
  opacity: 1 !important;
}
.mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-item-has-children {
  padding-bottom: 25px !important;
}
.mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-link {
  padding: 8px 0 !important;
}
/* THIRD LEVEL ITEMS */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-item-has-children {
  padding-bottom: 15px !important;
}
/* .mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-item-has-children .mega-sub-menu, */
.mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-item-has-children .mega-sub-menu a {
  padding: 5px 0px !important;
  font-size: 16px !important;
  color: #163865 !important;
  font-weight: 400 !important;
}
/* FOURTH LEVEL ITEMS */
.mega-sub-menu > .mega-menu-column .mega-sub-menu .mega-menu-item-has-children .mega-sub-menu .mega-sub-menu .mega-menu-item a {
  font-size: 0.7rem !important;
}
/* ACCENT COLUMN */
.accent-column {
  border-left: 3px solid #F4F4F4 !important;
  position: relative !important;
  /* padding-left: 40px !important; */
}
@media (max-width: 992px) {
  .accent-column {
    background: none !important;
    border-left: none !important;
    box-shadow: none !important;
  }
}
.accent-column .bxb-btn-link a, .accent-column .bxb-btn-link a:hover, .accent-column .bxb-btn-link a:focus, .accent-column .bxb-btn-link a:active {
  font-weight: 400 !important;
  color: #EF5656 !important;
  padding: 0px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  box-shadow: none !important;
}
.accent-column .bxb-btn-link a::after, .accent-column .bxb-btn-link a:hover::after, .accent-column .bxb-btn-link a:focus::after, .accent-column .bxb-btn-link a:active::after {
  color: #EF5656 !important;
  opacity: 1 !important;
  vertical-align: bottom !important;
}
.accent-column .bxb-btn-link a:hover, .accent-column .bxb-btn-link a:focus, .accent-column .bxb-btn-link a:active, .accent-column .bxb-btn-link a:hover:hover, .accent-column .bxb-btn-link a:hover:focus, .accent-column .bxb-btn-link a:hover:active, .accent-column .bxb-btn-link a:focus:hover, .accent-column .bxb-btn-link a:focus:focus, .accent-column .bxb-btn-link a:focus:active, .accent-column .bxb-btn-link a:active:hover, .accent-column .bxb-btn-link a:active:focus, .accent-column .bxb-btn-link a:active:active {
  color: #EF5656 !important;
  box-shadow: none !important;
}
.accent-column .mega-has-description.mega-menu-item a.mega-menu-link {
  color: #006bb7 !important;
  font-weight: 400;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}
.accent-column .mega-has-description.mega-menu-item a.mega-menu-link * {
  color: #006bb7 !important;
}
.accent-column .mega-has-description.mega-menu-item a.mega-menu-link::after {
  /*display: none !important;
        font-family: "Font Awesome 6 Pro";
        _content: "";
        content: "\e09f";
        color: $color-two !important;
        font-size: 14px !important;
        _text-align: right;
        _float: right;
        margin-left: 20px;
        _display: inline-block !important;
        position: relative !important;
        opacity: 0 !important;*/
}
.accent-column .mega-has-description.mega-menu-item a.mega-menu-link .mega-menu-description {
  color: #163865 !important;
  font-size: 16px !important;
  letter-spacing: -0.48px;
  font-style: normal !important;
  margin: 10px 0 !important;
}
.accent-column .mega-has-description.mega-menu-item a.mega-menu-link:hover::after, .accent-column .mega-has-description.mega-menu-item a.mega-menu-link:focus::after, .accent-column .mega-has-description.mega-menu-item a.mega-menu-link:active::after {
  opacity: 1 !important;
}
.accent-column .widget_nav_menu .menu-item.menu-item-has-children > a {
  color: #53b0ff !important;
}
/* ACCENT COLUMN */
/* MMM ---- CTA ELEMENTS
=====================================================================*/
.mega-menu-cta {
  background: #F4F4F4 !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mega-menu-cta > .mega-sub-menu {
  display: flex;
  align-items: center;
}
.mega-menu-cta > .mega-sub-menu p {
  margin-bottom: 10px !important;
}
.mega-menu-cta .cta-btn-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
}
.mega-menu-cta .bxb-btn {
  display: inline-block;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
.mega-menu-cta .bxb-btn * {
  letter-spacing: 0 !important;
}
.mega-menu-cta .bxb-btn a, .mega-menu-cta .bxb-btn a:hover, .mega-menu-cta .bxb-btn a:focus, .mega-menu-cta .bxb-btn a:active {
  position: relative;
  font-weight: 400 !important;
  color: #163865 !important;
  padding: 5px 15px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  box-shadow: none !important;
  font-weight: bold !important;
}
.mega-menu-cta .bxb-btn a::after, .mega-menu-cta .bxb-btn a:hover::after, .mega-menu-cta .bxb-btn a:focus::after, .mega-menu-cta .bxb-btn a:active::after {
  color: #EF5656 !important;
  opacity: 1 !important;
  vertical-align: bottom !important;
}
.mega-menu-cta .bxb-btn a:hover, .mega-menu-cta .bxb-btn a:focus, .mega-menu-cta .bxb-btn a:active, .mega-menu-cta .bxb-btn a:hover:hover, .mega-menu-cta .bxb-btn a:hover:focus, .mega-menu-cta .bxb-btn a:hover:active, .mega-menu-cta .bxb-btn a:focus:hover, .mega-menu-cta .bxb-btn a:focus:focus, .mega-menu-cta .bxb-btn a:focus:active, .mega-menu-cta .bxb-btn a:active:hover, .mega-menu-cta .bxb-btn a:active:focus, .mega-menu-cta .bxb-btn a:active:active {
  color: #EF5656 !important;
  box-shadow: none !important;
}
/* FIX SUBMENU 2 COLUMNS WRAPPING LEFT > RIGHT v DOWN */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu {
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  _columns: 2;
  max-height: 155px;
}
@media (max-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu {
    max-height: none !important;
  }
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  display: flex !important;
  flex: 1 !important;
  _flex-direction: column;
  _flex-wrap: wrap;
  _flex-basis: 50% !important;
  float: none !important;
  width: unset !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children {
  flex-direction: column;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a {
  width: 100% !important;
  flex-direction: column !important;
}
/* RIGHT ALIGN ENTIRE COLUMN (ex. Company Dropdown under About) */
#mega-menu-wrap-header #mega-menu-header .mega-column-text-right, #mega-menu-wrap-header #mega-menu-header .column-text-right, #mega-menu-wrap-header #mega-menu-header .mega-menu-item.text-right {
  text-align: right !important;
}
#mega-menu-wrap-header #mega-menu-header .mega-column-text-right *, #mega-menu-wrap-header #mega-menu-header .column-text-right *, #mega-menu-wrap-header #mega-menu-header .mega-menu-item.text-right * {
  text-align: right !important;
}
#mega-menu-wrap-header #mega-menu-header .mega-column-text-right > .mega-menu-link::after, #mega-menu-wrap-header #mega-menu-header .column-text-right > .mega-menu-link::after, #mega-menu-wrap-header #mega-menu-header .mega-menu-item.text-right > .mega-menu-link::after {
  display: none !important;
}
/* HAS ICONS ITEMS */
.mega-menu-item.mega-has-icon {
  /* icon carrier */
  /* icon carrier */
}
.mega-menu-item.mega-has-icon > a::before {
  background-size: 15px 15px !important;
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  margin-right: 5px !important;
}
.mega-menu-item.mega-has-icon > ul.mega-sub-menu {
  padding-left: 35px !important;
}
.mega-menu-item.mega-has-icon.icon-product {
  padding-bottom: 0 !important;
  margin-bottom: -20px !important;
  padding-top: 0px !important;
}
.mega-menu-item.mega-has-icon.icon-product > a {
  padding: 0 !important;
}
.mega-menu-item.mega-has-icon.icon-product > a::before {
  background-size: 100px !important;
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  margin-right: 10px !important;
}
.mega-menu-item.mega-has-icon.icon-product > ul.mega-sub-menu {
  padding-left: 0px !important;
}
.mega-menu-item.mega-has-icon.icon-no-indent > ul.mega-sub-menu {
  padding-left: 0px !important;
}
/* ICON ITEMS */
/* Icons - wrap text indent -- Ex. Company - Address */
.mega-sub-menu a.mega-menu-link {
  display: flex;
}
/* MMM ---- MOBILE
=====================================================================*/
.mega-toggle-animated-inner, .mega-toggle-animated-inner:before, .mega-toggle-animated-inner:after {
  background-color: #fff !important;
  background-color: #153964 !important;
}
@media only screen and (max-width: 992px) {
  /* Mobile Menu dropdown menu */
  /* mega menu wrap header AKA primary main submenu in dropdown */
  /* mobile header elements */
  .mega-menu-item > .mega-sub-menu {
    border: none !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header {
    /* margin-top: 40px !important; */
    _border: 1px solid #153964 !important;
    background: #fff !important;
    color: #000 !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header * {
    color: #000 !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header * a:hover, #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header * a:focus, #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header * a:active {
    color: #53b0ff !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-ancestor, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-ancestor, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-parent, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-parent {
    color: #53b0ff !important;
    background: none !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-ancestor *, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-ancestor *, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-parent *, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-parent * {
    background: none !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-ancestor a, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-ancestor a, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-menu-parent a, .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-current-page-parent a {
    background: none !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-sub-menu {
    _display: flex !important;
    flex-direction: column !important;
    margin-top: 0 !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-sub-menu > .mega-menu-column {
    width: 100% !important;
    min-width: 100% !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-menu-cta {
    display: none !important;
  }
  .fl-builder-content[data-type="header"] .max-mega-menu > .mega-menu-item > .mega-sub-menu .mega-sub-menu > li > .mega-sub-menu {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    min-width: 100% !important;
  }
}
/* media query */
/********** Header Fixes *********/
#mega-menu-header #mega-menu-13641-1 {
  border-radius: 0px 0px 10px 10px !important;
}
#mega-menu-header #mega-menu-13641-1 .bxb-btn a {
  color: #153964 !important;
  position: relative;
}
#mega-menu-header #mega-menu-13641-1 .bxb-btn:hover a, #mega-menu-header #mega-menu-13641-1 .bxb-btn:hover a::after {
  color: #EF5656 !important;
}
#mega-menu-header #mega-menu-13641-1 .bxb-btn a::after {
  content: "" !important;
  display: inline-block;
  font: var(--fa-font-solid);
  font-family: "Font Awesome 6 Sharp";
  position: absolute;
  text-rendering: auto;
  top: 50%;
  left: calc(100% - 10px) !important;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  color: #153964 !important;
  pointer-events: none !important;
}
#mega-menu-header #mega-menu-13641-1 .cta-btn-wrapper {
  gap: 30px;
}
#mega-menu-header #mega-menu-13641-1 .cta-btn-wrapper .bxb-btn:last-child {
  border-left: 2px solid #fff;
  padding-left: 15px;
}
body:not(.home) .fl-post-feed-image img {
  border-radius: 30px;
}
