
/*@media only screen and (max-width: 600px) {
	.hero--content {
		padding: 90px 20px 0 20px;
	}
} */

@media only screen and (max-width: 600px) {
	.hero--has-back-link {
		min-height: 360px;
		height: unset;
	}
	.hero--has-back-link .col {
		display: flex;
    	align-items: center;
	}

	.hero--has-back-link .hero--content {
		padding: 110px 11px 30px 11px;
		position: relative;
		transform: unset;
		top: unset;
	}

	.hero--has-back-link .hero--breadcrumb {
		z-index: 2;
	}

	.hero--breadcrumb {
		left: 27px;
	}
}

.hero {
	position: relative;
	background-color: #005eb8;
}

.--no-img .overlay {
	background: none !important;
}

.hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .container {
	z-index: 2;
}

.hero .overlay {
	position: absolute;
	z-index: 2;
	background: linear-gradient(90deg,rgb(0 0 0 / 36%),hsla(0,0%,100%,0));
}

@media only screen and (max-width: 600px) {
	/* .hero .overlay {
		position: relative;
	} */
	.fundraising--text-heading {
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.image-text-block {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 760px) {
	.footer .gutter--links li {
		display: block;
		padding:0;
	}
	.footer .gutter--links li:after {
		display: none;
	}
	.footer .gutter--links li a {
		font-size: 14px;
		color: #FFF;
		line-height: 28px!important;
	}
	.footer .gutter p {
		line-height: 23px;
	}
}
@media only screen and (min-width: 768px) {
	.hero {
		height: 500px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.hero {
		height: 430px !important;
	}
}

.overlay.--with-blue {
	background: #005eb8;
}

.in-this-section--body .btn--blue {
	color: #fff;
}

.fundraising--text .btn--blue {
	color: #fff;
}

.in-this-section--body .btn--blue:hover {
	color: #0758a7;
}

.fundraising--text .btn--blue:hover {
	color: #0758a7;
}

figcaption{
	font-size: 12px;
	margin-bottom: 30px;
    display: block;
}

.subheader {
	background-color: #005eb8;
}

.subheader--form input {
	background-color: #005eb8;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.in-this-section--body img{
	margin-bottom: 15px;
}

.fundraising--text img{
	width: 100%;
}

.listing .row .col-12:nth-of-type(1) .btn, .listing .row .col-12:nth-of-type(5) .btn {
	background-color: #d90017;
    color: #fff;
    border-color: transparent;
}