/*
Theme Name: DentalCMO Child
Template: DentalCMO-Badger
Author: Child Theme Configurator
Version: 1.0.1458343915
Updated: 2016-03-18 23:31:55
*/

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v34/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

body.home .entry-content h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	text-align:left;
	line-height:1;
}
header#masthead {
	background-color:#795F7B;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
header#masthead #header-info-cont,
header#masthead nav.navbar > .container {
	max-width:1440px;
	width:100%;
	margin:auto;
}

#desktopButtons > div > .headerInfo:first-of-type { display: none; }

@media all and (min-width:769px) {
	header#masthead {
		padding:0 15px;
	}
	#logo {
		text-align:left;
	}
	#desktopButtons > div {
		margin:auto 0 auto auto;
	}
	.headerInfo:last-child {
		padding-right:0;
	}
	ul.nav > li {
		position:relative;
	}
	ul.nav > li:not(:last-child) {
		margin-right:7px;
	}
	ul.nav > li:after {
		content:' ';
		display:block;
		position:absolute;
		width:100%;
		height:35px;
		top:100%;
		left:0;
		background-color:rgba(66,66,66,0.66);
		-webkit-clip-path: polygon(-1px -1px, 101% -1px, 101% -1px);
		clip-path: polygon(-1px -1px, 101% -1px, 101% -1px);
		-webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
		transition:         all 400ms cubic-bezier(0.77, 0, 0.175, 1);
	}
	ul.nav > li.active:after,
	ul.nav > li:hover:after {
		-webkit-clip-path: polygon(-1px -1px, 101% -1px, 101% 101%);
		clip-path: polygon(-1px -1px, 100% -1px, 101% 101%);
	}
	ul.nav > li:last-child:before {
		content:' ';
		display:block;
		position:absolute;
		width:100vw;
		height:100%;
		top:0;
		left:100%;
		background-color:rgba(66,66,66,0.66);
	}
}

@media all and (min-width:1280px) {
	header#masthead #header-info-cont {
		margin-top:-50px;
	}
	#desktopButtons > div {
		margin: auto 0 35px auto;
	}
}

@media all and (max-width:1500px) and (min-width:769px) {
	ul.nav > li > a {
		text-transform: capitalize !important;
		letter-spacing: -1px !important;
	}
}

/** Youtube Video **/
#youtubeVideo {
	max-height:840px;
	height:56.25vw;
	width:100%;
	position:relative;
	overflow:hidden;
}
#youtubeVideo:after {
	content:' ';
	display:block;
	position:absolute;
	background-color:rgba(0,0,0,0);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10;
}
#youtubeVideo .video-container {
	position:absolute;
	z-index:5;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width:100%;
	padding-top:0;
}
#youtubeVideo.fullScreen {
	max-height:100vh;
	height:100vh;
}

#playWithSound {
	opacity:1;
	transition: opacity .2s linear;
}
#youtubeVideo.playedWithSound #playWithSound {
	opacity:0;
	pointer-events: none;
}

#controls {
	width:100%;
	background-color:rgba(0,0,0,.25);
	padding:5px;
	box-sizing: border-box;
	overflow:hidden;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 22;
	opacity:0;
	transition: opacity .2s linear;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
#youtubeVideo.playedWithSound:hover #controls {
	opacity:1;
}

#progress-bar {
	width:100%;
	margin: 4px 0 6px;
	cursor: pointer;
}
#controls input[type=range] {
	/*removes default webkit styles*/
	-webkit-appearance: none;

	/*fix for FF unable to apply focus style bug */
	border: none;
	background:transparent;

	/*required for proper track sizing in FF*/
}
#controls input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
}
#controls input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background:  #fff;
	margin-top: -4px;
}
#controls input[type=range]:focus {
	outline: none;
}
#controls input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc;
}

#controls input[type=range]::-moz-range-track {
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
}
#controls input[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
}

/*hide the outline behind the border*/
#controls input[type=range]:-moz-focusring{
	outline: none;
	outline-offset: -1px;
}

#controls input[type=range]::-ms-track {
	height: 5px;

	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	background: transparent;

	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;

	/*remove default tick marks*/
	color: transparent;
}
#controls input[type=range]::-ms-fill-lower {
	background: #777;
	border-radius: 10px;
}
#controls input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 10px;
}
#controls input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background:  #fff;
}
#controls input[type=range]:focus::-ms-fill-lower {
	background: #888;
}
#controls input[type=range]:focus::-ms-fill-upper {
	background: #ccc;
}

#qualityWrapper {
	position:relative;
	cursor: pointer;
	height:24px;
}
#quality {
	width:24px;
	height:24px;
	opacity:0;
	position:relative;
	z-index:3;
}
#qualityWrapper i {
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
}

#controls .material-icons {
	cursor: pointer;
}

#controlsLeft > *,
#controlsRight > *,
#volumeControls > *,
#qualityWrapper > * {
	display:inline-block;
	vertical-align: middle;
}


#controlsLeft > *:not(:last-child),
#controlsRight > *:not(:last-child) {
	margin-right:5px;
}

#controlsLeft {
	float:left;
	padding-left:20px;
}
#controlsRight {
	float:right;
	padding-right:20px;
}
#volumeControls {
	width:24px;
	transition: width .2s linear;
	position:relative;
	overflow:hidden;
}
#volumeControls:hover {
	width:107px;
}
#volume-input {
	width:75px;
	height:20px;
	position:absolute;
	left:25px;
}
#time {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
}
#youtubeLink {
	font-family: 'Alternate Gothic No 2', sans-serif;
	font-weight:400;
	text-decoration:none;
	font-size:24px;
	color:#fff;
}

@media all and (max-width:768px) {
	#youtubeVideo:not(fullScreen) {
		background-image:url('');
		background-size:cover;
		background-position:center;
	}
	#youtubeVideo:not(fullScreen) .video-container {
		/* display:none; */
	}
	#controls {
		display:none !important;
	}
}
/** End Youtube Video **/

#YoutubeTop,
#YoutubeBottom {
	height:50%;
	position:absolute;
	width:auto;
	left:50%;
	transform:translatex(-50%) translatey(0);
	z-index:15;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
#YoutubeTop {
	top:0;
}
#YoutubeBottom {
	bottom:0;
}
#playWithSound {
	position:absolute;
	z-index:16;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	height:10%;
	width:auto;
	opacity:.7;
	cursor:pointer;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
#playWithSound:hover {
	opacity:1;
}

#youtubeVideo.playedWithSound #playWithSound {
	opacity:0 !important;
	pointer-events:none;
}
#youtubeVideo.playedWithSound #YoutubeTop {
	transform:translatex(-50%) translatey(-100%);
}
#youtubeVideo.playedWithSound #YoutubeBottom {
	transform:translatex(-50%) translatey(100%);
}

@media all and (min-width:1280px) {
	body.home header#masthead {
		position:absolute;
		width:100%;
		background-color:transparent;
		z-index:120;
	}
}

/*** Search ***/
button.navbar-toggle:hover * {
	color:#989a9d;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color:#989a9d;
}
.navbar-nav > li.searchLi > ul.dropdown-menu {
	right: 0px !important;
	left: inherit !important;
	display:block;
	overflow:hidden;
	width:0;
	min-width:inherit;
	border-radius:0;
}
.navbar-nav > li.searchLi:hover > ul.dropdown-menu {
	width:250px;
}
.searchLi ul li {
	float:right;
}
.searchLi .input-group input.form-control {
	width:200px;
	font-family:Open Sans;
}
.searchLi button.btn-default {
	border: 1px solid #ccc;
	height: 34px;
	color: #ccc;
	width: 51px;
}
.searchLi button.btn-default:hover {
	background-color: #ccc;
	color:#fff;
}
@media all and (min-width:769px) {
	.navbar-nav > li.searchLi > ul.dropdown-menu {
		transition: width .3s;
		-webkit-transition: width .3s;
	}
}
@media all and (max-width:768px) {
	.navbar-nav > li.searchLi.open > ul.dropdown-menu {
		width:100%;
	}
	.searchLi .input-group input.form-control {
		width:100%;
	}
}
.searchLi p {
	display: none;
}
/*** End Search ***/

.location {
	position: relative;
}

.location h4 {
	background-color:rgba(92,49,94,.7);
	color:#fff;
	font-family:Abril Fatface;
	font-weight:400;
	font-size:38px;
	padding:0 30px 0 20px;
	max-height:64px;
	width: 100%;
	position:absolute;
	bottom:100%;
	left:0;
	margin:0;
}
.location h4 a:after {
	content: attr(data-title);
	padding:0 30px 0 20px;
	color:#5C315E;
	background-color:rgba(255,255,255,.7);
	max-width:100%;
	position:absolute;
	height:100%;
	font-size:1em;
	top:0;
	left:0;
	z-index:5;
	-webkit-clip-path: polygon(0 0, 0 0, -40px 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, -40px 100%, 0% 100%);
	-webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all .4s cubic-bezier(0.77, 0, 0.175, 1);
}
.location:hover h4 a:after {
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
}

.location h4 a {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

.locationInfo {
	background-color:#AD9767;
	padding:13px 20px;
}
.locationInfo a,
.locationInfo pre {
	font-family:Montserrat;
	color:#fff;
	font-size:22px;
	font-weight:500;
}
.locationInfo pre {
	white-space:pre-wrap;
}

@media all and (max-width:1200px) and (min-width:769px) {
	.locationInfo a,
	.locationInfo pre { font-size: 16px; }
}

@media all and (max-width:768px) {
	.location h4 {
		position: relative;
	}
	.location h4 a {
		line-height: 64px;
		vertical-align:top;
	}
}

#sliderLocations {
	position:relative;
	z-index:100;
	-webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all .4s cubic-bezier(0.77, 0, 0.175, 1);
}
#youtubeVideo.playedWithSound + #sliderLocations {
	margin-top:4em;
}

#sliderLocations,
#sectionTestimonials,
#sectionWelcome,
#sectionHighlights,
#sectionCallToAction {
	margin-bottom:calc(5vw - -50px);
}

/*** What Patients Say ***/
#sectionTestimonials h2 {
	font-family: Abril Fatface;
	color:#5C315E;
	text-transform:uppercase;
	font-weight:400;
	font-size:82px;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:.125em;
}
#sectionTestimonials h2 b {
	font-family:Montserrat;
	font-weight:500;
	color:#AD9767;
	font-size:.6em;
	display:block;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2em;
}

#sectionTestimonials span.su-lightbox {
	display:block;
	height:0;
	width:100%;
	padding-bottom:52.25%;
	position:relative;
	background-size:cover;
	background-position:center;
	cursor: pointer;
}
#sectionTestimonials span.su-lightbox:after {
	content:' ';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#CECECE;
	opacity:.7;
	z-index:5;
	-webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all .4s cubic-bezier(0.77, 0, 0.175, 1);
}
#Warren span.su-lightbox {
	background-image:url('/wp-content/uploads/2018/09/Warren.png');
}
#Steph span.su-lightbox {
	background-image:url('/wp-content/uploads/2018/09/Steph.png');
}
#Krysten span.su-lightbox {
	background-image:url('/wp-content/uploads/2018/09/Krysten.png');
}
#sectionTestimonials span.su-lightbox img {
	position:absolute;
	width:16%;
	height:auto;
	left:12%;
	top:15%;
	z-index:10;
	opacity:.7;
	cursor:pointer;
	-webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all .4s cubic-bezier(0.77, 0, 0.175, 1);
}
#sectionTestimonials span.su-lightbox:hover img {
	opacity:1;	
}
.entry-content #sectionTestimonials p {
	font-family: Century Gothic;
	color:#fff;
	font-weight:700;
	font-size:36px;
	line-height:1;
	padding:10px 20px;
	text-align:center;
	margin-bottom:0;
	background-color:#CBCBCB;
	-webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition:         all .4s cubic-bezier(0.77, 0, 0.175, 1);
}
.entry-content #sectionTestimonials p i {
	font-weight:400;
}

#sectionTestimonials span.su-lightbox:hover:after {
	opacity:0;
}

#sectionTestimonials span.su-lightbox:hover + p {
	background-color:#C2B18D;
}
/*** End What Patients Say ***/

body.home .entry-content h1 {
	text-align:center;
	letter-spacing:.125em;
	margin-bottom:25px;
}
.entry-content h1 b {
	font-family:Montserrat;
	font-weight:500;
	color:#AD9767;
	display:block;
	text-align:center;
	text-align-last:justify;
	text-transform:uppercase;
	font-size:.6em;
}

/*** Better Highlights Option 2 ***/
.highlight {
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin-bottom:10px;
	background-color:rgba(76,42,79,.75);
	position:relative;
}
.highlight:before {
	content:' ';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url('/wp-content/uploads/2018/05/Placeholder.svg');
	background-size:Cover;
	background-position:center;
	z-index:-1;
}

#sectionHighlights > .highlight:nth-of-type(1)::before {
	background-image: url('/wp-content/uploads/2018/05/cosmetic.jpg');
}
#sectionHighlights > .highlight:nth-of-type(2)::before {
	background-image: url('/wp-content/uploads/2018/05/family.jpg');
}
#sectionHighlights > .highlight:nth-of-type(3)::before {
	background-image: url('/wp-content/uploads/2018/05/implants.jpg');
}
#sectionHighlights > .highlight:nth-of-type(4)::before {
	background-image: url('/wp-content/uploads/2018/05/invisalign.jpg');
}
#sectionHighlights > .highlight:nth-of-type(5)::before {
	background-image: url('/wp-content/uploads/2018/05/sedation.jpg');
}
#sectionHighlights > .highlight:nth-of-type(6)::before {
	background-image: url('/wp-content/uploads/2018/05/apnea.jpg');
}

.highlightSlider {
	width:100%;
}
.highlightCopyCont {
	overflow:hidden;
	padding-bottom:0;
	position:relative;
}
.highlightCopy {
	transform: translate(0, -100%);
-ms-transform: translate(0, -100%); 
-webkit-transform: translate(0, -100%);
}

.entry-content .highlight h4 {
	display: block;
	line-height:1;
	color:#CEB176;
	margin-bottom:0;
	text-align:center;
	font-family:Abril Fatface;
	font-size:54px;
	padding:18px 5px;
	transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	cursor:pointer;
	position:absolute;
	font-weight:400;
	top:50%;
	width:100%;
	z-index:2;
	transform:translateY(-50%);
}

@media all and (max-width:600px) {
	.entry-content .highlight h4 { font-size: 40px; }
}

.highlightCopy {
	position:relative;
}

.highlightCopy > div {
	max-width:770px;
	padding:0 25px 25px;
	margin:auto;
}
.entry-content .highlightCopy p {
	font-family:Montserrat;
	color:#fff;
	font-weight:400;
	font-size:16px;
	line-height:1.5;
}
svg.lineIcon {
	position:absolute;
	width:1440px;
	height:680px;
	left:50%;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
	bottom:25px;
	overflow:visible;
	pointer-events:none;
}
svg.lineIcon .line {
    stroke-dasharray: 4628 4630;
	stroke-dashoffset: 4629;
	transition: all 2.5s linear;
	-ms-transition: all 2.5s linear;
    -webkit-transition: all 2.5s linear;
}

.highlight.active svg.lineIcon .line {
	stroke-dashoffset: 0;
}



.highlight,
.highlightCopyCont,
.highlightCopy,
.entry-content .highlight h4 {
	transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.highlight.active {
	background-color:rgba(82,82,84,.75);
}
.highlight.active .highlightCopyCont {
	padding-bottom:0;
}
.highlight.active .highlightCopy {
	transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
	padding-top:150px;
	padding-bottom:225px;
}
.entry-content .highlight.active h4 {
	color:#5C315E;
	top:0;
	transform:translateY(0);
}
.highlightCopy a {
	color: #AD9767;
}
/*** End Better Highlights Option 2 ***/

#bestOfLogo {
	shape-outside: circle(50%);
}

#practiceName {
	max-width:1490px;
	padding:0 25px 10px;
	margin:auto;
}
#practiceName > div {
	display:inline-block;
	position:relative;
}
#practiceName > div:before,
#practiceName > div:after {
	content:' ';
	display:block;
	position:absolute;
	width:100vw;
	height:1px;
	bottom:16px;
}
#practiceName > div:before {
	background-color:#AD9767;
	right:calc(100% - -25px);
}
#practiceName > div:after {
	background-color:#5C315E;
	left:calc(100% - -25px);	
}

/** Footer **/
#footer {
	background-image:url('/wp-content/uploads/2018/06/whiteFoot.png');
}
.wpcf7 label {
	display: inline-block;
	width: 100px;
	color: #fff;
	padding-right:5px;
	text-align:left;
	margin-bottom: 0;
}
.wpcf7-form-control-wrap {
	width:calc(100% - 100px);
	margin-bottom:15px;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	background-color:rgba(255,255,255,.6);
	padding: 0 5px;
	width: 100%;
	max-width: 100%;
	border:none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	resize:none;
	font-family:Montserrat;
	font-weight:400;
}

.wpcf7 label:hover + span input,
.wpcf7 label:hover + span textarea,
.wpcf7 label + span input:hover,
.wpcf7 label + span textarea:hover,
.wpcf7 label + span input:focus,
.wpcf7 label + span textarea:focus {
	background-color:rgba(255,255,255,.9);
}
.wpcf7 select {
	height:30px;
}
.contactFormInfo > div,
.contactFormMessage > div {
	margin-bottom:20px;
}
.wpcf7 input[type=submit] {
	margin-top: 0px;
	background-color:rgba(255,255,255,.6);
	color:#4C2A4F;
	width:125px;
	margin:0 0 0 auto;
	display:block;
	font-family: Montserrat;
}
.wpcf7 input[type=submit]:hover {
	background-color:#4C2A4F;
	color:#fff;
}
/** End Footer **/

#footer .third {
	padding:50px 25px;
}
#footer .third.vertAlign > div {
	margin:auto;
}
#footer .third:nth-child(odd) {
	background-color:rgba(76,42,79,.75);
}
#footer .third:nth-child(even) {
	background-color:rgba(82,82,84,.75);
}
#footer .third:first-child a,
#footer .third:first-child img {
	display:inline-block;
	vertical-align:middle;
}
#footer .third:first-child a {
	color:#fff;
	font-family:Myriad Pro, PT Sans;
	font-size:38px;
	font-weight:700;
	padding:4px;
}

@media all and (max-width:1100px) and (min-width:769px) {
	#footer .third:first-child a { font-size: 22px; }
}

@media all and (max-width:500px) {
	#footer .third:first-child a { font-size: 22px; }
}

#footer .third > .wpcf7 {
	max-width:420px;
	margin:auto;
}

#socialMedia {
	text-align:center;
}
#socialMedia a {
	display:inline-block;
	padding:10px;
	vertical-align:top;
	line-height: 1;
	margin:8px;
}
#socialMedia a:not(:last-child) {
	margin-right:8px;
}
#socialMedia svg {
	height:32px;
	width:auto;
}
#socialMedia a svg path {
	fill:#fff;
	transition:fill .3s;
	-webkit-transition:fill .3s;
}
#socialMedia a:hover svg path {
	fill:#AD9767;
}

.shortWideBack>div {
	max-width:1490px;
}
.smw_center, .textwidget, .widget_categories ul {
	padding: 10px;
}

.hours td {
    padding: 10px 5px;
    line-height: 1em;
}

.testimonials {
	margin-bottom:25px;
}

.testimonials div:last-child {
	text-align:justify;
	font-style:italic;
}

.testBy {
	font-weight:700;
	font-size:1.25em;
}

.text-right {
	text-align:right;
}
.fa-star {
	color:#FFDC00;
}

address {
	text-align: left;
}

.google-map-placeholder {
	max-width: 100%;
}
.headerInfo {
    display: none;
}

#closeAd {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: -30px;
	padding: 5px 10px;
	background-color: #fff;
	z-index: 9;
}

#covid-19 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 600px;
	max-width: 100%;
	z-index: 99999;
	background-color: #fff;
	padding: 10px;
	height: fit-content;
	max-height: 600px;
	display: none;
	justify-content: center;
}