.home #lead-block .slick-gallery .slick-item .image::before {
	padding-top: 45%;
}
.home #block-2 .container {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e62e2e;
}
.home #block-2 .text-content {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
}
.home #block-2 .more-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	font-size: 13px;
	text-align: center;
}
@media all and (max-width: 1600px) {
	.home #block-2 .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media all and (max-width: 1200px) {
	.home #block-2 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home #lead-block .slick-gallery .slick-item .image::before {
		padding-top: 50%;
	}
}
@media all and (max-width: 800px) {
	.home #block-2 .more-container {
		bottom: -40px;
	}
}

.home #block-3 .slick-gallery .slick-list {
	margin-left: -30px;
}
.home #block-3 .slick-gallery .slick-item {
	margin-left: 30px;
}
.home #block-3 .slick-gallery .slick-item .text-content h4 {
	font-size: 0.95em;
}
.home #block-3 .slick-gallery .slick-item .text-content hr {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	background-color: #e62e2e;
}

.home #block-5 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #e1dcdc;
}
@media all and (max-width: 800px) {
	.home #block-5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


/* news page */
.blog #title-block .container,
.blog #main-block .container {
	max-width: none;
}


/* team page */
.page-template-team #team-block .grid {
	margin-left: -30px;
}
.page-template-team #team-block .grid > * {
	padding-left: 30px;
}
.page-template-team #team-block .grid > * .text-content {
	margin-bottom: 28px;
	height: 100%;
	border-bottom: 1px solid #e62e2e;
}
.page-template-team #team-block .grid > * .text-content h4 {
	margin-bottom: 0.15em;
	font-size: 1.05em;
}
.page-template-team #team-block .grid > * .text-content .position {
	margin-bottom: 0.3em;
	font-size: 0.7em;
}
.page-template-team #team-block .grid > * .text-content .email {
	color: #999;
	font-size: 0.7em;
}
.page-template-team #team-block .grid > * .text-content .bio {
	font-size: 0.89em;
}


/* partners page */
.page-template-partners .logos-block > .container {
	max-width: 800px;
}
.page-template-partners .logos-block > .container .grid a {
	display: block;

	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.page-template-partners .logos-block > .container .grid a:hover {
	opacity: 0.7;
}
.page-template-partners .logos-block > .container .grid a .image {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.page-template-partners .logos-block > .container .grid a .image:before {
	padding-top: 46.67%;
}


/* reports page */
.page-template-reports #reports-block > .container {
	max-width: 840px;
}
.page-template-reports #reports-block > .container .grid .text-content {
	text-align: center;
}
.page-template-reports #reports-block > .container .grid a {
	display: inline-block;
	min-width: 65%;
	padding: 12px 20px;
	font-size: 11px;
	background-color: #e62e2e;
	border: 1px solid #e62e2e;
	color: #fff;

	-o-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.page-template-reports #reports-block > .container .grid a:hover {
	background-color: #fff;
}


/* program page */
.page-template-program #slider-block > .container .thing {
	position: relative;
	z-index: 1;
	margin-left: 5%;
	margin-bottom: -16.1%;
	width: 25%;
	font-size: 0;
}


/* publications page */
.post-type-archive-publication #main-block {
	margin-top: -10px;
}
.post-type-archive-publication #main-block .main-hr {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #e62e2e;
}
@media all and (max-width: 800px) {
	.post-type-archive-publication #main-block {
		margin-top: 0;
	}
	.post-type-archive-publication #main-block .main-hr {
		margin-top: 32px;
		margin-bottom: 30px;
	}
}


/* single news */
.single-post #main-block .text-content h1 {
	margin-bottom: 2em;
}
