.box {
  padding: 3em;
}

.box.black {
  background-color: #000;
  color: #fff;
}

.box.grey {
  background-color: #F8F6F6;
  color: #393939;
}

.athletics-page {
  background-color: #fff;
}

.styleguide-menu {
  background-color: #f8f8f8;
  padding: 2em;
  border-bottom: .5em solid #FA4616;
}

.styleguide-menu li {
  list-style: none;
  margin: 1em 0;
}

.styleguide-menu a, .styleguide-menu a:link, .styleguide-menu a:visited, a, .main a, .main a:visited {
  color: inherit;
  text-decoration: none;
}

.styleguide-menu a, .styleguide-menu a:link, .styleguide-menu a:visited, a, .main a, .main a:visited {
  transition: none !important;
}

.bg-header {
  padding: 5em 0;
  text-align: center;
  color: #fff;
}

.img-section {
  margin: 3em 0;
  text-align: center;
}

.aside {
  width: 25%;
  position: absolute;
  left: -25%;
  margin-top: 50px;
  text-align: right;
}

.story_inner_wrapper {
  font-size: 1.25em;
  line-height: 1.5;
}

.story_inner_wrapper h1 {
  font-family: source_sans_prolight, sans-serif;
  font-size: 1.5em;
}

.btn-container {
  text-align: center;
}

.btn {
  background: #393939;
  color: #fff !important;
  padding: 1em 1.5em;
  font-family: source_sans_prolight, sans-serif;
}
