/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.banner-static {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 1000px;
  min-height: 51vw;
  isolation: isolate;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.banner-static:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}
.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-static .wrapper {
  display: flex;
  height: 100%;
}
.banner-static .caption {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  justify-content: flex-end;
  line-height: 1.5;
  padding: 4vw 0;
  width: 66.66%;
}
.banner-static .caption .inner {
  width: 75%;
}
.banner-static .caption h3 {
  color: var(--wp--preset--color--primary);
  margin: 0 0 1.5vw;
}
.banner-static .caption h1 {
  font-size: 3.8vw;
  font-weight: 800;
  margin: 0;
  padding: 1vw 0;
  position: relative;
  z-index: 0;
}
.banner-static .caption h1:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  z-index: -1;
}
.banner-static .caption h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}
.banner-static .caption p:last-child {
  margin: 0;
}
.banner-static .panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4vw 0 4vw 4vw;
  position: relative;
  width: 33.33%;
  z-index: 0;
}
.banner-static .panel:before {
  background: rgba(26, 26, 26, 0.9);
  bottom: -100%;
  color: #fff;
  content: "";
  left: 0;
  position: absolute;
  top: -100%;
  width: 500%;
  z-index: -1;
}
.banner-static .panel .top {
  position: relative;
}
.banner-static .panel .bottom {
  color: #fff;
  margin: 2.5vw 0 0;
  position: relative;
}
.banner-static .panel h2 {
  color: #fff;
  font-weight: 400;
  margin: 0 0 2.5vw;
}
.banner-static .panel h3 {
  color: #fff;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.l-news {
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-news li {
  margin: 0 0 2.5vw;
}
.l-news li a {
  color: #fff;
}
.l-news li a:hover, .l-news li a:focus, .l-news li a:active {
  color: #dedede;
}
.l-news .date {
  color: var(--wp--preset--color--primary);
  font-size: 20px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.sub-banner {
  height: 22vw;
  max-height: 420px;
  min-height: 240px;
}
.sub-banner .wrapper {
  align-items: flex-end;
  display: flex;
}
.sub-banner .heading {
  position: relative;
  z-index: 1;
}
.sub-banner .heading h1 {
  color: #fff;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding: 1vw 4vw 1vw 0;
  position: relative;
  z-index: 0;
}
.sub-banner .heading h1:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  z-index: -1;
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .banner-static {
    min-height: 0;
  }
  .banner-static .caption {
    padding: 68px 0;
  }
  .banner-static .caption h3 {
    margin: 0 0 25px;
  }
  .banner-static .caption h1 {
    font-size: 64px;
    padding: 18px 0;
  }
  .banner-static .panel {
    padding: 64px 0 64px 64px;
  }
  .banner-static .panel h2 {
    margin: 0 0 40px;
  }
  .banner-static .panel h3 {
    font-size: 26px;
  }
  .banner-static .panel .bottom {
    margin: 40px 0 0;
  }
  .l-news li {
    margin: 0 0 40px;
  }
  .l-news .date {
    font-size: 24px;
  }
  .sub-banner .heading h1 {
    font-size: 52px;
    padding: 18px 60px 18px 0;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */
  .banner-static .caption {
    font-size: 18px;
  }
  .banner-static .caption .inner {
    width: 92%;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .banner-static {
    max-height: none;
  }
  .banner-static:before {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
  }
  .banner-static:before {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
  }
  .banner-static .wrapper {
    flex-wrap: wrap;
  }
  .banner-static .caption {
    font-size: 16px;
    padding: 100px 0 40px;
    width: 100%;
  }
  .banner-static .caption .inner {
    width: 75%;
  }
  .banner-static .caption h1 {
    font-size: 36px;
    padding: 10px 0;
  }
  .banner-static .caption h3 {
    margin: 0 0 15px;
  }
  .banner-static .panel {
    margin: 0 -25px;
    padding: 40px 25px;
    width: calc(100% + 50px);
  }
  .banner-static .panel:before {
    bottom: 0;
    top: 0;
  }
  .banner-static .panel .bottom {
    margin: 40px 0 0;
  }
  .banner-static .panel h2 {
    margin: 0 0 25px;
  }
  .banner-static .panel h3 {
    font-size: 18px;
  }
  .l-news li {
    margin: 0 0 20px;
  }
  .sub-banner .heading h1 {
    font-size: 28px;
    padding: 10px 30px 10px 0;
  }
}
@media (max-width: 640px) { /* -------------------------  640  ------------------------- */
  .banner-static .caption {
    font-size: 15px;
  }
  .banner-static .caption .inner {
    width: 100%;
  }
  .banner-static .caption h1 {
    font-size: 30px;
    padding: 10px 20px 10px 0;
  }
  .banner-static .panel h3 {
    font-size: 16px;
  }
  .sub-banner .heading h1 {
    font-size: 24px;
  }
}
/*
@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;
}

.features .gform_wrapper.gravity-theme {
  color: #fff;
}
.features .gform_wrapper.gravity-theme input[type=text],
.features .gform_wrapper.gravity-theme input[type=email],
.features .gform_wrapper.gravity-theme textarea {
  background: #fff;
  color: #333;
  line-height: 1.5;
}
.features .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 5px;
}
.features .gform_wrapper.gravity-theme .gfield_required {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 700;
}
.features .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 14px;
  line-height: 1;
}
.features .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}
.features .gform_wrapper.gravity-theme button {
  background: var(--wp--preset--color--primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto !important;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.features .gform_wrapper.gravity-theme button:hover,
.features .gform_wrapper.gravity-theme button:active {
  background: rgb(103.4624, 152.5632, 66.6368);
  color: #fff;
}
.features .gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 12px;
}
.features .gform_wrapper.gravity-theme .validation_message {
  line-height: 1.4;
  padding: 12px;
}
.features .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .features .gform_wrapper.gravity-theme .gform_required_legend {
    font-size: 16px;
  }
  .features .gform_wrapper.gravity-theme input[type=text],
  .features .gform_wrapper.gravity-theme input[type=email],
  .features .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
  }
  .features .gform_wrapper.gravity-theme button {
    font-size: 19px;
    padding: 16px 30px;
  }
}
@media (max-width: 640px) {
  .features .gform_wrapper.gravity-theme .gform_required_legend {
    font-size: 14px;
  }
  .features .gform_wrapper.gravity-theme input[type=text],
  .features .gform_wrapper.gravity-theme input[type=email],
  .features .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
  }
  .features .gform_wrapper.gravity-theme button {
    font-size: 16px;
  }
}
: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, a:focus { /*color: darken(#579a8d,10%);*/
  color: var(--wp--preset--color--lightprimary);
  text-decoration: none;
}
a:focus-visible {
  outline: 2px dashed var(--wp--preset--color--lightprimary);
  outline-offset: 3px;
}

input {
  border-radius: 0;
}

iframe {
  border: none;
}

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

strong {
  font-weight: 600;
}

small {
  display: inline-block;
}

h1, h2, h3, h4, h5 {
  font-family: "Libre Franklin";
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  color: #686868;
  font-size: 2.1vw;
  font-weight: 500;
  text-transform: uppercase;
}

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

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

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

.wrapper {
  margin: auto;
  max-width: 1560px;
  padding: 0 6vw;
  position: relative;
  width: 100%;
}

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

/* common elements */
.container {
  padding: 6vw 0;
}

.btn-more {
  background: var(--wp--preset--color--primary);
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 25px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
  background: rgb(103.4624, 152.5632, 66.6368);
  color: #fff;
}

.more {
  color: var(--wp--preset--color--primary);
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
.more:hover, .more:focus, .more:active {
  color: var(--wp--preset--color--lightprimary);
}

/* 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-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: #fff;
  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: 600;
  font-size: 15px;
  background: var(--wp--preset--color--primary);
  border-bottom: 0;
  line-height: 1.5;
  padding: 10px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 16px;
  }
}
@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: 10px 20px;
}
@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: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
}
@media (max-width: 960px) {
  .wp-block-table table tbody .file_name a {
    margin: -10px -15px;
    padding: 10px 15px;
  }
}
.wp-block-table table tbody .file_name a:hover {
  text-decoration: none;
  color: rgb(68.5892116183, 121.4107883817, 111.1618257261);
  background: rgba(0, 0, 0, 0.1);
}
@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: 17rem;
  font-size: 1.4rem;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .date_published {
    min-width: 12rem;
  }
}
.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: var(--wp--preset--color--tertiary);
  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;
}

@media (min-width: 1600px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 25px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 35px;
  }
  ol, p, pre, ul {
    margin: 0 0 25px;
  }
  * + ol, * + p, * + pre, * + ul {
    margin-top: 25px;
  }
  p {
    font-size: 18px;
  }
  .wrapper {
    padding: 0 80px;
  }
  .btn-more {
    font-size: 19px;
    padding: 18px 30px;
  }
  .more {
    font-size: 18px;
  }
  .container {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  .wrapper {
    padding: 0 40px;
    width: 100%;
  }
  .btn-more {
    font-size: 16px;
    padding: 14px 20px;
  }
  .more {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  .wrapper {
    padding: 0 25px;
  }
  .container {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .btn-more {
    font-size: 15px;
  }
  .more {
    font-size: 14px;
  }
}
/* all pages */
body {
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

header {
  background: #fff;
  color: #fff;
  height: 10vw;
  max-height: 180px;
  min-height: 120px;
  position: relative;
  z-index: 150;
}

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

.logo {
  display: block;
  transition: all 0.3s ease-in-out;
  max-width: 420px;
  width: 23vw;
}

.right-c {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1vw 0 0;
}

.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;
  position: relative;
}

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

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

.main-nav > li:last-child {
  margin: 0;
}

.main-nav > li > a {
  color: #505050;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  font-weight: 500;
  height: auto;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all;
}

.main-nav > li > a:hover {
  color: #000;
}

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-parent > a {
  color: var(--wp--preset--color--primary);
}

.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 li a {
  color: #fff;
  font-weight: 400;
  padding: 9px 0;
}

.uk-navbar-dropdown li a:hover {
  color: #dedede;
}

.uk-navbar-dropdown.uk-open {
  display: block;
  height: auto;
  opacity: 1;
  transition: 0.3s opacity;
}

.uk-navbar-dropdown-nav {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  display: none;
  height: 46px;
  position: absolute;
  right: 25px;
  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--primary);
  border-top: 1px solid rgba(216, 216, 216, 0.6);
  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: 21px;
  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--secondary);
  font-weight: 500;
}

.mobile-nav ul li.sub-open a {
  background: rgb(98.648, 145.464, 63.536);
}

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

/* ----------  Social Media Icons  ---------- */
.social {
  margin: 1.2vw 0 0;
}

.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.social-wrapper li {
  list-style: none;
}

.social-wrapper ul li a {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.3;
  padding: 0 5px;
  transition-duration: 0.3s;
}

.social-wrapper i {
  transition: 0.3s all;
}

.mobile-nav .etc {
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  padding: 14px 25px;
}

.mobile-nav .etc a {
  border: none;
}

.mobile-nav .social-wrapper ul {
  justify-content: center;
}

.mobile-nav .social-wrapper ul li i {
  transition: none;
}

.home-projects {
  position: relative;
}

.home-projects .wrapper {
  display: flex;
  position: unset;
}

.home-projects .entry {
  align-items: flex-end;
  color: #fff;
  display: flex;
  line-height: 1.6;
  height: 37vw;
  max-height: 680px;
  padding: 4vw 6vw 4vw 0;
  width: 50%;
}

.home-projects .entry:not(:first-child) {
  overflow: hidden;
  padding: 4vw 0 4vw 6vw;
}

.home-projects .entry:first-child:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home-projects .entry p {
  line-height: 1.6;
}

.home-projects img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 0;
}

.home-projects .entry:nth-child(2) img {
  left: 50%;
}

.home-projects .inner {
  position: relative;
  z-index: 1;
}

.home-projects h3 {
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1.8vw;
  padding: 1.2vw 20px 0.8vw 0;
  position: relative;
}

.home-projects h3:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  left: -400%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-projects .more {
  margin: 1vw 0 0;
}

.media-home {
  background: #eee;
}
.media-home .wrapper {
  display: flex;
  gap: clamp(45px, 4vw, 70px) 4%;
}
.media-home .entry {
  line-height: 1.5;
  flex: 0 0 48%;
  text-align: center;
}
.media-home .entry .img {
  aspect-ratio: 16/9;
  background: #666;
  display: block;
}
.media-home .entry .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.media-home .entry .vid {
  aspect-ratio: 16/9;
  margin: 0 0 20px;
}
.media-home .entry iframe {
  height: 100%;
}
.media-home .entry .date {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  margin: 0 0 2px;
}

.bios-container {
  text-align: center;
}
.bios-container h2 {
  margin: 0 0 3vw;
}
.bios-container .entry {
  display: block;
  padding: 2vw 2%;
}
.bios-container .entry:hover, .bios-container .entry:focus {
  background: #eee;
}
.bios-container h3 {
  color: var(--wp--preset--color--primary);
  font-size: 1.9vw;
  font-weight: 400;
  margin: 0 0 5px;
}
.bios-container p.pos {
  color: var(--wp--preset--color--foreground);
  line-height: 1.3;
  margin: 0;
}
.bios-container .img {
  margin: 20px 0 0;
}
.bios-container .img img {
  border-radius: 50% 50%;
  max-width: 160px;
  width: 100%;
}

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

.features {
  display: flex;
  overflow: hidden;
}
.features .wrapper {
  display: flex;
  padding: 0;
}
.features .entry {
  align-items: center;
  background: var(--wp--preset--color--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw;
  position: relative;
  text-align: center;
  width: 33.33%;
}
.features .entry:nth-child(2) {
  background: #2b2b2b;
}
.features .entry:nth-child(3) {
  background: #000;
}
.features .entry:first-child:before, .features .entry:last-child:before {
  background: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
.features .entry:first-child:before {
  left: -300%;
  right: 100%;
}
.features .entry:last-child:before {
  left: 100%;
  right: -300%;
}
.features .entry h2 {
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.features a.icon {
  display: block;
  margin: 2vw 0 0;
}
.features a.icon:hover svg {
  color: #dedede;
}
.features a.icon:hover .more {
  color: #dedede;
}
.features svg {
  color: #fff;
  height: 50px;
  transition: 0.3s all;
}
.features .more {
  color: #fff;
  display: block;
  margin: 25px 0 0;
  text-decoration: underline;
  transition: 0.3s all;
}
.features .box {
  margin: 10px 0 0;
}
.features input[type=submit] {
  background: var(--wp--preset--color--primary);
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 25px;
  text-transform: uppercase;
}

.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: #ccc;
  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--primary);
  font-weight: 600;
  margin: 0 0 2px;
}
.media-list .entry .desc {
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 16px 20px;
}
.media-list iframe {
  height: 100%;
}

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

.main-col {
  min-height: 400px;
  padding: 4vw 4vw 4vw 0;
  width: 72%;
}

.main-col.wide {
  padding-right: 4vw;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.aside-col {
  margin: -3.2vw 0 4vw;
  position: relative;
  width: 28%;
}

.sidebar-menu {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  background: #fff;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: 1.25vw;
  line-height: 1.4;
  padding: 1.3vw 2.5vw;
}
.sidebar-menu li a:hover, .sidebar-menu li a:hover {
  background: #eee;
}
.sidebar-menu li.current_page_item a {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
}

.sidebar-widget {
  position: relative;
  top: auto;
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  line-height: 1.5;
}

footer .top .wrapper {
  display: flex;
  justify-content: space-between;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus {
  color: var(--wp--preset--color--primary);
}

.logo-footer {
  display: block;
  margin: 0 0 3vw -1vw;
  min-width: 120px;
  max-width: 380px;
  width: 20vw;
}

.logo-footer .text-color {
  fill: #fff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0.8vw 0 0;
  padding: 0;
}

.footer-nav li {
  margin: 0 0 0 2.5vw;
}

.footer-nav a {
  display: block;
}

.footer-nav li.current-menu-item a,
.footer-nav a:hover {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
  .right-c {
    padding: 15px 0 0;
  }
  .main-nav > li {
    margin: 0 46px 0 0;
  }
  .main-nav > li > a {
    font-size: 20px;
  }
  .uk-navbar-dropdown {
    padding: 16px 25px;
    width: 250px;
  }
  .uk-navbar-dropdown-nav {
    font-size: 16px;
  }
  .social {
    margin: 25px 0 0;
  }
  .social-wrapper a {
    font-size: 32px;
  }
  .home-projects .entry {
    padding: 64px 64px 64px 0;
  }
  .home-projects .entry:nth-child(2) {
    padding: 64px 0 64px 64px;
  }
  .home-projects h3 {
    margin: 0 0 30px;
    padding: 20px 20px 15px 0;
  }
  .features .entry {
    padding: 64px;
  }
  .features .entry:nth-child(3) {
    padding: 64px 56px;
  }
  .features a.icon {
    margin: 35px 0 0;
  }
  .features svg {
    height: 60px;
  }
  .bios-container .entry {
    padding: 35px 2%;
  }
  .bios-container h2 {
    margin: 0 0 46px;
  }
  .bios-container h3 {
    font-size: 32px;
  }
  .bios-container p.pos {
    font-size: 20px;
  }
  .bios-container .img {
    margin: 25px 0 0;
  }
  .bios-container .img img {
    max-width: 190px;
  }
  .main-col {
    padding: 70px 70px 70px 0;
  }
  .main-col.wide {
    padding-right: 70px;
  }
  .main-col h2:first-child {
    margin: 0 0 40px;
  }
  .aside-col {
    margin: -56px 0 70px;
  }
  .sidebar-menu li a {
    font-size: 22px;
    padding: 22px 46px;
  }
}
@media (max-width: 1200px) {
  header {
    height: 90px;
    min-height: 0;
  }
  .logo {
    width: 240px;
  }
  .social {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .home-projects .entry {
    height: auto;
    min-height: 40vw;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    padding: 4vw 0;
    width: 100%;
  }
  .main-col.wide {
    padding-right: 0;
  }
  .aside-col {
    margin: 0 0 40px;
    width: 100%;
  }
  .sidebar-menu {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
  .sidebar-menu li a {
    font-size: 16px;
    padding: 16px 25px;
  }
}
@media (max-width: 960px) {
  .mobile-nav ul li a {
    padding: 14px 25px;
  }
  .social-wrapper ul li a {
    padding: 0 5px;
  }
  .home-projects .entry {
    padding: 80px 25px 40px 0;
  }
  .home-projects .entry:not(:first-child) {
    padding: 80px 0 40px 25px;
  }
  .home-projects h3 {
    margin: 0 0 20px;
    padding: 14px 20px 10px 0;
  }
  .features .wrapper {
    flex-wrap: wrap;
  }
  .features .entry {
    padding: 50px 25px;
  }
  .features .entry:not(:last-child) {
    width: 50%;
  }
  .features .entry:last-child {
    width: 100%;
  }
  .features a.icon {
    margin: 25px 0 0;
  }
  .features svg {
    height: 40px;
  }
  .features .more {
    margin: 20px 0 0;
  }
  .media-home .wrapper {
    flex-direction: column;
    flex: 1 0 48%;
  }
  .bios-container .entry {
    padding: 20px 2%;
  }
  .bios-container h2 {
    margin: 0 0 25px;
  }
  .uk-slider-items > li {
    width: 33.33%;
  }
  .bios-container h3 {
    font-size: 20px;
  }
  .bios-container p.pos {
    font-size: 14px;
  }
  .main-col {
    min-height: 300px;
    padding: 40px 0;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
  }
  .aside-col {
    margin: 0 0 30px;
  }
  footer {
    text-align: center;
  }
  footer .top {
    margin: 0 0 30px;
  }
  footer .top .wrapper {
    align-items: center;
    flex-direction: column;
  }
  .logo-footer {
    margin: 0 0 35px;
    width: 200px;
  }
  .footer-nav {
    justify-content: center;
    margin: 0;
    text-align: center;
  }
  .footer-nav li {
    margin: 0 7px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .logo {
    width: 190px;
  }
  .home-projects .wrapper {
    flex-direction: column;
    padding: 0;
  }
  .home-projects .entry {
    padding-left: 25px;
    position: relative;
    width: 100%;
  }
  .home-projects .entry:nth-child(2):before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .home-projects img, .home-projects .entry:nth-child(2) img {
    left: 0;
    width: 100%;
  }
  .uk-slider-items > li {
    width: 50%;
  }
  .bios-container h3 {
    font-size: 20px;
  }
  .bios-container .img img {
    max-width: 140px;
  }
  .media-list .entry .vid {
    margin: 0 0 15px;
  }
  .aside-col {
    margin: 0 -25px 10px;
    width: auto;
  }
  .sidebar-menu {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  }
  footer {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .features .entry:not(:last-child) {
    width: 100%;
  }
  .uk-slider-items > li {
    width: 100%;
  }
  .bios-container .entry {
    padding: 0;
  }
}
.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__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--secondary);
}
.posts:last-of-type {
  border-bottom: 1px solid #ccc;
}

@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%;
  }
}
.news-single .meta {
  display: flex;
  justify-content: space-between;
}

.results {
  display: grid;
  grid-gap: 30px;
}
.results .result {
  display: block;
  position: relative;
  padding: 25px;
  background: linear-gradient(45deg, white 0, #f5f5f5 100%);
  border: 1px solid #ababab;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.075);
}
.results .result:hover {
  border: 1px solid var(--wp--preset--color--primary);
}
.results .result:hover span,
.results .result:hover h3 {
  color: var(--wp--preset--color--primary);
}
.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: #7c8084;
  display: block;
  font-size: 140px;
}
.error404 h1 span {
  display: block;
  font-size: 34px;
  color: #687077;
}
.error404 p {
  max-width: 50%;
  margin: 0 auto;
}
.error404 p a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}

@media (max-width: 960px) {
  .error404 h1 strong {
    font-size: 100px;
  }
  .error404 h1 span {
    font-size: 24px;
  }
  .error404 p {
    max-width: 80%;
  }
}
.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  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: 24px;
  line-height: 1.3;
  padding: 0 5px;
  transition: 0.3s all;
}
.social-wrapper ul li a:hover {
  color: rgb(103.4624, 152.5632, 66.6368);
}
.social-wrapper ul li i {
  transition: 0.3s all;
}

.mobile-nav .etc {
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  padding: 14px 25px;
}
.mobile-nav .etc a {
  border: none;
}
.mobile-nav .social-wrapper ul {
  justify-content: center;
}
.mobile-nav .social-wrapper ul li a {
  color: #fff;
}
.mobile-nav .social-wrapper ul li a:hover {
  color: #dedede;
}
.mobile-nav .social-wrapper ul li i {
  transition: none;
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .social-wrapper ul {
    gap: 12px;
  }
  .social-wrapper ul li a {
    font-size: 28px;
  }
}/*# sourceMappingURL=style-base.css.map */