.covid-wrapper {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	position: fixed;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px;
	text-align: left;
}

.covid-wrapper.minify {
	left: 20px;
	bottom: 20px;
	right: auto;	
	top: auto;
	width: 150px;
	height: 40px;
	padding: 0px;
	background: transparent;
}

@media only screen and (max-width : 960px) {
	.covid-wrapper.minify {
		bottom: 80px;
		top: auto;
	}
}

.covid-wrapper.minify .covid-extraheader {
	display: none;
}

.covid-wrapper.minify .covid-close {
	display: none;
}

.covid-wrapper.minify .covid-header {
	font-size: 16px;
}

.covid-wrapper.minify .covid-popup {
	overflow: hidden !important;
	border-radius: 20px;
	height: 40px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}

.covid-wrapper.minify .covid-header {
	height: 40px;
	cursor: pointer;
	
}

.covid-wrapper.minify .covid-header span {
	margin-right: 10px;
}

.covid-wrapper.minify .covid-header > i {
	margin-right: 10px;
}

.covid-popup {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 600px;
	height: 80%;

	
	border-radius: 10px;
}

@media only screen and (max-height: 900px) {
	.covid-popup {
		height: 90%;
	}
}

.covid-texts {
	max-height: calc(100% - 50px);
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;	
	background: #F1F1F1;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.covid-header {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 149.82%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #8A8A8A;
	background: #F1F1F1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.covid-header > i,
.covid-close {
	background-image: url("images/warning.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 25px;
	display: block;
	margin-left: 15px;
	margin-right: auto;
}

.covid-close {
	background-image: url("images/covidclose.svg");
	margin-right: 15px;
	margin-left: auto;
	background-size: 15px;
	cursor: pointer;
}

.covid-texts > * {
	padding: 30px;
	font-style: normal;
	font-size: 17px;
	line-height: 150%;
	color: #404040;
}

.covid-texts > div:nth-child(2) {
	color: #8A8A8A;
}

.covid-customtext {
	border-top: 1px solid #d9d9d9;
}


.covid-links > a {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 150%;
	color: #0077E4;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d9d9d9;
}

.covid-links > a:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.covid-links > a > i {
	float: right;
	font-size: 20px;
}

@media only screen and (max-width : 960px) {
	.covid-links > a > i {
		display: none;	
	}
}

.covid-toPageLink {
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 150%;
	text-align: right;
	color: #0077E4;
	text-align: right;
	display: block;
	padding-top: 16px;
}

.covid-links {
	padding-top: 10px;
	padding-bottom: 15px;
}


@media only screen and (max-width : 960px) {
	.covid-wrapper {
		padding: 20px;
		padding-bottom: 70px;
		padding-top: 60px;
	}
	.covid-popup {
		height: 100%;
	}
	.covid-header {
		font-size: 16px;
	}
	.covid-texts > * {
		padding: 20px;
		font-size: 15px;
	}
	.covid-links > a {
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}




















