@charset "utf-8";
/* Fonts */
/*** CITI SANS ***/
@font-face {
  font-family: 'Citi-Sans-Condensed-Regular-Italic';
  src: url('../fonts/CitiSans/Citi-Sans-Condensed-Regular-Italic.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Condensed-Regular-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Condensed-Regular-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Condensed-Regular';
  src: url('../fonts/CitiSans/Citi-Sans-Condensed-Regular.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Condensed-Regular.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Condensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Display-Bold-Italic';
  src: url('../fonts/CitiSans/Citi-Sans-Display-Bold-Italic.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Display-Bold-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Display-Bold-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Display-Bold';
  src: url('../fonts/CitiSans/Citi-Sans-Display-Bold.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Display-Bold.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Display-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Display-Regular-Italic';
  src: url('../fonts/CitiSans/Citi-Sans-Display-Regular-Italic.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Display-Regular-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Display-Regular-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Display-Regular';
  src: url('../fonts/CitiSans/Citi-Sans-Display-Regular.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Display-Regular.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Display-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Text-Bold-Italic';
  src: url('../fonts/CitiSans/Citi-Sans-Text-Bold-Italic.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Text-Bold-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Text-Bold-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Text-Bold';
  src: url('../fonts/CitiSans/Citi-Sans-Text-Bold.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Text-Bold.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Text-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Text-Regular-Italic';
  src: url('../fonts/CitiSans/Citi-Sans-Text-Regular-Italic.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Text-Regular-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Text-Regular-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Sans-Text-Regular';
  src: url('../fonts/CitiSans/Citi-Sans-Text-Regular.woff') format('woff'), url('../fonts/CitiSans/Citi-Sans-Text-Regular.woff2') format('woff 2.0'), url('../fonts/CitiSans/Citi-Sans-Text-Regular.ttf') format('truetype');
}
/*** CITI SERIF ***/
@font-face {
  font-family: 'Citi-Serif-Display-Regular-Italic';
  src: url('../fonts/CitiSerif/Citi-Serif-Display-Regular-Italic.woff') format('woff'), url('../fonts/CitiSerif/Citi-Serif-Display-Regular-Italic.woff2') format('woff 2.0'), url('../fonts/CitiSerif/Citi-Serif-Display-Regular-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Citi-Serif-Display-Regular';
  src: url('../fonts/CitiSerif/Citi-Serif-Display-Regular.woff') format('woff'), url('../fonts/CitiSerif/Citi-Serif-Display-Regular.woff2') format('woff 2.0'), url('../fonts/CitiSerif/Citi-Serif-Display-Regular.ttf') format('truetype');
}

/* ------------------------------------------------------------------------------------------------------------------*/
/* Custom Animation */

/* Elements are hidden and shifted down by default */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

/* The animation class triggered by JavaScript */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


/* ------------------------------------------------------------------------------------------------------------------*/
/* Typographs */
body {
  font-family: 'Citi-Sans-Text-Regular';
}
h1 {
  font-family: 'Citi-Sans-Display-Regular';
}
h2 {
  font-family: 'Citi-Sans-Display-Regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  color: #335ADE;
}
h4 {
  font-family: 'Citi-Sans-Display-Regular';
  font-size: 32px;
  line-height: 40px;
}
p {
  font-size: 20px;
  line-height: 24px;
}
a {
  text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
/* Colors */
.Citi-Ink-Blue {
  color: #0F1632;
}
.Citi-Blue {
  color: #255BE3;
}
.Citi-Red {
  color: #FF3C28;
}
.Citi-Gray-01 {
  color: #A4ACAF;
}
.Citi-Gray-02 {
  color: #BCC5C9;
}
.Citi-Gray-03 {
  color: #D3DADD;
}
.Citi-Gray-04 {
  color: #E6EBED;
}
.Citi-Gray-05 {
  color: #F0F5F7;
}
.Citi-Gray-06 {
  color: #F7FAFB;
}
.White {
  color: #ffffff;
}
/* ------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------
   FIX 1: Remove Bootstrap's default focus shadow on toggler
   --------------------------------------------------------------- */
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
/* ---------------------------------------------------------------
   FIX 2: Remove browser's native focus ring on mouse click only
   (Keeps ring for keyboard users — WCAG accessible approach)
   --------------------------------------------------------------- */
.navbar-toggler:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
/* ---------------------------------------------------------------
   FIX 3: Remove the default border Bootstrap adds to the toggler
   Your screenshots show a thick rounded border appearing on click
   --------------------------------------------------------------- */
.navbar-toggler {
  border: none !important;
  padding: 6px 10px;
  border-radius: 8px;
}
.navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar-toggler:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.navbar {
  height: 90px;
  background: #ffffff !important;
  z-index: 99999999;
  position: fixed;
  width: 100%;
}
#scrollTop {
	scroll-margin-top: 120px;
}
.animated-hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.animated-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.animated-hamburger span:nth-child(1) {
  top: 0px;
}
.animated-hamburger span:nth-child(2) {
  top: 8px;
}
.animated-hamburger span:nth-child(3) {
  top: 16px;
}
.animated-hamburger.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.animated-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.animated-hamburger.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.include-shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 65, 165, 0.2);
}
.navbar-brand img {
  height: 60px;
  padding-bottom: 0;
}
.navbar a {
  font-size: 20px;
  color: #000000 !important;
  margin-right: 5px;
  transition: color 0.3s ease;
}
.navbar a:hover {
  color: #255BE3 !important;
}
.home-icon {
  width: 25px;
  vertical-align: top;
}
a.nav-link.active::after {
  content: '';
  position: absolute;
  transform: scaleX(1);
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #255BE3;
}
.animated-border {
  position: relative;
  text-decoration: none;
  color: #255BE3;
  font-size: 20px;
  padding-bottom: 5px;
}
/* Create the pseudo-element line */
.animated-border::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #255BE3;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
/* Scale up to full width on hover */
.animated-border:hover::after {
  transform: scaleX(1);
}
.nav-link {
  display: block;
  padding: 10px 10px;
}
.nav-item {
  white-space: nowrap;
  padding: 0px 24px 0px 24px;
}
.navbg {
  background-color: #ffffff;
}
.main-logo-text {
  font-size: 18px;
  display: inline-block;
  margin-top: 25px;
  margin-right: auto;
  color: transparent;
  font-weight: normal;
  font-family: 'Citi-Sans-Text-Regular', Tahoma, Verdana, sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.navbar.scrolled .main-logo-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-logo-text a {
  /* color: #fff; */
  color: #193722;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0px;
  margin-left: 16px;
}
.whiteBG {
  background-color: #ffffff;
}
.hero-image-container {
  max-width: calc(100vw - 60px);
  height: calc(100vh - 150px);
  position: relative;
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 28px;
  margin: 120px auto 0 auto;
}
.include-border {
  border: 2px solid rgba(222, 226, 230, 1) !important;
}
.inner-container {
  z-index: 2;
  position: relative;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  /* border: 2px solid rgba(222, 226, 230, 1) !important; */
  box-sizing: border-box;
  border-radius: 20px;
}
.hero-image .top-left-text {
  left: 200px;
  top: 0px;
}
.hero-image .top-right-text {
  width: 580px;
  left: 20%;
}
.hero-image-container p {
  font-size: 24px;
  line-height: 26px;
}
.kern-a {
	margin-left: 0px !important;
}
.hero-text-1 {
    color: #ffffff;
    font-size: 320px;
    line-height: 280px;
    margin-left: -25px;
}
.hero-text-2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
}
.hero-text-3 {
  color: #ffffff;
}
.top-left-text, .top-right-text, .top-left-logo, .bottom-left-logo, .bottom-right-logo {
  position: absolute;
}
.bottom-left-logo img {
  width: 500px;
}
.bottom-right-logo img {
  width: 150px;
}
.hero-mobile-text {
  position: absolute;
  bottom: 0;
}
.bottom-left-logo {
  bottom: 50px;
  left: 50px;
}
.bottom-right-logo {
  bottom: 50px;
  right: 50px;
}
.image-holder-pic {
  border-radius: 25px;
  width: 100%;
}
.hero-logo {
  max-width: 70%;
  height: auto;
}
.image-holder {
  padding-right: 50px;
}
.transparent-student {
  position: absolute;
  z-index: 3;
  width: 50%;
  bottom: 0px;
	right: 5%;
}
.transparent-student img {
  height: 83vh;
}
.SectionSpacer {
  padding-top: 180px;
  padding-bottom: 180px;
}
.eventsSpacer {
  padding-top: 40px;
}
.faq-spacer {
	height: 20px;
}
.eventsTitleSpacer {
  padding-top: 80px;
}
.dotsLegendTitle {
  text-align: right;
}
.FooterSpacer {
  padding-top: 90px;
  padding-bottom: 30px;
}
.header-text {
  padding-bottom: 30px;
}
.section-title {
  padding-bottom: 15px;
}
.blue-button {
  background: none;
  border: solid 1px #255BE4;
  color: #255BE3;
  padding: 15px 30px 15px 30px;
  border-radius: 25px;
  font-family: "Citi-Sans-Text-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.blue-button:hover {
  color: #ffffff;
  background: #255BE3;
  text-decoration: none;
}
.white-button {
  background: none;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 25px;
  font-family: "Citi-Sans-Text-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.white-button:hover {
  color: #255BE3;
  background: #ffffff;
  text-decoration: none;
}
.blue-button-02 {
  background: #255BE4;
  border: solid 1px #255BE4;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 25px;
  font-family: "Citi-Sans-Text-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.blue-button-02:hover {
  color: #255BE4;
  background: #ffffff;
  border: solid 1px #255BE4;
  text-decoration: none;
}
.partners-bg {
  width: 100%;
  height: auto;
  background-image: url("../images/hero/bg-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}
.custom-gutter {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
}
.partners-logo-container {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  margin: 0;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.partners-logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partners-grid-wrapper {
  margin: 0 24px; /* Left & right margin around the grid */
}
.partners-btn {
  padding-top: 80px;
}
.impact-image img {
  border-radius: 15px;
  max-width: 370px;
}
/*.impact-image {
  margin: 20px;
}*/
/*.impact-image:first-child {
  margin-left: 0px;
}
.impact-image:last-child {
  margin-right: 0px;
}*/
.BlueBg {
  background-color: #0f1632;
}
.WhiteBox {
  border-radius: 15px;
  min-height: 490px;
  padding: 30px;
border: 1px solid #255BE3;
	transition: all 0.40s cubic-bezier(0, 0, 0.23, 0.99);
}
.WhiteBox:hover {
	box-shadow: 0 10px 30px -10px rgba(37, 91, 227, 0.3);
    transform: translateY(-4px);
}
.WhiteBox-02 {
  border-radius: 15px;
  min-height: 320px;
  padding: 30px;
	border: 1px solid #255BE3;
	transition: all 0.40s cubic-bezier(0, 0, 0.23, 0.99);
}
.WhiteBox-02:hover {
	box-shadow: 0 10px 30px -10px rgba(37, 91, 227, 0.3);
    transform: translateY(-4px);
}
.impact-value {
  text-align: right;
}
.BlueBox {
  background-color: #255BE3;
  border-radius: 15px;
  height: 350px;
}
.BoxPadding {
  padding: 20px;
}
.BoxPadding:first-child {
  padding-left: 10px;
}
.BoxPadding:last-child {
  padding-right: 10px;
}
.serif-italic {
  font-family: "Citi-Serif-Display-Regular-Italic";
}
.impact-icon {
  width: 94px;
  height: 94px;
}
.impact-value h1 {
  font-size: 65px;
  color: #335ADE;
}
.impact-desc {
  margin-top: 60px;
}
.impact-desc-02 h1 {
   font-size: 60px;
	color: #255BE3;
}
.impact-desc h4 {
  font-size: 32px;
  margin-bottom: 16px;
	color: #ffffff;
}
.impact-desc-02 h4 {
  font-size: 32px;
  margin-bottom: 16px;
	color: #ffffff;
}
.card-text {
	color:#BCC5C9;
}
.impact-spacer {
  height: 180px;
}
.events-cal .rowBg {
  margin-top: 15px;
}
.rowBg {
  background: #EEEEEE;
  border-radius: 10px;
}
.home-events {
	padding: 15px 15px 50px 15px;
}
.events-row {
  padding: 0px 20px 0px 20px;
}
.months-number {
  color: #ffffff;
  background-color: #255BE3;
  padding: 30px 20px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
}
.months-description {
  padding: 0px 60px 0px 20px;
  font-size: 20px;
}
span.shortMonth {
  opacity: 0.6;
  color: #FFFFFF;
  font-family: Citi-Sans-Text-Regular;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  padding-left: 12px;
}
p.event-dot-fuchsia:before {
  content: ' \25CF';
  font-size: 32px;
  color: #C6007E;
  padding-right: 8px;
}
p.event-dot-tangerine:before {
  content: ' \25CF';
  font-size: 32px;
  color: #ED8B00;
  padding-right: 8px;
  padding-left: 10px;
}
p.event-dot-aqua:before {
  content: ' \25CF';
  font-size: 32px;
  color: #00B0B9;
  padding-right: 8px;
  padding-left: 10px
}
.events-months ul {
  list-style-type: none;
  padding-left: 0px;
}
.events-months li {
  padding-top: 0px;
  padding-bottom: 8px;
}
.region-1:after {
  content: url('../images/event-dots/region-1.png');
  float: right;
}
.region-2:after {
  content: url('../images/event-dots/region-2.png');
  float: right;
}
.region-3:after {
  content: url('../images/event-dots/region-3.png');
  float: right;
}
.region-1-2:after {
  content: url('../images/event-dots/region-1-2.png');
  float: right;
}
.region-1-3:after {
  content: url('../images/event-dots/region-1-3.png');
  float: right;
}
.region-2-3:after {
  content: url('../images/event-dots/region-2-3.png');
  float: right;
}
.region-1-2-3:after {
  content: url('../images/event-dots/region-1-2-3.png');
  float: right;
}
.events-EventMonth {
  padding-top: 50px;
  padding-bottom: 10px;
}
.events-EventDate h3 {
  margin-bottom: 0px;
  padding-top: 3px;
  line-height: 20px;
  font-size: 16px;
}
.EventPadding {
  padding: 10px 0px;
}
.event-divider {
  border-right: 1px solid #E6EBED;
  margin: 0px 20px 0px 20px;
  height: auto;
  width: 0px;
}
.event-col {
  width: 30%;
}
.accordion-body a {
  font-size: 18px;
  line-height: 20px;
}
.contact-row p {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.accordion-button {
  color: #ffffff;
  background-color: #0f1632;
}
.accordion-button::after {
  color: #ffffff;
}
.accordion-item {
  border: none;
}
.accordion-button::after {
  background-image: url("../images/icons/accordion-chevron.svg");
}
/* Active/open state icon color */
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/accordion-chevron.svg");
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0f1632;
}
.accordion, .accordion-item, .accordion-button, .accordion-button:not(.collapsed), .accordion-body {
  background-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end; /* ← keeps title left-aligned after reversal */
  gap: 12px;
  padding: 0px 0px 0px 20px;
}
.accordion-button::after {
  margin-left: 0;
  margin-right: 0;
}
.non-profit-id {
	position: absolute;
	visibility: hidden;
}
.faq {
  margin-top: 20px;
}
.faq .accordion-button {
  color: #000000;
  background-color: #0f1632;
}
.faq .accordion-button::after {
  color: #000000;
}
.faq .accordion-item .collapsed {
  border: none;
  background-color: #E6EBED !important;
  margin-bottom: 2px;
	border-radius: 20px;
}
.faq .accordion-item:not(.collapsed) {
  border: none;
  background-color: #255BE3 !important;
  margin-bottom: 2px;
  color: #ffffff;
	border-radius: 20px;
}
.faq .accordion-item button:not(.collapsed) {
  color: #ffffff;
}
.faq .accordion-item button .collapsed {
  color: #000000;
}
.faq .accordion-item button {
  font-size: 20px;
  line-height: 26px;
  padding: 30px;
	border-radius: 20px !important;
}
.faq .accordion-button::after {
  background-image: url("../images/icons/accordion-chevron-02.svg");
/*  background-color: #BCC5C9;*/
  padding: 16px;
  background-position: center;
  border-radius: 18px;
}
/* Active/open state icon color */
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/accordion-chevron-03.svg");
}
.faq .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #0f1632;
}
.faq .accordion {
  border: none;
  border-radius: none;
}
.faq .accordion p, li {
  font-size: 20px;
  line-height: 30px;
}
.faq .accordion a {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.table-padding-left {
  font-size: 20px;
  line-height: 30px;
}
.accordion-body {
  padding: 30px;
	border-radius: 20px;
}
/* ---------------------------------------------------------------
   Card wrapper
   --------------------------------------------------------------- */
.event-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-card:hover .event-card__image, .event-card:hover .event-card__logo-wrapper {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}
/* ---------------------------------------------------------------
   Image card (Card 1 style — full photo)
   --------------------------------------------------------------- */
.event-card__image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: #E6EBED;
}
.event-card__image {
  width: 100%;
  height: 100%;
  object-fit: none;
  border-radius: 16px;
  display: block;
  transition: transform 0.3s ease;
}
.event-card__image-wrapper:hover .event-card__image {
  transform: scale(1.03);
}
/* ---------------------------------------------------------------
   Logo card (Card 2 & 3 style — light bg + centered logo)
   --------------------------------------------------------------- */
.event-card__logo-wrapper {
  position: relative;
  border-radius: 16px;
  background-color: #F0F5F7; /* Citi Gray-05 — matches screenshot */
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.event-card__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  width: 100%;
  height: 100%;
}
.event-card__logo {
  max-width: 70%;
  max-height: 80px;
  object-fit: contain;
}
/* ---------------------------------------------------------------
   Date Badge — top-left corner pill (15 / SEP)
   --------------------------------------------------------------- */
.event-date-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #0F1632; /* Citi Ink Blue */
  color: #ffffff;
  border-radius: 12px 0px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  z-index: 2;
  min-width: 48px;
  text-align: center;
}
.event-date-badge__day {
  font-family: 'Citi-Sans-Display-Bold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.event-date-badge__month {
  font-family: 'Citi-Sans-Text-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}
/* ---------------------------------------------------------------
   Card body — date label, title, description
   --------------------------------------------------------------- */
.event-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 4px;
}
.event-card__date {
  font-family: 'Citi-Sans-Text-Regular', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #255BE3; /* Citi Blue */
  margin: 0;
}
.event-card__date sup {
  font-size: 9px;
}
.event-card__title {
  font-family: 'Citi-Sans-Display-Regular', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #0F1632; /* Citi Ink Blue */
  margin: 0;
  line-height: 1.2;
}
.event-card__desc {
  /*display: none;*/
  font-family: 'Citi-Sans-Text-Regular', sans-serif;
  font-size: 15px;
  color: #5E676B; /* Citi text_weak */
  margin: 0;
  line-height: 1.5;
}
#mobile-content {
	display: none;
}
.title-footer {
  margin-bottom: 20px;
}
.title-footer h4 {
  color: #ffffff;
  margin-left: 20px;
}
.footer-spacer {
  height: 80px;
}
.footer-link {
  font-size: 18px;
  line-height: 20px;
  margin-left: 30px;
}
.mail-icon {
    max-width: 34px;
    padding-bottom: 10px;
}
.cardTween {
  transition: all .5s ease-out !important;
}
.cardTween:hover {
  transform: scale(1.05) !important;
}
.accordion {
  padding: 10px;
  border: 1px solid #335ADE;
  border-radius: 15px;
}
.non-profits-liason {
  background-color: #F0F5F7;
  padding: 20px;
  border-radius: 15px;
}
.non-profits-liason p {
  padding: 0px;
  margin: 0px;
}
.link-icon {
  width: 24px;
  vertical-align: baseline;
}
.non-profits-row {
  padding-top: 80px;
}
.copyrights {
  margin-top: 90px;
}
.copyrights h6 {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}
.copyrights a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-logo {
  width: 6%;
}
.carousel-inner {
	border-radius: 20px;
}
.carousel-image {
  width: 50%;
  float: left;
}
.carousel-content {
  width: 45%;
  float: left;
  padding: 0px 50px;
  vertical-align: middle;
}
.carousel-content h1 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
}
.carousel-content h1 span {
  font-size: 82px;
  line-height: 50px;
	font-weight: bold;
}
.carousel-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}
.carousel-item {
  background: #255be3;
  border-radius: 20px;
}
.carousel-control-prev {
  position: relative;
  display: block;
  margin: 40px 0px;
  padding: 0px;
  text-align: left;
  float: left;
  width: 50px;
  filter: none;
}
.carousel-control-next {
  position: relative;
  display: block;
  margin: 40px 0px;
  padding: 0px;
  text-align: left;
  float: left;
  width: 50px;
  filter: none;
}
.carousel-control-next-icon {
  background-image: url("../images/icons/con-r.svg");
  width: 42px;
  height: 42px;
}
.carousel-control-prev-icon {
  background-image: url("../images/icons/con-l.svg");
  width: 42px;
  height: 42px;
}
.carousel-image img {
  border-radius: 20px 0px 0px 20px;
}
.carousal-spacer {
	width: 20px; 
	float: left; 
	height: auto; 
	margin: 0 auto;
}
.BlueBoxLine {
  border: 1px solid #255BE3;
	transition: all 0.40s cubic-bezier(0, 0, 0.23, 0.99);
  border-radius: 20px;
  background-color: transparent;
  padding: 20px;
}
.BlueBoxLine:hover {
	box-shadow: 0 10px 30px -10px rgba(37, 91, 227, 0.3);
    transform: translateY(-4px) !important;
}
.WhiteBoxLine {
  border: 1px solid #255BE3;
	transition: all 0.40s cubic-bezier(0, 0, 0.23, 0.99);
  border-radius: 20px;
  background-color: #0f1632;
  padding: 20px;
}
.WhiteBoxLine:hover {
	box-shadow: 0 10px 30px -10px rgba(37, 91, 227, 0.3);
    border-color:#73C2FC;
    transform: translateY(-4px);
}
.velocity-stats h4 {
  color: #255BE3;
  font-size: 70px;
  line-height: 90px;
}
.velocity-stats p {
  color: #ffffff;
}
.velocity-stats .icon {
  filter: opacity(0.2);
}
.BlueBoxGr {
  background-color: #255BE3;
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
transition: all 0.40s cubic-bezier(0, 0, 0.23, 0.99);
}

.BlueBoxGr:hover {
	box-shadow: 0 10px 30px -10px rgba(37, 91, 227, 0.3);
    transform: translateY(-4px) !important;
}
.total-funds {
	  font-size: 90px !important;
  line-height: 110px !important;
}
.story-desc h4 {
  color: #ffffff;
  font-size: 70px;
  line-height: 90px;
}
.story-desc p {
  color: #ffffff;
}
.story-icon {
  filter: opacity(0.2);
}
.velo-icon {
	  filter: opacity(0.2);
  width: 100%;
}
.stats-icon {
  filter: opacity(0.2);
  width: 50%;
}
.stats-value h1 {
  color: #ffffff;
}
.stats-value p {
  color: #ffffff;
}
.stats-space {
  height: 60px;
}
.world-map {
  background-image: url("../images/map/world-map.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.world-map li {
  list-style: none;
  font-size: 24px;
  line-height: 50px;
  color: #335ADE;
}
.velocity-stat {
  border: none;
  margin-bottom: 20px;
}
.velocity-stat img {
  border-radius: 20px;
}
.velocity-mobile-image {
	display: none;
}
.video-container {
  max-width: calc(100vw - 60px); /* Full viewport width minus 60px */
  height: calc(100vh - 150px); /* Full viewport height minus 150px */
  margin: 120px auto 0 auto; /* Top margin, auto horizontal margin for centering */
  position: relative; /* Needed for absolute positioning of video */
  overflow: hidden; /* Hide any overflow of the video if it's larger than the container */
  background-color: #000; /* Black background for video container */
  display: flex; /* Use flexbox to center video inside container */
  justify-content: center;
  align-items: center;
  border-radius: 28px;
}
.video-container video {
  width: 100%; /* Make video fill the width of its container */
  height: 100%; /* Make video fill the height of its container */
  object-fit: cover; /* Cover the entire container, cropping if necessary */
  display: block; /* Remove extra space below video */
}
.overlay-logo-container {
  position: absolute;
  /* Centering the overlay container */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Original properties */
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 2px solid #dee2e6 !important;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start; /* Logo still top-left within its own container */
  align-items: flex-start; /* Logo still top-left within its own container */
  padding: 10px;
  pointer-events: none;
}
.overlay-logo-container .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 400px;
}
.key-objectives {
  padding: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  color: #FFFFFF;
  margin-top: 40px;
}
.key-objectives img {
  width: 24px;
  margin-right: 20px
}
.key-objectives p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
.key-obj-button-01 {
  margin-top: 60px;
  text-align: right;
}
.key-obj-button-02 {
  margin-top: 60px;
}
.velcoity-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}