/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.banner-static, .banner-slideshow {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.banner-static .banner-image, .banner-slideshow .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 20%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-static .wrapper, .banner-slideshow .wrapper {
  display: flex;
  height: 100%;
}
.banner-static .c, .banner-slideshow .c {
  align-self: flex-end;
  width: 64%;
  z-index: 10;
}
.banner-static .caption, .banner-slideshow .caption {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 3vw 2vw 3vw 0;
  position: relative;
  text-wrap: balance;
}
.banner-static .caption:before, .banner-slideshow .caption:before {
  background: rgba(0, 0, 0, 0.55);
  content: "";
  inset: 0 100% 0 auto;
  position: absolute;
  width: 1000%;
}
.banner-static .caption h1, .banner-slideshow .caption h1 {
  color: #fff;
  font-size: 2.4vw;
  font-weight: 400;
  margin: 0;
}
.banner-static .panel, .banner-slideshow .panel {
  color: #fff;
  margin: 8.2vw 0 0;
  padding: 4vw 0 4vw 4vw;
  position: relative;
  width: 36%;
  z-index: 10;
}
.banner-static .panel:before, .banner-slideshow .panel:before {
  background: var(--wp--preset--color--primary);
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.88;
  position: absolute;
  width: 1000%;
  z-index: -1;
}
.banner-static .panel .btn-more, .banner-slideshow .panel .btn-more {
  background: var(--wp--preset--color--darksecondary);
  font-size: 17px;
  font-weight: 500;
  padding: 18px 25px;
}
.banner-static .panel .btn-more:hover, .banner-static .panel .btn-more:focus, .banner-static .panel .btn-more:active, .banner-slideshow .panel .btn-more:hover, .banner-slideshow .panel .btn-more:focus, .banner-slideshow .panel .btn-more:active {
  color: var(--wp--preset--color--highlight);
}

.l-news {
  position: relative;
}
.l-news h3 {
  color: #fff;
  text-transform: uppercase;
}
.l-news .entry {
  margin: 0 0 2.5vw;
}
.l-news .date {
  font-weight: 700;
  margin: 0 0 2px;
}
.l-news .title {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.l-news .title:hover, .l-news .title:focus, .l-news .title:active {
  text-decoration: underline;
}

.sub-banner {
  height: 28vw;
  max-height: 520px;
  min-height: 220px;
  position: relative;
}

.sub-banner .wrapper {
  align-items: flex-end;
  display: flex;
}

.sub-banner .heading {
  position: relative;
  z-index: 1;
}

.sub-banner .heading h1 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .banner-static .caption, .banner-slideshow .caption {
    padding: 46px 30px 46px 0;
  }
  .banner-static .caption h1, .banner-slideshow .caption h1 {
    font-size: 38px;
  }
  .banner-static .panel, .banner-slideshow .panel {
    margin: 130px 0 0;
    padding: 70px 0 70px 70px;
  }
  .banner-static .panel .btn-more, .banner-slideshow .panel .btn-more {
    font-size: 19px;
    padding: 20px 30px;
  }
  .l-news .entry {
    margin: 0 0 40px;
  }
  .l-news .title {
    font-size: 18px;
  }
  .sub-banner .heading h1 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  /*
  .banner-static, .banner-slideshow {
      .caption h1 {font-size: 28px;}
  }
  */
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */ }
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .banner-static:before, .banner-slideshow:before {
    display: none;
  }
  .banner-static .wrapper, .banner-slideshow .wrapper {
    flex-direction: column;
  }
  .banner-static .c, .banner-slideshow .c {
    width: 100%;
  }
  .banner-static .caption, .banner-slideshow .caption {
    padding: 25px 0;
  }
  .banner-static .caption:after, .banner-slideshow .caption:after {
    background: rgba(0, 0, 0, 0.55);
    content: "";
    inset: 0 auto 0 100%;
    position: absolute;
    width: 1000%;
  }
  .banner-static .caption h1, .banner-slideshow .caption h1 {
    font-size: 24px;
  }
  .banner-static .panel, .banner-slideshow .panel {
    margin: 0;
    padding: 40px 0;
    width: 100%;
  }
  .banner-static .panel:before, .banner-slideshow .panel:before {
    inset: 0 -25px;
    width: auto;
  }
  .banner-static .panel .btn-more, .banner-slideshow .panel .btn-more {
    font-size: 15px;
    padding: 16px 20px;
  }
  .banner-static:not(.sub-banner) .banner-image {
    height: 360px;
    position: relative;
  }
  .banner-static:not(.sub-banner) .caption {
    background: var(--wp--preset--color--secondary);
  }
  .banner-static:not(.sub-banner) .caption:before, .banner-static:not(.sub-banner) .caption:after {
    background: var(--wp--preset--color--secondary);
  }
  .banner-slideshow {
    padding: 0;
  }
  .banner-slideshow .wrapper {
    padding-top: 360px;
  }
  .banner-slideshow .caption {
    background: var(--wp--preset--color--secondary);
  }
  .banner-slideshow .caption:before, .banner-slideshow .caption:after {
    background: var(--wp--preset--color--secondary);
  }
  .l-news .entry {
    margin: 0 0 30px;
  }
  .sub-banner .heading h1 {
    font-size: 34px;
  }
}
@media (max-width: 640px) { /* -------------------------  640  ------------------------- */
  .banner-static:not(.sub-banner) .banner-image {
    height: 300px;
  }
  .sub-banner .heading h1 {
    font-size: 26px;
  }
}
.banner-slideshow {
  position: relative;
  --swiper-pagination-bullet-width: 2rem;
  --swiper-pagination-bullet-height: 2rem;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: black;
  --swiper-pagination-color: white;
  --bullet-border: 2px solid white;
  --swiper-navigation-color: white;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.banner-slideshow .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
}
.banner-slideshow .swiper-slide iframe {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-slideshow .swiper-slide .slide-media {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-slideshow .swiper-slide .wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6rem 0;
  color: white;
}
.banner-slideshow .swiper-pagination.swiper-pagination-bullets {
  bottom: 11vw;
  width: 64%;
}
.banner-slideshow .swiper-pagination .swiper-pagination-bullet {
  border: var(--bullet-border);
  transition: 0.15s ease-out;
}
.banner-slideshow .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--swiper-pagination-color);
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .banner-slideshow .swiper-pagination.swiper-pagination-bullets {
    bottom: 175px;
  }
}
@media (max-width: 960px) {
  .banner-slideshow .swiper-slide .slide-media {
    height: 360px;
    object-position: top center;
    top: 0;
  }
  .banner-slideshow .swiper-pagination.swiper-pagination-bullets {
    bottom: auto;
    top: 320px;
    width: 100%;
  }
}
/*
@import "abstracts/_mixins";
@import "base/_utilities";
@import "base/_typography";
@import "base/_animate";
@import "base/_base";
@import "base/_fonts";

@import "layout/_sidebar";

@import "inc/_forms";
@import "inc/_login";
@import "inc/_gdpr";
@import "inc/_ie-popup";
@import "inc/_lightbox";
@import "inc/_custom";
*/
.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-navbar-dropdown {
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-position-relative {
  position: relative !important;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider {
  -webkit-tap-highlight-color: transparent;
}

.uk-slider-items {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}

/*
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within), .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within)
    {
        border: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; position: absolute !important; width: 0 !important;
    }
*/
#mc_embed_signup {
  flex: 1 0 auto;
}
#mc_embed_signup form {
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 3%;
}
#mc_embed_signup form .mc-field-group {
  flex: 1 0 25%;
  text-align: left;
}
#mc_embed_signup form .mc-field-group label {
  display: none;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 5px;
}
#mc_embed_signup form .mc-field-group input[type=text],
#mc_embed_signup form .mc-field-group input[type=email] {
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 2px 5px 5px;
  width: 100%;
}
#mc_embed_signup form .mc-field-group input[type=text]::placeholder,
#mc_embed_signup form .mc-field-group input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#mc_embed_signup form .mc-field-group input[type=text]:focus,
#mc_embed_signup form .mc-field-group input[type=email]:focus {
  border-color: var(--wp--preset--color--secondary);
}
#mc_embed_signup form input[type=submit] {
  background: var(--wp--preset--color--lighttertiary);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 40px;
  text-transform: uppercase;
  transition: 0.3s all;
}
#mc_embed_signup form input[type=submit]:hover, #mc_embed_signup form input[type=submit]:focus, #mc_embed_signup form input[type=submit]:active {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}

.subpage .gform_wrapper.gravity-theme .gform_heading {
  margin: 0 0 10px;
}
.subpage .gform_wrapper.gravity-theme fieldset.field-name {
  grid-column: span 8;
}
.subpage .gform_wrapper.gravity-theme div.field-email {
  grid-column: span 4;
}
.subpage .gform_wrapper.gravity-theme div.field-captcha {
  grid-column: span 2;
  min-width: 300px;
}
.subpage .gform_wrapper.gravity-theme div.field-captcha label {
  display: none;
}
.subpage .gform_wrapper.gravity-theme input[type=text],
.subpage .gform_wrapper.gravity-theme input[type=email],
.subpage .gform_wrapper.gravity-theme textarea {
  border: 1px solid var(--wp--preset--color--tertiary);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  line-height: 1.4;
  padding: 10px;
}
.subpage .gform_wrapper.gravity-theme input[type=text]::placeholder,
.subpage .gform_wrapper.gravity-theme input[type=email]::placeholder,
.subpage .gform_wrapper.gravity-theme textarea::placeholder {
  color: var(--wp--preset--color--lightgrey);
}
.subpage .gform_wrapper.gravity-theme input[type=text]:focus,
.subpage .gform_wrapper.gravity-theme input[type=email]:focus,
.subpage .gform_wrapper.gravity-theme textarea:focus {
  border-color: var(--wp--preset--color--highlight);
}
.subpage .gform_wrapper.gravity-theme .gform_fields {
  align-items: flex-end;
  grid-column-gap: 1.4%;
  text-align: left;
}
.subpage .gform_wrapper.gravity-theme .gfield_label {
  line-height: 1.5;
  margin: 0 0 5px;
}
.subpage .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
  font-size: 13px;
  line-height: 1;
}
.subpage .gform_wrapper.gravity-theme .field_sublabel_above .ginput_counter {
  padding: 0;
}
.subpage .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.subpage .gform_wrapper.gravity-theme button {
  background: var(--wp--preset--color--primary);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 22px;
  transition: 0.3s all;
}
.subpage .gform_wrapper.gravity-theme button:hover, .subpage .gform_wrapper.gravity-theme button:focus, .subpage .gform_wrapper.gravity-theme button:active {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}
.subpage .gform_wrapper.gravity-theme .gform_validation_errors {
  background: #c02b0a;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 12px;
}
.subpage .gform_wrapper.gravity-theme .gform_validation_errors h2.hide_summary {
  color: #fff;
  font-size: 15px;
  padding: 0 0 0 35px;
}
.subpage .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  inset-inline-start: 8px;
}
.subpage .gform_wrapper.gravity-theme .validation_message {
  background: #c02b0a;
  color: #fff;
  line-height: 1.4;
  padding: 12px;
}
.subpage .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  #mc_embed_signup form .mc-field-group {
    flex: 1 0 30%;
  }
  #mc_embed_signup form .mc-field-group input[type=text],
  #mc_embed_signup form .mc-field-group input[type=email] {
    font-size: 19px;
    padding: 4px 5px 8px;
  }
  #mc_embed_signup form input[type=submit] {
    font-size: 18px;
    padding: 16px 50px;
  }
  .subpage .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
  }
  .subpage .gform_wrapper.gravity-theme input[type=text],
  .subpage .gform_wrapper.gravity-theme input[type=email],
  .subpage .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
  }
  .subpage .gform_wrapper.gravity-theme button {
    font-size: 18px;
    padding: 16px 25px;
  }
}
@media (max-width: 960px) {
  #mc_embed_signup form .mc-field-group {
    flex: 1 0 30%;
  }
  #mc_embed_signup form .mc-field-group input[type=text],
  #mc_embed_signup form .mc-field-group input[type=email] {
    font-size: 15px;
  }
  #mc_embed_signup form input[type=submit] {
    font-size: 15px;
    padding: 12px 30px;
  }
  .subpage .gform_wrapper.gravity-theme fieldset.field-name {
    grid-column: 1/-1;
  }
  .subpage .gform_wrapper.gravity-theme div.field-email {
    grid-column: 1/-1;
  }
  .subpage .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
  }
  .subpage .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  .subpage .gform_wrapper.gravity-theme input[type=text],
  .subpage .gform_wrapper.gravity-theme input[type=email],
  .subpage .gform_wrapper.gravity-theme textarea {
    padding: 10px 15px;
  }
  .subpage .gform_wrapper.gravity-theme button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #mc_embed_signup form .mc-field-group {
    flex: 1 0 70%;
  }
  #mc_embed_signup form input[type=submit] {
    font-size: 15px;
    padding: 12px 30px;
  }
  .subpage .gform_wrapper.gravity-theme input[type=text],
  .subpage .gform_wrapper.gravity-theme input[type=email],
  .subpage .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    padding: 8px 12px;
  }
  .subpage .gform_wrapper.gravity-theme button {
    font-size: 15px;
  }
}
:root :where(p) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html {
  background: #fff;
  min-height: 100%;
  scroll-behavior: smooth;
}

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

/* parent theme cleanup */
.admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
  top: 0;
}
@media screen and (max-width: 960px) {
  .admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
    top: 0;
  }
}

a {
  color: var(--wp--preset--color--primary);
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

input {
  border-radius: 0;
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}

svg {
  display: block;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 25px;
}

h1 {
  font-size: 4vw;
  font-weight: 500;
}

h2 {
  color: var(--wp--preset--color--primary);
  font-size: 2.1vw;
}

h3 {
  color: var(--wp--preset--color--primary);
  font-size: 1.7vw;
}

h4 {
  font-size: 22px;
  line-height: 1.35;
}

h5 {
  font-size: 18px;
}

.em {
  color: var(--wp--preset--color--highlight) !important;
}

h2 + p {
  margin-top: 0;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0;
}

ul li ul li {
  list-style-type: circle;
}

* + h1, * + h2, * + h3, * + h4, * + h5 {
  margin-top: 30px;
}

ol, p, pre, ul {
  margin: 0 0 20px;
}

* + ol, * + p, * + pre, * + ul {
  margin-top: 20px;
}

h2 + p {
  margin-top: 0;
}

.btn-more {
  background: var(--wp--preset--color--primary);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more:focus-visible {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}

.section {
  padding: 5vw 0;
}

.iframe-email-alerts {
  height: 500px;
}

/* wp-table */
/*
* Global button styling
*/
/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Dynamic Spacing
* A nice easy way to create a vertical rhythm for section of content
*/
/*
* Accessibility Focus
* Using the focus-visible psuedo class to only show focus styles when the element is focused via the keyboard
*/
.main-col .wp-element-button {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.main-col .wp-element-button:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

.wp-block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
@media (min-width: 1600px) {
  .wp-block-table table {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table + h2, .wp-block-table table + h3, .wp-block-table table + h4, .wp-block-table table + h5, .wp-block-table table + h6 {
  margin-top: 3rem;
}
.wp-block-table table thead,
.wp-block-table table tfoot {
  text-transform: unset;
  text-align: left;
  color: var(--wp--preset--color--foreground);
  padding: 10px 20px;
  text-transform: uppercase;
}
.wp-block-table table thead tr,
.wp-block-table table tfoot tr {
  border-bottom: none;
}
.wp-block-table table thead th,
.wp-block-table table tfoot th {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background: var(--wp--preset--color--primary);
  border-bottom: 0;
  line-height: 1.5;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 17px;
    padding: 14px 25px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.wp-block-table table thead th.edit {
  text-align: center;
}
.wp-block-table table tbody {
  border-bottom: none;
}
.wp-block-table table tbody tr td {
  line-height: 1.5;
  vertical-align: middle;
  padding: 8px 16px;
  /*
  @media (max-width: 960px) {
    padding: 10px 15px;
  }
  */
}
@media (min-width: 1600px) {
  .wp-block-table table tbody tr td {
    padding: 12px 24px;
  }
}
.wp-block-table table tbody .file_name a {
  display: block;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.wp-block-table table tbody .file_name a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  background: none;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_name {
    min-width: 200px;
  }
}
.wp-block-table table tbody .file_size {
  width: 12rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_size {
    min-width: 9rem;
  }
}
.wp-block-table table tbody .date_published {
  width: 20rem;
  font-size: 16px;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .date_published {
    min-width: 12rem;
    font-size: 15px;
  }
}
.wp-block-table table tbody .report,
.wp-block-table table tbody .webcast,
.wp-block-table table tbody .presentation,
.wp-block-table table tbody .download,
.wp-block-table table tbody .edit {
  width: 12rem;
  text-align: center;
}
.wp-block-table table tbody .report a,
.wp-block-table table tbody .webcast a,
.wp-block-table table tbody .presentation a,
.wp-block-table table tbody .download a,
.wp-block-table table tbody .edit a {
  display: block;
  text-align: center;
  padding: 1rem;
  margin: -1rem;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report a:focus, .wp-block-table table tbody .report a:hover,
.wp-block-table table tbody .webcast a:focus,
.wp-block-table table tbody .webcast a:hover,
.wp-block-table table tbody .presentation a:focus,
.wp-block-table table tbody .presentation a:hover,
.wp-block-table table tbody .download a:focus,
.wp-block-table table tbody .download a:hover,
.wp-block-table table tbody .edit a:focus,
.wp-block-table table tbody .edit a:hover {
  background: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-table table tbody .report a:focus svg, .wp-block-table table tbody .report a:hover svg,
.wp-block-table table tbody .webcast a:focus svg,
.wp-block-table table tbody .webcast a:hover svg,
.wp-block-table table tbody .presentation a:focus svg,
.wp-block-table table tbody .presentation a:hover svg,
.wp-block-table table tbody .download a:focus svg,
.wp-block-table table tbody .download a:hover svg,
.wp-block-table table tbody .edit a:focus svg,
.wp-block-table table tbody .edit a:hover svg {
  fill: var(--wp--preset--color--primary);
}
.wp-block-table table tbody .report span,
.wp-block-table table tbody .webcast span,
.wp-block-table table tbody .presentation span,
.wp-block-table table tbody .download span,
.wp-block-table table tbody .edit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10rem;
  padding: 0.75rem;
  box-sizing: content-box;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report svg,
.wp-block-table table tbody .webcast svg,
.wp-block-table table tbody .presentation svg,
.wp-block-table table tbody .download svg,
.wp-block-table table tbody .edit svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--primary);
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tfoot th {
  background: none;
}
.wp-block-table table thead, .wp-block-table table tfoot {
  border: none;
}
.wp-block-table table tbody tr {
  border-bottom: 1px solid #ccc;
}
.wp-block-table table td {
  border: none;
}
.wp-block-table table th a {
  color: #fff;
  display: block;
}
.wp-block-table table th a:hover, .wp-block-table table th a:focus, .wp-block-table table th a:active {
  color: #fff;
}
.wp-block-table table th:nth-child(2) {
  background: #221f20;
}
.wp-block-table table th:nth-child(3) {
  background: #e49e43;
}
.wp-block-table table.unique {
  background: #e8eae9;
  color: #333;
}
.wp-block-table table.unique tbody tr {
  border: none;
}
.wp-block-table table.unique tbody tr:nth-child(odd) {
  background: #ced1cf;
}
.wp-block-table table.unique td {
  border: 1px solid #fff;
  text-wrap: balance;
}

.mw-140 {
  min-width: 140px;
}

figcaption {
  color: var(--wp--preset--color--primary);
  line-height: 1.4;
}

.wp-block-image figcaption {
  margin: 12px 0 5px;
}

.wp-block-columns.is-layout-flex {
  gap: 35px 4%;
}

.wp-block-columns + .wp-block-columns {
  margin: 35px 0 0;
}

* + .wp-block-columns {
  margin-top: 45px;
}

.wp-block-separator {
  border-top: 2px solid var(--wp--preset--color--lightgrey);
  margin: 3vw 0;
}

@media (min-width: 1600px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 30px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 40px;
  }
  ol, p, pre, ul {
    margin: 0 0 25px;
  }
  * + ol, * + p, * + pre, * + ul {
    margin-top: 25px;
  }
  p {
    font-size: 20px;
  }
  small {
    font-size: 18px;
  }
  figcaption {
    font-size: 18px;
  }
  .btn-more {
    font-size: 18px;
    padding: 16px 25px;
  }
  .section {
    padding: 90px 0;
  }
  .wp-block-separator {
    margin: 45px 0;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    max-width: 1920px;
    padding: 0 80px !important;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2.2vw;
  }
  h3 {
    font-size: 1.9vw;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 19px;
  }
  small {
    font-size: 14px;
  }
  .section {
    padding: 45px 0;
  }
  .wp-block-separator {
    margin: 25px 0;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
/* all pages */
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.outside-wrapper {
  overflow: hidden;
}

.wrapper {
  margin: auto;
  padding: 0 4vw;
  position: relative;
  width: 100%;
}

header {
  background: rgba(255, 255, 255, 0.83);
  height: 8.2vw;
  margin: 0 0 -8.2vw;
  position: relative;
  z-index: 150;
}

.home header {
  background: none;
}

header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: block;
  transition: none;
  width: 22vw;
}

.right-c {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}

.main-nav {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav li a {
  display: block;
  text-transform: none;
}

.main-nav > li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.main-nav > li > a {
  color: #000;
  font-size: 1.4vw;
  height: auto;
  line-height: 1.3;
  margin: 0;
  padding: 2.2vw 1.2vw;
  position: relative;
  text-align: center;
  transition: none;
}
.main-nav > li > a:before {
  background: transparent;
  content: "";
  height: 40px;
  inset: auto 0 100% 0;
  position: absolute;
}
.main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:has(+ div.uk-open) {
  color: var(--wp--preset--color--primary);
}
.main-nav > li > a:focus-visible {
  border-radius: 16px;
  outline: 2px dashed var(--wp--preset--color--lightprimary);
  outline-offset: -10px;
}

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-parent > a {
  background: #000;
  color: #fff;
}
.main-nav > li.current-menu-item > a:before,
.main-nav > li.current-menu-parent > a:before {
  background: var(--wp--preset--color--primary);
  margin: 0 0 0.6vw;
}

.uk-navbar-dropdown {
  background: var(--wp--preset--color--primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 14px 20px;
  width: 230px;
}
.uk-navbar-dropdown.uk-open {
  display: block;
  height: auto;
  opacity: 1;
  transition: 0.3s opacity;
}
.uk-navbar-dropdown li a {
  color: #fff;
  padding: 0.6vw 0;
}
.uk-navbar-dropdown li a:hover, .uk-navbar-dropdown li a:focus, .uk-navbar-dropdown li a:active {
  color: #dedede;
}
.uk-navbar-dropdown li a:focus-visible {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.uk-navbar-dropdown .uk-navbar-dropdown {
  left: 100% !important;
  top: 0 !important;
}

.uk-navbar-dropdown-nav {
  font-size: 1.15vw;
  line-height: 1.3;
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  display: none;
  height: 46px;
  position: absolute;
  right: 0;
  top: 22px;
  transition: none;
  width: 46px;
}

.mobile-nav-btn span {
  background: var(--wp--preset--color--foreground);
  display: inline-block;
  height: 2px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 22px;
  width: 25px;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 100%;
}

.mobile-nav-btn span:before {
  bottom: 8px;
}

.mobile-nav-btn span:after {
  top: 8px;
}

.mobile-nav-btn.is-clicked span:before {
  background: var(--wp--preset--color--foreground);
  bottom: 5px;
}

.mobile-nav-btn.is-clicked span:after {
  background: var(--wp--preset--color--foreground);
  top: 5px;
}

.mobile-nav {
  background: var(--wp--preset--color--darkprimary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: auto;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 90px;
  visibility: hidden;
  width: 100%;
  z-index: 130;
}

.mobile-nav.mobile-nav-is-open {
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

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

.mobile-nav ul li a {
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: none;
}

.mobile-nav ul li.current-menu-item a,
.mobile-nav ul li.current-menu-parent > a {
  color: #fff;
}

.mobile-nav ul li.sub-open a {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}

.mobile-nav ul.sub-menu {
  display: none;
}

.mobile-nav ul ul.sub-menu a {
  padding: 14px 20px 14px 46px;
}

.mobile-nav ul li.sub-open ul.sub-menu a {
  background: inherit;
}

.features {
  background: var(--wp--preset--color--primary);
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.features:after {
  background: #214c64;
  content: "";
  inset: 0 -1000% 0 50%;
  position: absolute;
  z-index: -1;
}
.features .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.features .entry {
  color: #fff; /*display: flex;*/
  display: block; /*flex-direction: column; justify-content: space-between;*/
  min-height: 260px;
  padding: 4vw;
  position: relative;
  width: 25%;
}
.features .entry:nth-child(2) {
  background: #346580;
}
.features .entry:nth-child(2) .btn-more {
  background: #2c5a74;
}
.features .entry:nth-child(2) .btn-more:hover, .features .entry:nth-child(2) .btn-more:focus, .features .entry:nth-child(2) .btn-more:active {
  background: var(--wp--preset--color--lightprimary);
}
.features .entry:nth-child(3) {
  background: #2c5a74;
}
.features .entry:nth-child(4) {
  background: #214c64;
}
.features h3 {
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1.8vw;
  width: 100%;
}
.features h3 > span {
  display: block;
}
.features .text {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 2vw;
}
.features .btn-more {
  background: #346580;
  font-size: 14px;
  padding: 15px 20px;
}
.features .btn-more:hover, .features .btn-more:focus, .features .btn-more:active {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}

.home-projects {
  background: rgba(0, 0, 0, 0.9);
}
.home-projects .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.home-projects .entry {
  align-items: flex-end;
  aspect-ratio: 3/2;
  display: flex;
  min-height: 400px;
  position: relative;
  width: 50%;
}
.home-projects .entry:first-child {
  aspect-ratio: 24/9;
  width: 100%;
}
.home-projects .entry:first-child .btn-more {
  left: 0;
  right: auto;
}
.home-projects .entry img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 10%;
  position: absolute;
  width: 100%;
}
.home-projects .entry .inner {
  color: #fff;
  padding: 2.5vw 4vw;
  line-height: 1.4;
  position: relative;
  width: 100%;
  z-index: 0;
}
.home-projects .entry .inner:before {
  background: var(--wp--preset--color--darksecondary);
  content: "";
  inset: 0 0 0 auto;
  opacity: 0.7;
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  z-index: -1;
}
.home-projects .entry .inner:hover:before, .home-projects .entry .inner:focus:before, .home-projects .entry .inner:active:before, .home-projects .entry .inner:focus-visible:before {
  opacity: 1;
}
.home-projects .entry .inner:hover .btn-more, .home-projects .entry .inner:focus .btn-more, .home-projects .entry .inner:active .btn-more, .home-projects .entry .inner:focus-visible .btn-more {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}
.home-projects h2 {
  color: #fff;
}
.home-projects p:last-of-type {
  margin-bottom: 0;
}
.home-projects .btn-more {
  bottom: 100%;
  font-weight: 500;
  padding: 18px 25px;
  position: absolute;
  right: 0;
  transition: 0.3s all;
}
.home-projects .btn-more:hover, .home-projects .btn-more:focus, .home-projects .btn-more:active, .home-projects .btn-more:focus-visible {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

/* bios-slider */
.bios-container {
  padding: 4vw 0;
  text-align: center;
}
.bios-container h2 {
  color: var(--wp--preset--color--darksecondary);
}
.bios-container h4 {
  color: var(--wp--preset--color--primary);
}
.bios-container .entry {
  padding: 25px 5%;
  transition: 0.2s background;
}
.bios-container .entry:hover, .bios-container .entry:focus-within {
  background: #efefef;
}
.bios-container .entry h4.title {
  color: var(--wp--preset--color--secondary);
  margin: 0 0 5px;
}
.bios-container .entry p.pos {
  color: var(--wp--preset--color--primary);
  line-height: 1.3;
  margin: 0;
}
.bios-container .entry .desc {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 15px;
  padding: 0;
  text-wrap: pretty;
}
.bios-container .entry .more {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: uppercase;
}

.uk-slider-container {
  margin: 0 40px;
}

.uk-slider-items {
  margin: 0;
  padding: 0;
}
.uk-slider-items > li {
  margin: 0;
  width: 25%;
}

.slide-button {
  background: transparent;
  color: var(--wp--preset--color--tertiary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s ease-in-out;
}
.slide-button svg {
  width: auto;
}
.slide-button svg polyline {
  stroke: var(--wp--preset--color--primary);
  stroke-width: 3;
  transition: 0.2s all;
}
.slide-button.uk-invisible {
  cursor: default;
}
.slide-button.uk-invisible svg polyline {
  stroke: var(--wp--preset--color--lighttertiary);
  stroke-width: 3;
}
.slide-button.uk-invisible:hover svg polyline, .slide-button.uk-invisible:focus svg polyline {
  stroke: var(--wp--preset--color--lighttertiary);
  stroke-width: 3;
}
.slide-button:hover svg polyline, .slide-button:focus svg polyline {
  stroke: var(--wp--preset--color--lightprimary);
}

.uk-slidenav-previous {
  left: 0;
}

.uk-slidenav-next {
  right: 0;
}

.subpage {
  position: relative;
  z-index: 0;
}

.subpage .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-col {
  min-height: 500px;
  padding: 5vw 0 5vw 5vw;
  width: 75%;
}

.main-col.wide {
  margin: 0 auto;
  padding-left: 0;
  width: 70%;
}

.main-col ul {
  list-style-type: disc;
}

.main-col a {
  color: var(--wp--preset--color--primary);
  display: inline-block;
  font-weight: 500;
}
.main-col a:hover, .main-col a:focus, .main-col a:active {
  color: var(--wp--preset--color--lightprimary);
  text-decoration: underline;
}

.main-col svg a:hover, .main-col svg a:focus, .main-col svg a:active {
  text-decoration: none;
}

.main-col h2 {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

.main-col h2:first-child {
  margin: 0 0 2.5vw;
}

.main-col h3 {
  font-weight: 700;
}

.main-col h4 {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}

.main-col ul,
.main-col ol {
  font-weight: 400;
}

.main-col ol {
  list-style-type: auto;
}

.main-col ul li,
.main-col ol li {
  margin-bottom: 20px;
  margin-left: 20px;
}

.main-col li ul,
.main-col li ol {
  margin-top: 15px;
}

.main-col ul.nomargin li,
.main-col ol.nomargin li {
  margin: 0;
}

.aside-col {
  padding: 4vw 0;
  position: relative;
  width: 25%;
}
.aside-col:before {
  background: #f6f6f6;
  content: "";
  inset: 0 0 0 auto;
  position: absolute;
  width: 1000%;
  z-index: -1;
}

.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: 1.4vw;
  line-height: 1.3;
  padding: 1.2vw 0;
  position: relative;
}
.sidebar-menu li a:before {
  content: "";
  inset: 0 0 0 auto;
  position: absolute;
  transition: 0.2s all;
  width: 1000%;
  z-index: -1;
}
.sidebar-menu li a:hover:before, .sidebar-menu li a:focus:before, .sidebar-menu li a:active:before {
  background: #dedede;
}
.sidebar-menu li.current_page_item a {
  color: #fff;
  position: relative;
}
.sidebar-menu li.current_page_item a:before {
  background: var(--wp--preset--color--primary);
}
.sidebar-menu ul.children {
  margin: 0;
  padding: 0 0 0 1.5vw;
}
.sidebar-menu ul.children li {
  margin: 0 0 1vw;
}
.sidebar-menu ul.children li a {
  font-size: 1.3vw;
}

.subscribe-container {
  background: var(--wp--preset--color--tertiary);
  padding: 4vw 0;
}
.subscribe-container .wrapper {
  display: flex;
  justify-content: space-between;
}
.subscribe-container h4 {
  color: #fff;
  margin: 0 40px 0 0;
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--darksecondary);
  color: #fff;
  font-size: 16px;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .c {
  flex: 1 0 auto;
}
footer .c:nth-child(1) {
  width: 40%;
}
footer .c:nth-child(2) {
  text-align: right;
  width: 60%;
}
footer .etc {
  margin: 3vw 0 0;
  width: 100%;
}
footer a {
  color: #fff;
  display: inline-block;
}
footer a:hover, footer a:focus, footer a:active {
  color: #dedede;
}
footer .adnet {
  color: var(--wp--preset--color--lightprimary);
}
footer .adnet:hover, footer .adnet:focus, footer .adnet:active {
  color: var(--wp--preset--color--highlight);
}
footer p:last-child {
  margin: 0;
}

.logo-footer {
  display: block;
  width: 22vw;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin: 0 0 0 2.5vw;
}
.footer-nav li:first-child {
  margin-left: 0;
}
.footer-nav li a {
  color: #fff;
  display: block;
  font-size: 1.15vw;
}
.footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a:active {
  color: #dedede;
}
.footer-nav li.current-menu-item a {
  color: var(--wp--preset--color--lightprimary);
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  header {
    height: 130px;
  }
  .home header {
    margin: 0 0 -130px;
  }
  .logo {
    width: 360px;
  }
  .main-nav {
    margin: 30px 0 0;
  }
  .main-nav > li > a {
    font-size: 22px;
    padding: 35px 20px;
  }
  .main-nav > li.current-menu-item a:before,
  .main-nav > li.current-menu-parent a:before {
    margin: 0 0 10px;
  }
  .uk-navbar-dropdown {
    padding: 20px 28px;
    width: 270px;
  }
  .uk-navbar-dropdown-nav {
    font-size: 19px;
  }
  .uk-navbar-dropdown li a {
    padding: 10px 0;
  }
  .features .entry {
    padding: 64px;
  }
  .features .entry:nth-child(1) {
    margin: 0 0 0 15px;
  }
  .features .entry:nth-child(4) {
    margin: 0 15px 0 0;
  }
  .features h3 {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .features .text {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .features .btn-more {
    font-size: 16px;
    padding: 17px 25px;
  }
  .home-projects .entry .inner {
    padding: 46px 70px;
  }
  .home-projects .btn-more {
    padding: 20px 30px;
  }
  .bios-container {
    padding: 70px 0;
  }
  .bios-container .entry h4.title {
    font-size: 26px;
  }
  .bios-container .entry .desc {
    font-size: 18px;
    margin: 25px 0 20px;
    padding: 0;
  }
  .bios-container .entry .more {
    font-size: 17px;
  }
  .uk-slider-items > li {
    width: 20%;
  }
  .main-col {
    padding: 80px 0 80px 80px;
  }
  .main-col h2:first-child {
    margin: 0 0 40px;
  }
  .main-col ul li,
  .main-col ol li {
    margin-bottom: 25px;
    margin-left: 25px;
  }
  .aside-col {
    padding: 70px 0;
  }
  .sidebar-menu li a {
    font-size: 23px;
    padding: 20px 0;
  }
  .sidebar-menu ul.children {
    padding: 0 0 0 25px;
  }
  .sidebar-menu ul.children li {
    margin: 0 0 15px;
  }
  .sidebar-menu ul.children li a {
    font-size: 21px;
  }
  .subscribe-container {
    padding: 70px 0;
  }
  .subscribe-container h4 {
    margin: 0 60px 0 0;
  }
  footer {
    font-size: 19px;
  }
  footer .etc {
    margin: 50px 0 0;
  }
  .logo-footer {
    width: 360px;
  }
  .footer-nav li {
    margin: 0 0 0 40px;
  }
  .footer-nav li a {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .features .wrapper {
    padding: 0 !important;
  }
  .home-projects .wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 40px;
  }
  header {
    min-height: 0;
  }
  .stockinfo {
    font-size: 1.2vw;
  }
  .main-nav > li > a {
    font-size: 1.5vw;
  }
  .uk-navbar-dropdown-nav {
    font-size: 1.25vw;
  }
  .sidebar-menu li a {
    font-size: 16px;
    padding: 15px 0;
  }
  .sidebar-menu ul.children a {
    font-size: 15px;
  }
  .bios-container .entry {
    padding: 25px 5%;
  }
  .bios-container .entry h4.title {
    color: var(--wp--preset--color--secondary);
    margin: 0 0 5px;
  }
  .bios-container .entry .desc {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 15px;
    padding: 0;
  }
  .bios-container .entry .more {
    font-size: 15px;
  }
  .uk-slider-items > li {
    width: 33.33%;
  }
  .main-col.wide {
    width: 80%;
  }
  .subscribe-container .wrapper {
    flex-direction: column;
  }
  .subscribe-container h4 {
    margin: 0 0 15px;
  }
  footer {
    font-size: 15px;
  }
  .footer-nav li {
    margin: 0 0 0 2vw;
  }
  .footer-nav li a {
    font-size: 1.3vw;
  }
}
@media (max-width: 960px) {
  .wrapper {
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
  .topbar {
    height: 32px;
  }
  .stockinfo {
    font-size: 13px;
  }
  .stockinfo .entry > div {
    margin: 0 8px 0 0;
    padding: 0 6px 0 0;
  }
  header {
    background: #fff;
    height: 90px;
    margin: 0;
  }
  .home header {
    background: #fff;
    margin: 0;
  }
  .logo {
    width: 180px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .features .wrapper {
    flex-wrap: wrap;
  }
  .features .entry {
    min-height: 0;
    padding: 35px 25px;
    width: 50%;
  }
  .features h3 {
    margin: 0 0 20px;
  }
  .features .text {
    margin: 0 0 25px;
  }
  .features .inner {
    padding: 25px;
  }
  .home-projects .wrapper {
    flex-direction: column;
  }
  .home-projects .entry {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .home-projects .entry:first-child .btn-more {
    left: auto;
    right: 0;
  }
  .home-projects .entry .inner {
    padding: 25px;
  }
  .home-projects .btn-more {
    font-size: 15px;
    padding: 16px 20px;
  }
  .bios-container {
    padding: 40px 0 30px;
  }
  .bios-container .entry {
    padding: 25px 5%;
  }
  .bios-container .entry h4.title {
    font-size: 20px;
  }
  .bios-container .entry .more {
    font-size: 14px;
  }
  .uk-slider-items > li {
    width: 50%;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    min-height: 300px;
    padding: 40px 0;
    width: 100%;
  }
  .main-col.wide {
    width: 100%;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
  }
  .aside-col {
    margin: 0 -25px;
    padding: 25px;
    width: auto;
  }
  .sidebar-menu li a:before {
    inset: 0 -25px;
    width: auto;
  }
  .sidebar-menu ul.children {
    margin: 15px 0;
    padding: 0 0 0 15px;
  }
  .sidebar-menu ul.children li {
    margin: 0 0 12px;
  }
  .subscribe-container {
    padding: 45px 0;
  }
  .subscribe-container h4 {
    margin: 0 0 20px;
  }
  footer {
    text-align: center;
  }
  footer .wrapper {
    flex-direction: column;
  }
  footer .c {
    margin: auto;
  }
  footer .c:nth-child(1), footer .c:nth-child(2) {
    width: auto;
  }
  footer .etc {
    margin: 30px 0 0;
  }
  .logo-footer {
    margin: 0 0 30px;
    width: 200px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-nav li {
    margin: 0 8px;
  }
  .footer-nav li a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .features:after {
    display: none;
  }
  .features .wrapper {
    flex-direction: column;
  }
  .features .entry {
    width: 100%;
  }
  .home-projects .entry .inner {
    font-size: 14px;
  }
  .bios-container .entry {
    padding: 20px;
  }
  .uk-slider-items > li {
    width: 100%;
  }
  footer {
    font-size: 14px;
  }
  .footer-nav a {
    font-size: 14px;
  }
}
.posts {
  grid-gap: 0;
}
.posts .post {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.posts .post__date {
  width: 23%;
}
.posts .post__title {
  color: var(--wp--preset--color--primary);
  line-height: 1.6;
  width: 65%;
}
.posts .post__title:hover {
  color: var(--wp--preset--color--primary);
}
.posts .post__link {
  text-align: right;
  width: 12%;
}
.posts .post__link i {
  color: var(--wp--preset--color--primary);
  font-size: 28px;
  margin-left: 10px;
  transition: 0.3s;
}
.posts .post__link a:hover i {
  color: var(--wp--preset--color--primary);
}
.posts:last-of-type {
  border-bottom: 1px solid #ccc;
}

.main-col .meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

@media (min-width: 1600px) {
  .posts .post__link i {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .posts .post {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .posts .post .post__date {
    width: 100%;
  }
  .posts .post .post__title {
    width: 75%;
  }
  .posts .post .post__link {
    width: 25%;
  }
}
/*
    @include breakpoint(max-mobile) {
        flex-wrap: wrap;
        padding: 20px 0;

        &__date {
            width: 100%;
            text-align: left;
        }

        &__title {
            padding: 10px 0;
            width: 75%;
        }

        &__link {
            width: 25%;
        }
        }
    }
*/
.results {
  display: grid;
  grid-gap: 30px;
}
.results .result {
  color: var(--wp--preset--color--primary);
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid #ababab;
}
.results .result:hover {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--wp--preset--color--primary);
}
.results .result:hover span,
.results .result:hover h4 {
  color: var(--wp--preset--color--primary);
}
.results .result .read-more {
  transition: 0.3s all;
}
.results .result .title {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--primary);
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  margin: 0 0 20px;
}
.results .result .excerpt {
  line-height: 1.6;
  margin: 0;
}
.results .result .read-more {
  text-decoration: underline;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.results .result .search-excerpt {
  background: yellow;
}

.main-col .results .result {
  text-decoration: none !important;
}

/* --- PAGE : 404 --- */
.error404 #content {
  margin: 0;
}
.error404 h1 {
  line-height: 1;
  margin: 0 0 30px;
  opacity: 0.6;
}
.error404 h1 strong {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 140px;
  font-weight: 800;
}
.error404 h1 span {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.error404 p {
  margin: 0 auto;
  max-width: 50%;
}

@media (max-width: 960px) {
  .error404 h1 strong {
    font-size: 100px;
  }
  .error404 h1 span {
    font-size: 30px;
  }
  .error404 p {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .error404 p {
    max-width: 100%;
  }
}
.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  list-style: none;
}
.social-wrapper ul li a {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 22px;
  line-height: 1;
  padding: 0 5px;
}
.social-wrapper ul li a:hover, .social-wrapper ul li a:focus {
  color: var(--wp--preset--color--lightprimary);
}
.social-wrapper ul li i {
  transition: 0.3s 0 all;
}

footer .social-wrapper ul {
  justify-content: flex-end;
}

/*
.mobile-nav {
    .etc {border-bottom: 1px solid rgba(216, 216, 216, 0.5); padding: 14px 25px;}
    .etc a {border: none;}
    .social-wrapper ul {justify-content: center;}
    .social-wrapper ul li a {color: #fff;}
    .social-wrapper ul li a:hover {color: #dedede;}
    .social-wrapper ul li i {transition: none;}
}
*/
@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .social-wrapper ul {
    gap: 5px;
  }
  .social-wrapper ul li a {
    font-size: 26px;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */
  .social-wrapper ul li a {
    font-size: 20px;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .social-wrapper ul li a {
    font-size: 18px;
    padding: 0 3px;
  }
  footer .social {
    margin: 25px 0 0;
  }
  footer .social-wrapper ul {
    justify-content: center;
  }
}/*# sourceMappingURL=style-base.css.map */