.alert-bar {
    text-align: center;
    color: white;
    padding-top: 0.5em;
}

.alert-bar a {
	color: white;
}
.alert-bar a:hover {
	color: #CFCED9;
	text-decoration: underline !important;
}
#site-header {
	padding: 1.5em 0 !important;
}
h1, h2, h3, h4 {
	font-family: "Neue Helvetica W01",sans;
}
.full-width {
	width: 100%;
	text-align: center;
}
/*Global*/
.item-content {
    background-color: white;
    padding: 0.5em;
    color: #655C89;
    font-size: 1.75em;
	font-family: "Neue Helvetica W01",sans;align-content
}
.item-content p {
    margin-bottom: 0 !important;
    text-align: center;
}
.item-content p::after {
	content: ' ';
  	background: url(https://haassr.org/wp-content/uploads/2023/04/arrow-right.svg);
	height: 30px;
	display: inline-block;
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;
  top: 5px;
  position: relative;
}
/* Begin Hero */

.img-wrapper {
  display:             flex;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  padding:             0;
  position:            relative;
}

.img-wrapper img {
  max-width:           100%;
  object-fit:          cover;
  position:            relative;
  width:               100%;
}

/*End Hero*/
.hero {
	height: 560px;
	overflow: hidden;
}
.hero-image {
	background-size: cover;
  height: 560px;
	width: 100%;
	/*background-color: #655C89;
	filter: saturate(0);*/
}
.mission-statement {
	height: 100%;
	color: white;
	background-color: initial;
}
.mission-statement h2 {
	padding-top: 3.5em;
	font-size: 4em;
	padding: 3.5em 1em 0.1em 1em;
}
.mission-statement p {
	font-weight: 200;
	font-size: 1.25em;
	padding: 0 1em 2em 1em;
	max-width: 80%;
	margin: 0 auto !important;
}
.believe-wrapper {
}
.believe-wrapper .believe-container {
	padding: 2em 0;
	max-width: 1030px;
}
.believe-wrapper h2, .believe-wrapper p {
	text-align: center;
}
.believe-wrapper h2, .grant-areas h2 {
	color: #655C89;
	font-size: 3rem;
	font-weight: 200 !important;
	margin-bottom: 12px;
	text-transform: none;
	font-family: "Neue Helvetica W01",sans;
	letter-spacing: initial
}
/*Grant Areas*/
.grant-areas {
	background: none !important;
	font-family: "Neue Helvetica W01",sans;
	padding: .5rem 0;
}
.grant-areas img {
	width: 100%;
}
.grant-areas .focus-wrapper h3 {
	position: absolute;
	bottom: 0;
	text-align: center;
	margin: 0;
	width: 100%;
	background: rgba(65,51,112,0.7);
	color: white !important;
	padding: 5px 0;
	font-size: 1.5rem;
}
.grant-program-title::after {
	content: ' ';
	height: 0.8em;
	display: inline-block;
	width: 0.8em;
	background: url('https://haassr.org/wp-content/uploads/2023/04/arrow-right-white.svg');
	background-size: contain;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.grant-areas .focus-wrapper:hover h3.grant-program-title {
    background: rgba(65,51,112,1);
}

.grant-areas .columns {
	padding-bottom: 2em;
}

.promos {
	background-color: #CFCED9;
}
.promos .promos-container {
	background-color: #CFCED9;
	max-width: 1200px;
	padding: 3em 1em;
}

.promos .promo {
	background-color: white;
	color: black;
	width: 45%;
	padding: 25px 0 !important;
	text-align: center;
}
.promos .promo:first-child {
	text-align: center;
}
.promos .promo a {
	color: #655C89;
	background: none;
	padding-right:0;
}
.promos .promo:hover a {
    color: white;
}
.promos .promo a h2:after {
	content: ' ';
    background: url(https://haassr.org/wp-content/uploads/2023/04/arrow-right.svg);
    height: 36px;
    display: inline-block;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 10px;
}

.promos .promo:hover a h2:after {
    content: ' ';
    background: url(https://haassr.org/wp-content/uploads/2023/04/arrow-right-white.svg);
    height: 36px;
    display: inline-block;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 10px;
}

.background-image {
	padding: 75% 0 0 0;
	background-position: center;
  background-size: cover;
}
.background-image img {
	display: none;
}

.block-item {
	padding-bottom: 3em;
}

.block-item:hover .item-content {
	background-color: #655C89;
	color: white;
}

.block-item:hover .item-content p::after {
	content: ' ';
  background: url(https://haassr.org/wp-content/uploads/2023/04/arrow-right-white.svg);
	height: 30px;
	display: inline-block;
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;
  top: 5px;
  position: relative;
}
.haas-news .block-item:last-child:not(:first-child){
	float: left;
}

#grants-portal-promo {
  padding: 1.5em 0 1em 0;
	font-family: "Neue Helvetica W01",sans;
	font-weight: 100;
}
#grants-portal-promo .large-text {
	font-size: 2em;
}

footer h2 {
	font-size: 1.75em;
}
footer .social {
	padding-left: 0 !important;
	text-align: left !important;
	max-width: 100% !important;
}
footer .social .social-icon {
	padding-right: 8px;
}
footer .gform_wrapper.gravity-theme .gfield_required {
	font-family: "Neue Helvetica W01",sans !important;
	color: white;
}
footer .gform_wrapper.gravity-theme .ginput_complex {
    display: initial;
}
footer .gform_wrapper .ginput_complex span.gform-grid-col {
	padding-left: 0;
	padding-right: 0;
}
footer button.button {
	background-color: #CFCED9 !important;
	color: #675e80 !important;
	font-family: "Neue Helvetica W01",sans;
	margin-left:0 !important;
}
footer button.button span:after {
	content: ' ';
  background: url(https://haassr.org/wp-content/uploads/2023/04/arrow-right.svg);
	height: 15px;
	display: inline-block;
	width: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 5px;
  top: 2px;
  position: relative;
}
@media screen and (min-width: 48em) {
	#site-header.stuck {
		top: 0;
	}
footer .social {
	padding-left: 0 !important;
	text-align: left !important;
	max-width: 100% !important;
}
	.promos .promo {
		border-left: initial;
	}
	
}

@media screen and (max-width: 768px)
{
	.hero {
	height: auto;
}
.img-wrapper {
  background-color: #655c89;
  display:             flex;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  padding:             0;
  position:            relative;
	max-height: 200px;
}

.img-wrapper img {
  filter:              grayscale(100%) contrast(1);
  flex:                1 0 100%;
  max-width:           100%;
  mix-blend-mode:      soft-light;
  object-fit:          cover;
  opacity:             1;
  position:            relative;
  width:               100%;
}

.img-wrapper::before {
  background-color:    #655c89;
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      overlay;
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
}
	
.mission-statement {
	font-size: 16px;
	height: auto;
	background-color: #655c89;
}
.mission-statement h2 {
	padding-top: 0.5rem;
  font-size: 2em;
}
.mission-statement p {
	font-weight: normal;
	font-size: 1em;
}
.promos .promo {
	width: 100%;
	margin-bottom: 1em;
	}
}