.content {
  background: white;
  max-width: 100%;
  width: 100%;
  padding-top: 0;
  padding: 1.5rem;
}

@media (max-width: 768px){
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .content {
  	padding: 3rem;
  }
}

.content > div {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.content .text-muted {
  opacity: 1 !important;
  margin: 0 0 .375rem;
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.btn-primary {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(0, 66, 79);
  padding: 0.75rem 2.25rem;
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(0, 66, 79);
  border-image: initial;
  border-radius: 1.25rem;
  background: rgb(255, 255, 255);
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 66, 79);
}

.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.article-description {
  opacity: 0.85;
  margin: 0.375rem 0 0;
}

.article-list .article + .article {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.article-content .page-title {
  margin-bottom: 1.5rem;
  color: #00293e;
}