.white-background .breadcrumb,
.white-background .breadcrumb a:visited,
.white-background .breadcrumb a {
	color: #005B74;
}

/* Project Profile Page */

.profile-hero p.project-subheading {
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	
	/* H5 */
	font-family: 'arboria', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
}


/* Project Directory */

.gba-projects-container {
	display: flex;
	max-width: 1200px;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
	flex: 1 0 0;
}
.gba-project-directory-entry {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	margin-bottom: 
}
.gba-project-directory-entry-content {
	display: flex;
	flex-direction: row;
	padding: 16px 0px;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	border-top: 1px solid var(--Dark-Grey, #223035);
}
.gba-project-directory-entry-left {
	display: flex;
	max-width: 400px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}
.gba-project-directory-entry-right {
	flex: 1 0 0;
}
.gba-project-field {
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	
	/* P2 */
	font-family: 'arboria', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.gba-project-title {
	flex: 1 0 0;
}
.gba-project-title a {
	/* H5 */
	color: var(--Dark-Grey, #223035);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-decoration: none;	
}
.gba-project-title a:hover {
	text-decoration: underline;
}


/* Project directory search */
form.gba-search-form {
	display: flex;
	max-width: 1200px;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: left;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.gba-search-form input {
	display: flex;
	width: 300px;
	height: 34px;
	padding: 0px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;	
	border: none;
	border-radius: 100px;
	background: rgba(89, 90, 90, 0.20);
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	
	
	/* P2 */
	font-family: 'arboria', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.gba-search-form button {
	display: flex;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	height: 34px;
	border: none;
	background: var(--GBA-Green, #0CA948);
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	
	/* Button Text */
	font-family: 'arboria', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
}

.gba-search-form a.clear-search {
	color: var(--Dark-Blue, #032B3D);
	leading-trim: both;
	text-edge: cap;
	
	/* Button Text */
	font-family: 'arboria', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	padding-top: 9px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
footer .gb-block-layout-column-inner {
	z-index: 0;
}

#filter-panel {
	display: flex;
	width: 492px;
	padding: 44px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
	background: var(--Dark-Blue, #032B3D);
	z-index: 9999;
}
#filter-panel button#close-filters {
	padding: 16px;
	border-radius: 24px;
	border: 3px solid #D9D9D9;
	background: transparent;
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	
	/* Button Text */
	font-family: 'arboria',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-decoration: none;
}
#filter-panel .slideout-panel-header {
	display: flex;
	flex-direction: row;
	height: 60px;
	justify-content: space-between;
	align-items: left;
	flex-shrink: 0;
	align-self: stretch;	
	vertical-align: middle;
}
#filter-panel .slideout-panel-header h3 {
	text-align: left;
	color: white;
}
.slideout-panel-element {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: left;
  align-self: stretch;
  padding-bottom: 0;
  border-radius: 8px;
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
}
.slideout-panel-element form {
	margin-bottom: 0;
}

/* Drawer toggle */
.drawer-toggle {
  width: 100%;
  text-align: left;
  	border: none;
  background-color: transparent;
		height: 60px;
		padding-bottom: 0;
		padding-left: 16px;
		/* H4 */
		  font-family: 'arboria', sans-serif;
		  font-size: 32px;
		  font-style: normal;
		  font-weight: 500;
		color: #FFF;
		  line-height: 40px; /* 125% */
	  }

.drawer-icon {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;

}

/* Drawer content styles */
.drawer-content {
  display: none;
  flex-direction: column;
  max-height: 20rem;
  overflow: hidden;
  position: relative;
}
#completion-date .drawer-content label {
	display: flex;
	flex-direction: row;
	padding: 12px 0px 12px 16px;
	align-items: center;
	gap: 32px;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: 'arboria', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
}
#completion-date .date-label {
	width: 64px;
}
#completion_start_year,
#completion_end_year {
	font-size: 24px;
	font-family: 'arboria', sans-serif;


}

/* Scrollable area */
.drawer-scroll-area {
  overflow-y: auto;
  max-height: calc(20rem - 4rem); /* Leave space for footer height */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 12px 0px 12px 16px;
  align-items: left;
  gap: 32px;
  color: #fff;
	scrollbar-color: rgba(255, 255, 255, 0.50)  #000 ;
}
.drawer-scroll-area label {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: 'arboria', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
	display: flex;
	flex-direction: row;
	height: 40px;
	align-items: left;
	gap: 32px;
  
}
/* checkbox styling */
.drawer-scroll-area label.fa-checkbox .fa-icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  font-family: "Font Awesome 6 Pro";
  color: #fff;
}

.drawer-scroll-area label.fa-checkbox input[type="checkbox"] {
  display: none; /* Hide native checkbox */
}

.drawer-scroll-area label.fa-checkbox .fa-icon::before {
  content: "\f0c8"; /* fa-square (regular) */
  font-weight: 400;  /* Regular style */
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.528px;
}

/* When checkbox is checked */
.drawer-scroll-area label.fa-checkbox input[type="checkbox"]:checked + .fa-icon::before {
  content: "\f2d3"; /* fa-square-xmark (solid or regular depending on style) */
  font-weight: 900;  /* Solid style */
  color: #fff;
}


/* Footer should stay at the bottom */
.drawer-footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: flex;
  padding: 12px 0px 12px 16px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.drawer-footer button {
	border-radius: 24px;
	background: var(--White, #FFF);
	padding: 12px 16px;
	border: none;
	
	/* Button Text */
	font-family: 'arboria', sans-serif;
	color: var(--Dark-Grey, #223035);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
}
.drawer-footer a.clear-selection {
	color: var(--White, #FFF);

/* Button Text */
	font-family: 'arboria', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
}

/* Optional: transition for smooth open/close */
.drawer-content.open {
  display: flex;
}


#filter-section {
	display: flex;
	max-width: 950px;
	padding: 0px;
	margin-bottom: 3rem;
	flex-direction: column;
	align-items: left;
}
#filter-buttons,
#active-filters {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 8px;
}

#filter-buttons button {
	border-radius: 100px;
	background: var(--Tinted-Blue, #578E9B);
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	border: none;
	height: 34px;
	padding: 0px 20px;
	margin-bottom: 1em;
	
	
	/* Button Text */
	font-family: 'arboria', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */	
}

#filter-buttons button.active-filter {
	background: var(--GBA-Blue, #005B74);
}

#active-filters a {
	padding: 6px 32px 6px;
	
	border-radius: 100px 200px 6px 100px;
	border: 3px solid var(--Tinted-Blue, #578E9B);
	
	color: var(--Tinted-Blue, #578E9B);
	leading-trim: both;
	text-edge: cap;
	
	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	text-decoration: none;
}
#active-filters a:odd {
border-radius: 6px 100px 100px 200px;	
}

#active-filters a.clear-all-filters {
	display: flex;
	width: 34px;
	height: 34px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0;
	
	border-radius: 100px;
	border: 3px solid var(--Tinted-Blue, #578E9B);
}

/* Impact Story Styles */
.story-block-wrap {
	width: 100vw; 
	padding: 160px 0 0 0; 
	position: relative; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: center; 
	gap: 8px; 
	display: flex;	
	margin: 48px 0 48px calc(-50vw + 50%);
}
.story-block-back {
	display: flex;
	padding: 104px 95px 48px 95px;
	width: 100%;
	max-width: 922px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 10px;
	background: var(--Dark-Blue, #032B3D);
	margin: 0 auto;
}
.story-block-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.story-block-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-self: stretch;
}
.story-block-text h3 {
	color: var(--GBA-Green, #0CA948);
	text-align: center;	
	/* H3 */
	font-family: "DIN 2014 Narrow", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 106.25% */
	text-transform: uppercase;
	margin: 0;
}
.story-block-text h2 {
	color: var(--White, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	
	/* H2 – Desktop */
	font-family: 'arboria', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 116.667% */
	margin: 0;
}
.story-block-text .location {
	color: var(--White, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	
	/* H4 */
	font-family: 'arboria', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 125% */
	margin: 0;
}
.story-block-content a.button {
	display: block;
	padding: 6px 30px;
	border-radius: 100px;
	background: var(--GBA-Green, #0CA948);
	color: var(--White, #FFF);

	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	text-decoration: none;
}
.story-block-content a.button:hover {
	border: var(--GBA-Green, #0CA948);
	background: #fff;
	color: #223035;
}
.story-block-wrap .story-thumbnail {
	height: 233px;
	position: absolute;
	center: 0;	
	top: 0;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	
}

.story-block-wrap.horizontal {
	padding-top: 88px;
}
.story-block-wrap.horizontal .story-thumbnail {
	position: absolute;
	left: calc(50vw - 400px);
	top: unset;
	bottom: 80px;
	center: unset;
	width: 303px;
	height: unset;
}
.story-block-wrap.horizontal .story-block-back {
	padding: 48px 48px 48px 440px;
	max-width: 624px;


}
@media only screen and (max-width: 1070px) {
	.story-block-text h2 {
		font-size: 48px !important;
		line-height: 56px !important ; /* 116.667% */
	}
}
@media only screen and (max-width: 960px) {
	.story-block-wrap {
		margin: 48px 10px 48px 10px;
		width: calc(100vw - 20px);
	}
	.story-block-back,
	.story-block-wrap.horizontal .story-block-back {
		width: unset;
		max-width: unset;
	}
	
}
@media only screen and (max-width: 960px) {
	.story-block-wrap.horizontal .story-thumbnail {
		width: 30%;
	}
	.story-block-wrap.horizontal .story-block-back {
		padding-left: 49%;
	}
	.story-block-wrap.horizontal .story-block-text h3,
	.story-block-wrap.horizontal .story-block-text h2,
	.story-block-wrap.horizontal .story-block-text .location {
		text-align: left;
	}
	.story-block-wrap.horizontal .story-block-content a.button {
		display: block;

}
	.story-block-wrap.horizontal .story-block-content, 
	.story-block-wrap.horizontal .story-block-text {
	align-content: flex-start;
	}
}


/* Project Directory Related Projects */
.related-projects-wrap {
	padding: 0; 
	width: 100vw; 
	margin: 48px 0 48px calc(-50vw + 50%);
}
.related-projects-wrap .related-projects-header {
	max-width: 1112px;
	margin: 0 auto;
	width: 100%;
}
.related-project-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex: 1 0 0;
	max-width: 1112px;
	margin: 0 auto;
	border-radius: 10px;
	background: #F2F9F8;
	width: 100%;
}


.related-projects-contents {
	display: flex;
	flex-direction: column;
	align-items: left; 
	gap: 32px;
	align-self: stretch;

}
.related-project-details {
	display: flex;
	padding: 24px 48px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	flex: 1 0 0;
	align-self: stretch;
}

.related-projects-wrap h2 {
	text-align: left;
	color: #000;
	margin: 0;
	/* H2 – Desktop */
	font-family: 'arboria', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 116.667% */
}
.related-projects-wrap h4 {
color: var(--Black, #000);
/* H4 */
	font-family: 'arboria', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 125% */	
	margin: 0 0 24px 0;
}
.related-projects-wrap h5 {
	color: var(--Black, #000);
	/* H5 */
	font-family: 'arboria', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */	
	margin: 0;
}
.related-projects-wrap p {
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	
	/* P2 */
	font-family: 'arboria', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin: 0;
}
.related-project-thumbnail {
	height: 100%;
	width: 100%;
	max-width: 445px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.related-projects-wrap a.button {
	display: block;
	padding: 6px 30px;
	border-radius: 100px;
	background: var(--GBA-Green, #0CA948);
	color: var(--White, #FFF);

	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	text-decoration: none;
}
.related-projects-wrap a.button:hover {
	border: var(--GBA-Green, #0CA948);
	background: #fff;
	color: #223035;
}

/* MEMBER DIRECTORIES */

i.fa-solid {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}

/* Member Organizations */

.gba-member-search-form {
	display: flex;
	max-width: 1200px;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	margin-bottom: 3rem;
}
.gba-member-search {
	display: flex;
	max-width: 1200px;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	padding: 16px 0px 24px 0px;

}
.gba-member-search input {
	width: 606px;
	padding: 3px 24px;
	border-radius: 100px;
	background: rgba(89, 90, 90, 0.20);
	border: none;
	color: var(--Dark-Grey, #223035);

	/* P2 */
	font-family: 'arboria', sans-serid;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.gba-member-search button {
	padding: 4px 30px;

	color: var(--White, #FFF);
	border-radius: 100px;
	background: var(--GBA-Green, #0CA948);
	border: none;
	
	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 112.5% */
}
.gba-member-search-clear {
	padding: 7px 8px;

}
a.gba-member-search-clear {
	color: var(--Dark-Blue, #032B3D);

	
	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
}
.gba-member-filter {
	display: flex;
	max-width: 1200px;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.gba-member-directory-switch {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
	gap: 0px;
	align-self: stretch;	
}
.gba-member-directory-switch a {
	color: var(--White, #FFF);
	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	text-decoration: none;
}
.gba-member-directory-orgs {
	border-radius: 100px 0px 0 100px;
		padding: 7px 30px;
	}
.gba-member-directory-inds {
	border-radius: 0px 100px 100px 0px;
	padding: 7px 30px;
}
.gba-member-directory-orgs.organization-directory {
	background: var(--GBA-Blue, #005B74);
}
.gba-member-directory-inds.organization-directory {
	background: var(--Tinted-Blue, #578E9B);
}
.gba-member-directory-inds.organization-directory:hover {
	background: var(--GBA-Blue, #005B74);
}
.gba-member-directory-orgs.individual-directory {
	background: var(--Tinted-Blue, #578E9B);
}
.gba-member-directory-inds.individual-directory {
	background: var(--GBA-Blue, #005B74);
}
.gba-member-directory-orgs.individual-directory:hover {
	background: var(--GBA-Blue, #005B74);
}
select#gba_member_industry {
	border-radius: 100px;
	background: var(--GBA-Blue, #005B74);
	
	color: var(--White, #FFF);
	padding: 6px 30px;
	border: none;

	
	/* Button Text */
	font-family: 'arboria', sans-serid;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
}


.gba-member-directory-orgs-container {
	display: flex;
	max-width: 1200px;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
	flex: 1 0 0;
}
.gba-member-directory-orgs-entry {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	margin-bottom: 
}
.gba-member-directory-orgs-entry-content {
	display: flex;
	flex-direction: row;
	padding: 16px 0px;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	border-top: 1px solid var(--Dark-Grey, #223035);
}
.gba-member-directory-orgs-entry-left {
	display: flex;
	max-width: 400px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}
.gba-member-directory-orgs-entry-right {
	flex: 1 0 0;
}
.gba-member-directory-orgs-field {
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	
	/* P2 */
	font-family: 'arboria', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.gba-member-directory-orgs-title {
	flex: 1 0 0;

	/* H5 */
	color: var(--Dark-Grey, #223035);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-decoration: none;	
}
.gba-member-directory-orgs-individuals {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.gba-member-directory-orgs-individuals .accordion-toggle {
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	font-family: "DIN 2014 Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 222.222% */
	text-transform: uppercase;
}
.individual-details {
	display: flex;
	flex-direction: row;
	width: 1200px;
	padding: 16px 0px;
	align-items: flex-start;
	gap: 24px;
}
.individual-details-left {
	display: flex;
	max-width: 400px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
	flex: 1 0 0;
	color: var(--Dark-Grey, #223035);
	leading-trim: both;
	text-edge: cap;
	
	/* P2 */
	font-family: 'arboria', sans-serid;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.primary-contact-name {
	font-weight: 700;
}
.individual-details-middle {
	max-width: 400px;
	color: var(--Dark-Grey, #223035);
	/* P2 */
	font-family: 'arboria', sans-serid;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.individual-details-right a {
	color: var(--GBA-Blue, #005B74);
	
	/* P2 */
	font-family: 'arboria', sans-serid;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.gba-member-alphabet-links {
	display: flex;
	padding: 16px 0px;
	align-items: flex-start;
	align-content: flex-start;
	gap: 16px;
	align-self: stretch;
	flex-wrap: wrap;
}
.gba-member-alphabet-links a {
	color: var(--GBA-Blue, #005B74);
	
	/* P2 */
	font-family: 'arboria', sans-serid;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */

}

.gba-member-directory-individuals-container {
	display: flex;
	max-width: 1200px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}
.gba-member-directory-individuals-entry-content {
	display: flex;
	flex-direction: row;
	padding: 0px 0 16px 0;
	align-items: flex-start;
	gap: 24px;
}
.gba-member-directory-individuals-entry-content .individual-details-left{
	width: 400px;
	
}
.individual-details-left .gba-member-directory-individuals-title {
	color: var(--Dark-Grey, #223035);
	
	/* H5 */
	font-family: 'arboria', sans-serid;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
}

.gba-member-directory-individuals-container .organization {
	display: none;
}

// Impact Story and Page Cards

.story-card-wrap,
.block-card-wrap {
	margin: 0;
}
a.story-card-link,
a.block-card-link {
	text-decoration: none;

}
.story-card-back,
.block-card-back {
	width: 350px;
	height: 224px;
	padding: 16px 24px;	
	border-radius: 10px;
	background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 34.91%, rgba(0, 0, 0, 0.52) 58.63%);
	background-size: cover;
	background-repeat: no-repeat;
}
.block-card-back {
	height: 175px;
}
.story-card-content, 
.block-card-content {
	display: flex;
	padding: 0;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 6px;
	height: 100%;
	background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 34.91%, rgba(0, 0, 0, 0.52) 58.63%);
}
.story-chip-wrap, 
.block-chip-wrap {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.story-class-chip {
	padding: 4px 16px;
	border-radius: 16px 4px;
	background: var(--White, #FFF);
	color: var(--GBA-Blue, #005B74);
	font-family: 'arboria', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 185.714% */
	display: block;
}

.story-title-wrap, 
.block-title-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: left;
	width: 100%;
	margin: 0;
	text-align: left;
}

.story-title-wrap h4, 
.block-title-wrap h4 {
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: "DIN 2014 Narrow";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: uppercase;
	margin: 0;
}
a.story-card-link:hover .story-title-wrap h4, 
a.block-card-link:hover .block-title-wrap h4 {
	color: rgb(237, 236, 236);
}
