/* $Id: home.css 646 2023-02-09 14:13:23Z chrisl $ */

.topic-buttons {
	margin-top: 2.5rem;
}


/**** hero section **************************/

#section_Hero {
	background-image: url('/assets/site/img/banner/hero-2023.jpg');
	background-repeat: no-repeat;
	background-position: -18rem top;

	background-size: auto 16rem;
	-webkit-background-size: auto 16rem;
	-moz-background-size: auto 16rem;
	-o-background-size: auto 16rem;
}

#hero_tag {
	margin-top: 13rem;
	padding: .5rem;
	font-size: 1.25rem;
}
#hero_tag #tag-container {
	padding-top: 2rem;
}

#hero_tag .logo {
	display: none;
}

@media (min-width: 768px) {
	#section_Hero {
		background-color: #9ea2ab;
		background-position: center top;
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
	}

	#section_Hero .row {
		height: 29rem;
	}
	#hero_tag {
		margin-top: 0;
		background-color: rgba(95, 122, 78, 0.9);  /* #5f7a4e */
	}
	#hero_tag #tag-container {
		border: 1px solid #fff;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 2rem;
	}

	#hero_tag .logo {
		display: block;
	}
	#hero_tag .logo img {
		display: inline-block;
		width: 14rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	#section_Hero {
		background-position: center top;
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
	}

	#hero_tag #tag-container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}


/**** articles section **************************/

#section_Articles .container {
}

#section_Articles {
	background: linear-gradient(to bottom, #333 20rem, #faf7f3 20rem);
}

#section_Articles h2 {
	margin-bottom: 3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	#section_Articles .article .article-img {
		height: 13rem;
	}
	#section_Articles .article .article-content .title {
		height: 10rem;
	}
	#section_Articles .article > a:hover .article-img {
		height: 12rem;
	}
	#section_Articles .article > a:hover .article-content .title {
		height: 11rem;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#section_Articles .article .article-img {
		height: 13rem;
	}
	#section_Articles .article .article-content .title {
		height: 10rem;
	}
	#section_Articles .article > a:hover .article-img {
		height: 12rem;
	}
	#section_Articles .article > a:hover .article-content .title {
		height: 11rem;
	}
}

/* begin carousel styles */
.carousel-inner {
	border-radius: 0 0 .5rem .5rem;
}
.carousel-indicators {
	bottom: -4rem;
}
.carousel-indicators li {
	background-color: #fff;
	border: 1px solid #5f7a4e;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
}
.carousel-indicators .active {
	background-color: #5f7a4e;
}

@media (max-width: 767px) {
	#section_Articles .topic-buttons {
		margin-top: 5rem;
	}
}
/* end carousel styles */


/**** topics section **************************/

#section_Topics .topic {
	display: inline-block;
	margin-bottom: 1rem;
	
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	color: #fff;
}
#section_Topics .topic:visited {
	color: #fff;
}
#section_Topics .topic:active,
#section_Topics .topic:hover {
	text-decoration: none;
	color: #ffd700;
}

@media (min-width: 576px) {
	#section_Topics {
		background-image: url('/assets/site/img/banner/blurred_campus.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#section_Topics .starred-yellow {
		background-position: center 1rem;
	}
	
	#section_Topics .topic {
		display: block;
		margin-bottom: 2rem;
		background-color: rgba(51, 51, 51, 0.9);
		padding: 2.25rem 1.25rem 3rem 1.25rem;
		height: 9rem;
		line-height: 1.4;
		text-align: center;
	
		/* transition: transform .25s, color .25s; */
	}

	#section_Topics .topic:active,
	#section_Topics .topic:hover {
		background-color: rgba(51, 51, 51, 1);
		background-image: url('/assets/site/img/icons/star-lines-gold-wide.png');
		transform: scale(1.05);
	}
}

@media (min-width: 768px) {
	#section_Topics .topic {
		padding: 3rem 2rem;
	}
}

@media (max-width: 575px) {
	#section_Topics .starred-yellow {
		background-image: url('/assets/site/img/icons/star-gold.png');
		background-repeat: no-repeat;
		background-position: 1.5rem center;
	
		padding-top: 0;
		padding-left: 2.75rem;
	}
}



/**** jobs section **************************/

#section_Jobs h2 {
	margin-bottom: 3rem;
}

@media (min-width: 992px) {
	#section_Jobs .search-form {
		height: 17.5rem;
	}
}

#section_Jobs .search-form {
	background-color: #fff;
}

#section_Jobs h3 {
	margin-bottom: 1.5rem;
}

#section_Jobs p {
	margin-bottom: 1.5rem;
}

