/* 
 *
 * ANCHOR global
------------------------------------------------*/
body {
	background-color: yellow;
	font-family: 'Roboto', sans-serif;
}

.caption {
	font-size: .65rem;
	font-weight: 360;
	letter-spacing: 1%;
	margin-top: .2rem;
}

@media screen and (min-width: 800px) {
	.caption {
		font-size: .85rem;
		margin-top: .5rem;
	}
}

.additional a {
	text-decoration: none;
}

.comingsoon {
	padding: 10em 0;
	text-align: center;
}

h1 {
	color: #c5c502;
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

.bio-image {
	position: relative;
}

.bio-image .biotext {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	color: white;
	padding: 0 5%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	font-size: 1.5em;
	justify-content: center;
	align-items: center;
}

.bio-image:hover .biotext {
	display: flex;
}

.hr {
	border-top: 1px solid black;
	width: 100%;
}

.section__header {
	font-family: 'SupplySans';
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 1.25rem 5% 1rem;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

@media screen and (min-width: 800px) {
	.section__header {
		font-size: 1.85rem;
		line-height: 100%;
		padding: 1.6rem 5% 1.35rem;
	}
}

.section__header em {
	font-style: normal;
	letter-spacing: -0.15em;
}

.event__block {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 2.6rem;
	margin: 8% 5% 15% 5%;
}

@media screen and (min-width: 800px) {
	.event__block {
		grid-template-columns: 40% 1fr;
		margin: 4% 5%;
	}
}

@media screen and (min-width: 800px) {
	.event__image-block {
		margin: 0;
	}
}

.event-image img {
	width: 100%;
	height: auto;
}

.video-embed {
	position: relative;
	margin-top: 1rem;
	padding-top: 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.event-type {
	font-family: 'SupplySans';
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #c5c502;
	margin-top: 2rem;
	margin-bottom: 0.8rem;
}

@media screen and (min-width: 800px) {
	.event-type {
		font-size: 1.85rem;
		line-height: 100%;
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
}

.event-title {
	font-family: 'SupplySans';
	font-size: 1.6rem;
	line-height: 110%;
}

@media screen and (min-width: 800px) {
	.event-title {
		font-size: 2.0rem;
		line-height: 120%;
	}
}

.event-location {
	font-size: 1rem;
	font-weight: 420;
	line-height: 130%;
	letter-spacing: 1%;
	margin: 1.5rem 0 1.5rem;
}

.event-location a {
	text-decoration: underline;
}

@media screen and (min-width: 800px) {
	.event-location {
		font-size: 1.35rem;
		margin: 1.8rem 0 2rem;
	}
}

.event-link {
	font-size: 0.85rem;
	margin-bottom: 1.6rem;
}

.event-link a {
	text-decoration: underline;
}

@media screen and (min-width: 800px) {
	.event-link {
		font-size: 1rem;
		margin-bottom: 2.3rem;
	}
}

.event-detail {
	font-size: 0.85rem;
	line-height: 145%;
	letter-spacing: 1%;
}

@media screen and (min-width: 800px) {
	.event-detail {
		font-size: 1rem;
	}
}

.event-detail p {
	padding-bottom: 1.6rem;
}

.event-detail p:last-of-type {
	padding-bottom: 0;
}

.event-detail a {
	text-decoration: underline;
}

.additional {
	margin-top: 2rem;
	line-height: 1.5em;
}

.event-button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 480;
	font-size: 0.9rem;
	letter-spacing: 6%;
	text-transform: uppercase;
	background-color: black;
	color: yellow;
	border-radius: 30px;
	border: 2.2px solid black;
	padding: 0.5rem 1.4rem;
	margin-top: 2.2rem;
}

@media screen and (min-width: 800px) {
	.event-button {
		font-size: 1.1rem;
		padding: 0.7rem 1.7rem;
		margin-top: 2.35rem;
	}
}

/* .event-button a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 480;
	font-size: 1.1rem;
	letter-spacing: 6%;
	text-transform: uppercase;
} */

/* .event-button:hover {
	background-color: yellow;
	color: black;
} */

.section__block {
	margin: 8% 5%;
}

.section__block p {
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: 1%;
}

.section__block a {
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (min-width: 800px) {
	.section__block {
		margin: 3% 5%;
	}

	.section__block p {
		font-size: 1.05rem;
	}
}

.logo-heading {
	line-height:1.5em;
	font-size: .9rem;
	text-align: left;
}

/* 
 *
 * ANCHOR about
------------------------------------------------*/
.people {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-content: space-between;
	grid-gap: 3vw;
	height: max-content;
	margin: 4% 5%;
}

@media screen and (min-width: 600px) {
	.people {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 900px) {
	.people {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1300px) {
	.people {
		grid-template-columns: repeat(4, 1fr);
	}
}

.people__card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.people__info {
	margin: .6em 0 1.2rem 0;
	font-size: 0.75rem;
	line-height: 125%;
}

@media screen and (min-width: 800px) {
	.people__info {
		font-size: 0.9rem;
		margin: .6em 0 0 0;
	}
}

.people__name, .people__role {
	font-weight: 700;
}

.people__title {
	line-height: 110%;
	margin-top: 0.1em;
}

/* 
 *
 * ANCHOR support
------------------------------------------------*/
.container-heading {
	padding: 1rem 1rem 0rem 1rem;
	margin: 0rem 4% 0rem 4%;
}

.donation__block {
	font-size: 0.85rem;
	margin-bottom: 2.4rem;
}

@media screen and (min-width: 800px) {
	.donation__block {
		font-size: 1.05rem;
	}
}

.donation__item {
	display: block;
	margin-top: 2rem;
}

@media screen and (min-width: 800px) {
	.donation__item {
		display: flex;
		column-gap: 1.4rem;
	}
}

.donate-pre {
	font-weight: 600;
	margin-bottom: 0.8rem;
}

.donation__menu-item {
	display: block;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}

.donation__menu-item:last-child {
	margin-bottom: 0;
}

.donation__menu-item a {
	font-weight: 400;
}

.donation__menu-item a:hover {
	color: #c5c502;
}

@media screen and (min-width: 800px) {
	.donation__menu-item {
		display: inline-flex;
		position: relative;
		margin-right: 1.6rem;
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
}

.donation__title {
	text-decoration: underline;
}

.donation__submenu {
	display: flex;
	margin: 1rem;
	column-gap: 2rem;
	row-gap: 1rem;
	flex-wrap: wrap;
}

.donation__submenu li a {
	text-decoration: none;
}

@media screen and (min-width: 800px) {
	.donation__submenu {
		display: none;
		position: absolute;
		margin: 0;
		top: 1.35rem;
		left: 0;
		border: 1px solid black;
	}
	
	.donation__submenu li {
		position: relative;
		background: yellow;
		padding: 0.5rem 2rem;
		width: auto;
		border-bottom: 1px solid black;
		text-align: center;
	}

	.donation__submenu li:last-of-type {
		border-bottom: none;
	}

	.donation__menu-item:hover .donation__submenu {
		display: block;
	}
}

.donate__support {
	margin-top: 2rem;
}

.donor-level__block {
	font-size: 0.85rem;
}

.donor-level-header {
	font-weight: 600;
	margin: 1rem 0 0.15rem;
}

.donor-level {
	font-size: 100%;
	margin: 0 0 0 0;
	width: 100%;
}

@media screen and (min-width: 800px) {
	.donor-level__block {
		font-size: 1.05rem;
	}
	
	.donor-level-header {
		font-weight: 600;
	}
}

.donors__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-content: space-between;
	grid-gap: 1em 5vw;
	height: max-content;
	margin: 2rem 5% 3rem 5%;
}

.donors__item {
	margin-bottom: 0.8rem;
}

.donors__item:last-child {
	margin-bottom: 0;
}

.donors__item h1 {
	color: #c5c502;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0.4rem;
	white-space: nowrap;
}

.donor {
	font-size: 1rem;
	line-height: 135%;
	white-space: nowrap;
}

@media screen and (min-width: 800px) {
	.donors__grid {
		grid-template-columns: repeat(2, 1fr);
		margin: 6rem 5%;
		width: 600px;
		grid-gap: 2em 5vw;
	}

	.donors__item h1 {
		font-size: 2rem;
		line-height: 140%;
	}

	.donor {
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 1300px) {
	.donors__grid {
		grid-template-columns: repeat(3, 1fr);
		width: 800px;
		margin: 3rem 5%;
		grid-gap: 2em 5vw;
	}
}

/* 
 *
 * ANCHOR header
------------------------------------------------*/
.site-header {
	display: flex;
	margin: 3% 5% 3% 5%;
	justify-content: space-between;
	align-items: normal;
	column-gap: 6rem;
}

.site-header__nav {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.6rem;
	row-gap: 0rem;
}

.site-header__nav li {
	font-family: 'SupplySans';
	font-size: 3.3vw;
	line-height: 125%;
	color: #c5c502;
	text-transform: uppercase;
}

.site-header__nav em {
	font-style: normal;
	letter-spacing: -0.15em;
}

.site-header__nav a:hover {
	color: black;
}

.active-nav {
	color: black;
}

.buttons {
	display: none;
}

.site-header__logo {
	z-index: 999;
}

.site-header__logo img {
	width: 12vw;
	max-width: 200px;
	padding-top: 9%;
}

/* header for mobile */
@media screen and (max-width: 800px) {
	.site-header {
		display: flex;
		margin: 5%;
		justify-content: space-between;
		align-items: center;
		column-gap: 2rem;
	}
	
	.site-header__nav {
		display: none;
		flex-wrap: wrap;
		column-gap: 0.6rem;
		row-gap: 0rem;
	}

	.site-header__logo img {
		width: 5rem;
		max-width: 200px;
		padding-top: 0;
	}

	.buttons {
		display: block;
		z-index: 999;
	}

	.show-menu .site-header__nav {
		display: block;
		width: 100vw;
		position: absolute;
		top: 12%;
		background-color: yellow;
		margin: -5%;
		padding: 5%;
		border-bottom: 1px solid black;
		z-index: 1;
	}

	.show-menu .site-header__nav li {
		font-size: 1.95rem;
		line-height: 135%;
	}
}

/* 
 *
 * ANCHOR footer
------------------------------------------------*/
.site-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 6rem 5% 6rem 5%;
	align-items: center;
	border-top: 1px solid black;
	font-size: 1rem;
}

.social-media img {
	height: 60px;
}

.address {
	text-align: center;
	line-height: 135%;
}

.email {
	text-align: right;
}

.email a {
	font-weight: 600;
	text-decoration: underline;
}

/* header for mobile */
@media screen and (max-width: 800px) {
	.site-footer {
		grid-template-columns: 1fr;
		padding: 12% 5%;
		font-size: 0.8rem;
	}

	.social-media {
		text-align: center;
	}

	.social-media img {
		height: 50px;
	}

	.address {
		text-align: center;
		line-height: 135%;
		padding: 4% 0 6%;
	}

	.email {
		text-align: center;
	}
}



/* @media (max-width: 800px) {
	.site-header__nav .button:checked~.menu-block {
		
		position: absolute;
		width: 100%;
		background: yellow;
		padding: 5% 5% 8% 5%;
		display: block;
		border-bottom: 1px solid black;
		z-index: 200;
	}

	.site-header__nav .button:checked~.menu-block ul {
		max-height: 800px;
		display: block;
		z-index: 200;
	}

	.site-header__nav .icon {
		z-index: 300;
	}

	.site-header__nav {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 5% 0;
		margin: 0;
	}

	.site-header__nav li {
		float: none;
	}

	.site-header__nav li a {
		padding: 0;
		font-size: 32px;
		line-height: 1.5em;

	}

	.site-header__nav li a:hover {
		color: black;

	}

	.site-header__nav .menu-block {
		margin: 0;
	}

	.site-header__nav .menu {
		clear: both;
		max-height: 0;
	}

	.site-header__nav .icon {
		display: inline-block;
		float: right;
		padding: 5% 5%;
		position: relative;
		user-select: none;
	}

	.site-header__nav ul {
		list-style: none;
		overflow: hidden;
		display: block;
		padding: 0;
		border: 0;
		position: relative;
		width: 100%;
		margin: 0 0 0 0;
	}

	.site-header__nav li ul {
		display: block;
		border: 0;
		position: relative;
		margin: 0 0 2em 0;
		border-bottom: none;
		top: 0;
		left: 0;
		background: #FFFF00;
		width: fit-content;
		padding: 0 0 0 0;
	}

	.site-header__nav li ul a {
		font-size: 22px;
		padding: 0;
	}

	.site-header__nav li:hover ul {
		display: block;
		position: relative;
		z-index: 100;
		padding: 0;
		margin: 0 0 2em 0;

	}

	.site-header__nav li:last-child:hover ul {
		display: block;
		position: relative;
		z-index: 100;
		padding: 0;
		margin: 0 0 2em 0;
	}


	.site-header__nav li ul li {
		display: block;
		float: none;
		padding: 0;
		border: none;
		margin-left: 22px;
	}

	.site-header__nav .logo {
		width: 50%;
		display: block;
		float: left;
		padding: 0;
		text-decoration: none;
	}

} */


/* Header ------------------------------------------- */
/* Default styles for desktop */
.menu {
  position: relative;
}

.navigation .logo {
  width: 25%;
  max-height: 200px;
  margin: 0 0 0 5%;
  display: block;
  float: left;
  padding: 0;
  text-decoration: none;
  height:auto;
}


.logo img {width:100%;height: auto;}

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 2vw 0 3vw 0;
	padding: 0;
	height: min-content;
	position: relative;
}

.menu-block {
	padding: .1vw 0;
	position: relative;
	width: 100%;
	margin: 0 5% 0 10%;
}

.navigation ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: .1vw 0;
	position: relative;
	width: 100%;
	margin: 0;
}

.navigation li {
	float: left;
	position: relative;
}

.navigation li a {
	display: block;
	padding: 0;
	margin: 0 0 1vw 0;
	line-height: 1em;
	text-decoration: none;
	color: #c5c502;
	position: relative;
	font-size: 1.8vw;
	font-weight: 500;
}

.navigation li ul {
	display: none;
	position: absolute;
	margin: 2.8vw 0 0 0;
	border: 1px solid black;
	top: 0;
	background: #FFFF00;
	width: fit-content;
	font-size: 1vw;
	/* padding: 1vw; */
}

.navigation li ul a {
	font-size: 1.2vw;
	margin: 0;
	padding: .75vw 1.25vw;
}

.navigation li:hover ul {
	position: absolute;
	display: grid;
	z-index: 100;
	/* min-width: 20vw; */
}

/*
.navigation li:last-child:hover ul {position:absolute;display: grid;z-index: 100;right:0;}
*/

.navigation li ul li {
	display: block;
	float: none;
	white-space: nowrap;
	border-bottom: 1px solid black;
}

.navigation li ul li:last-child {
	border-bottom: 0px;
}

.navigation li a:hover,
.navigation li a.current,
.navigation .button:hover {
  color: black;
}

.navigation .menu {
  clear: none;
  float: right;
  max-height: none;
  transition: max-height .2s ease-out;
  text-transform: uppercase;
}

.navigation .icon {
  display: none;
}

.navigation .icon .navicon {
  background: #333;
  display: block;
  height: 4px; /* Double the height */
  position: relative;
  transition: background .2s ease-out;
  width: 36px; /* Double the width */
}

.navigation .icon .navicon:before,
.navigation .icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navigation .icon .navicon:before {
  top: 10px; /* Adjusted for the new size */
}

.navigation .icon .navicon:after {
  top: -10px; /* Adjusted for the new size */
}

.navigation .button {
  display: none;
}

.navigation .button:checked ~ .menu {
  max-height: 540px;

}

.navigation .button:checked ~ .icon .navicon {
  background: transparent;
}

.navigation .button:checked ~ .icon .navicon:before {
  transform: rotate(-45deg);
}

.navigation .button:checked ~ .icon .navicon:after {
  transform: rotate(45deg);
}

.navigation .button:checked ~ .icon:not(.steps) .navicon:before,
.navigation .button:checked ~ .icon:not(.steps) .navicon:after {
  top: 0;
}

/* Media query for mobile */
/* @media (max-width: 800px) {
	.navigation .button:checked~.menu-block {
		
		position: absolute;
		width: 100%;
		background: yellow;
		padding: 5% 5% 8% 5%;
		display: block;
		border-bottom: 1px solid black;
		z-index: 200;
	}

	.navigation .button:checked~.menu-block ul {
		max-height: 800px;
		display: block;
		z-index: 200;
	}

	.navigation .icon {
		z-index: 300;
	}

	.navigation {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 5% 0;
		margin: 0;
	}

	.navigation li {
		float: none;
	}

	.navigation li a {
		padding: 0;
		font-size: 32px;
		line-height: 1.5em;

	}

	.navigation li a:hover {
		color: black;

	}

	.navigation .menu-block {
		margin: 0;
	}

	.navigation .menu {
		clear: both;
		max-height: 0;
	}

	.navigation .icon {
		display: inline-block;
		float: right;
		padding: 5% 5%;
		position: relative;
		user-select: none;
	}

	.navigation ul {
		list-style: none;
		overflow: hidden;
		display: block;
		padding: 0;
		border: 0;
		position: relative;
		width: 100%;
		margin: 0 0 0 0;
	}

	.navigation li ul {
		display: block;
		border: 0;
		position: relative;
		margin: 0 0 2em 0;
		border-bottom: none;
		top: 0;
		left: 0;
		background: #FFFF00;
		width: fit-content;
		padding: 0 0 0 0;
	}

	.navigation li ul a {
		font-size: 22px;
		padding: 0;
	}

	.navigation li:hover ul {
		display: block;
		position: relative;
		z-index: 100;
		padding: 0;
		margin: 0 0 2em 0;

	}

	.navigation li:last-child:hover ul {
		display: block;
		position: relative;
		z-index: 100;
		padding: 0;
		margin: 0 0 2em 0;
	}


	.navigation li ul li {
		display: block;
		float: none;
		padding: 0;
		border: none;
		margin-left: 22px;
	}

	.navigation .logo {
		width: 50%;
		display: block;
		float: left;
		padding: 0;
		text-decoration: none;
	}

} */


/* News Grid Cards ------------------------------------------- */
.news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-content: space-between;
	grid-gap: 2em 5vw;
	margin: 2rem 4% 3rem 4%;
}
.news-grid-item {position: relative;}

.news-content {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
}

.news-grid-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.news-text-area {
	position:relative;
	height:100%;
	margin: 0 1em;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	font-size: 3.5vw;
}

.news-entity {
	font-weight: bold;
	height: auto;
	padding: 1em 0 0em 0;
}

.news-title {
	font-weight: normal;
	font-size:90%;
	height: 33%;
	position: relative;
	padding: 1em 0 1em 0;
}

.news-date {
	font-weight: normal;
	font-size:90%;
	padding: 0em 0 1em 0;
	postion: relative;
	float: l;
	bottom: 0;
	display:flex;
	align-items:flex-end;
	height: 100%;
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}



@media screen and (min-width: 800px) {
	
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
		margin: 2rem 4% 3rem 4%;
		grid-gap: 2em 5vw;
		padding: 1rem;
	}
	
	.news-text-area {
	font-size: 2vw;
	
}

.news-entity {
	
	
}

.news-title {

}

.news-date {

}
}

@media screen and (min-width: 1300px) {
	
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
		margin: 2rem 4% 3rem 4%;
		grid-gap: 2em 5vw;
		padding: 1rem;
	}
	
	.news-text-area {
	font-size: 1.25vw;
	
}

.news-entity {
	
	
}

.news-title {

}

.news-date {

}
}


/* Donation Menu ------------------------------------------- */

.donation-menu {
	list-style:none;
	position:relative;
	padding:0;
	margin:0;
	
}

.donation-menu li {
	list-style:none;
	float: left;
	padding: 0 1em 0 0;
	position:relative;
	text-decoration:underline;
	text-transform:uppercase;
}

.donation-menu a {
	text-decoration:underline;
	padding: 0;
}
.donation-menu a:hover {
	    color: #c5c502;
}




.donation-menu li:hover li {
	display:block;
	float:none;
}

.donation-menu li ul li {
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid black;
}

.donation-menu li ul li:last-child {
	border-bottom: none;
}

.donation-menu li ul li a {
	padding: .5em 2em;
	display: block;
	text-align: center;
	text-decoration: none !important;
}

@media screen and (max-width: 800px) {
	.donation-menu li ul {
		display: block;
		position: relative;
		background: yellow;
		border: none;
		padding: 0;
		width: auto;
	}
	

	.donation-menu li:hover ul {
		display: block;
		position: relative;
		background: yellow;
		border: none;
		padding: 0;
		width: auto;
	}

	.donation-menu li {
		border: none;
		display: block;
		margin: 1em 0;
		float: none;
		clear: both;
	}

	.donation-menu li ul li {
		border: none;
		float: left;
		clear: none;
	}

	.donation-menu li ul li {

		padding: 0;
		border-bottom: 0px solid black;
	}

	.donation-menu li:hover li {
		display: block;
		float: left;
	}

	.donation-menu li ul li a {
		padding: 0 1em;
		display: block;
		text-align: center;
	}