@charset "UTF-8";
/*!
 *# Crate Stylesheet */
@import url("https://fonts.cdnfonts.com/css/caecilia-lt-pro");
.has-dark-gray-1-color {
  color: #263641; }

.has-dark-gray-1-background-color {
  background-color: #263641; }

.has-dark-gray-1-border-color {
  border-color: #263641; }

.has-dark-gray-2-color {
  color: #30414B; }

.has-dark-gray-2-background-color {
  background-color: #30414B; }

.has-dark-gray-2-border-color {
  border-color: #30414B; }

.has-green-color {
  color: #5B9244; }

.has-green-background-color {
  background-color: #5B9244; }

.has-green-border-color {
  border-color: #5B9244; }

.has-blue-color {
  color: #094B7A; }

.has-blue-background-color {
  background-color: #094B7A; }

.has-blue-border-color {
  border-color: #094B7A; }

.has-bright-green-color {
  color: #8CBC3F; }

.has-bright-green-background-color {
  background-color: #8CBC3F; }

.has-bright-green-border-color {
  border-color: #8CBC3F; }

.has-bright-orange-color {
  color: #D37F27; }

.has-bright-orange-background-color {
  background-color: #D37F27; }

.has-bright-orange-border-color {
  border-color: #D37F27; }

.has-bright-yellow-color {
  color: #E7E618; }

.has-bright-yellow-background-color {
  background-color: #E7E618; }

.has-bright-yellow-border-color {
  border-color: #E7E618; }

.has-bright-blue-color {
  color: #27AAE1; }

.has-bright-blue-background-color {
  background-color: #27AAE1; }

.has-bright-blue-border-color {
  border-color: #27AAE1; }

.has-bright-teal-color {
  color: #16D9A1; }

.has-bright-teal-background-color {
  background-color: #16D9A1; }

.has-bright-teal-border-color {
  border-color: #16D9A1; }

.has-bright-purple-color {
  color: #B07BFF; }

.has-bright-purple-background-color {
  background-color: #B07BFF; }

.has-bright-purple-border-color {
  border-color: #B07BFF; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-size: 62.5%;
  line-height: 2.4em;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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: 3.2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

h2 {
  font-size: 2.4em;
  line-height: 2em;
  margin: 1em 0; }

h3 {
  font-size: 1.872em;
  line-height: 1.28205em;
  margin: 1.28205em 0; }

h4 {
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 1.5em 0; }

h5 {
  font-size: 1.328em;
  line-height: 1.80723em;
  margin: 1.80723em 0; }

h6, .hentry .entry-content p.scroll-text, body.blog .archive-header section.post-feature .post-content .post-category-title, .single article .post-category-title,
.author article .post-category-title, .single article .publication-download-section .download-pdf-link a,
.author article .publication-download-section .download-pdf-link a {
  font-size: 1.072em;
  line-height: 2.23881em;
  margin: 2.23881em 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 2.4em 40px; }

dl,
ol,
ul {
  margin: 2.4em 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

ol,
ul {
  padding: 0 0 0 40px; }

/**
     * Add the correct display in IE 9-.
     */
figcaption, .hentry .entry-content figcaption,
.hentry .entry-content .wp-block-audio figcaption,
.hentry .entry-content .wp-block-video figcaption,
.hentry .entry-content .wp-block-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.hentry .entry-summary figcaption,
.hentry .entry-summary .wp-block-audio figcaption,
.hentry .entry-summary .wp-block-video figcaption,
.hentry .entry-summary .wp-block-image figcaption,
.hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 2.4em 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 2.4em 0; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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: 2.4em;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 macOS.
       */ }
  [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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 2.4em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

/* 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; }

.assistive-text,
.visuallyhidden,
.visually-hidden,
.screen-reader-text {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  margin: -1px; }

.width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: 50%;
  margin-right: -50vw; }

@font-face {
  font-family: "Avenir-Next";
  src: url("../_src/fonts/AvenirRegular.eot?1");
  src: url("../_src/fonts/AvenirRegular.eot?1#iefix") format("embedded-opentype"), url("../_src/fonts/AvenirRegular.woff2?1") format("woff2"), url("../_src/fonts/AvenirRegular.woff?1") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Avenir-Next";
  src: url("../_src/fonts/AvenirMedium.eot?1");
  src: url("../_src/fonts/AvenirMedium.eot?1#iefix") format("embedded-opentype"), url("../_src/fonts/AvenirMedium.woff2?1") format("woff2"), url("../_src/fonts/AvenirMedium.woff?1") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Avenir-Next";
  src: url("../_src/fonts/AvenirBold.eot?1");
  src: url("../_src/fonts/AvenirBold.eot?1#iefix") format("embedded-opentype"), url("../_src/fonts/AvenirBold.woff2?1") format("woff2"), url("../_src/fonts/AvenirBold.woff?1") format("woff");
  font-weight: 800;
  font-style: normal; }

body, html {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

body {
  font-size: 1.6rem;
  margin: 0;
  background: #263641;
  color: #fff;
  font-family: "Avenir-Next", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.admin-bar {
    min-height: calc( 100vh - 32px); }

@media screen and (max-width: 782px) {
  body.admin-bar {
    min-height: calc( 100vh - 46px); } }
  body p {
    font-family: "Caecilia LT Pro", sans-serif;
    margin: 0 0 2.5rem; }
  body ul, body ol {
    font-family: "Caecilia LT Pro", sans-serif;
    margin: 2.5rem 0 4rem; }
  body b, body strong {
    font-weight: 800; }
  body blockquote {
    font-family: "Caecilia LT Pro", sans-serif; }

#body-wrapper {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.site-content {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

a {
  color: #E7E618;
  transition: 0.2s all ease-in-out; }
  a:hover, a:focus, a:active {
    color: #8CBC3F; }

nav a {
  text-decoration: none; }

figure,
.wp-block-image {
  margin: 0;
  position: relative; }
  figure .alignleft,
  .wp-block-image .alignleft {
    margin-right: 5rem; }
  figure .alignright,
  .wp-block-image .alignright {
    margin-left: 5rem; }
  @media only screen and (max-width: 600px) {
    figure .alignleft,
    figure .align-right,
    .wp-block-image .alignleft,
    .wp-block-image .align-right {
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }

h1, h2, h3, h4, h5, h6, .hentry .entry-content p.scroll-text, body.blog .archive-header section.post-feature .post-content .post-category-title, .single article .post-category-title,
.author article .post-category-title, .single article .publication-download-section .download-pdf-link a,
.author article .publication-download-section .download-pdf-link a {
  text-transform: uppercase;
  margin: 0 0 1em;
  font-weight: 400;
  line-height: 1.2; }

h1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.5em; }
  @media only screen and (min-width: 600px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 2.4rem;
  margin: 0 0 0.5em; }

h3 {
  font-size: 1.8rem;
  font-weight: 500 !important; }

h4 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 0 0.5em; }

h5 {
  font-size: 1.6rem; }

h6, .hentry .entry-content p.scroll-text, body.blog .archive-header section.post-feature .post-content .post-category-title, .single article .post-category-title,
.author article .post-category-title, .single article .publication-download-section .download-pdf-link a,
.author article .publication-download-section .download-pdf-link a {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1.2rem; }
  h6:not(.has-text-color), .hentry .entry-content p.scroll-text:not(.has-text-color), body.blog .archive-header section.post-feature .post-content .post-category-title:not(.has-text-color), .single article .post-category-title:not(.has-text-color),
  .author article .post-category-title:not(.has-text-color), .single article .publication-download-section .download-pdf-link a:not(.has-text-color),
  .author article .publication-download-section .download-pdf-link a:not(.has-text-color) {
    color: #E7E618; }

.entry-source {
  font-size: 0.9em;
  font-style: italic;
  color: #5B9244; }

figcaption, .hentry .entry-content figcaption,
.hentry .entry-content .wp-block-audio figcaption,
.hentry .entry-content .wp-block-video figcaption,
.hentry .entry-content .wp-block-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.hentry .entry-summary figcaption,
.hentry .entry-summary .wp-block-audio figcaption,
.hentry .entry-summary .wp-block-video figcaption,
.hentry .entry-summary .wp-block-image figcaption,
.hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1.2rem;
  font-family: "Avenir-Next", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  left: 10%;
  width: 80%;
  max-width: 100%;
  text-align: left; }
  figcaption::before, .hentry .entry-content figcaption::before,
  .hentry .entry-content .wp-block-audio figcaption::before,
  .hentry .entry-content .wp-block-video figcaption::before,
  .hentry .entry-content .wp-block-image figcaption::before,
  .hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption::before,
  .hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption::before,
  .hentry .entry-summary figcaption::before,
  .hentry .entry-summary .wp-block-audio figcaption::before,
  .hentry .entry-summary .wp-block-video figcaption::before,
  .hentry .entry-summary .wp-block-image figcaption::before,
  .hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption::before,
  .hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -10px; }

/* Scroll Text Styles */
.hentry .entry-content p.scroll-text {
  font-family: "Avenir-Next", sans-serif;
  color: #fff !important;
  font-weight: 400;
  position: absolute;
  bottom: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0.9;
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite; }
  .hentry .entry-content p.scroll-text::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid white;
    content: ''; }
  .hentry .entry-content p.scroll-text.scrolled {
    pointer-events: none;
    -webkit-animation: blinkend 1s;
            animation: blinkend 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0.2; } }

@keyframes blinker {
  50% {
    opacity: 0.2; } }

@-webkit-keyframes blinkend {
  100% {
    opacity: 0; } }

@keyframes blinkend {
  100% {
    opacity: 0; } }

/* Header with Background */
.header-with-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .header-with-bg::after {
    margin-left: 20px;
    content: '';
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: 3px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1); }
  .header-with-bg.has-text-align-center::before {
    margin-right: 20px;
    content: '';
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 3px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1); }
  .header-with-bg.has-text-align-right::before {
    margin-right: 20px;
    content: '';
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 3px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1); }
  .header-with-bg.has-text-align-right::after {
    content: none; }

.wp-block-button .wp-block-button__link {
  transition: background 200ms ease-in-out;
  border: none;
  font-size: 1.2rem;
  font-family: "Avenir-Next", sans-serif !important;
  text-transform: uppercase;
  line-height: 1.6;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 0;
  outline: none;
  background: transparent !important;
  color: #fff !important;
  position: relative;
  z-index: 1; }

.wp-block-button.is-style-button-default .wp-block-button__link::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  content: '';
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  box-sizing: border-box; }

.wp-block-button.is-style-button-default .wp-block-button__link:hover::after, .wp-block-button.is-style-button-default .wp-block-button__link:active::after, .wp-block-button.is-style-button-default .wp-block-button__link:focus::after {
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px); }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  padding: 5px 9px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all .3s ease-in-out; }
  .wp-block-button.is-style-outline .wp-block-button__link::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: white;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all .3s ease-in-out; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus {
    color: #263641 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link:hover::after, .wp-block-button.is-style-outline .wp-block-button__link:active::after, .wp-block-button.is-style-outline .wp-block-button__link:focus::after {
      width: 100%;
      border-radius: 0px; }

.wp-block-button.is-style-button-border-top .wp-block-button__link {
  font-weight: 400;
  letter-spacing: 3.5px;
  transition: .3s all ease-in-out; }
  .wp-block-button.is-style-button-border-top .wp-block-button__link::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    content: '';
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    top: -8px;
    box-sizing: border-box; }
  .wp-block-button.is-style-button-border-top .wp-block-button__link:hover, .wp-block-button.is-style-button-border-top .wp-block-button__link:active, .wp-block-button.is-style-button-border-top .wp-block-button__link:focus {
    color: #E7E618 !important; }

/* Blog Tiles Block Styles (Also used outside wp-content) */
section.post-tiles.grid,
.post-archive .posts-container.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  section.post-tiles.grid .post-tile,
  .post-archive .posts-container.grid .post-tile {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 20%; }
    @media only screen and (min-width: 768px) {
      section.post-tiles.grid .post-tile,
      .post-archive .posts-container.grid .post-tile {
        -webkit-flex-basis: calc(50% - 15px);
            -ms-flex-preferred-size: calc(50% - 15px);
                flex-basis: calc(50% - 15px); } }
    @media only screen and (min-width: 1200px) {
      section.post-tiles.grid .post-tile,
      .post-archive .posts-container.grid .post-tile {
        -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
                flex: 1 1 0; } }
  @media only screen and (min-width: 1200px) {
    section.post-tiles.grid.flex-grid .post-tile,
    .post-archive .posts-container.grid.flex-grid .post-tile {
      min-width: 20%;
      max-width: 48.5%; } }

section.post-tiles.slider,
.post-archive .posts-container.slider {
  margin: 100px auto 0; }
  @media only screen and (min-width: 900px) {
    section.post-tiles.slider,
    .post-archive .posts-container.slider {
      max-width: 80vw !important;
      margin: auto; } }
  section.post-tiles.slider .slick-list,
  .post-archive .posts-container.slider .slick-list {
    margin: 0 -20px !important; }
    @media only screen and (min-width: 768px) {
      section.post-tiles.slider .slick-list,
      .post-archive .posts-container.slider .slick-list {
        margin: 0 -20px !important; } }
    @media only screen and (min-width: 1200px) {
      section.post-tiles.slider .slick-list,
      .post-archive .posts-container.slider .slick-list {
        margin: 0 -40px !important; } }
    section.post-tiles.slider .slick-list .slick-track,
    .post-archive .posts-container.slider .slick-list .slick-track {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.post-tiles.slider .slick-list .slick-track .post-tile,
      .post-archive .posts-container.slider .slick-list .slick-track .post-tile {
        margin: 20px;
        height: auto !important; }
        @media only screen and (min-width: 768px) {
          section.post-tiles.slider .slick-list .slick-track .post-tile,
          .post-archive .posts-container.slider .slick-list .slick-track .post-tile {
            margin: 20px; } }
        @media only screen and (min-width: 1200px) {
          section.post-tiles.slider .slick-list .slick-track .post-tile,
          .post-archive .posts-container.slider .slick-list .slick-track .post-tile {
            margin: 40px; } }
        section.post-tiles.slider .slick-list .slick-track .post-tile img,
        .post-archive .posts-container.slider .slick-list .slick-track .post-tile img {
          display: block;
          height: 200px; }
          @media only screen and (min-width: 1200px) {
            section.post-tiles.slider .slick-list .slick-track .post-tile img,
            .post-archive .posts-container.slider .slick-list .slick-track .post-tile img {
              height: 350px; } }
        section.post-tiles.slider .slick-list .slick-track .post-tile .post-tile-content,
        .post-archive .posts-container.slider .slick-list .slick-track .post-tile .post-tile-content {
          height: calc( 100% - 200px); }
          @media only screen and (min-width: 1200px) {
            section.post-tiles.slider .slick-list .slick-track .post-tile .post-tile-content,
            .post-archive .posts-container.slider .slick-list .slick-track .post-tile .post-tile-content {
              height: calc( 100% - 350px); } }
  section.post-tiles.slider .slick-arrow,
  .post-archive .posts-container.slider .slick-arrow {
    position: absolute;
    background: #263641;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -60px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance: none;
    border: 2px solid #fff;
    text-indent: 500%;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    z-index: 99;
    cursor: pointer; }
    @media only screen and (min-width: 900px) {
      section.post-tiles.slider .slick-arrow,
      .post-archive .posts-container.slider .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    section.post-tiles.slider .slick-arrow.slick-prev,
    .post-archive .posts-container.slider .slick-arrow.slick-prev {
      right: 65px; }
      @media only screen and (min-width: 900px) {
        section.post-tiles.slider .slick-arrow.slick-prev,
        .post-archive .posts-container.slider .slick-arrow.slick-prev {
          left: -75px;
          right: auto; } }
      @media only screen and (min-width: 1200px) {
        section.post-tiles.slider .slick-arrow.slick-prev,
        .post-archive .posts-container.slider .slick-arrow.slick-prev {
          left: -100px; } }
    section.post-tiles.slider .slick-arrow.slick-next,
    .post-archive .posts-container.slider .slick-arrow.slick-next {
      right: 0; }
      @media only screen and (min-width: 900px) {
        section.post-tiles.slider .slick-arrow.slick-next,
        .post-archive .posts-container.slider .slick-arrow.slick-next {
          right: -75px; } }
      @media only screen and (min-width: 1200px) {
        section.post-tiles.slider .slick-arrow.slick-next,
        .post-archive .posts-container.slider .slick-arrow.slick-next {
          right: -100px; } }
    section.post-tiles.slider .slick-arrow:hover, section.post-tiles.slider .slick-arrow:active, section.post-tiles.slider .slick-arrow:focus,
    .post-archive .posts-container.slider .slick-arrow:hover,
    .post-archive .posts-container.slider .slick-arrow:active,
    .post-archive .posts-container.slider .slick-arrow:focus {
      background: #30414B; }
  section.post-tiles.slider .slick-arrow::before,
  section.post-tiles.slider .slick-arrow::after,
  .post-archive .posts-container.slider .slick-arrow::before,
  .post-archive .posts-container.slider .slick-arrow::after {
    position: absolute;
    top: 1px;
    color: #fff;
    font-size: 45px;
    text-indent: 0; }
  section.post-tiles.slider .slick-prev::before,
  .post-archive .posts-container.slider .slick-prev::before {
    content: '‹';
    left: 15px; }
  section.post-tiles.slider .slick-next::after,
  .post-archive .posts-container.slider .slick-next::after {
    content: '›';
    left: 17px; }
  section.post-tiles.slider.slider-preview,
  .post-archive .posts-container.slider.slider-preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px; }
    section.post-tiles.slider.slider-preview > a,
    .post-archive .posts-container.slider.slider-preview > a {
      -webkit-flex-basis: calc(33% - 18px);
          -ms-flex-preferred-size: calc(33% - 18px);
              flex-basis: calc(33% - 18px); }
    section.post-tiles.slider.slider-preview::before, section.post-tiles.slider.slider-preview::after,
    .post-archive .posts-container.slider.slider-preview::before,
    .post-archive .posts-container.slider.slider-preview::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      color: #000;
      text-align: center;
      font-weight: 400;
      font-size: 16px; }
    section.post-tiles.slider.slider-preview::before,
    .post-archive .posts-container.slider.slider-preview::before {
      content: '‹';
      left: -50px; }
    section.post-tiles.slider.slider-preview::after,
    .post-archive .posts-container.slider.slider-preview::after {
      content: '›';
      right: -50px; }

section.post-tiles.grid-preview .post-tile-content,
section.post-tiles.slider-preview .post-tile-content,
.post-archive .posts-container.grid-preview .post-tile-content,
.post-archive .posts-container.slider-preview .post-tile-content {
  height: auto !important; }

.post-tile.tile {
  text-decoration: none;
  background-color: #30414B;
  position: relative;
  margin-top: 35px !important;
  border-top: 5px solid #27AAE1; }
  .post-tile.tile .highlight-text {
    letter-spacing: 1.5px;
    position: absolute;
    top: -35px;
    font-size: 1.2rem;
    color: #27AAE1;
    text-transform: uppercase;
    font-weight: 500; }
  .post-tile.tile h6, .post-tile.tile .hentry .entry-content p.scroll-text, .hentry .entry-content .post-tile.tile p.scroll-text, .post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .post-tile.tile .post-category-title, .post-tile.tile .single article .post-category-title, .single article .post-tile.tile .post-category-title,
  .post-tile.tile .author article .post-category-title, .author article .post-tile.tile .post-category-title, .post-tile.tile .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .post-tile.tile a,
  .post-tile.tile .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .post-tile.tile a {
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    font-size: 1.8rem; }
  .post-tile.tile .wp-block-button__link {
    color: #27AAE1 !important;
    border-color: #27AAE1 !important; }
  .post-tile.tile.event {
    border-color: #8CBC3F; }
    .post-tile.tile.event .wp-block-button__link {
      color: #8CBC3F !important;
      border-color: #8CBC3F !important; }
    .post-tile.tile.event .highlight-text {
      color: #8CBC3F; }
    .post-tile.tile.event h6, .post-tile.tile.event .hentry .entry-content p.scroll-text, .hentry .entry-content .post-tile.tile.event p.scroll-text, .post-tile.tile.event body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .post-tile.tile.event .post-category-title, .post-tile.tile.event .single article .post-category-title, .single article .post-tile.tile.event .post-category-title,
    .post-tile.tile.event .author article .post-category-title, .author article .post-tile.tile.event .post-category-title, .post-tile.tile.event .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .post-tile.tile.event a,
    .post-tile.tile.event .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .post-tile.tile.event a {
      color: #8CBC3F; }
  .post-tile.tile.publication {
    border-color: #E7E618; }
    .post-tile.tile.publication .wp-block-button__link {
      color: #E7E618 !important;
      border-color: #E7E618 !important; }
    .post-tile.tile.publication .highlight-text {
      color: #E7E618; }
    .post-tile.tile.publication h6, .post-tile.tile.publication .hentry .entry-content p.scroll-text, .hentry .entry-content .post-tile.tile.publication p.scroll-text, .post-tile.tile.publication body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .post-tile.tile.publication .post-category-title, .post-tile.tile.publication .single article .post-category-title, .single article .post-tile.tile.publication .post-category-title,
    .post-tile.tile.publication .author article .post-category-title, .author article .post-tile.tile.publication .post-category-title, .post-tile.tile.publication .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .post-tile.tile.publication a,
    .post-tile.tile.publication .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .post-tile.tile.publication a {
      color: #E7E618; }
  .post-tile.tile.media {
    border-color: #D37F27; }
    .post-tile.tile.media .wp-block-button__link {
      color: #D37F27 !important;
      border-color: #D37F27 !important; }
    .post-tile.tile.media .highlight-text {
      color: #D37F27; }
    .post-tile.tile.media h6, .post-tile.tile.media .hentry .entry-content p.scroll-text, .hentry .entry-content .post-tile.tile.media p.scroll-text, .post-tile.tile.media body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .post-tile.tile.media .post-category-title, .post-tile.tile.media .single article .post-category-title, .single article .post-tile.tile.media .post-category-title,
    .post-tile.tile.media .author article .post-category-title, .author article .post-tile.tile.media .post-category-title, .post-tile.tile.media .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .post-tile.tile.media a,
    .post-tile.tile.media .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .post-tile.tile.media a {
      color: #D37F27; }
  .post-tile.tile.tools {
    border-color: #16D9A1; }
    .post-tile.tile.tools .wp-block-button__link {
      color: #16D9A1 !important;
      border-color: #16D9A1 !important; }
    .post-tile.tile.tools .highlight-text {
      color: #16D9A1; }
    .post-tile.tile.tools h6, .post-tile.tile.tools .hentry .entry-content p.scroll-text, .hentry .entry-content .post-tile.tile.tools p.scroll-text, .post-tile.tile.tools body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .post-tile.tile.tools .post-category-title, .post-tile.tile.tools .single article .post-category-title, .single article .post-tile.tile.tools .post-category-title,
    .post-tile.tile.tools .author article .post-category-title, .author article .post-tile.tile.tools .post-category-title, .post-tile.tile.tools .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .post-tile.tile.tools a,
    .post-tile.tile.tools .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .post-tile.tile.tools a {
      color: #16D9A1; }
  .post-tile.tile:hover .wp-block-button__link, .post-tile.tile:active .wp-block-button__link, .post-tile.tile:focus .wp-block-button__link {
    color: #263641 !important;
    border-color: #fff !important; }
    .post-tile.tile:hover .wp-block-button__link::after, .post-tile.tile:active .wp-block-button__link::after, .post-tile.tile:focus .wp-block-button__link::after {
      width: 100%;
      border-radius: 0px; }
  .post-tile.tile img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 1200px) {
      .post-tile.tile img {
        height: 175px; } }
  .post-tile.tile .post-tile-content {
    padding: 25px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc( 100% - 200px); }
    @media only screen and (min-width: 1200px) {
      .post-tile.tile .post-tile-content {
        height: calc( 100% - 175px); } }
    .post-tile.tile .post-tile-content.no-image {
      height: 100% !important; }
    .post-tile.tile .post-tile-content p {
      margin: 20px 0 40px;
      color: #fff;
      font-size: 1.6rem; }
    .post-tile.tile .post-tile-content p.org-name {
      margin: 12px 0; }
    .post-tile.tile .post-tile-content .event-date {
      margin: 20px 0 !important; }

@media only screen and (max-width: 781px) {
  .hidden-mobile {
    display: none; } }

.container,
.row,
.wp-block-cover__inner-container {
  width: calc( 100% - 3rem - 3rem);
  margin: 0 auto;
  max-width: 88%; }
  @media (min-width: 1024px) {
    .container,
    .row,
    .wp-block-cover__inner-container {
      max-width: 77%; } }

.col-1 {
  width: span(1); }

.col-2 {
  width: span(2); }

.col-3 {
  width: span(3); }

.col-4 {
  width: span(4); }

.col-5 {
  width: span(5); }

.col-6 {
  width: span(6); }

.col-7 {
  width: span(7); }

.col-8 {
  width: span(8); }

.col-9 {
  width: span(9); }

.col-10 {
  width: span(10); }

.col-11 {
  width: span(11); }

.col-12 {
  width: span(12); }

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

.alignleft {
  float: left;
  margin: 0.8rem 1.6rem 0.8rem 0; }

.alignright {
  float: right;
  margin: 0.8rem 0 0.8rem 1.6rem; }

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

.wp-caption {
  text-align: center; }

.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding: 2rem;
  margin: 2rem auto; }
  .gallery li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    margin: 0; }
  .gallery a {
    display: block; }

.icon-cshop, .credit a i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAIJ0lEQVRYw4WXe3BV1RXGf3ufc+89eSpCCIEYR4hFNIQZFRloa6cFeWinVQxpmcIM6fBXW9raqkOl4xAc63Scjp1WdEYtI63WUpnSIlZttZVo1aYj1gcmwQZRkRAkPJL7OPc89uof59xz70XQPXOSc+5+fWutb31rb3XgwLtks1lAbtOW9Q2trPYg9FXz1Kk0NTURBAGgQIGtNRPZLMc+Po6lFGhNqYVBQFNTE42N9YRhiKBAwLYtxsbGGD32MZalMUYOGWOeALmzvq4O2xiDiDyXStmL05kMlmVjTJpMJkMqlcJOpRAxKBRKKVLpNLW1tVhag1KoaB/CICSTSZNKpbEsQSEorQBFOp2hrq4WrTVhGM4tFr25vu9db4z5vJ3P539kWdZip6YGy7LQShMo4skgEUAEwbIslFJYlvUJAAig4jnxeGVAa4XSCh3P0UqjlAYxC/IFd4ttjPme4zjoeEERiR/O2aJ+Qzabp7+/nzfffINDhw6hgPb2dpYvX87ChQsrJyTrAlhak0qnCfKFHq20atXaiiwQKVvzKc0PAn736GOsXtXF/bduwHpxN9/iCN+Ujyg+v5P1X1vBli1bzkBd9Q9La5RSk20FHpAqWaZiN56rbX/kEe7ZtJGbr27nuWtncX7Hl+FEloODh6lrrOWGZVdyz6kcdz+5i8WL+3j22WfjTSsRSOnLswFTbfIZUCvakiVLmJ89zKGNXXBeLdgWj/7pZdb+5d/JmF8tvYINX53PT1Z/iRd+vpPOzk7++cILpUicubDoEhaJQ4AQx6oawcKFC9kw2ePub1+LKRTBC/jlrvLmLc3NrF27lv6jJyAIwQ+55pIZDA0NsX3btoRTQnWYNVJySEQ8if5Ubb9u3Tq+35bm64vn4R4aRdc77Bs8zM1PvwbA5y6+mFf6+5l/9dWsmNUCoQEnxYlsAYCBgYGEiBWuAMCuMD8SnBLGeMzu3bvJvPMKa9Yvw3v/WMQRS3Pr3/YB0OA4PNf3Ilt6e/H6/872W1ZCzmVo3/+47+UBAOrr6hIPl9YuGWuXto7QlfO4hOCu3l7+et2VcCpLIELt+XW8PHCYfxw8CsCmO+5ARJjW0sLTo6e45f6neP9Ujt0HPsITIQUsXb48NivyghIVe92gMVJGhqEy/Hv37mWB49I0fTL58UIEz0mz850PAJjR3MzqNWsAoaenh8f2vsrzbg07Bw/jG8GxLP7wxBN84YvXgJg4vFTtZUsc+6RDmUSIHn/8cdZ0XAR5F6UVKa1hvMAz7x4BYPl112HExOQytLRM5/XXX+fA0BC5fJ45c+bgOA5jY2MYEXSSb1LiO7ZUqpRSqPj97bffYmjff1hw/aUwEZHJzti8d/w0Ax+fjtJy6dJy1poytWe1t0c/JtIc9YsukV0SUurIfJOQoiSzg4ODpE6Okqp1KIaRlaRt3juZjV5TKebO7USMJM/ZJPtcclwipW0AI6DFROSI68Hw8DCt9RlIWZjSIpbFsawLwEVtbdTUOBULhuX3M1ItCq5JSjQoRAwiBpsKd6AERCMijI6OMqMuU22Spcn7AQBNU6ZUZcuZ1kYRqKiOIhUEL/PMpqJTEBQGMUIQBKSTkhsjN4kvqKmpST5V3PVpFTQiYZL0ZQBldxnEKFARBxoaGjjpemAMQRBgjMHJ5zgvHVkVhCESB8fEvDlXGRWJeaJNvLlKOKCrXRMhMyK0tbXxwaksuHmKvovnu5hcjta6FADHT5xI4hgdWsynVlGJdcAkhSDSHl06vRhJ9BERYfbs2ZxO1+OfnsD4Pp7vMZbNM7MhzfT6DB9++CEmlCi9KqQVIJvN0tXVxcMPPph4wEg5/RBJQOuEIKZ6UGdnJ+e3X8abI2PU24Lv+2TdIk21mmvbJjE+Ps7Q0EDZC7GFIyMjLFq0iJWn32Drph+zefPmaN2YJJVgRIgAGCnrdOm7saGBVatWsefdEWoyCtcrEvgeY+M5vtMxDQvYseOPeJ7H/v37+fOuXdx0000su2wmz1yh6bggw1snC/T29vLKSy9V6YDE1VZEUC/29Y07NbUNlm1ROgv5nseM1lamTZtG58UX0rfiItwg5GTBxw8NF9anOXi6wNY3Rjha8Jmcsbh0UoarJtewYvYkho/l6NgxhCswY+pUnu/rY2JiglQqVT7Gh4Z8IT9hJzpqFIbolFvig9aaH/x0Mz/8xSZ+u6wdr1jkRDHg4MkiUxybrde04ocGC6Eho8EI2187yndfHcGVqNbf98ADNDY2Mj4+XiVUEpNHV1PVlGMU/9TT00Pjkm5W7xlEQp8552kuqbdo1CFesYjxPY5ni+wYGGPJ7mHW/esIuVCwgV9v3coNK1dGqWoMRgRjTJVo2ALqjHyB+C5Qavfeey8PX345C27ewFda6mitS2EryAeGI/mA/465DOf8RJSmNzezc9curpo/v0oJy8qVbKlsIHOOxK36XL9+PYsWLaK7u5sd+w98YrgC5nV0cNvGjXR1d3M2o86yR9oWY0aMMW2WZfFZbd68eTy1Zw+/2baN4eFh8rkcTjrNlClTmDlrFl3d3cycORPf9z9DlKJQiMgpWyn1kO/7d2rLii6cJe0/R5t0wQWsvPHG5JpWWjAIAhobG886R8WFSVXcvGKQv9eO4/wsDMP+ouvihyFh/CST44kJqBj92Z7KKlg5xwChMcnaxWKRIAjecRzndtuyLAMsCILgLmPMjUqpGW6xqDzfJwxDXNf9xLXMdV201qj4ei4iBL6P5/sEQUCxWEzGO5kMvu9TKBRKbh8RkSeB27XW3v8BQoVdeYpK5gEAAAAASUVORK5CYII=");
  width: 32px;
  height: 32px; }

.icon-checkmark, body.blog .archive-header .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E        %3Cstyle%3Esvg{fill:%23ffffff}%3C/style%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  width: 16px;
  height: 1em; }

.icon-dropdown-arrow, select:not([multiple]) {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='11px' height='6px' viewBox='0 0 11 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E    %3Cpolygon stroke='none' fill='%23000000' fill-rule='evenodd' points='5.5 6 11 0 0 0'%3E%3C/polygon%3E%3C/svg%3E");
  width: 11px;
  height: 6px; }

/**
 * Use a placeholder selector to style all text-based inputs simultaneously.
 */
/**
 * General form + form input styles.
 */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  padding: 1.2rem 1.2rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1.25;
  background-color: #f6f6f6;
  color: #333;
  box-shadow: none;
  transition: border-color 300ms ease, background-color 300ms ease;
  caret-color: #094B7A; }
  input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 0.5; }
  input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    opacity: 0.5; }
  input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    opacity: 0.5; }
  input[type="email"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #333;
    opacity: 0.5; }
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="url"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #333;
    opacity: 0.5; }
  input:focus[type="email"],
  input:focus[type="number"],
  input:focus[type="password"],
  input:focus[type="search"],
  input:focus[type="tel"],
  input:focus[type="text"],
  input:focus[type="url"],
  select:focus,
  textarea:focus {
    border-color: #bbb;
    background-color: #fff; }
  .gfield_error input[type="email"],
  .gfield_error input[type="number"],
  .gfield_error input[type="password"],
  .gfield_error input[type="search"],
  .gfield_error input[type="tel"],
  .gfield_error input[type="text"],
  .gfield_error input[type="url"],
  .gfield_error select,
  .gfield_error textarea {
    border-color: #f00; }

/**
 * Input type-specific styles (selects, radios/checkboxes).
 */
select:not([multiple]) {
  width: 100%;
  height: auto;
  background-position: right 1.2rem center;
  background-repeat: no-repeat;
  padding-right: 2.3rem; }

/* Print Styles */
@media print {
  #nav-items,
  .section-tracking-menu,
  .get-connected,
  footer.site-footer {
    display: none !important; }
  .hentry .entry-content section.callout-box .callout-box-container, .hentry .entry-summary section.callout-box .callout-box-container {
    height: 100px !important;
    background-color: #f7f7f7; }
  .page-template-default .entry-header {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    min-height: 300px !important; } }

.hentry .entry-content,
.hentry .entry-summary {
  /* !Styles for blocks originating in WP Core, Gutenberg, or Third-Party Block plugins */
  /* !Styles for blocks built by Cornershop.
 * These styles are included in the front-end via _front.scss and into the editor via _editor.scss.
 * If this file starts to get unwieldy, free feel to segment individual block styles in separate _custom-block-blockname.scss files
 */
  /* Callout Boxes Block Styles */
  /* Columnn Informationals Block Styles */
  /* Thrive Rural custom column-informational CSS */
  /* Deco Styles */
  /* Container Group Styles */
  /* Get Connected Block */
  /* Header with Background */
  /* Header with column connecting line */
  /* Blog Tiles Block Styles (Also used outside wp-content) */
  /* Circle Quote Block */ }
  .hentry .entry-content > *,
  .hentry .entry-summary > * {
    max-width: 100%; }
    .hentry .entry-content > * > *:first-child,
    .hentry .entry-summary > * > *:first-child {
      margin-top: 0; }
    .hentry .entry-content > * > *:last-child,
    .hentry .entry-summary > * > *:last-child {
      margin-bottom: 0; }
    .hentry .entry-content > *.alignwide,
    .hentry .entry-summary > *.alignwide {
      margin-left: auto;
      margin-right: auto;
      clear: both; }
      @media (min-width: 900px) {
        .hentry .entry-content > *.alignwide,
        .hentry .entry-summary > *.alignwide {
          width: 100%;
          max-width: 100%; } }
    .hentry .entry-content > *.alignfull,
    .hentry .entry-summary > *.alignfull {
      position: relative;
      left: -2rem;
      width: calc( 100% + (2 * 2rem));
      max-width: calc( 100% + (2 * 2rem));
      clear: both; }
      @media (min-width: 900px) {
        .hentry .entry-content > *.alignfull,
        .hentry .entry-summary > *.alignfull {
          margin-top: calc(2 * 2rem);
          margin-bottom: calc(2 * 2rem);
          left: calc( -12.5% - 75px);
          width: calc( 125% + 150px);
          max-width: calc( 125% + 150px); } }
    .hentry .entry-content > *.alignleft,
    .hentry .entry-summary > *.alignleft {
      /*rtl:ignore*/
      float: left;
      max-width: calc(5 * (100vw / 12));
      margin-top: 0;
      margin-left: 0;
      /*rtl:ignore*/
      margin-right: 2rem; }
      @media (min-width: 900px) {
        .hentry .entry-content > *.alignleft,
        .hentry .entry-summary > *.alignleft {
          max-width: calc(4 * (100vw / 12));
          /*rtl:ignore*/
          margin-right: calc(2 * 2rem); } }
    .hentry .entry-content > *.alignright,
    .hentry .entry-summary > *.alignright {
      /*rtl:ignore*/
      float: right;
      max-width: calc(5 * (100vw / 12));
      margin-top: 0;
      margin-right: 0;
      /*rtl:ignore*/
      margin-left: 2rem; }
      @media (min-width: 900px) {
        .hentry .entry-content > *.alignright,
        .hentry .entry-summary > *.alignright {
          max-width: calc(4 * (100vw / 12));
          margin-right: 0;
          /*rtl:ignore*/
          margin-left: calc(2 * 2rem); } }
    .hentry .entry-content > *.aligncenter,
    .hentry .entry-summary > *.aligncenter {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1024px) {
        .hentry .entry-content > *.aligncenter,
        .hentry .entry-summary > *.aligncenter {
          max-width: 77%; } }
  .hentry .entry-content .wp-block-heading a,
  .hentry .entry-summary .wp-block-heading a {
    text-decoration: none; }
  .hentry .entry-content p,
  .hentry .entry-summary p {
    font-size: 1.6rem;
    line-height: 1.6; }
  .hentry .entry-content p.has-background,
  .hentry .entry-summary p.has-background {
    padding: 20px 30px; }
  .hentry .entry-content .wp-block-media-text,
  .hentry .entry-summary .wp-block-media-text {
    width: 100%; }
  .hentry .entry-content .wp-block-audio,
  .hentry .entry-summary .wp-block-audio {
    width: 100%; }
    .hentry .entry-content .wp-block-audio audio,
    .hentry .entry-summary .wp-block-audio audio {
      width: 100%; }
    .hentry .entry-content .wp-block-audio.alignleft audio,
    .hentry .entry-content .wp-block-audio.alignright audio,
    .hentry .entry-summary .wp-block-audio.alignleft audio,
    .hentry .entry-summary .wp-block-audio.alignright audio {
      max-width: 138.6px; }
      @media (min-width: 900px) {
        .hentry .entry-content .wp-block-audio.alignleft audio,
        .hentry .entry-content .wp-block-audio.alignright audio,
        .hentry .entry-summary .wp-block-audio.alignleft audio,
        .hentry .entry-summary .wp-block-audio.alignright audio {
          max-width: 450px; } }
      @media (min-width: 1600px) {
        .hentry .entry-content .wp-block-audio.alignleft audio,
        .hentry .entry-content .wp-block-audio.alignright audio,
        .hentry .entry-summary .wp-block-audio.alignleft audio,
        .hentry .entry-summary .wp-block-audio.alignright audio {
          max-width: 337.92px; } }
  .hentry .entry-content .wp-block-video video,
  .hentry .entry-summary .wp-block-video video {
    width: 100%; }
  .hentry .entry-content .wp-block-archives,
  .hentry .entry-content .wp-block-categories,
  .hentry .entry-content .wp-block-latest-posts,
  .hentry .entry-summary .wp-block-archives,
  .hentry .entry-summary .wp-block-categories,
  .hentry .entry-summary .wp-block-latest-posts {
    padding: 0;
    list-style: none; }
    .hentry .entry-content .wp-block-archives li,
    .hentry .entry-content .wp-block-categories li,
    .hentry .entry-content .wp-block-latest-posts li,
    .hentry .entry-summary .wp-block-archives li,
    .hentry .entry-summary .wp-block-categories li,
    .hentry .entry-summary .wp-block-latest-posts li {
      color: #fff;
      font-weight: 700;
      line-height: 1.6;
      padding-bottom: 1.5rem; }
      .hentry .entry-content .wp-block-archives li.menu-item-has-children, .hentry .entry-content .wp-block-archives li:last-child,
      .hentry .entry-content .wp-block-categories li.menu-item-has-children,
      .hentry .entry-content .wp-block-categories li:last-child,
      .hentry .entry-content .wp-block-latest-posts li.menu-item-has-children,
      .hentry .entry-content .wp-block-latest-posts li:last-child,
      .hentry .entry-summary .wp-block-archives li.menu-item-has-children,
      .hentry .entry-summary .wp-block-archives li:last-child,
      .hentry .entry-summary .wp-block-categories li.menu-item-has-children,
      .hentry .entry-summary .wp-block-categories li:last-child,
      .hentry .entry-summary .wp-block-latest-posts li.menu-item-has-children,
      .hentry .entry-summary .wp-block-latest-posts li:last-child {
        padding-bottom: 0; }
      .hentry .entry-content .wp-block-archives li a,
      .hentry .entry-content .wp-block-categories li a,
      .hentry .entry-content .wp-block-latest-posts li a,
      .hentry .entry-summary .wp-block-archives li a,
      .hentry .entry-summary .wp-block-categories li a,
      .hentry .entry-summary .wp-block-latest-posts li a {
        text-decoration: none; }
  .hentry .entry-content .wp-block-archives.aligncenter,
  .hentry .entry-content .wp-block-categories.aligncenter,
  .hentry .entry-summary .wp-block-archives.aligncenter,
  .hentry .entry-summary .wp-block-categories.aligncenter {
    text-align: center; }
  .hentry .entry-content .wp-block-categories ul,
  .hentry .entry-summary .wp-block-categories ul {
    padding-top: 1.5rem; }
  .hentry .entry-content .wp-block-categories li ul,
  .hentry .entry-summary .wp-block-categories li ul {
    list-style: none;
    padding-left: 0; }
  .hentry .entry-content .wp-block-categories ul,
  .hentry .entry-summary .wp-block-categories ul {
    counter-reset: submenu; }
  .hentry .entry-content .wp-block-categories ul > li > a::before,
  .hentry .entry-summary .wp-block-categories ul > li > a::before {
    font-family: "Caecilia LT Pro", sans-serif;
    font-weight: 400;
    content: "– " counters(submenu, "– ", none);
    counter-increment: submenu; }
  .hentry .entry-content .wp-block-latest-posts.is-grid li,
  .hentry .entry-summary .wp-block-latest-posts.is-grid li {
    border-top: 2px solid #2f2f2f;
    padding-top: 2rem;
    margin-bottom: 4rem; }
    .hentry .entry-content .wp-block-latest-posts.is-grid li a:after,
    .hentry .entry-summary .wp-block-latest-posts.is-grid li a:after {
      content: ''; }
    .hentry .entry-content .wp-block-latest-posts.is-grid li:last-child,
    .hentry .entry-summary .wp-block-latest-posts.is-grid li:last-child {
      margin-bottom: auto; }
      .hentry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after,
      .hentry .entry-summary .wp-block-latest-posts.is-grid li:last-child a:after {
        content: ''; }
  .hentry .entry-content .wp-block-preformatted,
  .hentry .entry-summary .wp-block-preformatted {
    font-size: 1rem;
    line-height: 1.6;
    padding: 2rem; }
  .hentry .entry-content .wp-block-verse,
  .hentry .entry-summary .wp-block-verse {
    font-family: "Caecilia LT Pro", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6; }
  .hentry .entry-content .has-drop-cap:not(:focus):first-letter,
  .hentry .entry-summary .has-drop-cap:not(:focus):first-letter {
    font-family: "Caecilia LT Pro", sans-serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0.25rem 0 0; }
  .hentry .entry-content .wp-block-pullquote,
  .hentry .entry-summary .wp-block-pullquote {
    border-width: 2px;
    padding: 2rem; }
    .hentry .entry-content .wp-block-pullquote blockquote,
    .hentry .entry-summary .wp-block-pullquote blockquote {
      color: #fff;
      margin-top: calc(4 * 2rem);
      margin-bottom: calc(4.33 * 2rem);
      margin-left: 0;
      margin-right: 0;
      padding-left: 0; }
    .hentry .entry-content .wp-block-pullquote p,
    .hentry .entry-summary .wp-block-pullquote p {
      font-size: 1.8rem;
      font-style: italic;
      line-height: 1.3;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
      .hentry .entry-content .wp-block-pullquote p em,
      .hentry .entry-summary .wp-block-pullquote p em {
        font-style: normal; }
      @media (min-width: 900px) {
        .hentry .entry-content .wp-block-pullquote p,
        .hentry .entry-summary .wp-block-pullquote p {
          font-size: inherit; } }
    .hentry .entry-content .wp-block-pullquote cite,
    .hentry .entry-summary .wp-block-pullquote cite {
      display: inline-block;
      font-family: "Caecilia LT Pro", sans-serif;
      line-height: 1.6;
      text-transform: none;
      color: #fff;
      /*
		* This requires a rem-based font size calculation instead of our normal em-based one,
		* because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
		*/
      font-size: calc(1rem / (1.25 * 0.6)); }
    .hentry .entry-content .wp-block-pullquote.alignleft, .hentry .entry-content .wp-block-pullquote.alignright,
    .hentry .entry-summary .wp-block-pullquote.alignleft,
    .hentry .entry-summary .wp-block-pullquote.alignright {
      width: 100%;
      padding: 0; }
      .hentry .entry-content .wp-block-pullquote.alignleft blockquote, .hentry .entry-content .wp-block-pullquote.alignright blockquote,
      .hentry .entry-summary .wp-block-pullquote.alignleft blockquote,
      .hentry .entry-summary .wp-block-pullquote.alignright blockquote {
        margin: 2rem 0;
        padding: 0;
        text-align: left;
        max-width: 100%; }
        .hentry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .hentry .entry-content .wp-block-pullquote.alignright blockquote p:first-child,
        .hentry .entry-summary .wp-block-pullquote.alignleft blockquote p:first-child,
        .hentry .entry-summary .wp-block-pullquote.alignright blockquote p:first-child {
          margin-top: 0; }
    .hentry .entry-content .wp-block-pullquote:not(.has-border-color),
    .hentry .entry-summary .wp-block-pullquote:not(.has-border-color) {
      border-color: transparent; }
    .hentry .entry-content .wp-block-pullquote.is-style-solid-color,
    .hentry .entry-summary .wp-block-pullquote.is-style-solid-color {
      background-color: #E7E618;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 900px) {
        .hentry .entry-content .wp-block-pullquote.is-style-solid-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color {
          padding-left: 10%;
          padding-right: 10%; } }
      .hentry .entry-content .wp-block-pullquote.is-style-solid-color p,
      .hentry .entry-summary .wp-block-pullquote.is-style-solid-color p {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem; }
        @media (min-width: 900px) {
          .hentry .entry-content .wp-block-pullquote.is-style-solid-color p,
          .hentry .entry-summary .wp-block-pullquote.is-style-solid-color p {
            font-size: 2.4rem; } }
      .hentry .entry-content .wp-block-pullquote.is-style-solid-color a,
      .hentry .entry-summary .wp-block-pullquote.is-style-solid-color a {
        color: #263641; }
      .hentry .entry-content .wp-block-pullquote.is-style-solid-color cite,
      .hentry .entry-summary .wp-block-pullquote.is-style-solid-color cite {
        color: inherit; }
      .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
      .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        color: #263641;
        padding-left: 0;
        margin-left: 2rem;
        margin-right: 2rem; }
        .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
        .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
        .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
          color: inherit; }
        @media (min-width: 900px) {
          .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
          .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: 0;
            margin-right: 0; } }
  .hentry .entry-content .wp-block-quote:not(.is-large), .hentry .entry-content .wp-block-quote:not(.is-style-large),
  .hentry .entry-summary .wp-block-quote:not(.is-large),
  .hentry .entry-summary .wp-block-quote:not(.is-style-large) {
    border-left: 2px solid #E7E618;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem; }
  .hentry .entry-content .wp-block-quote p,
  .hentry .entry-summary .wp-block-quote p {
    font-family: "Caecilia LT Pro", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1.6; }
  .hentry .entry-content .wp-block-quote cite,
  .hentry .entry-summary .wp-block-quote cite {
    /*
		* This requires a rem-based font size calculation instead of our normal em-based one,
		* because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
		*/
    font-size: calc(1rem / (1.25 * 0.6)); }
  .hentry .entry-content .wp-block-quote.is-large, .hentry .entry-content .wp-block-quote.is-style-large,
  .hentry .entry-summary .wp-block-quote.is-large,
  .hentry .entry-summary .wp-block-quote.is-style-large {
    margin: 2rem 0;
    padding: 0;
    border-left: none; }
    .hentry .entry-content .wp-block-quote.is-large p, .hentry .entry-content .wp-block-quote.is-style-large p,
    .hentry .entry-summary .wp-block-quote.is-large p,
    .hentry .entry-summary .wp-block-quote.is-style-large p {
      font-size: 1.8rem;
      line-height: 1.4;
      font-style: italic; }
    .hentry .entry-content .wp-block-quote.is-large cite,
    .hentry .entry-content .wp-block-quote.is-large footer, .hentry .entry-content .wp-block-quote.is-style-large cite,
    .hentry .entry-content .wp-block-quote.is-style-large footer,
    .hentry .entry-summary .wp-block-quote.is-large cite,
    .hentry .entry-summary .wp-block-quote.is-large footer,
    .hentry .entry-summary .wp-block-quote.is-style-large cite,
    .hentry .entry-summary .wp-block-quote.is-style-large footer {
      /*
			* This requires a rem-based font size calculation instead of our normal em-based one,
			* because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			*/
      font-size: calc(1rem / (1.25 * 0.6)); }
    @media (min-width: 900px) {
      .hentry .entry-content .wp-block-quote.is-large, .hentry .entry-content .wp-block-quote.is-style-large,
      .hentry .entry-summary .wp-block-quote.is-large,
      .hentry .entry-summary .wp-block-quote.is-style-large {
        margin: 2rem 0;
        padding: 2rem 0; }
        .hentry .entry-content .wp-block-quote.is-large p, .hentry .entry-content .wp-block-quote.is-style-large p,
        .hentry .entry-summary .wp-block-quote.is-large p,
        .hentry .entry-summary .wp-block-quote.is-style-large p {
          font-size: 1.8rem; } }
  .hentry .entry-content .wp-block-image,
  .hentry .entry-summary .wp-block-image {
    position: relative; }
    .hentry .entry-content .wp-block-image img,
    .hentry .entry-summary .wp-block-image img {
      max-width: 100%; }
    .hentry .entry-content .wp-block-image.is-style-curves img,
    .hentry .entry-summary .wp-block-image.is-style-curves img {
      border-radius: 9px; }
    .hentry .entry-content .wp-block-image.is-style-curve-top-left img,
    .hentry .entry-summary .wp-block-image.is-style-curve-top-left img {
      border-radius: 9px;
      border-top-left-radius: 110px; }
    .hentry .entry-content .wp-block-image.is-style-curve-top-right img,
    .hentry .entry-summary .wp-block-image.is-style-curve-top-right img {
      border-radius: 9px;
      border-top-right-radius: 110px; }
    .hentry .entry-content .wp-block-image.is-style-curve-bottom-left img,
    .hentry .entry-summary .wp-block-image.is-style-curve-bottom-left img {
      border-radius: 9px;
      border-bottom-left-radius: 110px; }
    .hentry .entry-content .wp-block-image.is-style-curve-bottom-right img,
    .hentry .entry-summary .wp-block-image.is-style-curve-bottom-right img {
      border-radius: 9px;
      border-bottom-right-radius: 110px; }
    .hentry .entry-content .wp-block-image.is-style-large-curve-top-left img,
    .hentry .entry-summary .wp-block-image.is-style-large-curve-top-left img {
      border-radius: 9px;
      border-top-left-radius: 18vw; }
    .hentry .entry-content .wp-block-image.is-style-large-curve-top-right img,
    .hentry .entry-summary .wp-block-image.is-style-large-curve-top-right img {
      border-radius: 9px;
      border-top-right-radius: 18vw; }
    .hentry .entry-content .wp-block-image.is-style-large-curve-bottom-left img,
    .hentry .entry-summary .wp-block-image.is-style-large-curve-bottom-left img {
      border-radius: 9px;
      border-bottom-left-radius: 18vw; }
    .hentry .entry-content .wp-block-image.is-style-large-curve-bottom-right img,
    .hentry .entry-summary .wp-block-image.is-style-large-curve-bottom-right img {
      border-radius: 9px;
      border-bottom-right-radius: 18vw; }
  .hentry .entry-content .fullscreen.no-container.fullbleed-content .wp-block-image img,
  .hentry .entry-summary .fullscreen.no-container.fullbleed-content .wp-block-image img {
    width: -webkit-fill-available; }
  .hentry .entry-content figure.has-caption,
  .hentry .entry-content .has-caption > figure,
  .hentry .entry-summary figure.has-caption,
  .hentry .entry-summary .has-caption > figure {
    margin-bottom: 15px !important; }
  .hentry .entry-content .wp-block-cover,
  .hentry .entry-summary .wp-block-cover {
    position: relative;
    padding: 0; }
    .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
    .hentry .entry-summary .wp-block-cover .wp-block-cover__inner-container {
      padding-left: 20px;
      padding-right: 20px; }
    .hentry .entry-content .wp-block-cover.pattern-bottom,
    .hentry .entry-summary .wp-block-cover.pattern-bottom {
      padding-bottom: 350px !important; }
      .hentry .entry-content .wp-block-cover.pattern-bottom img.wp-block-cover__image-background,
      .hentry .entry-summary .wp-block-cover.pattern-bottom img.wp-block-cover__image-background {
        -o-object-fit: contain;
           object-fit: contain; }
  .hentry .entry-content .wp-block-gallery,
  .hentry .entry-summary .wp-block-gallery {
    list-style-type: none;
    padding-left: 0; }
    .hentry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery .blocks-gallery-item:last-child,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-image:last-child,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-item:last-child {
      margin-bottom: 16px; }
    .hentry .entry-content .wp-block-gallery figcaption a, .hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption a, .hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption a,
    .hentry .entry-summary .wp-block-gallery figcaption a,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption a,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption a {
      color: #fff; }
  .hentry .entry-content .wp-block-separator,
  .hentry .entry-content hr,
  .hentry .entry-summary .wp-block-separator,
  .hentry .entry-summary hr {
    background-color: #fff;
    border: 0;
    height: 2px;
    margin-bottom: 4rem;
    margin-top: 4rem;
    max-width: 2.25rem;
    text-align: left;
    /* Remove duplicate rule-line when a separator
	* is followed by an H1, or H2 */ }
    .hentry .entry-content .wp-block-separator.is-style-default-left,
    .hentry .entry-content hr.is-style-default-left,
    .hentry .entry-summary .wp-block-separator.is-style-default-left,
    .hentry .entry-summary hr.is-style-default-left {
      margin-left: 0 !important; }
    .hentry .entry-content .wp-block-separator.is-style-wide,
    .hentry .entry-content hr.is-style-wide,
    .hentry .entry-summary .wp-block-separator.is-style-wide,
    .hentry .entry-summary hr.is-style-wide {
      max-width: 100%; }
      @media (min-width: 1024px) {
        .hentry .entry-content .wp-block-separator.is-style-wide,
        .hentry .entry-content hr.is-style-wide,
        .hentry .entry-summary .wp-block-separator.is-style-wide,
        .hentry .entry-summary hr.is-style-wide {
          max-width: 77%; } }
    .hentry .entry-content .wp-block-separator.is-style-dots,
    .hentry .entry-content hr.is-style-dots,
    .hentry .entry-summary .wp-block-separator.is-style-dots,
    .hentry .entry-summary hr.is-style-dots {
      max-width: 100%;
      background-color: inherit;
      border: inherit;
      height: inherit;
      text-align: center; }
      @media (min-width: 1024px) {
        .hentry .entry-content .wp-block-separator.is-style-dots,
        .hentry .entry-content hr.is-style-dots,
        .hentry .entry-summary .wp-block-separator.is-style-dots,
        .hentry .entry-summary hr.is-style-dots {
          max-width: 77%; } }
      .hentry .entry-content .wp-block-separator.is-style-dots:before,
      .hentry .entry-content hr.is-style-dots:before,
      .hentry .entry-summary .wp-block-separator.is-style-dots:before,
      .hentry .entry-summary hr.is-style-dots:before {
        color: #fff;
        font-size: 1.8rem;
        letter-spacing: 1.2rem;
        padding-left: 1.2rem; }
    .hentry .entry-content .wp-block-separator + h1:before,
    .hentry .entry-content .wp-block-separator + h2:before,
    .hentry .entry-content hr + h1:before,
    .hentry .entry-content hr + h2:before,
    .hentry .entry-summary .wp-block-separator + h1:before,
    .hentry .entry-summary .wp-block-separator + h2:before,
    .hentry .entry-summary hr + h1:before,
    .hentry .entry-summary hr + h2:before {
      display: none; }
  .hentry .entry-content .wp-block-embed__wrapper,
  .hentry .entry-summary .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%; }
    .hentry .entry-content .wp-block-embed__wrapper iframe,
    .hentry .entry-summary .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .hentry .entry-content .wp-block-embed-twitter,
  .hentry .entry-summary .wp-block-embed-twitter {
    word-break: break-word; }
  .hentry .entry-content .wp-block-table th,
  .hentry .entry-content .wp-block-table td,
  .hentry .entry-summary .wp-block-table th,
  .hentry .entry-summary .wp-block-table td {
    border-color: #fff; }
  .hentry .entry-content .wp-block-file,
  .hentry .entry-summary .wp-block-file {
    font-family: "Caecilia LT Pro", sans-serif; }
    .hentry .entry-content .wp-block-file .wp-block-file__button,
    .hentry .entry-summary .wp-block-file .wp-block-file__button {
      display: table;
      transition: background 200ms ease-in-out;
      border: none;
      border-radius: 5px;
      background: #094B7A;
      font-size: 1.6rem;
      font-family: "Caecilia LT Pro", sans-serif;
      line-height: 1.6;
      text-decoration: none;
      font-weight: 700;
      padding: 1.5rem 2rem;
      color: #fff;
      margin-left: 0;
      margin-top: calc(0.75 * 2rem); }
      @media (min-width: 1024px) {
        .hentry .entry-content .wp-block-file .wp-block-file__button,
        .hentry .entry-summary .wp-block-file .wp-block-file__button {
          font-size: 1.6rem;
          padding: 1.75rem 3rem; } }
      .hentry .entry-content .wp-block-file .wp-block-file__button:hover,
      .hentry .entry-summary .wp-block-file .wp-block-file__button:hover {
        background: #02111b;
        cursor: pointer; }
      .hentry .entry-content .wp-block-file .wp-block-file__button:focus,
      .hentry .entry-summary .wp-block-file .wp-block-file__button:focus {
        background: #02111b;
        outline: thin dotted;
        outline-offset: -4px; }
  .hentry .entry-content .wp-block-code,
  .hentry .entry-summary .wp-block-code {
    border-radius: 0; }
    .hentry .entry-content .wp-block-code code,
    .hentry .entry-summary .wp-block-code code {
      font-size: 1.6rem;
      white-space: pre-wrap;
      word-break: break-word; }
  .hentry .entry-content .wp-block-button .wp-block-button__link,
  .hentry .entry-summary .wp-block-button .wp-block-button__link {
    transition: background 200ms ease-in-out;
    border: none;
    font-size: 1.2rem;
    font-family: "Caecilia LT Pro", sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-decoration: none;
    padding: 0;
    outline: none;
    background: transparent !important;
    color: #fff !important;
    position: relative;
    z-index: 1; }
  .hentry .entry-content .wp-block-button.is-style-button-default .wp-block-button__link::after,
  .hentry .entry-summary .wp-block-button.is-style-button-default .wp-block-button__link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    box-sizing: border-box; }
  .hentry .entry-content .wp-block-button.is-style-button-default .wp-block-button__link:hover::after, .hentry .entry-content .wp-block-button.is-style-button-default .wp-block-button__link:active::after, .hentry .entry-content .wp-block-button.is-style-button-default .wp-block-button__link:focus::after,
  .hentry .entry-summary .wp-block-button.is-style-button-default .wp-block-button__link:hover::after,
  .hentry .entry-summary .wp-block-button.is-style-button-default .wp-block-button__link:active::after,
  .hentry .entry-summary .wp-block-button.is-style-button-default .wp-block-button__link:focus::after {
    opacity: 1;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
  .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid;
    border-color: inherit;
    padding: 5px 9px;
    display: inline-block;
    position: relative;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 3px;
    transition: all .3s ease-in-out; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color {
      color: #263641 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-1-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color {
      color: #30414B !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-2-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color {
      color: #5B9244 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-green-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color {
      color: #094B7A !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color {
      color: #8CBC3F !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-green-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color {
      color: #D37F27 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-orange-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color {
      color: #E7E618 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-yellow-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color {
      color: #27AAE1 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-blue-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color {
      color: #16D9A1 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-teal-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color {
      color: #B07BFF !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:focus,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:hover,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:active,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link.has-bright-purple-color.has-text-color:focus {
        color: #263641 !important; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link::after,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link::after {
      content: '';
      position: absolute;
      width: 0px;
      height: 100%;
      background: white;
      top: 0px;
      left: 0px;
      z-index: -1;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      transition: all .3s ease-in-out; }
    .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:active,
    .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:focus {
      color: #263641 !important; }
      .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover::after, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active::after, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus::after,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:active::after,
      .hentry .entry-summary .wp-block-button.is-style-outline .wp-block-button__link:focus::after {
        width: 100%;
        border-radius: 0px; }
  .hentry .entry-content .wp-block-button.is-style-button-border-top .wp-block-button__link,
  .hentry .entry-summary .wp-block-button.is-style-button-border-top .wp-block-button__link {
    font-weight: 400;
    letter-spacing: 3.5px;
    transition: .3s all ease-in-out; }
    .hentry .entry-content .wp-block-button.is-style-button-border-top .wp-block-button__link::before,
    .hentry .entry-summary .wp-block-button.is-style-button-border-top .wp-block-button__link::before {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: white;
      content: '';
      opacity: 1;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      top: -8px;
      box-sizing: border-box; }
    .hentry .entry-content .wp-block-button.is-style-button-border-top .wp-block-button__link:hover, .hentry .entry-content .wp-block-button.is-style-button-border-top .wp-block-button__link:active, .hentry .entry-content .wp-block-button.is-style-button-border-top .wp-block-button__link:focus,
    .hentry .entry-summary .wp-block-button.is-style-button-border-top .wp-block-button__link:hover,
    .hentry .entry-summary .wp-block-button.is-style-button-border-top .wp-block-button__link:active,
    .hentry .entry-summary .wp-block-button.is-style-button-border-top .wp-block-button__link:focus {
      color: #E7E618 !important; }
  .hentry .entry-content .wp-block-columns,
  .hentry .entry-summary .wp-block-columns {
    margin-bottom: 0; }
    .hentry .entry-content .wp-block-columns.alignfull,
    .hentry .entry-summary .wp-block-columns.alignfull {
      padding-left: 2rem;
      padding-right: 2rem; }
    @media (min-width: 900px) {
      .hentry .entry-content .wp-block-columns .wp-block-column > *:first-child,
      .hentry .entry-summary .wp-block-columns .wp-block-column > *:first-child {
        margin-top: 0; }
      .hentry .entry-content .wp-block-columns .wp-block-column > *:last-child,
      .hentry .entry-summary .wp-block-columns .wp-block-column > *:last-child {
        margin-bottom: 0; }
      .hentry .entry-content .wp-block-columns[class*='has-'] > *,
      .hentry .entry-summary .wp-block-columns[class*='has-'] > * {
        margin-right: 2rem; }
        .hentry .entry-content .wp-block-columns[class*='has-'] > *:last-child,
        .hentry .entry-summary .wp-block-columns[class*='has-'] > *:last-child {
          margin-right: 0; }
      .hentry .entry-content .wp-block-columns.alignfull,
      .hentry .entry-content .wp-block-columns.alignfull .wp-block-column,
      .hentry .entry-summary .wp-block-columns.alignfull,
      .hentry .entry-summary .wp-block-columns.alignfull .wp-block-column {
        padding-left: calc(2 * 2rem);
        padding-right: calc(2 * 2rem); } }
    @media only screen and (min-width: 1050px) {
      .hentry .entry-content .wp-block-columns.column-space-medium,
      .hentry .entry-summary .wp-block-columns.column-space-medium {
        gap: 5em; } }
    @media only screen and (min-width: 1050px) {
      .hentry .entry-content .wp-block-columns.column-space-large,
      .hentry .entry-summary .wp-block-columns.column-space-large {
        gap: 10em; } }
  @media only screen and (min-width: 1201px) {
    .hentry .entry-content .column-space-left,
    .hentry .entry-summary .column-space-left {
      padding-left: 5rem; } }
  .hentry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
  .hentry .entry-summary .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-family: "Caecilia LT Pro", sans-serif;
    font-weight: 700; }
    .hentry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
    .hentry .entry-summary .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
      font-weight: 400; }
  .hentry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
  .hentry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
  .hentry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p,
  .hentry .entry-summary .wp-block-latest-comments .wp-block-latest-comments__comment,
  .hentry .entry-summary .wp-block-latest-comments .wp-block-latest-comments__comment-date,
  .hentry .entry-summary .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit; }
  .hentry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date,
  .hentry .entry-summary .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
    font-size: 1rem; }
  .hentry .entry-content ul.wp-block-social-links,
  .hentry .entry-summary ul.wp-block-social-links {
    margin: 0; }
  .hentry .entry-content .has-small-font-size,
  .hentry .entry-summary .has-small-font-size {
    font-size: 1.2rem; }
  .hentry .entry-content .has-normal-font-size,
  .hentry .entry-summary .has-normal-font-size {
    font-size: 1.6rem; }
  .hentry .entry-content .has-large-font-size,
  .hentry .entry-summary .has-large-font-size {
    font-size: 1.8rem; }
  .hentry .entry-content .has-huge-font-size,
  .hentry .entry-summary .has-huge-font-size {
    font-size: 2.4rem; }
  .hentry .entry-content .has-primary-background-color,
  .hentry .entry-content .has-secondary-background-color,
  .hentry .entry-content .has-dark-gray-background-color,
  .hentry .entry-content .has-light-gray-background-color,
  .hentry .entry-summary .has-primary-background-color,
  .hentry .entry-summary .has-secondary-background-color,
  .hentry .entry-summary .has-dark-gray-background-color,
  .hentry .entry-summary .has-light-gray-background-color {
    color: #263641; }
    .hentry .entry-content .has-primary-background-color p,
    .hentry .entry-content .has-primary-background-color h1,
    .hentry .entry-content .has-primary-background-color h2,
    .hentry .entry-content .has-primary-background-color h3,
    .hentry .entry-content .has-primary-background-color h4,
    .hentry .entry-content .has-primary-background-color h5,
    .hentry .entry-content .has-primary-background-color h6,
    .hentry .entry-content .has-primary-background-color p.scroll-text,
    .hentry .entry-content .has-primary-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .has-primary-background-color .post-category-title,
    .hentry .entry-content .has-primary-background-color .single article .post-category-title,
    .single article .hentry .entry-content .has-primary-background-color .post-category-title,
    .hentry .entry-content .has-primary-background-color .author article .post-category-title,
    .author article .hentry .entry-content .has-primary-background-color .post-category-title,
    .hentry .entry-content .has-primary-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .has-primary-background-color a,
    .hentry .entry-content .has-primary-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .has-primary-background-color a,
    .hentry .entry-content .has-primary-background-color a,
    .hentry .entry-content .has-secondary-background-color p,
    .hentry .entry-content .has-secondary-background-color h1,
    .hentry .entry-content .has-secondary-background-color h2,
    .hentry .entry-content .has-secondary-background-color h3,
    .hentry .entry-content .has-secondary-background-color h4,
    .hentry .entry-content .has-secondary-background-color h5,
    .hentry .entry-content .has-secondary-background-color h6,
    .hentry .entry-content .has-secondary-background-color p.scroll-text,
    .hentry .entry-content .has-secondary-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .has-secondary-background-color .post-category-title,
    .hentry .entry-content .has-secondary-background-color .single article .post-category-title,
    .single article .hentry .entry-content .has-secondary-background-color .post-category-title,
    .hentry .entry-content .has-secondary-background-color .author article .post-category-title,
    .author article .hentry .entry-content .has-secondary-background-color .post-category-title,
    .hentry .entry-content .has-secondary-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .has-secondary-background-color a,
    .hentry .entry-content .has-secondary-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .has-secondary-background-color a,
    .hentry .entry-content .has-secondary-background-color a,
    .hentry .entry-content .has-dark-gray-background-color p,
    .hentry .entry-content .has-dark-gray-background-color h1,
    .hentry .entry-content .has-dark-gray-background-color h2,
    .hentry .entry-content .has-dark-gray-background-color h3,
    .hentry .entry-content .has-dark-gray-background-color h4,
    .hentry .entry-content .has-dark-gray-background-color h5,
    .hentry .entry-content .has-dark-gray-background-color h6,
    .hentry .entry-content .has-dark-gray-background-color p.scroll-text,
    .hentry .entry-content .has-dark-gray-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .has-dark-gray-background-color .post-category-title,
    .hentry .entry-content .has-dark-gray-background-color .single article .post-category-title,
    .single article .hentry .entry-content .has-dark-gray-background-color .post-category-title,
    .hentry .entry-content .has-dark-gray-background-color .author article .post-category-title,
    .author article .hentry .entry-content .has-dark-gray-background-color .post-category-title,
    .hentry .entry-content .has-dark-gray-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .has-dark-gray-background-color a,
    .hentry .entry-content .has-dark-gray-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .has-dark-gray-background-color a,
    .hentry .entry-content .has-dark-gray-background-color a,
    .hentry .entry-content .has-light-gray-background-color p,
    .hentry .entry-content .has-light-gray-background-color h1,
    .hentry .entry-content .has-light-gray-background-color h2,
    .hentry .entry-content .has-light-gray-background-color h3,
    .hentry .entry-content .has-light-gray-background-color h4,
    .hentry .entry-content .has-light-gray-background-color h5,
    .hentry .entry-content .has-light-gray-background-color h6,
    .hentry .entry-content .has-light-gray-background-color p.scroll-text,
    .hentry .entry-content .has-light-gray-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .has-light-gray-background-color .post-category-title,
    .hentry .entry-content .has-light-gray-background-color .single article .post-category-title,
    .single article .hentry .entry-content .has-light-gray-background-color .post-category-title,
    .hentry .entry-content .has-light-gray-background-color .author article .post-category-title,
    .author article .hentry .entry-content .has-light-gray-background-color .post-category-title,
    .hentry .entry-content .has-light-gray-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .has-light-gray-background-color a,
    .hentry .entry-content .has-light-gray-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .has-light-gray-background-color a,
    .hentry .entry-content .has-light-gray-background-color a,
    .hentry .entry-summary .has-primary-background-color p,
    .hentry .entry-summary .has-primary-background-color h1,
    .hentry .entry-summary .has-primary-background-color h2,
    .hentry .entry-summary .has-primary-background-color h3,
    .hentry .entry-summary .has-primary-background-color h4,
    .hentry .entry-summary .has-primary-background-color h5,
    .hentry .entry-summary .has-primary-background-color h6,
    .hentry .entry-summary .has-primary-background-color .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .has-primary-background-color p.scroll-text,
    .hentry .entry-summary .has-primary-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .has-primary-background-color .post-category-title,
    .hentry .entry-summary .has-primary-background-color .single article .post-category-title,
    .single article .hentry .entry-summary .has-primary-background-color .post-category-title,
    .hentry .entry-summary .has-primary-background-color .author article .post-category-title,
    .author article .hentry .entry-summary .has-primary-background-color .post-category-title,
    .hentry .entry-summary .has-primary-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .has-primary-background-color a,
    .hentry .entry-summary .has-primary-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .has-primary-background-color a,
    .hentry .entry-summary .has-primary-background-color a,
    .hentry .entry-summary .has-secondary-background-color p,
    .hentry .entry-summary .has-secondary-background-color h1,
    .hentry .entry-summary .has-secondary-background-color h2,
    .hentry .entry-summary .has-secondary-background-color h3,
    .hentry .entry-summary .has-secondary-background-color h4,
    .hentry .entry-summary .has-secondary-background-color h5,
    .hentry .entry-summary .has-secondary-background-color h6,
    .hentry .entry-summary .has-secondary-background-color .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .has-secondary-background-color p.scroll-text,
    .hentry .entry-summary .has-secondary-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .has-secondary-background-color .post-category-title,
    .hentry .entry-summary .has-secondary-background-color .single article .post-category-title,
    .single article .hentry .entry-summary .has-secondary-background-color .post-category-title,
    .hentry .entry-summary .has-secondary-background-color .author article .post-category-title,
    .author article .hentry .entry-summary .has-secondary-background-color .post-category-title,
    .hentry .entry-summary .has-secondary-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .has-secondary-background-color a,
    .hentry .entry-summary .has-secondary-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .has-secondary-background-color a,
    .hentry .entry-summary .has-secondary-background-color a,
    .hentry .entry-summary .has-dark-gray-background-color p,
    .hentry .entry-summary .has-dark-gray-background-color h1,
    .hentry .entry-summary .has-dark-gray-background-color h2,
    .hentry .entry-summary .has-dark-gray-background-color h3,
    .hentry .entry-summary .has-dark-gray-background-color h4,
    .hentry .entry-summary .has-dark-gray-background-color h5,
    .hentry .entry-summary .has-dark-gray-background-color h6,
    .hentry .entry-summary .has-dark-gray-background-color .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .has-dark-gray-background-color p.scroll-text,
    .hentry .entry-summary .has-dark-gray-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .has-dark-gray-background-color .post-category-title,
    .hentry .entry-summary .has-dark-gray-background-color .single article .post-category-title,
    .single article .hentry .entry-summary .has-dark-gray-background-color .post-category-title,
    .hentry .entry-summary .has-dark-gray-background-color .author article .post-category-title,
    .author article .hentry .entry-summary .has-dark-gray-background-color .post-category-title,
    .hentry .entry-summary .has-dark-gray-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .has-dark-gray-background-color a,
    .hentry .entry-summary .has-dark-gray-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .has-dark-gray-background-color a,
    .hentry .entry-summary .has-dark-gray-background-color a,
    .hentry .entry-summary .has-light-gray-background-color p,
    .hentry .entry-summary .has-light-gray-background-color h1,
    .hentry .entry-summary .has-light-gray-background-color h2,
    .hentry .entry-summary .has-light-gray-background-color h3,
    .hentry .entry-summary .has-light-gray-background-color h4,
    .hentry .entry-summary .has-light-gray-background-color h5,
    .hentry .entry-summary .has-light-gray-background-color h6,
    .hentry .entry-summary .has-light-gray-background-color .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .has-light-gray-background-color p.scroll-text,
    .hentry .entry-summary .has-light-gray-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .has-light-gray-background-color .post-category-title,
    .hentry .entry-summary .has-light-gray-background-color .single article .post-category-title,
    .single article .hentry .entry-summary .has-light-gray-background-color .post-category-title,
    .hentry .entry-summary .has-light-gray-background-color .author article .post-category-title,
    .author article .hentry .entry-summary .has-light-gray-background-color .post-category-title,
    .hentry .entry-summary .has-light-gray-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .has-light-gray-background-color a,
    .hentry .entry-summary .has-light-gray-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .has-light-gray-background-color a,
    .hentry .entry-summary .has-light-gray-background-color a {
      color: #263641; }
  .hentry .entry-content .has-white-background-color,
  .hentry .entry-summary .has-white-background-color {
    color: #fff; }
    .hentry .entry-content .has-white-background-color p,
    .hentry .entry-content .has-white-background-color h1,
    .hentry .entry-content .has-white-background-color h2,
    .hentry .entry-content .has-white-background-color h3,
    .hentry .entry-content .has-white-background-color h4,
    .hentry .entry-content .has-white-background-color h5,
    .hentry .entry-content .has-white-background-color h6,
    .hentry .entry-content .has-white-background-color p.scroll-text,
    .hentry .entry-content .has-white-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .has-white-background-color .post-category-title,
    .hentry .entry-content .has-white-background-color .single article .post-category-title,
    .single article .hentry .entry-content .has-white-background-color .post-category-title,
    .hentry .entry-content .has-white-background-color .author article .post-category-title,
    .author article .hentry .entry-content .has-white-background-color .post-category-title,
    .hentry .entry-content .has-white-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .has-white-background-color a,
    .hentry .entry-content .has-white-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .has-white-background-color a,
    .hentry .entry-content .has-white-background-color a,
    .hentry .entry-summary .has-white-background-color p,
    .hentry .entry-summary .has-white-background-color h1,
    .hentry .entry-summary .has-white-background-color h2,
    .hentry .entry-summary .has-white-background-color h3,
    .hentry .entry-summary .has-white-background-color h4,
    .hentry .entry-summary .has-white-background-color h5,
    .hentry .entry-summary .has-white-background-color h6,
    .hentry .entry-summary .has-white-background-color .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .has-white-background-color p.scroll-text,
    .hentry .entry-summary .has-white-background-color body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .has-white-background-color .post-category-title,
    .hentry .entry-summary .has-white-background-color .single article .post-category-title,
    .single article .hentry .entry-summary .has-white-background-color .post-category-title,
    .hentry .entry-summary .has-white-background-color .author article .post-category-title,
    .author article .hentry .entry-summary .has-white-background-color .post-category-title,
    .hentry .entry-summary .has-white-background-color .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .has-white-background-color a,
    .hentry .entry-summary .has-white-background-color .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .has-white-background-color a,
    .hentry .entry-summary .has-white-background-color a {
      color: #fff; }
  .hentry .entry-content .has-primary-background-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color,
  .hentry .entry-summary .has-primary-background-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
    background-color: #E7E618; }
  .hentry .entry-content .has-secondary-background-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color,
  .hentry .entry-summary .has-secondary-background-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
    background-color: #8CBC3F; }
  .hentry .entry-content .has-dark-gray-background-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color,
  .hentry .entry-summary .has-dark-gray-background-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
    background-color: #fff; }
  .hentry .entry-content .has-light-gray-background-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
  .hentry .entry-summary .has-light-gray-background-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
    background-color: #fff; }
  .hentry .entry-content .has-white-background-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color,
  .hentry .entry-summary .has-white-background-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color.has-white-background-color {
    background-color: #fff; }
  .hentry .entry-content .has-primary-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p,
  .hentry .entry-summary .has-primary-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
    color: #E7E618; }
  .hentry .entry-content .has-secondary-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p,
  .hentry .entry-summary .has-secondary-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
    color: #8CBC3F; }
  .hentry .entry-content .has-dark-gray-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p,
  .hentry .entry-summary .has-dark-gray-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
    color: #fff; }
  .hentry .entry-content .has-light-gray-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p,
  .hentry .entry-summary .has-light-gray-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
    color: #fff; }
  .hentry .entry-content .has-white-color,
  .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color,
  .hentry .entry-summary .has-white-color,
  .hentry .entry-summary .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    color: #fff; }
  .hentry .entry-content section.callout-box,
  .hentry .entry-summary section.callout-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 981px) {
      .hentry .entry-content section.callout-box,
      .hentry .entry-summary section.callout-box {
        gap: 20px; } }
    @media only screen and (max-width: 768px) {
      .hentry .entry-content section.callout-box,
      .hentry .entry-summary section.callout-box {
        gap: 0; }
        .hentry .entry-content section.callout-box > .callout-box-container:first-child,
        .hentry .entry-summary section.callout-box > .callout-box-container:first-child {
          border-top-right-radius: 90px; } }
    @media only screen and (max-width: 980px) {
      .hentry .entry-content section.callout-box > .callout-box-container,
      .hentry .entry-summary section.callout-box > .callout-box-container {
        -webkit-flex-basis: calc( 50% - 20px);
            -ms-flex-preferred-size: calc( 50% - 20px);
                flex-basis: calc( 50% - 20px); } }
    @media only screen and (max-width: 768px) {
      .hentry .entry-content section.callout-box > .callout-box-container,
      .hentry .entry-summary section.callout-box > .callout-box-container {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    @media only screen and (min-width: 981px) {
      .hentry .entry-content section.callout-box.double-callout,
      .hentry .entry-summary section.callout-box.double-callout {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(4, 1fr); }
        .hentry .entry-content section.callout-box.double-callout .callout-box-container:nth-child(1),
        .hentry .entry-summary section.callout-box.double-callout .callout-box-container:nth-child(1) {
          grid-area: 1 / 1 / 4 / 6; }
        .hentry .entry-content section.callout-box.double-callout .callout-box-container:nth-child(2),
        .hentry .entry-summary section.callout-box.double-callout .callout-box-container:nth-child(2) {
          grid-area: 2 / 6 / 5 / 11; } }
    @media only screen and (min-width: 981px) {
      .hentry .entry-content section.callout-box.multi-callout,
      .hentry .entry-summary section.callout-box.multi-callout {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(7, 1fr); }
        .hentry .entry-content section.callout-box.multi-callout .callout-box-container:nth-child(1),
        .hentry .entry-summary section.callout-box.multi-callout .callout-box-container:nth-child(1) {
          grid-area: 1 / 1 / 4 / 6; }
        .hentry .entry-content section.callout-box.multi-callout .callout-box-container:nth-child(2),
        .hentry .entry-summary section.callout-box.multi-callout .callout-box-container:nth-child(2) {
          grid-area: 2 / 6 / 5 / 11; }
        .hentry .entry-content section.callout-box.multi-callout .callout-box-container:nth-child(3),
        .hentry .entry-summary section.callout-box.multi-callout .callout-box-container:nth-child(3) {
          grid-area: 4 / 1 / 7 / 6; }
        .hentry .entry-content section.callout-box.multi-callout .callout-box-container:nth-child(4),
        .hentry .entry-summary section.callout-box.multi-callout .callout-box-container:nth-child(4) {
          grid-area: 5 / 6 / 8 / 11; } }
    .hentry .entry-content section.callout-box .callout-box-container, .hentry .entry-summary section.callout-box .callout-box-container {
      color: #fff;
      text-decoration: none;
      height: 350px;
      background: #30414B;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      margin: auto;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media only screen and (max-width: 768px) {
        .hentry .entry-content section.callout-box .callout-box-container, .hentry .entry-summary section.callout-box .callout-box-container {
          height: 275px; } }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content section.callout-box .callout-box-container, .hentry .entry-summary section.callout-box .callout-box-container {
          height: 400px; } }
      .hentry .entry-content section.callout-box .callout-box-container:hover .wp-block-button__link, .hentry .entry-content section.callout-box .callout-box-container:active .wp-block-button__link, .hentry .entry-content section.callout-box .callout-box-container:focus .wp-block-button__link,
      .hentry .entry-summary section.callout-box .callout-box-container:hover .wp-block-button__link,
      .hentry .entry-summary section.callout-box .callout-box-container:active .wp-block-button__link,
      .hentry .entry-summary section.callout-box .callout-box-container:focus .wp-block-button__link {
        color: #fff !important;
        border-color: #D37F27 !important; }
        .hentry .entry-content section.callout-box .callout-box-container:hover .wp-block-button__link::after, .hentry .entry-content section.callout-box .callout-box-container:active .wp-block-button__link::after, .hentry .entry-content section.callout-box .callout-box-container:focus .wp-block-button__link::after,
        .hentry .entry-summary section.callout-box .callout-box-container:hover .wp-block-button__link::after,
        .hentry .entry-summary section.callout-box .callout-box-container:active .wp-block-button__link::after,
        .hentry .entry-summary section.callout-box .callout-box-container:focus .wp-block-button__link::after {
          width: 100%;
          border-radius: 0px;
          background-color: #D37F27 !important; }
      .hentry .entry-content section.callout-box .callout-box-container::after,
      .hentry .entry-summary section.callout-box .callout-box-container::after {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(14, 20, 23, 0.15) 21%, rgba(11, 16, 18, 0.45) 38%, rgba(11, 16, 18, 0.85) 72%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d90b1012',GradientType=0 );
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        z-index: 1; }
      .hentry .entry-content section.callout-box .callout-box-container.lighten::after,
      .hentry .entry-summary section.callout-box .callout-box-container.lighten::after {
        content: none !important; }
      .hentry .entry-content section.callout-box .callout-box-container .callout-info,
      .hentry .entry-summary section.callout-box .callout-box-container .callout-info {
        position: relative;
        z-index: 2;
        padding: 20px; }
        .hentry .entry-content section.callout-box .callout-box-container .callout-info .callout-title,
        .hentry .entry-summary section.callout-box .callout-box-container .callout-info .callout-title {
          font-size: 1.8rem;
          line-height: 24px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin: 0; }
        .hentry .entry-content section.callout-box .callout-box-container .callout-info .callout-excerpt,
        .hentry .entry-summary section.callout-box .callout-box-container .callout-info .callout-excerpt {
          font-size: 1.2rem;
          line-height: 20px;
          display: none; }
          .hentry .entry-content section.callout-box .callout-box-container .callout-info .callout-excerpt p,
          .hentry .entry-summary section.callout-box .callout-box-container .callout-info .callout-excerpt p {
            margin: 0;
            padding: 15px 0 0; }
        .hentry .entry-content section.callout-box .callout-box-container .callout-info .wp-block-button__link,
        .hentry .entry-summary section.callout-box .callout-box-container .callout-info .wp-block-button__link {
          margin-top: 15px;
          font-size: 1.2rem; }
  .hentry .entry-content section.column-informational,
  .hentry .entry-summary section.column-informational {
    position: relative;
    background: #30414B;
    overflow: hidden;
    margin-bottom: -1px;
    padding-top: 50px; }
    @media only screen and (min-width: 782px) {
      .hentry .entry-content section.column-informational,
      .hentry .entry-summary section.column-informational {
        padding-top: 0; } }
    @media only screen and (min-width: 600px) {
      .hentry .entry-content section.column-informational .informational-container,
      .hentry .entry-summary section.column-informational .informational-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media only screen and (min-width: 782px) {
      .hentry .entry-content section.column-informational .informational-container,
      .hentry .entry-summary section.column-informational .informational-container {
        gap: 75px; } }
    .hentry .entry-content section.column-informational .informational-container .section-title,
    .hentry .entry-summary section.column-informational .informational-container .section-title {
      position: absolute;
      left: 0;
      top: 0;
      border-top: 5px solid;
      border-bottom: 5px solid;
      height: 75px;
      text-transform: uppercase;
      background: #263641;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 25px;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .hentry .entry-content section.column-informational .informational-container .section-title,
        .hentry .entry-summary section.column-informational .informational-container .section-title {
          width: 100% !important; } }
      @media only screen and (min-width: 782px) {
        .hentry .entry-content section.column-informational .informational-container .section-title,
        .hentry .entry-summary section.column-informational .informational-container .section-title {
          -webkit-transform: translate(-50%) rotate(-90deg);
                  transform: translate(-50%) rotate(-90deg);
          left: 50%;
          top: 50%;
          padding: 0 40px;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-top: -38px; } }
      .hentry .entry-content section.column-informational .informational-container .section-title::before,
      .hentry .entry-summary section.column-informational .informational-container .section-title::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: -2;
        opacity: 0.1;
        left: 0; }
      .hentry .entry-content section.column-informational .informational-container .section-title::after,
      .hentry .entry-summary section.column-informational .informational-container .section-title::after {
        content: '';
        width: 85%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        z-index: -1; }
      .hentry .entry-content section.column-informational .informational-container .section-title span,
      .hentry .entry-summary section.column-informational .informational-container .section-title span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 300;
        letter-spacing: 1px;
        padding: 0 12px;
        margin-right: -2px;
        background: #263641;
        position: relative; }
        .hentry .entry-content section.column-informational .informational-container .section-title span::before,
        .hentry .entry-summary section.column-informational .informational-container .section-title span::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.1;
          height: 100%;
          width: 100%; }
    .hentry .entry-content section.column-informational .informational-container .column,
    .hentry .entry-summary section.column-informational .informational-container .column {
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding: 15px 40px 50px 40px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media only screen and (min-width: 782px) {
        .hentry .entry-content section.column-informational .informational-container .column,
        .hentry .entry-summary section.column-informational .informational-container .column {
          padding: 15px 50px 50px 50px; } }
      .hentry .entry-content section.column-informational .informational-container .column .information-item,
      .hentry .entry-summary section.column-informational .informational-container .column .information-item {
        margin-top: 50px; }
        .hentry .entry-content section.column-informational .informational-container .column .information-item h6, .hentry .entry-content section.column-informational .informational-container .column .information-item p.scroll-text, .hentry .entry-content section.column-informational .informational-container .column .information-item body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational .informational-container .column .information-item .post-category-title, .hentry .entry-content section.column-informational .informational-container .column .information-item .single article .post-category-title, .single article .hentry .entry-content section.column-informational .informational-container .column .information-item .post-category-title,
        .hentry .entry-content section.column-informational .informational-container .column .information-item .author article .post-category-title, .author article .hentry .entry-content section.column-informational .informational-container .column .information-item .post-category-title, .hentry .entry-content section.column-informational .informational-container .column .information-item .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational .informational-container .column .information-item a,
        .hentry .entry-content section.column-informational .informational-container .column .information-item .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational .informational-container .column .information-item a,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item h6,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .entry-content p.scroll-text,
        .hentry .entry-content .entry-summary section.column-informational .informational-container .column .information-item p.scroll-text,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item body.blog .archive-header section.post-feature .post-content .post-category-title,
        body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational .informational-container .column .information-item .post-category-title,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .single article .post-category-title,
        .single article .hentry .entry-summary section.column-informational .informational-container .column .information-item .post-category-title,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .author article .post-category-title,
        .author article .hentry .entry-summary section.column-informational .informational-container .column .information-item .post-category-title,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .single article .publication-download-section .download-pdf-link a,
        .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational .informational-container .column .information-item a,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .author article .publication-download-section .download-pdf-link a,
        .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational .informational-container .column .information-item a {
          margin: 0 0 20px;
          font-weight: 400;
          text-transform: capitalize;
          line-height: 1.5;
          font-size: 1.6rem; }
        .hentry .entry-content section.column-informational .informational-container .column .information-item p,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item p {
          margin: 0;
          line-height: 1.5;
          color: #fff; }
        .hentry .entry-content section.column-informational .informational-container .column .information-item .wp-block-button,
        .hentry .entry-summary section.column-informational .informational-container .column .information-item .wp-block-button {
          margin-top: 25px; }
      @media only screen and (max-width: 599px) {
        .hentry .entry-content section.column-informational .informational-container .column.column-left,
        .hentry .entry-summary section.column-informational .informational-container .column.column-left {
          padding-bottom: 0; } }
      @media only screen and (max-width: 599px) {
        .hentry .entry-content section.column-informational .informational-container .column.column-right,
        .hentry .entry-summary section.column-informational .informational-container .column.column-right {
          padding-top: 0; } }
    .hentry .entry-content section.column-informational.bright-green h6, .hentry .entry-content section.column-informational.bright-green p.scroll-text, .hentry .entry-content section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-green .post-category-title, .hentry .entry-content section.column-informational.bright-green .single article .post-category-title, .single article .hentry .entry-content section.column-informational.bright-green .post-category-title,
    .hentry .entry-content section.column-informational.bright-green .author article .post-category-title, .author article .hentry .entry-content section.column-informational.bright-green .post-category-title, .hentry .entry-content section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a,
    .hentry .entry-content section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a,
    .hentry .entry-content section.column-informational.bright-green .section-title,
    .hentry .entry-summary section.column-informational.bright-green h6,
    .hentry .entry-summary section.column-informational.bright-green .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.column-informational.bright-green p.scroll-text,
    .hentry .entry-summary section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-green .post-category-title,
    .hentry .entry-summary section.column-informational.bright-green .single article .post-category-title,
    .single article .hentry .entry-summary section.column-informational.bright-green .post-category-title,
    .hentry .entry-summary section.column-informational.bright-green .author article .post-category-title,
    .author article .hentry .entry-summary section.column-informational.bright-green .post-category-title,
    .hentry .entry-summary section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a,
    .hentry .entry-summary section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a,
    .hentry .entry-summary section.column-informational.bright-green .section-title {
      color: #8CBC3F; }
      .hentry .entry-content section.column-informational.bright-green h6::before, .hentry .entry-content section.column-informational.bright-green p.scroll-text::before, .hentry .entry-content section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title::before, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-green .post-category-title::before, .hentry .entry-content section.column-informational.bright-green .single article .post-category-title::before, .single article .hentry .entry-content section.column-informational.bright-green .post-category-title::before,
      .hentry .entry-content section.column-informational.bright-green .author article .post-category-title::before, .author article .hentry .entry-content section.column-informational.bright-green .post-category-title::before, .hentry .entry-content section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a::before, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a::before,
      .hentry .entry-content section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a::before, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a::before, .hentry .entry-content section.column-informational.bright-green h6::after, .hentry .entry-content section.column-informational.bright-green p.scroll-text::after, .hentry .entry-content section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title::after, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-green .post-category-title::after, .hentry .entry-content section.column-informational.bright-green .single article .post-category-title::after, .single article .hentry .entry-content section.column-informational.bright-green .post-category-title::after,
      .hentry .entry-content section.column-informational.bright-green .author article .post-category-title::after, .author article .hentry .entry-content section.column-informational.bright-green .post-category-title::after, .hentry .entry-content section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a::after, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a::after,
      .hentry .entry-content section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a::after, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a::after,
      .hentry .entry-content section.column-informational.bright-green h6 span::before,
      .hentry .entry-content section.column-informational.bright-green p.scroll-text span::before,
      .hentry .entry-content section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-green .single article .post-category-title span::before,
      .single article .hentry .entry-content section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-green .author article .post-category-title span::before,
      .author article .hentry .entry-content section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a span::before,
      .hentry .entry-content section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-green a span::before,
      .hentry .entry-content section.column-informational.bright-green .section-title::before,
      .hentry .entry-content section.column-informational.bright-green .section-title::after,
      .hentry .entry-content section.column-informational.bright-green .section-title span::before,
      .hentry .entry-summary section.column-informational.bright-green h6::before,
      .hentry .entry-summary section.column-informational.bright-green .entry-content p.scroll-text::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-green p.scroll-text::before,
      .hentry .entry-summary section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-green .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-green .single article .post-category-title::before,
      .single article .hentry .entry-summary section.column-informational.bright-green .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-green .author article .post-category-title::before,
      .author article .hentry .entry-summary section.column-informational.bright-green .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a::before,
      .hentry .entry-summary section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a::before,
      .hentry .entry-summary section.column-informational.bright-green h6::after,
      .hentry .entry-summary section.column-informational.bright-green .entry-content p.scroll-text::after,
      .hentry .entry-content .entry-summary section.column-informational.bright-green p.scroll-text::after,
      .hentry .entry-summary section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title::after,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-green .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-green .single article .post-category-title::after,
      .single article .hentry .entry-summary section.column-informational.bright-green .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-green .author article .post-category-title::after,
      .author article .hentry .entry-summary section.column-informational.bright-green .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a::after,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a::after,
      .hentry .entry-summary section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a::after,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a::after,
      .hentry .entry-summary section.column-informational.bright-green h6 span::before,
      .hentry .entry-summary section.column-informational.bright-green .entry-content p.scroll-text span::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-green p.scroll-text span::before,
      .hentry .entry-summary section.column-informational.bright-green body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-green .single article .post-category-title span::before,
      .single article .hentry .entry-summary section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-green .author article .post-category-title span::before,
      .author article .hentry .entry-summary section.column-informational.bright-green .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-green .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a span::before,
      .hentry .entry-summary section.column-informational.bright-green .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-green a span::before,
      .hentry .entry-summary section.column-informational.bright-green .section-title::before,
      .hentry .entry-summary section.column-informational.bright-green .section-title::after,
      .hentry .entry-summary section.column-informational.bright-green .section-title span::before {
        background-color: #8CBC3F; }
    .hentry .entry-content section.column-informational.bright-green .wp-block-button__link:hover,
    .hentry .entry-content section.column-informational.bright-green .wp-block-button__link:focus,
    .hentry .entry-content section.column-informational.bright-green .wp-block-button__link:active,
    .hentry .entry-summary section.column-informational.bright-green .wp-block-button__link:hover,
    .hentry .entry-summary section.column-informational.bright-green .wp-block-button__link:focus,
    .hentry .entry-summary section.column-informational.bright-green .wp-block-button__link:active {
      color: #8CBC3F !important; }
    .hentry .entry-content section.column-informational.bright-orange h6, .hentry .entry-content section.column-informational.bright-orange p.scroll-text, .hentry .entry-content section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-orange .post-category-title, .hentry .entry-content section.column-informational.bright-orange .single article .post-category-title, .single article .hentry .entry-content section.column-informational.bright-orange .post-category-title,
    .hentry .entry-content section.column-informational.bright-orange .author article .post-category-title, .author article .hentry .entry-content section.column-informational.bright-orange .post-category-title, .hentry .entry-content section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a,
    .hentry .entry-content section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a,
    .hentry .entry-content section.column-informational.bright-orange .section-title,
    .hentry .entry-summary section.column-informational.bright-orange h6,
    .hentry .entry-summary section.column-informational.bright-orange .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.column-informational.bright-orange p.scroll-text,
    .hentry .entry-summary section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-orange .post-category-title,
    .hentry .entry-summary section.column-informational.bright-orange .single article .post-category-title,
    .single article .hentry .entry-summary section.column-informational.bright-orange .post-category-title,
    .hentry .entry-summary section.column-informational.bright-orange .author article .post-category-title,
    .author article .hentry .entry-summary section.column-informational.bright-orange .post-category-title,
    .hentry .entry-summary section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a,
    .hentry .entry-summary section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a,
    .hentry .entry-summary section.column-informational.bright-orange .section-title {
      color: #D37F27; }
      .hentry .entry-content section.column-informational.bright-orange h6::before, .hentry .entry-content section.column-informational.bright-orange p.scroll-text::before, .hentry .entry-content section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title::before, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-orange .post-category-title::before, .hentry .entry-content section.column-informational.bright-orange .single article .post-category-title::before, .single article .hentry .entry-content section.column-informational.bright-orange .post-category-title::before,
      .hentry .entry-content section.column-informational.bright-orange .author article .post-category-title::before, .author article .hentry .entry-content section.column-informational.bright-orange .post-category-title::before, .hentry .entry-content section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a::before, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a::before,
      .hentry .entry-content section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a::before, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a::before, .hentry .entry-content section.column-informational.bright-orange h6::after, .hentry .entry-content section.column-informational.bright-orange p.scroll-text::after, .hentry .entry-content section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title::after, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-orange .post-category-title::after, .hentry .entry-content section.column-informational.bright-orange .single article .post-category-title::after, .single article .hentry .entry-content section.column-informational.bright-orange .post-category-title::after,
      .hentry .entry-content section.column-informational.bright-orange .author article .post-category-title::after, .author article .hentry .entry-content section.column-informational.bright-orange .post-category-title::after, .hentry .entry-content section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a::after, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a::after,
      .hentry .entry-content section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a::after, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a::after,
      .hentry .entry-content section.column-informational.bright-orange h6 span::before,
      .hentry .entry-content section.column-informational.bright-orange p.scroll-text span::before,
      .hentry .entry-content section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-orange .single article .post-category-title span::before,
      .single article .hentry .entry-content section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-orange .author article .post-category-title span::before,
      .author article .hentry .entry-content section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a span::before,
      .hentry .entry-content section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-orange a span::before,
      .hentry .entry-content section.column-informational.bright-orange .section-title::before,
      .hentry .entry-content section.column-informational.bright-orange .section-title::after,
      .hentry .entry-content section.column-informational.bright-orange .section-title span::before,
      .hentry .entry-summary section.column-informational.bright-orange h6::before,
      .hentry .entry-summary section.column-informational.bright-orange .entry-content p.scroll-text::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-orange p.scroll-text::before,
      .hentry .entry-summary section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-orange .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-orange .single article .post-category-title::before,
      .single article .hentry .entry-summary section.column-informational.bright-orange .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-orange .author article .post-category-title::before,
      .author article .hentry .entry-summary section.column-informational.bright-orange .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a::before,
      .hentry .entry-summary section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a::before,
      .hentry .entry-summary section.column-informational.bright-orange h6::after,
      .hentry .entry-summary section.column-informational.bright-orange .entry-content p.scroll-text::after,
      .hentry .entry-content .entry-summary section.column-informational.bright-orange p.scroll-text::after,
      .hentry .entry-summary section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title::after,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-orange .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-orange .single article .post-category-title::after,
      .single article .hentry .entry-summary section.column-informational.bright-orange .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-orange .author article .post-category-title::after,
      .author article .hentry .entry-summary section.column-informational.bright-orange .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a::after,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a::after,
      .hentry .entry-summary section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a::after,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a::after,
      .hentry .entry-summary section.column-informational.bright-orange h6 span::before,
      .hentry .entry-summary section.column-informational.bright-orange .entry-content p.scroll-text span::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-orange p.scroll-text span::before,
      .hentry .entry-summary section.column-informational.bright-orange body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-orange .single article .post-category-title span::before,
      .single article .hentry .entry-summary section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-orange .author article .post-category-title span::before,
      .author article .hentry .entry-summary section.column-informational.bright-orange .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-orange .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a span::before,
      .hentry .entry-summary section.column-informational.bright-orange .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-orange a span::before,
      .hentry .entry-summary section.column-informational.bright-orange .section-title::before,
      .hentry .entry-summary section.column-informational.bright-orange .section-title::after,
      .hentry .entry-summary section.column-informational.bright-orange .section-title span::before {
        background-color: #D37F27; }
    .hentry .entry-content section.column-informational.bright-orange .wp-block-button__link:hover,
    .hentry .entry-content section.column-informational.bright-orange .wp-block-button__link:focus,
    .hentry .entry-content section.column-informational.bright-orange .wp-block-button__link:active,
    .hentry .entry-summary section.column-informational.bright-orange .wp-block-button__link:hover,
    .hentry .entry-summary section.column-informational.bright-orange .wp-block-button__link:focus,
    .hentry .entry-summary section.column-informational.bright-orange .wp-block-button__link:active {
      color: #D37F27 !important; }
    .hentry .entry-content section.column-informational.bright-yellow h6, .hentry .entry-content section.column-informational.bright-yellow p.scroll-text, .hentry .entry-content section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-yellow .post-category-title, .hentry .entry-content section.column-informational.bright-yellow .single article .post-category-title, .single article .hentry .entry-content section.column-informational.bright-yellow .post-category-title,
    .hentry .entry-content section.column-informational.bright-yellow .author article .post-category-title, .author article .hentry .entry-content section.column-informational.bright-yellow .post-category-title, .hentry .entry-content section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a,
    .hentry .entry-content section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a,
    .hentry .entry-content section.column-informational.bright-yellow .section-title,
    .hentry .entry-summary section.column-informational.bright-yellow h6,
    .hentry .entry-summary section.column-informational.bright-yellow .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.column-informational.bright-yellow p.scroll-text,
    .hentry .entry-summary section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-yellow .post-category-title,
    .hentry .entry-summary section.column-informational.bright-yellow .single article .post-category-title,
    .single article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title,
    .hentry .entry-summary section.column-informational.bright-yellow .author article .post-category-title,
    .author article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title,
    .hentry .entry-summary section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a,
    .hentry .entry-summary section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a,
    .hentry .entry-summary section.column-informational.bright-yellow .section-title {
      color: #E7E618; }
      .hentry .entry-content section.column-informational.bright-yellow h6::before, .hentry .entry-content section.column-informational.bright-yellow p.scroll-text::before, .hentry .entry-content section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title::before, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-yellow .post-category-title::before, .hentry .entry-content section.column-informational.bright-yellow .single article .post-category-title::before, .single article .hentry .entry-content section.column-informational.bright-yellow .post-category-title::before,
      .hentry .entry-content section.column-informational.bright-yellow .author article .post-category-title::before, .author article .hentry .entry-content section.column-informational.bright-yellow .post-category-title::before, .hentry .entry-content section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a::before, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a::before,
      .hentry .entry-content section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a::before, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a::before, .hentry .entry-content section.column-informational.bright-yellow h6::after, .hentry .entry-content section.column-informational.bright-yellow p.scroll-text::after, .hentry .entry-content section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title::after, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-yellow .post-category-title::after, .hentry .entry-content section.column-informational.bright-yellow .single article .post-category-title::after, .single article .hentry .entry-content section.column-informational.bright-yellow .post-category-title::after,
      .hentry .entry-content section.column-informational.bright-yellow .author article .post-category-title::after, .author article .hentry .entry-content section.column-informational.bright-yellow .post-category-title::after, .hentry .entry-content section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a::after, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a::after,
      .hentry .entry-content section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a::after, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a::after,
      .hentry .entry-content section.column-informational.bright-yellow h6 span::before,
      .hentry .entry-content section.column-informational.bright-yellow p.scroll-text span::before,
      .hentry .entry-content section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-yellow .single article .post-category-title span::before,
      .single article .hentry .entry-content section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-yellow .author article .post-category-title span::before,
      .author article .hentry .entry-content section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a span::before,
      .hentry .entry-content section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-yellow a span::before,
      .hentry .entry-content section.column-informational.bright-yellow .section-title::before,
      .hentry .entry-content section.column-informational.bright-yellow .section-title::after,
      .hentry .entry-content section.column-informational.bright-yellow .section-title span::before,
      .hentry .entry-summary section.column-informational.bright-yellow h6::before,
      .hentry .entry-summary section.column-informational.bright-yellow .entry-content p.scroll-text::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-yellow p.scroll-text::before,
      .hentry .entry-summary section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .post-category-title::before,
      .single article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .post-category-title::before,
      .author article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a::before,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a::before,
      .hentry .entry-summary section.column-informational.bright-yellow h6::after,
      .hentry .entry-summary section.column-informational.bright-yellow .entry-content p.scroll-text::after,
      .hentry .entry-content .entry-summary section.column-informational.bright-yellow p.scroll-text::after,
      .hentry .entry-summary section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title::after,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .post-category-title::after,
      .single article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .post-category-title::after,
      .author article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a::after,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a::after,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a::after,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a::after,
      .hentry .entry-summary section.column-informational.bright-yellow h6 span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .entry-content p.scroll-text span::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-yellow p.scroll-text span::before,
      .hentry .entry-summary section.column-informational.bright-yellow body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .post-category-title span::before,
      .single article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .post-category-title span::before,
      .author article .hentry .entry-summary section.column-informational.bright-yellow .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-yellow a span::before,
      .hentry .entry-summary section.column-informational.bright-yellow .section-title::before,
      .hentry .entry-summary section.column-informational.bright-yellow .section-title::after,
      .hentry .entry-summary section.column-informational.bright-yellow .section-title span::before {
        background-color: #E7E618; }
    .hentry .entry-content section.column-informational.bright-yellow .wp-block-button__link:hover,
    .hentry .entry-content section.column-informational.bright-yellow .wp-block-button__link:focus,
    .hentry .entry-content section.column-informational.bright-yellow .wp-block-button__link:active,
    .hentry .entry-summary section.column-informational.bright-yellow .wp-block-button__link:hover,
    .hentry .entry-summary section.column-informational.bright-yellow .wp-block-button__link:focus,
    .hentry .entry-summary section.column-informational.bright-yellow .wp-block-button__link:active {
      color: #E7E618 !important; }
    .hentry .entry-content section.column-informational.bright-blue h6, .hentry .entry-content section.column-informational.bright-blue p.scroll-text, .hentry .entry-content section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-blue .post-category-title, .hentry .entry-content section.column-informational.bright-blue .single article .post-category-title, .single article .hentry .entry-content section.column-informational.bright-blue .post-category-title,
    .hentry .entry-content section.column-informational.bright-blue .author article .post-category-title, .author article .hentry .entry-content section.column-informational.bright-blue .post-category-title, .hentry .entry-content section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a,
    .hentry .entry-content section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a,
    .hentry .entry-content section.column-informational.bright-blue .section-title,
    .hentry .entry-summary section.column-informational.bright-blue h6,
    .hentry .entry-summary section.column-informational.bright-blue .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.column-informational.bright-blue p.scroll-text,
    .hentry .entry-summary section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-blue .post-category-title,
    .hentry .entry-summary section.column-informational.bright-blue .single article .post-category-title,
    .single article .hentry .entry-summary section.column-informational.bright-blue .post-category-title,
    .hentry .entry-summary section.column-informational.bright-blue .author article .post-category-title,
    .author article .hentry .entry-summary section.column-informational.bright-blue .post-category-title,
    .hentry .entry-summary section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a,
    .hentry .entry-summary section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a,
    .hentry .entry-summary section.column-informational.bright-blue .section-title {
      color: #27AAE1; }
      .hentry .entry-content section.column-informational.bright-blue h6::before, .hentry .entry-content section.column-informational.bright-blue p.scroll-text::before, .hentry .entry-content section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title::before, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-blue .post-category-title::before, .hentry .entry-content section.column-informational.bright-blue .single article .post-category-title::before, .single article .hentry .entry-content section.column-informational.bright-blue .post-category-title::before,
      .hentry .entry-content section.column-informational.bright-blue .author article .post-category-title::before, .author article .hentry .entry-content section.column-informational.bright-blue .post-category-title::before, .hentry .entry-content section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a::before, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a::before,
      .hentry .entry-content section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a::before, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a::before, .hentry .entry-content section.column-informational.bright-blue h6::after, .hentry .entry-content section.column-informational.bright-blue p.scroll-text::after, .hentry .entry-content section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title::after, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-blue .post-category-title::after, .hentry .entry-content section.column-informational.bright-blue .single article .post-category-title::after, .single article .hentry .entry-content section.column-informational.bright-blue .post-category-title::after,
      .hentry .entry-content section.column-informational.bright-blue .author article .post-category-title::after, .author article .hentry .entry-content section.column-informational.bright-blue .post-category-title::after, .hentry .entry-content section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a::after, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a::after,
      .hentry .entry-content section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a::after, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a::after,
      .hentry .entry-content section.column-informational.bright-blue h6 span::before,
      .hentry .entry-content section.column-informational.bright-blue p.scroll-text span::before,
      .hentry .entry-content section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-blue .single article .post-category-title span::before,
      .single article .hentry .entry-content section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-blue .author article .post-category-title span::before,
      .author article .hentry .entry-content section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a span::before,
      .hentry .entry-content section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-blue a span::before,
      .hentry .entry-content section.column-informational.bright-blue .section-title::before,
      .hentry .entry-content section.column-informational.bright-blue .section-title::after,
      .hentry .entry-content section.column-informational.bright-blue .section-title span::before,
      .hentry .entry-summary section.column-informational.bright-blue h6::before,
      .hentry .entry-summary section.column-informational.bright-blue .entry-content p.scroll-text::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-blue p.scroll-text::before,
      .hentry .entry-summary section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-blue .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-blue .single article .post-category-title::before,
      .single article .hentry .entry-summary section.column-informational.bright-blue .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-blue .author article .post-category-title::before,
      .author article .hentry .entry-summary section.column-informational.bright-blue .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a::before,
      .hentry .entry-summary section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a::before,
      .hentry .entry-summary section.column-informational.bright-blue h6::after,
      .hentry .entry-summary section.column-informational.bright-blue .entry-content p.scroll-text::after,
      .hentry .entry-content .entry-summary section.column-informational.bright-blue p.scroll-text::after,
      .hentry .entry-summary section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title::after,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-blue .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-blue .single article .post-category-title::after,
      .single article .hentry .entry-summary section.column-informational.bright-blue .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-blue .author article .post-category-title::after,
      .author article .hentry .entry-summary section.column-informational.bright-blue .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a::after,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a::after,
      .hentry .entry-summary section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a::after,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a::after,
      .hentry .entry-summary section.column-informational.bright-blue h6 span::before,
      .hentry .entry-summary section.column-informational.bright-blue .entry-content p.scroll-text span::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-blue p.scroll-text span::before,
      .hentry .entry-summary section.column-informational.bright-blue body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-blue .single article .post-category-title span::before,
      .single article .hentry .entry-summary section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-blue .author article .post-category-title span::before,
      .author article .hentry .entry-summary section.column-informational.bright-blue .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-blue .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a span::before,
      .hentry .entry-summary section.column-informational.bright-blue .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-blue a span::before,
      .hentry .entry-summary section.column-informational.bright-blue .section-title::before,
      .hentry .entry-summary section.column-informational.bright-blue .section-title::after,
      .hentry .entry-summary section.column-informational.bright-blue .section-title span::before {
        background-color: #27AAE1; }
    .hentry .entry-content section.column-informational.bright-blue .wp-block-button__link:hover,
    .hentry .entry-content section.column-informational.bright-blue .wp-block-button__link:focus,
    .hentry .entry-content section.column-informational.bright-blue .wp-block-button__link:active,
    .hentry .entry-summary section.column-informational.bright-blue .wp-block-button__link:hover,
    .hentry .entry-summary section.column-informational.bright-blue .wp-block-button__link:focus,
    .hentry .entry-summary section.column-informational.bright-blue .wp-block-button__link:active {
      color: #27AAE1 !important; }
    .hentry .entry-content section.column-informational.bright-teal h6, .hentry .entry-content section.column-informational.bright-teal p.scroll-text, .hentry .entry-content section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-teal .post-category-title, .hentry .entry-content section.column-informational.bright-teal .single article .post-category-title, .single article .hentry .entry-content section.column-informational.bright-teal .post-category-title,
    .hentry .entry-content section.column-informational.bright-teal .author article .post-category-title, .author article .hentry .entry-content section.column-informational.bright-teal .post-category-title, .hentry .entry-content section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a,
    .hentry .entry-content section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a,
    .hentry .entry-content section.column-informational.bright-teal .section-title,
    .hentry .entry-summary section.column-informational.bright-teal h6,
    .hentry .entry-summary section.column-informational.bright-teal .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.column-informational.bright-teal p.scroll-text,
    .hentry .entry-summary section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-teal .post-category-title,
    .hentry .entry-summary section.column-informational.bright-teal .single article .post-category-title,
    .single article .hentry .entry-summary section.column-informational.bright-teal .post-category-title,
    .hentry .entry-summary section.column-informational.bright-teal .author article .post-category-title,
    .author article .hentry .entry-summary section.column-informational.bright-teal .post-category-title,
    .hentry .entry-summary section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a,
    .hentry .entry-summary section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a,
    .hentry .entry-summary section.column-informational.bright-teal .section-title {
      color: #16D9A1; }
      .hentry .entry-content section.column-informational.bright-teal h6::before, .hentry .entry-content section.column-informational.bright-teal p.scroll-text::before, .hentry .entry-content section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title::before, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-teal .post-category-title::before, .hentry .entry-content section.column-informational.bright-teal .single article .post-category-title::before, .single article .hentry .entry-content section.column-informational.bright-teal .post-category-title::before,
      .hentry .entry-content section.column-informational.bright-teal .author article .post-category-title::before, .author article .hentry .entry-content section.column-informational.bright-teal .post-category-title::before, .hentry .entry-content section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a::before, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a::before,
      .hentry .entry-content section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a::before, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a::before, .hentry .entry-content section.column-informational.bright-teal h6::after, .hentry .entry-content section.column-informational.bright-teal p.scroll-text::after, .hentry .entry-content section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title::after, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-teal .post-category-title::after, .hentry .entry-content section.column-informational.bright-teal .single article .post-category-title::after, .single article .hentry .entry-content section.column-informational.bright-teal .post-category-title::after,
      .hentry .entry-content section.column-informational.bright-teal .author article .post-category-title::after, .author article .hentry .entry-content section.column-informational.bright-teal .post-category-title::after, .hentry .entry-content section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a::after, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a::after,
      .hentry .entry-content section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a::after, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a::after,
      .hentry .entry-content section.column-informational.bright-teal h6 span::before,
      .hentry .entry-content section.column-informational.bright-teal p.scroll-text span::before,
      .hentry .entry-content section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-teal .single article .post-category-title span::before,
      .single article .hentry .entry-content section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-teal .author article .post-category-title span::before,
      .author article .hentry .entry-content section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-content section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a span::before,
      .hentry .entry-content section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-content section.column-informational.bright-teal a span::before,
      .hentry .entry-content section.column-informational.bright-teal .section-title::before,
      .hentry .entry-content section.column-informational.bright-teal .section-title::after,
      .hentry .entry-content section.column-informational.bright-teal .section-title span::before,
      .hentry .entry-summary section.column-informational.bright-teal h6::before,
      .hentry .entry-summary section.column-informational.bright-teal .entry-content p.scroll-text::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-teal p.scroll-text::before,
      .hentry .entry-summary section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-teal .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-teal .single article .post-category-title::before,
      .single article .hentry .entry-summary section.column-informational.bright-teal .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-teal .author article .post-category-title::before,
      .author article .hentry .entry-summary section.column-informational.bright-teal .post-category-title::before,
      .hentry .entry-summary section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a::before,
      .hentry .entry-summary section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a::before,
      .hentry .entry-summary section.column-informational.bright-teal h6::after,
      .hentry .entry-summary section.column-informational.bright-teal .entry-content p.scroll-text::after,
      .hentry .entry-content .entry-summary section.column-informational.bright-teal p.scroll-text::after,
      .hentry .entry-summary section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title::after,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-teal .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-teal .single article .post-category-title::after,
      .single article .hentry .entry-summary section.column-informational.bright-teal .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-teal .author article .post-category-title::after,
      .author article .hentry .entry-summary section.column-informational.bright-teal .post-category-title::after,
      .hentry .entry-summary section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a::after,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a::after,
      .hentry .entry-summary section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a::after,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a::after,
      .hentry .entry-summary section.column-informational.bright-teal h6 span::before,
      .hentry .entry-summary section.column-informational.bright-teal .entry-content p.scroll-text span::before,
      .hentry .entry-content .entry-summary section.column-informational.bright-teal p.scroll-text span::before,
      .hentry .entry-summary section.column-informational.bright-teal body.blog .archive-header section.post-feature .post-content .post-category-title span::before,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-teal .single article .post-category-title span::before,
      .single article .hentry .entry-summary section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-teal .author article .post-category-title span::before,
      .author article .hentry .entry-summary section.column-informational.bright-teal .post-category-title span::before,
      .hentry .entry-summary section.column-informational.bright-teal .single article .publication-download-section .download-pdf-link a span::before,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a span::before,
      .hentry .entry-summary section.column-informational.bright-teal .author article .publication-download-section .download-pdf-link a span::before,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.column-informational.bright-teal a span::before,
      .hentry .entry-summary section.column-informational.bright-teal .section-title::before,
      .hentry .entry-summary section.column-informational.bright-teal .section-title::after,
      .hentry .entry-summary section.column-informational.bright-teal .section-title span::before {
        background-color: #16D9A1; }
    .hentry .entry-content section.column-informational.bright-teal .wp-block-button__link:hover,
    .hentry .entry-content section.column-informational.bright-teal .wp-block-button__link:focus,
    .hentry .entry-content section.column-informational.bright-teal .wp-block-button__link:active,
    .hentry .entry-summary section.column-informational.bright-teal .wp-block-button__link:hover,
    .hentry .entry-summary section.column-informational.bright-teal .wp-block-button__link:focus,
    .hentry .entry-summary section.column-informational.bright-teal .wp-block-button__link:active {
      color: #16D9A1 !important; }
  .hentry .entry-content .local-level .column-informational-mobile-view,
  .hentry .entry-summary .local-level .column-informational-mobile-view {
    margin: 50px -50px 0; }
    .hentry .entry-content .local-level .column-informational-mobile-view .section-title,
    .hentry .entry-summary .local-level .column-informational-mobile-view .section-title {
      width: 100% !important; }
  .hentry .entry-content .local-level .column-left,
  .hentry .entry-summary .local-level .column-left {
    padding-bottom: 50px !important; }
  @media only screen and (max-width: 781px) {
    .hentry .entry-content .local-level .column-right,
    .hentry .entry-summary .local-level .column-right {
      display: none !important; } }
  @media only screen and (max-width: 781px) {
    .hentry .entry-content .original-informationals .column-left,
    .hentry .entry-summary .original-informationals .column-left {
      display: none !important; } }
  @media only screen and (max-width: 781px) {
    .hentry .entry-content .original-informationals .section-title,
    .hentry .entry-summary .original-informationals .section-title {
      width: 100% !important; } }
  .hentry .entry-content .wp-block-cover.orange-deco-top::before, .hentry .entry-content .wp-block-cover.orange-deco-top::after,
  .hentry .entry-summary .wp-block-cover.orange-deco-top::before,
  .hentry .entry-summary .wp-block-cover.orange-deco-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none; }
  .hentry .entry-content .wp-block-cover.orange-deco-top::before,
  .hentry .entry-summary .wp-block-cover.orange-deco-top::before {
    background-image: url("../images/orange-deco-top.svg");
    top: calc(-100% + 2px);
    background-position: bottom center; }
  .hentry .entry-content .wp-block-cover.orange-deco-top::after,
  .hentry .entry-summary .wp-block-cover.orange-deco-top::after {
    background-image: url("../images/orange-deco-bottom.svg");
    bottom: calc(-100% + 2px);
    background-position: top center; }
  .hentry .entry-content .wp-block-cover.orange-deco-bot,
  .hentry .entry-summary .wp-block-cover.orange-deco-bot {
    margin-bottom: 175px; }
    @media only screen and (min-width: 1050px) {
      .hentry .entry-content .wp-block-cover.orange-deco-bot,
      .hentry .entry-summary .wp-block-cover.orange-deco-bot {
        margin-bottom: 275px; } }
  .hentry .entry-content .wp-block-cover.orange-deco-top-alternate::before, .hentry .entry-content .wp-block-cover.orange-deco-top-alternate::after,
  .hentry .entry-summary .wp-block-cover.orange-deco-top-alternate::before,
  .hentry .entry-summary .wp-block-cover.orange-deco-top-alternate::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 6;
    pointer-events: none; }
  .hentry .entry-content .wp-block-cover.orange-deco-top-alternate::before,
  .hentry .entry-summary .wp-block-cover.orange-deco-top-alternate::before {
    background-image: url("../images/orange-deco-top-alternate.png");
    top: calc(-100% + 2px);
    background-position: bottom center; }
  .hentry .entry-content .wp-block-cover.orange-deco-top-alternate::after,
  .hentry .entry-summary .wp-block-cover.orange-deco-top-alternate::after {
    background-image: url("../images/orange-deco-bottom-alternate.png");
    bottom: calc(-100% + 2px);
    background-position: top center; }
  .hentry .entry-content .wp-block-cover.orange-deco-bottom-alternate,
  .hentry .entry-summary .wp-block-cover.orange-deco-bottom-alternate {
    margin-bottom: 175px; }
    @media only screen and (min-width: 1050px) {
      .hentry .entry-content .wp-block-cover.orange-deco-bottom-alternate,
      .hentry .entry-summary .wp-block-cover.orange-deco-bottom-alternate {
        margin-bottom: 275px; } }
  .hentry .entry-content .wp-block-cover.round-decor-top::before,
  .hentry .entry-summary .wp-block-cover.round-decor-top::before {
    content: '';
    width: 125%;
    height: 300px;
    background: #263641;
    position: absolute;
    top: -100px;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none; }
    @media only screen and (min-width: 1050px) {
      .hentry .entry-content .wp-block-cover.round-decor-top::before,
      .hentry .entry-summary .wp-block-cover.round-decor-top::before {
        width: 110%; } }
  .hentry .entry-content .wp-block-cover.dark-blue-deco-top, .hentry .entry-content .wp-block-cover.dark-blue-deco-top-alternative,
  .hentry .entry-summary .wp-block-cover.dark-blue-deco-top,
  .hentry .entry-summary .wp-block-cover.dark-blue-deco-top-alternative {
    overflow: visible;
    z-index: 9; }
    .hentry .entry-content .wp-block-cover.dark-blue-deco-top::before, .hentry .entry-content .wp-block-cover.dark-blue-deco-top-alternative::before,
    .hentry .entry-summary .wp-block-cover.dark-blue-deco-top::before,
    .hentry .entry-summary .wp-block-cover.dark-blue-deco-top-alternative::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      pointer-events: none; }
    .hentry .entry-content .wp-block-cover.dark-blue-deco-top::before, .hentry .entry-content .wp-block-cover.dark-blue-deco-top-alternative::before,
    .hentry .entry-summary .wp-block-cover.dark-blue-deco-top::before,
    .hentry .entry-summary .wp-block-cover.dark-blue-deco-top-alternative::before {
      background-image: url("../images/dark-blue-deco-top.svg");
      top: calc(-100% + 2px);
      background-position: bottom center; }
  .hentry .entry-content .wp-block-cover.dark-blue-deco-top-alternative::before,
  .hentry .entry-summary .wp-block-cover.dark-blue-deco-top-alternative::before {
    background-image: url("../images/dark-blue-deco-top-alternative.svg"); }
  .hentry .entry-content .wp-block-cover.framework-swirls,
  .hentry .entry-summary .wp-block-cover.framework-swirls {
    margin-top: -300px; }
  .hentry .entry-content .wp-block-group.small-container,
  .hentry .entry-summary .wp-block-group.small-container {
    max-width: 425px;
    text-align: center;
    margin: auto; }
  .hentry .entry-content .wp-block-cover.small-container .wp-block-cover__inner-container,
  .hentry .entry-summary .wp-block-cover.small-container .wp-block-cover__inner-container {
    max-width: 600px;
    text-align: center;
    margin: auto; }
    .hentry .entry-content .wp-block-cover.small-container .wp-block-cover__inner-container p,
    .hentry .entry-summary .wp-block-cover.small-container .wp-block-cover__inner-container p {
      max-width: 425px;
      text-align: center;
      margin: auto; }
  .hentry .entry-content .wp-block-group.medium-container,
  .hentry .entry-content .wp-block-cover.medium-container,
  .hentry .entry-summary .wp-block-group.medium-container,
  .hentry .entry-summary .wp-block-cover.medium-container {
    max-width: 600px;
    text-align: center;
    margin: auto; }
  .hentry .entry-content .wp-block-group.content-bg-space,
  .hentry .entry-summary .wp-block-group.content-bg-space {
    padding: 50px; }
  .hentry .entry-content .wp-block-group.extended-post-container .wp-block-group__inner-container,
  .hentry .entry-summary .wp-block-group.extended-post-container .wp-block-group__inner-container {
    width: 88vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -44vw;
    margin-right: -50vw; }
    @media only screen and (min-width: 1025px) {
      .hentry .entry-content .wp-block-group.extended-post-container .wp-block-group__inner-container,
      .hentry .entry-summary .wp-block-group.extended-post-container .wp-block-group__inner-container {
        width: 77vw;
        margin-left: -38.5vw; } }
  .hentry .entry-content .get-connected,
  .hentry .entry-summary .get-connected {
    margin-top: -350px; }
    .hentry .entry-content .get-connected > .wp-block-cover__inner-container,
    .hentry .entry-summary .get-connected > .wp-block-cover__inner-container {
      padding: 125px 0 150px; }
      @media (min-width: 900px) {
        .hentry .entry-content .get-connected > .wp-block-cover__inner-container,
        .hentry .entry-summary .get-connected > .wp-block-cover__inner-container {
          padding: 150px 0 175px; } }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container > *,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container > * {
        max-width: 500px; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container h2,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container h2 {
        line-height: 1; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_fields,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_fields {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px; }
        .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_fields > *,
        .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_fields > * {
          width: 100%; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gfield_label,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gfield_label {
        display: none; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_body,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_body {
        width: 100%; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0; }
        .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"],
        .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"] {
          -webkit-appearance: none;
          text-decoration: none;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 24px;
          color: white;
          margin: 40px 0 0;
          padding: 10px 35px;
          display: inline-block;
          border-radius: 32px;
          box-shadow: 0 0 4px #263641;
          overflow: hidden;
          background: #263641;
          border: none;
          cursor: pointer;
          transition: 0.2s all ease-in-out; }
          @media (min-width: 900px) {
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"],
            .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"] {
              margin: 0; } }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"]:hover, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"]:focus,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"]:hover,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper .gform_footer input[type="submit"]:focus {
            background-color: #30414B;
            box-shadow: 0 0 8px #30414b; }
      .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form,
      .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form {
        display: block;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px; }
        @media (min-width: 900px) {
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"],
        .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"],
        .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"],
        .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"] {
          background: transparent;
          border: none;
          border-bottom: 1px solid #263641;
          padding: 0 0 7px 0;
          color: #263641;
          transition: all .3s ease-in-out;
          font-size: 1.2rem;
          outline: none; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-webkit-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-webkit-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-webkit-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-webkit-input-placeholder {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #30414B;
            opacity: 1; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-moz-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-moz-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-moz-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-moz-placeholder {
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #30414B;
            opacity: 1; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:-ms-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:-ms-input-placeholder {
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #30414B;
            opacity: 1; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-ms-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::-ms-input-placeholder {
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #30414B;
            opacity: 1; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::placeholder,
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::placeholder,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]::placeholder,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]::placeholder {
            transition: all .3s ease-in-out;
            color: #30414B;
            opacity: 1; }
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus,
          .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus,
          .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus {
            background: transparent;
            border: none;
            border-bottom: 1px solid #30414B;
            outline: none; }
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-webkit-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-webkit-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-webkit-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-webkit-input-placeholder {
              opacity: 0; }
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-moz-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-moz-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-moz-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-moz-placeholder {
              opacity: 0; }
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus:-ms-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus:-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus:-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus:-ms-input-placeholder {
              opacity: 0; }
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-ms-input-placeholder, .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::-ms-input-placeholder, .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::-ms-input-placeholder {
              opacity: 0; }
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::placeholder,
            .hentry .entry-content .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::placeholder,
            .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="text"]:focus::placeholder,
            .hentry .entry-summary .get-connected > .wp-block-cover__inner-container .gform_wrapper form input[type="email"]:focus::placeholder {
              opacity: 0; }
  .hentry .entry-content .header-with-bg,
  .hentry .entry-summary .header-with-bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .hentry .entry-content .header-with-bg::after,
    .hentry .entry-summary .header-with-bg::after {
      margin-left: 20px;
      content: '';
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      height: 3px;
      width: 100%;
      position: relative;
      background: rgba(255, 255, 255, 0.1); }
    .hentry .entry-content .header-with-bg.has-text-align-center::before,
    .hentry .entry-summary .header-with-bg.has-text-align-center::before {
      margin-right: 20px;
      content: '';
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      height: 3px;
      width: 100%;
      position: relative;
      background: rgba(255, 255, 255, 0.1); }
    .hentry .entry-content .header-with-bg.has-text-align-right::before,
    .hentry .entry-summary .header-with-bg.has-text-align-right::before {
      margin-right: 20px;
      content: '';
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      height: 3px;
      width: 100%;
      position: relative;
      background: rgba(255, 255, 255, 0.1); }
    .hentry .entry-content .header-with-bg.has-text-align-right::after,
    .hentry .entry-summary .header-with-bg.has-text-align-right::after {
      content: none; }
  .hentry .entry-content .header-connector-line strong,
  .hentry .entry-summary .header-connector-line strong {
    position: relative;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hentry .entry-content .header-connector-line strong:after,
    .hentry .entry-summary .header-connector-line strong:after {
      border-bottom: 1px solid;
      content: '';
      height: 1px;
      width: 80vw;
      position: absolute;
      bottom: -8px;
      left: 0; }
      @media only screen and (min-width: 782px) {
        .hentry .entry-content .header-connector-line strong:after,
        .hentry .entry-summary .header-connector-line strong:after {
          width: 50vw; } }
  .hentry .entry-content .header-connector-line.light strong,
  .hentry .entry-summary .header-connector-line.light strong {
    font-weight: 400; }
  .hentry .entry-content section.post-tiles.grid,
  .hentry .entry-content .post-archive .posts-container.grid,
  .hentry .entry-summary section.post-tiles.grid,
  .hentry .entry-summary .post-archive .posts-container.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .hentry .entry-content section.post-tiles.grid.flex-grid .post-tile,
      .hentry .entry-content .post-archive .posts-container.grid.flex-grid .post-tile,
      .hentry .entry-summary section.post-tiles.grid.flex-grid .post-tile,
      .hentry .entry-summary .post-archive .posts-container.grid.flex-grid .post-tile {
        min-width: 20%;
        max-width: 48.5%; } }
    .hentry .entry-content section.post-tiles.grid .post-tile,
    .hentry .entry-content .post-archive .posts-container.grid .post-tile,
    .hentry .entry-summary section.post-tiles.grid .post-tile,
    .hentry .entry-summary .post-archive .posts-container.grid .post-tile {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media only screen and (min-width: 768px) {
        .hentry .entry-content section.post-tiles.grid .post-tile,
        .hentry .entry-content .post-archive .posts-container.grid .post-tile,
        .hentry .entry-summary section.post-tiles.grid .post-tile,
        .hentry .entry-summary .post-archive .posts-container.grid .post-tile {
          -webkit-flex-basis: calc(50% - 15px);
              -ms-flex-preferred-size: calc(50% - 15px);
                  flex-basis: calc(50% - 15px); } }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content section.post-tiles.grid .post-tile,
        .hentry .entry-content .post-archive .posts-container.grid .post-tile,
        .hentry .entry-summary section.post-tiles.grid .post-tile,
        .hentry .entry-summary .post-archive .posts-container.grid .post-tile {
          -webkit-flex: 1 1 0;
              -ms-flex: 1 1 0px;
                  flex: 1 1 0; } }
  .hentry .entry-content section.post-tiles.slider,
  .hentry .entry-content .post-archive .posts-container.slider,
  .hentry .entry-summary section.post-tiles.slider,
  .hentry .entry-summary .post-archive .posts-container.slider {
    margin: 100px auto 0; }
    @media only screen and (min-width: 900px) {
      .hentry .entry-content section.post-tiles.slider,
      .hentry .entry-content .post-archive .posts-container.slider,
      .hentry .entry-summary section.post-tiles.slider,
      .hentry .entry-summary .post-archive .posts-container.slider {
        max-width: 80vw !important;
        margin: auto; } }
  .hentry .entry-content section.post-tiles.basic .post-tile.tile,
  .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile,
  .hentry .entry-summary section.post-tiles.basic .post-tile.tile,
  .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile {
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .hentry .entry-content section.post-tiles.basic .post-tile.tile,
      .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile,
      .hentry .entry-summary section.post-tiles.basic .post-tile.tile,
      .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .hentry .entry-content section.post-tiles.basic .post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-summary section.post-tiles.basic .post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:not(:hover) .wp-block-button__link {
      color: inherit !important;
      border-color: inherit !important; }
    .hentry .entry-content section.post-tiles.basic .post-tile.tile:hover .wp-block-button__link, .hentry .entry-content section.post-tiles.basic .post-tile.tile:active .wp-block-button__link, .hentry .entry-content section.post-tiles.basic .post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:hover .wp-block-button__link,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:active .wp-block-button__link,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-summary section.post-tiles.basic .post-tile.tile:hover .wp-block-button__link,
    .hentry .entry-summary section.post-tiles.basic .post-tile.tile:active .wp-block-button__link,
    .hentry .entry-summary section.post-tiles.basic .post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:hover .wp-block-button__link,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:active .wp-block-button__link,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:focus .wp-block-button__link {
      color: #263641 !important;
      border-color: #fff !important; }
      .hentry .entry-content section.post-tiles.basic .post-tile.tile:hover .wp-block-button__link::after, .hentry .entry-content section.post-tiles.basic .post-tile.tile:active .wp-block-button__link::after, .hentry .entry-content section.post-tiles.basic .post-tile.tile:focus .wp-block-button__link::after,
      .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:hover .wp-block-button__link::after,
      .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:active .wp-block-button__link::after,
      .hentry .entry-content .post-archive .posts-container.basic .post-tile.tile:focus .wp-block-button__link::after,
      .hentry .entry-summary section.post-tiles.basic .post-tile.tile:hover .wp-block-button__link::after,
      .hentry .entry-summary section.post-tiles.basic .post-tile.tile:active .wp-block-button__link::after,
      .hentry .entry-summary section.post-tiles.basic .post-tile.tile:focus .wp-block-button__link::after,
      .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:hover .wp-block-button__link::after,
      .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:active .wp-block-button__link::after,
      .hentry .entry-summary .post-archive .posts-container.basic .post-tile.tile:focus .wp-block-button__link::after {
        width: 100%;
        border-radius: 0px; }
  .hentry .entry-content section.post-tiles.basic .pillars-container,
  .hentry .entry-content .post-archive .posts-container.basic .pillars-container,
  .hentry .entry-summary section.post-tiles.basic .pillars-container,
  .hentry .entry-summary .post-archive .posts-container.basic .pillars-container {
    width: 300px;
    max-width: 100%;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .hentry .entry-content section.post-tiles.basic .post-tile-content,
  .hentry .entry-content .post-archive .posts-container.basic .post-tile-content,
  .hentry .entry-summary section.post-tiles.basic .post-tile-content,
  .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content {
    background-color: #30414B; }
    @media only screen and (min-width: 900px) {
      .hentry .entry-content section.post-tiles.basic .post-tile-content,
      .hentry .entry-content .post-archive .posts-container.basic .post-tile-content,
      .hentry .entry-summary section.post-tiles.basic .post-tile-content,
      .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content {
        padding: 30px 40px; } }
    .hentry .entry-content section.post-tiles.basic .post-tile-content .info h6, .hentry .entry-content section.post-tiles.basic .post-tile-content .info p.scroll-text, .hentry .entry-content section.post-tiles.basic .post-tile-content .info body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content section.post-tiles.basic .post-tile-content .info .post-category-title, .hentry .entry-content section.post-tiles.basic .post-tile-content .info .single article .post-category-title, .single article .hentry .entry-content section.post-tiles.basic .post-tile-content .info .post-category-title,
    .hentry .entry-content section.post-tiles.basic .post-tile-content .info .author article .post-category-title, .author article .hentry .entry-content section.post-tiles.basic .post-tile-content .info .post-category-title, .hentry .entry-content section.post-tiles.basic .post-tile-content .info .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content section.post-tiles.basic .post-tile-content .info a,
    .hentry .entry-content section.post-tiles.basic .post-tile-content .info .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content section.post-tiles.basic .post-tile-content .info a,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info h6,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info p.scroll-text,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .single article .post-category-title,
    .single article .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .author article .post-category-title,
    .author article .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info a,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info a,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info h6,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary section.post-tiles.basic .post-tile-content .info p.scroll-text,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .single article .post-category-title,
    .single article .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .author article .post-category-title,
    .author article .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary section.post-tiles.basic .post-tile-content .info a,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary section.post-tiles.basic .post-tile-content .info a,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info h6,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .post-archive .posts-container.basic .post-tile-content .info p.scroll-text,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .single article .post-category-title,
    .single article .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .author article .post-category-title,
    .author article .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .post-category-title,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info a,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info a {
      font-weight: 500; }
    .hentry .entry-content section.post-tiles.basic .post-tile-content .info p,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info p,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info p,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info p {
      margin: 15px 0 30px; }
    .hentry .entry-content section.post-tiles.basic .post-tile-content .info p.org-name,
    .hentry .entry-content .post-archive .posts-container.basic .post-tile-content .info p.org-name,
    .hentry .entry-summary section.post-tiles.basic .post-tile-content .info p.org-name,
    .hentry .entry-summary .post-archive .posts-container.basic .post-tile-content .info p.org-name {
      margin: 15px 0; }
  .hentry .entry-content section.post-tiles.basic:not(:hover) .wp-block-button__link, .hentry .entry-content section.post-tiles.basic:not(:active) .wp-block-button__link, .hentry .entry-content section.post-tiles.basic:not(:focus) .wp-block-button__link,
  .hentry .entry-content .post-archive .posts-container.basic:not(:hover) .wp-block-button__link,
  .hentry .entry-content .post-archive .posts-container.basic:not(:active) .wp-block-button__link,
  .hentry .entry-content .post-archive .posts-container.basic:not(:focus) .wp-block-button__link,
  .hentry .entry-summary section.post-tiles.basic:not(:hover) .wp-block-button__link,
  .hentry .entry-summary section.post-tiles.basic:not(:active) .wp-block-button__link,
  .hentry .entry-summary section.post-tiles.basic:not(:focus) .wp-block-button__link,
  .hentry .entry-summary .post-archive .posts-container.basic:not(:hover) .wp-block-button__link,
  .hentry .entry-summary .post-archive .posts-container.basic:not(:active) .wp-block-button__link,
  .hentry .entry-summary .post-archive .posts-container.basic:not(:focus) .wp-block-button__link {
    color: inherit !important;
    border-color: inherit !important; }
  .hentry .entry-content section.post-tiles.grid-preview .post-tile-content,
  .hentry .entry-content section.post-tiles.slider-preview .post-tile-content,
  .hentry .entry-content .post-archive .posts-container.grid-preview .post-tile-content,
  .hentry .entry-content .post-archive .posts-container.slider-preview .post-tile-content,
  .hentry .entry-summary section.post-tiles.grid-preview .post-tile-content,
  .hentry .entry-summary section.post-tiles.slider-preview .post-tile-content,
  .hentry .entry-summary .post-archive .posts-container.grid-preview .post-tile-content,
  .hentry .entry-summary .post-archive .posts-container.slider-preview .post-tile-content {
    height: auto !important; }
  .hentry .entry-content .slider-preview,
  .hentry .entry-summary .slider-preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px; }
    .hentry .entry-content .slider-preview > a,
    .hentry .entry-summary .slider-preview > a {
      -webkit-flex-basis: calc(33% - 18px);
          -ms-flex-preferred-size: calc(33% - 18px);
              flex-basis: calc(33% - 18px); }
    .hentry .entry-content .slider-preview::before, .hentry .entry-content .slider-preview::after,
    .hentry .entry-summary .slider-preview::before,
    .hentry .entry-summary .slider-preview::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      color: #000;
      text-align: center;
      font-weight: 400;
      font-size: 16px; }
    .hentry .entry-content .slider-preview::before,
    .hentry .entry-summary .slider-preview::before {
      content: '‹';
      left: -50px; }
    .hentry .entry-content .slider-preview::after,
    .hentry .entry-summary .slider-preview::after {
      content: '›';
      right: -50px; }
  .hentry .entry-content .slick-list,
  .hentry .entry-summary .slick-list {
    margin: 0 -20px !important; }
    @media only screen and (min-width: 768px) {
      .hentry .entry-content .slick-list,
      .hentry .entry-summary .slick-list {
        margin: 0 -20px !important; } }
    @media only screen and (min-width: 1200px) {
      .hentry .entry-content .slick-list,
      .hentry .entry-summary .slick-list {
        margin: 0 -40px !important; } }
    .hentry .entry-content .slick-list .slick-track,
    .hentry .entry-summary .slick-list .slick-track {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .hentry .entry-content .slick-list .slick-track .post-tile,
      .hentry .entry-summary .slick-list .slick-track .post-tile {
        margin: 20px;
        height: auto !important;
        min-width: unset !important; }
        @media only screen and (min-width: 768px) {
          .hentry .entry-content .slick-list .slick-track .post-tile,
          .hentry .entry-summary .slick-list .slick-track .post-tile {
            margin: 20px; } }
        @media only screen and (min-width: 1200px) {
          .hentry .entry-content .slick-list .slick-track .post-tile,
          .hentry .entry-summary .slick-list .slick-track .post-tile {
            margin: 40px; } }
        .hentry .entry-content .slick-list .slick-track .post-tile img,
        .hentry .entry-summary .slick-list .slick-track .post-tile img {
          display: block;
          height: 200px; }
        .hentry .entry-content .slick-list .slick-track .post-tile .post-tile-content,
        .hentry .entry-summary .slick-list .slick-track .post-tile .post-tile-content {
          height: calc( 100% - 200px); }
          .hentry .entry-content .slick-list .slick-track .post-tile .post-tile-content p,
          .hentry .entry-summary .slick-list .slick-track .post-tile .post-tile-content p {
            margin-bottom: 20px;
            font-size: 1.6rem; }
          .hentry .entry-content .slick-list .slick-track .post-tile .post-tile-content p.org-name,
          .hentry .entry-summary .slick-list .slick-track .post-tile .post-tile-content p.org-name {
            font-size: 1.2rem; }
  .hentry .entry-content .slick-arrow,
  .hentry .entry-summary .slick-arrow {
    position: absolute;
    background: #263641;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -60px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance: none;
    border: 2px solid #fff;
    text-indent: 500%;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    z-index: 99;
    cursor: pointer; }
    @media only screen and (min-width: 900px) {
      .hentry .entry-content .slick-arrow,
      .hentry .entry-summary .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .hentry .entry-content .slick-arrow.slick-prev,
    .hentry .entry-summary .slick-arrow.slick-prev {
      right: 65px; }
      @media only screen and (min-width: 900px) {
        .hentry .entry-content .slick-arrow.slick-prev,
        .hentry .entry-summary .slick-arrow.slick-prev {
          left: -75px;
          right: auto; } }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content .slick-arrow.slick-prev,
        .hentry .entry-summary .slick-arrow.slick-prev {
          left: -100px; } }
    .hentry .entry-content .slick-arrow.slick-next,
    .hentry .entry-summary .slick-arrow.slick-next {
      right: 0; }
      @media only screen and (min-width: 900px) {
        .hentry .entry-content .slick-arrow.slick-next,
        .hentry .entry-summary .slick-arrow.slick-next {
          right: -75px; } }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content .slick-arrow.slick-next,
        .hentry .entry-summary .slick-arrow.slick-next {
          right: -100px; } }
    .hentry .entry-content .slick-arrow:hover, .hentry .entry-content .slick-arrow:active, .hentry .entry-content .slick-arrow:focus,
    .hentry .entry-summary .slick-arrow:hover,
    .hentry .entry-summary .slick-arrow:active,
    .hentry .entry-summary .slick-arrow:focus {
      background: #30414B; }
  .hentry .entry-content .slick-arrow::before,
  .hentry .entry-content .slick-arrow::after,
  .hentry .entry-summary .slick-arrow::before,
  .hentry .entry-summary .slick-arrow::after {
    position: absolute;
    top: 1px;
    color: #fff;
    font-size: 45px;
    text-indent: 0; }
  .hentry .entry-content .slick-prev::before,
  .hentry .entry-summary .slick-prev::before {
    content: '‹';
    left: 15px; }
  .hentry .entry-content .slick-next::after,
  .hentry .entry-summary .slick-next::after {
    content: '›';
    left: 17px; }
  .hentry .entry-content .post-tile.tile,
  .hentry .entry-summary .post-tile.tile {
    text-decoration: none;
    background-color: #30414B;
    position: relative;
    margin-top: 35px !important;
    border-top: 5px solid #27AAE1;
    min-width: 20%; }
    .hentry .entry-content .post-tile.tile .highlight-text,
    .hentry .entry-summary .post-tile.tile .highlight-text {
      letter-spacing: 1.5px;
      position: absolute;
      top: -35px;
      font-size: 1.2rem;
      color: #27AAE1;
      text-transform: uppercase; }
    .hentry .entry-content .post-tile.tile .pillars,
    .hentry .entry-summary .post-tile.tile .pillars {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .hentry .entry-content .post-tile.tile .pillars-container,
    .hentry .entry-summary .post-tile.tile .pillars-container {
      position: relative;
      overflow: hidden; }
      .hentry .entry-content .post-tile.tile .pillars-container .pillars,
      .hentry .entry-summary .post-tile.tile .pillars-container .pillars {
        position: absolute;
        bottom: 0;
        width: 100%; }
        .hentry .entry-content .post-tile.tile .pillars-container .pillars .pillar,
        .hentry .entry-summary .post-tile.tile .pillars-container .pillars .pillar {
          display: block;
          padding: 4px 10px;
          line-height: 1;
          background: #094B7A;
          margin-bottom: -0.5px;
          text-decoration: none;
          color: #fff;
          font-weight: 500;
          font-family: "Avenir-Next", sans-serif;
          font-size: 1.2rem;
          text-transform: uppercase;
          letter-spacing: 1.5px; }
    .hentry .entry-content .post-tile.tile h6, .hentry .entry-content .post-tile.tile p.scroll-text, .hentry .entry-content .post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-tile.tile .post-category-title, .hentry .entry-content .post-tile.tile .single article .post-category-title, .single article .hentry .entry-content .post-tile.tile .post-category-title,
    .hentry .entry-content .post-tile.tile .author article .post-category-title, .author article .hentry .entry-content .post-tile.tile .post-category-title, .hentry .entry-content .post-tile.tile .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile a,
    .hentry .entry-content .post-tile.tile .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile a,
    .hentry .entry-summary .post-tile.tile h6,
    .hentry .entry-summary .post-tile.tile .entry-content p.scroll-text,
    .hentry .entry-content .entry-summary .post-tile.tile p.scroll-text,
    .hentry .entry-summary .post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title,
    body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-tile.tile .post-category-title,
    .hentry .entry-summary .post-tile.tile .single article .post-category-title,
    .single article .hentry .entry-summary .post-tile.tile .post-category-title,
    .hentry .entry-summary .post-tile.tile .author article .post-category-title,
    .author article .hentry .entry-summary .post-tile.tile .post-category-title,
    .hentry .entry-summary .post-tile.tile .single article .publication-download-section .download-pdf-link a,
    .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile a,
    .hentry .entry-summary .post-tile.tile .author article .publication-download-section .download-pdf-link a,
    .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile a {
      margin: 0;
      letter-spacing: 1.5px;
      line-height: 1.4;
      font-weight: 400;
      color: #fff;
      font-size: 1.8rem; }
    .hentry .entry-content .post-tile.tile .wp-block-button__link,
    .hentry .entry-summary .post-tile.tile .wp-block-button__link {
      color: #27AAE1 !important;
      border-color: #27AAE1 !important; }
    .hentry .entry-content .post-tile.tile.event,
    .hentry .entry-summary .post-tile.tile.event {
      border-color: #8CBC3F; }
      .hentry .entry-content .post-tile.tile.event .wp-block-button__link,
      .hentry .entry-summary .post-tile.tile.event .wp-block-button__link {
        color: #8CBC3F !important;
        border-color: #8CBC3F !important; }
      .hentry .entry-content .post-tile.tile.event .highlight-text,
      .hentry .entry-summary .post-tile.tile.event .highlight-text {
        color: #8CBC3F; }
      .hentry .entry-content .post-tile.tile.event h6, .hentry .entry-content .post-tile.tile.event p.scroll-text, .hentry .entry-content .post-tile.tile.event body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-tile.tile.event .post-category-title, .hentry .entry-content .post-tile.tile.event .single article .post-category-title, .single article .hentry .entry-content .post-tile.tile.event .post-category-title,
      .hentry .entry-content .post-tile.tile.event .author article .post-category-title, .author article .hentry .entry-content .post-tile.tile.event .post-category-title, .hentry .entry-content .post-tile.tile.event .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.event a,
      .hentry .entry-content .post-tile.tile.event .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.event a,
      .hentry .entry-summary .post-tile.tile.event h6,
      .hentry .entry-summary .post-tile.tile.event .entry-content p.scroll-text,
      .hentry .entry-content .entry-summary .post-tile.tile.event p.scroll-text,
      .hentry .entry-summary .post-tile.tile.event body.blog .archive-header section.post-feature .post-content .post-category-title,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-tile.tile.event .post-category-title,
      .hentry .entry-summary .post-tile.tile.event .single article .post-category-title,
      .single article .hentry .entry-summary .post-tile.tile.event .post-category-title,
      .hentry .entry-summary .post-tile.tile.event .author article .post-category-title,
      .author article .hentry .entry-summary .post-tile.tile.event .post-category-title,
      .hentry .entry-summary .post-tile.tile.event .single article .publication-download-section .download-pdf-link a,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.event a,
      .hentry .entry-summary .post-tile.tile.event .author article .publication-download-section .download-pdf-link a,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.event a {
        color: #8CBC3F; }
    .hentry .entry-content .post-tile.tile.publication,
    .hentry .entry-summary .post-tile.tile.publication {
      border-color: #E7E618; }
      .hentry .entry-content .post-tile.tile.publication .wp-block-button__link,
      .hentry .entry-summary .post-tile.tile.publication .wp-block-button__link {
        color: #E7E618 !important;
        border-color: #E7E618 !important; }
      .hentry .entry-content .post-tile.tile.publication .highlight-text,
      .hentry .entry-summary .post-tile.tile.publication .highlight-text {
        color: #E7E618; }
      .hentry .entry-content .post-tile.tile.publication h6, .hentry .entry-content .post-tile.tile.publication p.scroll-text, .hentry .entry-content .post-tile.tile.publication body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-tile.tile.publication .post-category-title, .hentry .entry-content .post-tile.tile.publication .single article .post-category-title, .single article .hentry .entry-content .post-tile.tile.publication .post-category-title,
      .hentry .entry-content .post-tile.tile.publication .author article .post-category-title, .author article .hentry .entry-content .post-tile.tile.publication .post-category-title, .hentry .entry-content .post-tile.tile.publication .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.publication a,
      .hentry .entry-content .post-tile.tile.publication .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.publication a,
      .hentry .entry-summary .post-tile.tile.publication h6,
      .hentry .entry-summary .post-tile.tile.publication .entry-content p.scroll-text,
      .hentry .entry-content .entry-summary .post-tile.tile.publication p.scroll-text,
      .hentry .entry-summary .post-tile.tile.publication body.blog .archive-header section.post-feature .post-content .post-category-title,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-tile.tile.publication .post-category-title,
      .hentry .entry-summary .post-tile.tile.publication .single article .post-category-title,
      .single article .hentry .entry-summary .post-tile.tile.publication .post-category-title,
      .hentry .entry-summary .post-tile.tile.publication .author article .post-category-title,
      .author article .hentry .entry-summary .post-tile.tile.publication .post-category-title,
      .hentry .entry-summary .post-tile.tile.publication .single article .publication-download-section .download-pdf-link a,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.publication a,
      .hentry .entry-summary .post-tile.tile.publication .author article .publication-download-section .download-pdf-link a,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.publication a {
        color: #E7E618; }
    .hentry .entry-content .post-tile.tile.media,
    .hentry .entry-summary .post-tile.tile.media {
      border-color: #D37F27; }
      .hentry .entry-content .post-tile.tile.media .wp-block-button__link,
      .hentry .entry-summary .post-tile.tile.media .wp-block-button__link {
        color: #D37F27 !important;
        border-color: #D37F27 !important; }
      .hentry .entry-content .post-tile.tile.media .highlight-text,
      .hentry .entry-summary .post-tile.tile.media .highlight-text {
        color: #D37F27; }
      .hentry .entry-content .post-tile.tile.media h6, .hentry .entry-content .post-tile.tile.media p.scroll-text, .hentry .entry-content .post-tile.tile.media body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-tile.tile.media .post-category-title, .hentry .entry-content .post-tile.tile.media .single article .post-category-title, .single article .hentry .entry-content .post-tile.tile.media .post-category-title,
      .hentry .entry-content .post-tile.tile.media .author article .post-category-title, .author article .hentry .entry-content .post-tile.tile.media .post-category-title, .hentry .entry-content .post-tile.tile.media .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.media a,
      .hentry .entry-content .post-tile.tile.media .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.media a,
      .hentry .entry-summary .post-tile.tile.media h6,
      .hentry .entry-summary .post-tile.tile.media .entry-content p.scroll-text,
      .hentry .entry-content .entry-summary .post-tile.tile.media p.scroll-text,
      .hentry .entry-summary .post-tile.tile.media body.blog .archive-header section.post-feature .post-content .post-category-title,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-tile.tile.media .post-category-title,
      .hentry .entry-summary .post-tile.tile.media .single article .post-category-title,
      .single article .hentry .entry-summary .post-tile.tile.media .post-category-title,
      .hentry .entry-summary .post-tile.tile.media .author article .post-category-title,
      .author article .hentry .entry-summary .post-tile.tile.media .post-category-title,
      .hentry .entry-summary .post-tile.tile.media .single article .publication-download-section .download-pdf-link a,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.media a,
      .hentry .entry-summary .post-tile.tile.media .author article .publication-download-section .download-pdf-link a,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.media a {
        color: #D37F27; }
    .hentry .entry-content .post-tile.tile.tools,
    .hentry .entry-summary .post-tile.tile.tools {
      border-color: #16D9A1; }
      .hentry .entry-content .post-tile.tile.tools .wp-block-button__link,
      .hentry .entry-summary .post-tile.tile.tools .wp-block-button__link {
        color: #16D9A1 !important;
        border-color: #16D9A1 !important; }
      .hentry .entry-content .post-tile.tile.tools .highlight-text,
      .hentry .entry-summary .post-tile.tile.tools .highlight-text {
        color: #16D9A1; }
      .hentry .entry-content .post-tile.tile.tools h6, .hentry .entry-content .post-tile.tile.tools p.scroll-text, .hentry .entry-content .post-tile.tile.tools body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .post-tile.tile.tools .post-category-title, .hentry .entry-content .post-tile.tile.tools .single article .post-category-title, .single article .hentry .entry-content .post-tile.tile.tools .post-category-title,
      .hentry .entry-content .post-tile.tile.tools .author article .post-category-title, .author article .hentry .entry-content .post-tile.tile.tools .post-category-title, .hentry .entry-content .post-tile.tile.tools .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.tools a,
      .hentry .entry-content .post-tile.tile.tools .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .post-tile.tile.tools a,
      .hentry .entry-summary .post-tile.tile.tools h6,
      .hentry .entry-summary .post-tile.tile.tools .entry-content p.scroll-text,
      .hentry .entry-content .entry-summary .post-tile.tile.tools p.scroll-text,
      .hentry .entry-summary .post-tile.tile.tools body.blog .archive-header section.post-feature .post-content .post-category-title,
      body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .post-tile.tile.tools .post-category-title,
      .hentry .entry-summary .post-tile.tile.tools .single article .post-category-title,
      .single article .hentry .entry-summary .post-tile.tile.tools .post-category-title,
      .hentry .entry-summary .post-tile.tile.tools .author article .post-category-title,
      .author article .hentry .entry-summary .post-tile.tile.tools .post-category-title,
      .hentry .entry-summary .post-tile.tile.tools .single article .publication-download-section .download-pdf-link a,
      .single article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.tools a,
      .hentry .entry-summary .post-tile.tile.tools .author article .publication-download-section .download-pdf-link a,
      .author article .publication-download-section .download-pdf-link .hentry .entry-summary .post-tile.tile.tools a {
        color: #16D9A1; }
    .hentry .entry-content .post-tile.tile:hover .wp-block-button__link, .hentry .entry-content .post-tile.tile:active .wp-block-button__link, .hentry .entry-content .post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-summary .post-tile.tile:hover .wp-block-button__link,
    .hentry .entry-summary .post-tile.tile:active .wp-block-button__link,
    .hentry .entry-summary .post-tile.tile:focus .wp-block-button__link {
      color: #263641 !important;
      border-color: #fff !important; }
      .hentry .entry-content .post-tile.tile:hover .wp-block-button__link::after, .hentry .entry-content .post-tile.tile:active .wp-block-button__link::after, .hentry .entry-content .post-tile.tile:focus .wp-block-button__link::after,
      .hentry .entry-summary .post-tile.tile:hover .wp-block-button__link::after,
      .hentry .entry-summary .post-tile.tile:active .wp-block-button__link::after,
      .hentry .entry-summary .post-tile.tile:focus .wp-block-button__link::after {
        width: 100%;
        border-radius: 0px; }
    .hentry .entry-content .post-tile.tile img,
    .hentry .entry-summary .post-tile.tile img {
      height: 200px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content .post-tile.tile img,
        .hentry .entry-summary .post-tile.tile img {
          height: 175px; } }
    .hentry .entry-content .post-tile.tile .post-tile-content,
    .hentry .entry-summary .post-tile.tile .post-tile-content {
      padding: 25px 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: calc( 100% - 200px); }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content .post-tile.tile .post-tile-content,
        .hentry .entry-summary .post-tile.tile .post-tile-content {
          height: calc( 100% - 175px); } }
      .hentry .entry-content .post-tile.tile .post-tile-content .info p,
      .hentry .entry-summary .post-tile.tile .post-tile-content .info p {
        margin: 20px 0 40px;
        color: #fff;
        font-size: 1.6rem; }
      .hentry .entry-content .post-tile.tile .post-tile-content .info p.org-name,
      .hentry .entry-summary .post-tile.tile .post-tile-content .info p.org-name {
        font-family: "Avenir-Next", sans-serif;
        font-size: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin: 15px 0; }
  .hentry .entry-content .logo-slider,
  .hentry .entry-summary .logo-slider {
    gap: 30px; }
    @media only screen and (max-width: 900px) {
      .hentry .entry-content .logo-slider:not(.slider-preview),
      .hentry .entry-summary .logo-slider:not(.slider-preview) {
        margin-top: 6rem; } }
    .hentry .entry-content .logo-slider.slider-preview,
    .hentry .entry-summary .logo-slider.slider-preview {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .hentry .entry-content .logo-slider .logo-preview,
    .hentry .entry-summary .logo-slider .logo-preview {
      display: block;
      background: #ccc;
      width: 150px;
      height: 150px; }
    .hentry .entry-content .logo-slider img,
    .hentry .entry-summary .logo-slider img {
      width: 150px;
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto; }
  .hentry .entry-content .infohub.post-tile.tile,
  .hentry .entry-content .infohub.post-tile.tile,
  .hentry .entry-summary .infohub.post-tile.tile,
  .hentry .entry-summary .infohub.post-tile.tile {
    border-top: none; }
    .hentry .entry-content .infohub.post-tile.tile .highlight-text,
    .hentry .entry-content .infohub.post-tile.tile .highlight-text,
    .hentry .entry-summary .infohub.post-tile.tile .highlight-text,
    .hentry .entry-summary .infohub.post-tile.tile .highlight-text {
      display: none; }
    .hentry .entry-content .infohub.post-tile.tile img,
    .hentry .entry-content .infohub.post-tile.tile img,
    .hentry .entry-summary .infohub.post-tile.tile img,
    .hentry .entry-summary .infohub.post-tile.tile img {
      height: 100% !important;
      width: 100% !important;
      min-height: 275px; }
      @media only screen and (min-width: 768px) {
        .hentry .entry-content .infohub.post-tile.tile img,
        .hentry .entry-content .infohub.post-tile.tile img,
        .hentry .entry-summary .infohub.post-tile.tile img,
        .hentry .entry-summary .infohub.post-tile.tile img {
          height: 100% !important;
          width: 100% !important;
          -o-object-fit: cover;
             object-fit: cover; } }
    .hentry .entry-content .infohub.post-tile.tile .post-tile-content,
    .hentry .entry-content .infohub.post-tile.tile .post-tile-content,
    .hentry .entry-summary .infohub.post-tile.tile .post-tile-content,
    .hentry .entry-summary .infohub.post-tile.tile .post-tile-content {
      height: calc( 100% - 275px) !important; }
      @media only screen and (min-width: 1200px) {
        .hentry .entry-content .infohub.post-tile.tile .post-tile-content,
        .hentry .entry-content .infohub.post-tile.tile .post-tile-content,
        .hentry .entry-summary .infohub.post-tile.tile .post-tile-content,
        .hentry .entry-summary .infohub.post-tile.tile .post-tile-content {
          height: calc( 100% - 350px) !important; } }
    .hentry .entry-content .infohub.post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-content .infohub.post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:not(:hover) .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:not(:hover) .wp-block-button__link {
      color: #fff !important;
      border-color: #fff !important; }
    .hentry .entry-content .infohub.post-tile.tile:active .wp-block-button__link, .hentry .entry-content .infohub.post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-content .infohub.post-tile.tile:active .wp-block-button__link,
    .hentry .entry-content .infohub.post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:active .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:focus .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:active .wp-block-button__link,
    .hentry .entry-summary .infohub.post-tile.tile:focus .wp-block-button__link {
      color: #30414B !important; }
  .hentry .entry-content .slider .infohub.post-tile.tile h6, .hentry .entry-content .slider .infohub.post-tile.tile p.scroll-text, .hentry .entry-content .slider .infohub.post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title, .hentry .entry-content .slider .infohub.post-tile.tile .single article .post-category-title, .single article .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-content .slider .infohub.post-tile.tile .author article .post-category-title, .author article .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title, .hentry .entry-content .slider .infohub.post-tile.tile .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .slider .infohub.post-tile.tile a,
  .hentry .entry-content .slider .infohub.post-tile.tile .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .slider .infohub.post-tile.tile a, .hentry .entry-content .slider .infohub.post-tile.tile h6, .hentry .entry-content .slider .infohub.post-tile.tile p.scroll-text, .hentry .entry-content .slider .infohub.post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title, body.blog .archive-header section.post-feature .post-content .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title, .hentry .entry-content .slider .infohub.post-tile.tile .single article .post-category-title, .single article .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-content .slider .infohub.post-tile.tile .author article .post-category-title, .author article .hentry .entry-content .slider .infohub.post-tile.tile .post-category-title, .hentry .entry-content .slider .infohub.post-tile.tile .single article .publication-download-section .download-pdf-link a, .single article .publication-download-section .download-pdf-link .hentry .entry-content .slider .infohub.post-tile.tile a,
  .hentry .entry-content .slider .infohub.post-tile.tile .author article .publication-download-section .download-pdf-link a, .author article .publication-download-section .download-pdf-link .hentry .entry-content .slider .infohub.post-tile.tile a,
  .hentry .entry-summary .slider .infohub.post-tile.tile h6,
  .hentry .entry-summary .slider .infohub.post-tile.tile .entry-content p.scroll-text,
  .hentry .entry-content .entry-summary .slider .infohub.post-tile.tile p.scroll-text,
  .hentry .entry-summary .slider .infohub.post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title,
  body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .single article .post-category-title,
  .single article .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .author article .post-category-title,
  .author article .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .single article .publication-download-section .download-pdf-link a,
  .single article .publication-download-section .download-pdf-link .hentry .entry-summary .slider .infohub.post-tile.tile a,
  .hentry .entry-summary .slider .infohub.post-tile.tile .author article .publication-download-section .download-pdf-link a,
  .author article .publication-download-section .download-pdf-link .hentry .entry-summary .slider .infohub.post-tile.tile a,
  .hentry .entry-summary .slider .infohub.post-tile.tile h6,
  .hentry .entry-summary .slider .infohub.post-tile.tile .entry-content p.scroll-text,
  .hentry .entry-content .entry-summary .slider .infohub.post-tile.tile p.scroll-text,
  .hentry .entry-summary .slider .infohub.post-tile.tile body.blog .archive-header section.post-feature .post-content .post-category-title,
  body.blog .archive-header section.post-feature .post-content .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .single article .post-category-title,
  .single article .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .author article .post-category-title,
  .author article .hentry .entry-summary .slider .infohub.post-tile.tile .post-category-title,
  .hentry .entry-summary .slider .infohub.post-tile.tile .single article .publication-download-section .download-pdf-link a,
  .single article .publication-download-section .download-pdf-link .hentry .entry-summary .slider .infohub.post-tile.tile a,
  .hentry .entry-summary .slider .infohub.post-tile.tile .author article .publication-download-section .download-pdf-link a,
  .author article .publication-download-section .download-pdf-link .hentry .entry-summary .slider .infohub.post-tile.tile a {
    font-weight: 600; }
  .hentry .entry-content .slider .infohub.post-tile.tile .pillars-container,
  .hentry .entry-content .slider .infohub.post-tile.tile .pillars-container,
  .hentry .entry-summary .slider .infohub.post-tile.tile .pillars-container,
  .hentry .entry-summary .slider .infohub.post-tile.tile .pillars-container {
    display: block; }
  .hentry .entry-content .slider .infohub.post-tile.tile img,
  .hentry .entry-content .slider .infohub.post-tile.tile img,
  .hentry .entry-summary .slider .infohub.post-tile.tile img,
  .hentry .entry-summary .slider .infohub.post-tile.tile img {
    height: 275px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 1200px) {
      .hentry .entry-content .slider .infohub.post-tile.tile img,
      .hentry .entry-content .slider .infohub.post-tile.tile img,
      .hentry .entry-summary .slider .infohub.post-tile.tile img,
      .hentry .entry-summary .slider .infohub.post-tile.tile img {
        height: 350px !important; } }
  .hentry .entry-content .slider .infohub.post-tile.tile .post-tile-content.no-image,
  .hentry .entry-content .slider .infohub.post-tile.tile .post-tile-content.no-image,
  .hentry .entry-summary .slider .infohub.post-tile.tile .post-tile-content.no-image,
  .hentry .entry-summary .slider .infohub.post-tile.tile .post-tile-content.no-image {
    height: 100% !important; }
  .hentry .entry-content .section-tracking-menu a,
  .hentry .entry-summary .section-tracking-menu a {
    color: #fff;
    text-decoration: none; }
  .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview),
  .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) {
    position: fixed;
    top: 20em;
    left: 1.5vw;
    z-index: 777;
    max-width: 10vw;
    top: 58%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (max-width: 1200px) {
      .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview),
      .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) {
        display: none; } }
    .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul,
    .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul {
      padding: 0px;
      list-style: none;
      padding-right: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "Avenir-Next", sans-serif; }
      .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li,
      .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li {
        position: relative;
        font-size: 13px;
        line-height: 15px;
        text-align: right;
        padding-bottom: 80px;
        margin-bottom: -1px; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:last-child,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:last-child {
          padding-bottom: 0; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li a,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li a::before,
          .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li a::before {
            content: '';
            position: absolute;
            right: 7px;
            width: 1px;
            background: white;
            height: calc(100% - 15px);
            top: 16px;
            z-index: -1;
            opacity: 0.5; }
          .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li a::after,
          .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li a::after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            border: 2px solid white;
            border-radius: 50%;
            box-sizing: border-box;
            margin-left: 15px;
            transition: 0.2s all ease-in-out;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li.active a::after,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li.active a::after {
          background: rgba(140, 188, 63, 0.4);
          border-color: #E7E618; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:not(.active),
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:not(.active) {
          opacity: 0.5; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:last-child a::before,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:last-child a::before {
          content: none; }
        .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:hover a::after, .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:active a::after, .hentry .entry-content .section-tracking-menu:not(.section-tracking-menu-preview) ul li:focus a::after,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:hover a::after,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:active a::after,
        .hentry .entry-summary .section-tracking-menu:not(.section-tracking-menu-preview) ul li:focus a::after {
          background: rgba(140, 188, 63, 0.4);
          border-color: #E7E618; }
  .hentry .entry-content .circle-quote img,
  .hentry .entry-summary .circle-quote img {
    border-radius: 100%;
    border-width: 3px;
    border-color: white;
    border-style: solid; }
  .hentry .entry-content .circle-quote figure,
  .hentry .entry-summary .circle-quote figure {
    border-radius: 100%;
    border-width: 2px;
    border-color: white; }
  .hentry .entry-content .circle-quote figure,
  .hentry .entry-summary .circle-quote figure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 602px) {
    .hentry .entry-content .circle-quote figure,
    .hentry .entry-summary .circle-quote figure {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .hentry .entry-content .circle-quote figure img,
  .hentry .entry-summary .circle-quote figure img {
    max-width: 140px; }
  @media (min-width: 421px) {
    .hentry .entry-content .circle-quote .wp-block-media-text__content,
    .hentry .entry-summary .circle-quote .wp-block-media-text__content {
      padding-left: 0%; } }
  @media (max-width: 601px) {
    .hentry .entry-content .circle-quote__quote,
    .hentry .entry-summary .circle-quote__quote {
      text-align: center; } }

/**
 * Styles specific to the site header
 */
.site-header {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  font-family: "Avenir-Next", sans-serif;
  z-index: 9; }
  @media only screen and (min-width: 1401px) {
    .site-header {
      padding-top: 30px; } }
  @media only screen and (min-width: 1501px) {
    .site-header {
      padding-top: 35px; } }
  @media only screen and (min-width: 1601px) {
    .site-header {
      padding-top: 42px; } }
  @media only screen and (min-width: 1701px) {
    .site-header {
      padding-top: 50px; } }
  .site-header::before {
    background-image: url("../images/header-blob-mobile.svg");
    content: '';
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: -10px;
    top: -33px;
    height: 145px;
    transition: 0.2s all ease-in-out; }
    @media only screen and (min-width: 501px) {
      .site-header::before {
        height: 175px; } }
    @media only screen and (min-width: 801px) {
      .site-header::before {
        background-position: bottom center;
        width: 80%;
        left: 0px;
        top: 0px;
        height: 150px; } }
    @media only screen and (min-width: 1151px) {
      .site-header::before {
        background-image: url("../images/header-blob.svg");
        background-position: top left;
        background-size: contain;
        width: 40%;
        height: 160px;
        top: -2%;
        left: -4%; } }
    @media only screen and (min-width: 1201px) {
      .site-header::before {
        width: 46%;
        height: 230px;
        top: -4%;
        left: -4%; } }
    @media only screen and (min-width: 1701px) {
      .site-header::before {
        width: 49%;
        height: 237px;
        top: -20px;
        left: -2%; } }
  .site-header .header-main {
    width: 100%;
    max-width: 86%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (min-width: 1701px) {
      .site-header .header-main {
        padding: 0 4%; } }
    .site-header .header-main .site-logo {
      width: 120px;
      height: auto; }
      @media only screen and (min-width: 501px) {
        .site-header .header-main .site-logo {
          width: 140px; } }
      @media only screen and (min-width: 801px) {
        .site-header .header-main .site-logo {
          width: 160px; } }
      @media only screen and (min-width: 1201px) {
        .site-header .header-main .site-logo {
          width: 175px; } }
      @media only screen and (min-width: 1271px) {
        .site-header .header-main .site-logo {
          width: 200px; } }
      @media only screen and (min-width: 1401px) {
        .site-header .header-main .site-logo {
          width: 220px; } }
      @media only screen and (min-width: 1601px) {
        .site-header .header-main .site-logo {
          width: 230px; } }
      @media only screen and (min-width: 1701px) {
        .site-header .header-main .site-logo {
          width: 240px;
          margin-left: -2vw; } }
      @media only screen and (min-width: 2201px) {
        .site-header .header-main .site-logo {
          margin-left: -3vw; } }
    .site-header .header-main #nav-items {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* Mobile only */ }
      @media only screen and (min-width: 1151px) {
        .site-header .header-main #nav-items {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          width: 75%; } }
      @media only screen and (min-width: 1151px) {
        .site-header .header-main #nav-items nav.primary-nav-container {
          margin-top: 30px;
          display: block; } }
      @media only screen and (min-width: 1271px) {
        .site-header .header-main #nav-items nav.primary-nav-container {
          margin-top: 40px;
          width: 90%; } }
      @media only screen and (min-width: 1401px) {
        .site-header .header-main #nav-items nav.primary-nav-container {
          margin-top: 50px;
          width: 85%; } }
      .site-header .header-main #nav-items nav.primary-nav-container ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 1.2rem;
        gap: 15px;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-family: "Avenir-Next", sans-serif; }
        @media only screen and (min-width: 1201px) {
          .site-header .header-main #nav-items nav.primary-nav-container ul {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 1150px) {
          .site-header .header-main #nav-items nav.primary-nav-container ul#menu-primary-menu > li {
            margin-bottom: 10px !important; } }
        .site-header .header-main #nav-items nav.primary-nav-container ul li {
          line-height: 1.25;
          position: relative;
          margin-left: 0;
          margin-right: 0; }
          .site-header .header-main #nav-items nav.primary-nav-container ul li a {
            color: #fff;
            text-transform: uppercase;
            padding-bottom: 30px; }
          .site-header .header-main #nav-items nav.primary-nav-container ul li:not(.menu-item-has-children)::after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background: white;
            content: '';
            opacity: 0;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translateY(8px);
                    transform: translateY(8px);
            box-sizing: border-box; }
          .site-header .header-main #nav-items nav.primary-nav-container ul li:not(.menu-item-has-children):hover::after, .site-header .header-main #nav-items nav.primary-nav-container ul li:not(.menu-item-has-children):active::after, .site-header .header-main #nav-items nav.primary-nav-container ul li:not(.menu-item-has-children):focus::after {
            opacity: 1;
            -webkit-transform: translateY(2px);
                    transform: translateY(2px); }
          .site-header .header-main #nav-items nav.primary-nav-container ul li.menu-item-has-children:hover a, .site-header .header-main #nav-items nav.primary-nav-container ul li.menu-item-has-children:focus a, .site-header .header-main #nav-items nav.primary-nav-container ul li.menu-item-has-children:active a {
            color: #27AAE1; }
          .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu {
            padding: 20px 0 0 25px; }
            @media only screen and (min-width: 1151px) {
              .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu {
                visibility: hidden;
                opacity: 0;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                background-color: #30414B;
                padding: 20px 25px;
                box-sizing: border-box;
                min-width: 225px;
                top: 41px;
                position: absolute;
                transition: all .2s ease-in-out;
                width: 100%; } }
            .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li {
              -webkit-flex: 100%;
                  -ms-flex: 100%;
                      flex: 100%;
              font-size: 16px;
              line-height: 18px;
              letter-spacing: 0.5px; }
              @media only screen and (max-width: 1150px) {
                .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li {
                  margin-bottom: 20px !important; } }
              @media only screen and (min-width: 1151px) {
                .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li {
                  font-weight: 500;
                  font-size: 12px; } }
              .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li a {
                color: #fff !important;
                display: block;
                padding: 0; }
              .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li::after {
                content: none; }
              .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li:hover > a, .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li:active > a, .site-header .header-main #nav-items nav.primary-nav-container ul li .sub-menu li:focus > a {
                color: #27AAE1 !important; }
          .site-header .header-main #nav-items nav.primary-nav-container ul li:hover > .sub-menu,
          .site-header .header-main #nav-items nav.primary-nav-container ul li:focus > .sub-menu,
          .site-header .header-main #nav-items nav.primary-nav-container ul li:focus-within > .sub-menu,
          .site-header .header-main #nav-items nav.primary-nav-container ul li:active > .sub-menu {
            visibility: visible;
            opacity: 1;
            top: 35px; }
      .site-header .header-main #nav-items #search-icon,
      .site-header .header-main #nav-items button#overlay-btn {
        display: none; }
      @media only screen and (max-width: 1150px) {
        .site-header .header-main #nav-items #search-icon {
          width: 20px;
          height: 20px;
          display: block; }
          .site-header .header-main #nav-items #search-icon:hover svg path, .site-header .header-main #nav-items #search-icon:focus svg path, .site-header .header-main #nav-items #search-icon:active svg path {
            fill: #27AAE1; }
        .site-header .header-main #nav-items #overlay-btn {
          right: 25px;
          top: 20px;
          width: 38px;
          display: block;
          height: 38px;
          background: transparent;
          border-radius: 0px;
          border: 1px solid #8CBC3F;
          z-index: 999999;
          margin-left: 15px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          overflow: hidden;
          outline: none !important; }
        .site-header .header-main #nav-items .navToggle {
          z-index: 111;
          width: 25px;
          height: 25px;
          left: 0;
          right: 0;
          margin: 0 auto;
          cursor: pointer;
          position: relative; }
          .site-header .header-main #nav-items .navToggle .icon {
            -webkit-transition: all 0.4s ease-out;
            position: absolute;
            top: 11px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 20px;
            height: 2px;
            background-color: #8CBC3F; }
            .site-header .header-main #nav-items .navToggle .icon::before, .site-header .header-main #nav-items .navToggle .icon::after {
              -webkit-transition: all 0.25s ease-out;
              position: absolute;
              width: 20px;
              height: 2px;
              background-color: #8CBC3F;
              content: ''; }
            .site-header .header-main #nav-items .navToggle .icon::before {
              top: -6px;
              left: 0; }
            .site-header .header-main #nav-items .navToggle .icon::after {
              top: 6px;
              left: 0; }
        .site-header .header-main #nav-items nav.primary-nav-container {
          position: absolute;
          top: 0;
          left: 0;
          background: #263641;
          height: 100vh;
          width: 100vw;
          pointer-events: none;
          opacity: 0;
          transition: all 0.3s ease-out;
          visibility: hidden;
          background-image: url("../images/hero-light-blue.svg");
          background-position: bottom center;
          background-repeat: no-repeat;
          background-size: cover;
          position: fixed;
          padding-top: 175px; }
          .site-header .header-main #nav-items nav.primary-nav-container ul {
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .site-header .header-main #nav-items nav.primary-nav-container ul li {
              margin: 0 0 30px 30px;
              font-size: 1.8rem; } }
    .site-header .header-main #menu-toggle {
      display: none; }
    .site-header .header-main #menu-toggle:checked + .menu-button-container #overlay-btn {
      border-color: #16D9A1; }
    .site-header .header-main #menu-toggle:checked + .menu-button-container .navToggle .icon {
      transition: all 0.3s ease-out;
      background-color: transparent;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .site-header .header-main #menu-toggle:checked + .menu-button-container .navToggle .icon:before, .site-header .header-main #menu-toggle:checked + .menu-button-container .navToggle .icon:after {
        background: #16D9A1;
        top: 0; }
      .site-header .header-main #menu-toggle:checked + .menu-button-container .navToggle .icon:before {
        -webkit-transform: rotate(45deg); }
      .site-header .header-main #menu-toggle:checked + .menu-button-container .navToggle .icon:after {
        -webkit-transform: rotate(-45deg); }
    .site-header .header-main #menu-toggle:checked ~ nav.primary-nav-container {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .site-header .header-main form.search-form {
      display: none;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (min-width: 1151px) {
        .site-header .header-main form.search-form {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .site-header .header-main form.search-form input.search-field {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 0 0 7px 0;
        width: 150px;
        color: #fff;
        transition: all .3s ease-in-out;
        font-size: 1.2rem; }
        .site-header .header-main form.search-form input.search-field:focus {
          background: transparent;
          border: none;
          border-bottom: 1px solid #E7E618;
          outline: none; }
          .site-header .header-main form.search-form input.search-field:focus::-webkit-input-placeholder {
            opacity: 0; }
          .site-header .header-main form.search-form input.search-field:focus::-moz-placeholder {
            opacity: 0; }
          .site-header .header-main form.search-form input.search-field:focus:-ms-input-placeholder {
            opacity: 0; }
          .site-header .header-main form.search-form input.search-field:focus::-ms-input-placeholder {
            opacity: 0; }
          .site-header .header-main form.search-form input.search-field:focus::placeholder {
            opacity: 0; }
        .site-header .header-main form.search-form input.search-field::-webkit-input-placeholder {
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          color: #fff;
          opacity: 0.7; }
        .site-header .header-main form.search-form input.search-field::-moz-placeholder {
          -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          color: #fff;
          opacity: 0.7; }
        .site-header .header-main form.search-form input.search-field:-ms-input-placeholder {
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          color: #fff;
          opacity: 0.7; }
        .site-header .header-main form.search-form input.search-field::-ms-input-placeholder {
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          color: #fff;
          opacity: 0.7; }
        .site-header .header-main form.search-form input.search-field::placeholder {
          transition: all .3s ease-in-out;
          color: #fff;
          opacity: 0.7; }
      .site-header .header-main form.search-form input.search-submit {
        background-image: url("../images/search.svg");
        background-color: transparent;
        width: 18px;
        height: 18px;
        border: none;
        text-indent: 300%;
        overflow: hidden;
        cursor: pointer;
        margin-left: 10px;
        opacity: 1;
        transition: all .2s ease-in-out; }
        .site-header .header-main form.search-form input.search-submit:hover, .site-header .header-main form.search-form input.search-submit:focus {
          opacity: 0.7; }

.site-header nav > ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .site-header nav > ul li {
    margin: 0 0.5rem; }

.utility-nav > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header-top > .container {
  position: relative; }
  .header-top > .container > nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cccccc;
    padding: 5px; }

.primary-nav-container > ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 2rem; }

.header-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .header-main .site-logo {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .header-main > nav {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/**
 * Generic loops, which featured medium-sized images to the left of post titles + excerpts
 * Rather than explicitly setting column spans for the featured images, we use flexbox and let the images themselves dictate widths (to a point)
 */
.in-loop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem; }
  .in-loop > figure {
    margin: 0 2rem 0 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .in-loop > div {
    -webkit-flex: 1 2 auto;
        -ms-flex: 1 2 auto;
            flex: 1 2 auto; }

@media (min-width: 421px) and (max-width: 900px) {
  .in-loop > figure {
    margin: 0 1.5rem 0 0;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .in-loop > div {
    -webkit-flex: 2 2 60%;
        -ms-flex: 2 2 60%;
            flex: 2 2 60%; } }
  @media (max-width: 420px) {
    .in-loop {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .in-loop > figure {
        margin: 0 0 0 0;
        -webkit-flex: 0 100%;
            -ms-flex: 0 100%;
                flex: 0 100%; }
        .in-loop > figure img {
          margin: 0 auto; }
      .in-loop > div {
        -webkit-flex: 0 100%;
            -ms-flex: 0 100%;
                flex: 0 100%; } }

footer.site-footer {
  background: #D37F27;
  overflow: hidden;
  margin-top: -80px;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  font-size: 1.5rem;
  position: relative;
  z-index: 9; }
  footer.site-footer a {
    color: #fff; }
    footer.site-footer a:hover, footer.site-footer a:focus, footer.site-footer a:active {
      color: #E7E618; }
  footer.site-footer p {
    margin: 0;
    line-height: 1.75; }
  footer.site-footer .widget-area {
    max-width: 1000px;
    padding: 40px 40px 5px;
    margin: auto; }
    footer.site-footer .widget-area .wp-block-columns {
      margin: 0; }
      @media only screen and (max-width: 781px) {
        footer.site-footer .widget-area .wp-block-columns {
          text-align: center;
          gap: 2.5em; }
          footer.site-footer .widget-area .wp-block-columns img {
            margin: auto; } }
    footer.site-footer .widget-area ul.wp-block-social-links {
      margin: 0;
      gap: 1em; }

.footer-nav > ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 90%;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-nav > ul > li {
    margin-right: 1.5rem; }

/**
 * This is for the Cornershop bug, displayed as a 16x16 sprite png with text that slides out to the left on hover.
 */
.credit {
  clear: both;
  float: right;
  text-align: right;
  margin: 0 0 15px 0; }
  .credit a {
    display: block;
    font-size: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .credit a i {
      transition: all 0.3s ease;
      background-color: rgba(255, 255, 255, 0);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      margin-left: 5px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background-size: contain; }
    .credit a span {
      transition: all 0.3s ease;
      width: 0;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
    .credit a:hover span {
      width: 180px; }
    .credit a:hover i {
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); }

.featured-image-hero {
  margin-top: 0; }
  @media (min-width: 1025px) {
    .featured-image-hero img {
      max-height: 75vh;
      -o-object-fit: cover;
         object-fit: cover; } }

.fullscreen.no-container .wp-block-cover__inner-container {
  max-width: none !important; }

.fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns {
  margin: 0;
  font-size: 1.2rem; }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important; } }
  @media only screen and (min-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns {
      margin-left: -10%; } }
  @media only screen and (min-width: 1199px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns {
      width: 120% !important; } }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:first-child {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-columns {
      -webkit-flex-wrap: wrap !important;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important; } }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column {
      width: auto !important;
      -webkit-flex: 1 1 auto !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important; } }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column .wp-block-columns {
      max-width: 88%;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (max-width: 960px) {
  .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-1 {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important; } }

.fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-1 img {
  height: 100vh;
  -o-object-position: right;
     object-position: right;
  max-width: 150% !important;
  margin-left: -50%; }
  @media only screen and (max-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-1 img {
      max-width: 100% !important;
      margin-left: -10%;
      -webkit-flex-basis: 75% !important;
          -ms-flex-preferred-size: 75% !important;
              flex-basis: 75% !important; } }

@media only screen and (max-width: 960px) {
  .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-2 {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important; } }

.fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-3 {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; }
  @media only screen and (min-width: 960px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-3 {
      -webkit-flex-basis: 80% !important;
          -ms-flex-preferred-size: 80% !important;
              flex-basis: 80% !important; } }
  @media only screen and (min-width: 1399px) {
    .fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-3 {
      -webkit-flex-basis: 70% !important;
          -ms-flex-preferred-size: 70% !important;
              flex-basis: 70% !important; } }

.fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container .wp-block-column.col-4 img {
  height: 100vh;
  -o-object-position: left;
     object-position: left;
  max-width: 150% !important;
  margin-right: -50%; }

.fullscreen.no-container.fullbleed-content .wp-block-cover__inner-container figcaption {
  left: 50%;
  width: 50%;
  max-width: 225px; }

.fullscreen.no-container .wp-block-column:first-child > * {
  max-width: none !important;
  padding: 0 !important; }

.fullscreen.no-container img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.fullscreen.no-container figure.width-large img {
  max-width: 200%; }

.fullscreen.no-container h2,
.fullscreen.no-container h3,
.fullscreen.no-container h4,
.fullscreen.no-container h5,
.fullscreen.no-container h6,
.fullscreen.no-container .hentry .entry-content p.scroll-text,
.hentry .entry-content .fullscreen.no-container p.scroll-text,
.fullscreen.no-container body.blog .archive-header section.post-feature .post-content .post-category-title,
body.blog .archive-header section.post-feature .post-content .fullscreen.no-container .post-category-title,
.fullscreen.no-container .single article .post-category-title,
.single article .fullscreen.no-container .post-category-title,
.fullscreen.no-container .author article .post-category-title,
.author article .fullscreen.no-container .post-category-title,
.fullscreen.no-container .single article .publication-download-section .download-pdf-link a,
.single article .publication-download-section .download-pdf-link .fullscreen.no-container a,
.fullscreen.no-container .author article .publication-download-section .download-pdf-link a,
.author article .publication-download-section .download-pdf-link .fullscreen.no-container a {
  margin: 0.5rem 0; }

.fullscreen.no-container p {
  margin: 5px 0 20px; }

/* Default page styles */
.page-template-default .entry-header {
  min-height: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 250px 25% 125px;
  background: linear-gradient(90deg, #5B9244, #094B7A);
  margin-bottom: 75px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  width: 150%;
  margin-left: -25%; }
  @media (min-width: 900px) {
    .page-template-default .entry-header {
      margin-bottom: 100px;
      padding: 250px 10% 125px;
      width: 120%;
      margin-left: -10%; } }
  .page-template-default .entry-header .entry-header-container > * {
    max-width: 600px;
    text-align: center;
    margin: 0 auto; }
  .page-template-default .entry-header .entry-header-container p {
    margin: 20px auto 0;
    font-size: 1.6rem; }

.small-image-content-row {
  margin-bottom: 50px; }
  .small-image-content-row .wp-block-column:first-child {
    -webkit-flex-basis: 200px !important;
        -ms-flex-preferred-size: 200px !important;
            flex-basis: 200px !important; }
  .small-image-content-row .wp-block-column:nth-child(2) {
    -webkit-flex-basis: calc(100% - 200px) !important;
        -ms-flex-preferred-size: calc(100% - 200px) !important;
            flex-basis: calc(100% - 200px) !important; }
  @media only screen and (max-width: 1149px) {
    .small-image-content-row:last-child {
      margin-bottom: 75px !important; } }
  .small-image-content-row .wp-block-image img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 200px; }

@media only screen and (min-width: 1500px) {
  .wide-space-around {
    padding: 0 50px 0 25px; } }

@media only screen and (max-width: 1399px) {
  .hide-small-desktop {
    display: none; } }

/* 404 Page Styles */
.error404 #main,
.search-no-results #main {
  padding: 225px 0 !important;
  max-width: 88% !important; }
  @media only screen and (min-width: 1700px) {
    .error404 #main,
    .search-no-results #main {
      padding-top: 275px; } }
  .error404 #main .page-header,
  .search-no-results #main .page-header {
    text-align: center;
    font-size: 1.6rem; }
    .error404 #main .page-header h1,
    .search-no-results #main .page-header h1 {
      font-size: 120px;
      line-height: 0.8;
      margin: 0;
      color: #E7E618;
      text-align: center;
      font-weight: 300; }
      @media only screen and (min-width: 600px) {
        .error404 #main .page-header h1,
        .search-no-results #main .page-header h1 {
          font-size: 200px; } }
    .error404 #main .page-header h2,
    .search-no-results #main .page-header h2 {
      margin: 25px 0;
      font-weight: 500; }
  .error404 #main .latest-posts-container h5,
  .search-no-results #main .latest-posts-container h5 {
    margin: 75px 0 50px; }
  .error404 #main .latest-posts-container .flex-grid .post-tile:first-child,
  .search-no-results #main .latest-posts-container .flex-grid .post-tile:first-child {
    max-width: 50%; }

/* About Page Styles */
body.single-about-us .flex-grid {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.single-about-us .flex-grid .post-tile {
    max-width: 250px !important; }
    body.single-about-us .flex-grid .post-tile img {
      height: 250px !important; }

body.single-about-us .post-tile-content {
  height: calc( 100% - 400px) !important; }

@media only screen and (min-width: 1200px) {
  body.single-about-us .executive-tiles {
    max-width: 65% !important;
    margin: auto; } }

/* Resources hub page styles */
.template-thrive-hub .hentry .entry-content section.post-tiles.slider {
  margin-top: 0; }

@media only screen and (min-width: 782px) and (max-width: 1200px) {
  .hub-pillars {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
    .hub-pillars > div {
      -webkit-flex-basis: 48%;
          -ms-flex-preferred-size: 48%;
              flex-basis: 48%; } }

.hub-pillars.hub-pillars > .wp-block-column > .wp-block-group {
  height: calc(100% - 245px); }
  .hub-pillars.hub-pillars > .wp-block-column > .wp-block-group > .wp-block-group {
    height: 100%; }

@media only screen and (min-width: 782px) and (max-width: 1200px) {
  .info-hub-hero .wp-block-columns {
    gap: 4rem !important; } }

.hub-return-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; }
  .hub-return-link::before {
    content: '‹';
    font-size: 20px;
    line-height: 1; }
  .hub-return-link a {
    font-family: "Avenir-Next", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    position: relative; }
    .hub-return-link a::after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: white;
      content: '';
      opacity: 0;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(8px);
              transform: translateY(8px); }
  .hub-return-link:hover a::after, .hub-return-link:active a::after, .hub-return-link:focus a::after {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 1; }

/* Homepage styles */
body.home .home-header.wp-block-cover .wp-block-cover__inner-container {
  max-width: 86%; }

@media only screen and (min-width: 1201px) {
  body.home .home-header .wp-block-columns .wp-block-column:first-child > * {
    max-width: 95%;
    padding-left: 15%; } }

@media only screen and (min-width: 1601px) {
  body.home .home-header .wp-block-columns .wp-block-column:first-child > * {
    max-width: 80%;
    padding-left: 20%; } }

body.blog #main.container {
  max-width: 88% !important;
  padding: 200px 0 0; }
  @media only screen and (min-width: 1601px) {
    body.blog #main.container {
      padding-top: 225px; } }
  @media only screen and (min-width: 1801px) {
    body.blog #main.container {
      padding-top: 275px; } }

body.blog .archive-header {
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 50px; }
  @media only screen and (min-width: 900px) {
    body.blog .archive-header {
      max-width: 90%; } }
  @media only screen and (min-width: 1200px) {
    body.blog .archive-header {
      max-width: 80%; } }
  body.blog .archive-header .archive-description {
    margin: 20px auto 0;
    font-size: 1.6rem;
    max-width: 600px;
    text-align: center; }
  body.blog .archive-header section.post-feature {
    max-width: 1400px;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      body.blog .archive-header section.post-feature {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 75px; } }
    @media only screen and (min-width: 1200px) {
      body.blog .archive-header section.post-feature {
        gap: 50px; } }
    body.blog .archive-header section.post-feature .post-content {
      text-align: left;
      -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%; }
      @media only screen and (max-width: 767px) {
        body.blog .archive-header section.post-feature .post-content {
          margin-bottom: 30px; } }
      body.blog .archive-header section.post-feature .post-content h2 {
        font-weight: 500; }
      body.blog .archive-header section.post-feature .post-content .post-category-title {
        font-weight: 500;
        letter-spacing: 1px;
        color: #27AAE1 !important; }
        body.blog .archive-header section.post-feature .post-content .post-category-title.event {
          color: #8CBC3F !important; }
        body.blog .archive-header section.post-feature .post-content .post-category-title.publication {
          color: #E7E618 !important; }
        body.blog .archive-header section.post-feature .post-content .post-category-title.media {
          color: #D37F27 !important; }
        body.blog .archive-header section.post-feature .post-content .post-category-title.tools {
          color: #16D9A1 !important; }
      body.blog .archive-header section.post-feature .post-content .post-meta {
        margin: 0.8rem 0 30px;
        font-size: 1.2rem;
        line-height: 1;
        text-transform: capitalize; }
        body.blog .archive-header section.post-feature .post-content .post-meta .post-author {
          display: inline-block;
          text-decoration: none;
          color: white;
          position: relative; }
          body.blog .archive-header section.post-feature .post-content .post-meta .post-author::after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background: white;
            content: '';
            opacity: 0;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translateY(8px);
            transform: translateY(8px);
            box-sizing: border-box; }
          body.blog .archive-header section.post-feature .post-content .post-meta .post-author:hover::after, body.blog .archive-header section.post-feature .post-content .post-meta .post-author:focus::after, body.blog .archive-header section.post-feature .post-content .post-meta .post-author:active::after {
            opacity: 1;
            -webkit-transform: translateY(2px);
            transform: translateY(2px); }
          body.blog .archive-header section.post-feature .post-content .post-meta .post-author.no-link::after {
            content: none; }
    body.blog .archive-header section.post-feature figure.featured-image {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%; }
      body.blog .archive-header section.post-feature figure.featured-image img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (min-width: 900px) {
          body.blog .archive-header section.post-feature figure.featured-image img {
            height: 400px; } }
  body.blog .archive-header .facetwp-facet-categories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 75px 0 0 0;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-family: "Avenir-Next", sans-serif; }
    @media only screen and (max-width: 959px) {
      body.blog .archive-header .facetwp-facet-categories {
        margin-top: 0px; } }
    @media only screen and (min-width: 960px) {
      body.blog .archive-header .facetwp-facet-categories {
        padding: 75px 40px 0 40px; } }
    body.blog .archive-header .facetwp-facet-categories .facetwp-radio {
      padding: 15px 30px;
      background: #30414B;
      margin: 0 10px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 20px;
      transition: 0.2s all ease-in-out; }
      body.blog .archive-header .facetwp-facet-categories .facetwp-radio:hover, body.blog .archive-header .facetwp-facet-categories .facetwp-radio:focus, body.blog .archive-header .facetwp-facet-categories .facetwp-radio:active, body.blog .archive-header .facetwp-facet-categories .facetwp-radio.checked {
        background: #545D65; }
      body.blog .archive-header .facetwp-facet-categories .facetwp-radio[data-value="uncategorized"] {
        display: none; }
    body.blog .archive-header .facetwp-facet-categories .facetwp-counter {
      display: none; }
  body.blog .archive-header .facetwp-type-checkboxes .facetwp-checkbox.checked {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  body.blog .archive-header .facetwp-type-checkboxes .facetwp-checkbox {
    background-position-y: .35em;
    min-height: 1em; }

.pagination {
  margin: 50px auto 200px;
  text-align: center; }
  .pagination ul.page-numbers {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.archive-ajax-next,
.facetwp-type-pager button {
  font-size: 1.2rem;
  font-family: "Avenir-Next", sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  background: transparent !important;
  color: #fff !important;
  z-index: 1;
  border: 1px solid #fff;
  padding: 5px 9px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none; }
  .archive-ajax-next::after,
  .facetwp-type-pager button::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: white;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all .3s ease-in-out; }
  .archive-ajax-next:hover, .archive-ajax-next:active, .archive-ajax-next:focus,
  .facetwp-type-pager button:hover,
  .facetwp-type-pager button:active,
  .facetwp-type-pager button:focus {
    color: #263641 !important; }
    .archive-ajax-next:hover::after, .archive-ajax-next:active::after, .archive-ajax-next:focus::after,
    .facetwp-type-pager button:hover::after,
    .facetwp-type-pager button:active::after,
    .facetwp-type-pager button:focus::after {
      width: 100%;
      border-radius: 0px; }
  .archive-ajax-next.facetwp-hidden,
  .facetwp-type-pager button.facetwp-hidden {
    display: none !important; }

.post-archive .posts-container:not(:first-child) {
  margin-top: 20px; }

body.archive:not(.author) #main.container,
body.search #main.container {
  max-width: 88% !important;
  padding: 200px 0 0; }
  @media only screen and (min-width: 1601px) {
    body.archive:not(.author) #main.container,
    body.search #main.container {
      padding-top: 250px; } }
  @media only screen and (min-width: 1801px) {
    body.archive:not(.author) #main.container,
    body.search #main.container {
      padding-top: 300px; } }

.single .featured-image,
.author .featured-image {
  display: block; }

.single #main,
.author #main {
  margin-bottom: 200px; }
  .single #main .related-posts-container h5,
  .single #main .latest-posts-container h5,
  .single #main .author-posts-container h5,
  .author #main .related-posts-container h5,
  .author #main .latest-posts-container h5,
  .author #main .author-posts-container h5 {
    margin: 75px 0 50px; }
  .single #main .related-posts-container .flex-grid .post-tile:first-child,
  .single #main .latest-posts-container .flex-grid .post-tile:first-child,
  .single #main .author-posts-container .flex-grid .post-tile:first-child,
  .author #main .related-posts-container .flex-grid .post-tile:first-child,
  .author #main .latest-posts-container .flex-grid .post-tile:first-child,
  .author #main .author-posts-container .flex-grid .post-tile:first-child {
    max-width: 50%; }

.single article.category-event .post-category-title,
.author article.category-event .post-category-title {
  color: #8CBC3F !important; }

.single article.category-event .featured-image,
.author article.category-event .featured-image {
  border-top-color: #8CBC3F; }

.single article.category-publications .post-category-title, .single.single-publication .post-category-title,
.author article.category-publications .post-category-title,
.author.single-publication .post-category-title {
  color: #E7E618 !important; }

.single article.category-publications .featured-image, .single.single-publication .featured-image,
.author article.category-publications .featured-image,
.author.single-publication .featured-image {
  border-top-color: #E7E618; }

.single article.category-media .post-category-title,
.author article.category-media .post-category-title {
  color: #D37F27 !important; }

.single article.category-media .featured-image,
.author article.category-media .featured-image {
  border-top-color: #D37F27; }

.single article.category-tools .post-category-title,
.author article.category-tools .post-category-title {
  color: #16D9A1 !important; }

.single article.category-tools .featured-image,
.author article.category-tools .featured-image {
  border-top-color: #16D9A1; }

.single article,
.author article {
  padding: 225px 0 0;
  max-width: 960px;
  margin: auto; }
  .single article .entry-title,
  .author article .entry-title {
    margin: 0; }
  .single article .post-category-title,
  .author article .post-category-title {
    font-weight: 500;
    letter-spacing: 1px;
    color: #27AAE1 !important; }
  .single article .featured-image,
  .author article .featured-image {
    display: block;
    border-top: 10px solid #27AAE1;
    width: 100%;
    margin-bottom: 50px; }
    .single article .featured-image img,
    .author article .featured-image img {
      width: 100%;
      height: 100%;
      max-height: 400px;
      -o-object-fit: cover;
         object-fit: cover; }
    .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-content .wp-block-audio figcaption, .hentry .entry-content .wp-block-audio .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-content .wp-block-video figcaption, .hentry .entry-content .wp-block-video .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-content .wp-block-image figcaption, .hentry .entry-content .wp-block-image .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption, .hentry .entry-content .wp-block-gallery .blocks-gallery-image .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption, .hentry .entry-content .wp-block-gallery .blocks-gallery-item .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-summary .wp-block-audio figcaption, .hentry .entry-summary .wp-block-audio .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-summary .wp-block-video figcaption, .hentry .entry-summary .wp-block-video .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-summary .wp-block-image figcaption, .hentry .entry-summary .wp-block-image .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption, .hentry .entry-summary .wp-block-gallery .blocks-gallery-image .single article .featured-image figcaption,
    .single article .featured-image .hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption, .hentry .entry-summary .wp-block-gallery .blocks-gallery-item .single article .featured-image figcaption,
    .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-content .wp-block-audio figcaption,
    .hentry .entry-content .wp-block-audio .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-content .wp-block-video figcaption,
    .hentry .entry-content .wp-block-video .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-content .wp-block-image figcaption,
    .hentry .entry-content .wp-block-image .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
    .hentry .entry-content .wp-block-gallery .blocks-gallery-image .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
    .hentry .entry-content .wp-block-gallery .blocks-gallery-item .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-summary .wp-block-audio figcaption,
    .hentry .entry-summary .wp-block-audio .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-summary .wp-block-video figcaption,
    .hentry .entry-summary .wp-block-video .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-summary .wp-block-image figcaption,
    .hentry .entry-summary .wp-block-image .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-summary .wp-block-gallery .blocks-gallery-image figcaption,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-image .author article .featured-image figcaption,
    .author article .featured-image .hentry .entry-summary .wp-block-gallery .blocks-gallery-item figcaption,
    .hentry .entry-summary .wp-block-gallery .blocks-gallery-item .author article .featured-image figcaption {
      max-width: 100%;
      left: 5%; }
  .single article .post-meta,
  .author article .post-meta {
    margin: 0.8rem 0 30px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: capitalize; }
    .single article .post-meta .post-author,
    .author article .post-meta .post-author {
      display: inline-block;
      text-decoration: none;
      color: white;
      position: relative; }
      .single article .post-meta .post-author::after,
      .author article .post-meta .post-author::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: white;
        content: '';
        opacity: 0;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        box-sizing: border-box; }
      .single article .post-meta .post-author:hover::after, .single article .post-meta .post-author:focus::after, .single article .post-meta .post-author:active::after,
      .author article .post-meta .post-author:hover::after,
      .author article .post-meta .post-author:focus::after,
      .author article .post-meta .post-author:active::after {
        opacity: 1;
        -webkit-transform: translateY(2px);
        transform: translateY(2px); }
      .single article .post-meta .post-author.no-link::after,
      .author article .post-meta .post-author.no-link::after {
        content: none; }
  .single article .entry-content,
  .author article .entry-content {
    margin-top: 60px; }
  .single article .publication-download-section,
  .author article .publication-download-section {
    max-width: 375px;
    background-color: #30414B;
    border-radius: 9px;
    padding: 25px 25px 18px;
    margin-bottom: 30px; }
    .single article .publication-download-section h2,
    .author article .publication-download-section h2 {
      text-transform: none;
      font-size: 1.8rem;
      margin-bottom: 15px; }
    .single article .publication-download-section .download-pdf-link,
    .author article .publication-download-section .download-pdf-link {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 15px; }
      .single article .publication-download-section .download-pdf-link img,
      .author article .publication-download-section .download-pdf-link img {
        width: 30px;
        height: auto;
        opacity: 0.8;
        -webkit-transform: 0.2s all ease-in-out;
                transform: 0.2s all ease-in-out; }
      .single article .publication-download-section .download-pdf-link a,
      .author article .publication-download-section .download-pdf-link a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        margin: 0;
        color: #fff !important; }
        .single article .publication-download-section .download-pdf-link a span,
        .author article .publication-download-section .download-pdf-link a span {
          display: block;
          position: relative; }
          .single article .publication-download-section .download-pdf-link a span::after,
          .author article .publication-download-section .download-pdf-link a span::after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background: white;
            content: '';
            opacity: 0;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translateY(8px);
                    transform: translateY(8px);
            box-sizing: border-box; }
        .single article .publication-download-section .download-pdf-link a:hover span::after, .single article .publication-download-section .download-pdf-link a:active span::after, .single article .publication-download-section .download-pdf-link a:focus span::after,
        .author article .publication-download-section .download-pdf-link a:hover span::after,
        .author article .publication-download-section .download-pdf-link a:active span::after,
        .author article .publication-download-section .download-pdf-link a:focus span::after {
          opacity: 1;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px); }
        .single article .publication-download-section .download-pdf-link a:hover img, .single article .publication-download-section .download-pdf-link a:active img, .single article .publication-download-section .download-pdf-link a:focus img,
        .author article .publication-download-section .download-pdf-link a:hover img,
        .author article .publication-download-section .download-pdf-link a:active img,
        .author article .publication-download-section .download-pdf-link a:focus img {
          opacity: 1; }
  @media only screen and (min-width: 768px) {
    .single article section.author-info-container,
    .author article section.author-info-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 50px; } }
  .single article section.author-info-container figure.featured-image,
  .author article section.author-info-container figure.featured-image {
    border-top: 0;
    width: 250px !important;
    height: 250px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .single article section.author-info-container figure.featured-image img,
    .author article section.author-info-container figure.featured-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
  .single article section.author-info-container .author-info,
  .author article section.author-info-container .author-info {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .single article section.author-info-container .author-info h1,
    .author article section.author-info-container .author-info h1 {
      margin-bottom: 1rem; }
    .single article section.author-info-container .author-info h2,
    .author article section.author-info-container .author-info h2 {
      margin: 2rem 0;
      font-weight: 500; }

.single .no-posts-found p,
.author .no-posts-found p {
  margin: 0;
  font-size: 1.6rem; }

/*# sourceMappingURL=maps/crate.css.map */
