h1, h2, h3, h4, h5, h6, p, li {
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 500;
}

.premierhomeheadertext {
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	
	
}

.title-link {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-family: "modesto-open-inline-fill",sans-serif;
	margin-top: 30px;
	font-weight: 500;	
	font-size: 20px;
}

.title-link:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-weight: 500;	
	margin-top: 30px;
}

.margin-this-thing {
	margin-bottom: 50px;
}

.hs-featured-image {
    width: 100%;
    margin-bottom: 15px;
}



.header {
	width: 100%;
	margin-left: 0px;
}

@media screen and (max-width: 766px) {
	.container {
		padding-left: 0vw;
		padding-right: 0vw;
		width: 100vw;
		}
	}

@media screen and (max-width: 766px) {
	.header {
		width: 100vw;
		}
	}

.headerlogo {
	width: 70%;
	height: auto;
}

@media screen and (max-width: 766px) {
    .headerlogo {
    display: block;
	margin-left: auto;
	margin-right: auto; 
	height: 10vh; 
	width: auto;
    }
}


 

.navbarshell {
	margin-top: 30px;
	bottom: 0px;
	width: 100%;
	text-align: right;
}

.physicianaccessbutton {
	width: 200px;
	height: auto;
	margin-right: -45px;
	padding-right: 0px
}

@media screen and (max-width: 766px) {
    .physicianaccessbutton {
    display: block;
	margin-left: auto;
	margin-right: auto; 
    }
}

.physbutton {
	background-color: #75201E;
	color: #fff;
    text-align: center;
    position: relative;
    float: right;
    width: 180px;
    height: 27px;
    font-size: 15px;
    padding-top: 5px;
}



#menunav ul {
    list-style-type: none;
    margin-right: -45px;
    padding: 20px;
    text-align: right;
}

#menunav li {
    display: inline;
    text-align: right;
}

#menunav li a {
    display: inline-block;
    color: black;
    text-align: right;
    text-decoration: none;
    padding-left: 2vw;
    padding-right: 0px;
    padding-top: 20px;
    font-family: "brandon-grotesque",sans-serif;
	font-weight: 500; 
}

.mynavbar-right {
	float:right;
	width: 100%;
}

@media screen and (max-width: 766px) {
    #menunav ul {
    	text-align: center; 
    }
    #menunav li {
	    display: inline;
		text-align: center;
    }
    #menunav li a {
    	display: block;
		color: black;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
	}
	.navbarshell, .mynavbar-right {
		text-align: center;
		width: 100%;
		margin-right: 0px;
		
	}

}

@media screen and (max-width: 991px) {
	#menunav li a {
	font-size: 11px;
	}
}

.listitem {
	margin-top: 20px;
}

.hover {
	opacity: 1;
	font-size: 18px;
}

.hover:hover {
	opacity: 1;
	transition: ease;
}

.textbartopofhome {
	background-color: #75201E;
	height: auto;
	margin-bottom: 0px;
	
}

@media screen and (max-width: 766px) {
	.textbartopofhome {
	margin-top: 0px;
	}
}

.textbartopofhometext {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;

}

.textbartopofhometext h3 {
	margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.textbartopofhometext {
	font-size: 9px;;
	}
}

@media screen and (max-width: 766px) {
    .textbartopofhome {
    	height: 30px;
    }
    .textbartopofhometext {
	    padding-top: 5px;
		font-size: 6.5px;
    }
}


.textheaderhomepage {
	margin-bottom: 0px;
}

.bigimageourdoctors {
	background-image: url("Images/ourdoctorsbanner.jpg");
	background-size: cover;
	background-position: center center;
	height: 40vh; 
	min-height: 600px;
	position: relative;
	margin-top: 0px;	
}

@media screen and (max-width: 766px) {
    .bigimageourdoctors {
    	height: 70vh;
    }
}


.bigimage {
	background-image: url("Images/Home-Hero.jpg");
	background-size: cover;
	background-position: center right;
	height: 40vh; 
	position: relative;
	margin-top: 0px; 
	min-height: 300px;
	
}

@media screen and (max-width: 766px) {
    .bigimage {
    	height: 50vh;
    }
}

.premierhomeheadertext {
	text-align: center;
	color: #fff; 
	position: absolute;
	width: 100%;
	padding-top: 10vh;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal; 
	font-weight: 400;
}

@media screen and (max-width: 766px) {
    .premierhomeheadertext {
    	font-size: 30px;
    	padding: 0px;
    	margin: 0px;
    	margin-top: 15%;
    	width: 90%;
    	margin-left: 12px;
    }
}

.patientsignin {
	text-align: center;
	color: #fff;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	padding-top: 20px;
	
}



@media screen and (max-width: 991px) {
    .patientsignin {
    	font-size: 20px;
    }
}

.listimage {
	width: 18%;
	height: auto;
}

@media screen and (max-width: 991px) {
    .listimage {
    	width: 50px;
    }
}

.signinlisttext {
	font-size: 16px;
	}
	
@media screen and (max-width: 991px) {
    .signinlisttext {
    	font-size: 13px;
    }
}

#imagecolumn ul li {
	list-style-type: none; 
	color: #fff;
	height: auto;
}

#imagecolumn li {
	display: block;
	
}

.imagelist {
	background: #1E4A73;
	height: 33vh;
	min-height: 390px;
}

@media screen and (max-width: 766px) {
    .imagelist {
    	height: auto;	
    	}
}

@media screen and (max-width: 766px) {
    .imagelist ul {
    	margin-left: 24%;
    	margin-right: auto;
    	}
}

@media screen and (max-width: 321px) {
    .imagelist ul {
    	margin-left: 12%;
    	margin-right: auto;
    	}
}

*
{
    padding: 0;
    margin: 0;
}

#imagecolumn ul
{
    list-style-type: none;
}

#imagecolumn div ul li
{
    margin: 5px;
}    

#imagecolumn img
{
    vertical-align: middle; /* | top | bottom */
}
#imagecolumn div ul li p
{
    display: inline-block;
    vertical-align: middle; /* | top | bottom */
}

.meetourdoctorstext {
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	
}

.meetourdoctors {
	background-image: url("Images/homemeetdr.jpg");
	background-size: cover;
	background-position: center right;
	height: 33vh;
	position: relative;
	min-height: 390px; 
}

.meetourdoctorsshell {
	position: absolute;
	margin-top: 5vh; 
	margin-left: 3vw;
}

.ourdoctorshomesquare, .meetourdoctorstext {
	color: #1E4A73; 
	
}

.ourdoctorshomesquare {
	border-width: 1px;
	border-style: solid;
	border-color: #1E4A73;
	font-size: 15px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px; 
	width: 150px;  
	
}

@media screen and (max-width: 766px) {
    .meetourdoctors {
    	height: 50vh;	
    	}
}



.stethiscope {
	background-image: url("Images/Stethascope.png");
	background-size: 60%;
	background-repeat: no-repeat; 
	background-position: center center;
	position: relative;
	height: 390px;
	background-color: #B1B2B4;
	min-height: 270px;
}

.stethiscopetextshell {
	position: absolute;
	bottom: 6vh;
	width: 100%;
}

@media screen and (max-width: 766px) {
    .stethiscopetextshell {
    	margin-left: auto;
    	margin-right: auto;	
    	}
}

@media screen and (max-width: 320px) {
    .stethiscopetextshell {
    	left: 0px;	
    	}
}

@media screen and (max-width: 766px) {
    .stethiscope {
    	height: 50vh;;	
    	}
}

.referringtext {
	color: #1E4A73;
	text-align: center;
	margin-bottom: 40px;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;	
}

@media screen and (max-width: 766px) {
    .referringtext {
    	font-size: 30px;
    	}
}

.contactussquare {
	color: #fff;
	background-color: #1E4A73;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	
}

.offertextblock {
	height: 390px;
	padding-left: 30px;
	min-height: 270px;
	background: #1e4a73;
}

.whatweoffertext {
	margin-bottom: 30px;
	font-size: 30px;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
}

@media screen and (max-width: 991px) {
    .whatweoffertext {
    	font-size: 25px;
    	margin-bottom: 10px;
    }
}

@media screen and (max-width: 414px) {
    .whatweoffertext {
    	padding-bottom: 10px;	
    	}
}

.whatweoffertext, .excellencetext, .qualitytext {
	color: #fff;
	
}

.excellencetext, .qualitytext {
	color: #b1b2b4;
	}

.excellencetext, .qualitytext {
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 600;
	}

.excellencetext, .qualitytext, .offerblock1, .offerblock2 {
	font-size: 13px
}

.offerblock1, .offerblock2 {
	line-height: 180%;
	letter-spacing: 2px;
	color: #fff;
}

@media screen and (max-width: 766px) {
    .offertextblock {
    	height: auto;	
    	}
}

@media screen and (max-width: 991px) {
    .stethiscopetextshell {
    	margin-left: 0px;
        }
}

.row4 {
	background: #DFDFE0;
	background-size: cover;
	position: relative;
}


.proceduretext, .preparingtext, .downloadtext {
	
	height: 150px;
	margin-top: 20px;
	text-align: center;
	color: #1E4A73;
	margin-bottom: 20px;
}

.procedureblocktext, .downloadblocktext {
	margin-top: 25px;
}

.procedureheadertext, .preparingheadertext, .downloadheadertext {
	
	
	position: absolute; 
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}

.procedureblocktext, .preparingblocktext, .downloadblocktext {
	position: absolute;
	font-size: 10px;
}

.proceduresquare, .preparingsquare, .downloadsquare {
	border-style: solid;
	border-width: 1.5px;
	border-bottom-color: #1E4A73;
	padding: 3px 15px;
	
}

.proceduresquare {
	position: absolute; bottom: 5px; 
}

.preparingsquare {
	position: absolute; bottom: 5px; 
	border: 
}

.downloadsquare {
	position: absolute; bottom: 5px; 
}

.sample-wrap {
	padding-left: 60px;
    padding-top: 60px;
    width: 80%;
}


@media screen and (max-width: 766px) {
    .proceduresquare, .preparingsquare, .downloadsquare {
    	
    	}
}


.proceduretext, .preparingtext {
	border-right-style: solid;
	border-right-width: 1px; 
	border-right-color: #1E4A73;
}

@media screen and (max-width: 766px) {
    .proceduretext, .preparingtext {
    	border: none;	
    	}
}

.expecttext, .readourblogtext {
	height: 300px;
	overflow: scroll;
}

.expecttext {
	background-color: #B1B2B4;
	color: #fff;
}

.expect {
	color: #fff;
}

.expect:hover {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 766px) {
    .expecttext {
    	height: auto;
    	text-align: center;
    	padding-left: 0px;
    	padding-bottom: 40px;	
    	}
}

.readourblogtext {
	background-color: #383838;
	color: #fff;
}




.expectheader {
	margin-top: 25%;
	margin-left: 8%;
	margin-right: auto;
	font-size: 50px; 
}

@media screen and (max-width: 766px) {
    .expectheader {
    		
    	}
}


.readourblogheader {
	margin-top: 35%;
	margin-left: 55px;
	font-size: 35px;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400; 
}

@media screen and (max-width: 766px) {
    .readourblogtext {
    	height: auto;
    	padding-left: 0px;
    	margin-left: 0px;
    	padding-bottom: 30%;	
    	}
}

.bettertext {
	height: 120px;;
	
}

@media screen and (max-width: 766px) {
    .bettertext {
	    margin-bottom: 20px;
	    min-height: 100px;
	    
    	}
}

@media screen and (max-height: 481px) {
    .bettertext {
	    height: 20vh;
    	}
}


.betterheader {
	text-align: center;
	color: #6B6B6E;
	font-size: 30px;
	margin-top: 35px;
	
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	}
	
@media screen and (max-width: 766px) {
    .betterheader {
	    font-size: 20px;
    	height: auto;
    	padding-left: 0px;
    	margin-left: 10px;
		margin-right: 10px;
    	padding-bottom: 20px;
    	}
}
	
.footer {
	background-color: #B1B2B4;
	position: relative;
}



.footerlogo {
	width: 4vh;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	
}

@media screen and (max-width: 766px) {
    .footer {
    	height: auto;
    	padding-bottom: 20px;
    		
    	}
    .footerlogo {
	    width: 10vh;
    }
}

#footernavid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
} 

#footernavid li {
    display: inline;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: .5px;
    border-bottom-color: #383838;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    
}

#footernavid li a, .dropbtn {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "brandon-grotesque",sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 824px) {
    #footernavid li a {
    	font-size: 12px;
    }
}

.center {
    text-align: center;    
}

.crafted {
	right: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 8vw;
	color: #868285; 
	position:absolute;
}

.craftedtop {
	font-size: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.craftedbottom {
	font-size: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

@media screen and (max-width: 824px) {
    .craftedbottom, .craftedtop {
    	display: none;
    }
}

/* OUR DOCTOR'S PAGE */
	
	.myspecialcontainer {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	@media screen and (max-width: 766px) {
    .myspecialcontainer {
    	padding-left: 15%;
    	padding-right: 15%;  
    }
}

@media screen and (max-width: 321px) {
    .myspecialcontainer {
    	padding-left: 10%;
    	padding-right: 10%;  
    }
}

@media screen and (max-height: 415px) {
    .myspecialcontainer {
    	padding-left: 30%;
    	padding-right: 30%;  
    }
}
	
	@media screen and (max-width: 766px) {
    .textbartopofhomedrpage {
    	display: none;  
    }
}

@media screen and (max-width: 766px) {
    .rowwidthset {
    	margin-left: 0px;
    	margin-right: 0px;  
    }
}

	@media screen and (max-width: 766px) {
    .rowwidthset {
    	margin-left: 0px;
    	margin-right: 0px;  
    }
}

	.boardbox {
		
	}	
	.boardtext {
		background-color: #666666;
		color: #fff;
		height: 45px;
		width: 450px; 
		text-align: center;
		padding-top: 13px;
		margin-top: 0px;
	}
	
	.boardtext {
		font-size: 15px;
	}
	
	@media screen and (max-width: 766px) {
    .boardbox, .boardtext {
    	width: 100%; 
    	text-align: center;
    	height: auto;
    	font-size: 12px;
    	padding-bottom: 10px;
	    }
	}
	 
	.drtextblock {
		background: #DEDEDF;
		height: 350px;
	}
	
	.drtextblockrow1 {
		height: 280px;
	}
	
	
	.drtextblockrow2 {
		height: 250px;
	}
	
	.drtextblockrow3 {
		height: 240px;
	}
	
	.drtextblockrow4 {
		height: 280px;
	}
	
	.drtextblockrow5 {
		height: 250px;
	}
	
	@media screen and (max-width: 1200px) {
	    .drtextblockrow1 {
	    	height: 340px;
		    }
		.drtextblockrow2 {
			height: 280px;
		}
		.drtextblockrow3 {
			height: 290px;
		}
		.drtextblockrow4 {
			height: 330px;
		}
		.drtextblockrow5 {
			height: 320px;
		}
	}
	
	@media screen and (max-width: 992px) {
	    .drtextblockrow1 {
	    	height: 480px;
		    }
		.drtextblockrow2 {
			height: 390px;
		}
		.drtextblockrow3 {
			height: 390px;
		}
		.drtextblockrow4 {
			height: 430px;
		}
		.drtextblockrow5 {
			height: 450px;
		}
	}
	
	@media screen and (max-width: 766px) {
	    .drtextblockrow1 {
	    	height: 250px;
		    }
		.drtextblockrow2 {
			height: 250px;
		}
		.drtextblockrow3 {
			height: 250px;
		}
		.drtextblockrow4 {
			height: 250px;
		}
		.drtextblockrow5 {
			height: 250px;
		}
	}
	

	 
	 .drpic {
	 	width: 100%;
	 	height: auto;
	 	background: #DEDEDF;
	 }
	 
	 .drbio {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 50px;
		
		
		 
	 }
	 
	 .floatme1, .floatme2 {
		 font-size: 9px;
	 }
	 
	 @media screen and (max-width: 1200px) {
	    .floatme1, .floatme2 {
	    	font-size: 8px;
		    }
	}
	
	@media screen and (max-width: 992px) {
	    .floatme1, .floatme2 {
	    	font-size: 5px;
		    }
	}
	
	@media screen and (max-width: 767px) {
	    .floatme1, .floatme2 {
	    	font-size: 10px;
		    }
	}
	 
	 .drtextblock {
		 padding: 5px;
		 margin-bottom: 0px;
	 }
	 
	 .miniheader {
	 	margin: 0px;
	 	background:  #1E4A73;
	 	padding: 15px;
	 	color: #fff;
	 }
	 
	 
	 
	 #minifooter {
		 background: #DEDEDF;
	 }
	 
	 #minifooter li {
		 
	 }
	
	 
	 
	 .asset1thumbnail, .asset4thumbnail {
		 width: 15%;
		 height: auto;
		 margin-left: 4px;
		 margin-right: 4px;
	 }
	 
	 .drbiorow {
		
	 }
	 
	 .allthedoctors {
		 
		 
		 margin: 0 auto; 

	 }
	 	 



/* CONTACT US PAGE */

.contactheader, .contactsubheader {
	text-align: center;
}

.contactheader {
	color: #601A18;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
}

.contactsubheader {
	color: #1E4A73;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 766px) {
    .contactheader {
    	font-size: 28px;
    }
}

@media screen and (max-width: 766px) {
    .contactsubheader {
    	font-size: 15px;
    }
}

.smallboxcontactus {
	background: #DFDFE0;
	height: 110%;
	padding-left: 10px;
	width: 90%;
	
}


@media screen and (max-width: 1200px) {
    .smallboxcontactus {
    	width: 95%;
    	
    }
}

@media screen and (max-width: 991px) {
    .smallboxcontactus {
    	width: 109%;
    	
    }
}



.arrowheadercombo {
	padding-top: 10px;
}

.arrow {
	width: 3%;
	height: auto;
	float: left;
	overflow: hidden;
	padding-top: 10px;
	
}

.flex {
	
}

.smallboxheadercontactus {
	padding-left: 15px;
	font-size: 15px;

}


.smallboxtextblock {
	padding-left: 15px;
}

.smallboxtextbox {
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 5px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #1E4A73;
	width: 200px;
	text-align: center;
}

.weserviceheader {
	text-align: center;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	background: #1E4A73;
	margin-top: -15px;
	height: 70px;
	padding-top: 15px;
}

@media screen and (max-width: 766px) {
    .weserviceheader {
    	font-size: 15px;
    	margin-top: 10px;
    }
    
}

.weservicesubheader {
	text-align: center;
	color: #601A18;
	font-size: 18px;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 766px) {
    .weservicesubheader {
    	font-size: 15px;
    }
}
.radiologylistrow {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 321px) {
    .radiologylistrow {
    	margin-left: 15px;
    	margin-right: 15px;
    }
}

.radiologylist {
	margin-bottom: 20px;
	padding-left: 20%;
}

@media screen and (max-width: 766px) {
    .radiologylist {
    	text-align: center;
    	padding-left: 0px;
    }
}
.bold {
	color: #1E4A73;
	font-weight: 600;
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 4px;
	}

.notbold {
	margin-top: 0px;
	margin-bottom: 15px;
	color:  #1E4A73;
	text-transform: uppercase;
}


.centerthistext {
	text-align: center;
	position: relative;
	min-height: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

 @media screen and (max-width: 766px) {
	.centerthistext {
	    min-height: 70px;
		}
	}

.centerthistext h5 { 
	
}

.specialtextbox {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.specialtextboxheader {
	padding: 1px 7px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #1E4A73;
}

.centerthistext h6 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-align: center;
}

 @media screen and (max-width: 766px) {
	.para1, .para2, .para3 {
	    height: 100px;
		}
	}

 .para1, .para3 {
	margin-top: 28px;
 }
 
 @media screen and (max-width: 992px) {
	.para1, .para3 {
	    margin-top: 10px;
		}
	}
	
 @media screen and (max-width: 992px) {
	.para1, .para2, .para3 {
	    font-size: 11px;
		}
	}

 @media screen and (max-width: 766px) {
	.para1, .para2, .para3 {
	    font-size: 13px;
		}
	}

.centerthistext h4 {
	padding-top: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: -10px;
	
}

@media screen and (max-width: 766px) {
    .centerthistext h4 {
    	padding-top:20px;
    }
}

@media screen and (max-width: 441px) {
    .centerthistext h4 {
    	bottom: 90px;
    }
}

@media screen and (max-width: 441px) {
    .centerthistext {
    	min-height: 140px;
    }
}

.rightborder {
	border-right-style: solid;
	border-right-width: 1px; 
	border-right-color: #1E4A73;
	margin-bottom: 15px;
	margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .rightborder {
    	border-right-style: none;
    }
}

.modesto {
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #1E4A73;
}

.blue {
	color: #1E4A73;
}

@media screen and (max-width: 991px) {
    .padd {
    	padding-right: 10px;
    }
}

@media screen and (max-width: 736px) {
    .vanish {
    	display: none;
    }
}

@media screen and (max-width: 736px) {
    .weserviceheader {
    	margin-top: 10px;
    	padding-top: 30px;
    }
}

@media screen and (max-width: 736px) {
    .weservicesubheader {
    	font-size: 12px;
    }
}

.specialmobilehr {
	width: 60%;
	color: #1E4A73;
	margin-left: auto;
	margin-right: auto;
	border-color: #1E4A73;
	border-width: 1px;
}

@media screen and (min-width: 991px) {
    .specialmobilehr {
    	display: none;
    }
}

.bigimageportal {
	background-image: url("/Images/Physician's-Portal-Page-Package.jpg");
	background-size: cover;
	background-position: center right;
	height: 40vh; 
	position: relative;
	margin-top: 0px; 
	min-height: 300px;
	
}

@media screen and (max-width: 766px) {
    .bigimageportal {
    	height: 50vh;
    }
}

.graybg2 {
	height: 400px;
	background-color: #DFDFE0;
}

.request {
	color: #1E5A81;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 30px;
	text-align: center;
	margin-top: 0px;
}

.submitbutton {
	float: right;
	padding: 6px 20px;
	margin-bottom: 30px;
	margin-top: 0px; 
	margin-right: 12px;
	background: #801619;
	color: #fff;
	text-shadow:none !important;
    border:none !important;
    box-shadow:none !important;
}

.resources {
	color: #801619;
	font-family: "modesto-open-inline-fill",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 30px;
	text-align: center;
	margin-top: 0px;	
}

.paraspecial {
	color: #818181;
	padding-top: 20px;
	text-align: center;
	margin-top: 0px;
	font-weight: 500;
	font-size: 12px;	
}

.redbox {
	width: 350px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	background-color: #801619;
	color: #fff;
}

.nohov:hover {
	text-decoration: none;
}




/* NEW NAV */


#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.navbar-default {
	background: none;
}

.navbar-header {
	
}

.navbar-default .navbar-toggle {
    border: none;
    }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #fff;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	}

#navbar {
	
}

.navbar-collapse.in {
	height: 230px;
}

.navbar ul {
	float: right;
	margin-top: 20px;
}

@media screen and (max-width: 1278px) {
    .logo {
	    float: none;
    }
}

.navbar-collapse.in {
    overflow-y: auto;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	background-color: black;
	}


@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
	    display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.in {
	overflow-y: auto !important;
	}
	.navbar-collapse.collapse.in {
display: block !important;
}


}


.bluebg {
	background: url(thumbnails/Titles.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 408px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
	margin-top: 20px;
}



.imgthumbnail {
	margin-top: 25px;
}

.imgthumbnail2 {
	margin-top: -5px;
}

.imgthumbnail3 {
	padding-left: 19px;
}

.imgthumbnail4 {
	padding-left: 0px;
}

.imgthumbnail5 {
	padding-right: 18px;
}


.imgthumbnail6 {
	margin-top: 40px;
}

.imgthumbnail7 {
	margin-top: 40px;
}

.imgthumbnail8 {
	margin-top: 40px;
}

.rowspace {
	margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
	.bluebg {
		background: url(Images/Resource%201.png);
		background-position: center center;
		background-repeat: no-repeat;
		
		color: #fff;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 60px;
	}
	
	.imgthumbnail {
		margin-top: 0px;
	}
	
	.imgthumbnail2 {
		margin-top: 10px;
	}
	
	.imgthumbnail3 {
		padding-left: 0px;
	}
	
	.imgthumbnail4 {
		padding-left: 0px;
		margin-top: 40px;
	}
	
	.imgthumbnail5 {
		padding-left: 20px;
		margin-top: 40px;
	}
	
	
	.imgthumbnail6 {
		margin-top: 40px;
		padding-left: 0px;
	}
	
	.imgthumbnail7 {
		margin-top: 40px;
	}
	
	.imgthumbnail8 {
		margin-top: 40px;
		padding-right: 0px;
	}
	
	.rowspace {
		margin-bottom: 40px;		
}
	.specialthumb {
		margin-bottom: 20px;
	}
    
}


@media screen and (max-width: 766px) {
    .bluebg {
    	font-size: 20px;
    	width: 70%;
    	height: 400px;
    	background-size: cover;
    }

}

.specialthumb {
	margin-top: 20px;
}

.marg {
	margin-bottom: 20px;
	margin-top: 20px;
}

.bigimageresources {
	background-image: url("Images/Resource-Header.jpg");
	background-size: cover;
	background-position: center center;
	height: 40vh; 
	min-height: 600px;
	position: relative;
	margin-top: 0px;	
}

.card {
	transition: all .2s ease-in-out;	
	width: 100%;
}

.card:hover {
	transform: scale(1.04);
	cursor:pointer;
}

.modal-title {
	text-align: center;
	color: #fff;
	font-size: 45px;
	letter-spacing: 2px;
	font-weight: 300;
	padding-top: 10px;
}

.modal-header {
	background-color: #1e4a73;
	height: 100px;
}

.lightgraypopbg {
	background-color: #DFDFE0;
	height: 700px;
	padding-bottom: 100px;
}

.lightgraypopbg2 {
	background-color: #DFDFE0;
	height: 1100px;
	padding-bottom: 100px;
}

.darkgraypopbg {
	background-color: #BBBCBE;
	height: 700px;
	padding-bottom: 100px;
}

.darkgraypopbg2 {
	background-color: #BBBCBE;
	height: 1100px;
	padding-bottom: 100px;
}

.modal-body {
	padding: 0px;
}

.thirdheader {
	padding: 20px;
	margin: 0px;
	color: #1e4a73;
	font-size: 25px;
	text-align: center;
}

.floorsticker {
	bottom: 0;
    position: absolute;
}

.list {
	padding-left: 10px;
}

.list li {
	padding-bottom: 5px;
	display: block;
}

.list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}

.thirdheader2 {
	padding: 20px;
	margin: 0px;
	color: #fff;
	font-size: 25px;
	text-align: center;	
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
}



.list2 {
	padding-left: 10px;
	padding-top: 20px;
}

.list2 li {
	padding-bottom: 5px;
	display: block;
	color: #fff;
}

.list2 li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}

.xrayimg {
	width: 100%;
	height: 200px;
	background-image: url(Images/Specializations-Sub-Page-Picture.jpg);
	background-size: cover;
	background-position: center center;
}

.spaceme {
	padding-top: 5px;
}

.spaceme2 {
	padding-top: 40px;
}

.list3 {
	padding-left: 20px;
}

.list4 {
	color: black;
}

.floorsticker2 {
	margin-top: 100px;
	text-align: right;
}




@media screen and (max-width: 414px) {
    .mobile {
    	height: 500px;
    }
    .mobiletext {
	    font-size: 18px;
	    padding-top: 30px;
    }
}

.topics {
	text-align: center;
	margin-top: 50px;
	font-family: "modesto-open-inline-fill",sans-serif;
    font-style: normal;
    font-weight: 400;
	
}

.pdflink {
	color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    padding-top: 15px;
    background-color: #75201e;
    margin-left: 15px;
    margin-right: 15px;
	
}

.pdflink2 {
	color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    padding-top: 15px;
    background-color: #75201e;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
	
}

.pdflink:hover {
	text-decoration: none;
	color: #fff;;
}

.pdflink2:hover {
	text-decoration: none;
	color: #fff;;
}

.modal-content2 {
	margin-top: 20vh;
	height: auto;
	padding-bottom: 50px;
}


.specialhr2 {
	width: 80%;
	border-color: #75201e;
}

.fontee {
	font-size: 20px;
}

.text5 {
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .bluebg {
    	padding-bottom: 20px;
    	height: 332px;
    }
    .fontee {
	    font-size: 16px;
    }
    .text5 {
	    font-size: 14px;
    }

}

@media screen and (max-width: 991px) {
    .bluebg {
    	padding-bottom: 20px;
    	padding-top: 20px;
    	height: 250px;
    }
    .fontee {
	    font-size: 12px;
    }
    
    .text5 {
	    font-size: 11px;
    }

}

@media screen and (max-width: 766px) {
    .bluebg {
    	font-size: 20px;
    	width: 70%;
    	height: auto;
    }
    .fontee {
	    font-size: 20px;
    }
    .card {
	    width: 70%;
    }
    .bye {
	    display: none;
    }

}




.notblue {
	color: #fff;
	
}

.notblue:hover {
	color: #fff;
	text-decoration: none;
}

.bgimageme {
	background-image: url(thumbnails/radiology.png);
	background-position: center center;
	background-size: cover;
	height: 200px;
}

.bgimageme2 {
	background-image: url(thumbnails/di.jpg);
	background-position: center center;
	background-size: cover;
	height: 200px;
}

.mobilebgimageme {
	background-image: url(thumbnails/radiology.png);
	background-position: center center;
	background-size: cover;
	height: 200px;
}

.mobilebgimageme2 {
	background-image: url(thumbnails/di.jpg);
	background-position: center center;
	background-size: cover;
	height: 200px;
}

@media screen and (min-width: 766px) {
    .mobilebgimageme2, .mobilebgimageme {
    	display: none;
    }
}

.privacy-link {
	padding-left: 5px;
	padding-right: 5px;
}












