/* FONTS */
body {
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	background:#fff;
	overflow-x:hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	margin: 0px; 
	color: #232434;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif;
}
h1 {
	font-size: 52px;
	line-height: 52px;
	margin-bottom: 10px;
	font-family: 'Benne', serif;
}
h2 {
	font-size: 36px;
	font-family: 'Benne', serif;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}
.small {
	font-size: 85%;
	line-height: 21px;
}
a {
	color: #3468b7;;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover {
    color: #1fa6aa;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
section ul {
	margin-bottom: 15px;
}
section .form-control {
	background: #ffffff;
	padding: 8px !important;
	height: 40px;
	font-size: 16px !important;
}
section ul, section ol {
	padding-left: 40px;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.ti {
	font-size: 75%;
}
.image-caption { color: #3468b7;}
.table-spaced td {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.table-spaced tr:hover {
	background-color: #f5f8fa;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.highlight {
	color: #a7fcff;
}












/* BUTTONS */
.btn {
	padding: 5px 20px !important;
	font-size: 15px;
}
.btn-primary {
	background: #3468b7;
	border: 2px solid #3468b7;
	border-radius: 5000px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn-primary:hover {
	color: #fff !important;
}
.btn-outline {
	background: rgba(255,255,255,0.5);
	border: 2px solid #3468b7;
	border-radius: 5000px;
	display: inline-block;
	overflow: hidden;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 5px 25px;
}
.btn-outline:hover {
	background: rgba(255,255,255,0.9);
}
.btn-secondary {
	background: #1fa6aa;
	border: 2px solid #1fa6aa;
	border-radius: 5000px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn-secondary:hover {
	color: #fff !important;
}
.bg-secondary {
	background: #1fa6aa !important;
}













/* SECTIONS */
.no-padding { padding: 0 }
.section-padding {padding: 80px 0;}
.section-title{margin-bottom:60px;}
.section-title h1 {
	font-size: 44px;
	font-weight: 500;
	margin-top: 0;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 15px;
}
@media only screen and (max-width:480px) { 
	.section-title  h1  {
		font-size:24px;
		line-height: 32px;
		font-weight:500;
	}
}
h1.section-title-white{color:#fff;}
h4.section-title-white{color:#fff;}
.section-title p {
	padding: 0 10px;
	width: 70%;
	margin: auto;
	letter-spacing: 1px;
}
p.section-title-white{color:#fff;}
@media only screen and (max-width:768px) { 
	.section-title  p{
		padding: 0 10px;
		width: 90%;
		margin: auto;	
	}
}
@media only screen and (max-width:1200px) { 
	section {
		background-attachment: scroll !important;
	}

}
.patient-home {
	background-image: url(../../assets/img/patient-home.jpg);
	background-position: bottom right;
	background-size: cover;
}
.provider-home {
	background-image: url(../../assets/img/provider-home.jpg);
	background-position: top right;
	background-size: cover;
}
.informational {
	padding-top: 0;
	padding-bottom: 80px;
	background: #f5f8fa; 
	background-image: url(../../assets/img/bottom.jpg);
	background-position: bottom center;
	border-bottom: 1px solid #eee;
	background-repeat: no-repeat;
}
.general {
	padding-top: 0;
	padding-bottom: 40px;
	background: #f5f8fa; 
	border-bottom: 1px solid #eee;
	background-repeat: no-repeat;
}
.light-grey {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f5f8fa; 
	border-bottom: 1px solid #eee;
}
.white {
	padding-top: 0;
	padding-bottom: 50px;
	background: #ffffff; 
	border-bottom: 1px solid #eee;
}
.blood-content{
	padding-bottom:120px;
	padding-top:140px;
	background-image: url(../../assets/img/testkit-1.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.blood-content2 {
	padding-bottom:120px;
	padding-top:140px;
	background-image: url(../../assets/img/testkit-1.png);
	background-position: top right;
	background-size: cover;
}
@media only screen and (max-width: 992px){
	.blood-content, .blood-content2 {
		padding-bottom:50px;
		padding-top:80px;
		background-image: none !important;
	}
}
.desktop-pad-left {
	padding-left: 50px;
}
@media only screen and (max-width: 992px){
	.desktop-pad-left {
		padding-left: 0;
	}
}
.pad-adjust {
	padding-top: 100px;
}
.std-pad {
	padding-top: 80px;
	padding-bottom: 80px;
}
.interior-banner {
	margin-top: 170px;
	padding-top: 25px;
	padding-bottom: 70px;
	padding-right: 25px;
}
@media only screen and (max-width: 768px){
	.patient-home, .provider-home { 
		background-size: auto; 
		background-position: top right;
		background-size: 992px;
		background-repeat: no-repeat;
	}
	.interior-banner {
		margin-top: 350px;
		background-color: #fff;
		padding: 25px;
		text-align: center;
		margin-bottom: 0;
	}
}
.subhero-text {
	margin-top: 150px;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-right: 25px;
}






/* NAVIGATE TO TOP CONTROL */
.topcontrol {
	background: #3468b7 none repeat scroll 0 0;
	border-radius:3px;
	bottom: 5px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
			box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height:45px;
	line-height:45px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width:45px;
}
.topcontrol:hover {
    background: #232434;
    color: #fff;
}











/* MAIN NAVBAR */
.navbar-brand img {
	width: 190px;
	height: auto;
}
.site-logo img{
	width: 190px;
	height: auto;
}
.bg-faded {
	background-color: rgba(5, 38, 73, 0.0);
	transition: all 0.5s ease 0s;
	border-top: 3px solid #3468b7;
	padding: 20px 0;
}
@media only screen and (max-width:992px) { 
	.bg-faded {
		background-color: rgba(5, 38, 73, 0.9);
	}
	.navbar-light .navbar-toggler {
		color: rgba(255,255,255,0.5);
   		border-color: rgba(255,255,255,.1);
	}
	.light-first.bg-faded {
		background-color: rgba(255,255,255,0.7);
	}
	.light-first .navbar-collapse.collapse.show {
		background-color: rgba(255,255,255,0.9);
		padding: 8px;
	}
}
.navbar-fixed {
	border-top: 3px solid #3468b7;
    z-index: 999;
    position: fixed;
    opacity: .98;
    width: 100%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    border-radius: 0px;
	box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
}
.light-first.navbar-fixed {
	background: #fff;
}
.dark-first.navbar-fixed {
	background: #052649;
}
.light-first .nav-link {
	color: #444;
}
.dark-first .nav-link {
	color: #fff !important;
}
.nav-item {
	padding:0px 12px;
}
.nav-item a.nav-link {
	text-transform: capitalize;
	font-weight:500;
	transition: .3s;
}
.light-first .dropdown-menu {
	background-color: #fff;
	font-size: 14px !important;
	padding: 20px;
	transition: all 0.5s ease 0s;
}
.dark-first .dropdown-menu {
	background-color: #052649 !important;
	font-size: 14px !important;
	padding: 20px;
	transition: all 0.5s ease 0s;
}
.dark-first .dropdown-menu .nav-link:hover {
	background-color: transparent;
	color: #1fa6aa !important;
}
.navbar .btn {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}








/* HOME */
.home_bg {
    height: 800px;
    position: relative;
	overflow: hidden;
}
.home_bg video {
	position: absolute;
	width: 100%;
}
@media only screen and (max-width:1200px) { 
	.home_bg video {
		width: auto;
		height: 100%;
	}
}
.home_bg:before {
    background: rgba(0,0,0,0.0);
    content: "";
    height: 100%;
	opacity:0.9;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.hero-text {
	margin-top: 470px;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-right: 25px;
}
.hero-text h1 {
	font-size: 60px;
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	font-family: 'Benne', serif;
	color: #fff;
}
.hero-text p {
	margin: 10px auto 30px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
}
.text-shadow {
	text-shadow: 0 0 5px #000000;
}
.small-image img {
	float: right;
}
@media only screen and (max-width:1200px) { 
	.hero-text h2 {font-size: 48px;line-height:54px;}
	.hero-text p { font-size: 18px; line-height: 26px;}
}
@media only screen and (max-width:992px) { 
	.center-mobile {
		text-align: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.home_bg {
		height: 550px;
	}
	.hero-text  {
		margin-top:200px;
		padding: 25px;
		padding-bottom: 15px;
		text-align: center;
	}
	.hero-text p {
		font-size: 14px;
	}
	
}

@media only screen and (min-width:1200px) { 
	.hero-text h1  {
		position: relative;
		top: 50%;  
		width: 100%;
		margin: 0 auto;
		border-right: 2px solid rgba(255,255,255,.75);
		font-size: 60px;
		height: 70px;
		line-height: 84px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		transform: translateY(-20%);    
	}

	/* Animation */
	.hero-text h1 {
	animation: typewriter 4s steps(44) 1s 1 normal both,
				blinkTextCursor 500ms steps(44) infinite normal;
	}
	@keyframes typewriter{
	from{width: 0;}
	to{width: 100%;}
	}
	@keyframes blinkTextCursor{
	from{border-right-color: rgba(255,255,255,.1);}
	to{border-right-color: transparent;}
	}
}


.audience{
	background:#fff;
	padding: 60px;
	padding-bottom: 40px;
	margin-bottom:70px;
	border-radius:3px;
	position:relative;
	z-index:2;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width:992px) { 
	.audience{padding: 40px; margin-bottom: 60px;}
}
.audience:hover{
	-webkit-box-shadow:0px 60px 60px rgba(0,0,0,0.1);
			box-shadow:0px 60px 60px rgba(0,0,0,0.1);
	z-index:50;
	-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
			transform: translate(0, -10px);
}
.audience span.icon {
	display: inline-block;
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: -35px;
	background: #3468b7;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100px;
}
@media only screen and (max-width:768px) { 
	.audience span{top: -45px;}
}
.audience h3 a {
	color: #444;
}
.about-process {
	padding-top: 0;
	padding-bottom: 50px;
	background: #f5f8fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f8fa 50%, #f5f8fa 50%, #e1eef7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f8fa 50%,#f5f8fa 50%,#e1eef7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f8fa 50%,#f5f8fa 50%,#e1eef7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fa', endColorstr='#e1eef7',GradientType=0 ); /* IE6-9 */
}
.pull-up {
	margin-top: -60px;
}
@media only screen and (max-width:992px) { 
	.pull-up {
		margin-top: 80px;
	}
}
.call-out {
	padding: 25px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 0;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0;
	border: 1px solid #eee;
	background: rgba(255,255,255,.5);
	font-size: 15px;
}
.call-out:hover{
	background: rgba(255,255,255,1.0);
	border: 1px solid #1fa6aa;
	border-color: #1fa6aa !important;
	-webkit-box-shadow:0px 50px 50px rgba(0,0,0,0.1);
			box-shadow:0px 50px 50px rgba(0,0,0,0.1);
	position:relative;
	z-index:50;
	-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
			transform: translate(0, -10px);
}
.call-out.selected {
	background: rgba(255,255,255,1.0);
	border: 1px solid #3468b7;
	-webkit-box-shadow:0px 50px 50px rgba(0,0,0,0.1);
		box-shadow:0px 50px 50px rgba(0,0,0,0.1);
}
.call-out.selected a {
	color: #444;
}
.call-out.selected:hover {
	pointer-events: none;
	background: rgba(255,255,255,1.0);
	border: 1px solid #3468b7;
	-webkit-box-shadow:0px 50px 50px rgba(0,0,0,0.1);
		box-shadow:0px 50px 50px rgba(0,0,0,0.1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}
.call-out img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}









/* TESTIMONIALS */
.single-testimonial img {
	width: 140px;
	height: 140px;
	margin-bottom: 20px;
	border-radius: 100px;
	display: inline-block;
	border: 10px solid #eeeeee;
}
.single-testimonial h4 {
	font-weight: 600;
}
.single-testimonial p {
	font-size: 15px;
}
.single-testimonial span {
	font-weight: 600;
	margin-bottom: 5px;
	display:inline-block;
}
.testimonial1-carousel .prev {
	left: -150px;
}
.testimonial1-carousel .next {
	right: -150px;
}
.testimonial1-carousel .slick-arrow {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 20px;
	border: 1px solid #eee;
	color:#333;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 768px){
	.testimonial1-carousel .slick-arrow { display:none !important;}
}
.testimonial1-carousel .slick-arrow:hover{background:#fff;color:#232434;border: 1px solid #fff;}
.single-how img {
	width: 225px;
	height: 225px;
	margin-bottom: 20px;
	border-radius: 100px;
	display: inline-block;
	border: 10px solid #fff;
}
.single-how h4 {
	font-weight: 600;
}
.single-how p {
	font-size: 15px;
}
.single-how span {
	font-weight: 600;
	margin-bottom: 5px;
	display:inline-block;
}




/* Clinical Slider */
.slider-text-overlay {
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 25px;
	text-align: left;
	font-size: 15px;
	line-height:24px;
}
.rslides_nav.prev {
	left: -40px;
}
.rslides_nav.next {
	right: -40px;
}



/* FOOTER */
.footer {
	border-top: 1px solid #eee;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 13px;
	line-height: 18px;
}
.footer li {
	display: block;
	width: 100%;
}
.footer li:first-child {
	font-weight: bold;
}
.footer li a {
	color: #444;
	display: block;
	padding: 5px;
}
.logo-right img {
	float: right;
}




.copyright {
	margin-top: 40px;
	color:#a2a2a2;
	font-size: 15px;
	text-align: center;
}
.copyright a {
	color: #a2a2a2;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-weight: 500;
	font-size: 13px;
}






















































.section-padding-generic {padding-top: 60px; padding-bottom: 60px;}












@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.about-content{
background:#f5f8fa;	
padding-bottom:50px;
}

	
@media only screen and (max-width:480px) { 
.audience-process{margin-bottom:60px;}
}
.audience-process h1{
margin-bottom: 15px;
line-height: 50px;
font-weight: 500;
}
.audience-process p{
	margin-bottom: 30px;
}
.audience-process ul{list-style:none;}
.audience-process ul li {
	line-height: 40px;
	font-weight: 400;
}
.audience-process ul li span {
	margin-right: 10px;
	border: 2px solid #3468b7;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #3468b7;
}






.copyright a:hover{color:#3468b7;}






.overlay-content{
	background: #f5f8fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f8fa 50%, #f5f8fa 50%, #e1eef7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f8fa 50%,#f5f8fa 50%,#e1eef7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f8fa 50%,#f5f8fa 50%,#e1eef7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fa', endColorstr='#e1eef7',GradientType=0 ); /* IE6-9 */
	padding-bottom:50px;
	padding-top:50px;
	position: relative;
}
.generic-content{
	background:#f5f8fa;	
	padding-bottom:0px;
	padding-top:0px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.generic-content .hero-text {
	padding-bottom: 30px;
}

.nav .nav-item {
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
}
.nav .nav-item a:hover {
	color:#3468b7 !important;
}
.nav .nav-item.active a {
	color:#3468b7 !important;
}

.push-class {
	margin-top: 48px;
}

.fixed-top {
	z-index: 100 !important;
}
