@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 250px) {
#CalvaryNavbar{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#OrderLabTest {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:none;
	width:30%;
	float:right;
	right:0;
	margin-right:60px;
	margin-left:0px;
	margin-top:25px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height:90px;
	font-size: 100%;
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 35px;
}
#MenuLeft {
	display:none;
	width:47%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:1%;
	margin-top:0;
	float:left;
	min-width:200px;
}
#MenuRight {
	display:none;
	width:47%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:2%;
	margin-top:0;
	float:right;
	min-width:200px;
}
#CalvaryNavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#277fa8;
	z-index: 500;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 60px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#CalvaryNavbarPhone.stick{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	background-color: rgba(7,26,82,0.9);
	z-index: 500;
	position: fixed;
	float: right;
	max-width: 700px;
	margin-top: 0px;
	padding-top: 40px;
	font-size: 70%;
}
#CalvaryLogo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:40%;
	float:left;
	margin-right:30%;
	margin-left:30%;
	margin-top:5px;
	position:absolute;
	max-width: inherit;
	min-width: auto;
	z-index:500;
	height:80px;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#CalvaryLogo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#CalvaryTextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #f7f9fa;
	height:60px;
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f7f9fa;
	z-index: 1000;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:450px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 90%;
	display: block;
	font-size:100%;
}
	
#BodyLeftImageBg {
	float: left;
	margin-right:20%;
	margin-left:20%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 60%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: auto;
}
#BodyRightHomeBg {
	float: right;
	margin-right:5%;
	margin-left:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 90%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	min-height: 0px;
}
	
#BodyLeft2 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyLeft3 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyLeft4 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight4 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
	background-image:url(../Graphics/CustomHockeySticks/HockeyPlayersClub.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center left;
	height:445px;
}

#IconBodyLeft {
	float: left;
	margin-left:20%;
	margin-right:20%;
	width:60%;
	display: block;
	margin-bottom:5%;
	font-size: 120%;
}

#IconBodyCenter {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	display: block;
	margin-bottom:5%;
	font-size: 120%;
}

#IconBodyRight {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	display: block;
	margin-bottom:5%;
	font-size: 120%;
}

#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom:10px;
	width: 90%;
	display: block;
	font-size:90%;
}
	
#BodyRight2 {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:0%;
	width: 80%;
	height: auto;
	display: block;
	font-size:100%;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center;
}
#BodyRightHalf {
	float: right;
	margin-left: 15%;
	margin-right:15%;
	width: 70%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
	
#BodyRightHalf2 {
	float: right;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:100%;
}
	
#BodyLeftHalf {
	float: left;
	margin-left: 15%;
	margin-right:15%;
	width: 70%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
	
#BodyLeftHalf2 {
	float: left;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#CoronavirusTest1 {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest1:hover {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2 {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2:hover {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3 {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3:hover {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:5px;
	position:relative;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#InfectiousDiseaseLab1 {
	float: left;
	margin-left:15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab2 {
	float: left;
	margin-left:15%;
	margin-right: 15%;
	margin-top:20px;
	width: 70%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab3 {
	float: left;
	margin-left:15%;
	margin-right: 15%;
	margin-top:20px;
	width: 70%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab4 {
	float: left;
	margin-left:15%;
	margin-right: 15%;
	margin-top:20px;
	width: 70%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseTest1 {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest2 {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:20px;
	width: 70%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest3 {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:20px;
	width: 70%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#ContactForm {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#ContactForm2 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#Footer {
	display: none;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
.InfectiousDiseaseTestingFooterLeft{
	width:70%;
	margin-left:0%;
	margin-right:0%;
	float:left;
	font-size:80%;
}
.InfectiousDiseaseTestingFooterRight{
	width:30%;
	margin-left:0%;
	margin-right:0%;
	float:right;
	font-size:90%;
	display:block;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.AntibodyTestingLab {
  display: none;
  display: none;
  width: 100%;
  height: auto;
  align-items: stretch; /*this will stretch the items to the container height*/
}
#CoronavirusTestingLaboratory {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.CovidTesting {
	background:rgba(255,255,255,1);
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.CovidTesting2 {
	background:#f7f9fa;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}	
.Covid19Testing {
	background-color: #ffffff;
	width:100%;
	min-height: inherit;
}
.CoronavirusTestingLab {
	background:rgba(255,255,255,1);
	width: 100%;
	min-height: auto;
	background-image: none;
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#CalvaryD1{
	position: absolute;
	top:80px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CalvaryD2{
	position: absolute;
	top:350px;
	margin-top:100px;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#InfectiousDiseaseTesting{
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	margin:0;
	z-index:99;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.CalvaryTable{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	font-size:80%;
	background-color:rgba(255,255,255,0);
}
.CalvaryTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#CalvaryBanner {
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:0%;
	margin-top:200px;
	margin-bottom:0;
	font-size:120%;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: scroll;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MedicalLaboratorySetup.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
#PittsburghRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
  display: block;
	font-size:100%;
}
.PittsburghTableLeft{
	width:65%;
	margin-left:5%;
	margin-right:30%;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image:  url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MolecularLaboratoryConsultant.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#PittsburghRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image: url(../Graphics/PittsburghBg3.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center left;
	background-color: transparent;
}
.PittsburghTableRight{
	width:65%;
	margin-left:30%;
	margin-right:5%;
	max-width: none;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodSensitivityTesting.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right !important;
	height: 700px;
}
#PittsburghLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDAntibodyTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDRapidAntigenTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDPCRTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 7
*******************************/
#slide7{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVID19Testing.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 550px;
}
#slide8{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodAllergyTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 100%;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 200%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 10px;
  background-color: #111c43;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 120%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #71c839;
	color:#FFF;
}
#CoronavirusTesting {
	display:block;
	position: relative;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:10px;
	z-index:150;
	width:50%;
}
#AllergyTesting1 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:70%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:0;
}
#Immufood {
	display: none;
	position: absolute;
	width:40%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:375px;
	padding-bottom:500px;
	top:0;
	right:0;
	z-index:100;
	background-color:#FFF;
	border-top-left-radius:10px;
}
#Video1 {
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#Video2 {
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#Video3 {
	float:left;
	width:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0%;
	margin-top:0;
}	
}

/* Tablet */

@media only screen and (min-width: 750px) {
#CalvaryNavbar{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 65%;
	margin-right:0%;
	margin-left:35%;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#OrderLabTest {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width:30%;
	float:right;
	right:0;
	margin-right:60px;
	margin-left:0px;
	margin-top:25px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height:90px;
	font-size: 100%;
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 15px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 20px;
	padding-bottom: 12px;
}
#MenuLeft {
	display: none;
	width:47%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:1%;
	margin-top:0;
	float:left;
	min-width:200px;
}
#MenuRight {
	display: none;
	width:47%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:2%;
	margin-top:0;
	float:right;
	min-width:200px;
}
#CalvaryNavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#277fa8;
	z-index: 500;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 80px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#CalvaryNavbarPhone.stick{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:500px;
	margin-top: 130px;
	padding-top:30px;
	font-size: 60%;
}
#CalvaryLogo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:10px;
	position:absolute;
	max-width: inherit;
	min-width: 190px;
	z-index:500;
	height:80px;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#CalvaryLogo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:100%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:55px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
#CalvaryTextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #f7f9fa;
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f7f9fa;
	z-index: 1000;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 40%;
	display: block;
	font-size:100%;
}
	
#BodyLeftImageBg {
	float: left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 45%;
	display: block;
	font-size:90%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 0px;
}
#BodyRightHomeBg {
	float: right;
	margin-right:0%;
	margin-left:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 50%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	min-height: 0px;
}
	
#BodyLeft2 {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyLeft3 {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyLeft4 {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyRight4 {
	float: right;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
	background-image:url(../Graphics/CustomHockeySticks/HockeyPlayersClub.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center left;
	height:445px;
}
	
#IconBodyLeft {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:29%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}
	
#IconBodyCenter {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:30%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}
	
#IconBodyRight {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:29%;
	display: block;
	margin-bottom:5%;
	font-size: 100%
}
	
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 40%;
	display: block;
	font-size:90%;
}
	
#BodyRight2 {
	float: right;
	margin-left: 20%;
	margin-right:20%;
	margin-top:0px;
	width: 60%;
	height: auto;
	display: block;
	font-size:100%;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
#BodyLeftHalf {
	float: left;
	margin-left: 15%;
	margin-right:15%;
	width: 70%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
	
#BodyLeftHalf2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyRightHalf {
	float: right;
	margin-left: 15%;
	margin-right:15%;
	width: 70%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
	
#BodyRightHalf2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
}
#CoronavirusTest1 {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest1:hover {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2 {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2:hover {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3 {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3:hover {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#InfectiousDiseaseLab1 {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab2 {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab3 {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:20px;
	width: 49%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab4 {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:20px;
	width: 49%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseTest1 {
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-top:0px;
	width: 50%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest2 {
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-top:20px;
	width: 50%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest3 {
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-top:20px;
	width: 50%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#ContactForm2 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
.InfectiousDiseaseTestingFooterLeft{
	width:35%;
	margin-left:0%;
	margin-right:0%;
	float:left;
	font-size:90%;
}
.InfectiousDiseaseTestingFooterRight{
	width:65%;
	margin-left:0%;
	margin-right:0%;
	float:right;
	font-size:80%;
	display:block;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.AntibodyTestingLab{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch; /*this will stretch the items to the container height*/
}
#CoronavirusTestingLaboratory {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.CovidTesting {
	background:rgba(255,255,255,1);
	background-image: none;
	background-repeat:no-repeat;
	background-size:50% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.CovidTesting2 {
	background:#f7f9fa;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.Covid19Testing {
	background-color: #ffffff;
	width: 100%;
	min-height: inherit;
}
.CoronavirusTestingLab {
	background:rgba(255,255,255,1);
	width: 100%;
	min-height: 300px;
	background-image: url(../Graphics/quotes.png);
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#CalvaryD1{
	position: absolute;
	top: 50px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CalvaryD2{
	position: absolute;
	top: 400px;
	margin-top:100px;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#InfectiousDiseaseTesting{
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	margin:0;
	z-index:99;
}
#sticky-anchor{
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.CalvaryTable{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	font-size:90%;
	background-color:rgba(255,255,255,0);
}
.CalvaryTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#CalvaryBanner {
	display:block;
	width:80%;
	margin-left:10%;
	margin-right:0%;
	margin-top:200px;
	margin-bottom:0;
	font-size:120%;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: scroll;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MedicalLaboratorySetup.jpeg);
	background-size: 100% 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
#PittsburghRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
  display: block;
	font-size:100%;
}
.PittsburghTableLeft{
	width:65%;
	margin-left:5%;
	margin-right:30%;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image:  url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MolecularLaboratoryConsultant.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#PittsburghRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image: url(../Graphics/PittsburghBg3.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center left;
	background-color: transparent;
}
.PittsburghTableRight{
	width:65%;
	margin-left:30%;
	margin-right:5%;
	max-width: none;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodSensitivityTesting.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right !important;
	height: 700px;
}
#PittsburghLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDAntibodyTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDRapidAntigenTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDPCRTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 7
*******************************/

#slide7{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVID19Testing.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 550px;
}
#slide8{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodAllergyTesting.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 100%;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 10px;
  background-color: #111c43;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 100%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #71c839;
	color:#FFF;
}
#CoronavirusTesting {
	display:block;
	position: relative;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:10px;
	z-index:150;
	width:70%;
}
#AllergyTesting1 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:33%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Immufood {
	display: none;
	position: absolute;
	width:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:350px;
	padding-bottom:500px;
	top:0;
	right:0;
	z-index:100;
	background-color:#FFF;
	border-top-left-radius:10px;
}
#Video1 {
	float:left;
	width:60%;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:0;
}
#Video2 {
	float:left;
	width:60%;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:0;
}
#Video3 {
	float:left;
	width:60%;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:0;
}
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#CalvaryNavbar{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: auto;
	margin-right:1%;
	margin-left:0%;
	margin-top:100px;
	margin-bottom:0px;
	position: absolute;
	z-index:500;
	float: right;
	right:0;
	top: 0px;
	font-size: 100%;
}
#OrderLabTest {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:auto;
	float:right;
	right:0;
	margin-right:60px;
	margin-left:0px;
	margin-top:10px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height: auto;
	font-size: 100%;
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 10px;
}
#MenuLeft {
	display:block;
	width:47%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:1%;
	margin-top:0;
	float:left;
	min-width:200px;
}
#MenuRight {
	display:block;
	width:47%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:2%;
	margin-top:0;
	float:right;
	min-width:200px;
}
#CalvaryNavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 140px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#CalvaryNavbarPhone.stick{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:500px;
	margin-top: 130px;
	padding-top:30px;
	font-size: 60%;
}
#CalvaryLogo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:200px;
	float:left;
	margin-right:0%;
	margin-left:10px;
	margin-top:20px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height:90px;
	font-size: 100%;
	background-image: none;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
#CalvaryLogo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:76%;
	float:left;
	margin-right:1%;
	margin-left:12%;
	margin-top:44px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
#CalvaryTextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:140px;
	background-color: #f7f9fa;
	z-index: 1000;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:40px;
	margin-bottom: 50px;
	width: 40%;
	display: block;
	font-size:100%;
}
	
#BodyLeftImageBg {
	float: left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 20%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 0px;
}
#BodyRightHomeBg {
	float: right;
	margin-right:0%;
	margin-left:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 75%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	min-height: 0px;
}
	
#BodyLeft2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeft4 {
	float: left;
	margin-left: 0%;
	margin-right:2%;
	width: 48%;
	display: block;
	font-size:100%;
}
#BodyRight4 {
	float: right;
	margin-left: 2%;
	margin-right:0%;
	margin-bottom:20px;
	width: 48%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
	background-image:url(../Graphics/CustomHockeySticks/HockeyPlayersClub.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center left;
	height:445px;
}	
#IconBodyLeft {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:29%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}	
#IconBodyCenter {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:30%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}	
#IconBodyRight {
	float: left;
	margin-left:2%;
	margin-right:2%;
	width:29%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}	
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 40%;
	display: block;
	font-size:90%;
}	
#BodyRight2 {
	float: right;
	margin-left: 0%;
	margin-right:10%;
	margin-top:0;
	margin-bottom:0;
	width: 20%;
	font-size:100%;
	height: auto;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
#BodyLeftHalf {
	float: left;
	margin-left: 15%;
	margin-right:5%;
	width: 15%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
#BodyLeftHalf2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyRightHalf {
	float: right;
	margin-left: 15%;
	margin-right:5%;
	width: 45%;
	display: block;
	font-size:100%;
	margin-top:50px;
}
	
#BodyRightHalf2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
}
#CoronavirusTest1 {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest1:hover {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:-20px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2 {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2:hover {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:-20px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3 {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3:hover {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:-20px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#InfectiousDiseaseLab1 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab2 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab3 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab4 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseTest1 {
	float: left;
	margin-left: 3%;
	margin-right: 1%;
	margin-top:0px;
	width: 30%;
	display: block;
	font-size:95%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest2 {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	width: 30%;
	display: block;
	font-size:95%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest3 {
	float: left;
	margin-left: 1%;
	margin-right: 3%;
	margin-top:0px;
	width: 30%;
	display: block;
	font-size:95%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#ContactForm2 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
.InfectiousDiseaseTestingFooterLeft{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	float:left;
	font-size:90%;
}
.InfectiousDiseaseTestingFooterRight{
	width:66%;
	margin-left:1%;
	margin-right:0%;
	float:right;
	font-size:85%;
	display:block;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.AntibodyTestingLab{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch; /*this will stretch the items to the container height*/
}
#CoronavirusTestingLaboratory {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.CovidTesting {
	background:rgba(255,255,255,1);
	background-image: none;
	background-repeat:no-repeat;
	background-size:50% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.CovidTesting2 {
	background:#f7f9fa;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}	
.Covid19Testing {
	background-color: #ffffff;
	width: 100%;
	min-height: inherit;
}
.CoronavirusTestingLab {
	background:rgba(255,255,255,1);
	width: 100%;
	min-height: 350px;
	background-image: url(../Graphics/quotes2.png);
	background-position: center top;
	background-size: 100% 90%;
	background-repeat: no-repeat;
}
#CalvaryD1{
	position: absolute;
	top: 0px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CalvaryD2{
	position: absolute;
	top: 450px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#InfectiousDiseaseTesting{
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	margin:0;
	z-index:99;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.CalvaryTable{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:95%;
	background-color:rgba(255,255,255,0);
}
.CalvaryTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#CalvaryBanner {
	display:block;
	width:40%;
	margin-left:10%;
	margin-right:0%;
	margin-top:200px;
	margin-bottom:0;
	font-size:120%;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: scroll;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MedicalLaboratorySetup.jpeg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
#PittsburghRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
  display: block;
	font-size:100%;
}
.PittsburghTableLeft{
	width:65%;
	margin-left:5%;
	margin-right:30%;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image:  url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MolecularLaboratoryConsultant.jpeg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#PittsburghRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image: url(../Graphics/PittsburghBg3.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center left;
	background-color: transparent;
}
.PittsburghTableRight{
	width:65%;
	margin-left:30%;
	margin-right:5%;
	max-width: none;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodSensitivityTesting.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right !important;
	height: 700px;
}
#PittsburghLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDAntibodyTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDRapidAntigenTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDPCRTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 7
*******************************/
#slide7{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVID19Testing.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 550px;
}
#slide8{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodAllergyTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 100%;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 10px;
  background-color: #111c43;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #71c839;
	color:#FFF;
}
#CoronavirusTesting {
	display:block;
	position: absolute;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:-80px;
	z-index:150;
	width:60%;
}
#AllergyTesting1 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:20%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Immufood {
	display: none;
	position: absolute;
	width:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:350px;
	padding-bottom:500px;
	top:0;
	right:0;
	z-index:100;
	background-color:#FFF;
	border-top-left-radius:10px;
}
#Video1 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0%;
	margin-top:0;
}
#Video2 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
}
#Video3 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	margin-top:0;
}	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#CalvaryNavbar{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: auto;
	margin-right:1%;
	margin-left:0%;
	margin-top:70px;
	margin-bottom:0px;
	position: absolute;
	z-index:500;
	float: right;
	top: 0px;
	font-size: 100%;
	right:0;
}
#OrderLabTest {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:auto;
	float:right;
	right:0;
	margin-right:60px;
	margin-left:0px;
	margin-top:10px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height: auto;
	font-size: 100%;
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 10px;
}
#MenuLeft {
	display:block;
	width:47%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:1%;
	margin-top:0;
	float:left;
	min-width:200px;
}
#MenuRight {
	display:block;
	width:47%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:2%;
	margin-top:0;
	float:right;
	min-width:200px;
}
#CalvaryNavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 140px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#CalvaryNavbarPhone.stick{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:500px;
	margin-top: 130px;
	padding-top:30px;
	font-size: 60%;
}
#CalvaryLogo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:300px;
	float:left;
	margin-right:0%;
	margin-left:60px;
	margin-top:15px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height:90px;
	font-size: 100%;
	background-image: none;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
#CalvaryLogo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:300px;
	float:left;
	margin-right:0%;
	margin-left:60px;
	margin-top:15px;
	position:absolute;
	max-width:none;
	z-index:10000;
	height:90px;
	font-size: 100%;
	background-image: none;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
#CalvaryTextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:110px;
	background-color:#f7f9fa;
	z-index: 450;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 40%;
	display: block;
	font-size:100%;
}	
#BodyLeftImageBg {
	float: left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 20%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	background-image:none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:0px;
}
#BodyRightHomeBg {
	float: right;
	margin-right:0%;
	margin-left:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 75%;
	display: block;
	font-size:100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	min-height: 0px;
}
#BodyLeft2 {
	float: left;
	margin-left: 10%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeft4 {
	float: left;
	margin-left: 0%;
	margin-right:2%;
	width: 48%;
	display: block;
	font-size:100%;
}
#BodyRight4 {
	float: right;
	margin-left: 2%;
	margin-right:0%;
	margin-bottom:20px;
	width: 48%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
	background-image:url(../Graphics/CustomHockeySticks/HockeyPlayersClub.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center left;
	height:445px;
}	
#IconBodyLeft {
	float: left;
	margin-left:6.65%;
	margin-right:6.65%;
	width:20%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}
	
#IconBodyCenter {
	float: left;
	margin-left: 6.65%;
	margin-right: 6.65%;
	width: 20%;
	display: block;
	margin-bottom:5%;
	font-size: 100%;
}
	
#IconBodyRight {
	float: left;
	margin-left: 6.65%;
	margin-right: 6.65%;
	width: 20%;
	text-align: center;
	margin-bottom:5%;
	font-size: 100%;
}	
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 40%;
	display: block;
	font-size:100%;
}	
#BodyRight2 {
	float: right;
	margin-left: 0%;
	margin-right:10%;
	margin-top:0;
	margin-bottom:0;
	width: 20%;
	font-size:100%;
	height: auto;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
#BodyLeftHalf {
	float: left;
	margin-left: 15%;
	margin-right:5%;
	width: 15%;
	display: block;
	font-size:100%;
	margin-top:50px;
}	
#BodyLeftHalf2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyRightHalf {
	float: right;
	margin-left: 15%;
	margin-right:5%;
	width: 45%;
	display: block;
	font-size:100%;
	margin-top:50px;
}	
#BodyRightHalf2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#CoronavirusTest1 {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest1:hover {
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top:-20px;
	position: relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#919195;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2{
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest2:hover{
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:-20px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#919195;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3 {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:0px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#24568e;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#CoronavirusTest3:hover {
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	margin-top:-20px;
	position:relative;
	width: 32%;
	display: block;
	font-size:100%;
	background-color:#919195;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#InfectiousDiseaseLab1 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab2 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab3 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseLab4 {
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top:0px;
	width: 24%;
	display: block;
	font-size:100%;
}
#InfectiousDiseaseTest1 {
	float: left;
	margin-left: 10.5%;
	margin-right: 1%;
	margin-top:0px;
	width: 25%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest2 {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top:0px;
	width: 25%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#InfectiousDiseaseTest3 {
	float: left;
	margin-left: 1%;
	margin-right: 10.5%;
	margin-top:0px;
	width: 25%;
	display: block;
	font-size:100%;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#ContactForm2 {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
.InfectiousDiseaseTestingFooterLeft{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	float:left;
	font-size:100%;
}
.InfectiousDiseaseTestingFooterRight{
	width:67%;
	margin-left:0%;
	margin-right:0%;
	float:right;
	font-size:85%;
	display:block;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.AntibodyTestingLab{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch; /*this will stretch the items to the container height*/
}
#CoronavirusTestingLaboratory {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.CovidTesting {
	background:rgba(255,255,255,1);
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.CovidTesting2 {
	background:#f7f9fa;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}
	
.Covid19Testing {
	background-color: #ffffff;
	background-image: none;
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center center;
	width: 100%;
	min-height: inherit;
}
.CoronavirusTestingLab {
	background:rgba(255,255,255,1);
	width: 100%;
	min-height: 400px;
	background-image: url(../Graphics/quotes2.png);
	background-position: center top;
	background-size: 90% 90%;
	background-repeat: no-repeat;
}
#CalvaryD1{
	position: absolute;
	top: -130px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CalvaryD2{
	position: absolute;
	top: 450px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 101;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0;
}
#InfectiousDiseaseTesting{
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	margin:0;
	z-index:99;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.CalvaryTable{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	font-size:100%;
	background-color:rgba(0,0,0,0);
}
.CalvaryTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#CalvaryBanner {
	display:block;
	width:30%;
	margin-left:10%;
	margin-right:0%;
	margin-top:200px;
	margin-bottom:0;
	font-size:120%;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}

/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: scroll;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MedicalLaboratorySetup.jpeg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
#PittsburghRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
  display: block;
	font-size:100%;
}
.PittsburghTableLeft{
	width:65%;
	margin-left:5%;
	margin-right:30%;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/InfectiousDiseaseTesting/MolecularLaboratoryConsultant.jpeg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
#PittsburghLeft2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#PittsburghRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image: url(../Graphics/PittsburghBg3.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center left;
	background-color: transparent;
}
.PittsburghTableRight{
	width:65%;
	margin-left:30%;
	margin-right:5%;
	max-width: none;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodSensitivityTesting.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right !important;
	height: 700px;
}
#PittsburghLeft3 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
	height: 580px;
	background-image:url(../Graphics/PittsburghBg.png);
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position:center right;
	background-color: transparent;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDAntibodyTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDRapidAntigenTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVIDPCRTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 7
*******************************/
#slide7{
	width: 100%;
	background-image: url(../InfectiousDiseaseTesting/COVID19Testing.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 550px;
}
#slide8{
	width: 100%;
	background-image: url(../FoodAllergyTesting/FoodAllergyTesting.jpeg);
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height:100%;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 10px;
  background-color: #111c43;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #71c839;
	color:#FFF;
}
#CoronavirusTesting {
	display:block;
	position: absolute;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:-120px;
	z-index:150;
	width:50%;
}
#AllergyTesting1 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:20%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Immufood {
	display: none;
	position: absolute;
	width:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:350px;
	padding-bottom:500px;
	top:0;
	right:0;
	z-index:100;
	background-color:#FFF;
	border-top-left-radius:10px;
}
#AllergyAPP1 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0%;
	margin-top:0;
}
#AllergyAPP2 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
}
#AllergyAPP3 {
	display: inline-block;
	position:relative;
	vertical-align:top;
	width:32%;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	margin-top:0;
}

#Video1 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0%;
	margin-top:0;
}
#Video2 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
}
#Video3 {
	float:left;
	width:32%;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	margin-top:0;
}

}
