.pum-container .pum-content a {
    color: #90C5D2;
}
@media (min-width: 768px) {
	.home-youtube {
		display: top;
		margin: 0 auto;
	}
	.home-youtube iframe {
		height: 27.1vw;
	}
	/*.home-youtube iframe {
		align-self: flex-start;
	}*/
}
@media (min-width: 1024px) {
	.home-youtube iframe {
		height: 300px;
	}
}
@media (min-width: 1280px) {
	.home-youtube iframe {
		height: 380px;
	    width: 570px;
	    margin-bottom: 60px;
	}
}

.location-toronto .team-member-profile:not(.toronto) {
    display: none;
}

.our-team .team-member-image.community-resource-image {
	background-position: center;
}

.team-member-name.community-resource-title {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.team-member-image.community-resource-image {
	background-position: center center;
	background-size: 80%;
}

.team-member-website {
	word-break: break-all;
}
	    
.resource_location_detail {
	margin-bottom: 25px;
}

.resource_link .resource_link_title {
	font-weight: bold;
}

.team-member-role .fa,
.team-member-website .fa {
	margin-right: 1em;
}

.community-resource-join-text .form-button {
	color: #fff;
    background: #add03f;
    text-transform: uppercase;
    padding: .5rem 3rem;
    display: inline-block;
    border-radius: 25px;
	margin: 1em auto;
}

.community-resource-join-text blockquote {
	background: #eeeeee;
	padding: 1em 1em 0.25em 1em;
	color: #444444;
}

.community-resource-join-text {
	padding-bottom: 2em;
}

#community-location-descriptions {
	text-align: center;
}

#community-location-descriptions h3.community-location-title {
	background: #90C5D2;
	color: #fff;
	text-align: center;
	width: 50%;
	margin: 4rem auto 2rem;
	padding: .5rem 0;
	min-width: 370px;
}

.community-resource-join-text blockquote {
	margin: 0;
}

.logo-wrapper {
	align-self: flex-start;
}

.social-header-wrapper {
	padding: 44px 0;
	align-self: flex-start;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.navigation-inner {
		max-width: 1280px !important;
	}
}
.social-header-wrapper a {
	margin: 0 0.5rem;
}