/*
Theme Name: Business Water Shop
Author: 21Digital
Author URI: https://21digital.agency
Description: Business Water Shop theme
*/
/* Our Site Breakpoints (same as twitter bootstrap) */
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy.eot");
  src: url("fonts/Gilroy.eot") format("embedded-opentype"), url("fonts/Gilroy.woff2") format("woff2"), url("fonts/Gilroy.woff") format("woff"), url("fonts/Gilroy.ttf") format("truetype"), url("fonts/Gilroy.svg#Gilroy") format("svg"); }
@font-face {
  font-family: 'Gilroy Light';
  src: url("fonts/GilroyLight.eot");
  src: url("fonts/GilroyLight.eot") format("embedded-opentype"), url("fonts/GilroyLight.woff2") format("woff2"), url("fonts/GilroyLight.woff") format("woff"), url("fonts/GilroyLight.ttf") format("truetype"), url("fonts/GilroyLight.svg#GilroyLight") format("svg"); }
@font-face {
  font-family: 'Gilroy Medium';
  src: url("fonts/GilroyMedium.eot");
  src: url("fonts/GilroyMedium.eot") format("embedded-opentype"), url("fonts/GilroyMedium.woff2") format("woff2"), url("fonts/GilroyMedium.woff") format("woff"), url("fonts/GilroyMedium.ttf") format("truetype"), url("fonts/GilroyMedium.svg#GilroyMedium") format("svg"); }
@font-face {
  font-family: 'Gilroy Bold';
  src: url("fonts/GilroyBold.eot");
  src: url("fonts/GilroyBold.eot") format("embedded-opentype"), url("fonts/GilroyBold.woff2") format("woff2"), url("fonts/GilroyBold.woff") format("woff"), url("fonts/GilroyBold.ttf") format("truetype"), url("fonts/GilroyBold.svg#GilroyBold") format("svg"); }
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url("fonts/HelveticaNeueLight.eot");
  src: url("fonts/HelveticaNeueLight.eot") format("embedded-opentype"), url("fonts/HelveticaNeueLight.woff2") format("woff2"), url("fonts/HelveticaNeueLight.woff") format("woff"), url("fonts/HelveticaNeueLight.ttf") format("truetype"), url("fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg"); }
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
body, html {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  scroll-behavior: smooth; }
  @media (min-width: 1152px) {
    body, html {
      font-size: 16px;
      line-height: 20px; } }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0; }

a {
  color: inherit; }
  a:visited {
    color: inherit; }

ul {
  margin: 0;
  padding: 0; }

img {
  height: auto;
  vertical-align: bottom; }

.c-container {
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.error-404 h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  color: #005393;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .error-404 h1 {
      font-size: 130px;
      line-height: 130px; } }
.error-404 p {
  text-align: center;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px; }
.error-404 .c-container {
  padding: 100px 40px; }

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  body.post-type-archive-casestudies .wp-pagenavi {
    margin-top: 60px; }
  .wp-pagenavi .current {
    border: 1px solid #005393;
    color: #fff;
    background-color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wp-pagenavi .page {
    margin: 0 10px;
    border: 1px solid #005393;
    border-radius: 100%;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #005393; }
  .wp-pagenavi .previouspostslink {
    border: 1px solid #005393;
    border-radius: 100%;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #005393;
    text-indent: -9999px;
    background-image: url("images/previous.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px; }
  .wp-pagenavi .nextpostslink {
    border: 1px solid #005393;
    border-radius: 100%;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #005393;
    text-indent: -9999px;
    background-image: url("images/next.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px; }
  .wp-pagenavi .pages {
    display: none;
    visibility: hidden;
    text-indent: -9999px; }

.section-divider {
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 1px;
  background-color: #005393; }

/* Component Themes */
.theme-white {
  background-color: #fff; }

.theme-light-blue {
  background-color: #f2f8fb; }

.theme-blue {
  background-color: #005393; }

.theme-dark-blue {
  background-color: #08182e; }

.site-header {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 10;
  background: #002a64;
  background: -moz-linear-gradient(left, #002a64 0%, #006696 100%);
  background: -webkit-linear-gradient(left, #002a64 0%, #006696 100%);
  background: linear-gradient(to right, #002a64 0%, #006696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a64', endColorstr='#006696',GradientType=1 );
  transition: all 0.3s ease;
  z-index: 1000; }
  .site-header.scrolling_down {
    border-bottom: 2px solid #005393; }
  .site-header.scrolling_up {
    border-bottom: 2px solid #005393; }
  @media (min-width: 1152px) {
    .site-header {
      padding: 15px 0; } }

@media (min-width: 992px) {
  .home .site-header {
    border-bottom: 2px solid transparent; } }
.home .site-header.scrolling_down {
  border-bottom: 2px solid #005393; }
.home .site-header.scrolling_up {
  border-bottom: 2px solid #005393; }

.header-inner {
  display: flex;
  position: relative;
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center; }
  @media (max-width: 991px) {
    .header-inner {
      justify-content: space-around; } }
  @media (max-width: 767px) {
    .header-inner .lightblue-btn, .header-inner .our-casestudies .readmore, .our-casestudies .header-inner .readmore, .header-inner .related-casestudies .readmore, .related-casestudies .header-inner .readmore, .header-inner .our-industries .readmore, .our-industries .header-inner .readmore, .header-inner .featured-casestudy .readmore, .featured-casestudy .header-inner .readmore {
      padding: 15px 25px !important; } }
  .header-inner .compare-btn {
    margin-left: auto;
    margin-right: 10px;
    padding-left: 35px !important;
    padding-right: 20px !important;
    background-image: url("images/compare-white-icon.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% left 15px; }

.site-logo {
  display: flex;
  position: relative;
  width: 150px;
  height: auto;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  z-index: 10; }
  @media (min-width: 992px) {
    .site-logo {
      width: 230px; } }
  @media (min-width: 1152px) {
    .site-logo {
      width: 300px; } }
  .site-logo img {
    width: 100%;
    max-width: 120px; }
    @media (min-width: 1152px) {
      .site-logo img {
        max-width: 170px; } }

.menu-opened {
  position: fixed;
  top: 0;
  overflow: hidden; }

.mob-link {
  display: none; }
  @media (max-width: 991px) {
    .mob-link {
      display: inline-flex;
      position: relative; } }
  .mob-link img {
    width: 100%;
    max-width: 30px; }
  .mob-link.menu-link {
    color: #005393; }
    .mob-link.menu-link:visited {
      color: #005393; }
  .mob-link.compare-link {
    color: #005393; }
    .mob-link.compare-link:visited {
      color: #005393; }
  .mob-link .hamburger {
    position: relative;
    top: 0;
    opacity: 1;
    transition: all .3s ease; }
  .mob-link .close {
    position: relative;
    top: 0;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease; }

.menu-opened .hamburger {
  opacity: 0; }
.menu-opened .close {
  opacity: 1; }

.trustpilot-banner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  padding: 10px 0;
  z-index: 40000; }
  @media (min-width: 580px) {
    .trustpilot-banner {
      font-size: 16px; } }
  .trustpilot-banner p {
    padding: 0; }
  .trustpilot-banner .tp-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    height: 50px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .trustpilot-banner .tp-inner {
        max-width: 70%; } }
    @media (min-width: 992px) {
      .trustpilot-banner .tp-inner {
        max-width: 60%; } }
    @media (min-width: 1152px) {
      .trustpilot-banner .tp-inner {
        max-width: 50%; } }
    @media (min-width: 1366px) {
      .trustpilot-banner .tp-inner {
        max-width: 45%; } }
    @media (min-width: 1600px) {
      .trustpilot-banner .tp-inner {
        max-width: 35%; } }
  .trustpilot-banner .tp-lg-txt {
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 768px) {
      .trustpilot-banner .tp-lg-txt {
        font-size: 20px; } }
  .trustpilot-banner .tp-widget-checkoutreviews {
    font-size: 14px; }
  .trustpilot-banner .tp-widget-stars {
    max-width: 120px !important; }
    @media (min-width: 992px) {
      .trustpilot-banner .tp-widget-stars {
        max-width: 160px; } }
  .trustpilot-banner .tp-widget-logo {
    max-width: 70px; }
    @media (min-width: 992px) {
      .trustpilot-banner .tp-widget-logo {
        max-width: 100px; } }
  .trustpilot-banner .see-reviews {
    display: none; }
    @media (min-width: 768px) {
      .trustpilot-banner .see-reviews {
        display: inline-block; } }
  .trustpilot-banner a {
    font-weight: 500; }

.tp-widget-logo {
  width: 50px !important; }

.white-theme {
  background: #fff; }
  .white-theme .desktop-nav--link a {
    color: #005393 !important; }

.site-footer {
  background-color: #005393; }
  .site-footer .c-container {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 1152px) {
      .site-footer .c-container {
        padding-top: 80px;
        padding-bottom: 80px; } }

.newsletter {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .newsletter form {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .newsletter form {
        width: 60%; } }
  .newsletter .frm_submit {
    order: 2;
    margin-left: -65px; }
    @media (min-width: 768px) {
      .newsletter .frm_submit {
        width: 20%; } }
  .newsletter .frm_button_submit {
    min-width: 100% !important;
    margin: 0 !important;
    height: 50px !important;
    border-radius: 25px !important;
    border: 1px solid #53C7E9 !important;
    background: #53C7E9 !important;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: all .3s ease; }
    .newsletter .frm_button_submit:hover {
      background-color: #fff !important;
      border: 1px solid #53C7E9 !important;
      color: #53C7E9 !important; }

.newsletter-container .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
.newsletter-container .frm_error {
  color: #B94A48 !important;
  margin-top: 0 !important;
  margin-left: 10px !important; }
.newsletter-container label {
  color: #fff !important; }

.newsletter-heading {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400; }
  @media (min-width: 1152px) {
    .newsletter-heading {
      font-size: 34px;
      line-height: 44px; } }

.newsletter-email--input {
  grid-column: unset;
  order: 1;
  height: 60px !important;
  text-transform: none !important;
  width: 85% !important; }
  @media (min-width: 768px) {
    .newsletter-email--input {
      width: 60% !important; } }
  .newsletter-email--input input[type="email"] {
    box-shadow: none !important;
    border: 1px solid #fff;
    border-radius: 25px !important;
    padding-left: 20px !important;
    text-transform: none !important; }
    .newsletter-email--input input[type="email"]:focus {
      box-shadow: none !important;
      border: 1px dotted green; }
  .newsletter-email--input::placeholder {
    text-transform: none !important; }

.terms-agreement {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .terms-agreement {
      width: 100%; } }
  .terms-agreement label {
    font-family: "Helvetica", "Arial", sans-serif !important; }
  .terms-agreement a:hover {
    text-decoration: none; }

.footer-title {
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
  text-align: center; }
  @media (min-width: 1152px) {
    .footer-title {
      font-size: 34px;
      line-height: 44px; } }
  .footer-title strong {
    display: block; }
    @media (min-width: 768px) {
      .footer-title strong {
        display: inline-block; } }

.contact-methods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .contact-methods {
      justify-content: space-between;
      max-width: 90%;
      margin: 0 auto 60px auto; } }
  @media (min-width: 1152px) {
    .contact-methods {
      max-width: 70%; } }
  .contact-methods li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    list-style: none; }
    .contact-methods li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .contact-methods li {
        width: 22%;
        margin-bottom: 0; }
        .contact-methods li:nth-of-type(2n) {
          margin-right: 2%; }
        .contact-methods li:nth-of-type(4n) {
          margin-right: 0; } }
    .contact-methods li img {
      width: auto;
      height: 60px;
      margin-bottom: 20px; }
    .contact-methods li a {
      color: #fff;
      text-decoration: underline;
      font-size: 16px;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      font-weight: 400; }
      .contact-methods li a:hover {
        color: #fff;
        text-decoration: none; }
  .contact-methods .method-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px; }

.footer-text {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    .footer-text {
      max-width: 75%; } }
  @media (min-width: 1152px) {
    .footer-text {
      font-size: 14px;
      line-height: 20px; } }
  .footer-text a {
    color: #fff; }
    .footer-text a:visited {
      color: #fff; }
    .footer-text a:hover {
      color: #fff; }

.footer-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }
  .footer-links li {
    list-style: none;
    display: inline-block; }
    .footer-links li:not(:last-of-type):after {
      content: "/";
      display: inline-block;
      position: relative;
      font-size: 12px;
      line-height: 12px;
      margin: 0 7px 0 10px;
      color: #fff; }
      @media (min-width: 1152px) {
        .footer-links li:not(:last-of-type):after {
          font-size: 14px;
          line-height: 14px; } }
  .footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1152px) {
      .footer-links a {
        font-size: 14px;
        line-height: 14px; } }
    .footer-links a:hover {
      text-decoration: underline; }

.copyright {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin: 10px auto 0 auto;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    .copyright {
      max-width: 70%; } }
  @media (min-width: 1152px) {
    .copyright {
      font-size: 14px;
      line-height: 20px; } }

.line-seperator {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #53C7E9;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .line-seperator {
      max-width: 70%; } }

p {
  margin: 0;
  color: #5C5C5C; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.desktop-nav {
  display: none;
  flex-direction: row;
  width: 70%;
  height: auto;
  align-items: center;
  justify-content: space-between;
  margin-left: auto; }
  @media (min-width: 992px) {
    .desktop-nav {
      display: flex;
      width: 80%; } }
  .desktop-nav #menu-primary-menu {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5%; }
  .desktop-nav li {
    list-style: none; }
    .desktop-nav li:not(:first-of-type) {
      margin-left: 45px; }
    .desktop-nav li:not(.grad-btn):not(button[type="submit"]) {
      margin-top: 5px; }
      .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a {
        position: relative;
        font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600; }
        @media (min-width: 992px) {
          .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a {
            font-size: 13px;
            line-height: 13px; } }
        @media (min-width: 1152px) {
          .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a {
            font-size: 15px;
            line-height: 15px; } }
        .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -5px;
          width: 0;
          height: 1px;
          background-color: #005393;
          opacity: 0;
          transition: all .3s ease; }
        .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a:hover {
          color: #53C7E9; }
          .desktop-nav li:not(.grad-btn):not(button[type="submit"]) a:hover:after {
            width: 100%;
            opacity: 1;
            background-color: #53C7E9; }
  .desktop-nav .grad-btn, .desktop-nav button[type="submit"] {
    width: 210px; }
    .desktop-nav .grad-btn span, .desktop-nav button[type="submit"] span {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding-left: 30px; }
      .desktop-nav .grad-btn span:after, .desktop-nav button[type="submit"] span:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        background-image: url("images/compare-white-icon.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }
      .desktop-nav .grad-btn span:before, .desktop-nav button[type="submit"] span:before {
        display: none; }
    .desktop-nav .grad-btn:hover span:after, .desktop-nav button[type="submit"]:hover span:after {
      display: none; }
    .desktop-nav .grad-btn:hover span:before, .desktop-nav button[type="submit"]:hover span:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 25px;
      height: 25px;
      background-image: url("images/compare-green-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
  .desktop-nav .lightblue-btn, .desktop-nav .our-casestudies .readmore, .our-casestudies .desktop-nav .readmore, .desktop-nav .related-casestudies .readmore, .related-casestudies .desktop-nav .readmore, .desktop-nav .our-industries .readmore, .our-industries .desktop-nav .readmore, .desktop-nav .featured-casestudy .readmore, .featured-casestudy .desktop-nav .readmore {
    background-image: url("images/compare-white-icon.png");
    background-size: 20px;
    background-position: top 45% left 25px;
    background-repeat: no-repeat;
    /*animation: pulse-btn 2000ms infinite ease-out;*/ }
    @media (min-width: 768px) {
      .desktop-nav .lightblue-btn, .desktop-nav .our-casestudies .readmore, .our-casestudies .desktop-nav .readmore, .desktop-nav .related-casestudies .readmore, .related-casestudies .desktop-nav .readmore, .desktop-nav .our-industries .readmore, .our-industries .desktop-nav .readmore, .desktop-nav .featured-casestudy .readmore, .featured-casestudy .desktop-nav .readmore {
        width: 150px; } }
    @media (min-width: 992px) {
      .desktop-nav .lightblue-btn, .desktop-nav .our-casestudies .readmore, .our-casestudies .desktop-nav .readmore, .desktop-nav .related-casestudies .readmore, .related-casestudies .desktop-nav .readmore, .desktop-nav .our-industries .readmore, .our-industries .desktop-nav .readmore, .desktop-nav .featured-casestudy .readmore, .featured-casestudy .desktop-nav .readmore {
        width: auto;
        background-position: top 45% left 20px;
        padding-left: 45px !important;
        padding-right: 20px !important; } }
    @media (min-width: 1366px) {
      .desktop-nav .lightblue-btn, .desktop-nav .our-casestudies .readmore, .our-casestudies .desktop-nav .readmore, .desktop-nav .related-casestudies .readmore, .related-casestudies .desktop-nav .readmore, .desktop-nav .our-industries .readmore, .our-industries .desktop-nav .readmore, .desktop-nav .featured-casestudy .readmore, .featured-casestudy .desktop-nav .readmore {
        padding-right: 30px !important; } }

.menu-toggle {
  margin: 0 0 0 30px;
  cursor: pointer; }
  .menu-toggle img {
    max-width: 45px; }

.desktop-nav--link {
  position: relative;
  padding-bottom: 5px; }
  .desktop-nav--link:hover .sub-menu {
    left: 0;
    height: auto; }

.menu-item-has-children {
  padding-right: 20px; }
  .menu-item-has-children:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url("images/drop-down-arrow.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    transition: all .3s ease; }
    .white-theme .menu-item-has-children:after {
      background-image: url("images/blue-arrow.png");
      top: 3px; }

.sub-menu {
  position: absolute;
  top: 25px;
  left: -9999px;
  height: 0;
  border-top: 2px solid #005393;
  padding: 15px;
  min-width: 300px;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.32); }
  .sub-menu li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0; }
    .sub-menu li a {
      font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
      text-transform: capitalize !important;
      color: #005393 !important; }
      .sub-menu li a:after {
        display: none !important; }

/* Slide out menu */
.slide-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
  transition: all .3s ease;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.98);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.98); }
  .slide-menu.opened {
    right: 0;
    transition: all .3 ease; }
  .slide-menu .close-slideout {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 70px 0 35px 0; }
    .slide-menu .close-slideout .grad-btn, .slide-menu .close-slideout button[type="submit"] {
      margin-right: 20px;
      min-width: 230px; }
      .slide-menu .close-slideout .grad-btn:hover, .slide-menu .close-slideout button[type="submit"]:hover {
        color: #009245; }
        .slide-menu .close-slideout .grad-btn:hover span:after, .slide-menu .close-slideout button[type="submit"]:hover span:after {
          background-image: url("images/compare-green-icon.png");
          background-repeat: no-repeat;
          background-size: 25px;
          background-position: center;
          left: -35px;
          top: -4px; }
    .slide-menu .close-slideout span:not(.grad-btn span):not(button[type="submit"] span) {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 70px;
      height: 70px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slide-menu .close-slideout span:not(.grad-btn span):not(button[type="submit"] span):after {
        display: none; }
      .slide-menu .close-slideout span:not(.grad-btn span):not(button[type="submit"] span) img {
        max-width: 40px; }
    .slide-menu .close-slideout span:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: -35px;
      top: -4px;
      width: 25px;
      height: 25px;
      background-image: url("images/compare-white-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
  .slide-menu .contact-details {
    border-top: 2px solid #005393;
    padding: 40px 20px 20px 20px;
    display: block;
    position: relative;
    margin-left: 20px;
    margin-right: 20px; }
    .slide-menu .contact-details li {
      display: block;
      position: relative;
      width: 100%;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      margin-bottom: 30px;
      padding-left: 40px; }
      .slide-menu .contact-details li a {
        position: relative;
        color: #666; }
        .slide-menu .contact-details li a:visited {
          color: #666; }
        .slide-menu .contact-details li a:hover {
          text-decoration: none; }
      .slide-menu .contact-details li:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center; }
      .slide-menu .contact-details li:first-of-type:before {
        background-image: url("images/phone-icon.png"); }
      .slide-menu .contact-details li:nth-of-type(2):before {
        background-image: url("images/whatsapp-icon.png"); }
      .slide-menu .contact-details li:last-of-type:before {
        background-image: url("images/email-icon.png"); }
    .slide-menu .contact-details span {
      display: block;
      position: relative;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #666; }

#menu-slide-out-menu-1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 40px 20px 40px;
  margin-top: 0; }
  #menu-slide-out-menu-1 li {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    color: #005393;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
    #menu-slide-out-menu-1 li a {
      text-decoration: none; }
      #menu-slide-out-menu-1 li a:hover {
        text-decoration: underline; }

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  padding-top: 20px; }
  .mobile-menu .header-inner {
    justify-content: flex-start; }
  .mobile-menu .mob-link {
    position: absolute;
    right: 20px; }

.menu-opened .mobile-menu {
  left: 0; }

.menu-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0 0 0;
  text-align: center; }
  .menu-container ul {
    margin-bottom: 60px; }
  .menu-container li {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0 !important;
    list-style: none; }
    .menu-container li a {
      display: inline-block;
      position: relative;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      font-size: 18px;
      line-height: 18px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      color: #005393; }
      .menu-container li a:visited {
        color: #005393; }
      .menu-container li a:after {
        content: "";
        display: block;
        position: relative;
        width: 0%;
        height: 1px;
        background-color: #005393;
        margin-top: 3px;
        transition: all .3s ease;
        opacity: 0; }
    .menu-container li:hover a:after {
      width: 100%;
      opacity: 1; }

input[type="text"],
input[type="email"] {
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  padding-left: 15px;
  font-family: sans-serif !important;
  color: #005393;
  font-size: 16px !important;
  line-height: 16px !important;
  margin-bottom: 10px;
  font-weight: 400; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder {
    color: #005393; }

button[type="submit"] {
  border: 0 !important;
  width: auto;
  min-width: 200px;
  cursor: pointer; }
  button[type="submit"]:hover {
    border: 0 !important;
    color: #fff;
    background: #00A99D; }
  button[type="submit"]:after {
    display: none !important; }

.post-search {
  height: auto;
  background-color: #f2f8fb;
  padding: 30px 20px; }
  .post-search #secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 768px) {
      .post-search #secondary {
        flex-direction: row; } }
  .post-search section {
    width: 100%; }
    @media (min-width: 768px) {
      .post-search section {
        width: 300px;
        margin-right: 10px; }
        .post-search section + section {
          margin-right: 0; } }
  .post-search input[type="text"],
  .post-search input[type="search"] {
    height: 50px;
    width: 100%;
    border-radius: 30px !important;
    padding-left: 20px;
    border-color: #005393 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    font-family: sans-serif;
    text-transform: none !important;
    font-size: 16px;
    line-height: 20px;
    color: #005393;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .post-search input[type="text"],
      .post-search input[type="search"] {
        width: 300px !important;
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .post-search input[type="text"],
      .post-search input[type="search"] {
        font-size: 16px;
        line-height: 20px; } }
    .post-search input[type="text"]::placeholder,
    .post-search input[type="search"]::placeholder {
      color: #005393; }
      @media (min-width: 768px) {
        .post-search input[type="text"]::placeholder,
        .post-search input[type="search"]::placeholder {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .post-search input[type="text"]::placeholder,
        .post-search input[type="search"]::placeholder {
          font-size: 16px;
          line-height: 20px; } }
  .post-search select {
    height: 50px;
    width: 100%;
    border-radius: 30px;
    padding-left: 20px;
    border-color: #005393;
    font-family: sans-serif;
    text-transform: none !important;
    font-size: 16px;
    line-height: 20px;
    color: #005393;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 20px top 50%; }
    @media (min-width: 768px) {
      .post-search select {
        width: 300px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .post-search select {
        font-size: 16px;
        line-height: 20px; } }
  .post-search label {
    display: none; }
  .post-search button[type="submit"] {
    min-width: unset;
    width: 50px;
    height: 50px;
    border: 1px solid #005393 !important;
    border-left: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 !important;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff;
    margin-left: 0; }
    .post-search button[type="submit"] svg {
      fill: #005393;
      width: 30px;
      height: 30px; }

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  background: #042A60 !important; }

.ui-datepicker td.ui-datepicker-current-day, .ui-datepicker td .ui-state-hover, .ui-datepicker thead {
  background-color: #e7f4f9 !important;
  color: #042A60 !important; }

.ui-widget-content {
  background-color: #fff !important;
  background-image: none !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #042A60 !important; }

.post-search .acs-datepicker {
  background-image: url("images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 20px top 50%; }

.ui-widget-header {
  border: 1px solid #042A60 !important; }

.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
  display: none; }

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border-color: #B94A48 !important;
  background-color: #eee; }

.no-results {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .no-results header {
    margin-bottom: 30px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif; }
  .no-results h1 {
    font-size: 3rem; }
  .no-results .page-content p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .no-results .page-content form {
    width: 100%;
    display: flex; }
  .no-results .page-content label {
    width: 100%; }
  .no-results .page-content input[type="search"] {
    height: 50px;
    width: 100%;
    border-radius: 30px !important;
    padding-left: 20px;
    border: 1px solid #005393 !important;
    font-family: sans-serif;
    text-transform: none !important;
    font-size: 16px;
    line-height: 20px;
    color: #005393;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .no-results .page-content input[type="search"] {
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .no-results .page-content input[type="search"] {
        font-size: 16px;
        line-height: 20px; } }
    .no-results .page-content input[type="search"]::placeholder {
      color: #005393; }
      @media (min-width: 768px) {
        .no-results .page-content input[type="search"]::placeholder {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .no-results .page-content input[type="search"]::placeholder {
          font-size: 16px;
          line-height: 20px; } }
  .no-results .page-content input[type="submit"] {
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-left: 20px; }

.button, .lightblue-btn, .our-casestudies .readmore, .related-casestudies .readmore, .our-industries .readmore, .featured-casestudy .readmore, .blue-btn, .grad-btn, button[type="submit"] {
  position: relative;
  padding: 20px 25px;
  text-align: center; }

.lightblue-btn, .our-casestudies .readmore, .related-casestudies .readmore, .our-industries .readmore, .featured-casestudy .readmore {
  text-decoration: none;
  border-radius: 40px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #53C7E9;
  border: 1px solid #53C7E9;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 1152px) {
    .lightblue-btn, .our-casestudies .readmore, .related-casestudies .readmore, .our-industries .readmore, .featured-casestudy .readmore {
      padding-left: 50px;
      padding-right: 50px;
      font-size: 15px;
      line-height: 15px; } }
  .lightblue-btn:hover, .our-casestudies .readmore:hover, .related-casestudies .readmore:hover, .our-industries .readmore:hover, .featured-casestudy .readmore:hover {
    background-color: #002A64 !important;
    border: 1px solid #53C7E9; }
  .lightblue-btn:visited, .our-casestudies .readmore:visited, .related-casestudies .readmore:visited, .our-industries .readmore:visited, .featured-casestudy .readmore:visited {
    color: #fff; }

.blue-btn {
  text-decoration: none;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #005393;
  border: 1px solid #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 1152px) {
    .blue-btn {
      font-size: 15px;
      line-height: 15px; } }
  .blue-btn:hover {
    background-color: #002A64 !important;
    border: 1px solid #005393; }
  .blue-btn:visited {
    color: #fff; }

.grad-btn, button[type="submit"] {
  text-decoration: none;
  border-radius: 40px;
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%);
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .grad-btn:visited, button[type="submit"]:visited {
    color: #fff; }
  .grad-btn:hover span, button[type="submit"]:hover span {
    color: #005393; }
  .grad-btn:hover:after, button[type="submit"]:hover:after {
    opacity: 1; }
  .grad-btn span, button[type="submit"] span {
    position: relative;
    z-index: 2; }
  .grad-btn:after, button[type="submit"]:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 96%;
    background-color: #fff;
    border-radius: 40px;
    transition: all .3s ease;
    opacity: 0; }

@keyframes pulse-btn {
  0% {
    box-shadow: 0px 0px 0px 0px #00caed; }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0); } }
/* Compare business water rates today */
.form-top {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #002a64;
  background: -moz-linear-gradient(left, #002a64 0%, #006696 100%);
  background: -webkit-linear-gradient(left, #002a64 0%, #006696 100%);
  background: linear-gradient(to right, #002a64 0%, #006696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a64', endColorstr='#006696',GradientType=1 );
  overflow: hidden; }
  @media (min-width: 768px) {
    .form-top {
      padding-top: 5rem; } }
  .form-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 left 0;
    opacity: .5; }
    @media (min-width: 768px) {
      .form-top:after {
        background-size: 70%; } }
    @media (min-width: 1152px) {
      .form-top:after {
        width: 60%;
        background-size: cover; } }
    @media (min-width: 1600px) {
      .form-top:after {
        width: 50%;
        background-size: cover; } }
  .form-top .c-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .form-top .c-container {
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px; } }
  .form-top h1 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .form-top h1 {
        text-align: left; } }
    @media (min-width: 1152px) {
      .form-top h1 {
        font-size: 45px;
        line-height: 55px; } }
  .form-top p {
    margin-bottom: 40px;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px; }
    .form-top p strong {
      color: #fff; }
    @media (min-width: 1152px) {
      .form-top p {
        font-size: 20px;
        line-height: 30px; } }
  .form-top svg {
    fill: white !important; }
  .form-top .form-top--left,
  .form-top .form-top--right {
    width: 100%; }
  .form-top .form-top--left {
    display: flex;
    flex-direction: column;
    order: 1;
    margin-bottom: 5rem;
    font-size: 16px; }
    .form-top .form-top--left .lightblue-btn, .form-top .form-top--left .our-casestudies .readmore, .our-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .related-casestudies .readmore, .related-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .our-industries .readmore, .our-industries .form-top .form-top--left .readmore, .form-top .form-top--left .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--left .readmore {
      background-image: url("images/compare-white-icon.png");
      background-size: 20px;
      background-position: top 45% left 25px;
      background-repeat: no-repeat;
      animation: pulse-btn 2000ms infinite ease-out;
      margin: 10px 0;
      display: inline-block;
      padding-left: 50px; }
      @media (min-width: 768px) {
        .form-top .form-top--left .lightblue-btn, .form-top .form-top--left .our-casestudies .readmore, .our-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .related-casestudies .readmore, .related-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .our-industries .readmore, .our-industries .form-top .form-top--left .readmore, .form-top .form-top--left .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--left .readmore {
          width: 150px; } }
      @media (min-width: 992px) {
        .form-top .form-top--left .lightblue-btn, .form-top .form-top--left .our-casestudies .readmore, .our-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .related-casestudies .readmore, .related-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .our-industries .readmore, .our-industries .form-top .form-top--left .readmore, .form-top .form-top--left .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--left .readmore {
          width: auto;
          background-position: top 45% left 20px;
          padding-left: 45px !important;
          padding-right: 20px !important; } }
      @media (min-width: 1366px) {
        .form-top .form-top--left .lightblue-btn, .form-top .form-top--left .our-casestudies .readmore, .our-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .related-casestudies .readmore, .related-casestudies .form-top .form-top--left .readmore, .form-top .form-top--left .our-industries .readmore, .our-industries .form-top .form-top--left .readmore, .form-top .form-top--left .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--left .readmore {
          padding-right: 30px !important; } }
    @media (min-width: 768px) {
      .form-top .form-top--left {
        margin-bottom: 100px;
        margin-right: 5%;
        width: 60%; } }
    @media (min-width: 992px) {
      .form-top .form-top--left {
        margin-bottom: 200px; } }
    .form-top .form-top--left h1 {
      order: 1;
      color: #fff; }
      @media (min-width: 768px) {
        .form-top .form-top--left h1 {
          padding-right: 50px; } }
      @media (min-width: 992px) {
        .form-top .form-top--left h1 {
          padding-right: 0; } }
    .form-top .form-top--left p {
      color: #fff; }
    .form-top .form-top--left li {
      color: #fff; }
    .form-top .form-top--left br {
      display: none; }
      @media (min-width: 768px) {
        .form-top .form-top--left br {
          display: block; } }
    .form-top .form-top--left p {
      order: 3;
      font-size: 18px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .form-top .form-top--left p {
          order: 2; } }
    .form-top .form-top--left .form-box {
      order: 2;
      background-color: #fff;
      border-radius: 20px;
      padding: 30px;
      margin-bottom: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .form-top .form-top--left .form-box {
          display: none; } }
      .form-top .form-top--left .form-box p {
        width: 100%;
        text-align: center;
        color: #005393;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
        margin-bottom: 10px; }
      .form-top .form-top--left .form-box fieldset {
        padding-bottom: 0 !important; }
      .form-top .form-top--left .form-box .frm_form_field {
        margin-bottom: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-column: span 12/span 12 !important; }
      .form-top .form-top--left .form-box input[type="text"] {
        background-color: #eee;
        border-radius: 0 !important;
        box-shadow: none;
        width: 100% !important;
        max-width: 100% !important;
        font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
        font-weight: 100 !important; }
        .form-top .form-top--left .form-box input[type="text"]::placeholder {
          text-transform: capitalize;
          font-weight: normal !important; }
      .form-top .form-top--left .form-box .frm_button_submit {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .form-top .form-top--left .form-box .frm_button_submit {
        background-color: #53C7E9 !important;
        border-radius: 30px !important;
        box-shadow: none !important;
        font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif !important;
        width: 100% !important;
        max-width: 100% !important;
        transition: all .3s ease;
        padding: 15px 20px !important; }
        .form-top .form-top--left .form-box .frm_button_submit:hover {
          color: #fff !important;
          background-color: #08182e !important; }
      .form-top .form-top--left .form-box .trustpilot-widget {
        margin-top: 20px; }
      .form-top .form-top--left .form-box iframe {
        margin: 0 auto !important;
        width: auto !important;
        max-width: 200px !important; }
    .form-top .form-top--left ul {
      order: 4; }
    .form-top .form-top--left li {
      display: block;
      position: relative;
      padding-left: 35px;
      color: #fff;
      font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
      font-weight: 400; }
      @media (min-width: 1152px) {
        .form-top .form-top--left li {
          font-size: 20px;
          line-height: 30px; } }
      .form-top .form-top--left li:not(:last-of-type) {
        margin-bottom: 15px; }
      .form-top .form-top--left li strong {
        font-weight: 600;
        color: #fff;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }
      .form-top .form-top--left li:before {
        display: inline-block;
        position: absolute;
        top: -5px;
        left: 0;
        content: "";
        width: 25px;
        height: 25px;
        background-image: url("images/tick.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }
        @media (min-width: 768px) {
          .form-top .form-top--left li:before {
            top: 1px; } }
  .form-top .form-top--right {
    order: 2;
    display: none;
    text-align: center; }
    .form-top .form-top--right .lightblue-btn, .form-top .form-top--right .our-casestudies .readmore, .our-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .related-casestudies .readmore, .related-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .our-industries .readmore, .our-industries .form-top .form-top--right .readmore, .form-top .form-top--right .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--right .readmore {
      background-image: url("images/compare-white-icon.png");
      background-size: 20px;
      background-position: top 45% left 25px;
      background-repeat: no-repeat;
      animation: pulse-btn 2000ms infinite ease-out;
      margin: 0 0 10px 0;
      display: inline-block; }
      @media (min-width: 768px) {
        .form-top .form-top--right .lightblue-btn, .form-top .form-top--right .our-casestudies .readmore, .our-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .related-casestudies .readmore, .related-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .our-industries .readmore, .our-industries .form-top .form-top--right .readmore, .form-top .form-top--right .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--right .readmore {
          width: 200px;
          margin-top: 15px; } }
      @media (min-width: 992px) {
        .form-top .form-top--right .lightblue-btn, .form-top .form-top--right .our-casestudies .readmore, .our-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .related-casestudies .readmore, .related-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .our-industries .readmore, .our-industries .form-top .form-top--right .readmore, .form-top .form-top--right .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--right .readmore {
          width: auto;
          background-position: top 45% left 20px;
          padding-left: 45px !important;
          padding-right: 20px !important; } }
      @media (min-width: 1366px) {
        .form-top .form-top--right .lightblue-btn, .form-top .form-top--right .our-casestudies .readmore, .our-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .related-casestudies .readmore, .related-casestudies .form-top .form-top--right .readmore, .form-top .form-top--right .our-industries .readmore, .our-industries .form-top .form-top--right .readmore, .form-top .form-top--right .featured-casestudy .readmore, .featured-casestudy .form-top .form-top--right .readmore {
          padding-right: 30px !important; } }
    @media (min-width: 768px) {
      .form-top .form-top--right {
        width: 40%;
        display: block; } }
    .form-top .form-top--right img {
      width: 100%;
      transform: scale(1);
      transition: all .3s ease; }
    .form-top .form-top--right .form-box {
      order: 2;
      background-color: #fff;
      border-radius: 20px;
      padding: 30px;
      margin-bottom: 30px;
      -webkit-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75); }
      .form-top .form-top--right .form-box iframe {
        width: 100% !important; }
      .form-top .form-top--right .form-box p {
        width: 100%;
        text-align: center;
        color: #005393;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .form-top .form-top--right .form-box p {
            font-size: 20px;
            line-height: 26px; } }
        @media (min-width: 1152px) {
          .form-top .form-top--right .form-box p {
            font-size: 24px;
            line-height: 28px; } }
      .form-top .form-top--right .form-box fieldset {
        padding-bottom: 0 !important; }
      .form-top .form-top--right .form-box .frm_form_field {
        margin-bottom: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-column: span 12/span 12 !important; }
      .form-top .form-top--right .form-box input[type="text"] {
        background-color: #f4f4f4;
        border-radius: 0 !important;
        box-shadow: none;
        width: 100% !important;
        max-width: 100% !important;
        font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
        font-weight: 100 !important; }
        .form-top .form-top--right .form-box input[type="text"]::placeholder {
          text-transform: capitalize;
          font-weight: normal !important; }
      .form-top .form-top--right .form-box .frm_button_submit {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .form-top .form-top--right .form-box .frm_button_submit {
        background-color: #53C7E9 !important;
        box-shadow: none !important;
        border-radius: 30px !important;
        font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif !important;
        width: 100% !important;
        transition: all .3s ease;
        max-width: 100% !important;
        padding: 15px 20px !important; }
        .form-top .form-top--right .form-box .frm_button_submit:hover {
          color: #fff !important;
          background-color: #005393 !important; }
      .form-top .form-top--right .form-box .trustpilot-widget {
        margin-top: 20px; }
      .form-top .form-top--right .form-box iframe {
        margin: 0 auto !important; }

.curve-top {
  display: block;
  position: absolute;
  bottom: -1px;
  width: calc(100% + 1px);
  height: auto;
  z-index: 1;
  transform: rotate(180deg); }
  .curve-top svg {
    fill: #fff; }
  @media (min-width: 992px) {
    body.page-template-page-water-audit .curve-top {
      bottom: -10%; } }
  body.page-template-page-water-audit .curve-top svg {
    fill: #e7f4f9; }

/* Compare Slim Version */
.form-top--slim {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%);
  overflow: hidden; }
  @media (min-width: 768px) {
    .form-top--slim {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .form-top--slim:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 0;
    opacity: 1; }
    @media (min-width: 768px) {
      .form-top--slim:after {
        background-position: top -40px right -80px;
        background-size: 400px; } }
    @media (min-width: 1152px) {
      .form-top--slim:after {
        width: 60%;
        background-size: cover; } }
    @media (min-width: 1600px) {
      .form-top--slim:after {
        width: 50%;
        background-size: cover; } }
  .form-top--slim .c-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .form-top--slim .c-container {
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center; } }
  .form-top--slim h1 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .form-top--slim h1 {
        text-align: left; } }
    @media (min-width: 992px) {
      .form-top--slim h1 {
        font-size: 40px;
        line-height: 50px; } }
  .form-top--slim svg {
    fill: white !important; }
  .form-top--slim .form-top--left,
  .form-top--slim .form-top--right {
    width: 100%; }
  .form-top--slim .form-top--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
    font-size: 16px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .form-top--slim .form-top--left {
        margin-right: 0;
        margin-bottom: 0;
        width: 45%;
        padding-right: 5%; } }
    .form-top--slim .form-top--left h1 {
      order: 1; }
      @media (min-width: 768px) {
        .form-top--slim .form-top--left h1 {
          padding-right: 50px; } }
      @media (min-width: 992px) {
        .form-top--slim .form-top--left h1 {
          padding-right: 0; } }
    .form-top--slim .form-top--left br {
      display: none; }
      @media (min-width: 768px) {
        .form-top--slim .form-top--left br {
          display: block; } }
  .form-top--slim .form-top--right {
    order: 2;
    text-align: center; }
    .form-top--slim .form-top--right .lightblue-btn, .form-top--slim .form-top--right .our-casestudies .readmore, .our-casestudies .form-top--slim .form-top--right .readmore, .form-top--slim .form-top--right .related-casestudies .readmore, .related-casestudies .form-top--slim .form-top--right .readmore, .form-top--slim .form-top--right .our-industries .readmore, .our-industries .form-top--slim .form-top--right .readmore, .form-top--slim .form-top--right .featured-casestudy .readmore, .featured-casestudy .form-top--slim .form-top--right .readmore {
      background-image: url("images/compare-white-icon.png");
      background-size: 20px;
      background-position: top 45% left 25px;
      background-repeat: no-repeat;
      animation: pulse-btn 2000ms infinite ease-out;
      margin: 0 0 10px 0;
      display: inline-block; }
    @media (min-width: 768px) {
      .form-top--slim .form-top--right {
        width: 55%; } }
    .form-top--slim .form-top--right .form-box {
      order: 2;
      background-color: #fff;
      border-radius: 20px;
      padding: 15px; }
      .form-top--slim .form-top--right .form-box .frm_fields_container {
        display: flex !important;
        grid-gap: 0 !important; }
      .form-top--slim .form-top--right .form-box fieldset {
        padding: 0 !important;
        margin: 0;
        border: 0; }
      .form-top--slim .form-top--right .form-box .frm_form_field {
        margin-bottom: 0 !important; }
        .form-top--slim .form-top--right .form-box .frm_form_field:has(input[type="text"]) {
          width: calc(100% - 150px + 30px); }
      .form-top--slim .form-top--right .form-box .frm_form_field {
        margin-bottom: 0 !important; }
        .form-top--slim .form-top--right .form-box .frm_form_field:has(.frm_button_submit) {
          margin-left: -30px; }
      .form-top--slim .form-top--right .form-box input[type="text"] {
        background-color: #f4f4f4;
        border-radius: 0 !important;
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        box-shadow: none;
        width: 100% !important;
        max-width: 100% !important;
        font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
        font-weight: 100 !important;
        margin-bottom: 0; }
        .form-top--slim .form-top--right .form-box input[type="text"]::placeholder {
          text-transform: capitalize;
          font-weight: normal !important;
          color: #999 !important; }
      .form-top--slim .form-top--right .form-box .frm_button_submit {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .form-top--slim .form-top--right .form-box .frm_button_submit {
        background-color: #53C7E9 !important;
        box-shadow: none !important;
        border-radius: 30px !important;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif !important;
        width: 100% !important;
        min-width: 150px !important;
        height: 50px !important;
        transition: all .3s ease;
        max-width: 100% !important;
        padding: 15px 20px !important;
        font-size: 14px !important;
        line-height: 14px !important; }
        .form-top--slim .form-top--right .form-box .frm_button_submit:hover {
          color: #fff !important;
          background-color: #005393 !important; }

/* Switching Suppliers */
.switching-suppliers {
  background-color: #fff;
  background-position: bottom 100% left 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/waves.png");
  z-index: 2;
  margin-top: -1px;
  padding: 5rem 0 5rem 0; }
  @media (min-width: 768px) {
    .switching-suppliers {
      margin-top: -100px; } }
  @media (min-width: 1366px) {
    .switching-suppliers {
      margin-top: -120px; } }

.icon-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .icon-block h2 {
    text-align: center;
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .icon-block h2 {
        font-size: 35px;
        line-height: 45px; } }
  @media (min-width: 768px) {
    .icon-block p {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .icon-block p:not(li p) {
    margin-bottom: 40px;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .icon-block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .icon-block ul {
        justify-content: flex-start; } }
  .icon-block li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    color: #26264c; }
    .icon-block li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .icon-block li {
        width: 30.6%;
        margin-bottom: 60px; }
        .icon-block li:nth-of-type(2n) {
          margin-right: 4%; }
        .icon-block li:nth-of-type(3n) {
          margin-right: 0; } }
    .icon-block li p {
      font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
      text-align: center;
      font-size: 18px;
      line-height: 24px; }
    .icon-block li:hover .icon {
      transform: translateY(-5px); }
  .icon-block .icon {
    margin-bottom: 20px;
    transition: all .3s ease;
    transform: translateY(0); }
    .icon-block .icon img {
      width: 100%;
      max-width: 175px; }
  .icon-block .icon-title {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 1152px) {
      .icon-block .icon-title {
        font-size: 22px;
        line-height: 32px; } }
  .icon-block .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .icon-block .btn-container {
        flex-direction: row; } }
    .icon-block .btn-container span:not(a span) {
      display: inline-block;
      position: relative;
      margin: 10px 0;
      color: #5C5C5C;
      width: auto; }
      @media (min-width: 768px) {
        .icon-block .btn-container span:not(a span) {
          margin: 0 40px; } }
  .icon-block .grad-btn, .icon-block button[type="submit"] {
    width: 230px; }

/* Make the switch */
.icon-block--list {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #042a60;
  background: linear-gradient(65deg, #042a60 0%, #006594 100%);
  padding: 4rem 0; }
  @media (min-width: 1152px) {
    .icon-block--list {
      padding: 7rem 0; } }
  .icon-block--list h3 {
    text-align: left;
    color: #fff;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 768px) {
      .icon-block--list h3 {
        text-align: center; } }
    @media (min-width: 1152px) {
      .icon-block--list h3 {
        font-size: 35px;
        line-height: 45px; } }
  .icon-block--list p:not(li p) {
    margin-bottom: 60px;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #fff; }
    @media (min-width: 768px) {
      .icon-block--list p:not(li p) {
        text-align: center;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .icon-block--list .list-inner {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .icon-block--list .list-inner {
        flex-direction: row;
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .icon-block--list .list-inner {
        width: 70%; } }
  .icon-block--list .left-image {
    width: 100%;
    margin-bottom: 60px;
    text-align: center; }
    @media (min-width: 768px) {
      .icon-block--list .left-image {
        width: 40%;
        margin-left: 0;
        margin-bottom: 0; } }
    .icon-block--list .left-image img {
      width: 100%;
      max-width: 200px; }
  .icon-block--list ul {
    width: 100%; }
    @media (min-width: 768px) {
      .icon-block--list ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        margin-left: auto;
        margin-right: 0; } }
  .icon-block--list li {
    display: flex;
    flex-direction: row;
    text-align: center; }
    .icon-block--list li:not(:last-of-type) {
      margin-bottom: 60px; }
    @media (min-width: 768px) {
      .icon-block--list li {
        align-items: center; } }
  .icon-block--list .icon {
    width: 30%; }
    .icon-block--list .icon img {
      width: 100%;
      max-width: 100px; }
  .icon-block--list .text-wrapper {
    width: 70%;
    padding-left: 10px; }
  .icon-block--list .icon-title {
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .icon-block--list .icon-title {
        font-size: 18px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .icon-block--list .icon-title {
        font-size: 26px;
        line-height: 26px; } }
  .icon-block--list p {
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px; }

.make-switch:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/watermark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 left 0;
  opacity: .5; }
  @media (min-width: 768px) {
    .make-switch:after {
      width: 50%; } }

/* Form callout */
.form-callout {
  display: block;
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%); }
  @media (min-width: 1152px) {
    .form-callout {
      padding: 8rem 0; } }
  .form-callout .c-container {
    display: flex;
    flex-direction: column;
    z-index: 50; }
    @media (min-width: 768px) {
      .form-callout .c-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .single-format-standard .form-callout .c-container {
          align-items: center; } }
    .page-template-page-services .form-callout .c-container {
      align-items: center; }
  .form-callout h4 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .form-callout h4 {
        text-align: left; } }
    @media (min-width: 992px) {
      .form-callout h4 {
        font-size: 40px;
        line-height: 50px; } }
  .form-callout .frm_forms {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    width: 60%; }
  .form-callout .frm_fields_container {
    display: flex !important;
    grid-gap: 0 !important; }
  .form-callout fieldset {
    padding: 0 !important;
    margin: 0;
    border: 0; }
  .form-callout .frm_form_field {
    margin-bottom: 0 !important; }
    .form-callout .frm_form_field:has(input[type="text"]) {
      width: calc(100% - 150px + 30px); }
  .form-callout .frm_form_field {
    margin-bottom: 0 !important; }
    .form-callout .frm_form_field:has(.frm_button_submit) {
      margin-left: -30px; }
  .form-callout input[type="text"] {
    background-color: #f4f4f4;
    border-radius: 0 !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    box-shadow: none;
    width: 100% !important;
    max-width: 100% !important;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
    font-weight: 100 !important;
    margin-bottom: 0; }
    .form-callout input[type="text"]::placeholder {
      text-transform: capitalize;
      font-weight: normal !important;
      color: #999 !important; }
  .form-callout .frm_button_submit {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .form-callout .frm_button_submit {
    background-color: #53C7E9 !important;
    box-shadow: none !important;
    border-radius: 30px !important;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif !important;
    width: 100% !important;
    min-width: 150px !important;
    height: 50px !important;
    transition: all .3s ease;
    max-width: 100% !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
    line-height: 14px !important; }
    .form-callout .frm_button_submit:hover {
      color: #fff !important;
      background-color: #005393 !important; }
  .form-callout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 0; }
    @media (min-width: 768px) {
      .form-callout:after {
        background-size: 400px;
        background-position: top -40px right -80px; } }

.form-callout--blog {
  display: block;
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: #00569d;
  background: linear-gradient(90deg, #00569d 0%, #53c7e9 100%);
  z-index: 100; }
  @media (min-width: 1152px) {
    .form-callout--blog {
      padding: 8rem 0; } }
  .form-callout--blog .c-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .form-callout--blog .c-container {
        align-items: center;
        flex-direction: row;
        justify-content: center; } }
  .form-callout--blog h4 {
    color: #fff;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .form-callout--blog h4 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 30px;
        margin-left: 0;
        width: auto;
        margin-bottom: 0; } }
    @media (min-width: 1152px) {
      .form-callout--blog h4 {
        font-size: 45px;
        line-height: 55px;
        margin-right: 60px; } }
  .form-callout--blog .frm_forms {
    width: 100%; }
    @media (min-width: 768px) {
      .form-callout--blog .frm_forms {
        width: 60%;
        margin-left: 0; } }
    @media (min-width: 992px) {
      .form-callout--blog .frm_forms {
        width: 50%; } }
  .form-callout--blog form {
    width: 100%;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 15px; }
    .form-callout--blog form label {
      display: none !important; }
    .form-callout--blog form .frm_fields_container {
      display: flex;
      align-items: center;
      position: relative; }
    .form-callout--blog form fieldset {
      padding: 0 !important; }
    .form-callout--blog form .frm_three_fourths {
      width: 100% !important;
      min-width: 95%;
      margin-bottom: 0 !important; }
    .form-callout--blog form input[type="text"] {
      width: 100% !important;
      border-radius: 40px !important;
      padding-left: 25px;
      background-color: #eee;
      box-shadow: none !important;
      font-weight: 400; }
      .form-callout--blog form input[type="text"]::placeholder {
        text-transform: none;
        color: #666;
        font-weight: 400; }
    .form-callout--blog form .frm_submit {
      position: absolute;
      right: 0;
      top: 0 !important;
      width: 40% !important; }
    .form-callout--blog form .frm_button_submit {
      min-width: 20% !important;
      width: 100% !important;
      margin: 0 !important;
      box-shadow: none !important;
      height: 50px !important;
      border: 0 !important;
      border-radius: 40px !important;
      background: #00569d !important;
      background: linear-gradient(90deg, #00569d 0%, #53c7e9 100%) !important;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
      font-size: 15px !important;
      line-height: 15px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important; }
      .form-callout--blog form .frm_button_submit:hover {
        color: #fff !important;
        background: #005393 !important; }
      .form-callout--blog form .frm_button_submit:active {
        color: #fff !important; }
      .form-callout--blog form .frm_button_submit .frm_style_formidable-style.with_frm_style .frm_submit button:active {
        color: #fff !important; }
  .form-callout--blog img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px; }
    @media (min-width: 1152px) {
      .form-callout--blog img {
        top: -300px;
        right: -200px; } }

/* Suppliers */
.suppliers {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 3rem 0; }
  @media (min-width: 1152px) {
    .suppliers {
      padding: 5rem 0; } }
  .suppliers .c-container {
    display: flex;
    flex-direction: column; }
  .suppliers h4 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .suppliers h4 {
        font-size: 35px;
        line-height: 45px; } }
  .suppliers p {
    font-size: 16px;
    line-height: 24px; }
  .suppliers .left-col {
    width: 100%;
    margin-bottom: 60px;
    text-align: center; }
  .suppliers .right-col {
    width: 100%; }
    .suppliers .right-col ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center; }
    .suppliers .right-col li {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 20px; }
      .suppliers .right-col li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .suppliers .right-col li {
          width: 32%; }
          .suppliers .right-col li:nth-of-type(2n) {
            margin-right: 2%; }
          .suppliers .right-col li:nth-of-type(3n) {
            margin-right: 0; } }
      @media (min-width: 992px) {
        .suppliers .right-col li {
          width: 23.5%; }
          .suppliers .right-col li:nth-of-type(2n) {
            margin-right: 2%; }
          .suppliers .right-col li:nth-of-type(3n) {
            margin-right: 2%; }
          .suppliers .right-col li:nth-of-type(4n) {
            margin-right: 0; } }
      .suppliers .right-col li img {
        width: 100%; }

/* Customer Reviews */
.customer-reviews {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background-image: url("images/blue-water.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .customer-reviews .slick-track {
    display: flex !important; }
  .customer-reviews .slick-slide {
    display: flex;
    height: auto; }
  .customer-reviews h4 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 5rem; }
    @media (min-width: 1152px) {
      .customer-reviews h4 {
        font-size: 35px;
        line-height: 45px; } }
  .customer-reviews li {
    list-style: none; }
  .customer-reviews .review {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    margin-right: 10px;
    margin-left: 10px; }
  .customer-reviews blockquote {
    width: 100%;
    margin: 0 0 20px 0;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #005393;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
  .customer-reviews cite {
    display: block;
    width: 100%;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #005393;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    line-height: 16px; }

.review-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 3rem; }
  .review-controls .prev {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }
  .review-controls .next {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }
  .review-controls img {
    width: 100%;
    max-width: 40px; }

/* Selection of clients */
.selection-clients {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0; }
  .page-template-page-services .selection-clients {
    padding: 60px 20px; }
  .selection-clients h2, .selection-clients h3, .selection-clients h4, .selection-clients h5, .selection-clients h6 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 5rem; }
    @media (min-width: 1152px) {
      .selection-clients h2, .selection-clients h3, .selection-clients h4, .selection-clients h5, .selection-clients h6 {
        font-size: 35px;
        line-height: 45px; } }
  .selection-clients li {
    list-style: none;
    text-align: center; }
  .selection-clients img {
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }

/* Homepage Posts */
.homepage-posts {
  border-top: 1px solid #005393;
  padding-top: 60px;
  padding-bottom: 60px; }
  .homepage-posts h4 {
    width: 100%;
    text-align: center;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    margin-bottom: 60px;
    color: #005393;
    font-size: 35px;
    line-height: 45px; }
  .homepage-posts ul {
    padding: 0 30px; }
  .homepage-posts .homepage-post {
    margin: 0 20px; }
    .homepage-posts .homepage-post img {
      width: 100%;
      margin-bottom: 15px; }
  .homepage-posts .entry-title {
    margin-bottom: 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .homepage-posts .entry-title {
        margin-bottom: 30px; } }
    .homepage-posts .entry-title a {
      text-decoration: none;
      font-weight: normal;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      color: #005393;
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .homepage-posts .entry-title a {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 1152px) {
        .homepage-posts .entry-title a {
          font-size: 22px;
          line-height: 26px; } }
      .homepage-posts .entry-title a:hover {
        text-decoration: underline; }
  .homepage-posts button {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    text-indent: -9999px;
    z-index: 20;
    width: 30px;
    height: 30px; }
    .homepage-posts button:hover {
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      background-color: #fff; }
    .homepage-posts button:active, .homepage-posts button:focus {
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      background-color: #fff; }
  .homepage-posts .slick-prev {
    background-image: url("images/prev-arrow.png"); }
    @media (min-width: 992px) {
      .homepage-posts .slick-prev {
        left: -5px; } }
    .homepage-posts .slick-prev:hover, .homepage-posts .slick-prev:focus, .homepage-posts .slick-prev:active {
      background-image: url("images/prev-arrow.png"); }
  .homepage-posts .slick-next {
    background-image: url("images/next-arrow.png"); }
    @media (min-width: 992px) {
      .homepage-posts .slick-next {
        right: -5px; } }
    .homepage-posts .slick-next:hover, .homepage-posts .slick-next:focus, .homepage-posts .slick-next:active {
      background-image: url("images/next-arrow.png"); }
  .homepage-posts .readmore {
    display: inline-block;
    color: #666; }
  .homepage-posts .readmore-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
    .homepage-posts .readmore-link a {
      border: 1px solid #005393;
      border-radius: 30px;
      padding: 15px 25px;
      color: #005393;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      text-decoration: none;
      transition: all .3s ease; }
      .homepage-posts .readmore-link a:hover {
        background-color: #005393;
        color: #fff; }

/* Sub Page Intro */
.intro-section {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 12rem 0;
  background-color: #fff; }
  @media (min-width: 1152px) {
    .intro-section {
      padding-bottom: 14rem; } }
  .intro-section .c-container {
    z-index: 5; }
  .intro-section h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .intro-section h1 {
        font-size: 35px;
        line-height: 45px; } }
  .intro-section h4 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 1152px) {
      .intro-section h4 {
        font-size: 26px;
        line-height: 36px; } }
  .intro-section p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif; }
    @media (min-width: 768px) {
      .intro-section p {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .intro-section p {
        max-width: 60%; } }
  .intro-section a {
    margin-left: auto;
    margin-right: auto;
    display: table; }
  @media (min-width: 992px) {
    .intro-section .frm_forms {
      max-width: 45% !important;
      margin: 0 auto; } }
  .intro-section form {
    background-color: #005393;
    padding: 20px 25px;
    border-radius: 15px; }
  .intro-section .frm_fields_container {
    display: flex;
    align-items: center; }
  .intro-section label {
    display: none !important; }
  .intro-section fieldset {
    padding: 0 !important; }
  .intro-section .frm_three_fourths {
    width: 100% !important;
    min-width: 95%;
    margin-bottom: 0 !important; }
  .intro-section input[type="text"] {
    width: 100% !important;
    border-radius: 40px !important;
    padding-left: 25px;
    box-shadow: none !important; }
    .intro-section input[type="text"]::placeholder {
      text-transform: none;
      color: #666; }
  .intro-section .frm_submit {
    position: relative;
    left: -25%;
    top: 1 !important;
    width: 30% !important; }
    @media (min-width: 992px) {
      .intro-section .frm_submit {
        left: -22%;
        width: 25% !important; } }
  .intro-section .frm_button_submit {
    min-width: 20% !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    height: 50px !important;
    border: 1px solid #009245 !important;
    border-radius: 40px !important;
    background: #009245 !important;
    background: linear-gradient(65deg, #009245 0%, #00a99d 100%) !important;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important; }
    .intro-section .frm_button_submit:hover {
      color: #009245 !important;
      border: 1px solid #009245 !important;
      background: #fff !important; }

/* Audit Process */
.audit-process {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 5rem 0;
  background-color: #e7f4f9;
  z-index: 5; }
  .audit-process h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #005393;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .audit-process h2 {
        font-size: 35px;
        line-height: 45px; } }

.process-timeline {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto; }

.process-line {
  display: block;
  position: absolute;
  background-color: #d3dded;
  width: calc(100% - 30px);
  left: 15px;
  top: calc(30px - 12px);
  height: 6px;
  z-index: 1; }
  @media (min-width: 768px) {
    .process-line {
      height: 10px;
      width: calc(100% - 120px);
      left: 60px;
      top: calc(35px - 5px); } }

.process-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 60px;
  height: auto;
  cursor: pointer; }
  @media (min-width: 768px) {
    .process-title {
      width: 120px; } }
  .process-title.active .process-no {
    background: #042a60;
    background: linear-gradient(65deg, #042a60 0%, #006594 100%);
    color: #fff; }
  .process-title span {
    display: none;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #005393;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    transition: all .3s ease;
    transform: translateY(0); }
    @media (min-width: 768px) {
      .process-title span {
        display: block; } }
  .process-title:hover span {
    transform: translateY(2px); }

.process-no {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d3dded;
  color: #005393;
  border-radius: 100%;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  transition: all .3s ease;
  transform: rotate(0); }
  @media (min-width: 768px) {
    .process-no {
      margin-bottom: 0;
      width: 70px;
      height: 70px;
      font-size: 28px;
      line-height: 28px; } }
  .process-no:hover {
    transform: rotate(10deg); }
    .process-no:hover:before {
      width: 100%;
      left: calc(100% + 40px); }
    .process-no:hover:after {
      transform: scale(0); }
  .process-no:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: all .3s ease;
    transform: translateX(-35px);
    filter: blur(5px);
    opacity: .2; }
  .process-no:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #f2f8fb;
    border-radius: 100%;
    transition: all .3s ease;
    transform: scale(1.1); }
    @media (min-width: 768px) {
      .process-no:after {
        width: 70px;
        height: 70px; } }

.process-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px; }

.process-content--title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  color: #005393; }
  @media (min-width: 1152px) {
    .process-content--title {
      margin-bottom: 60px;
      font-size: 28px;
      line-height: 28px; } }

.content-inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .content-inner {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .content-inner {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .content-inner .block1 {
    width: 100%;
    margin-bottom: 20px;
    background-color: #005393;
    padding: 30px;
    border-radius: 20px; }
    .content-inner .block1 * {
      color: #fff; }
    @media (min-width: 768px) {
      .content-inner .block1 {
        margin-bottom: 0;
        width: 48%;
        margin-right: 2%; } }
  .content-inner .block2 {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px; }
    .content-inner .block2 * {
      color: #005393; }
    @media (min-width: 768px) {
      .content-inner .block2 {
        width: 48%;
        margin-left: 2%; } }
  .content-inner .blockfull {
    width: 100%;
    background-color: #005393;
    padding: 30px;
    border-radius: 20px; }
    .content-inner .blockfull * {
      color: #fff;
      text-align: center; }
  .content-inner .block-title {
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .content-inner .block-title {
        font-size: 24px;
        line-height: 24px; } }
  .content-inner p {
    font-size: 14px;
    line-height: 22px; }

/* Water Audit Form */
.water-audit--form {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: #042a60;
  background: linear-gradient(65deg, #042a60 0%, #006594 100%);
  scroll-margin: 130px; }
  @media (min-width: 1152px) {
    .water-audit--form {
      padding: 7rem 0; } }
  .water-audit--form .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .water-audit--form .c-container {
        flex-direction: row; } }
  .water-audit--form .text-col {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .water-audit--form .text-col {
        margin-bottom: 0;
        width: 50%;
        padding-right: 5%; } }
  .water-audit--form .form-col {
    width: 100%; }
    @media (min-width: 768px) {
      .water-audit--form .form-col {
        width: 50%; } }
  .water-audit--form h3 {
    color: #fff;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 35px; }
    @media (min-width: 1152px) {
      .water-audit--form h3 {
        font-size: 35px;
        line-height: 35px; } }
  .water-audit--form p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .water-audit--form p {
        font-size: 16px;
        line-height: 24px; } }
  .water-audit--form blockquote {
    color: #fff;
    margin: 0;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px; }
  .water-audit--form input[type="text"],
  .water-audit--form input[type="email"] {
    border-radius: 3px !important;
    box-shadow: none !important;
    padding-left: 15px;
    color: #666 !important;
    font-size: 14px !important;
    font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
    text-transform: capitalize !important; }
  .water-audit--form label {
    display: none !important; }
  .water-audit--form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px; }
  .water-audit--form .frm_style_formidable-style.with_frm_style .frm_submit button {
    text-decoration: none;
    border-radius: 40px;
    background: #53C7E9;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    line-height: 15px;
    height: 50px !important;
    box-shadow: none !important;
    border: 1px solid #53C7E9 !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    .water-audit--form .frm_style_formidable-style.with_frm_style .frm_submit button:visited {
      color: #fff !important; }
    .water-audit--form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
      background: transparent !important;
      border: 1px solid #fff !important;
      color: #fff !important; }
  .water-audit--form .frm_style_formidable-style.with_frm_style .frm_error {
    color: #fff !important;
    font-family: sans-serif !important;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px; }

.frm_style_formidable-style.with_frm_style .frm_error_style {
  text-align: center; }

.frm_style_formidable-style.with_frm_style .frm_error {
  font-family: sans-serif;
  margin-top: 5px;
  color: #fff; }

.water-audit .curve-top {
  bottom: -1px; }
  @media (min-width: 1152px) {
    .water-audit .curve-top {
      bottom: -10%; } }

.compare-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 10rem 0; }
  .compare-container h1 {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .compare-container h1 {
        font-size: 35px;
        line-height: 45px; } }

.frm_rootline.frm_show_lines:before {
  width: 65%;
  border-top-width: 5px !important;
  top: 34px !important;
  border-color: #f2f8fb !important; }

.frm_rootline.frm_show_lines > .frm_rootline_single:after {
  top: 35px !important; }

.frm_style_formidable-style.with_frm_style .frm_rootline input {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background: #f2f8fb !important;
  border: 0 !important;
  color: #005393 !important;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 28px !important; }

.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
  background: #042a60 !important;
  background: linear-gradient(65deg, #042a60 0%, #006594 100%) !important;
  color: #fff !important; }

.frm_current_page .frm_rootline_title {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 16px;
  color: #005393;
  margin-top: 15px; }

.frm_rootline_title {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #005393;
  margin-top: 15px; }

#form_comparenow h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif; }
#form_comparenow .frm_html_container {
  font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #005393;
  margin-bottom: 40px; }
#form_comparenow .frm_top_container:not(.frm6) {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
#form_comparenow .frm_top_container label {
  font-family: "Helvetica", "Arial", sans-serif !important;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px; }
#form_comparenow select {
  background-color: #eee;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  height: 50px !important; }
#form_comparenow input[type="text"] {
  background-color: #eee;
  border: 1px solid #ccc !important;
  box-shadow: none !important; }
#form_comparenow .vertical_radio {
  display: flex;
  align-items: center;
  justify-content: center; }
  #form_comparenow .vertical_radio label {
    font-family: "Helvetica", "Arial", sans-serif !important; }
#form_comparenow #frm_field_51_container {
  flex-wrap: wrap; }
  #form_comparenow #frm_field_51_container .frm_primary_label {
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 14px; }
  #form_comparenow #frm_field_51_container .frm_opt_container {
    display: flex;
    justify-content: center;
    width: 100%; }
  #form_comparenow #frm_field_51_container .frm_checkbox {
    margin-right: 10px; }
#form_comparenow .frm_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
#form_comparenow .frm_button_submit {
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%);
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px !important;
  border-radius: 40px !important;
  height: 50px !important;
  line-height: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important; }
  #form_comparenow .frm_button_submit:visited {
    color: #fff !important; }
  #form_comparenow .frm_button_submit:hover {
    color: #005393 !important;
    background: #fff !important;
    border: 1px solid #005393 !important; }
#form_comparenow .frm_prev_page {
  background: #042a60 !important;
  background: linear-gradient(65deg, #042a60 0%, #006594 100%) !important;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px !important;
  border: 1px solid #005393 !important;
  border-radius: 40px !important;
  height: 50px !important;
  line-height: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-right: 10px; }
  #form_comparenow .frm_prev_page:visited {
    color: #fff !important; }
  #form_comparenow .frm_prev_page:hover {
    color: #009245 !important;
    background: #fff !important;
    border: 1px solid #00A99D !important; }

.page-template-page-compare-now .frm_message {
  background-color: transparent !important;
  color: #005393;
  border: 0 !important;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 1152px) {
    .page-template-page-compare-now .frm_message {
      font-size: 28px;
      line-height: 38px; } }
  .page-template-page-compare-now .frm_message p {
    color: #005393; }
.page-template-page-compare-now .frm_error_style {
  background-color: transparent !important;
  color: #e63946 !important;
  border: 0 !important; }
  .page-template-page-compare-now .frm_error_style p {
    text-align: center;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    color: #e63946 !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .page-template-page-compare-now .frm_error_style p {
        font-size: 28px;
        line-height: 38px; } }

.form-container.success h2 {
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 1152px) {
    .form-container.success h2 {
      font-size: 28px;
      line-height: 38px; } }
.form-container.success h3 {
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 1152px) {
    .form-container.success h3 {
      font-size: 28px;
      line-height: 38px; } }
.form-container.success p {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px; }
  @media (min-width: 1152px) {
    .form-container.success p {
      font-size: 18px;
      line-height: 28px; } }

.whathappensnext {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .whathappensnext {
      flex-direction: row;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1152px) {
    .whathappensnext {
      max-width: 65%; } }
  .whathappensnext li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px; }
    .whathappensnext li + li {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .whathappensnext li {
        width: 50%;
        margin-bottom: 0; } }
    .whathappensnext li img {
      width: 100%;
      margin-bottom: 15px; }

.archive .intro-section {
  padding: 90px 0 12rem 0; }

.archive-listing {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 70px;
  z-index: 80; }
  .blog .archive-listing {
    padding-bottom: 70px; }
  .archive-listing .c-container {
    display: flex;
    flex-wrap: wrap; }

.curve-seperator {
  display: block;
  position: relative;
  width: 100%;
  background-color: #e7f4f9;
  height: auto;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .curve-seperator {
      margin-top: -60px; } }
  @media (min-width: 1600px) {
    .curve-seperator {
      margin-top: -90px; } }
  .curve-seperator svg {
    fill: #fff; }

.guide-post {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .guide-post {
      width: 31.6%;
      margin-right: 2%;
      margin-bottom: 50px; }
      .guide-post:nth-of-type(3n) {
        margin-right: 0; } }
  .guide-post img {
    width: 100%;
    margin-bottom: 15px; }
  .guide-post .entry-header {
    text-align: left; }
  .guide-post .entry-title {
    margin-bottom: 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .guide-post .entry-title {
        margin-bottom: 30px; } }
    .guide-post .entry-title a {
      text-decoration: none;
      font-weight: normal;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      color: #005393;
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .guide-post .entry-title a {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 1152px) {
        .guide-post .entry-title a {
          font-size: 22px;
          line-height: 26px; } }
      .guide-post .entry-title a:hover {
        text-decoration: underline; }
  .guide-post .readmore {
    display: inline-block;
    color: #666; }
  .guide-post .post-edit-link {
    font-size: 12px;
    line-height: 12px;
    color: #ccc; }

/* Single Guide Page */
.blue-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #005393;
  padding: 60px 0 20px 0; }
  @media (min-width: 1152px) {
    .blue-block {
      padding: 90px 0; } }
  .blue-block * {
    color: #fff; }
  .blue-block .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .blue-block .c-container {
        flex-direction: row; } }
  .blue-block .text-col {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .blue-block .text-col {
        width: 50%;
        margin-bottom: 0;
        padding-top: 30px;
        padding-right: 80px; } }
    .blue-block .text-col h2 {
      margin-bottom: 30px;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      font-size: 24px;
      line-height: 30px; }
    .blue-block .text-col p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
  .blue-block .img-col {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .blue-block .img-col {
        width: 50%;
        margin-bottom: 0; } }
    .blue-block .img-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.white-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 60px 0; }
  @media (min-width: 1152px) {
    .white-block {
      padding: 90px 0; } }
  .white-block h1, .white-block h2, .white-block h3, .white-block h4, .white-block h5, .white-block h6 {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px; }
    @media (min-width: 1152px) {
      .white-block h1, .white-block h2, .white-block h3, .white-block h4, .white-block h5, .white-block h6 {
        font-size: 30px;
        line-height: 40px; } }
  .white-block p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 1152px) {
      .white-block p {
        font-size: 16px;
        line-height: 24px; } }

.related-guides {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #f2f8fb; }
  .related-guides h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px; }
    @media (min-width: 1152px) {
      .related-guides h3 {
        font-size: 30px;
        line-height: 40px; } }
  .related-guides .entry-title a {
    font-size: 18px;
    line-height: 26px; }
    .related-guides .entry-title a:hover {
      text-decoration: underline; }

body.single-post .c-container:not(.related-articles .c-container) {
  padding-top: 60px; }
body.single-post .article-title {
  width: 100%;
  text-align: center;
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif; }

.article-intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .article-intro {
      flex-direction: row; } }

.intro-col {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .intro-col {
      width: 50%; } }
  @media (min-width: 768px) {
    .intro-col:first-of-type {
      padding: 0 40px 0 0; } }
  .intro-col h1 {
    font-size: 24px;
    line-height: 34px;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    color: #005393;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .intro-col h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 30px; } }
  .intro-col h2, .intro-col h3, .intro-col h4, .intro-col h5, .intro-col h6 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    color: #005393; }
    @media (min-width: 768px) {
      .intro-col h2, .intro-col h3, .intro-col h4, .intro-col h5, .intro-col h6 {
        font-size: 22px;
        line-height: 28px; } }
  .intro-col ul {
    padding-left: 15px; }
  .intro-col li {
    color: #5C5C5C; }
    .intro-col li:not(:last-of-type) {
      margin-bottom: 20px; }
  .intro-col p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
    .intro-col p a {
      text-decoration: underline;
      color: #005393; }
      .intro-col p a:visited {
        text-decoration: underline;
        color: #005393; }
      .intro-col p a:hover {
        text-decoration: none; }
  .intro-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .intro-col .post-meta {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    font-size: 14px;
    color: #005393;
    position: relative; }
    .intro-col .post-meta date {
      display: flex;
      align-items: center;
      margin-left: auto;
      color: #009245;
      position: absolute;
      bottom: 10px; }
      @media (min-width: 768px) {
        .intro-col .post-meta date {
          position: relative;
          bottom: 5px; } }
      .intro-col .post-meta date:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background-image: url("images/date-icon.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 5px; }
    .intro-col .post-meta a {
      text-decoration: none;
      color: #005393; }
      .intro-col .post-meta a:visited {
        text-decoration: none;
        color: #005393; }
      .intro-col .post-meta a:hover {
        text-decoration: underline; }
  .intro-col .post-categories {
    display: flex;
    width: auto;
    margin-right: 3px; }
    .intro-col .post-categories li {
      list-style: none;
      display: block; }
      .intro-col .post-categories li:not(:first-of-type) {
        margin-left: 5px; }

.article-icons {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #005393;
  padding-top: 60px;
  padding-bottom: 30px; }
  .article-icons ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .article-icons ul {
        flex-direction: row;
        flex-wrap: wrap; } }
  .article-icons li {
    width: 100%;
    margin-bottom: 30px;
    list-style: none;
    text-align: center; }
    @media (min-width: 768px) {
      .article-icons li {
        width: 32%;
        margin-right: 2%; }
        .article-icons li:nth-of-type(3n) {
          margin-right: 0; } }
    .article-icons li img {
      width: 100%;
      max-width: 200px;
      margin-bottom: 20px; }
  .article-icons .icon-title {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    outline-width: 28px;
    font-weight: 600; }

.article-copy {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid #005393;
  padding-top: 60px;
  padding-bottom: 40px; }
  .article-copy p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px; }
    .article-copy p a {
      text-decoration: underline;
      color: #005393; }
      .article-copy p a:visited {
        text-decoration: underline;
        color: #005393; }
      .article-copy p a:hover {
        text-decoration: none; }
  .article-copy h1, .article-copy h2, .article-copy h3, .article-copy h4, .article-copy h5, .article-copy h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: normal; }
  .article-copy ul {
    padding-left: 15px; }
  .article-copy li {
    color: #5C5C5C; }
    .article-copy li:not(:last-of-type) {
      margin-bottom: 20px; }

.post-navigation {
  display: block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-top: 1px solid #005393;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .post-navigation {
      display: flex; } }
  .post-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 500; }
    .post-navigation a:hover {
      text-decoration: underline; }
  .post-navigation .prev-post {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .post-navigation .prev-post {
        text-align: left;
        width: 33.3%; } }
  .post-navigation .post-share {
    width: 100%;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .post-navigation .post-share {
        width: 33.3%;
        margin: 0; } }
  .post-navigation .next-post {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .post-navigation .next-post {
        width: 33.3%;
        text-align: right; } }
  .post-navigation div.simplesocialbuttons.simplesocialbuttons-align-left {
    text-align: center; }

.share-heading {
  text-align: center;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #005393; }

.related-articles {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #005393;
  padding: 60px 0; }
  .related-articles h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px; }
    @media (min-width: 1152px) {
      .related-articles h3 {
        font-size: 30px;
        line-height: 40px; } }
  .related-articles img {
    width: 100%;
    margin-bottom: 20px; }
  .related-articles .entry-title {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .related-articles .entry-title {
        margin-bottom: 30px; } }
    .related-articles .entry-title a {
      text-decoration: none;
      font-weight: normal;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      color: #005393;
      font-size: 20px;
      line-height: 26px; }
      .related-articles .entry-title a:hover {
        text-decoration: underline; }
  .related-articles .readmore {
    display: inline-block;
    color: #666; }
  .related-articles .post-edit-link {
    font-size: 12px;
    line-height: 12px;
    color: #ccc; }

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto; }
  .carousel-nav span {
    cursor: pointer; }
    .carousel-nav span + span {
      margin-left: 15px; }

.simplesocialbuttons.simplesocial-round-icon button {
  color: #005393 !important;
  border-color: #005393 !important; }

.simplesocialbuttons.simplesocial-round-icon button:hover {
  background: #005393 !important;
  color: #fff !important; }

.posts-navigation {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #005393; }

.nav-links a {
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif; }

body.search-results .site-main {
  padding: 60px 20px 0 20px; }
body.search-results .page-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif; }

/* Services Hero */
.services-hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .services-hero picture,
  .services-hero img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/* Services Intro */
.services-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .services-intro .c-container {
    padding: 60px 20px; }
  .services-intro h1 {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .services-intro h1 {
        font-size: 35px;
        line-height: 45px; } }
  .services-intro p {
    text-align: center;
    font-size: 16px;
    line-height: 22px; }
  .services-intro .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px; }
  .services-intro .frm_forms {
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .services-intro .frm_forms {
        max-width: 400px !important; } }
    .services-intro .frm_forms form {
      position: relative;
      background-color: #005393;
      padding: 15px 15px;
      border-radius: 15px; }
      @media (min-width: 768px) {
        .services-intro .frm_forms form {
          padding: 20px 25px; } }
    .services-intro .frm_forms .frm_fields_container {
      display: flex;
      align-items: center; }
    .services-intro .frm_forms label {
      display: none; }
    .services-intro .frm_forms fieldset {
      padding: 0 !important; }
    .services-intro .frm_forms .frm_three_fourths {
      width: 100% !important;
      min-width: 95%;
      margin-bottom: 0 !important; }
    .services-intro .frm_forms input[type="text"] {
      width: 100% !important;
      border-radius: 40px !important;
      padding-left: 25px;
      box-shadow: none !important; }
      .services-intro .frm_forms input[type="text"]::placeholder {
        text-transform: none;
        color: #666; }
    .services-intro .frm_forms .frm_submit {
      position: absolute;
      right: 15px;
      top: 1 !important;
      width: auto !important; }
      @media (min-width: 768px) {
        .services-intro .frm_forms .frm_submit {
          right: 25px; } }
    .services-intro .frm_forms .frm_button_submit {
      min-width: 20% !important;
      width: 100% !important;
      margin: 0 !important;
      box-shadow: none !important;
      height: 50px !important;
      border: 1px solid #009245 !important;
      border-radius: 40px !important;
      background: #009245 !important;
      background: linear-gradient(65deg, #009245 0%, #00a99d 100%) !important;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
      font-size: 15px !important;
      line-height: 15px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important; }
      .services-intro .frm_forms .frm_button_submit:hover {
        color: #009245 !important;
        border: 1px solid #009245 !important;
        background: #fff !important; }

/* Text Image Section */
.services-text-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .services-text-image .c-container {
    padding: 60px 20px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .services-text-image .c-container {
        flex-direction: row; } }
  .services-text-image h2, .services-text-image h3, .services-text-image h4, .services-text-image h5, .services-text-image h6 {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px; }
    @media (min-width: 1152px) {
      .services-text-image h2, .services-text-image h3, .services-text-image h4, .services-text-image h5, .services-text-image h6 {
        font-size: 28px;
        line-height: 34px; } }
  .services-text-image p {
    margin-bottom: 20px;
    text-align: center; }
  .services-text-image.has-image h2, .services-text-image.has-image h3, .services-text-image.has-image h4, .services-text-image.has-image h5, .services-text-image.has-image h6 {
    text-align: left; }
  .services-text-image.has-image p {
    text-align: left; }
  .services-text-image.has-image .text-block {
    width: 100%; }
    @media (min-width: 768px) {
      .services-text-image.has-image .text-block {
        width: 50%;
        padding-right: 50px;
        padding-top: 40px; } }
  .services-text-image.has-image .img-block {
    display: inline-block; }
  .services-text-image .text-block {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto; }
  .services-text-image .img-block {
    display: none;
    position: relative;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .services-text-image .img-block {
        width: 50%; } }
    .services-text-image .img-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

/* Get In Touch */
.services-getintouch {
  display: block;
  position: relative;
  width: 100%;
  scroll-margin: 140px; }
  .services-getintouch .c-container {
    padding: 60px 20px; }
  .services-getintouch h4 {
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .services-getintouch h4 {
        font-size: 35px;
        line-height: 45px; } }
  .services-getintouch p {
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .services-getintouch p {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
  .services-getintouch .frm_forms {
    margin-top: 40px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .services-getintouch .frm_forms {
        width: 600px; } }
    .services-getintouch .frm_forms input {
      border: 1px solid #ddd !important;
      background-color: #eee !important;
      box-shadow: none !important;
      font-size: 14px;
      line-height: 14px; }
      .services-getintouch .frm_forms input::placeholder {
        font-size: 14px;
        line-height: 14px; }
    .services-getintouch .frm_forms textarea {
      border: 1px solid #ddd !important;
      background-color: #eee !important;
      box-shadow: none !important;
      resize: none;
      min-height: 150px;
      padding: 15px;
      font-size: 14px;
      line-height: 14px;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important; }
      .services-getintouch .frm_forms textarea::placeholder {
        text-transform: uppercase; }
    .services-getintouch .frm_forms .frm_opt_container {
      text-align: center; }
    .services-getintouch .frm_forms .frm_checkbox label {
      font-family: sans-serif !important;
      color: #666 !important; }
    .services-getintouch .frm_forms .frm_submit {
      display: flex;
      align-items: center;
      justify-content: center; }
    .services-getintouch .frm_forms .frm_submit button {
      text-decoration: none;
      border-radius: 40px;
      background: #009245;
      background: linear-gradient(65deg, #009245 0%, #00a99d 100%);
      font-family: "gilroy", sans-serif;
      font-size: 15px;
      line-height: 15px;
      height: 50px !important;
      box-shadow: none !important;
      border: 1px solid #009245 !important;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }
      .services-getintouch .frm_forms .frm_submit button:hover {
        background: #fff; }
    .services-getintouch .frm_forms .frm_error {
      color: #B94A48 !important; }

.page-template-page-sitemap .c-container {
  padding: 100px 20px; }
.page-template-page-sitemap .entry-header {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .page-template-page-sitemap .entry-header h1 {
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    color: #005393;
    font-size: 32px;
    line-height: 32px; }
.page-template-page-sitemap .wsp-pages-title,
.page-template-page-sitemap .wsp-posts-title {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  color: #005393;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px; }
.page-template-page-sitemap .wsp-pages-list,
.page-template-page-sitemap .wsp-posts-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px; }
  .page-template-page-sitemap .wsp-pages-list li,
  .page-template-page-sitemap .wsp-posts-list li {
    position: relative;
    margin-bottom: 10px;
    color: #666; }
    .page-template-page-sitemap .wsp-pages-list li strong,
    .page-template-page-sitemap .wsp-posts-list li strong {
      display: block;
      position: relative;
      margin-bottom: 10px; }
    .page-template-page-sitemap .wsp-pages-list li a,
    .page-template-page-sitemap .wsp-posts-list li a {
      text-decoration: none;
      color: #666; }
      .page-template-page-sitemap .wsp-pages-list li a:visited,
      .page-template-page-sitemap .wsp-posts-list li a:visited {
        text-decoration: none;
        color: #666; }
      .page-template-page-sitemap .wsp-pages-list li a:hover,
      .page-template-page-sitemap .wsp-posts-list li a:hover {
        text-decoration: underline;
        color: #000; }
    .page-template-page-sitemap .wsp-pages-list li ul,
    .page-template-page-sitemap .wsp-posts-list li ul {
      padding-left: 15px; }

.suppliers-intro {
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
  background-color: #fff; }
  @media (min-width: 1152px) {
    .suppliers-intro {
      margin-top: -50px; } }
  @media (min-width: 1600px) {
    .suppliers-intro {
      margin-top: -100px; } }
  .suppliers-intro h2 {
    width: 100%;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .suppliers-intro h2 {
        font-size: 35px;
        line-height: 45px; } }
  .suppliers-intro p {
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
    .suppliers-intro p:not(:last-of-type) {
      margin-bottom: 20px; }

.secondary-text {
  margin-top: 30px; }
  .secondary-text p {
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
    .secondary-text p:not(:last-of-type) {
      margin-bottom: 20px; }

.supplier-network {
  padding-bottom: 60px; }
  .supplier-network ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .supplier-network ul {
        justify-content: flex-start; } }
  .supplier-network li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px; }
    .supplier-network li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .supplier-network li {
        width: 32%; }
        .supplier-network li:nth-of-type(2n) {
          margin-right: 2%; }
        .supplier-network li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .supplier-network li {
        width: 23.5%; }
        .supplier-network li:nth-of-type(2n) {
          margin-right: 2%; }
        .supplier-network li:nth-of-type(3n) {
          margin-right: 2%; }
        .supplier-network li:nth-of-type(4n) {
          margin-right: 0; } }
    .supplier-network li img {
      width: 100%;
      max-width: 200px; }
    .supplier-network li .coming-soon {
      font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
      color: #005393;
      font-size: 18px;
      line-height: 24px; }

.form-callout--slim {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%);
  overflow: hidden; }
  @media (min-width: 768px) {
    .form-callout--slim {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .form-callout--slim:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 0;
    opacity: 1; }
    @media (min-width: 768px) {
      .form-callout--slim:after {
        background-position: top -40px right -80px;
        background-size: 400px; } }
    @media (min-width: 1152px) {
      .form-callout--slim:after {
        width: 400px;
        background-size: cover; } }
  .form-callout--slim .c-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .form-callout--slim .c-container {
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center; } }
  .form-callout--slim h4 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .form-callout--slim h4 {
        text-align: left; } }
    @media (min-width: 992px) {
      .form-callout--slim h4 {
        font-size: 40px;
        line-height: 50px; } }
  .form-callout--slim svg {
    fill: white !important; }
  .form-callout--slim .form-callout--left,
  .form-callout--slim .form-callout--right {
    width: 100%; }
  .form-callout--slim .form-callout--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
    font-size: 16px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .form-callout--slim .form-callout--left {
        margin-right: 0;
        margin-bottom: 0;
        width: 45%;
        padding-right: 5%; } }
    .form-callout--slim .form-callout--left h1 {
      order: 1; }
      @media (min-width: 768px) {
        .form-callout--slim .form-callout--left h1 {
          padding-right: 50px; } }
      @media (min-width: 992px) {
        .form-callout--slim .form-callout--left h1 {
          padding-right: 0; } }
    .form-callout--slim .form-callout--left br {
      display: none; }
      @media (min-width: 768px) {
        .form-callout--slim .form-callout--left br {
          display: block; } }
  .form-callout--slim .form-callout--right {
    order: 2;
    text-align: center; }
    .form-callout--slim .form-callout--right .lightblue-btn, .form-callout--slim .form-callout--right .our-casestudies .readmore, .our-casestudies .form-callout--slim .form-callout--right .readmore, .form-callout--slim .form-callout--right .related-casestudies .readmore, .related-casestudies .form-callout--slim .form-callout--right .readmore, .form-callout--slim .form-callout--right .our-industries .readmore, .our-industries .form-callout--slim .form-callout--right .readmore, .form-callout--slim .form-callout--right .featured-casestudy .readmore, .featured-casestudy .form-callout--slim .form-callout--right .readmore {
      background-image: url("images/compare-white-icon.png");
      background-size: 20px;
      background-position: top 45% left 25px;
      background-repeat: no-repeat;
      animation: pulse-btn 2000ms infinite ease-out;
      margin: 0 0 10px 0;
      display: inline-block; }
    @media (min-width: 768px) {
      .form-callout--slim .form-callout--right {
        width: 55%; } }
    .form-callout--slim .form-callout--right .form-box {
      order: 2;
      background-color: #fff;
      border-radius: 20px;
      padding: 15px; }
      .form-callout--slim .form-callout--right .form-box .frm_fields_container {
        display: flex !important;
        grid-gap: 0 !important; }
      .form-callout--slim .form-callout--right .form-box fieldset {
        padding: 0 !important;
        margin: 0;
        border: 0; }
      .form-callout--slim .form-callout--right .form-box .frm_form_field {
        margin-bottom: 0 !important; }
        .form-callout--slim .form-callout--right .form-box .frm_form_field:has(input[type="text"]) {
          width: calc(100% - 150px + 30px); }
      .form-callout--slim .form-callout--right .form-box .frm_form_field {
        margin-bottom: 0 !important; }
        .form-callout--slim .form-callout--right .form-box .frm_form_field:has(.frm_button_submit) {
          margin-left: -30px; }
      .form-callout--slim .form-callout--right .form-box input[type="text"] {
        background-color: #f4f4f4;
        border-radius: 0 !important;
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        box-shadow: none;
        width: 100% !important;
        max-width: 100% !important;
        font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important;
        font-weight: 100 !important;
        margin-bottom: 0; }
        .form-callout--slim .form-callout--right .form-box input[type="text"]::placeholder {
          text-transform: capitalize;
          font-weight: normal !important;
          color: #999 !important; }
      .form-callout--slim .form-callout--right .form-box .frm_button_submit {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .form-callout--slim .form-callout--right .form-box .frm_button_submit {
        background-color: #53C7E9 !important;
        box-shadow: none !important;
        border-radius: 30px !important;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif !important;
        width: 100% !important;
        min-width: 150px !important;
        height: 50px !important;
        transition: all .3s ease;
        max-width: 100% !important;
        padding: 15px 20px !important;
        font-size: 14px !important;
        line-height: 14px !important; }
        .form-callout--slim .form-callout--right .form-box .frm_button_submit:hover {
          color: #fff !important;
          background-color: #005393 !important; }

.waste-callout {
  background-color: #f2f8fb;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .waste-callout * {
    text-align: center; }
  .waste-callout h5 {
    margin-bottom: 20px;
    color: #005393;
    font-size: 36px;
    line-height: 42px; }
  .waste-callout p {
    font-size: 16px;
    line-height: 26px; }
    .waste-callout p:not(:last-of-type) {
      margin-bottom: 20px; }

.casestudy-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .casestudy-intro h1 {
    width: 100%;
    text-align: center;
    color: #005393;
    margin-bottom: 20px; }
  .casestudy-intro p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

.our-casestudies {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #005393; }
  .our-casestudies ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
  .our-casestudies li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .our-casestudies li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .our-casestudies li {
        width: 32%; }
        .our-casestudies li:nth-of-type(2n) {
          margin-right: 2%; }
        .our-casestudies li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .our-casestudies li {
        width: 30.666%;
        margin-right: 4%;
        margin-bottom: 60px; }
        .our-casestudies li:nth-of-type(2n) {
          margin-right: 4%; }
        .our-casestudies li:nth-of-type(3n) {
          margin-right: 0; } }
    .our-casestudies li img {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #005393;
      border-radius: 30px;
      padding: 25px; }
      @media (min-width: 992px) {
        .our-casestudies li img {
          padding: 40px; } }
  .our-casestudies .entry-header {
    text-align: center;
    width: 100%; }
    .our-casestudies .entry-header .entry-title {
      color: #005393;
      font-size: 18px;
      line-height: 24px;
      font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .our-casestudies .entry-header .entry-title {
          font-size: 22px;
          line-height: 32px; } }
      .our-casestudies .entry-header .entry-title a {
        text-decoration: none; }
        .our-casestudies .entry-header .entry-title a:hover {
          text-decoration: underline; }
  .our-casestudies .readmore {
    text-decoration: none;
    padding: 15px 25px; }
    .our-casestudies .readmore:hover {
      border-color: #08182e; }

.filter-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px; }
  .filter-bar > div {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .filter-bar {
      flex-direction: row;
      width: 60%;
      margin-left: auto;
      margin-right: auto; }
      .filter-bar > div {
        margin-bottom: 0;
        margin-right: 20px; }
        .filter-bar > div:last-child {
          margin-right: 0; } }
  .filter-bar div {
    width: 100%; }
  .filter-bar .search-filter-component-combobox__selection {
    color: #005393;
    font-family: sans-serif; }
  .filter-bar .search-filter-component-combobox {
    border: 1px solid #005393;
    border-radius: 30px;
    padding-left: 15px;
    color: #005393; }
    .filter-bar .search-filter-component-combobox::placeholder {
      color: #005393; }
  .filter-bar input[type="text"] {
    color: #005393 !important; }

.casestudy-leading {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .casestudy-leading {
      flex-direction: row; } }
  .casestudy-leading h1 {
    width: 100%;
    text-align: left;
    color: #005393;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .casestudy-leading h1 {
        font-size: 30px;
        line-height: 40px; } }
  .casestudy-leading p {
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px; }
  .casestudy-leading img {
    border: 1px solid #005393;
    border-radius: 30px;
    padding: 25px; }
    @media (min-width: 1152px) {
      .casestudy-leading img {
        padding: 50px; } }
  .casestudy-leading .text-col {
    width: 100%;
    order: 2;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .casestudy-leading .text-col {
        order: 1;
        width: 45%;
        margin-right: 5%;
        margin-top: 0;
        padding: 0; } }
  .casestudy-leading .img-col {
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      .casestudy-leading .img-col {
        order: 2;
        width: 50%; } }
    .casestudy-leading .img-col img {
      width: 100%; }
  .casestudy-leading ul {
    padding: 0; }
  .casestudy-leading li {
    list-style: none;
    margin-bottom: 5px;
    color: #5C5C5C; }
    .casestudy-leading li strong {
      color: #005393;
      font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }

.casestudy-quote {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005393;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%);
  text-align: center; }
  .casestudy-quote * {
    color: #fff; }
  .casestudy-quote blockquote {
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Gilroy Light", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .casestudy-quote blockquote {
        font-size: 24px;
        line-height: 30px; } }
  .casestudy-quote cite {
    font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif; }

.counter-stats {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #005393; }
  @media (min-width: 768px) {
    .counter-stats {
      flex-direction: row;
      padding-left: 0;
      padding-right: 0; } }

.stat-col {
  width: 100%;
  text-align: center; }
  .stat-col:not(:last-of-type) {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .stat-col:not(:last-of-type) {
        margin-bottom: 0;
        padding: 0 1em; } }
  @media (min-width: 768px) {
    .stat-col {
      width: 33.333%; } }
  .stat-col h4 {
    margin-bottom: 10px;
    color: #53C7E9;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
    font-size: 60px;
    line-height: 60px; }
  .stat-col p {
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
    color: #005393;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .stat-col p {
        font-size: 22px;
        line-height: 28px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }

.casestudy-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .casestudy-content h2, .casestudy-content h3, .casestudy-content h4, .casestudy-content h5, .casestudy-content h6 {
    color: #005393;
    margin-bottom: 30px;
    width: 100%; }
  .casestudy-content h2 {
    font-size: 26px; }
  .casestudy-content h3, .casestudy-content h4 {
    font-size: 24px; }
  .casestudy-content h5, .casestudy-content h6 {
    font-size: 22px; }
  .casestudy-content p {
    margin-bottom: 30px; }
  .casestudy-content ul {
    padding-left: 15px;
    margin-bottom: 30px; }
  .casestudy-content li {
    color: #5C5C5C; }
    .casestudy-content li:not(:last-of-type) {
      margin-bottom: 5px; }
    .casestudy-content li strong {
      color: #005393;
      font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }

.related-casestudies {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #005393;
  padding: 60px 0; }
  .related-casestudies h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px; }
    @media (min-width: 1152px) {
      .related-casestudies h3 {
        font-size: 30px;
        line-height: 40px; } }
    .related-casestudies h3 a {
      text-decoration: none; }
      .related-casestudies h3 a:hover {
        text-decoration: underline; }
  .related-casestudies ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .related-casestudies ul {
        flex-direction: row; } }
  .related-casestudies li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .related-casestudies li {
        width: 31.6%;
        margin-right: 2%;
        margin-bottom: 0; }
        .related-casestudies li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .related-casestudies li {
        width: 31.6%;
        margin-right: 5%;
        margin-bottom: 0; }
        .related-casestudies li:nth-of-type(2n) {
          margin-right: 5%; }
        .related-casestudies li:nth-of-type(3n) {
          margin-right: 0; } }
  .related-casestudies img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 1px solid #005393;
    padding: 25px; }
    @media (min-width: 1152px) {
      .related-casestudies img {
        padding: 50px; } }
  .related-casestudies .entry-title {
    margin-bottom: 10px; }
    .related-casestudies .entry-title a {
      text-decoration: none;
      font-weight: normal;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      color: #005393;
      font-size: 20px;
      line-height: 26px; }
      .related-casestudies .entry-title a:hover {
        text-decoration: underline; }
  .related-casestudies p {
    margin-bottom: 20px; }
  .related-casestudies .readmore {
    display: inline-block;
    background-color: #fff;
    color: #53C7E9;
    padding: 15px 25px; }
    .related-casestudies .readmore:hover {
      background-color: #53C7E9 !important;
      color: #fff; }
    .related-casestudies .readmore:visited {
      color: #53C7E9; }
      .related-casestudies .readmore:visited:hover {
        background-color: #53C7E9 !important;
        color: #fff; }
  .related-casestudies .post-edit-link {
    font-size: 12px;
    line-height: 12px;
    color: #ccc; }

.industry-intro {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center; }
  .industry-intro h1 {
    width: 100%;
    text-align: center;
    color: #005393;
    margin-bottom: 20px; }
  .industry-intro p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

.our-industries {
  padding-bottom: 60px; }
  .our-industries ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
  .our-industries li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .our-industries li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .our-industries li {
        width: 32%; }
        .our-industries li:nth-of-type(2n) {
          margin-right: 2%; }
        .our-industries li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .our-industries li {
        width: 30.666%;
        margin-right: 4%;
        margin-bottom: 60px; }
        .our-industries li:nth-of-type(2n) {
          margin-right: 4%; }
        .our-industries li:nth-of-type(3n) {
          margin-right: 0; } }
    .our-industries li img {
      width: 100%;
      margin-bottom: 20px;
      border-radius: 30px; }
  .our-industries .entry-header {
    text-align: center;
    width: 100%; }
    .our-industries .entry-header .entry-title {
      color: #005393;
      font-size: 18px;
      line-height: 24px;
      font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .our-industries .entry-header .entry-title {
          font-size: 24px;
          line-height: 32px; } }
      .our-industries .entry-header .entry-title a {
        text-decoration: none; }
        .our-industries .entry-header .entry-title a:hover {
          text-decoration: underline; }
  .our-industries .readmore {
    text-decoration: none;
    background-color: #fff;
    border-color: #53C7E9;
    color: #53C7E9;
    padding: 15px 25px; }
    .our-industries .readmore:hover {
      background-color: #53C7E9 !important;
      border-color: #53C7E9 !important;
      color: #fff; }

.industry-leading {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #005393; }
  .industry-leading * {
    text-align: center; }
  .industry-leading .industry-title {
    width: 100%;
    color: #005393;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .industry-leading .industry-title {
        font-size: 32px;
        line-height: 40px; } }
  .industry-leading p {
    max-width: 100%;
    margin-bottom: 20px; }

.industry-content {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .industry-content {
      flex-direction: row; } }
  .industry-content .txt-col {
    width: 100%; }
    @media (min-width: 768px) {
      .industry-content .txt-col {
        width: 45%;
        margin-right: 5%; } }
  .industry-content .img-col {
    width: 100%; }
    @media (min-width: 768px) {
      .industry-content .img-col {
        width: 50%; } }
    .industry-content .img-col img {
      width: 100%;
      border-radius: 30px; }
  .industry-content p {
    margin-bottom: 20px; }
  .industry-content h1, .industry-content h2, .industry-content h3, .industry-content h4, .industry-content h5, .industry-content h6 {
    color: #005393;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px; }
  .industry-content ul {
    margin-bottom: 20px;
    padding-left: 15px; }
    .industry-content ul li {
      color: #5C5C5C; }
      .industry-content ul li:not(:last-of-type) {
        margin-bottom: 5px; }
      .industry-content ul li strong {
        color: #005393;
        font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }

.featured-casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #005393; }
  .featured-casestudy .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .featured-casestudy .c-container {
        flex-direction: row; } }
  .featured-casestudy .text-col {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .featured-casestudy .text-col {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 0; } }
  .featured-casestudy h4 {
    color: #005393;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px; }
    .featured-casestudy h4 a {
      text-decoration: none; }
      .featured-casestudy h4 a:hover {
        text-decoration: underline; }
  .featured-casestudy p {
    margin-bottom: 20px; }
  .featured-casestudy .readmore {
    display: inline-block;
    background-color: #fff;
    color: #53C7E9;
    padding: 15px 25px; }
    .featured-casestudy .readmore:hover {
      background-color: #53C7E9 !important;
      color: #fff; }
    .featured-casestudy .readmore:visited {
      color: #53C7E9; }
      .featured-casestudy .readmore:visited:hover {
        background-color: #53C7E9 !important;
        color: #fff; }
  .featured-casestudy .img-col {
    width: 100%; }
    @media (min-width: 768px) {
      .featured-casestudy .img-col {
        width: 50%; } }
  .featured-casestudy img {
    width: 100%;
    border-radius: 30px; }

.accordion-block {
  padding: 0 20px; }
  .accordion-block .c-container {
    padding: 3rem 0;
    border-top: 1px solid #005393; }
    @media (min-width: 1152px) {
      .accordion-block .c-container {
        padding: 5rem 0; } }
    .page-template-page-services .accordion-block .c-container, .page-template-page-suppliers .accordion-block .c-container {
      border-top: 0; }

.accordion-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .accordion-block .intro {
    text-align: center;
    color: #005393;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .accordion-block .intro {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .accordion-block h1, .accordion-block h2, .accordion-block h3, .accordion-block h4, .accordion-block h5 {
    text-align: center;
    margin-bottom: 3rem;
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .accordion-block h1, .accordion-block h2, .accordion-block h3, .accordion-block h4, .accordion-block h5 {
        font-size: 35px;
        line-height: 45px; } }

.accordion-section--title {
  color: #005393;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0; }
  @media (min-width: 768px) {
    .accordion {
      max-width: 80%; } }

.accordion-toggle {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f2f8fb;
  background-image: url("images/plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 20px;
  color: #005393;
  padding-right: 50px; }
  @media (min-width: 1152px) {
    .accordion-toggle {
      padding-right: 150px;
      font-size: 20px;
      line-height: 20px; } }
  .accordion-toggle.active {
    background-image: url("images/minus.png"); }

.accordion-content {
  padding: 20px;
  list-style-type: none;
  display: none; }

.accordion-content.show {
  display: block;
  margin-bottom: 0; }
  .accordion-content.show p {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .accordion-content.show p {
        font-size: 16px;
        line-height: 24px; } }
  .accordion-content.show ul {
    padding-left: 15px;
    margin-bottom: 20px; }
  .accordion-content.show li {
    list-style: disc;
    color: #5C5C5C; }
    .accordion-content.show li:not(:last-of-type) {
      margin-bottom: 5px; }

.accordion-block .accordion-toggle.active .icon {
  background-image: url("./images/minus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center; }
.accordion-block .accordion-toggle.active {
  background-color: #f2f8fb;
  color: #005393; }

/* Accordion Flexible Component */
.component--accordion-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 4rem 20px; }
  .component--accordion-block .c-container {
    padding: 0; }
  .component--accordion-block .intro {
    text-align: center;
    color: #005393;
    margin-bottom: 20px; }
  .component--accordion-block h1, .component--accordion-block h2, .component--accordion-block h3, .component--accordion-block h4, .component--accordion-block h5 {
    text-align: center;
    margin-bottom: 3rem;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .component--accordion-block h1, .component--accordion-block h2, .component--accordion-block h3, .component--accordion-block h4, .component--accordion-block h5 {
        font-size: 35px;
        line-height: 45px; } }
  .component--accordion-block .accordion {
    max-width: 100%; }
  .component--accordion-block.theme-light-blue .accordion-toggle {
    background-color: #005393;
    color: #fff; }
  .component--accordion-block.theme-blue h1, .component--accordion-block.theme-blue h2, .component--accordion-block.theme-blue h3, .component--accordion-block.theme-blue h4, .component--accordion-block.theme-blue h5, .component--accordion-block.theme-blue h6 {
    color: #fff; }
  .component--accordion-block.theme-blue p {
    color: #fff; }
  .component--accordion-block.theme-dark-blue h1, .component--accordion-block.theme-dark-blue h2, .component--accordion-block.theme-dark-blue h3, .component--accordion-block.theme-dark-blue h4, .component--accordion-block.theme-dark-blue h5, .component--accordion-block.theme-dark-blue h6 {
    color: #fff; }
  .component--accordion-block.theme-dark-blue p {
    color: #fff; }

.component--page-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 4rem 20px; }
  .component--page-intro .c-container {
    padding: 0; }
  .component--page-intro h1, .component--page-intro h2, .component--page-intro h3, .component--page-intro h4, .component--page-intro h5, .component--page-intro h6 {
    display: block;
    position: relative;
    width: 100%;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .component--page-intro h1, .component--page-intro h2, .component--page-intro h3, .component--page-intro h4, .component--page-intro h5, .component--page-intro h6 {
        font-size: 35px;
        line-height: 45px; } }
  .component--page-intro p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .component--page-intro .align-left {
    text-align: left; }
  .component--page-intro .align-center {
    text-align: center; }
  .component--page-intro .align-right {
    text-align: right; }
  .component--page-intro.theme-blue h1, .component--page-intro.theme-blue h2, .component--page-intro.theme-blue h3, .component--page-intro.theme-blue h4, .component--page-intro.theme-blue h5, .component--page-intro.theme-blue h6 {
    color: #fff; }
  .component--page-intro.theme-blue p {
    color: #fff; }
  .component--page-intro.theme-dark-blue h1, .component--page-intro.theme-dark-blue h2, .component--page-intro.theme-dark-blue h3, .component--page-intro.theme-dark-blue h4, .component--page-intro.theme-dark-blue h5, .component--page-intro.theme-dark-blue h6 {
    color: #fff; }
  .component--page-intro.theme-dark-blue p {
    color: #fff; }

.intro-form {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 60px; }
  .intro-form .frm_forms {
    width: 100%; }
    @media (min-width: 768px) {
      .intro-form .frm_forms {
        width: 55%;
        margin-left: 0; } }
  .intro-form form {
    width: 100%;
    background-color: #53C7E9;
    padding: 20px 25px;
    border-radius: 15px; }
    .intro-form form label {
      display: none !important; }
    .intro-form form .frm_fields_container {
      display: flex;
      align-items: center;
      position: relative; }
    .intro-form form fieldset {
      padding: 0 !important;
      border: 0; }
    .intro-form form .frm_three_fourths {
      width: 100% !important;
      min-width: 95%;
      margin-bottom: 0 !important; }
    .intro-form form input[type="text"] {
      width: 100% !important;
      border-radius: 40px !important;
      padding-left: 25px;
      background-color: #fff;
      box-shadow: none !important;
      margin-bottom: 0; }
      .intro-form form input[type="text"]::placeholder {
        text-transform: none;
        color: #666 !important;
        font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif !important; }
    .intro-form form .frm_submit {
      position: absolute;
      right: 0;
      top: 0 !important;
      width: 30% !important; }
      @media (min-width: 768px) {
        .intro-form form .frm_submit {
          width: 35% !important; } }
    .intro-form form .frm_button_submit {
      min-width: 20% !important;
      width: 100% !important;
      padding: 0 25px !important;
      margin: 0 !important;
      box-shadow: none !important;
      height: 50px !important;
      border: 1px solid #005393 !important;
      border-radius: 40px !important;
      background: #005393 !important;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif !important;
      font-size: 15px !important;
      line-height: 15px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important; }
      .intro-form form .frm_button_submit:hover {
        color: #005393 !important;
        border: 1px solid #005393 !important;
        background: #fff !important; }
      .intro-form form .frm_button_submit:active {
        color: #fff !important; }
      .intro-form form .frm_button_submit .frm_style_formidable-style.with_frm_style .frm_submit button:active {
        color: #fff !important; }
  .intro-form.align-center .frm_forms {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .intro-form.align-center .frm_forms {
        width: 50%; } }

#readmore-link {
  display: block;
  text-align: center;
  width: 100px;
  margin: 20px auto 0 auto;
  color: #005393;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer; }

.component--text-image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  padding: 4rem 20px; }
  @media (min-width: 768px) {
    .component--text-image {
      flex-direction: row; } }
  .component--text-image .c-container {
    padding: 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .component--text-image .c-container {
        flex-direction: row; } }
  .component--text-image h1, .component--text-image h2, .component--text-image h3, .component--text-image h4, .component--text-image h5, .component--text-image h6 {
    display: block;
    position: relative;
    width: 100%;
    color: #005393;
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .component--text-image h1, .component--text-image h2, .component--text-image h3, .component--text-image h4, .component--text-image h5, .component--text-image h6 {
        font-size: 35px;
        line-height: 45px; } }
  .component--text-image p {
    font-size: 16px;
    line-height: 24px; }
  .component--text-image .text-block {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .component--text-image .text-block {
        width: 100%;
        margin-bottom: 0; } }
    .component--text-image .text-block p:not(:last-of-type) {
      margin-bottom: 20px; }
    .component--text-image .text-block ul {
      padding-left: 15px; }
    .component--text-image .text-block li {
      color: #5C5C5C; }
      .component--text-image .text-block li:not(:last-of-type) {
        margin-bottom: 5px; }
      .component--text-image .text-block li a {
        color: #5C5C5C;
        text-decoration: underline;
        text-underline-offset: 3px; }
        .component--text-image .text-block li a:hover {
          text-decoration: none; }
  .component--text-image.has-image .text-block {
    width: 100%; }
    @media (min-width: 768px) {
      .component--text-image.has-image .text-block {
        width: 60%;
        padding-right: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .component--text-image.has-image .text-block p:not(:last-of-type) {
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .component--text-image.is-reversed {
      flex-direction: row-reverse; }
      .component--text-image.is-reversed .text-block {
        padding-left: 0;
        padding-right: 0; } }
  .component--text-image.is-reversed.has-image .text-block {
    padding-left: 0;
    padding-right: 5%; }
  .component--text-image .image-block {
    width: 100%; }
    @media (min-width: 768px) {
      .component--text-image .image-block {
        width: 40%; } }
    .component--text-image .image-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .component--text-image.theme-blue h1, .component--text-image.theme-blue h2, .component--text-image.theme-blue h3, .component--text-image.theme-blue h4, .component--text-image.theme-blue h5, .component--text-image.theme-blue h6 {
    color: #fff; }
  .component--text-image.theme-blue p {
    color: #fff; }
  .component--text-image.theme-blue li {
    color: #fff; }
    .component--text-image.theme-blue li:not(:last-of-type) {
      margin-bottom: 5px; }
    .component--text-image.theme-blue li a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px; }
      .component--text-image.theme-blue li a:hover {
        text-decoration: none; }
  .component--text-image.theme-dark-blue h1, .component--text-image.theme-dark-blue h2, .component--text-image.theme-dark-blue h3, .component--text-image.theme-dark-blue h4, .component--text-image.theme-dark-blue h5, .component--text-image.theme-dark-blue h6 {
    color: #fff; }
  .component--text-image.theme-dark-blue p {
    color: #fff; }
  .component--text-image.theme-dark-blue li {
    color: #fff; }
    .component--text-image.theme-dark-blue li:not(:last-of-type) {
      margin-bottom: 5px; }
    .component--text-image.theme-dark-blue li a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px; }
      .component--text-image.theme-dark-blue li a:hover {
        text-decoration: none; }

.component--hide-reveal {
  padding: 4rem 20px; }
  .component--hide-reveal .c-container {
    padding: 0; }

.component--hide-reveal {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .component--hide-reveal .intro {
    text-align: center;
    color: #005393;
    margin-bottom: 20px; }
    .component--hide-reveal .intro h1, .component--hide-reveal .intro h2, .component--hide-reveal .intro h3, .component--hide-reveal .intro h4, .component--hide-reveal .intro h5 {
      text-align: center;
      margin-bottom: 3rem;
      color: #005393;
      font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
      font-weight: 600;
      font-size: 28px;
      line-height: 38px; }
      @media (min-width: 1152px) {
        .component--hide-reveal .intro h1, .component--hide-reveal .intro h2, .component--hide-reveal .intro h3, .component--hide-reveal .intro h4, .component--hide-reveal .intro h5 {
          font-size: 35px;
          line-height: 45px;
          margin-bottom: 5rem; } }
  .component--hide-reveal.theme-blue h1, .component--hide-reveal.theme-blue h2, .component--hide-reveal.theme-blue h3, .component--hide-reveal.theme-blue h4, .component--hide-reveal.theme-blue h5, .component--hide-reveal.theme-blue h6 {
    color: #fff; }
  .component--hide-reveal.theme-blue .content-l * {
    color: #fff; }
  .component--hide-reveal.theme-dark-blue h1, .component--hide-reveal.theme-dark-blue h2, .component--hide-reveal.theme-dark-blue h3, .component--hide-reveal.theme-dark-blue h4, .component--hide-reveal.theme-dark-blue h5, .component--hide-reveal.theme-dark-blue h6 {
    color: #fff; }
  .component--hide-reveal.theme-dark-blue .content-l * {
    color: #fff; }

.reveal-toggle {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f2f8fb;
  color: #005393;
  padding-right: 50px;
  background-image: url("images/plus.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px; }
  @media (min-width: 1152px) {
    .reveal-toggle {
      padding-right: 150px;
      font-size: 20px;
      line-height: 20px; } }
  .reveal-toggle.active {
    background-image: url("images/minus.png"); }
  .theme-light-blue .reveal-toggle {
    background-color: #53C7E9;
    color: #fff; }
    .theme-light-blue .reveal-toggle:hover {
      background-color: #fff;
      color: #53C7E9; }

.reveal-content {
  display: none;
  padding: 20px; }
  .reveal-content.show {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .reveal-content.show {
        flex-direction: row; } }
  .reveal-content .content-l {
    width: 100%;
    margin-bottom: 20px; }
    .reveal-content .content-l h3 {
      color: #005393; }
    .reveal-content .content-l p {
      font-size: 16px;
      line-height: 24px; }
  .reveal-content .content-r {
    width: 100%; }
    @media (min-width: 768px) {
      .reveal-content .content-r {
        width: 30%; } }
  .reveal-content.has-image .content-l {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .reveal-content.has-image .content-l {
        width: 70%; } }
  .reveal-content img {
    width: 100%; }
  .reveal-content p {
    margin-bottom: 20px; }
    .reveal-content p a {
      text-decoration: underline; }
      .reveal-content p a:visited {
        text-decoration: underline; }
      .reveal-content p a:hover {
        text-decoration: none; }
  .reveal-content h1, .reveal-content h2, .reveal-content h3, .reveal-content h4, .reveal-content h5, .reveal-content h6 {
    margin-bottom: 20px; }
  .reveal-content ul {
    padding-left: 0;
    margin-bottom: 20px; }
  .reveal-content li {
    display: block; }
    .reveal-content li:not(:last-of-type) {
      margin-bottom: 5px; }

.customer-review {
  background-image: url("images/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .customer-review .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .customer-review .c-container {
        flex-direction: row; } }
  .customer-review .img-col {
    width: 100%; }
    @media (min-width: 768px) {
      .customer-review .img-col {
        width: 50%; } }
    .customer-review .img-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*mask-image: url('images/black-cut-out-logo.svg');
      -webkit-mask-image: url('images/black-cut-out-logo.svg');
      mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;*/ }
  .customer-review .testimonial {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .customer-review .testimonial {
        width: 50%;
        padding: 30px 0 30px 30px; } }
    @media (min-width: 1152px) {
      .customer-review .testimonial {
        padding: 30px 0 30px 60px; } }
    .customer-review .testimonial img {
      max-width: 100px; }
  .customer-review h5 {
    color: #005393;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .customer-review h5 {
        font-size: 40px;
        line-height: 50px; } }
  .customer-review blockquote {
    margin: 25px 0; }
    .customer-review blockquote p {
      font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
      font-weight: 100;
      font-size: 20px;
      line-height: 30px; }
      @media (min-width: 768px) {
        .customer-review blockquote p {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1152px) {
        .customer-review blockquote p {
          font-size: 20px;
          line-height: 30px; } }
  .customer-review cite {
    margin-bottom: 20px;
    font-style: normal;
    font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #005393; }
  .customer-review iframe {
    margin: 20px auto 0 auto !important;
    width: 200px !important; }

.homepage-testimonial {
  position: relative;
  background-image: url("images/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #002a64;
  background: -moz-linear-gradient(left, #006696 0%, #002a64 100%);
  background: -webkit-linear-gradient(left, #006696 0%, #002a64 100%);
  background: linear-gradient(to right, #006696 0%, #002a64 100%); }
  .homepage-testimonial:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 left 0; }
    @media (min-width: 768px) {
      .homepage-testimonial:after {
        background-size: 400px;
        background-position: top -40px left -80px; } }
  .homepage-testimonial .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .homepage-testimonial .c-container {
        flex-direction: row; } }
  .homepage-testimonial .testimonial {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0; }
    .homepage-testimonial .testimonial img {
      max-width: 100px; }
  .homepage-testimonial h5 {
    color: #fff;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .homepage-testimonial h5 {
        font-size: 40px;
        line-height: 50px; } }
  .homepage-testimonial blockquote {
    margin: 25px auto;
    max-width: 80%; }
    @media (min-width: 768px) {
      .homepage-testimonial blockquote {
        max-width: 60%; } }
    .homepage-testimonial blockquote p {
      font-family: "HelveticaNeueLight", "Helvetica", "Arial", sans-serif;
      color: #fff;
      font-weight: 100;
      font-size: 20px;
      line-height: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .homepage-testimonial blockquote p {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1152px) {
        .homepage-testimonial blockquote p {
          font-size: 20px;
          line-height: 30px; } }
  .homepage-testimonial cite {
    margin-bottom: 20px;
    font-style: normal;
    font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #fff; }
  .homepage-testimonial iframe {
    margin: 20px auto 0 auto !important;
    width: 200px !important; }

.key-messages {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #002a64;
  background: -moz-linear-gradient(left, #002a64 0%, #006696 100%);
  background: -webkit-linear-gradient(left, #002a64 0%, #006696 100%);
  background: linear-gradient(to right, #002a64 0%, #006696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a64', endColorstr='#006696',GradientType=1 );
  border-top: 1px solid #579AF6;
  border-bottom: 1px solid #579AF6; }
  .key-messages ul {
    display: none;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }
    .key-messages ul.slick-initialized {
      display: block; }
  .key-messages li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: "Gilroy Medium", "Helvetica", "Arial", sans-serif;
    color: #fff; }
    .key-messages li img {
      margin-right: 10px;
      height: 30px; }
    .key-messages li a {
      text-decoration: none; }
      .key-messages li a:visited {
        text-decoration: none; }
  .key-messages .slick-arrow {
    width: 20px;
    height: 20px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
    .key-messages .slick-arrow:before {
      display: none; }
  .key-messages .slick-prev {
    left: 50px !important;
    background-image: url("images/arrow.png"); }
    @media (min-width: 576px) {
      .key-messages .slick-prev {
        left: 10px !important; } }
  .key-messages .slick-next {
    right: 50px !important;
    background-image: url("images/arrow-flipped.png"); }
    @media (min-width: 576px) {
      .key-messages .slick-next {
        right: 10px !important; } }
  .key-messages.white-theme {
    background: #fff; }
    .key-messages.white-theme li {
      color: #005393; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #005393;
  background: rgba(0, 83, 147, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  z-index: 9994;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: -25px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  border-radius: 100%;
  background: #005393;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  right: -25px;
  top: -25px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #005393;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: -25px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.lity-hide {
  display: none; }

.suppliers-popup {
  position: relative; }
  @media (min-width: 768px) {
    .suppliers-popup {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding: 30px; } }
  @media (min-width: 992px) {
    .suppliers-popup {
      padding: 60px;
      max-width: 900px; } }
  .suppliers-popup h3 {
    color: #005393;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }
  .suppliers-popup h4 {
    color: #005393;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }
  .suppliers-popup .supplier-info,
  .suppliers-popup .location,
  .suppliers-popup .supplier-services,
  .suppliers-popup .additional-services {
    margin-bottom: 30px; }
  .suppliers-popup li {
    list-style: none;
    color: #5C5C5C; }
    .suppliers-popup li:not(:last-of-type) {
      margin-bottom: 5px; }
  .suppliers-popup strong {
    color: #005393;
    font-family: "Gilroy Bold", "Helvetica", "Arial", sans-serif; }
  .suppliers-popup a {
    text-decoration: none; }
    .suppliers-popup a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .suppliers-popup a[href^="tel"] {
      pointer-events: none; } }

.compare-callout {
  display: block;
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: #00528e;
  background: linear-gradient(65deg, #00528e 0%, #53c7e9 100%); }
  @media (min-width: 1152px) {
    .compare-callout {
      padding: 8rem 0; } }
  .compare-callout .c-container {
    display: flex;
    flex-direction: column;
    z-index: 50; }
    @media (min-width: 768px) {
      .compare-callout .c-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .single-format-standard .compare-callout .c-container {
          align-items: center; } }
    .page-template-page-services .compare-callout .c-container {
      align-items: center; }
  .compare-callout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 0; }
    @media (min-width: 768px) {
      .compare-callout:after {
        background-size: 400px;
        background-position: top -40px right -80px; } }

.compare-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 50px;
  width: 100%;
  box-shadow: 6px 5px 11px -1px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .compare-wrapper {
      flex-direction: row;
      padding: 30px; } }
  @media (min-width: 1152px) {
    .compare-wrapper {
      padding: 30px 50px; } }
  .compare-wrapper h4 {
    color: #005393;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .compare-wrapper h4 {
        text-align: left;
        margin-bottom: 0;
        padding-right: 2rem;
        font-size: 22px; } }
    @media (min-width: 992px) {
      .compare-wrapper h4 {
        font-size: 30px;
        line-height: 40px; } }
  .compare-wrapper .lightblue-btn, .compare-wrapper .our-casestudies .readmore, .our-casestudies .compare-wrapper .readmore, .compare-wrapper .related-casestudies .readmore, .related-casestudies .compare-wrapper .readmore, .compare-wrapper .our-industries .readmore, .our-industries .compare-wrapper .readmore, .compare-wrapper .featured-casestudy .readmore, .featured-casestudy .compare-wrapper .readmore {
    background-image: url("images/compare-white-icon.png");
    background-size: 20px;
    background-position: top 45% left 25px;
    background-repeat: no-repeat;
    padding-right: 30px;
    animation: pulse-btn 2000ms infinite ease-out;
    min-width: 200px; }
    @media (max-width: 991px) {
      .compare-wrapper .lightblue-btn, .compare-wrapper .our-casestudies .readmore, .our-casestudies .compare-wrapper .readmore, .compare-wrapper .related-casestudies .readmore, .related-casestudies .compare-wrapper .readmore, .compare-wrapper .our-industries .readmore, .our-industries .compare-wrapper .readmore, .compare-wrapper .featured-casestudy .readmore, .featured-casestudy .compare-wrapper .readmore {
        font-size: 14px; } }

.compare-callout--v2 .compare-wrapper {
  background-color: #53C7E9;
  box-shadow: unset; }
  .compare-callout--v2 .compare-wrapper h4 {
    color: #fff; }
  .compare-callout--v2 .compare-wrapper .blue-btn {
    min-width: 200px; }

/*# sourceMappingURL=style.css.map */


/* ============================================================
   TBWS_BUTTON_S2 — Modern pill compare button
   Added via Theme Editor. Reversible: delete this block.
   ============================================================ */
.lightblue-btn:not(.mob-link),
.grad-btn,
.desktop-nav button[type="submit"] {
  background: #18a4d4 !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  box-shadow: 0 2px 6px rgba(24, 164, 212, 0.3) !important;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  width: auto !important;
  min-width: 0 !important;
  position: relative !important;
  font-family: inherit !important;
}
.grad-btn span::after, .grad-btn span::before,
.desktop-nav button[type="submit"] span::after,
.desktop-nav button[type="submit"] span::before { display:none !important; background-image: none !important; }
.grad-btn span, .desktop-nav button[type="submit"] span { padding-left: 0 !important; }
.lightblue-btn:not(.mob-link)::after, .grad-btn::after, .desktop-nav button[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='13 6 19 12 13 18'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4px;
  transition: transform 0.18s ease;
}
.lightblue-btn:not(.mob-link):hover, .grad-btn:hover, .desktop-nav button[type="submit"]:hover {
  background: #18a4d4 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(24, 164, 212, 0.55) !important;
  transform: translateY(-2px) !important;
}
.lightblue-btn:not(.mob-link):hover::after, .grad-btn:hover::after, .desktop-nav button[type="submit"]:hover::after {
  transform: translateX(3px) !important;
}
.lightblue-btn:not(.mob-link), .grad-btn, .grad-btn span,
.desktop-nav button[type="submit"], .desktop-nav button[type="submit"] span { text-transform: none !important; }
/* === END TBWS_BUTTON_S2 === */


/* ============================================================
   TBWS_BUTTON_S2 — Modern pill compare button
   ============================================================ */
.lightblue-btn:not(.mob-link), .grad-btn, .desktop-nav button[type="submit"] {
  background: #18a4d4 !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  box-shadow: 0 2px 6px rgba(24, 164, 212, 0.3) !important;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  width: auto !important;
  min-width: 0 !important;
  position: relative !important;
  font-family: inherit !important;
}
.grad-btn span::after, .grad-btn span::before,
.desktop-nav button[type="submit"] span::after, .desktop-nav button[type="submit"] span::before { display:none !important; background-image: none !important; }
.grad-btn span, .desktop-nav button[type="submit"] span { padding-left: 0 !important; }
.lightblue-btn:not(.mob-link)::after, .grad-btn::after, .desktop-nav button[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='13 6 19 12 13 18'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4px;
  transition: transform 0.18s ease;
}
.lightblue-btn:not(.mob-link):hover, .grad-btn:hover, .desktop-nav button[type="submit"]:hover {
  background: #18a4d4 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(24, 164, 212, 0.55) !important;
  transform: translateY(-2px) !important;
}
.lightblue-btn:not(.mob-link):hover::after, .grad-btn:hover::after, .desktop-nav button[type="submit"]:hover::after {
  transform: translateX(3px) !important;
}
.lightblue-btn:not(.mob-link), .grad-btn, .grad-btn span,
.desktop-nav button[type="submit"], .desktop-nav button[type="submit"] span { text-transform: none !important; }
/* === END TBWS_BUTTON_S2 === */


/* ============================================================
   TBWS_NAVY_HEADER — Deep navy header + key-messages + footer
   Scoped sitewide. Reversible: delete this block.
   ============================================================ */
header.site-header { background: #0d2541 !important;
  position: relative;
  z-index: 100;
}
header.site-header .header-inner {
  background: transparent !important;
}
.key-messages {
  background: linear-gradient(135deg, #0d2541 0%, #1d3d6b 100%) !important;
}
.key-messages * { color: #fff !important; }
.key-messages img { filter: brightness(0) invert(1); opacity: 0.95; }

/* Footer — same navy as the header start */
footer.site-footer,
footer#getintouch {
  background: #0d2541 !important;
}

/* Make sure header links are white */
header.site-header a:not(.lightblue-btn):not(.grad-btn),
header.site-header .mega-menu-link {
  color: #fff !important;
}
/* === END TBWS_NAVY_HEADER === */


/* ============================================================
   TBWS_NAVY_FIXES — Trustpilot green star + hero gradient match
   ============================================================ */

/* Hero (.form-top) — match the new navy gradient */
.form-top {
  background: linear-gradient(135deg, #0d2541 0%, #1d3d6b 100%) !important;
}

/* Trustpilot logo — replace with proper Trustpilot mark (white text + green star) */
.key-messages img[src*="trustpilot"] { filter: none !important; height: 26px !important; width: auto !important; max-width: 104px !important; }
/* === END TBWS_NAVY_FIXES === */


/* ============================================================
   TBWS_NAVY_FIXES_2 — wave overlap + 5-star trustpilot
   ============================================================ */
.icon-block.switching-suppliers {
  margin-top: 0 !important;
  padding-top: 80px !important;
}
/* Make sure the curve-top wave at hero bottom is fully visible */
.form-top .curve-top { z-index: 3 !important; }
/* === END TBWS_NAVY_FIXES_2 === */


/* ============================================================
   TBWS_NAVY_FIXES_3 — Trustpilot full logo + tighten section spacing
   ============================================================ */
.icon-block.switching-suppliers {
  padding-top: 30px !important;
}
/* === END TBWS_NAVY_FIXES_3 === */


/* ============================================================
   TBWS_NAVY_FIXES_4 — align all blues to navy + tighten section gaps
   ============================================================ */

/* All remaining brand-blue gradients aligned to new navy palette */
.icon-block--list.make-switch {
  background: linear-gradient(135deg, #0d2541 0%, #1d3d6b 100%) !important;
}
.compare-callout {
  background: linear-gradient(135deg, #0d2541 0%, #18a4d4 100%) !important;
}
.customer-review.homepage-testimonial {
  background: linear-gradient(135deg, #1d3d6b 0%, #0d2541 100%) !important;
}

/* Tighten section padding to reduce white space between consecutive sections */
.icon-block.switching-suppliers { padding-bottom: 50px !important; }
.icon-block--list.make-switch { padding-top: 60px !important; padding-bottom: 60px !important; }
.compare-callout { padding-top: 60px !important; padding-bottom: 60px !important; }
.suppliers { padding-top: 50px !important; padding-bottom: 50px !important; }
.customer-review.homepage-testimonial { padding-top: 50px !important; padding-bottom: 50px !important; }
.customer-reviews { padding-top: 50px !important; padding-bottom: 50px !important; }
/* === END TBWS_NAVY_FIXES_4 === */


/* ============================================================
   TBWS_NAVY_FIXES_5 — Headings + FAQ + accents to new navy
   Replace old brand blue (#005393) text with new navy (#0d2541)
   ============================================================ */

/* All headings sitewide → new navy. Default fallback. */
body h1, body h2, body h3, body h4, body h5, body h6 { color: #0d2541 !important; }

/* But headings inside DARK sections stay white */
header.site-header h1, header.site-header h2, header.site-header h3, header.site-header h4, header.site-header h5, header.site-header h6,
.key-messages h1, .key-messages h2, .key-messages h3, .key-messages h4, .key-messages h5, .key-messages h6,
.form-top h1, .form-top h2, .form-top h3, .form-top h4, .form-top h5, .form-top h6,
.icon-block--list.make-switch h1, .icon-block--list.make-switch h2, .icon-block--list.make-switch h3, .icon-block--list.make-switch h4, .icon-block--list.make-switch h5, .icon-block--list.make-switch h6,
.compare-callout h1, .compare-callout h2, .compare-callout h3, .compare-callout h4, .compare-callout h5, .compare-callout h6,
.customer-review h1, .customer-review h2, .customer-review h3, .customer-review h4, .customer-review h5, .customer-review h6,
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer p, footer a, footer span { color: #fff !important; }

/* FAQ accordion question text → new navy */
.faq-body summary, .faq-body details summary,
.schools-faq summary, .schools-faq details summary,
[class*="-faq"] summary, [class*="-faq"] details summary { color: #0d2541 !important; }

/* Breadcrumb / accent text → new navy */
.breadcrumb a, .breadcrumb span,
.entry-content strong[style*="005393"],
[class*=at-glance] span { color: #0d2541 !important; }

/* === END TBWS_NAVY_FIXES_5 === */


/* ============================================================
   TBWS_NAVY_FIXES_6 — Beat scoped page CSS for headings
   Higher specificity than body.page-id-X selectors
   ============================================================ */

html body[class] .component--text-image h1,
html body[class] .component--text-image h2,
html body[class] .component--text-image h3,
html body[class] .component--text-image h4,
html body[class] .component--text-image h5,
html body[class] .component--text-image h6,
html body[class] .component--text-image .text-block h1,
html body[class] .component--text-image .text-block h2,
html body[class] .component--text-image .text-block h3,
html body[class] .component--text-image .text-block h4,
html body[class] .component--text-image .text-block h5,
html body[class] .component--text-image .text-block h6,
html body[class] .entry-content h1,
html body[class] .entry-content h2,
html body[class] .entry-content h3,
html body[class] .entry-content h4,
html body[class] .entry-content h5,
html body[class] .entry-content h6 {
  color: #0d2541 !important;
}

/* Strong, span elements that were brand-blue accents */
html body[class] .entry-content strong,
html body[class] .component--text-image strong,
html body[class] .at-glance span,
html body[class] [class*="at-glance"] span {
  color: #0d2541 !important;
}

/* Ensure dark-section headings stay white (override the override) */
html body[class] header.site-header h1, html body[class] header.site-header h2, html body[class] header.site-header h3, html body[class] header.site-header h4, html body[class] header.site-header h5, html body[class] header.site-header h6,
html body[class] .form-top h1, html body[class] .form-top h2, html body[class] .form-top h3, html body[class] .form-top h4, html body[class] .form-top h5, html body[class] .form-top h6,
html body[class] .icon-block--list.make-switch h1, html body[class] .icon-block--list.make-switch h2, html body[class] .icon-block--list.make-switch h3, html body[class] .icon-block--list.make-switch h4, html body[class] .icon-block--list.make-switch h5, html body[class] .icon-block--list.make-switch h6,
html body[class] .compare-callout h1, html body[class] .compare-callout h2, html body[class] .compare-callout h3, html body[class] .compare-callout h4, html body[class] .compare-callout h5, html body[class] .compare-callout h6,
html body[class] .customer-review h1, html body[class] .customer-review h2, html body[class] .customer-review h3, html body[class] .customer-review h4, html body[class] .customer-review h5, html body[class] .customer-review h6,
html body[class] footer h1, html body[class] footer h2, html body[class] footer h3, html body[class] footer h4, html body[class] footer h5, html body[class] footer h6 {
  color: #fff !important;
}

/* === END TBWS_NAVY_FIXES_6 === */


/* ============================================================
   TBWS_NAVY_FIXES_7 — Cover .component--page-intro and remaining variants
   ============================================================ */

html body[class] .component--page-intro h1,
html body[class] .component--page-intro h2,
html body[class] .component--page-intro h3,
html body[class] .component--page-intro h4,
html body[class] .component--page-intro h5,
html body[class] .component--page-intro h6,
html body[class] [class*="component--"] h1,
html body[class] [class*="component--"] h2,
html body[class] [class*="component--"] h3,
html body[class] [class*="component--"] h4,
html body[class] [class*="component--"] h5,
html body[class] [class*="component--"] h6 {
  color: #0d2541 !important;
}

html body[class] [class*="component--"] strong,
html body[class] [class*="component--"] .at-glance,
html body[class] [class*="component--"] [class*="at-glance"] {
  color: #0d2541 !important;
}

/* === END TBWS_NAVY_FIXES_7 === */


/* ============================================================
   TBWS_NAVY_FIXES_8 — .compare-wrapper inner heading + safety
   The H4 inside .compare-callout .compare-wrapper sits on a WHITE
   inner card, so its heading should be navy not white.
   ============================================================ */

html body[class] .compare-callout .compare-wrapper h1,
html body[class] .compare-callout .compare-wrapper h2,
html body[class] .compare-callout .compare-wrapper h3,
html body[class] .compare-callout .compare-wrapper h4,
html body[class] .compare-callout .compare-wrapper h5,
html body[class] .compare-callout .compare-wrapper h6,
html body[class] .compare-callout .compare-wrapper p,
html body[class] .compare-callout .compare-wrapper span,
html body[class] .compare-wrapper h1,
html body[class] .compare-wrapper h2,
html body[class] .compare-wrapper h3,
html body[class] .compare-wrapper h4,
html body[class] .compare-wrapper h5,
html body[class] .compare-wrapper h6,
html body[class] .compare-wrapper p,
html body[class] .compare-wrapper span {
  color: #0d2541 !important;
}

/* === END TBWS_NAVY_FIXES_8 === */


/* ============================================================
   TBWS_NAVY_FIXES_9 — Sweep sector-page custom classes that still use old #005393
   Use higher-specificity selectors (html body[class]) to beat scoped page CSS
   ============================================================ */

html body[class] .hero-sub,
html body[class] .ag-title,
html body[class] .ag-list,
html body[class] .ag-list li,
html body[class] .ag-icon,
html body[class] .ag-pill,
html body[class] .ct-tag,
html body[class] .ct-cta,
html body[class] .ct-num,
html body[class] .ct-title,
html body[class] .ct-label,
html body[class] .ct-quote,
html body[class] .ct-summary,
html body[class] .case-teaser,
html body[class] .case-teaser *,
html body[class] .sc-title,
html body[class] .schools-contents,
html body[class] .schools-contents a,
html body[class] .schools-contents li,
html body[class] .schools-contents .sc-num,
html body[class] .schools-table,
html body[class] .schools-table th,
html body[class] .schools-table td,
html body[class] .schools-table tr,
html body[class] .n,
html body[class] .bb-title,
html body[class] .bb-seg,
html body[class] .bb-seg span,
html body[class] .bb-seg div,
html body[class] .bb-row,
html body[class] .rg-name,
html body[class] .rg-coverage,
html body[class] .rg-card,
html body[class] .p-title,
html body[class] .p-num,
html body[class] .p-text,
html body[class] .p-card,
html body[class] .tldr,
html body[class] .tldr-text,
html body[class] .tldr strong,
html body[class] .proof-strip,
html body[class] .proof-strip span,
html body[class] .proof-strip div,
html body[class] .ps-num,
html body[class] .ps-label,
html body[class] .callout-box,
html body[class] .callout-box * {
  color: #0d2541 !important;
}

/* === END TBWS_NAVY_FIXES_9 === */


/* ============================================================
   TBWS_NAVY_FIXES_10 — Beat scoped CSS using [class*="component--"]
   ============================================================ */

html body[class] [class*="component--"] .hero-sub,
html body[class] [class*="component--"] .ag-title,
html body[class] [class*="component--"] .ag-list,
html body[class] [class*="component--"] .ag-list li,
html body[class] [class*="component--"] .ag-icon,
html body[class] [class*="component--"] .ag-pill,
html body[class] [class*="component--"] .ct-tag,
html body[class] [class*="component--"] .ct-cta,
html body[class] [class*="component--"] .ct-num,
html body[class] [class*="component--"] .ct-title,
html body[class] [class*="component--"] .ct-label,
html body[class] [class*="component--"] .case-teaser,
html body[class] [class*="component--"] .case-teaser *,
html body[class] [class*="component--"] .sc-title,
html body[class] [class*="component--"] .schools-contents,
html body[class] [class*="component--"] .schools-contents a,
html body[class] [class*="component--"] .schools-contents li,
html body[class] [class*="component--"] .schools-table,
html body[class] [class*="component--"] .schools-table th,
html body[class] [class*="component--"] .schools-table td,
html body[class] [class*="component--"] .n,
html body[class] [class*="component--"] .bb-title,
html body[class] [class*="component--"] .bb-seg,
html body[class] [class*="component--"] .bb-seg span,
html body[class] [class*="component--"] .rg-name,
html body[class] [class*="component--"] .rg-coverage,
html body[class] [class*="component--"] .p-title,
html body[class] [class*="component--"] .p-num,
html body[class] [class*="component--"] .p-text,
html body[class] [class*="component--"] .tldr,
html body[class] [class*="component--"] .tldr-text,
html body[class] [class*="component--"] .proof-strip,
html body[class] [class*="component--"] .ps-num,
html body[class] [class*="component--"] .ps-label,
html body[class] [class*="component--"] .callout-box {
  color: #0d2541 !important;
}

/* Mobile/slide menu items — also navy */
html body[class] .slide-menu .menu-item a,
html body[class] .mobile-menu .menu-item a,
html body[class] .mega-menu .menu-item a:not(.mega-menu-link) {
  color: #0d2541 !important;
}

/* === END TBWS_NAVY_FIXES_10 === */


/* ============================================================
   TBWS_NAVY_FIXES_11 — Tighten "How to" gap, fix form-box CTA, round FAQ boxes
   ============================================================ */

/* Remove top padding on switching-suppliers so heading sits closer to wave above */
html body[class] .icon-block.switching-suppliers {
  padding-top: 0 !important;
}

/* Form-box "Compare business water suppliers now!" → navy not old blue */
html body[class] .form-box p,
html body[class] .form-box .form-title,
html body[class] .form-top .form-box p,
html body[class] .form-top .form-box h1,
html body[class] .form-top .form-box h2,
html body[class] .form-top .form-box h3,
html body[class] .form-top .form-box h4 {
  color: #0d2541 !important;
}

/* FAQ accordion boxes — rounded corners + subtle polish */
html body[class] .accordion-toggle {
  border-radius: 12px !important;
  transition: box-shadow 0.18s ease, transform 0.18s ease !important;
}
html body[class] .accordion-toggle:hover {
  box-shadow: 0 4px 14px rgba(13, 37, 65, 0.08) !important;
}
html body[class] .accordion-toggle.active,
html body[class] .accordion-toggle.open {
  box-shadow: 0 6px 18px rgba(13, 37, 65, 0.10) !important;
}
html body[class] .accordion-toggle .icon { color: #0d2541 !important; }

/* === END TBWS_NAVY_FIXES_11 === */


/* ============================================================
   TBWS_NAVY_FIXES_12 — case-teaser navy + bill-breakdown white labels
   ============================================================ */

/* Case-teaser → navy gradient card with white text */
html body[class] .case-teaser,
html body[class] [class*="component--"] .case-teaser {
  background: linear-gradient(135deg, #0d2541 0%, #1d3d6b 100%) !important;
  color: #fff !important;
  border-radius: 14px !important;
}
html body[class] .case-teaser *,
html body[class] [class*="component--"] .case-teaser *,
html body[class] .case-teaser .ct-tag,
html body[class] .case-teaser .ct-num,
html body[class] .case-teaser .ct-title,
html body[class] .case-teaser .ct-cta,
html body[class] .case-teaser .ct-summary,
html body[class] .case-teaser .ct-label {
  color: #fff !important;
}

/* Bill breakdown — darken segments to ensure white text reads on all of them, force white labels and header */
html body[class] .bill-breakdown {
  background: linear-gradient(135deg, #0d2541 0%, #1d3d6b 100%) !important;
  border-radius: 14px !important;
  padding: 24px !important;
}
html body[class] .bill-breakdown .bb-title { color: #fff !important; }
html body[class] .bill-breakdown .bb-seg.s1 { background: #0a1d33 !important; }
html body[class] .bill-breakdown .bb-seg.s2 { background: #143257 !important; }
html body[class] .bill-breakdown .bb-seg.s3 { background: #1d4d82 !important; }
html body[class] .bill-breakdown .bb-seg.s4 { background: #2278b8 !important; }
html body[class] .bill-breakdown .bb-seg.s5 { background: #18a4d4 !important; }
html body[class] .bill-breakdown .bb-seg,
html body[class] .bill-breakdown .bb-seg span,
html body[class] .bill-breakdown .bb-seg div { color: #fff !important; }
html body[class] .bill-breakdown .bb-row > div,
html body[class] .bill-breakdown .bb-bar + *,
html body[class] .bill-breakdown div:not(.bb-bar):not(.bb-seg):not(.bb-title) { color: #fff !important; }

/* === END TBWS_NAVY_FIXES_12 === */







<!-- TBWS_PREVIEW_PILL_JS — activates pillheader preview + scroll class -->
<script>
(function(){
  var s = location.search, h = location.hash;
  var add = function(c){
    document.documentElement.classList.add(c);
    if (document.body) document.body.classList.add(c);
    else document.addEventListener('DOMContentLoaded', function(){ document.body.classList.add(c); });
  };
  if (s.indexOf('pillheader=1') !== -1 || h === '#pillheader') {
    add('tbws-preview-pillheader');
    // Swap logo to the white-theme (two-blue) variant for white pill bg
    document.addEventListener('DOMContentLoaded', function(){
      document.querySelectorAll('header.site-header img[src*="the-business-water-shop"]').forEach(function(img){
        var src = img.getAttribute('src') || '';
        if (src.indexOf('white-theme') === -1) img.setAttribute('src', src.replace('the-business-water-shop.png', 'the-business-water-shop-white-theme.png'));
      });
    });
    // Scroll handler — adds tbws-scrolled when scrolled past 100px
    var lastY = 0;
    function onScroll(){
      if (window.scrollY > 100) document.body.classList.add('tbws-scrolled');
      else document.body.classList.remove('tbws-scrolled');
    }
    window.addEventListener('scroll', onScroll, {passive: true});
    document.addEventListener('DOMContentLoaded', onScroll);
  }
})();
</script>


/* ============================================================
   TBWS_NO_BAR — permanently hide key-messages bar; seamless header-to-hero
   ============================================================ */
.key-messages { display: none !important; }
/* Hero starts at the same #0d2541 as the header so the seam is invisible */
.form-top { background: linear-gradient(180deg, #0d2541 0%, #1d3d6b 60%, #1d3d6b 100%) !important; }
/* Remove the wave overlap compensation on switching-suppliers since there's now no bar collision */
.icon-block.switching-suppliers { padding-top: 0 !important; margin-top: 0 !important; }
/* === END TBWS_NO_BAR === */
