@charset "utf-8";

.hero-new {
    background-image: linear-gradient(to right, rgba(0,0,0,.5), transparent), url('../img/hero_dw-foundation.jpg');
    background-position: 50% 20%;
}

.hero-new h5 {
    color: #ffffff;
}

h6.hero-caption {
    color: #ffffff;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1rem !important;
}

.hero-new::after {
    display: none;
}

.split-screen-callout {
    background-color: #063B35;
    padding: 0 !important;
    border-radius: 6px;
}

.split-screen-callout .ssc-image {
}

.split-screen-callout .ssc-content {
    padding: 2em;
}

.split-screen-callout p,
.split-screen-callout h3 {
    color: #ffffff;
}

.split-screen-callout a.button {
    background: transparent;
    border: 2px solid #73DABF;
    border-radius: 4px;
}

.split-screen-callout a.button:hover {
   background: #73DABF;
   color: #063B35;
}

.split-screen-callout a {
   color: #ffffff;
}

.callout .alert-bar {
    background-color: #f0f7f9;
    padding: 2em;
    margin-bottom: 2em;
}


/*.hero {background: url("../img/hero_dw-foundation.jpg") no-repeat top;}*/
.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}
footer {display: none;}
footer.dwf {display: block}
.padded-bottom {padding-bottom: 0.75em;}
.extra-padded-bottom {padding-bottom: 2em;}
.padded-top {padding-top: 1em;}
.content-box p.teaser {
	font-weight: bold;
	margin-bottom: 1em;}

img.logo {
	max-width: 255px;
	margin: 0 0 2em;
	display: block;
}
.content-box h2 {
	width: max-content;
    padding: 0.4em 1em 0.25em 1em !important;
    left: 0 !important;
    margin-bottom: 1em !important;
    margin-top: 3em;
/*
	text-align: right;
	padding-left: 7em;
	left: -7.1em;
*/
	/*padding-left: 100%;
	left: -100%;
	display: block;
	position: relative;*/
}
.text-small {font-size: 0.8em;}
.tight {line-height: 1.1;}
.img-wrapper {
	position: relative;
	margin: 1.5em 0; 
}
.img-wrapper h2 {
	position: absolute !important;
	left: 0 !important;
}
.content-box#dwf-home p {
	padding: 0;
	margin: 0 0 1em;
	max-width: 100%;
	clear: both;
}
.callout-box {
	background: #ddd;
	padding: 0.75em;
	border-radius: 1em;
	position: relative;
	right: auto;
	margin: 0 0 1em 0;
	max-width: 400px;
}
.callout-box h2 {
	color: #000;
	background: transparent;
	left: 0;
	letter-spacing: 0;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0;
	border-radius: 1em;
	position: relative !important;
	display: inline-block !important;
}
#dwf-home .callout-box p {
	margin: 0 0 0.5em;
	padding: 0;
	line-height: 1.3;
}
#dwf-home aside.callout-box {
	position: relative;
	right: auto;
	padding: 1.2em;
}
#dwf-home aside.callout-box p {
	font-style: italic;
	margin-bottom: 0.5em;
	font-size: 0.95em;
}
#dwf-home .initiative.capacity .callout-box {
	position: relative;
	right: auto;
	margin: 0 0 1.5em;
	max-width: none;
	padding-bottom: 0.2em;
	width: 80%;
}
#dwf-home .initiative.assistance .callout-box p {
	text-align: center;
}
ul li {
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0.75em;
}
#top-bar-wrapper ul li {
	font-weight: 400;
	margin-bottom: 0;
}
/*.nav-bar ul li {margin-bottom: 0;}*/
.block2 ul li, .initiative.capacity ul li {
	font-size: 1.1rem;	
}
h2.inline {position: relative !important;}
.block3 {
	position: relative;
	left: 0;
}
.sorter li.current {color: #ff4d00;}
.sorter {
	position: relative;
	background: transparent;
	margin-bottom: 2em;
	display: inline-block;
}
.sorter ul {
	margin: 1em 0 0 0;
	margin-left: 0;
	margin-top: 0;
	display: block;
	background: transparent;
	position: relative;
	padding: 0;
}
.sorter li {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	list-style: none;
	float: none;
	margin-right: 2em;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	line-height: 2;
	cursor: pointer;
}
.block4 .sorter {
	margin-bottom: 2em;
}
.content-box .margin-wrapper p {
	margin: 0;
}
span.case-study-header {
	color: #ff4d00;
}
.content-box p.bold-poppy {
	font-weight: bold;
	color: #ff4d00;
}
.initiative.assistance .photo-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 1em 0;
	grid-gap: 1em;
}
.initiative.assistance .photo-grid .a {
	grid-column: 1/3;
	grid-row: 1;
}
.initiative.assistance .photo-grid .b {
	grid-column: 1;
	grid-row: 2;
}
.initiative.assistance .photo-grid .c {
	grid-column: 2;
	grid-row: 2;
}
.initiative.assistance .photo-grid .d {
	grid-column: 1/3;
	grid-row: 3;
}
.initiative.assistance .photo-grid .e {
	grid-column: 1;
	grid-row: 4;
}
.initiative.assistance .photo-grid .f {
	grid-column: 2;
	grid-row: 4;
}
.initiative.assistance .callout-box {
	line-height:1.4em !important;
}
.photo-grid .img-wrapper {margin: 0;}
#dwf-home aside.callout-box p.padded-top {padding-top: 1.5em;}
.feature-box .cell.small-1 {max-width: 50px;}
.feature-box img {
	max-width: 25px;
	width: 100%;
	padding-top: 5px;
}
.donate img {
	max-width: 130px;
	width: 100%;
	margin: 0 0.25em 1.5em;
	cursor: pointer;
}
.initiative h3, .donate h3 {margin: 2em 0 1em;}
.donate h3 {display: inline-block;}
.initiative.capacity aside {
	position: relative;
}
.initiative.capacity h4 {
	margin-top: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}
.initiative.capacity .grid {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 1em;
}
.initiative.capacity .grid .a {
	grid-column: 1;
	grid-row: 2;
}
.initiative.capacity .grid .b {
	grid-column: 1;
	grid-row: 1;
}
.initiative.capacity .grid .c {
	grid-column: 1;
	grid-row: 3;
}
/*.initiative.education .outer-grid {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 1.5em;
}
.initiative.education .outer-grid .a {
	grid-column: 1;
	grid-row: 2;
}
.initiative.education .outer-grid .b {
	grid-column: 1;
	grid-row: 1;
}*/
.initiative.education .grid {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 0.5em;
	max-width: 800px;
}
.initiative.education .grid .a {
	grid-column: 1;
	grid-row: 1;
}
.initiative.education .grid .b {
	grid-column: 2;
	grid-row: 1;
}
.initiative.education .grid .c {
	grid-column: 1;
	grid-row: 2;
}
.initiative.education .grid .d {
	grid-column: 2;
	grid-row: 2;
}
.thumb-grid {max-width: 500px;}
#dwf-home .block2 .text-above {
	font-size: 1.2em;
	font-weight: 300;
	padding: 1em 0 0 0;
	position: relative;
	color: #000;
	width: 100%;
	line-height: 1.2;
}
#dwf-home .text-above.caption {
	font-size: 1em;
	padding: 0 0.5em 0 0;
	position: absolute;
	color: #fff;
	width: 95%;
	line-height: 1;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
	bottom: 0;
	left: 1em;
}
.who-we-are .photo-grid {
	align-items: start !important;
	grid-gap: 5px;
	min-width: 325px;
}
.who-we-are .photo-grid, .sorter {
	padding: 1em 0;
	clear: both;
	max-width: 1500px;
	margin: 0 auto;
}
.person {
	max-width: 160px;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1em;
	font-size: 0.9em;
	vertical-align: top;
	margin-bottom: 0.75em;
}
.person img {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.person a {color: #000;}
.reveal {width: auto; top: 0;}
.reveal-overlay {background: rgba(80,80,80,0.5);}
.bio h2 {
	background: #ff4d00;
	padding: 0.25em 1em 0.25em 2em;
	margin: 2.5em 0 3.5em -1em ;
	font-size: 1em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #fff;
	left: 0;
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.bio-block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2em;
	padding-bottom: 2em;
}
.bio img {
	display: block;
	width: 90%;
	max-width: 370px;
	min-width: 250px;
	margin: 0 1em;
}
.bio .name {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0.75em;
}
.bio .name .credentials {
	font-weight: normal;
	font-size: 0.8em;
}
.bio .bio-text {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: 300;
	padding: 0 1em;
}
.bio .bio-text.email {
	font-size: 1em;	
}
.reveal-overlay p {
	margin-top: 0 !important;
}
footer.dwf {
	padding: 1em 2em 2em;
	margin: 5em 0 0 0;
	width: 100%;
	background-color: #dddddd;
	text-align: left;
}
footer.dwf h2 {
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-top: 1em;
	line-height: 1;
}
footer.dwf p {
	font-weight: 300;
	text-align: left;
	line-height: 1.3;
	font-size: 0.9rem;
}
footer.dwf p.copyright {
	margin: 0 auto;
	margin-top: 1em;
}
footer.dwf .small-6.first {padding-right: 1em;}
.reveal#venmo {
	max-width: 600px;
	width: 100%;
	text-align: center;
}
footer.dwf .padded-top {padding-top: 1.5em;}
.reveal#venmo img {
	max-width: 200px;
	width: 100%;
}
.bio-block img {min-width: auto;}
.maxWidth-75pct {max-width: 100%;}
.hero p.credit {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
	bottom: 0.0;
	right: 0.5em;
	position: absolute;
	max-width: 1920px;
	margin-bottom: 0.5em;
}


/* ---------- //////////  MEDIA QUERIES  ////////// ---------- */

@media only screen and (min-width: 641px) {

	.padded-right {padding-right: 1.5em;}
	.initiative.assistance .photo-grid {
		grid-template-columns: 24% 24% 24% 24%;
		margin: 1em 0;
		grid-gap: 0.5em;
	}
	.initiative.assistance .photo-grid .a {
		grid-column: 1/3;
		grid-row: 1;
	}
	.initiative.assistance .photo-grid .b {
		grid-column: 1;
		grid-row: 2;
	}
	.initiative.assistance .photo-grid .c {
		grid-column: 2;
		grid-row: 2;
	}
	.initiative.assistance .photo-grid .d {
		grid-column: 3/5;
		grid-row: 1;
	}
	.initiative.assistance .photo-grid .e {
		grid-column: 3;
		grid-row: 2;
	}
	.initiative.assistance .photo-grid .f {
		grid-column: 4;
		grid-row: 2;
	}
	.initiative.assistance .photo-grid img {width: 100%;}
	.initiative.capacity .grid {
		grid-template-columns: 24% 24% 24% 24%;
	}
	.initiative.capacity .grid .a {
		grid-column: 1;
		grid-row: 1/4;
	}
	.initiative.capacity .grid .b {
		grid-column: 2/5;
		grid-row: 1/3;
	}
	.initiative.capacity .grid .c {
		grid-column: 2/5;
		grid-row: 3/4;
	}
/*	.initiative.education .outer-grid {
		display: grid;
		grid-template-columns: 20% 80%;
		grid-gap: 1.5em;
	}
	.initiative.education .outer-grid .a {
		grid-column: 1;
		grid-row: 1;
	}
	.initiative.education .outer-grid .b {
		grid-column: 2;
		grid-row: 1;
	}
	.initiative.education .grid {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 1em;
	}
	.initiative.education .grid .a {
		grid-column: 1;
		grid-row: 1;
	}
	.initiative.education .grid .b {
		grid-column: 1;
		grid-row: 2;
	}
	.initiative.education .grid .c {
		grid-column: 1;
		grid-row: 3;
	}
	.initiative.education .grid .d {
		grid-column: 1;
		grid-row: 4;
	}*/
	#dwf-home .block2 .text-above {
		font-size: 2em;
		font-weight: bold;
		padding: 1em;
		position: absolute;
		color: #fff;
		width: 33%;
		bottom: 0;
		left: 1em;
	}
	#dwf-home .text-above.caption {
		font-size: 1em;
		padding: 0 0.5em;
		position: absolute;
		color: #fff;
		width: 95%;
		bottom: 0;
		left: 0.5em;
	}
	.reveal {
		width: 85%;
	}
	footer.dwf .padded-top {padding-top: 0;}
	nav.sorter {margin-bottom: 4em;}
    .callout-box {
	    margin: 0 0 0 1em;
    }
}


@media only screen and (min-width: 800px) {
	.sorter li {
		float: left;
	}
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(4, 1fr);
	  grid-template-rows: repeat(12, 1fr);
	}
	.person {
		width: 24%;
	}
	.maxWidth-75pct {max-width: 75%;}
}


@media only screen and (min-width: 1025px) {

	.callout-box {
		/*position: absolute;
		right: 2em;*/
		margin: 0;
		max-width: 250px;
	}
	.content-box#dwf-home p {
		max-width: 90%;
	}
	.content-box#dwf-home .callout-box p {
		max-width: 100%;
		line-height: 1.3em;
	}
	img.logo {
		margin: 0 0 2em;
	}
}		

/*@media only screen and (min-width: 1350px){
	.block3 {
		left: -5vw;
	}
}	

@media only screen and (min-width: 1600px){
	.block3 {
		left: -12vw;
	}
}*/

@media only screen and (min-width: 641px) and (max-width: 1024px) {

	#dwf-home .block2 .text-above {
		font-size: 1.3em;
		font-weight: bold;
		padding: 1em;
		position: absolute;
		color: #fff;
		width: 40%;
		bottom: 0;
		left: 1em;
		line-height: 1.1;
	}
}

@media only screen and (min-width: 1401px) {
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(9, 1fr);
/*	  grid-template-rows: repeat(6, 1fr);*/
	}
/*	.person {width: 11%;}*/
}

@media only screen and (max-width: 1400px) {
	.who-we-are .photo-grid {
		grid-template-columns: repeat(7, 1fr);
/*		grid-template-rows: repeat(7, 1fr);*/
	}
/*	.person {width: 14%;}*/
}
@media only screen and (max-width: 1200px) {
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(6, 1fr);
/*	  grid-template-rows: repeat(8, 1fr);*/
	}
/*	.person {width: 15%;}*/
}
@media only screen and (max-width: 1000px) {
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(5, 1fr);
/*	  grid-template-rows: repeat(10, 1fr);*/
	}
/*	.person {width: 19%;}*/
}

@media only screen and (min-width: 680px) {
	.bio-block {
		grid-template-columns: 1em 40% 1fr 2em;
		grid-gap: 2em;
		padding-bottom: 4em;
	}
	.bio .bio-text, .bio .name {
		padding: 0 !important;
		width: 90%;
	}
	.bio img {
		margin: 0 auto;
		width: 100%;
	}
	.bio h2 {
		padding-left: 4em;
	}
}
@media only screen and (max-width: 679px) {
	.bio-cell.spacer {display: none;}
}

@media only screen and (max-width: 600px) {
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(3, 1fr);
/*	  grid-template-rows: repeat(16, 1fr);*/
	}
/*	.person {width: 45%;}*/
}

@media only screen and (max-width: 450px) {
	.who-we-are .photo-grid {
	  grid-template-columns: repeat(2, 1fr);
/*	  grid-template-rows: repeat(23, 1fr);*/
	}
/*	.person {width: 49%;}*/
}