#localeOverlay,
#localeSwitchOverlay {
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
  position: fixed;
}
#localeSwitchWarning {
  text-align: center;
  position: relative;
}
#localeSwitchWarning .column {
  float: right;
}
#localeInterstitial .column,
#localeSwitchOverlay .column {
  padding: 1em;
  float: left;
}
#localeInterstitial {
  background: white;
  margin: auto;
  line-height: 2em;
  padding: 2px;
  border: 3px solid black;
  text-align: center;
}
#localeInterstitial .initial-hide {
  display: none;
}
#localeInterstitial ul {
  font-size: 0; /* Fix for country options having whitespace between them */
  width: 100%;
}
#localeSwitchWarning .btn-secondary {
  background: white;
  color: black;
}
#chooseLocaleButton {
  text-transform: uppercase;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
  background: black;
  margin-top: 30px; 
}
#localeOverlay img {
  max-width: 100%;
  max-height: 100%;
}
#localeInterstitial li {
  display: inline-block;
  float: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
#localeInterstitial ul.country-list,
#localeInterstitial ul.country-list-offsite,
#localeInterstitial ul.language-list {
  padding: 0;
  list-style-type: none;
}
.country-list-offsite li {
  width: 50%;
}
#localeInterstitial .language-list li {
  padding: 0;
  width: 15%;
  margin-top: 20px;
}
.language-list li.selected,
.current-country, .selected-lang,
.country-link.selected {
  font-weight: bold;
}
#localeInterstitial .country-link {
  display: inline-block;
  line-height: 2em;
}
#localeInterstitial .label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#localeInterstitial .welcome-label {
  font-size: 20px;
  font-weight: normal;
}
#localeInterstitial .country-caption {
  margin: 15px 0 20px 0;
}
#localeInterstitial .language-caption {
  margin-top: 25px;
}
#localeInterstitial .country-caption .label {
  font-size: 12px;
}
#localeInterstitial .inner-border {
  border: 1px solid black;
  padding: 3em 6em;
}
.choose-country {
  font-size: 12px;
  margin: .5em 0;
}

@media screen and (max-height: 667px) {
  #chooseLocaleButton {
    margin-top: 0;
  }
  #localeInterstitial .language-list li {
    margin-top: 0;
    width: 33%;
  }
  #localeInterstitial .country-caption {
    margin: 0;
  }
}
