:root {
  --xs: map-get($breakpoints, "xs");
  --sm: map-get($breakpoints, "sm");
  --md: map-get($breakpoints, "md");
  --lg: map-get($breakpoints, "lg");
  --xl: map-get($breakpoints, "xl");
  --xxl: map-get($breakpoints, "xxl");
  --xxxl: map-get($breakpoints, "xxxl");
  --base-font-size: 18px;
  --base-line-height: 1.5;
  --base-spacing: 64px;
  --headings-line-height: 1.2;
  --headings-margin-bottom: 0.4em;
  --duration: 200ms;
}

:root {
  --wrap-spacing: 4px;
  --wrap-body: 1920px;
  --wrap-content: 1080px;
  --wrap-xl: 1920px;
  --wrap-lg: 1440px;
  --wrap-md: 1096px;
  --wrap-sm: 864px;
}

:root {
  --brand: #074d67;
  --bg-1: #fff;
  --bg-2: #074d67;
  --bg-3: #F3F3F3;
  --light: #C7BCA1;
  --text: #222222;
  --page-bg: #fff;
  --link-color: #074d67;
  --link-hover-color: #f60;
  --selection-color: #fff;
  --selection-bg: #074d67;
}

/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.hero-height {
  height: 650px;
}

.custom-hero {
  position: relative;
}
.custom-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-overlay);
  z-index: 1;
}

.custom-hero-text {
  position: relative;
  z-index: 2;
}

.custom-hero-video {
  position: relative;
}
.custom-hero-video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-overlay);
  z-index: 1;
}
.custom-hero-video video {
  position: absolute;
}
.custom-hero-video .custom-hero-text {
  z-index: 2;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  height: auto;
}

.uk-container-xxlarge {
  max-width: 1920px;
}

body {
  background: #fff;
}

main {
  background: #fff;
}

.floating-socials {
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  gap: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  z-index: 99;
}
@media (min-width: 769px) {
  .floating-socials {
    display: -webkit-box;
    display: flex;
  }
}
.floating-socials .social-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f9d900;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.floating-socials .social-link:hover {
  background: #fff8b8;
}

.uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-gradient .uk-close, .uk-overlay-primary .uk-close, .uk-overlay-secondary .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
  color: #333;
}

.uk-offcanvas-bar {
  padding: 0;
}

.mobile-menu-container {
  margin-top: 32px;
}

.mobile-nav-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  gap: 21px;
}

.mobile-subnav-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px !important;
}

.mobile-nav-link {
  padding: 0 25px !important;
  font-size: 21px !important;
  font-weight: 700;
  line-height: 100%; /* 21px */
}

.mobile-socials {
  padding: 25px;
}
.mobile-socials span {
  display: block;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

[data-active-nav] {
  background: #FBE44D;
}

[data-active-subnav] span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  margin-bottom: 5px;
}
[data-active-subnav] span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

ul.uk-nav-sub {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
ul.uk-nav-sub li:first-child {
  margin-top: 8px;
}
ul.uk-nav-sub li a {
  padding: 0 15px !important;
}

.uk-nav-primary > li.uk-active > a {
  color: #333 !important;
}

#swup {
  background: #fff;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 960px) {
  .footercolum3 {
    padding-left: 6vw;
  }
}

.footercolum3 a,
.footer-copyright a {
  position: relative;
  padding-bottom: 1px;
  z-index: 1;
  text-decoration: none;
  /*
  * animation styles
  */
}
.footercolum3 a::before,
.footer-copyright a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  will-change: width;
}
.footercolum3 a:hover::before,
.footer-copyright a:hover::before {
  width: 0;
  text-decoration: none !important;
}
.footercolum3 a::before,
.footer-copyright a::before {
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}
.footercolum3 a:hover::before,
.footer-copyright a:hover::before {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  text-decoration: none !important;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  text-decoration: none !important;
}
