body {
  color: #323232;
  font-size: 1rem;
  font-family: poppins, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
.wrapper {
  padding: 0;
}
:focus {
  box-shadow: 0 !important;
  outline: 0 !important;
}
.bluebg {
  background: #064860;
}
.graybg {
  background: #F4F4F4;
}
.button {
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05313rem;
  display: inline-flex;
  padding: 0.75rem 1.5rem 0.5rem;
  line-height: 1.75;
}
.button i {
  line-height: 1.5;
}
.greenbtn {
  color: #fff;
  background: #B2D235;
}
.greenbtn:hover {
  color: #fff !important;
  background: #CBEA53;
}
h1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0.035rem;
}
h2 {
  color: #2BAAE2;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.03375rem;
  margin-bottom: 2rem;
}
h3 {
  color: #064860;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: 0.02625rem;
}
h4 {
  color: #2BAAE2;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.045rem;
}
a {
  color: #064860;
  text-decoration: none;
  transition: 0.5s ease;
}
a:hover {
  color: #2BAAE2;
}
.small {
  font-size: 0.75rem !important;
  font-weight: 300;
}
.blue {
  color: #064860;
}
.ltblue {
  color: #2BAAE2;
}
.green {
  color: #B2D235;
}
.mb-7 {
  margin-bottom: 7rem;
}
#main-nav {
  width: 100%;
  z-index: 1;
  padding-top: 2.62rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.navbar-brand img {
  width: 17.74344rem;
}
.nav-link {
  color: #064860;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.05313rem;
}
.nav-link:hover {
  color: #2BAAE2;
}
#menu-item-35 .nav-link {
  background: #B2D235;
  color: #fff;
  border-radius: 30px;
  margin-left: 3rem;
}
#menu-item-35 .nav-link:hover {
  color: #fff;
  background: #CBEA53;
}
.menu-item-35 .nav-link {
  background: #B2D235;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
}
.menu-item-35 .nav-link:hover {
  color: #fff;
  background: #CBEA53;
}
.page-template-home #main-nav {
  position: absolute;
  top: 0;
}
.page-template-home .nav-link {
  color: #FFF;
}
.page-template-home .nav-link:hover {
  color: #fff;
  opacity: 0.8;
}
* {
  box-sizing: border-box;
}
.home .mobile-toggle {
  color: #fff;
}
.mobile-toggle {
  z-index: 10;
  position: absolute;
  top: 2.62rem;
  right: 25px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #064860;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-toggle.active {
  color: #064860;
}
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  transform: translateZ(0);
  z-index: 9;
}
.nav-container ul {
  list-style-type: none;
}
.nav-container .nav-link:hover {
  color: #064860;
}
.nav-container .nav-link:focus {
  color: #064860;
}
.nav-container a {
  text-decoration: none;
  color: inherit;
}
.nav-container.active {
  height: 100%;
}
.nav-container.active .nav-links li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.nav-container .nav-links {
  position: fixed;
  top: 10px;
  left: 50px;
  padding-top: 2.62rem;
}
.nav-container .nav-links li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
  color: #064860 !important;
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-container .nav-links li:hover {
  color: #2BAAE2;
}
.nav-container .nav-links li:focus {
  color: #2BAAE2;
}
.nav-container .nav-links li a {
  z-index: 5;
  position: relative;
  display: block;
  font-size: 1rem;
  color: #064860;
}
.nav-container .nav-links li:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: -35px;
  bottom: 0;
  height: 65px;
  width: 10px;
  background-color: #064860;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-container .nav-links li:hover:after {
  opacity: 1;
}
.nav-container .nav-links li:nth-child(1) {
  transition-delay: 0.05s;
}
.nav-container .nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}
.nav-container .nav-links li:nth-child(3) {
  transition-delay: 0.15s;
}
.nav-container .nav-links li:nth-child(5) {
  transition-delay: 0.2s;
}
.nav-container .nav-links li:nth-child(4) {
  transition-delay: 0.25s;
}
.nav-container .nav-links li:nth-child(5) {
  transition-delay: 0.3s;
}
.nav-container .nav-links li:nth-child(6) {
  transition-delay: 0.35s;
}
.page-header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.home-hero {
  height: 50rem;
  position: relative;
}
.home-hero video {
  object-fit: cover;
  height: 50rem;
  width: 100%;
}
.home-hero .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.14) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-hero img {
  margin-bottom: 2rem;
  max-width: 90%;
}
.home-hero p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0.05313rem;
  text-align: center;
}
.home-build {
  padding: 8rem 9rem 10rem;
}
.scrolling {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 100%);
}
.scroll-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.25;
  border-radius: 0.75rem;
}
.callout-video {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 100%);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.forward {
  background: url('/wp-content/uploads/2025/06/Blueprint_BG-scaled.jpg') no-repeat bottom center;
  background-size: cover;
  padding-bottom: 15rem;
}
.forward h2 {
  margin-bottom: 1.12rem;
}
.forward h3 {
  margin-bottom: 2rem;
}
.forward .steps .row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h2.number {
  font-family: Veneer;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
}
.support {
  padding-bottom: 10rem;
  background: #F4F4F4;
}
.support h3 {
  margin-bottom: 2rem;
}
.support img {
  margin-top: -5rem;
  border-radius: 0 1rem 1rem 0;
}
.secondary-hero {
  border: 1rem solid #fff;
  margin-top: 1rem;
  margin-bottom: 8rem;
}
.secondary-hero .inner {
  border-radius: 1rem;
  padding: 19.44rem 4.5rem 4.5rem;
}
.secondary-hero p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.045rem;
  margin-bottom: 2rem;
}
.basic-content {
  margin-bottom: 9rem;
}
.basic-content p {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
.img-rounded {
  border-radius: 1rem;
}
.img-rounded-right {
  border-radius: 0 1rem 1rem 0;
}
.feature-boxes {
  margin-top: 10rem;
  margin-bottom: 15rem;
}
.feature-boxes .box {
  padding: 2.5rem 3rem;
  border-radius: 1rem;
}
.feature-boxes i {
  color: #2BAAE2;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.12rem;
}
.feature-boxes h2 {
  margin-bottom: 1.12rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.feature-boxes p {
  margin-bottom: 0;
}
.statements img {
  margin-top: -5rem;
}
.statements h3 {
  margin-bottom: 4.5rem;
}
.accordion-item {
  border-radius: 0 !important;
  border: 0 !important;
}
.accordion-body {
  background-color: #F4F4F4;
}
.accordion-button {
  border: 0;
  background-color: #F4F4F4;
  color: #064860;
  border-radius: 0 !important;
  font-size: 1.25rem;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button::after {
  background: none;
  font-family: 'Font Awesome 6 Pro';
  content: '\2b';
  font-weight: 300;
  color: #064860;
  font-size: 1.5rem;
  margin-top: -10px;
}
.accordion-button:not(.collapsed) {
  background-color: #F4F4F4;
  color: #064860;
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background: none;
  content: '\f068';
}
#guidesAccordion .accordion-item {
  border-bottom: 1px solid #323232 !important;
}
#accordionExample {
  color: #fff;
  margin-bottom: -3rem;
}
#accordionExample .accordion-body {
  background: #064860;
  border-radius: 1rem !important;
  color: #fff;
  padding: 2rem 4rem;
}
#accordionExample .accordion-button {
  background: #064860;
  border-radius: 1rem !important;
  color: #fff;
  padding: 2rem 4rem;
}
#accordionExample .accordion-button::after {
  color: #fff;
}
#accordionExample .accordion-item {
  background: #064860;
  border-radius: 1rem !important;
}
.leadership {
  margin-top: 13rem;
}
.leadership h2 {
  margin-bottom: 1.12rem;
}
.leadership .col-md-6 {
  padding-right: 4.5rem;
  padding-bottom: 4rem;
}
.leadership a {
  color: #B2D235;
  text-decoration: underline;
}
.leadership a:hover {
  color: #2BAAE2;
}
.vision-section2 img {
  margin-bottom: -5rem;
  z-index: 1;
  position: relative;
}
.vision-steps {
  padding-top: 14.5rem;
}
.vision-steps img {
  margin-bottom: -20%;
}
.step-cols {
  margin-bottom: 10rem;
}
.step-cols .col-md-4:nth-child(2) {
  border-left: 1px solid #064860;
  border-right: 1px solid #064860;
}
.feature-boxes2 {
  margin-top: calc(20% + 10rem);
}
.feature-boxes2 .inner {
  padding: 2.5rem 3rem;
  height: 100%;
}
.feature-boxes2 i {
  color: #2BAAE2;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.12rem;
}
.feature-boxes2 h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.0375rem;
}
.give2 h3 {
  max-width: 1100px;
  margin: auto auto 4.5rem;
}
.give2 .box {
  padding: 3.5rem 2.75rem;
  border-radius: 1rem;
}
.give2 .box:first-child {
  border-radius: 4rem 1rem 1rem 1rem;
}
.give2 .box:last-child {
  border-radius: 1rem 1rem 4rem 1rem;
}
.give2 .box .icon i {
  color: #2BAAE2;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.12rem;
}
.give2 .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.0375rem;
}
.give3 {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.give5 {
  margin-top: 8rem;
}
.faqs {
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.contact-form {
  margin-top: 8rem;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.page-template-faq .accordion-item {
  border-bottom: 0.0625rem solid #323232 !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #F4F4F4;
}
.page-template-faq .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.page-template-faq .accordion-item .accordion-body {
  line-height: 2rem;
}
#wrapper-footer {
  padding: 4.5rem;
}
#wrapper-footer h2 {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.0375rem;
}
#wrapper-footer p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.5rem;
}
#wrapper-footer p strong {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.0375rem;
}
#wrapper-footer a {
  color: #fff;
}
#wrapper-footer a:hover {
  color: #2BAAE2;
}
#wrapper-footer hr {
  border-top: 1px solid #fff;
  opacity: 1;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}
#menu-footer-menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-footer-menu li {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: 0.05313rem;
}
.social-icons {
  color: #fff;
}
.social-icons li {
  display: inline-flex;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav li::first-child .nav-link {
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1326px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1230px) {
  #menu-item-35 .nav-link {
    margin-left: 1rem;
  }
  #main-nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1157px) {
  #main-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .navbar-brand img {
    width: 15rem;
  }
  #main-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .home-build {
    padding: 6rem 4rem 8rem;
  }
  #menu-item-35 .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .home-build {
    padding: 6rem 3rem 8rem;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h3 {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 500px) {
  .mb-7 {
    margin-bottom: 3rem;
  }
  .callout-video {
    padding-top: 5rem;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .secondary-hero .inner {
    padding: 15rem 2rem 2rem;
  }
  .secondary-hero {
    margin-bottom: 4rem;
  }
  .secondary-hero p {
    font-size: 1.25rem;
  }
  .home-hero,
  .home-hero video {
    height: 40rem;
  }
  .video-cover {
    padding-top: 8rem;
  }
}
@media (max-width: 450px) {
  #wrapper-footer {
    padding: 4.5rem 2rem;
  }
  .home-build {
    padding: 6rem 2rem 8rem;
  }
}
