/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: #ffffff;
  margin: 0 auto !important;
}
body,
body p {
  color: #4c4c4c !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.8em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #054770;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #0A6FA8;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 2em;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #f4f4f4;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f4f4;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f4f4;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 127px;
}
@media (max-width: 992px) {
  .topbanner,
  .no-banner {
    margin-top: 100px;
  }
}
#masthead {
  margin-top: 60px !important;
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 127px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .site-header {
    height: 100px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  margin-top: -10px;
  width: auto;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 40px;
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) {
  .site-header img {
    height: 40px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 992px) {
  .site-header.scroll {
    height: 100px;
  }
}
.site-header.scroll img {
  height: 40px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 1200px) {
  ul.navbar-nav {
    display: none;
  }
}
#main-nav .navbar-nav > li > a {
  color: #054770 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 10px 10px 10px !important;
  }
}
@media all and (max-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    font-size: 14px !important;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #0A6FA8 !important;
  background: none;
}
/* =========================================================
   1) TOP LEVEL active state (parent stays highlighted)
   ========================================================= */
#main-nav .navbar-nav > li.current-menu-item > a,
#main-nav .navbar-nav > li.current-menu-parent > a,
#main-nav .navbar-nav > li.current-menu-ancestor > a,
#main-nav .navbar-nav > li.active > a {
  color: #033657;
  border-bottom: 3px solid #054770;
}
/* If your walker uses .nav-link on top-level anchors, this is also safe:
#main-nav .navbar-nav > li.current-menu-ancestor > a.nav-link { ... }
*/
/* =========================================================
   2) Reset ALL dropdown items (prevents "everything highlighted")
   ========================================================= */
#main-nav .navbar-nav .dropdown-menu > li > a,
#main-nav .navbar-nav .dropdown-menu > li > a.dropdown-item {
  background-color: transparent;
  border-bottom: 0;
}
/* =========================================================
   3) ONLY the current dropdown item gets the active background
   (This is the part you were missing)
   ========================================================= */
#main-nav .navbar-nav .dropdown-menu > li.current-menu-item > a,
#main-nav .navbar-nav .dropdown-menu > li.current_page_item > a,
#main-nav .navbar-nav .dropdown-menu > li.active > a,
#main-nav .navbar-nav .dropdown-menu > li.current-menu-item > a.dropdown-item,
#main-nav .navbar-nav .dropdown-menu > li.current_page_item > a.dropdown-item,
#main-nav .navbar-nav .dropdown-menu > li.active > a.dropdown-item {
  color: #033657;
  color: black;
  font-weight: 600;
}
.extra-menu-top {
  display: none;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #fff !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
  width: 300px;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover a {
  color: #054770 !important;
  font-weight: 500;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: red;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.top-footer {
  display: none;
  height: 228px;
}
@media all and (max-width: 992px) {
  .top-footer {
    height: auto !important;
    padding: 60px;
  }
}
.top-footer h5 {
  font-size: 1.7em !important;
  font-weight: 600;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .top-footer h5 {
    text-align: center;
    font-size: 1.4em !important;
    margin-bottom: 30px;
  }
}
.top-footer p {
  color: #fff !important;
}
@media all and (max-width: 992px) {
  .top-footer p {
    text-align: center;
  }
}
.footer {
  margin: 0 auto;
  padding: 90px 0;
  max-width: 1920px;
  background-color: #054770;
  height: auto !important;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  font-size: 14px !important;
  text-align: center;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  margin-bottom: -10px;
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 4px 15px;
  text-transform: uppercase;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  min-height: 598px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 200px;
  padding-bottom: 60px;
}
.hero-banner .container {
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-banner {
    padding-top: 140px;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
  margin-top: 0;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.6em !important;
  color: #064870;
  font-weight: 600;
}
.hero-banner .hero-banner-text h2 {
  color: #4c4c4c;
  font-size: 1.5em !important;
  font-weight: 400 !important;
  line-height: 1.4em;
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner-text h1,
  .hero-banner .hero-banner-text h2 {
    padding-right: 60px;
  }
}
.page-template-flex-no-banner h1 {
  font-weight: 600;
}
.page-template-flex-no-banner h2 {
  color: #064870;
  font-size: 2em !important;
}
.page-template-flex-no-banner .detail-page .icon-list {
  margin-bottom: 60px;
}
.page-template-flex-no-banner .detail-page .icon-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-flex-no-banner .detail-page .icon-list ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
}
.page-template-flex-no-banner .detail-page .icon-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2026/01/check-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-flex-no-banner .form-placeholder {
  height: 100%;
  background: white;
  padding: 60px;
  box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.25);
}
.page-template-flex-no-banner .form-placeholder input.btn-primary {
  background-color: #3c6c38;
  color: #fff;
}
.page-template-flex-no-banner .water-activity-testing {
  margin-bottom: 60px;
}
.page-template-flex-banner .hero-banner {
  margin-top: -100px;
}
.page-template-flex-banner .start-testing .left p {
  color: white !important;
}
.page-template-flex-banner .start-testing .left ul li {
  color: white !important;
}
.page-template-flex-banner .start-testing .form-placeholder {
  height: 100%;
  background: white;
  padding: 60px;
  box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.25);
}
.page-template-flex-banner .start-testing .form-placeholder input.btn-primary {
  background-color: #3c6c38;
  color: #fff;
}
.page-template-flex-banner .faq {
  margin-top: -130px;
}
@media (max-width: 768px) {
  .page-template-flex-banner .faq {
    margin-top: 0px !important;
  }
}
.page-template-flex-banner .faq .question {
  margin-bottom: 40px;
}
.page-template-flex-banner .faq .question h4 {
  color: #064870;
  font-size: 2em !important;
  font-weight: 600;
}
body.home .hero-banner {
  height: 901px;
  padding-top: 400px;
  padding-bottom: 60px;
}
body.home .hero-banner .container {
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 768px) {
  body.home .hero-banner {
    padding-top: 30px;
    padding-bottom: 0px;
    height: auto;
  }
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.1em !important;
  font-weight: 700;
  color: #064870 !important;
}
body.home .hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
  color: blue !important;
}
body.home .hero-banner .hero-banner-text .mybutton {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: -200px;
  }
}
@media (max-width: 768px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: 90px;
  }
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #064870;
  line-height: 0.9em;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 2.3em !important;
  color: #ffffff;
  font-weight: 600 !important;
}
h3,
.h3 {
  color: #fff;
  font-size: 1.9em !important;
}
h4,
.h4 {
  font-size: 1.2em !important;
  font-weight: 500;
  color: #ffffff;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
/* BUTTON */
a.mybutton,
p a.mybutton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 14px;
  width: auto !important;
  max-width: none !important;
  padding: 12px 30px !important;
  border-radius: 40px;
  background: #3d6d38;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1.1 !important;
  white-space: nowrap;
}
/* ICON (namespaced) */
a.mybutton .btn-icon,
p a.mybutton .btn-icon {
  display: inline-block !important;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
a:hover.mybutton {
  color: white !important;
}
a:hover.butlight {
  color: #224c58 !important;
}
/* GREEN RIGHT ARROW */
a.mybutton .btn-icon-right {
  background-image: url('/wp-content/uploads/2025/12/green-right-arrow.png');
}
/* ADD: GREEN DOWN ARROW */
a.mybutton .btn-icon-down {
  background-image: url('/wp-content/uploads/2025/12/green-down-arrow.png');
}
/* ADD: LIGHT BUTTON VARIANT */
a.mybutton.butlight,
p a.mybutton.butlight {
  background: #bceafe;
  color: #224c58;
}
p a:hover.mybutton,
a:hover.mybutton,
button:hover.button,
a:hover.button {
  transform: translate(2px, 2px);
}
/* ADD: LIGHT BLUE RIGHT ARROW */
a.mybutton.butlight .btn-icon-light-right {
  background-image: url('/wp-content/uploads/2025/12/blue-right-arrow.png');
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #064870 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #064870 !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  margin: -230px auto 0 auto;
}
.overlay .container p.test-description {
  color: #ffffff !important;
}
.overlay .container img.circle-leaf {
  margin-right: 20px;
}
.overlay .container .bullets {
  margin-top: 30px;
  /* Arrow bullet */
}
.overlay .container .bullets .test-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay .container .bullets .test-bullets li {
  position: relative;
  padding-left: 32px;
  /* space for arrow */
  margin-bottom: 14px;
}
.overlay .container .bullets .test-bullets li a {
  color: #fff;
  text-decoration: none;
}
.overlay .container .bullets .test-bullets li a:hover {
  color: #ccc;
}
.overlay .container .bullets .test-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  /* adjust to match icon */
  height: 18px;
  background-image: url("/wp-content/uploads/2025/12/blue-right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .overlay .container {
    margin-top: 30px;
    padding: 30px !important;
  }
  .overlay .container h2 {
    font-size: 1.5em !important;
  }
}
.home-three-boxes {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-size: 100% 100%;
  /* ===============================
     HEX BOXES (flat-top + rounded)
     =============================== */
  /* draw the hex shape */
  /* keep text above the shape */
  /* your spacing rules */
}
.home-three-boxes p {
  font-size: 16px !important;
}
@media all and (max-width: 992px) {
  .home-three-boxes {
    padding-top: 180px !important;
  }
}
.home-three-boxes .middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .home-three-boxes .middle {
    position: absolute;
    margin-top: 50px;
    height: 0px !important;
  }
}
.home-three-boxes .middle h2 {
  color: #3d6d38 !important;
  font-size: 2em !important;
}
.home-three-boxes .middle h6 {
  color: #37616f !important;
  text-align: center;
  text-transform: uppercase;
}
.home-three-boxes .topbox,
.home-three-boxes .bottombox {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.8;
  /* content layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 60px;
  padding-top: 90px;
  /* background handled by ::before */
  background: transparent;
  /* shadow on the box */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  /* hex fill color (drives ::before via currentColor) */
  color: #ffffff;
  /* IMPORTANT: goo filter rounds the corners */
  filter: url("#hexGoo");
}
.home-three-boxes .topbox::before,
.home-three-boxes .bottombox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  /* Perfect flat-top hex */
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0;
}
.home-three-boxes .topbox > *,
.home-three-boxes .bottombox > * {
  position: relative;
  z-index: 1;
}
.home-three-boxes .topbox h3,
.home-three-boxes .bottombox h3 {
  color: #3d6d38 !important;
  font-size: 1.6em !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.home-three-boxes .topbox {
  margin-bottom: 90px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .topbox {
    margin-top: 330px;
  }
}
@media all and (max-width: 992px) {
  .home-three-boxes .left {
    margin-bottom: -150px !important;
  }
  .home-three-boxes .right {
    margin-top: -150px !important;
  }
}
.blue-gradient .container {
  padding: 50px 90px;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
@media all and (max-width: 768px) {
  .blue-gradient .container {
    padding: 30px;
  }
}
.blue-gradient .container h2.form-h2 {
  color: #064870;
}
.why-testing .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  padding: 50px 90px;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
.why-testing .container p {
  color: #fff !important;
}
.services .repeater-heading h2 {
  color: #064870;
  text-align: center;
}
.services .flex-repeater-cell {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  padding: 30px;
  border: 9px solid #fff;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
.services .flex-repeater-cell .feature-title h4 {
  color: #fff !important;
}
.services .flex-repeater-cell p {
  color: #fff !important;
}
.process .repeater-heading h2 {
  color: #54874f;
  text-align: center;
}
.services .repeater-heading h2 {
  font-size: 2.8em !important;
  margin-bottom: -20px;
}
.services .flex-repeater-cell {
  /* Title row */
  /* Icon */
  /* Description */
}
.services .flex-repeater-cell .feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
  /* Title text */
}
.services .flex-repeater-cell .feature-title h4 {
  margin: 0;
  line-height: 1.25;
  font-size: 1.2em !important;
  font-weight: 500;
}
.services .flex-repeater-cell .feature-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  /* prevents shrinking on small screens */
}
.services .flex-repeater-cell .feature-description {
  margin-top: 0.5rem;
}
.process .repeater-heading h2 {
  font-size: 2.8em !important;
}
.process .flex-repeater-cell {
  /* Title row */
  /* Icon */
  /* Description */
}
.process .flex-repeater-cell .feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
  /* Title text */
}
.process .flex-repeater-cell .feature-title h4 {
  margin: 0;
  line-height: 1.25;
  font-size: 1.3em !important;
  font-weight: 600;
  color: #494949;
}
.process .flex-repeater-cell .feature-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  /* prevents shrinking on small screens */
}
.process .flex-repeater-cell .feature-description {
  margin-top: 0.5rem;
}
.page-sampling-procedures .sampling h1 {
  text-align: center;
  margin-bottom: 30px;
}
.page-sampling-procedures .sampling h2 {
  color: #fff;
  padding: 20px 40px;
  margin-bottom: 30px;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
.page-sampling-procedures .procedures ul {
  list-style: none;
  /* Remove default bullets */
}
.page-sampling-procedures .procedures li::before {
  content: "⬥";
  /* Unicode for a black medium diamond */
  color: #4c4c4c;
  /* Customize the diamond color */
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
  /* Position the diamond in the padding space */
  /* Additional styling for alignment */
  font-size: 0.6em;
  vertical-align: middle;
}
.page-sampling-procedures .procedures li {
  padding-bottom: 10px;
}
.page-sampling-procedures .protocol {
  --protocol-left: 30px;
  --icon-col: 28px;
  --icon-gap: 10px;
  /* Header row: force it to be the same height as the icon so alignment is perfect */
  /* Nested list under step 4 */
}
.page-sampling-procedures .protocol .protocol-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .protocol .protocol-step {
  display: flex;
  align-items: flex-start;
  /* align icon to top of header row */
  gap: var(--icon-gap);
  margin-bottom: 12px;
}
.page-sampling-procedures .protocol .step-icon {
  width: var(--icon-col);
  flex: 0 0 var(--icon-col);
  display: flex;
  justify-content: center;
  margin-top: 2px;
  /* optical tweak; adjust 0–3px if needed */
}
.page-sampling-procedures .protocol .step-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.page-sampling-procedures .protocol .step-content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-sampling-procedures .protocol .step-header {
  display: flex;
  align-items: center;
  min-height: 24px;
  line-height: 1.2;
}
.page-sampling-procedures .protocol .step-body {
  margin-top: 4px;
}
.page-sampling-procedures .protocol ul.collect {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0 0;
}
.page-sampling-procedures .protocol ul.collect li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
}
.page-sampling-procedures .protocol ul.collect li::before {
  content: "⬥";
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 0.6em;
  color: #4c4c4c;
  /* replace with #yourColor if using plain CSS */
}
.page-sampling-procedures .protocol h4 {
  font-size: 1.4em !important;
  color: #4c4c4c;
  font-weight: 600;
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .protocol .protocol-note {
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .requirements p,
.page-sampling-procedures .requirements ul {
  margin-left: 30px;
}
.about-banner .about-banner-text {
  padding-right: 60px;
}
.about-banner .about-banner-text h4 {
  color: #4c4c4c !important;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 1.4em !important;
}
.about-box .container h2,
.about-box .container p.mission-description {
  color: #fff !important;
}
.about-box .container h2 {
  font-size: 2.6em !important;
}
.about-box .container img.circle-leaf {
  margin-right: 20px;
}
.about-box .container .bullets {
  margin-bottom: 30px;
  /* Arrow bullet */
}
.about-box .container .bullets .check-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-box .container .bullets .check-bullets li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.5em;
}
.about-box .container .bullets .check-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/01/check-icon-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .about-box .container {
    margin-top: 30px;
    padding: 40px;
  }
  .about-box .container h2 {
    font-size: 1.5em !important;
  }
}
.required-testing h3,
.required-testing p {
  color: #fff !important;
}
.required-testing a.mybutton {
  margin-top: 30px;
}
.submission-guidelines p {
  margin-bottom: 1.5em;
}
.submission-guidelines p.verify {
  margin-bottom: 0 !important;
}
.submission-guidelines h3 {
  color: #064870;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
.submission-guidelines h5 {
  font-size: 1.4em !important;
  color: #4c4c4c;
}
