@charset "UTF-8";
/* CSS Document */

body {
    
    border-top: 5px solid #7abedb;
    color: #323e4b;
    font-size: 14px;

	background: #fff6c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff6c5 0%, #ffffff 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff6c5 0%,#ffffff 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff6c5 0%,#ffffff 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}

a {
	color:#01597e;
	}

h1, .h1 {
    font-size: 30px;
	font-weight:200;
	color:#39add4;
	line-height:36px;
	}

/*h2, .h2 {
    font-size: 30px;
	font-weight:200;
	color:#39add4;
	}*/

h2, .h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

h3, .h3 {
    font-size: 18px;
    text-transform: uppercase;
}

p {
	font-size:14px;
}

hr {
	margin-bottom: 40px;
    margin-top: 40px;
}

.btn {
	border-radius:0;
	padding: 6px 18px;
	}

.btn-primary {
	background: #fed362 linear-gradient(to bottom, #fed362, #ff9104) repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
	border-color:#ff9205;
	border-width:1px;
	border-style:solid;
	text-shadow: 0 -1px 0 #c5770c;
	padding:6px 18px;
	}

.btn-primary:hover {
	color: #fff;
	border-color:#ff9205;
	}

.btn-default {
	background: #fed362 linear-gradient(to bottom, #fed362, #ff9104) repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
	border-color:#ff9205;
	text-shadow: 0 -1px 0 #c5770c;
	}

.btn-default:hover, 
#continue.mattebutton:hover {
	color:#fff;
	border-color:#ff9205;
	background: #fed362 linear-gradient(to bottom, #fed362, #ff9104) repeat scroll 0 0;
	}

input[type="submit"], #continue.mattebutton {
	background: #fed362 linear-gradient(to bottom, #fed362, #ff9104) repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
	border-color:#ff9205;
	border-width:1px;
	border-style:solid;
	text-shadow: 0 -1px 0 #c5770c;
	padding:6px 18px;
	height:auto;
	font-size: 12px;
	}	

label {
	font-size:12px;
	}
	
.navbar {
	border-radius:0;
	font-size:12px;
	display: block;
	padding: 0;
	}

.navbar-nav {
	display: block;
}

.navbar-brand {
    height: auto;
    padding: 15px 5px;
    width: 100%;
}

.navbar-light {
    background: #b0dbea none repeat scroll 0 0;
    border: 1px solid #b0dbea;
    margin: 0 -15px 0 -30px !important;
	padding-bottom:20px;
}

.navbar-light .navbar-nav > li > a {
    border-bottom: 1px solid #acd2df;
    border-top: 1px solid #d5f4ff;
    color: #032b3f;
	font-size:13px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background: #b2dceb; /* Old browsers */
background: -moz-linear-gradient(top,  #b2dceb 0%, #bee3ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b2dceb 0%,#bee3ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b2dceb 0%,#bee3ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2dceb', endColorstr='#bee3ef',GradientType=0 ); /* IE6-9 */


}

.navbar-light .navbar-nav .nav-link {
    color: #032b3f;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.navbar-light .navbar-nav > .open > a, 
.navbar-light .navbar-nav > .open > a:hover, 
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > li > a:hover, 
.navbar-light .navbar-nav > li > a:focus {
    background-color: #8ab5c5;
    color:#032b3f;
	}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
	border-radius: 0;
	}

.EmailButtonDiv {
    padding: 0 15px;
	}	

.EmailButtonDiv .form-group {
    margin-bottom: 10px;
	}
	
.dropdown-menu {
    font-size: 12px;
	border: 1px solid #8ab5c5;
	padding: 5px;
	border-radius: 0;
	}

.dropdown-menu > li > a {
    border-bottom: 1px solid #8ab5c5;
	display: block;
	}

.dropdown-item {
	padding: .25rem 0;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
	}

.navbar-nav .dropdown-menu > li > a, 
.navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 10px;
	}

.navbar-light .navbar-nav .open .dropdown-menu > li > a {
    color:#032b3f;
	}

.dropdown .fa {
    float: right;
    font-size: 16px;
    margin-top: 2px;
}	
	
.navbar-form {
    padding: 5px 10px;
}

.navbar-form .btn {
	background: #fed362;
	background-image: -webkit-linear-gradient(top, #fed362, #ff9104);
	background-image: -moz-linear-gradient(top, #fed362, #ff9104);
	background-image: -ms-linear-gradient(top, #fed362, #ff9104);
	background-image: -o-linear-gradient(top, #fed362, #ff9104);
	background-image: linear-gradient(to bottom, #fed362, #ff9104);
	color:#fff;
	font-weight:bold;
	border-radius: 0 !important;
	}

.gift-cards {
    padding: 15px 15px 5px;
	}

.gift-cards p {
	font-weight:bold;
	font-size:12px;
	}

.form-control {
	border-radius:0 !important;
	font-size:12px;
	}
	
.header-contact {
    background: #7abedb;
    padding: 2px 10px 5px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.header-contact p {
	font-size:11px;
	font-weight:bold;
	margin:0;
	}

.main {
	position:relative;
	
	}

.content-wrapper {
	background-color:#fff;
	min-height:600px;
	}

.content {
	padding: 25px 20px;
	}	

.footer-wrapper {
    background: #e4f1f5;
	}

.content-footer {
    padding: 25px 15px;
	text-align:center;
	width: 100%;
	}

.content-footer img {
    height: 50px;
    width: auto;
	margin-right: 25px;
	}

.content-footer .hippa-logo {
	margin-right:0;
	}

.footer {
    min-height: 100px;
	text-align:center;
	width: 100%;
	}

.footer p {
	font-size:11px;
	font-weight: 200;
	margin:0 0 5px;
	text-transform:uppercase;
	}

.footer span:after {
	content:" | ";
	}
		
.footer .ft-social a {
	float:right;
	padding: 0 5px;
	}
	
.back-top {
	clear:both;
	margin-top:20px;
	display:block;
	}

.home-header {
	background-image: url("/images/main-header-img.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	height:324px;
	margin: 0 -15px;
}

.home-header .home-header-content {
    padding: 100px 35px 0;
    width: 465px;
}

.home-header .home-header-content > h1 {
    color: #0eb3ef;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.home-header .home-header-content > h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

#mainpageheader h1 {
    padding-top: 90px;
	width:90%;
	margin:0 auto;
	}
		
#mainpageheader h2 {
	margin: 0 auto;
    padding-top: 10px;
    width: 90%;
	}
	
.how-it-works {
    padding: 15px 25px 35px;
	background:#fffcf3;
	border-left: 5px solid #ffdd86;
	margin-top:25px;
	}

.how-it-works .how-row {
    padding-bottom: 15px;
	}

.how-it-works > h2 {
    margin-bottom: 25px;
	}

.how-it-works h3 {
    font-size: 18px;
    margin: 35px 0 5px;
    text-transform: uppercase;
	}

.how-it-works .img-how-works {
	margin:0 auto;
	}

.top-tests .list-unstyled > li {
    margin-bottom: 5px;
	}

.top-tests .btn {
    margin-top: 10px;
	}	

.sale-panel {
    background: #e6f7fd none repeat scroll 0 0;
    border-left: 5px solid #0eb4eb;
    margin-top: 20px;
    padding: 15px 25px;
    text-align: left;
	}
		
.sale-panel ul {
    padding-left: 15px;
	}

.sale-panel li {
    margin-bottom: 3px;
	}

.specialist {
    margin-bottom: 35px;
	}

.specialist p {
    font-size: 28px;
    font-weight: 200;
	}

.specialist span {
	font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
	display: block;
	}

.lower-tests {
	padding: 10px;
	}

.lower-tests h3 {
    font-size: 18px;
	}

.lower-tests li {
    margin-bottom: 5px;
	font-size:12px;
	}
	
	

.form-group .ph-fields {
	display: inline-block; 
	text-align: center; 
	width: 29%;
	} 
	
.help-block {
	font-size:9px;
	}
	
.cc-exp-label {
	display: block;
	}
	
.cc-exp-select {
	display: inline-block; 
	width: 49%;
	}
	
.bday-label {
	display:block;
	}
	
.bday-select {
	display:inline-block; 
	width:32%;
	}

.ctr table {
    width: 100%;
	}

.ctr h1 img {
	display: none;
	}	

.ctr h1 #shoppingcart {
	float:right;
	}

.cartTable {
    border: 1px solid #0eb4eb;
	}				

.cartTable td {
    padding: 15px;
	}
	
.cartTable .even td {
    background-color: #e6f7fd;
	}

.ctr a#info {
    background: #0eb4eb none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
	}
	
.ctr a#compare {
    background: #323e4b none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
	}


#addCart.mattebutton {
    font-size: 11px;
    padding-left: 0;
	background: #fed362;
	background-image: -webkit-linear-gradient(top, #fed362, #ff9104);
	background-image: -moz-linear-gradient(top, #fed362, #ff9104);
	background-image: -ms-linear-gradient(top, #fed362, #ff9104);
	background-image: -o-linear-gradient(top, #fed362, #ff9104);
	background-image: linear-gradient(to bottom, #fed362, #ff9104);
	border-color: #ff9205;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px 0 #c5770c;
	padding:3px 10px;
}

#addCart.mattebutton:hover {
	background: #fed362;
	background-image: -webkit-linear-gradient(top, #fed362, #ff9104);
	background-image: -moz-linear-gradient(top, #fed362, #ff9104);
	background-image: -ms-linear-gradient(top, #fed362, #ff9104);
	background-image: -o-linear-gradient(top, #fed362, #ff9104);
	background-image: linear-gradient(to bottom, #fed362, #ff9104);
	
}

#Specialist-2 {
	background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #eee;
    clear: both;
    color: #323e4b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: auto;
    margin: 40px auto;
    padding: 40px 0;
    text-align: left;
    width: 100%;
	}

#Specialist-2 p {
	font-weight:bold;
	text-transform:uppercase;
}

#Specialist-2 font {
    color: #323e4b !important;
	font-size: 28px;
    font-weight: 200;
	}

.searchBox {
    border: 1px solid #0eb4eb;
    float: left;
    height: 150px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 260px;
}

.searchBox h1 {
    background-color: #e6f7fd;
    color: #323e4b;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.search-block {
	background-color: #efefef;
    padding: 10px 30px 30px;
	min-height: 155px;
}

/* Lab Locations Grid */
.lab-loc {
  border-color: #7abedb;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 10px 1px 1px;
  margin-bottom: 30px;
  min-height: 500px;
  padding: 15px 30px 70px;
  position: relative;
}

.lab-loc > h3 {
  border-bottom: 1px solid #7abedb;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.lab-loc > .btn {
  bottom: 25px;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  width: 80%;
}



/* Comparison Table Styles */

.compare-table {
    border: 1px solid #fff;
}

.compare-table td {
    background: #fffcf3 none repeat scroll 0 0;
	border: 2px solid #fff;
}

.compare-table tr:first-child td {
	background: #ffd56d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd56d 0%, #fce397 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffd56d 0%,#fce397 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffd56d 0%,#fce397 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd56d', endColorstr='#fce397',GradientType=0 ); /* IE6-9 */
	border-top: medium none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.compare-table tr:nth-child(2n) td {
    background: #fef4d4 none repeat scroll 0 0;
}

.compare-table tr:first-child td:first-child {
    background: #fff none repeat scroll 0 0;
    font-size: 20px;
    padding: 40px 10px;
}

.compare-table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.compare-table span {
	display:block;
	text-align:center;
}

.compare-table span.product-price {
	font-size:24px;
	font-weight:300;
}

.compare-table span.product-button {
    margin: 5px 0 2px;
}

td.compare-selected {
	text-align:center;
	font-size:20px;
	background-color:#fce397 !important;
}


@media (min-width: 768px) {
	
	.navbar-collapse {
		height: auto;
		border-top: 0;
		box-shadow: none;
		max-height: none;
		padding-left:0;
		padding-right:0;
		}
	
	.navbar-collapse.collapse {
		display: block !important;
		width: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		}
	
	.navbar-collapse.in {
		overflow-x: visible;
		}

	.navbar {
		max-width:300px;
		margin-right: 0;
		margin-left: 0;
		}	
	
	.navbar-nav,
	.navbar-nav > li,
	.navbar-left,
	.navbar-right,
	.navbar-header {
		float:none !important;
		}
	
	.navbar-right .dropdown-menu {
		left:0;right:auto;
		}
		
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 0;
		}

}

@media only screen and (min-width: 768px) {
	
	.dropdown:hover .dropdown-menu {
		display: block;
		}
		
	.navbar-nav > li > .dropdown-menu {
		margin-left: 200px;
		margin-top: -32px;
	}
		
}


@media (max-width: 1199px) and (min-width:991px) {

	.nav > li > a {
	    padding: 10px;
		}
	
	.navbar-nav > li > .dropdown-menu {
		margin-left: 130px;
		margin-top: -32px;
		}
	
	.sale-panel {
		background-size: 200% auto;
		}	
	
}

@media (max-width: 991px) {
	
	.sale-panel {
		background-size: 300% auto;
		}
		
}

@media (max-width: 767px) {
	
	.main {
    	border-radius: 0;
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    	margin-top: 0;
		}
	
	.content-wrapper {
   		border-radius: 0;
		}
	
	.navbar {
	    margin-bottom: 0;
		min-height: 60px;
		}
	
	.navbar-light {
		margin: 0 -15px !important;
		padding-bottom:0;
		}
	
	.navbar-brand {
		height: 50px;
		width: auto;
		margin-top: 25px;
		padding: 0;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	
	.navbar-brand img {
    	height: 50px;
		}

	.navbar-toggle {
    	margin-bottom: 15px;
    	margin-right: 15px;
    	margin-top: 35px;
		}
	
	.navbar-light .navbar-toggler {
		float: right;
		margin-top: 28px;
		margin-right: 16px;
		border-radius: 0;
		font-size: 25px;
		padding: 4px 9px 5px;
		color: #032b3f;
		border-color: #032b3f;
	}
	
	.navbar-light .navbar-collapse, 
	.navbar-light .navbar-form {
    	border-color: #032b3f;
		}

	.navbar-light .navbar-toggle {
    	border-color: #032b3f;
		}
	
	.navbar-light .navbar-toggle:hover {
		background-color: #8ab5c5;
		}

	.navbar-light .navbar-toggle .icon-bar {
    	background-color: #032b3f;
		}
	
	.navbar-form {
		border: none;
		box-shadow: none;
		padding: 0 5px;
		}
	
	.header-contact {
		float: none;
		left: 0;
		margin-top: 0;
		padding: 5px 0 5px 15px;
		position: absolute;
		top: -5px;
		width: 100%;
		z-index: 99;
		}
		
	.header-contact ul {
    	margin-bottom: 0;
		}
	
	.header-contact ul li {
		color: #fff;
		float: left;
		font-size: 10px;
		margin-right: 6px;
		}
	
	.header-contact p {
		font-size: 9px;
		}
	
	.content-footer img {
		display: block;
		margin: 0 auto 10px;
		}
		
	.content-footer .hippa-logo {
		margin-right:auto;
		}
		
	.footer span {
		display:block;
		}
		
	.footer .ft-social a {
		float:left;
		padding: 0 5px 10px;
		}
	
	.footer span::after {
    	content: "";
		}
	
	.content {
    	padding: 10px 0;
		}
		
	#mainpageheader h1 {
    	padding-top: 70px;
		}
	
	.home-header {
		background-position: center center;
		}
		
	.home-header .home-header-content {
    	padding: 60px 15px 0;
    	width: auto;
		}	
		
	.how-it-works {
		padding: 15px 10px 25px;
		}
	
	.how-it-works h3 {
		margin: 5px 0;
		}
		
	.sale-panel {
		background-size: 800% auto;
		}
	
	.Main_Content .MainContentLowerDiv {
		margin:0
		}
	
	.subpage img {
		display: block;
    	height: auto;
    	max-width: 100%;
		}
	
	.ctr h1 {
    	width: 100% !important;
		}	
	.cartTable th.price {
    	display: none;
		}
		
	.cartTable tbody {
		display: block;
		padding: 10px;
		}
		
	.cartTable td {
		display: inline-block;
		padding: 0 10px;
		width: 100%;
		}
	
	.cartTable td:first-child {
		padding-top: 5px;
		}
	
	.cartTable td.price::before {
		content: "Price: ";
		display: inline-block;
		font-weight: bold;
		margin: 10px 2px 0 0;
		}	

	.cartTable a {
   		display: block;
		}

	.cartTable #addCart {
		display: inline-block;
		margin: 0 auto 10px;
		text-align: center;
		}
	
	.cartTable #info {
    	display: inline-block;
    	text-align: left;
		}
	
	.ctr > table {
    	width: 100%;
		}
	
	.cartTable #removeCart {
		display: inline-block;
		margin-bottom: 10px;
		}
		
	.ctr h1 #shoppingcart {
		display: inline-block;
		float: none;
		margin-top: 10px;
		}
	
	#floatdiv {
		display:none !important;
		}
		

}

