/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  --theme-spacing--minus-3: clamp( 0.31rem, 0.11vw + 0.28rem, 0.35rem );
  --theme-spacing--minus-2: clamp( 0.47rem, 0.16vw + 0.42rem, 0.53rem );
  --theme-spacing--minus-1: clamp( 0.71rem, 0.25vw + 0.63rem, 0.79rem );
  --theme-spacing--base: clamp( 1.06rem, 0.37vw + 0.95rem, 1.19rem );
  --theme-spacing--plus-1: clamp( 1.20rem, 0.85vw + 0.94rem, 1.48rem );
  --theme-spacing--plus-2: clamp( 1.34rem, 1.5vw + 0.89rem, 1.86rem );
  --theme-spacing--plus-3: clamp( 1.86rem, 3.7vw + -0.05rem, 2.32rem );
  --theme-spacing--plus-4: clamp( 1.86rem, 7.53vw + -1.2rem, 3.62rem );
  --theme-spacing--plus-5: clamp( 1.86rem, 10.2vw + -2rem, 4.53rem );
  --theme-spacing--plus-6: clamp( 1.86rem, 13.53vw + -3rem, 5.66rem );
  --theme-spacing--plus-7: clamp( 1.86rem, 17.69vw + -4.25rem, 7.08rem );
  --theme-spacing--plus-8: clamp( 1.86rem, 22.9vw + -5.81rem, 8.85rem );
  --theme-spacing--plus-9: clamp( 1.86rem, 29.4vw + -7.76rem, 11.06rem );
  --theme-spacing--plus-10: clamp( 1.86rem, 37.53vw + -10.2rem, 13.82rem );
  /* Fallback variables for browsers that don't support clamp */
  border: 0px;
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  body {
    --theme-spacing--minus-4: 0.06rem;
    --theme-spacing--minus-3: 0.09rem;
    --theme-spacing--minus-2: 0.13rem;
    --theme-spacing--minus-1: 0.2rem;
    --theme-spacing--base: 0.3rem;
    --theme-spacing--plus-1: 0.44rem;
    --theme-spacing--plus-2: 0.67rem;
    --theme-spacing--plus-3: 1rem;
    --theme-spacing--plus-4: 2.25rem;
    --theme-spacing--plus-5: 3.38rem;
    --theme-spacing--plus-6: 5.06rem;
    --theme-spacing--plus-7: 7.59rem;
    --theme-spacing--plus-8: 11.39rem;
    --theme-spacing--plus-9: 17.09rem;
    --theme-spacing--plus-10: 25.63rem;
  }
  @media screen and (min-width: 1024px) {
    body {
      --theme-spacing--minus-4: 0.07rem;
      --theme-spacing--minus-3: 0.1rem;
      --theme-spacing--minus-2: 0.15rem;
      --theme-spacing--minus-1: 0.22rem;
      --theme-spacing--base: 0.33rem;
      --theme-spacing--plus-1: 0.5rem;
      --theme-spacing--plus-2: 0.75rem;
      --theme-spacing--plus-3: 1.13rem;
      --theme-spacing--plus-4: 2.53rem;
      --theme-spacing--plus-5: 3.8rem;
      --theme-spacing--plus-6: 5.7rem;
      --theme-spacing--plus-7: 8.54rem;
      --theme-spacing--plus-8: 12.81rem;
      --theme-spacing--plus-9: 19.22rem;
      --theme-spacing--plus-10: 28.83rem;
    }
  }
}

* {
  font-feature-settings: "tnum", "ss01" 1;
}

.has-primary-contrast-background-color ::-moz-selection {
  color: var(--wp--preset--color--primary);
  background: white;
}

.has-primary-contrast-background-color ::selection {
  color: var(--wp--preset--color--primary);
  background: white;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px !important;
}

a:-webkit-any-link {
  cursor: pointer !important;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

a:where(:not(:focus)),
input[type=submit],
input:focus,
textarea:focus {
  transition: 0.5s ease-in-out;
  transition-property: color, background-color, border-color, outline-color;
}

a {
  text-underline-offset: 0.078125em !important;
  text-decoration-thickness: min(0.078125em, 3px) !important;
}
a img {
  transition: box-shadow 0.5s ease-in-out;
}
a:hover img {
  box-shadow: 0 0 16px -3px var(--wp--preset--color--neutral-muted);
}

abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  text-underline-offset: 0.078125em !important;
  text-decoration-thickness: min(0.078125em, 3px) !important;
}

:where(:not(pre) > code) {
  padding: 0.125em 0.25em;
  font-family: var(--wp--preset--font-family--mono);
  font-size: clamp(var(--wp--preset--font-size--sm), 0.875em, 0.875em);
  font-weight: 600;
  color: var(--wp--preset--color--neutral-emphasis, inherit);
  background: var(--wp--preset--color--neutral-base, inherit);
}

kbd {
  white-space: nowrap;
  padding: 0.125em 0.25em;
  font-family: var(--wp--preset--font-family--mono);
  font-size: clamp(var(--wp--preset--font-size--xs), 0.875em, 0.875em);
  color: var(--wp--preset--color--contrast);
  border: 1px solid var(--wp--preset--color--neutral-muted);
  border-radius: 0.25rem;
  box-shadow: var(--wp--preset--shadow--sm);
}

ins {
  padding: 0.125em 0;
  color: var(--wp--preset--color--positive-contrast);
  background: var(--wp--preset--color--positive-base);
  border-bottom: 1px solid var(--wp--preset--color--positive-muted);
  text-decoration: none;
}

mark {
  padding: 0.125em 0;
}

mark:where(:not(.has-inline-color):not([style])) {
  color: var(--wp--preset--color--neutral-emphasis, inherit);
  background: var(--wp--preset--color--neutral-subtle, inherit);
}

:where(h1, h2, h3, h4, h5 h6) > mark {
  line-height: 1.625em;
  padding: 0;
}

del,
s {
  color: var(--wp--preset--color--negative-muted);
  text-decoration-color: var(--wp--preset--color--negative-contrast);
  text-decoration-thickness: 2px;
}

sup,
sub {
  font-size: 0.8125em;
  line-height: var(--wp--custom--line-height--md);
}
sup a,
sub a {
  text-decoration: none;
}

p {
  box-sizing: border-box;
}

audio,
video {
  display: block;
}

cite::before {
  content: "– ";
}

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

label,
.wp-block-search__label {
  color: var(--wp--preset--color--neutral-muted);
  font-size: var(--wp--preset--font-size--xs);
  text-transform: uppercase;
}

:where(input[type=checkbox], input[type=radio]) + label,
label:has(:where(input[type=checkbox], input[type=radio])) {
  font-size: var(--wp--preset--font-size--sm);
  text-transform: none;
}

label:has(+ input:focus,
+ textarea:focus,
+ select:focus,
input:focus,
textarea:focus,
select:focus),
.wp-block-search__label:has(+ .wp-block-search__inside-wrapper > .wp-block-search__input:focus) {
  color: var(--color-contrast, var(--wp--preset--color--primary-contrast));
}

input {
  accent-color: var(--wp--preset--color--primary-contrast);
}

input:where(:not([type=checkbox]):not([type=radio])),
select,
textarea,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper),
.wp-block-search__input,
.wp-block-post-comments-form :is(input:not([type=checkbox]):not([type=radio]):not(.wp-element-button),
textarea) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: var(--wp--preset--spacing--minus-3) var(--wp--preset--spacing--minus-1);
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: var(--color-emphasis, var(--wp--custom--elements--form-input--color, inherit));
  background: var(--color-subtle, var(--wp--custom--elements--form-input--background, transparent));
  border: var(--wp--custom--elements--form-input--border-width, 1px) var(--wp--custom--elements--form-input--border-width, solid) var(--color-muted, var(--wp--custom--elements--form-input--border-color, none));
  border-radius: var(--wp--custom--defaults--border-radius);
  box-shadow: var(--wp--custom--defaults--shadow);
}
input:where(:not([type=checkbox]):not([type=radio])):focus,
select:focus,
textarea:focus,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):focus,
.wp-block-search__input:focus,
.wp-block-post-comments-form :is(input:not([type=checkbox]):not([type=radio]):not(.wp-element-button),
textarea):focus {
  outline: 2px solid var(--wp--preset--color--primary-contrast);
  outline-offset: 2px;
}

select {
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 1.25em) center, calc(100% - 0.9375em) center;
  background-size: 0.3125em 0.3125em, 0.3125em 0.3125em;
  background-repeat: no-repeat;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: var(--wp--preset--spacing--minus-3);
  padding-left: var(--wp--preset--spacing--minus-1);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):has(.wp-block-search__input:focus) {
  outline: 2px solid var(--wp--preset--color--primary-contrast);
  outline-offset: 2px;
}

input[type=checkbox],
input[type=radio],
.wp-block-search__button-inside .wp-block-search__input {
  padding: 0;
  border: none;
  box-shadow: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus,
.wp-block-search__button-inside .wp-block-search__input:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

.has-modal-open {
  overflow: initial !important;
}

main {
  padding-top: 0px !important;
}
main p {
  margin-top: 20px;
}
main ul, main ol {
  margin-top: 20px;
}

.yoast-breadcrumbs {
  margin-top: 15px !important;
}
.yoast-breadcrumbs * {
  font-size: 14px !important;
  border: 0 !important;
  outline: 0 !important;
}
.yoast-breadcrumbs a:hover {
  text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: table-cell;
  position: relative;
}

.page-template-default .yoast-breadcrumbs * {
  color: white;
}
.page-template-default .yoast-breadcrumbs a, .page-template-default .yoast-breadcrumbs span {
  color: white;
}
@media screen and (max-width: 890px) {
  .page-template-default .wp-block-post-featured-image {
    display: none;
  }
}

.wp-block-post-title {
  margin-top: var(--theme-spacing--plus-6);
  font-size: 58px;
  line-height: 64px;
}

.home .wp-block-post-title {
  display: none;
}
.home .yoast-breadcrumbs {
  display: none;
}
.home .home-print-articles {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1080px) {
  .home .home-print-articles::after {
    display: none;
  }
}
.home .home-digital-articles {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1080px) {
  .home .home-digital-articles::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home .home-digital-articles .article-card .article-data-contain {
    background: #e4edf7;
  }
}
.home .wp-block-query .wp-block-post-template {
  grid-column-gap: 10%;
}
@media screen and (max-width: 768px) {
  .home .wp-block-query .wp-block-post-template {
    display: block;
  }
}
.home .wp-block-query .wp-block-post-template .wp-block-post {
  margin-bottom: 30px;
}
.home .article-card {
  border: 0px;
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .home .article-card {
    padding-bottom: 0px;
  }
}
.home .article-card .article-data-contain {
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .home .article-card .article-data-contain {
    background: #F8F5F5;
    padding: 20px;
  }
}
.home .article-card .view-pdf {
  display: block;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}
.home .article-card .view-pdf a {
  border-bottom: 2px solid color(srgb 1 1 1/0);
  background: none;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.home .article-card .view-pdf a:hover {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
@media screen and (max-width: 768px) {
  .home .article-card .view-pdf a {
    border-bottom: 2px solid #F8F5F5;
    color: black;
  }
}
.home .article-card .view-pdf:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+cGljdHVyZV9hc19wZGY8L3RpdGxlPgo8cGF0aCBkPSJNMTQuMDE2IDExLjQ4NHYtM2gwLjk4NHYzaC0wLjk4NHpNMy45ODQgNnYxNC4wMTZoMTQuMDE2djEuOTY5aC0xNC4wMTZxLTAuNzk3IDAtMS4zODMtMC41ODZ0LTAuNTg2LTEuMzgzdi0xNC4wMTZoMS45Njl6TTkgOS41MTZ2LTEuMDMxaDAuOTg0djEuMDMxaC0wLjk4NHpNMjAuNDg0IDguNDg0di0xLjVoLTN2NmgxLjV2LTEuOTY5aDEuNXYtMS41aC0xLjV2LTEuMDMxaDEuNXpNMTYuNSAxMS40ODR2LTNxMC0wLjYwOS0wLjQyMi0xLjA1NXQtMS4wNzgtMC40NDVoLTIuNDg0djZoMi40ODRxMC42NTYgMCAxLjA3OC0wLjQ0NXQwLjQyMi0xLjA1NXpNMTEuNDg0IDkuNTE2di0xLjAzMXEwLTAuNjA5LTAuNDQ1LTEuMDU1dC0xLjA1NS0wLjQ0NWgtMi40ODR2NmgxLjV2LTEuOTY5aDAuOTg0cTAuNjA5IDAgMS4wNTUtMC40NDV0MC40NDUtMS4wNTV6TTIwLjAxNiAyLjAxNnEwLjc5NyAwIDEuMzgzIDAuNTg2dDAuNTg2IDEuMzgzdjEycTAgMC43OTctMC41ODYgMS40MDZ0LTEuMzgzIDAuNjA5aC0xMnEtMC43OTcgMC0xLjQwNi0wLjYwOXQtMC42MDktMS40MDZ2LTEycTAtMC43OTcgMC42MDktMS4zODN0MS40MDYtMC41ODZoMTJ6IiBzdHlsZT0iZmlsbDogIzk5MDAwMDsiPjwvcGF0aD4KPC9zdmc+Cg==) center center no-repeat;
  background-size: contain;
  left: 0px;
  top: 7.5px;
}
.home .article-card.half {
  max-width: calc(100% - 120px) !important;
  width: 41.6666666667%;
  margin-right: 8.3333333333%;
}
.home .article-card .article-link {
  display: block;
  background: none !important;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 0px;
}
@media screen and (max-width: 768px) {
  .home .article-card .article-link {
    padding-bottom: 0px;
    border-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    color: black;
  }
  .home .article-card .article-link h2 {
    color: black;
  }
}
@media screen and (max-width: 768px) {
  .home .article-card .article-link:hover {
    border-bottom: 0px;
  }
}
.home .article-card .article-taxes, .home .article-card .article-data {
  display: block;
  position: relative;
  margin: 10px 0px 0px;
}
.home .article-card .article-taxes p, .home .article-card .article-data p {
  margin: 0px 0px 5px;
}
.home .article-card .article-taxes br, .home .article-card .article-data br {
  display: none;
}
.home .article-card .article-data {
  margin-bottom: 10px;
}
.home .article-card .article-taxes span {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 30px;
  padding: 0px 7.5px;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--tertiary);
}
@media screen and (max-width: 768px) {
  .home .article-card .article-taxes span {
    display: none;
  }
}
.home .article-card .article-data span {
  margin-right: 7.5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.home .article-card h2 {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 32px;
  color: var(--wp--preset--color--secondary);
}
.home .article-card .article-link:hover h2 {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.home .article-card p {
  color: black;
}
.home .article-card h2 ~ p {
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}
.home .article-card .article-author {
  font-weight: 600;
}
.home .article-card .article-link + p {
  display: none;
}
.home .article-card .post-link {
  margin-top: 25px;
  display: inline-block;
  border-radius: 0px;
  padding: 0px !important;
  border: 0px solid var(--wp--preset--color--primary) !important;
  box-shadow: none;
}
.home .article-card .article-link:hover .post-link {
  border: 0px !important;
  background: none !important;
}
.home .article-card .post-link span {
  display: inline-block;
  position: relative;
}
.home .article-card .post-link:hover span {
  color: var(--wp--preset--color--primary);
}
.home .article-card .article-link:hover .post-link span {
  text-decoration: underline;
}
.home .article-card .post-link span:after {
  display: inline-block;
  position: relative;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 7.5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjcxNzMgMC42OTY3MjFMMjMuNDc3NSAxMS4xNDc1TTIzLjQ3NzUgMTEuMTQ3NUwxMi43MTczIDIxLjU5ODRNMjMuNDc3NSAxMS4xNDc1SDAuNTIyNTI4IiBzdHJva2U9IiM5NTAwMUEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
.home .article-card .article-link:hover .post-link span:after {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .wp-block-group.has-global-padding {
    padding: 0px 25px;
  }
}
.site-header {
  background: #011F5B;
  position: fixed;
  width: 100%;
  z-index: 200;
  height: 110px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.site-header .screen-reader-text.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.site-header .screen-reader-text.skip-link:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.site-header > .wp-block-group {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0px !important;
  z-index: 200;
  height: 100%;
}
.site-header .wp-block-site-logo {
  padding: 0px 25px;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .wp-block-site-logo img {
  width: 100% !important;
}
@media screen and (max-width: 992px) {
  .site-header .wp-block-site-logo img {
    height: 100% !important;
    width: auto !important;
    max-width: initial !important;
  }
}
.site-header .wp-block-site-logo .custom-logo-link {
  text-decoration: none !important;
  border: 0px !important;
}
@media screen and (max-width: 992px) {
  .site-header .wp-block-site-logo .custom-logo-link {
    overflow: hidden;
    width: 40px !important;
    height: 40px !important;
    max-width: initial !important;
  }
}
.site-header .wp-block-heading .wp-block-site-logo {
  padding: 0px 25px;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .wp-block-heading .wp-block-site-logo img {
  width: 100% !important;
}
@media screen and (max-width: 992px) {
  .site-header .wp-block-heading .wp-block-site-logo img {
    height: 100% !important;
    width: auto !important;
    max-width: initial !important;
  }
}
.site-header .wp-block-heading .wp-block-site-logo .custom-logo-link {
  text-decoration: none !important;
  border: 0px !important;
}
@media screen and (max-width: 992px) {
  .site-header .wp-block-heading .wp-block-site-logo .custom-logo-link {
    overflow: hidden;
    width: 40px !important;
    height: 40px !important;
    max-width: initial !important;
  }
}
.site-header .wp-block-heading {
  width: 33.3333333333%;
}
.site-header .wp-block-heading .wp-block-site-logo {
  width: 100%;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .wp-block-heading img {
  width: 100% !important;
}
.site-header .wp-block-heading .custom-logo-link {
  text-decoration: none !important;
  border: 0px !important;
}
.site-header .wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
  flex-wrap: nowrap;
  height: 100%;
}
.site-header .wp-container-core-navigation-layout-1.wp-container-core-navigation-layout-1 {
  justify-content: initial;
  padding-right: 25px;
  height: 100%;
}
.site-header .search-trigger {
  font-size: 0px;
}
.site-header .search-trigger a {
  font-size: 0px;
}
.site-header .search-trigger a span {
  font-size: 0px;
}
.site-header .search-trigger:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzMDdfMTU3NDkpIj4KPHBhdGggZD0iTTkuODQzNzUgMTdDMTQuMjYyIDE3IDE3Ljg0MzggMTMuNDE4MyAxNy44NDM4IDlDMTcuODQzOCA0LjU4MTcyIDE0LjI2MiAxIDkuODQzNzUgMUM1LjQyNTQ3IDEgMS44NDM3NSA0LjU4MTcyIDEuODQzNzUgOUMxLjg0Mzc1IDEzLjQxODMgNS40MjU0NyAxNyA5Ljg0Mzc1IDE3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5Ljg0MjIgMTguOTk5OUwxNS40OTIyIDE0LjY0OTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDMwN18xNTc0OSI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuODQzNzUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.site-header .search-trigger:hover {
  opacity: 0.75;
}
.site-header .search-trigger.desktop-active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeTE9Ii0wLjc1IiB4Mj0iMTgiIHkyPSItMC43NSIgdHJhbnNmb3JtPSJtYXRyaXgoMC42OTg1MTkgMC43MTU1OTEgLTAuNjk4NTE5IDAuNzE1NTkxIDEgMikiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxsaW5lIHkxPSItMC43NSIgeDI9IjE4IiB5Mj0iLTAuNzUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNjk4NTE5IC0wLjcxNTU5MSAwLjY5ODUxOSAwLjcxNTU5MSAyIDE1KSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
}
@media screen and (max-width: 768px) {
  .site-header .search-trigger {
    display: none !important;
  }
}
.site-header .wp-block-search, .site-header .searchandfilter {
  position: absolute;
  z-index: 199;
  background: white;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  left: 0px;
  right: 0px;
  padding: 40px 0px 40px;
  transition: 0.1s ease-in-out;
  box-shadow: 0px 0px 5px 5px color(srgb 0 0 0/0.05);
}
.site-header .wp-block-search > ul, .site-header .searchandfilter > ul {
  width: 100%;
  position: relative;
  max-width: 1440px;
  padding: 0px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
.site-header .wp-block-search > ul label, .site-header .searchandfilter > ul label {
  width: 100%;
}
.site-header .wp-block-search > ul label .sf-input-text, .site-header .searchandfilter > ul label .sf-input-text {
  width: 100%;
}
.site-header .wp-block-search .sf-field-search, .site-header .searchandfilter .sf-field-search {
  width: calc(100% - 150px);
}
.site-header .wp-block-search .sf-field-submit, .site-header .searchandfilter .sf-field-submit {
  width: 125px;
}
.site-header .wp-block-search .sf-field-submit input, .site-header .searchandfilter .sf-field-submit input {
  margin-top: 1em;
  margin-left: 25px;
  width: 100%;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  background: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.site-header .wp-block-search .sf-field-submit input:hover, .site-header .searchandfilter .sf-field-submit input:hover {
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.site-header .wp-block-search .sf-field-taxonomy-content-type, .site-header .wp-block-search .sf-field-taxonomy-volume, .site-header .wp-block-search .sf-field-taxonomy-years, .site-header .wp-block-search .sf-field-taxonomy-topic, .site-header .wp-block-search .sf-field-category, .site-header .searchandfilter .sf-field-taxonomy-content-type, .site-header .searchandfilter .sf-field-taxonomy-volume, .site-header .searchandfilter .sf-field-taxonomy-years, .site-header .searchandfilter .sf-field-taxonomy-topic, .site-header .searchandfilter .sf-field-category {
  display: none !important;
}
.site-header .wp-block-search h4, .site-header .searchandfilter h4 {
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
}
.site-header .wp-block-search.desktop-active, .site-header .searchandfilter.desktop-active {
  opacity: 1;
  pointer-events: all;
}
.site-header .wp-block-search .wp-block-search__button, .site-header .searchandfilter .wp-block-search__button {
  display: none;
}
.site-header .wp-block-search .wp-block-search__label, .site-header .searchandfilter .wp-block-search__label {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  line-height: 0px;
}
.site-header .wp-block-search .wp-block-search__inside-wrapper, .site-header .searchandfilter .wp-block-search__inside-wrapper {
  width: 100%;
  position: relative;
  max-width: 1440px;
  padding: 0px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
.site-header .wp-block-search .wp-block-search__input, .site-header .wp-block-search .sf-input-text, .site-header .searchandfilter .wp-block-search__input, .site-header .searchandfilter .sf-input-text {
  border-bottom: 2px solid #ccc;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
.site-header .wp-block-search .wp-block-search__input:hover, .site-header .wp-block-search .sf-input-text:hover, .site-header .searchandfilter .wp-block-search__input:hover, .site-header .searchandfilter .sf-input-text:hover {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.site-header .wp-block-search .wp-block-search__input:focus, .site-header .wp-block-search .sf-input-text:focus, .site-header .searchandfilter .wp-block-search__input:focus, .site-header .searchandfilter .sf-input-text:focus {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.site-header .wp-block-navigation .wp-block-navigation-item {
  cursor: pointer;
}
.site-header .wp-block-navigation .wp-block-navigation-item > a {
  color: white !important;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .site-header .wp-block-navigation .wp-block-navigation-item > a {
    font-size: 16px;
  }
}
.site-header .wp-block-navigation .wp-block-navigation-item:hover > a {
  background-color: transparent;
  border-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.site-header .wp-block-navigation-submenu button {
  display: none;
}
.site-header .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open),
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content,
  .site-header .wp-block-navigation__container:only-child,
  .site-header .wp-block-navigation__responsive-close,
  .site-header .wp-block-navigation__responsive-dialog,
  .site-header .wp-block-navigation .wp-block-navigation-item {
    height: 100%;
    flex-wrap: nowrap;
  }
  .site-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .site-header .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .site-header .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .site-header .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    background: white !important;
    box-shadow: 0px 0px 5px color(srgb 0 0 0/0.145);
    left: -20px;
    right: initial;
    z-index: 200;
    padding: 0px 0px;
  }
  .site-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link, .site-header .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link, .site-header .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link, .site-header .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link {
    border: 0px !important;
  }
  .site-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link a, .site-header .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link a, .site-header .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link a, .site-header .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link a {
    padding: 20px;
    color: var(--wp--preset--color--secondary) !important;
    border-bottom: 2px solid white;
  }
  .site-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link a:hover, .site-header .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation-link a:hover, .site-header .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link a:hover, .site-header .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation-link a:hover {
    color: var(--wp--preset--color--primary) !important;
    border-bottom: 2px solid var(--wp--preset--color--primary);
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open),
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content,
  .site-header .wp-block-navigation__container:only-child,
  .site-header .wp-block-navigation__responsive-close,
  .site-header .wp-block-navigation__responsive-dialog,
  .site-header .wp-block-navigation .wp-block-navigation-item {
    gap: 20px;
  }
}

.site-footer {
  background: var(--wp--preset--color--primary);
  padding: var(--theme-spacing--plus-6) 0px;
}
.site-footer .wp-block-group .wp-container-content-6 {
  flex-basis: 40%;
}
.site-footer .wp-block-group .wp-container-content-6 p {
  margin-top: -25px;
}
@media screen and (max-width: 892px) {
  .site-footer .wp-block-group .wp-container-content-6 p {
    margin-top: initial;
  }
}
.site-footer .wp-block-separator {
  border: 0px;
  height: 1px;
}
.site-footer p, .site-footer a {
  font-size: 14px;
  line-height: 26px;
}
.site-footer a {
  text-decoration: underline !important;
  border: none !important;
}
@media screen and (max-width: 890px) {
  .site-footer {
    padding: 30px 0px !important;
  }
}
.site-footer .wp-block-navigation-item__content::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0ic3ZnLWFycm93LXJpZ2h0LWJsYWNrIj4KPHBhdGggZD0iTTExLjcxNTUgNC4wMzI3NkwxMC42MTQyIDUuMTM0TDE0LjE5MTMgOC43MTg4OEwxLjU2MjIyIDguNzE4ODhMMS41NjIyMiAxMC4yODA5TDE0LjE5MTMgMTAuMjgwOUwxMC42MDY0IDEzLjg2NThMMTEuNzE1NSAxNC45NjdMMTcuMTgyNiA5LjQ5OTlMMTEuNzE1NSA0LjAzMjc2WiIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4K) no-repeat;
  position: relative;
  opacity: 0;
  margin-left: 0px;
  transition: 0.2s ease-in-out;
}
.site-footer .wp-block-navigation-item__content:hover::after {
  opacity: 1;
  margin-left: 5px;
}
.site-footer > .wp-block-group {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 25px !important;
  align-items: flex-start;
}
@media screen and (max-width: 890px) {
  .site-footer > .wp-block-group {
    display: block;
  }
}
@media screen and (max-width: 890px) {
  .site-footer > .wp-block-group > .wp-block-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.site-footer > .wp-block-group > .wp-block-group p a {
  text-decoration: underline;
  border-bottom: 0px !important;
}
.site-footer > .wp-block-group > .wp-block-group p a:hover {
  text-decoration: none;
}
.site-footer > .wp-block-group > .wp-block-template-part:first-of-type {
  width: 33.3% !important;
}
.site-footer > .wp-block-group > .wp-block-template-part:nth-of-type(2) {
  width: 20% !important;
}
.site-footer > .wp-block-group > .wp-block-template-part:nth-of-type(2) p {
  margin-top: 10px;
}
.site-footer > .wp-block-group > .wp-block-template-part:nth-of-type(2) p:first-of-type {
  margin-top: 0px;
  margin-bottom: 1.5em;
}
.site-footer > .wp-block-group .wp-block-social-links.is-style-pill-shape .wp-social-link .wp-block-social-link-anchor {
  color: var(--wp--preset--color--primary) !important;
  padding: 5px;
  height: 2em;
  width: 2em;
  justify-content: center;
}
.site-footer > .wp-block-group .wp-block-social-links.is-style-pill-shape .wp-social-link .wp-block-social-link-anchor svg {
  fill: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  width: 1.75em;
  height: 1.75em;
}
.site-footer .has-global-padding {
  padding: initial !important;
}
@media screen and (max-width: 890px) {
  .site-footer .wp-block-navigation__container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
  }
  .site-footer .wp-block-navigation__container li {
    width: 45%;
  }
}

.page-hero-carousel {
  padding: 0px 0px var(--theme-spacing--plus-6) 0px;
}
.page-hero-carousel .yoast-breadcrumbs span, .page-hero-carousel .yoast-breadcrumbs a {
  color: white;
}
.page-hero-carousel .slick-dots {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .page-hero-carousel .slick-dots {
    bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .page-hero-carousel .slick-dots li {
    margin: 0px 20px;
  }
}
.page-hero-carousel .slick-dots li button:before {
  font-size: 16px;
  color: color(srgb 1 1 1/0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: color(srgb 1 1 1);
}
.page-hero-carousel .slick-dots li.slick-active button:before {
  color: white;
}
.page-hero-carousel .slick-slide {
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.page-hero-carousel .slick-current {
  opacity: 1;
}
.home .page-hero-carousel .yoast-breadcrumbs {
  display: none;
}

.columns-fifty-fifty {
  position: relative;
  overflow-y: clip;
}
.columns-fifty-fifty::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODU2IiBoZWlnaHQ9IjEwMzkiIHZpZXdCb3g9IjAgMCA4NTYgMTAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDkwIiBjeT0iNDkwIiByPSI0OTAiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTc5MTc0IC0wLjIwMzAyNSAtMC4yMDMwMjUgLTAuOTc5MTc0IC0xMDQgMTE1OSkiIGZpbGw9IiNGOEY1RjUiLz4KPGNpcmNsZSBjeD0iMzkxLjUiIGN5PSIzOTEuNSIgcj0iMzkxLjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTc5MTc0IC0wLjIwMzAyNSAtMC4yMDMwMjUgLTAuOTc5MTc0IDc1IDEwNDYpIiBmaWxsPSIjRTJGMEZFIi8+Cjwvc3ZnPgo=) no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
  z-index: 0;
  height: 100%;
  width: 50%;
  left: 0px;
  top: 0%;
  position: absolute;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .columns-fifty-fifty::after {
    display: none;
  }
}
.columns-fifty-fifty .wp-block-columns {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 782px) {
  .columns-fifty-fifty .wp-block-columns .wp-block-column:first-of-type {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 782px) {
  .columns-fifty-fifty .wp-block-columns .wp-block-column:last-of-type {
    padding-left: 0px !important;
  }
}

.single figure img {
  margin-top: 0px !important;
}
.single #scrolltop {
  height: 36px;
  width: 100%;
  /* max-width: 1140px; */
  display: none;
  position: absolute;
  bottom: 0px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 200;
  pointer-events: none;
  background-position: center center;
  font-size: 0px;
  border: 0px;
  padding: 0px 30px;
}
.single #scrolltop a {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiM5OTAwMDAiLz4KPHBhdGggZD0iTTExIDI0TDE5IDE3TDI2IDI0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxsaW5lIHgxPSIxOC4yNSIgeTE9IjM1LjI1IiB4Mj0iMTguMjUiIHkyPSIxOC43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  pointer-events: all;
  border: 0px !important;
  cursor: pointer;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}
.single #scrolltop a:hover {
  transform: scale(1.125);
}
.single #scrolltop:has(+ .wp-block-footnotes) {
  display: block;
}
.single h1 {
  line-height: 56px;
  margin-bottom: 45px;
}
.single h1:has(+ .single-post-subtitle) {
  margin-bottom: 0px !important;
}
.single h2.single-post-subtitle-text {
  font-size: 28px;
  line-height: 36px;
  margin: 0px 0px 45px !important;
}
.single .is-style-indent {
  margin-top: 0px;
}
.single .entry-content h2 {
  font-size: 30px;
  line-height: 38px;
}
.single .entry-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.single .entry-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .single .entry-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .single .entry-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .single .entry-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.single .entry-content p {
  text-indent: var(--wp--preset--spacing--plus-4);
}
.single .entry-content .is-style-no-indent {
  text-indent: 0px;
}
.single .entry-content img {
  margin-top: var(--theme-spacing--plus-3);
  margin-bottom: var(--theme-spacing--plus-3);
}
.single .entry-content .wp-block-quote {
  border-left: solid 4px var(--wp--preset--color--secondary);
  padding-left: 30px;
  padding: 20px;
  margin-bottom: 30px;
  background: var(--wp--preset--color--tertiary);
}
.single .entry-content .wp-block-quote * {
  text-indent: 0px;
}
.single .entry-content .wp-block-quote p {
  font-style: oblique;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 20px;
  line-height: 32px;
}
.single .entry-content .wp-block-quote cite {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .single h1 {
    font-size: 34px !important;
    line-height: 44px;
  }
  .single h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .single .entry-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 45px;
  }
}
.single .wp-container-core-columns {
  padding-bottom: 60px !important;
}
.single .single-post-author-bio {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .single .single-post-author-bio {
    padding-left: 0px;
  }
}
.single .wp-block-post-content {
  padding-left: 25px;
  padding-top: 0px;
  padding-bottom: 30px;
  transition: 0.5s ease-in-out;
  transition: font-size 0.33s ease-in-out;
}
.single .wp-block-post-content p {
  margin-bottom: 0px;
}
.single .wp-block-post-content sub {
  vertical-align: initial;
  font-size: inherit;
  font-variant: small-caps;
}
.single .wp-block-post-content a {
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
  transition: none;
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: underline;
}
.single .wp-block-post-content a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.single .wp-block-post-content sup.fn {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--secondary);
  padding: 0px 3.5px;
  border-radius: 3px;
  font-size: 12px !important;
  line-height: 1em !important;
  margin: 0 2.5px;
  transition: none;
}
.single .wp-block-post-content sup.fn:hover {
  background: var(--wp--preset--color--secondary);
  color: white !important;
}
.single .wp-block-post-content sup.fn:hover a {
  color: white !important;
  text-decoration: underline;
}
.single .wp-block-post-content sup.fn a {
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
  transition: none;
  font-size: inherit !important;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.single .wp-block-post-content sup.fn a:hover {
  color: white !important;
  text-decoration: underline;
}
.single .wp-block-post-content:has(.wp-block-footnotes) {
  padding-bottom: 0px;
}
.single .wp-block-post-content.large, .single .wp-block-post-content.large *, .single .single-post-author-bio.large *, .single .wp-block-footnotes.large * {
  font-size: 1.5rem;
  line-height: 2em;
  transition: 0.3s ease-in-out;
}
.single .wp-block-post-content.large .wp-block-quote *, .single .wp-block-post-content.large * .wp-block-quote *, .single .single-post-author-bio.large * .wp-block-quote *, .single .wp-block-footnotes.large * .wp-block-quote * {
  font-size: 1.5rem;
  line-height: 2em;
}
.single .wp-block-post-content.large h2, .single .wp-block-post-content.large * h2, .single .single-post-author-bio.large * h2, .single .wp-block-footnotes.large * h2 {
  font-size: 36px;
  line-height: 42px;
}
.single .wp-block-post-content.large h3, .single .wp-block-post-content.large * h3, .single .single-post-author-bio.large * h3, .single .wp-block-footnotes.large * h3 {
  font-size: 24px;
  line-height: 36px;
}
.single .wp-block-post-content.large h4, .single .wp-block-post-content.large * h4, .single .single-post-author-bio.large * h4, .single .wp-block-footnotes.large * h4 {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .single .wp-block-post-content.large, .single .wp-block-post-content.large *, .single .single-post-author-bio.large *, .single .wp-block-footnotes.large * {
    font-size: 1.25rem;
    line-height: 1.75em;
  }
}
.single .wp-block-post-content.largest, .single .wp-block-post-content.largest *, .single .single-post-author-bio.largest *, .single .wp-block-footnotes.largest * {
  font-size: 1.75rem;
  line-height: 2.125em;
  transition: 0.3s ease-in-out;
}
.single .wp-block-post-content.largest .wp-block-quote *, .single .wp-block-post-content.largest * .wp-block-quote *, .single .single-post-author-bio.largest * .wp-block-quote *, .single .wp-block-footnotes.largest * .wp-block-quote * {
  font-size: 1.75rem;
  line-height: 2.125em;
}
.single .wp-block-post-content.largest h2, .single .wp-block-post-content.largest * h2, .single .single-post-author-bio.largest * h2, .single .wp-block-footnotes.largest * h2 {
  font-size: 40px;
  line-height: 48px;
}
.single .wp-block-post-content.largest h3, .single .wp-block-post-content.largest * h3, .single .single-post-author-bio.largest * h3, .single .wp-block-footnotes.largest * h3 {
  font-size: 28px;
  line-height: 40px;
}
.single .wp-block-post-content.largest h4, .single .wp-block-post-content.largest * h4, .single .single-post-author-bio.largest * h4, .single .wp-block-footnotes.largest * h4 {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .single .wp-block-post-content.largest, .single .wp-block-post-content.largest *, .single .single-post-author-bio.largest *, .single .wp-block-footnotes.largest * {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.single .entry-content .wp-block-footnotes {
  display: none;
}
.single .wp-block-footnotes {
  padding: 100px 0px 75px 25px;
  margin-top: 50px;
  position: relative;
}
.single .wp-block-footnotes * {
  z-index: 1;
  position: relative;
}
.single .wp-block-footnotes:before {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: -100vw !important;
  width: 200vw;
  background: #F8F5F5;
  content: "";
  height: 100%;
  left: 0px;
}
.single .wp-block-footnotes sub {
  vertical-align: initial;
  font-size: inherit;
  font-variant: small-caps;
}
.single .wp-block-footnotes li:first-of-type:before {
  content: "FOOTNOTES";
  display: block;
  position: absolute;
  top: -45px;
  color: black;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
}
.single .wp-block-footnotes li {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .single .wp-block-footnotes li {
    line-height: 24px;
  }
}
.single .wp-block-footnotes li a {
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
  transition: none;
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: underline;
}
.single .wp-block-footnotes li a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.single .wp-block-footnotes li a:last-of-type {
  border: 0px !important;
  background: none !important;
  text-decoration: none !important;
}
@media print {
  .single header .wp-block-navigation {
    display: none;
  }
  .single .wp-block-post-content {
    margin-top: 30px;
  }
  .single footer {
    display: none;
  }
  .single #scrolltop {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .entry-content, .search .entry-content, .page-template-wp-custom-template-online-page-template .entry-content, .page-template-wp-custom-template-print-page-template .entry-content, .page-template-wp-custom-template-blog-archive-template .entry-content, .page-template-wp-custom-template-search-landing-template .entry-content, .page-template-wp-custom-template-online-landing-template .entry-content, .page-template-wp-custom-template-print-landing-template .entry-content, .page-template-wp-custom-template-blog-landing-template .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .sf-item-92, .search .sf-item-92, .page-template-wp-custom-template-online-page-template .sf-item-92, .page-template-wp-custom-template-print-page-template .sf-item-92, .page-template-wp-custom-template-blog-archive-template .sf-item-92, .page-template-wp-custom-template-search-landing-template .sf-item-92, .page-template-wp-custom-template-online-landing-template .sf-item-92, .page-template-wp-custom-template-print-landing-template .sf-item-92, .page-template-wp-custom-template-blog-landing-template .sf-item-92 {
  display: none !important;
}
@media screen and (max-width: 782px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .archive-post-columns, .search .archive-post-columns, .page-template-wp-custom-template-online-page-template .archive-post-columns, .page-template-wp-custom-template-print-page-template .archive-post-columns, .page-template-wp-custom-template-blog-archive-template .archive-post-columns, .page-template-wp-custom-template-search-landing-template .archive-post-columns, .page-template-wp-custom-template-online-landing-template .archive-post-columns, .page-template-wp-custom-template-print-landing-template .archive-post-columns, .page-template-wp-custom-template-blog-landing-template .archive-post-columns {
    display: block;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .archive-posts-row, .search .archive-posts-row, .page-template-wp-custom-template-online-page-template .archive-posts-row, .page-template-wp-custom-template-print-page-template .archive-posts-row, .page-template-wp-custom-template-blog-archive-template .archive-posts-row, .page-template-wp-custom-template-search-landing-template .archive-posts-row, .page-template-wp-custom-template-online-landing-template .archive-posts-row, .page-template-wp-custom-template-print-landing-template .archive-posts-row, .page-template-wp-custom-template-blog-landing-template .archive-posts-row {
  margin-bottom: 45px;
}
@media screen and (max-width: 782px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .archive-posts-row, .search .archive-posts-row, .page-template-wp-custom-template-online-page-template .archive-posts-row, .page-template-wp-custom-template-print-page-template .archive-posts-row, .page-template-wp-custom-template-blog-archive-template .archive-posts-row, .page-template-wp-custom-template-search-landing-template .archive-posts-row, .page-template-wp-custom-template-online-landing-template .archive-posts-row, .page-template-wp-custom-template-print-landing-template .archive-posts-row, .page-template-wp-custom-template-blog-landing-template .archive-posts-row {
    margin-bottom: 0px;
  }
  .page-template-wp-custom-template-search-filter-with-query-loop .archive-posts-row .wp-block-columns .wp-block-column, .search .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-online-page-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-print-page-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-blog-archive-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-search-landing-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-online-landing-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-print-landing-template .archive-posts-row .wp-block-columns .wp-block-column, .page-template-wp-custom-template-blog-landing-template .archive-posts-row .wp-block-columns .wp-block-column {
    margin-bottom: 30px !important;
  }
  .page-template-wp-custom-template-search-filter-with-query-loop .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .search .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-online-page-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-print-page-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-blog-archive-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-search-landing-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-online-landing-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-print-landing-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2), .page-template-wp-custom-template-blog-landing-template .archive-posts-row .wp-block-columns .wp-block-column:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .columned-link-list, .search .columned-link-list, .page-template-wp-custom-template-online-page-template .columned-link-list, .page-template-wp-custom-template-print-page-template .columned-link-list, .page-template-wp-custom-template-blog-archive-template .columned-link-list, .page-template-wp-custom-template-search-landing-template .columned-link-list, .page-template-wp-custom-template-online-landing-template .columned-link-list, .page-template-wp-custom-template-print-landing-template .columned-link-list, .page-template-wp-custom-template-blog-landing-template .columned-link-list {
    max-width: 100%;
  }
  .page-template-wp-custom-template-search-filter-with-query-loop .columned-link-list a, .search .columned-link-list a, .page-template-wp-custom-template-online-page-template .columned-link-list a, .page-template-wp-custom-template-print-page-template .columned-link-list a, .page-template-wp-custom-template-blog-archive-template .columned-link-list a, .page-template-wp-custom-template-search-landing-template .columned-link-list a, .page-template-wp-custom-template-online-landing-template .columned-link-list a, .page-template-wp-custom-template-print-landing-template .columned-link-list a, .page-template-wp-custom-template-blog-landing-template .columned-link-list a {
    min-height: 0px;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group:last-of-type, .search .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group:last-of-type, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group:last-of-type {
  padding-bottom: 60px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul, .search .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search {
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search {
    width: 100%;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search label, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search .sf-input-text {
  width: 100%;
  font-size: 16px;
  height: 60px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit {
  width: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit {
    width: 125px;
    justify-content: right;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input {
  border: 0px;
  color: white;
  background: var(--wp--preset--color--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid var(--wp--preset--color--secondary);
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  background: white;
  color: var(--wp--preset--color--secondary);
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type {
  width: 200px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type li:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-content-type {
    width: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years {
  width: calc(25% - 22.5px);
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume br, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic br, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category br, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years br {
  display: none;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume h4, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic h4, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category h4, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years h4 {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--secondary);
  padding: 0px 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-volume, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-category, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-taxonomy-years {
    display: none;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul label, .search .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul label, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul label {
  width: 100%;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text {
  background: white !important;
  border-radius: 10px;
  width: 100%;
  border: 1px solid white;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover {
  border: 1px solid #93c9ff;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus {
  border: 1px solid #93c9ff;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select {
  background: white !important;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjAwMDggMS41MDA3Nkw3LjkyOTY5IDguNTcxODJMMC44NTg2MTkgMS41MDA3NiIgc3Ryb2tlPSIjMTExQjI3IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover {
  border: 1px solid #93c9ff;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .search .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus {
  border: 1px solid #93c9ff;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul h4, .search .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul h4, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul h4 {
  font-size: 0px;
  padding: 0px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .site-header ~ .wp-block-group .searchandfilter ul p, .search .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-blog-archive-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-search-landing-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul p, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul p {
  margin: 0px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .search-filter-results-container, .search .search-filter-results-container, .page-template-wp-custom-template-online-page-template .search-filter-results-container, .page-template-wp-custom-template-print-page-template .search-filter-results-container, .page-template-wp-custom-template-blog-archive-template .search-filter-results-container, .page-template-wp-custom-template-search-landing-template .search-filter-results-container, .page-template-wp-custom-template-online-landing-template .search-filter-results-container, .page-template-wp-custom-template-print-landing-template .search-filter-results-container, .page-template-wp-custom-template-blog-landing-template .search-filter-results-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-template-wp-custom-template-search-filter-with-query-loop .search-filter-results-container hr, .search .search-filter-results-container hr, .page-template-wp-custom-template-online-page-template .search-filter-results-container hr, .page-template-wp-custom-template-print-page-template .search-filter-results-container hr, .page-template-wp-custom-template-blog-archive-template .search-filter-results-container hr, .page-template-wp-custom-template-search-landing-template .search-filter-results-container hr, .page-template-wp-custom-template-online-landing-template .search-filter-results-container hr, .page-template-wp-custom-template-print-landing-template .search-filter-results-container hr, .page-template-wp-custom-template-blog-landing-template .search-filter-results-container hr {
  display: none;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card, .search .article-card, .page-template-wp-custom-template-online-page-template .article-card, .page-template-wp-custom-template-print-page-template .article-card, .page-template-wp-custom-template-blog-archive-template .article-card, .page-template-wp-custom-template-search-landing-template .article-card, .page-template-wp-custom-template-online-landing-template .article-card, .page-template-wp-custom-template-print-landing-template .article-card, .page-template-wp-custom-template-blog-landing-template .article-card {
  border: 0px;
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data-contain, .search .article-card .article-data-contain, .page-template-wp-custom-template-online-page-template .article-card .article-data-contain, .page-template-wp-custom-template-print-page-template .article-card .article-data-contain, .page-template-wp-custom-template-blog-archive-template .article-card .article-data-contain, .page-template-wp-custom-template-search-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-online-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-print-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-blog-landing-template .article-card .article-data-contain {
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data-contain, .search .article-card .article-data-contain, .page-template-wp-custom-template-online-page-template .article-card .article-data-contain, .page-template-wp-custom-template-print-page-template .article-card .article-data-contain, .page-template-wp-custom-template-blog-archive-template .article-card .article-data-contain, .page-template-wp-custom-template-search-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-online-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-print-landing-template .article-card .article-data-contain, .page-template-wp-custom-template-blog-landing-template .article-card .article-data-contain {
    background: #F8F5F5;
    padding: 20px;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .view-pdf, .search .article-card .view-pdf, .page-template-wp-custom-template-online-page-template .article-card .view-pdf, .page-template-wp-custom-template-print-page-template .article-card .view-pdf, .page-template-wp-custom-template-blog-archive-template .article-card .view-pdf, .page-template-wp-custom-template-search-landing-template .article-card .view-pdf, .page-template-wp-custom-template-online-landing-template .article-card .view-pdf, .page-template-wp-custom-template-print-landing-template .article-card .view-pdf, .page-template-wp-custom-template-blog-landing-template .article-card .view-pdf {
  display: block;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .view-pdf a, .search .article-card .view-pdf a, .page-template-wp-custom-template-online-page-template .article-card .view-pdf a, .page-template-wp-custom-template-print-page-template .article-card .view-pdf a, .page-template-wp-custom-template-blog-archive-template .article-card .view-pdf a, .page-template-wp-custom-template-search-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-online-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-print-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-blog-landing-template .article-card .view-pdf a {
  border-bottom: 2px solid white;
  background: none;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .view-pdf a:hover, .search .article-card .view-pdf a:hover, .page-template-wp-custom-template-online-page-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-print-page-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-blog-archive-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-search-landing-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-online-landing-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-print-landing-template .article-card .view-pdf a:hover, .page-template-wp-custom-template-blog-landing-template .article-card .view-pdf a:hover {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .view-pdf a, .search .article-card .view-pdf a, .page-template-wp-custom-template-online-page-template .article-card .view-pdf a, .page-template-wp-custom-template-print-page-template .article-card .view-pdf a, .page-template-wp-custom-template-blog-archive-template .article-card .view-pdf a, .page-template-wp-custom-template-search-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-online-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-print-landing-template .article-card .view-pdf a, .page-template-wp-custom-template-blog-landing-template .article-card .view-pdf a {
    border-bottom: 2px solid #F8F5F5;
    color: black;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .view-pdf:before, .search .article-card .view-pdf:before, .page-template-wp-custom-template-online-page-template .article-card .view-pdf:before, .page-template-wp-custom-template-print-page-template .article-card .view-pdf:before, .page-template-wp-custom-template-blog-archive-template .article-card .view-pdf:before, .page-template-wp-custom-template-search-landing-template .article-card .view-pdf:before, .page-template-wp-custom-template-online-landing-template .article-card .view-pdf:before, .page-template-wp-custom-template-print-landing-template .article-card .view-pdf:before, .page-template-wp-custom-template-blog-landing-template .article-card .view-pdf:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+cGljdHVyZV9hc19wZGY8L3RpdGxlPgo8cGF0aCBkPSJNMTQuMDE2IDExLjQ4NHYtM2gwLjk4NHYzaC0wLjk4NHpNMy45ODQgNnYxNC4wMTZoMTQuMDE2djEuOTY5aC0xNC4wMTZxLTAuNzk3IDAtMS4zODMtMC41ODZ0LTAuNTg2LTEuMzgzdi0xNC4wMTZoMS45Njl6TTkgOS41MTZ2LTEuMDMxaDAuOTg0djEuMDMxaC0wLjk4NHpNMjAuNDg0IDguNDg0di0xLjVoLTN2NmgxLjV2LTEuOTY5aDEuNXYtMS41aC0xLjV2LTEuMDMxaDEuNXpNMTYuNSAxMS40ODR2LTNxMC0wLjYwOS0wLjQyMi0xLjA1NXQtMS4wNzgtMC40NDVoLTIuNDg0djZoMi40ODRxMC42NTYgMCAxLjA3OC0wLjQ0NXQwLjQyMi0xLjA1NXpNMTEuNDg0IDkuNTE2di0xLjAzMXEwLTAuNjA5LTAuNDQ1LTEuMDU1dC0xLjA1NS0wLjQ0NWgtMi40ODR2NmgxLjV2LTEuOTY5aDAuOTg0cTAuNjA5IDAgMS4wNTUtMC40NDV0MC40NDUtMS4wNTV6TTIwLjAxNiAyLjAxNnEwLjc5NyAwIDEuMzgzIDAuNTg2dDAuNTg2IDEuMzgzdjEycTAgMC43OTctMC41ODYgMS40MDZ0LTEuMzgzIDAuNjA5aC0xMnEtMC43OTcgMC0xLjQwNi0wLjYwOXQtMC42MDktMS40MDZ2LTEycTAtMC43OTcgMC42MDktMS4zODN0MS40MDYtMC41ODZoMTJ6IiBzdHlsZT0iZmlsbDogIzk5MDAwMDsiPjwvcGF0aD4KPC9zdmc+Cg==) center center no-repeat;
  background-size: contain;
  left: 0px;
  top: 7.5px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card.half, .search .article-card.half, .page-template-wp-custom-template-online-page-template .article-card.half, .page-template-wp-custom-template-print-page-template .article-card.half, .page-template-wp-custom-template-blog-archive-template .article-card.half, .page-template-wp-custom-template-search-landing-template .article-card.half, .page-template-wp-custom-template-online-landing-template .article-card.half, .page-template-wp-custom-template-print-landing-template .article-card.half, .page-template-wp-custom-template-blog-landing-template .article-card.half {
  max-width: calc(100% - 120px) !important;
  width: 41.6666666667%;
  margin-right: 8.3333333333%;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link, .search .article-card .article-link, .page-template-wp-custom-template-online-page-template .article-card .article-link, .page-template-wp-custom-template-print-page-template .article-card .article-link, .page-template-wp-custom-template-blog-archive-template .article-card .article-link, .page-template-wp-custom-template-search-landing-template .article-card .article-link, .page-template-wp-custom-template-online-landing-template .article-card .article-link, .page-template-wp-custom-template-print-landing-template .article-card .article-link, .page-template-wp-custom-template-blog-landing-template .article-card .article-link {
  display: block;
  background: none !important;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 0px;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link, .search .article-card .article-link, .page-template-wp-custom-template-online-page-template .article-card .article-link, .page-template-wp-custom-template-print-page-template .article-card .article-link, .page-template-wp-custom-template-blog-archive-template .article-card .article-link, .page-template-wp-custom-template-search-landing-template .article-card .article-link, .page-template-wp-custom-template-online-landing-template .article-card .article-link, .page-template-wp-custom-template-print-landing-template .article-card .article-link, .page-template-wp-custom-template-blog-landing-template .article-card .article-link {
    padding-bottom: 0px;
    border-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    color: black;
  }
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link h2, .search .article-card .article-link h2, .page-template-wp-custom-template-online-page-template .article-card .article-link h2, .page-template-wp-custom-template-print-page-template .article-card .article-link h2, .page-template-wp-custom-template-blog-archive-template .article-card .article-link h2, .page-template-wp-custom-template-search-landing-template .article-card .article-link h2, .page-template-wp-custom-template-online-landing-template .article-card .article-link h2, .page-template-wp-custom-template-print-landing-template .article-card .article-link h2, .page-template-wp-custom-template-blog-landing-template .article-card .article-link h2 {
    color: black;
  }
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link:hover, .search .article-card .article-link:hover, .page-template-wp-custom-template-online-page-template .article-card .article-link:hover, .page-template-wp-custom-template-print-page-template .article-card .article-link:hover, .page-template-wp-custom-template-blog-archive-template .article-card .article-link:hover, .page-template-wp-custom-template-search-landing-template .article-card .article-link:hover, .page-template-wp-custom-template-online-landing-template .article-card .article-link:hover, .page-template-wp-custom-template-print-landing-template .article-card .article-link:hover, .page-template-wp-custom-template-blog-landing-template .article-card .article-link:hover {
    border-bottom: 0px;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-taxes, .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data, .search .article-card .article-taxes, .search .article-card .article-data, .page-template-wp-custom-template-online-page-template .article-card .article-taxes, .page-template-wp-custom-template-online-page-template .article-card .article-data, .page-template-wp-custom-template-print-page-template .article-card .article-taxes, .page-template-wp-custom-template-print-page-template .article-card .article-data, .page-template-wp-custom-template-blog-archive-template .article-card .article-taxes, .page-template-wp-custom-template-blog-archive-template .article-card .article-data, .page-template-wp-custom-template-search-landing-template .article-card .article-taxes, .page-template-wp-custom-template-search-landing-template .article-card .article-data, .page-template-wp-custom-template-online-landing-template .article-card .article-taxes, .page-template-wp-custom-template-online-landing-template .article-card .article-data, .page-template-wp-custom-template-print-landing-template .article-card .article-taxes, .page-template-wp-custom-template-print-landing-template .article-card .article-data, .page-template-wp-custom-template-blog-landing-template .article-card .article-taxes, .page-template-wp-custom-template-blog-landing-template .article-card .article-data {
  display: block;
  position: relative;
  margin: 10px 0px 0px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-taxes p, .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data p, .search .article-card .article-taxes p, .search .article-card .article-data p, .page-template-wp-custom-template-online-page-template .article-card .article-taxes p, .page-template-wp-custom-template-online-page-template .article-card .article-data p, .page-template-wp-custom-template-print-page-template .article-card .article-taxes p, .page-template-wp-custom-template-print-page-template .article-card .article-data p, .page-template-wp-custom-template-blog-archive-template .article-card .article-taxes p, .page-template-wp-custom-template-blog-archive-template .article-card .article-data p, .page-template-wp-custom-template-search-landing-template .article-card .article-taxes p, .page-template-wp-custom-template-search-landing-template .article-card .article-data p, .page-template-wp-custom-template-online-landing-template .article-card .article-taxes p, .page-template-wp-custom-template-online-landing-template .article-card .article-data p, .page-template-wp-custom-template-print-landing-template .article-card .article-taxes p, .page-template-wp-custom-template-print-landing-template .article-card .article-data p, .page-template-wp-custom-template-blog-landing-template .article-card .article-taxes p, .page-template-wp-custom-template-blog-landing-template .article-card .article-data p {
  margin: 0px 0px 5px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-taxes br, .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data br, .search .article-card .article-taxes br, .search .article-card .article-data br, .page-template-wp-custom-template-online-page-template .article-card .article-taxes br, .page-template-wp-custom-template-online-page-template .article-card .article-data br, .page-template-wp-custom-template-print-page-template .article-card .article-taxes br, .page-template-wp-custom-template-print-page-template .article-card .article-data br, .page-template-wp-custom-template-blog-archive-template .article-card .article-taxes br, .page-template-wp-custom-template-blog-archive-template .article-card .article-data br, .page-template-wp-custom-template-search-landing-template .article-card .article-taxes br, .page-template-wp-custom-template-search-landing-template .article-card .article-data br, .page-template-wp-custom-template-online-landing-template .article-card .article-taxes br, .page-template-wp-custom-template-online-landing-template .article-card .article-data br, .page-template-wp-custom-template-print-landing-template .article-card .article-taxes br, .page-template-wp-custom-template-print-landing-template .article-card .article-data br, .page-template-wp-custom-template-blog-landing-template .article-card .article-taxes br, .page-template-wp-custom-template-blog-landing-template .article-card .article-data br {
  display: none;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data, .search .article-card .article-data, .page-template-wp-custom-template-online-page-template .article-card .article-data, .page-template-wp-custom-template-print-page-template .article-card .article-data, .page-template-wp-custom-template-blog-archive-template .article-card .article-data, .page-template-wp-custom-template-search-landing-template .article-card .article-data, .page-template-wp-custom-template-online-landing-template .article-card .article-data, .page-template-wp-custom-template-print-landing-template .article-card .article-data, .page-template-wp-custom-template-blog-landing-template .article-card .article-data {
  margin-bottom: 10px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-taxes span, .search .article-card .article-taxes span, .page-template-wp-custom-template-online-page-template .article-card .article-taxes span, .page-template-wp-custom-template-print-page-template .article-card .article-taxes span, .page-template-wp-custom-template-blog-archive-template .article-card .article-taxes span, .page-template-wp-custom-template-search-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-online-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-print-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-blog-landing-template .article-card .article-taxes span {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 30px;
  padding: 0px 7.5px;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--tertiary);
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-taxes span, .search .article-card .article-taxes span, .page-template-wp-custom-template-online-page-template .article-card .article-taxes span, .page-template-wp-custom-template-print-page-template .article-card .article-taxes span, .page-template-wp-custom-template-blog-archive-template .article-card .article-taxes span, .page-template-wp-custom-template-search-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-online-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-print-landing-template .article-card .article-taxes span, .page-template-wp-custom-template-blog-landing-template .article-card .article-taxes span {
    display: none;
  }
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-data span, .search .article-card .article-data span, .page-template-wp-custom-template-online-page-template .article-card .article-data span, .page-template-wp-custom-template-print-page-template .article-card .article-data span, .page-template-wp-custom-template-blog-archive-template .article-card .article-data span, .page-template-wp-custom-template-search-landing-template .article-card .article-data span, .page-template-wp-custom-template-online-landing-template .article-card .article-data span, .page-template-wp-custom-template-print-landing-template .article-card .article-data span, .page-template-wp-custom-template-blog-landing-template .article-card .article-data span {
  margin-right: 7.5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card h2, .search .article-card h2, .page-template-wp-custom-template-online-page-template .article-card h2, .page-template-wp-custom-template-print-page-template .article-card h2, .page-template-wp-custom-template-blog-archive-template .article-card h2, .page-template-wp-custom-template-search-landing-template .article-card h2, .page-template-wp-custom-template-online-landing-template .article-card h2, .page-template-wp-custom-template-print-landing-template .article-card h2, .page-template-wp-custom-template-blog-landing-template .article-card h2 {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 32px;
  color: var(--wp--preset--color--secondary);
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link:hover h2, .search .article-card .article-link:hover h2, .page-template-wp-custom-template-online-page-template .article-card .article-link:hover h2, .page-template-wp-custom-template-print-page-template .article-card .article-link:hover h2, .page-template-wp-custom-template-blog-archive-template .article-card .article-link:hover h2, .page-template-wp-custom-template-search-landing-template .article-card .article-link:hover h2, .page-template-wp-custom-template-online-landing-template .article-card .article-link:hover h2, .page-template-wp-custom-template-print-landing-template .article-card .article-link:hover h2, .page-template-wp-custom-template-blog-landing-template .article-card .article-link:hover h2 {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card p, .search .article-card p, .page-template-wp-custom-template-online-page-template .article-card p, .page-template-wp-custom-template-print-page-template .article-card p, .page-template-wp-custom-template-blog-archive-template .article-card p, .page-template-wp-custom-template-search-landing-template .article-card p, .page-template-wp-custom-template-online-landing-template .article-card p, .page-template-wp-custom-template-print-landing-template .article-card p, .page-template-wp-custom-template-blog-landing-template .article-card p {
  color: black;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card h2 ~ p, .search .article-card h2 ~ p, .page-template-wp-custom-template-online-page-template .article-card h2 ~ p, .page-template-wp-custom-template-print-page-template .article-card h2 ~ p, .page-template-wp-custom-template-blog-archive-template .article-card h2 ~ p, .page-template-wp-custom-template-search-landing-template .article-card h2 ~ p, .page-template-wp-custom-template-online-landing-template .article-card h2 ~ p, .page-template-wp-custom-template-print-landing-template .article-card h2 ~ p, .page-template-wp-custom-template-blog-landing-template .article-card h2 ~ p {
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-author, .search .article-card .article-author, .page-template-wp-custom-template-online-page-template .article-card .article-author, .page-template-wp-custom-template-print-page-template .article-card .article-author, .page-template-wp-custom-template-blog-archive-template .article-card .article-author, .page-template-wp-custom-template-search-landing-template .article-card .article-author, .page-template-wp-custom-template-online-landing-template .article-card .article-author, .page-template-wp-custom-template-print-landing-template .article-card .article-author, .page-template-wp-custom-template-blog-landing-template .article-card .article-author {
  font-weight: 600;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link + p, .search .article-card .article-link + p, .page-template-wp-custom-template-online-page-template .article-card .article-link + p, .page-template-wp-custom-template-print-page-template .article-card .article-link + p, .page-template-wp-custom-template-blog-archive-template .article-card .article-link + p, .page-template-wp-custom-template-search-landing-template .article-card .article-link + p, .page-template-wp-custom-template-online-landing-template .article-card .article-link + p, .page-template-wp-custom-template-print-landing-template .article-card .article-link + p, .page-template-wp-custom-template-blog-landing-template .article-card .article-link + p {
  display: none;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .post-link, .search .article-card .post-link, .page-template-wp-custom-template-online-page-template .article-card .post-link, .page-template-wp-custom-template-print-page-template .article-card .post-link, .page-template-wp-custom-template-blog-archive-template .article-card .post-link, .page-template-wp-custom-template-search-landing-template .article-card .post-link, .page-template-wp-custom-template-online-landing-template .article-card .post-link, .page-template-wp-custom-template-print-landing-template .article-card .post-link, .page-template-wp-custom-template-blog-landing-template .article-card .post-link {
  margin-top: 25px;
  display: inline-block;
  border-radius: 0px;
  padding: 0px !important;
  border: 0px solid var(--wp--preset--color--primary) !important;
  box-shadow: none;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link:hover .post-link, .search .article-card .article-link:hover .post-link, .page-template-wp-custom-template-online-page-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-print-page-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-blog-archive-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-search-landing-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-online-landing-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-print-landing-template .article-card .article-link:hover .post-link, .page-template-wp-custom-template-blog-landing-template .article-card .article-link:hover .post-link {
  border: 0px !important;
  background: none !important;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .post-link span, .search .article-card .post-link span, .page-template-wp-custom-template-online-page-template .article-card .post-link span, .page-template-wp-custom-template-print-page-template .article-card .post-link span, .page-template-wp-custom-template-blog-archive-template .article-card .post-link span, .page-template-wp-custom-template-search-landing-template .article-card .post-link span, .page-template-wp-custom-template-online-landing-template .article-card .post-link span, .page-template-wp-custom-template-print-landing-template .article-card .post-link span, .page-template-wp-custom-template-blog-landing-template .article-card .post-link span {
  display: inline-block;
  position: relative;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .post-link:hover span, .search .article-card .post-link:hover span, .page-template-wp-custom-template-online-page-template .article-card .post-link:hover span, .page-template-wp-custom-template-print-page-template .article-card .post-link:hover span, .page-template-wp-custom-template-blog-archive-template .article-card .post-link:hover span, .page-template-wp-custom-template-search-landing-template .article-card .post-link:hover span, .page-template-wp-custom-template-online-landing-template .article-card .post-link:hover span, .page-template-wp-custom-template-print-landing-template .article-card .post-link:hover span, .page-template-wp-custom-template-blog-landing-template .article-card .post-link:hover span {
  color: var(--wp--preset--color--primary);
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link:hover .post-link span, .search .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-online-page-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-print-page-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-blog-archive-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-search-landing-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-online-landing-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-print-landing-template .article-card .article-link:hover .post-link span, .page-template-wp-custom-template-blog-landing-template .article-card .article-link:hover .post-link span {
  text-decoration: underline;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .post-link span:after, .search .article-card .post-link span:after, .page-template-wp-custom-template-online-page-template .article-card .post-link span:after, .page-template-wp-custom-template-print-page-template .article-card .post-link span:after, .page-template-wp-custom-template-blog-archive-template .article-card .post-link span:after, .page-template-wp-custom-template-search-landing-template .article-card .post-link span:after, .page-template-wp-custom-template-online-landing-template .article-card .post-link span:after, .page-template-wp-custom-template-print-landing-template .article-card .post-link span:after, .page-template-wp-custom-template-blog-landing-template .article-card .post-link span:after {
  display: inline-block;
  position: relative;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 7.5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjcxNzMgMC42OTY3MjFMMjMuNDc3NSAxMS4xNDc1TTIzLjQ3NzUgMTEuMTQ3NUwxMi43MTczIDIxLjU5ODRNMjMuNDc3NSAxMS4xNDc1SDAuNTIyNTI4IiBzdHJva2U9IiM5NTAwMUEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-search-filter-with-query-loop .article-card .article-link:hover .post-link span:after, .search .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-online-page-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-print-page-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-blog-archive-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-search-landing-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-online-landing-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-print-landing-template .article-card .article-link:hover .post-link span:after, .page-template-wp-custom-template-blog-landing-template .article-card .article-link:hover .post-link span:after {
  margin-left: 10px;
}

.page-template-wp-custom-template-blog-landing-template .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-landing-template .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-archive-template .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-archive-template .sf-field-taxonomy-years {
  width: calc(50% - 15px) !important;
}
@media screen and (max-width: 768px) {
  .page-template-wp-custom-template-blog-landing-template .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-landing-template .sf-field-taxonomy-years, .page-template-wp-custom-template-blog-archive-template .sf-field-taxonomy-topic, .page-template-wp-custom-template-blog-archive-template .sf-field-taxonomy-years {
    display: none;
  }
}
.page-template-wp-custom-template-blog-landing-template .sf-field-search, .page-template-wp-custom-template-blog-archive-template .sf-field-search {
  width: 100% !important;
}
.page-template-wp-custom-template-blog-landing-template .sf-field-submit, .page-template-wp-custom-template-blog-archive-template .sf-field-submit {
  justify-content: left !important;
}

.search .search-filter-results-container .article-card {
  width: 100%;
}

.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-search {
  width: 100%;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit {
  width: 100px;
  align-self: center;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input {
  width: 100%;
  border: 0px;
  color: white;
  background: var(--wp--preset--color--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid var(--wp--preset--color--secondary);
  transition: 0.2s ease-in-out;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-print-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-print-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover, .page-template-wp-custom-template-blog-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-field-submit input:hover {
  background: white;
  color: var(--wp--preset--color--secondary);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}

.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:hover {
  border: 1px solid #f09fad;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-select:focus {
  border: 1px solid #f09fad;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:hover {
  border: 1px solid #f09fad;
}
.page-template-wp-custom-template-online-page-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus, .page-template-wp-custom-template-online-landing-template .site-header ~ .wp-block-group .searchandfilter ul .sf-input-text:focus {
  border: 1px solid #f09fad;
}

.page-template-wp-custom-template-events-landing-template .wp-block-query .wp-block-post-template.is-layout-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--plus-3);
}
@media screen and (max-width: 992px) {
  .page-template-wp-custom-template-events-landing-template .wp-block-query {
    padding: 0px 30px;
    box-sizing: border-box;
  }
  .page-template-wp-custom-template-events-landing-template .wp-block-post {
    background: #f5f5f5;
    padding: 15px 15px 25px;
    border-bottom: 1px solid var(--wp--preset--color--secondary);
  }
  .page-template-wp-custom-template-events-landing-template .wp-block-query .wp-block-post-template.is-layout-grid, .page-template-wp-custom-template-events-landing-template .wp-block-post-template.is-layout-grid {
    grid-template-columns: none !important;
  }
  .page-template-wp-custom-template-events-landing-template .event-card {
    width: 100%;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain {
    display: block;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .event-day {
    display: none;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type h3 {
    order: 1;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-description {
    order: 3;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-description p:last-child {
    margin: 0px 0px 30px;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-description p sup, .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-description p sub {
    display: none;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-location-time {
    order: 2;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .page-template-wp-custom-template-events-landing-template .event-card .event-data-contain .wp-block-column:last-of-type .event-link {
    order: 4;
    padding-bottom: 0px !important;
    border: 0px !important;
    outline: !important;
    font-size: 16px;
  }
}

.page-template-wp-custom-template-print-page-template #main-content + .wp-block-group, .page-template-wp-custom-template-print-landing-template #main-content + .wp-block-group {
  position: relative;
  overflow-x: clip;
}
.page-template-wp-custom-template-print-page-template #main-content + .wp-block-group::after, .page-template-wp-custom-template-print-landing-template #main-content + .wp-block-group::after {
  content: "";
  height: 900px;
  z-index: -1;
  left: 0%;
  bottom: -250px;
  position: absolute;
  display: block;
  width: 100%;
  background: url(../images/bg-print.342bb49b.png) bottom right no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.75;
}

.page-template-wp-custom-template-online-page-template #main-content + .wp-block-group, .page-template-wp-custom-template-online-landing-template #main-content + .wp-block-group {
  position: relative;
  overflow-x: clip;
}
.page-template-wp-custom-template-online-page-template #main-content + .wp-block-group::after, .page-template-wp-custom-template-online-landing-template #main-content + .wp-block-group::after {
  content: "";
  height: 900px;
  z-index: -1;
  left: 0%;
  bottom: -250px;
  position: absolute;
  display: block;
  width: 100%;
  background: url(../images/bg-online.6a58d167.png) bottom right no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.75;
}

.page-template-wp-custom-template-search-filter-with-query-loop #main-content + .wp-block-group, .page-template-wp-custom-template-search-landing-template #main-content + .wp-block-group {
  position: relative;
  overflow-x: clip;
}
.page-template-wp-custom-template-search-filter-with-query-loop #main-content + .wp-block-group::after, .page-template-wp-custom-template-search-landing-template #main-content + .wp-block-group::after {
  content: "";
  height: 900px;
  z-index: -1;
  left: 0%;
  bottom: -250px;
  position: absolute;
  display: block;
  width: 100%;
  background: url(../images/bg-volume.851cb156.png) bottom right no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.75;
}

[class*=has-color-var-],
[class*=has-color-var-].has-global-padding {
  padding: var(--wp--style--block-gap);
}

[class*=has-color-var-]:where(:not(.has-color-var-neutral)),
[class*=has-color-var-] .has-color-var-neutral {
  color: var(--color-contrast);
  background: var(--color-base);
  border: 1px solid var(--color-subtle);
  border-radius: var(--wp--custom--defaults--border-radius);
  box-shadow: var(--wp--custom--defaults--shadow);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) hr,
[class*=has-color-var-] .has-color-var-neutral hr {
  color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) :is(pre, .wp-block-file),
[class*=has-color-var-] .has-color-var-neutral :is(pre, .wp-block-file) {
  color: var(--color-emphasis);
  background-color: var(--color-subtle);
  border-color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) blockquote,
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) .wp-block-pullquote,
[class*=has-color-var-] .has-color-var-neutral blockquote,
[class*=has-color-var-] .has-color-var-neutral .wp-block-pullquote {
  color: var(--color-contrast);
  background-color: var(--color-base);
  border-color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) li::marker,
[class*=has-color-var-] .has-color-var-neutral li::marker {
  color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) a,
[class*=has-color-var-] .has-color-var-neutral a {
  color: var(--color-emphasis);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) :where(:not(pre) > code),
[class*=has-color-var-] .has-color-var-neutral :where(:not(pre) > code) {
  color: var(--color-emphasis);
  background: var(--color-subtle);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) cite,
[class*=has-color-var-] .has-color-var-neutral cite {
  color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) kbd,
[class*=has-color-var-] .has-color-var-neutral kbd {
  color: var(--color--contrast);
  border-color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) ins,
[class*=has-color-var-] .has-color-var-neutral ins {
  color: var(--color-emphasis);
  background: var(--color-subtle);
  border-color: var(--color-contrast);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) mark:where(:not(.has-inline-color):not([style])),
[class*=has-color-var-] .has-color-var-neutral mark:where(:not(.has-inline-color):not([style])) {
  color: var(--color-emphasis);
  background: var(--color-subtle);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) del,
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) s,
[class*=has-color-var-] .has-color-var-neutral del,
[class*=has-color-var-] .has-color-var-neutral s {
  color: var(--color-muted);
  text-decoration-color: var(--color-contrast);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) .wp-element-caption,
[class*=has-color-var-] .has-color-var-neutral .wp-element-caption {
  color: var(--color-muted);
}
[class*=has-color-var-]:where(:not(.has-color-var-neutral)) .wp-element-button,
[class*=has-color-var-] .has-color-var-neutral .wp-element-button {
  color: var(--color-base);
  background: var(--color-contrast);
  border-color: var(--color-contrast);
}

.has-color-var-neutral {
  color: var(--wp--preset--color--neutral-contrast);
  background: var(--wp--preset--color--neutral-base);
  border: 1px solid var(--wp--preset--color--neutral-subtle);
  border-radius: var(--wp--custom--defaults--border-radius);
  box-shadow: var(--wp--custom--defaults--shadow);
}
.has-color-var-neutral :where(:not(pre) > code) {
  background: var(--wp--preset--color--neutral-subtle);
}

[class*=has-color-var-] .has-color-var-neutral {
  --color-base: var( --wp--preset--color--neutral-base );
  --color-subtle: var( --wp--preset--color--neutral-subtle );
  --color-muted: var( --wp--preset--color--neutral-muted );
  --color-contrast: var( --wp--preset--color--neutral-contrast );
  --color-emphasis: var( --wp--preset--color--neutral-emphasis );
}

.has-color-var-primary {
  --color-base: var( --wp--preset--color--primary-base );
  --color-subtle: var( --wp--preset--color--primary-subtle );
  --color-muted: var( --wp--preset--color--primary-muted );
  --color-contrast: var( --wp--preset--color--primary-contrast );
  --color-emphasis: var( --wp--preset--color--primary-emphasis );
}

.has-color-var-secondary {
  --color-base: var( --wp--preset--color--secondary-base );
  --color-subtle: var( --wp--preset--color--secondary-subtle );
  --color-muted: var( --wp--preset--color--secondary-muted );
  --color-contrast: var( --wp--preset--color--secondary-contrast );
  --color-emphasis: var( --wp--preset--color--secondary-emphasis );
}

.has-color-var-positive {
  --color-base: var( --wp--preset--color--positive-base );
  --color-subtle: var( --wp--preset--color--positive-subtle );
  --color-muted: var( --wp--preset--color--positive-muted );
  --color-contrast: var( --wp--preset--color--positive-contrast );
  --color-emphasis: var( --wp--preset--color--positive-emphasis );
}

.has-color-var-negative {
  --color-base: var( --wp--preset--color--negative-base );
  --color-subtle: var( --wp--preset--color--negative-subtle );
  --color-muted: var( --wp--preset--color--negative-muted );
  --color-contrast: var( --wp--preset--color--negative-contrast );
  --color-emphasis: var( --wp--preset--color--negative-emphasis );
}

[class*=wp-block].alignfull {
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  .entry-content {
    padding: 0px 25px;
  }
  .entry-content .wp-block-spacer {
    max-height: 30px;
  }
  .entry-content .wp-block-group {
    padding: 0px;
  }
  .has-global-padding > .alignfull {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.has-overline {
  -webkit-text-decoration: overline solid min(0.078125em, 2px);
          text-decoration: overline solid min(0.078125em, 2px);
}

@media screen and (max-width: 992px) {
  h1, .wp-block-post-title {
    font-size: 38px;
    line-height: 64px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.has-text-shadow-none {
  text-shadow: none;
}

.has-text-shadow-sm {
  text-shadow: var(--wp--custom--text-shadow--sm, none);
}

.has-text-shadow-md {
  text-shadow: var(--wp--custom--text-shadow--md, none);
}

.has-text-shadow-lg {
  text-shadow: var(--wp--custom--text-shadow--lg, none);
}

.has-7-xl-font-size {
  line-height: var(--wp--custom--line-height--7-xl);
}

.has-6-xl-font-size {
  line-height: var(--wp--custom--line-height--6-xl);
}

.has-5-xl-font-size {
  line-height: var(--wp--custom--line-height--5-xl);
}

.has-4-xl-font-size {
  line-height: var(--wp--custom--line-height--4-xl);
}

.has-3-xl-font-size {
  line-height: var(--wp--custom--line-height--3-xl);
}

.has-2-xl-font-size {
  line-height: var(--wp--custom--line-height--2-xl);
}

.has-xl-font-size {
  line-height: var(--wp--custom--line-height--xl);
}

.has-lg-font-size {
  line-height: var(--wp--custom--line-height--lg);
}

.has-md-font-size {
  line-height: var(--wp--custom--line-height--md);
}

.has-sm-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-xs-font-size {
  line-height: var(--wp--custom--line-height--xs);
}

@media screen and (max-width: 768px) {
  .call-to-action * {
    text-align: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .call-to-action .wp-container-core-group-layout-6.wp-container-core-group-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.wp-block-create-block-tabs .tab-labels .tab-label {
  margin-right: 15px;
  padding-right: 0px;
}

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