@charset "UTF-8";
/*
 * Styles for front end
 */
/* utils */
/**
 * Butler font
 */
@font-face {
  font-family: 'Butler';
  src: url("/wp-content/themes/johnian/dist/fonts/Butler_ExtraBold.woff") format("woff2");
  font-weight: 700;
  font-style: normal; }

/**
 * This file imports all variables, mixins and functions. There should not be
 * anything that directly generates output.
 */
/* variables */
/**
 * Project variables
 *
 * All the Sass variables used throughout the theme. This file shouldn't output
 * any actual CSS on compilation.
 */
/* Colours */
/*
 * Colour variables.
 *
 * If you alter variable names, also update EditorColourPalette.php
 * These cascade to block editor colour palette.
 *
 * Sass variables need to be interpolated
 *
 * Don't use --text as this causes a collision with WordPress default classes.
 *
 * Changes need to be reflected in admin/acf.js
 */
/*
 * Layout variables.
 *
 * Used for the wrapper and more layout options.
 */
/**
 * Z-Index variables.
 *
 * Z-Indicies should be defined in increments of 5 (avoid 99999999999 etc.)
 */
/* Typography */
/*
 * Breakpoint variables.
 *
 * Used for bp() mixin and bp() function
 *
 * IF YOU CHANGE THESE PLEASE CHECK FOR ANY USE OF THE PX VALUE IN IE-ONLY
 */
/**
 * SVG icon defaults
 */
/* mixins */
/*
 * Generate a media query based on convenient names such as sm, md , lg. The
 * names are set in a $breakpoints-map.
 *
 * Usage:
 *
 * @include bp(sm); // @media only screen and (min-width: 480px)
 *
 * @include bp($max: sm);  // @media only screen and (max-width: 480px)
 *
 * @include bp(sm, md);  // @media only screen and (min-width: 480px) and (max-width: 768px)
 *
 * @include bp(sm, $type: print);  // @media print and (min-width: 480px)
 *
 * @include bp(sm, md, print);  // @media print and (min-width: 480px) and (max-width: 768px)
 */
/**
 * Button mixins.
 *
 * For WordPress to work with buttons more efficiently, we seperate colours from
 * the rest of the button styles. This reduces the amount of duplicate CSS when
 * compiled.
 *
 * Buttons have the class .link-button.
 * Additional classes can be a combination of:
 *   .is-style-full
 *   .is-style-outline
 *   .has-[colour-name]-button-color
*/
/**
 * The button styles.
 */
/**
 * The colours for a regular button.
 */
/* aliases - for the heathens who bastardise the English language */
/**
 * Checkbox override
 */
/**
 * This mixin targets Internet Explorer 10 and 11. Edge does not match with this
 * mixin.
 */
/* functions */
/**
 * Return the breakpoint from the map.
 */
/* reset */
/*
 * This is Andy Bell's modern CSS reset
 * Modern browsers don't need the normalize.css heavy approach
 * @link https://hankchizljaw.com/wrote/a-modern-css-reset/
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background-color: white; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default
 * This is opinionated and intended to make working with component-based systems easier
 * If you don't know about the lobotomised owl, search that term for the ALA article
 * @link https://24ways.org/2018/managing-flow-and-rhythm-with-css-custom-properties/
 */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/* vendor */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.2; }

.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 15px;
  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: 100%;
  cursor: auto; }

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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;
  box-shadow: none;
  touch-action: manipulation; }

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;
  white-space: nowrap; }

.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 {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

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

.mfp-iframe-holder {
  padding-top: 50px;
  padding-bottom: 50px; }
  .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%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    background: #fff;
    padding: 20px; }

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

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

.mfp-bottom-bar {
  margin-top: -46px;
  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: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;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px; } }

/* blocks */
.wp-block-audio figcaption {
  background-color: #f7f7f7;
  background-color: var(--light-grey, #f7f7f7);
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  color: #13294b;
  color: var(--primary, #13294b);
  line-height: 1.286;
  text-align: left; }

.wp-block-audio audio {
  width: 100%;
  min-width: 100%; }

.wp-block-quote,
blockquote {
  position: relative;
  border-left: 0;
  padding: 0; }
  .wp-block-quote::before,
  blockquote::before {
    content: "";
    background-image: url("../img/quotes.svg");
    background-repeat: no-repeat;
    width: 60px;
    height: 46px;
    display: block;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 980px) {
      .wp-block-quote::before,
      blockquote::before {
        width: 80px;
        height: 61px; } }
  .wp-block-quote p,
  blockquote p {
    font-size: 0.875rem;
    font-weight: 600; }
  .wp-block-quote__citation,
  .wp-block-quote cite,
  blockquote__citation,
  blockquote cite {
    margin-top: 3px;
    font-size: 0.875rem;
    display: block;
    font-style: normal;
    color: #000;
    color: var(--black, #000); }
    .wp-block-quote__citation::before,
    .wp-block-quote cite::before,
    blockquote__citation::before,
    blockquote cite::before {
      content: "—";
      display: inline; }
  .wp-block-quote p:last-of-type,
  .wp-block-quote ul:last-of-type,
  .wp-block-quote ol:last-of-type,
  blockquote p:last-of-type,
  blockquote ul:last-of-type,
  blockquote ol:last-of-type {
    margin-bottom: 3px; }

.wp-block-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .wp-block-columns {
      flex-wrap: nowrap; } }
  .wp-block-columns.has-background {
    padding: 20px; }
  .wp-block-columns .block-editor-inner-blocks {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .wp-block-columns.is-style-2-to-1 {
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .wp-block-columns.is-style-2-to-1 .wp-block-column {
      flex-basis: calc(50% - 0.625rem) !important;
      flex-grow: 0;
      margin: 0 0 1.25rem 0; }
      .wp-block-columns.is-style-2-to-1 .wp-block-column:nth-child(even) {
        margin-left: 1.25rem; } }
  @media only screen and (min-width: 980px) {
    .wp-block-columns.is-style-2-to-1 .wp-block-column {
      flex-basis: 0 !important;
      flex-grow: 1; } }
  @supports (-ms-ime-align: auto) {
    @media only screen and (min-width: 768px) and (max-width: 980px) {
      .wp-block-columns.is-style-2-to-1 .wp-block-column {
        flex-basis: calc(50% - 0.63rem) !important; } } }

@media only screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 980px), only screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 980px) {
  .wp-block-columns.is-style-2-to-1 .wp-block-column {
    flex-basis: calc(50% - 0.63rem) !important; } }
  .wp-block-columns.is-style-2-on-mobile {
    flex-direction: row;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .wp-block-columns.is-style-2-on-mobile .wp-block-column {
        flex-basis: calc(50% - 0.3125rem) !important;
        flex-grow: 0; }
        .wp-block-columns.is-style-2-on-mobile .wp-block-column:nth-child(even) {
          margin-left: 0.625rem; } }
    @media only screen and (min-width: 768px) and (max-width: 980px) {
      .wp-block-columns.is-style-2-on-mobile .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0; }
        .wp-block-columns.is-style-2-on-mobile .wp-block-column[style*="flex-basis"] {
          flex-grow: 0; }
        .wp-block-columns.is-style-2-on-mobile .wp-block-column:not(:first-child) {
          margin-left: 1.25rem; } }
  .wp-block-columns.border-group {
    border: 5px solid #80b69c;
    padding: 1.25rem 0 0 1rem;
    border-right: 0;
    margin: 0 0 1.5rem; }
    @media only screen and (min-width: 980px) {
      .wp-block-columns.border-group {
        padding: 1.875rem 0 0 1rem; } }

.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1.25rem;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    .wp-block-column {
      flex-basis: 100% !important; } }
  @media only screen and (min-width: 768px) {
    .wp-block-column {
      flex-basis: 0;
      margin-left: 0.625rem;
      margin-right: 0.625rem; }
      .wp-block-column[style*="flex-basis"] {
        flex-grow: 0; }
      .wp-block-column:first-child {
        margin-left: 0; }
      .wp-block-column:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 980px) {
    .wp-block-column {
      margin-bottom: 1.875rem;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

/**
 * All Columns Alignment
 */
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-columns.are-vertically-aligned-center {
  align-items: center; }

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual Column Alignment
 */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
  width: 100%; }

.wp-block-columns:last-child {
  margin-bottom: -1.25rem; }
  @media only screen and (min-width: 980px) {
    .wp-block-columns:last-child {
      margin-bottom: -1.875rem; } }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  border-color: #13294b;
  border-color: var(--primary, #13294b);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 100px; }
  .wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    max-width: none; }
  .wp-block-separator.is-style-block {
    width: 100%;
    max-width: none; }
  .wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto; }
    .wp-block-separator.is-style-dots::before {
      content: "\00b7 \00b7 \00b7";
      color: currentColor;
      font-size: 20px;
      letter-spacing: 2em;
      padding-left: 2em;
      font-family: serif; }
  .wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px; }
  .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px; }

.wp-block-embed {
  margin-bottom: 1em; }
  .wp-block-embed figcaption {
    background-color: #f7f7f7;
    background-color: var(--light-grey, #f7f7f7);
    padding: 0.5rem 0.9375rem;
    font-size: 0.875rem;
    color: #13294b;
    color: var(--primary, #13294b);
    line-height: 1.286;
    text-align: left; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative; }
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%; }
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: auto; }
  .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    min-width: 480px; }
    .wp-block-table table td {
      padding: 0.5em; }
  .wp-block-table table,
  .wp-block-table th,
  .wp-block-table td {
    border: 1px solid #212121; }
  .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%; }
    .wp-block-table .has-fixed-layout td,
    .wp-block-table .has-fixed-layout th {
      word-break: break-word; }
  .wp-block-table.alignfull {
    padding: 0 16px; }
  @media only screen and (max-width: 480px) {
    .wp-block-table.alignwide {
      grid-column: start / end; } }
  .wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5; }
  .wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5; }
  .wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe; }
  .wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef; }
  .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #f5f5f5; }
    .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
      background-color: #f3f4f5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
      background-color: #e9fbe5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
      background-color: #e7f5fe; }
    .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
      background-color: #fcf0ef; }
    .wp-block-table.is-style-stripes th,
    .wp-block-table.is-style-stripes td {
      border-color: transparent; }
  @media only screen and (max-width: 480px) {
    .wp-block-table {
      grid-column: start / end;
      overflow-x: auto;
      padding: 0 16px; } }

.link-button,
.button {
  padding: 0.5rem;
  border: none;
  transition: all 0.25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 0.875rem;
  background-color: transparent;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0; }
  .link-button:before,
  .button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transition: all 0.3s ease-in-out 0s; }
  .link-button:hover:before,
  .button:hover:before {
    transform: scaleX(0); }
  .link-button:hover, .link-button:focus, .link-button:active, .link-button.active,
  .button:hover,
  .button:focus,
  .button:active,
  .button.active {
    text-decoration: none; }
  .link-button:not([class*="has-"]):not(.is-style-outline):not(.gform_button),
  .button:not([class*="has-"]):not(.is-style-outline):not(.gform_button) {
    color: #13294b;
    color: var(--primary, #13294b);
    border-color: #13294b;
    border-color: var(--primary, #13294b);
    background-color: transparent; }
    .link-button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):hover, .link-button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):focus, .link-button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):active, .link-button:not([class*="has-"]):not(.is-style-outline):not(.gform_button).active,
    .button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):hover,
    .button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):focus,
    .button:not([class*="has-"]):not(.is-style-outline):not(.gform_button):active,
    .button:not([class*="has-"]):not(.is-style-outline):not(.gform_button).active {
      color: #13294b;
      color: var(--primary, #13294b);
      border-color: #13294b;
      border-color: var(--primary, #13294b); }
  .link-button.is-style-full,
  .button.is-style-full {
    width: 100%; }
  .link-button:before,
  .button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(1);
    transition: all 0.3s ease-in-out 0s; }
  .link-button:hover:before,
  .button:hover:before {
    transform: scaleX(0); }

.button.has-primary-button-color,
.link-button.has-primary-button-color {
  color: #13294b;
  color: var(--primary, #13294b);
  border-color: #13294b;
  border-color: var(--primary, #13294b);
  background-color: transparent; }
  .button.has-primary-button-color:hover, .button.has-primary-button-color:focus, .button.has-primary-button-color:active, .button.has-primary-button-color.active,
  .link-button.has-primary-button-color:hover,
  .link-button.has-primary-button-color:focus,
  .link-button.has-primary-button-color:active,
  .link-button.has-primary-button-color.active {
    color: #13294b;
    color: var(--primary, #13294b);
    border-color: #13294b;
    border-color: var(--primary, #13294b); }

.button.has-primary-text-button-color,
.link-button.has-primary-text-button-color {
  color: #13294b;
  color: var(--primary-text, #13294b);
  border-color: #13294b;
  border-color: var(--primary-text, #13294b);
  background-color: transparent; }
  .button.has-primary-text-button-color:hover, .button.has-primary-text-button-color:focus, .button.has-primary-text-button-color:active, .button.has-primary-text-button-color.active,
  .link-button.has-primary-text-button-color:hover,
  .link-button.has-primary-text-button-color:focus,
  .link-button.has-primary-text-button-color:active,
  .link-button.has-primary-text-button-color.active {
    color: #13294b;
    color: var(--primary-text, #13294b);
    border-color: #13294b;
    border-color: var(--primary-text, #13294b); }

.button.has-primary-red-button-color,
.link-button.has-primary-red-button-color {
  color: #d22730;
  color: var(--primary-red, #d22730);
  border-color: #d22730;
  border-color: var(--primary-red, #d22730);
  background-color: transparent; }
  .button.has-primary-red-button-color:hover, .button.has-primary-red-button-color:focus, .button.has-primary-red-button-color:active, .button.has-primary-red-button-color.active,
  .link-button.has-primary-red-button-color:hover,
  .link-button.has-primary-red-button-color:focus,
  .link-button.has-primary-red-button-color:active,
  .link-button.has-primary-red-button-color.active {
    color: #d22730;
    color: var(--primary-red, #d22730);
    border-color: #d22730;
    border-color: var(--primary-red, #d22730); }

.button.has-primary-green-button-color,
.link-button.has-primary-green-button-color {
  color: #509e2f;
  color: var(--primary-green, #509e2f);
  border-color: #509e2f;
  border-color: var(--primary-green, #509e2f);
  background-color: transparent; }
  .button.has-primary-green-button-color:hover, .button.has-primary-green-button-color:focus, .button.has-primary-green-button-color:active, .button.has-primary-green-button-color.active,
  .link-button.has-primary-green-button-color:hover,
  .link-button.has-primary-green-button-color:focus,
  .link-button.has-primary-green-button-color:active,
  .link-button.has-primary-green-button-color.active {
    color: #509e2f;
    color: var(--primary-green, #509e2f);
    border-color: #509e2f;
    border-color: var(--primary-green, #509e2f); }

.button.has-secondary-green-button-color,
.link-button.has-secondary-green-button-color {
  color: #85b09a;
  color: var(--secondary-green, #85b09a);
  border-color: #85b09a;
  border-color: var(--secondary-green, #85b09a);
  background-color: transparent; }
  .button.has-secondary-green-button-color:hover, .button.has-secondary-green-button-color:focus, .button.has-secondary-green-button-color:active, .button.has-secondary-green-button-color.active,
  .link-button.has-secondary-green-button-color:hover,
  .link-button.has-secondary-green-button-color:focus,
  .link-button.has-secondary-green-button-color:active,
  .link-button.has-secondary-green-button-color.active {
    color: #85b09a;
    color: var(--secondary-green, #85b09a);
    border-color: #85b09a;
    border-color: var(--secondary-green, #85b09a); }

.button.has-primary-grey-button-color,
.link-button.has-primary-grey-button-color {
  color: #b2b4b2;
  color: var(--primary-grey, #b2b4b2);
  border-color: #b2b4b2;
  border-color: var(--primary-grey, #b2b4b2);
  background-color: transparent; }
  .button.has-primary-grey-button-color:hover, .button.has-primary-grey-button-color:focus, .button.has-primary-grey-button-color:active, .button.has-primary-grey-button-color.active,
  .link-button.has-primary-grey-button-color:hover,
  .link-button.has-primary-grey-button-color:focus,
  .link-button.has-primary-grey-button-color:active,
  .link-button.has-primary-grey-button-color.active {
    color: #b2b4b2;
    color: var(--primary-grey, #b2b4b2);
    border-color: #b2b4b2;
    border-color: var(--primary-grey, #b2b4b2); }

.button.has-primary-pink-button-color,
.link-button.has-primary-pink-button-color {
  color: #fb637e;
  color: var(--primary-pink, #fb637e);
  border-color: #fb637e;
  border-color: var(--primary-pink, #fb637e);
  background-color: transparent; }
  .button.has-primary-pink-button-color:hover, .button.has-primary-pink-button-color:focus, .button.has-primary-pink-button-color:active, .button.has-primary-pink-button-color.active,
  .link-button.has-primary-pink-button-color:hover,
  .link-button.has-primary-pink-button-color:focus,
  .link-button.has-primary-pink-button-color:active,
  .link-button.has-primary-pink-button-color.active {
    color: #fb637e;
    color: var(--primary-pink, #fb637e);
    border-color: #fb637e;
    border-color: var(--primary-pink, #fb637e); }

.button.has-primary-dark-blue-button-color,
.link-button.has-primary-dark-blue-button-color {
  color: #10274a;
  color: var(--primary-dark-blue, #10274a);
  border-color: #10274a;
  border-color: var(--primary-dark-blue, #10274a);
  background-color: transparent; }
  .button.has-primary-dark-blue-button-color:hover, .button.has-primary-dark-blue-button-color:focus, .button.has-primary-dark-blue-button-color:active, .button.has-primary-dark-blue-button-color.active,
  .link-button.has-primary-dark-blue-button-color:hover,
  .link-button.has-primary-dark-blue-button-color:focus,
  .link-button.has-primary-dark-blue-button-color:active,
  .link-button.has-primary-dark-blue-button-color.active {
    color: #10274a;
    color: var(--primary-dark-blue, #10274a);
    border-color: #10274a;
    border-color: var(--primary-dark-blue, #10274a); }

.button.has-primary-light-blue-button-color,
.link-button.has-primary-light-blue-button-color {
  color: #92c1e9;
  color: var(--primary-light-blue, #92c1e9);
  border-color: #92c1e9;
  border-color: var(--primary-light-blue, #92c1e9);
  background-color: transparent; }
  .button.has-primary-light-blue-button-color:hover, .button.has-primary-light-blue-button-color:focus, .button.has-primary-light-blue-button-color:active, .button.has-primary-light-blue-button-color.active,
  .link-button.has-primary-light-blue-button-color:hover,
  .link-button.has-primary-light-blue-button-color:focus,
  .link-button.has-primary-light-blue-button-color:active,
  .link-button.has-primary-light-blue-button-color.active {
    color: #92c1e9;
    color: var(--primary-light-blue, #92c1e9);
    border-color: #92c1e9;
    border-color: var(--primary-light-blue, #92c1e9); }

.button.has-light-grey-button-color,
.link-button.has-light-grey-button-color {
  color: #f7f7f7;
  color: var(--light-grey, #f7f7f7);
  border-color: #f7f7f7;
  border-color: var(--light-grey, #f7f7f7);
  background-color: transparent; }
  .button.has-light-grey-button-color:hover, .button.has-light-grey-button-color:focus, .button.has-light-grey-button-color:active, .button.has-light-grey-button-color.active,
  .link-button.has-light-grey-button-color:hover,
  .link-button.has-light-grey-button-color:focus,
  .link-button.has-light-grey-button-color:active,
  .link-button.has-light-grey-button-color.active {
    color: #f7f7f7;
    color: var(--light-grey, #f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--light-grey, #f7f7f7); }

.button.has-grey-button-color,
.link-button.has-grey-button-color {
  color: #545859;
  color: var(--grey, #545859);
  border-color: #545859;
  border-color: var(--grey, #545859);
  background-color: transparent; }
  .button.has-grey-button-color:hover, .button.has-grey-button-color:focus, .button.has-grey-button-color:active, .button.has-grey-button-color.active,
  .link-button.has-grey-button-color:hover,
  .link-button.has-grey-button-color:focus,
  .link-button.has-grey-button-color:active,
  .link-button.has-grey-button-color.active {
    color: #545859;
    color: var(--grey, #545859);
    border-color: #545859;
    border-color: var(--grey, #545859); }

.button.has-primary-magenta-button-color,
.link-button.has-primary-magenta-button-color {
  color: #910048;
  color: var(--primary-magenta, #910048);
  border-color: #910048;
  border-color: var(--primary-magenta, #910048);
  background-color: transparent; }
  .button.has-primary-magenta-button-color:hover, .button.has-primary-magenta-button-color:focus, .button.has-primary-magenta-button-color:active, .button.has-primary-magenta-button-color.active,
  .link-button.has-primary-magenta-button-color:hover,
  .link-button.has-primary-magenta-button-color:focus,
  .link-button.has-primary-magenta-button-color:active,
  .link-button.has-primary-magenta-button-color.active {
    color: #910048;
    color: var(--primary-magenta, #910048);
    border-color: #910048;
    border-color: var(--primary-magenta, #910048); }

.button.has-primary-coral-button-color,
.link-button.has-primary-coral-button-color {
  color: #e56a54;
  color: var(--primary-coral, #e56a54);
  border-color: #e56a54;
  border-color: var(--primary-coral, #e56a54);
  background-color: transparent; }
  .button.has-primary-coral-button-color:hover, .button.has-primary-coral-button-color:focus, .button.has-primary-coral-button-color:active, .button.has-primary-coral-button-color.active,
  .link-button.has-primary-coral-button-color:hover,
  .link-button.has-primary-coral-button-color:focus,
  .link-button.has-primary-coral-button-color:active,
  .link-button.has-primary-coral-button-color.active {
    color: #e56a54;
    color: var(--primary-coral, #e56a54);
    border-color: #e56a54;
    border-color: var(--primary-coral, #e56a54); }

.button.has-white-button-color,
.link-button.has-white-button-color {
  color: #fff;
  color: var(--white, #fff);
  border-color: #fff;
  border-color: var(--white, #fff);
  background-color: transparent; }
  .button.has-white-button-color:hover, .button.has-white-button-color:focus, .button.has-white-button-color:active, .button.has-white-button-color.active,
  .link-button.has-white-button-color:hover,
  .link-button.has-white-button-color:focus,
  .link-button.has-white-button-color:active,
  .link-button.has-white-button-color.active {
    color: #fff;
    color: var(--white, #fff);
    border-color: #fff;
    border-color: var(--white, #fff); }

.button.has-body-text-button-color,
.link-button.has-body-text-button-color {
  color: #212121;
  color: var(--body-text, #212121);
  border-color: #212121;
  border-color: var(--body-text, #212121);
  background-color: transparent; }
  .button.has-body-text-button-color:hover, .button.has-body-text-button-color:focus, .button.has-body-text-button-color:active, .button.has-body-text-button-color.active,
  .link-button.has-body-text-button-color:hover,
  .link-button.has-body-text-button-color:focus,
  .link-button.has-body-text-button-color:active,
  .link-button.has-body-text-button-color.active {
    color: #212121;
    color: var(--body-text, #212121);
    border-color: #212121;
    border-color: var(--body-text, #212121); }

.button.has-black-button-color,
.link-button.has-black-button-color {
  color: #000;
  color: var(--black, #000);
  border-color: #000;
  border-color: var(--black, #000);
  background-color: transparent; }
  .button.has-black-button-color:hover, .button.has-black-button-color:focus, .button.has-black-button-color:active, .button.has-black-button-color.active,
  .link-button.has-black-button-color:hover,
  .link-button.has-black-button-color:focus,
  .link-button.has-black-button-color:active,
  .link-button.has-black-button-color.active {
    color: #000;
    color: var(--black, #000);
    border-color: #000;
    border-color: var(--black, #000); }

.button.has-link-button-color,
.link-button.has-link-button-color {
  color: #10274a;
  color: var(--link, #10274a);
  border-color: #10274a;
  border-color: var(--link, #10274a);
  background-color: transparent; }
  .button.has-link-button-color:hover, .button.has-link-button-color:focus, .button.has-link-button-color:active, .button.has-link-button-color.active,
  .link-button.has-link-button-color:hover,
  .link-button.has-link-button-color:focus,
  .link-button.has-link-button-color:active,
  .link-button.has-link-button-color.active {
    color: #10274a;
    color: var(--link, #10274a);
    border-color: #10274a;
    border-color: var(--link, #10274a); }

.button.has-link-hover-button-color,
.link-button.has-link-hover-button-color {
  color: #d22730;
  color: var(--link-hover, #d22730);
  border-color: #d22730;
  border-color: var(--link-hover, #d22730);
  background-color: transparent; }
  .button.has-link-hover-button-color:hover, .button.has-link-hover-button-color:focus, .button.has-link-hover-button-color:active, .button.has-link-hover-button-color.active,
  .link-button.has-link-hover-button-color:hover,
  .link-button.has-link-hover-button-color:focus,
  .link-button.has-link-hover-button-color:active,
  .link-button.has-link-hover-button-color.active {
    color: #d22730;
    color: var(--link-hover, #d22730);
    border-color: #d22730;
    border-color: var(--link-hover, #d22730); }

.button.has-grey-1-button-color,
.link-button.has-grey-1-button-color {
  color: #6c6e6c;
  color: var(--grey-1, #6c6e6c);
  border-color: #6c6e6c;
  border-color: var(--grey-1, #6c6e6c);
  background-color: transparent; }
  .button.has-grey-1-button-color:hover, .button.has-grey-1-button-color:focus, .button.has-grey-1-button-color:active, .button.has-grey-1-button-color.active,
  .link-button.has-grey-1-button-color:hover,
  .link-button.has-grey-1-button-color:focus,
  .link-button.has-grey-1-button-color:active,
  .link-button.has-grey-1-button-color.active {
    color: #6c6e6c;
    color: var(--grey-1, #6c6e6c);
    border-color: #6c6e6c;
    border-color: var(--grey-1, #6c6e6c); }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr; }
  .wp-block-media-text .has-media-on-the-right {
    grid-template-columns: 1fr 50%; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start; }

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center; }

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end; }

.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media only screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1; }
  @supports (display: grid) {
    .wp-block-media-text {
      gap: 16px; } }
  @supports not (display: grid) {
    .wp-block-media-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 16px;
        width: 100%; } } }

.wp-block-audio figcaption {
  background-color: #f7f7f7;
  background-color: var(--light-grey, #f7f7f7);
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  color: #13294b;
  color: var(--primary, #13294b);
  line-height: 1.286;
  text-align: left; }

.wp-block-audio audio {
  width: 100%;
  min-width: 100%; }

.wp-block-code {
  overflow-x: auto; }

.wp-block-preformatted {
  white-space: normal; }

.wp-block-file {
  margin-bottom: 1.5em; }
  .wp-block-file.alignfull {
    padding: 0 16px; }
  .wp-block-file .wp-block-file__button,
  .wp-block-file a.wp-block-file__button {
    padding: 0.5rem;
    border: none;
    transition: all 0.25s ease;
    border-radius: 0;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    font-size: 0.875rem;
    background-color: transparent;
    color: #13294b;
    color: var(--primary, #13294b);
    border-color: #13294b;
    border-color: var(--primary, #13294b);
    background-color: transparent; }
    .wp-block-file .wp-block-file__button:before,
    .wp-block-file a.wp-block-file__button:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      transform: scaleX(1);
      transition: all 0.3s ease-in-out 0s; }
    .wp-block-file .wp-block-file__button:hover:before,
    .wp-block-file a.wp-block-file__button:hover:before {
      transform: scaleX(0); }
    .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:active, .wp-block-file .wp-block-file__button.active,
    .wp-block-file a.wp-block-file__button:hover,
    .wp-block-file a.wp-block-file__button:focus,
    .wp-block-file a.wp-block-file__button:active,
    .wp-block-file a.wp-block-file__button.active {
      text-decoration: none; }
    .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:active, .wp-block-file .wp-block-file__button.active,
    .wp-block-file a.wp-block-file__button:hover,
    .wp-block-file a.wp-block-file__button:focus,
    .wp-block-file a.wp-block-file__button:active,
    .wp-block-file a.wp-block-file__button.active {
      color: #13294b;
      color: var(--primary, #13294b);
      border-color: #13294b;
      border-color: var(--primary, #13294b); }
  .wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-image .alignleft > figcaption,
  .wp-block-image .alignright > figcaption,
  .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom; }

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image.alignfull figcaption {
  padding: 0 16px; }

.wp-block-image figcaption {
  background-color: #f7f7f7;
  background-color: var(--light-grey, #f7f7f7);
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  color: #13294b;
  color: var(--primary, #13294b);
  line-height: 1.286;
  text-align: left; }
  .wp-block-image figcaption span {
    color: #13294b;
    color: var(--primary, #13294b); }
    .wp-block-image figcaption span::after {
      opacity: 0.8; }

.is-style-rounded img {
  border-radius: 9999px; }

.is-style-circle-mask img {
  border-radius: 9999px; }
  @supports (mask-image: none) or (-webkit-mask-image: none) {
    .is-style-circle-mask img {
      /* stylelint-disable */
      mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      /* stylelint-enable */
      mask-mode: alpha;
      mask-repeat: no-repeat;
      mask-size: contain;
      mask-position: center;
      border-radius: 0; } }

.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure,
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure {
      margin: 0;
      height: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure,
        .blocks-gallery-grid .blocks-gallery-image figure,
        .blocks-gallery-grid .blocks-gallery-item figure {
          display: flex;
          align-items: flex-end;
          justify-content: flex-start; } }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      display: block;
      max-width: 100%;
      height: auto; }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      width: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image img,
        .wp-block-gallery .blocks-gallery-item img,
        .blocks-gallery-grid .blocks-gallery-image img,
        .blocks-gallery-grid .blocks-gallery-item img {
          width: auto; } }
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption,
    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 40px 10px 9px;
      color: #fff;
      color: var(--white, #fff);
      text-align: center;
      font-size: 0.875rem;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
      .wp-block-gallery .blocks-gallery-image figcaption img,
      .wp-block-gallery .blocks-gallery-item figcaption img,
      .blocks-gallery-grid .blocks-gallery-image figcaption img,
      .blocks-gallery-grid .blocks-gallery-item figcaption img {
        display: inline; }
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    width: 100%; }
    @supports (position: sticky) {
      .wp-block-gallery.is-cropped .blocks-gallery-image a,
      .wp-block-gallery.is-cropped .blocks-gallery-image img,
      .wp-block-gallery.is-cropped .blocks-gallery-item a,
      .wp-block-gallery.is-cropped .blocks-gallery-item img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover; } }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    width: calc((100% - 16px) / 2); }
    .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
    .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
      margin-right: 0; }
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item,
  .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item,
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item {
          width: calc((100% - 16px * 2) / 3 - 1px); } }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item,
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item {
          width: calc((100% - 16px * 3) / 4 - 1px); } }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item,
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item {
          width: calc((100% - 16px * 4) / 5 - 1px); } }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item,
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item {
          width: calc((100% - 16px * 5) / 6 - 1px); } }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item,
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item {
          width: calc((100% - 16px * 6) / 7 - 1px); } }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item,
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item {
          width: calc((100% - 16px * 7) / 8 - 1px); } }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
      margin-right: 0; }
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0; }
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
      margin-right: 0; }
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
      margin-right: 0; }
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
      margin-right: 0; }
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
      margin-right: 0; }
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
      margin-right: 0; }
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0; } }
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child,
  .blocks-gallery-grid .blocks-gallery-image:last-child,
  .blocks-gallery-grid .blocks-gallery-item:last-child {
    margin-right: 0; }
  .wp-block-gallery.alignfull .blocks-gallery-caption,
  .blocks-gallery-grid.alignfull .blocks-gallery-caption {
    padding: 0 16px; }

.ginput_right.address_country select,
.ginput_container_select select {
  height: 36px; }

.gform_heading {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .gform_heading {
      margin-bottom: 2rem; } }

.gfield_required {
  color: #d22730;
  color: var(--primary-red, #d22730); }

.ginput_complex > span {
  margin-bottom: 0.5rem;
  display: block; }
  .ginput_complex > span label {
    font-size: 0.875rem; }

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid;
  border-color: #13294b;
  border-color: var(--primary, #13294b);
  border-radius: 5px; }

.gform_wrapper textarea,
.gform_wrapper select {
  padding: 5px 10px; }

.gform_wrapper select {
  background-image: url("../img/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: calc(100% - 10px) 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; }
  .gform_wrapper select::-ms-expand {
    display: none; }

.gform_button {
  padding: 0.5rem;
  border: none;
  transition: all 0.25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 0.875rem;
  background-color: transparent;
  color: #13294b;
  color: var(--primary, #13294b);
  border-color: #13294b;
  border-color: var(--primary, #13294b);
  background-color: transparent; }
  .gform_button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transition: all 0.3s ease-in-out 0s; }
  .gform_button:hover:before {
    transform: scaleX(0); }
  .gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active {
    text-decoration: none; }
  .gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active {
    color: #13294b;
    color: var(--primary, #13294b);
    border-color: #13294b;
    border-color: var(--primary, #13294b); }
  .gform_button:hover, .gform_button:focus, .gform_button:active {
    color: #d22730;
    color: var(--primary-red, #d22730);
    border-color: #d22730;
    border-color: var(--primary-red, #d22730); }

.ginput_container_date .datepicker {
  max-width: 200px; }

.ui-datepicker {
  background: white;
  padding: 15px;
  border: 2px solid;
  border-color: #13294b;
  border-color: var(--primary, #13294b); }
  .ui-datepicker .ui-datepicker-next {
    margin-left: 1rem; }
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    cursor: pointer; }

.ginput_container_date {
  display: flex;
  align-items: center; }
  .ginput_container_date .ui-datepicker-trigger {
    margin-left: 1rem; }

.ginput_counter {
  font-size: 0.875rem; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr; }
  .wp-block-media-text .has-media-on-the-right {
    grid-template-columns: 1fr 50%; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start; }

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center; }

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end; }

.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media only screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1; }
  @supports (display: grid) {
    .wp-block-media-text {
      gap: 16px; } }
  @supports not (display: grid) {
    .wp-block-media-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 16px;
        width: 100%; } } }

.wp-block-preformatted {
  white-space: normal; }

.wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: auto; }
  .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    min-width: 480px; }
    .wp-block-table table td {
      padding: 0.5em; }
  .wp-block-table table,
  .wp-block-table th,
  .wp-block-table td {
    border: 1px solid #212121; }
  .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%; }
    .wp-block-table .has-fixed-layout td,
    .wp-block-table .has-fixed-layout th {
      word-break: break-word; }
  .wp-block-table.alignfull {
    padding: 0 16px; }
  @media only screen and (max-width: 480px) {
    .wp-block-table.alignwide {
      grid-column: start / end; } }
  .wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5; }
  .wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5; }
  .wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe; }
  .wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef; }
  .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #f5f5f5; }
    .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
      background-color: #f3f4f5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
      background-color: #e9fbe5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
      background-color: #e7f5fe; }
    .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
      background-color: #fcf0ef; }
    .wp-block-table.is-style-stripes th,
    .wp-block-table.is-style-stripes td {
      border-color: transparent; }
  @media only screen and (max-width: 480px) {
    .wp-block-table {
      grid-column: start / end;
      overflow-x: auto;
      padding: 0 16px; } }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  border-color: #13294b;
  border-color: var(--primary, #13294b);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 100px; }
  .wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    max-width: none; }
  .wp-block-separator.is-style-block {
    width: 100%;
    max-width: none; }
  .wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto; }
    .wp-block-separator.is-style-dots::before {
      content: "\00b7 \00b7 \00b7";
      color: currentColor;
      font-size: 20px;
      letter-spacing: 2em;
      padding-left: 2em;
      font-family: serif; }
  .wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px; }
  .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px; }

.social-links-block {
  position: relative; }
  .social-links-block ul {
    list-style: none;
    display: flex; }
  .social-links-block li {
    margin-right: 8.8px;
    min-width: 48.4px;
    text-align: center;
    line-height: 1px; }
    .social-links-block li:last-child {
      margin-right: 0; }
  .social-links-block a {
    display: block; }

.social-share-block {
  position: relative; }
  .social-share-block .title {
    margin-bottom: 8px;
    color: #13294b;
    color: var(--primary, #13294b);
    font-weight: 500; }
  .social-share-block ul.share-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
  .social-share-block li {
    text-align: center;
    margin-right: 0.5rem;
    line-height: 1px; }
    .social-share-block li:last-child {
      margin-right: 0; }
    .social-share-block li.-twitter svg {
      width: 17px;
      height: 14px; }
    .social-share-block li.-facebook svg {
      width: 8px;
      height: 18px; }
    .social-share-block li.-linkedin svg {
      width: 17px;
      height: 16px; }
    .social-share-block li.-instagram svg {
      width: 16px;
      height: 16px; }
    .social-share-block li.-email svg {
      width: 17px;
      height: 12px; }
    .social-share-block li svg path {
      fill: white !important; }
  .social-share-block button {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer; }
    .social-share-block button:active {
      transform: scale(0.99); }
    .social-share-block button svg {
      color: #fff;
      color: var(--white, #fff);
      height: 17px; }
  .social-share-block a, .social-share-block button {
    height: 40px;
    width: 40px;
    background-color: #92c1e9;
    background-color: var(--primary-light-blue, #92c1e9);
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-share-block a:hover, .social-share-block a:focus, .social-share-block a:active, .social-share-block button:hover, .social-share-block button:focus, .social-share-block button:active {
      background-color: #10274a;
      background-color: var(--primary-dark-blue, #10274a); }

.wp-block-custom-blocks-spacer .spacer {
  clear: both; }
  @media only screen and (min-width: 768px) {
    .wp-block-custom-blocks-spacer .spacer.-mobile-only {
      display: none; } }
  .wp-block-custom-blocks-spacer .spacer.-tablet-only {
    display: none; }
    @media only screen and (min-width: 768px) {
      .wp-block-custom-blocks-spacer .spacer.-tablet-only {
        display: block; } }
    @media only screen and (min-width: 980px) {
      .wp-block-custom-blocks-spacer .spacer.-tablet-only {
        display: none; } }
  .wp-block-custom-blocks-spacer .spacer.-laptop-only {
    display: none; }
    @media only screen and (min-width: 980px) {
      .wp-block-custom-blocks-spacer .spacer.-laptop-only {
        display: block; } }
    @media only screen and (min-width: 1400px) {
      .wp-block-custom-blocks-spacer .spacer.-laptop-only {
        display: none; } }
  .wp-block-custom-blocks-spacer .spacer.-desktop-only {
    display: none; }
    @media only screen and (min-width: 1400px) {
      .wp-block-custom-blocks-spacer .spacer.-desktop-only {
        display: block; } }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    max-width: 100%; }
  @supports (position: sticky) {
    .wp-block-video [poster] {
      object-fit: cover; } }
  .wp-block-video figcaption {
    background-color: #f7f7f7;
    background-color: var(--light-grey, #f7f7f7);
    padding: 0.5rem 0.9375rem;
    font-size: 0.875rem;
    color: #13294b;
    color: var(--primary, #13294b);
    line-height: 1.286;
    text-align: left; }

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-color: var(--black, #000);
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: fixed; }
    @supports (-webkit-overflow-scrolling: touch) {
      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll; } }
    @media (prefers-reduced-motion: reduce) {
      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll; } }
  .wp-block-cover-image.has-background-dim::before,
  .wp-block-cover.has-background-dim::before {
    content: "";
    background-color: inherit; }
  .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover-image .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5; }
  .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover-image .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
    opacity: 0.1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: 0.2; }
  .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2; }
  .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
    opacity: 0.3; }
  .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3; }
  .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
    opacity: 0.4; }
  .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4; }
  .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
    opacity: 0.6; }
  .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6; }
  .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
    opacity: 0.7; }
  .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7; }
  .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
    opacity: 0.8; }
  .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8; }
  .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
    opacity: 0.9; }
  .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9; }
  .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
    opacity: 1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1; }
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit; }
    @supports (position: sticky) {
      .wp-block-cover-image::after,
      .wp-block-cover::after {
        content: none; } }
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 5;
    color: #6c6e6c; }
  .wp-block-cover-image p:not(.has-text-color),
  .wp-block-cover-image h1:not(.has-text-color),
  .wp-block-cover-image h2:not(.has-text-color),
  .wp-block-cover-image h3:not(.has-text-color),
  .wp-block-cover-image h4:not(.has-text-color),
  .wp-block-cover-image h5:not(.has-text-color),
  .wp-block-cover-image h6:not(.has-text-color),
  .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
  .wp-block-cover p:not(.has-text-color),
  .wp-block-cover h1:not(.has-text-color),
  .wp-block-cover h2:not(.has-text-color),
  .wp-block-cover h3:not(.has-text-color),
  .wp-block-cover h4:not(.has-text-color),
  .wp-block-cover h5:not(.has-text-color),
  .wp-block-cover h6:not(.has-text-color),
  .wp-block-cover .wp-block-subhead:not(.has-text-color) {
    color: inherit; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover; }

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff;
  color: var(--white, #fff); }
  section.wp-block-cover-image h2 a,
  section.wp-block-cover-image h2 a:hover,
  section.wp-block-cover-image h2 a:focus,
  section.wp-block-cover-image h2 a:active,
  .wp-block-cover-image-text a,
  .wp-block-cover-image-text a:hover,
  .wp-block-cover-image-text a:focus,
  .wp-block-cover-image-text a:active,
  .wp-block-cover-text a,
  .wp-block-cover-text a:hover,
  .wp-block-cover-text a:focus,
  .wp-block-cover-text a:active {
    color: #fff;
    color: var(--white, #fff); }

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end; }

section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left; }

section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right; }

section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 5;
  margin-bottom: 0;
  max-width: var(--max--content-width, );
  padding: 16px;
  text-align: center; }

body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
  display: grid;
  grid-row-gap: 1.25rem; }
  body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"],
  body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] {
    margin-left: 0;
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 1.25rem; } }
  @media only screen and (min-width: 980px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
      grid-column-gap: 1.875rem;
      grid-row-gap: 1.875rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .image-replacement,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .image-replacement {
      height: auto;
      max-height: none; }
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .image-replacement,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .image-replacement {
      width: 48%;
      flex-shrink: 0;
      flex-grow: 0;
      height: 100%;
      object-fit: cover;
      min-height: 145px;
      max-height: none; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 980px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .image-replacement,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .image-replacement {
      width: 53%;
      min-height: 200px; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .image-replacement,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] img,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .image-replacement,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] img,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .image-replacement {
      width: 47%; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .text,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .text,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .text,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.625rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 980px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .text,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .text,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .text,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .text {
      padding: 1.25rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card .container,
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"] .container,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card .container,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"] .container {
      display: flex;
      flex-direction: row;
      align-items: flex-start; } }
  @media only screen and (min-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
      grid-template-columns: repeat(3, 1fr); }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child,
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child {
        grid-column: 1 / span 3;
        min-height: 300px; }
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .image-replacement,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement {
          height: auto;
          max-height: none; }
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .image-replacement,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement {
          width: 48%;
          flex-shrink: 0;
          flex-grow: 0;
          height: 100%;
          object-fit: cover;
          min-height: 145px;
          max-height: none; } }
      @media only screen and (min-width: 1400px) and (min-width: 980px) {
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .image-replacement,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement {
          width: 53%;
          min-height: 200px; } }
      @media only screen and (min-width: 1400px) and (min-width: 1400px) {
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .image-replacement,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child img,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .image-replacement,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child img,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .image-replacement {
          width: 47%; } }
  @media only screen and (min-width: 1400px) {
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .text,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .text,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .text,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .text {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding: 0.625rem; } }
      @media only screen and (min-width: 1400px) and (min-width: 980px) {
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .text,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .text,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .text,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .text {
          padding: 1.25rem; } }
  @media only screen and (min-width: 1400px) {
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .container,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .container,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .container,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .container {
          display: flex;
          flex-direction: row;
          align-items: flex-start; }
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child .title,
        body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .title,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child .title,
        body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .title {
          font-size: 1.875rem;
          line-height: 1.2; }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child,
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .wp-block[data-type="acf/cta-card"]:first-child .container,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .wp-block[data-type="acf/cta-card"]:first-child .container {
        min-height: 300px; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
      display: flex;
      flex-direction: column; }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card {
        margin-bottom: 1.25rem; } }
  @media only screen and (-ms-high-contrast: none) and (min-width: 768px), only screen and (-ms-high-contrast: active) and (min-width: 768px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container {
      flex-direction: row;
      flex-wrap: wrap; }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card {
        flex-basis: calc(50% - 1.25rem);
        margin: 0 0.625rem 1.25rem 0.625rem; } }
  @media only screen and (-ms-high-contrast: none) and (min-width: 980px), only screen and (-ms-high-contrast: active) and (min-width: 980px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card {
      flex-basis: calc(50% - 1.875rem);
      margin: 0 0.9375rem 1.875rem 0.9375rem; } }
  @media only screen and (-ms-high-contrast: none) and (min-width: 1400px), only screen and (-ms-high-contrast: active) and (min-width: 1400px) {
    body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card,
    body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card {
      flex-basis: calc(33.333% - 1.875rem); }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:first-child,
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:first-child {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0; }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:nth-child(3n + 2),
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:nth-child(3n + 2) {
        flex-basis: calc(33.33% - 0.9375rem);
        margin-left: 0; }
      body.wp-admin .wp-block-group.is-style-featured-card .block-editor-block-list__layout > .cta-card:nth-child(3n+ 4),
      body:not(.wp-admin) .wp-block-group.is-style-featured-card .wp-block-group__inner-container > .cta-card:nth-child(3n+ 4) {
        flex-basis: calc(33.33% - 0.9375rem);
        margin-right: 0; } }

.fundraising-countdown {
  text-align: center; }
  .fundraising-countdown__title {
    color: var(--fundraising-countdown-title-color, inherit);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: 400; }
  .fundraising-countdown__clock {
    color: var(--fundraising-countdown-label-color, inherit);
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    gap: 0.5rem; }
    @media only screen and (min-width: 480px) {
      .fundraising-countdown__clock {
        gap: 1rem; } }
    @media only screen and (min-width: 768px) and (max-width: 920px) {
      .fundraising-countdown__clock {
        gap: 0.5rem; } }
    .fundraising-countdown__clock span {
      display: grid;
      place-content: center;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5; }
      @media only screen and (min-width: 480px) {
        .fundraising-countdown__clock span {
          font-size: 1.875rem; } }
      @media only screen and (min-width: 768px) and (max-width: 900px) {
        .fundraising-countdown__clock span {
          font-size: 1.5rem; } }
      .fundraising-countdown__clock span span {
        font-size: 2.5rem;
        font-weight: 700; }

.fundraising-chart canvas {
  max-width: 100%; }

.accordion .accordion-container {
  border-width: 1px;
  border-style: solid;
  border-color: #13294b;
  border-color: var(--primary, #13294b); }

.accordion .toggle {
  width: 100%;
  border: 0;
  text-align: left;
  padding: 1rem 0.9375rem;
  color: #13294b;
  color: var(--primary, #13294b);
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .accordion .toggle {
      padding: 0.8125rem 1.4375rem 0.8125rem 1.0625rem;
      font-size: 1.3125rem; } }
  @media only screen and (min-width: 980px) {
    .accordion .toggle {
      font-size: 1.5rem;
      padding: 0.625rem 1.1875rem 0.6875rem 1.25rem; } }
  @media only screen and (min-width: 1400px) {
    .accordion .toggle {
      padding-right: 1.25rem; } }

.accordion .image {
  width: 90%;
  height: auto;
  margin-bottom: 0.8125rem; }
  @media only screen and (min-width: 768px) {
    .accordion .image {
      width: 200px;
      max-width: 200px;
      margin-bottom: 0;
      margin-right: 1.1875rem; } }
  @media only screen and (min-width: 980px) {
    .accordion .image {
      max-width: 315px;
      width: 315px;
      margin-right: 1.3125rem; } }

.accordion .toggle > svg {
  width: 10px;
  height: 6px;
  transition: 0.5s transform;
  flex-shrink: 0; }
  .accordion .toggle > svg path {
    fill: #13294b;
    fill: var(--primary, #13294b); }

.accordion .content-container {
  display: none;
  padding: 0.6875rem 0.9375rem 0.8125rem; }
  @media only screen and (min-width: 768px) {
    .accordion .content-container {
      padding-left: 1.0625rem;
      padding-right: 1.4375rem;
      padding-top: 0.875rem; } }
  @media only screen and (min-width: 980px) {
    .accordion .content-container {
      padding: 0.9375rem 1.1875rem 1.25rem 1.25rem; } }
  @media only screen and (min-width: 1400px) {
    .accordion .content-container {
      padding-right: 1.25rem; } }

.accordion .content .wysiwyg > *:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .accordion .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .accordion .content .image {
      flex-shrink: 0; } }

.accordion.-open .toggle > svg {
  transform: rotate(180deg); }

.accordion .block-editor-inner-blocks {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .hero-banner .columns {
    display: flex;
    justify-content: center;
    min-height: 392px; } }

@media only screen and (min-width: 1400px) {
  .hero-banner .columns {
    min-height: 500px; } }

@media only screen and (min-width: 1600px) {
  .hero-banner .columns {
    min-height: 700px; } }

@media only screen and (min-width: 768px) {
  .hero-banner .columns .left,
  .hero-banner .columns .right {
    width: 50%; } }

.hero-banner .left {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 768px) {
    .hero-banner .left {
      min-height: 74vw; } }
  .hero-banner .left img {
    margin: 0;
    width: 100%; }
  .hero-banner .left .outline-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    padding: 30px 15px; }
    @media only screen and (min-width: 768px) {
      .hero-banner .left .outline-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 45px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1400px) {
      .hero-banner .left .outline-wrapper {
        padding: 83px 49px 114px 145px; } }
  .hero-banner .left .outline {
    border-left: 6px solid;
    border-top: 6px solid;
    border-right: 6px solid;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .hero-banner .left .outline {
        border-left: 6px solid;
        border-top: 6px solid;
        border-right: none;
        border-bottom: 6px solid; } }

.hero-banner .right {
  padding: 26px 15px 25px 15px; }
  @media only screen and (min-width: 768px) {
    .hero-banner .right {
      padding: 55px 35px 35px 35px; } }
  @media only screen and (min-width: 1400px) {
    .hero-banner .right {
      padding: 130px 50px 120px 50px; } }
  @media only screen and (min-width: 1600px) {
    .hero-banner .right {
      padding: 170px 50px 120px 50px; } }
  @media only screen and (min-width: 1400px) {
    .hero-banner .right > * {
      max-width: 475px; } }
  .hero-banner .right h1 {
    line-height: 1;
    margin-top: 0; }
  .hero-banner .right p {
    margin-bottom: 15px; }

.image-with-offset-textbox {
  position: relative;
  background-color: #f7f7f7f7;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .image-with-offset-textbox {
      padding: 50px 0; } }
  @media only screen and (min-width: 1400px) {
    .image-with-offset-textbox {
      padding: 100px 0; } }
  .image-with-offset-textbox .image-wrapper img {
    width: 100%;
    padding-right: 50px; }
    @media only screen and (min-width: 768px) {
      .image-with-offset-textbox .image-wrapper img {
        padding-right: 0; } }
  .image-with-offset-textbox .text-content {
    pointer-events: none;
    margin-bottom: -20px; }
    @media only screen and (min-width: 768px) {
      .image-with-offset-textbox .text-content {
        margin-bottom: -130px; } }
    @media only screen and (min-width: 1400px) {
      .image-with-offset-textbox .text-content {
        margin-bottom: -125px; } }
    .image-with-offset-textbox .text-content .title {
      color: #92c1e9;
      color: var(--primary-light-blue, #92c1e9);
      font-size: 1.875rem;
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .image-with-offset-textbox .text-content .title {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1400px) {
        .image-with-offset-textbox .text-content .title {
          font-size: 2.25rem; } }
    .image-with-offset-textbox .text-content .text {
      margin-bottom: 2px;
      font-weight: 600; }
    .image-with-offset-textbox .text-content .text-content-inner {
      pointer-events: all;
      bottom: 20px;
      position: relative;
      background: white;
      margin-left: 15px;
      padding: 19px 16px 25px 16px; }
      @media only screen and (min-width: 768px) {
        .image-with-offset-textbox .text-content .text-content-inner {
          margin-left: 71px;
          margin-right: 90px;
          bottom: 130px;
          padding: 16px 25px 25px 18px; } }
      @media only screen and (min-width: 1400px) {
        .image-with-offset-textbox .text-content .text-content-inner {
          margin-left: 65px;
          margin-right: 160px;
          bottom: 125px;
          padding: 19px 30px 25px 35px; } }
    .image-with-offset-textbox .text-content .attribution {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .image-with-offset-textbox .text-content .attribution {
          margin-bottom: 13px; } }
      .image-with-offset-textbox .text-content .attribution + .link-button {
        padding-left: 0;
        padding-right: 0; }
  @media only screen and (min-width: 1400px) {
    .image-with-offset-textbox > .wrapper > .alignwide, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .image-with-offset-textbox > .wp-block-group__inner-container > .alignwide {
      padding: 0 95px; } }

.featured-image {
  max-height: 180px;
  height: 180px; }
  @media only screen and (min-width: 768px) {
    .featured-image {
      max-height: 300px;
      height: 300px; } }
  @media only screen and (min-width: 1400px) {
    .featured-image {
      max-height: 550px;
      height: 550px; } }
  .featured-image.-no-image {
    height: auto; }
  .featured-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.post-header h1 {
  margin-bottom: 0.625rem; }

.post-header .issue {
  padding: 0.375rem 1.25rem;
  display: inline-block;
  color: #fff;
  color: var(--white, #fff);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  background-color: #000;
  background-color: var(--black, #000); }

.post-header .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .post-header .meta div:first-child {
    display: flex;
    align-items: center; }
  .post-header .meta p,
  .post-header .meta a {
    color: #6c6e6c;
    color: var(--grey-1, #6c6e6c);
    font-weight: 600;
    font-size: 0.75rem; }
  .post-header .meta p {
    margin-bottom: 0.3125rem; }
  .post-header .meta a {
    text-decoration: none; }
    .post-header .meta a:visited, .post-header .meta a:hover, .post-header .meta a:focus, .post-header .meta a:active {
      color: #6c6e6c;
      color: var(--grey-1, #6c6e6c); }
  @media only screen and (min-width: 768px) {
    .post-header .meta {
      flex-direction: row;
      align-items: center; }
      .post-header .meta p {
        margin-bottom: 0; }
      .post-header .meta .category {
        margin-left: 4.0625rem; } }

.post-header .reading-time::before {
  content: "\2022";
  margin: 0 0.5rem; }

.related-events-and-news .title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.related-events-and-news .related-items .td-card .links {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .related-events-and-news .related-items .td-card .links {
      align-items: flex-start;
      flex-direction: column; }
      .related-events-and-news .related-items .td-card .links .book {
        margin-right: 0; } }
  @media only screen and (min-width: 1400px) {
    .related-events-and-news .related-items .td-card .links {
      flex-direction: row;
      align-items: center; }
      .related-events-and-news .related-items .td-card .links .book {
        margin-bottom: 0;
        margin-right: 2.5rem; } }

.about-the-author {
  border-top: 4px #d22730 solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .about-the-author .content-wrapper {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .about-the-author .content-wrapper {
      flex-basis: 50.14%;
      padding-left: 20px;
      padding-top: 20px;
      flex-grow: 1; } }
  @media only screen and (min-width: 1400px) {
    .about-the-author .content-wrapper {
      padding-left: 30px;
      padding-top: 25px; } }
  .about-the-author .content-wrapper .text {
    margin-bottom: 10px; }
    @media only screen and (min-width: 1400px) {
      .about-the-author .content-wrapper .text {
        margin-bottom: 0px; } }
  .about-the-author .title-wrapper {
    flex-basis: calc(100% - 150px);
    padding: 20px 15px;
    max-height: 150px;
    background-color: #d22730;
    background-color: var(--primary-red, #d22730); }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .about-the-author .title-wrapper {
        flex-basis: calc(100% - 180px); } }
    @media only screen and (min-width: 768px) {
      .about-the-author .title-wrapper {
        flex-basis: 165px;
        padding: 25px 20px;
        max-height: 150px; } }
    @media only screen and (min-width: 1400px) {
      .about-the-author .title-wrapper {
        flex-basis: 245px;
        max-height: 196px;
        padding: 12px 20px; } }
  .about-the-author .title {
    color: #fff;
    color: var(--white, #fff);
    font-size: 1.625rem; }
    @media only screen and (min-width: 768px) {
      .about-the-author .title {
        font-size: 1.875rem; } }
    @media only screen and (min-width: 1400px) {
      .about-the-author .title {
        font-size: 2.25rem;
        line-height: 1; } }
  .about-the-author .image-wrapper {
    flex-basis: 150px; }
    .about-the-author .image-wrapper img {
      height: 150px;
      object-fit: cover; }
    @media only screen and (min-width: 768px) {
      .about-the-author .image-wrapper {
        flex-basis: 150px; } }
    @media only screen and (min-width: 1400px) {
      .about-the-author .image-wrapper {
        flex-basis: 200px; } }
    @media only screen and (min-width: 1400px) {
      .about-the-author .image-wrapper img {
        max-height: 196px;
        height: 196px;
        width: 100%; } }
  .about-the-author .author-name {
    color: #d22730;
    color: var(--primary-red, #d22730);
    font-size: 1.3125rem;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .about-the-author .author-name {
        margin-bottom: 5px;
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1400px) {
      .about-the-author .author-name {
        margin-bottom: 10px;
        font-size: 1.875rem; } }

.image-hero-banner img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  max-height: 250px; }

.cta-card {
  height: 100%; }
  .cta-card .container {
    height: 100%; }
  .cta-card img {
    width: 100%;
    object-fit: cover; }
  .cta-card img,
  .cta-card .image-replacement {
    height: 165px;
    max-height: 165px; }
    @media only screen and (min-width: 768px) {
      .cta-card img,
      .cta-card .image-replacement {
        height: 187px;
        max-height: 187px; } }
    @media only screen and (min-width: 980px) {
      .cta-card img,
      .cta-card .image-replacement {
        height: 127px;
        max-height: 127px; } }
    @media only screen and (min-width: 1400px) {
      .cta-card img,
      .cta-card .image-replacement {
        height: 145px;
        max-height: 145px; } }
  .cta-card .image-replacement {
    width: 100%;
    background-color: #d8d8d8; }
  .cta-card h2 {
    color: #fff;
    color: var(--white, #fff);
    margin-top: 0;
    margin-bottom: 0.75rem; }
    .cta-card h2:last-child {
      margin-bottom: 0; }
  .cta-card h2,
  .cta-card p {
    max-width: 100%; }
  .cta-card p {
    color: #fff;
    color: var(--white, #fff);
    margin-bottom: 0.75rem; }
    .cta-card p:last-child {
      margin-bottom: 0; }
  .cta-card .text {
    padding: 1.25rem;
    width: 100%; }
  .cta-card .button {
    max-width: 100%; }
  .cta-card.-horizontal .image-replacement {
    height: auto;
    max-height: none; }
  .cta-card.-horizontal img,
  .cta-card.-horizontal .image-replacement {
    width: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    height: 100%;
    object-fit: cover;
    min-height: 145px;
    max-height: none; }
    @media only screen and (min-width: 980px) {
      .cta-card.-horizontal img,
      .cta-card.-horizontal .image-replacement {
        width: 53%;
        min-height: 200px; } }
    @media only screen and (min-width: 1400px) {
      .cta-card.-horizontal img,
      .cta-card.-horizontal .image-replacement {
        width: 47%; } }
  .cta-card.-horizontal .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.625rem; }
    @media only screen and (min-width: 980px) {
      .cta-card.-horizontal .text {
        padding: 1.25rem; } }
  .cta-card.-horizontal .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }

.team-card {
  height: 100%; }
  .team-card .container {
    height: 100%; }
  .team-card .name,
  .team-card .role,
  .team-card .email,
  .team-card .phone {
    color: #fff;
    color: var(--white, #fff); }
  .team-card img {
    width: 100%;
    object-fit: cover;
    height: 105px;
    max-height: 105px; }
    @media only screen and (min-width: 768px) {
      .team-card img {
        height: 116px;
        max-height: 116px; } }
    @media only screen and (min-width: 980px) {
      .team-card img {
        height: 167px;
        max-height: 167px; } }
    @media only screen and (min-width: 1400px) {
      .team-card img {
        height: 190px;
        max-height: 190px; } }
  .team-card .name {
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (min-width: 980px) {
      .team-card .name {
        font-size: 1.125rem; } }
  .team-card .role {
    margin-top: 5px;
    margin-bottom: 0; }
  .team-card .text-top {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .team-card .text-top {
        margin-bottom: 20px; } }
  .team-card .text {
    padding: 0.9375rem 0.4375rem 0.9375rem 0.625rem; }
    @media only screen and (min-width: 768px) {
      .team-card .text {
        padding: 21px 17px 27px 15px; } }
    @media only screen and (min-width: 980px) {
      .team-card .text {
        padding: 20px 10px; } }
    @media only screen and (min-width: 1400px) {
      .team-card .text {
        padding: 20px; } }
  .team-card address {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .team-card .email,
  .team-card .phone {
    font-style: normal;
    font-size: 0.875rem;
    text-decoration: none; }
  .team-card .phone {
    margin-bottom: 5px; }
  .team-card .email {
    display: none; }
    @media only screen and (min-width: 980px) {
      .team-card .email {
        display: inline; } }
  .team-card .email-icon {
    display: flex; }
    .team-card .email-icon svg {
      height: 12px;
      width: 17px; }
    @media only screen and (min-width: 980px) {
      .team-card .email-icon {
        display: none; } }

.block-link .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  color: var(--white, #fff);
  padding: 0.5rem 0.9375rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .block-link .link {
      padding: 0.6875rem 1.25rem; } }
  @media only screen and (min-width: 980px) {
    .block-link .link {
      font-size: 1.125rem; } }
  .block-link .link:hover, .block-link .link:focus, .block-link .link:active {
    color: #fff;
    color: var(--white, #fff); }

.block-link .left {
  display: flex;
  align-items: center; }

.block-link .icon {
  flex-shrink: 0;
  margin-right: 0.9375rem; }
  .block-link .icon img {
    width: 26px;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .block-link .icon {
      margin-right: 1.25rem; } }

.block-link .arrow-right {
  display: flex;
  margin-left: 0.625rem;
  flex-shrink: 0; }
  .block-link .arrow-right svg {
    height: 16px;
    width: 16px; }

.back-issues .header.-has-search .title {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .back-issues .header.-has-search .title {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .back-issues .header.-has-search {
    margin-bottom: 1.25rem; } }

.back-issues .header .title {
  margin-bottom: 1.875rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  @media only screen and (min-width: 768px) {
    .back-issues .header .title {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .back-issues .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.875rem; } }

.back-issues .search {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .back-issues .search {
      margin-bottom: 0;
      margin-left: 1rem; } }

@media only screen and (min-width: 768px) {
  .back-issues .issues {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
    grid-column-gap: 1.25rem; } }

@media only screen and (min-width: 980px) {
  .back-issues .issues {
    grid-column-gap: 1.6875rem; } }

@media only screen and (min-width: 1400px) {
  .back-issues .issues {
    grid-column-gap: 1.875rem; } }

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .back-issues .issues {
    display: flex;
    flex-direction: row; } }

.back-issues .issue {
  margin-bottom: 1.625rem;
  text-decoration: none;
  display: block; }
  .back-issues .issue .cover {
    margin-bottom: 0.6875rem;
    width: 100%;
    object-fit: contain;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .back-issues .issue .cover {
        margin-bottom: 0.9375rem; } }
    @media only screen and (min-width: 980px) {
      .back-issues .issue .cover {
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 1400px) {
      .back-issues .issue .cover {
        margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 768px) {
    .back-issues .issue {
      margin-bottom: 0; } }

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .back-issues .issue {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    margin: 0 0.625rem; } }

@media (-ms-high-contrast: none) and (min-width: 980px), (-ms-high-contrast: active) and (min-width: 980px) {
  .back-issues .issue {
    margin: 0 0.843rem; } }

@media (-ms-high-contrast: none) and (min-width: 1400px), (-ms-high-contrast: active) and (min-width: 1400px) {
  .back-issues .issue {
    margin: 0 0.9375rem; } }

@media only screen and (min-width: 768px) {
  .publications .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
    grid-column-gap: 2.5rem; } }

@media only screen and (min-width: 980px) {
  .publications .container {
    grid-column-gap: 1.875rem; } }

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .publications .container {
    display: flex;
    flex-direction: row; } }

.publications .publication {
  margin-bottom: 1.875rem;
  text-decoration: none;
  display: block; }
  @media only screen and (min-width: 768px) {
    .publications .publication {
      margin-bottom: 0; } }
  .publications .publication:last-child {
    margin-right: 0; }
  .publications .publication:first-child {
    margin-left: 0; }

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .publications .publication {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 1.125rem; } }

@media (-ms-high-contrast: none) and (min-width: 980px), (-ms-high-contrast: active) and (min-width: 980px) {
  .publications .publication {
    margin: 0 0.937rem; } }

.publications .cover {
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem; }
  @media only screen and (min-width: 768px) {
    .publications .cover {
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 980px) {
    .publications .cover {
      margin-bottom: 1.125rem; } }
  @media only screen and (min-width: 1400px) {
    .publications .cover {
      margin-bottom: 1.25rem; } }

.written-by .header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem; }

.written-by .image-link {
  border-radius: 9999px;
  display: block;
  margin-right: 1rem; }

.written-by .profile-image {
  border-radius: 9999px;
  height: 65px;
  width: 65px;
  object-fit: cover; }

.written-by .name {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  color: #13294b;
  color: var(--primary, #13294b); }

.written-by .title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.written-by .johnian-hub {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: #d22730;
  color: var(--primary-red, #d22730); }
  .written-by .johnian-hub .user {
    margin-right: 1rem;
    display: flex; }
    .written-by .johnian-hub .user svg {
      height: 20px;
      width: 16px;
      fill: #d22730;
      fill: var(--primary-red, #d22730); }

/* common */
/*
 * CSS custom properties
 * We can finally spell "colour" correctly 👍
 *
 * Custom properties can be applied to html or :root
 * :root will target root selector of SVGs as well, for example
 */
:root {
  --primary: #13294b;
  --primary-text: #13294b;
  --primary-red: #d22730;
  --primary-green: #509e2f;
  --secondary-green: #85b09a;
  --primary-grey: #b2b4b2;
  --primary-pink: #fb637e;
  --primary-dark-blue: #10274a;
  --primary-light-blue: #92c1e9;
  --light-grey: #f7f7f7;
  --grey: #545859;
  --primary-magenta: #910048;
  --primary-coral: #e56a54;
  --white: #fff;
  --body-text: #212121;
  --black: #000;
  --link: #10274a;
  --link-hover: #d22730;
  --grey-1: #6c6e6c;
  --horizontal-gap: 1rem;
  --vertical-gap: 0;
  --max-content-width: 445px;
  --max-container-width: 1110px; }

/*
 * Loop through all colours and output WordPress colour classes.
 */
.has-primary-background-color {
  background-color: #13294b;
  background-color: var(--primary, #13294b); }

.has-primary-color {
  color: #13294b;
  color: var(--primary, #13294b); }

.has-primary-text-background-color {
  background-color: #13294b;
  background-color: var(--primary-text, #13294b); }

.has-primary-text-color {
  color: #13294b;
  color: var(--primary-text, #13294b); }

.has-primary-red-background-color {
  background-color: #d22730;
  background-color: var(--primary-red, #d22730); }

.has-primary-red-color {
  color: #d22730;
  color: var(--primary-red, #d22730); }

.has-primary-green-background-color {
  background-color: #509e2f;
  background-color: var(--primary-green, #509e2f); }

.has-primary-green-color {
  color: #509e2f;
  color: var(--primary-green, #509e2f); }

.has-secondary-green-background-color {
  background-color: #85b09a;
  background-color: var(--secondary-green, #85b09a); }

.has-secondary-green-color {
  color: #85b09a;
  color: var(--secondary-green, #85b09a); }

.has-primary-grey-background-color {
  background-color: #b2b4b2;
  background-color: var(--primary-grey, #b2b4b2); }

.has-primary-grey-color {
  color: #b2b4b2;
  color: var(--primary-grey, #b2b4b2); }

.has-primary-pink-background-color {
  background-color: #fb637e;
  background-color: var(--primary-pink, #fb637e); }

.has-primary-pink-color {
  color: #fb637e;
  color: var(--primary-pink, #fb637e); }

.has-primary-dark-blue-background-color {
  background-color: #10274a;
  background-color: var(--primary-dark-blue, #10274a); }

.has-primary-dark-blue-color {
  color: #10274a;
  color: var(--primary-dark-blue, #10274a); }

.has-primary-light-blue-background-color {
  background-color: #92c1e9;
  background-color: var(--primary-light-blue, #92c1e9); }

.has-primary-light-blue-color {
  color: #92c1e9;
  color: var(--primary-light-blue, #92c1e9); }

.has-light-grey-background-color {
  background-color: #f7f7f7;
  background-color: var(--light-grey, #f7f7f7); }

.has-light-grey-color {
  color: #f7f7f7;
  color: var(--light-grey, #f7f7f7); }

.has-grey-background-color {
  background-color: #545859;
  background-color: var(--grey, #545859); }

.has-grey-color {
  color: #545859;
  color: var(--grey, #545859); }

.has-primary-magenta-background-color {
  background-color: #910048;
  background-color: var(--primary-magenta, #910048); }

.has-primary-magenta-color {
  color: #910048;
  color: var(--primary-magenta, #910048); }

.has-primary-coral-background-color {
  background-color: #e56a54;
  background-color: var(--primary-coral, #e56a54); }

.has-primary-coral-color {
  color: #e56a54;
  color: var(--primary-coral, #e56a54); }

.has-white-background-color {
  background-color: #fff;
  background-color: var(--white, #fff); }

.has-white-color {
  color: #fff;
  color: var(--white, #fff); }

.has-body-text-background-color {
  background-color: #212121;
  background-color: var(--body-text, #212121); }

.has-body-text-color {
  color: #212121;
  color: var(--body-text, #212121); }

.has-black-background-color {
  background-color: #000;
  background-color: var(--black, #000); }

.has-black-color {
  color: #000;
  color: var(--black, #000); }

.has-link-background-color {
  background-color: #10274a;
  background-color: var(--link, #10274a); }

.has-link-color {
  color: #10274a;
  color: var(--link, #10274a); }

.has-link-hover-background-color {
  background-color: #d22730;
  background-color: var(--link-hover, #d22730); }

.has-link-hover-color {
  color: #d22730;
  color: var(--link-hover, #d22730); }

.has-grey-1-background-color {
  background-color: #6c6e6c;
  background-color: var(--grey-1, #6c6e6c); }

.has-grey-1-color {
  color: #6c6e6c;
  color: var(--grey-1, #6c6e6c); }

/*
 * Base typography
 */
html {
  font-size: 100%;
  font-size: 16px;
  line-height: 1.5; }

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #000;
  color: var(--black, #000);
  background-color: white;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  color: #13294b;
  color: var(--primary, #13294b);
  font-family: "Butler", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700; }
  h1.is-style-underline,
  h2.is-style-underline,
  h3.is-style-underline,
  h4.is-style-underline,
  h5.is-style-underline,
  h6.is-style-underline,
  .wp-block-heading h1.is-style-underline,
  .wp-block-heading h2.is-style-underline,
  .wp-block-heading h3.is-style-underline,
  .wp-block-heading h4.is-style-underline,
  .wp-block-heading h5.is-style-underline,
  .wp-block-heading h6.is-style-underline {
    text-decoration: underline; }
  h1.montserrat,
  h2.montserrat,
  h3.montserrat,
  h4.montserrat,
  h5.montserrat,
  h6.montserrat,
  .wp-block-heading h1.montserrat,
  .wp-block-heading h2.montserrat,
  .wp-block-heading h3.montserrat,
  .wp-block-heading h4.montserrat,
  .wp-block-heading h5.montserrat,
  .wp-block-heading h6.montserrat {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1,
.h1,
.wp-block-heading h1,
.is-style-heading-1 {
  font-size: 2rem;
  line-height: 1.21875; }
  @media only screen and (min-width: 768px) {
    h1,
    .h1,
    .wp-block-heading h1,
    .is-style-heading-1 {
      font-size: 2.25rem;
      line-height: 1.2222; } }
  @media only screen and (min-width: 1400px) {
    h1,
    .h1,
    .wp-block-heading h1,
    .is-style-heading-1 {
      font-size: 3rem;
      line-height: 1.2083; } }

h2,
.h2,
.wp-block-heading h2,
.is-style-heading-2 {
  font-size: 1.625rem;
  line-height: 1.2307; }
  @media only screen and (min-width: 768px) {
    h2,
    .h2,
    .wp-block-heading h2,
    .is-style-heading-2 {
      font-size: 1.875rem;
      line-height: 1.2; } }
  @media only screen and (min-width: 1400px) {
    h2,
    .h2,
    .wp-block-heading h2,
    .is-style-heading-2 {
      font-size: 2.25rem;
      line-height: 1.2222; } }

h3,
.h3,
.wp-block-heading h3,
.is-style-heading-3 {
  font-size: 1.3125rem;
  line-height: 1.1905; }
  @media only screen and (min-width: 768px) {
    h3,
    .h3,
    .wp-block-heading h3,
    .is-style-heading-3 {
      font-size: 1.5rem;
      line-height: 1.2083; } }
  @media only screen and (min-width: 1400px) {
    h3,
    .h3,
    .wp-block-heading h3,
    .is-style-heading-3 {
      font-size: 1.875rem;
      line-height: 1.2; } }

h4,
.h4,
.wp-block-heading h4,
.is-style-heading-4 {
  font-size: 1.125rem;
  line-height: 1.2222; }
  @media only screen and (min-width: 768px) {
    h4,
    .h4,
    .wp-block-heading h4,
    .is-style-heading-4 {
      font-size: 1.3125rem;
      line-height: 1.1905; } }
  @media only screen and (min-width: 1400px) {
    h4,
    .h4,
    .wp-block-heading h4,
    .is-style-heading-4 {
      font-size: 1.5rem;
      line-height: 1.2083; } }

h5,
.h5,
.wp-block-heading h5,
.is-style-heading-5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    h5,
    .h5,
    .wp-block-heading h5,
    .is-style-heading-5 {
      font-size: 1.3125rem;
      line-height: 1.2381; } }
  @media only screen and (min-width: 1400px) {
    h5,
    .h5,
    .wp-block-heading h5,
    .is-style-heading-5 {
      font-size: 1.5rem;
      line-height: 1.2083; } }

h6,
.h6,
.wp-block-heading h6,
.is-style-heading-6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem; }
  @media only screen and (min-width: 1400px) {
    h6,
    .h6,
    .wp-block-heading h6,
    .is-style-heading-6 {
      font-size: 1.125rem;
      line-height: 1; } }

p,
p.has-regular-font-size,
p.has-normal-font-size,
.is-regular-text,
.wp-block p,
.wp-block p.has-regular-font-size,
.wp-block p.has-normal-font-size,
.wp-block-button__link {
  margin: 0 0 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.71428; }

p.has-small-font-size,
.is-small-text,
.wp-block p.has-small-font-size {
  font-size: 0.875rem;
  line-height: 1.7142; }

.has-medium-font-size {
  font-size: 20px; }

p.has-large-font-size,
.is-large-text,
.wp-block p.has-large-font-size {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500; }

.has-larger-font-size,
.is-larger-text,
.has-huge-font-size {
  font-size: 42px; }

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a {
  color: inherit; }

small,
.small {
  font-size: 90%; }

strong {
  font-weight: 800; }

ul,
ol,
.wp-block ul,
.wp-block ol {
  margin-top: 0;
  padding-left: 25px;
  margin-bottom: 1.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol,
  .wp-block ul ul,
  .wp-block ul ol,
  .wp-block ol ul,
  .wp-block ol ol {
    margin-bottom: 0; }
  ul li,
  ol li,
  .wp-block ul li,
  .wp-block ol li {
    font-size: 0.875rem;
    line-height: 1.7142; }
    @media only screen and (min-width: 768px) {
      ul li,
      ol li,
      .wp-block ul li,
      .wp-block ol li {
        font-size: 1rem;
        line-height: 1.5; } }
  ul.is-style-icon,
  ol.is-style-icon,
  .wp-block ul.is-style-icon,
  .wp-block ol.is-style-icon {
    list-style-image: url("../img/list-icon.svg"); }
    ul.is-style-icon li,
    ol.is-style-icon li,
    .wp-block ul.is-style-icon li,
    .wp-block ol.is-style-icon li {
      padding-left: 5px; }

a,
.wp-block a {
  color: #10274a;
  color: var(--link, #10274a); }
  a:hover, a:focus, a:active,
  .wp-block a:hover,
  .wp-block a:focus,
  .wp-block a:active {
    color: #d22730;
    color: var(--link-hover, #d22730); }

p:empty {
  display: none; }

svg.svg-inline--fa {
  height: 44px;
  width: 44px; }
  svg.svg-inline--fa.fa-facebook-f {
    width: 22.9988px; }
    svg.svg-inline--fa.fa-facebook-f path {
      fill: #3b5998; }
  svg.svg-inline--fa.fa-twitter path {
    fill: #55acee; }
  svg.svg-inline--fa.fa-linkedin path {
    fill: #0976b4; }
  svg.svg-inline--fa.fa-instagram path {
    fill: #405de6; }
  svg.svg-inline--fa.fa-youtube {
    width: 49.5px; }
    svg.svg-inline--fa.fa-youtube path {
      fill: #e52d27; }
  svg.svg-inline--fa.fa-pinterest path {
    fill: #bd081c; }

.grid {
  --columns: auto-fit;
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr)); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text--display-on-focus:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.has-text-align-center {
  text-align: center; }

.has-text-align-left {
  /*rtl:ignore*/
  text-align: left; }

.has-text-align-right {
  /*rtl:ignore*/
  text-align: right; }

.grid-columns .td-card {
  margin-bottom: 1.25rem; }
  .grid-columns .td-card:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .grid-columns .td-card {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .grid-columns .td-card img {
      height: 90px; } }
  @media only screen and (min-width: 1400px) {
    .grid-columns .td-card img {
      height: 140px; } }

@media only screen and (min-width: 768px) {
  .grid-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem; } }

@media only screen and (min-width: 1400px) {
  .grid-columns {
    grid-column-gap: 1.875rem; } }

@media only screen and (min-width: 768px) {
  .grid-columns.-three {
    grid-template-columns: repeat(3, 1fr); } }

@media only screen and (-ms-high-contrast: none) and (min-width: 768px), only screen and (-ms-high-contrast: active) and (min-width: 768px) {
  .grid-columns {
    display: flex;
    flex-direction: row; }
    .grid-columns .td-card {
      flex-basis: calc(25% - 0.5rem);
      flex-grow: 0;
      flex-shrink: 1;
      margin: 0 0.5rem; }
      .grid-columns .td-card:first-of-type {
        margin-left: 0; }
      .grid-columns .td-card:last-of-type {
        margin-right: 0; } }

@media only screen and (-ms-high-contrast: none) and (min-width: 1400px), only screen and (-ms-high-contrast: active) and (min-width: 1400px) {
  .grid-columns .td-card {
    margin: 0 0.9375rem;
    flex-basis: calc(25% - 0.46875rem); } }

@media only screen and (-ms-high-contrast: none) and (min-width: 768px), only screen and (-ms-high-contrast: active) and (min-width: 768px) {
  .grid-columns.-three .td-card {
    flex-basis: calc(33% - 0.5rem); } }

@media only screen and (-ms-high-contrast: none) and (min-width: 1400px), only screen and (-ms-high-contrast: active) and (min-width: 1400px) {
  .grid-columns.-three .td-card {
    flex-basis: calc(33% - 0.46875rem); } }

/* components */
article > *.wp-block-quote.is-style-large {
  margin: 0;
  padding: 0;
  background: red;
  max-width: 100%;
  text-align: left; }

.breadcrumbs-wrapper {
  border-top: 1px solid #f1f1f1; }

.breadcrumbs {
  --max-container-width: 1400px;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  color: #ccc; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:focus, .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs a,
  .breadcrumbs .breadcrumb_last {
    color: #585858; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media only screen and (min-width: 768px) {
    body.admin-bar {
      min-height: calc(100vh - 32px); } }
  body #main {
    flex-grow: 1; }

.header.-primary {
  background-color: #fff;
  background-color: var(--white, #fff);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 2000; }
  .admin-bar .header.-primary {
    top: 46px; }
    @media screen and (min-width: 782px) {
      .admin-bar .header.-primary {
        top: 32px; } }
  .header.-primary .container {
    max-width: none !important; }
    @media only screen and (min-width: 1280px) {
      .header.-primary .container {
        max-width: 1400px !important;
        display: flex;
        justify-content: space-between; } }
  .header.-primary .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .header.-primary .logo img,
  .header.-primary .logo svg {
    width: 137px;
    height: auto; }
  .header.-primary .open {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex; }
    .header.-primary .open svg {
      width: 22px;
      height: 15px; }
  .header.-primary .close {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    cursor: pointer; }
    .header.-primary .close svg {
      width: 17px;
      height: 17px; }
  @media only screen and (min-width: 1280px) {
    .header.-primary {
      padding-top: 0;
      padding-bottom: 0; }
      .header.-primary .logo {
        margin-right: 0.9375rem;
        padding: 0.75rem 0; }
        .header.-primary .logo img,
        .header.-primary .logo svg {
          width: 230px; }
      .header.-primary .open {
        display: none; } }
  .header.-primary .overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #13294b;
    background-color: var(--primary, #13294b);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s 0.5s; }
    @media only screen and (min-width: 1280px) {
      .header.-primary .overlay {
        display: none; } }
  .header.-primary.-open .overlay {
    visibility: visible;
    opacity: 0.3;
    transition: opacity 0.5s; }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header.-primary {
      position: fixed;
      width: 100%; } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main {
    padding-top: 49.35px; } }
  @media only screen and (-ms-high-contrast: none) and (min-width: 1280px), only screen and (-ms-high-contrast: active) and (min-width: 1280px) {
    #main {
      padding-top: 80px; } }

.footer {
  padding-top: 52px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 35px; } }
  @media only screen and (min-width: 1400px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 30px; } }
  .footer a {
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .footer a {
        font-size: 0.875rem; } }
    .footer a:hover {
      text-decoration: underline; }
  .footer .footer-columns {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-columns {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; } }
    @media only screen and (min-width: 1400px) {
      .footer .footer-columns {
        margin-bottom: 0; } }
  .footer #menu-contact-us li {
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .footer #menu-contact-us li {
        margin-bottom: 2px; } }
  .footer .footer-column {
    margin-bottom: 33px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-column--1 {
        margin-right: 53px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1400px) {
      .footer .footer-column--1 {
        margin-right: 70px; } }
    .footer .footer-column--2 {
      margin-bottom: 47px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-column--2 {
          margin-bottom: 0; } }
    .footer .footer-column--3 {
      margin-bottom: 11px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-column--3 {
          margin-left: auto;
          margin-bottom: 0; } }
    .footer .footer-column .footer-column-title {
      color: #13294b;
      font-size: 0.8125rem;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-column .footer-column-title {
          font-size: 0.875rem; } }
    .footer .footer-column a {
      color: #13294b; }
    .footer .footer-column p {
      color: #13294b; }
  .footer .address p {
    font-size: 0.8125rem;
    line-height: 2.2;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .footer .address p {
        font-size: 0.875rem;
        margin-bottom: 0; } }
  .footer .footer-external-link {
    margin-bottom: 23px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-external-link {
        text-align: right; } }
    .footer .footer-external-link a {
      font-size: 0.875rem; }
      .footer .footer-external-link a b {
        font-weight: 800;
        margin-left: 2px; }
  .footer .footer-logo-external {
    margin-bottom: 28px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-logo-external {
        margin-bottom: 23px; } }
    .footer .footer-logo-external img {
      height: 32px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-logo-external img {
          height: 40px; } }
    .footer .footer-logo-external .footer-image-two {
      height: 50px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-logo-external .footer-image-two {
          height: 60px; } }
  .footer .footer-social-links li {
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-social-links li {
        margin-bottom: 3px; } }
  .footer .footer-social-links a {
    font-weight: 500; }
    .footer .footer-social-links a svg path {
      fill: #13294b; }
    .footer .footer-social-links a svg {
      height: 15px;
      width: 15px;
      margin-left: 9px; }
    .footer .footer-social-links a svg[data-icon="facebook-f"] {
      width: 10px;
      height: 13px;
      top: 2px;
      position: relative; }
    .footer .footer-social-links a svg[data-icon="twitter"] {
      width: 15px;
      height: 13px;
      top: 2px;
      position: relative; }
    .footer .footer-social-links a svg[data-icon="instagram"] {
      width: 14px;
      height: 14px;
      top: 2px;
      position: relative; }
    .footer .footer-social-links a svg[data-icon="linkedin"] {
      width: 15px;
      height: 15px;
      top: 2px;
      position: relative; }
  .footer #menu-contact-us {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1400px) {
      .footer #menu-contact-us {
        margin-bottom: 30px; } }
  .footer #menu-terms-and-conditions {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .footer #menu-terms-and-conditions {
        margin-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; } }
    @media only screen and (min-width: 1400px) {
      .footer #menu-terms-and-conditions {
        margin-bottom: 19px; } }
    .footer #menu-terms-and-conditions li {
      margin-bottom: 1px; }
      @media only screen and (min-width: 768px) {
        .footer #menu-terms-and-conditions li {
          margin-left: 20px;
          white-space: nowrap; } }
      @media only screen and (min-width: 1400px) {
        .footer #menu-terms-and-conditions li {
          margin-left: 40px;
          white-space: nowrap; } }
    .footer #menu-terms-and-conditions a {
      color: #152e57;
      font-size: 0.8125rem;
      line-height: 2.15; }
      @media only screen and (min-width: 768px) {
        .footer #menu-terms-and-conditions a {
          font-size: 0.875rem; } }
  .footer .copyright {
    font-size: 0.8125rem;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .footer .copyright {
        text-align: right;
        font-size: 0.875rem; } }

.wrapper, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container {
  display: grid;
  gap: var(--vertical-gap) 0;
  /*

[start]                                                                    [end]
|                                                                              |
|                                                                              |
|  [content-start]                                              [content-end]  |
+--+------------------------------------------------------------------------+--+
|  |                                                                        |  |
|  |                        +--------------------+                          |  |
|  |                        |                    |                          |  |
|  |                        |    .wrapper > *    |                          |  |
|  |                        |                    |                          |  |
|  |                        +--------------------+                          |  |
|  |                                                                        |  |
|  |                  +---------------------------------+                   |  |
|  |                  |                                 |                   |  |
|  |                  |      .wrapper > .alignwide      |                   |  |
|  |                  |                                 |                   |  |
|  |                  +---------------------------------+                   |  |
|  |                                                                        |  |
+--+------------------------------------------------------------------------+--+
|                                                                              |
|                            .wrapper > .alignfull                             |
|                                                                              |
+------------------------------------------------------------------------------+
*/
  grid: auto/[start] var(--horizontal-gap) [content-start] auto [content-end] var(--horizontal-gap) [end];
  justify-items: center; }
  .wrapper > *, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > * {
    max-width: 445px;
    max-width: var(--max-content-width, 445px);
    grid-column: content-start / content-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .wrapper > *, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > * {
        margin-left: auto !important;
        margin-right: auto !important; } }
  .wrapper > .alignwide, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > .alignwide {
    max-width: 1110px;
    max-width: var(--max-container-width, 1110px); }
    .wrapper > .alignwide .wp-block-group__inner-container, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > .alignwide .wp-block-group__inner-container {
      --horizontal-gap: 0; }
    .wrapper > .alignwide .wp-block-group__inner-container > *, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > .alignwide .wp-block-group__inner-container > * {
      max-width: 1110px;
      max-width: var(--max-container-width, 1110px); }
  .wrapper > .alignfull, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > .alignfull {
    grid-column: start / end;
    max-width: 100%; }

@media only screen and (min-width: 768px) {
  :root {
    --horizontal-gap: 2.8125rem; } }

@media only screen and (min-width: 980px) {
  :root {
    --max-content-width: 645px; } }

@media only screen and (min-width: 980px) and (-ms-high-contrast: none), only screen and (min-width: 980px) and (-ms-high-contrast: active) {
  .wrapper > *, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > * {
    max-width: 645px; } }

@media only screen and (min-width: 1400px) {
  :root {
    --max-content-width: 730px; } }

@media only screen and (min-width: 1400px) and (-ms-high-contrast: none), only screen and (min-width: 1400px) and (-ms-high-contrast: active) {
  .wrapper > *, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .wp-block-group__inner-container > * {
    max-width: 730px; } }

.pagination {
  margin: 0 auto;
  max-width: var(--max-content-width); }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    flex-direction: row;
    margin-bottom: -5px; }
  .pagination li {
    margin-right: 5px;
    margin-bottom: 5px; }
    .pagination li:last-of-type {
      margin-right: 0; }
    .pagination li .page-numbers {
      width: 30px;
      height: 30px;
      font-weight: 600;
      font-size: 0.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-width: 2px;
      border-style: solid;
      border-color: #92c1e9;
      border-color: var(--primary-light-blue, #92c1e9);
      color: #92c1e9;
      color: var(--primary-light-blue, #92c1e9); }
      .pagination li .page-numbers.current {
        border-color: #13294b;
        border-color: var(--primary, #13294b);
        color: #13294b;
        color: var(--primary, #13294b); }
    .pagination li a.page-numbers {
      text-decoration: none; }
      .pagination li a.page-numbers:hover, .pagination li a.page-numbers:focus, .pagination li a.page-numbers:active {
        background-color: #92c1e9;
        background-color: var(--primary-light-blue, #92c1e9);
        border-color: #92c1e9;
        border-color: var(--primary-light-blue, #92c1e9);
        color: #fff;
        color: var(--white, #fff);
        text-decoration: none; }

.post-type-archive-news .pagination,
.post-type-archive-event .pagination {
  max-width: 1110px;
  max-width: var(--max-container-width, 1110px);
  margin-right: auto;
  margin-left: auto; }

[class*="wp-block-embed"][class*="-youtube"] .wp-block-embed__wrapper:before {
  display: none !important; }

[class*="wp-block-embed"][class*="-youtube"] .embed__container, [class*="wp-block-embed"].is-type-video .embed__container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25% !important; }
  [class*="wp-block-embed"][class*="-youtube"] .embed__container iframe, [class*="wp-block-embed"].is-type-video .embed__container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }

[class*="wp-block-embed"][class*="-twitter"] iframe {
  width: 100% !important; }

[class*="wp-block-embed"][class*="-instagram"] iframe {
  min-width: 100% !important; }

[class*="wp-block-embed"][class*="-wordpress"] iframe {
  width: 100% !important; }

@media only screen and (max-width: 480px) {
  [class*="wp-block-embed"][class*="-facebook"] .fb_iframe_widget span,
  [class*="wp-block-embed"][class*="-facebook"] .fb_iframe_widget iframe {
    width: 100% !important; } }

.mfp-arrow {
  opacity: 1; }
  .mfp-arrow:active {
    margin-top: -50px; }
  .mfp-arrow:before {
    border: 27px solid #fff;
    border-radius: 50%; }
  .mfp-arrow:after {
    top: 13px; }
  .mfp-arrow.mfp-arrow-left:before, .mfp-arrow.mfp-arrow-right:before {
    background: #fff;
    border: none;
    border-radius: 50%;
    margin-left: 18px;
    opacity: 1;
    height: 50px;
    width: 50px; }
  .mfp-arrow.mfp-arrow-left:after, .mfp-arrow.mfp-arrow-right:after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px; }
  .mfp-arrow.mfp-arrow-left:after {
    left: 7px;
    top: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .mfp-arrow.mfp-arrow-right:after {
    left: -5px;
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

#primary-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #13294b;
  background-color: var(--primary, #13294b);
  color: #fff;
  color: var(--white, #fff);
  font-weight: 700;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1rem;
  padding-left: var(--horizontal-gap, 1rem);
  padding-right: 1rem;
  padding-right: var(--horizontal-gap, 1rem);
  height: 100%;
  flex-direction: column;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  #primary-menu.-open {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s; }
  .admin-bar #primary-menu {
    top: 46px;
    height: calc(100% - 46px); }
    @media screen and (min-width: 782px) {
      .admin-bar #primary-menu {
        top: 32px;
        height: calc(100% - 32px); } }
    @media only screen and (min-width: 1280px) {
      .admin-bar #primary-menu {
        height: auto; } }
  #primary-menu .nav-header {
    display: flex;
    justify-content: flex-end; }
  #primary-menu .nav-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem; }
    #primary-menu .nav-footer .donate {
      border-style: solid;
      border-width: 0.125rem;
      padding: 0.5rem 1.3125rem;
      text-decoration: none;
      border-color: #fff;
      border-color: var(--white, #fff);
      color: #fff;
      color: var(--white, #fff); }
      @media only screen and (min-width: 1280px) {
        #primary-menu .nav-footer .donate {
          border-color: #d22730;
          border-color: var(--primary-red, #d22730);
          color: #d22730;
          color: var(--primary-red, #d22730);
          transition: border-color 0.25s, color 0.25s, background-color 0.25s; }
          #primary-menu .nav-footer .donate:hover, #primary-menu .nav-footer .donate:focus, #primary-menu .nav-footer .donate:active {
            background-color: #13294b;
            background-color: var(--primary, #13294b);
            color: #fff;
            color: var(--white, #fff);
            border-color: #13294b;
            border-color: var(--primary, #13294b);
            text-decoration: none; } }
    #primary-menu .nav-footer .johnian-hub {
      color: #fff;
      color: var(--white, #fff);
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-right: 31px; }
      #primary-menu .nav-footer .johnian-hub span {
        display: flex; }
      @media only screen and (min-width: 768px) {
        #primary-menu .nav-footer .johnian-hub {
          margin-right: 0; } }
      @media only screen and (min-width: 1280px) {
        #primary-menu .nav-footer .johnian-hub {
          color: #d22730;
          color: var(--primary-red, #d22730);
          padding: 0;
          transition: color 0.25s; }
          #primary-menu .nav-footer .johnian-hub .user svg {
            transition: fill 0.25s; }
          #primary-menu .nav-footer .johnian-hub:hover, #primary-menu .nav-footer .johnian-hub:focus, #primary-menu .nav-footer .johnian-hub:active {
            color: #13294b;
            color: var(--primary, #13294b);
            text-decoration: none; }
            #primary-menu .nav-footer .johnian-hub:hover .user svg, #primary-menu .nav-footer .johnian-hub:focus .user svg, #primary-menu .nav-footer .johnian-hub:active .user svg {
              fill: #13294b;
              fill: var(--primary, #13294b); } }
    #primary-menu .nav-footer .user {
      margin-right: 1rem; }
      #primary-menu .nav-footer .user svg {
        height: 20px;
        width: 16px;
        fill: #fff;
        fill: var(--white, #fff); }
        @media only screen and (min-width: 1280px) {
          #primary-menu .nav-footer .user svg {
            fill: #d22730;
            fill: var(--primary-red, #d22730); } }
    @media only screen and (min-width: 1280px) {
      #primary-menu .nav-footer {
        align-items: center;
        padding-top: 0;
        margin-left: 1.25rem; }
        #primary-menu .nav-footer a {
          margin: 0 1.25rem; }
          #primary-menu .nav-footer a:last-child {
            margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    #primary-menu {
      width: 320px;
      left: auto;
      right: 0;
      transform: translateX(100%);
      transition: transform 0.5s, opacity 0.5s;
      opacity: 0;
      visibility: visible;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #primary-menu.-open {
        transform: translateX(0);
        opacity: 1;
        transition: transform 0.5s, opacity 0.5s; } }
  @media only screen and (min-width: 1280px) {
    #primary-menu {
      height: auto;
      display: flex;
      flex-direction: row;
      position: static;
      width: auto;
      padding: 0;
      opacity: 1;
      transition: none;
      transform: none;
      margin: 0;
      background-color: #fff;
      background-color: var(--white, #fff);
      color: #13294b;
      color: var(--primary, #13294b); }
      #primary-menu .nav-header {
        display: none; }
      #primary-menu.-open {
        height: auto;
        flex-direction: row; } }

.nav.-primary {
  flex-grow: 1;
  overflow: auto; }
  .nav.-primary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 1280px) {
      .nav.-primary ul {
        height: 100%; } }
  @media only screen and (min-width: 1280px) {
    .nav.-primary > ul > li {
      display: flex;
      align-items: center; } }
  @media only screen and (min-width: 1280px) {
    .nav.-primary > ul > li:last-of-type > a {
      margin-right: 0; } }
  @media only screen and (min-width: 1280px) {
    .nav.-primary > ul {
      display: flex; } }
  .nav.-primary .sub-menu {
    font-weight: 400; }
    .nav.-primary .sub-menu a {
      padding-left: 1.6rem;
      font-weight: 500; }
      @media only screen and (min-width: 1280px) {
        .nav.-primary .sub-menu a {
          white-space: nowrap;
          padding: 1.25rem;
          margin: 0; } }
    @media only screen and (min-width: 1280px) {
      .nav.-primary .sub-menu {
        background-color: #fff;
        background-color: var(--white, #fff);
        height: auto; } }
  .nav.-primary li {
    position: relative;
    font-size: 1rem; }
    @media only screen and (min-width: 1280px) {
      .nav.-primary li.-hide-on-desktop, .nav.-primary li.-cloned {
        display: none; } }
  .nav.-primary li .sub-menu {
    display: none;
    transition: opacity 0.25s, visibility 0s; }
    @media only screen and (min-width: 1280px) {
      .nav.-primary li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0; } }
  @media only screen and (min-width: 1280px) {
    .nav.-primary li .sub-menu .sub-menu {
      top: 0;
      left: 100%; } }
  .nav.-primary a {
    padding: 0.35rem 0;
    display: block;
    color: inherit;
    text-decoration: none; }
    .nav.-primary a.dropdown {
      display: flex;
      align-items: baseline; }
      .nav.-primary a.dropdown svg path {
        transition: fill 0.25s; }
    @media only screen and (min-width: 1280px) {
      .nav.-primary a {
        padding: 0;
        margin: 0 0.78125rem;
        height: 100%;
        display: flex;
        align-items: center;
        transition: color 0.25s; }
        .nav.-primary a:hover, .nav.-primary a:focus, .nav.-primary a[aria-expanded="true"] {
          color: #92c1e9;
          color: var(--primary-light-blue, #92c1e9); }
        .nav.-primary a.dropdown {
          align-items: center; }
          .nav.-primary a.dropdown:hover svg path, .nav.-primary a.dropdown:focus svg path, .nav.-primary a.dropdown[aria-expanded="true"] svg path {
            fill: #92c1e9;
            fill: var(--primary-light-blue, #92c1e9); } }
    .nav.-primary a svg {
      display: none; }
    .nav.-primary a.dropdown svg {
      margin-left: 0.5rem;
      height: 6px;
      width: 9px;
      display: inline-block; }
      @media only screen and (min-width: 1280px) {
        .nav.-primary a.dropdown svg {
          position: relative;
          top: 2px;
          margin-left: 0.35rem; }
          .nav.-primary a.dropdown svg path {
            fill: #13294b;
            fill: var(--primary, #13294b); } }
    .nav.-primary a.dropdown[aria-expanded="true"] svg {
      transform: rotate(180deg);
      transform-origin: center center; }
      @media only screen and (min-width: 1280px) {
        .nav.-primary a.dropdown[aria-expanded="true"] svg {
          transform: none; }
          .nav.-primary a.dropdown[aria-expanded="true"] svg path {
            fill: #92c1e9;
            fill: var(--primary-light-blue, #92c1e9); } }
    .nav.-primary a[aria-expanded="true"] + .sub-menu {
      visibility: visible;
      opacity: 1;
      display: block; }
    @media only screen and (min-width: 1280px) {
      .nav.-primary a[aria-expanded="false"] + .sub-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.25s, visibility 0s 0.25s; } }
  @media only screen and (min-width: 1280px) {
    .nav.-primary {
      flex-grow: 0;
      overflow: visible; } }

form textarea,
form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form select,
form input[type="color"] {
  width: 100%;
  font-weight: 400;
  min-height: 50px;
  background: white; }
  form textarea.highlighted,
  form input[type="text"].highlighted,
  form input[type="number"].highlighted,
  form input[type="password"].highlighted,
  form input[type="datetime"].highlighted,
  form input[type="datetime-local"].highlighted,
  form input[type="date"].highlighted,
  form input[type="email"].highlighted,
  form input[type="url"].highlighted,
  form input[type="search"].highlighted,
  form input[type="tel"].highlighted,
  form select.highlighted,
  form input[type="color"].highlighted {
    background: #fffdea !important; }
  .gfield_error form textarea, .gfield_error
  form input[type="text"], .gfield_error
  form input[type="number"], .gfield_error
  form input[type="password"], .gfield_error
  form input[type="datetime"], .gfield_error
  form input[type="datetime-local"], .gfield_error
  form input[type="date"], .gfield_error
  form input[type="email"], .gfield_error
  form input[type="url"], .gfield_error
  form input[type="search"], .gfield_error
  form input[type="tel"], .gfield_error
  form select, .gfield_error
  form input[type="color"] {
    background: white !important; }

form input[type="checkbox"] {
  margin-top: 0;
  opacity: 0;
  position: relative;
  margin-left: 15px; }
  form input[type="checkbox"] + label {
    position: relative; }
    form input[type="checkbox"] + label::before {
      content: "";
      display: inline-block;
      height: 16px;
      width: 16px;
      border: 1px solid;
      position: absolute;
      top: 3px;
      left: 0px;
      left: -20px; }
  form input[type="checkbox"]:checked + label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    position: absolute;
    left: 4px;
    top: 7px;
    left: -17px; }

.td-card img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.td-card .content {
  padding-top: 15px; }

.td-card .meta {
  display: flex;
  align-items: center;
  color: #6c6e6c;
  color: var(--grey-1, #6c6e6c);
  font-weight: 600;
  margin-bottom: 0.625rem; }
  .td-card .meta > * {
    font-size: 0.75rem;
    margin-bottom: 0; }

.td-card .title-link {
  display: inline-block;
  text-decoration: none; }

.td-card h2 {
  margin-bottom: 0.9375rem; }

.td-card h2, .td-card h3 {
  margin-top: 0; }

.td-card .meta > *:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .td-card .meta > *:nth-child(2)::before {
    content: "\2022";
    margin: 0 0.5rem; }

.td-card .category {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #6c6e6c;
  color: var(--grey-1, #6c6e6c); }
  .td-card .category:visited {
    color: #6c6e6c;
    color: var(--grey-1, #6c6e6c); }

.td-card .book {
  font-size: 0.875rem;
  margin-right: 2.5rem;
  color: #13294b;
  color: var(--primary, #13294b);
  padding-left: 0;
  padding-right: 0; }

.td-card .links {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .td-card .links {
      flex-direction: column;
      align-items: flex-start; }
      .td-card .links .book {
        margin-bottom: 1.25rem; } }

.td-card.-featured .content {
  padding: 15px 15px 20px 15px; }

.td-card.-featured .book::before {
  background-color: #fff;
  background-color: var(--white, #fff); }

.td-card.-featured .meta,
.td-card.-featured h2,
.td-card.-featured .title-link,
.td-card.-featured .category,
.td-card.-featured .book,
.td-card.-featured .excerpt p {
  color: #fff;
  color: var(--white, #fff); }

@media only screen and (min-width: 768px) {
  .td-card.-featured .links {
    flex-direction: row;
    align-items: center; }
    .td-card.-featured .links .book {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .td-card.-half {
    grid-column: span 2; }
    .td-card.-half img {
      height: 190px; } }

@media only screen and (min-width: 1400px) {
  .td-card.-half {
    display: block; }
    .td-card.-half .links {
      flex-direction: column;
      align-items: flex-start; }
      .td-card.-half .links .book {
        margin-bottom: 1.25rem; }
    .td-card.-half .image-link {
      min-height: 270px;
      flex-basis: 50%;
      flex-shrink: 0; }
      .td-card.-half .image-link img {
        height: 300px; } }

@media only screen and (min-width: 768px) {
  .td-card.-full {
    grid-column: span 4;
    display: flex; }
    .td-card.-full .image-link {
      flex-basis: 50%;
      flex-shrink: 0;
      min-height: 190px; }
      .td-card.-full .image-link img {
        height: 100%; } }

@media only screen and (min-width: 1400px) {
  .td-card.-full .content {
    padding-top: 30px; }
  .td-card.-full .image-link {
    min-height: 300px; } }

.td-card.-finished {
  opacity: 0.5; }

.td-card.-no-image .content {
  padding-top: 0; }

.page-header {
  padding-left: 1rem;
  padding-left: var(--horizontal-gap, 1rem);
  padding-right: 1rem;
  padding-right: var(--horizontal-gap, 1rem); }
  .page-header .container {
    max-width: 1110px;
    max-width: var(--max-container-width, 1110px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .page-header .container {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media only screen and (min-width: 1400px) {
      .page-header .container {
        padding: 4.375rem 0; } }
  .page-header.-has-link .content {
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .page-header.-has-link .content {
        padding-bottom: 1.3125rem; } }
    @media only screen and (min-width: 980px) {
      .page-header.-has-link .content {
        padding-bottom: 1.875rem; } }
    @media only screen and (min-width: 1400px) {
      .page-header.-has-link .content {
        padding-bottom: 1.875rem; } }
  .page-header .content {
    border-style: solid;
    border-width: 7px;
    border-color: #fff;
    border-color: var(--white, #fff);
    border-bottom-width: 0;
    padding: 0.625rem 0.9375rem 0.6875rem; }
    @media only screen and (min-width: 768px) {
      .page-header .content {
        border-right-width: 0;
        border-bottom-width: 7px;
        padding-bottom: 1.4375rem;
        width: 75%; } }
    @media only screen and (min-width: 1400px) {
      .page-header .content {
        padding: 1.25rem 1.25rem 3.0625rem 1.25rem;
        width: 730px; } }
  .page-header h1,
  .page-header .intro {
    color: #fff;
    color: var(--white, #fff); }

.select {
  position: relative; }
  .select::after {
    content: "";
    display: inline-block;
    background-image: url("../img/arrow-down-blue.svg");
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none; }
  .select select {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #13294b;
    border-bottom-color: var(--primary, #13294b);
    font-weight: 700;
    color: #13294b;
    color: var(--primary, #13294b);
    font-size: 0.875rem;
    padding: 0 0 9px 0;
    min-height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px; }
    .select select option {
      font-weight: 700;
      color: #13294b;
      color: var(--primary, #13294b); }
    .select select::-ms-expand {
      display: none; }

.view-toggle {
  color: #13294b;
  color: var(--primary, #13294b);
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  text-decoration: none; }
  .view-toggle:hover, .view-toggle:focus, .view-toggle:active {
    color: #d22730;
    color: var(--primary-red, #d22730); }
    .view-toggle:hover svg path, .view-toggle:focus svg path, .view-toggle:active svg path {
      stroke: #d22730;
      stroke: var(--primary-red, #d22730); }
  .view-toggle.-list-view svg {
    width: 26px;
    height: 13px;
    margin-right: 0.75rem; }
  .view-toggle.-grid-view svg {
    width: 22px;
    height: 17px;
    margin-right: 1.25rem; }

/**
 * Used in the:
 *   - Event Archive (Grid View)
 *   - News Archive
 *   - News & Events Block
 */
.-grid {
  display: grid;
  grid-row-gap: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 1.25rem; } }
  @media only screen and (min-width: 1400px) {
    .-grid {
      grid-row-gap: 1.875rem;
      grid-column-gap: 1.875rem; } }
  .-grid:last-child {
    margin-bottom: 0; }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .-grid .td-card {
      margin-bottom: 1.25rem; } }

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .-grid .td-card {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      flex-basis: calc(25% - 1.25rem);
      flex-shrink: 0;
      flex-grow: 0; }
      .-grid .td-card.-half {
        flex-basis: calc(50% - 1.25rem); }
      .-grid .td-card.-full {
        flex-basis: calc(100% - 1.25rem); } }

@media (-ms-high-contrast: none) and (min-width: 1400px), (-ms-high-contrast: active) and (min-width: 1400px) {
  .-grid .td-card {
    margin-bottom: 1.875rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex-basis: calc(25% - 1.875rem); }
    .-grid .td-card.-half {
      flex-basis: calc(50% - 1.875rem); }
    .-grid .td-card.-full {
      flex-basis: calc(100% - 1.875rem); } }

/**
 * Used in the:
 *   - Events Index (List View)
 *   - Author Single
 */
.-list {
  display: block; }
  .-list .td-card {
    margin-bottom: 1rem; }
    .-list .td-card:last-child {
      margin-bottom: 0; }
    .-list .td-card .content {
      padding: 0; }
    .-list .td-card img {
      margin-bottom: 10px; }
    .-list .td-card .links {
      flex-direction: row;
      align-items: center; }
      .-list .td-card .links .book {
        margin-bottom: 0; }
    .-list .td-card .excerpt {
      display: none; }
    @media only screen and (min-width: 768px) {
      .-list .td-card {
        display: flex;
        margin-bottom: 1.25rem; }
        .-list .td-card img {
          width: 242px;
          height: 145px;
          margin-bottom: 0;
          margin-right: 20px; }
        .-list .td-card .image-link {
          flex-shrink: 0; } }
    @media only screen and (min-width: 1400px) {
      .-list .td-card img {
        width: 255px;
        height: 145px; } }

.controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1110px;
  max-width: var(--max-container-width, 1110px);
  margin-right: auto;
  margin-left: auto;
  margin: 1.875rem auto; }
  .controls form {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .controls form {
        width: auto; } }
  @media only screen and (min-width: 768px) {
    .controls .select {
      width: 245px; } }
  @media only screen and (min-width: 1400px) {
    .controls .select {
      width: 350px; } }
  @media only screen and (min-width: 768px) {
    .controls {
      flex-direction: row;
      align-items: center; } }
  @media only screen and (min-width: 1400px) {
    .controls {
      margin: 3.125rem auto; } }

.tweet {
  color: #13294b;
  color: var(--primary, #13294b); }
  .tweet .alignwide {
    max-width: 1110px;
    max-width: var(--max-container-width, 1110px);
    margin-right: auto;
    margin-left: auto; }
  .tweet a {
    font-weight: 500;
    color: #13294b;
    color: var(--primary, #13294b); }
  .tweet #ctf .ctf-item {
    padding: 0;
    border: 0; }
  .tweet #ctf .ctf-context {
    float: none;
    margin-bottom: 0.625rem; }
  .tweet #ctf .ctf-screename-sep {
    display: none; }
  .tweet #ctf .ctf-retweet .ctf-context {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .tweet #ctf .ctf-retweet-icon {
    background: transparent;
    padding: 0;
    margin-right: 0.3125rem; }
    .tweet #ctf .ctf-retweet-icon svg {
      display: none; }
    .tweet #ctf .ctf-retweet-icon::before {
      content: "";
      height: 11px;
      width: 19px;
      background-image: url("../img/retweet.svg");
      background-repeat: no-repeat;
      display: inline-block; }
  .tweet #ctf .ctf-author-box {
    margin-bottom: 0.8125rem;
    display: flex;
    align-items: center; }
    .tweet #ctf .ctf-author-box::before {
      content: "";
      height: 20px;
      width: 26px;
      background-image: url("../img/twitter-blue.svg");
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .tweet #ctf .ctf-author-box {
        margin-bottom: 0.625rem; } }
  .tweet #ctf .ctf-author-box-link {
    font-size: 0.875rem; }
  .tweet #ctf .ctf-author-screenname {
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    text-decoration: none; }
  .tweet #ctf .ctf-author-name {
    display: none; }
  @media only screen and (min-width: 768px) {
    .tweet #ctf .ctf-tweet-content {
      margin-left: 2.875rem; } }
  .tweet #ctf .ctf-tweet-text {
    font-size: 0.875rem;
    line-height: 1.714; }
    .tweet #ctf .ctf-tweet-text a {
      color: #13294b;
      color: var(--primary, #13294b); }
  .tweet #ctf .ctf-tweet-text-media-wrap {
    border-color: #13294b;
    border-color: var(--primary, #13294b); }

.cookie-consent {
  background-color: #13294b;
  background-color: var(--primary, #13294b);
  color: #fff;
  color: var(--white, #fff); }
  .cookie-consent .cookie-consent__container {
    max-width: 1110px;
    max-width: var(--max-container-width, 1110px); }
  .cookie-consent .cookie-consent__content {
    flex: 0 1 auto; }
  .cookie-consent a {
    color: #fff;
    color: var(--white, #fff); }
    .cookie-consent a:visited {
      color: #fff;
      color: var(--white, #fff); }
  .cookie-consent button.button:not([class*="has-"]):not(.is-style-outline) {
    color: #fff;
    color: var(--white, #fff); }
    .cookie-consent button.button:not([class*="has-"]):not(.is-style-outline)::before {
      background-color: #fff;
      background-color: var(--white, #fff); }

.leaflet-container {
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .leaflet-container {
      min-height: 300px; } }
  @media only screen and (min-width: 1400px) {
    .leaflet-container {
      min-height: 450px; } }
  .leaflet-container .leaflet-control-attribution.leaflet-control {
    display: none; }

.search {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #13294b;
  border-bottom-color: var(--primary, #13294b);
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .search {
      width: 350px;
      max-width: 350px; } }
  .search .search-bar {
    background-color: transparent;
    -webkit-appearance: none;
    border: 0;
    color: #13294b;
    color: var(--primary, #13294b);
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    min-height: 0;
    width: 100%; }
    .search .search-bar::placeholder {
      color: #13294b;
      color: var(--primary, #13294b);
      opacity: 1; }
    .search .search-bar::-webkit-search-decoration {
      -webkit-appearance: none; }
  .search .search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #13294b;
    color: var(--primary, #13294b);
    display: flex; }
    .search .search-button svg {
      height: 16px;
      width: 16px; }

/* templates */
.blog article {
  margin-bottom: 24px; }
  .blog article:first-of-type {
    margin-top: 24px; }

.error404 main {
  display: flex;
  flex-direction: column; }

.error404 .page-header {
  width: 100%;
  flex-grow: 1; }

/* .page {
	article {
		> * {
			@include content;
			& + * {
				margin-top: 1em;
			}
		}
		& > .alignfull {
			max-width: unset;
			padding-right: 0;
			padding-left: 0;
		}
		& > .alignwide {
			@include alignwide;
		}
	}
}
 */
.post-type-archive-event .wrapper.-list-view .page-header, .post-type-archive-event .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .-list-view.wp-block-group__inner-container .page-header, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .post-type-archive-event .-list-view.wp-block-group__inner-container .page-header {
  background-color: transparent !important; }
  .post-type-archive-event .wrapper.-list-view .page-header .content, .post-type-archive-event .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .-list-view.wp-block-group__inner-container .page-header .content, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .post-type-archive-event .-list-view.wp-block-group__inner-container .page-header .content {
    min-height: 0;
    border: 0;
    padding: 0; }
  .post-type-archive-event .wrapper.-list-view .page-header .container, .post-type-archive-event .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .-list-view.wp-block-group__inner-container .page-header .container, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .post-type-archive-event .-list-view.wp-block-group__inner-container .page-header .container {
    padding: 3.125rem 0 0 0; }
  .post-type-archive-event .wrapper.-list-view .page-header .intro, .post-type-archive-event .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .-list-view.wp-block-group__inner-container .page-header .intro, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .post-type-archive-event .-list-view.wp-block-group__inner-container .page-header .intro {
    display: none; }
  .post-type-archive-event .wrapper.-list-view .page-header h1, .post-type-archive-event .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .-list-view.wp-block-group__inner-container .page-header h1, .wp-block-group:not(.is-style-no-grid):not(.is-style-featured-card) .post-type-archive-event .-list-view.wp-block-group__inner-container .page-header h1 {
    color: #13294b;
    color: var(--primary, #13294b);
    margin-bottom: 0; }

.post-type-archive-event .controls form {
  margin-bottom: 1.375rem; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-event .controls form {
      margin-right: 3.75rem;
      margin-bottom: 0; } }

.post-type-archive-event .-list + .pagination {
  margin-top: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-event .-list + .pagination {
      margin-top: 3.125rem; } }

.post-type-archive-event .pagination {
  margin-top: 1.875rem; }
  @media only screen and (min-width: 1400px) {
    .post-type-archive-event .pagination {
      margin-top: 3.125rem; } }

.post-type-archive-event .no-content h2 {
  margin-bottom: 0; }

.post-type-archive-news .no-content h2 {
  margin-bottom: 0; }

.post-type-archive-news .pagination {
  margin-top: 1.875rem; }
  @media only screen and (min-width: 1400px) {
    .post-type-archive-news .pagination {
      margin-top: 2.25rem; } }

.post-type-archive-news .tweet,
.post-type-archive-news .st-johns-news {
  margin-top: 3.25rem; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-news .tweet,
    .post-type-archive-news .st-johns-news {
      margin-top: 3.625rem; } }
  @media only screen and (min-width: 1400px) {
    .post-type-archive-news .tweet,
    .post-type-archive-news .st-johns-news {
      margin-top: 5.375rem; } }

.post-type-archive-news .st-johns-news .title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

body.home #main > article > header {
  display: none; }

.single-event .wp-block-group.events-sidebar {
  border-top: 4px #13294b solid;
  background-color: #f7f7f7f7;
  padding: 20px 15px;
  padding-bottom: 1px; }
  @media only screen and (min-width: 768px) {
    .single-event .wp-block-group.events-sidebar {
      padding: 20px 15px 25px 25px; } }
  @media only screen and (min-width: 1400px) {
    .single-event .wp-block-group.events-sidebar {
      padding: 20px 20px; } }
  .single-event .wp-block-group.events-sidebar .event-date {
    margin-bottom: 3px; }
  .single-event .wp-block-group.events-sidebar a,
  .single-event .wp-block-group.events-sidebar p,
  .single-event .wp-block-group.events-sidebar h3,
  .single-event .wp-block-group.events-sidebar h3,
  .single-event .wp-block-group.events-sidebar h4,
  .single-event .wp-block-group.events-sidebar h5,
  .single-event .wp-block-group.events-sidebar h6 {
    font-size: 0.875rem; }
  .single-event .wp-block-group.events-sidebar h2,
  .single-event .wp-block-group.events-sidebar h3,
  .single-event .wp-block-group.events-sidebar h4,
  .single-event .wp-block-group.events-sidebar h5,
  .single-event .wp-block-group.events-sidebar h6 {
    color: #13294b;
    color: var(--primary, #13294b);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 2px; }
    @media only screen and (min-width: 768px) {
      .single-event .wp-block-group.events-sidebar h2,
      .single-event .wp-block-group.events-sidebar h3,
      .single-event .wp-block-group.events-sidebar h4,
      .single-event .wp-block-group.events-sidebar h5,
      .single-event .wp-block-group.events-sidebar h6 {
        margin-bottom: 3px; } }
  .single-event .wp-block-group.events-sidebar p {
    margin-bottom: 25px; }
    @media only screen and (min-width: 1400px) {
      .single-event .wp-block-group.events-sidebar p {
        margin-bottom: 36px; } }
    @media only screen and (min-width: 768px) {
      .single-event .wp-block-group.events-sidebar p:last-child {
        margin-bottom: 0; } }
  .single-event .wp-block-group.events-sidebar .add-to-calendar {
    margin-bottom: 22px; }
    @media only screen and (min-width: 1400px) {
      .single-event .wp-block-group.events-sidebar .add-to-calendar {
        margin-bottom: 35px; } }

.single-event .event-date {
  margin-bottom: 0; }

.single-event .featured-image-event {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (min-width: 1400px) {
    .single-event .featured-image-event {
      min-height: 550px; } }
  .single-event .featured-image-event + .event-columns {
    margin-top: 28px;
    margin-bottom: 0; }
    @media only screen and (min-width: 1400px) {
      .single-event .featured-image-event + .event-columns {
        margin-top: 50px; } }

.single-event .social-share-block {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .single-event .social-share-block {
      margin-top: 22px; } }
  @media only screen and (min-width: 1400px) {
    .single-event .social-share-block {
      margin-top: 25px; } }
  .single-event .social-share-block .title {
    color: #13294b;
    font-size: 0.875rem; }

.single-event .wp-block-columns {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1400px) {
    .single-event .wp-block-columns {
      margin-bottom: 40px; } }
  .single-event .wp-block-columns h1 {
    line-height: 1; }
  .single-event .wp-block-columns p {
    line-height: 1.75; }

.single-event .order-1 {
  order: 1; }
  @media only screen and (min-width: 1400px) {
    .single-event .order-1 {
      margin-left: 5px;
      margin-top: -5px; } }

.single-event .order-2 {
  order: 2;
  margin-bottom: 0; }
  @media only screen and (min-width: 1400px) {
    .single-event .order-2 {
      padding-right: 25px;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .single-event .order-md-1 {
    order: 1; } }

@media only screen and (min-width: 768px) {
  .single-event .order-md-2 {
    order: 2; } }

@media only screen and (max-width: 768px) {
  .single-event .wp-block-column.order-1 {
    margin-bottom: 25px; } }

.tax-authors main {
  padding-top: 2.5625rem; }

.tax-authors .author-image {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem; }

.tax-authors .description *:last-child {
  margin-bottom: 0; }

.tax-authors .related-posts {
  margin-top: 2.0625rem; }
  @media only screen and (min-width: 768px) {
    .tax-authors .related-posts {
      margin-top: 3.375rem; } }
  @media only screen and (min-width: 1400px) {
    .tax-authors .related-posts {
      margin-top: 3.125rem; } }

.tax-issues .banner {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover; }

.tax-issues .search-title,
.issues-search .search-title {
  margin-top: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .tax-issues .search-title,
    .issues-search .search-title {
      margin-top: 3.125rem; } }

.tax-issues .search,
.issues-search .search {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .tax-issues .search,
    .issues-search .search {
      margin-bottom: 3.125rem; } }

.tax-issues .search-results .-grid,
.issues-search .search-results .-grid {
  grid-auto-flow: dense; }

/*# sourceMappingURL=maps/main-2709c43e48.css.map */
