@page {
  margin-top: 2cm;
  margin-bottom: 2cm;
  margin-left: 2cm;
  margin-right: 2cm;
}
* {
  box-sizing: border-box;
}
body {
  background: none;
  color: #2f2e33;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
#skip,
#masthead,
#hero,
#site-banner,
.sidebar,
.ff-stream,
.content__footer,
#comments,
#colophon,
#popupNewsletter,
.reveal-overlay,
#cookie-notice {
  display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  page-break-after:avoid;
  page-break-inside:avoid;
  font-family: Open Sans,sans-serif;
  font-style: normal;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.h1, h1 {
  font-size: 2rem;
}
.h2, h2 {
  font-size: 1.5rem;
}
.h3, h3 {
  font-size: 1.25rem;
}
.h4, h4 {
  font-size: 1.125rem;
}
a {
  color: #2f2e33;
  text-decoration: none;
}
a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.8rem;
  font-style: italic;
}
strong {
  font-weight: 600;
}
img {
  page-break-inside:avoid;
  page-break-after:avoid;
}
blockquote,
pre,
.staff-grid .person .person__details {
  page-break-inside:avoid;
}
blockquote,
blockquote p {
  line-height: 1.7;
  color: #80bb42;
}
blockquote {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 1.25rem;
  position: relative;
  padding: 0 0 0 2rem;
}
blockquote::before {
  content: "\201D";
  font-family: sans-serif;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  top: -.5rem;
  left: 0;
}
ul,
ol,
dl {
  page-break-before:avoid;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
table tbody tr {
  border: 1px solid #ccc;
  page-break-inside:avoid;
}
table tbody td,
table tbody th {
  padding: .625rem;
}
.content__header {
  border-bottom: 1px dashed #80bb42;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}
.content__header .content__title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content___excerpt {
  font-size: 125%;
}
.alignright,
img.alignright {
  margin-top: .5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  display: block;
  float: right;
}
.alignleft,
img.alignleft {
  margin-top: .5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
  float: left;
}
.aligncenter,
img.aligncenter {
  margin: .5rem auto 1rem;
  display: block;
  clear: both;
}
.staff-grid .person .person__photo {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 0 1rem;
  max-width: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.staff-grid .person .person__details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.staff-grid .person .person__details .name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.row .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
.row::after {
  clear: both;
}
.row::after,
.row::before {
  display: table;
  content: " ";
}
.column, .columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.xlarge-up-3 > .column,
.xlarge-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.xlarge-up-3 > .column:nth-of-type(3n+1),
.xlarge-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.staff-grid .column,
.staff-grid .columns {
  border: none !important;
  margin-bottom: 2.5rem;
}
