a {
  color: #3b4998;
}

blockquote {
  padding: 20px 20px 20px 30px;
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  font-style: normal;
  color: #555;
}

#html-body, h1, h2, h3, h4, h5 {
  font-family: "EB Garamond", serif;
}

#html-body, p, li {
  font-size: 21px;
}

.uk-container {
  max-width: 1200px;
}

#content-body hr {
  clear: both;
}

#masthead-image {
  height: 380px;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  #masthead-image {
    height: 280px;
    background-size: cover;
  }
}

#header-logo {
  width: 180px;
  position: relative;
  z-index: 20;
  overflow: visible;
  top: -95px;
}
@media only screen and (max-width: 959px) {
  #header-logo {
    width: 80px;
    top: -40px;
  }
}

#edit-page {
  /* the edit page link that appears when page is editable */
  position: absolute;
  top: 50px;
  right: 10px;
}

#offcanvas-toggle {
  /* the hamburger icon that toggles the mobile navigation */
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 21;
}

#mobile-logotype {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}

.InputfieldHeader {
  font-family: "EB Garamond", serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
}
.InputfieldHeader h3 {
  letter-spacing: 0;
}

.InputfieldSubmit {
  text-align: center;
}
.InputfieldSubmit button[type=submit] {
  font-family: "EB Garamond", serif;
  font-size: 21px;
}

.FormBuilder.InputfieldForm button {
  background: #13243e !important;
}

@media only screen and (max-width: 959px) {
  /* custom adjustments for mobile layouts under 960px */
  #masthead {
    /* primary nav is not visible, so it needs some padding here */
    padding-bottom: 20px;
  }
}
/****************************************************************
 * Uikit overrides
 * 
 */
em {
  color: inherit;
}

.uk-article-meta {
  font-size: 21px;
}

.uk-offcanvas-bar {
  background-color: #13243e;
}

#offcanvas-nav .uk-search-input {
  /* the search box that appears in offcanvas nav */
  width: 100%;
}

img.uk-comment-avatar {
  /* avatar that appears in comments */
  width: 60px;
  height: 60px;
}

.uk-button-primary {
  background-color: #555;
}
.uk-button-primary:hover {
  background-color: #333;
}

.uk-description-list > dt,
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  font-family: "EB Garamond", serif;
  font-size: 21px;
  text-transform: none;
}

/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: -3px 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

figure {
  /* figure for image that has a caption */
  display: table;
  margin: 1em 0;
}
figure figcaption {
  /* display caption text below image contained to image width */
  display: table-caption;
  caption-side: bottom;
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 5px;
  color: #777;
}

@media only screen and (max-width: 767px) {
  /* common PW mobile layout adjustments for widths under 768px */
  .align_left, .align_right, .align_center {
    /* display images in center rather than aligned */
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }

  figure,
figure figcaption {
    /* let figcaption display as wide as needed below image */
    display: block;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
