@charset "UTF-8";
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* 2022 new colors */
.stat-catalog__heading, .stat-card__heading, .footer-nav__heading, .mega-submenu__heading, .nav-main__item > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-nav__list a[target=_blank]::after, .nav-main__submenu ul a[target=_blank]::after, .header-utility__nav__list li:not(.hide-arrow) a[target=_blank]::after,
.nav-main__append .utility-nav-list li:not(.hide-arrow) a[target=_blank]::after {
  content: "";
  position: relative;
  top: -2px;
  margin-left: 0.8em;
  font-size: 0.8em;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}

.footer-secondary__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.footer-secondary__list li, .social__list li {
  display: inline-block;
}

.post-card__thumb, .hero, .footer-cta__item--has-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.post-card__thumb, .hero, .footer-cta__item--has-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Fonts
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container, .wp-block-buttons.alignfull, .gutenberg-overflow .alignfull > [class*=__inner-container] {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

.columns {
  margin-right: -1.8vw;
  margin-left: -1.8vw;
}

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
}

.col-1 {
  width: calc(8.333% - 3.6vw);
}

.col-2 {
  width: calc(16.666% - 3.6vw);
}

.col-3 {
  width: calc(25% - 3.6vw);
}

.col-4 {
  width: calc(33.333% - 3.6vw);
}

.col-5 {
  width: calc(41.666% - 3.6vw);
}

.col-6 {
  width: calc(50% - 3.6vw);
}

.col-7 {
  width: calc(58.333% - 3.6vw);
}

.col-8 {
  width: calc(66.666% - 3.6vw);
}

.col-9 {
  width: calc(75% - 3.6vw);
}

.col-10 {
  width: calc(83.333% - 3.6vw);
}

.col-11 {
  width: calc(91.666% - 3.6vw);
}

.col-12 {
  width: calc(100% - 3.6vw);
}

.col-offset-0 {
  margin-left: 1.8vw;
}

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw);
}

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw);
}

.col-offset-3 {
  margin-left: calc(25% + 1.8vw);
}

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw);
}

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw);
}

.col-offset-6 {
  margin-left: calc(50% + 1.8vw);
}

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw);
}

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw);
}

.col-offset-9 {
  margin-left: calc(75% + 1.8vw);
}

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw);
}

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw);
}

@media only screen and (min-width: 350px) {
  .container, .wp-block-buttons.alignfull, .gutenberg-overflow .alignfull > [class*=__inner-container] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-sm-3 {
    width: calc(25% - 3.6vw);
  }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-sm-6 {
    width: calc(50% - 3.6vw);
  }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-sm-9 {
    width: calc(75% - 3.6vw);
  }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-sm-12 {
    width: calc(100% - 3.6vw);
  }

  .col-sm-offset-0 {
    margin-left: 1.8vw;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .container, .wp-block-buttons.alignfull, .gutenberg-overflow .alignfull > [class*=__inner-container] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .col-md-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-md-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-md-3 {
    width: calc(25% - 3.6vw);
  }

  .col-md-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-md-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-md-6 {
    width: calc(50% - 3.6vw);
  }

  .col-md-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-md-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-md-9 {
    width: calc(75% - 3.6vw);
  }

  .col-md-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-md-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-md-12 {
    width: calc(100% - 3.6vw);
  }

  .col-md-offset-0 {
    margin-left: 1.8vw;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-lg-3 {
    width: calc(25% - 3.6vw);
  }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-lg-6 {
    width: calc(50% - 3.6vw);
  }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-lg-9 {
    width: calc(75% - 3.6vw);
  }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-lg-12 {
    width: calc(100% - 3.6vw);
  }

  .col-lg-offset-0 {
    margin-left: 1.8vw;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px;
  }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }

  .col-1 {
    width: calc(8.333% - 44px);
  }

  .col-2 {
    width: calc(16.666% - 44px);
  }

  .col-3 {
    width: calc(25% - 44px);
  }

  .col-4 {
    width: calc(33.333% - 44px);
  }

  .col-5 {
    width: calc(41.666% - 44px);
  }

  .col-6 {
    width: calc(50% - 44px);
  }

  .col-7 {
    width: calc(58.333% - 44px);
  }

  .col-8 {
    width: calc(66.666% - 44px);
  }

  .col-9 {
    width: calc(75% - 44px);
  }

  .col-10 {
    width: calc(83.333% - 44px);
  }

  .col-11 {
    width: calc(91.666% - 44px);
  }

  .col-12 {
    width: calc(100% - 44px);
  }

  .col-offset-0 {
    margin-left: 22px;
  }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-sm-1 {
    width: calc(8.333% - 44px);
  }

  .col-sm-2 {
    width: calc(16.666% - 44px);
  }

  .col-sm-3 {
    width: calc(25% - 44px);
  }

  .col-sm-4 {
    width: calc(33.333% - 44px);
  }

  .col-sm-5 {
    width: calc(41.666% - 44px);
  }

  .col-sm-6 {
    width: calc(50% - 44px);
  }

  .col-sm-7 {
    width: calc(58.333% - 44px);
  }

  .col-sm-8 {
    width: calc(66.666% - 44px);
  }

  .col-sm-9 {
    width: calc(75% - 44px);
  }

  .col-sm-10 {
    width: calc(83.333% - 44px);
  }

  .col-sm-11 {
    width: calc(91.666% - 44px);
  }

  .col-sm-12 {
    width: calc(100% - 44px);
  }

  .col-sm-offset-0 {
    margin-left: 22px;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-md-1 {
    width: calc(8.333% - 44px);
  }

  .col-md-2 {
    width: calc(16.666% - 44px);
  }

  .col-md-3 {
    width: calc(25% - 44px);
  }

  .col-md-4 {
    width: calc(33.333% - 44px);
  }

  .col-md-5 {
    width: calc(41.666% - 44px);
  }

  .col-md-6 {
    width: calc(50% - 44px);
  }

  .col-md-7 {
    width: calc(58.333% - 44px);
  }

  .col-md-8 {
    width: calc(66.666% - 44px);
  }

  .col-md-9 {
    width: calc(75% - 44px);
  }

  .col-md-10 {
    width: calc(83.333% - 44px);
  }

  .col-md-11 {
    width: calc(91.666% - 44px);
  }

  .col-md-12 {
    width: calc(100% - 44px);
  }

  .col-md-offset-0 {
    margin-left: 22px;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-lg-1 {
    width: calc(8.333% - 44px);
  }

  .col-lg-2 {
    width: calc(16.666% - 44px);
  }

  .col-lg-3 {
    width: calc(25% - 44px);
  }

  .col-lg-4 {
    width: calc(33.333% - 44px);
  }

  .col-lg-5 {
    width: calc(41.666% - 44px);
  }

  .col-lg-6 {
    width: calc(50% - 44px);
  }

  .col-lg-7 {
    width: calc(58.333% - 44px);
  }

  .col-lg-8 {
    width: calc(66.666% - 44px);
  }

  .col-lg-9 {
    width: calc(75% - 44px);
  }

  .col-lg-10 {
    width: calc(83.333% - 44px);
  }

  .col-lg-11 {
    width: calc(91.666% - 44px);
  }

  .col-lg-12 {
    width: calc(100% - 44px);
  }

  .col-lg-offset-0 {
    margin-left: 22px;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-xl-1 {
    width: calc(8.333% - 44px);
  }

  .col-xl-2 {
    width: calc(16.666% - 44px);
  }

  .col-xl-3 {
    width: calc(25% - 44px);
  }

  .col-xl-4 {
    width: calc(33.333% - 44px);
  }

  .col-xl-5 {
    width: calc(41.666% - 44px);
  }

  .col-xl-6 {
    width: calc(50% - 44px);
  }

  .col-xl-7 {
    width: calc(58.333% - 44px);
  }

  .col-xl-8 {
    width: calc(66.666% - 44px);
  }

  .col-xl-9 {
    width: calc(75% - 44px);
  }

  .col-xl-10 {
    width: calc(83.333% - 44px);
  }

  .col-xl-11 {
    width: calc(91.666% - 44px);
  }

  .col-xl-12 {
    width: calc(100% - 44px);
  }

  .col-xl-offset-0 {
    margin-left: 22px;
  }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #013B52;
}

html {
  height: 100%;
  color: #5D5D5D;
  font-size: 100%;
  font-family: "Helvetica", sans-serif;
  text-decoration-skip: ink;
  line-height: 1.55;
}

body {
  margin: 0;
  overflow: hidden;
}

.body-overlay {
  position: relative;
  background: #fff;
  transition: -webkit-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -moz-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh;
  }
}

p {
  margin: 0.5em 0 0.75em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1, .h1, .style-h1, .content h1 {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.625em 0;
}
@media (min-width: 768px) {
  h1, .h1, .style-h1, .content h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1199px) {
  h1, .h1, .style-h1, .content h1 {
    font-size: 2.75rem;
  }
}

h2, .h2, .style-h2, .content h2 {
  color: #000;
  font-size: 1.75rem;
  margin: 0.625em 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2, .h2, .style-h2, .content h2 {
    font-size: 2.25rem;
  }
}

h3, .h3, .style-h3, .content h3 {
  color: var(--palette-brand-2);
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  margin: 1em 0;
  font-weight: 600;
}

h4, .h4 {
  margin: 0.938em 0;
  font-size: 1.3em;
}

h5, .h5 {
  margin: 0.938em 0;
  font-size: 1.2em;
  line-height: 1.125;
}

h6, .h6 {
  margin: 0.938em 0;
  font-size: 1.1em;
  line-height: 1.125;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em;
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(93, 93, 93, 0.3);
}
@media (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  max-width: 100%;
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/
}

input,
textarea {
  font-size: 0.83rem;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]),
textarea {
  width: 100%;
  outline: none;
  border: 1px solid rgba(93, 93, 93, 0.25);
  border-radius: 0;
  padding: 1em 1.25em;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(93, 93, 93, 0.5);
}

::-moz-placeholder {
  color: rgba(93, 93, 93, 0.5);
}

:-moz-placeholder {
  color: rgba(93, 93, 93, 0.5);
}

:-ms-input-placeholder {
  color: rgba(93, 93, 93, 0.5);
}

:placeholder-shown {
  color: rgba(93, 93, 93, 0.5);
}

.table__wrap {
  position: relative;
}
.table__wrap::before, .table__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.table__wrap::before {
  left: 0;
  background-image: linear-gradient(to right, rgba(93, 93, 93, 0.5), rgba(93, 93, 93, 0));
}
.table__wrap::after {
  right: 0;
  background-image: linear-gradient(to left, rgba(93, 93, 93, 0.5), rgba(93, 93, 93, 0));
}
.table__wrap.has-scroll--left::before, .table__wrap.has-scroll--right::after {
  opacity: 1;
}

.table__container {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem;
}
.table__container--journals-table {
  overflow-x: visible;
}
@media (min-width: 768px) {
  .table__container {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.table__container table {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.4;
}
.table__container thead,
.table__container tfoot {
  background: #f0f3f7;
  color: #005F84;
  font-size: 0.9em;
}
.table__container thead {
  font-weight: 900;
}
.table__container tfoot td,
.table__container tfoot th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.table__container td,
.table__container th {
  border: 1px solid #dddddd;
  padding: 1.4em 1rem;
  text-align: left;
}
.table__container th {
  min-width: 150px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .table__container th {
    min-width: 150px;
    max-width: 500px;
  }
}
.table__container td {
  min-width: 175px;
}
.table__container tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.table__container tbody td,
.table__container tbody th {
  padding-top: 1em;
  padding-bottom: 1em;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-text {
  position: absolute;
  left: -99999px;
}

.objectfit--contain {
  object-fit: contain;
}
.objectfit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center;
}
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center;
}

.container, .wp-block-buttons.alignfull, .gutenberg-overflow .alignfull > [class*=__inner-container] {
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
  max-width: 1485px;
}

.site-substance {
  min-height: 60vh;
}

.flexset {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1vw;
  margin-right: -1vw;
  overflow: hidden;
}
.flexset > * {
  padding-left: calc(2vw / 2);
  padding-right: calc(2vw / 2);
}
.flexset--nogutter {
  margin-left: 0;
  margin-right: 0;
}
.flexset--nogutter > * {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .flexset {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    overflow: hidden;
  }
  .flexset > * {
    padding-left: calc(3vw / 2);
    padding-right: calc(3vw / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .flexset {
    display: flex;
    flex-flow: row wrap;
    margin-left: -13px;
    margin-right: -13px;
    overflow: hidden;
  }
  .flexset > * {
    padding-left: calc(26px / 2);
    padding-right: calc(26px / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1199px) {
  .flexset {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .flexset > * {
    padding-left: calc(40px / 2);
    padding-right: calc(40px / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-columns {
  width: 100%;
}
@media (min-width: 768px) {
  .site-columns .site-main {
    width: calc(100% * (0.6));
  }
}
@media (min-width: 991px) {
  .site-columns .site-main {
    width: calc(100% * (0.75));
  }
}
@media (min-width: 1199px) {
  .site-columns .site-main {
    width: calc(100% * (0.6875));
  }
}
@media (min-width: 768px) {
  .site-columns .site-sidebar {
    width: calc(100% * (0.4));
  }
}
@media (min-width: 991px) {
  .site-columns .site-sidebar {
    width: calc(100% * (0.25));
  }
}
@media (min-width: 1199px) {
  .site-columns .site-sidebar {
    width: calc(100% * (0.25));
    margin-left: calc(100% * (0.0625));
  }
}

@media (min-width: 991px) {
  .site-main--reading, .gutenberg-overflow .alignfull > [class*=__inner-container] > *:not(.alignwide):not(.alignfull) {
    width: calc(100% * (0.9166666667));
    margin-left: calc(100% * (0.0833333333));
  }
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .site-header .header-logo a:after {
    content: "";
  }

  .hidden-print {
    display: none !important;
  }

  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
/* ======================================================================
Components
====================================================================== */
@media (min-width: 991px) {
  .gutenberg-overflow .alignwide {
    margin-left: -13%;
    margin-right: -13%;
    width: auto;
  }
}
.gutenberg-overflow .alignwide .alignwide,
.gutenberg-overflow .alignwide .alignfull {
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 0;
}
.gutenberg-overflow .alignfull {
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: 100vw;
  width: auto;
}
.gutenberg-overflow .alignfull > [class*=__inner-container] > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
.gutenberg-overflow .alignfull > [class*=__inner-container] > *.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.gutenberg-overflow .alignfull > [class*=__inner-container] .wp-block-group.alignwide > .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}

.alignfull p,
.alignwide p {
  max-width: 100%;
}

.alignnone {
  margin-right: 1.5em;
}

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto;
}

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 0.6em 1.5em;
  }
}

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.5em 0.6em 0;
  }
}

.wp-caption.alignleft {
  margin-bottom: 1em;
}

.wp-caption.alignright {
  margin-bottom: 1em;
}

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 0.5em;
  font-size: 0.9em;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Margin Helper Classes */
.nomargin {
  margin: 0 !important;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.tb-default-margin-top, .tb-default-margin {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .tb-default-margin-top, .tb-default-margin {
    margin-top: 75px;
  }
}
@media (min-width: 991px) {
  .tb-default-margin-top, .tb-default-margin {
    margin-top: 100px;
  }
}

.tb-default-margin-bottom, .tb-default-margin {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .tb-default-margin-bottom, .tb-default-margin {
    margin-bottom: 75px;
  }
}
@media (min-width: 991px) {
  .tb-default-margin-bottom, .tb-default-margin {
    margin-bottom: 100px;
  }
}

/* Padding Helper Classes */
.nopad {
  padding: 0 !important;
}

.tb-default-top-pad, .tb-default-pad {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tb-default-top-pad, .tb-default-pad {
    padding-top: 30px;
  }
}
@media (min-width: 991px) {
  .tb-default-top-pad, .tb-default-pad {
    padding-top: 40px;
  }
}

.tb-default-bottom-pad, .tb-default-pad {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .tb-default-bottom-pad, .tb-default-pad {
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .tb-default-bottom-pad, .tb-default-pad {
    padding-bottom: 40px;
  }
}

.tb-exsmall-top-pad {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .tb-exsmall-top-pad {
    padding-top: 10px;
  }
}

.tb-exsmall-bottom-pad {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .tb-exsmall-bottom-pad {
    padding-bottom: 10px;
  }
}

.tb-small-top-pad {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .tb-small-top-pad {
    padding-top: 15px;
  }
}
@media (min-width: 991px) {
  .tb-small-top-pad {
    padding-top: 20px;
  }
}

.tb-small-bottom-pad {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .tb-small-bottom-pad {
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .tb-small-bottom-pad {
    padding-bottom: 20px;
  }
}

.tb-large-top-pad {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .tb-large-top-pad {
    padding-top: 60px;
  }
}
@media (min-width: 991px) {
  .tb-large-top-pad {
    padding-top: 80px;
  }
}

.tb-large-bottom-pad {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tb-large-bottom-pad {
    padding-bottom: 60px;
  }
}
@media (min-width: 991px) {
  .tb-large-bottom-pad {
    padding-bottom: 80px;
  }
}

.tb-exlarge-top-pad {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .tb-exlarge-top-pad {
    padding-top: 90px;
  }
}
@media (min-width: 991px) {
  .tb-exlarge-top-pad {
    padding-top: 120px;
  }
}

/* Content Helper Classes */
.txt-uppercase {
  text-transform: uppercase;
}

.responsive-break br {
  display: none;
}
@media (min-width: 991px) {
  .responsive-break br {
    display: inline;
  }
}

.txt-small {
  font-size: 0.85em;
}

.has-text-color.has-palette-text-color {
  color: var(--palette-text);
}
.has-text-color.has-palette-text-color h1, .has-text-color.has-palette-text-color h2, .has-text-color.has-palette-text-color h3, .has-text-color.has-palette-text-color h4, .has-text-color.has-palette-text-color h5, .has-text-color.has-palette-text-color h6, .has-text-color.has-palette-text-color p, .has-text-color.has-palette-text-color li {
  color: var(--palette-text);
}
.has-text-color.has-palette-text-alt-color {
  color: var(--palette-text-alt);
}
.has-text-color.has-palette-text-alt-color h1, .has-text-color.has-palette-text-alt-color h2, .has-text-color.has-palette-text-alt-color h3, .has-text-color.has-palette-text-alt-color h4, .has-text-color.has-palette-text-alt-color h5, .has-text-color.has-palette-text-alt-color h6, .has-text-color.has-palette-text-alt-color p, .has-text-color.has-palette-text-alt-color li {
  color: var(--palette-text-alt);
}
.has-text-color.has-palette-bg-color {
  color: var(--palette-bg);
}
.has-text-color.has-palette-bg-color h1, .has-text-color.has-palette-bg-color h2, .has-text-color.has-palette-bg-color h3, .has-text-color.has-palette-bg-color h4, .has-text-color.has-palette-bg-color h5, .has-text-color.has-palette-bg-color h6, .has-text-color.has-palette-bg-color p, .has-text-color.has-palette-bg-color li {
  color: var(--palette-bg);
}
.has-text-color.has-palette-bg-alt-color {
  color: var(--palette-bg-alt);
}
.has-text-color.has-palette-bg-alt-color h1, .has-text-color.has-palette-bg-alt-color h2, .has-text-color.has-palette-bg-alt-color h3, .has-text-color.has-palette-bg-alt-color h4, .has-text-color.has-palette-bg-alt-color h5, .has-text-color.has-palette-bg-alt-color h6, .has-text-color.has-palette-bg-alt-color p, .has-text-color.has-palette-bg-alt-color li {
  color: var(--palette-bg-alt);
}
.has-text-color.has-palette-interactive-color {
  color: var(--palette-interactive);
}
.has-text-color.has-palette-interactive-color h1, .has-text-color.has-palette-interactive-color h2, .has-text-color.has-palette-interactive-color h3, .has-text-color.has-palette-interactive-color h4, .has-text-color.has-palette-interactive-color h5, .has-text-color.has-palette-interactive-color h6, .has-text-color.has-palette-interactive-color p, .has-text-color.has-palette-interactive-color li {
  color: var(--palette-interactive);
}
.has-text-color.has-palette-attention-color {
  color: var(--palette-attention);
}
.has-text-color.has-palette-attention-color h1, .has-text-color.has-palette-attention-color h2, .has-text-color.has-palette-attention-color h3, .has-text-color.has-palette-attention-color h4, .has-text-color.has-palette-attention-color h5, .has-text-color.has-palette-attention-color h6, .has-text-color.has-palette-attention-color p, .has-text-color.has-palette-attention-color li {
  color: var(--palette-attention);
}
.has-text-color.has-palette-brand-1-color {
  color: var(--palette-brand-1);
}
.has-text-color.has-palette-brand-1-color h1, .has-text-color.has-palette-brand-1-color h2, .has-text-color.has-palette-brand-1-color h3, .has-text-color.has-palette-brand-1-color h4, .has-text-color.has-palette-brand-1-color h5, .has-text-color.has-palette-brand-1-color h6, .has-text-color.has-palette-brand-1-color p, .has-text-color.has-palette-brand-1-color li {
  color: var(--palette-brand-1);
}
.has-text-color.has-palette-brand-2-color {
  color: var(--palette-brand-2);
}
.has-text-color.has-palette-brand-2-color h1, .has-text-color.has-palette-brand-2-color h2, .has-text-color.has-palette-brand-2-color h3, .has-text-color.has-palette-brand-2-color h4, .has-text-color.has-palette-brand-2-color h5, .has-text-color.has-palette-brand-2-color h6, .has-text-color.has-palette-brand-2-color p, .has-text-color.has-palette-brand-2-color li {
  color: var(--palette-brand-2);
}
.has-text-color.has-palette-brand-3-color {
  color: var(--palette-brand-3);
}
.has-text-color.has-palette-brand-3-color h1, .has-text-color.has-palette-brand-3-color h2, .has-text-color.has-palette-brand-3-color h3, .has-text-color.has-palette-brand-3-color h4, .has-text-color.has-palette-brand-3-color h5, .has-text-color.has-palette-brand-3-color h6, .has-text-color.has-palette-brand-3-color p, .has-text-color.has-palette-brand-3-color li {
  color: var(--palette-brand-3);
}
.has-text-color.has-palette-brand-4-color {
  color: var(--palette-brand-4);
}
.has-text-color.has-palette-brand-4-color h1, .has-text-color.has-palette-brand-4-color h2, .has-text-color.has-palette-brand-4-color h3, .has-text-color.has-palette-brand-4-color h4, .has-text-color.has-palette-brand-4-color h5, .has-text-color.has-palette-brand-4-color h6, .has-text-color.has-palette-brand-4-color p, .has-text-color.has-palette-brand-4-color li {
  color: var(--palette-brand-4);
}
.has-text-color.has-palette-light-color {
  color: var(--palette-light);
}
.has-text-color.has-palette-light-color h1, .has-text-color.has-palette-light-color h2, .has-text-color.has-palette-light-color h3, .has-text-color.has-palette-light-color h4, .has-text-color.has-palette-light-color h5, .has-text-color.has-palette-light-color h6, .has-text-color.has-palette-light-color p, .has-text-color.has-palette-light-color li {
  color: var(--palette-light);
}
.has-text-color.has-palette-dark-color {
  color: var(--palette-dark);
}
.has-text-color.has-palette-dark-color h1, .has-text-color.has-palette-dark-color h2, .has-text-color.has-palette-dark-color h3, .has-text-color.has-palette-dark-color h4, .has-text-color.has-palette-dark-color h5, .has-text-color.has-palette-dark-color h6, .has-text-color.has-palette-dark-color p, .has-text-color.has-palette-dark-color li {
  color: var(--palette-dark);
}

.has-palette-text-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-text);
}
.has-palette-text-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-text);
}

.has-palette-text-background-color {
  background-color: var(--palette-text);
}
.has-palette-text-background-color.has-background-dim {
  background-color: var(--palette-text);
}

.has-palette-text-alt-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-text-alt);
}
.has-palette-text-alt-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-text-alt);
}

.has-palette-text-alt-background-color {
  background-color: var(--palette-text-alt);
}
.has-palette-text-alt-background-color.has-background-dim {
  background-color: var(--palette-text-alt);
}

.has-palette-bg-alt-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-bg-alt);
}
.has-palette-bg-alt-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-bg-alt);
}

.has-palette-bg-alt-background-color {
  background-color: var(--palette-bg-alt);
}
.has-palette-bg-alt-background-color.has-background-dim {
  background-color: var(--palette-bg-alt);
}

.has-palette-bg-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-bg);
}
.has-palette-bg-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-bg);
}

.has-palette-bg-background-color {
  background-color: var(--palette-bg);
}
.has-palette-bg-background-color.has-background-dim {
  background-color: var(--palette-bg);
}

.has-palette-interactive-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-interactive);
}
.has-palette-interactive-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-interactive);
}

.has-palette-interactive-background-color {
  background-color: var(--palette-interactive);
}
.has-palette-interactive-background-color.has-background-dim {
  background-color: var(--palette-interactive);
}

.has-palette-attention-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-attention);
}
.has-palette-attention-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-attention);
}

.has-palette-attention-background-color {
  background-color: var(--palette-attention);
}
.has-palette-attention-background-color.has-background-dim {
  background-color: var(--palette-attention);
}

.has-palette-brand-1-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-brand-1);
}
.has-palette-brand-1-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-brand-1);
}

.has-palette-brand-1-background-color {
  background-color: var(--palette-brand-1);
}
.has-palette-brand-1-background-color.has-background-dim {
  background-color: var(--palette-brand-1);
}

.has-palette-brand-2-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-brand-2);
}
.has-palette-brand-2-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-brand-2);
}

.has-palette-brand-2-background-color {
  background-color: var(--palette-brand-2);
}
.has-palette-brand-2-background-color.has-background-dim {
  background-color: var(--palette-brand-2);
}

.has-palette-brand-3-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-brand-3);
}
.has-palette-brand-3-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-brand-3);
}

.has-palette-brand-3-background-color {
  background-color: var(--palette-brand-3);
}
.has-palette-brand-3-background-color.has-background-dim {
  background-color: var(--palette-brand-3);
}

.has-palette-brand-4-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-brand-4);
}
.has-palette-brand-4-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-brand-4);
}

.has-palette-brand-4-background-color {
  background-color: var(--palette-brand-4);
}
.has-palette-brand-4-background-color.has-background-dim {
  background-color: var(--palette-brand-4);
}

.has-palette-dark-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-dark);
}
.has-palette-dark-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-dark);
}

.has-palette-dark-background-color {
  background-color: var(--palette-dark);
}
.has-palette-dark-background-color.has-background-dim {
  background-color: var(--palette-dark);
}

.has-palette-light-color .wp-block-coblocks-shape-divider__svg-wrapper {
  color: var(--palette-light);
}
.has-palette-light-color .wp-block-coblocks-shape-divider__alt-wrapper {
  background-color: var(--palette-light);
}

.has-palette-light-background-color {
  background-color: var(--palette-light);
}
.has-palette-light-background-color.has-background-dim {
  background-color: var(--palette-light);
}

.sideheading-wrapper {
  position: relative;
  padding-left: 20px;
}

.sideheading {
  font-size: 1rem !important;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: 0.5px;
  left: 0;
  margin-left: -10px !important;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 125px;
  color: var(--palette-interactive) !important;
}
@media (min-width: 991px) {
  .sideheading {
    margin-left: -95px !important;
  }
}

@media screen and (max-width: 781px) {
  .mobile-bg-white .wp-block-cover__background {
    background: #fff !important;
  }
}

@media (min-width: 600px) and (max-width: 1120px) {
  .blog-feed .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 0.9375em);
  }
}

.blog-feed .wp-block-post-excerpt__excerpt, .blog-feed p {
  padding-top: 10px;
}

.home-slider .wp-block-featured-posts {
  margin-top: -45px;
}

@media (min-width: 600px) {
  .redrum {
    margin-top: -120px;
  }
}

body.blog .wp-block-query article, body.archive .wp-block-query article {
  margin-bottom: 40px;
}

.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content h1 {
  margin-top: 1em;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 0.5em;
  line-height: 1.333;
}
.content .lead {
  font-size: 1.2rem;
  font-family: "Arial", serif;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .content .lead {
    font-size: 1.3rem;
  }
}
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em;
}
.content .callout {
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 0.45em solid #f5f5f5;
  padding: 0 0 0 1em;
  color: #FEC42E;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content .callout {
    padding: 0 1.4em;
    font-size: 1.3rem;
  }
}
.content .callout a {
  color: inherit;
  text-decoration: underline;
}
.content .callout a:hover, .content .callout a:focus {
  color: #f8b301;
}
.content .call-to-action {
  margin: 1.25em 0;
  font-weight: bold;
}
.content .btn__wrap {
  margin-bottom: 2rem;
}
.content .footnote {
  margin-top: 3em;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.8;
}

a {
  color: var(--palette-interactive);
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #0082B4;
  text-decoration: none;
}

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit;
}

.cta-link-block {
  position: relative;
  display: inline-block;
  padding: 0.7em 3em 0.7em 1em;
  background: #FEC42E;
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .cta-link-block {
    padding: 1em 3em 1em 1.2em;
  }
}
@media (min-width: 991px) {
  .cta-link-block {
    width: 100%;
    font-size: 0.9rem;
  }
}
@media (min-width: 1199px) {
  .cta-link-block {
    font-size: 1.1rem;
  }
}
.cta-link-block:hover, .cta-link-block:focus {
  background: #f8b301;
  color: #000;
}

.wp-block-post-excerpt__more-text a,
.cta-link a {
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: block;
  color: var(--palette-interactive);
}
.wp-block-post-excerpt__more-text a::after,
.cta-link a::after {
  content: ""/"";
  margin-left: 0.4em;
  font: normal normal 700 1em/1.4 "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
  color: var(--palette-interactive);
}
.wp-block-post-excerpt__more-text a:focus::after, .wp-block-post-excerpt__more-text a:hover::after,
.cta-link a:focus::after,
.cta-link a:hover::after {
  margin-left: 0.6em;
}

.cta-link.has-text-align-right a:focus::after, .cta-link.has-text-align-right a:hover::after {
  margin-left: 0.6em;
  margin-right: -0.2em;
}

.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .content .btn__wrap a {
  display: inline-block;
  padding: 0.8em 1.4em 0.8em 1.8em;
  border: none;
  border-radius: 0;
  background-color: #fec42e;
  color: #000;
  font-size: 0.77rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .content .btn__wrap a:hover, .btn:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .content .btn__wrap a:focus {
  background-color: rgba(254, 196, 46, 0.8);
  color: var(--palette-text-alt);
}

.btn--sec, .btn--ter {
  border: 2px solid #FEC42E;
  padding: 0.7em 1.3em 0.7em 1.7em;
  background-color: transparent;
  color: #fff;
  transition: border 0.3s;
}
.btn--sec:hover, .btn--ter:hover, .btn--sec:focus, .btn--ter:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn--ter {
  color: #000;
  transition: background 0.3s;
}
.btn--ter:hover, .btn--ter:focus {
  border-color: #FEC42E;
  background-color: #FEC42E;
  color: #000;
}

@media print {
  .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .content .btn__wrap a {
    border: none;
  }
}
.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .content .btn__wrap a,
.btn:visited {
  display: inline-block;
  border-radius: 0;
  padding: 0.7rem 1.5rem;
  font-family: var(--font);
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .content .btn__wrap a,
.btn:visited {
    font-size: 0.9em;
  }
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .content .btn__wrap a:hover, .btn:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .content .btn__wrap a:focus,
.btn:visited:hover,
.btn:visited:focus {
  text-decoration: none;
}
.btn.btn-attention, .wp-block-buttons .wp-block-button .btn-attention.wp-block-button__link, .content .btn__wrap a.btn-attention,
.btn:visited.btn-attention {
  background-color: var(--palette-attention);
  color: var(--palette-bg);
}

input[type=submit],
.gform_button {
  background-color: var(--palette-attention);
  color: var(--palette-bg);
  border: none;
}

.btn--white {
  background-color: var(--palette-bg);
  color: var(--palette-interactive);
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.btn--outline {
  border: 3px solid;
  padding-top: calc(0.7rem - 3px) !important;
  padding-bottom: calc(0.7rem - 3px) !important;
  padding-right: calc(1.5rem - 3px) !important;
  padding-left: calc(1.5rem - 3px) !important;
  background-color: transparent;
}

.btn--outline-white {
  color: var(--palette-bg);
}
.btn--outline-white:hover, .btn--outline-white:focus {
  color: var(--palette-bg);
}

.wp-block-buttons {
  clear: both;
  column-gap: 0.75em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  background-color: var(--palette-attention);
  color: var(--palette-bg);
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: auto;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-text-background-color {
  background-color: var(--palette-text);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-text-background-color:hover {
  background-color: var(--palette-brand-1);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-text-alt-background-color {
  background-color: var(--palette-text-alt);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-bg-background-color {
  background-color: var(--palette-bg);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-bg-alt-background-color {
  background-color: var(--palette-bg-alt);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-interactive-background-color {
  background-color: var(--palette-interactive);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-attention-background-color {
  background-color: var(--palette-attention);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-1-background-color {
  background-color: var(--palette-brand-1);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-2-background-color {
  background-color: var(--palette-brand-2);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-3-background-color {
  background-color: var(--palette-brand-3);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-4-background-color {
  background-color: var(--palette-brand-4);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-dark-background-color {
  background-color: var(--palette-dark);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-light-background-color {
  background-color: var(--palette-light);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-text-color {
  color: var(--palette-text);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-text-alt-color {
  color: var(--palette-text-alt);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-bg-color {
  color: var(--palette-bg);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-bg-alt-color {
  color: var(--palette-bg-alt);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-interactive-color {
  color: var(--palette-interactive);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-attention-color {
  color: var(--palette-attention);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-1-color {
  color: var(--palette-brand-1);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-2-color {
  color: var(--palette-brand-2);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-3-color {
  color: var(--palette-brand-3);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-brand-4-color {
  color: var(--palette-brand-4);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-dark-color {
  color: var(--palette-dark);
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-palette-light-color {
  color: var(--palette-light);
}
.wp-block-buttons.alignfull .wp-block-button,
.wp-block-buttons.alignfull .wp-block-button__link {
  width: 100%;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--palette-interactive);
  border-color: var(--palette-interactive);
}

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}

.wp-block-buttons > .wp-block-button {
  margin-right: 0.75em;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.btn--outline {
  border: 2px solid !important;
  padding-top: calc(0.7rem - 3px) !important;
  padding-bottom: calc(0.7rem - 3px) !important;
  padding-right: calc(1.5rem - 3px) !important;
  padding-left: calc(1.5rem - 3px) !important;
  background-color: transparent;
}

.btn--outline-white {
  color: var(--palette-bg);
}
.btn--outline-white:hover, .btn--outline-white:focus {
  color: var(--palette-bg);
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--palette-text-alt);
  border-color: var(--palette-bg);
}

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}

.main-search {
  max-width: 300px;
}

.main-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input:not([type=radio]):not([type=checkbox]).main-search__field {
  display: block;
  border: none;
  padding: 0.7em 3em 0.6em 1em;
}

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #FEC42E;
  font-size: 1.1em;
  transition: color 0.3s;
}
.main-search__btn:hover, .main-search__btn:focus {
  color: #f8b301;
}
.main-search__btn i {
  position: relative;
  top: 0.1em;
}

.social__list {
  margin: 0;
}

.social__item {
  margin-left: 0.4em;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item a {
  color: #005F84;
}
.social__item a:hover, .social__item a:focus {
  color: #04A7E6;
}

.social-share {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-share__label {
  margin-right: 0.7em;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.social-share__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share__list li {
  display: inline-block;
  margin-right: 0.5em;
}
.social-share__list a {
  color: rgba(93, 93, 93, 0.5);
}
.social-share__list a:hover, .social-share__list a:focus {
  color: #04a7e6;
}

.social-share {
  margin-top: 1rem;
}
@media (min-width: 1199px) {
  .social-share {
    margin-top: 2rem;
  }
}

.site-header {
  position: relative;
  padding: 0;
  background-color: #3604F4;
}

.site-header-wrapper {
  position: relative;
}

.header-logo {
  position: relative;
  z-index: 999;
  display: inline-block;
  padding: 1rem 0 0.7rem;
  float: left;
}
.header-logo img {
  width: 226px;
  max-width: 100%;
  height: auto;
}
@media print {
  .header-logo .hidden-text {
    position: static;
    font-size: 2rem;
  }
}

.header-logo__tagline {
  display: none;
}
@media (min-width: 480px) {
  .header-logo__tagline {
    position: absolute;
    bottom: calc(0.7rem + 1em);
    left: calc(100% + 1rem);
    display: block;
    width: 15em;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .header-logo__tagline {
    bottom: calc(0.7rem + 1.2em);
    left: calc(100% + 1.5rem);
    font-size: 1.2rem;
  }
}
@media (min-width: 991px) {
  .header-logo__tagline {
    bottom: calc(0.7rem + 0.9em);
  }
}
@media (min-width: 1199px) {
  .header-logo__tagline {
    font-size: 1.33rem;
    bottom: calc(0.7rem + 0.7em);
  }
}
@media print {
  .header-logo__tagline {
    position: static;
  }
}

.header-utility {
  display: none;
}
@media (min-width: 1099px) {
  .header-utility {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0.6rem 0;
    float: right;
  }
}

.header-utility__nav__list,
.nav-main__append .utility-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.header-utility__nav__list li,
.nav-main__append .utility-nav-list li {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.93em;
}
.header-utility__nav__list li:last-child,
.nav-main__append .utility-nav-list li:last-child {
  margin-right: 0;
}
.header-utility__nav__list a,
.nav-main__append .utility-nav-list a {
  color: var(--palette-text-alt);
}
.nav-main__append .utility-nav-list {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.75rem;
}

.header-search {
  position: relative;
  color: #fff;
  font-size: 0.83rem;
}
.header-search ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.header-search ::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.header-search :-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.header-search :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.header-search :placeholder-shown {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.header-search__group {
  position: relative;
}

input:not([type=radio]):not([type=checkbox]).header-search__field {
  border: none;
  padding: 0.3em 3em 0.2em 1em;
  background: transparent;
  color: #fff;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.header-search__btn:hover, .header-search__btn:focus {
  color: #FEC42E;
}

.header-search--sm {
  width: 100%;
  margin-top: 3em;
  padding-right: 15px;
  padding-left: 15px;
}
.header-search--sm input:not([type=radio]):not([type=checkbox]).header-search__field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .header-search--lg {
    width: 10rem;
    margin-left: 1rem;
  }
  .header-search--lg input:not([type=radio]):not([type=checkbox]).header-search__field {
    padding-left: 1.2em;
    text-align: right;
  }
}

.social--header {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1099px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 35px;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-main--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
@media (min-width: 1099px) {
  .nav-main--active .body-overlay {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1099px) {
  .nav-main {
    position: absolute;
    right: -270px;
    top: 0;
    z-index: 101;
    display: block;
    width: 270px;
    padding-top: 10px;
    margin: 0;
    background: #013B52;
    overflow-x: hidden;
  }
}
@media (max-width: 1099px) and (min-width: 1099px) {
  .nav-main {
    top: 0;
    bottom: 0;
    right: calc(35px - 1rem);
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow-x: visible;
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .nav-main {
    float: right;
  }
}
.nav-main__list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0 15px;
  font-size: 0;
}
@media (min-width: 1099px) {
  .nav-main__list {
    margin: 0;
    padding: 0;
  }
}

.nav-main__item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
@media (min-width: 1099px) {
  .nav-main__item {
    display: inline-block;
    border-bottom: none;
  }
}

.nav-main__item a {
  color: #fff;
  line-height: 1.3;
}

.nav-main__item > a {
  position: relative;
  display: block;
  padding: 0.8em 0;
  font-weight: 600;
}
@media (min-width: 1099px) {
  .nav-main__item > a {
    display: inline-block;
    padding: 0.5rem 2rem 1.3rem;
    color: #fff;
    transition: background-color 0.5s;
  }
}

@media (min-width: 1099px) {
  .nav-main__list li:last-child a {
    padding-right: 0;
  }
}

.nav-main__item--parent > a::after {
  content: "";
  position: relative;
  top: 1px;
  margin-left: 0.5em;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}

.nav-main__item--parent--mega {
  position: static;
}

@media (min-width: 1099px) {
  .nav-main__item > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    display: block;
    width: calc(100% - 2rem);
    height: 0;
    background: var(--palette-text-alt);
    transition: height 0.3s;
  }
}

@media (min-width: 1099px) {
  .nav-main__item > a:hover::before,
.nav-main__item > a:focus::before,
.nav-main__item--active > a::before,
.nav-main__item--current-item > a::before {
    height: 5px;
  }
}

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  font-size: 0.94rem;
  opacity: 1;
}
@media (min-width: 1099px) {
  .nav-main__submenu {
    position: absolute;
    left: 1rem;
    display: block;
    min-width: 14em;
    height: 0;
    background: var(--palette-text);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 99;
  }
}

.nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1;
}

.nav-main__submenu--right {
  left: auto;
  right: 1rem;
}

.nav-main__submenu ul {
  list-style: none;
}

.nav-main__submenu:not(.nav-main__submenu--mega) ul {
  margin: 0 0 1.3em 0;
  padding: 0 0 0 1em;
}
@media (min-width: 1099px) {
  .nav-main__submenu:not(.nav-main__submenu--mega) ul {
    margin: 0;
    padding: 0.5em 1.5em 1em;
    transition: padding 0.4s;
  }
  .nav-main__item--active .nav-main__submenu:not(.nav-main__submenu--mega) ul {
    padding-top: 1em;
  }
}

.nav-main__submenu ul a {
  display: block;
  padding: 0.5em 0;
  color: var(--palette-text-alt);
  text-decoration: none;
}
.nav-main__submenu ul a:hover {
  text-decoration: underline;
}
@media (min-width: 1099px) {
  .nav-main__submenu--mega {
    width: 100%;
    z-index: 99;
    left: 0;
  }
}

@media (min-width: 1099px) {
  .nav-main__submenu--mega .container--flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 2rem 35px 3rem;
    transition: padding 0.4s;
  }
  .nav-main__item--active .nav-main__submenu--mega .container--flex {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1099px) {
  .mega-submenu__flex-item {
    width: 30%;
  }
}

.mega-submenu__flex-item--desc {
  display: none;
}
@media (min-width: 1099px) {
  .mega-submenu__flex-item--desc {
    display: inline-block;
  }
}

.mega-submenu__heading {
  display: none;
}
@media (min-width: 1099px) {
  .mega-submenu__heading {
    display: block;
    margin: 0 0 1em;
    color: #fff;
    font-size: 1.11rem;
  }
}
.mega-submenu__heading a {
  color: inherit;
}

.mega-submenu__list {
  margin: 0 0 1.3em 0;
  padding: 0 0 0 1em;
}
@media (min-width: 1099px) {
  .mega-submenu__list {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1099px) {
  .nav-main__submenu--mega .mega-submenu__list a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}

@media (min-width: 1099px) {
  .mega-submenu__list__item--sm {
    display: none;
  }
}

@media (min-width: 1099px) {
  .mega-submenu__flex-item--desc {
    color: #fff;
  }
}

@media (min-width: 1099px) {
  .mega-submenu__desc {
    font-size: 1.11rem;
    font-family: "Arial", serif;
    opacity: 0.7;
  }
}

@media (min-width: 1099px) {
  .nav-main__submenu--mega .btn, .nav-main__submenu--mega .content .btn__wrap a, .content .btn__wrap .nav-main__submenu--mega a, .nav-main__submenu--mega .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .nav-main__submenu--mega .wp-block-button__link {
    margin-top: 1.3rem;
    color: #000;
  }
}

@media (min-width: 1099px) {
  .nav-main__append {
    display: none;
  }
}

.toggle-nav-main {
  position: absolute;
  top: 50%;
  right: 2px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (min-width: 350px) {
  .toggle-nav-main {
    right: calc(4vw - 8px);
  }
}
@media (min-width: 768px) {
  .toggle-nav-main {
    right: calc(35px - 8px);
  }
}
@media (min-width: 1099px) {
  .toggle-nav-main {
    display: none;
  }
}

.toggle-nav-main__wrap {
  position: relative;
  width: 35px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1000px;
  background: #fff;
  transition: all 0.5s ease-out;
}
.toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  opacity: 1;
}
.toggle-nav-main__bar:nth-child(3) {
  bottom: 0;
}

.nav-main--active .toggle-nav-main__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-footer {
  background: #0F0052;
}
.blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
    margin-top: 4rem;
  }
}
.page-template-location .site-footer {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-template-location .site-footer {
    margin-top: 3rem;
  }
}

.footer-primary {
  padding-top: 2rem;
  padding-bottom: 0;
  color: var(--palette-text-alt);
}
@media (min-width: 768px) {
  .footer-primary {
    padding-top: 3rem;
  }
}
.footer-primary p, .footer-primary h4 {
  color: var(--palette-text-alt);
}
.footer-primary .col {
  margin-bottom: 1.5rem;
}
.footer-primary ul {
  list-style: none;
  padding-left: 0;
}
.footer-primary ul li a {
  color: var(--palette-text-alt);
}
.footer-primary ul li a:hover {
  text-decoration: underline;
}
.footer-primary .wp-block-separator {
  border: 0;
  margin-bottom: 0;
  margin-top: 1.75rem;
}

.footer-nav__heading {
  margin: 0 0 1em;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-nav__heading {
    font-size: 1.11rem;
  }
}

.footer-nav__list,
.footer-col__desc {
  color: #fff;
  font-size: 0.94rem;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
}
.footer-nav__list li {
  margin-bottom: 0.7em;
}
.footer-nav__list a {
  color: inherit;
}
.footer-nav__list a:hover, .footer-nav__list a:focus {
  text-decoration: underline;
}

.footer__newsletter .cta-link {
  margin-top: 0.8rem;
}

.footer-secondary {
  padding: 1rem 0;
  color: #fff;
}
@media (min-width: 480px) {
  .footer-secondary .container--flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-secondary a {
  color: #fff;
}

.footer-secondary__list {
  margin: 0;
  font-size: 0.94rem;
}
.footer-secondary__list li:nth-child(n+2)::before {
  content: "|";
  margin-right: 0.5em;
  margin-left: 0.4em;
}
.footer-secondary__list a {
  color: inherit;
}
.footer-secondary__list a:hover, .footer-secondary__list a:focus {
  color: #04A7E6;
}

.social--footer {
  position: relative;
  top: 2px;
  font-size: 1.5rem;
}

.site-headline {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .site-headline {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1199px) {
  .site-headline {
    margin-top: 4rem;
  }
}
.has-breadcrumb .site-headline {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .has-breadcrumb .site-headline {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .has-breadcrumb .site-headline {
    margin-top: 2.5rem;
  }
}
.site-headline .container, .site-headline .gutenberg-overflow .alignfull > [class*=__inner-container], .gutenberg-overflow .site-headline .alignfull > [class*=__inner-container], .site-headline .wp-block-buttons.alignfull {
  position: relative;
}
@media print {
  .site-headline {
    margin-top: 2rem;
  }
}

.site-headline__rss {
  position: absolute;
  top: -1.3em;
  right: 10px;
  display: inline-block;
  color: rgba(93, 93, 93, 0.5);
  font-size: 1.1rem;
  transition: color 0.3s;
}
.site-headline__rss:hover, .site-headline__rss:focus {
  color: #04a7e6;
}
@media (min-width: 768px) {
  .site-headline__rss {
    top: -1.5em;
    right: 35px;
  }
}

.blog .site-headline__rss,
.root-parent-post .site-headline__rss,
.category .site-headline__rss {
  top: -0.55em;
  right: 5px;
}
@media (min-width: 768px) {
  .blog .site-headline__rss,
.root-parent-post .site-headline__rss,
.category .site-headline__rss {
    top: -0.65em;
    right: 18px;
  }
}

@media (min-width: 991px) {
  .blog .headline-title,
.archive.root-parent-post .headline-title,
.category .headline-title {
    display: inline-block;
    width: calc(100% - 600px);
  }
}

.nav-select__wrap {
  margin-top: 0.75rem;
}
@media (min-width: 991px) {
  .nav-select__wrap {
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.5rem;
  }
}

.nav-select__label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 991px) {
  .nav-select__label {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.nav-article-meta {
  margin-top: 0.4rem;
}

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-article-meta li {
  display: inline;
}
.nav-article-meta li::before {
  content: "  |  ";
  /* &ndash; */
  font-weight: 300;
}
.nav-article-meta li:nth-child(-n+2)::before {
  content: "";
}
.nav-article-meta li.nav-article-meta__date {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 400;
}

.single .nav-article-meta--top {
  margin-top: 1.5rem;
}

.nav-article-meta--bottom {
  margin-bottom: 1rem;
}
@media (min-width: 1199px) {
  .nav-article-meta--bottom {
    margin-bottom: 2rem;
  }
}

.list-article:nth-of-type(n+2) {
  margin-top: 2em;
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 2rem;
}

.article-header__title {
  margin: 0;
}

.post-card__date {
  display: block;
  margin-top: 0.5em;
  color: #000;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-article__desc {
  margin-top: 0.7rem;
}

.list-article__thumb {
  max-width: 300px;
  height: 175px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  .list-article__thumb {
    float: left;
    display: inline-block;
    width: 115px;
    height: 115px;
    margin-top: 0.5em;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .list-article__thumb {
    width: 200px;
    height: 200px;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 991px) {
  .list-article__thumb {
    width: 225px;
    height: 225px;
    margin-bottom: 1em;
  }
}

.list-article--has-thumb .list-article__content {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .list-article--has-thumb .list-article__content {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(200px + 1.5em);
  }
}
@media (min-width: 991px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(225px + 1.5em);
  }
}

.nav-pagination {
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .nav-pagination {
    margin-top: 3rem;
  }
}

.nav-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0;
}

.nav-pagination li a,
.nav-pagination li span {
  display: inline-block;
  width: 36px;
  padding: 0.5em 0;
  background: #f5f5f5;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.3s;
}
.nav-pagination li a.prev, .nav-pagination li a.next,
.nav-pagination li span.prev,
.nav-pagination li span.next {
  background: none;
}
.nav-pagination li a.prev i, .nav-pagination li a.next i,
.nav-pagination li span.prev i,
.nav-pagination li span.next i {
  position: relative;
  top: 1px;
  font-size: 1.1em;
}

.nav-pagination li a:hover,
.nav-pagination li a:focus,
.nav-pagination li span.current {
  background: #e8e8e8;
}

.nav-prevnext {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .nav-prevnext {
    margin-bottom: 3rem;
  }
}

.nav-prevnext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 900;
}

.nav-prevnext li {
  float: left;
  width: 40%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext li.nav-item-prev a:before,
.nav-prevnext li.nav-item-next a:after {
  position: relative;
  top: 1px;
  color: rgba(93, 93, 93, 0.3);
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}

.nav-prevnext li.nav-item-prev a:before {
  content: "";
  margin-right: 0.5em;
}

.nav-prevnext li.nav-item-next a:after {
  content: "";
  margin-left: 0.5em;
}

.nav-breadcrumbs {
  margin-top: 1rem;
}

.nav-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav-breadcrumbs__list li {
  display: inline-block;
}
.nav-breadcrumbs__list li::after {
  content: "";
  position: relative;
  top: 0.15em;
  display: inline-block;
  margin-right: 0.7em;
  margin-left: 0.7em;
  font-size: 1.4em;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
}
.nav-breadcrumbs__list li:last-child::after {
  display: none;
}
.nav-breadcrumbs__list li:last-child a {
  color: #5D5D5D;
  font-weight: 400;
}

.sidebar {
  margin-bottom: 1.25em;
}
.sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item__heading {
  margin: 0;
}

.footer-cta {
  background: linear-gradient(0deg, #f1f1f1 25%, #f1f1f1 75%, white 75%, white 100%);
}

.footer-cta__item img {
  max-width: 560px;
}

.footer-cta__item--has-img {
  position: relative;
}
.footer-cta__item--has-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 160, 0.9);
}
.footer-cta__item--has-img .footer-cta__inner {
  position: relative;
}

.footer-cta__inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-cta__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .footer-cta__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-cta__heading {
  margin: 0;
}

.footer-cta__desc {
  margin-top: 0.5rem;
}

.footer-cta__btn-group {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .footer-cta--count-2 {
    display: flex;
    flex-direction: row;
  }
}
.footer-cta--count-2 .footer-cta__item {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item {
    width: 50%;
    padding-right: 3rem;
    padding-left: 3rem;
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item .footer-cta__inner {
    text-align: left;
  }
}
.footer-cta--count-2 .footer-cta__item + .footer-cta__item {
  padding-left: 0;
}
.footer-cta--count-2 .footer-cta__item + .footer-cta__item .container, .footer-cta--count-2 .footer-cta__item + .footer-cta__item .gutenberg-overflow .alignfull > [class*=__inner-container], .gutenberg-overflow .footer-cta--count-2 .footer-cta__item + .footer-cta__item .alignfull > [class*=__inner-container], .footer-cta--count-2 .footer-cta__item + .footer-cta__item .wp-block-buttons.alignfull {
  display: flex;
}
.footer-cta--count-2 .footer-cta__item + .footer-cta__item .footer-cta__inner {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}
.footer-cta--count-2 .footer-cta__item:first-child {
  justify-content: flex-end;
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--0 {
    padding-left: calc( (100vw - 1270px) / 2 );
  }
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item--0 .footer-cta__inner {
    margin-left: 0;
  }
}
.footer-cta--count-2 .footer-cta__item--1 {
  background-color: #005F84;
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--1 {
    padding-right: calc( (100vw - 1270px) / 2 );
  }
}
.footer-cta--count-2 .footer-cta__item--1.footer-cta__item--has-img::before {
  background: rgba(0, 95, 132, 0.9);
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item--1 .footer-cta__inner {
    margin-right: 0;
  }
}

@media print {
  .footer-cta__item--has-img::before {
    background: transparent;
  }
}
body .gform_wrapper form {
  font-size: 0.83rem;
}

body .gform_wrapper .gform_body img {
  margin: 0;
}

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem;
}

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer;
}

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1em 1.25em;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.34;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em;
}

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 700;
}

.gform_wrapper .gform_body .gfield_required {
  color: inherit;
}

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em;
}

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em;
}

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem;
}

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0;
}

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

.wd-select-wrap select,
.gform_wrapper .gform_body .top_label .wd-select-wrap select,
.gform_wrapper .gform_body .wd-select-wrap select,
.gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 45px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 55px 0 1.25em;
  font-size: 0.83rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 991px) {
  .wd-select-wrap select,
.gform_wrapper .gform_body .top_label .wd-select-wrap select,
.gform_wrapper .gform_body .wd-select-wrap select,
.gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
    width: 300px;
    height: 50px;
    padding-right: 60px;
  }
}

.wd-select-wrap select::-ms-expand {
  display: none;
}

.wd-select-wrap select:hover,
.wd-select-wrap select:focus {
  outline: none;
}

.wd-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(93, 93, 93, 0.25);
  background: #fff;
}

.wd-select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 100%;
  background: #fff;
  color: rgba(93, 93, 93, 0.4);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 45px;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .wd-select-wrap::after {
    width: 50px;
    line-height: 50px;
  }
}

.wd-select-wrap:hover::after {
  color: #5d5d5d;
}

select.wd-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent;
}

@media (min-width: 768px) {
  .nav-select__wrap .wd-select-wrap select {
    width: 300px;
  }
}
@media (min-width: 991px) {
  .nav-select__wrap .wd-select-wrap select {
    width: 370px;
  }
}

.location-map {
  width: 100%;
  height: 400px;
}

.location__address {
  margin: 2rem 0 0;
  font-style: normal;
}

.location__address__group:nth-child(2) {
  margin-top: 0.5rem;
}

.address__item {
  display: block;
}

.address__phone-label {
  display: inline-block;
}
.address__phone-label::after {
  content: ":";
}

.location__details {
  margin-top: 2rem;
}

/* ======================================================================
Project
====================================================================== */
/* slider cards */
/* Adding margin between slides */
.slick-slide {
  margin: 0 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 62px;
  height: 62px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}
@media (min-width: 991px) {
  .slick-prev {
    left: -20px;
  }
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -30px;
}
@media (min-width: 991px) {
  .slick-next {
    right: -65px;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: gray;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: black;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* Card Slider */
.bedstone-card-slider-wrapper .wp-block-card.slick-slide {
  margin: 0 15px;
  padding: 18px 18px 0;
  position: relative;
  display: flex;
  border: 2px solid var(--palette-brand-2);
  transition: all 0.675s;
}
.bedstone-card-slider-wrapper .wp-block-card.slick-slide .nav-article-meta__list {
  position: absolute;
  top: 0;
  background: var(--palette-brand-2);
  left: 0;
  color: #fff;
  padding: 5px 5px 0;
}
.bedstone-card-slider-wrapper .wp-block-card.slick-slide .article-header__title a {
  color: var(--palette-brand-2);
}
.bedstone-card-slider-wrapper .wp-block-card.slick-slide:hover {
  background: #fff;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.14);
}

.wp-block-card.slick-slide {
  display: block;
  overflow-y: hidden;
}
.wp-block-card.slick-slide .card--image:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all ease-in-out 0.21125s;
}
.wp-block-card.slick-slide .card--content {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 12px 12px 12px;
  text-align: left;
  z-index: 99;
  position: absolute;
  bottom: 0;
}
.wp-block-card.slick-slide .card--content .card_desc {
  transition: all ease-in-out 0.425s;
  display: flex;
  max-height: 0;
  visibility: hidden;
}
.wp-block-card.slick-slide:hover {
  cursor: pointer;
}
.wp-block-card.slick-slide:hover .card_desc {
  max-height: 500px;
  visibility: visible;
}
.wp-block-card.slick-slide:hover .card--image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.wp-block-card.slick-slide.slick-active {
  height: 100%;
}
.wp-block-card.slick-slide .card_heading {
  margin-bottom: 0;
}
.wp-block-card.slick-slide .card_heading, .wp-block-card.slick-slide .card_desc p {
  color: #fff;
}

/* card block */
.wp-block-card.aligncenter {
  text-align: center;
}
.wp-block-card.alignleft {
  text-align: left;
}
.wp-block-card.alignright {
  text-align: right;
}
.wp-block-card.alignwide, .wp-block-card.alignfull {
  margin: 0;
}
.wp-block-card .card--image img {
  width: 100%;
}
.wp-block-card .card--content > *:first-child {
  margin-top: 0.75rem;
}
.wp-block-card.single-cards .card--image {
  max-width: 30px;
  float: left;
  margin-right: 10px;
}
.wp-block-card.single-cards .card--image i {
  font-size: 21px;
  line-height: inherit;
}
.wp-block-card.single-cards .card_desc {
  clear: both;
}
.wp-block-card.single-cards h3 {
  margin-top: 0 !important;
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .two-col-cards {
    display: flex;
    flex-flow: wrap;
  }
}
.two-col-cards .wp-block-card {
  margin-top: 0.75em;
}
@media (min-width: 980px) {
  .two-col-cards .wp-block-card {
    padding: 0 20px 0 0;
    width: 50%;
    margin-top: 2em;
  }
}

@media (min-width: 980px) {
  .three-col-cards .wp-block-group__inner-container {
    display: flex;
    flex-flow: wrap;
  }
}
.three-col-cards .wp-block-card {
  margin-top: 0.75em;
}
@media (min-width: 980px) {
  .three-col-cards .wp-block-card {
    padding: 0 20px 0 0;
    width: 33.3%;
    margin-top: 2em;
  }
}

/* horizontal tabs */
.horizontal-tabs {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.horizontal-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.horizontal-tabs input[type=radio] {
  display: none;
}

.horizontal-tabs label {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  min-width: 100%;
  margin-top: 15px;
  color: var(--palette-brand-2);
}
@media (min-width: 768px) {
  .horizontal-tabs label {
    min-width: 25%;
    flex: 1 1 25%;
    margin-top: 0;
  }
}
.horizontal-tabs label img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.horizontal-tabs label:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--palette-brand-2);
  position: absolute;
  -webkit-transition: all 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.horizontal-tabs label span {
  display: none;
  font-size: 1rem;
}

.horizontal-tabs label:hover {
  color: var(--palette-interactive);
}
.horizontal-tabs label:hover .icon-wrapper {
  box-shadow: 0 0 8px #00000065;
  background: var(--palette-attention);
}
.horizontal-tabs label:hover:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--palette-interactive);
  position: absolute;
}

.horizontal-tabs .tab__content {
  display: none;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.horizontal-tabs .tab__content .card_desc {
  font-size: 14px;
}

.horizontal-tabs .tab__content * {
  -webkit-animation: scale 0.2s ease-in-out;
  -moz-animation: scale 0.2s ease-in-out;
  animation: scale 0.2s ease-in-out;
}

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.horizontal-tabs [id^=tab]:checked + label {
  color: var(--palette-interactive);
}
.horizontal-tabs [id^=tab]:checked + label .icon-wrapper {
  box-shadow: 0 0 8px #00000065;
  background: var(--palette-attention);
}
.horizontal-tabs [id^=tab]:checked + label:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--palette-interactive);
  position: absolute;
}

.horizontal-tabs.icons-tabbed [id^=tab]:checked + label {
  color: var(--palette-text);
  position: relative;
}
.horizontal-tabs.icons-tabbed [id^=tab]:checked + label .icon-wrapper {
  box-shadow: 0 0 8px #00000065;
  background: var(--palette-attention);
}
.horizontal-tabs.icons-tabbed [id^=tab]:checked + label::after {
  content: "";
  border-bottom: 4px solid #FFB81C;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
}

.horizontal-tabs.icons-tabbed .tab__content {
  border-top: 2px solid #BBBCBC;
}

@media (min-width: 768px) {
  .horizontal-tabs label span {
    display: block;
  }
}
.horizontal-tabs .icon {
  margin-top: 1rem;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 2px solid #CACFD6;
  background-size: 100px 50px;
  box-sizing: border-box;
}

.horizontal-tabs .tab1:checked ~ .tab__content--1, .horizontal-tabs .tab2:checked ~ .tab__content--2, .horizontal-tabs .tab3:checked ~ .tab__content--3, .horizontal-tabs .tab4:checked ~ .tab__content--4, .horizontal-tabs .tab5:checked ~ .tab__content--5, .horizontal-tabs .tab6:checked ~ .tab__content--6, .horizontal-tabs .tab7:checked ~ #tab__content--7, .horizontal-tabs .tab8:checked ~ .tab__content--8 {
  display: block;
}

/* block query */
.wp-block-post-template.is-flex-container {
  gap: 0;
}
.wp-block-post-template.is-flex-container .wp-block-group {
  padding: 10px !important;
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container .wp-block-group {
    padding: 15px !important;
  }
}

.wp-block-query h3.wp-block-post-title {
  margin-bottom: 0;
}
.wp-block-query h3.wp-block-post-title a {
  color: var(--palette-brand-2);
}
.wp-block-query .wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-query .wp-block-post-excerpt {
  margin-top: 4px;
}
.wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__excerpt, .wp-block-query .wp-block-post-excerpt p {
  margin-top: 0;
}

.hero {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .hero {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(9, 22, 32, 0.4));
}
@media (min-width: 768px) {
  .hero::before {
    background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 80%);
  }
}
@media (min-width: 991px) {
  .hero::before {
    background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 60%);
  }
}
@media (min-width: 1500px) {
  .hero::before {
    background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 70%);
  }
}
.hero .container, .hero .gutenberg-overflow .alignfull > [class*=__inner-container], .gutenberg-overflow .hero .alignfull > [class*=__inner-container], .hero .wp-block-buttons.alignfull {
  position: relative;
}

.hero__heading {
  font-size: 32px !important;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .hero__heading {
    font-size: calc(32px + (56 - 32) * (100vw - 480px) / (1199 - 480)) !important;
  }
}
@media (min-width: 1199px) {
  .hero__heading {
    font-size: 56px !important;
  }
}

.hero__links-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .hero__links-list {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .hero__links-list li {
    display: inline-block;
  }
}
.hero__links-list li:nth-child(2) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hero__links-list li:nth-child(2) {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.post-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.post-card {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .post-card {
    margin-top: 3.6vw;
  }
}
@media (min-width: 1199px) {
  .post-card {
    margin-top: 2.5rem;
  }
}
.post-card:first-child {
  margin-top: 0;
}
@media (min-width: 480px) {
  .post-card:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .post-card:nth-child(3) {
    margin-top: 0;
  }
}

.post-card__link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: #FEC42E;
  color: #000;
  transition: background 0.3s;
}
.post-card__link-wrap::after {
  content: "+";
  position: absolute;
  bottom: 0;
  right: 0.7rem;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  transform: scale(1);
  transition: transform 0.3s;
}
.post-card__link-wrap:hover, .post-card__link-wrap:focus {
  background: #f8b301;
}
.post-card__link-wrap:hover::after, .post-card__link-wrap:focus::after {
  transform: scale(1.4);
}

.post-card__thumb {
  width: 100%;
  height: 225px;
  border: 2px solid #aaaaaa;
}
@media (min-width: 480px) {
  .post-card__thumb {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .post-card__thumb {
    height: 245px;
  }
}
@media print {
  .post-card__thumb {
    display: none;
  }
}

.post-card__content {
  padding: 1.5rem 1rem 2rem;
}
@media (min-width: 768px) {
  .post-card__content {
    padding: 2rem 2rem 2.5rem;
  }
}

.post-card__heading {
  margin: 0;
}

.post-card__desc {
  margin-top: 1.3rem;
  color: #000;
}

.module {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .module {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .module {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.module--collapse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .module--collapse {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.module--collapse-top {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .module--collapse-top {
    margin-top: 1rem;
  }
}

.module:not(.module--collapse) + .module--collapse-top {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .module:not(.module--collapse) + .module--collapse-top {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1199px) {
  .module:not(.module--collapse) + .module--collapse-top {
    margin-top: -2rem;
  }
}

.module--solid {
  margin-top: 0;
  margin-bottom: 0;
}

.module:not(.module--solid) + .module--solid,
.module--solid + .module:not(.module--solid) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .module:not(.module--solid) + .module--solid,
.module--solid + .module:not(.module--solid) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .module:not(.module--solid) + .module--solid,
.module--solid + .module:not(.module--solid) {
    margin-top: 4.5rem;
  }
}

.site-main__inc-content .section:first-child,
.site-main__inc-content .section:first-child .content:first-child > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .site-main__inc-content .section:first-child.module--columns .col > *:first-child {
    margin-top: 0;
  }
  .site-main__inc-content .section:first-child.module--columns .col > *:first-child.gform_wrapper {
    position: relative;
    top: -1.5rem;
  }
}
.site-main__inc-content .module:last-of-type:not(.module--solid) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .site-main__inc-content .module:last-of-type:not(.module--solid) {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .site-main__inc-content .module:last-of-type:not(.module--solid) {
    margin-bottom: 4.5rem;
  }
}

.single-post .site-main__inc-content .module:last-of-type:not(.module--solid) {
  margin-bottom: 2rem;
}

.hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
    margin-top: 4.5rem;
  }
}
.hero + .site-main .site-main__inc-content .module--collapse,
.hero + .site-main .site-main__inc-content .module--collapse-top {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hero + .site-main .site-main__inc-content .module--collapse,
.hero + .site-main .site-main__inc-content .module--collapse-top {
    margin-top: 2rem;
  }
}

.module--cards .card .card-intro {
  display: flex;
}
.module--cards .card .card-intro .card__icon {
  margin-right: 12px;
  font-size: 1.75rem;
  margin-bottom: 0;
}
.module--cards .card .card__desc {
  margin: 0.5em 0 0.75em;
}
.module--cards .card .cta-link {
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: block;
  color: var(--palette-interactive);
}
.module--cards .card .cta-link::after {
  content: ""/"";
  margin-left: 0.4em;
  font: normal normal 700 1em/1.4 "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
  color: var(--palette-interactive);
}
.module--cards .card .cta-link:focus::after, .module--cards .card .cta-link:hover::after {
  margin-left: 0.6em;
}

.cards--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 480px) {
  .cards--flex {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 991px) {
  .cards--flex {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.cards__flex-item,
.card__link-wrap,
.card {
  display: flex;
  flex-direction: column;
}

.card__link-wrap,
.card {
  flex: 1 1 auto;
}

.cards__flex-item {
  width: 100%;
}
@media (min-width: 480px) {
  .cards__flex-item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .cards__flex-item {
    width: 33.3%;
  }
}

@media (min-width: 480px) {
  .cards--4 .cards__flex-item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .cards--4 .cards__flex-item {
    width: 25%;
  }
}

@media (min-width: 480px) {
  .cards--2 .cards__flex-item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .cards--2 .cards__flex-item {
    width: 50%;
  }
}

.card {
  padding: 1.5rem 1rem;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0);
  transition: box-shadow 0.3s;
}
@media (min-width: 991px) {
  .card {
    padding: 1.5rem;
  }
}

.card__icon {
  margin-bottom: 0.5em;
  color: #FEC42E;
  font-size: 2.22rem;
}

.card__heading {
  margin: 0;
}

.card__meta {
  margin: 0.5em 0 0;
  color: #5D5D5D;
  font-size: 0.77rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.card__desc {
  margin-top: 0.9em;
  color: #5D5D5D;
}

.card .cta-link {
  margin-top: 1rem;
}

.catalog__item:nth-child(n+2) {
  margin-top: 1.5rem;
}

.catalog__thumb {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  .catalog__thumb {
    float: left;
    display: inline-block;
    max-width: 100%;
    width: 165px;
    margin-top: 0.5em;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .catalog__thumb {
    width: 300px;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 991px) {
  .catalog__thumb {
    width: 370px;
    margin-bottom: 1em;
  }
}

.catalog__content {
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .catalog__item--has-thumb .catalog__content {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .catalog__item--has-thumb .catalog__content {
    padding-left: calc(300px + 1.5em);
  }
}
@media (min-width: 991px) {
  .catalog__item--has-thumb .catalog__content {
    padding-left: calc(370px + 2em);
  }
}

.catalog__heading {
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
}

.catalog__meta {
  display: block;
  margin: 0.6em 0 0 !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.catalog__desc {
  margin-top: 0.75rem;
}

.catalog__item .cta-link {
  margin-top: 0.8em;
}

.post-cards__append {
  margin-top: 1rem;
  text-align: right;
}
@media (min-width: 768px) {
  .post-cards__append {
    margin-top: 1.5rem;
  }
}

.standalone, .partners {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.standalone__heading {
  margin: 0 0 1.2em;
}

.standalone__desc {
  font-size: 1.1rem;
  font-family: "Arial", serif;
}
@media (min-width: 768px) {
  .standalone__desc {
    font-size: 1.2rem;
  }
}
@media (min-width: 991px) {
  .standalone__desc {
    font-size: 1.33rem;
  }
}

.standalone__links-list, .partners__links-list {
  margin-top: 1.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .standalone__links-list, .partners__links-list {
    margin-top: 1.7rem;
  }
}
.standalone__links-list li, .partners__links-list li {
  margin-top: 0.5rem;
}

.partners__heading {
  margin-top: 0;
  margin-bottom: 1em;
  color: #005F84;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .partners__heading {
    font-size: 1.1rem;
  }
}

.partners__links-list {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.partner-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem -1rem 0;
}

.partner-logos__item {
  margin: 0.5rem 1rem;
}
@media (min-width: 991px) {
  .partner-logos__item {
    margin: 0.5rem 1.3rem;
  }
}

.addendum__wrap {
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .addendum__wrap {
    padding-top: 2rem;
  }
}

.addendum {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.module--stat-cards {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background: rgba(0, 95, 132, 0.05);
}
@media (min-width: 768px) {
  .module--stat-cards {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .module--stat-cards {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}
.module--stat-cards .container, .module--stat-cards .gutenberg-overflow .alignfull > [class*=__inner-container], .gutenberg-overflow .module--stat-cards .alignfull > [class*=__inner-container], .module--stat-cards .wp-block-buttons.alignfull {
  text-align: center;
}

.stat-card {
  margin-top: 2rem;
}
.stat-card:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stat-card:nth-child(n-2) {
    margin-top: 0;
  }
}
@media print {
  .stat-card {
    margin-top: 2rem !important;
  }
}

.stat-cards__section-heading {
  max-width: 520px;
  margin: 0 auto 1em;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .stat-cards__section-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 991px) {
  .stat-cards__section-heading {
    font-size: 2.22rem;
  }
}

.stat-card__stat {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #005F84 !important;
  font-size: 2.5rem !important;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .stat-card__stat {
    font-size: 3rem !important;
  }
}
@media (min-width: 991px) {
  .stat-card__stat {
    font-size: 4rem !important;
  }
}
@media (min-width: 1199px) {
  .stat-card__stat {
    font-size: 5rem !important;
  }
}

.stat-card__heading {
  color: #005F84;
  font-size: 1.11rem;
}

.layout-section-nav .module--stat-cards {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .layout-section-nav .module--stat-cards {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .layout-section-nav .stat-card:nth-child(3) {
    margin-top: 2rem;
  }
}

.stat-catalog__item {
  margin-top: 2rem;
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .stat-catalog__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1199px) {
  .stat-catalog__item {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.stat-catalog__item:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .stat-catalog__item:nth-child(even) .stat-catalog__desc {
    order: -1;
  }
}

.stat-catalog__stat-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .stat-catalog__stat-wrap {
    width: 39%;
  }
}

.stat-catalog__stat {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--palette-brand-2) !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .stat-catalog__stat {
    font-size: 3rem !important;
  }
}
@media (min-width: 991px) {
  .stat-catalog__stat {
    font-size: 4rem !important;
  }
}
@media (min-width: 1199px) {
  .stat-catalog__stat {
    font-size: 5rem !important;
  }
}

.stat-catalog__heading {
  margin: 0.7em auto 0;
  color: var(--palette-brand-1);
  font-size: 1.11rem;
  line-height: 1.5;
}

.stat-catalog__desc {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Arial", serif;
}
@media (min-width: 768px) {
  .stat-catalog__desc {
    width: 58%;
    margin-top: 0;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media (min-width: 1199px) {
  .stat-catalog__desc {
    font-size: 1.33rem;
  }
}

.chart-bar__section-heading {
  max-width: 520px;
  margin: 0 auto 1em;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .chart-bar__section-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 1199px) {
  .chart-bar__section-heading {
    font-size: 2.22rem;
  }
}

.chart-bar {
  max-width: 850px;
  margin: 0 auto;
}
.chart-bar .ct-chart-bar {
  overflow-x: visible;
}
.chart-bar .ct-series-a .ct-bar {
  stroke-width: 7%;
}
.chart-bar .ct-bar {
  opacity: 0.01;
  transition: opacity 0.4s;
}
@media print {
  .chart-bar .ct-bar {
    opacity: 1 !important;
    stroke: #000 !important;
  }
}
.chart-bar.chart--revealed .ct-bar {
  opacity: 1;
}

.module--journals-list .table__container {
  margin: 1rem 0;
}
.module--journals-list .footnote {
  margin: 0.5rem 0;
}

table.journals-table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
table.journals-table tr {
  display: block;
  border-top: 1px solid #dddddd;
}
table.journals-table tr:first-child {
  border-top: 0 none;
}
@media (min-width: 991px) {
  table.journals-table tr {
    display: table-row;
  }
}
table.journals-table th {
  display: block;
  border: 0 none;
  padding: 0.9em;
  width: 100%;
}
@media (min-width: 991px) {
  table.journals-table th {
    display: table-cell;
    min-width: 0;
    max-width: 100%;
    width: auto;
  }
}
table.journals-table td {
  display: block;
  border: 0 none;
  padding: 0.9em;
  width: 100%;
}
@media (min-width: 991px) {
  table.journals-table td {
    display: table-cell;
    min-width: 0;
    width: auto;
  }
}
table.journals-table thead tr {
  display: none;
}
@media (min-width: 991px) {
  table.journals-table thead tr {
    display: table-row;
  }
}
table.journals-table thead tr td:first-child {
  min-width: 200px;
}
@media (min-width: 991px) {
  table.journals-table thead tr td:first-child {
    min-width: 250px;
  }
}
@media (min-width: 991px) {
  table.journals-table thead tr td:nth-child(4) {
    min-width: 135px;
  }
}
table.journals-table tbody tr {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 991px) {
  table.journals-table tbody tr {
    padding-top: 0;
    padding-bottom: 0;
  }
}
table.journals-table tbody th,
table.journals-table tbody td {
  margin: 0.6em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 991px) {
  table.journals-table tbody th,
table.journals-table tbody td {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
table.journals-table tbody td.journals-table__cell--empty {
  display: none;
}
@media (min-width: 991px) {
  table.journals-table tbody td.journals-table__cell--empty {
    display: table-cell;
  }
}
@media (min-width: 991px) {
  table.journals-table tbody td::before,
table.journals-table tbody td::after {
    display: none;
  }
}
@media (min-width: 991px) {
  table.journals-table tbody td:nth-child(1) {
    width: 20%;
  }
}
table.journals-table tbody td:nth-child(2)::before {
  content: "Topics: ";
}
table.journals-table tbody td:nth-child(3)::before {
  content: "Impact Factor*: ";
}
table.journals-table tbody td:nth-child(4)::before {
  content: "Citations: ";
}
table.journals-table tbody td:nth-child(5)::before {
  content: "Frequency: ";
}
table.journals-table tbody td:nth-child(5)::after {
  content: "/year";
}
table.journals-table .btn, table.journals-table .content .btn__wrap a, .content .btn__wrap table.journals-table a, table.journals-table .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button table.journals-table .wp-block-button__link {
  font-size: 0.7em;
}

.journals-table__s-t-link-wrap {
  display: block;
  margin-top: 1em;
  font-size: 0.8rem;
}

.journals-table__s-t-link i {
  margin-left: 0.3em;
  font-size: 0.8em;
}

.newsletter__wrap {
  max-width: 500px;
}
.newsletter__wrap .btn, .newsletter__wrap .content .btn__wrap a, .content .btn__wrap .newsletter__wrap a, .newsletter__wrap .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .newsletter__wrap .wp-block-button__link {
  margin-top: 1rem;
  cursor: pointer;
}

.newsletter__input-group {
  margin-top: 0.5rem;
}

.child-page-list {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .child-page-list {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .child-page-list {
    margin-top: 4rem;
  }
}
.child-page-list:first-child {
  margin-top: 0;
}

.child-page-list__heading {
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(93, 93, 93, 0.15);
  padding-bottom: 0.3em;
  color: #000;
}
.child-page-list__heading a {
  color: inherit;
}
.child-page-list__heading a:hover, .child-page-list__heading a:focus {
  color: #0082B4;
}

.child-page-list__list {
  margin: 0;
  padding-left: 1.75em;
}
.child-page-list__list li {
  margin-bottom: 0.4em;
  line-height: 1.4;
}

.child-page-list .cta-link {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .child-page-list .cta-link {
    margin-top: 2rem;
  }
}
@media (min-width: 1199px) {
  .child-page-list .cta-link {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .child-page-list--col-1 .child-page-list__list {
    columns: 2;
    column-gap: 5%;
  }
}
@media (min-width: 768px) {
  .child-page-list--col-1 .child-page-list__list li {
    break-inside: avoid;
  }
}

@media (min-width: 768px) {
  .child-page-list--col-2.child-page-list:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .columns--layout-section-nav {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .columns--layout-section-nav .aside-section-nav {
    order: -1;
  }
}

.aside-section-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .aside-section-nav {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 991px) {
  .aside-section-nav {
    padding-right: 1rem;
  }
}
@media (min-width: 1199px) {
  .aside-section-nav {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.has-breadcrumb .aside-section-nav {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .has-breadcrumb .aside-section-nav {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .has-breadcrumb .aside-section-nav {
    margin-top: 2.5rem;
  }
}

.section-nav__list {
  margin: 0;
  padding: 0 0 0 0.5rem;
  list-style: none;
  font-size: 0.83rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .section-nav__list {
    padding-left: 0;
  }
}
.section-nav__list li {
  border-top: 1px solid rgba(93, 93, 93, 0.2);
}
.section-nav__list li:first-child {
  border-top: none;
}
.section-nav__list a {
  display: block;
  padding: 1em 0;
  line-height: 1.2;
  color: var(--palette-brand-2);
}
.section-nav__list a:hover {
  color: var(--palette-interactive);
}
.section-nav__list li.current_page_item,
.section-nav__list li.current_page_ancestor {
  position: relative;
}
.section-nav__list li.current_page_item a,
.section-nav__list li.current_page_ancestor a {
  color: var(--palette-interactive);
}

.aside-section-nav .cta-link-block__list {
  margin-top: 2rem;
}

.cta-link-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-link-block__list li {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cta-link-block__list li {
    margin-top: 1.5rem;
  }
}
.cta-link-block__list li:first-child {
  margin-top: 0;
}

.search-controls {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .search-controls {
    margin-bottom: 2.7rem;
  }
}
.search-controls .main-search {
  width: 100%;
  max-width: 800px;
}

.search-controls__toggle {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-controls__toggle label {
  position: relative;
  padding: 0.85em 1.2em 0.8em;
  background: #f5f5f5;
  color: #04A7E6;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.search-controls__toggle label:hover, .search-controls__toggle label:focus {
  background: #ebebeb;
  color: #0082B4;
}
.search-controls__toggle label:first-child {
  border-radius: 2000px 0 0 2000px;
  padding-left: 1.9em;
}
.search-controls__toggle label:last-child {
  border-radius: 0 2000px 2000px 0;
  padding-right: 1.9em;
}
.search-controls__toggle label.active {
  background-color: #04A7E6;
  color: #fff;
  cursor: default;
}
.search-controls__toggle label.active:hover, .search-controls__toggle label.active:focus {
  background-color: #04A7E6;
  color: #fff;
}
.search-controls__toggle input[type=radio] {
  position: absolute;
  z-index: -5;
}

.supplemental-navigation {
  background-color: #f5f5f5;
  border-bottom: 1px solid #005F84;
  padding: 0.2rem 0;
}
@media (min-width: 768px) {
  .supplemental-navigation {
    padding: 0.1rem 0;
  }
}

.nav-supplemental {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .nav-supplemental {
    font-size: 0.85rem;
  }
}

.nav-supplemental__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.nav-supplemental__list a {
  display: block;
  padding: 0.5em 1em;
  color: inherit;
}
.nav-supplemental__list a:visited {
  color: inherit;
}
.nav-supplemental__list a:focus, .nav-supplemental__list a:hover {
  color: #000;
}

.special-topic-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 0.9em;
  background: #f5f5f5;
  color: #000;
}
.special-topic-cta > * {
  margin: 0.2rem;
}
.special-topic-cta .btn, .special-topic-cta .content .btn__wrap a, .content .btn__wrap .special-topic-cta a, .special-topic-cta .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .special-topic-cta .wp-block-button__link {
  font-size: 0.72rem;
}

.special-topic-cta__wrap--top {
  margin-bottom: 2rem;
}

.special-topic-cta__wrap--bottom {
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .special-topic-cta__wrap--bottom {
    margin-bottom: 5rem;
  }
}

@media (min-width: 991px) {
  .s-t-journal-archive {
    margin-bottom: 5rem;
  }
}

.s-t-journal__list__header {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .s-t-journal__list__header {
    margin-bottom: 2.5rem;
  }
}

.s-t-journal__header__heading {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .s-t-journal__header__heading {
    font-size: 1.7rem;
  }
}

.s-t-journal__header__desc {
  margin-top: 0.9rem;
}

.s-t-journal__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 2rem;
}
.s-t-journal__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .s-t-journal__item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.s-t-journal__buttons {
  margin-top: 1rem;
  margin-bottom: -0.75rem;
}
@media (min-width: 768px) {
  .s-t-journal__buttons {
    margin-top: 1.2em;
  }
}
.s-t-journal__buttons .btn, .s-t-journal__buttons .content .btn__wrap a, .content .btn__wrap .s-t-journal__buttons a, .s-t-journal__buttons .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .s-t-journal__buttons .wp-block-button__link {
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
}
.s-t-journal__buttons .btn:first-child, .s-t-journal__buttons .content .btn__wrap a:first-child, .content .btn__wrap .s-t-journal__buttons a:first-child, .s-t-journal__buttons .wp-block-buttons .wp-block-button .wp-block-button__link:first-child, .wp-block-buttons .wp-block-button .s-t-journal__buttons .wp-block-button__link:first-child {
  margin-right: 0.75em;
}

.s-t-journal__list__past-link {
  display: block;
  margin-top: 1rem;
  text-align: right;
}

.s-t-journal__list--future .s-t-journal__img-wrap {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 1.5rem;
  background: #D8D8D8;
}
@media (min-width: 768px) {
  .s-t-journal__list--future .s-t-journal__img-wrap {
    float: left;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1199px) {
  .s-t-journal__list--future .s-t-journal__img-wrap {
    width: 250px;
    height: 250px;
  }
}
.s-t-journal__list--future .s-t-journal__heading {
  margin: 0;
}
.s-t-journal__list--future .s-t-journal__heading a {
  color: inherit;
}
.s-t-journal__list--future .s-t-journal__heading a:hover, .s-t-journal__list--future .s-t-journal__heading a:focus {
  color: #04A7E6;
}
.s-t-journal__list--future .s-t-journal__date {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 1.2em 1em 1.1em;
  background: #f5f5f5;
  color: #000;
}
@media (min-width: 768px) {
  .s-t-journal__list--future .s-t-journal__date {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .s-t-journal__item--has-img .s-t-journal__content {
    padding-left: calc(200px + 1rem);
  }
}
@media (min-width: 1199px) {
  .s-t-journal__item--has-img .s-t-journal__content {
    padding-left: calc(250px + 2rem);
  }
}

.s-t-journal__list--past {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .s-t-journal__list--past {
    margin-top: 4rem;
  }
}
@media (min-width: 1199px) {
  .s-t-journal__list--past {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .s-t-journal__list--past .s-t-journal__item {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.s-t-journal__list--past .s-t-journal__heading {
  margin: 0;
}
.s-t-journal__list--past .s-t-journal__heading a {
  color: #005F84;
}
.s-t-journal__list--past .s-t-journal__heading a:hover, .s-t-journal__list--past .s-t-journal__heading a:focus {
  color: #04A7E6;
}
