/* .test-site-alert {
    display: none !important;
} */

#post-header {
	height: 0px;
}
.homepage-hero {
	background-color: #333;
	background-position: center center;
	background-size: cover;
	height: 450px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.homepage-hero-video-bg {
	display: none;
}
.homepage-hero-txt-and-button {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
	animation: fadein 1s;
}

.homepage-hero-txt-img {
	display: block;
	margin-top: 0px;
	max-height: 160px;
	max-width: 90%;
}

.hompeage-hero-btn {
	border-radius: 4px;
	margin: 0;
	padding: 0;
}

.homepage-hero-btn a {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 1px;
}

.homepage-hero-btn a strong {
	background-color: rgba(255,255,255,0.9);
	border-radius: 6px;
	color: #000;
	display: inline-block;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 16px;
	margin-top: 0px;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 260px;
}

.homepage-hero-btn a strong:hover {
	color: #fff;
	background-color: rgba(246,139,31,0.9);
}

.homepage-hero-overlay {
    text-align: center;
    margin-bottom: 1em;
}

.homepage-hero-overlay img {
    border-radius: 6px;
    width: 50vw;
    max-width: 600px;
    min-width: 320px;
}

.homepage-hero-actions {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
}

.homepage-hero-actions-angle {
	display: block;
	width: 100%;
	height: auto;
	max-height: 40px;
}

.homepage-hero-actions-angle polygon {
	fill: #f68b1f;
}

.homepage-hero-action-links {
	background-color: #4c2683;
	height: 80px;
}

.homepage-hero-action-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
}

.homepage-hero-action-links ul li {
	display: block;
	text-align: center;
}

.homepage-hero-action-links ul li.action-link:nth-child(1) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(2) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(3) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(4) { flex: 1 1 50%; }
.homepage-hero-action-links ul li.action-link:nth-child(5) { flex: 1 1 50%; }

.homepage-hero-action-links ul li strong {
	display: block;
	text-align: center;
}

.homepage-hero-action-links ul li strong a {
	color: #fff !important;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-right: 2px solid #aaa;
}

.homepage-hero-action-links ul li:last-child strong a, 
.homepage-hero-action-links ul li.action-link:last-child strong a {
	border-right: none;
}

/* Brand Identity Banner */
.homepage-brand-identity {
	background-color: #4c2683;
	background-image: url('/homepage/images/group-huddle-purple.jpg');
	background-position: center center;
	background-size: cover;
	margin-top: 80px;
}

.homepage-brand-identity-content {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
}

.homepage-brand-identity-content .brand-message {
    display: block;
	width: 90%;
	height: auto;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.homepage-brand-identity-content .pillars {
	color: white;
	display: flex;
	flex-direction: column;
	gap: 0;
	text-align: center;
}

.homepage-brand-identity-content .pillar {
	font-family: Roboto, sans-serif;
	font-weight: 200;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.homepage-brand-identity-content .pillar:not(:last-child) {
	border-bottom: 1px solid #f68b1f;
}

.homepage-brand-identity-content .pillar h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 1.4em;
	font-weight: 800;
	text-transform: uppercase;
}

.homepage-brand-identity-content .pillar h2 > a {
    color: white;
}

.homepage-brand-identity-content .pillar p {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4;
}

.homepage-brand-identity-content .pillar p em {
	font-weight: 800;
}

.homepage-brand-identity-cta {
	text-align: center;
	padding-bottom: 3em;
}

.homepage-sub-hero {
	background-color: #fff;
	background-image: url("/homepage/images/45-degree-pattern.jpg");
	font-size: 110%;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.homepage-sub-hero img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: auto auto 1em auto;
}

.homepage-sub-hero h2, .homepage-sub-hero h3,
.homepage-sub-hero h2 a, .homepage-sub-hero h3 a {
    color: #f68b1f !important;
}

.homepage-major-search {
	background-color: #4c2683;
	background-image: url('/homepage/images/background-majors-search.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding-top: 9em;
	padding-bottom: 10em;
	padding-right: 2em;
	padding-left: 2em;
}

.homepage-major-search > form {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.homepage-major-search > form > label {
	display: block;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
}

.homepage-major-search > form > input {
	border-radius: 6px;
	color: #6e757c;
	font-size: 1em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	width: 100%;
}

.homepage-campus360 {
    background-color: #ddd;
    background-image: url('/homepage/images/background-campus360.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.homepage-campus360 h2 {
    font-size: 140%;
}

.homepage-campus360-content {
    display: block;
    background-color: rgba(76, 38, 131, 0.8);
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 6px;
    margin: auto;
    text-align: center;
}

.homepage-thecollegetour {
    background-color: #4c2683;
    background-image: url('/homepage/images/background-triangles.png');
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.homepage-thecollegetour .wysiwyg {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-athletics {
	background-color: #f68b1f;
	background-image: url('/homepage/images/background-athletics-valley-lighter.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #222;
    font-size: 110%;
    font-weight: 400;
    padding-top: 4em;
    padding-bottom: 3em;
}

.athletic-video-container .feature-img {
	position: relative;
}

.athletic-video-container .feature-img .youtube-play-button {
	background-image: url(/images/feature-youtube-play-button-red.png);
	background-repeat: no-repeat;
	background-position: 5% 85%;
	background-size: 15%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.homepage-forward {
    background-color: #f68b1f;
    background-image: url('/homepage/images/background-forward.jpg');
    background-size: cover;
    color: #222;
    font-size: 110%;
    padding-top: 60px;
    padding-bottom: 40px;
}

.homepage-forward .wysiwyg {
    color: #222;
    font-size: 120%;
    font-weight: 400;
}

.homepage-forward img.forward-logo {
    margin-bottom: 0px !important;
}

.progress-wrap .bar-graph {
    margin: 1.5em 0 0.4em;
    height: 2em;
    background: #626262;
    position: relative;
    overflow: hidden;
    transform: skew(-10deg);
    background: #E3E3E3 url("https://forward.evansville.edu/images/content-img/bar-bg.jpg");
}

.progress-wrap .bar-graph .bar {
    background: #4C2683;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 1s ease-in-out;
}

.progress-wrap .bar-graph.start .bar {
    left: 0;
}

.progress-wrap .stats {
    text-align: right;
    font-size: 1em;
    font-style: italic;
    margin-bottom: 5px;
    padding-right: 0.4em;
}

.progress-wrap .stats .sep {
    color: #FFFFFF;
    font-weight: 900;
    font-weight: 900;
}

.progress-wrap .stats b {
    font-weight: 900;
}

.progress-wrap .goal-fine-print {
    text-align: right;
    margin-top: -10px;
    font-style: italic;
    font-size: 0.8em;
    margin-right: 0.6em;
    margin-bottom: 0;
}

.homepage-aces {
	background: rgb(25,25,25);
	color: #fff;
	margin-top: 0px;
	padding-top: 40px;
}

.homepage-ace {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 60% 40%;
	-ms-grid-rows: auto auto;
	grid-template-columns: 60% 40%;
	grid-template-rows: auto auto;
	background-color: rgb(25, 25, 25);
}

.homepage-ace-intro {
	-ms-grid-column: 1;
	-ms-grid-row-align: center;
	color: white;
	margin-right: 30px;
}

.homepage-ace-intro h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.homepage-ace-intro h2 a {
	display: block;
	width: 180px;
	height: 86px;
	background-image: url('/homepage/images/aces-of-ue-logo.png');
	background-repeat: no-repeat;
	background-size: 180px 86px;
}

.homepage-ace-intro h2 a span {
	display: none;
}

.homepage-ace-name {
	text-align: right;
}

.homepage-ace-name strong {
	font-size: 130%;
}

.homepage-ace-photo {
	-ms-grid-column: 2;
	-ms-grid-row-align: end;
	padding-top: 2em;
	max-width: 500px;
	align-self: end;
	text-align: center;
}

.homepage-ace-photo img {
	width: 100%;
	height: auto;
}

.homepage-ace-story {
	-ms-grid-row: 2;
	-ms-grid-column-span: 2;
	grid-column: span 2;
	align-self: end;
	padding-top: 1em;
	color: white;
	margin-right: 10px;
}

p.homepage-ace-quote {
	text-align: left;
	font-size: 110%;
	margin-bottom: 20px;
}

p.homepage-ace-more {
	text-align: right;
	margin-bottom: 60px;
}

.homepage-news {
	padding-top: 30px;
	padding-bottom: 30px;
}

.homepage-news-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.homepage-news-title a {
	color: #000;
}

.homepage-news-title svg {
	order: 0;
	flex-grow: 1;
	height: 30px;
	margin-right: 10px;
}

.homepage-news-title h2 {
	font-size: 24px;
	font-style: italic;	
	margin-bottom: 6px;
}

.homepage-news-item {
	flex: 1 1 0;
	display: block;
	margin-bottom: 1em;
}

a.homepage-news-item {
	background-color: #d9d9d9;
	border-radius: 4px;
	color: #000;
	font-weight: 400;
}

.homepage-news-item > img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
}

.homepage-news-item > span {
	display: block;
	color: #333;
	padding: 20px;
	margin-bottom: 0;
}

.homepage-events {
	background-color: #fff;
	padding-bottom: 30px;
}

.homepage-events h3 {
	margin-bottom: 20px;
}

.homepage-events-container {
 	background-color: #34657F;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	padding: 30px 30px 50px 30px;
	position: relative;
}

.homepage-event {
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homepage-event:last-child {
	border-bottom: none;
}

p.homepage-event-date {
	color: #fff;
	font-size: 90%;
	margin-bottom: 2px;
}

p.homepage-event-title {
	margin-bottom: 0;
	font-size: 140%;
	font-weight: normal;
}

p.homepage-event-title a {
	color: #fff;
	font-weight: normal;
}

.homepage-events-more {
	background-color: #fff;
	border-radius: 4px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 10px 20px;
}

.homepage-events-more a {
 	color: #333;
 	font-weight: 300;
	font-size: 90%;
}

.homepage-whyue {
	background-color: #4c2683;
}

.homepage-whyue-reason {
	background-color: #4c2683;
	background-size: cover;
	background-position: top center;
	width: 100%;
	padding: 50px 30px 50px 30px;
	flex: 1 1 auto;
	position: relative;
}

.homepage-whyue-reason-details {
	color: #fff;
	font-size: 16px;
	margin: auto;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(1,1,1,1);
}

.homepage-whyue-reason-amount {
	font-size: 40px;
	font-weight: 700;
}

.homepage-whyue-btn {
	border-radius: 4px;
	margin: 20px 20px 0 20px;
	padding: 0;
	text-shadow: none;
}

.homepage-virtual-tour {
	background-color: #111;
	/*padding-bottom: 350px;*/
}

.virtualtour-container {
	background-color: rgba(76, 38, 131, 0.9);
	border-radius: 6px;
}

.virtualtour-container > div {
	padding: 60px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.thecollegetour-container {
	margin-top: 1em;
	margin-bottom: 1em;
}

.thecollegetour-container img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.virtualtour-embed {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* Between Extra-small and Small devices (phones, 600px and up) */
@media (min-width: 600px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
		
	.homepage-hero {
		height: 600px;
		background-image: none;
	}
	
	.homepage-hero-video-bg {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.homepage-hero-video-bg video {	
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.homepage-hero-action-links ul {
		flex-wrap: inherit;
	}
	
	.homepage-hero-txt-img {
		max-height: 180px;
	}
	
	.homepage-hero-overlay {
        text-align: right;
        margin-bottom: 1em;
        margin-right: 1em;
    }
	
	.homepage-hero-action-links ul li.action-link { flex: 1 1 auto; }

	.homepage-hero-action-links ul li strong a {
		font-size: 20px;
	}
	
	.homepage-hero-action-links ul li:last-child strong a {
		border-right: 2px solid #aaa;
	}

    .homepage-brand-identity-content .brand-message {
    	width: 80%;
    }
	
	.homepage-brand-identity-content .pillars {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 1em;
	}
		
	.homepage-brand-identity-content .pillar {
		flex: 1;
		position: relative;
		margin-bottom: 0;
	}
	
	.homepage-brand-identity-content .pillar:not(:last-child) {
		border-bottom: none;
	}
		
	.homepage-brand-identity-content .pillar:not(:last-child)::after {
		content: '';
		opacity: 0.5;
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #f68b1f;
	}
	
	.homepage-sub-hero {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.homepage-major-search > form > label {
		font-size: 2.5em;
	}
	
	.homepage-major-search > form > input {
		font-size: 1.5em;
	}
	
	.homepage-campus360 {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	
	.homepage-campus360-content {
		display: inline-block;
		text-align: left;
	}
	
	.homepage-aces {
		padding-top: 60px;
	}
	
	.homepage-ace-intro, .homepage-ace-story {
		margin-right: 30px;
	}
	
	.homepage-aces h2 {
		font-size: 30px;
	}
	
	.homepage-ace-photo {
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
	
	.homepage-ace-photo img {
		width: 100%;
		height: auto;
		max-height: none;
	}
	
	.homepage-ace-story {
		-ms-grid-column-span: 1;
		-ms-grid-row-align: start;
		grid-column: span 1;
		align-self: start;
	}
	
	p.homepage-ace-quote {
		font-size: 110%;
		text-align: right;
	}
	
	.homepage-news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.homepage-news-title svg {
		height: 35px;
	}
	
	.homepage-news-title h2 {
		font-size: 30px;
	}
	
	.homepage-news-items {
		display: flex;
		flex-wrap: nowrap;
		gap: 30px;
	}
	
	.homepage-news-item:nth-child(3) {
		display: block;
	}
		
	.homepage-events {
		padding-bottom: 60px;
	}
	
	.homepage-events-list {
		display: flex;
		padding-bottom: 20px;
	}
	
	.homepage-event {
		border-bottom: none;
		border-right: 1px dotted #ccc;
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		flex: 1 1 0;
	}
	
	.homepage-event:first-child {
		padding-left: 0px;
	}
	
	.homepage-event:last-child {
		padding-right: 0px;
		border-right: 0px;
	}
	
	.homepage-whyue {
		display: flex;
	}
	
	.homepage-whyue-reason {
		padding: 150px 30px 100px 30px;
	}
	
	.homepage-whyue-btn {
		position: absolute;
		display: block;
		bottom: 30px;
		left: 0;
		right: 0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.global-header-action.apply,
	.global-header-action.visit,
	.global-header-action.deposit,
	.global-header-action.learn {
		display: none;
	}
	
	.homepage-hero {
		/* height: calc(100vh - 170px); */
		height: calc(100vh - 130px);
		min-height: 600px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.homepage-hero-txt-img {
		max-width: 50%;
		max-width: inherit;
		max-height: 25vh;
	}
	
	.homepage-hero-btn a strong {
		font-size: 18px;
		line-height: 20px;
		padding: 14px 20px;
		max-width: 320px;
	}
	
	.homepage-hero-actions-angle {
		opacity: 0.9;
	}
	
	.homepage-hero-actions {
		bottom: 0;
	}
	
	.homepage-hero-action-links {
		background: #4c2683;
		height: 80px;
	}
	
	.homepage-hero-action-links ul {
		height: 80px;
	}
	
	.homepage-hero-action-links ul li {
		flex: 1 1 0;
	}

	.homepage-hero-action-links ul li strong {
		padding-top: 0;
	}
	
	.homepage-hero-action-links ul li strong a {
		font-size: 24px;		
	}
	
	.homepage-brand-identity {
	    margin-top: 0px;
	}
	
	.homepage-sub-hero {
		margin-top: 0px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.homepage-major-search > form > label {
		font-size: 3em;
	}
	
	.homepage-major-search > form > input {
		font-size: 2em;
	}
	
	.homepage-campus360 {
		padding-top: 15vh;
		padding-bottom: 15vh;
	}
	
	.homepage-forward-intro {
	    padding-top: 1em;
	}
	
	.homepage-aces {
		margin-top: 0px;
		padding-top: 80px;
	}
	
	.homepage-aces h2 {
		font-size: 35px;
	}
	
	p.homepage-ace-quote {
		padding-left: 80px;
		margin-bottom: 30px;
		font-size: 120%;
	}
	
	p.homepage-ace-more {
		margin-bottom: 80px;
	}
	
	.homepage-ace-photo {
		background-position: center bottom;
	}
	
	.homepage-news-title svg {
		height: 40px;
	}
	
	.homepage-news-title h2 {
		font-size: 35px;
	}
	
	.homepage-whyue-reason {
		padding: 250px 30px 150px 30px;
	}
	
	.homepage-whyue-btn {
		bottom: 80px;
	}
	
	.homepage-whyue-btn a {
        font-size: 80%;
    }
	
	.homepage-whyue-reason-details {
		font-size: 18px;
	}
	
	.homepage-whyue-reason-amount {
		font-size: 50px;
	}
	
	.homepage-virtual-tour {
    	/*padding-bottom: 40vh;*/
    }
    
    .athletic-video-container {
    	max-width: 95%;
    }
    
    .forward-logo-container {
    	text-align: right;
    }
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.homepage-aces h2 a {
		width: 230px;
		height: 110px;
		background-size: 230px 110px;
	}

	
	p.homepage-ace-details {
		margin-bottom: 40px;
	}
	
	.homepage-whyue-reason {
		padding: 250px 30px 150px 30px;
	}
	
	.homepage-virtual-tour {
    	/*padding-bottom: 50vh;*/
    }
    
    .virtualtour-embed {
    	--bs-aspect-ratio: calc(9 / 21 * 100%);
    }
	
}

/* Extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    /* Override max with of Bootstrap 5 containers on this page */
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px;
	}
	
	.homepage-ace {
		-ms-grid-columns: 70% 30%;
		grid-template-columns: 70% 30%;
	}
	
	.homepage-aces h2 {
		font-size: 40px;
	}
	
	p.homepage-ace-details {
		margin-bottom: 60px;
	}
	
	p.homepage-ace-quote {
		font-size: 140%;
		margin-bottom: 60px;
	}
	
	.homepage-news-title h2 {
		font-size: 40px;
	}
	
	p.homepage-event-title {
		font-size: 150%;
	}
	
	.homepage-whyue-reason-amount {
		font-size: 80px;
	}
	
	.homepage-whyue-reason {
		padding: 300px 30px 200px 30px;
	}
	
	.homepage-whyue-btn {
		bottom: 130px;
	}
	
	.homepage-whyue-btn a {
        font-size: 70%;
    }
	
	.homepage-whyue-reason-details {
		font-size: 24px;
	}
	
	.homepage-virtual-tour {
    	/*padding-bottom: 55vh;*/
    }
    
    .virtualtour-embed {
    	--bs-aspect-ratio: calc(9 / 32 * 100%);
    }
	
}

@keyframes fadein {
	0% { 
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}