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;
}
.col-12.body-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
button.accordion-button {
	font-size:1.25rem;
}
.spacer {
	padding: 2% 0;
}
.title-bluebar.title-container .content {
	height:40vh;
	min-height:40vh;
}
.title-bluebar.title-container .content .title {
    padding: 1% 0% 1% 5%;
}
/* PAGE SPECIFIC STYLING */
.title-container {
  background: url("https://auburn.edu/academic/provost/coache/_assets/images/SamfordSunrise.png");
  background-size: cover;
  background-position: center center;
}
.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.pdf-card {
	display: inline-block;
	position: relative;
	width:32%;
	margin: 0 .5%;
}
img.card-img-top {
	position: relative;
	width:60%;
	margin: 0 auto;
}
.card {
	text-align: center;
	border: 0px;
}
@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) {}
@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) {}