.hidden {
  display: none;
}

.covid-header {
  min-height: 64px;
}

.language-selector-container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.language-selector-container .select {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 28px;
}

@media only screen and (max-width: 992px) {
  .language-selector-container .select {
    right: 12px;
  }
}

.language-selector-container .select::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  right: .5em;
  position: absolute;
  top: .65em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  pointer-events: none;
}

.language-selector-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  font-size: 14px;
  padding: .5em 1.8em .5em .5em;
  margin: 0;
  color: currentColor;
  font-weight: 600;
  font-family: inherit;
}

.language-selector-container select::-ms-expand {
  display: none;
}

.language-selector-container select option {
  color: #000;
}

.covid-toc-article > *:last-child {
  margin-bottom: 0;
}

.covid-page--faq .covid-body h2:not(:first-child) {
  margin-top: 48px;
}

.text-center {
  text-align: center;
}

.g-recaptcha > div {
  margin: 0 auto;
}
