@charset "UTF-8";
/*
Theme Name: H20 Leak Detect Theme
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: A&G Creative
Author URI: http://www.agcreative.ca
Template: enfold
*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/* IMPORT PARTIALS FOR MOBILE SCREEN RESOLUTION OVERRIDES */
.special_amp {
  font-family: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
.o-Button a {
  border: none !important;
  box-shadow: none !important;
  border-radius: 1em !important;
}
.o-Button a span {
  display: block;
  padding: 1em 2em !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.5em !important;
  font-weight: 600 !important;
}
.av-main-nav li a {
  line-height: 140px !important;
  color: #70bfef !important;
  padding: 0 2em !important;
}
.sub-menu {
  box-shadow: none !important;
  border: none !important;
  left: -50% !important;
  padding-bottom: 1em !important;
  border-radius: 0 0 10px 10px !important;
}
.sub-menu li {
  border: none !important;
}
.sub-menu li a {
  line-height: 20px !important;
  text-align: center !important;
  padding: 1em !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
}
.sub-menu li a:hover {
  color: #000000 !important;
  background: none !important;
}
.sub-menu .sub-menu {
  left: 100% !important;
  top: 9px !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
}
.sub-menu .sub-menu li a {
  background-color: #f5f5f5 !important;
}
.c-Contact h3 {
  margin-bottom: 1em !important;
}
.c-Contact_wrapper {
  margin-bottom: -280px !important;
}
.c-Contact_wrapper .gform_required_legend {
  display: none;
}
.c-Contact_wrapper .gfield_required {
  display: none !important;
}
.c-Contact_wrapper .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
.c-Contact_wrapper input[type="text"], .c-Contact_wrapper input[type="email"], .c-Contact_wrapper input[type="tel"], .c-Contact_wrapper textarea {
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px 3px;
}
.c-Contact_wrapper .gfield--type-textarea {
  margin-top: 1.5em;
}
.c-Contact_wrapper .button {
  background: #999999 !important;
  padding: 1em 3em;
  font-family: "Ronoto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300 !important;
}
.c-Contact_wrapper .button:hover {
  background: #70bfef !important;
  color: #000000 !important;
}
.certified p {
  position: relative;
  padding-left: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}
.certified p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #70bfef;
  margin-right: 0.4em;
}
.page-id-538 footer .c-Contact {
  display: none;
}
/* IMPORT PARTIALS FOR MOBILE SCREEN RESOLUTION OVERRIDES */
@media (max-width: 479px) {
  header {
    background: #000000 !important;
  }
  header #header_main {
    background: #000000 !important;
  }
  header .logo img {
    max-height: 40px !important;
  }
  header .widget_text {
    z-index: 0;
    text-align: right;
    margin: 0 !important;
    padding: 0 0 1em 0 !important;
  }
  header .widget_text * {
    display: block;
    line-height: 1 !important;
  }
  header .widget_text a {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    pointer-events: none;
  }
  header .widget_text a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
  }
  .av-burger-menu-main {
    position: relative;
    top: -30px;
  }
  .c-Hero_confirm h1, .c-Hero_privacy h1 {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
  .c-Hero_confirm p, .c-Hero_privacy p {
    font-size: 1.3em;
  }
  .c-Hero_confirm a, .c-Hero_privacy a {
    color: #ffffff !important;
  }
  .c-Privacy_content p, .c-Privacy_content li {
    font-size: 1.2em;
    color: black;
  }
  .c-Privacy_content h3 {
    color: #70bfef;
    margin-top: 2em !important;
  }
  .c-Slider {
    max-height: 60vh !important;
    /*
            .avia-slideshow-arrows {
                a {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    border: 1px solid white;
                    background: transparent !important;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    opacity: 1 !important;

                    svg {
                        display: none;
                    }

                    &::before {
                        content: '';
                        width: 0;
                        height: 0;
                        position: absolute;
                        top: 50%;
                        left: 50%; 
                        background: transparent !important;
                        transform: translate(-50%, -50%) !important;
                        border-left: 15px solid white !important;
                        border-top: 9px solid transparent !important;
                        border-bottom: 9px solid transparent !important;
                    }
                }
            }
                */
  }
  .c-Slider:before {
    display: block;
    content: "";
    position: absolute;
    width: 150vw !important;
    height: calc(90vh - 80px) !important;
    bottom: -150px !important;
    left: -11vw !important;
    opacity: 0.5 !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Component-54-1.png);
    background-position: 30% center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 4 !important;
  }
  .c-Slider h2 {
    padding: 0 20px !important;
    font-size: 32px !important;
    text-transform: none !important;
  }
  .c-Slider .slideshow_caption {
    padding-top: 55px !important;
  }
  .c-Slider .avia-caption-content p {
    padding: 0 20px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }
  .c-Content h2 {
    font-size: 28px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    margin-bottom: 2em !important;
  }
  .c-Content_text {
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #000000;
  }
  .c-Content_home.visible {
    overflow: visible !important;
  }
  .c-Content_home.padding {
    padding-bottom: 230px !important;
  }
  .c-Content_home.stats .flex_column_table {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .c-Content_home.stats .flex_column_table .av-flex-placeholder {
    display: none !important;
  }
  .c-Content_home.stats .flex_column_table:first-of-type {
    margin-top: -380px !important;
    margin-bottom: 100px !important;
  }
  .c-Content_home.stats .flex_column_table .flex_column {
    max-height: 200px;
  }
  .c-Content_infograph:after {
    display: block;
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/circle.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    z-index: -1 !important;
  }
  .c-Content_infograph_stats {
    position: relative !important;
    z-index: 1 !important;
    text-align: left !important;
    padding: 3rem 1.2rem !important;
  }
  .c-Content_infograph_stats strong {
    color: #000000;
    font-weight: 600;
  }
  .c-Content_infograph_stats strong .avia-single-number {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .c-Content_infograph_stats strong .avia-no-number {
    font-size: 0.4em !important;
    color: #000000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 5px;
  }
  .c-Content_infograph_stats .avia-animated-number-content p:first-of-type {
    line-height: 1 !important;
    font-size: 12px;
  }
  .c-Content_infograph_stats .avia-animated-number-content p:last-of-type {
    font-size: 0.5em !important;
    color: #000000 !important;
    line-height: 1.2 !important;
  }
  .c-Content_infograph_stats .avia-animated-number-content hr {
    border: solid #70bfef 2px !important;
    width: 30px !important;
    margin: 7px 0 !important;
  }
  .c-Content_CTA h3 {
    font-size: 2.5em;
    font-weight: 600 !important;
  }
  .c-Content_CTA p {
    text-align: center;
    font-size: 1.5em;
  }
  .c-Content_CTA p a {
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  .c-Segments p {
    display: none !important;
  }
  .c-Segments_developers {
    height: 200px;
    min-height: 200px !important;
    background-image: url(https://h20.agcreative.ca/wp-content/uploads/2026/05/Developers.png);
    background-size: 30% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_developers:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Developers-Hover.png);
  }
  .c-Segments_strata {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Strata.png);
    background-size: 30% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_strata:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Strata-Hover.png);
  }
  .c-Segments_homeowners {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Homeowner.png);
    background-size: 30% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_homeowners:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Homeowners-Hover.png);
  }
  .c-Segments_engineers {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Mechanical.png);
    background-size: 30% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_engineers:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Mechanical-Hover.png);
  }
  .c-Segments_companies {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Retail.png);
    background-size: 30% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_companies:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Retail-Hover.png);
  }
  .c-Contact {
    background: #e0e0e0 !important;
  }
  .c-Contact fieldset {
    margin-bottom: 0 !important;
  }
  .c-Contact_info .email {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .c-Contact_info .phone {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .c-Contact_info .location {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .c-Contact .gfield input[type="text"], .c-Contact .gfield input[type="email"], .c-Contact .gfield input[type="tel"], .c-Contact .gfield input[type="url"], .c-Contact .gfield input[type="number"], .c-Contact .gfield textarea, .c-Contact .gfield select {
    color: #000000 !important;
    font-size: 16px !important;
    padding: 1em !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px 3px;
  }
  .c-Contact .gfield input[type="text"]::placeholder, .c-Contact .gfield input[type="email"]::placeholder, .c-Contact .gfield input[type="tel"]::placeholder, .c-Contact .gfield input[type="url"]::placeholder, .c-Contact .gfield input[type="number"]::placeholder, .c-Contact .gfield textarea::placeholder, .c-Contact .gfield select::placeholder {
    color: #333 !important;
    opacity: 0.8 !important;
  }
  .c-Contact .gfield textarea::placeholder {
    color: #333 !important;
    opacity: 0.8 !important;
  }
  .c-Contact .gform_button, .c-Contact input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    padding: 0.5em 2em;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .c-Contact .gform_button:hover, .c-Contact input[type="submit"]:hover {
    color: #ffffff;
  }
  .c-Footer_contactinfo {
    padding-top: 2em;
    font-size: 1.7em;
    color: #000000 !important;
    font-weight: 600 !important;
  }
  .c-Footer_contactinfo a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
  }
  .c-Footer_links ul, .c-Footer_links li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .c-Footer_links li {
    display: block;
    margin: 1rem 0 0 0;
  }
  .c-Footer_links a, .c-Footer_links strong {
    font-size: 1.5em;
    display: inline-block;
    margin: 0 0 0.5em 0;
    color: #70bfef;
  }
  .c-Footer_copyright {
    background: #000000 !important;
  }
  .c-Footer_copyright p {
    color: #ffffff !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  .c-Footer_copyright p a {
    color: #70bfef !important;
  }
  .c-Single h1 {
    font-size: 36px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #ffffff !important;
  }
  .c-Single_content.grey {
    background: #e0e0e0;
  }
  .c-Single_content h2 {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 2.5em;
  }
  .c-Single_content p {
    font-size: 1.3em !important;
    color: #000000 !important;
    line-height: 1.5 !important;
  }
  .c-Single_content .avia-image-container {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .c-Single_casestudy main {
    vertical-align: bottom !important;
  }
  .c-Single_casestudy main .av-special-heading {
    text-align: left !important;
    margin-bottom: 1em !important;
  }
  .c-Single_casestudy main .av-special-heading h1 {
    font-size: 36px !important;
    margin-bottom: 1em;
  }
  .c-Single_casestudy main .av-dynamic-content-category-link {
    margin-top: 1em;
    background: #000000;
    padding: 0.5em;
    color: #70bfef;
    font-weight: 600;
  }
  .c-Single_casestudy main .av-dynamic-content-category-link a {
    font-size: 1.2em;
    pointer-events: none !important;
  }
  .c-Datasheets {
    background: #e0e0e0;
  }
  .c-Datasheets ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 20px !important;
    margin: 0 !important;
  }
  .c-Datasheets li a {
    display: flex !important;
    align-items: flex-start !important;
    padding: 1.5em !important;
    border: 2px solid #cccccc !important;
    background: #ffffff !important;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
  }
  .c-Datasheets li a::before {
    content: "" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    font-size: 1.3em !important;
    color: #c73935 !important;
    margin-right: 0.8em !important;
    flex-shrink: 0 !important;
  }
  .c-Datasheets li a:hover {
    background: #70bfef !important;
    color: #ffffff !important;
    border-color: #70bfef !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  }
  .c-Datasheets li a:hover::before {
    color: #ffffff !important;
  }
  .c-Social .av_font_icon {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .c-CaseStudy_stats {
    background: white !important;
    padding: 2em !important;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px;
    margin-bottom: 2em;
  }
  .c-CaseStudy_stats h3 {
    margin-bottom: 2em !important;
  }
  .c-CaseStudy_stats h4 {
    color: #70bfef !important;
    margin-bottom: 0 !important;
  }
  .c-CaseStudy_stats strong {
    color: #000000 !important;
    font-weight: 400 !important;
  }
  .c-CaseStudy_summary h3 {
    font-weight: 600 !important;
    font-size: 28px !important;
  }
  .c-CaseStudy_summary ol li {
    font-size: 1.2em;
    color: black;
  }
  .c-CaseStudy_summary strong {
    color: #000000;
  }
  .c-CaseStudy_scope {
    background: #000000;
    padding: 2em;
  }
  .c-CaseStudy_scope h4 {
    color: #70bfef !important;
  }
  .c-CaseStudy_scope strong {
    font-weight: 400 !important;
    color: white !important;
  }
  .c-CaseStudy_gallery .avia-gallery-thumb {
    background: transparent !important;
  }
  .c-CaseStudy_gallery a {
    border: none !important;
    background: transparent !important;
  }
  .c-CaseStudy_gallery a img {
    border-style: none !important;
    border-width: none !important;
    background: transparent !important;
  }
  .c-FAQ h3 {
    font-size: 28px;
    font-weight: 600 !important;
    margin: 0 0 2em 0;
  }
  .c-FAQ_list ul, .c-FAQ_list li {
    list-style-type: none !important;
    padding: 0 !important;
  }
  .c-FAQ_list li {
    font-size: 14px;
    padding: 2em 2em 2em 4em !important;
    background: #ffffff;
    margin: 1.5em 0 !important;
    border-radius: 1em;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px 0;
  }
  .c-FAQ_list li p {
    font-size: 14px !important;
    color: #70bfef !important;
  }
  .c-FAQ_list li strong {
    color: #000000;
    display: inline-block;
    margin-bottom: 4px;
  }
  .c-FAQ_list li::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "";
    display: inline-block;
    color: #70bfef !important;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0.5em;
    top: 1em;
  }
}
/* IMPORT PARTIALS FOR TABLET SCREEN RESOLUTION OVERRIDES */
/* IMPORT PARTIALS FOR DESKTOP SCREEN RESOLUTION OVERRIDES */
@media (min-width: 1280px) {
  header {
    background: #000000 !important;
    position: relative;
  }
  header #header_main {
    background: #000000 !important;
  }
  header .logo {
    transform: scale(0.7);
    margin-top: 1em;
  }
  header .widget_text {
    position: absolute;
    right: 2em;
    top: -1em;
    height: 4em;
    z-index: 10000;
  }
  header .widget_text * {
    display: block;
    height: 1.9em;
    line-height: 1 !important;
  }
  header .widget_text a {
    display: inline-block;
    font-size: 2em;
    font-weight: 600;
  }
  header .widget_text a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
  }
  .av-main-nav li a {
    line-height: 140px !important;
  }
  .sub-menu {
    box-shadow: none !important;
    border: none !important;
    left: -50% !important;
    padding-bottom: 1em !important;
    background: #000000 !important;
  }
  .sub-menu li {
    border: none !important;
    background: transparent !important;
  }
  .sub-menu li a {
    display: block !important;
    line-height: 20px !important;
    text-align: center !important;
    padding: 1em !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    background: transparent !important;
  }
  .sub-menu li a:hover {
    color: #ffffff !important;
    background: #70bfef !important;
  }
  .sub-menu .sub-menu {
    left: 100% !important;
    top: 9px !important;
    background-color: #000000 !important;
  }
  .sub-menu .sub-menu li a {
    background-color: #000000 !important;
    color: #70bfef;
  }
  .main_menu ul li a:hover {
    color: #ffffff !important;
  }
  .main_menu ul li a span {
    font-size: 14px !important;
  }
  .main_menu ul .sub-menu {
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 230px !important;
  }
  .main_menu ul .sub-menu li a {
    min-height: auto !important;
    line-height: 1 !important;
  }
  .main_menu ul .sub-menu li a span {
    font-size: 14px !important;
  }
  .c-Hero_confirm h1, .c-Hero_privacy h1 {
    color: #ffffff !important;
    font-size: 3.5vw !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
  .c-Hero_confirm p, .c-Hero_privacy p {
    font-size: 1.3em;
  }
  .c-Hero_confirm a, .c-Hero_privacy a {
    color: #ffffff !important;
  }
  .c-Privacy_content p, .c-Privacy_content li {
    font-size: 1.2em;
    color: black;
  }
  .c-Privacy_content h3 {
    color: #70bfef;
    margin-top: 2em !important;
  }
  .c-Slider:before {
    display: block;
    content: "";
    position: absolute;
    width: 100vw !important;
    height: calc(90vh - 80px) !important;
    bottom: 0;
    opacity: 0.5 !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Component-54-1.png);
    background-position: 55% bottom;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 4 !important;
  }
  .c-Slider h2 {
    font-size: 3vw !important;
    text-transform: none !important;
  }
  .c-Slider .slideshow_caption {
    width: 35% !important;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
  }
  .c-Slider .avia-caption-content p {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
  }
  .c-Slider .avia-slideshow-arrows a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid white;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }
  .c-Slider .avia-slideshow-arrows a svg {
    display: none;
  }
  .c-Slider .avia-slideshow-arrows a::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent !important;
    transform: translate(-50%, -50%) !important;
    border-left: 15px solid white !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
  }
  .c-Content h2 {
    font-size: 2vw !important;
    text-transform: none !important;
    font-weight: 600 !important;
    margin-bottom: 2em !important;
  }
  .c-Content_text {
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #000000;
  }
  .c-Content_home.visible {
    overflow: visible !important;
  }
  .c-Content_home.padding {
    padding-bottom: 100px !important;
  }
  .c-Content_home.stats .flex_column_table:first-of-type {
    margin-top: -230px !important;
    margin-bottom: 100px !important;
  }
  .c-Content_infograph:after {
    display: block;
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/circle.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    z-index: -1 !important;
  }
  .c-Content_infograph_stats {
    position: relative !important;
    z-index: 1 !important;
    text-align: left !important;
    padding: 7em 4em !important;
  }
  .c-Content_infograph_stats strong {
    color: #000000;
    font-weight: 600;
  }
  .c-Content_infograph_stats strong .avia-single-number {
    font-size: 1.2em !important;
  }
  .c-Content_infograph_stats strong .avia-no-number {
    font-size: 0.7em !important;
    color: #000000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 0;
  }
  .c-Content_infograph_stats .avia-animated-number-content p:first-of-type {
    line-height: 1 !important;
  }
  .c-Content_infograph_stats .avia-animated-number-content p:last-of-type {
    font-size: 0.8em !important;
    color: #000000 !important;
    line-height: 1.2 !important;
  }
  .c-Content_infograph_stats .avia-animated-number-content hr {
    border: solid #70bfef 4px !important;
    width: 30px !important;
    margin: 14px 0 !important;
  }
  .c-Content_CTA h3 {
    font-size: 2.5em;
    font-weight: 600 !important;
  }
  .c-Content_CTA p {
    text-align: center;
    font-size: 1.5em;
  }
  .c-Content_CTA p a {
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  .c-Segments p {
    display: none !important;
  }
  .c-Segments_developers {
    height: 200px;
    min-height: 200px !important;
    background-image: url(https://h20.agcreative.ca/wp-content/uploads/2026/05/Developers.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_developers:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Developers-Hover.png);
  }
  .c-Segments_strata {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Strata.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_strata:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Strata-Hover.png);
  }
  .c-Segments_homeowners {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Homeowner.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_homeowners:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Homeowners-Hover.png);
  }
  .c-Segments_engineers {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Mechanical.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_engineers:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Mechanical-Hover.png);
  }
  .c-Segments_companies {
    height: 200px;
    min-height: 200px !important;
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Retail.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .c-Segments_companies:hover {
    background-image: url(http://h20.agcreative.ca/wp-content/uploads/2026/05/Retail-Hover.png);
  }
  .c-Contact {
    background: #e0e0e0 !important;
  }
  .c-Contact fieldset {
    margin-bottom: 0 !important;
  }
  .c-Contact_info .email {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .c-Contact_info .phone {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .c-Contact_info .location {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .c-Contact .gfield input[type="text"], .c-Contact .gfield input[type="email"], .c-Contact .gfield input[type="tel"], .c-Contact .gfield input[type="url"], .c-Contact .gfield input[type="number"], .c-Contact .gfield textarea, .c-Contact .gfield select {
    color: #000000 !important;
    font-size: 16px !important;
    padding: 1em !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px 3px;
  }
  .c-Contact .gfield input[type="text"]::placeholder, .c-Contact .gfield input[type="email"]::placeholder, .c-Contact .gfield input[type="tel"]::placeholder, .c-Contact .gfield input[type="url"]::placeholder, .c-Contact .gfield input[type="number"]::placeholder, .c-Contact .gfield textarea::placeholder, .c-Contact .gfield select::placeholder {
    color: #333 !important;
    opacity: 0.8 !important;
  }
  .c-Contact .gfield textarea::placeholder {
    color: #333 !important;
    opacity: 0.8 !important;
  }
  .c-Contact .gform_button, .c-Contact input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    padding: 0.5em 2em;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .c-Contact .gform_button:hover, .c-Contact input[type="submit"]:hover {
    color: #ffffff;
  }
  .c-Footer_contactinfo {
    padding-top: 2em;
    font-size: 1.7em;
    color: #000000 !important;
    font-weight: 600 !important;
  }
  .c-Footer_contactinfo a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
  }
  .c-Footer_links ul, .c-Footer_links li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .c-Footer_links li {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
  .c-Footer_links a, .c-Footer_links strong {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em 0;
    color: #70bfef;
    font-weight: 600;
  }
  .c-Footer_copyright {
    background: #000000 !important;
  }
  .c-Footer_copyright p {
    color: #ffffff !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  .c-Footer_copyright p a {
    color: #70bfef !important;
  }
  .c-Single h1 {
    font-size: 3vw !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #ffffff !important;
  }
  .c-Single_content.grey {
    background: #e0e0e0;
  }
  .c-Single_content h2 {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 2.5em;
  }
  .c-Single_content p {
    font-size: 1.3em !important;
    color: #000000 !important;
    line-height: 1.5 !important;
  }
  .c-Single_content .avia-image-container {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .c-Single_casestudy main {
    vertical-align: bottom !important;
  }
  .c-Single_casestudy main .av-special-heading {
    text-align: left !important;
    margin-bottom: 1em !important;
  }
  .c-Single_casestudy main .av-special-heading h1 {
    font-size: 4vw !important;
    margin-bottom: 1em;
  }
  .c-Single_casestudy main .av-dynamic-content-category-link {
    margin-top: 1em;
    background: #000000;
    padding: 0.5em;
    color: #70bfef;
    font-weight: 600;
  }
  .c-Single_casestudy main .av-dynamic-content-category-link a {
    font-size: 1.2em;
    pointer-events: none !important;
  }
  .c-Datasheets {
    background: #e0e0e0;
  }
  .c-Datasheets ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 20px !important;
    margin: 0 !important;
  }
  .c-Datasheets li a {
    display: block !important;
    padding: 1.5em !important;
    border: 2px solid #cccccc !important;
    background: #ffffff !important;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
  }
  .c-Datasheets li a::before {
    content: "" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    font-size: 1.3em !important;
    color: #c73935 !important;
    margin-right: 0.8em !important;
  }
  .c-Datasheets li a:hover {
    background: #70bfef !important;
    color: #ffffff !important;
    border-color: #70bfef !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  }
  .c-Datasheets li a:hover::before {
    color: #ffffff !important;
  }
  .c-Partners a {
    background: transparent !important;
  }
  .c-Social .av_font_icon {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .c-CaseStudy_stats {
    background: white !important;
    padding: 2em !important;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px;
    margin-bottom: 2em;
  }
  .c-CaseStudy_stats h3 {
    margin-bottom: 2em !important;
  }
  .c-CaseStudy_stats h4 {
    color: #70bfef !important;
    margin-bottom: 0 !important;
  }
  .c-CaseStudy_stats strong {
    color: #000000 !important;
    font-weight: 400 !important;
  }
  .c-CaseStudy_stats p {
    margin-top: 5px !important;
  }
  .c-CaseStudy_summary h3 {
    font-weight: 600 !important;
    font-size: 0.7em !important;
    margin-bottom: 1em !important;
  }
  .c-CaseStudy_summary ol li {
    font-size: 1.2em;
    color: black;
  }
  .c-CaseStudy_summary strong {
    color: #000000;
  }
  .c-CaseStudy_scope {
    background: #000000;
    padding: 2em;
  }
  .c-CaseStudy_scope h4 {
    color: #70bfef !important;
  }
  .c-CaseStudy_scope strong {
    font-weight: 400 !important;
    color: white !important;
  }
  .c-CaseStudy_gallery .avia-gallery-thumb {
    background: transparent !important;
  }
  .c-CaseStudy_gallery a {
    border: none !important;
    background: transparent !important;
  }
  .c-CaseStudy_gallery a img {
    border-style: none !important;
    border-width: none !important;
    background: transparent !important;
  }
  .c-FAQ h3 {
    font-size: 2vw;
    font-weight: 600 !important;
    margin: 0 0 2em 0;
  }
  .c-FAQ_list ul, .c-FAQ_list li {
    list-style-type: none !important;
    padding: 0 !important;
  }
  .c-FAQ_list li {
    font-size: 16px;
    padding: 2em 2em 2em 6em !important;
    background: #ffffff;
    margin: 1.5em 0 !important;
    border-radius: 1em;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px 0;
  }
  .c-FAQ_list li p {
    font-size: 16px !important;
    color: #70bfef !important;
  }
  .c-FAQ_list li strong {
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .c-FAQ_list li::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "";
    display: inline-block;
    color: #70bfef !important;
    font-size: 3em;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
  }
}
