ul.social li {
  display: inline-block;
  margin-right: 5px;
}

blockquote p {
  color: #1d1d1b;
}

#cookie-notice {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
}

#cookie-notice .cookie-notice-container {
  padding: 1rem 3rem;
}

#cookie-notice .cn-button {
  background-color: #fff;
  border-radius: 0px;
  color: #1d1d1b;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}

.badgeContainer {
  display: flex;
  justify-content: flex-end;
}

.badgeContainer .badgeWrap {
  width: 150px;
}

nav {
  z-index: 99;
}

.loadOverlay {
  z-index: 9999;
}

@media screen and (max-width: 1279px) {
  .badgeContainer .badgeWrap {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .badgeContainer .badgeWrap {
    width: 100px;
  }
}

@media screen and (max-width: 639px) {
  .badgeContainer {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .badgeContainer .badgeWrap {
    width: 90px;
  }
}
