@charset "UTF-8";
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.9;
  color: #000;
}

#main-content {
  display: none;
}

@page {
  margin: 20px;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  margin-left: 20px;
}

li,
p,
a {
  word-wrap: break-word;
  font-size: 1rem;
  color: #000;
}

a {
  text-decoration: underline;
  display: block;
}

a:after {
  content: "— Link: (" attr(href) ")";
  background: none;
  text-transform: lowercase;
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
  width: auto;
  position: relative;
  font-weight: 400;
  top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 4px;
}

h2 a {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.375rem;
}

img,
.related-field:before,
.search-block,
.book-nav,
.view-filters,
.layout__region--first,
.masthead__second,
.page-title__lede,
.page-title__header-wrap,
.global-footer__content,
ul.views-glossary-alpha,
.mm-wrapper__blocker.mm-slideout,
.slick,
nav,
.avatar-image,
.masthead__main-menu {
  display: none;
}

.brand-bar {
  margin-top: 20px;
}

.masthead__wordmark-logo {
  display: block;
  text-align: center;
  margin: 10px auto 0 auto;
}

.masthead {
  border-bottom: 1px solid #d8d4cd;
  padding-bottom: 20px;
}

.masthead__wordmark a:after {
  display: none;
}

.grid-3up__item {
  border-top: 1px solid #d8d4cd;
}

.global-footer {
  border-top: 1px solid #d8d4cd;
}
