/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.page-banner {
  background: var(--wp--preset--color--primary);
  position: relative;
}

.banner-static {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 920px;
  min-height: 52vw;
  overflow: hidden;
  position: relative;
}
.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 80% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-static .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}
.banner-static .inner {
  padding: clamp(100px, 11vw, 180px) 0 clamp(50px, 5vw, 80px);
  width: 50%;
}
.banner-static .caption {
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  margin: clamp(35px, 4vw, 60px) 0 0;
}
.banner-static .caption h1 {
  color: #fff;
  margin: 0 0 10px;
}
.banner-static .caption p {
  margin: 0;
}
.banner-static hr {
  margin-top: clamp(40px, 4.5vw, 70px) !important;
}

.sub-banner {
  height: 29vw;
  max-height: 520px;
  min-height: 260px;
  position: relative;
}
.sub-banner .wrapper {
  align-items: center;
  display: flex;
}
.sub-banner .inner {
  padding: 2.5vw 0 0;
}
.sub-banner .heading {
  position: relative;
  z-index: 1;
}
.sub-banner .heading h1 {
  font-size: 4vw;
  font-weight: 600;
  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 {
    height: 50vw;
    min-height: 400px;
  }
  .banner-static .caption {
    font-size: 24px;
  }
  .sub-banner {
    height: 29vw;
  }
  .sub-banner .inner {
    padding: 80px 0 0;
  }
  .sub-banner .heading h1 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) { /* -------------------------  1200  ------------------------- */
  .banner-static .caption {
    font-size: 18px;
  }
}
@media (max-width: 768px) { /* -------------------------  960  ------------------------- */
  .banner-static .inner {
    width: 100%;
  }
  .sub-banner .heading h1 {
    font-size: 34px;
  }
}
/*
@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";
*/
.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--lightsecondary);
  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;
}

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 */
#wpadminbar ul {
  margin: 0 !important;
}

.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: 768px) {
  .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--lightprimary);
  transition: 0.2s ease-out;
}
main a:hover, main a:active, main a:focus {
  color: var(--wp--preset--color--secondary);
  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;
}

a {
  color: var(--wp--preset--color--lightprimary);
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}

input {
  border-radius: 0;
}

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

strong {
  font-weight: 700;
}

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

iframe {
  border: none;
  margin: 0;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-family: "Atyp Text Trial", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px;
}

h1 {
  color: var(--wp--preset--color--primary);
  font-size: 3vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  color: var(--wp--preset--color--primary);
  font-size: 2.2vw;
  text-transform: uppercase;
}

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

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

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

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

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

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

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

h2 + p {
  margin-top: 0;
}

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

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding: 0 4vw;
}

.section:not(:has(> .wp-block-cover)),
section.wp-block-group:not(:has(> .wp-block-cover)) {
  padding: clamp(50px, 5vw, 80px) 0 !important;
}

hr {
  background-image: linear-gradient(to right, var(--wp--preset--color--grey) 16.66%, var(--wp--preset--color--secondary) 33.33%, var(--wp--preset--color--lightsecondary) 50%, var(--wp--preset--color--quaternary) 66.66%, var(--wp--preset--color--lightprimary) 83.33%, var(--wp--preset--color--tertiary) 100%);
  border: none !important;
  padding: 1.5px;
}

*:focus-visible {
  border-radius: 3px;
  outline: 2px dashed var(--wp--preset--color--lightsecondary);
  outline-offset: 4px;
}

/* wp-buttons */
.wp-block-button .wp-block-button__link {
  background: none;
  border-radius: 0;
  color: var(--wp--preset--color--primary);
  display: block;
  font-family: "Atyp Text Trial", sans-serif;
  font-weight: 600;
  height: 36px;
  line-height: 1.5;
  min-width: 0;
  padding: 5px 10px 5px 50px;
  text-align: left;
  transition: 0.2s ease-out;
}
.wp-block-button .wp-block-button__link:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s ease-out;
  width: 36px;
}
.wp-block-button .wp-block-button__link:after {
  background: url(../img/custom/icon_spark.svg) no-repeat 50% 50%/contain;
  bottom: 0;
  content: "";
  filter: brightness(0) invert(1);
  left: 7px;
  position: absolute;
  top: 0;
  transition: 0.2s ease-out;
  width: 23px;
}
.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: none;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.5px;
}
.wp-block-button .wp-block-button__link:hover:after, .wp-block-button .wp-block-button__link:focus:after, .wp-block-button .wp-block-button__link:active:after {
  transform: scale(1.2);
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline-color: var(--wp--preset--color--lightprimary);
}
.wp-block-button.btn-2 .wp-block-button__link {
  background: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-btn-secondary .wp-block-button__link {
  border-radius: 35px;
  display: inline-block;
  padding: 18px 35px;
}

.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-cover {
  min-height: 0;
  padding: 0;
}

.wp-block-proactive-tabs__tabs-list {
  gap: 15px;
}
.wp-block-proactive-tabs__tabs-list__tab {
  margin: 0 !important;
}
.wp-block-proactive-tabs__tabs-list__tab > .tabs-button {
  font-size: inherit;
  padding: 10px 20px;
}
.wp-block-proactive-tabs__tabs-list__tab > .tabs-button span {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.wp-block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 30px;
}
@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: 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: 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 {
  background: #f5f5f5;
}
.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;
}

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

table + figcaption {
  font-size: 14px;
  line-height: 1.3;
}

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

.wp-block-columns {
  margin: 0 0 25px;
}
.wp-block-columns.is-layout-flex {
  gap: 35px 30px;
}
.wp-block-columns + .wp-block-columns {
  margin: 35px 0 0;
}

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

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

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

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

.wp-block-group {
  margin-bottom: 0;
}

.uk-tab {
  margin-bottom: 30px;
  margin-left: 0;
}
.uk-tab:before {
  left: 10px;
}
.uk-tab > * > a {
  background: var(--wp--preset--color--lightergrey);
  border: none;
  color: var(--wp--preset--color--foreground) !important;
  font-size: 18px;
  font-weight: 500 !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--secondary);
  color: #fff !important;
}
.uk-tab > .uk-active > a {
  background: var(--wp--preset--color--secondary);
  color: #fff !important;
}

.uk-animation-kenburns {
  animation-delay: 0.2s;
  animation-duration: 20s;
}

@media (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 23px;
  }
  small {
    font-size: 17px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 25px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 30px;
  }
  main ol, main p, main pre, main ul {
    margin: 0 0 25px;
  }
  main * + ol, main * + p, main * + pre, main * + ul {
    margin-top: 25px;
  }
  figcaption {
    font-size: 17px;
  }
  table + figcaption {
    font-size: 15px;
  }
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0 60px;
  }
  .uk-tab {
    margin-bottom: 40px;
  }
  .uk-tab > * > a {
    font-size: 20px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 20px;
    height: 42px;
    padding: 5px 10px 5px 58px;
  }
  .wp-block-button .wp-block-button__link:before {
    width: 42px;
  }
  .wp-block-button .wp-block-button__link:after {
    left: 8px;
    width: 26px;
  }
  .wp-block-columns {
    margin: 0 0 30px;
  }
  .wp-block-columns.is-layout-flex {
    gap: 35px 35px;
  }
  h2, h3, h4 + .wp-block-columns {
    margin-top: 30px;
  }
  .wp-block-image {
    margin: 0 0 30px;
  }
  * + .wp-block-image {
    margin-top: 30px;
  }
  .wp-block-file a:not(.wp-element-button) {
    font-size: 17px;
  }
  .wp-block-file a.wp-block-file__button {
    font-size: 19px;
    padding: 20px 40px;
  }
  .wp-block-proactive-tabs__tabs-list__tab > .tabs-button {
    padding: 15px 25px;
  }
  .wp-block-proactive-tabs__tabs-list__tab > .tabs-button span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
  h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 17px;
  }
  small {
    font-size: 13px;
  }
  figcaption {
    font-size: 13px;
  }
  table + figcaption {
    font-size: 12px;
  }
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0 25px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    height: 34px;
    padding: 5px 10px 5px 46px;
  }
  .wp-block-button .wp-block-button__link:before {
    width: 34px;
  }
  .wp-block-button .wp-block-button__link:after {
    left: 6px;
    width: 22px;
  }
  .wp-block-columns.is-layout-flex {
    gap: 25px 25px;
  }
  .wp-block-file a.wp-block-file__button {
    font-size: 16px;
    padding: 16px 25px;
  }
  .wp-block-proactive-tabs__tabs-list {
    gap: 10px;
  }
  .wp-block-proactive-tabs__tabs-list__tab > .tabs-button {
    padding: 8px 15px;
  }
  .wp-block-proactive-tabs__tabs-list__tab > .tabs-button span {
    font-size: 16px;
  }
  .uk-tab > * > a {
    font-size: 16px;
  }
}
/* all pages */
body {
  font-family: "Atyp Text Trial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  margin: auto;
  max-width: var(--wp--style--global--content-size);
  padding: 0 4vw;
  position: relative;
  width: 100%;
}

header {
  background: rgba(88, 89, 91, 0.6);
  color: #fff;
  filter: contrast(3);
  height: 54px;
  margin: 0 0 -54px;
  position: fixed;
  width: 100%;
  z-index: 150;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
header.mobile-nav-is-open {
  background: rgba(88, 89, 91, 0.9);
}

.admin-bar header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar header {
    margin-top: 46px;
  }
}

.stockinfo {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.3;
  gap: 0 15px;
}
.stockinfo .entry {
  display: flex;
  gap: 0 8px;
}

.main-nav {
  align-items: center;
  align-self: center;
  display: flex;
  gap: min(2.2vw, 30px);
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: block;
  position: relative;
}
.main-nav li a {
  display: block;
  text-transform: none;
}
.main-nav > li {
  display: inline-block;
  position: relative;
}
.main-nav > li:last-child {
  margin: 0;
}
.main-nav > li > a {
  color: #fff;
  font-size: 16px;
  height: auto;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s all;
}
.main-nav > li > a:hover, .main-nav > li > a:focus, .main-nav > li > a:has(+ div.uk-open) {
  color: var(--wp--preset--color--lightsecondary);
}
.main-nav > li > a:focus-visible {
  border-radius: 3px;
  outline: 1px dashed var(--wp--preset--color--lightsecondary);
  outline-offset: 4px;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
  font-weight: 700;
}

.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: #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: 1.1vw;
  line-height: 1.3;
}

.logo {
  display: block;
  transition: none;
  width: clamp(200px, 24vw, 380px);
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  background: url(../img/custom/icon_spark.svg) no-repeat 100% 50%/contain;
  display: none;
  filter: saturate(0) brightness(2);
  height: 46px;
  mix-blend-mode: screen;
  position: absolute;
  right: 25px;
  text-indent: -9999px;
  top: 0;
  transition: none;
  width: 34px;
}

.mobile-nav-btn.is-clicked {
  filter: saturate(1);
  mix-blend-mode: normal;
}

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

.admin-bar .mobile-nav {
  top: 78px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-nav {
    top: 92px;
  }
}

.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: 1.4;
  padding: 14px 40px;
  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--lightsecondary);
  font-weight: 600;
}

.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 56px;
}

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

h2 > span {
  color: var(--wp--preset--color--grey);
  display: block;
}

.features .wp-block-columns {
  gap: 25px 4.5%;
}
.features .entry {
  background: rgba(146, 150, 160, 0.3);
  padding: 2.5vw !important;
  transition: 0.2s ease-out;
  width: 30.33%;
}
.features .entry:hover, .features .entry:focus, .features .entry:focus-within {
  transform: scale(1.05);
}
.features .top {
  margin: 0 0 clamp(25px, 2vw, 35px);
}
.features .top h2 {
  font-size: 1.9vw !important;
  margin: 0 0 15px;
}
.features .top p {
  line-height: 1.3;
}
.features .wp-block-button__link {
  color: #fff;
}
.features .wp-block-button__link:hover, .features .wp-block-button__link:focus, .features .wp-block-button__link:active {
  color: #fff;
}

.home-news-section .wp-block-post-title {
  flex: 1 0 78%;
  line-height: 1.4;
}
.home-news-section .wp-block-read-more {
  height: 36px;
  padding: 5px 10px 5px 50px;
  position: relative;
}
.home-news-section .wp-block-read-more:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s ease-out;
  width: 36px;
}
.home-news-section .wp-block-read-more:after {
  background: url(../img/custom/icon_spark.svg) no-repeat 50% 50%/contain;
  bottom: 0;
  content: "";
  filter: brightness(0) invert(1);
  left: 7px;
  position: absolute;
  top: 0;
  transition: 0.2s ease-out;
  width: 23px;
}
.home-news-section .wp-block-read-more:hover, .home-news-section .wp-block-read-more:focus, .home-news-section .wp-block-read-more:active {
  background: none;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.5px;
}
.home-news-section .wp-block-read-more:hover:after, .home-news-section .wp-block-read-more:focus:after, .home-news-section .wp-block-read-more:active:after {
  transform: scale(1.2);
}
.home-news-section .wp-block-read-more:focus-visible {
  outline-color: var(--wp--preset--color--lightprimary);
}

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

.main-col {
  min-height: 500px;
  padding: 5vw 0 5vw 5vw;
  width: 80%;
}
.main-col.wide {
  margin: 0 auto;
  padding-left: 0;
}
.main-col h2:first-child {
  margin: 0 0 2.5vw;
}
.main-col ul {
  list-style-type: disc;
}
.main-col a {
  color: var(--wp--preset--color--lightprimary);
  text-decoration: underline;
}
.main-col a:hover, .main-col a:focus, .main-col a:active {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}

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

.aside-col {
  margin: 5vw 0;
  position: relative;
  width: 25%;
}

.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu li a {
  border-bottom: 1px solid var(--wp--preset--color--grey);
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.2vw 1vw;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a:focus, .sidebar-menu li a:active {
  background: var(--wp--preset--color--lightergrey);
}

.sidebar-menu li.current_page_item a {
  color: var(--wp--preset--color--primary);
  content: "//";
  position: relative;
}
.sidebar-menu li.current_page_item a:before {
  content: "// ";
  position: relative;
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--primary);
  color: #fff;
  overflow: hidden;
  position: relative;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 4%;
}
footer .c:last-child {
  align-items: flex-end;
  display: flex;
  gap: 30px 30px;
}
footer a {
  color: #fff;
  display: inline-block;
}
footer a:hover, footer a:focus, footer a:active {
  color: var(--wp--preset--color--lightsecondary);
}

.logo-footer {
  display: flex;
  transition: none;
  width: clamp(180px, 17.5vw, 280px);
  align-items: center;
}

.logo-footer-2 {
  width: clamp(200px, 17.5vw, 280px);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 1px 10px;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #fff;
  display: block;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: uppercase;
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: var(--wp--preset--color--lightsecondary);
}
.footer-nav a:focus-visible {
  outline-offset: 2px;
}

@media (min-width: 1600px) {
  .wrapper {
    padding: 0 60px;
  }
  body {
    font-size: 20px;
  }
  header {
    height: 64px;
    margin: 0 0 -64px;
  }
  .stockinfo {
    font-size: 18px;
  }
  .main-nav > li > a {
    font-size: 18px;
  }
  .uk-navbar-dropdown {
    padding: 20px 28px;
    width: 260px;
  }
  .uk-navbar-dropdown-nav {
    font-size: 18px;
  }
  .uk-navbar-dropdown li a {
    padding: 10px 0;
  }
  .features .entry {
    padding: 40px !important;
  }
  .features .top h2 {
    font-size: 30px !important;
  }
  .home-news-section .wp-block-post-title {
    font-size: 20px !important;
  }
  .home-news-section .wp-block-read-more {
    height: 36px;
    padding: 5px 10px 5px 50px;
    position: relative;
  }
  .home-news-section .wp-block-read-more:before {
    width: 42px;
  }
  .home-news-section .wp-block-read-more:after {
    left: 8px;
    width: 26px;
  }
  .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;
  }
  .aside-col {
    margin: 80px 0;
  }
  .sidebar-menu li a {
    font-size: 20px;
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 46px;
    margin: 0 0 -46px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .stockinfo {
    font-size: 14px;
  }
  .features .wp-block-columns {
    gap: 25px 2%;
  }
  .features .entry {
    flex-basis: 32% !important;
  }
  .features .top h2 {
    font-size: 21px !important;
  }
  .features .top p {
    font-size: 16px;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    min-height: 300px;
    padding: 50px 0;
    width: 100%;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
  }
  .aside-col {
    margin: 0 0 50px;
    width: auto;
  }
  .sidebar-menu {
    border-top: 1px solid var(--wp--preset--color--grey);
  }
  .sidebar-menu li a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
  .mobile-nav ul li a {
    padding: 14px 25px;
  }
  .features .entry {
    padding: 25px !important;
  }
  .features .entry:hover, .features .entry:focus, .features .entry:focus-within {
    transform: scale(1.03);
  }
  .home-news-section .wp-block-post-title {
    flex: 1 0 100%;
    font-size: 16px !important;
  }
  .home-news-section .wp-block-read-more {
    height: 34px;
    padding: 5px 10px 5px 46px;
  }
  .home-news-section .wp-block-read-more:before {
    width: 34px;
  }
  .home-news-section .wp-block-read-more:after {
    left: 6px;
    width: 22px;
  }
  footer {
    text-align: center;
  }
  footer .wrapper {
    align-items: center;
    flex-direction: column;
  }
  footer .logo-footer {
    margin: auto;
  }
  footer .c:last-child {
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px 10px;
    justify-content: center;
    max-width: 500px;
  }
  .footer-nav a {
    letter-spacing: 0.5px;
    text-align: center;
  }
}
.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.5;
  width: 65%;
}
.posts .post__title:hover {
  color: var(--wp--preset--color--lightprimary);
}
.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.2s;
}
.posts .post__link a:hover i {
  color: var(--wp--preset--color--lightprimary);
}
.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: 1024px) { /* -------------------------  1200  ------------------------- */
  .social-wrapper ul li a {
    font-size: 20px;
  }
}
@media (max-width: 768px) { /* -------------------------  960  ------------------------- */
  .social-wrapper ul li a {
    font-size: 18px;
    padding: 0 3px;
  }
  footer .social {
    margin: 0 auto;
  }
  footer .social-wrapper ul {
    justify-content: center;
  }
}/*# sourceMappingURL=style-base.css.map */