/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* Giving Grid [Foundation's Home Page] */
.giving-grid-area.content-area.wide {
	padding-top: 0em;
	padding-bottom: 4em;
}

.giving-grid-area.content-area.wide .drawn-arrow-container {
	top: 4.75rem;
}

.foundation-grid {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: center;
}

.foundation-grid li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(25% - 0.75em);
	margin-left: 0.75em;
	margin-top: 0.75em;
}

.foundation-grid li:nth-child(4n + 1) {
	margin-left: 0;
}

.foundation-grid a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 2.5em 0.5em;
	min-height: 12em;
	position: relative;
	background-color: #000000;
	line-height: 1.25;
	color: #FFFFFF; /* $white */
	transition: 0.5s ease;
	box-shadow: 0 0 0 0 #deeaf2;
}

.foundation-grid a:hover {
	box-shadow: 0 0 0 0.5em #deeaf2;
}

.foundation-grid a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.7;
	transition: 0.5s ease;
}

.foundation-grid a:hover img {
	opacity: 0.5;
}

.foundation-grid a strong {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.111em;
	letter-spacing: 0.05em;
	position: relative;
}
/* End Giving Grid [Foundation's Home Page] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.giving-grid-area.content-area.wide {
		padding: 4em 20em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.giving-grid-area.content-area.wide {
		padding: 4em 12.667em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width:1200px) {
	.giving-grid-area.content-area.wide {
		padding: 4em 2.5em;
	}

	.foundation-grid li {
		width: 33.3%;
		max-width: calc(33.333% - 0.5em);
	}

	.foundation-grid li:nth-child(3n + 1) {
		margin-left: 0;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.foundation-grid a strong {
		font-size: 1em;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.foundation-grid li {
		width: 50%;
		max-width: calc(50% - 0.5em);
		margin-left: 1em;
	}

	.foundation-grid li:nth-child(3n + 1) {
		margin-left: 1em;
	}

	.foundation-grid li:nth-child(odd) {
		margin-left: 0;
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.foundation-grid li {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	.foundation-grid li:nth-child(3n + 1) {
		margin-left: 0;
	}

	.giving-grid-area.content-area.wide {
		padding: 3em 1.5em;
	}

	.giving-grid-area.content-area.wide h1 {
		font-size: 1.85em;
	}
}
/* End Responsive [450px] */
