:root {
  --anim-height: 10px;
}

body .anim-animate-init {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0) scale(1) rotate(0);
}

.anim-animate {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, transform;
}

.anim-move-up {
  transform: translateY(30px);
}

.anim-move-down {
  transform: translateY(-30px);
}

.anim-move-right {
  transform: translateX(-40px);
}

.anim-move-left {
  transform: translateX(40px);
}

.anim-flip {
  transform: perspective(500px) translateY(60px) scaleY(0.75) rotateX(-40deg);
}

.anim-scale {
  transform: scale(0.5);
}

.anim-flip,
.anim-move-down,
.anim-move-up,
.anim-move-right,
.anim-move-left,
.anim-scale {
  transition-duration: 0.7s;
  transition-timing-function: var(--anim-transition);
}

.anim-delay-1 {
  transition-delay: 0.1s;
}

.anim-delay-2 {
  transition-delay: 0.2s;
}

.anim-delay-3 {
  transition-delay: 0.3s;
}

.anim-delay-4 {
  transition-delay: 0.4s;
}

.anim-delay-5 {
  transition-delay: 0.5s;
}

.anim-delay-6 {
  transition-delay: 0.6s;
}

.anim-delay-10 {
  transition-delay: 1s;
}

.anim-delay-20 {
  transition-delay: 2s;
}

@media only screen and (max-width: 900px) {
  .anim-move-up {
    transform: translateX(40px);
  }
  .anim-move-down {
    transform: translateX(40px);
  }
  .anim-move-right {
    transform: translateX(40px);
  }
  .anim-move-left {
    transform: translateX(40px);
  }
  .anim-delay-1 {
    transition-delay: 0s;
  }
  .anim-delay-2 {
    transition-delay: 0s;
  }
  .anim-delay-3 {
    transition-delay: 0s;
  }
  .anim-delay-4 {
    transition-delay: 0s;
  }
  .anim-delay-5 {
    transition-delay: 0s;
  }
  .anim-delay-6 {
    transition-delay: 0s;
  }
  .anim-delay-10 {
    transition-delay: 0s;
  }
  .anim-delay-20 {
    transition-delay: 0s;
  }
}
.primary-menu-wrapper ul .menu-item:last-of-type {
  background-color: #107ACA;
  border-radius: 8px;
  padding: 0 10px;
  color: white;
}
.primary-menu-wrapper ul .menu-item:last-of-type a {
  border-bottom: none;
}
.primary-menu-wrapper ul .menu-item:last-of-type a:hover {
  border-bottom: none;
}

.primary-menu-wrapper ul .menu-item {
  color: black;
}
.primary-menu-wrapper ul .menu-item a:hover {
  border-color: black;
}

.header-logo-wrapper {
  color: black;
}

.navbar {
  background-color: white !important;
}

.custom-collapse details summary {
  list-style: none;
}

.navbar-toggle span.icon-bar {
  background-color: black;
}

.side-nav__close-button span.icon-bar {
  background-color: white;
}

.animated-tl > div {
  position: relative;
}
.animated-tl h2 {
  margin-left: -54px;
}
.animated-tl > div::before {
  content: "";
  position: absolute;
  display: block;
  left: -40px;
  top: 78.3px;
  height: calc(100% - 78.3px);
  width: 6px;
  border: 1px solid;
  border-color: #E8AF30;
}
.animated-tl > div::after {
  content: "";
  position: absolute;
  display: block;
  left: -40px;
  top: 78.3px;
  height: var(--anim-height);
  max-height: calc(100% - 78.3px);
  width: 6px;
  background-color: #E8AF30;
}
.animated-tl h3 {
  position: relative;
  display: flex;
  align-items: center;
}
.animated-tl h3::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -54px;
  height: 34px;
  width: 34px;
  border: 1px solid;
  border-color: #E8AF30;
  background-color: white;
}
.animated-tl h3.color::before {
  background-color: #E8AF30;
}

section.widget_block {
  margin-bottom: 0;
}

body.has-header-image .custom-header-button, body.has-header-video .custom-header-button {
  border-radius: 8px;
}

.wp-block-media-text__media img {
  border-radius: 8px;
}

.wp-block-media-text__media {
  border-radius: 8px;
}

article .entry-footer {
  display: none;
}

.wp-block-latest-posts__post-title {
  font-weight: 700;
}

.wp-block-latest-posts__list a.more-link {
  margin-left: 0;
}

.wp-block-search input.wp-block-search__input, .wp-block-search button.wp-block-search__button {
  border: 1.4px solid #162F65;
}

.wp-block-search input.wp-block-search__input {
  border-radius: 10px;
}

.wp-block-search button.wp-block-search__button {
  border-radius: 0 10px 10px 0;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 8px;
}

body {
  overflow-x: hidden;
}

.site-info {
  display: none;
}

.site-footer-separator {
  display: none;
}

.footer-widgets {
  padding-bottom: 50px;
}

.footer-widget-1 img {
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.footer-widget-2 {
  margin-bottom: 40px;
}
.footer-widget-2 section:first-of-type p {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-widget-3 li, .footer-widget-4 li {
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .site-footer div.widget-column {
    padding-right: 3.5em;
  }
}
.site-footer aside.footer-widgets {
  padding-top: 50px;
  font-size: 14px;
}
.site-footer aside.footer-widgets a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 40em) {
  .site-branding .site-title {
    font-size: 34px;
  }
  .entry-content > .wp-block-group:has(.wp-block-latest-posts__list) {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-latest-posts__list, .wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image img {
    width: 100%;
  }
}
.site-branding .site-title {
  font-weight: 700;
}

.link-more .more-link {
  color: black;
  border: 1px solid black;
  border-radius: 8px;
  text-transform: none;
  text-decoration: none;
}
.link-more .more-link:hover {
  background-color: #4a919e;
  border-color: #4a919e;
}

div.navbar, .has-header-video.inspiro-front-page .headroom--not-top div.navbar {
  overflow: hidden;
  transform-origin: top;
  height: 69px;
}
div.navbar.retracted, .has-header-video.inspiro-front-page .headroom--not-top div.navbar.retracted {
  padding: 0;
  height: 0;
}

.headroom--top div.navbar.retracted {
  height: 80px;
  padding: 18px 0;
}

header.headroom--top div.navbar {
  height: 80px;
}

@media screen and (max-width: 40em) {
  .page .entry-content, .single div.entry-content {
    margin-top: 0px;
  }
}/*# sourceMappingURL=main.css.map */