/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
@import "../packages/uikit/uikit.min.css";
.banner-static {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.banner-static:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  inset: 0 35% 0 0;
  position: absolute;
  z-index: 1;
}
.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 65%;
  z-index: 0;
}
.banner-static .wrapper {
  display: flex;
}
.banner-static .c:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(40px, 4vw, 70px) 0;
  width: 66.66%;
  z-index: 1;
}
.banner-static .caption {
  color: #fff;
  width: 90%;
}
.banner-static .caption h1 {
  color: #fff;
  margin: 0 0 clamp(20px, 2vw, 35px);
  text-wrap-style: balance;
}
.banner-static .caption h1 span {
  color: var(--wp--preset--color--lightprimary);
}
.banner-static .panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(4vw, 70px) 0 min(4vw, 70px) min(3.5vw, 60px);
  position: relative;
  width: 33.33%;
  z-index: 1;
}
.banner-static .panel:before {
  background: var(--wp--preset--color--secondary);
  content: "";
  inset: 0 -1000% 0 0;
  position: absolute;
  z-index: -1;
}

.l-news h2 {
  color: var(--wp--preset--color--primary);
  margin: 0 0 clamp(20px, 2vw, 32px);
}
.l-news .entry {
  margin: 0 0 clamp(25px, 2vw, 32px);
}
.l-news .date {
  color: #fff;
  font-size: 20px;
  margin: 0 0 5px;
}
.l-news .title {
  color: #fff;
  display: block;
  line-height: 1.4;
}
.l-news .title:hover, .l-news .title:focus {
  color: var(--wp--preset--color--lightprimary);
}
.l-news .bottom {
  margin: clamp(15px, 2vw, 32px) 0 0;
}

.sub-banner {
  height: clamp(240px, 28vw, 480px);
  min-height: 0;
  position: relative;
}
.sub-banner:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  inset: 0;
}
.sub-banner .banner-image {
  width: 100%;
}
.sub-banner .wrapper {
  align-items: flex-end;
  display: flex;
  height: 100%;
}
.sub-banner .heading {
  position: relative;
  z-index: 1;
}
.sub-banner h1 {
  font-size: clamp(34px, 4.4vw, 74px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 clamp(-10px, -0.6vw, -4px);
  position: relative;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .l-news .date {
    font-size: 22px;
  }
}
@media (max-width: 1024px) { /* -------------------------  1024  ------------------------- */
  .banner-static:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    height: 400px;
    inset: 0;
    width: 100%;
  }
  .banner-static .banner-image {
    height: 400px;
    position: relative;
    width: 100%;
  }
  .banner-static .wrapper {
    flex-direction: column;
    position: unset;
  }
  .banner-static .c:first-child {
    position: absolute;
    top: 220px;
    width: 100%;
  }
  .banner-static .caption {
    margin: 0;
    width: 100%;
  }
  .banner-static .panel {
    padding: 40px 0;
    width: auto;
  }
  .banner-static .panel:before {
    inset: 0 -100%;
  }
  .sub-banner:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
  }
  .sub-banner .banner-image {
    height: 100%;
    position: absolute;
  }
  .sub-banner .wrapper {
    flex-direction: row;
  }
}
@media (max-width: 768px) { /* -------------------------  768  ------------------------- */
  .l-news .date {
    font-size: 18px;
  }
}
/*
@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;
}

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

@media (min-width: 1600px) {
  .subscribe-container .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
  }
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 18px;
    padding: 16px 25px;
  }
}
@media (max-width: 960px) {
  .subscribe-container .gform_wrapper.gravity-theme fieldset.field-name {
    grid-column: 1/-1;
  }
  .subscribe-container .gform_wrapper.gravity-theme div.field-email {
    grid-column: 1/-1;
  }
  .subscribe-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
  }
  .subscribe-container .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    padding: 10px 15px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    padding: 8px 12px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 15px;
  }
}
:root :where(p) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

:root :where(.wp-block-group) {
  margin-bottom: 0;
}

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

main a {
  color: var(--wp--preset--color--primary);
  transition: 0.2s all;
}
main a:hover, main a:active, main a:focus {
  color: var(--wp--preset--color--darkprimary);
  text-decoration: none;
}
main ol, main p, main pre, main ul {
  margin: 0 0 20px;
}
main * + ol, main * + p, main * + pre, main * + ul {
  margin-top: 20px;
}
main .is-style-feature {
  background: var(--wp--preset--color--primary);
  margin: clamp(30px, 2.5vw, 45px) 0;
  padding: clamp(20px, 2vw, 35px) clamp(30px, 3vw, 55px);
}
main .is-style-feature a {
  color: #fff;
}

a {
  color: var(--wp--preset--color--secondary);
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:active {
  color: var(--wp--preset--color--lightsecondary);
  text-decoration: none;
}
a:focus-visible {
  outline: 2px dashed var(--wp--preset--color--primary);
  outline-offset: 3px;
}

input {
  border-radius: 0;
}

em {
  color: var(--wp--preset--color--foreground);
}

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: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  color: #fff;
  font-size: clamp(30px, 3.1vw, 52px);
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: #000;
  font-size: clamp(24px, 2.4vw, 40px);
}

h3 {
  color: var(--wp--preset--color--primary);
  font-size: clamp(20px, 1.8vw, 30px);
}

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

h5 {
  font-size: 18px;
}

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

ul li, ol li {
  margin-bottom: 0;
}

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

h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0 !important;
}

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

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

.section {
  padding: clamp(45px, 5vw, 90px) 0 !important;
}

.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
*/
.wp-block-file a:not(.wp-element-button) {
  font-size: 15px;
  line-height: 1.3;
}
.wp-block-file a.wp-block-file__button {
  background: var(--wp--preset--color--primary);
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 35px;
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  text-decoration: none;
}

.wp-block-button {
  display: flex !important;
}
.wp-block-button .wp-block-button__link {
  background: var(--wp--preset--color--secondary);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 140px;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  background: var(--wp--preset--color--lightsecondary);
  color: #fff;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px dashed var(--wp--preset--color--lightsecondary);
  outline-offset: 3px;
}
.wp-block-button.style_1 .wp-block-button__link {
  padding: 0 55px 0 0;
}
.wp-block-button.style_1 .wp-block-button__link:after {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  color: #fff;
  content: " +";
  font-size: 26px;
  font-weight: 800;
  height: 40px;
  left: auto;
  right: 0;
}
.wp-block-button.style_1 .wp-block-button__link:hover:after, .wp-block-button.style_1 .wp-block-button__link:focus:after, .wp-block-button.style_1 .wp-block-button__link:active:after {
  background: var(--wp--preset--color--lightprimary);
}

.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: 768px) {
  .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: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table tbody tr td {
    padding: 14px 25px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table tbody tr td {
    padding: 10px 15px;
  }
}
.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: 23%;
  font-size: 16px;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .date_published {
    min-width: 12rem;
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .wp-block-table table tbody .date_published {
    font-size: 18px;
  }
}
.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: 10rem;
  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;
}

.btn-more {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 22px;
  text-align: center;
  text-transform: uppercase;
}
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more:focus-visible {
  background: var(--wp--preset--color--darkprimary);
  border-color: var(--wp--preset--color--darkprimary);
  color: #fff;
}
.btn-more.uk-button {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.btn-more.uk-button:hover, .btn-more.uk-button:focus, .btn-more.uk-button:active, .btn-more.uk-button:focus-visible {
  background: var(--wp--preset--color--darkprimary);
  border-color: var(--wp--preset--color--darkprimary);
}

.more {
  color: var(--wp--preset--color--primary);
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.more:hover, .more:focus, .more:active, .more:focus-visible {
  color: var(--wp--preset--color--darkprimary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

figcaption {
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 1.4;
}

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

.wp-block-columns {
  margin: 0 0 25px;
  /*&.is-layout-flex {gap: clamp(35px,3vw,45px) 30px;}*/
}
.wp-block-columns + .wp-block-columns {
  margin: clamp(35px, 3vw, 45px) 0 0;
}

h2 + .wp-block-columns, h3 + .wp-block-columns, h4 + .wp-block-columns {
  margin-top: 35px;
}

*:not(h2, h3, h4, p) + .wp-block-columns {
  margin-top: 45px;
}

.wp-block-image {
  margin: 0 0 25px;
}

* + .wp-block-image {
  margin-top: 25px;
}

.uk-tab {
  gap: 10px;
  list-style: none !important;
  margin-bottom: 30px;
  margin-left: 0;
}
.uk-tab:before {
  display: none;
}
.uk-tab > * {
  margin: 0 !important;
  padding: 0;
}
.uk-tab > * > a {
  background: var(--wp--preset--color--lightgrey);
  border: none;
  color: var(--wp--preset--color--foreground) !important;
  font-size: 18px;
  font-weight: 400 !important;
  padding: 8px 15px;
  text-decoration: none !important;
  transition: 0.15s ease-out;
}
.uk-tab > * > a:hover, .uk-tab > * > a:focus, .uk-tab > * > a:active {
  background: var(--wp--preset--color--grey);
  color: #fff !important;
}
.uk-tab > .uk-active > a {
  background: var(--wp--preset--color--primary);
  color: #fff !important;
  font-weight: 700;
}

/* stock charts/quotes */
iframe.stock-charts-quotes {
  min-height: 540px;
}
iframe.stock-charts-quotes.quotes {
  min-height: 400px;
}

@media (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 25px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 40px;
  }
  ol, p, pre, ul {
    margin: 0 0 25px;
  }
  * + ol, * + p, * + pre, * + ul {
    margin-top: 25px;
  }
  figcaption {
    font-size: 18px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 18px;
    padding: 16px 25px;
  }
  .uk-tab > * > a {
    font-size: 20px;
    padding: 10px 20px;
  }
  .btn-more {
    font-size: 18px;
    padding: 12px 26px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 21px;
  }
  .btn-more {
    border-radius: 22px;
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 20px;
  }
  .uk-tab > * > a {
    font-size: 16px;
  }
  .btn-more {
    font-size: 14px;
  }
  iframe.stock-charts-quotes {
    min-height: 580px;
  }
  iframe.stock-charts-quotes.quotes {
    min-height: 660px;
  }
}
/* all pages */
body, :root :where(body) {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outside-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.wrapper,
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: auto;
  padding: 0 5vw;
  position: relative;
  width: 100%;
}

header {
  background: #fff;
  height: min(12vw, 200px);
  position: relative;
  z-index: 151;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: block;
  width: clamp(120px, 12vw, 190px);
  transition: none;
}

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

.main-nav {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  gap: 0 min(3.2vw, 50px);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  list-style-type: none;
  position: relative;
}
.main-nav li a {
  display: block;
}
.main-nav > li {
  position: relative;
}
.main-nav > li > a {
  color: #2f2f2f;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 400;
  height: auto;
  line-height: 1.3;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s color;
}
.main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:has(+ div.uk-open) {
  color: #000;
}
.main-nav > li > a:focus-visible {
  border-radius: 3px;
  outline: 2px dashed var(--wp--preset--color--primary);
  outline-offset: 3px;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
  color: #000;
  font-weight: 700;
}

.uk-navbar-dropdown {
  background: var(--wp--preset--color--darkprimary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: min(1vw, 16px) min(1.5vw, 25px);
  width: min(17vw, 270px);
}
.uk-navbar-dropdown.uk-open {
  display: block;
  height: auto;
  opacity: 1;
  transition: 0.2s opacity;
}
.uk-navbar-dropdown li a {
  color: #fff;
  padding: min(0.6vw, 10px) 0;
}
.uk-navbar-dropdown li a:hover, .uk-navbar-dropdown li a:focus, .uk-navbar-dropdown li a:active {
  color: #eee;
}
.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: min(1.1vw, 18px);
  line-height: 1.3;
  text-transform: uppercase;
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  display: none;
  height: 46px;
  position: absolute;
  right: 0;
  top: 37px;
  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: 120px;
  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: var(--wp--preset--color--secondary);
  font-weight: 700;
}

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

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

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

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

/* bios-slider */
.bios-container {
  padding: clamp(40px, 4vw, 70px) 0;
  text-align: center;
}
.bios-container .wrapper {
  padding: 0 2vw;
}
.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);
  font-weight: 700;
  margin: 0 0 5px;
}
.bios-container .entry p.pos {
  color: var(--wp--preset--color--grey);
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
}
.bios-container .entry .desc {
  font-size: 17px;
  line-height: 1.4;
  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-decoration-thickness: 1px;
  text-underline-offset: 3px;
  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: all 0.2s ease-in-out;
}
.slide-button svg {
  transition: transform 0.2s ease-out;
  width: auto;
}
.slide-button svg polyline {
  stroke: var(--wp--preset--color--tertiary);
  stroke-width: 3;
  transition: 0.2s all;
}
.slide-button.uk-invisible {
  cursor: default;
}
.slide-button.uk-invisible svg polyline {
  opacity: 0.4;
}
.slide-button.uk-invisible:hover svg, .slide-button.uk-invisible:focus svg {
  transform: scale(1);
}
.slide-button.uk-invisible:hover svg polyline, .slide-button.uk-invisible:focus svg polyline {
  stroke: var(--wp--preset--color--lightgrey);
}
.slide-button:hover svg, .slide-button:focus svg {
  transform: scale(1.2);
}
.slide-button:hover svg polyline, .slide-button:focus svg polyline {
  stroke: var(--wp--preset--color--darkprimary) !important;
}

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

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

.feature-boxes {
  background: var(--wp--preset--color--secondary);
  overflow: hidden;
  position: relative;
}
.feature-boxes .wrapper {
  display: flex;
  padding: 0;
}
.feature-boxes .entry {
  background: var(--wp--preset--color--offwhite);
  color: var(--wp--preset--color--foreground);
  display: flex;
  flex: 0 1 25%;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.25;
  justify-content: space-between;
  min-height: 300px;
  padding: clamp(40px, 4vw, 65px) clamp(25px, 3vw, 50px);
  position: relative;
  text-align: center;
}
.feature-boxes .entry:first-child {
  background: var(--wp--preset--color--secondary);
}
.feature-boxes .entry:nth-child(3) {
  background: #fff;
}
.feature-boxes .entry:last-child {
  color: var(--wp--preset--color--foreground);
  order: 1;
}
.feature-boxes .entry > * {
  flex-basis: 100%;
}
.feature-boxes .entry .list {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: clamp(30px, 2.5vw, 40px);
  justify-content: space-between;
}
.feature-boxes .entry .list a {
  color: #fff;
}
.feature-boxes .entry .list a:hover, .feature-boxes .entry .list a :focus {
  color: var(--wp--preset--color--lightprimary);
}
.feature-boxes .entry .icon {
  margin: 0 0 8px;
}
.feature-boxes .entry .icon i {
  font-size: 34px;
}
.feature-boxes h3 {
  color: var(--wp--preset--color--foreground);
  font-weight: 400;
  margin: 0 0 25px;
}
.feature-boxes h4 {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.feature-boxes .big {
  color: var(--wp--preset--color--secondary);
  font-size: clamp(32px, 3.1vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}
.feature-boxes .item .files {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 5px 0 0;
}
.feature-boxes .item i {
  display: block;
  font-size: 24px;
}
.feature-boxes .item span {
  display: block;
  padding: 5px 0 0;
}

.home-projects {
  background: var(--wp--preset--color--lightgrey);
  position: relative;
}
.home-projects .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: unset;
}
.home-projects .entry {
  align-items: flex-end;
  aspect-ratio: 3/2;
  color: #fff;
  display: flex;
  flex: 1 0 50%;
  line-height: 1.5;
  min-height: 360px;
  min-width: 340px;
  padding: 4vw 5vw;
  position: unset;
}
.home-projects .entry:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.home-projects .entry:nth-child(2):before {
  visibility: hidden;
}
.home-projects .entry:nth-child(2) img {
  left: 50%;
}
.home-projects .entry img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 50%;
}
.home-projects .inner {
  z-index: 2;
}
.home-projects h2 {
  color: #fff;
}
.home-projects p:last-of-type {
  margin-bottom: 0;
}
.home-projects .btn-more {
  margin: 25px 0 0;
}

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

.main-col {
  min-height: 500px;
  padding: min(5vw, 80px) 0 min(5vw, 80px) min(5vw, 80px);
  position: relative;
  width: 75%;
  z-index: 1;
}
.main-col.wide {
  margin: 0 auto;
  padding-left: 0;
}
.main-col h2 {
  color: var(--wp--preset--color--primary);
}
.main-col h2:first-child {
  margin: 0 0 clamp(25px, 2.5vw, 45px);
}
.main-col h4 {
  color: var(--wp--preset--color--secondary);
}
.main-col ul {
  list-style-type: disc;
}
.main-col ul, .main-col ol {
  font-weight: 400;
}
.main-col ul li, .main-col ol li {
  margin-bottom: 20px;
}
.main-col li ul, .main-col li ol {
  margin-top: 15px;
}
.main-col ul.nomargin li, .main-col ol.nomargin li {
  margin: 0;
}
.main-col a {
  color: var(--wp--preset--color--primary);
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.main-col a:hover, .main-col a:focus, .main-col a:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.aside-col {
  background: var(--wp--preset--color--offwhite);
  padding: clamp(45px, 5vw, 80px) 0;
  position: relative;
  width: 25%;
}
.aside-col:before {
  background: var(--wp--preset--color--offwhite);
  content: "";
  height: 100%;
  right: 100%;
  position: absolute;
  top: 0;
  width: 1000%;
}

.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-menu li {
  list-style-type: none;
}
.sidebar-menu li a {
  color: #303030;
  display: block;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  padding: clamp(13px, 1.2vw, 20px) 20px clamp(13px, 1.2vw, 20px) 0;
  position: relative;
  text-transform: uppercase;
  transition: none;
  z-index: 0;
}
.sidebar-menu li a:hover, .sidebar-menu li a:focus, .sidebar-menu li a:active {
  background: rgba(0, 0, 0, 0.08);
}
.sidebar-menu li a:hover:before, .sidebar-menu li a:focus:before, .sidebar-menu li a:active:before {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
}
.sidebar-menu li.current_page_item a {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.sidebar-menu li.current_page_item a:before {
  background: var(--wp--preset--color--primary);
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
}
.sidebar-menu ul.children {
  margin: 0;
}
.sidebar-menu ul.children li a {
  font-size: clamp(14px, 1.15vw, 18px);
  padding: clamp(11px, 1.1vw, 18px) 20px clamp(11px, 1.1vw, 18px) 0;
}

/*
.sidebar-menu ul.children {margin: 1.5vw 0; padding: 0 0 0 1.5vw;}
.sidebar-menu ul.children li {margin: 0 0 1vw;}
.sidebar-menu ul.children a {font-size: 1.2vw;}
*/
.media-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(45px, 4vw, 70px) 4%;
}
.media-list .entry {
  line-height: 1.5;
  flex: 1 0 48%;
  min-width: 310px;
  text-align: center;
}
.media-list .entry .img {
  aspect-ratio: 16/9;
  background: var(--wp--preset--color--lightgrey);
  display: block;
}
.media-list .entry .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.media-list .entry .vid {
  aspect-ratio: 16/9;
  margin: 0 0 20px;
}
.media-list .entry .date {
  color: var(--wp--preset--color--darkprimary);
  font-weight: 700;
  margin: 0 0 2px;
}
.media-list .entry .desc {
  background: var(--wp--preset--color--offwhite);
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 16px 20px;
}
.media-list iframe {
  height: 100%;
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: clamp(45px, 5vw, 90px) 0;
  position: relative;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.5vw, 40px) min(2.5vw, 40px);
  justify-content: space-between;
}
footer .c:nth-child(2) {
  text-align: right;
}
footer .etc {
  display: flex;
  flex: 1 0 100%;
  justify-content: space-between;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus, footer a:active {
  color: var(--wp--preset--color--primary);
}
footer p:last-child {
  margin: 0;
}

.logo-footer {
  display: inline-block;
  filter: brightness(0) invert(1);
  width: min(11vw, 170px);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px min(2.5vw, 40px);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #fff;
  display: block;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.3;
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 1600px) {
  body, :root :where(body) {
    font-size: 20px;
  }
  .wrapper,
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0;
    max-width: 1440px;
  }
  .bios-container .wrapper {
    padding: 0;
  }
  .bios-container .entry h4.title {
    font-size: 25px;
  }
  .bios-container .entry p.pos {
    font-size: 18px;
  }
  .bios-container .entry .desc {
    font-size: 20px;
    margin: 25px 0 20px;
  }
  .bios-container .entry .more {
    font-size: 18px;
  }
  .uk-slider-container {
    margin: 0;
  }
  .slide-button svg {
    width: 25px;
  }
  .uk-slidenav-previous {
    left: -40px;
  }
  .uk-slidenav-next {
    right: -40px;
  }
  .feature-boxes {
    margin-left: -110px;
  }
  .feature-boxes:before {
    background: var(--wp--preset--color--offwhite);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .feature-boxes .entry {
    flex: 0 1 calc(25% + 110px + 13.75px);
    min-height: 350px;
  }
  .feature-boxes .entry:last-child {
    margin-right: -110px;
  }
  .feature-boxes .item i {
    font-size: 28px;
  }
  .home-projects .entry {
    aspect-ratio: unset;
    height: 37vw;
    max-height: 640px;
    padding: 70px 70px 70px 0;
  }
  .home-projects .entry:nth-child(2) {
    padding: 70px 0 70px 70px;
  }
  .home-projects .btn-more {
    margin: 35px 0 0;
  }
  .main-col ul li,
  .main-col ol li {
    margin-bottom: 25px;
  }
  .media-list .entry .desc {
    font-size: 18px;
  }
  /*
  .sidebar-menu ul.children {margin: 25px 0; padding: 0 0 0 22px;}
  .sidebar-menu ul.children li {margin: 0 0 20px;}
  .sidebar-menu ul.children a {font-size: 20px;}
  */
  footer {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 120px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .uk-slider-items > li {
    width: 33.33%;
  }
  .feature-boxes {
    border-top: 1px solid var(--wp--preset--color--offwhite);
  }
  .feature-boxes .wrapper {
    flex-wrap: wrap;
  }
  .feature-boxes .entry {
    flex: 1 1 50%;
    min-height: 300px;
    min-width: 300px;
  }
  .feature-boxes .entry:nth-child(3) {
    background: var(--wp--preset--color--offwhite);
  }
  .feature-boxes .entry:nth-child(4) {
    background: #fff;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    padding: 45px 0;
    width: 100%;
  }
  .aside-col {
    margin: 0;
    padding: 35px 0;
    width: 100%;
  }
  .aside-col:before {
    left: -100px;
    right: -100px;
  }
  .sidebar-menu li a {
    padding-right: 0;
  }
  .sidebar-menu li a:hover, .sidebar-menu li a:focus, .sidebar-menu li a:active {
    background: none;
  }
  .sidebar-menu li a:hover:before, .sidebar-menu li a:focus:before, .sidebar-menu li a:active:before {
    left: -100px;
    right: -100px;
  }
  .sidebar-menu li.current_page_item a:before {
    left: -100px;
    right: -100px;
    z-index: -1;
  }
  footer {
    font-size: 15px;
    text-align: center;
  }
  footer .wrapper {
    align-items: center;
    flex-direction: column;
    gap: 30px 25px;
  }
  footer .etc {
    flex-direction: column;
  }
  .logo-footer {
    width: 110px;
  }
  .footer-nav {
    gap: 10px 20px;
  }
  .footer-nav a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .wrapper,
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0 25px;
  }
  body, :root :where(body) {
    font-size: 16px;
  }
  .bios-container {
    padding: 45px 0 35px;
  }
  .bios-container .wrapper {
    padding: 0 5px;
  }
  .bios-container .entry {
    padding: 25px 5px;
  }
  .bios-container .entry .desc {
    font-size: 16px;
  }
  .uk-slider-items > li {
    min-width: 250px;
    width: 50%;
  }
  .slide-button svg {
    width: 18px;
  }
  .home-projects .entry {
    aspect-ratio: 16/9;
    min-height: 340px;
    padding: 35px 25px;
    position: relative;
  }
  .home-projects .entry:nth-child(2):before {
    visibility: visible;
  }
  .home-projects .entry:nth-child(2) img {
    left: 0;
  }
  .home-projects .entry img {
    width: 100%;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    min-height: 300px;
  }
  .media-list .entry .vid {
    margin: 0 0 15px;
  }
  footer {
    font-size: 15px;
    padding: 45px 0;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .feature-boxes .entry:nth-child(3) {
    background: #fff;
  }
  .feature-boxes .entry:nth-child(4) {
    background: var(--wp--preset--color--offwhite);
  }
}
.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--darkprimary);
}
.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--darkprimary);
}
.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: #fff;
}
.social-wrapper ul li i {
  transition: 0.3s 0 all;
}

footer .social {
  margin: min(1.7vw, 30px) 0 0;
}
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: 1024px) { /* -------------------------  1024  ------------------------- */
  .social-wrapper ul li a {
    font-size: 20px;
  }
  footer .social {
    margin: 25px 0 0;
  }
  footer .social-wrapper ul {
    justify-content: center;
  }
}
@media (max-width: 768px) { /* -------------------------  768  ------------------------- */
  /*
  .social-wrapper {
      ul {
          li a {
              font-size: 18px; padding: 0 3px;
          }
      }
  }
  */
}/*# sourceMappingURL=style-base.css.map */