#close-button {
	color: #e94e52;
	cursor: pointer;
	position: absolute;
		top: 20px;
		right: 20px;
}

#modal {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
		top: 0;
		left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#modal-content {
	background: #fff;
	max-height: 80vh;
	position: absolute;
		top: 50%;
		left: 50%;
	padding: 4em;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 50%;
	
}

#podcast .slideshow-controls-wrapper .bx-wrapper .bx-controls {
	margin-top: 6rem;
}

#press .slideshow-controls-wrapper .bx-wrapper .bx-controls {
	margin-top: 7.5rem;
}

#podcast .fas.fa-caret-square-left, #podcast .fas.fa-caret-square-right {
	background: #000;
	border-radius: 5px;
	padding: 0px 3px;
}

#press .fas.fa-caret-square-left, #press .fas.fa-caret-square-right {
	background: #fff;
	border-radius: 5px;
	padding: 0px 3px;
}

.social-icons svg {
	fill: #fff;
	transition: all .2s cubic-bezier(.77,0,.175,1);
}

.social-icons svg:hover {
	fill: #e94e52;
	transition: all .2s cubic-bezier(.77,0,.175,1);
}

.blog-post.-black-border:before {
	background: #000; 
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 2rem;
	padding-top: 56.25%;
	z-index: 3;
}

.iframe-responsive {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.ticker-home img, .ticker img {
  transform: translateZ(0);
}

.team-member {
	overflow: hidden;
}

.map-toggle {
	cursor: pointer;
}

.map-toggle.-is-loading>.inner:before{
	opacity: .5;
	animation-name: breathe;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes breathe {
	from {opacity: .2;}
	to {opacity: .6;}
}

.-no-textTransform {
	text-transform: none !important;
	line-height: 1.3em;
}

.bio-hover {
	background: #f2f2f2;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: all .3s ease-out;
	padding: 2rem 3rem;
	overflow-y: scroll;
	padding-top: 5rem;
	z-index: 300;
}

.bio-hover .link {
	position: absolute;
		top: 2rem;
		left: 3rem;
}

.bio-hover p {
	margin-bottom: 1rem;
}

.team-member.active .bio-hover {
	
	transform: translateY(0%);
	
}

.educator-slideshow .bx-viewport {
	height: auto !important;
}

.join-us>.bg-image {
	min-height: 680px;
}

@media only screen and (min-width: 640px) {
	.educator-slideshow .headshot {
		width: 75%;
		padding-bottom: 75%;
	}

}

@media only screen and (max-width: 640px) {
	#modal-content {
		width: 90%;
	}
	
	.main-footer {
		padding-top: 2rem !important;
	}
	
	.tabbed-section.-give {
		padding-bottom: 3rem;
	}
	.ticker-section.-give {
		padding-top: 4rem;
	}
	.team-member > .headshot {
		padding-bottom: 100%;
	}
	
	/* Home */
	
	.page-banner .logo {
		display: none;
	}
	
	.join-us>.bg-image {
		height: 50vh;
		min-height: 0px;
	}
	
	.join-us .side-banner {
		display: none;
	}
	
	.blog-post {
		padding-top: 0px;
	}
	
		.blog-post>.bg-image {
			margin-bottom: 2rem;
		}
	
		.blog-post::before {
			display: none;
		}
	
	/* Philosophy */
	
	.lines-banner .lines-image>img {
		margin-top: 2rem;
	}
	
	.drop-body .header-four {
		font-size: 1.4rem;
	}
	
	.button-margin {
		margin-top: 20px;
	}
	
	.bx-default-pager {
		text-align: center;
	}
	
	/* Impact */
	
	.page-banner h1.header-one.-color-white {
		display: none;	
	}
	
	.educator-nav h2 {
		display: none;
	}
	
	/* Give */
	
	.blog-post p.header-five {
		font-size: 1.2rem;
	}
	
	/* Media */
	
	#recipients .slideshow-controls-wrapper .bx-wrapper .bx-controls {
		margin-top: 6.5rem;
	}
	
	#press .slideshow-controls-wrapper .bx-wrapper .bx-controls {
		margin-top: 4rem;
	}
	
	#press .fas.fa-caret-square-left, #podcast .fas.fa-caret-square-left {
		margin-left: -1rem;
	}
	
	#press .fas.fa-caret-square-right, #podcast .fas.fa-caret-square-right {
		margin-right: -1rem;
	}
	
	/* Misc. */
		
	footer p.copyright {
		font-size: .8rem;
	}
	
	.map-container {
		min-height: 400px;
	}
	.metric-block .head {
		height: auto !important;
	}
	.metric-block .header-four {
		font-size: 1.2rem;
	}
	
}