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%;
}
/* PAGE SPECIFIC STYLING */
.title-container {
  background: url("https://auburn.edu/academic/provost/sacscoc/_assets/images/aerial-photo.jpg");
  background-position: center center;
  background-size: cover;
}
.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;
}
@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) {}