#home {
	margin-bottom: -40px;	
}

#home-hero {
	position: relative;	
}

#home-mission {
	position: relative;
	box-sizing: border-box;
	height: 800px;
	height: 90vh;
	min-height: 720px;
	background-color: #4D627F;
	cursor: default;
	text-align: center;
}

#home-mission-image {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#home-mission-overlay {
	position: absolute;
	width: 92%;
	width: calc(100% - 80px);
	max-width: 1300px;
	height: 490px;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: -182px auto 0;
	color: #FFF;
	background: #5785C7;
	background: rgba(87,133,199,.9);
	animation-name: fadein;
	animation-delay: .5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-font-smoothing: antialiased;
}

#home-mission h1 {
	margin: 0;
	padding: 40px 40px 30px;
	text-align: center;
	font-size: 70px;
	line-height: 90px;
	font-weight: 900;
	letter-spacing: -1px;
	text-overflow: clip;
	animation-name: fadein;
	animation-duration: 1s;
	animation-delay: .9s;
	animation-fill-mode: both;
}

#home-mission .callouts {
	width: 94%;
	padding: 0 3%;
	overflow: hidden;	
}

#home-mission .icon-formation {
	background: url(../images/pages/icon-formation.svg) center top no-repeat;	
}

#home-mission .icon-finance {
	background: url(../images/pages/icon-finance.svg) center top no-repeat;	
}

#home-mission .icon-resources {
	background: url(../images/pages/icon-resources.svg) center top no-repeat;	
}

#home-mission .callouts .callout {
	float: left;
	width: 29%;
	padding: 52px 2% 20px;
	text-align: center;
	animation-name: faderise;
	animation-duration: 1s;
	animation-fill-mode: both;
}

#home-mission  .callouts .callout:nth-child(1) {
	animation-delay: 1.5s;
}

#home-mission  .callouts .callout:nth-child(2) {
	animation-delay: 2s;
}

#home-mission .callouts .callout:nth-child(3) {
	animation-delay: 2.5s;
}

#home-mission .callouts .callout .title {
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 40px;
}

#home-mission .callouts .callout .description {
	display: block;
	font-size: 18px;
	line-height: 23px;
	max-width: 360px;
	min-height: 100px;
	margin: auto;
}

#home-mission .action {
	height: 60px;
	text-align: center;	
	opacity: 0;
	animation-name: fadein;
	animation-duration: .8s;
	animation-delay: 3.1s;
	animation-fill-mode: both;
}

#home-mission .action a {
	display: inline-block;
	margin-top: 5px;
	background: #FFF;
	transition: padding .25s, margin .25s;
}

#home-mission .action a .text {
	display: inline-block;
	height: 45px;
	padding: 0 36px 0 18px;
	color: #5785C7;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	background: #FFF url(../images/pages/hero-mission-arrow.svg) right 19px center no-repeat;
	border: 0 solid #FFF;
}

#home-mission .action a:hover {
	margin: 0;
	padding: 5px 10px;
}

#home-features {
	max-width: 1380px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-features {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}

.home-features .feature {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 20px;
	overflow: hidden;
	cursor: default;
}

.home-features .feature a {
	display: block;
	position: relative;
	box-sizing: border-box;
	color: #000;
}

.home-features .feature .image {
	display: block;
	width: 100%;
	height: auto;
}

.home-features .feature .title {
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	padding: 64.60176% 0 0;
	font-size: 48px;
	line-height: 55px;
	font-weight: 900;
	color: #FFF;
	background: rgba(0,0,0,.15);
	text-align: center;
	transition: background .2s;
	-webkit-font-smoothing: antialiased;
}

.home-features .feature .title span {
	display: block;
	position: absolute;
	width: 80%;
	max-width: 470px;
	margin-top: 10px;
	top: 50%;
	left: 50%;
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	text-shadow: 0 0 20px rgba(0,0,0,.5);
	transition: text-shadow .2s;
}

.home-features .feature a:hover .title {
	background: rgba(0,0,0,.05);
}

.home-features .feature a:hover .title span {
	text-shadow: 0 0 20px #000;
}

.home-features .feature .description {
	display: block;
	position: relative;
	height: 110px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background: #E8ECF2;
}

.home-features .feature .description span {
	display: block;
	position: absolute;
	width: 88%;
	max-width: 500px;
	top: 50%;
	left: 50%;
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.home-feature-large {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 40px;
	overflow: hidden;
	text-align: left;
}

.home-feature-large .feature {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 40px;
	background: #E8ECF2;
	color: #000;
	cursor: default;
}

.home-feature-large .feature a {
	color: #000;
}

.home-feature-large .feature .image {
	display: block;
	position: relative;
	float: left;
	width: 380px;
	height: 380px;
	left: 25%;
	margin-left: -220px;
	border-radius: 50%;
}

.home-feature-large .feature .title {
	display: block;
	float: right;
	width: 50%;
	padding-right: 20px;
	margin: 60px 0 20px;
	font-size: 50px;
	line-height: 56px;
	font-weight: 900;
	transition: color .2s;
}

.home-feature-large .feature .title span {
	display: inline-block;
	max-width: 550px;
}

.home-feature-large .feature .title:hover {
	color: #B60234;
}

.home-feature-large .feature .description {
	display: block;
	float: right;
	clear: right;
	width: 50%;
	padding-right: 20px;
	font-size: 18px;
	line-height: 26px;
}

.home-feature-large .feature .description span {
	display: inline-block;
	max-width: 500px;
}

.home-feature-large .feature .action {
	display: block;
	float: right;
	clear: right;
	width: 50%;
	padding-right: 20px;
	margin-top: 30px;
}

.home-feature-large .feature .action a {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

#home-in-action {
	position: relative;
	text-align: left;
}

#home-in-action .heading {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 20;
	margin: 0;
	top: 0;
	padding: 40px 20px;
	color: #FFF;
	cursor: default;
	text-shadow: 0 0 16px rgba(0,0,0,.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000',GradientType=0);
	-webkit-font-smoothing: antialiased;
}

#home-in-action .heading h2 {
	margin: 0 0 14px;
}

#home-in-action .heading p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}

#slider-timer {
	position: absolute;
	z-index: 4;
	width: 90px;
	height: 90px;
	top: 50%;
	margin-top: -43px;
	right: 40px;
}

#slider-timer svg {
	position: absolute;
	z-index: 2;
}

#home-in-action .slider-prev,
#home-in-action .slider-page {
	display: none;
}

#home-in-action .slider-next {
	z-index: 30;
	width: 40px;
	height: 40px;
	border: 0;
	margin-right: 58px;
	background: url(../images/common/slider-arrow.svg) center center no-repeat;
}

#home-in-action-wrap {
	position: relative;
	height: 700px;
}

#home-in-action-carousel {
	height: 700px;
}

#home-in-action-carousel .slide {
	background-color: #000;
}

#home-in-action-carousel .slide .image {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #E8ECF2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	filter: brightness(90%);
}

#home-in-action-carousel .slide .overlay {
	position: absolute;
	z-index: 3;
	width: calc(50% - 60px);
	min-height: 270px;
	min-width: 500px;
	max-width: 700px;
	top: 50%;
	left: 40px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255,255,255,.85);
}

#home-in-action-carousel .slide .title a {
	color: #000;
}

#home-in-action-carousel .slide .title {
	padding: 40px 40px 10px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
}

#home-in-action-carousel .slide .description {
	padding: 10px 40px;
	font-size: 18px;
	line-height: 22px;
}

#home-in-action-carousel .slide .action {
	padding: 15px 40px 40px;
}



/* -- News & Stories -- */

#news-list h2 {
	margin-top: 60px;
	margin-bottom: 0;	
}

#article-page {
	padding-top: 40px;
}

#article-date {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

#article-date .bull {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #B60234;
	overflow: hidden;
	margin: 0 3px 4px;
}

#article-title {
	margin: 20px 0 40px;
	font-size: 50px;
	line-height: 58px;
}

#article-tags {
	padding: 40px 0 0;
	text-align: left;
}

#article-tags a {
	display: inline-block;
	margin: 0 7px 12px 0;
	padding: 10px 20px;
	height: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: 20px;
	background: #E8ECF2;
	color: #3A5172;
	transition: background .2s, color .2s;
}

#article-tags a:hover {
	background: #5785C7;
	color: #FFF;
	text-decoration: none;
}


/* -- Staff -- */

#staff-grid {
	padding-top: 0;	
}

#staff-grid ul {
	box-sizing: border-box;
	list-style: none;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 1460px;
	overflow: hidden;
	text-align: left;	
}

#staff-grid li {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 20px;
	float: left;
	width: 33.33%;	
}

#staff-grid li .card {
	position: relative;
	background: #E8ECF2;
	overflow: hidden;
	cursor: pointer;
}

#staff-grid li .image img {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 130px;
	filter: brightness(100%);
	transition: filter .4s;
	background: #A4ADB5;
}

#staff-grid li .image img.blur {
	filter: blur(50px);
}

#staff-grid li .card.open .image img {
	filter: brightness(60%);
}

#staff-grid li .info {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	z-index: 2;
	width: 100%;
	padding: 0 18px 0 24px;
	margin-top: -130px;
	background: #E8ECF2;
	transition: top .4s, margin .4s;
	top: 100%;
}

#staff-grid li .collapse {
	display: none;
	content: "";
	position: absolute;
	right: 16px;
	top: 18px;
	width: 20px;
	height: 20px;
	background: url(../images/common/arrow-down.svg) center center no-repeat;
	cursor: pointer;
}


#staff-grid li .card.open .collapse {
	display: block;
}

#staff-grid li .card.open {
	cursor: default;
}

#staff-grid li .card.open .info {
	top: 0;
	margin-top: 0;
}

#staff-grid li .info .name {
	height: 33px;
	padding-right: 6px;
	margin: 24px 0 4px;
	text-align: center;
	transition: margin-top: .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

#staff-grid li .card.open .info .name {
	margin-top: 34px;
	cursor: default;
}

#staff-grid li .info .role {
	height: 67px;
	padding-right: 6px;
	text-align: center;
	overflow: hidden;
}

#staff-grid li .info .contact {
	position: relative;
	height: 65px;
	font-size: 13px;
	line-height: 19px;
	color: #515B60;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	cursor: default;
}

#staff-grid li .info .phone {
	height: 19px;
	padding: 2px 14px 2px 22px;
	background: url(../images/common/icon-phone-sm.png) left center no-repeat;
	background-size: 15px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#staff-grid li .info .email {
	height: 19px;
	padding: 2px 14px 2px 22px;
	background: url(../images/common/icon-email-sm.png) left center no-repeat;
	background-size: 15px 11px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#staff-grid li .info .pronoun {
	position: absolute;
	right: 5px;
	top: 0;
	padding-left: 22px;
	background: url(../images/common/icon-pronoun-sm.png) left center no-repeat;
	background-size: 15px 15px;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



#staff-grid li .info .contact a {
	color: #515B60;
}

#staff-grid li .info .contact a:hover {
	text-decoration: underline;
}

#staff-grid li .info .bio {
	height: 210px;
	height: calc(100% - 235px);
	overflow: auto;
	font-size: 14px;
	line-height: 22px;
	padding-right: 10px;
	cursor: default;
}

#staff-grid li .info .bio:after {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 30px;
	content: "";
	width: 100%;
	width: calc(100% - 60px);
	height: 30px;
	background: -moz-linear-gradient(top, rgba(232,236,242,0) 0%, rgba(232,236,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(232,236,242,0) 0%, rgba(232,236,242,1) 100%);
	background: linear-gradient(to bottom, rgba(232,236,242,0) 0%, rgba(232,236,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8ecf2', endColorstr='#e8ecf2',GradientType=0 );
}

#staff-grid li .info .bio p {
	margin: 0;
	padding: 0 0 20px 0;
}

#staff-grid li .info .bio a:hover {
	text-decoration: underline;
}

#staff-grid li .info .bio::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
	
#staff-grid li .info .bio::-webkit-scrollbar-thumb {
	background: #a3adb5;
	border-radius: 0px;
}
	
#staff-grid li .info .bio::-webkit-scrollbar-thumb:hover {
	background: #a3adb5;
}
	
#staff-grid li .info .bio::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 0px;
}



/* -- Giving -- */

#giving-options {
	margin: 80px 0;
	padding: 75px 20px 0;
	background: #E8ECF2;
	text-align: center;
}

#giving-options .online a {
	display: inline-block;
	padding: 40px 62px;
	background: #5785C7;
	color: #FFF;
	font-size: 38px;
	line-height: 40px;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	transition: background-color .2s;
}

#giving-options .online a:hover {
	background: #5F93DD;
}

#giving-options .alternate {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 45px;
}

#giving-options .alternate a {
	display: inline-block;
	width: 165px;
	margin: 0 10px 20px;
	padding: 20px 10px 20px;
	background: #FFF;
	border: 1px solid #D1DCE5;
	color: #000;
	font-weight: 600;
	transition: box-shadow .2s, border-color .2s;
}

#giving-options .alternate a:hover {
	box-shadow: 0 2px 16px rgba(0,0,0,.2);
	border-color: #FFF;
}

#giving-options .alternate a.phone {
	background: #FFF url(../images/pages/giving-phone.png) center 27px no-repeat;
	background-size: 30px 30px;
}

#giving-options .alternate a.mail {
	background: #FFF url(../images/pages/giving-mail.png) center 32px no-repeat;
	background-size: 30px 22px;
}

#giving-options .alternate a.other {
	/*background: #FFF url(../images/pages/giving-other.png) center 32px no-repeat;*/
	background-size: 27px 22px;
}

#giving-more .sub-features {
	padding-top: 10px;	
}

#giving-faq {
	padding-top: 0;	
}



/* -- Programs -- */

#programs {
	margin-bottom: -40px;	
}

#programs-header {
	padding-bottom: 54px;	
}

#programs-header .page-share-menu {
	margin-top: -54px;	
}


#programs-page {
	padding: 0 40px 40px;
	background: #E8ECF2;
}

#programs-list {
	position: relative;
	z-index: 5;
	margin-top: -46px;
}

#programs-list > ul {
	list-style: none;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#programs-list > ul > li {
	background: #FFF;
	padding: 70px 6% 50px 110px; 
	margin: 0 0 40px;
	border: 1px solid #D1DCE5;
}

#programs-list > ul > li:first-child {
	border-top: 0;
}

#programs-list .image {
	display: block;
	position: absolute;
	width: 175px;
	height: 175px;
}

#programs-list .image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#programs-list .text {
	display: block;
	padding-left: 235px;
}

#programs-list .title {
	display: block;
	padding-bottom: 22px;
	font-size: 40px;
	line-height: 45px;
	font-weight: 900;
}

#programs-list .title a {
	color: #000;
	transition: color .2s;
}


#programs-list .title a:hover {
	color: #B60234;
}

#programs-list .summary {
	display: block;
	max-width: 650px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

#programs-list .summary p {
	display: inline;
}

#programs-list .summary ul {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
}

#programs-list .summary ul li {
	margin: 0;
	padding: 7px 0;
}

#programs-list .more {
	display: block;
	padding: 0;
	text-align: right;
}

#program {
	padding-bottom: 40px;	
}

.program-alert-red,
.program-alert-blue {
	display: block;
	background: #000;
	padding: 30px 20px;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	transition: background-color .2s;
}

.program-alert-red:after,
.program-alert-blue:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: url(../images/common/alert-arrow.svg) center center no-repeat;
	background-size: 100% 100%;
}

.program-alert-red {
	background: #B60234;
}

.program-alert-red:hover {
	color: #FFF;
	background: #D32048;
}

.program-alert-blue {
	background: #5785C7;
}

.program-alert-blue:hover {
	color: #FFF;
	background: #5F93DD;
}

#program-menu-top {
	background: #5785C7;
	padding: 40px;
	text-align: left;
}

#program-menu-top a {
	display: block;
	color: #FFF;
	height: 137px;
	background: url(../images/common/alert-arrow.svg) bottom right no-repeat;
}

#program-menu-top .title {
	display: block;
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 32px;
	font-weight: 900;
}

#program-menu-top .description {
	display: block;
	padding: 2px 50px 0 0;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
} 

#program-menu {
	padding: 0;
}

#program-menu > ul {
	margin-bottom: 40px;
	padding-top: 70px;
	padding-bottom: 30px;
}

#program-menu > ul > li {
	width: auto;
	height: auto;
	float: none;
	padding-bottom: 40px;
}

#program-menu > ul > li {
	width: auto;
	height: auto;
	min-height: 120px;
	float: none;
	padding-bottom: 40px;
}

#program-menu ul li img {
	width: 120px;
	height: 120px;
}

#program-menu > ul > li .title {
	padding-left: 145px;
	max-width: 430px;
}

#program-menu > ul > li .description {
	padding-left: 145px;
	max-width: 430px;
} 

#program-page-menu {
	padding: 0;
	margin: 40px 0;
}

#program-page-menu .program-alert {
	margin: 0;
}

#program-page-menu .page-menu {
	margin: 0;
	padding: 0;
}

#program-page-menu .page-menu ul {
	min-height: auto;
	margin-bottom: 0;
	padding-bottom: 30px;
}

/*#program-page-menu .page-menu ul li {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

#program-page-menu .page-menu ul li img {
	width: 120px;
	height: 120px;
}*/

#program .column-sm .page-contact {
	padding: 40px;
}

#program-content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;	
}

#program-impact {
	padding: 60px 40px;
	margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #D1DCE5;	
}

#program-impact a {
	color: #000;	
	transition: color .2s;
}

#program-impact a:hover {
	color: #B60234;	
}

#program-impact .impact-story {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	cursor: default;
}

#program-impact .image {
	display: block;
	position: relative;
	float: left;
	width: 380px;
	height: 380px;
	left: 25%;
	margin-left: -220px;
	border-radius: 50%;
}

#program-impact .title {
	display: block;
	float: right;
	width: 50%;
	padding-right: 20px;
	margin: 10px 0 20px;
	font-size: 50px;
	line-height: 56px;
	font-weight: 900;
}

#program-impact .title h2 {
	font-size: 20px;
	margin: 0 0 30px;
	letter-spacing: 2px;
}

#program-impact .description {
	display: block;
	float: right;
	clear: right;
	width: 50%;
	padding-right: 20px;
	font-size: 18px;
	line-height: 26px;
}

#program-impact .action {
	display: block;
	float: right;
	clear: right;
	width: 50%;
	padding-right: 20px;
	margin-top: 30px;
}

#program-impact .action a {
	color: #FFF;
}


#program-tabs {
	margin: 40px 0;
}

#program-sub-features {
	margin-top: -40px;	
}


/* -- Purpose -- */

#purpose-list {
	margin: 80px auto;
	padding: 50px 0;
	width: 100%;
	max-width: 920px;
	background: #E8ECF2;
	overflow: hidden;
	cursor: default;
}

#purpose-list .item {
	display: table-row;
}

#purpose-list .item .title {
	display: table-cell;
	width: 35%;
	padding: 30px 50px;
	color: #B60234;
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	text-align: right;
	vertical-align: middle;
}

#purpose-list .item .summary {
	display: table-cell;
	padding: 30px 13% 30px 0;
	text-align: left;
	vertical-align: middle;
}

#purpose-grid {
	margin: 40px auto 80px;
	padding: 0 20px;
	text-align: center;
}

#purpose-grid .row {
	display: table;
	border-spacing: 20px;
	margin-bottom: 50px;
	cursor: default;
}

#purpose-grid .columns {
	display: table-row;
}

#purpose-grid .item {
	display: table-cell;
	width: 25%;
	height: 200px;
	background: #666;
	color: #FFF;
	padding: 30px 25px;
	text-align: left;
	overflow: hidden;
}

#purpose-grid .row:nth-of-type(4n + 1) .columns .item {
	background: #14436F;
}

#purpose-grid .row:nth-of-type(4n + 2) .columns .item {
	background: #187388;
}

#purpose-grid .row:nth-of-type(4n + 3) .columns .item {
	background: #587DB1;
}

#purpose-grid .row:nth-of-type(4n + 0) .columns .item {
	background: #4E8743;
}

#purpose-grid .item .title {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: 32px;
}

#purpose-grid .item .summary {
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

#purpose-grid .row.unfocused .columns .item {
	opacity: 0;
}

#purpose-grid .row.focused .columns .item {
	animation-name: fadein;
	animation-duration: .4s;
	animation-fill-mode: both;
}

#purpose-grid .row.focused .columns .item:nth-child(2) {
	animation-delay: .2s;
}

#purpose-grid .row.focused .columns .item:nth-child(3) {
	animation-delay: .4s;
}

#purpose-grid .row.focused .columns .item:nth-child(4) {
	animation-delay: .6s;
}


/* -- Blog -- */

.blog-post {
	margin-bottom: 100px;
}

.blog-post .date {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.blog-post .title {
	margin: 20px 0 40px;
	font-size: 50px;
	line-height: 58px;
	font-weight: 900;
}

.blog-post .title a {
	color: #000;
}

.blog-post .title a:hover {
	text-decoration: none;
	color: #B60234;
}

.blog-post .link {
	font-weight: bold;
}


/* -- Search -- */

#search-results-form {
	padding: 60px 20px;
	text-align: center;
	background: #E8ECF2;
	margin-bottom: 60px;
}

#search-results-form form {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;	
	height: 50px;
}

#search-results-form form label {
	display: none;	
}

#search-results-form form input[type="text"] {
	float: left;
	width: 80%;
	height: 50px;
	background: #FFF;
	border: 1px solid #D2DCE5;
	padding: 8px;
}

#search-results-form form input[type="submit"] {
	float: right;
	width: 19%;
	height: 50px;
	border: 0;
	background: #5C7FAD;
	color: #FFF;
}

#search-results {
	text-align: left;
}

#search-results .result {
	padding-bottom: 30px;
}

#search-results .result .title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

#search-categories {
	text-align: left;
	font-family: 'Oswald';
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

#search-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search-categories ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}


#search .pagination {
	font-weight: bold;
}

/* -- Contact -- */

#contact-form {
	padding-bottom: 40px;	
}

#contact-form textarea {
	height: 200px;	
}

#contact-home {
	padding-top: 100px;
	padding-bottom: 300px;	
}