#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 !important;
}
#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%;
}
#localeInterstitial .label.welcome-label {
	font-family: "NewtextITCStd-Regular";
	font-variant: small-caps;
	text-transform: none;
}
#localeSwitchWarning .btn-secondary {
	background: white;
	color: black;
}
#chooseLocaleButton {
	text-transform: uppercase;
	color: white;
    padding-left: 2em;
    padding-right: 2em;
	background: black;
}
#localeOverlay img {
	max-width: 100%;
	max-height: 100%;
}
#localeInterstitial li {
	width: 20%;
	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% !important;
}
#localeInterstitial .language-list li {
	padding: 0;
}
.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 .inner-border {
	border: 1px solid black;
	padding: 3em 6em;
}
.choose-country {
	font-size: 12px;
	margin: .5em 0;
}
#localeInterstitial input[type=radio] {
	height: initial;
	width: initial;
}
