@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  --brand-blue: #0F167F;
  --deep-blue: #0F167F;
  --brand-red: #eb0015;
  --soft-bg: #f0f3f7;
  --card-bg: #e9edf3;
  --text-dark: #255777;
}

body {
  font-family: "IBM Plex Serif", serif;
  color: #1e445f;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Serif", serif;
  color: var(--brand-blue);
}
p{
	font-size: clamp(1.2rem, 1.4vw, 1.95rem) !important;
}
a.menu-link{
	color: rgba(255, 255, 255, 1);
    font-family: "IBM Plex Serif", serif;
    font-size: 1.04rem;
    font-weight: 600;
    padding: 0.3rem 0.45rem;
	text-decoration:none;
}
.header {
    padding: 5px 20px 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
	background-color: var(--brand-blue);
}

.hero-section {
    position: relative;
   /* background: linear-gradient(
        271.52deg,
        rgba(234, 240, 245, 0) 1.54%,
        #EAF0F5 34.96%
    );*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    padding: 70px 0 0 0;
}

.hero-section::before {
    content: none;
    position: absolute;
    inset: 0 0 0 58%;
    z-index: 0;
    pointer-events: none;
}
/* .hero-section .col-lg-7 img{
	height:360px;
} */


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 97px;
/*     background: linear-gradient(
        to bottom,
        rgb(80 80 80) 0%,
        rgb(227 222 222) 75%,
        rgb(118 107 107 / 0%) 100%
    ); */
    pointer-events: none;
/* 	background: linear-gradient(to top right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 0%), linear-gradient(to bottom, rgb(0 0 0) -1%, rgb(0 0 0) -21%, rgb(91 80 77 / 0%) 98%) */

}
.hero-section .container {
  z-index: 2;
}

.hero-section p{
	font-size:27px;
	color:#fff; 
	font-weight:700;
}

.nav-spacer {
  width: 136px;
  flex: 0 0 136px;
}

.nav-links .nav-item {
  position: relative;
}

.navbar .nav-link {
      color: rgba(255, 255, 255, 1);
  font-family: "IBM Plex Serif", serif;
  font-size: 1.04rem;
  font-weight: 600;
  padding: 0.3rem 0.45rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
      color: rgba(255, 255, 255, 1);
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
  width: 14px;
  height: 2px;
  background: var(--brand-red);
}

.btn-red {
  background: var(--brand-red);
  border: 2px solid var(--brand-red);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 8px;
  letter-spacing: 0.4px;
}

.btn-red:hover,
.btn-red:focus {
  background: #c90012;
  border-color: #c90012;
  color: #fff;
}

.btn-outline-red {
  color: #bd1c28;
  border: 2px solid var(--brand-red);
  font-weight: 700;
  font-size: 22px;
}
.btn-outline-blue{
	background:var(--brand-blue);
	color:#fff;
	font-weight:700;
	font-size:18px;
}
.hero-content {
  min-height: 620px;
}

.hero-kicker {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-dark);
  max-width: 670px;
}

.hero-title {
  font-size: clamp(2.3rem, 5.6vw, 5rem);
  line-height: 1.06;
  font-weight: 900;
  color: var(--deep-blue);
}

.hero-copy {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.32rem;
  max-width: 700px;
  color: #336886;
}

.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 4%;
  width: 82%;
  height: 88%;
  pointer-events: none;
  z-index: 1;
}

.hero-image {
  position: relative;
  z-index: 2;
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

.section-light {
  background: #f6f7f8;
}

.section-title {
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  font-weight: 700; 
 color: var(--brand-blue); 
}


.title-underline {
  width: 58px;
  height: 5px;
  background: var(--brand-red);
  border-radius: 100px;
}

.lead-copy {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1.16rem, 1.75vw, 1.85rem);
}

.portrait-frame {
  border: 6px solid #fff;
  box-shadow: 0 3px 16px rgba(8, 40, 61, 0.16);
  max-width: 380px;
}

.portrait-frame img {
  width: 100%;
  height: auto;
}

.donation-strip {
  background: var(--brand-blue);
}

.strip-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
}

.strip-subtitle {
  color: #fff;
  font-size: clamp(1.8rem, 3.8vw, 3.2rem);
  font-weight: 700;
}

.donation-btn {
  width: 100%;
  max-width: 220px;
  min-height: 84px;
  background: #fff;
  border: 2px solid #d3deea;
  border-radius: 12px;
  font-family: "IBM Plex Serif", serif;
  color: #245b83;
  font-size: 35px;
  font-weight: 900;
	display:flex;
	align-items:center;
	justify-content:center;
}
.donation-btn:hover{
	background:red;
	color:#fff;
}
.donation-btn.alt {
  color: #fff;
  border-color: #95b4ca;
  background: transparent;
}

.contact-card {
  max-width: 510px;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}

.contact-card input {
  background: #F7F8FB;
}

.contact-title {
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    color: var(--brand-blue);
  font-weight: 700;
}

.form-control {
  border: 2px solid #e5e8ee;
  min-height: 52px;
  border-radius: 4px;
  font-size: 1.1rem;
}

.form-control::placeholder {
  color: #9aa6b2;
}

.site-footer {
  background: var(--brand-blue);
}
.site-footer .footer-cont p{
	color:#fff;
	font-size:25px;
	font-weight:500;
}
.social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #1e5f89;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
}

.footer-label {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.footer-email {
  color: #dce9f5;
  text-decoration: none;
  font-size: 1.4rem;
}

/* @media (max-width: 1440px) {
  .hero-copy,
  .lead-copy,
  .about-copy,
  .about-band-copy p,
  .about-join-copy p,
  .priority-card p,
  .volunteer-callout-copy,
  .volunteer-callout-link {
    font-size: 25px;
  } */

  .btn-red,
  .btn-outline-red,
  .about-join-btn,
  .volunteer-hero-btn {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .hero-copy,
  .lead-copy,
  .about-copy,
  .about-band-copy p,
  .about-join-copy p,
  .priority-card p,
  .volunteer-callout-copy,
  .volunteer-callout-link {
    font-size: 21px;
  }
	.hero-image {
  height: 450px;
}

  .btn-red,
  .btn-outline-red,
  .donation-btn,
  .about-join-btn,
  .volunteer-hero-btn {
    font-size: 19px;
  }

  .hero-section {
    background-position: 62% top;
  }

  .hero-content {
    min-height: auto;
  }

  .hero-image-wrap {
    justify-content: center;
  }

  .hero-image {
    max-height: 460px;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.72);
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    margin-top: 0.6rem;
  }

  .navbar .nav-link.active::after {
    left: 0.45rem;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .hero-copy,
  .lead-copy,
  .about-copy,
  .about-band-copy p,
  .about-join-copy p,
  .priority-card p,
  .volunteer-callout-copy,
  .volunteer-callout-link {
    font-size: 18px;
	} 
	.hero-image {
		height:350px;
	}

  .btn-red,
  .btn-outline-red,
  .donation-btn,
  .about-join-btn,
  .volunteer-hero-btn {
    font-size: 17px;
  }

  .hero-kicker {
    font-size: 1.4rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .contact-card {
    padding: 1.3rem;
  }
	.donation-box{
		
	}
  .donation-btn {
    min-height: 70px;
  }

  .footer-label,
  .footer-email {
    font-size: 1.1rem;
  }
	.intro-right{
		order:1;
	}
	.intro-left{
		order:2;
	}
	.about-media-gallery{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		max-width:unset !important;
	}
}

/* About page */
.about-hero {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: 100% center;
  overflow: hidden;
	display:flex;
	align-items:center
		
}

/* .about-hero-content {
  min-height: 235px;
} */

.about-hero-title {
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: var(--deep-blue);
}

.about-heading {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.about-copy {
  color: var(--brand-blue);
/*   font-size: clamp(1.2rem, 1.78vw, 1.95rem); */
}

.about-media-gallery {
  max-width: 360px;
}

.about-thumb-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.about-thumb-img {
  width: 100%;
  height: clamp(120px, 18vw, 145px);
  object-fit: cover;
  border-radius: 4px;
  border: 3px solid #d8e4ef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-gallery-image {
  cursor: zoom-in;
}

.about-lightbox-open {
  overflow: hidden;
}

.about-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(9, 20, 33, 0.9);
  padding: 1rem;
}

.about-lightbox.is-open {
  display: flex;
}

.about-lightbox-track {
  width: min(94vw, 980px);
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: 8px;
}

.about-lightbox-track::-webkit-scrollbar {
  display: none;
}

.about-lightbox-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-lightbox-slide img {
  width: auto;
  max-width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.about-lightbox-close,
.about-lightbox-nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 35, 54, 0.74);
  line-height: 1;
}

.about-lightbox-close {
	top: 14px;
    right: 25px;
    width: 5px;
    height: 54px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(86 152 219 / 74%);
}

.about-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  font-size: 2rem;
}

.about-lightbox-prev {
  left: 18px;
}

.about-lightbox-next {
  right: 18px;
}

.about-lightbox-prev , .about-lightbox-next {
  display:flex;
  align-items:center;
  justify-content:center; 
 }
 
.about-portrait-frame {
  max-width: 360px;
}

.about-band {
  background: #fff;
}

.about-band-title {
  color: var(--brand-blue);
  font-size: clamp(2.1rem, 4.2vw, 3.8rem);
  font-weight: 700;
}

/* .about-band-copy {
  max-width: 1180px;
} */

.about-band-copy p {
  color: var(--brand-blue);
  font-size: clamp(1.16rem, 1.75vw, 1.85rem);
}

.about-why-gallery {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem;
  background: #f4f6fa;
  border-radius: 8px;
}

.about-why-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 388px;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.3rem 0.1rem 0.7rem;
  scrollbar-width: thin;
  scrollbar-color: #0f167f #c9d8e5;
  scroll-snap-type: x proximity;
}

.about-why-row + .about-why-row {
  margin-top: 0.35rem;
}

.about-why-photo {
  width: 388px;
  height: 340px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(6, 30, 49, 0.22);
  scroll-snap-align: start;
}

.about-why-row::-webkit-scrollbar {
  height: 8px;
}

.about-why-row::-webkit-scrollbar-thumb {
  background: #0f167f;
  border-radius: 999px;
}

.about-why-row::-webkit-scrollbar-track {
  background: #c9d8e5;
}

.about-join {
  position: relative;
 background: #0F167F;
}
.about-join h2{
	color:#fff !important;
}

.about-join-title {
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
}

.about-join-copy {
  max-width: 1220px;
	text-align:left;
}

.about-join-copy p {
  color: #fff;
  font-size: clamp(1.17rem, 1.76vw, 1.9rem);
  font-weight:500;
}

.about-join-btn {
  min-width: 190px;
  font-size: clamp(1rem, 1.28vw, 1.25rem);
  font-weight: 700;
  border-radius: 4px;
  padding: 0.6rem 1.1rem;
}
#prfrm {
    scroll-margin-top: 100px; /* adjust to your header height */
	position:relative;
}
.past_perfm{
	position:relative;
}
.past_perfm::before{
	position: absolute;
    content: '';
    height: 1px;
    border: 1px dashed #fff;
    top: 0;
    width: 30%;
    left: 30%;
    right: 30%;
}
.about-join-btn-light {
  color: #bb1825;
  border: 2px solid #e2e7ec;
}

.btn-blue {
  color: #fff;
  background: #2c6389;
  border: 2px solid #2c6389;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background: #215173;
  border-color: #215173;
}

@media (max-width: 991.98px) {
  .about-hero {
    background-position: 100% 100%;
  }

  .about-hero-content {
    min-height: 170px;
  }
	.hero-section .col-lg-7 img{
	height:unset;
}
}

@media (max-width: 767.98px) {
  .about-hero {
    min-height: 250px;
    background-position: 90% center;
	  margin-top:40px;
  }

  .about-hero-content {
    min-height: 145px;
  }

  .about-join-btn {
    width: 100%;
    max-width: 320px;
  }

  .about-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }

  .about-thumb-img {
    height: clamp(110px, 28vw, 140px);
  }

  .about-why-row {
    grid-auto-columns: 320px;
  }
}

@media (max-width: 479.98px) {
  .about-why-row {
    grid-auto-columns: 260px;
  }

  .about-why-photo {
    width: 260px;
    height: 228px;
  }
}

/* Priorities page */
.priorities-hero {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.priorities-hero-content {
  min-height: 500px;
}

.priorities-hero-title {
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 1.08;
  font-weight: 700;
  color: var(--deep-blue);
}

.priorities-main {
  background: #161d8f;
}
 .priorities-main .dwnld-prts{
	position:relative;
} 
 .priorities-main .dwnld-prts:after{
	position: absolute;
    content: '';
    bottom: 0;
    width: 30%;
    height: 2px;
    left: 30%;
    right: 30%;
    border: 1px dashed #fff;
} 
.priorities-main .dwnld-prts-cnt h3{
	font-weight:700;
	color:#fff;
	font-size:2.2rem;
}
.priorities-main .dwnld-prts-cnt p{
	color:#fff;
	font-size:25px;
}
.priorities-nav-wrap {
  position: static;
  padding-top: 0.8rem;
}

.priorities-sidebar {
  position: sticky;
  top: 1.1rem;
  align-self: flex-start;
}

.priorities-nav-link {
  display: block;
  color: #f2f7fb;
  text-decoration: none;
  font-size: clamp(0.95rem, 1.2vw, 1.14rem);
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(212, 230, 245, 0.7);
}
.priorities-nav-link.active {
    font-weight: 700; /* Bold */
}
.priorities-nav-link.active,
.priorities-nav-link:hover {
  color: #fff;
  font-weight: 600;
}

.priority-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0.9rem 1.2rem 1.2rem;
  margin-bottom: 1.5rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: 0;
  scroll-margin-top:90px;
}

.priority-card-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.priority-card:last-child {
  margin-bottom: 0;
}

.priority-card-title {
  color: var(--deep-blue);
  text-align: center;
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.priority-card p, .priority-card li {
  color: var(--brand-blue);
  font-size: clamp(1.2rem, 1.4vw, 1.95rem) !important;
}
.priority-content ul{
	padding-left:0 !important;
}
.priorities-main .past_perfm-cnt h3 {
    font-weight: 700;
    color: #fff;
    font-size: 2.2rem;
}
.priorities-main .past_perfm-cnt p {
    color: #fff;
}

@media (max-width: 991.98px) {
  .priorities-hero {
    min-height: 330px;
    background-position: 62% top;
	  margin-top:40px;
	  
  }
	.priorities-main .past_perfm-cnt h3 {
    font-size: 1.7rem;
}
	.priorities-hero-title {
		margin-bottom:0px;
	}
  .priorities-hero-content {
    min-height: 330px;
  }

  .priorities-sidebar {
    position: static;
    top: auto;
  }

  .priority-card {
    max-width: none;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .priorities-hero {
    min-height: 290px;
    background-position: 82% top;
  }

  .priorities-hero-content {
    min-height: 290px;
	  margin-top:60px;
  }

  .priority-card {
    padding: 1.4rem 1.1rem;
  }

  .priority-card-image {
    height: 170px;
  }
	.volunteer-hero-title {
		 font-size: clamp(1.8rem, 4vw, 5.2rem) !important;
	     margin-bottom:5px !important;
		 position:relative;
		 overflow: hidden;
         z-index: 1;
		 padding:14px 20px;
		 color:#fff !important;
	}
	
		/* Left to right black → transparent */
	.volunteer-hero-title::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(
		to right,
		#5837b3 0%,        /* Dark start */
		#1c1212 60%,       /* Control strength here */
		transparent 100%   /* Fade out */
	  );
	  z-index: -1; /* Put behind text */
	 }
	
	
		.about-hero-title , .priorities-hero-title {
		 font-size: clamp(1.8rem, 4vw, 5.2rem) !important;
	     margin-bottom:5px !important;
		 position:relative;
		 overflow: hidden;
         z-index: 1;
		 padding:14px 20px;
		 color:#fff !important;
	}
	
		/* Left to right black → transparent */
	.priorities-hero-title::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(
		to right,
		#5837b3 0%,        /* Dark start */
		#1c1212 60%,       /* Control strength here */
		transparent 100%   /* Fade out */
	  );
	  z-index: -1; /* Put behind text */
	 }
	
	/* Left to right black → transparent */
	.about-hero-title::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(
		to right,
		#5837b3 0%,        /* Dark start */
		#1c1212 60%,       /* Control strength here */
		transparent 100%   /* Fade out */
	  );
	  z-index: -1; /* Put behind text */
	 }
}

/* Volunteer page */
.volunteer-hero {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: 100% top;
  overflow: hidden;
  background-repeat: no-repeat;
}

.volunteer-hero-content {
  min-height: 600px;
}

.volunteer-hero-title {
  font-size: clamp(2rem, 4vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--deep-blue);
}

.volunteer-hero-btn {
  min-width: 390px;
}

.volunteer-callout {
	background:#fff;
/*   background: var(--brand-blue); */
}

.volunteer-callout-copy,
.volunteer-callout-link {
  color: var(--brand-blue);;
  font-size: clamp(1.16rem, 1.75vw, 1.85rem);
}
.volunteer-callout-link a{
	color:#fff;
	word-break:break-word;
}

.volunteer-callout-link strong {
  font-weight: 700;
}

.custom_menu_gap {
	gap:30px;
}

#site-header.scrolled {
    background-color: #0f167f;
	color: #ffffff;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .about-hero {
        min-height: 400px;
    }
}

@media (max-width: 991.98px) {
  .volunteer-hero {
    min-height: 470px;
    background-position: 75% center;
	  margin-top:40px;
  }

  .volunteer-hero-content {
    min-height: 470px;
  }

  .volunteer-hero-btn {
    min-width: 320px;
  }
	
	.hero-overlay {
		display:none;
	}
	.navbar-collapse {
		    padding-top: 18px;
    border-top: 1px solid white;
    margin-top: 20px;
    align-items: start
	}
	#menu-primary {
		margin-left:0px;
	}
		.header {
		background:#0F167F;
	}
	.priorities-main .dwnld-prts-cnt h3 {
    font-size: 1.8rem;
}
	.priorities-main .dwnld-prts-cnt p {
    font-size: 20px;
}
}

@media (max-width: 767.98px) {
  .volunteer-hero {
    min-height: 310px;
    background-position: 83% center;
	  margin-top:40px;
  }

  .volunteer-hero-content {
    min-height: 310px;
	  margin-top:90px;
  }

  .volunteer-hero-btn {
    width: 100%;
    min-width: 0;
  }
	
}
@media(max-width:480px){
	    .about-hero-title{
        margin-bottom: -23% !important;
    }
}
.wpcf7-spinner{
	display:none;
}

form p{
	margin-bottom:0;
}
form input[type="submit"]{
	background:var(--brand-red);
	border-radius:7px;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-size:1rem;
}
.wpcf7 form.sent .wpcf7-response-output{
   border: 2px solid var(--brand-blue) !important;
}

.lead-copy p {
	color:var(--brand-blue);
}
.social-section i{
	color:var(--brand-blue);
}
.word-td-cnt{
	margin-top:1rem;
}
.word-td-cnt table p{
	color:var(--brand-blue);
}