@media (max-width: 640px) {
  .content {
    margin: 0 2rem;
  }
}

.content .columns > h1 {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
  margin-bottom: .75rem;
}

.content .columns > h1:after {
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background: #f6b000;
  margin-top: 0.5rem;
}

html div.content .side-bar {
  width: 30%;
  margin-left: 1rem !important;
}

@media (max-width: 640px) {
  html div.content .side-bar {
    width: 100%;
    margin: 2rem auto 0 auto !important;
  }
}

html div.content .side-bar a.button {
  width: 100%;
  display: block;
  padding: .5rem 1rem;
  margin: 0;
  background: #ffffff;
  color: #013c65;
  border: 2px solid #013c65;
  border-radius: 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

html div.content .side-bar a.button:hover {
  color: #ffffff;
  background: #013c65;
}
