.uk-text-xxlarge {
  font-size: 2.8rem;
}

.uk-text-xlarge {
  font-size: 2.5rem;
}

.uk-text-large {
  font-size: 2.1rem;
}

.uk-text-medium {
  font-size: 1.8rem;
}

.uk-text-reg {
  font-size: 1.4rem;
}

.uk-text-small {
  font-size: 1.2rem;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.1rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

.uk-text-spot1 {
  color: #074e85;
}

.uk-text-spot1a {
  color: #085693;
}

.uk-text-spot2 {
  color: #d3e4c4;
}

.uk-text-spot3 {
  color: #d9e4ef;
}

.uk-text-spot4 {
  color: #888;
}

.uk-text-spot5 {
  color: #235b2c;
}

.uk-text-white {
  color: white;
}

.uk-text-black {
  color: #000;
}

.uk-text-darkgrey {
  color: #333;
}

.uk-bgc-spot1 {
  background-color: #074e85;
}

.uk-bgc-spot1a {
  background-color: #085693;
}

.uk-bgc-spot2 {
  background-color: #d3e4c4;
}

.uk-bgc-spot3 {
  background-color: #d9e4ef;
}

.uk-bgc-spot4 {
  background-color: #888;
}

.uk-bgc-spot5 {
  background-color: #235b2c;
}

.uk-bgc-white {
  background-color: white;
}

.uk-bgc-black {
  background-color: #000;
}

.uk-bgc-darkgrey {
  background-color: #333;
}

.uk-list-square {
  padding-left: 0 !important;
}
.uk-list-square a {
  color: #074e85;
}
.uk-list-square a:hover {
  color: #888;
}

h1.uk-nothing-todisplay,
h2.uk-nothing-todisplay {
  font-size: 2rem;
  font-weight: 400;
  color: #074e85;
}

h2.uk-nothing-todisplay {
  margin-top: 100px;
}

ul {
  padding-left: 0;
}

ul:not(.uk-grid,
.uk-navbar-nav,
.nav,
.uk-nav,
.uk-tab,
.uk-slideshow-nav,
.checkbox-list,
#menu-header-menu-1,
.uk-nav-sub,
.woocommerce-PaymentMethods) li {
  display: block;
  position: relative;
  margin-bottom: 6px;
  padding-left: 40px;
}

ul:not(.uk-grid,
.uk-navbar-nav,
.nav,
.uk-nav,
.uk-tab,
.uk-slideshow-nav,
.checkbox-list,
#menu-header-menu-1,
.uk-nav-sub,
.woocommerce-PaymentMethods) li:before {
  content: "";
  background-image: url(../img/icons/bullet-point.svg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.wc-memberships-restriction-message {
  font-size: 1.6rem;
  color: #074e85;
}
.wc-memberships-restriction-message span.wc-memberships-products-grant-access {
  display: block;
}
.wc-memberships-restriction-message span.wc-memberships-products-grant-access a {
  font-size: 1.2rem;
  display: block;
  transition: all 0.1s linear 0s;
  background-color: #074e85;
  border: 1px solid #074e85;
  color: white !important;
  text-align: center;
  align-items: center;
  height: 60px;
  line-height: 40px;
  width: 360px;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 1;
  margin-top: 20px;
  transition: all 0.2s linear 0s;
}
.wc-memberships-restriction-message span.wc-memberships-products-grant-access a:hover {
  background: transparent;
  color: #074e85 !important;
  border: 1px solid #074e85;
}

.uk-single-post .uk-single-content a:not(.uk-button-spot1) {
  color: #074e85;
}
.uk-single-post .uk-single-content a:not(.uk-button-spot1) span {
  color: #074e85 !important;
}

section {
  margin-top: -1px;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
  color: #074e85;
}

body {
  line-height: 1.4;
  color: #000;
  font-size: 1.2rem;
  font-family: "Open Sans";
  font-weight: 400;
}

h1 div {
  margin-bottom: 7px;
}

h1 span {
  border-radius: 10px;
  padding: 10px 50px 10px 25px;
  line-height: 1.7 !important;
  text-transform: uppercase;
}

h1.uk-text-white span {
  background-color: #074e85;
  color: #fff;
}

h1.uk-text-spot1 span {
  background-color: #fff;
  color: #074e85;
}

h1.uk-text-spot2 span {
  background-color: #074e85;
  color: #d3e4c4;
}

h1,
h2 {
  letter-spacing: -1px;
  line-height: 1.1;
  font-family: "Open Sans";
  font-weight: 800;
}

h3,
h4 {
  line-height: 1.2;
  font-family: "Open Sans";
}

h5,
h6 {
  line-height: 1.4;
  font-family: "Open Sans";
}

.uk-single-post h1.uk-text-bgc-blue span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-single-post h1.uk-text-bgc-green span {
  background-color: #074e85;
  color: #fff;
}

.uk-single-post h1.uk-text-bgc-white span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-bgc-spot1 > hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.uk-bgc-spot2 > hr {
  border-top: 1px solid #074e85;
}

.uk-bgc-white > hr {
  border-top: 1px solid #e5e5e5;
}

.uk-social-sidebar {
  position: fixed !important;
  right: 0;
  top: 75%;
  z-index: 10000;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #d3e4c4;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.social-icon {
  cursor: pointer;
  transform: translateY(0); /* Ensure a starting point for transformation */
  transition: transform 0.1s ease-out; /* Optional: small transition for initial feel */
}

/* Optional: Add some hover styles for better UX */
.social-icon:hover {
  transform: translateY(-5px); /* Subtle lift before GSAP takes over */
}

/* UIKIT UNIVERSAL */
@media only screen and (min-width: 320px) {
  .uk-slider-width {
    width: 90%;
    margin: 0 auto;
  }
  .uk-imagepost-height {
    height: 350px;
  }
  .uk-imagepost-height img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: auto !important;
  }
  .uk-checkbox-container .checkbox-list li {
    display: block;
  }
  .uk-social-sidebar {
    display: none;
  }
  html {
    font-size: 12px;
  }
  header .logo {
    transition: all 0.4s !important;
    height: 120px;
    padding: 10px 0;
    max-height: 80px;
  }
  header .logo,
  header .uk-headermargin-reduce {
    transition: all 0.4s;
  }
  header.uk-sticky-below .logo {
    transition: all 0.4s !important;
    max-height: 80px;
    padding: 10px 0;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li:before {
    content: "";
    background-image: url(../img/icons/bullet-point.svg);
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li {
    display: block;
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  html {
    font-size: 13px;
  }
  header .logo {
    transition: all 0.4s !important;
    height: 150px;
    padding: 10px 0;
    max-height: 100px;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .uk-imagepost-height {
    height: 600px;
  }
  html {
    font-size: 14px;
  }
  header .logo {
    transition: all 0.4s !important;
    height: 135px;
    padding: 20px 0;
    max-height: 135px;
  }
  .uk-social-sidebar {
    display: block;
    top: 75%;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li:before {
    content: "";
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    top: 4px;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li {
    padding-left: 28px;
  }
}
/* UIKIT LARGE */
@media only screen and (min-width: 1200px) {
  .uk-imagepost-height {
    height: 750px;
  }
  header .logo {
    transition: all 0.4s !important;
    height: 150px;
    padding: 20px 0;
    max-height: 150px;
  }
  html {
    font-size: 15px;
  }
  header .logo,
  header .uk-headermargin-reduce {
    transition: all 0.4s;
  }
  header.uk-sticky-below .logo {
    transition: all 0.4s !important;
    max-height: 120px;
    padding: 10px 0;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li:before {
    content: "";
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    top: 4px;
  }
  ul:not(.uk-grid,
  .uk-navbar-nav,
  .nav,
  .uk-nav,
  .uk-tab,
  .uk-slideshow-nav,
  .checkbox-list,
  #menu-header-menu-1,
  .uk-nav-sub,
  .wc-block-components-express-payment__event-buttons) li {
    padding-left: 40px;
  }
}
/* UIKIT XLARGE */
@media only screen and (min-width: 1600px) {
  .uk-slider-width {
    width: 100%;
  }
  html {
    font-size: 16px;
  }
}
.uk-active .uk-breadcrumb-container {
  box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.2);
}

.wpcf7-response-output {
  background-color: white;
  color: #074e85;
  border-color: white !important;
  padding: 20px 30px !important;
  border-radius: 10px;
  font-size: 1.4rem;
}

.wpcf7-list-item {
  display: block;
  padding: 2px 0;
  margin-left: 0;
}

.wpcf7-list-item-label {
  padding-left: 5px;
}

header.uk-sticky-below {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  font-size: 0.9rem;
  padding: 12px 0;
  color: #d3dce7;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.4); /* WordPress blue */
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item {
  display: inline; /* Ensures items stay on one line */
}

.breadcrumb svg {
  margin: 0 5px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f7fafc;
}

/* List of items */
.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* The label, which contains the checkbox and text */
.custom-checkbox-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: white;
}

/* The actual checkbox input, visually hidden */
.hidden-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* The custom checkbox indicator */
.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d3e4c4;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 12px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

/* The checkmark icon inside the custom box */
.custom-checkbox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 10px;
  height: 16px;
  border: solid #074e85;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* Style when the hidden checkbox is checked */
.hidden-checkbox:checked + .custom-checkbox {
  background-color: #d3e4c4;
  border-color: #d3e4c4;
}

/* Make the checkmark visible when checked */
.hidden-checkbox:checked + .custom-checkbox::after {
  opacity: 1;
}

#menu-header-menu > li:nth-child(3) > a,
#menu-header-menu > li:nth-child(4) > a {
  font-weight: 700 !important;
}

@media only screen and (min-width: 320px) {
  .uk-search-input {
    width: 88%;
    padding: 10px 20px;
    font-size: 1.4rem;
    border-radius: 30px !important;
    margin: 0 auto;
  }
  .checkbox-list li {
    padding: 0.75rem 0;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    border-radius: 8px;
    float: left;
    width: 32%;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 640px) {
  .uk-search-input {
    font-size: 1.8rem;
    padding: 20px 30px;
    width: 86%;
    border-radius: 50px !important;
  }
  .checkbox-list li {
    width: auto;
    padding: 0.75rem 0;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 960px) {
  .uk-search-input {
    font-size: 2rem;
    padding: 20px 30px;
    width: 94%;
  }
}
footer {
  padding-bottom: 20px;
}
footer .uk-text-spot1 span {
  background-color: #fff;
  color: #074e85;
  font-weight: 800;
  border-radius: 6px;
  padding: 5px 25px 5px 12px;
  line-height: 1.8;
}
footer .uk-tel,
footer .uk-email {
  font-size: 0.9rem;
}
footer .uk-tel img,
footer .uk-email img {
  height: 20px;
}
footer h5 {
  margin-top: 5px;
  margin-bottom: 10px;
}
footer nav ul {
  list-style: none;
  padding-left: 0;
}
footer nav ul li {
  line-height: 1.1;
}
footer nav ul li a {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
}
footer nav ul li a:hover {
  color: #d3e4c4;
}
footer .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 320px) {
  footer .uk-logo-slider .uk-panel img {
    max-height: 60px;
  }
}
/* UIKIT SMALL */
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  footer .uk-logo-slider .uk-panel img {
    max-height: 156px;
  }
}
header.uk-sticky-below nav {
  transition: all 0.4s !important;
  margin-top: 14px;
}
header nav {
  transition: all 0.4s !important;
  margin-top: 40px;
}
header nav ul.uk-navbar-nav > li {
  padding: 0 10px;
  border-right: 1px solid #074e85;
}
header nav ul.uk-navbar-nav > li:last-of-type {
  border-right: 0;
}
header nav ul.uk-navbar-nav > li.uk-text-bold > a {
  font-weight: 700;
}
header nav ul.uk-navbar-nav > li > a {
  font-weight: 400;
  font-size: 1.25rem;
  color: #074e85;
  transition: all 0.4s;
  text-transform: capitalize;
  min-height: 20px;
}
header nav ul.uk-navbar-nav > li > a:hover {
  color: #888;
}
header nav ul.uk-navbar-nav > li > a.uk-open {
  color: #888;
}
header nav ul.uk-navbar-nav > li > a span {
  display: none;
}
header nav ul.uk-navbar-nav > li.uk-parent:hover {
  color: #888;
}
header nav ul.uk-navbar-nav > li.uk-parent a span.uk-navbar-parent-icon {
  transform: rotate(-90deg);
  right: 25px;
  position: absolute;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown {
  padding: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px;
  color: #074e85;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li:last-of-type {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li:hover {
  background-color: #074e85;
  color: white;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li:hover a {
  color: white;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #074e85;
  padding-right: 30px;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li a:hover {
  color: white;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown {
  background-color: #fff;
  left: 100% !important;
  min-width: 400px;
  top: 0px !important;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown ul li:last-of-type:hover {
  border-bottom-right-radius: 10px;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown ul li:hover {
  border-bottom-right-radius: 0px;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown ul li:hover a {
  color: white;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown ul li a {
  color: #074e85;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li .uk-navbar-dropdown ul li a:hover {
  color: white;
}
header nav ul.uk-navbar-nav > li.hide {
  display: none;
}
header nav .navigation-canvas {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  text-align: left;
}
header nav .navigation-canvas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .navigation-canvas li.uk-open a {
  background-color: rgba(255, 255, 255, 0.05);
}
header nav .navigation-canvas li > ul {
  list-style: none;
  padding: 1px 0 1px 0;
  margin: 0 !important;
}
header nav .navigation-canvas li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .navigation-canvas li > ul > li > a {
  font-weight: 400 !important;
  padding: 8px 10px 8px 20px;
  text-transform: capitalize !important;
  color: rgba(255, 255, 255, 0.7) !important;
  align-items: start !important;
  text-align: left;
}
header nav .navigation-canvas li > ul > li:last-of-type {
  border-bottom: 0 !important;
}
header nav .navigation-canvas li > ul > li > ul {
  list-style: none;
  padding: 1px 0 1px 10px;
  margin: 0 !important;
}
header nav .navigation-canvas li > ul > li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .navigation-canvas li > ul > li > ul > li > a {
  font-weight: 400 !important;
  padding: 8px 10px 8px 20px;
  text-transform: capitalize !important;
  color: rgba(255, 255, 255, 0.5) !important;
  align-items: start !important;
  text-align: left;
}
header nav .navigation-canvas li > ul > li > ul > li:last-of-type {
  border-bottom: 0 !important;
}
header nav .navigation-canvas li > a {
  font-size: 1.25rem;
  padding: 8px 10px;
  text-transform: capitalize !important;
  color: #fff !important;
  align-items: start !important;
}
header nav .navigation-canvas li.current-menu-item a {
  text-transform: capitalize !important;
  padding: 8px 10px 8px 20px;
  align-items: start !important;
}
header nav .navigation-canvas li ul li a {
  text-transform: capitalize !important;
}

footer nav .sub-menu {
  display: none;
}

.agribrief-nav li {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  text-align: center;
  padding: 0 !important;
  cursor: pointer;
}
.agribrief-nav li a {
  display: inline-block;
  color: white !important;
  padding: 20px 30px !important;
}
.agribrief-nav li a.selected {
  background-color: #074e85;
}
.agribrief-nav li a:hover {
  background-color: #074e85;
}
.agribrief-nav li a div {
  display: block !important;
  color: #fff;
  font-size: 12px;
}

@media only screen and (min-width: 320px) {
  header nav {
    margin-top: 20px;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  header nav {
    margin-top: 0px;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  header nav {
    margin-top: 34px;
    transition: all 0.4s !important;
  }
  header.active nav {
    margin-top: 20px !important;
  }
  header nav ul.uk-navbar-nav > li > a {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1300px) {
  header nav ul.uk-navbar-nav > li > a {
    font-size: 1.25rem;
  }
}
.uk-button-spot1 {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #074e85;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-spot1:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-spot1:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-spot1:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-spot2 {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #d3e4c4;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-spot2:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-spot2:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-spot2:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-spot3 {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #d9e4ef;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-spot3:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-spot3:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-spot3:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-spot4 {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #888;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-spot4:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-spot4:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-spot4:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-white {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: white;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-white:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-white:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-white:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-black {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #000;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-black:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-black:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-black:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

.uk-button-lightgrey {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #ccc;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 3px;
}
.uk-button-lightgrey:before {
  background-image: url(../img/icons/white-arrow-right.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-button-lightgrey:hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-button-lightgrey:hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-button-spot2,
.uk-button-white {
  color: #074e85;
}
.uk-button-spot2:before,
.uk-button-white:before {
  background-image: url(../img/icons/blue-arrow-right.svg);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-button-spot2:hover,
.uk-button-white:hover {
  color: #074e85 !important;
}

a {
  color: #074e85;
}
a:hover {
  text-decoration: underline;
  color: #333;
}

.uk-read-more-link span {
  transition: all 0.1s linear 0s;
  background-color: #074e85;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 45px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}
.uk-read-more-link:hover span {
  width: 160px;
}
.uk-read-more-link:before span {
  display: none;
  opacity: 0;
  transition: all 0.7s linear 0s;
}
.uk-read-more-link:hover span:before {
  display: block;
  opacity: 1;
  content: "Read More";
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

.uk-read-more-link-hover {
  text-indent: -18px;
  padding: 1.2rem 49px;
}
.uk-read-more-link-hover:before {
  right: 0;
  text-indent: 0px;
}

.uk-read-more-link-topright span {
  top: 0;
  bottom: auto;
  right: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.uk-read-more-link-topright:hover span {
  height: 60px;
  width: 45px;
}
.uk-read-more-link-topright:hover span:before {
  content: "";
  margin-right: 10px;
}

.ab-header .view-article {
  display: block;
  transition: all 0.1s linear 0s;
  background-color: #074e85;
  border: 1px solid #074e85;
  color: white;
  text-align: center;
  align-items: center;
  height: 60px;
  line-height: 40px;
  width: 260px;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 1;
  margin-top: 20px;
  transition: all 0.2s linear 0s;
}
.ab-header .view-article:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.wpcf7-submit,
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-form-row .woocommerce-Button,
.woocommerce-Button,
#place_order {
  display: block;
  transition: all 0.1s linear 0s;
  background-color: #074e85;
  border: 1px solid #074e85;
  color: white;
  text-align: center;
  align-items: center;
  height: 60px;
  line-height: 40px;
  width: 260px;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 1;
  margin-top: 20px;
  transition: all 0.2s linear 0s;
}
.wpcf7-submit:hover,
.woocommerce-address-fields .button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-form-row .woocommerce-Button:hover,
.woocommerce-Button:hover,
#place_order:hover {
  background: transparent;
  color: #074e85;
  border: 1px solid #074e85;
}

.wpcf7-spinner {
  position: absolute;
  top: 36px;
  right: 40px;
}

.uk-bulletin-button {
  padding: 1.2rem 20px 1.15rem 20px;
}
.uk-bulletin-button:hover {
  text-indent: 0;
  background-color: #064575;
  padding: 1.2rem 20px 1.15rem 20px;
}
.uk-bulletin-button:hover:before {
  display: none;
}

.uk-pagination span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: #eff2f6;
  color: #074e85;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 2px;
}
.uk-pagination a {
  background-color: #074e85;
  border: 1px solid #074e85;
  color: white;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  margin-right: 2px;
}
.uk-pagination a.prev {
  margin-right: 50px;
}
.uk-pagination a.next {
  margin-left: 50px;
}
.uk-pagination a:hover {
  background-color: #eff2f6;
  color: #074e85;
  border: 1px solid #ccc;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#offcanvas-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

.uk-navbar-nav {
  gap: 0px;
}

.uk-card {
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.uk-card-title {
  font-weight: 700;
}

.uk-card-media-top {
  border-radius: 10px;
  overflow: hidden;
}

.uk-tab li.uk-active a {
  color: #074e85;
}
.uk-tab li a {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 700;
  color: #074e85;
  line-height: 2;
  margin-bottom: 12px;
}

.uk-tab > .uk-active > a {
  border: 0;
  position: relative;
}

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #333;
}

.uk-tab > .uk-active > a::after {
  content: "";
  background: #d9e4ef url(../img/icons/blue-arrow-right.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
}

.uk-grid-items {
  opacity: 0;
  transform: translateY(50px);
}

.uk-navbar-dropdown {
  width: auto;
}

.uk-icon-button {
  background-color: #074e85;
  margin-right: 3px;
}

.uk-icon-button:hover {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-list > * > ul,
.uk-list > :nth-child(n+2) {
  margin-top: 4px;
}

.uk-offcanvas-bar {
  background-color: #074e85;
  width: 80%;
}

.uk-offcanvas-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.uk-text-white.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.uk-text-white .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.uk-text-bgc-green .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #074e85;
}
.uk-text-bgc-green .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1px solid #074e85;
}

.uk-dotnav > .uk-active > * {
  background-color: #074e85;
  border: 2px solid #d3e4c4;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #d3e4c4;
  border-top-color: #d3e4c4;
  border-right-color: #d3e4c4;
  border-bottom-color: #d3e4c4;
  border-left-color: #d3e4c4;
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: background-color, border-color;
}

.uk-badge {
  min-width: 40px;
  height: 40px;
  background: #074e85 !important;
  color: #fff !important;
  font-size: 1.4rem;
}

.uk-form-wrapper-signup {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
}

.uk-form-wrapper-signup input[type=checkbox] {
  height: 30px;
}

.uk-input {
  border-radius: 5px;
}

.uk-input::-moz-placeholder {
  color: #ccc !important;
}

.uk-input::placeholder {
  color: #ccc !important;
}

@media only screen and (max-width: 640px) {
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -20px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 40px;
  }
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #074e85;
}

.uk-container {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  display: none !important;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
  list-style: none;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 0 !important;
}

#offcanvas-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

.woocommerce-MyAccount-navigation-link {
  text-transform: capitalize;
}

.related > h2 {
  color: white;
  background-color: #074e85;
  border-radius: 10px;
  padding: 10px 50px 10px 25px;
  text-transform: uppercase;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: 8px;
  font-size: 0.9rem;
  background-color: #d3e4c4;
  color: #074e85;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 0;
  list-style: none;
  background-color: #d3e4c4;
  padding: 20px 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.uk-image-loop-block {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: white;
}

.uk-woocommerce .woocommerce-product-excerpt p {
  min-height: 110px;
}

h1.woocommerce-title span {
  background-color: #d3e4c4;
  color: #074e85;
}

.summary {
  color: #074e85;
  position: relative;
}

.summary h2,
.summary h3,
.summary h4,
.summary h5,
.summary h6 {
  color: #074e85;
}

.quantity {
  max-width: 100px;
  display: inline-block;
}

input.qty {
  text-align: center;
  border-radius: 5px;
}

input {
  height: 60px;
  vertical-align: middle;
  display: inline-block;
}

.uk-thumb-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px;
  max-height: 240px;
  overflow: hidden;
}

.uk-thumb-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-singular .price {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 12px;
  padding-left: 0;
}

.wp-singular .vat-info {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-top: 14px;
  padding-left: 0;
}

.woocommerce-price-suffix {
  font-size: 60%;
  font-weight: 400;
}

.uk-form-wrapper {
  padding-bottom: 0px;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

form.cart {
  text-align: right;
}

.subscription-details {
  font-size: 60%;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.single_add_to_cart_button {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 56px 1.2rem 40px;
  margin: 0.3rem 0.1rem 0, 3rem 0;
  background-color: #074e85;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  margin-right: 3px;
  background-image: url(../img/icons/white-plus-button.svg);
  content: "";
  background-position: center right 22px;
  background-repeat: no-repeat;
}
.single_add_to_cart_button:before {
  background-image: url(../img/icons/white-plus-button.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
  border: none;
}
.single_add_to_cart_button:hover {
  background-position: center right 5px;
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.single_add_to_cart_button:hover:before {
  right: 0;
  text-indent: 0px;
}

.product .uk-card {
  background-color: #eff2f6;
  border-radius: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

.uk-woocommerce-related .product .uk-card {
  background-color: rgba(255, 255, 255, 0.2);
}

.input-text {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.uk-before-title {
  display: flex;
  align-self: flex-end;
  height: 95px;
}

.woocommerce-loop-product__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #074e85;
}

.uk-woocommerce a.button {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 56px 1.2rem 40px;
  margin: 0.3rem 0.1rem 0.3rem 0.1rem;
  background-color: #074e85;
  color: white;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  margin-right: 3px;
  background-image: url(../img/icons/white-plus-button.svg);
  content: "";
  background-position: center right 22px;
  background-repeat: no-repeat;
}
.uk-woocommerce a.button:before {
  background-image: url(../img/icons/white-plus-button.svg);
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.uk-woocommerce a.button:hover {
  background-position: center right 5px;
  text-indent: -18px;
  padding: 1.2rem 49px;
  color: rgb(255, 255, 255) !important;
}
.uk-woocommerce a.button:hover:before {
  right: 0;
  text-indent: 0px;
}
.uk-woocommerce .attachment-woocommerce_thumbnail {
  height: 250px;
  width: auto;
}
.uk-woocommerce .price {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px !important;
}
.uk-woocommerce .woocommerce-product-excerpt {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.uk-woocommerce .woocommerce-product-excerpt p,
.uk-woocommerce .woocommerce-product-excerpt span {
  margin-bottom: 0;
  font-size: 0.95rem;
}

@media (min-width: 2200px) {
  .uk-child-width-1-5\@xxl > * {
    width: 20%;
  }
}
@media only screen and (min-width: 320px) {
  .uk-cart-cart {
    border-right: 1px solid #074e85;
  }
  .uk-cart-icons {
    margin-top: -4px;
  }
  .uk-cart-icons img {
    max-height: 34px;
  }
  .uk-cart-icons-container {
    height: 100%;
  }
}
/* UIKIT SMALL */
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .uk-cart-cart {
    border-right: 0;
  }
  .uk-cart-icons {
    margin-top: -4px;
  }
  .uk-cart-icons img {
    max-height: 24px;
  }
  .uk-cart-icons-container {
    height: auto;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.flex-control-nav {
  /* Thumbnails container */
  /* Set the thumbnails to take up the remaining space */
  list-style: none; /* Remove list bullets */
  margin: 0;
  padding: 15px 0 0 0;
}

.flex-control-nav li {
  /* Individual thumbnail item */
  margin-bottom: 10px; /* Add space between thumbnails */
  border: 1px solid #ddd;
  border-radius: 8px; /* Rounded corners for aesthetics */
  overflow: hidden; /* Ensures image fits within the border */
  float: left;
  margin-right: 20px;
}

/* Make the thumbnails responsive */
.flex-control-nav img {
  width: 100%; /* Makes the image fill its container */
  height: auto;
}

/* Ensure the layout stacks nicely on mobile devices */
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper {
    width: 100%; /* Full width for the main image */
    margin-right: 0;
    margin-bottom: 20px; /* Space below the main image */
  }
  .flex-control-nav {
    width: 100%; /* Full width for the thumbnails */
    display: flex; /* Arrange thumbnails in a row */
    flex-wrap: wrap;
    justify-content: center; /* Center the thumbnails */
  }
  .flex-control-nav li {
    width: 20%; /* Adjust thumbnail size for a mobile row layout */
    margin: 0 5px 10px;
  }
}
.woocommerce-message {
  text-align: center;
  background-color: #d3e4c4;
  padding: 10px;
  margin-bottom: 20px;
}

.wp-block-woocommerce-cart-order-summary-block {
  padding: 40px;
  background-color: #d3e4c4;
  border-radius: 5px;
  color: #074e85;
}

.wp-block-woocommerce-checkout-order-summary-block {
  padding: 20px;
  background-color: #d3e4c4;
  border-radius: 5px;
  color: #074e85;
}

.wc-block-components-checkout-step__title {
  color: #074e85;
  font-weight: 600;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background-color: #074e85;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #074e85;
  transition: all 0.4s !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-color: white;
  color: #074e85;
}

.woocommerce-form-register__submit,
.woocommerce-form-login .button {
  background-color: #074e85;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #074e85;
  transition: all 0.4s !important;
  padding: 12px 40px;
}
.woocommerce-form-register__submit:hover,
.woocommerce-form-login .button:hover {
  background-color: white;
  color: #074e85;
}

.wc-block-cart-items__row {
  padding: 40px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #074e85;
}

.wc-block-checkout__form {
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #074e85;
}

.wp-singular .price {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.wc-block-cart-items {
  border-collapse: separate;
  border-spacing: 0;
}

.wc-block-cart-items td {
  border: solid 1px #000;
  border-style: none solid solid none;
  padding: 10px;
}

.wc-block-cart-items tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wc-block-cart-items tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.wc-block-cart-items {
  border-collapse: separate;
  border-spacing: 0 15px !important;
  margin-top: -30px !important;
}

.wc-block-components-quantity-selector {
  background-color: white;
}

.wc-block-cart-items tr:first-child td {
  border-top-style: solid;
}

.wc-block-cart-items tr td:first-child {
  border-left-style: solid;
}

.wc-block-components-totals-wrapper {
  padding: 16px 16px !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.wp-block-woocommerce-cart-order-summary-block {
  position: sticky;
  top: 0;
  margin-top: 55px;
}

.added_to_cart {
  display: block;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.wc-block-cart-items thead {
  font-size: 1.5em;
  color: #074e85;
  font-weight: 400 !important;
}

.wc-block-cart__main .wc-block-cart-items th {
  padding-bottom: 0 !important;
}

.wc-block-cart-item__image a {
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 5px;
  display: block;
}

.wc-block-cart__main .wc-block-cart-items td:nth-child(2) {
  padding: 24px 0 24px 30px;
}

.wc-block-cart-item__total {
  vertical-align: bottom !important;
}

.wc-block-components-product-price {
  margin-right: 14px;
}

.wc-block-cart__totals-title {
  color: #333 !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.3) !important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3.125em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em 0.5em;
  width: 100%;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid hsla(0, 0%, 7%, 0.3) !important;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  height: 100%;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 1em 0.5em 0;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%;
}

.wc-block-components-notice-banner.is-error {
  background-color: #d3e4c4 !important;
  border-color: #d9e4ef !important;
}

.wc-block-components-text-input label,
.wc-blocks-components-select__container label {
  color: #888 !important;
}

.wp-block-woocommerce-checkout-terms-block span {
  font-size: 1rem;
}

.wc-block-components-main .wp-block-woocommerce-checkout-order-summary-block {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%; /* Adjust as needed */
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%; /* Adjust as needed */
  float: right;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-MyAccount-navigation ul li:before {
  top: 14px !important;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #074e85;
  padding: 12px 0;
  display: block;
}

.woocommerce-MyAccount-content h2,
#customer_login h2 {
  color: #074e85;
  font-weight: 400;
}

.col2-set {
  width: 100%;
  overflow: hidden; /* Clearfix */
}

.col-1 {
  float: left;
  width: 48%; /* A common width for a two-column layout */
  padding-right: 2%; /* Spacing between columns */
}

.col-2 {
  float: right;
  width: 48%;
}

.woocommerce-form-login .button {
  display: block !important;
}

.woocommerce-form__input-checkbox {
  max-height: 20px;
}

.wc-block-components-checkout-step__description {
  font-size: 0.8rem !important;
  color: #333 !important;
}

.page-template-template-shop .hentry div .wp-block-woocommerce-cart div h2 {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 50px;
  color: #074e85;
}

.page-template-template-shop .hentry .wp-block-product-new,
.page-template-template-shop .hentry div .wp-block-woocommerce-cart div h2:not(.wc-block-cart__empty-cart__title),
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  display: none !important;
}

.wc-block-components-totals-taxes .wc-block-components-totals-item__label::after {
  content: "(VAT 20%)";
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 6px;
}

.woocommerce-account header h2,
.woocommerce-account .woocommerce-customer-details h2 {
  margin-top: 40px;
}
.woocommerce-account .subscription_details,
.woocommerce-account .order_details,
.woocommerce-account #woocommerce-subscriptions-related-orders-table,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account #wc-memberships-members-area-section,
.woocommerce-account .woocommerce-MyAccount-paymentMethods {
  width: 100%;
}
.woocommerce-account .subscription_details th.membership-content-type,
.woocommerce-account .subscription_details th.membership-content-accessible,
.woocommerce-account .order_details th.membership-content-type,
.woocommerce-account .order_details th.membership-content-accessible,
.woocommerce-account #woocommerce-subscriptions-related-orders-table th.membership-content-type,
.woocommerce-account #woocommerce-subscriptions-related-orders-table th.membership-content-accessible,
.woocommerce-account .woocommerce-orders-table th.membership-content-type,
.woocommerce-account .woocommerce-orders-table th.membership-content-accessible,
.woocommerce-account #wc-memberships-members-area-section th.membership-content-type,
.woocommerce-account #wc-memberships-members-area-section th.membership-content-accessible,
.woocommerce-account .woocommerce-MyAccount-paymentMethods th.membership-content-type,
.woocommerce-account .woocommerce-MyAccount-paymentMethods th.membership-content-accessible {
  text-align: center;
}
.woocommerce-account .subscription_details tr,
.woocommerce-account .order_details tr,
.woocommerce-account #woocommerce-subscriptions-related-orders-table tr,
.woocommerce-account .woocommerce-orders-table tr,
.woocommerce-account #wc-memberships-members-area-section tr,
.woocommerce-account .woocommerce-MyAccount-paymentMethods tr {
  border-bottom: 1px solid #ccc;
}
.woocommerce-account .subscription_details tr td,
.woocommerce-account .subscription_details tr th,
.woocommerce-account .order_details tr td,
.woocommerce-account .order_details tr th,
.woocommerce-account #woocommerce-subscriptions-related-orders-table tr td,
.woocommerce-account #woocommerce-subscriptions-related-orders-table tr th,
.woocommerce-account .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce-orders-table tr th,
.woocommerce-account #wc-memberships-members-area-section tr td,
.woocommerce-account #wc-memberships-members-area-section tr th,
.woocommerce-account .woocommerce-MyAccount-paymentMethods tr td,
.woocommerce-account .woocommerce-MyAccount-paymentMethods tr th {
  padding: 6px 20px 6px 0;
  text-align: center;
}
.shop_table {
  width: 100%;
}
.shop_table tr {
  border-bottom: 1px solid #ccc;
}
.shop_table tr td {
  padding: 4px 0;
}

.subscription_details tr td a:after {
  content: "|";
  display: inline-block;
  color: #ccc;
  margin: 0 6px;
}

.wc_payment_method:before,
.woocommerce-SavedPaymentMethods-token:before,
.woocommerce-SavedPaymentMethods-new:before {
  background-image: none !important;
}

#payment {
  margin-top: 40px;
}

mark {
  background: #d3e4c4;
  color: #333;
  padding: 4px 8px;
}

.wc-memberships-members-area-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships::before {
  background-image: url(../img/icons/blue-arrow-right.svg) !important;
  transform: rotate(180deg);
}

.woocommerce-order-details__title,
.woocommerce-order-details header h2,
.woocommerce-customer-details h2,
.woocommerce-order-downloads h2 {
  font-weight: 400;
  margin-top: 40px;
  color: #074e85;
}

.woocommerce-table--order-details,
.woocommerce-table--order-downloads {
  width: 100%;
}
.woocommerce-table--order-details tr,
.woocommerce-table--order-downloads tr {
  border-bottom: 1px solid #ccc;
}
.woocommerce-table--order-details tr td,
.woocommerce-table--order-details tr th,
.woocommerce-table--order-downloads tr td,
.woocommerce-table--order-downloads tr th {
  padding: 6px 20px 6px 0;
}
.woocommerce-table--order-details tr td.membership-content-type, .woocommerce-table--order-details tr td.membership-content-accessible,
.woocommerce-table--order-details tr th.membership-content-type,
.woocommerce-table--order-details tr th.membership-content-accessible,
.woocommerce-table--order-downloads tr td.membership-content-type,
.woocommerce-table--order-downloads tr td.membership-content-accessible,
.woocommerce-table--order-downloads tr th.membership-content-type,
.woocommerce-table--order-downloads tr th.membership-content-accessible {
  display: none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area::before {
  background-image: url(../img/icons/menu-squares.svg) !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #888;
}

@media only screen and (min-width: 320px) {
  .col-1 {
    float: left;
    width: 100%; /* A common width for a two-column layout */
    padding-right: 0; /* Spacing between columns */
  }
  .col-2 {
    float: right;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .col-1 {
    float: left;
    width: 48%; /* A common width for a two-column layout */
    padding-right: 2%; /* Spacing between columns */
  }
  .col-2 {
    float: right;
    width: 48%;
  }
}
.agribrief .uk-mainheader-border {
  border-top-left-radius: 60px;
  top: 60px;
  margin-right: -80px;
}

.agribrief h4 div {
  font-weight: 800;
}

.agribrief .uk-tab > * > a {
  justify-content: flex-center;
}

.ab-hp > div > div:first-of-type,
.ab-hp .wc-memberships-restriction-message {
  display: none;
}

.uk-woo-content-block .woocommerce {
  display: inline;
  height: 0;
}

.ab-other > div > div:first-of-type,
.ab-other .wc-memberships-restriction-message,
.ab-header .wc-memberships-restriction-message,
.uk-card-body .wc-memberships-restriction-message {
  display: none;
}

.ab-header > div#uk-slideshow-1 {
  display: none;
}

@media only screen and (min-width: 320px) {
  .agribrief .uk-tab > * > a {
    font-size: 1.23rem;
    line-height: 1;
    min-height: 36px;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  .agribrief .uk-tab > * > a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .agribrief .uk-tab > * > a {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.uk-large-text {
  font-size: 6rem;
  letter-spacing: -3px;
  line-height: 0.9;
  font-weight: 700;
}

.counter-block {
  border: 2px solid #d3e4c4;
  padding: 18px 30px 10px 30px;
  border-radius: 10px;
}

.uk-border-spot1 {
  border-color: #074e85;
}

.uk-border-spot2 {
  border-color: #d3e4c4;
}

@media only screen and (min-width: 320px) {
  .counter-block-wrapper h2 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 20px;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  .counter-block-wrapper h2 {
    font-size: 2.2rem;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 40px;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .counter-block-wrapper h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 60px;
  }
}
.uk-mainheader-border {
  border-top-left-radius: 60px;
  top: 60px;
  margin-right: -80px;
}

h4 div {
  font-weight: 800;
}

@media only screen and (min-width: 320px) {
  .uk-page-header {
    margin-top: 30px;
  }
  .uk-page-header .uk-button-spot1,
  .uk-page-header .uk-button-spot2 {
    padding: 1.2rem 34px !important;
  }
  .uk-page-header-height {
    height: 100vh;
  }
  .uk-page-header h1 {
    font-size: 2rem;
  }
  .uk-page-header h2 {
    font-size: 1.8rem;
  }
  .uk-page-header h3 {
    font-size: 1.6rem;
  }
  .uk-page-header h4 {
    font-size: 1.4rem;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  .uk-page-header .uk-button-spot1,
  .uk-page-header .uk-button-spot2 {
    padding: 1.2rem 40px !important;
  }
  .uk-page-header h1 {
    font-size: 2.2rem;
  }
  .uk-page-header h2 {
    font-size: 2rem;
  }
  .uk-page-header h3 {
    font-size: 1.8rem;
  }
  .uk-page-header h4 {
    font-size: 1.6rem;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .uk-page-header {
    margin-top: -30px;
  }
  .uk-page-header h1 {
    font-size: 2.8rem;
  }
  .uk-page-header h2 {
    font-size: 2.5rem;
  }
  .uk-page-header h3 {
    font-size: 2.1rem;
  }
  .uk-page-header h4 {
    font-size: 1.8rem;
  }
}
/* UIKIT LARGE */
@media only screen and (min-width: 1200px) {
  .uk-page-header-height {
    height: 70vh;
  }
}
.uk-seminar-block h1.uk-text-spot1 span,
.uk-seminar-block h2.uk-text-spot1 span,
.uk-seminar-block h3.uk-text-spot1 span,
.uk-seminar-block h4.uk-text-spot1 span,
.uk-seminar-block h5.uk-text-spot1 span {
  background-color: #d3e4c4;
  color: #074e85;
  font-weight: 400;
}

.uk-seminar-block h1 span,
.uk-seminar-block h2 span,
.uk-seminar-block h3 span,
.uk-seminar-block h4 span,
.uk-seminar-block h5 span {
  border-radius: 10px;
  padding: 10px 50px 10px 25px;
  line-height: 1.7 !important;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .uk-seminar-block {
    background-position: 50% bottom;
    background-size: 600%;
  }
  .uk-seminar-block .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-seminar-block .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 0px;
  }
  .uk-seminar-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top: 0;
  }
  .uk-seminar-block h2 {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  .uk-seminar-block {
    background-size: 400%;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  .uk-seminar-block {
    background-size: 200%;
  }
  .uk-seminar-block h2 {
    margin-top: 0px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .uk-seminar-block {
    background-size: 100%;
  }
  .uk-seminar-block .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-seminar-block .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-seminar-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
  }
}
.uk-text-white.uk-column-divider {
  -moz-column-rule: 1px solid rgba(255, 255, 255, 0.3);
       column-rule: 1px solid rgba(255, 255, 255, 0.3);
}

.uk-text-spot1.uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-text-spot2.uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-text-block h1.uk-text-bgc-blue span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-text-block h1.uk-text-bgc-green span {
  background-color: #074e85;
  color: #fff;
}

.uk-text-block h1.uk-text-bgc-white span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-text-bgc-white .uk-column-divider {
  -moz-column-rule: 1px solid #e5e5e5;
       column-rule: 1px solid #e5e5e5;
}

.uk-text-bgc-green .uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-text-block .uk-text-spot1 h2,
.uk-text-block .uk-text-spot1 h3,
.uk-text-block .uk-text-spot1 h4,
.uk-text-block .uk-text-spot1 h5,
.uk-text-block .uk-text-spot1 h6 {
  color: #074e85;
}

.uk-text-block .uk-text-spot2 h2,
.uk-text-block .uk-text-spot2 h3,
.uk-text-block .uk-text-spot2 h4,
.uk-text-block .uk-text-spot2 h5,
.uk-text-block .uk-text-spot2 h6 {
  color: #d3e4c4;
}

.uk-text-block .uk-text-spot3 h2,
.uk-text-block .uk-text-spot3 h3,
.uk-text-block .uk-text-spot3 h4,
.uk-text-block .uk-text-spot3 h5,
.uk-text-block .uk-text-spot3 h6 {
  color: #d9e4ef;
}

.uk-text-block .uk-text-white h2,
.uk-text-block .uk-text-white h3,
.uk-text-block .uk-text-white h4,
.uk-text-block .uk-text-white h5,
.uk-text-block .uk-text-white h6 {
  color: white;
}

.uk-news-header {
  top: -120px;
  height: 150px;
  display: block;
  width: 100%;
}

.uk-news-header img {
  width: 100%;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}

a.memberslink {
  background-color: #074e85;
  padding: 5px 12px 5px 10px;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 12px;
  color: white;
}
a.memberslink:hover {
  background-color: #d3e4c4;
  color: #235b2c;
}

@media only screen and (min-width: 320px) {
  .uk-image-cta-height {
    height: 900px;
  }
  .uk-image-cta-height-child {
    height: 300px;
  }
}
@media only screen and (min-width: 640px) {
  .uk-image-cta-height {
    height: 1200px;
  }
  .uk-image-cta-height-child {
    height: 400px;
  }
}
@media only screen and (min-width: 960px) {
  .uk-image-cta-height {
    height: 500px;
  }
  .uk-image-cta-height-child {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .uk-image-cta-height {
    height: 600px;
  }
  .uk-image-cta-height-child {
    height: 600px;
  }
}
.uk-margin-top-split {
  margin-top: -237px;
  min-height: 400px;
  margin-bottom: 50px;
}

.uk-service-border {
  border-radius: 6px;
}

.uk-service-border .uk-slidenav-previous svg polyline,
.uk-service-border .uk-slidenav-next svg polyline {
  stroke-width: 2.8;
}

.uk-slider-item {
  border-right: 1px solid #fff;
}

.uk-slider-item a {
  background-image: url(../img/icons/square-right-arrow.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  display: block;
}

.uk-slider-item a:hover {
  background-position: center right 20px;
}

.uk-slider-item img {
  height: 55px;
  width: auto;
}

.uk-promo-box {
  padding: 30px;
  line-height: 1.2;
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.uk-promo-box-image {
  padding: 10px;
  border-radius: 6px;
  top: -105%;
  background-color: #eff2f6;
  height: 240px;
}

.uk-height-xlarge {
  max-height: 700px;
  height: 700px;
}

.uk-height-xlarge {
  max-height: 700px;
  height: 700px;
}

.uk-history-line::before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 1px;
  top: 30px;
  left: 50%;
  background-color: #074e85;
}

.uk-history-blob {
  position: absolute;
  left: 50%;
  top: 80px;
  background-color: #074e85;
  border-radius: 13px;
  width: 13px;
  height: 13px;
  margin-left: -6px;
}

.uk-history-content {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 30px;
}

.uk-history-line .uk-text-left h4 {
  position: relative;
  background-color: #074e85;
  display: inline-block;
  color: white;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 20px;
  margin-left: 10px;
}
.uk-history-line .uk-text-left h4::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #074e85;
}

.uk-history-line .uk-text-right h4 {
  position: relative;
  background-color: #074e85;
  display: inline-block;
  color: white;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 20px;
  margin-right: 10px;
}
.uk-history-line .uk-text-right h4::before {
  content: "";
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #074e85;
}

.uk-history-line .uk-year {
  background-color: #d3e4c4;
  color: #074e85;
  padding: 10px 0px;
  border-radius: 10px;
  display: block;
  z-index: 3;
  max-width: 120px;
  margin-bottom: 0;
}

.uk-history-line .uk-text-left .uk-year {
  margin-left: -60px;
  position: absolute;
  top: 0;
  left: 0;
}

.uk-history-line .uk-text-right\@s .uk-year {
  margin-right: -60px;
  position: absolute;
  top: 0;
  left: auto !important;
  right: 0;
}

.uk-history-line .uk-text-right\@s h4::before {
  content: "";
  left: auto !important;
  right: -21px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #074e85;
  border-right: 0 solid #074e85 !important;
}

@media (max-width: 1200px) {
  .uk-history-line .uk-text-left h4::before {
    content: "";
    left: -19px;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 21px solid #074e85;
  }
  .uk-history-line .uk-text-right\@s h4::before {
    content: "";
    left: auto !important;
    right: -19px;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #074e85;
    border-right: 0 solid #074e85 !important;
  }
}
@media (max-width: 640px) {
  .uk-history-blob {
    left: 45px;
  }
  .uk-history-line::before {
    left: 45px;
  }
  .uk-history-line .uk-text-left h4::before {
    content: "";
    left: -16px !important;
    right: auto !important;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #074e85 !important;
    border-left: 0;
  }
  .uk-history-line .uk-text-right h4::before {
    content: "";
    left: -16px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #074e85;
  }
  .uk-history-line .uk-text-left h4 {
    margin-left: 60px;
  }
  .uk-history-line .uk-text-right\@s .uk-year {
    left: 0 !important;
  }
  .uk-history-line .uk-text-left .uk-year {
    margin-left: 0px;
    top: 0;
    right: auto;
    left: 0;
  }
  .uk-history-line .uk-text-right .uk-year {
    margin-right: 0px;
    top: 0;
    left: 0;
    right: auto;
  }
  .uk-history-content {
    margin-left: 20px !important;
  }
}
.active-history-item {
  background-color: white !important;
  color: #074e85 !important; /* Use !important if needed to override existing styles */
}

@media only screen and (min-width: 320px) {
  .uk-featured-links .uk-top-title {
    letter-spacing: -1px;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    margin-left: 40px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .uk-featured-links .uk-card {
    padding-bottom: 20px;
  }
  .uk-featured-links .uk-card .uk-featured-icon {
    max-height: 55px;
  }
}
@media only screen and (min-width: 960px) {
  .uk-featured-links .uk-top-title {
    top: -70px;
  }
}
.uk-margin-top-split {
  margin-top: -237px;
  min-height: 400px;
  margin-bottom: 50px;
}

.uk-service-border {
  border-radius: 6px;
}

.uk-slider-item {
  border-right: 1px solid #fff;
}

.uk-slider-item a {
  background-image: url(../img/icons/square-right-arrow.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  display: block;
}

.uk-slider-item a:hover {
  background-position: center right 20px;
}

.uk-slider-item img {
  height: 55px;
  width: auto;
}

.uk-promo-box {
  padding: 30px;
  line-height: 1.2;
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.uk-promo-box-image {
  padding: 10px;
  border-radius: 6px;
  top: -105%;
  background-color: #eff2f6;
}

.uk-text-white.uk-column-divider {
  -moz-column-rule: 1px solid rgba(255, 255, 255, 0.3);
       column-rule: 1px solid rgba(255, 255, 255, 0.3);
}

.uk-text-spot1.uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-text-spot2.uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-column-block h1.uk-text-bgc-blue span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-column-block h1.uk-text-bgc-green span {
  background-color: #074e85;
  color: #fff;
}

.uk-column-block h1.uk-text-bgc-white span {
  background-color: #d3e4c4;
  color: #074e85;
}

.uk-text-bgc-white .uk-column-divider {
  -moz-column-rule: 1px solid #e5e5e5;
       column-rule: 1px solid #e5e5e5;
}

.uk-text-bgc-green .uk-column-divider {
  -moz-column-rule: 1px solid #074e85;
       column-rule: 1px solid #074e85;
}

.uk-column-block .uk-text-spot1 h2,
.uk-column-block .uk-text-spot1 h3,
.uk-column-block .uk-text-spot1 h4,
.uk-column-block .uk-text-spot1 h5,
.uk-column-block .uk-text-spot1 h6 {
  color: #074e85;
}

.uk-column-block .uk-text-spot2 h2,
.uk-column-block .uk-text-spot2 h3,
.uk-column-block .uk-text-spot2 h4,
.uk-column-block .uk-text-spot2 h5,
.uk-column-block .uk-text-spot2 h6 {
  color: #d3e4c4;
}

.uk-column-block .uk-text-spot3 h2,
.uk-column-block .uk-text-spot3 h3,
.uk-column-block .uk-text-spot3 h4,
.uk-column-block .uk-text-spot3 h5,
.uk-column-block .uk-text-spot3 h6 {
  color: #d9e4ef;
}

.uk-column-block .uk-text-white h2,
.uk-column-block .uk-text-white h3,
.uk-column-block .uk-text-white h4,
.uk-column-block .uk-text-white h5,
.uk-column-block .uk-text-white h6 {
  color: white;
}

@media only screen and (min-width: 320px) {
  .uk-person-photo {
    height: 180px !important;
  }
}
@media only screen and (min-width: 640px) {
  .uk-person-photo {
    height: 240px !important;
  }
}
@media only screen and (min-width: 960px) {
  .uk-person-photo {
    height: 300px !important;
  }
}
@media only screen and (min-width: 320px) {
  .uk-downloads .uk-top-title {
    letter-spacing: -1px;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    margin-left: 40px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .uk-downloads .uk-card {
    padding-bottom: 20px;
  }
  .uk-downloads .uk-card .uk-featured-icon {
    max-height: 55px;
  }
  .uk-bgc-white .uk-downloads-button {
    border-radius: 50px;
    line-height: 54px;
    background-color: #074e85;
    border: 1px solid #074e85;
    color: white;
    margin-bottom: 5px;
    padding: 16px 30px;
    transition: all 0.4s;
  }
  .uk-bgc-white .uk-downloads-button:hover {
    background-color: white;
    color: #074e85 !important;
  }
  .uk-bgc-spot1 .uk-downloads-button {
    border-radius: 50px;
    background-color: #d3e4c4;
    border: 1px solid #074e85;
    color: #074e85;
    line-height: 54px;
    padding: 16px 30px;
    margin-bottom: 5px;
    transition: all 0.4s;
  }
  .uk-bgc-spot1 .uk-downloads-button:hover {
    background-color: #074e85;
    color: white;
    border: 1px solid white;
  }
  .uk-bgc-spot2 .uk-downloads-button {
    border-radius: 50px;
    background-color: #074e85;
    border: 1px solid #074e85;
    color: white;
    line-height: 54px;
    padding: 16px 30px;
    margin-bottom: 5px;
    transition: all 0.4s;
  }
  .uk-bgc-spot2 .uk-downloads-button:hover {
    background-color: #074e85;
    color: #074e85;
    border: 1px solid #074e85;
  }
}
@media only screen and (min-width: 960px) {
  .uk-downloads .uk-top-title {
    top: -70px;
  }
}/*# sourceMappingURL=base.css.map */