/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.banner-static {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  position: relative;
}

.home .banner-static:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.7) 90%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-static .wrapper {
  display: flex;
  height: 100%;
  z-index: 1;
}

.banner-static .c:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62%;
}

.banner-static .panel {
  background: rgba(10, 37, 80, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4vw 0 4vw 4vw;
  position: relative;
  width: 38%;
}

.banner-static .panel:before {
  background: rgba(10, 37, 80, 0.8);
  bottom: 0;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  width: 300%;
}

.banner-static h1 span {
  color: var(--wp--preset--color--primary);
}

.banner-static .caption {
  color: #fff;
  line-height: 1.45;
  padding: 0 4vw 4vw 0;
}

.banner-static .caption .btn-more {
  margin: 1vw 0 0;
}

.stock-ticker {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 2.5vw 0 0;
}

.stock-ticker > div {
  margin: 0 6px 0 0;
  padding: 0 9px 0 0;
  position: relative;
}

.stock-ticker > div:not(:last-child):before {
  background: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.l-news h4 {
  color: #fff;
  margin: 0 0 2vw;
}

.l-news .entry {
  display: block;
  margin: 0 0 3vw;
}

.l-news .date {
  color: var(--wp--preset--color--lightblue);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.l-news .entry:hover .date {
  color: #fff;
  transition: 0.3s color;
}

.l-news .title {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.l-news .btn-more {
  align-self: flex-start;
  background: var(--wp--preset--color--secondary);
  color: #fff;
}

.l-news .btn-more:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}

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

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

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

.sub-banner .heading h1 {
  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: 300%;
  z-index: -1;
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .stock-ticker {
    font-size: 18px;
    padding: 40px 0 0;
  }
  .banner-static .caption {
    padding: 0 70px 70px 0;
  }
  .banner-static .btn-more {
    margin: 15px 0 0;
  }
  .banner-static .panel {
    padding: 70px 0 70px 70px;
  }
  .l-news h4 {
    margin: 0 0 35px;
  }
  .l-news .entry {
    margin: 0 0 45px;
  }
  .l-news .title {
    font-size: 19px;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */
  .tickers-info {
    padding: 10px 40px;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .banner-static .wrapper {
    flex-direction: column;
  }
  .banner-static .c:first-child {
    width: 100%;
  }
  .stock-ticker {
    font-size: 14px;
    padding: 25px 0 0;
  }
  .banner-static {
    max-height: none;
  }
  .banner-static .caption {
    margin: 80px 0 0;
    padding: 0 0 35px;
  }
  .banner-static .caption .btn-more {
    margin: 0;
  }
  .banner-static .panel {
    margin: 0 -25px;
    padding: 35px 25px;
    width: auto;
  }
  .tickers-info {
    padding: 10px 25px;
  }
  .tickers-info > div {
    font-size: 16px;
  }
  .l-news h4 {
    margin: 0 0 20px;
  }
  .l-news .entry {
    margin: 0 0 25px;
  }
  .sub-banner:before {
    right: 25px;
  }
  .sub-banner .heading h1 {
    font-size: 28px;
    padding: 10px 30px 10px 0;
  }
}
@media (max-width: 640px) { /* -------------------------  640  ------------------------- */
  .slide .caption {
    font-size: 15px;
  }
  .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;
}

.main-col .gform_wrapper.gravity-theme input[type=text],
.main-col .gform_wrapper.gravity-theme input[type=email],
.main-col .gform_wrapper.gravity-theme input[type=tel],
.main-col .gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: 1px solid #ababab;
  color: var(--wp--preset--color--foreground);
  line-height: 1.5;
  padding: 10px 15px;
}
.main-col .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 5px;
}
.main-col .gform_wrapper.gravity-theme .gfield_required {
  color: red;
  font-size: 16px;
  font-weight: 700;
}
.main-col .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 13px;
  line-height: 1;
}
.main-col .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.main-col .gform_wrapper.gravity-theme #field_submit {
  align-self: flex-end;
}
.main-col .gform_wrapper.gravity-theme button {
  background: var(--wp--preset--color--primary);
  border-radius: 25px 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.main-col .gform_wrapper.gravity-theme button:hover,
.main-col .gform_wrapper.gravity-theme button:active {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--secondary);
}
.main-col .gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 12px 16px;
}
.main-col .gform_wrapper.gravity-theme .validation_message {
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 16px;
}
.main-col .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .main-col .gform_wrapper.gravity-theme .gform_required_legend {
    font-size: 16px;
  }
  .main-col .gform_wrapper.gravity-theme input[type=text],
  .main-col .gform_wrapper.gravity-theme input[type=email],
  .main-col .gform_wrapper.gravity-theme input[type=tel],
  .main-col .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
  }
  .main-col .gform_wrapper.gravity-theme button {
    font-size: 18px;
    padding: 16px 30px;
  }
  .main-col .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 960px) {
  .main-col .gform_wrapper.gravity-theme button {
    border-radius: 20px 20px;
    font-size: 15px;
    padding: 11px 25px;
  }
}
@media (max-width: 640px) {
  .main-col .gform_wrapper.gravity-theme .gform_required_legend {
    font-size: 12px;
  }
  .main-col .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  .main-col .gform_wrapper.gravity-theme input[type=text],
  .main-col .gform_wrapper.gravity-theme input[type=email],
  .main-col .gform_wrapper.gravity-theme input[type=tel],
  .main-col .gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    line-height: 1.5 !important;
    padding: 8px 12px;
  }
  .main-col .gform_wrapper.gravity-theme button {
    font-size: 15px;
  }
}
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--lightblue);
  transition: 0.3s all;
}

main a:hover,
main a:active,
main a:focus {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
}

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

/* override */
.wp-block-file__embed {
  margin: 15px 0 25px;
  order: 1;
}

.wp-block-file * + .wp-block-file__button {
  background: var(--wp--preset--color--primary);
  color: #fff;
  margin: 0 0 0 15px;
  order: 0;
}

.wp-block-file * + .wp-block-file__button:hover {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}

.wp-block-file:not(.wp-element-button) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  overflow: scroll;
}

.wp-block-columns {
  gap: 30px;
  margin: 0 0 25px;
}

.wp-block-embed iframe {
  border: none;
}

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

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

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

input {
  border-radius: 0;
}

/*em {color: $text;}*/
em {
  color: var(--wp--preset--color--lightblue);
}

strong {
  font-weight: 600;
}

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

svg {
  display: block;
}

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

h1 {
  color: #fff;
  font-size: 2.6vw;
  font-weight: 600;
}

h2 {
  color: var(--wp--preset--color--primary);
  font-size: 2.3vw;
  line-height: 1.25;
}

h3 {
  color: var(--wp--preset--color--primary);
  font-size: 1.8vw;
  line-height: 1.25;
}

h4 {
  color: var(--wp--preset--color--primary);
  font-size: 22px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
}

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

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

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

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

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

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

h2 + p {
  margin-top: 0;
}

/* common elements */
.btn-more {
  background: var(--wp--preset--color--primary);
  border-radius: 2.5vw;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  padding: 1vw 2.5vw;
  text-align: center;
  text-transform: uppercase;
}

.btn-more:hover, .btn-more:focus {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}

/* 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: 700;
  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: var(--wp--preset--color--blue);
  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: #dedede;
  color: var(--wp--preset--color--lightblue);
}
.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: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 30px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 40px;
  }
  ol, p, pre, ul {
    margin: 0 0 30px;
  }
  * + ol, * + p, * + pre, * + ul {
    margin-top: 30px;
  }
  p {
    font-size: 20px;
  }
  small {
    font-size: 17px;
  }
  .btn-more {
    font-size: 18px;
    padding: 15px 40px;
  }
  .wp-block-file:not(.wp-element-button) {
    font-size: 18px;
  }
  figcaption {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2.4vw;
  }
  h3 {
    font-size: 1.9vw;
  }
  h4 {
    font-size: 21px;
  }
  .btn-more {
    padding: 12px 30px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  ol, p, pre, ul {
    margin: 0 0 20px;
  }
  * + ol, * + p, * + pre, * + ul {
    margin-top: 20px;
  }
  p {
    font-size: 16px;
  }
  small {
    font-size: 13px;
  }
  .btn-more {
    border-radius: 20px;
    font-size: 15px;
    padding: 10px 25px;
  }
  .wp-block-file:not(.wp-element-button) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  .wp-block-file__embed {
    height: 100% !important;
    width: 100% !important;
  }
  .wp-block-file:not(.wp-element-button) {
    align-items: flex-start;
    flex-direction: column;
  }
  .wp-block-file * + .wp-block-file__button {
    margin: 10px 0 0;
  }
}
/* all pages */
body {
  color: var(--wp--preset--color--foreground);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

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

header {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 7.5vw;
  min-height: 90px;
  position: relative;
  z-index: 150;
}

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

.logo {
  display: block;
  max-width: 320px;
  width: 18vw;
}

.right-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

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

.main-nav > li > a {
  color: #535353;
  font-size: 1.3vw;
  font-weight: 400;
  height: auto;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  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);
  font-weight: 600;
}

.uk-navbar-dropdown {
  background: var(--wp--preset--color--lightblue);
  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: 15px;
  line-height: 1.3;
}

.uk-navbar-dropdown .uk-navbar-dropdown {
  left: calc(100% - 20px) !important;
  top: -12px !important;
}

/* ----------  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--secondary);
  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--primary);
  font-weight: 600;
}

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

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

.features-top {
  overflow: hidden;
  position: relative;
}

.features-top .wrapper {
  display: flex;
  padding: 0 1vw;
}

.features-top .entry {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4vw;
  position: relative;
  width: 25%;
}

.features-top .entry:nth-child(2n) {
  background: var(--wp--preset--color--lightgrey);
}

.features-top .entry:last-child:before {
  background: var(--wp--preset--color--lightgrey);
  bottom: 0;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  width: 300%;
}

.features-top h3 {
  margin: 0 0 25px;
}

.features-top h3 span {
  display: block;
}

.features-top .ticker-list {
  font-size: 1.7vw;
  line-height: 1.35;
}

.features-top .detail {
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}

.features-top .more {
  align-self: flex-start;
  border-bottom: 1px solid;
  color: var(--wp--preset--color--lightblue);
  font-size: 15px;
  line-height: 1.2;
  margin: 25px 0 0;
  text-transform: uppercase;
}

.features-top .more:hover {
  color: var(--wp--preset--color--blue);
}

.home-projects {
  position: relative;
}

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

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

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

.home-projects img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 30%;
  position: absolute;
  top: 0; /*width: 50%;*/
  width: -moz-available;
  width: -webkit-fill-available;
}

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

.home-projects .inner {
  font-size: 16px;
  padding: 3vw 4vw 3vw 0;
  position: relative;
  text-align: justify;
  z-index: 0;
}

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

.home-projects .entry:nth-child(2) .inner:before {
  opacity: 0.65;
}

.home-projects h3 {
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1.8vw;
}

.home-projects .more {
  border-bottom: 1px solid;
  color: var(--wp--preset--color--secondary);
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-projects .more:hover {
  color: #fff;
}

.bios-container {
  padding: 4vw 0 2.5vw;
  text-align: center;
}

.bios-container h2 {
  margin: 0 0 2vw;
  text-transform: uppercase;
}

.uk-slider-items {
  margin: 0;
  padding: 0;
}

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

.bios-container .entry {
  padding: 25px 5%;
  transition: 0.2s background;
}

.bios-container .entry:hover {
  background: var(--wp--preset--color--lightgrey);
}

.bios-container h4 {
  margin: 0 0 5px;
}

.bios-container p.pos {
  color: var(--wp--preset--color--lightblue);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.bios-container .img {
  margin: 20px 0 15px;
}

.bios-container .img img {
  aspect-ratio: 3/4;
  max-width: 160px;
  object-fit: cover;
  width: 100%;
}

.bios-container .desc {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 15px;
  padding: 0 1vw;
}

.bios-container .more {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

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

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

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

.main-col a {
  color: var(--wp--preset--color--lightblue);
}

.main-col a:hover, .main-col a:focus, .main-col a:active {
  color: var(--wp--preset--color--blue);
}

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

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

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

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

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

.aside-col {
  background: var(--wp--preset--color--primary);
  margin-top: -3.5vw;
  padding: 3.5vw 0 4vw;
  position: relative;
  width: 22%;
  z-index: 1;
}

.aside-col:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 500%;
}

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

.sidebar-menu li {
  margin: 0 0 2vw;
}

.sidebar-menu li:last-child {
  margin: 0;
}

.sidebar-menu li a {
  color: #fff;
  display: block;
  font-size: 1.25vw;
  line-height: 1.35;
  padding: 0 2vw 0 0;
  text-transform: uppercase;
}

.sidebar-menu li a:hover {
  color: #dedede;
}

.sidebar-menu li.current_page_item a {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}

.sidebar-menu .children {
  padding: 0 0 0 15px;
}

.sidebar-menu .children li {
  margin: 0 0 1.2vw;
}

.sidebar-menu .children li a {
  font-size: 1.1vw;
}

/* ----------  Footer  ---------- */
.pre-footer {
  background: var(--wp--preset--color--lightblue);
  padding: 4vw 0;
}

.pre-footer .wrapper {
  display: flex;
  justify-content: center;
}

.pre-footer .btn-more:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

footer {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 17px;
  padding: 4vw 0;
  position: relative;
}

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

footer .r:first-of-type {
  align-items: center;
  margin: 0 0 2.5vw;
}

footer .c:last-child {
  text-align: right;
}

footer a {
  color: var(--wp--preset--color--secondary);
}

footer a:hover {
  color: #fff;
}

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

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

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

.footer-nav a {
  color: #fff;
}

.footer-nav a:hover {
  color: #dedede;
}

footer .etc {
  margin: 2vw 0 0;
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  .wrapper {
    padding: 0;
    max-width: 1440px;
  }
  header {
    height: 130px;
  }
  .main-nav > li {
    margin: 0 70px 0 0;
  }
  .main-nav > li > a {
    font-size: 20px;
  }
  .uk-navbar-dropdown {
    padding: 15px 25px;
    width: 260px;
  }
  .uk-navbar-dropdown-nav {
    font-size: 17px;
  }
  .slide .caption {
    padding: 0 70px 70px 0;
  }
  .caption .btn-more {
    margin: 15px 0 0;
  }
  .slide .panel {
    padding: 70px 0 70px 70px;
  }
  .features-top {
    margin-left: -140px;
  }
  .features-top:before {
    background: var(--wp--preset--color--lightgrey);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .features-top .wrapper {
    padding: 0;
  }
  .features-top .entry {
    padding: 70px;
    width: calc(25% + 140px + 17.5px);
  }
  .features-top .entry:last-child {
    margin-right: -140px;
  }
  .features-top .ticker-list {
    font-size: 30px;
  }
  .features-top .detail {
    font-size: 18px;
  }
  .features-top .more {
    font-size: 17px;
  }
  .home-projects h3 {
    margin: 0 0 30px;
  }
  .home-projects .entry {
    padding: 70px 100px 0 0;
  }
  .home-projects .entry:not(:first-child) {
    padding: 70px 0 0 70px;
  }
  .home-projects .inner {
    font-size: 17px;
    padding: 50px 70px 50px 0;
  }
  .home-projects .more {
    font-size: 17px;
  }
  .bios-container {
    padding: 70px 0 40px;
  }
  .bios-container h2 {
    margin: 0 0 35px;
  }
  .bios-container .desc {
    font-size: 18px;
    margin: 25px 0 20px;
    padding: 0 20px;
  }
  .bios-container .more {
    font-size: 17px;
  }
  .main-col {
    padding: 70px 0 70px 70px;
  }
  .main-col h2:first-child {
    margin: 0 0 40px;
  }
  .aside-col {
    margin-top: -60px;
    padding: 60px 0 70px;
  }
  .sidebar-menu li {
    margin: 0 0 35px;
  }
  .sidebar-menu li a {
    font-size: 21px;
    padding: 0 30px 0 0;
  }
  .sidebar-menu .children li {
    margin: 0 0 20px;
  }
  .sidebar-menu .children li a {
    font-size: 18px;
  }
  .pre-footer {
    padding: 70px 0;
  }
  footer {
    font-size: 19px;
  }
  footer .r:first-of-type {
    margin: 0 0 45px;
  }
  .logo-footer {
    width: 90px;
  }
  .footer-nav li {
    margin: 0 0 0 50px;
  }
  footer .etc {
    margin: 35px 0 0;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 40px;
    width: 100%;
  }
  header {
    height: 90px;
    min-height: 0;
  }
  .logo {
    width: 200px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .tickers-info {
    padding: 10px 40px;
  }
  .features-top .ticker-list {
    font-size: 1.9vw;
  }
  .features-top .wrapper {
    padding: 0;
  }
  .features-top .more {
    font-size: 14px;
  }
  .features-top .ticker-list {
    font-size: 20px;
  }
  .home-projects .entry {
    height: auto; /*min-height: 37vw;*/
    min-height: 42vw;
  }
  .uk-slider-items > li {
    width: 33.33%;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    min-height: 350px;
    padding: 4vw 0;
    width: 100%;
  }
  .aside-col {
    margin-top: 0;
    width: 100%;
  }
  .aside-col:after {
    background: var(--wp--preset--color--primary);
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .sidebar-menu li a {
    font-size: 16px;
    padding: 0;
  }
  .sidebar-menu .children {
    margin: 15px 0 0;
  }
  .sidebar-menu .children li a {
    font-size: 14px;
  }
  footer {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .wrapper {
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
  .main-nav {
    display: none;
  }
  .slide .wrapper {
    flex-direction: column;
  }
  .slide .c:first-child {
    width: 100%;
  }
  .stock-ticker {
    font-size: 14px;
    padding: 25px 0 0;
  }
  .slide {
    max-height: none;
  }
  .slide .caption {
    margin: 80px 0 0;
    padding: 0 0 35px;
  }
  .caption .btn-more {
    margin: 0;
  }
  .slide .panel {
    margin: 0 -25px;
    padding: 35px 25px;
    width: auto;
  }
  .tickers-info {
    padding: 10px 25px;
  }
  .tickers-info > div {
    font-size: 16px;
  }
  .features-top .wrapper {
    flex-wrap: wrap;
  }
  .features-top .entry {
    padding: 35px;
    width: 50%;
  }
  .features-top .entry:first-child {
    background: var(--wp--preset--color--lightgrey);
  }
  .features-top .entry:nth-child(2) {
    background: none;
  }
  .features-top h3 span {
    display: inline-block;
  }
  .home-projects h3 {
    margin: 0 0 15px;
  }
  .home-projects .entry {
    padding: 100px 25px 0 0;
  }
  .home-projects .entry:not(:first-child) {
    padding: 100px 0 0 25px;
  }
  .home-projects .inner {
    font-size: 15px;
    padding: 30px 35px 30px 0;
  }
  .bios-container {
    padding: 35px 0 15px;
  }
  .bios-container h2 {
    margin: 0 0 25px;
  }
  .uk-slider-items > li {
    width: 50%;
  }
  .bios-container .desc {
    padding: 0 10px;
  }
  .main-col {
    padding: 35px 0;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
  }
  .aside-col {
    padding: 35px 0;
  }
  .aside-col:after {
    width: 25px;
  }
  .sidebar-menu li {
    margin: 0 0 20px;
  }
  .sidebar-menu li a {
    font-size: 15px;
  }
  .sidebar-menu .children li {
    margin: 0 0 12px;
  }
  .sidebar-menu .children li a {
    font-size: 13px;
  }
  .pre-footer {
    padding: 35px 0;
  }
  footer {
    font-size: 15px;
    padding: 40px 0;
    text-align: center;
  }
  footer .r {
    flex-direction: column;
  }
  footer .r:first-of-type {
    margin: 0 0 30px;
  }
  .logo-footer {
    margin: 0 0 30px;
    width: 60px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer-nav li {
    margin: 0 10px;
  }
  footer .r:last-of-type {
    flex-direction: column-reverse;
  }
  footer .c:last-child {
    text-align: center;
  }
  footer .r:last-of-type .c:last-child {
    margin: 0 0 30px;
  }
  footer .etc {
    margin: 20px 0 0;
  }
}
@media (max-width: 640px) {
  .features-top .entry {
    width: 100%;
  }
  .features-top .entry:nth-child(2n) {
    background: none;
  }
  .features-top .entry:nth-child(3) {
    background: var(--wp--preset--color--lightgrey);
  }
  .home-projects .wrapper {
    flex-direction: column;
    padding: 0;
  }
  .home-projects .entry {
    padding: 100px 0 0 25px;
    position: relative;
  }
  .home-projects .inner {
    padding: 30px 25px 30px 0;
  }
  .home-projects img {
    width: 100%;
  }
  .home-projects .entry:nth-child(2) img {
    left: 0;
  }
  .uk-slider-items > li {
    width: 100%;
  }
  .bios-container .entry {
    padding: 20px;
  }
  .bios-container .desc {
    padding: 0;
  }
  .footer-nav li {
    margin: 0 7px;
  }
}
.posts {
  grid-gap: 0;
}
.posts .post {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  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__link {
  text-align: right;
  width: 12%;
}
.posts .post__link i {
  color: var(--wp--preset--color--lightblue);
  font-size: 28px;
  margin-left: 10px;
  transition: 0.3s;
}
.posts .post__link a:hover i {
  color: var(--wp--preset--color--blue);
}
.posts:last-of-type {
  border-bottom: 1px solid #ccc;
}

.news-single .meta {
  display: flex;
  justify-content: space-between;
}

@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%;
        }
        }
    }
*/
.search-page {
  margin: 0 auto;
}

.results {
  display: grid;
  grid-gap: 30px;
}
.results .result {
  display: block;
  position: relative;
  padding: 25px;
  background: linear-gradient(45deg, white 0, var(--wp--preset--color--lightgrey) 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 .main-col {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
.error404 .main-col h1 {
  color: var(--wp--preset--color--primary);
  line-height: 1;
  margin: 0 0 30px;
  opacity: 0.6;
}
.error404 .main-col h1 strong {
  display: block;
  font-size: 140px;
}

@media (max-width: 960px) {
  .error404 .main-col {
    max-width: 90%;
  }
  .error404 .main-col h1 {
    font-size: 28px;
  }
  .error404 .main-col h1 strong {
    font-size: 100px;
  }
}
.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  list-style: none;
}
.social-wrapper ul li a {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.3;
  padding: 0 5px;
}
.social-wrapper ul li a:hover {
  color: var(--wp--preset--color--primary);
}
.social-wrapper ul li i {
  transition: 0.3s 0 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;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .social-wrapper ul {
    justify-content: center;
  }
}/*# sourceMappingURL=style-base.css.map */