@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 250px) {
#NeuropathyNavbar{
	-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%;
}
#NeuropathyHeaderPhone {
	-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;
}
#NeuropathyNavbarPhone{
	-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: #0C74A7;
	z-index: 500;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	padding-bottom:10px;
	-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;
}
#NeuropathyLogo {
	display:block;
	width:50%;
	float:left;
	margin-right:25%;
	margin-left:25%;
	margin-top:10px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	z-index:10000;
	height: inherit;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#NeuropathyLogo.stick {
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.NeuropathyLogo{
	width:100%;
	max-width: 250px;
}
#NeuropathyTextPhone {
	-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: #fff;
	height:70px;
}
#HeaderBar {

	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:5px;
	margin-bottom:30px;
	width: 100%;
	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%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:0;
	margin-top:30px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#DoctorCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#Footer {
	display: none;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#PeripheralNeuropathy {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PeripheralNeuropathyCenter {
	background:#34BEEF;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}	
.NeuropathyTreatment {
	background-color: #eee;
	width:100%;
	min-height: inherit;
}
#PeripheralNeuropathyD1{
	position: absolute;
	top:90vh;
	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;
}
#PeripheralNeuropathyD2{
	position: absolute;
	top:100px;
	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;
}
#TriState{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:450px;
	background-color:rgba(0,0,0,0);
	background-image: none;
	background-position: center 70px;
	background-size: 100% 30%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:99;
	-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;
}
#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;
}
.PeripheralNeuropathyTable{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	font-size:80%;
	background-color:rgba(255,255,255,0);
}
.PeripheralNeuropathyTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#TriStateBanner {
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:160px;
	margin-bottom:0;
	font-size:65%;
	
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.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;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	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;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	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 right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.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 left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 10px;
  background-color: transparent;
  border-color:#FFF;
  border-width:3px;
  border-style:solid;
  border:3px solid #FFF;
  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: #72bd0b;
	color:#FFF;
}
#NeuropathyTreatment{
	display:block;
	position:fixed;
	top:100px;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.00);
	-moz-box-shadow:0px 0px 10px #D81828;
	-webkit-box-shadow:0px 0px 10px #D81828;
	box-shadow:0px 0px 10px #D81828;
	z-index:1;
	-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;
}
#NeuropathyTreatmentTint {
	background-color:rgba(12,116,167,0.6);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
#Neuropathy1 {
	background-color:#34BEEF;
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy2 {
	background-color:#049CDB;
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	border-radius:10px;
}
#Neuropathy3 {
	background-color:#0C74A7;
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#FooterLeft {
	display:block;
	position: relative;
	width:100%;
	float: left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#FooterRight {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:300px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#NeuropathyVideo1 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
}
#NeuropathyVideo2 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#NeuropathyVideo3 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:33%;
	font-size:150%;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1200px;
    font: 300 35px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-weight:bold;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 18px;
    line-height: 1.4;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 3px solid #fff;
	border-radius:5px;
    font-size: 18px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    transition: color 0.5s linear 0.05s;
}
.flexcontainer{
	display: block;
	width: 90%;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.flexcontainer2{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.missioncontainer{
	display: block;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	margin-left: 0%;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.missionbox{
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}
.missionbarcontainer{
	width: 2%;
	justify-content: center;
	align-items: center;
}
.missionbar{
	width: 90%;
	max-width: inherit;
	min-height: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5%;
	background-color:#1279AB;
	border-radius:5px;
	
	}
.missiontext{
	justify-content: center;
	align-items: center;
	width: 90%;
	margin-left:5%;
	vertical-align: middle;
	}
}

/* Tablet */

@media only screen and (min-width: 750px) {
#NeuropathyNavbar{
	-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%;
}
#NeuropathyHeaderPhone {
	-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;
}
#NeuropathyNavbarPhone{
	-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: #0C74A7;
	z-index: 500;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	padding-bottom:10px;
	-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;
}
#NeuropathyLogo {
	display:block;
	width:80%;
	float:left;
	margin-right: 10%;
	margin-left: 10%;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	z-index:10000;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#NeuropathyLogo.stick {
	display:block;
	width:100%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:55px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.NeuropathyLogo{
	width:100%;
	max-width: 250px;
}
#NeuropathyTextPhone {
	-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: absolute;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #fff;
	height:70px;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeft {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 10%;
	margin-right:10%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 15%;
	margin-right:15%;
	margin-top:10px;
	margin-bottom:5px;
	width: 70%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-top:5px;
	margin-bottom:50px;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#LocationLeft {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 10%;
	margin-right:10%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 10%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:10%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#DoctorCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#PeripheralNeuropathy {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PeripheralNeuropathyCenter {
	background:#34BEEF;
	background-image: none;
	background-repeat:no-repeat;
	background-size:50% 140%;
	background-position:bottom left;
	min-height: inherit;
}
.NeuropathyTreatment {
	background-color: #eee;
	width: 100%;
	min-height: inherit;
}
#PeripheralNeuropathyD1{
	position: absolute;
	top: 90vh;
	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;
}
#PeripheralNeuropathyD2{
	position: absolute;
	top: 100px;
	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;
}
#TriState{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:400px;
	background-color:rgba(0,0,0,0);
	background-image: none;
	background-position: center 65px;
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:99;
	-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;
}
#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;
}
.PeripheralNeuropathyTable{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	font-size:90%;
	background-color:rgba(255,255,255,0);
}
.PeripheralNeuropathyTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#TriStateBanner {
	display:block;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:250px;
	margin-bottom:0;
	font-size:90%;
	
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.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;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	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;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	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 right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.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 left !important;
	height: 580px;
}


.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: block;
  border-radius: 10px;
  background-color: transparent;
  border-color:#FFF;
  border-width:3px;
  border-style:solid;
  border:3px solid #FFF;
  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: #72bd0b;
	color:#FFF;
}
#NeuropathyTreatment{
	display:block;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.00);
	-moz-box-shadow:0px 0px 10px #D81828;
	-webkit-box-shadow:0px 0px 10px #D81828;
	box-shadow:0px 0px 10px #D81828;
	z-index:1;
	-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;
}
#NeuropathyTreatmentTint {
	background-color:rgba(12,116,167,0.6);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
#Neuropathy1 {
	background-color:#34BEEF;
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy2 {
	background-color:#049CDB;
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:10px;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
	border-radius:10px;
}
#Neuropathy3 {
	background-color:#0C74A7;
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:0;
	border-radius:10px;
}
#FooterLeft {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#FooterRight {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:300px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#NeuropathyVideo1 {
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
}
#NeuropathyVideo2 {
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:10px;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
}
#NeuropathyVideo3 {
	display:block;
	position: relative;
	width:80%;
	float:left;
	margin-bottom:20px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:80%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:33%;
	font-size:150%;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1200px;
    font: 300 40px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-weight:bold;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 20px;
    line-height: 1.4;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 3px solid #fff;
	border-radius:5px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    transition: color 0.5s linear 0.05s;
}
.flexcontainer{
	display: block;
	width: 90%;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.flexcontainer2{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.missioncontainer{
	display: block;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	margin-left: 0%;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.missionbox{
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}
.missionbarcontainer{
	width: 2%;
	justify-content: center;
	align-items: center;
}
.missionbar{
	width: 80%;
	max-width: inherit;
	min-height: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10%;
	background-color:#1279AB;
	border-radius:5px;
	
	}
.missiontext{
	justify-content: center;
	align-items: center;
	width: 80%;
	margin-left:10%;
	vertical-align: middle;
	}
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#NeuropathyNavbar{
	-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%;
	margin-top:20px;
	margin-bottom:0px;
	position: relative;
	float: right;
	top: 0px;
	font-size: 100%;
}
#NeuropathyHeaderPhone {
	-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:80%;
	float:right;
	right:0;
	margin-right:40px;
	margin-left:0px;
	margin-top:10px;
	position: relative;
	max-width:none;
	z-index:1000;
	height:auto;
	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: 10px;
	padding-bottom: 10px;
}
#NeuropathyNavbarPhone{
	-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;
}
#NeuropathyLogo {
	display:block;
	width:300px;
	float:left;
	margin-right:0%;
	margin-left:40px;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index: 10000;
	height: auto;
	font-size: 100%;
	background-image: none;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
#NeuropathyLogo.stick {
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.NeuropathyLogo{
	width:100%;
	max-width: inherit;
}
#NeuropathyTextPhone {
	-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;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #fff;
	height:auto;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;
	margin-bottom:50px;
	width: 49%;
	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;
}
#BodyCenterSmall {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 2%;
	margin-right:2%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 96%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#DoctorCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#PeripheralNeuropathy {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PeripheralNeuropathyCenter {
	background:#34BEEF;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}	
.NeuropathyTreatment {
	background-color: #eee;
	background-image: none;
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center center;
	width: 100%;
	min-height: inherit;
}
#PeripheralNeuropathyD1{
	position: absolute;
	top: 90vh;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	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;
}
#PeripheralNeuropathyD2{
	position: absolute;
	top: 150px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	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;
}
#TriState{
	display:block;
	position: relative;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	background-color:rgba(0,0,0,0);
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index:99;
	-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;
}
#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;
}
.PeripheralNeuropathyTable{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	font-size:100%;
	background-color:rgba(0,0,0,0);
}
.PeripheralNeuropathyTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#TriStateBanner {
	display:block;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:400px;
	margin-bottom:0;
	font-size:150%;
	
}

/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.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;
}

/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	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;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	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 right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.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 left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 10px;
  background-color: transparent;
  border-color:#FFF;
  border-width:3px;
  border-style:solid;
  border:3px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 100%;
	font-weight: bold;
  padding-bottom:15px;
  padding-top:15px;
  padding-left:25px;
  padding-right:25px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #72bd0b;
	color:#FFF;
}
#NeuropathyTreatment{
	display:block;
	position:fixed;
	top:100px;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.00);
	-moz-box-shadow:0px 0px 10px #D81828;
	-webkit-box-shadow:0px 0px 10px #D81828;
	box-shadow:0px 0px 10px #D81828;
	z-index:1;
	-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;
}
#NeuropathyTreatmentTint {
	background-color:rgba(12,116,167,0.6);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
#Neuropathy1 {
	background-color:#34BEEF;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy2 {
	background-color:#049CDB;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy3 {
	background-color:#0C74A7;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#FooterLeft {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#FooterRight {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display: none;
	position: relative;
	width:60%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:300px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#NeuropathyVideo1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#NeuropathyVideo2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
}
#NeuropathyVideo3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:500px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:20%;
	font-size:150%;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1200px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-weight:bold;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 22px;
    line-height: 1.4;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 3px solid #fff;
	border-radius:5px;
    font-size: 22px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    transition: color 0.5s linear 0.05s;
}
.flexcontainer{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.flexcontainer2{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.missioncontainer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 80%;
	margin-left: 10%;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.missionbox{
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 49%;
	font-size: 500%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}
.missionbarcontainer{
	width: 2%;
	justify-content: center;
	align-items: center;
}
.missionbar{
	width: 100%;
	max-width: 10px;
	min-height: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	background-color:#1279AB;
	border-radius:5px;
	
	}
.missiontext{
	justify-content: center;
	align-items: center;
	width: 45%;
	margin-left:4%;
	vertical-align: middle;
	}
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#NeuropathyNavbar{
	-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: 80%;
	margin-right:0%;
	margin-left:0%;
	margin-top:10px;
	margin-bottom:0px;
	position: relative;
	float: right;
	top: 0px;
	font-size: 100%;
}
#NeuropathyHeaderPhone {
	-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:80%;
	float:right;
	right:0;
	margin-right:60px;
	margin-left:0px;
	margin-top:10px;
	position: relative;
	max-width:none;
	z-index:1000;
	height: auto;
	font-size: 100%;
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 20px;
	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: 10px;
	padding-bottom: 10px;
}
#NeuropathyNavbarPhone{
	-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;
}
#NeuropathyLogo {
	display:block;
	width:350px;
	float:left;
	margin-right:0%;
	margin-left:60px;
	margin-top:15px;
	position: absolute;
	max-width:none;
	z-index: 10000;
	height: auto;
	font-size: 100%;
	background-image: none;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
#NeuropathyLogo.stick {
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.NeuropathyLogo{
	width:100%;
	max-width: inherit;
}
#NeuropathyTextPhone {
	-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;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #fff;
	height:auto;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;
	margin-bottom:50px;
	width: 49%;
	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;
}
#BodyCenterSmall {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 35%;
	display: block;
	font-size:100%;
	position:absolute;
}	
#LocationRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#DoctorCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#PeripheralNeuropathy {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PeripheralNeuropathyCenter {
	background:#34BEEF;
	background-image: none;
	background-repeat:no-repeat;
	background-size:40% 140%;
	background-position:bottom left;
	min-height: inherit;
}	
.NeuropathyTreatment {
	background-color: #eee;
	background-image: none;
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center center;
	width: 100%;
	min-height: inherit;
}
#PeripheralNeuropathyD1{
	position: absolute;
	top: 90vh;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	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;
}
#PeripheralNeuropathyD2{
	position: absolute;
	top: 150px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	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;
}
#TriState{
	display:block;
	position: relative;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	background-color:rgba(0,0,0,0);
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index:99;
	-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;
}
#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;
}
.PeripheralNeuropathyTable{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	font-size:100%;
	background-color:rgba(0,0,0,0);
}
.PeripheralNeuropathyTable2{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	background-color:rgba(0,0,0,0.5);
}
#TriStateBanner {
	display:block;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:400px;
	margin-bottom:0;
	font-size:150%;
	
}

/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.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;
}

/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	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;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	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 -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	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 right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.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 left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 10px;
  background-color: transparent;
  border-color:#FFF;
  border-width:3px;
  border-style:solid;
  border:3px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 100%;
	font-weight: bold;
  padding-bottom:15px;
  padding-top:15px;
  padding-left:25px;
  padding-right:25px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton:hover {
	background-color: #72bd0b;
	color:#FFF;
}
#NeuropathyTreatment{
	display:block;
	position:fixed;
	top:100px;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.00);
	-moz-box-shadow:0px 0px 10px #D81828;
	-webkit-box-shadow:0px 0px 10px #D81828;
	box-shadow:0px 0px 10px #D81828;
	z-index:1;
	-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;
}
#NeuropathyTreatmentTint {
	background-color:rgba(12,116,167,0.6);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
#Neuropathy1 {
	background-color:#34BEEF;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy2 {
	background-color:#049CDB;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	border-radius:10px;
}
#Neuropathy3 {
	background-color:#0C74A7;
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-radius:10px;
}
#FooterLeft {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#FooterRight {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:310px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:310px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
}
#NeuropathyVideo1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#NeuropathyVideo2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
}
#NeuropathyVideo3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:20%;
	font-size:150%;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1200px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-weight:bold;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 24px;
    line-height: 1.4;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 3px solid #fff;
	border-radius:5px;
    font-size: 24px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    transition: color 0.5s linear 0.05s;
}
.flexcontainer{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.flexcontainer2{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 0%;
	padding-bottom: 0px;
	padding-top: 0px;
	}
.missioncontainer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 70%;
	margin-left: 15%;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.missionbox{
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 49%;
	font-size: 600%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}
.missionbarcontainer{
	width: 2%;
	justify-content: center;
	align-items: center;
}
.missionbar{
	width: 100%;
	max-width: 10px;
	min-height: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	background-color:#1279AB;
	border-radius:5px;
	
	}
.missiontext{
	justify-content: center;
	align-items: center;
	width: 45%;
	margin-left:4%;
	vertical-align: middle;
	}

}
