/*** GLOBAL SETTING ***/
body {margin:0; padding:0; font-family: 'Muli', sans-serif; font-size:18px; color:#222; line-height:normal;}
[v-cloak] {display: none;}
/*** GLOBAL SELECTORS ***/

a{ color:#c81221; transition: all 0.5s ease 0s;  }
a:hover{ color:#000000; } 

/*font-family: 'Muli', sans-serif;
font-family: 'Open Sans', sans-serif;*/

/*Main COntent*/

#wrapper{ width:100%; margin:0 auto;}
.container { width:1290px; margin:0 auto; padding:0;}

/* Feel free to change duration  */ 
.animated  { -webkit-animation-duration : 1000 ms  ; animation-duration : 1000 ms  ; -webkit-animation-fill-mode : both  ; animation-fill-mode : both  ;}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {  z-index : 1    }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {  z-index : 0    }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {  -webkit-animation-name : fadeOut  ;  animation-name : fadeOut  ;}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

.covidlandingpage .headersection.fixedheader { position: fixed; animation: smoothScroll 1s forwards; background: #fff; width:100%; z-index: 9999; top:0; left:0; right:0; width:100%;box-shadow: 0px 0px 8px rgba(0,0,0,0.3);}


.covidlandingpage .headersection { padding:20px 0; background:#fff;}
.covidlandingpage .headersection .logo { float:left;}
.covidlandingpage .headersection .headerright { float:right;}
.covidlandingpage .headersection .headerright ul { font-size:0; margin-left:-20px; margin-top:-20px;}
.covidlandingpage .headersection .headerright ul li { font-size:20px; display:inline-block; vertical-align:top; margin-left:20px; margin-top:20px;}
.covidlandingpage .headersection .headerright ul li p { font-size:18px; font-weight:400; text-align:center; margin-bottom:7px;}
.covidlandingpage .headersection .headerright ul li a { display:block; padding:10px 20px; border-radius:8px; font-size:20px; font-weight:700; height: 49px;
box-sizing: border-box;}
.covidlandingpage .headersection .headerright ul li a.appointmentbtn { color:#fff; background: #ce382a; background: -moz-linear-gradient(top,  #ce382a 0%, #c33122 37%, #c32f23 44%, #bd2e20 54%, #b8281d 71%, #b22418 100%); background: -webkit-linear-gradient(top,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); background: linear-gradient(to bottom,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce382a', endColorstr='#b22418',GradientType=0 );}
.covidlandingpage .headersection .headerright ul li a.appointmentbtn:hover {background: #b22418; background: -moz-linear-gradient(top,  #b22418 0%, #b8281d 29%, #bd2e20 46%, #c32f23 56%, #c33122 63%, #ce382a 100%); background: -webkit-linear-gradient(top,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); background: linear-gradient(to bottom,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22418', endColorstr='#ce382a',GradientType=0 );}
.covidlandingpage .headersection .headerright ul li a.callbtn { background:#fff; color:#000; border:2px solid #af2316;}
.covidlandingpage .headersection .headerright ul li a.callbtn:hover {color:#fff; background: #ce382a; background: -moz-linear-gradient(top,  #ce382a 0%, #c33122 37%, #c32f23 44%, #bd2e20 54%, #b8281d 71%, #b22418 100%); background: -webkit-linear-gradient(top,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); background: linear-gradient(to bottom,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce382a', endColorstr='#b22418',GradientType=0 );}

.covidlandingpage .covidbanner { background:url(../images/banner.jpg) no-repeat center; background-size:cover; padding:120px 0;}
.covidlandingpage .covidbanner .covidcaption { width:520px;}
.covidlandingpage .covidbanner .covidcaption h1 { font-size:52px; text-transform:uppercase; font-weight:800; position:relative; margin:25px 0; padding-bottom:20px; color:#fff;}
.covidlandingpage .covidbanner .covidcaption h1:before { content:""; position:absolute; left:0; bottom:0; width:80px; height:4px; background:#fff;}
.covidlandingpage .covidbanner .covidcaption p { font-weight:500; color:#fff; font-size:20px; line-height:34px;}
.covidlandingpage .covidbanner .covidcaption p span { color:#ffc53a;}
.covidlandingpage .covidbanner .covidcaption .resultbtn { display:inline-block; font-size:28px; color:#000; padding:13px 20px; background: #fefefe; background: -moz-linear-gradient(top,  #fefefe 0%, #cccccc 100%); background: -webkit-linear-gradient(top,  #fefefe 0%,#cccccc 100%); background: linear-gradient(to bottom,  #fefefe 0%,#cccccc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cccccc',GradientType=0 );}
.covidlandingpage .covidbanner .covidcaption .resultbtn strong { font-weight:800; color:#af2316;}
.covidlandingpage .covidbanner .covidcaption a.appointmentbtn { display:inline-block; padding:15px 23px; margin-top:25px;  border-radius:8px; font-size:24px; font-weight:700; box-sizing: border-box; color:#fff; background: #ce382a; background: -moz-linear-gradient(top,  #ce382a 0%, #c33122 37%, #c32f23 44%, #bd2e20 54%, #b8281d 71%, #b22418 100%); background: -webkit-linear-gradient(top,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); background: linear-gradient(to bottom,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce382a', endColorstr='#b22418',GradientType=0 );}
.covidlandingpage .covidbanner .covidcaption a.appointmentbtn:hover {background: #b22418; background: -moz-linear-gradient(top,  #b22418 0%, #b8281d 29%, #bd2e20 46%, #c32f23 56%, #c33122 63%, #ce382a 100%); background: -webkit-linear-gradient(top,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); background: linear-gradient(to bottom,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22418', endColorstr='#ce382a',GradientType=0 );}


.covidlandingpage .antibodysetion { background:#fafafa; padding:45px 0;}
.covidlandingpage .antibodysetion .antibodyleft { float:left; width:410px;}
.covidlandingpage .antibodysetion .antibodyleft img { max-width:100%;}
.covidlandingpage .antibodysetion .antibodyright { float:right; width:850px;}
.covidlandingpage .antibodysetion .antibodyright h2 { font-size:32px; color:#af2316; font-weight:800;}
.covidlandingpage .antibodysetion .antibodyright p { font-size:18px; line-height:28px; font-size:18px; color:#222222; margin-top:15px;}
.covidlandingpage .antibodysetion .antibodyright h3 { font-size:22px; color:#000; font-weight:700; margin-top:20px;}
.covidlandingpage .antibodysetion .antibodyright ul li {font-size:18px; line-height:28px; font-size:18px; color:#222222; margin-top:15px; padding-left:30px; position:relative;}
.covidlandingpage .antibodysetion .antibodyright ul li:before { content:""; position:absolute; left:0; top:10px; width:11px; height:11px; border-radius:50%; background:#af2316;}


.limitedsection { background:#af2316; padding:22px 0; text-align:center;}
.limitedsection .container { font-size:0;}
.limitedsection p { font-size:28px; color:#fff; display:inline-block; vertical-align:middle; font-weight:400;}
.limitedsection a.appointmentbtn { font-size:22px; color:#000; font-weight:700; display:inline-block; vertical-align:middle; border-radius:10px; background:#fff; width:364px; text-align:center; padding:14px 10px; margin-left:50px; box-sizing:border-box;}
.limitedsection a.appointmentbtn:hover {color:#af2316;}

.covidresultsection { background:#fafafa; padding:45px 0;}
.covidresultsection .covidresultsectionleft { float:left; width:630px;}
.covidresultsection .covidresultsectionleft h3.border { font-weight:700; color:#000; font-size:24px; position:relative; margin-bottom:20px; padding-bottom:20px;}
.covidresultsection .covidresultsectionleft h3.border:before { content:""; position:absolute; left:0; bottom:0; width:80px; height:5px; background:#af2316;}
.covidresultsection .covidresultsectionleft ul li {font-size:18px; line-height:28px; font-size:18px; color:#222222; margin-top:20px; padding-left:30px; position:relative;}
.covidresultsection .covidresultsectionleft ul li:before { content:""; position:absolute; left:0; top:10px; width:11px; height:11px; border-radius:50%; background:#af2316;}
.covidresultsection .covidresultsectionright { float:right; width:630px; box-sizing:border-box;}
.covidresultsection .covidresultsectionright h4 {font-size:22px; color:#af2316; padding:15px 20px; text-align:center; border:1px solid #dbdbdb; border-bottom:0; background: #fefefe;
background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );}
.covidresultsection .covidresultsectionright .tablewrapper { background:#dbdbdb; width:100%;}
.covidresultsection .covidresultsectionright .tablewrapper th { background:#fafafa; font-size:22px; font-weight:700; color:#222222;}
.covidresultsection .covidresultsectionright .tablewrapper th, .covidresultsection .covidresultsectionright .tablewrapper td { padding:10px 20px;}
.covidresultsection .covidresultsectionright .tablewrapper td { background:#fff; font-size:16px; color:#222222; line-height:26px; vertical-align:top;}
.covidresultsection .covidresultsectionright .tablewrapper ul li { padding-left:30px; position:relative;}
.covidresultsection .covidresultsectionright .tablewrapper ul li:before { content:""; position:absolute; left:0; top:10px; width:11px; height:11px; border-radius:50%; background:#af2316;}
.covidresultsection .covidresultsectionright .tablewrapper ul li + li { margin-top:15px;}

.covidpricingsection { padding:45px 0; background:#fff;}
.covidpricingsection h3 { font-size:32px; font-weight:800; text-align:center; color:#af2316;}
.covidpricingsection h5 { font-size:22px; font-weight:400; text-align:center; color:#000; margin-top:20px;}
.covidpricingsection p { font-size:18px; color:#000; line-height:28px; margin-top:20px;}
.covidpricingsection p.note { font-size:16px}
.covidpricingsection p.note span { color:#af2316;}
.covidpricingsection .covidpricingbox { width:960px; margin-top:20px; border:1px solid #dfdfdf; border-top:0; box-sizing:border-box; font-size:0; display: flex; flex-wrap: wrap;}
.covidpricingsection .covidpricingbox .covidpricetext, .covidpricingsection .covidpricingbox .covidpricerate { font-size:18px; color:#000; display:inline-block; vertical-align:top; padding:20px; box-sizing: border-box; font-weight:700;}
.covidpricingsection .covidpricingbox .covidpricetext { background:#fafafa; width:31%; border-top:1px solid #dfdfdf;}
.covidpricingsection .covidpricingbox .covidpricetext span{ font-weight:400; display:block}
.covidpricingsection .covidpricingbox .covidpricerate { background:#fff; width:69%; border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf; }
.covidpricingsection .covidpricingbox .covidpricerate ul { font-size:0; margin-top:-30px;}
.covidpricingsection .covidpricingbox .covidpricerate ul li { padding-left:30px; position:relative; display:inline-block; vertical-align:top; box-sizing: border-box; font-size:18px; margin-top:30px;}
.covidpricingsection .covidpricingbox .covidpricerate ul li span{ font-weight:400}
.covidpricingsection .covidpricingbox .covidpricerate ul li:before { content:""; position:absolute; left:0; top:6px; width:11px; height:11px; border-radius:50%; background:#af2316;}


.covidourlocation { padding:35px 0px 50px;  text-align:center; position:relative;}
.covidourlocation::before { content:""; position:absolute; top:0; left:0; width:100%; background:#fafafa; height:257px; z-index:-1;}
.covidourlocation h3 { font-size:36px; font-weight:bold; color:#404040; margin-bottom:15px;}
.covidourlocation p { font-size:16px; font-weight:600; color:#404040; line-height:25px;}

.covidaddresssection { background:#fff; padding:15px; margin-top:25px; box-shadow: 0px 0px 3px rgba(0,0,0,0.24); text-align:left;}
.covidaddresssection .location { float:left; width:410px;}
/*.covidaddresssection .location ul li { border-top:solid 1px #e4e4e4;}
.covidaddresssection .location ul li:first-child { border:0;}
.covidaddresssection .location ul li a { font-size:17px; font-weight:600; color:#4e4e4e; font-family:'Open Sans', sans-serif; display:table-cell; vertical-align:middle; width:410px; height:64px; background:#f4f4f4 url(../images/locationicon.png) no-repeat 30px center; padding:10px 72px; box-sizing: border-box;}
.covidaddresssection .location ul li a:hover { background:#8b171d url(../images/locationiconhover.png) no-repeat 30px center; color:#fff;}
*/

.covidaddresssection .mapsection { float:right; width:836px;}
.covidaddresssection .mapsection .maptop { border:solid 2px #e4e4e4; margin-bottom:15px;}
.covidaddresssection .mapsection .maptop .maplocation { float:left; width:519px; height:248px; border-right:solid 2px #e4e4e4; box-sizing:border-box;}
.covidaddresssection .mapsection .maptop .imglocation { float:right; width:313px;}
.covidaddresssection .mapsection .maptop .imglocation img { width:100%;}
.covidaddresssection .location ul { margin-left:-20px; margin-top:-10px; padding-left:11px;}
.covidaddresssection .location ul li { font-size:18px; font-weight:bold; color:#646464; display:inline-block; vertical-align:middle; margin-left:20px; padding-left:30px; margin-top:10px;}
.covidaddresssection .location ul li a { color:#646464;}
.covidaddresssection .location ul li a:hover { color:#981b21;}
.covidaddresssection .location ul li.locationicon { background:url(../images/locationicon.png) no-repeat 0px 1px;}
.covidaddresssection .location ul li.callicon { background:url(../images/callicon.png) no-repeat 0px 5px; padding-left:24px;}
.covidaddresssection .location ul li.timeicon { background:url(../images/timeicon.png) no-repeat 0px 3px;}


.covidcopyright { text-align:center; background:#fafafa; padding:25px 0;}
.covidcopyright p { font-size:14px; font-weight:400; color:#4e4e4e;}

.covidlandingformpage .covidcopyright { background:none;}


.covidformbanner { padding:35px 0; min-height:220px; background: #2862ac;
background: -moz-linear-gradient(left,  #2862ac 0%, #2b61a9 4%, #295fa7 5%, #2b60a6 6%, #2e60a7 6%, #2e60a7 7%, #2b60a6 7%, #2e5ea6 7%, #2e5fa4 9%, #355c9f 14%, #355b9c 15%, #375a9a 15%, #3c5995 21%, #3e5893 21%, #41568f 23%, #425790 25%, #41548c 25%, #44558d 25%, #495388 29%, #4b5286 30%, #4b5183 30%, #505181 33%, #4e4f7f 34%, #514f80 34%, #544d79 37%, #584d78 38%, #564b76 38%, #594c77 39%, #574a75 39%, #5a4b76 39%, #5c4b75 40%, #5a4973 40%, #61486f 43%, #62476a 45%, #65476b 45%, #634569 46%, #644567 47%, #674566 47%, #694465 49%, #6a4360 50%, #6d4260 51%, #743f59 55%, #753d56 56%, #763f56 57%, #783d53 58%, #7b3c51 60%, #7a3b4e 60%, #7f3a4d 61%, #843747 65%, #833946 65%, #843644 65%, #883644 67%, #883441 68%, #8b3540 69%, #89333e 70%, #8b343d 70%, #8e343e 70%, #8c323c 71%, #923236 75%, #942f33 75%, #953034 77%, #972e32 77%, #982e30 79%, #9a2e2e 79%, #9e2b28 84%, #a12b29 84%, #a12b29 85%, #9f2925 85%, #a12a26 87%, #a42a25 87%, #a22823 87%, #a72821 90%, #a52921 91%, #a72620 91%, #aa271f 93%, #aa251c 94%, #ab261d 95%, #aa261a 95%, #af251a 98%, #ad2318 99%, #ae2417 100%);
background: -webkit-linear-gradient(left,  #2862ac 0%,#2b61a9 4%,#295fa7 5%,#2b60a6 6%,#2e60a7 6%,#2e60a7 7%,#2b60a6 7%,#2e5ea6 7%,#2e5fa4 9%,#355c9f 14%,#355b9c 15%,#375a9a 15%,#3c5995 21%,#3e5893 21%,#41568f 23%,#425790 25%,#41548c 25%,#44558d 25%,#495388 29%,#4b5286 30%,#4b5183 30%,#505181 33%,#4e4f7f 34%,#514f80 34%,#544d79 37%,#584d78 38%,#564b76 38%,#594c77 39%,#574a75 39%,#5a4b76 39%,#5c4b75 40%,#5a4973 40%,#61486f 43%,#62476a 45%,#65476b 45%,#634569 46%,#644567 47%,#674566 47%,#694465 49%,#6a4360 50%,#6d4260 51%,#743f59 55%,#753d56 56%,#763f56 57%,#783d53 58%,#7b3c51 60%,#7a3b4e 60%,#7f3a4d 61%,#843747 65%,#833946 65%,#843644 65%,#883644 67%,#883441 68%,#8b3540 69%,#89333e 70%,#8b343d 70%,#8e343e 70%,#8c323c 71%,#923236 75%,#942f33 75%,#953034 77%,#972e32 77%,#982e30 79%,#9a2e2e 79%,#9e2b28 84%,#a12b29 84%,#a12b29 85%,#9f2925 85%,#a12a26 87%,#a42a25 87%,#a22823 87%,#a72821 90%,#a52921 91%,#a72620 91%,#aa271f 93%,#aa251c 94%,#ab261d 95%,#aa261a 95%,#af251a 98%,#ad2318 99%,#ae2417 100%);
background: linear-gradient(to right,  #2862ac 0%,#2b61a9 4%,#295fa7 5%,#2b60a6 6%,#2e60a7 6%,#2e60a7 7%,#2b60a6 7%,#2e5ea6 7%,#2e5fa4 9%,#355c9f 14%,#355b9c 15%,#375a9a 15%,#3c5995 21%,#3e5893 21%,#41568f 23%,#425790 25%,#41548c 25%,#44558d 25%,#495388 29%,#4b5286 30%,#4b5183 30%,#505181 33%,#4e4f7f 34%,#514f80 34%,#544d79 37%,#584d78 38%,#564b76 38%,#594c77 39%,#574a75 39%,#5a4b76 39%,#5c4b75 40%,#5a4973 40%,#61486f 43%,#62476a 45%,#65476b 45%,#634569 46%,#644567 47%,#674566 47%,#694465 49%,#6a4360 50%,#6d4260 51%,#743f59 55%,#753d56 56%,#763f56 57%,#783d53 58%,#7b3c51 60%,#7a3b4e 60%,#7f3a4d 61%,#843747 65%,#833946 65%,#843644 65%,#883644 67%,#883441 68%,#8b3540 69%,#89333e 70%,#8b343d 70%,#8e343e 70%,#8c323c 71%,#923236 75%,#942f33 75%,#953034 77%,#972e32 77%,#982e30 79%,#9a2e2e 79%,#9e2b28 84%,#a12b29 84%,#a12b29 85%,#9f2925 85%,#a12a26 87%,#a42a25 87%,#a22823 87%,#a72821 90%,#a52921 91%,#a72620 91%,#aa271f 93%,#aa251c 94%,#ab261d 95%,#aa261a 95%,#af251a 98%,#ad2318 99%,#ae2417 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862ac', endColorstr='#ae2417',GradientType=1 );}
.covidformbanner h1 { font-size:800; text-align:center; font-size:42px; color:#fff;}

.covidformbox { width:850px; margin:0 auto; background:#fff; margin-top: -170px; box-shadow:0px 0px 20px rgba(0,0,0,0.2)}
.covidformbox .covidformcol h4 { padding:15px 30px; font-size:22px; font-weight:700; background: #fefefe; background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );} 
.covidformbox .covidformcol .covidformpadding { padding:30px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; }
.covidformbox .covidformcol ul { font-size:0; margin-left:-3%; margin-top:-3%;}
.covidformbox .covidformcol ul li { font-size:16px; display:inline-block; vertical-align:top; width:47%; margin-left:3%; margin-top:3%;}
.covidformbox .covidformcol ul li.large { width:97%;}
.covidformbox .covidformcol ul li label { display:block; margin-bottom:10px; font-size:18px; color:#000;}
.covidformbox .covidformcol ul li input, .covidformbox .covidformcol ul li select { display:block; width:100%; border:1px solid #dddddd; padding:10px; height:46px; font-size: 16px;
font-family: 'Muli', sans-serif;  box-sizing: border-box;}
.covidformbox .covidformcol ul li textarea { display:block; width:100%; border:1px solid #dddddd; padding:10px; height:70px;  box-sizing: border-box;}
.covidformbox .covidformcol.covidformcolradio ul li { width:22%; overflow:hidden}
.covidformbox .covidformcol.covidformcolradio ul li label {display:inline-block; vertical-align:middle; user-select: none; }
.covidformbox .covidformcol.covidformcolradio ul li input {display:inline-block; vertical-align:middle; width:auto; margin:0; height: 35px;}
.covidformbox .covidformcol.covidformcolradio ul li input.radioinput { margin-left:25px; height:35px;}

.covidformbox .covidformcol.covidformcolradio .customradio input[type="radio"]{  position:absolute; left:-99px;}
.covidformbox .covidformcol.covidformcolradio .customradio input[type="radio"] + label{ background:url(../images/radio-button.png) no-repeat 0px 0px; padding-left:30px;}
.covidformbox .covidformcol.covidformcolradio .customradio input[type="radio"]:checked + label{ background-position:0px -30px; padding-left:30px;}

.covidformbox .covidformcol.covidformcolinitial .covidformpadding { border-top:0;}
.covidformbox .covidformcol.covidformcolinitial p { font-size:18px; margin-bottom:10px;}
.covidformbox .covidformcol.covidformcolinitial ul li label { display:inline-block; vertical-align:middle; width:30%; margin-bottom:0;}
.covidformbox .covidformcol.covidformcolinitial ul li input { display:inline-block; vertical-align:middle; width:70%;}
.covidformbox .covidformcol.covidformcolnote .covidformpadding { border:0; padding:20px 30px}
.covidformbox .covidformcol.covidformcolnote .covidformpadding p { font-size:16px; font-weight:400; font-style:italic; line-height:26px; color:#444;}
.covidformbox .covidformcol.covidformcolsubmit { text-align:center; background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );}
.covidformbox .covidformcol.covidformcolsubmit input[type="submit"]{ display:inline-block; border:0; cursor:pointer; padding:15px 45px; border-radius:10px; font-size:24px; font-weight:500; box-sizing: border-box; color:#fff; background: #ce382a; background: -moz-linear-gradient(top,  #ce382a 0%, #c33122 37%, #c32f23 44%, #bd2e20 54%, #b8281d 71%, #b22418 100%); background: -webkit-linear-gradient(top,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); background: linear-gradient(to bottom,  #ce382a 0%,#c33122 37%,#c32f23 44%,#bd2e20 54%,#b8281d 71%,#b22418 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce382a', endColorstr='#b22418',GradientType=0 );}
.covidformbox .covidformcol.covidformcolsubmit input[type="submit"]:hover {background: #b22418; background: -moz-linear-gradient(top,  #b22418 0%, #b8281d 29%, #bd2e20 46%, #c32f23 56%, #c33122 63%, #ce382a 100%); background: -webkit-linear-gradient(top,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); background: linear-gradient(to bottom,  #b22418 0%,#b8281d 29%,#bd2e20 46%,#c32f23 56%,#c33122 63%,#ce382a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22418', endColorstr='#ce382a',GradientType=0 );}

.covidformbox .covidformcol.signature .covidformpadding { padding:30px; border-top:1px solid #dddddd; border-bottom:0; }
.covidformbox .covidformcol.signature .m-signature-pad{ position:relative;}	
.covidformbox .covidformcol canvas {border:1px solid #dddddd; width:100%;}
.covidformbox .covidformcol.signature .refreshicon{ background:url(../images/icon-refresh.jpg) no-repeat center center; width:35px; height:35px; text-indent:-9999px; font-size:0px; border:0px; position:absolute; right:10px; top:10px;}
.covidformbox .covidformcol.signature .refreshicon:hover{ opacity:0.8}

.covidformbox .firstreponders{padding:15px; background: #f8f8f8;margin-top: 20px;border: solid 1px #eee; }
.covidformbox .firstreponders input[type="checkbox"]{vertical-align:0}

#filters form > div {display: inline;}

.covidformcolnote.success{ padding:20px; text-align:center}
.covidformcolnote.success img{ width:150px}
.covidformcolnote.success h3{ font-size:22px; margin:10px 0px}

.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #d0d0d0}
.w3-striped tbody tr:nth-child(even){background-color:#f2f2f2}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f2f2f2}
.w3-hoverable tbody tr{transition:background-color .25s ease}
.w3-hoverable tbody tr:hover{background-color:#f2f2f2}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:6px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none !important;color:#fff;background-color:#000;text-align:center;transition:.2s ease-out;cursor:pointer;white-space:nowrap}
.w3-btn.w3-disabled,.w3-btn-floating.w3-disabled,.w3-btn:disabled,.w3-btn-floating:disabled,.w3-btn-floating-large.w3-disabled,.w3-btn-floating-large:disabled{background-color:#DFDFDF;box-shadow:none;color:#9F9F9F;cursor:not-allowed}
.w3-btn.w3-disabled *,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover,.w3-btn-floating.w3-disabled:hover,.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,.w3-btn-floating-large:disabled:hover{background-color:#DFDFDF;color:#9F9F9F}
.w3-btn:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;transition:.3s;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}
.w3-btn-floating-large{width:56px;height:56px;line-height:56px}
.w3-btn.w3-ripple{position:relative}
.w3-ripple:after {content:"";background:#90EE90;display:block;position:absolute;padding-top:300%;padding-left:350%;margin-left:-20px!important;margin-top:-120%;opacity:0;transition:all 0.8s}
.w3-ripple:active:after {padding:0;margin:0;opacity:1;transition:0s}
.w3-badge,.w3-tag{display:inline-block;padding-left:8px;padding-right:8px;font-weight:bold;text-align:center}
.w3-badge{border-radius:50%}
.w3-blockquote{margin:0;padding-left:16px;border-left:5px solid #ddd;font-style:italic}
ul.w3-ul{list-style-type:none;padding:0;margin:0;}
ul.w3-ul li{padding:6px 16px;border-bottom:1px solid #e0e0e0}
ul.w3-ul li:last-child{border-bottom:none}
.w3-image{position:relative}
.w3-image img{max-width:100%;height:auto}
.w3-image .w3-title{position:absolute;bottom:8px;left:16px;color:#fff;font-size:20px}
.w3-fluid{max-width:100%;height:auto}
.w3-tooltip .w3-text{display:none}
.w3-tooltip:hover .w3-text{display:inline-block}
.w3-topnav{padding:8px 8px}
.w3-topnav a,.w3-sidenav a,.w3-dropnav a{text-decoration:none !important}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.w3-topnav a:hover{border-bottom:3px solid #fff}
.w3-sidenav{height:100%;width:200px;position:fixed !important;z-index:1;overflow:auto}
.w3-opennav,.w3-closenav{color:inherit}
.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-sidenav a{padding:4px 16px}
.w3-sidenav a:hover,.w3-sidenav a:focus{background-color:#ccc}
.w3-sidenav a,.w3-dropnav a{display:block;transition:.3s}
.w3-dropnav a:hover{text-decoration:underline !important}
.w3-tab div{display:none}
.w3-tab div:target{display:block}
.w3-modal{z-index:1;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal:target{display:block}
.w3-modal-content{margin:auto;background-color:#f3f3f3;position:relative;padding:0;outline:0;border:1px #555 solid;width:600px}.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-form{padding:16px}.w3-group{position:relative;margin-top:30px;margin-bottom:30px}
.w3-input{padding:10px;display:block;border:none;border-bottom:1px solid #808080;width:100%}
.w3-label{;position:absolute;top:-22px;left:0;color:#009688}.w3-input:not(:valid)~.w3-label{color:#f44336}
.w3-select{background-color:transparent;padding:4px 0;width:100%;color:#000;border:1px solid transparent;border-bottom: 1px solid #009688}
.w3-select select:focus {color:#000;border:1px solid #009688}.w3-select option[disabled] {color:#009688}
.w3-checkbox:before,.w3-checkbox:after,.w3-checkbox,.w3-checkmark:before,.w3-checkmark:after,.w3-checkmark{box-sizing:border-box}
.w3-checkbox{display:inline-block;line-height:24px;margin:8px 0}
.w3-checkbox input[type=checkbox],.w3-checkbox input[type=radio]{display:none}
.w3-checkbox input[type=checkbox]:checked + .w3-checkmark:before{background:#009688}
.w3-checkbox input[type=checkbox]:checked + .w3-checkmark:after{opacity:1}
.w3-checkbox input[type=radio]:checked + .w3-checkmark:before{background:#fff}
.w3-checkbox input[type=radio]:checked + .w3-checkmark:after{opacity:1;background-color:#009688}
.w3-checkmark:before{content:'';position:absolute;width:24px;height:24px;border:2px solid #009688}
.w3-checkmark{position:relative;display:inline-block;vertical-align:top;cursor:pointer;width:24px;height:24px}
.w3-checkmark:after{content:'';position:absolute;top:7px;left:6px;width:14px;height:8px;border:4px solid #fff;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.w3-checkbox input[type=radio] + .w3-checkmark:before{border-radius:50%;background-color:#fff}
.w3-checkbox input[type=radio] + .w3-checkmark:after{content:'';position:absolute;top:6px;left:6px;width:12px;height:12px;border:0 solid #fff;border-radius:50%}
.w3-checkbox input[type=checkbox]:disabled + .w3-checkmark{opacity:0.3;cursor:default}
.w3-checkbox input[type=radio]:disabled + .w3-checkmark{opacity:0.3;cursor:default}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
@media (max-width:601px){.w3-modal-content{margin:50px 10px 10px 10px;width:auto !important}}
@media (max-width:768px){.w3-modal-content{width:500px}}
@media (min-width:992px){.w3-modal-content{width:900px}}
@media screen and (max-width:601px){.w3-topnav a{display:block}.w3-topnav a:first-child{padding:0 8px}}	
@media screen and (max-width:600px){.w3-topnav{text-align:center}}
@media (max-width:600px){.w3-hide-small{display:none !important;}}
@media (max-width:991px) and (min-width:601px){.w3-hide-medium{display:none !important;}}
@media (min-width:992px){.w3-hide-large{display:none !important;}}
.w3-top {position:fixed;top:0;width:100%;z-index:1}
.w3-left{float:left !important}.w3-right{float:right !important}
.w3-hide{display:none !important}.w3-show{display:block !important}
.w3-tiny{font-size:10px !important}
.w3-small{font-size:12px !important}
.w3-medium{font-size:15px !important}
.w3-large{font-size:18px !important}
.w3-xlarge{font-size:24px !important}
.w3-xxlarge{font-size:36px !important}
.w3-xxxlarge{font-size:48px !important}
.w3-slim{font-family:"Segoe UI",Arial,sans-serif !important}
.w3-wide{font-family:"Segoe UI",Arial,sans-serif !important;letter-spacing:4px}
.w3-jumbo{font-size:64px !important}
.w3-left-align{text-align:left !important}.w3-right-align{text-align:right !important}
.w3-justify{text-align:justify !important}
.w3-center{text-align:center !important}
.w3-circle{border-radius:50% !important}
.w3-round-small{border-radius:2px !important}.w3-round,.w3-round-medium{border-radius:4px !important}
.w3-round-large{border-radius:8px !important}.w3-round-xlarge{border-radius:16px !important}
.w3-round-xxlarge{border-radius:32px !important}.w3-round-jumbo{border-radius:64px !important}
.w3-border-0{border:0 !important}
.w3-border{border:1px solid #ccc !important}
.w3-border-top{border-top:1px solid #ccc !important}.w3-border-bottom{border-bottom:1px solid #ccc !important}
.w3-border-left{border-left:1px solid #ccc !important}.w3-border-right{border-right:1px solid #ccc !important}
.w3-margin-0{margin:0 !important}
.w3-margin-2{margin:2px !important}
.w3-margin-4{margin:4px !important}
.w3-margin-8{margin:8px !important}
.w3-margin-12{margin:12px !important}
.w3-margin-16{margin:16px !important}
.w3-margin-24{margin:24px !important}
.w3-margin-32{margin:32px !important}
.w3-margin-64{margin:64px !important}
.w3-margin{margin:16px !important}
.w3-margin-top{margin-top:16px !important}.w3-margin-bottom{margin-bottom:16px !important}
.w3-margin-left{margin-left:16px !important}.w3-margin-right{margin-right:16px !important}
.w3-padding-tiny{padding:2px 4px !important}
.w3-padding-small{padding:4px 8px !important}
.w3-padding-medium,.w3-padding{padding:8px 16px !important}
.w3-padding-large{padding:12px 24px !important}
.w3-padding-xlarge{padding:16px 32px !important}
.w3-padding-xxlarge{padding:24px 48px !important}
.w3-padding-jumbo{padding:32px 64px !important}
.w3-padding-0{padding:0 !important}
.w3-padding-4{padding-top:4px !important;padding-bottom:4px !important}
.w3-padding-8{padding-top:8px !important;padding-bottom:8px !important}
.w3-padding-16{padding-top:16px !important;padding-bottom:16px !important}
.w3-padding-24{padding-top:24px !important;padding-bottom:24px !important}
.w3-padding-32{padding-top:32px !important;padding-bottom:32px !important}
.w3-padding-48{padding-top:48px !important;padding-bottom:48px !important}
.w3-padding-64{padding-top:64px !important;padding-bottom:64px !important}
.w3-padding-top{padding-top:8px !important}.w3-padding-bottom{padding-bottom:8px !important}
.w3-padding-left{padding-left:16px !important}.w3-padding-right{padding-right:16px !important}
.w3-row-padding{padding:0 8px}
.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:1px 8px}
.w3-spin {animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}
@keyframes w3-spin {
0%{-webkit-transform:rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}
.w3-container{padding:1px 16px}
.w3-example{background-color:#f1f1f1;padding:1px 16px}
.w3-section{margin-top:16px;margin-bottom:16px}
.w3-code{font-family:Consolas,"courier new";font-size:16px;line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #009688;word-wrap:break-word}
.w3-example,.w3-code,.w3-reference {margin:20px 0}
.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important}
.w3-card-4{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important}
.w3-card-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important}
.w3-card-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important}
.w3-animate-opacity{
-webkit-animation-name:opac;-webkit-animation-duration:4s;animation-name:opac;animation-duration:4s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
/* TOP */
.w3-animate-top{
position:relative;-webkit-animation-name:animatetop;-webkit-animation-duration:0.4s;animation-name:animatetop;animation-duration:0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
/* LEFT */
.w3-animate-left{
position:relative;-webkit-animation-name:animateleft;-webkit-animation-duration:0.4s;animation-name:animateleft;animation-duration:0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
/* RIGHT */
.w3-animate-right{
position:relative;-webkit-animation-name:animateright;-webkit-animation-duration:0.4s;animation-name:animateright;animation-duration:0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
/* BOTTOM */
.w3-animate-bottom{
position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:0.4s;animation-name:animatebottom;animation-duration:0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
/* COLORS */
.w3-text-amber{color:#ffc107 !important}.w3-amber{color:#000 !important;background-color:#ffc107 !important}
.w3-text-aqua{color:#00ffff !important}.w3-aqua{color:#000 !important;background-color:#00ffff !important}
.w3-text-blue{color:#2196F3 !important}.w3-blue{color:#fff !important;background-color:#2196F3 !important}
.w3-text-light-blue{color:#87CEEB !important}.w3-light-blue{color:#000 !important;background-color:#87CEEB !important}
.w3-text-brown{color:#795548 !important}.w3-brown{color:#fff !important;background-color:#795548 !important}
.w3-text-cyan{color:#00bcd4 !important}.w3-cyan{color:#000 !important;background-color:#00bcd4 !important}
.w3-text-blue-grey{color:#607d8b !important}.w3-blue-grey{color:#fff !important;background-color:#607d8b !important}
.w3-text-green{color:#4CAF50 !important}.w3-green{color:#fff !important;background-color:#4CAF50 !important}
.w3-text-light-green{color:#8bc34a !important}.w3-light-green{color:#000 !important;background-color:#8bc34a !important}
.w3-text-indigo{color:#3f51b5 !important}.w3-indigo{color:#fff !important;background-color:#3f51b5 !important}
.w3-text-khaki{color:#b4aa50 !important}.w3-khaki{color:#000 !important;background-color:#f0e68c !important}
.w3-text-lime{color:#cddc39 !important}.w3-lime{color:#000 !important;background-color:#cddc39 !important}
.w3-text-orange{color:#ff9800 !important}.w3-orange{color:#000 !important;background-color:#ff9800 !important}
.w3-text-deep-orange{color:#ff5722 !important}.w3-deep-orange{color:#fff !important;background-color:#ff5722 !important}
.w3-text-pink{color:#e91e63 !important}.w3-pink{color:#fff !important;background-color:#e91e63 !important}
.w3-text-purple{color:#9c27b0 !important}.w3-purple{color:#fff !important;background-color:#9c27b0 !important}
.w3-text-deep-purple{color:#673ab7 !important}.w3-deep-purple{color:#fff !important;background-color:#673ab7 !important}
.w3-text-red{color:#f44336 !important}.w3-red{color:#fff !important;background-color:#f44336 !important}
.w3-text-sand{color:#fdf5e6 !important}.w3-sand{color:#000 !important;background-color:#fdf5e6 !important}
.w3-text-teal{color:#009688 !important}.w3-teal{color:#fff !important;background-color:#009688 !important}
.w3-text-yellow{color:#d2be0e !important}.w3-yellow{color:#000 !important;background-color:#ffeb3b !important}
.w3-text-white{color:#fff !important}.w3-white{color:#000 !important;background-color:#fff !important}
.w3-text-black{color:#000 !important}.w3-black{color:#fff !important;background-color:#000 !important}
.w3-text-grey{color:#757575 !important}.w3-grey{color:#000 !important;background-color:#9e9e9e !important}
.w3-text-light-grey{color:#f1f1f1 !important}.w3-light-grey{color:#000;background-color:#f1f1f1 !important}
.w3-text-dark-grey{color:#3a3a3a !important}.w3-dark-grey{color:white;background-color:#616161 !important}
.w3-text-white-opacity{color:rgba(255,255,255,0.65) !important}
.w3-text-black-opacity{color:rgba(0,0,0,0.60) !important}
.w3-text-shadow {text-shadow:1px 1px 1px #444;letter-spacing:2px}