body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
li.nav-item {
  left: 0;
  border-right: 1px solid rgb(11, 35, 65);
  color: rgb(11, 35, 65);
  font-size: 1.2rem;
}
a.col {
  font-size: 1.2rem;
}
.row.spacer {
	padding:2% 0;
}
p {
	font-size: 1.25rem;
}
.col-12.body-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
/** PAGE SPECIFIC STYLING **/
.title-container-2024 {
	 background: url("https://auburn.edu/academic/provost/provost-advising-awards/_assets/images/2024_header/Web Header.png");
  background-position: center center;
  background-size: cover;
  height: 30vh;
}

.title-container {
  background: url("https://auburn.edu/academic/provost/provost-advising-awards/_assets/images/Header (1).png");
  background-position: center center;
  background-size: cover;
  height: 30vh;
}
.initiatives .item {
  padding: .5%;
  text-align: center;
  transform: scale(0.95);
  transition: transform .2s ease;
}
.initiatives .item a {
  text-decoration: none;
}
.initiatives .item a:hover {
  text-decoration: underline;
}
.col-10.content-wrapper {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 2% 0 0 0;
}

.col-4.winner-image-container {
	display: inline-grid;
	position: relative;
	width:33%;
}

.image-placeholder{
	display: block;
	position: relative;
	width:20rem;
	height:20rem;
	background-color:rgb(255,255,255);
	margin: 0 auto;
}

.image-placeholder img {
	display: block;
	position: relative;
	width:100%;
	border-radius:15px;
	border: 2px solid rgb(11,35,65);
}

.long-image {
	display: block;
	position: relative;
	width:100%;
}

.long-image img {
	display: block;
	position: relative;
	width:60%;
	margin: 0 auto;
	border-radius:15px;
	border: 2px solid rgb(11,35,65);
}

.col-8.winner-bio-information {
	display: inline-grid;
	position: relative;
	width: 66%;
}

.name, .title-information {
	font-size: 1.5rem;
}

.name,.title-information,.bio {
	display: block;
	position: relative;
}
@media only screen and (max-width: 2560px) {}
@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1536px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1280px) {
	.col-4.winner-image-container {
		display: block;
		position: relative;
		width:100%;
		margin:1% 0 2% 0;
	}
	.col-8.winner-bio-information {
		display: block;
		position: relative;
		width:100%;
	}
}
@media only screen and (max-width: 962px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 601px) {}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 360px) {}