#heading {
	width: 100%;
	margin: 0px;
	background: url('../images/program/hero-workforcescholarship.png');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	border-bottom: 3px solid #84a73f;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#heading_new {
	width: 100%;
	margin: 0px;
	background: url('../images/program/thumbnail_scholarship-grad-pic.png');
	background-position: top center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	border-bottom: 3px solid #84a73f;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#heading img {
	width: 100%;
	border-bottom: solid 3px #84a73f;
}
#heading div {
	width: 42%;
	position: relative;
	/* left: 31%;
    top: 39%; */
	text-align: center;
	background-color: white;
	opacity: 0.9;
	padding: 1%;
	border-radius: 10px;
}
#heading div p {
	width: 90%;
	margin: auto;
	padding-bottom: 3%;
}
#heading_new img {
	width: 100%;
	border-bottom: solid 3px #84a73f;
}
#heading_new div {
	width: 42%;
	position: relative;
	/* left: 31%;
    top: 39%; */
	text-align: center;
	background-color: white;
	opacity: 0.9;
	padding: 1%;
	border-radius: 10px;
}
#heading_new div p {
	width: 90%;
	margin: auto;
	padding-bottom: 3%;
}
#cdsc_website_region-controls {
	width: 100%;
	margin: 0px;
}

h2,
h3,
h4 {
	text-align: center;
}
h2 {
	margin: 30px 0px 16px 0px;
	font-size: 170%;
}
h4 {
	margin: 15px 0px 8px 0px;
}

section {
	width: 80%;
	margin-left: 10%;
}

#apply-top {
	width: 80%;
	margin: auto;
}

#top-apply-button {
	display: block;
	text-align: center;
	padding: 2% 0;
	margin-left: 30%;
	width: 40%;
	height: auto;
	background-color: #84a73f;
	border-style: solid;
	border-color: #84a73f;
	border-radius: 10px;
}

#blurb {
	padding: 3% 3% 0% 3%;
	font-size: 110%;
}

#events {
	width: 80%;
	margin: auto;
	margin-top: 1%;
}
#events h2 {
	margin-top: 3%;
}

div.landing-announcement.group {
	width: 60%;
	height: 45px;
	border-radius: 10px;
	background-color: #caddb4;
	margin-left: 20%;
	padding: 1%;
}
.announcement-title {
	display: block;
	float: left;
	padding: 9px 12px;
	font-size: 120%;
}
.announcement-cta:link {
	display: block;
	float: right;
	margin: 0px 0px 0px 30px;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	/*background-color: #84A73F;*/
	color: #fff;
}

.eligibility ul,
.faq-section ul {
	margin-left: 3%;
}
.eligibility {
}
.eligibility ul {
	list-style: disc;
}
.eligibility ul li {
	padding: 6px 6px 3px 6px;
	line-height: 1.6;
}
.eligibility a {
	color: #749769 !important;
}

.faq-section {
	margin-top: 4%;
}

.active {
	list-style-type: disclosure-open;
}

a.infosession-statewide:link,
a.infosession-statewide:visited {
	background-color: #84a73f;
}

#testimonial {
	text-align: center;
	position: relative;
	width: 500px;
	height: auto;
	margin: 2%;
	padding: 1%;
	background-color: #caddb4;
}

#testimonial-section {
	width: 70%;
	background: #efefef;
	box-shadow: 1px 1px 10px #999;
	margin: auto;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px !important;
	padding-top: 5px;
}
.testimonials {
	display: flex;
	flex-direction: row;
}
.scrolls {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
#testimonial-text {
	font-size: large;
	margin: 2%;
}
#testimonial-overflow {
	visibility: hidden;
	height: 0;
}
#testimonial-overflow.show {
	visibility: visible !important;
	margin-bottom: 10px !important;
	height: auto !important;
	font-size: large;
}
#read-less {
	visibility: hidden;
}
#read-less.show {
	visibility: visible !important;
	font-size: large;
}
#read-more {
	visibility: visible;
	font-size: large;
}
#read-more.show {
	display: none;
}
#apply-now {
	height: 100px;
	width: 200px;
	font-size: xx-large;
	padding-top: 4%;
	padding-left: 3%;
}

#resources {
	width: 90%;
	margin: 36px 5% 0px 5%;
}
section#resources {
	margin-top: 5%;
}
section#resources h2 {
	font-weight: bold;
}
.guide-downloads {
	width: 100%;
	margin-top: 24px;
}
.infographic {
	float: left;
	text-align: center;
	width: 30%;
	margin-left: 3%;
}
.infographic p {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.guide-downloads img {
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.infosessions-region {
	text-align: center;
	width: 50%;
	margin: 0px auto;
}
@media only screen and (max-width: 469px) {
	#regionalmap {
		visibility: hidden;
		height: 0;
	}
	#testimonial {
		width: 80%;
		margin-left: 5%;
	}
	#funding {
		width: 100%;
	}
}
@media only screen and (max-width: 862px) {
	/* #heading {
        display: flex;
        justify-content: center;
        align-items: center;
    } */
	#heading div {
		width: 85%;
	}
	#region_select-info {
		float: none;
		width: 100%;
	}
	div.landing-announcement.group {
		width: 86%;
		padding: 2%;
		height: auto;
		margin-left: 5%;
	}
	.announcement-title {
		float: none;
		text-align: center;
		clear: both;
	}
	.announcement-cta:link {
		float: none;
		margin-left: 0px;
	}
	.infographic {
		float: none;
		text-align: center;
		width: 94%;
		margin: 24px 3%;
	}
	.guide-downloads img {
		width: 100%;
		margin-top: 6px;
	}
	.infosessions-region {
		width: 90%;
		margin: 0px auto;
	}
}
.divider {
	width: 100%;
	margin-top: 1rem;
	border-bottom: 2px solid #ddd;
}
