html {
  -webkit-tap-highlight-color: transparent; }

body, input,
textarea {
  line-height: 1.75;
  font-family: 'Vollkorn', Georgia, serif;
  text-rendering: geometricPrecision; }

.main {
  font-size: 1.2rem; }

input,
textarea {
  color: #3A4145; }

label,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quattrocento', Georgia, serif;
  font-weight: 400;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.18em;
  line-height: 1.5; }
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  h6:not(:first-child) {
    margin-top: 2.2em; }

h1 {
  font-size: 3.0rem; }

h2 {
  font-size: 1.7rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.1rem; }

h5 {
  font-size: 1.0rem; }

h6 {
  font-size: 1.0rem; }

a {
  color: #044971;
  transition: color 0.2s ease;
  text-decoration: none; }
  a:hover {
    color: #4489b1; }

aside {
  font-size: 1.1rem; }

body, input,
textarea {
  margin: 0;
  padding: 0;
  background-color: #fefefe; }

.container {
  max-width: 960px;
  margin: 0 auto; }

.box, aside, .post-summary, .post-comments, .testimonial-message, .staff, header nav ul.submenu {
  background-color: #fefefe;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  padding: 20px;
  border-radius: 2px; }

header {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% - 270px) calc(50%);
  height: 24em;
  box-sizing: border-box; }
  header .container {
    text-align: right; }
  @media (min-width: 600px) {
    header {
      background-position: calc(50% - 300px) calc(50%); } }
  @media (min-width: 700px) {
    header {
      background-size: contain;
      background-position: calc(50% - 380px) calc(100% + 0px); } }
  header h1, header h2 {
    position: relative;
    text-shadow: 0.03em 0.03em 0.03em; }
  header h1 {
    width: 80%;
    right: -20%;
    line-height: 3.5rem; }
    @media (max-width: 700px) {
      header h1 {
        font-size: 2.2rem;
        line-height: 2.7rem; } }
  header h2 {
    width: 70%;
    right: -30%;
    line-height: 2.8rem; }
    header h2, header h2:not(:first-child) {
      margin-top: 0em; }
    @media (max-width: 700px) {
      header h2 {
        font-size: 1.5rem;
        line-height: 1.8rem; } }
  header nav {
    width: 75%;
    position: relative;
    right: -25%;
    font-size: 1.3rem;
    text-shadow: 0.03em 0.03em 0.03em; }
    @media (min-width: 700px) {
      header nav {
        font-size: 1.6rem; } }
    header nav ul.menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul.menu li {
        display: inline-block;
        margin: 0 10px; }
        header nav ul.menu li:hover .submenu {
          display: block; }
    header nav ul.submenu {
      display: none;
      position: absolute;
      z-index: 10;
      border-radius: 10px;
      padding: 0.5em;
      font-size: 1.2rem;
      text-align: initial; }
      header nav ul.submenu li {
        display: block;
        margin: 0; }

header a {
  color: unset; }

footer a {
  color: #3A4145; }
  footer a.active {
    border-bottom: 2px solid; }

header a.active {
  border-bottom: 2px solid; }

header,
footer,
section {
  padding: 30px 20px; }
  @media (min-width: 700px) {
    header,
    footer,
    section {
      padding: 80px 40px; } }
.article-contained-image, .content .post-image img, figure img {
  width: 100%;
  height: 100%;
  border: thin solid #777;
  border-radius: 4px; }

.main {
  overflow: auto; }

.light-section, .main {
  background-color: #f5f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(100, 100, 100, 0.2); }

.dark-section, .quote-section {
  background-color: #3e3f46;
  color: #c1c1c1;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.5); }
  .dark-section a, .quote-section a {
    color: #efefef;
    transition: color 0.2s ease; }
    .dark-section a:hover, .quote-section a:hover {
      color: #fefefe; }

.map-section {
  padding: 0; }
  .map-section #map {
    height: 300px; }

.quote-section {
  font-size: 1.3rem;
  font-style: italic;
  padding: 70px 20px; }
  .quote-section .container {
    max-width: 600px;
    text-align: center; }

.staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .staff-list .staff {
    margin: 20px; }

.staff {
  flex: 1 1 300px;
  flex-wrap: wrap;
  margin: 20px 0; }
  .staff p {
    margin: 0; }
  .staff small {
    opacity: 0.6;
    font-size: 1.7rem; }

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

.staff-details {
  margin: 0;
  display: flex; }
  .staff-details .staff-image {
    margin-right: 20px; }

footer {
  position: relative;
  font-size: 1.1rem; }
  footer h2 {
    font-size: 1.5rem;
    margin: 0 0 30px 0; }
  footer .footer-columns {
    display: flex;
    flex-flow: wrap;
    margin: -10px -10px 10px -10px; }
  footer .legal-line {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    font-size: 0.9rem; }
    footer .legal-line a {
      font-style: italic; }

.footer-links {
  flex: 1 0 30%;
  margin: 0.65em;
  padding: 0; }
  .footer-links li {
    list-style: none;
    margin: 15px 0; }
    .footer-links li a svg {
      fill: #3A4145;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-links li a:hover svg {
      fill: #73a9c9; }

.testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.testimonial {
  flex: 1 0 16em;
  margin: 0 1.0em; }
  @media (min-width: 700px) {
    .testimonial {
      flex: 1 0 24em; } }
.testimonial-author {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin: 25px 20px 0 20px; }
  .testimonial-author img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px; }

.testimonial-affiliation {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin: 0px 20px 25px 20px; }

.testimonial-message {
  font-style: italic;
  position: relative; }

.testimonial-message::before,
.testimonial-message::after {
  content: " ";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fefefe; }

.testimonial-message::before {
  top: 100%;
  left: 25px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); }

.testimonial-message::after {
  top: 100%;
  left: 22px;
  height: 24px;
  width: 24px;
  z-index: 1;
  margin-top: -5px; }

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .columns .column {
    flex: 1 1 250px;
    margin: 20px; }

.contact-info {
  margin: 0 0 25px 0; }

.post-list {
  list-style: none;
  padding: 0; }

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center; }
  .pagination a,
  .pagination span {
    flex: 1; }

.post-comments {
  margin-top: 20px; }

.post-summary {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .post-summary {
      flex-direction: row;
      flex-wrap: wrap; } }
  .post-summary:not(:last-child) {
    margin-bottom: 3em; }

.post-summary-image {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 30%;
  box-sizing: border-box;
  margin-bottom: 1em;
  aspect-ratio: 2.0; }
  .post-summary-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px; }
  @media (min-width: 700px) {
    .post-summary-image {
      margin-bottom: unset;
      padding-right: 1em; } }
.post-summary-content.has-post-summary-image {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 70%; }

.post-summary-details {
  margin-top: 0.5em;
  margin-left: 0;
  font-size: 1.1rem; }
  .post-summary-details p {
    margin: 0;
    margin-left: 0; }

.post-summary-excerpt {
  margin-top: 1em; }
  .post-summary-excerpt p {
    margin-top: 0;
    margin-bottom: 0; }

table.post-terms {
  margin-left: -4px;
  margin-right: -4px; }
  table.post-terms th {
    vertical-align: top;
    font-weight: normal; }

.post-terms ul.terms-list {
  margin: auto;
  padding-left: 0;
  list-style: none; }
  .post-terms ul.terms-list li {
    display: inline; }
  .post-terms ul.terms-list li::after {
    content: ";"; }
  .post-terms ul.terms-list li:last-child::after {
    content: ""; }

.post-summary-author {
  margin: 1em 0; }

.main .post-image {
  float: right;
  margin: 1em;
  width: 40%;
  aspect-ratio: 1.25; }

aside {
  width: 88%;
  margin: auto; }
  @media (min-width: 700px) {
    aside {
      float: right;
      margin: auto auto 1.0em 1.0em;
      min-width: 10em;
      max-width: 35%; } }
  aside h1 {
    font-size: 1.3rem; }
  aside ul, aside li {
    margin-left: 0.5em;
    padding-left: 0; }

label {
  display: block;
  letter-spacing: 4px;
  font-size: 1.5rem; }

.btn,
input,
textarea {
  padding: 10px;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  font-size: 2rem; }

textarea {
  min-height: 250px; }

input[type=submit] {
  display: block; }

input[type=submit],
.btn {
  padding: 10px 15px;
  margin: 0;
  background-color: #4489b1;
  font-size: 2rem;
  color: #fefefe;
  cursor: pointer; }
  input[type=submit]:hover,
  .btn:hover {
    color: #fefefe;
    background-color: #73a9c9; }

@media (min-width: 700px) {
  .width-quarter {
    min-width: 20%;
    max-width: 30%; } }

@media (min-width: 700px) {
  .width-half {
    min-width: 45%;
    max-width: 55%; } }

@media (min-width: 700px) {
  .width-three-quarters {
    min-width: 70%;
    max-width: 80%; } }

@media (min-width: 700px) {
  .width-fifth {
    min-width: 15%;
    max-width: 25%; } }

@media (min-width: 700px) {
  .width-two-fifths {
    min-width: 35%;
    max-width: 45%; } }

@media (min-width: 700px) {
  .width-three-fifths {
    min-width: 55%;
    max-width: 65%; } }

@media (min-width: 700px) {
  .width-four-fifths {
    min-width: 75%;
    max-width: 85%; } }

@media (min-width: 700px) {
  .align-right {
    float: right;
    margin-left: 1.0em; } }

@media (min-width: 700px) {
  .align-left {
    float: left;
    margin-right: 1.0em; } }

figcaption {
  width: 100%;
  font-size: 0.9rem; }

#four-oh-four img {
  float: right;
  height: 24em; }
  @media (min-width: 700px) {
    #four-oh-four img {
      margin-right: 10em; } }
.footnotes hr {
  display: none; }
