/*
Theme Name:     Relialab Test
Description:    Relialab Test theme based on the BLANK Theme
 Author:         Larry Prostick
 Author URI:     http://www.prostickproductions.com
 Template:       BLANK-Theme
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../BLANK-Theme/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
/*
		SITE COLORS FOR REFERENCE GO HERE
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul { list-style-type: none; list-style-image: none; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { border-style: none; outline-style: none; }
a:hover { border-style: none; outline-style: none; }
a img { border-style: none; outline-style: none; }
a.smallLink {
	font-size: 14px;
}
button { border-style: none; outline-style: none; }
.dontDisplay { display: none !important; }
/*--------------------------------------------*/
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-weight: 300;
	font-size: 52px;
	color: #0063be;
	border-bottom: 1px dotted #0063be;
	margin-bottom: 40px;
}
h2 {
	font-size: 24px;
	color: #262a34;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.3;
	padding-top: 20px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0063be;
}
p {
	font-size: 18px;
	color: #838383;
	line-height: 1.3;
	margin-bottom: 20px;
}
a { transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	color: #6cb33e;
}
a:hover { transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	color: #83d34f;
}
.blueLinks a {
	color: #1a79c1;
}
.blueLinks a:hover {
	color: #4ba2e5;
}
.clear { clear: both; }
.clearfix {  }
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#main {
    min-height: 400px;
	padding-top: 55px;
	padding-bottom: 40px;
}
body#home #main {
	padding-bottom: 0;
}
#main ul {
    padding-left: 30px;
    list-style-type: disc;
	margin-bottom: 20px;
}
#main ul li {
    color: #828282;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
}
#main ol {
	padding-left: 30px;
	margin-left: 20px;
	list-style-type: decimal;
}
#main ol li {
    color: #828282;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}
#main a img {
	border: 3px solid #ffffff;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
#main a img:hover {
	border: 3px solid #0063be;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;	
}
.blueSectionDivider {
	height: 3px;
	background-color: #146fbb;
	margin-top: 30px;
	margin-bottom: 30px;
}
.split-2-3 {
	
}
.split-40-60 .leftSide {
	float: left;
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}
.split-40-60 .rightSide {
	float: right;
	width: 58%;
	margin-right: auto;
	margin-left: auto;
}
.split-60-40 .leftSide {
	float: left;
	width: 58%;
	margin-right: auto;
	margin-left: auto;
}
.split-60-40 .rightSide {
	float: right;
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}
/*===== SCROLL TO ANCHOR TAG FIXES =====*/
@media screen and (min-width: 768px) {
	.scrollOffset {
		padding-top: 141px !important;
		margin-top: -141px !important;
		display: inline-block !important; /* required for webkit browsers */
		/*position: relative;*/
	}
}

/*========== BX SLIDER FIXES ==========*/
ul.bxslider_home {
  margin: 0;
  padding: 0;
}
ul.bxslider_home li {
    overflow: hidden;
}
.bx-viewport {
	border: none !important;
	width: 101% !important;
}
a.bx-prev, a.bx-next { /* NAV ARROWS */
	/* display: none; */
}
/*========== GENERAL DEFINITIONS ==========*/
.content100 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content100:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
	clear: both;
}
.contentPadded {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.contentPadded:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
	clear: both;
}
.fullPageContainer {
	padding-right: 25px;
	padding-left: 25px;
}
.contentFullScreen {
	width: 100%;
}
img.fullScreen {
	width: 100%;
	height: auto;
	display: block;
}
#header-wide {
	display: block;
}
#header-mobile {
	display: none;
}
.blueButton {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #0063be;
	padding: 10px 30px;
	text-decoration: none;
}
.blueButton:hover {
	background-color: #000000;
	color: #ffffff;
}
.breadcrumbs {
	padding-top: 10px;
	font-size: 12px;
}
/*========== STICKY ==========*/
#header-wide .sticky {
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.non-sticky {
	padding-top: 139px;
}
/*========== HEADER ==========*/
.specialHours {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #0063be;
}
.specialHours p {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}
#header-wide .topArea {
	background-color: rgba(255, 255, 255, 0.95);
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.topAreaScrolled {
	border-bottom: 1px solid #003d77;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
#header-wide .top {
	background: url(images/global/topWatermark.png) center top no-repeat;
	position: relative;
	/*transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;*/
}
.noBG {
	background: none !important;
	/*transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;*/
}
#header-wide .top img.logo {
	padding-top: 37px;
	padding-bottom: 30px;
	height: 72px;
	width: auto;
	display: block;
}
#header-wide .top .phone-contact {
	position: absolute;
	top: 30px;
	right: 0;
}
#header-wide .top .phone-contact .phone {
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
#header-wide .top .phone-contact .phone span.header {
	color: #202024;
	display: block;
	font: bold 20px 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#header-wide .top .phone-contact .phone span.number {
	display: block;
	color: #1a79c1;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
#header-wide .top .phone-contact .contact {
	text-align: center;
}
#header-wide .top .phone-contact .contact a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
/*========== NAV ==========*/
#header-wide #navArea {
	position: relative;
	z-index: 500;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	/*height: 50px;*/
	background-color: #0063be;
}
#header-wide #navMain {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}
#header-wide #navMain ul { 
	position: relative;
	/*height: 50px;*/
	z-index: 500;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#header-wide #navMain ul li {
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
}
#header-wide #navMain ul li:last-child {
}
#header-wide #navMain ul li a {
	font: 16px/50px 'Raleway', sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	/*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);*/
}
#header-wide #navMain ul li a[rel="two-line"] {
	padding-top: 7px;
	padding-bottom: 7px;
}
#header-wide #navMain ul li a:hover {
	color: #ffffff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #6cb33e;
}
#header-wide #navMain ul li ul {
	position: absolute;
	margin: 0 0 0 -10px;
	display: none;
	min-width: 200px;
}
#header-wide #navMain ul li:hover ul {
	display: block;
}
#header-wide #navMain ul li ul li {
	font-size: 10pt;
	height: auto;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	border-style: none;
	display: block;
}
#header-wide #navMain ul li ul li:last-child {
}
#header-wide #navMain ul li ul li a {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left-style:none;
	display: block;
	padding-left: 20px;
	background-color: #0063be;
	line-height: 25px;
}
/*========== HOME PAGE ==========*/
body#home h2 {
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 50px;
	padding: 0;
}
.homeHeroContainer {
	max-height: 437px;
	background-image: url(images/home/hero1.jpg);
	background-size: 100% auto;
}
.homeHeroContainer .contentCarrier {
	padding-top: 85px;
}
.homeHeroContainer .contentCarrier .line1 {
	font: 36px 'Raleway', sans-serif !important;
	text-align: right !important;
	color: #060e15 !important;
	font-weight: 200 !important;
	letter-spacing: -1px !important;
}
.homeHeroContainer .contentCarrier .line2 {
	color: #0063be;
	font-weight: bold;
	font-size: 36px;
	text-align: right;
	line-height: 40px;
}
.homeHeroContainer .contentCarrier .line3 {
	color: #0063be;
	font-weight: bold;
	font-size: 42px;
	text-align: right;
	padding-bottom: 75px;
}
.homeHeroContainer .contentCarrier .line3 span {
	font-weight: bold;
	font-style: italic;
}
.homeHeroContainer .contentCarrier .buttonCarrier {
	text-align: right;
	padding-bottom: 110px;
}
.homeHeroContainer .contentCarrier .buttonCarrier a.button {
	color: #0063be;
	font: 18px 'Raleway', sans-serif;
	border: 1px solid #0063be;
	moz-border-radius: 10px; border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.56);
	padding: 10px 30px;
	text-decoration: none;
	margin-right: 20px;
}
.homeHeroContainer .contentCarrier .buttonCarrier a.button:hover {
	background-color: #0063be;
	color: #ffffff;
}
.homeHeroContainer .contentCarrier .buttonCarrier a.button.order {
	display: none;
	background-color: #0063be;
	color: #ffffff;
}
.smallOnly {
	display: none;
}
@media screen and (max-width: 960px) {
	.smallOnly {
		display: block;
	}
	.homeHeroContainer .contentCarrier {
		padding-top: 20px;
	}
	.homeHeroContainer .contentCarrier .buttonCarrier {
		padding-bottom: 40px;
	}
}
.afterHeroStroke {
	background-color: #013e77;
	height: 3px;
}
.formerlyArea {
	background: url(images/home/formerly-BG.jpg) center top;
	background-size: auto 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formerlyArea .formerlyText {
	color: #ffffff;
	font: italic 36px 'Raleway', sans-serif;
	text-align: center;
	font-weight: 400;
}
.h1Box {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	moz-border-radius: 10px; border-radius: 10px;
	border: 2px solid #1a79c1;
	background: url(images/home/h1BoxIcon.png) 15px 15px no-repeat #f6f7f9;
	min-height: 170px;
	position: relative;
	z-index: 200;
	margin-bottom: 90px;
}
.h1Box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	background: url(images/home/h1BoxShadow.jpg);
	background-size: 100% 100%;
	bottom: -25px;
	z-index: 0;
}
.h1Box h1 {
	color: #1a79c1;
	font-size: 36px;
	font-weight: 200;
	margin-left: 178px;
	margin-bottom: 0;
	padding: 15px 10px 10px 0;
	margin-top: 0;
	letter-spacing: -1px;
}
.h1Box p {
	font-size: 18px;
	color: #505050;
	line-height: 30px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	margin-left: 178px;
	padding-right: 10px;
}
.h1Box p strong {
	font-weight: 400;
	color: #1a79c1;
}
.h1Box a {
	font-weight: 400;
}
.servicesArea {
	background-image: url(images/home/services-BG.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 75px;
}
.servicesArea .services {
}
.servicesArea .services .serviceBox {
	moz-border-radius: 10px; border-radius: 10px;
	background-color: #e6e6e6;
	margin-right: 2.6%;
	width: 23%;
	float: left;
	padding-top: 25px;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 40px;
	display: inline-block;
}
.servicesArea .services .serviceBox:nth-of-type(4n+0) {
	margin-right: 0;
}
.servicesArea .services .serviceBox h3 {
	font-size: 30px;
	font-weight: 600;
	color: #1a79c1;
	text-align: center;
	margin-bottom: 20px;
}
.servicesArea .services .serviceBox .iconImageCarrier {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.servicesArea .services .serviceBox .iconImageCarrier img {
	width: 100%;
	display: block;
}
.servicesArea .services .serviceBox p {
	font-size: 15px;
	color: #808080;
	padding-right: 20px;
	padding-left: 20px;
}
.servicesArea .services .serviceBox a.button {
	position: absolute;
	right: 30px;
	bottom: 17px;
	color: #6cb33e;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 5px; border-radius: 5px;
	border: 1px solid #6cb33e;
	padding: 10px 15px;
	background-color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.servicesArea .services .serviceBox a.button:hover {
	color: #ffffff;
	background-color: #6cb33e;
}
.servicesArea .services .buttonsCarrier {
	text-align: center;
}
.servicesArea .services .buttonsCarrier a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 12px; border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 20px 30px;
	width: 38%;
}
.servicesArea .services .buttonsCarrier a:hover {
	background-color: #ffffff;
	color: #1a79c1;
}


.homeDOTphysicals .leftSide {
	padding-top: 100px;
	padding-bottom: 80px;
}
.homeDOTphysicals .leftSide h2 {
	text-align: left !important;
	color: #dd0000 !important;
	font-weight: bold !important;
}
.homeDOTphysicals .leftSide h3 {
	font-size: 24px !important;
	line-height: 1.3 !important;
}
.homeDOTphysicals .rightSide {
	background: url(images/home/doctor.jpg) center top no-repeat;
	background-size: 100% auto;
	min-height: 400px;
}





.orderTestArea {
	background-image: url(images/home/order-test-BG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 25px;
}
.orderTestArea .orderTestSplit {
	
}
.orderTestArea .orderTestSplit .leftSide {
	width: 48%;
	float: left;
	margin-bottom: 40px;
}
.orderTestArea .orderTestSplit .leftSide .imageContainer {
	border: 3px solid #ffffff;
	max-width: 585px;
	margin-right: auto;
	margin-left: auto;
}
.orderTestArea .orderTestSplit .leftSide .imageContainer img {
	display: block;
	width: 100%;
}
.orderTestArea .orderTestSplit .rightSide {
	width: 48%;
	float: right;
	margin-bottom: 40px;
	border-width: 3px;
}
.orderTestArea .orderTestSplit h2 {
	margin-bottom: 20px !important;
	padding: 0;
}
.orderTestArea .orderTestSplit p {
	font: 17px/30px 'Raleway', sans-serif;
	color: #000000;
	font-weight: 400;
}
.orderTestArea .orderTestSplit .buttonCarrier {
	text-align: center;
	padding-top: 30px;
}
.orderTestArea .orderTestSplit .buttonCarrier a.button {
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 8px; border-radius: 8px;
	border: 1px solid #ffffff;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.20);
	cursor: pointer;
	text-decoration: none;
}
.orderTestArea .orderTestSplit .buttonCarrier a.button:hover {
	background-color: #ffffff;
	color: #6cb33e;
}
.employerAccountsArea {
	background-image: url(images/home/employer-accounts-BG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 75px;
}
.employerAccounts h2 {
	color: #000000 !important;
	text-transform: none !important;
	margin-bottom: 35px;
}
.employerAccounts h2 span {
	font-weight: 400;
}
.employerAccounts .buttonCarrier {
	text-align: center;
	padding-top: 30px;
}
.employerAccounts .buttonCarrier a.button {
	color: #1a79c1;
	font-size: 20px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 8px; border-radius: 8px;
	border: 1px solid #1a79c1;
	padding: 10px 35px;
	background-color: rgba(255, 255, 255, 0.20);
	cursor: pointer;
	text-decoration: none;
}
.employerAccounts .buttonCarrier a.button:hover {
	background-color: #1a79c1;
	color: #ffffff;
}
.newsBlogArea {
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 75px;
}
.newsBlogArea .newsBlog {
	
}
.newsBlogArea .newsBlog h2 {
	color: #000000 !important;
	padding: 0;
}
.newsBlogArea .newsBlog .storyBox {
	width: 21.25%;
	margin-right: 5%;
	max-width: 450px;
	float: left;
}
.newsBlogArea .newsBlog .storyBox:last-child {
	margin-right: 0;
}
.newsBlogArea .newsBlog .storyBox img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}
.newsBlogArea .newsBlog .storyBox h3 {
	text-align: center;
	color: #1a79c1;
	font-size: 18px;
	margin-bottom: 5px;
}
.newsBlogArea .newsBlog .storyBox .linkContainer {
	text-align: center;
}
.newsBlogArea .newsBlog .storyBox .linkContainer a {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	font-size: 15px;
}
.testimonialArea {
	background-image: url(images/home/testimonial-BG.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 75px;
}
.testimonialArea h2 {
	font-weight: 200;
	padding: 0;
	margin-bottom: 10px !important;
}
.testimonialArea .testimonialSplit {
	
}
.testimonialArea .testimonialSplit .leftSide {
	float: left;
	width: 66.66%;
}
.testimonialArea .testimonialSplit .leftSide p.testimony {
	font: italic 40px/1.2 "Times New Roman", Times, serif;
	color: #ffffff;
	padding-top: 55px;
	padding-left: 35px;
	background: url(images/home/testimonial-quote-marks-BG.png) no-repeat;
	margin-bottom: 30px;
}
.testimonialArea .testimonialSplit .leftSide h3 {
	font: 30px/1.2 'Raleway', sans-serif;
	font-weight: 200;
	margin-bottom: 0 !important;
	color: #ffffff;
	padding-left: 35px;
}
.testimonialArea .testimonialSplit .rightSide {
	float: right;
	width: 33.33%;
	text-align: right;
	padding-top: 90px;
}
.testimonialArea .testimonialSplit .rightSide a.button {
	color: #ffffff;
	font-size: 30px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 12px; border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	padding: 15px 75px;
	background-color: rgba(255, 255, 255, 0.20);
	cursor: pointer;
	text-decoration: none;
}
.testimonialArea .testimonialSplit .rightSide a.button:hover {
	background-color: #ffffff;
	color: #1a79c1;
}
.preferredCollectionSitesArea {
	padding-top: 40px;
}
.preferredCollectionSites {
	
}
.preferredCollectionSites h2 {
	text-align: center;
	color: #000000 !important;
}
.preferredCollectionSites p {
	text-align: center;
}
.preferredCollectionSites img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
/*========== FOOTER ==========*/
.subFooterArea {
	background-color: #212428;
	border-top: 3px solid #436d8c;
	padding-top: 40px;
	padding-bottom: 40px;
}
.subFooterArea .subFooter {
	padding-bottom: 40px;
}
.subFooterArea .subFooter .column {
	/*width: 31%;*/
	width:  21.5%;
	margin-right: 3.5%;
	float: left;
}
.subFooterArea .subFooter .column:last-of-type {
	margin-right: 0;
}
.subFooterArea .subFooter .column h3 {
	color: #baff8d;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 200;
}
.subFooterArea .subFooter .column p {
	color: #e0e0e0;
	font-size: 15px;
	line-height: 22px;
}
.subFooterArea .subFooter .column ul {
	margin: 0;
	padding: 0;
}
.subFooterArea .subFooter .column ul li {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 3px;
}
.subFooterArea .subFooter .column ul li a {
	color: #e0e0e0;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
}
.subFooterArea .subFooter .column ul li a:hover {
	color: #baff8d;
	padding-left: 5px;
}
.subFooterArea .subFooter .latestNews ul li {
	margin-bottom: 10px;
}
.subFooterArea .subFooter .orderTest h3 {
	color: #4aa8ff;
}
.subFooterArea .subFooter .orderTest .buttonCarrier {
	padding-top: 35px;
	text-align: right;
}
.subFooterArea .subFooter .orderTest .buttonCarrier a {
	color: #c0e1ff;
	font-size: 20px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	moz-border-radius: 8px; border-radius: 8px;
	border: 1px solid #c0e1ff;
	padding: 10px 40px;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	text-decoration: none;
}
.subFooterArea .subFooter .orderTest .buttonCarrier a:hover {
	background-color: #c0e1ff;
	color: #000000;
}
.subFooterArea .subFooter .holidayHours h3 {
	color: #ff0000;
}
.affilitesArea {
	padding-top: 16px;
	background-color: #5b5e79;
}
.affilitesArea ul {
	text-align: center;
	margin-bottom: 0;
}
.affilitesArea ul li {
	margin-right: 40px;
	margin-left: 40px;
	display: inline-block;
	margin-bottom: 16px;
}
.affilitesArea ul li img {
	height: 72px;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	font-size: 28px;
}
.affilitesArea ul li a:hover img {
	opacity: 0.75;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.footerArea {
	background-color: #000000;
}
.footerArea .footer {
	
}
.footerArea .footer img.logo {
	width: 250px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footerArea .footer .copyright {
	float: right;
	text-align: right;
}
.footerArea .footer .copyright p {
	color: #a4a4a4;
	font-size: 15px;
	line-height: 1.2;
	padding-top: 30px;
}
.footerArea .footer .copyright p a {
	color: #9aff58;
}
.footerArea .footer .copyright p a:hover {
	color: #d5fcbc;
}
/*========== SUPPORT ==========*/
.heroSection {
	position: relative;
	border-bottom: 1px solid #b4c9db;
	max-height: 360px;
	overflow: hidden;
}
.heroSection img {
	width: 100%;
	height: auto;
	display: block;
}
.heroSection .titleScreen {
	position: absolute;
	width: 100%;
	border-top: 1px solid #b4c9db;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.heroSection .titleScreen h1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
#main .services-all {
	padding-top: 40px;
	text-align: center;
}
.services-all .serviceBox {
	margin-right: 3.5%;
	width: 30%;
/*	float: left;*/
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
}
.services-all .serviceBox:nth-of-type(3n+0) {
	margin-right: 0;
}
.services-all .serviceBox:last-child {
	margin-right: 0;
}
.services-all .serviceBox img {
	display: block;
	width: 100%;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	margin-bottom: 10px;
}
.services-all .serviceBox a:hover img {
	opacity: 0.8;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.services-all .serviceBox .contentArea {
	padding: 10px;
	margin-top: -10px;
}
.services-all .serviceBox h3 {
	margin: 0 0 5px;
	color: #0063be;
	font-size: 24px;
	padding: 0;
	text-align: center;
}
.services-all .serviceBox p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.services-all .serviceBox a.learnMore {
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}
.contentSplit {
	
}
.contentSplit .leftSide {
	float: left;
	width: 69%;
}
.contentSplit .rightSide {
	width: 27.25%;
	float: right;
}
.oneColumn {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
p.featuredText {
	font-weight: 600;
	color: #1a79c1;
	font-size: 22px;
}
.testionialsPage {
	
}
.testionialsPage .testimonial {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #6f6f6f;
	background: url(images/global/big-quotes.png) no-repeat;
	background-size: 150px auto;
	min-height: 150px;
}
.testionialsPage .testimonial p {
	font: italic 32px/1.5 Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
.testionialsPage .testimonial .attribution .lineOne {
	color: #1d1d1d;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.testionialsPage .testimonial .attribution .lineTwo {
	color: #838383;
}
.faqs {
}
.faqs .faq {
	padding-bottom: 30px;
	padding-left: 15px;
}
.faqs .faq .question {
	font-size: 20px;
	padding-left: 25px;
	color: #1a79c1;
	position: relative;
	cursor: pointer;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.faqs .faq .question:hover {
	color: #69afe3;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.faqs .faq .question:before {
	content:  "";
	position: absolute;
	width: 13px;
	height: 19px;
	background: url(images/global/faq-caret@2x.png) left top no-repeat;
	background-size: 13px 19px;
	top: 0;
	left: 0;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.faqs .faq .question-open:before {
	-webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	  transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.faqs .faq .answer {
	padding-left: 25px;
	display: none;
}
a.orderAtestHomeLink {
	color: #6cb33e;
	font: bold 20px 'Raleway', sans-serif;
	moz-border-radius: 8px; border-radius: 8px;
	border: 1px solid #6cb33e;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(108, 179, 62, 0.1);
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}
a.orderAtestHomeLink:nth-of-type(3n+0) {
	margin-right: 0;
}
a.orderAtestHomeLink:hover {
	background-color: #6cb33e;
	color: #ffffff;
}
.orderATestType-page {
	
}
.orderATestType-page .tests {
	padding-top: 50px;
}
.orderATestType-page .testBox {
	position: relative;
	border: 3px solid #1a79c1;
	float: left;
	background-color: #efefef;
	width: 30.5%;
	margin-right: 2%;
	padding-bottom: 50px;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	margin-bottom: 20px;
}
.orderATestType-page .testBox:hover {
	background-color: #ffffff;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.orderATestType-page .testBox .innards {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.orderATestType-page .testBox h2 {
	text-align: center;
	background-color: #15629d;
	padding: 10px;
	font-size: 20px;
	color: #ffffff;
}
.orderATestType-page .testBox:hover h2 {
	background-color: #1a79c1;
}
.orderATestType-page .testBox h2 span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
	display: block;
}
.orderATestType-page .testBox p,
.orderATestType-page .testBox li {
	font-size: 15px;
	line-height: 1.2;
}
.orderATestType-page .testBox table {
	width: 100%;
	margin-bottom: 30px;
}
.orderATestType-page .testBox table th {
	background-color: #666666;
	color: #ffffff;
	font-size: 15px !important;
	line-height: 1.2;
}
.orderATestType-page .testBox table td {
	color: #838383;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.orderATestType-page .testBox .price {
	color: #1a79c1;
	font-size: 18px;
}
.orderATestType-page .testBox .callOfficeText {
	
}
.orderATestType-page .testBox .buyButtonCarrier {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 20px;
	text-align: right;
	left: 0;
}
.orderATestType-page .testBox .buyButtonCarrier a {
	margin-right: 20px;
	moz-border-radius: 4px; border-radius: 4px;
	padding: 5px 15px;
	background-color: rgba(108, 179, 61, 0.1);
	color: #6cb33e;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #6cb33e;
}
.orderATestType-page .testBox .buyButtonCarrier a:hover {
	background-color: #6cb33e;
	color: #ffffff;
}
.orderATestByService .buttonCarrier {
	padding-top: 25px;
	text-align: center;
}
.orderATestByService .buttonCarrier a.button {
	color: #6cb33e;
	font: 18px 'Raleway', sans-serif;
	border: 1px solid #6cb33e;
	moz-border-radius: 10px; border-radius: 10px;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px 40px;
	text-decoration: none;
}
.orderATestByService .buttonCarrier a.button:hover {
	background-color: #6cb33e;
	color: #ffffff;
}
#popmake-598 h2 {
	color: #6cb33e;
	font-weight: bold;
	padding-left: 40px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 15px;
}
#popmake-598 h2#step01 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/plane-green@300.png);
}
#popmake-598 h2#step02 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/vial-green@300.png);
}
#popmake-598 h2#step03 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/speedMail-green@300.png);
}
.popmake .legal {
	padding-left: 20px;
	list-style-type: disc;
	padding-top: 20px;
}
.popmake .legal li {
	padding-bottom: 25px;
	font-size: 13px;
}
.popmake .legal strong {
	color: #e80202 !important;
}
.testStepsBoxes {
	
}
.testStepsBoxes .box {
	border: 2px solid #146fbb;
	width: 30%;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
	background-color: #f9f9f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.testStepsBoxes .box:hover {
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
	background-color: #ffffff;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.19);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.19);
}
.testStepsBoxes .box:last-child {
	margin-right: 0;
}
.testStepsBoxes .box h3 {
	background-color: #146fbb;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.testStepsBoxes .box img.icon {
	width: 50px;
	height: auto;
	border: 2px solid #62ac35;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	margin-bottom: 15px;
}
.testStepsBoxes .box h4 {
	text-align: center;
	font-size: 24px;
	color: #62ac35;
	margin-bottom: 15px;
}
.testStepsBoxes .box p {
	text-align: center;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
}
.testStepsBoxes .box p strong {
	font-weight: bold;
	font-style: italic;
}
.testStepsSidebar {
	
}
.testStepsSidebar h3 {
	margin-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dotted #0063be;
	padding-bottom: 5px;
}
.testStepsSidebar h4 {
	font-size: 24px;
	color: #62ac35;
}
.locationsPage {
	
}
.locationsPage .locations {
	padding-top: 80px;
}
.locationsPage .locationSplit {
}
.locationsPage .location {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #c5c7cb;
}
.locationsPage .location:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.locationsPage .locationSplit .mapSide {
	float: left;
	width: 58%;
}
.locationsPage .locationSplit .mapSide .pw_map_canvas {
	border: 1px solid #1d2a34;
}
.locationsPage .locationSplit .textSide {
	float: right;
	width: 38%;
}
.locationsPage .locationSplit .textSide h2 {
	border-bottom: 1px dotted #262a34;
	margin-bottom: 20px;
}
.locationsPage .locationSplit .textSide h3 {
	
}
ul.servicesForLocations {
	padding-top: 10px;
}
ul.servicesForLocations li {
	margin-bottom: 3px !important;
	font-size: 14px !important;
}
.consortium {
	
}
.consortium img {
	display: block;
	max-width: 100%;
}
.consortium .intro {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.consortium .intro h2 {
	text-align: center;
}
.consortium .intro p {
	text-align: center;
}
.consortium .intro a.button {
	color: #6cb33e;
	font: bold 20px 'Raleway', sans-serif;
	moz-border-radius: 8px; border-radius: 8px;
	border: 1px solid #6cb33e;
	padding: 10px 30px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(108, 179, 62, 0.1);
	display: inline-block;
	text-align: center;
}
.consortium .intro a.button:hover {
	background-color: #6cb33e;
	color: #ffffff;
}
.consortium .detailsSection {
	background-color: #e9f3dc;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.indivdualDNAtestPage .introSection {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
.DNAtestTypesSplit {
	padding-top: 35px;
	padding-bottom: 65px;
	background-color: #f5f5f5;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}
.DNAtestTypesSplit .titleSection {
	margin-bottom: 60px;
	margin-right: auto;
	padding-bottom: 30px;
	max-width: 750px;
	border-bottom: 1px dotted #6d6d6d;
	margin-left: auto;
}
.DNAtestTypesSplit .titleSection h2 {
	text-align: center;
	font-size: 32px;
}
.DNAtestTypesSplit .titleSection h3 {
	text-align: center;
	font-size: 28px;
}
.DNAtestTypesSplit h4 {
	color: #0063be;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 15px;
}
.DNAtestTypesSplit ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.DNAtestTypesSplit ul li {
	padding-left: 25px;
	background: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/check-blue@2x.png) 0 5px no-repeat;
	background-size: 15px auto;
}
.DNAtestTypesSplit .buttonCarrier {
	padding-top: 30px;
	padding-left: 20px;
}
.DNAtestTypesSplit .leftSide {
	width: 49%;
	float: left;
}
.DNAtestTypesSplit .rightSide {
	width: 49%;
	float: right;
}
#popmake-1148 h2 {
	color: #6cb33e;
	font-weight: bold;
	padding-left: 40px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 15px;
}
#popmake-1148 h2#step01 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/plane-green@300.png);
}
#popmake-1148 h2#step02 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/vial-green@300.png);
}
#popmake-1148 h2#step03 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/speedMail-green@300.png);
}
#popmake-1152 h2 {
	color: #6cb33e;
	font-weight: bold;
	padding-left: 40px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 15px;
}
#popmake-1152 h2#step01 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/plane-green@300.png);
}
#popmake-1152 h2#step02 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/vial-green@300.png);
}
#popmake-1152 h2#step03 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/speedMail-green@300.png);
}
#popmake-1152 h2#step04 {
	background-image: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/speedMailBack-green@300.png);
}
.DNAtestTypesSplit .NYdisclaimer {
	font-size: 12px;
	color: #9d0f0f;
}
.DNAtestOrderSection {
	padding-top: 50px;
}
.DNAtestOrderSection h2 {
	color: #0063be;
	font-size: 52px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #0063be;
	font-weight: 300;
	font-style: normal;
}
.DNAtestOrderSection h2.noLegalInformationalSection {
	font-size: 32px;
}
.DNAtestOrderSection p.instructions {
	margin-bottom: 30px;
}
.DNAtestOrderSection .gform_confirmation_message {
	background: url(https://relialabtest.com/wp-content/themes/BLANK-Theme-child/images/icons/check-green@2x.png) 8px 15px no-repeat #e5eedf;
	background-size: 25px auto;
	border: 2px solid #6cb33e;
	padding: 15px 15px 15px 45px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.DNAtestOrderSection .gform_confirmation_message p {
	color: #6cb33e;
	margin-bottom: 0 !important;
}
.DNAtestingPartner {
	background-color: #e9f3dc;
	padding-top: 40px;
	padding-bottom: 40px;
}
.DNAtestingPartner h2 {
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.DNAtestingPartner .split {
	padding-top: 50px;
}
.DNAtestingPartner .split .leftSide {
	width: 35%;
	float: left;
}
.DNAtestingPartner .split .leftSide img {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.DNAtestingPartner .split .rightSide {
	width: 55%;
	float: right;
	padding-top: 30px;
}
.DNAtestingPartner .split .orderAtestHomeLink {
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
.bulkProducts table {
/*	table-layout: fixed;
	width: 100%;*/
	max-width: 500px !important;
	/*border-collapse: collapse;*/
	border: 1px solid #777777;
}
.bulkProducts table thead tr {
	background-color: #1a79c1;
	color: #ffffff;
	font-size: 12px;
}
.bulkProducts table th,
.bulkProducts table td {
	border-collapse: collapse;
	border: 1px solid #777777;
	word-wrap: break-word;
	padding: 5px;
}
.bulkProducts table td {
	font-size: 12px;
}
.bulkProducts table tr:nth-child(even) {
	background-color: #edf2fa;
}
.bulkProducts table tr td:nth-of-type(1) {
	width: 10% !important;
}
.bulkProducts table tr td:nth-of-type(2) {
	width: 35% !important;
}
.bulkProducts table tr td:nth-of-type(3) {
	width: 50% !important;
}
.peekaboo {
}
.peekaboo .split-1 {
	padding-top: 50px;
	padding-bottom: 60px;
}
.peekaboo .split-1 p,
.peekaboo .split-1 ul li {
	font-size: 24px !important;
}
.peekaboo .split-1 .highlighted {
	font-weight: bold;
	color: #716a97;
}
.peekaboo .split-1 .leftSide {
	width: 48%;
	float: left;
	padding-top: 40px;
}
.peekaboo .split-1 .rightSide {
	width: 48%;
	float: right;
	padding-top: 30px;
}
.peekaboo .split-1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
/*========== SIDEBLOCKS ==========*/
.orderTest-sideBlock {
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.orderTest-sideBlock h3 {
	background-color: #6cb33e;
	color: #ffffff;
	font-weight: 300;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 28px;
	text-align: center;
}
.orderTest-sideBlock img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.orderTest-sideBlock p {
	font-size: 16px;
}
.orderTest-sideBlock .buttonCarrier {
	padding-top: 10px;
	text-align: center;
}
.orderTest-sideBlock .buttonCarrier a.button {
	color: #6cb33e;
	font: 18px 'Raleway', sans-serif;
	border: 1px solid #6cb33e;
	moz-border-radius: 10px; border-radius: 10px;
	background-color: rgba(255, 255, 255, 0);
	padding: 6px 15px;
	text-decoration: none;
}
.orderTest-sideBlock .buttonCarrier a.button:hover {
	background-color: #6cb33e;
	color: #ffffff;
}
.manualThankYouMessage p {
	padding: 15px 15px 15px 45px;
	background: url(images/support/checkCircle-green@2x.png) 10px 18px no-repeat rgba(145, 198, 110, 0.15);
	background-size: 20px 20px;
	border: 2px solid #91c66e;
	color: #91c66e;
}
#gform_confirmation_message_4 {
	padding: 15px 15px 15px 45px;
	background: url(images/support/checkCircle-green@2x.png) 10px 18px no-repeat rgba(145, 198, 110, 0.15);
	background-size: 20px 20px;
	border: 2px solid #91c66e;
}
#gform_confirmation_message_4 p {
	color: #91c66e;
	margin: 0;
	padding: 0;
}
.nationwideCollectionServices .rightSide {
	border: 2px solid #1a79c1;
	margin-top: 50px;
}
.nationwideCollectionServices .rightSide h3 {
	background-color: #1a79c1;
	color: #ffffff;
	text-align: center;
	padding: 15px 10px;
}
.nationwideCollectionServices .rightSide p {
	color: #5d5d5d;
	font-size: 16px;
	background-color: #ebebed;
	padding: 10px;
}
.nationwideCollectionServices .rightSide #gform_confirmation_message_6 p {
	background-color: transparent;
	color: #6cb33e;
	font-weight: bold;
}
.nationwideCollectionServices .rightSide ul {
	padding-left: 10px !important;
}
#gform_confirmation_message_5 {
	padding: 15px 15px 15px 45px;
	background: url(images/support/checkCircle-green@2x.png) 10px 18px no-repeat rgba(145, 198, 110, 0.15);
	background-size: 20px 20px;
	border: 2px solid #91c66e;
}
#gform_confirmation_message_5 p {
	color: #91c66e;
	margin: 0;
	padding: 0;
}
/*======== GRAVITY FORMS ========*/
.gfield:not(scrunchVertically) {
	margin-bottom: 40px !important;
}
.gfield_label {
	margin-bottom: 5px !important;
}
.gform_body .textarea {
	width: 95%;
}
.gform_button {
	moz-border-radius: 4px; border-radius: 4px;
	padding: 5px 15px;
	background-color: #ffffff;
	color: #1a79c1;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #1a79c1;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.gform_button:hover {
	background-color: #1a79c1;
	color: #ffffff;
}
#gform_6 .gfield_label {
	font-size: 16px !important;
}
#gform_6 .gform_footer {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
.gform_body .termsAndConditions {
	background-color: #efefef;
	border: 1px solid #c2c2c2;
	padding: 15px;
}
.gform_body .termsAndConditions h3 {
	font-weight: bold;
	font-size: 18px;
}
.gform_body .termsAndConditions ul {
	margin-left: 0px !important;
}
.gform_body .termsAndConditions ul li {
	font-size: 14px !important;
}
.gform_body .no-bottom-margin {
	margin-bottom: 0 !important;
}
.gform_body .no-top-margin {
	margin-top: 0 !important;
}
.ginput_full {
	margin-bottom: 30px !important;
}
p.formInstructions {
	font-size: 14px !important;
	font-style: italic !important;
}
@media screen and (min-width: 768px) {
	.larry_left {
		width: 49%;
		clear: right !important;
		float: left;
	}
	.larry_right {
		float: right;
		width: 49%;
		clear: right !important;
	}
}
li.gfield.scrunchVertically {
	margin-bottom: 7px !important;
	margin-top: 7px !important;
}
li.gfield.scrunchVertically label {
	font-size: 16px !important;
	font-weight: normal !important;
}
li.gfield.scrunchVertically .ginput_complex {
	margin-top: 0 !important;
}
li.gfield.scrunchVertically span label {
	display: none !important;
}
.gformSubSectionDivider {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #b7b7b7;
}
.formWithLists .fieldWithList .gfield_label {
	margin-bottom: 30px !important;
	font-size:  20px !important;
}
.formWithLists .fieldWithList ul {
	padding-left: 20px !important;
}
.formWithLists .fieldWithList ul li {
	margin-bottom: 0 !important;
	font-size: 14px !important;
}
.formWithLists .gfield_radio .gchoice {
	padding: 10px !important;
}
.formWithLists .gfield_radio .gchoice:hover {
	background-color: #efefef !important;
}
/*========== BLOG ==========*/
.blog h1.single {
	font-size: 40px;
}
.blog h2 {
	padding-top: 0;
}
.blog h2.archiveHeader {
	font-size: 32px;
	margin-bottom: 30px;
	color: #0063be;
}
.blog.single .featuredImage img {
	display: block;
	width: 100%;
	max-width: 600px;
	padding-top: 40px;
	padding-bottom: 40px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.blogSplit {
	
}
.blogSplit .leftSide {
	float: left;
	width: 75%;
}
.blogSplit .rightSide {
	width: 23%;
	float: right;
}
.blogSplit .rightSide h2 {
	font-size: 20px;
}
.blogSplit .rightSide ul li a {
	font-size: 15px;
}
.blogRollPostSplit {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #6f6f6f;
}
.blogRollPostSplit .leftSide {
	width: 48%;
	float: left;
}
.blogRollPostSplit .leftSide img {
	display: block;
	width: 100%;
	height: auto;
}
.blogRollPostSplit .rightSide {
	width: 48%;
	float: right;
}
.widget_search {
	margin-bottom: 30px;
}
.widget_search input[type=text] {
	padding: 5px;
	font-size: 16px;
	border-color: #898989;
}
.widget_search input[type=submit] {
	border-color: #0063be;
	background-color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}
.widget_search input[type=submit]:hover {
	background-color: #b4c9db;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
}



@media screen and (max-width: 1239px) {
.contentPadded {
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 1199px) {
	#header-wide #navMain ul li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.newsBlogArea .newsBlog .storyBox {
		width: 23.5%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 959px) {
	.testimonialArea .testimonialSplit .rightSide a.button {
		font-size: 24px;
		padding: 10px 55px;
	}
	.blogRollPostSplit .leftSide {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.blogRollPostSplit .rightSide {
		float: none;
		width: auto;
	}
	.orderATestType-page .testBox {
		width: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
		max-width: 650px;
	}
	.peekaboo .split-1 .leftSide {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.peekaboo .split-1 .rightSide {
		width: auto;
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.split-40-60 .leftSide {
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	.split-40-60 .rightSide {
		width: auto;
		float: none;
	}
	.split-60-40 .leftSide {
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	.split-60-40 .rightSide {
		width: auto;
		float: none;
	}
	#header-wide {
		display: none;
	}
	.sticky-mobile {
	}
	.sticky-mobile-scrolled {
		/*position: fixed !important; I ADDED THIS STYLE INSTRUCTION TO header.php on 11/18/20 BECAUSE THIS style.css WAS FRUSTRATINGLY CACHING */
		width: 100%;
		/*top: 0;*/
		z-index: 1000;
		border-bottom: 1px solid #722a1b;
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	}
	.non-sticky-mobile {
		
	}
	.non-sticky-mobile-scrolled {
		padding-top: 40px;
	}
	#header-mobile {
		display: block;
	}
	#header-mobile .top {
		background-color: #ffffff;
	}
	#header-mobile .top img.logo {
		display: block;
		width: 70%;
		max-width: 328px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#header-mobile .contactBlock {
		background-color: #0063be;
		background-size: 100% 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
	}
	#header-mobile .contactBlock .text {
		color: #dae9f5;
		font-size: 22px;
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;
		padding-left: 20px;
	}
	#header-mobile .contactBlock .text span.number {
		padding-left: 10px;
		color: #ffffff;
	}
	#header-mobile .contactBlock #navTrigger{
		width: 25px;
		height: 18px;
		background-image: url(images/global/tread@2x.png);
		background-size: 100% 100%;
		position: absolute;
		margin-top: -9px;
		right: 20px;
		top: 50%;
		opacity: 0.68;
		cursor: pointer;
	}
	#header-mobile #navArea {
		display: none;
		height: auto;
	}
	#header-mobile #navMain {
		display: block;
		height: auto;
	}
	#header-mobile #navMain ul {
		position: static;
		height: auto;
		float: none;
		display: block;
		margin-bottom: 0;
	}
	#header-mobile #navMain ul li {
		position: relative;
		height: auto;
		float: none;
		border-bottom: 1px solid #87919a;
		border-right-style: none;
		border-left-style: none;
	}
	#header-mobile #navMain ul li.menu-item-has-children:after {
		content: "";
		background: url(images/global/navArrowDown.png) no-repeat;
		background-size: 100% 100%;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	#header-mobile #navMain ul li:first-child {
		border-top: 1px solid #484848;
	}
	#header-mobile #navMain ul li a { 
		font-size: 15px;
		text-align: left;
		padding-top: 12px;
		padding-left: 30px;
		padding-bottom: 14px;
		background-color: #d0dfed;
		display: block;
		color: #0063be;
		text-decoration: none;
	}
	#header-mobile #navMain ul li a[rel="two-line"] {
		padding-top: 14px;
		padding-bottom: 13px;
	}
	#header-mobile #navMain ul li a:hover {  }
	#header-mobile #navMain ul li ul {
		position: static;
		width: auto;
		visibility: visible;
		float: none;
		min-width: auto;
		margin-bottom: 0;
	}
	#header-mobile #navMain ul li:hover ul {
		display: block;
	}
	#header-mobile #navMain ul li ul li {
		padding-left: 0;
		border: none;
	}
	#header-mobile #navMain ul li ul li:first-child {
		border-top-style: none;
	}
	#header-mobile #navMain ul li ul li a {
		font-size: 15px;
		font-weight: normal;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 60px;
	}
	#header-mobile #navMain ul .subs:after {
		background-image: url(images/global/nav/arrowDown.png);
		position: absolute;
		top: 15px;
		right: 20px;
		width: 21px;
		height: 15px;
		content:"";
	}
	.homeHeroContainer {
		background-image: url(images/home/hero1-mobile.jpg);
	}
	.homeHeroContainer .contentCarrier .line1,
	.homeHeroContainer .contentCarrier .line2,
	.homeHeroContainer .contentCarrier .line3 {
		text-align: center;
	}
	.homeHeroContainer .contentCarrier .line3 {
		padding-bottom: 40px;
	}
	.smallOnly {
		display: none;
	}
	.homeHeroContainer .contentCarrier .buttonCarrier {
		text-align: center;
	}
	.homeHeroContainer .contentCarrier .buttonCarrier a.button.order {
		display: inline-block;
		margin-top: 20px;
	}
	.servicesArea .services .serviceBox {
		float: none;
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
		width: auto;
	}
	.servicesArea .services .serviceBox:nth-of-type(3n+0) {
		margin-right: auto;
	}
	.servicesArea .services .buttonsCarrier a {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 400px;
	}
	.orderTestArea .orderTestSplit .leftSide {
		float: none;
		width: auto;
	}
	.orderTestArea .orderTestSplit .rightSide {
		float: none;
		width: auto;
	}
	.testStepsBoxes .box {
		float: none;
		margin-right: auto;
		margin-left: auto;
		max-width: 500px;
		width: auto;
	}
	.testStepsBoxes .box:last-child {
		margin-right: auto;
	}
	.newsBlogArea .newsBlog .storyBox {
		float: none;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 70px;
	}
	.newsBlogArea .newsBlog .storyBox:last-child {
		margin-right: auto;
	}
	.testimonialArea .testimonialSplit .leftSide {
		float: none;
		width: auto;
		text-align: center;
	}
	.testimonialArea .testimonialSplit .leftSide p.testimony {
		padding-left: 0;
	}
	.testimonialArea .testimonialSplit .leftSide h3 {
		padding-left: 0;
	}
	.testimonialArea .testimonialSplit .rightSide {
		float: none;
		width: auto;
		text-align: center;
	}
	.subFooterArea .subFooter .column {
		float: none;
		width: auto;
		margin-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	.affilitesArea {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.affilitesArea ul li {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.affilitesArea ul li:last-child {
		margin-bottom: 0;
	}
	.footerArea {
		padding-bottom: 10px;
	}
	.footerArea .footer img.logo {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}
	.footerArea .footer .copyright {
		float: none;
		text-align: center;
	}
	.heroSection .titleScreen h1 {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
	}
	.services-all .serviceBox {
		max-width: 350px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: auto;
	}
	.services-all .serviceBox:nth-of-type(3n+0) {
		margin-right: auto;
	}
	.contentSplit .leftSide {
		float: none;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 60px;
	}
	.contentSplit .rightSide {
		float: none;
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	a.orderAtestHomeLink {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	a.orderAtestHomeLink:nth-of-type(3n+0) {
		margin-right: auto;
	}
	.blogSplit .leftSide {
		width: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}
	.blogSplit .rightSide {
		width: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.locationsPage .locationSplit .mapSide {
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: auto;
	}
	.locationsPage .locationSplit .textSide {
		float: none;
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	.locationsPage .locationSplit .textSide h2 {
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.DNAtestTypesSplit .leftSide {
		width: auto;
		float: none;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px dotted #6d6d6d;
	}
	.DNAtestTypesSplit .rightSide {
		width: auto;
		float: none;
	}
	.DNAtestingPartner .split .leftSide {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.DNAtestingPartner .split .rightSide {
		width: auto;
		float: none;
	}
	.DNAtestingPartner .split .leftSide img {
		max-width: 300px;
	}
}
@media screen and (max-width: 541px) {
	.homeHeroContainer .contentCarrier .line1 {
		font-size: 26px;
	}
	.homeHeroContainer .contentCarrier .line2 {
		font-size: 26px;
		line-height: 28px;
	}
	.homeHeroContainer .contentCarrier .line3 {
		font-size: 32px;
	}
	.homeHeroContainer .contentCarrier .buttonCarrier a.button {
		display: block;
		margin-bottom: 20px;
	}
	.homeHeroContainer .contentCarrier .buttonCarrier a.button.order {
		display: block;
		margin-bottom: 20px;
	}
	.h1Box {
		background: url(none) #f6f7f9;
	}
	.h1Box:after {
		display: none;
	}
	.h1Box h1 {
		margin-left: 0;
		padding-left: 10px;
		text-align: center;
	}
	.h1Box p {
		margin-left: 0;
		padding-left: 10px;
		text-align: center;
	}
	.heroSection .titleScreen h1 {
		font-size: 24px;
	}
	.testionialsPage .testimonial p {
		font-size: 20px;
		color: #5a5b61;
	}
	#gform_confirmation_message_4 {
		padding: 60px 15px 15px;
		background: url(images/support/checkCircle-green@2x.png) center 10px no-repeat rgba(145, 198, 110, 0.15);
		background-size: 35px 35px;
	}
	#gform_confirmation_message_4 {
		padding: 60px 15px 15px;
		background: url(images/support/checkCircle-green@2x.png) center 10px no-repeat rgba(145, 198, 110, 0.15);
		background-size: 35px 35px;
	}
	.orderATestType-page p,
	.orderATestType-page li {
		font-size: 18px !important;
	}
}