html {
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-mail a,
.modal-link a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.modal-flag img {
  /* needs to override here, sorry */
  top: 16px !important;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

#country-switch {
  background-attachment: fixed;
  background-color: #F7F7F7;
  background-image: url("../img/bg-country_switch.svg");
  background-position: center 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #616268;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  margin: 0;
  padding: 32px 0;
}

@media (min-width: 768px) and (max-width: 1279px) {
  #country-switch {
    background-position: center 75px;
  }
}

@media screen and (max-width: 767px) {
  #country-switch {
    background-position: center bottom;
  }
}

#country-switch .wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

#country-switch a {
  color: #f06700;
}

#country-switch a:hover {
  color: #46a3ba;
  text-decoration: underline;
}

#country-switch a:visited, #country-switch a:focus {
  text-decoration: none;
}

#country-switch header {
  padding: 14.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #country-switch header {
    flex-direction: row;
  }
}

#country-switch header h1 {
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #country-switch header h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #country-switch header h1, #country-switch .logo-wrapper {
    text-align: center;
  }
}

#country-switch .logo {
  width: 35px;
}

@media screen and (min-width: 768px) {
  #country-switch .logo {
    width: 70px;
  }

  #country-switch .logo-wrapper {
    margin-right: 32px;
  }
}

#country-switch .countries {
  line-height: 22px;
  margin-bottom: 0;
}

#country-switch .selection_toggle {
  color: #616268;
}

#country-switch .countries_wrapper {
  background: rgba(255, 255, 255, 0.95);
  padding: 16px 0;
}

#country-switch h2 {
  background-color: #dddddd;
  padding: 12px 16px;
  margin: 25px 0 0 !important;
  font-size: 1.2rem;
  font-weight: 700;
}

#country-switch .selection_toggle {
  text-decoration: none;
}

#country-switch .selection_toggle:hover {
  text-decoration: none;
}

#country-switch .selection_toggle:hover h2 {
  background-color: #a0a1a4;
  color: #ffffff;
}

#country-switch .nav-meta-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#country-switch .nav-meta-background {
  padding: 5px 25px;
  background: rgba(255, 255, 255, 0.75);
}

#country-switch .nav-meta-separator {
  margin: 0 8px;
}

#country-switch .modal-dialog a {
  color: #ff6e00;
}

#country-switch .modal-dialog a:hover {
  color: #41a3bc;
}

.card-header h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

/**
 * ifm reduced grid update 2025
 */
.grid-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 16px;
}

.col-4 {
  display: inherit;
  grid-column-end: span 4;
}

.col-6 {
  display: inherit;
  grid-column-end: span 6;
}

.col-8 {
  display: inherit;
  grid-column-end: span 8;
}

.col-12 {
  display: inherit;
  grid-column-end: span 12;
}

@media (min-width: 768px) {

  .md-col-4 {
    display: inherit;
    grid-column-end: span 4;
  }
}

@media (min-width: 576px) {
  .grid-row {
    grid-template-columns: repeat(12, 1fr);
  }
}
