/* Older (2015) CSS - START ================================ */

#header_title {
	display: none;
}
#content {
	padding-top: 0px !important;
}
#content.container {
	width: 100%;
	max-width: 100%;
}
#banner {
	height: auto !important;
	padding: 0;
	margin: 0;
}
#banner ul {
	margin-bottom: 0;
}
#banner ul li {
	list-style: none;
	width: 100%;
	background-color: #406e9e;
	float: left;
	margin-bottom: 0;
}
#banner ul li .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
}
.bannerInfo .button {
	box-sizing: border-box;
	border: none !important;
	background:#ffd200 !important;
}

.bannerInfo .button-primary {
	color:#003a72 !important;
}

.announcementText {
	white-space: normal;
}
.sublineText {
	font-weight:normal !important;
	text-transform:none !important;
	white-space: normal;
}
.unslider-arrow {
	position: absolute;
	top: 275px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	opacity: .6;
	cursor: pointer;
}
.unslider-arrow.next {
	right: 12px;
}
.unslider-arrow.prev {
	left: 12px;
}

@media (max-width: 767px) {
	#banner ul li .bg, #banner ul {
		height: 250px;
	}
	.unslider-arrow {
		top: 107px;
		font-size: 28px;
	}
}
@media (max-width: 550px) {
	#content.container {
		padding: 0;
	}
	#banner ul li .bg, #banner ul {
		height: 130px;
	}
	.unslider-arrow {
		top: 56px;
	}

}

/* Older (2015) CSS - END ================================== */


/* Newer (2019+) CSS - START ================================== */

#banner .bannerInfo .button.button-primary{
	margin-bottom:0;
}
#banner .bannerInfo .button.button-primary:hover{
	background-color:#FFE04D !important;
}

.announcementText {
	line-height: 1.075em !important;
	margin-bottom:5px !important;
}

.updates{
	max-width: 100%;
	background-color: #003e7e;
}
.updates h2 {
	font-family: 'jubilat', serif;
	font-weight: 600;
	font-size: 1.4em;
	text-transform: none;
	margin-bottom: 0px;
	position: relative;
}
.updates h2 a {
	color: #ffd200 !important;
}
.updates h2 img {
	height: 70px;
	vertical-align: -21px;
	margin-right: 24px;
}
@media (min-width: 960px) {
	.updates h2 img {
		margin-top: -5px;
	}
}
@media (max-width: 960px) {
	.updates h2 img {
		display: block;
		margin-bottom: 25px;
	}
}


@media (min-width: 1920px) {
	#banner ul {
		height:650px;
	}
	#banner ul li .bg {
		height:650px;
	}
}
@media (min-width: 2250px) {
	#banner ul {
		height:750px;
	}
	#banner ul li .bg {
		height:750px;
	}
}
@media (max-width: 1440px) {
	#banner ul {
		height:550px;
	}
	#banner ul li .bg {
		height:550px;
	}
}


@media (max-width: 767px) {

	#banner ul {
		height: 250px !important;
	}
	#banner ul li .bg {
		height: 250px;
	}

	.bannerInfo {
		width:auto !important;
		margin-bottom:0px !important;
	}
	#banner .button.button-primary {
		background:#ffd200 !important;
		color:#003a72 !important;
	}
	#banner .button.button-primary:hover{
		background-color:#FFE04D !important;
	}
	.unslider-arrow {
		top: 110px !important;
	}

}

@media (max-width: 550px) {
	#banner ul {
		height:170px !important;
	}
	#banner ul li .bg {
		height:170px;
	}
	.unslider-arrow {
		top: 75px !important;
	}
}

#content{
	padding-bottom:0px;
}

.upcomingEvents h2 {
	font-weight: 300;
}

.eventsList {
	padding-left: 0 !important;
}

.eventsListItem {
	list-style: none;
	margin-bottom: 15px !important;
}

.eventsListItemDate {
	font-weight: bold;
}

.eventsListItemDescription {
	color: #2e2e2d !important;
}

.eventsListItemArrow {
	color: #134FC9;
	font-weight: 800;
	font-size: 22.5px;
	line-height: 0;
	vertical-align: -2px;
	display: inline-block;
	margin-left: 2px;
}

.bigYellow {
	display: inline-block;
	text-align: center;
	font-family: jubilat, serif;
	padding: 13px 32px;
	margin: 0;
	font-weight: 600;
	font-size: 1.44em;
	line-height: 1.2;
	background-color: #FFD200;
	color: #003E7E !important;
	transition: .3s background-color;
}

.bigYellow:hover {
	color: #003e7e !important;
	background-color: #FFE04D;
	text-decoration: none;
}

.visitCampus {
	font-family: jubilat, serif;
	font-size: 22.5px;
	font-weight: 600;
	color: #003E7E;
}

#featuredEventTitle {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 5px;
}

#featuredEventStatus {
	display: inline-block;
	margin-left: 7px;
}
@media (max-width:767px) {
	#featuredEventStatus {
		display: block;
		margin-left: 0;
	}
}

/* Your Tomorrow "Interested in... we've got that." section START */

.space {
	background-color: #102B5F;
}

.space p {
	color: white;
}

.grid {
	display: -ms-grid;
	display: grid;
}
.mainContain>.grid {
	max-width: 1170px;
	margin: auto;
}

.grid.academicsOverview {
	-ms-grid-columns: 48% 4% 48%;
	grid-template-columns: 48% 4% 48%;
}
.grid.academicsOverview .half:first-child {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/span 1;
}
.grid.academicsOverview .half:last-child {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/span 1;
}

@media (max-width: 767px) {
	.grid.academicsOverview {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		-ms-grid-rows: auto 15px auto;
		grid-template-rows: auto 15px auto;
	}
	.grid.academicsOverview .half:first-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/span 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/span 1;
	}
	.grid.academicsOverview .half:last-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/span 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/span 1;
	}
}

.programWidget {
	position: relative;
}

.programWidget .interiorGrid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	height: 100%;
	min-height: 175px;
}

.interestedIn, .gotThat {
	color: white;
	font-weight: 900;
	font-size: 1.45em;
	text-transform: uppercase;
}

.interestedIn {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/span 1;
	-ms-grid-column-align: start;
	justify-self: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.gotThat {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/span 1;
	-ms-grid-column-align: end;
	justify-self: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.widgetContain {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/span 1;
	text-align: center;
	max-width: 680px;
}

.mainContain p.typedOut {
	position: relative;
	top: 50%;
	width: auto;
	margin: 0 auto;
	border-right: 4px solid rgba(255, 210, 0, .75);
	font-size: 180%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 2em;
	color: #FFD200;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	height: 48px;
	line-height: 1em;
}

.academicsOverview {
	padding-top: 6vw;
	padding-bottom: 6vw;
}

@media (max-width: 767px) {
	.academicsOverview {
		padding-top: 6vw;
		padding-bottom: 8vw;
	}
}

/* Your Tomorrow "Interested in... we've got that." section END */

.upcomingEvents {
	padding-top: 5vw;
	padding-bottom: 6vw;
}

@media (max-width: 600px) {
	.upcomingEvents {
		padding-bottom: 12vw;
	}
}

.articleTopper {
	padding: 10px 0 0;
}

/* Fueling Tomorrows Section START */

.fuelingTomorrowsSection {
	height: 420px;
	position: relative;
}

.topContainer {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50px;
}

.bottomContainer {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px;
}

@media (max-width: 767px) {
	.topContainer {
		top: 45px;
	}
	.bottomContainer {
		bottom: 45px;
	}
}

.fuelingTomorrowsSection .mainContain {
	padding-top: 0;
	padding-bottom: 0;
}

.imageBack {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-color: #003e7e; /* In case image doesn't load */
}

.fuelingTomorrowsSection p {
	color: white;
	font-size: 1.4em;
	font-weight: 600;
	text-shadow: rgb(0, 0, 0) 0px 0px 8px, rgb(0, 0, 0) 0px 0px 8px;
}

.fuelingTomorrowsLogo {
	filter: drop-shadow(0px 0px 4px #000000dd) drop-shadow(0px 0px 4px #000000dd);
	max-width: 500px;
	margin-bottom: 10px;
}

/* Fueling Tomorrows Section END */


#banner ul li {
	background-color: #003e7e !important; /* This is the color that appears when the banner images have not yet loaded */
}

.bannerInfo {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 22px 25px 25px;
}

.announcementText {
	font-size: 48px;
}

.sublineText {
	font-size: 24px;
}

@media (max-width: 767px) {
	#banner ul li {
		background-color: white !important;
	}
	.bannerInfo {
		background-color: white;
		padding: 12px 15px 15px;
	}
	.announcementText {
		font-size: 30px;
	}
	.sublineText {
		font-size: 18.75px;
	}

	.visitCampusDescription {
		margin-bottom: 25px; /* To separate two featured events when stacked on mobile */
	}
}

@media (max-width: 550px) {
	#banner ul li .bg {
		height: 175px;
	}
}

@media (min-width: 767px) {
	.mobileOnly {
		display: none;
	}
}

.studentSuccessSliderContainer {
	padding-top: 12px;
}

/* Student success grid START */

.newsGrid .cardContain {
	height: auto;
	-webkit-box-shadow: 0px 0 8px 0 rgba(0,0,0,0.24), 0px 4px 8px 0 rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0 8px 0 rgba(0,0,0,0.24), 0px 4px 8px 0 rgba(0,0,0,0.24);
	box-shadow: 0px 0 8px 0 rgba(0,0,0,0.24), 0px 4px 8px 0 rgba(0,0,0,0.24);
}

.newsGrid .cardTitle {
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 900;
	font-size: 2.1rem;
	line-height: 30px;
	padding: 10px 16px;
	color: #003E7E;
}

.newsGrid .cardContain a:focus .cardTitle {
	text-decoration: underline;
}

.newsGrid img {
	width: 100%;
}

.newsGrid .cardText {
	padding: 13px 16px !important;
	line-height: 1.2 !important;
}

.newsGrid .cardTitle {
	padding: 0 !important;
	line-height: 1.2 !important;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 5px;
}

.newsGrid .cardDescription {
	background-color: white;
	margin-bottom: 0;
	line-height: 1.6;
}

.newsGrid a:hover .cardDescription {
	display: inline-block; /* To disable underline on hover */
}

/* Student success grid END */

/* Banner slider arrow improvements */
.unslider-arrow {
	text-shadow: 0px 0px 4px black;
	transition: opacity .3s;
}
.unslider-arrow:hover {
	opacity: 1;
}
@media (min-width: 1440px) {
	.unslider-arrow {
		top: 305px;
	}
}

/* Newer (2019+) CSS - END ================================== */