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

#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 .logo_image,
#country-switch .logo_image img {
  margin-bottom: 16px;
  max-width: 100%;
}

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