/**
 * Styles for the SC promotional pages
 */
#content>.container {
	width: auto;
	max-width: 100%;
}

#content>.container>.contentPage {
	padding: 0;
	margin: 0 -15px;
	display: block;
}

.breadcrumb {
	display: none;
}

.hero {
	background: url('https://www.rcac.purdue.edu/files/kiosk/sc2024/img/Atlanta.png') top center no-repeat;
	background-size: 100% 95%;
	background-position: center;
	margin: 0 0 2em 0;
	position: relative;
	overflow: hidden;
	height: 28.5rem;
}

.hero .hero-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 23.75rem;
	height: 30.75rem;
	position: absolute;
	z-index: 1;
	font-size: .94rem;
	opacity: 0.9;
	background: rgba(41, 39, 39, 0.8);
	color: #fff;
	top: -4.5rem;
}

.left-img img {
	display: flex;
	align-self: center;
	justify-self: center;
	width: 200px;
	height: 250px;
}

.hero .hero-text a {
	color: #e88163;
}

.hero-text p {
	display: block;
	align-items: flex-start;
	justify-content: flex-start;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	height: 75%;
}

.hero-text p span {
	font-size: smaller;
	font-weight: bold;
}

.hero .hero-text *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.hero .hero-text *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hero .hero-text:after {
	content: '';
	height: 1em;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #333;
}

.hero .hero-text h2 {
	color: #cfb991;
}

.hero .tagline {
	text-transform: uppercase;
	color: #000;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 0.3em;
	position: absolute;
	bottom: 0.4em;
	right: 0;
	margin: 0;
	font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
	display: none;
}

.contentPage {
	padding-top: 100px;
}

.contentPage section {
	margin: 0 0 4em 0;
}

.contentPage section>*:first-child {
	margin-top: 0;
	padding-top: 0;
}

.contentPage section>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.contentPage .side-nav {
	margin: 0;
	/*min-width: 16em;*/
	z-index: 1000;
}

.contentPage .side-nav li {
	list-style: none;
	margin: 0;
	border-top: solid 1px #ccc;
	background-color: #fff;
}

.side-nav a {
	color: #000;
	display: block;
	padding: .7rem 0;
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

.side-nav .active a {
	color: #000;
	text-decoration: underline;
}

.sidenav-news {
	margin: 2em 0 2em 0;
}

.contentInner .sidenav-news ul li {
	list-style: none;
	margin: 0;
}

.sidenav-news .card-footer {
	padding: 1em;
	border-color: #fff;
	background-color: transparent;
}

.sidenav-news .card-footer p {
	margin: 0;
}

.sidenav-news .card-footer .btn {
	display: block;
}

.sidenav-news .card-title {
	margin: 0 0 1em 0;
	font-size: 1em;
}

.sidenav-news .news {
	border-bottom: none;
}

.card,
a.card,
a.card:link {
	font-weight: normal;
	text-decoration: none;
	background-color: #f5f5f5;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

a.card:hover,
a.card:focus {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	border-color: #cfb991;
}

.contentPage section .card {
	margin: 0 0 2em 0;
}

.contentPage section .card-header {
	background-color: transparent;
	border: none;
	padding: 2rem 1.25rem 0 1.25rem;
}

.contentPage section .card-body {
	padding: 1.25rem;
}

.contentPage section .card-header .fa {
	font-size: 2em;
	color: #8e6f3e;
}

.contentPage section .card-title {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #333;
}

.contentPage section .card-body *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.coming-soon .card-header {
	text-align: center;
}

.input-required {
	color: #c00;
}

/*@media (min-width: 480px) {
	.hero {
		background-position: -550px 0;
	}
}*/
@media (min-width: 600px) {

	/*.hero {
		background-position: top right;
		background-size: 100% auto;
	}
	.hero {
		background-position: top right;
		background-size: 100% auto;
	}*/
	.hero .hero-text {
		margin: 5em 0 0 0;
	}

	.hero .tagline {
		display: block;
	}

	.sidenav-news {
		margin: 4em 0 2em 0;
	}

	.contentPage {
		padding-top: 40px;
	}

	.coming-soon .card-header {
		text-align: right;
	}
}

@media (min-width: 1000px) {
	.hero .tagline {
		font-size: 2.8em;
	}
}

@media (min-width: 1200px) {
	.hero .tagline {
		font-size: 3.35em;
	}
}

@media (min-width: 1400px) {
	.hero .tagline {
		font-size: 3.8em;
	}
}

@media (min-width: 2560px) {
	#content>.container {
		font-size: 1.5rem;
	}

	.hero {
		min-height: 800px;
	}

	.tagline {
		font-size: 4rem;
	}
}