.front .region-highlighted{
	padding:0;
}
.hp-banner .wrap{
	display: -ms-flexbox; display:
	-webkit-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: flex-start;
	justify-content: center;
	background-color:#555;
	background-position:center top;
	background-size:cover;
	min-height:650px;
	padding: 100px 175px;
}
.hp-banner .inner{
	max-width: 55%;
	padding:0;
}
.hp-banner h1{
	color:#ffd11b;
	font-size:40px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 40px;
}
.hp-banner p{
	color:#fff;
	font-size:18px;
	line-height:1.5em;
}


.hp-ctas,
.hp-ctas * { box-sizing: border-box; }
.hp-ctas {
	background: rgb(0,173,241);
	background: -moz-linear-gradient(90deg, rgba(0,173,241,1) 0%, rgba(255,209,27,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,173,241,1) 0%, rgba(255,209,27,1) 100%);
	background: linear-gradient(90deg, rgba(0,173,241,1) 0%, rgba(255,209,27,1) 100%);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adf1",endColorstr="#ffd11b",GradientType=1);*/
	padding: 90px 175px;
}
.hp-ctas img {
	display: none;
}
.hp-ctas .view-content {
	margin: 0 -20px;
}
.hp-ctas .item {
	padding: 0 20px;
}
.hp-ctas .item .wrap { }
.hp-ctas .item .info {
	background-color: rgba(255,255,255,0.93);
	padding: 75px 60px;
	position: relative;
	z-index: 1;
}
.hp-ctas .item .info:last-child {
	margin-bottom: 0;
}
.hp-ctas .item h3 {
	color: #01aced;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 0.5em;
}
.hp-ctas .item p {
	color: #020202;
	font-size: 18px;
	font-weight: 500;
}
.hp-ctas .item .link {
	position: relative;
	z-index: 2;
}
.hp-ctas .item .link::before {
	background: transparent url('img/icon-flower.png') 0 0 no-repeat;
	background-size: 100% 100%;
	bottom: 25px;
	content: '';
	display: block;
	height: 85px;
	position: absolute;
	right: 20px;
	width: 85px;
	z-index: 2;
}
.hp-ctas .item .link a {
	background: rgb(2,131,181);
	background: -moz-linear-gradient(90deg, rgba(2,131,181,1) 0%, rgba(10,47,110,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(2,131,181,1) 0%, rgba(10,47,110,1) 100%);
	background: linear-gradient(90deg, rgba(2,131,181,1) 0%, rgba(10,47,110,1) 100%);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0283b5",endColorstr="#0a2f6e",GradientType=1);*/
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 25px 60px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

/* NEED YOUR HELP ----------------------------------------------- */
.hp-need-your-help,
.hp-need-your-help * { box-sizing: border-box; }
.hp-need-your-help { }
.hp-need-your-help .wrap {
	background: #fff url('img/spacer-gif') center center no-repeat;
	background-size: cover;
	padding: 100px 175px;
}
.hp-need-your-help .inner {
	display: -ms-flexbox; display:
	-webkit-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: flex-end;
	justify-content: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	
	min-height: 720px;
	padding: 80px;
}
.hp-need-your-help .content {
	max-width: 450px;
	width: 100%;
}
.hp-need-your-help .content *:last-child {
	margin-bottom: 0;
}
.hp-need-your-help h2 {
	color: #01aced;
	font-size: 46px;
	font-weight: 500;
	margin: 0 0 0.75em;
}
.hp-need-your-help p {
	color: #020202;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0 1.75em;
}


.testimonials .wrap {
	background: rgb(255,209,27);
	background: -moz-linear-gradient(90deg, rgba(255,209,27,1) 0%, rgba(0,173,241,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,209,27,1) 0%, rgba(0,173,241,1) 100%);
	background: linear-gradient(90deg, rgba(255,209,27,1) 0%, rgba(0,173,241,1) 100%);
	padding: 100px 175px;
}
.testimonials .inner {
	margin: 0 auto;
	text-align: center;
}
.testimonials h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 1.5em;
	text-transform: uppercase;
}
.testimonials .quote {
	color: #fff;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 auto 1.25em;
	max-width:950px;
}
.testimonials .author {
	color: #fff;
	font-size: 24px;
	font-style: 500;
	font-weight: 500;
}


