@media screen {
		#largerCovid {
			z-index: 999;
		}
		.cc-btn {
			margin-right: 80px;
		}

		.closebtn {
			font-size: 40px;
			cursor: pointer;
			color: #fff;
		}
		
	/*
	.column {
			float: left;
			width: 6%;
			padding: 20px 0px 15px 0px;
		}
		
	.column-text-1 {
			float: left;
			width: 6%;
			padding: 15px 0px 15px 0px;
		}
		
	.column-text {
			float: left;
			width: 6%;
			padding: 15px 0px 15px 0px;
		}

		
	.column-title{
			float: left;
			width: 13%;
			padding: 15px 0px 15px 0px;
		}
	*/
	
	.message-mobile{
	
		display: none;
	}

	.column-btn {
			float: left;
			width: 2%;
			padding: 0px 0px 15px 0px;
			position:absolute;
		}
		
	.closebtn {
		margin: 10px;	
	}
		
	.message {
			position: -webkit-sticky;
			position: sticky;
			bottom: 0px;
			background-color: #9B2743;
			padding: 5px;
			font-size: 20px;
			position: fixed;
			z-index: 1;
			width: 100%;
			color: #fff;
	   }
	   
	   
	.covid-icon {
			width: 100px;
			height: 100px;
		}
		
	.p-title-desktop {
			font-size: 18px;
			margin-top: 10px;
			padding-left: 40px;
			color: #fff;
		}
		
	.p-title-mobile {
		display: none;
		font-size: 18px;
			margin-top: 10px;
			padding-left: 40px;
			color: #fff;
		}
		
		
	.p-covid {
			font-size: 11pt;
			margin-top: 10px;
			color: #fff;
		    word-wrap: break-word;
			text-align:center;
		}

	a[href$=".pdf"]::after {
   			 content: '';
		}
		
	a[target="_blank"]::after {
  		    content: '';
		}
		
	a, a:focus  {
		outline: none;
		}
		
		
		.steps-container {
			height: 270px;
			display:flex;
			flex-flow: row;
			flex-wrap: wrap;
			align-items:center;
			justify-content: center;
		}
		
		.steps-container div {
			display:flex;
			flex-flow: column;
			width: 100px;
			height: 100px;
			font-size: 10pt !important;
			padding: 0;
			align-items:center;
			justify-content: flex-start;
		}
		
		.covid-link {
			display:flex;
			flex-flow: column;
		}
		
		.covid-container {
			margin-top: 75px;
			margin-left: 30px;
		}
	}
		
@media only screen and (min-width: 1117px) {
		
	.message {
		height: 142px !important;
	}	
		
	.column img {
		height: 80px;
		width: auto;
		
	}
		
	.p-title-desktop {
		font-size: 20px;
		width: 56% !important;
	}
		
	div.column-title {
		padding: 15px 0px 0px 0px;
		width: 30%;
		margin-top: -85px !important;
		position: absolute;
	}
	
		
	div.steps-container {
		height: 142px !important;
		margin-top: -75px !important;
		justify-content: center;
		
	}
		
	div.steps-container div {
		margin: 0px 15px auto;
		justify-content: flex-start !important;
	}
		
}
		
@media only screen and (max-width: 1115px) and (min-width: 769px){
		
		.p-title-desktop {
			display: none !important;
		}
		
				
		.p-title-mobile {
			display: block;
			margin-top: 0px;
			padding-left: 40px;
			margin-top: -64px;
		}
	
	
		
	.column {
		width: 120px;
		padding: 26px 0px 15px 0px;
	}
	
	.column img {
		height: 50px;
		width: 50px;
	}
		
	.column-text-1 {
			float: left;
			margin-right: 10px;
			width: 8%;
		}

	.column-text-1 {
			float: left;
			width: 6%;
		}
		
	.covid-icon {
			width: 75px;
			height: 75px;
		}
	
	.message {
		height: 230px;
	}
		
	.steps-container {
		height: 200px !important;
		margin-top: -40px !important;
		width: 70%;
		align-self:center;
		justify-content: center;
		
	}
		
	.steps-container div {
		justify-content: flex-start;
		flex-flow: row;
		width: 150px;
		margin-left: 3px;
	}
}
		
		
		
@media only screen and (max-width: 768px) and (min-width: 511px) {
		


		.p-title-desktop {
			display: none !important;
		}
		
		.p-title-mobile {
			display: block;
			margin-top: 0px;
			padding-left: 40px;
			margin-top: -64px;
		}
		
		.column-title {
			width: 100% !important;
		}
		
		.steps-container {
			margin-top: -40px;
		}
		
		.steps-container div {
			flex-flow: row;
			width: 200px;
		}
}		
		
		
		
@media only screen and (max-width:640px) {

		.covid-container{
		display: none;
		}
		
		.message forcelass{
		display: none;
		}
		
		.column-btn {
		float: left;
		width: 2%;
		padding:0px;
		position: clear;
		}
		
.message-mobile {
	    display: block;
	  	position: -webkit-sticky;
		position: sticky;
	  	bottom: 0px;
	    background-color: #9D2235;
	    padding: 5px;
	    font-size: 20px;
	    position: fixed;
	    z-index: 1;
	    width: 100%;
		color: #fff;
	    
	   }
		
		.p-covid-m {
			font-size: 11pt;
			margin-top: 20px;
			color: #fff;
			text-align:left;
		    padding-left: 30px;
		}

	   	.closebtn {
			font-size: 25px;
		
}
		}