:root {
  --arrow-down-color: #98F6D7;
  --font-lato: 'Lato', sans-serif;
  --font-bold: 600;
  --green-color:#085132;
}
body {
  font-family: var(--font-lato);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: var(--font-lato);
  font-weight: var(--font-bold);
}
.h2 {
  font-size: 2.5rem;
}
.banner {
  height: 620px;
  overflow: hidden;
  position: relative;
}
a {
  color: #085132;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner .background-gray {
  background-color: #12121259;
  z-index: 1;
}

.paragraph-body li {
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: var(--font-bold);
}
.background-white,
.background-gray,
.background-black,
.map-wrapper .paragraph-body,
.map-wrapper .map-overlay{
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 100%;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
}
.map-wrapper {
  height: 520px;
  overflow-y: hidden;
}
.map-wrapper .map-overlay {
  background-color: #00000069;
}
.map-wrapper:hover .map-overlay{
  display: none;
}
.map-wrapper:hover  .paragraph-body {
  z-index: 1;
}
.map-wrapper .paragraph-body {
  padding-top: 0;
}
.background-gray.transparent {
  background: #ffffffc7;
}
.background-white {
  background-color: #fff;
}

.background-gray {
  background-color: #f5faff;
}
.background-black {
  background-color: #000000bd;
}
.paragraph-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}

header .bg-dark {
  background: #085132 !important;
}
.paragraph-body {
  padding-top: 25px;
}
.menu--main .nav-level-0 li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
/* Initial state: invisible line */
.menu--main .nav-level-0 li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

/* On hover or when active: animate underline */
.menu--main .nav-level-0 li a.active::before,
.menu--main .nav-level-0 li a:hover::before {
  width: 80%;
}

.bullet-svg {
  position: absolute;
  inset: 0px;
  width: 100%;
  overflow: visible;
  cursor: default;
}

.paragraph-body > ol > li {
  position: relative;
  padding: 0
}
.styled-list ol,
.styled-list ul{
  padding: 0;
  list-style: square;
}

.styled-list ol > li h4 {
  position: relative;
  left: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Style the injected SVG */
.paragraph-body ol > li > .bullet-svg {
  height: 100%;
  width: 80px;
  min-width: 20px; /* Adjust arrow width */
}

/* Fix path scaling */
.paragraph-bullet ol > li > .bullet-svg > path {
  width: 100%;
  height: 100%;
}

.paragraph-bullet .paragraph-body > ol > li,
.paragraph-bullet-top-image .paragraph-body > ol > li,
.paragraph-body > .numbered > li{
  counter-increment: step;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 100%);
  margin-bottom: 25px;
}
.paragraph-bullet .paragraph-body > ol > li {
  padding-left: 125px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.paragraph-body > .two-column.numbered > li{
  padding-left: 80px;
}
.paragraph-bullet .paragraph-body > ol > li li {
  padding-bottom: 10px;
}

.paragraph-bullet.styled-list .paragraph-body > ol > li::before,
.paragraph-bullet-top-image .paragraph-body > ol > li::before,
.paragraph-body > .numbered > li::before{
  content: counter(step);
  position: absolute;
  left: 4%;
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: bold;
  color: #000;
  box-decoration-break: clone;
  z-index: 1;
}

.paragraph-bullet.styled-list .paragraph-body > ol > li::before {
  top: 50%;
}
.paragraph-body > .two-column.numbered > li::before {
  background-color: #98f6d7;
  padding: 1px 12px;
  font-size: 22px;
  top: 30px;
}
.paragraph-bullet .content-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.bullet-svg path,
.css-arrow-header path,
.background-gray svg[class*="fa"] path,
.background-gray svg[class*="fa"] path  {
  fill: var(--arrow-down-color) !important;
}
.icon-green svg[class*="fa"] path{
  fill: var(--green-color) !important;
}
.paragraph-body > ul.arrow-header > li > h4 {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 1.75rem 1rem;
  color: var(--bs-highlight-color);
}
.four-column svg[class*="fa"] {
  font-size: 1.2rem;
  padding-right: 4px;
  padding-bottom: 2px;
}
.arrow-header h4 > svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: auto; /* or a specific value */
}
.top-img-wrapper {
  height: 320px;
}
.content-image.full-width {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 100%;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  background-position: bottom;
  backface-visibility: hidden;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-body > .two-column,
.paragraph-body > .four-column,
.paragraph-body > .three-column  {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 2rem;
  justify-content: center;
  padding-top: 15px;
}


.paragraph-body > .two-column > li {
  flex: 0 0 calc(50% - 1rem); /* 2 columns */
  box-sizing: border-box;
  padding: 1rem;
}
.paragraph-body > .four-column.numbered > li {
  flex: 0 0 calc(23% - 1rem);
  box-sizing: border-box;
  padding: 0rem;
  position: relative;
  text-align: left;
  padding-left: 50px;
}

.paragraph-body > .three-column > li {
  flex: 0 0 calc(32% - 1rem); /* 3 columns */
  box-sizing: border-box;
  padding: 1rem;
}

.paragraph-body > .two-column > li li {
  list-style: none;
}

.paragraph-body > .two-column > li > ol {
  padding-left: 0;
}

.center-numbered > li {
 width: 50%;
}
.center-numbered {
  position: relative;
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  counter-reset: step;
}

.center-numbered::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 1;
}

.center-numbered li {
  position: relative;
  padding: 2rem 2rem;
  counter-increment: step;
}

.center-numbered li:nth-child(odd) {
  text-align: left;
}
.center-numbered li:nth-child(odd):before {
  right: -14px;
}

.center-numbered li:nth-child(even) {
  text-align: left;
  left: 50%;
  padding-left: 80px;
}

.center-numbered li:nth-child(even):before {
  left: -18px;
  
}

.center-numbered li:nth-child(even):after {
  
 
  left: 0;
  transform: translateY(-50%);
}
.center-numbered li:nth-child(odd):after {
  right: 0;
}
.center-numbered li:nth-child(even):after,
.center-numbered li:nth-child(odd):after {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  border: 1px solid #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
}
.center-numbered li::before,
.paragraph-body > .four-column.numbered > li::before {
  content: counter(step);
  position: absolute;
  width: 32px;
  height: 32px;
  background: #98f6d7;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff;
}
.paragraph-body > .four-column.numbered > li::before {
  width: 25px;
  height: 25px;
  line-height: 24px;
  top: 15px;
}
.paragraph-body > ul.arrow-header > li > h4 {
  position: relative;
  z-index: 1;
}
table.table {
  width: 100%;
  table-layout: fixed; /* Forces equal column width distribution */
}

table.table th, 
table.table td {
  vertical-align: top;
  text-align: left;
  padding: 16px;
}

table.table h4 {
  margin: 0 0 10px;
}
.contact-wrapper {
  background-color: #EEF6FF;
  padding: 25px;
}
.webform-wrapper label {
  font-weight: 600;
  padding-bottom: 12px;
}

.webform-wrapper .webform-actions {
  text-align: right;
  padding-top: 10px;
}

.btn-primary {
  background: #98F6D7;
  color: #085132;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato';
  border: 1px #085132 solid;
  padding: 12px 10px;
}
.button:first-child:active,
.btn:first-child:active,
.btn:hover,
.button:hover {
  background-color: #085132
}

.paragraph-body > ol > li,
.paragraph-body > ul > li {
  list-style: none;

}
.two-column h4 svg {
  position: absolute;
  left: 0;
  padding-top: 5px;
}
.paragraph-body .two-column > li {
  position: relative;
  padding-left: 35px;
}
.menu--main .navbar-nav li.external a.nav-link:hover {
  background: #042819;
  color: #fff;
}
.menu--main .navbar-nav li.external a.nav-link  {
  background: #111;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 12px;
  background: #98F6D7;
  color: #085132;
  font-weight: 600;
}
.menu--main ul li:last-child a {
  margin-right: 0 !important;
}
.contact-wrapper svg {
  font-size: 20px;
}
.contact-wrapper svg path {
  fill: #085132;
}
.navbar-brand img {
  height: 90px;
}
input.form-control,
textarea.form-control {
  background-color: #f6faff;
}

#gt_float_wrapper {
  bottom: 0 !important;
  top: 200px;
  height: 50px !important;
  right: 0;
  width: 188px !important;
}
.bttwpi-progressbar-container {
  background-color: #085132 !important;
}
.bttwpi-progressbar-container::after{
  color: #fff !important;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #a8f1d3e8; /* Match the background color of the logo */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-border-spin {
  width: 120px;
  height: 120px;
  padding: 8px; /* space for border */
  border: 4px solid #1f4637; /* dark green */
  border-radius: 50%;
  animation: spin 2.1s linear infinite;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-center {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.copyright {
  line-height: 35px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 328px) {
  .paragraph-body > .two-column,
  .paragraph-body > .four-column,
  .paragraph-body > .three-column {
    display: block;
  }
  .social-links {
    display: block;
  }
  .external {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .menu--main .navbar-nav li.external a.nav-link {
    margin-right: 0px;
  }
  .menu--main .nav-level-0 li a.active::before, .menu--main .nav-level-0 li a:hover::before {
    width: 100%;
  }
  ul.four-column li {
    margin-bottom: 20px;
    text-align: center;
  }
  .center-numbered li:nth-child(even) {
    padding-left: 35px;
  }
}
@media screen and (min-width: 568px) {
  .social-links {
    display: inline-block;
  }
  .paragraph-body > .two-column,
  .paragraph-body > .four-column,
  .paragraph-body > .three-column {
    display: flex;  
  }
  .center-numbered li:nth-child(even) {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-body > .two-column,
  .paragraph-body > .four-column,
  .paragraph-body > .three-column {
    display: flex;
  } 
}

@media screen and (min-width: 992px) {
  .menu--main .navbar-nav li.external a.nav-link {
    margin-right: 12px;
  }
  .external {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
  }
  .menu--main .nav-level-0 li a.active::before, .menu--main .nav-level-0 li a:hover::before {
    width: 80%;
  }
  ul.four-column li {
    margin-bottom: 10px;
    text-align: auto;
  }
}