/* hide news tracking pixel */

img[src*="tracking-pixel"] {display: none !important;}

/* SOCIAL MEDIA ICONS */

.social {display: flex; list-style-type: none; margin: 0; padding: 0;}
.social ul {margin-left: auto; margin-right:auto;}
.social li {margin: 0 15px 0 0;}
.social li:last-child {margin: 0;}
.social li a {align-items: center; background: #4f6878; border-radius: 50% 50%; display: flex; height: 36px; justify-content: center; padding: 6px; width: 36px;}
.social li.linkedin a {padding: 7px;}
.social li a:hover {background: #e8a428;}
.social li a svg {fill: #fff; height: 100%;}

@media (min-width: 1600px) {
.social {margin: 0 0 0 5px;}
.social li {margin: 0 20px 0 0;}
.social li a {height: 40px; width: 40px;}
}

@media (max-width: 1200px) {
.social {margin: 0 0 0 5px;}
.social li {margin: 0 10px 0 0;}
.social li a {height: 30px; padding: 5px; width: 30px;}
}

@media (max-width: 640px) {
.social {margin: 0 0 0 5px;}
.social li {margin: 0 10px 0 0;}
.social li a {height: 36px; padding: 5px; width: 36px;}
}

/* SLIDER / BANNER AREA */

@media only screen and (min-width: 200px) and (max-width: 640px) { /* Adjust the breakpoint as needed */
    .slider-regular {
      display: none;
  }
    .slider-narrow {
      display: inline-block;
  }
}
@media only screen and (min-width: 641px) { 
    .slider-regular {
      display: inline-block;
  }
    .slider-narrow {
      display: none;
  }
}

@media only screen and (max-width: 400px) {
  .slide {
    background-position: 35% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@media only screen and (max-width: 1023px) {
  header.scrolled {
    height: 95px;
  }
  header.sub.scrolled {
    height: 95px;
  }
  header.sub.scrolled .container.flex.flex-row {
    margin-top: -20px;
  }
}

.flex-accordion .uk-accordion-title::before {
  content: "+" !important;
}
.flex-accordion .uk-open>.uk-accordion-title::before {
  content: "-" !important;
}
.lang-switch a{
  font-size: 0.6rem;
}