@charset "UTF-8";
/* ==================== */
/* ==================== */
/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.holder {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.timeline ul.timeline-list, .grid-list, .share ul, .footer-contact ul, .footer-menu, [role=contentinfo] ul.menu, .sidebar ul, .prev-next, .social ul, .info-strip__contact,
.info-strip__action, nav ul, .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hide--page-title .page-title,
.hide--breadcrumbs .toolbelt-breadcrumbs-wrapper, html.home .breadcrumbs-wrapper, .searchform label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.pagination a, .wp-block-button__link.has-passage-blue-background-color, a.has-passage-blue-background-color, .searchform [type=submit], html div.form_saved_message div.form_saved_message_emailform form input[type=submit], .gform_button, .btn, .button, .btn--clear, .wp-block-button__link.has-passage-red-background-color, a.has-passage-red-background-color, .btn--alt {
  background: #1557f2;
  background: -webkit-gradient(linear, left bottom, left top, from(#1557f2), color-stop(53%, #3f78ff));
  background: -o-linear-gradient(bottom, #1557f2 0%, #3f78ff 53%);
  background: linear-gradient(0deg, #1557f2 0%, #3f78ff 53%);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
}
.pagination a svg, .wp-block-button__link.has-passage-blue-background-color svg, a.has-passage-blue-background-color svg, .searchform [type=submit] svg, html div.form_saved_message div.form_saved_message_emailform form input[type=submit] svg, .gform_button svg, .btn svg, .button svg, .btn--clear svg, .wp-block-button__link.has-passage-red-background-color svg, a.has-passage-red-background-color svg, .btn--alt svg {
  display: inline-block;
}
.pagination a svg *, .wp-block-button__link.has-passage-blue-background-color svg *, a.has-passage-blue-background-color svg *, .searchform [type=submit] svg *, html div.form_saved_message div.form_saved_message_emailform form input[type=submit] svg *, .gform_button svg *, .btn svg *, .button svg *, .btn--clear svg *, .wp-block-button__link.has-passage-red-background-color svg *, a.has-passage-red-background-color svg *, .btn--alt svg * {
  fill: #fff;
}
.pagination a:hover, .wp-block-button__link.has-passage-blue-background-color:hover, a.has-passage-blue-background-color:hover, .searchform [type=submit]:hover, html div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover, .gform_button:hover, .btn:hover, .button:hover, .btn--clear:hover, .wp-block-button__link.has-passage-red-background-color:hover, a.has-passage-red-background-color:hover, .btn--alt:hover {
  background: #225BEA;
  color: #fff;
}

.wp-block-button__link.has-passage-red-background-color, a.has-passage-red-background-color, .btn--alt {
  background: #910822;
  background: -webkit-gradient(linear, left bottom, left top, from(#910822), color-stop(50%, #bd0c2e));
  background: -o-linear-gradient(bottom, #910822 0%, #bd0c2e 50%);
  background: linear-gradient(0deg, #910822 0%, #bd0c2e 50%);
}
.wp-block-button__link.has-passage-red-background-color:hover, a.has-passage-red-background-color:hover, .btn--alt:hover {
  background: #910822;
}

.btn--clear {
  background: transparent;
}
.btn--clear:hover {
  background: #910822;
}

.btn, .button {
  font-size: inherit;
  cursor: pointer;
}

main .btn,
main .button {
  margin-top: 20px;
}

.timeline__date, .wp-block-latest-posts.wp-block-latest-posts__list li > a, h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/* ------------------------------------------- */
/* -- Reset */
/* ------------------------------------------- */
body {
  font-family: Arial, sans-serif;
}

html,
body,
p,
blockquote,
figure,
fieldset,
textarea,
iframe {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 10px;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.main-footer {
  margin-top: auto;
}

/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -------------------------------------------------------------------------------*/
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/* Basics
---------------------------------- */
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p,
li {
  line-height: 150%;
}

main a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

article p + p {
  margin-top: 20px;
}

article li + li {
  margin-top: 10px;
}

.note {
  font-size: 12px;
}

.holder {
  /* 	padding-top: $space;
  padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ---------- */
/* Links
================================= */
a {
  color: #3f78ff;
}

a:hover {
  color: #8caeff;
}

a:hover img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 0.85;
}

/* ---------- */
address {
  font-style: normal;
}

.fixed {
  position: fixed;
}

.wp-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.image-caption {
  padding: 10px 0;
  font-size: 14px;
}

article.post p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}

html .wp-block-image .alignright {
  display: block;
  margin: 20px 0;
  float: none;
}
@media (min-width: 660px) {
  html .wp-block-image .alignright {
    display: inline-block;
    float: right;
    margin: 20px 0 20px 30px;
  }
}
html .wp-block-image .aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}
html .wp-block-image .alignleft {
  display: block;
  margin: 20px 0;
  float: none;
}
@media (min-width: 660px) {
  html .wp-block-image .alignleft {
    display: inline-block;
    float: left;
    margin: 20px 30px 20px 0;
  }
}

article a[href$=".jpg"],
article a[href$=".png"],
article a[href$=".gif"] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

img.size-large {
  display: block;
  margin: 40px 0 60px 0;
}

.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
}

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

a[href$=".pdf"]:after {
  content: " (PDF)";
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: " (Word)";
}

a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  font-size: 11px;
  display: inline-block;
  margin-left: 5px;
}

a.cc-btn.cc-dismiss {
  text-decoration: none;
  font-size: small;
}

span.cc-message {
  font-size: small;
}

/* Placeholders style */
::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.2;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.2;
}
input:focus:-ms-input-placeholder {
  opacity: 0.2;
}

input:not([type=checkbox]):not([type=file]):not([type=radio]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:not([type=submit]):not(.btn):not(.button):not(.flatpickr-alt) {
  padding: 12px;
}

.gfield_label {
  display: block;
  margin-bottom: 2px;
}

.gfield_description {
  font-size: 12px;
  font-size: 1vw;
  color: #999;
}
@media (max-width: 1200px) {
  .gfield_description {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .gfield_description {
    font-size: 16px;
  }
}

.form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea {
  border: 1px #ccc solid;
  border-radius: 0px;
  font-size: 16px;
}

.gform_wrapper .gfield_required {
  font-weight: 400;
}

.ginput_container_checkbox input {
  margin-top: 0 !important;
}

.ginput_container_fileupload {
  margin: 20px 0 !important;
}

img.gform_ajax_spinner {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  position: relative;
  left: 10px;
}

.gfield_description {
  padding: 5px 0 !important;
  line-height: 160% !important;
}

.gfield_html p + p {
  margin-top: 10px;
}

.validation_message {
  color: #c00;
}

html .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, html .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0px 0 16px 1px;
}

html .gform_wrapper .form_saved_message {
  color: #111;
  background-color: #eee;
  border-radius: 2px;
}

.gform_wrapper .volunteering-conf-message .gfield_description {
  color: #111;
  font-size: 1rem;
}

.select-wrap,
.facetwp-type-dropdown {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.select-wrap select,
.facetwp-type-dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.select-wrap::after,
.facetwp-type-dropdown::after {
  content: "▼";
  display: block;
  position: absolute;
  right: 4px;
  top: 8px;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  color: #999;
  z-index: 1;
}

.select-wrap select {
  width: 100% !important;
}

.form {
  margin: 40px 0;
}

.form-wrapper .gform_wrapper .gform_page_footer {
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
}

html .gform_wrapper .gfield_required {
  color: orange;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li.gf_list_inline input[type=radio] {
  margin-top: 0;
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchform input {
  margin-bottom: 10px;
}
.searchform [type=search] {
  max-width: 400px;
  margin-right: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 3px #CCC solid;
  font-size: 16px;
}
.searchform #s {
  border: 3px #CCC solid;
}
.searchform [type=submit] {
  font-size: 16px;
}

.search-results-form {
  margin: 20px 0 40px 0;
}

form[action*=maillist-manage] input:not([type=submit]):not(.btn):not(.button) {
  padding: 6px;
  font-size: 0.8rem;
}
form[action*=maillist-manage] > div {
  margin-bottom: 10px;
}
form[action*=maillist-manage] > div > div {
  margin-bottom: 2px;
  font-size: 0.8rem;
}

/* Headers / Titles
================================= */
h1 {
  font-size: 3rem;
  font-size: 48px;
  font-size: 4vw;
  color: #BD0C2E;
  letter-spacing: -1px;
}
@media (max-width: 850px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 2.25rem;
  font-size: 36px;
  font-size: 4vw;
}
@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 1.625rem;
  font-size: 26px;
  font-size: 4vw;
}
@media (max-width: 500px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  h3 {
    font-size: 26px;
  }
}

h4, h5, h6 {
  font-size: 1rem;
}

/* Magnific Popup CSS */
/* @import "settings"; */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #FFF;
  padding: 10%;
  margin-top: 35px;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.notice-bar {
  background-color: #1657F2;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
  border-bottom: 1px #093399 solid;
  line-height: 3ch;
}

a.notice-bar:hover {
  background-color: #3f78ff;
  color: #FFF;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.primary-menu > li > .sub-menu > li:first-child {
  padding-top: 10px;
}
.primary-menu > li > .sub-menu > li:last-child {
  padding-bottom: 10px;
}

.primary-menu li[class*=current] > a,
.primary-menu > li:hover > a,
.primary-menu a.active,
.slicknav_nav li[class*=current] > a,
.slicknav_nav > li:hover > a,
.slicknav_nav a.active {
  background-color: rgba(17, 17, 17, 0.2);
  color: #FFF;
}
.primary-menu a,
.slicknav_nav a {
  text-decoration: none;
  padding: 10px 14px;
  display: inline-block;
  color: #FFF;
  border-radius: 4px;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
}
.primary-menu > li,
.slicknav_nav > li {
  margin-right: 6px;
  position: relative;
}

.primary-menu > li.menu-item-has-children > a {
  padding-right: 44px;
}
.primary-menu > li.menu-item-has-children .nav-arrow {
  display: block;
  padding: 12px;
  cursor: pointer;
  background-image: url("../img/down-arrow--12--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 10px;
  background-size: 10px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.primary-menu > li.menu-item-has-children .nav-arrow:hover {
  opacity: 0.8;
}
.primary-menu > li.menu-item-has-children > a.active + .nav-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.primary-menu > .menu-item-has-children > ul.sub-menu {
  margin: 0;
  background-color: #9a1129;
  z-index: 15;
  position: absolute;
  padding: 0 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: left;
  top: 35px;
  left: 0;
}
.primary-menu > .menu-item-has-children > ul.sub-menu > li {
  width: 175px;
  margin-right: 0;
}
.primary-menu > .menu-item-has-children > ul.sub-menu > li + li {
  border-top: 1px solid #75071c;
}
.primary-menu > .menu-item-has-children > ul.sub-menu > li > a {
  display: block;
}
.primary-menu > .menu-item-has-children > ul.sub-menu a {
  color: #FFF;
  border-radius: 0;
}

.sub-menu a {
  padding: 8px;
}
.sub-menu a:hover {
  background-color: #75071c;
}

.sub-menu .sub-menu {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 5px;
  list-style: none;
}
.sub-menu .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.8rem;
  position: relative;
}
.sub-menu .sub-menu li + li {
  margin-top: 1px;
}
.sub-menu .sub-menu a {
  padding: 4px 8px 4px 16px;
}
.sub-menu .sub-menu li::before {
  position: absolute;
  top: 2px;
  left: 4px;
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FFF;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
}

.primary-menu > .menu-item-has-children > ul.sub-menu {
  max-height: 0;
  overflow: hidden;
}

.primary-menu > .menu-item-has-children > a.active ~ ul.sub-menu {
  max-height: 1000px;
}

.primary-menu > .menu-item-has-children.big > a.active + .nav-arrow + ul.sub-menu {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 4px;
  width: 100%;
}
.primary-menu > .menu-item-has-children.big > a.active + .nav-arrow + ul.sub-menu .sub-menu {
  margin-right: 10px;
}
.primary-menu > .menu-item-has-children.big > a.active + .nav-arrow + ul.sub-menu > li + li {
  border-top: 0;
}
.primary-menu > .menu-item-has-children.big > a.active + .nav-arrow + ul.sub-menu > li {
  padding-top: 10px;
}
.primary-menu > .menu-item-has-children.big > a.active + .nav-arrow + ul.sub-menu > li > ul.sub-menu {
  border-top: 1px solid #75071c;
}

.primary-menu > li.big {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.primary-menu > li.big.menu-item-has-children > a {
  padding-right: 17px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.primary-menu > li.big.menu-item-has-children > a::after {
  display: block;
  content: "";
  width: 26px;
  height: 100%;
  position: absolute;
  right: -26px;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.primary-menu > li.big.menu-item-has-children:hover a:after,
.primary-menu > li.big.menu-item-has-children a.active:after,
.primary-menu li.big[class*=current] > a:after {
  background-color: rgba(17, 17, 17, 0.2);
}

.primary-menu > li.big.menu-item-has-children .nav-arrow {
  position: relative;
  right: 4px;
}

.primary-menu > li.big.menu-item-has-children > ul.sub-menu {
  top: 65px;
}
.primary-menu > li.big.menu-item-has-children > ul.sub-menu > li > a {
  width: calc(100% - 10px);
  display: block;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn.slicknav_open {
  background-color: #75071c;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #BD0C2E;
}

.slicknav_menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #111;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #FFF;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 5;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  margin: 0px;
}

.slicknav_nav a {
  padding: 8px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  display: none;
}

.slicknav_nav {
  margin: 5px 5px 40px 5px;
  border-top: 1px rgba(17, 17, 17, 0.2) solid;
  border-bottom: 1px rgba(17, 17, 17, 0.2) solid;
}
.slicknav_nav a {
  color: #FFF;
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.slicknav_nav a:hover {
  color: #CCC;
}
.slicknav_nav > li {
  margin: 0;
}
.slicknav_nav > li + li {
  border-top: 1px rgba(17, 17, 17, 0.2) solid;
}
.slicknav_nav > li > .sub-menu {
  margin-top: 5px;
}
.slicknav_nav > li > .sub-menu > li + li {
  border-top: 1px rgba(17, 17, 17, 0.2) solid;
}
.slicknav_nav > li > .sub-menu > li > .sub-menu > li {
  border-top: 1px rgba(17, 17, 17, 0.2) solid;
}
.slicknav_nav .sub-menu {
  margin-bottom: 20px;
}
.slicknav_nav .sub-menu .sub-menu {
  padding-bottom: 0;
  padding-left: 10px;
}
.slicknav_nav .sub-menu .sub-menu li + li {
  margin-top: 0;
}
.slicknav_nav .sub-menu .sub-menu li::before {
  display: none;
}
.slicknav_nav .sub-menu .sub-menu a {
  padding: 8px;
}

.slicknav_arrow {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.slicknav_arrow:hover {
  color: #FFF;
  opacity: 0.6;
}

/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.clearfix:after, .holder:after {
  content: "";
  display: table;
  clear: both;
}

.holder {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.timeline ul.timeline-list, .grid-list, .share ul, .footer-contact ul, .footer-menu, [role=contentinfo] ul.menu, .sidebar ul, .prev-next, .social ul, .info-strip__contact,
.info-strip__action, .gform_fields, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hide--page-title .page-title,
.hide--breadcrumbs .toolbelt-breadcrumbs-wrapper, html.home .breadcrumbs-wrapper, .searchform label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.pagination a, .wp-block-button__link.has-passage-blue-background-color, a.has-passage-blue-background-color, .wp-block-button__link.has-passage-red-background-color, a.has-passage-red-background-color, .btn, .button, .btn--alt, .btn--clear, .gform_button, html div.form_saved_message div.form_saved_message_emailform form input[type=submit], .searchform [type=submit] {
  background: #1557f2;
  background: -webkit-gradient(linear, left bottom, left top, from(#1557f2), color-stop(53%, #3f78ff));
  background: -o-linear-gradient(bottom, #1557f2 0%, #3f78ff 53%);
  background: linear-gradient(0deg, #1557f2 0%, #3f78ff 53%);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
}
.pagination a svg, .wp-block-button__link.has-passage-blue-background-color svg, a.has-passage-blue-background-color svg, .wp-block-button__link.has-passage-red-background-color svg, a.has-passage-red-background-color svg, .btn svg, .button svg, .btn--alt svg, .btn--clear svg, .gform_button svg, html div.form_saved_message div.form_saved_message_emailform form input[type=submit] svg, .searchform [type=submit] svg {
  display: inline-block;
}
.pagination a svg *, .wp-block-button__link.has-passage-blue-background-color svg *, a.has-passage-blue-background-color svg *, .wp-block-button__link.has-passage-red-background-color svg *, a.has-passage-red-background-color svg *, .btn svg *, .button svg *, .btn--alt svg *, .btn--clear svg *, .gform_button svg *, html div.form_saved_message div.form_saved_message_emailform form input[type=submit] svg *, .searchform [type=submit] svg * {
  fill: #fff;
}
.pagination a:hover, .wp-block-button__link.has-passage-blue-background-color:hover, a.has-passage-blue-background-color:hover, .wp-block-button__link.has-passage-red-background-color:hover, a.has-passage-red-background-color:hover, .btn:hover, .button:hover, .btn--alt:hover, .btn--clear:hover, .gform_button:hover, html div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover, .searchform [type=submit]:hover {
  background: #225BEA;
  color: #fff;
}

.wp-block-button__link.has-passage-red-background-color, a.has-passage-red-background-color, .btn--alt {
  background: #910822;
  background: -webkit-gradient(linear, left bottom, left top, from(#910822), color-stop(50%, #bd0c2e));
  background: -o-linear-gradient(bottom, #910822 0%, #bd0c2e 50%);
  background: linear-gradient(0deg, #910822 0%, #bd0c2e 50%);
}
.wp-block-button__link.has-passage-red-background-color:hover, a.has-passage-red-background-color:hover, .btn--alt:hover {
  background: #910822;
}

.btn--clear {
  background: transparent;
}
.btn--clear:hover {
  background: #910822;
}

.btn, .button {
  font-size: inherit;
  cursor: pointer;
}

main .btn,
main .button {
  margin-top: 20px;
}

.timeline__date, .wp-block-latest-posts.wp-block-latest-posts__list li > a, h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/* ------------------------------------------- */
/* -- Reset */
/* ------------------------------------------- */
body {
  font-family: Arial, sans-serif;
}

html,
body,
p,
blockquote,
figure,
fieldset,
textarea,
iframe {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 10px;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.main-footer {
  margin-top: auto;
}

/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -------------------------------------------------------------------------------*/
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/* Basics
---------------------------------- */
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p,
li {
  line-height: 150%;
}

main a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

article p + p {
  margin-top: 20px;
}

article li + li {
  margin-top: 10px;
}

.note {
  font-size: 12px;
}

.holder {
  /* 	padding-top: $space;
  padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ---------- */
/* Links
================================= */
a {
  color: #3f78ff;
}

a:hover {
  color: #8caeff;
}

a:hover img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 0.85;
}

/* ---------- */
address {
  font-style: normal;
}

.fixed {
  position: fixed;
}

.wp-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.image-caption {
  padding: 10px 0;
  font-size: 14px;
}

article.post p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}

html .wp-block-image .alignright {
  display: block;
  margin: 20px 0;
  float: none;
}
@media (min-width: 660px) {
  html .wp-block-image .alignright {
    display: inline-block;
    float: right;
    margin: 20px 0 20px 30px;
  }
}
html .wp-block-image .aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}
html .wp-block-image .alignleft {
  display: block;
  margin: 20px 0;
  float: none;
}
@media (min-width: 660px) {
  html .wp-block-image .alignleft {
    display: inline-block;
    float: left;
    margin: 20px 30px 20px 0;
  }
}

article a[href$=".jpg"],
article a[href$=".png"],
article a[href$=".gif"] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

img.size-large {
  display: block;
  margin: 40px 0 60px 0;
}

.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
}

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

a[href$=".pdf"]:after {
  content: " (PDF)";
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: " (Word)";
}

a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  font-size: 11px;
  display: inline-block;
  margin-left: 5px;
}

.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.content-loaded {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.thing {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

html .alignfull,
html .alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
@media only screen and (min-width: 1150px) {
  html .alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1150px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.wp-block {
  max-width: 800px;
}

.block-content {
  max-width: 56.25rem;
  margin: 0 auto;
  padding-bottom: 60px;
}
.block-content > * + *:not(.hero):not(p) {
  margin-top: 40px;
}
.block-content > .hero + * {
  margin-top: 60px;
}
.block-content > p + p {
  margin-top: 30px;
}
.block-content > h1,
.block-content > h2,
.block-content > h3,
.block-content > h4,
.block-content > h5,
.block-content > h6 {
  margin-bottom: 0;
}
.block-content > h1 + *:not(.hero),
.block-content > h2 + *:not(.hero),
.block-content > h3 + *:not(.hero),
.block-content > h4 + *:not(.hero),
.block-content > h5 + *:not(.hero),
.block-content > h6 + *:not(.hero) {
  margin-top: 20px;
}
.block-content > h1,
.block-content > h2 {
  margin-bottom: 40px;
}
.block-content .holder {
  padding-left: 0;
  padding-right: 0;
}
.block-content figcaption {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-size: 0.8em;
  color: #666;
}
.block-content ul:not([class]) {
  list-style: none;
}
.block-content ul:not([class]) li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #BD0C2E;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.wp-block-separator {
  border: 0;
  height: 1px;
  background: #f0f0f0;
  max-width: 300px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.wp-block-separator.is-style-wide {
  max-width: none;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 40px auto;
  padding: 20px 0 20px 20px;
  border-left: 3px solid #999;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  font-style: italic;
  font-family: "Georgia", serif;
}
.wp-block-quote p + p,
.wp-block-quote.is-style-large p + p {
  margin-top: 20px;
}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-style: normal;
  margin-top: 10px;
  font-size: 0.8rem;
  color: #666;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-background {
  position: relative;
  padding: 20px;
}

.has-background.fullwidth::before, .has-background.strip::before, .has-background.full-width::before, .has-background.full::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  margin-left: calc(-100vw / 2 + 100% / 2);
  background: inherit;
  left: 0px;
  z-index: -1;
}

.wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.has-black-color {
  color: #111;
}

.has-white-color {
  color: #fff;
}

html .blocks-gallery-grid,
html .wp-block-gallery {
  margin-top: 20px;
}

.wp-block-embed__wrapper {
  margin: 0 auto;
  max-width: 500px;
}

.has-passage-red-color {
  color: #BD0C2E;
}

.has-passage-blue-color {
  color: #3f78ff;
}

.has-passage-red-background-color {
  background-color: #BD0C2E;
}

.has-passage-blue-background-color {
  background-color: #3f78ff;
}

blockquote {
  quotes: "“" "”" "‘" "’";
}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: close-quote;
}

html .wp-block-quote.is-large,
html .wp-block-quote.is-style-large {
  margin: 5rem 0;
  padding: 0 1em;
}

.wp-block-column > ol:first-child,
.wp-block-column > ul:first-child {
  margin-top: 0;
}

html .wp-block-button__link {
  border-radius: 4px;
}

.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-column h1:not(.page-title),
.wp-block-column h2,
.wp-block-column h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.wp-block-column * + h1,
.wp-block-column * + h2,
.wp-block-column * + h3,
.wp-block-column * + h4,
.wp-block-column * + h5,
.wp-block-column * + h6 {
  margin-top: 40px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.wp-block-latest-posts.wp-block-latest-posts__list:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li {
  width: 100%;
  padding: 0 20px 40px;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li:nth-of-type(n) {
  clear: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
@media (min-width: 38.75em) {
  .wp-block-latest-posts.wp-block-latest-posts__list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list:after {
    content: "";
    display: table;
    clear: both;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list > li:nth-of-type(n) {
    clear: none;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .wp-block-latest-posts.wp-block-latest-posts__list {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
  }
}
.wp-block-latest-posts.wp-block-latest-posts__list li > a {
  display: block;
  text-decoration: none;
  color: #BD0C2E;
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a {
  display: block;
  margin-top: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li + li {
  margin-top: 0;
}

html .wp-block-latest-posts.wp-block-latest-posts__list {
  margin-top: 20px;
}

[class*=pie--] strong {
  font-size: 1.625rem;
  font-weight: 900;
}

.pie--1 strong {
  color: #BD0C2E;
}

.pie--2 strong {
  color: #afafaf;
}

.info-strip-wrapper {
  padding: 10px 0;
  background-color: #75071c;
  color: #FFF;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
}
.info-strip-wrapper svg * {
  fill: #FFF;
}

.info-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 56.25em) {
  .info-strip {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.info-strip__contact,
.info-strip__action {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 56.25em) {
  .info-strip__contact,
.info-strip__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.info-strip__contact a,
.info-strip__action a {
  color: #FFF;
  text-decoration: none;
}
.info-strip__contact svg,
.info-strip__action svg {
  display: block;
  margin-right: 4px;
  -webkit-filter: drop-shadow(0px 2px 1px rgba(17, 17, 17, 0.4));
          filter: drop-shadow(0px 2px 1px rgba(17, 17, 17, 0.4));
}

.info-strip__contact {
  margin-bottom: 20px;
}
@media (min-width: 56.25em) {
  .info-strip__contact {
    margin-bottom: 0;
  }
}
.info-strip__contact__address a {
  border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
}
.info-strip__contact__address a:hover {
  border-bottom: 1px white solid;
}
.info-strip__contact__phone {
  border-left: 1px rgba(255, 255, 255, 0.4) dotted;
  margin-left: 1ch;
  padding-left: 1ch;
}
.info-strip__contact__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-strip__contact__phone svg {
  display: block;
  margin-right: 4px;
}

.info-strip__action li:not(:last-child) {
  margin-right: 1ch;
}
.info-contact-quick {
  display: inline-block;
}
@media (min-width: 56.25em) {
  .info-contact-quick {
    display: none;
  }
}

.info-address-full {
  display: none;
}
@media (min-width: 56.25em) {
  .info-address-full {
    display: block;
  }
}

@media (max-width: 22.25em) {
  .info-strip__action .btn {
    padding: 10px;
  }
}
.header-wrapper {
  border-bottom: 1px #f0f0f0 solid;
  background-color: #BD0C2E;
  border-bottom: 1px solid #8d0922;
  position: relative;
}
html.home .header-wrapper {
  margin-bottom: 40px;
}

.main-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: block;
  width: 200px;
  margin-right: auto;
}
.logo svg {
  width: 100%;
  height: auto;
}

.nav-donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs-wrapper {
  border-bottom: 1px #f0f0f0 solid;
  padding: 20px 0;
  margin-bottom: 40px;
}
.breadcrumbs {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.75rem;
}
.breadcrumbs .divider {
  color: #999;
}

.header-donate {
  background: #1557f2;
  background: -webkit-gradient(linear, left bottom, left top, from(#1557f2), color-stop(53%, #3f78ff));
  background: -o-linear-gradient(bottom, #1557f2 0%, #3f78ff 53%);
  background: linear-gradient(0deg, #1557f2 0%, #3f78ff 53%);
}
.header-donate:hover {
  background: #225BEA;
}

.page-title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px #f0f0f0 solid;
}

.page-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #f0f0f0 solid;
}

@supports (display: grid) {
  @media (min-width: 700px) {
    .page-cols {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 65% 80px auto;
      grid-template-columns: 65% auto;
      grid-gap: 80px;
    }
  }
}

.page-col--col-1 {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .page-col--col-1 {
    float: left;
    width: 65%;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .page-col--col-1 {
      float: none;
      width: auto;
    }
  }
}
@media (min-width: 700px) {
  .page-col--col-2 {
    float: right;
    width: 30%;
  }
  @supports (display: grid) {
    .page-col--col-2 {
      float: none;
      width: auto;
    }
  }
}

.social {
  margin: 20px 0;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social li + li {
  margin-top: 10px;
}
.social a {
  color: #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social a:hover {
  color: #FFF;
}

.post__title {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
}

.post-summary + .post-summary {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px #CCC dotted;
}

.post-header__title {
  margin-bottom: 20px;
}
.post-header__subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #BD0C2E;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-header__subtitle svg {
  display: inline-block;
  margin-right: 5px;
}
.post-header__subtitle svg * {
  fill: #BD0C2E;
}

time {
  color: #999;
  display: block;
  margin-bottom: 20px;
}

.prev-next {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ccc solid;
}
.prev-next a {
  display: block;
  text-decoration: none;
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 49%;
  }
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 49%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: block;
  font-size: 0.75rem;
}

.pagination {
  text-align: center;
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px #CCC solid;
}
.pagination .page-numbers {
  display: inline-block;
  color: #333;
  margin-right: 2px;
}
.pagination a {
  text-decoration: none;
  border-radius: 4px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px 12px;
}
.pagination a.page-numbers {
  color: #fff;
}

.sidebar__module h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}
.sidebar__module + .sidebar__module {
  margin-top: 40px;
}

.link-list li {
  border-bottom: 1px #CCC dotted;
}
.link-list a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.link-list a:hover {
  background-color: #f0f0f0;
}

[role=contentinfo] {
  margin-top: 40px;
  padding: 40px 0 60px 0;
  background-color: #111;
  color: #ccc;
  text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.4);
}
[role=contentinfo] ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[role=contentinfo] ul.menu li:not(:last-child) {
  margin-right: 15px;
}
[role=contentinfo] ul.menu a {
  display: block;
  padding: 5px;
}
[role=contentinfo] a {
  text-decoration: none;
}
[role=contentinfo] li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[role=contentinfo] li svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
}
[role=contentinfo] li svg * {
  fill: #ccc;
}
[role=contentinfo] h5,
[role=contentinfo] h6 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #333 dotted;
}

.footer-menu {
  margin-bottom: 40px;
}

.footer-cols {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
}

.footer-menu li + li {
  margin-top: 5px;
}
.footer-menu a {
  color: #ccc;
  display: block;
  padding: 8px;
}
.footer-menu a:hover {
  color: #fff;
  background-color: #333;
}

.footnotes {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 0.8rem;
  color: #999;
}

.footnotes-menu {
  margin-bottom: 20px;
}
.footnotes-menu a {
  color: #ccc;
}
.footnotes-menu a:hover {
  color: #fff;
}

.footer-logo {
  margin: 40px 0;
}
.footer-logo a {
  display: block;
}
.footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.footer-contact {
  padding-top: 6px;
  margin-bottom: 40px;
}
.footer-contact address {
  line-height: 150%;
  margin-bottom: 20px;
}
.footer-contact li + li {
  margin-top: 10px;
}
.footer-contact a {
  color: #ccc;
}
.footer-contact a:hover {
  color: #fff;
}

.footer-col-4 > * + * {
  margin-top: 10px;
}
.footer-col-4 a {
  color: #ccc;
}
.footer-col-4 a:hover {
  color: #fff;
}

.footer-col-4 form {
  margin-bottom: 40px;
}

.fr-badge {
  width: 180px;
}

.social {
  margin: 20px 0;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social li + li {
  margin-top: 10px;
}
.social a {
  color: #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social a:hover {
  color: #FFF;
}

.prev-next {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ccc solid;
}
.prev-next a {
  display: block;
  text-decoration: none;
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 49%;
  }
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 49%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: block;
  font-size: 0.75rem;
}

.extra-info {
  padding: 20px;
  background-color: #f0f0f0;
}
.extra-info > * + * {
  margin-top: 20px;
}
.extra-info__note {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px #CCC solid;
}
.extra-info__note > * + * {
  margin-top: 20px;
}

.apply {
  margin: 60px 0;
}

.position-intro {
  padding-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #CCC solid;
}
.position-intro > * + * {
  margin-top: 20px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  border-top: 1px #CCC dotted;
}
.share li:not(.share__email) a svg * {
  fill: #111;
}
.share li.share__email a svg * {
  stroke: #111;
}
.share p {
  margin-right: 10px;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share li {
  margin: 15px;
}
.share a:hover {
  opacity: 0.8;
}

.position-header h1 {
  border-bottom: 1px #eee dotted;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.single .position-details {
  margin-bottom: 60px;
}

.position-details {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px #eee dotted;
}
.position-details tr {
  border-top: 1px #eee dotted;
}
.position-details td {
  vertical-align: top;
  padding: 20px 10px;
}
.position-details td:first-child {
  font-weight: 700;
  min-width: 134px;
}

.c-accordion__title {
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  .c-accordion__title {
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  .c-accordion__title {
    font-size: 20px;
  }
}

.block-content .wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #CCC dotted;
}

.with-sidebar {
  overflow: hidden;
}

.with-sidebar > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(80px / 2 * -1);
}

.with-sidebar > * > * {
  margin: calc(80px / 2);
  -ms-flex-preferred-size: 12.5rem;
      flex-basis: 12.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.with-sidebar > * > :first-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  min-width: calc(70% - 80px);
}

.sidebar > * + * {
  margin-top: 20px;
}

.hero {
  position: relative;
}
.hero__content {
  padding: 60px 0;
}
@media (min-width: 49.375rem) {
  .hero__content {
    width: calc(50% - 40px);
  }
}
.hero__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50vh;
  min-height: 250px;
  max-height: 800px;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
@media (min-width: 49.375rem) {
  .hero__image {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50vw;
    margin-left: 0;
    margin-right: 0;
  }
}

@supports (display: grid) {
  .grid-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 3rem 2rem;
  }
}
.grid-list__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 20px;
  border: 4px #f0f0f0 solid;
  border-radius: 4px;
}
.grid-list__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}
.grid-list__title {
  font-size: 1.625rem;
  font-size: 26px;
  font-size: 4vw;
  margin-bottom: 10px;
  line-height: 120%;
  color: #111111;
}
@media (max-width: 500px) {
  .grid-list__title {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .grid-list__title {
    font-size: 26px;
  }
}
.grid-list__subtitle {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 120%;
  color: #BD0C2E;
}
.grid-list li + li {
  margin-top: 0;
}
.grid-list h3 + .grid-list__text,
.grid-list h4 + .grid-list__text {
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.grid-list a:not([class]) {
  display: inline-block;
  padding: 5px;
  position: relative;
  right: 5px;
  margin-top: 20px;
}

.child-page-list .grid-list {
  -ms-grid-columns: 2, minmax(250px, 1fr);
  grid-template-columns: 2, minmax(250px, 1fr);
}

.timeline {
  padding-bottom: 80px;
}
.timeline ul.timeline-list {
  max-width: 80ch;
}
.timeline li {
  position: relative;
  padding-left: 40px;
}
.timeline li span {
  display: block;
}
.timeline li::before, .timeline li::after {
  display: block;
  content: "";
}
.timeline li::before {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 5px #BD0C2E solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.timeline li::after {
  width: 5px;
  background-color: #BD0C2E;
  height: calc(100% + 55px);
  position: absolute;
  left: 7px;
  top: 21px;
}
.timeline li:last-child::after {
  height: 100%;
}
.timeline li + li {
  margin-top: 60px;
}
.timeline__date {
  font-size: 1.625rem;
  margin-bottom: 20px;
}
.timeline__image img {
  border: 2px #CCC solid;
  width: 100%;
  max-width: none;
  margin: 20px 0;
}
@media (min-width: 37.5rem) {
  .timeline__image img {
    float: right;
    max-width: none;
    margin: 0 0 20px 20px;
    max-height: 160px;
    width: auto;
  }
}
.wrapper-block {
  padding: 20px;
}
.wrapper-block.wrapper-has-background {
  padding: 20px;
}

.wrapper-inner > * + * {
  margin-top: 20px;
}

.wrapper.tight .wrapper-inner > * + *,
.wrapper.nospace .wrapper-inner > * + * {
  margin-top: 0;
}

.wrapper-outer + .wrapper-outer {
  margin-top: 0;
}

.wrapper-inner {
  max-width: 900px;
}
/*# sourceMappingURL=screen.css.map */