@import url('https://fonts.googleapis.com/css?family=News+Cycle&display=swap');

#subHeader {
	background-image: url(/img/~www.parkassociates.com/haiti/subheader_haiti.jpg) !important;
}
#postheader {
	display: none;
}
.haitiContent {
	font-size: 12pt;
	max-width: 700px;
	margin: 0 auto;
}
.haitiContent h1 {
	color: #24387C;
	font-weight: bold;
	font-family: 'News Cycle', sans-serif;
}
.alignCenter {
	text-align: center;
}
.leftImg {
	float: left;
	margin: 6px 20px 10px 0px;
	width: 50%;
	max-width: 250px;
}
.rightImg {
	float: right;
	margin: 0px 0px 15px 15px;
	width: 33%;
	max-width: 223px;
}
p.blockQuote:before, p.blockQuote:after {
	font-family: 'Quicksand';
	font-size: 70px;
	line-height: 70px;
	display: block;
	position: absolute;
}
p.blockQuote:before {
	content: '“';
	float: left;
	left: 5px;
	top: 0;
}
p.blockQuote:after {
	content: '”';
	float: right;
	right: 5px;
	bottom: 0;
}
p.blockQuote {
	position: relative;
	font-family: 'News Cycle', sans-serif;
	width: 90%;
	margin: 20px auto;
	font-size: 1.2em;
	padding: 3% 10% 5%;
	color: #24387C;
	position: relative;
	background: linear-gradient(0deg, rgba(247,195,41,0) 0%, rgba(247,195,41,.1) 100%);
}
.centerImg {
	display: block !important;
	margin: 25px auto;
	max-width: 100%;
	box-shadow: 0px 0px 15px 5px rgba(36,56,124,.15);
    border: 5px solid #fff;
}
.inlineImg {
	margin-left: 5px;
	vertical-align: text-bottom;
}
.haitiContent hr {
	border: 0;
    height: 3px;
    margin: 50px auto;
	width: 95%;
	background-image: linear-gradient(90deg, rgba(36,56,124,0) 0%, rgba(36,56,124,1) 50%, rgba(36,56,124,0) 100%);
}


@media (min-width: 600px) {
	p.blockQuote {
		padding: 3% 5% 5%;
	}
}