@charset "utf-8";
/* CSS Document */

header {border-bottom:3px solid #cc4e0b;}
	.header_secondary {display:none;}
	.image img {width:100%;}

	
	
	.page_content {font-family: davis-sans, sans-serif;}
	.page_content p {font-size:1.1em;}

	.content_topper {display:table; width:100%; background-color:#03244d; height:30vh;}
	.content_topper .content_container .content h1 {max-width:1280px; margin:0px auto;}
	.content_topper {background-image: url("https://www.auburn.edu/administration/business-finance/pbs/_assets/images/header-index.jpg"); background-size: cover; background-position:bottom center; height:30vh;}
	.content_topper .angle-right {position: absolute; top: 0; bottom: 0; right: 0; width: 35%; background: url(https://auburn.edu/template/2022/_assets/images/angle-right-white.png); background-position: center center; background-size: cover; opacity: 0.4;}
	.content_topper .content_container {display:table-cell; vertical-align: bottom; padding:0px;}
	.content_topper .content_container .content {padding:.5% 3%; font-family: sweet-sans-pro,sans-serif; color:#fff; background-color:rgb(11,35,65); }
	
	.page-title {font-size:1.25em;}

	h2.section-header {text-transform: uppercase; font-family: sweet-sans-pro,sans-serif; border-bottom:2px solid #cc4e0b; margin-bottom:2%;}
	h3.section-header {color:#cc4e0b; text-transform: uppercase;}
	.staff-list .item {padding:5%;}


	
	@media (min-width:768px) {
	header {border-bottom:0px;}
	.page-title {font-size: 2em; font-weight: 600;}
	.staff-list .item {padding:2%; border-bottom:1px solid #a1a1a1;}
		.staff-list .item .name {font-size:1.1em;}
	}

	@media (min-width:992px) {
		.content_topper {height:40vh; background-position:center center;}
		.staff-list .item {padding:2%;}
	}

	@media (min-width:1200px) {
		.page-title {font-size: 2.25em;}
		.staff-list .item:nth-child(odd) {background-color:#eaeaea;}
	}

	@media (min-width:1400px) {
		.content_topper {height:55vh;}
		.intro .content_container {padding:4%; font-size:1.25em;}
	}