<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Reset */
* {
	outline: none;
	padding: 0;
	margin: 0;
}

/* General Styles */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 150%;
	color: #666;
}

ul {
	margin-left: 30px;
}

h1 {
	color: #f50000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

/* Master page Labconnect box */
.top-menu-labconnect 	{
		position: absolute;
		top: 3px;
		right: 8px;
	}

.wrapper-header {
	background-color: #ebf2fa;
}

.top-menu {
	width: 100%;
	border: 2px solid #f50000;
	border-radius: 5px;
	text-align: center;
	background:#FFF;
}

.top-menu .top-menu-title {
	background: #f50000;
	font-size: 13px;
	color: #FFF;
	margin: 0;
}

.top-menu a {
	text-decoration: none;
	margin: 1px 0;
	display: inline-block;
	font-weight: 600;
}

/* Mobile company logo */
.mobcompanylogo {
	height: 46px;
}

/* Master page mobile menu*/
.mobmenu-button {
	width: 50px;
	padding: 10px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #1c01a8;
	border-radius: 5px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mobmenu-button .icon-bar {
	display: block;
	height: 5px;
	width: 30px;
	margin: 4px 0;
	background-color: #F5F5F5;
	border-radius: 1px;
}

.mobmenu {
	background-color: #9ac0e5;
	color: #FFF;
	display: none;
	width: 100%;
}

.mobmenu .menuback {
	border-bottom: 1px solid #488bd0;
	padding: 10px 0 10px 10px;
}

.mobmenu ul {
	list-style: none;
	margin:0;
}

.mobmenu li {
	font-size: 20px;
	font-weight: bold;
	line-height: 220%;
	cursor: pointer;
	border-bottom: 1px solid #488bd0;
	padding-left: 10px;
}

.mobmenu li:last-child {
	border-bottom: none;
	padding-bottom:30px;
}

.mobmenu .dnAr {
	padding-left: 20px;
	padding-right: 5px;
	cursor: pointer;
	font-size: 24px;
}

.mobmenu .upAr {
	padding-right: 20px;
	cursor: pointer;
	font-size: 24px;
}

.mobmenu a {
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	cursor: pointer;
}

.mobmenu .menuseparator {
	border-top: solid 5px #488bd0;
	border-bottom: none;
	line-height: 5%;
}

/* Master page search box */
.searchcontainer {
	background-color: #ebf2fa;
}

.search {
	position: relative;
	padding:2px 4px 2px 6px;
}

.search input[type="text"] {
	width: 100%;
	height: 36px;
	border: 2px solid #6d6f71;
	letter-spacing: 2px;
	color: #000;
	font-size: 12px;
	padding-right: 35px;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:8px;
}

.searchError {
	background:#fff2f2;
	border-color:#e65c00;
	color:#e65c00!important;
}
.AdvSearchText {
	width: 100%;
	height: 36px;
	border: 2px solid #6d6f71;
	letter-spacing: 2px;
	color: #000;
	font-size: 12px;
	padding-right: 35px;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:8px;
}

.search input[type="submit"] {
	width:80px;
	height:28px;
	background: #ee1d23;
	position: absolute;
	top: 6px;
	right: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF!important;
	text-decoration: none;
	/*padding: 3px 2px 3px 2px;*/
	font-size: 14px;
}
.search a:link, .search a:visited, .search a:active {
	font-size:smaller;
	padding-left:5px;
	text-decoration:none;
	color:#1c01a8;
}

/* Master page phone numbers */
.phones {
	padding: 0;
	margin:0;
	background-color:#ebf2fa;
	font-size:12px;
}
.bxslider2 {
	margin-left:0px;
}

/* mobile site buttons */
.button {
	height:36px;
	background: #ee1d23;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF!important;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	font-size: 15px;
	cursor:pointer;
}

/* Default page rotating images */
@media only screen and (min-width: 920px) {
	.wrapper-slider {
		max-width: 920px;
		margin: 0 auto;
		margin-bottom: 10px;
		position:relative;
	}
}
@media not screen and (min-width: 920px) {
	.wrapper-slider {
		max-width: 92%;
		margin: 0 auto;
		margin-bottom: 10px;
		position:relative;
	}
}

.wrapper-slider ul {
	list-style: none;
	margin: 0;
}

.wrapper-slider ul li {
	padding: 0;
	position: relative;
}

.wrapper-slider ul li .caption {
	position: absolute;
	top: 50%;
	left: 70px;
	background: #f50000;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	border: 4px solid #e5e6e7;
	padding: 10px 20px 12px 20px;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
}

.wrapper-slider ul li .captionsmall {
	position: absolute;
	top:56px;
	left: 56px;
	background: #f50000;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	border: 2px solid #e5e6e7;
	padding: 0px 12px 1px 12px; /* 15px 40px */
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

.wrapper-slider .bx-wrapper img {
	margin-left: auto;
	margin-right: auto;
}

.bx-wrapper .bx-viewport {
	border: none!important;
	left: 0!important;
	box-shadow: none!important;
}

.bx-wrapper .bx-prev {
	width: 29px!important;
	height: 29px!important;
	display: block;
	background: url(images/slider_arrows.png) no-repeat 0 0!important;
        left: -15px!important;/* 140px */
}

.bx-wrapper .bx-next {
	width: 29px!important;
	height: 29px!important;
	display: block;
	background: url(images/slider_arrows.png) no-repeat -29px 0!important;
        right: -15px!important;/* 140px */
}

/* Default page news items */
.home-page-news {
	padding-left: 20px;
	padding-bottom:10px;
}

.home-page-author {
	font-style:italic;
}

.home-page-prod {
	cursor:pointer;
}

.home-page-prod-txt {
	text-align:center;
	font-size:11pt;
}

H2 {
	display:inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:normal;
	font-style: italic;
}

/* mobile master page specific page content*/
.content-main {
	display:table;
	margin: 0 auto;
}

.content {
	padding: 5px;
}

/* Mobile master page footer */
.footer {
	background-color:#1c01a8;
	color: #FFF;
	font-size: 20px;
	line-height:200%;
}

.footer a { text-decoration:none }

.footertoggle1, .footertoggle2, .footertoggle3, .footertoggle4 , .footertoggle5 {
	border-top: 2px solid #FFF;
	padding-left:5px;
}

.footerlinks1, .footerlinks2, .footerlinks3, .footerlinks4 {
	display:none;
	padding-left:25px;
}
.footer-copyright {
	border-top: 2px solid #FFF;
	padding-left:5px;
	font-size:12px;
}

/* general class used for labels on multiple website pages */
.detail-label {
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
}

/* general class used for header blocks above output on multiple pages */
.detail-section-header {
	vertical-align:top;
	background:#1c01a8;
	color:#FFF;
	padding-left:3px;
	padding-right:3px;
    border: solid 1px #1c01a8;
    border-radius: 3px;
}

/* general class used for tables on multiple pages */
.detail-table {
	border-collapse:collapse;
}

.detail-table td {
	font-size:14px;
	vertical-align:top;
	padding:0 2px 5px 0;
	line-height:150%;
}

.detail-table a:link, .detail-table a:visited, .detail-table a:active {
	text-decoration:none;
	color:#1c01a8;
}

.detail-table a:hover {
	text-decoration:underline;
	color:#1c01a8;
}

.detail-list a:link, .detail-links a:visited, .detail-links a:active {
	text-decoration:none;
	color:#1c01a8;
}

.detail-list a:hover {
	text-decoration:underline;
	color:#1c01a8;
}

.detail-list-alt {
	background:#f3f3ff;
}

.detail-servtable-td {
	font-size:20px;
	padding-bottom:30px !important;
}

/* Inform tables for forms such as on ChainOfCustody, ContactUs */
.input-table {
	font-size:14px;
    border-spacing: 5px;
    border-collapse: separate;
}

.input-table input {
	font-size:14px;
}

.input-table label {
	margin-left:4px;
	margin-right:10px;
}

.input-table .button {
	background: #ee1d23;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF!important;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	font-size: 15px;
}

.input-table .cocbutton {
	background: #ee1d23;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF!important;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	font-size: 12px;
}

.input-table a:link, .input-table a:visited, .input-table a:active {
	text-decoration:none;
	color:#1c01a8;
}

.input-table a:hover {
	text-decoration:underline;
	color:#1c01a8;
}

/* Input forms error classes */
.errorField {
	background:#fff2f2;
	border-color:#e65c00;
	color:#e65c00;
}

.errorsOnPage {
	color:#e65c00;
	font-size:13pt;
}

/* Lab Regions for Laboratories page */
.LabRegions  {
	margin: auto;
    display: table;
}

.LabRegions .regionstable td {
	vertical-align:top;
	padding-top:10px;
}

.LabRegions ul {
	display: table-cell;
	padding-right: 20px;
}

.LabRegions .header {
	color: black;
	font: 13pt arial;
	list-style: none;
	text-decoration: underline;
	font-weight: bold;
}

.LabRegions .lab {
	color: black;
	font: 13pt arial;
	list-style: none;
	line-height:160%;
}

.LabRegions .headlab {
	color: black;
	font: 12pt arial;
	list-style: none;
	font-weight:bold;
}

.LabRegions a {
	text-decoration:none;
}

/* News page specific classes */
.news-listing {
}

.news-listing .head-name, .news-listing .head-author, .news-listing .head-date {
	font-weight: bold;
	float: left;
}

.news-listing .head-name {
	width: 270px;
	padding-right: 30px;
	text-transform: uppercase;
}

.news-listing .head-author {
	width: 130px;
	padding-right: 30px;
	text-transform: uppercase;
}

.news-listing .head {
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

.news-listing .head span {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/head_arrows.png) no-repeat;
	display: inline-block;
	margin-left: 3px;
}

.news-listing .row-head .title {
	width: 270px;
	padding-right: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}

.news-listing .row-head .author {
	width: 130px;
	padding-right: 30px;
	font-style: italic;
	margin-bottom: 5px;
	float: left;
}

.news-listing .row-head .date {
	margin-bottom: 5px;
	float: left;
}

.news-listing .row-head .readmore {
	float: right;
}

.news-listing .row {
	border-bottom: 1px solid #888;
	margin: 10px 0;
}

.readmore:link, .readmore:visited, readmore:hover, readmore:active {
	background: #ee1d23;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF!important;
	text-decoration: none;
	padding: 1px 10px;
	font-size: 13px;
}


/* Training page specific classes */
.training {
	width: 100%;
	border-collapse: collapse;
}

.training th {
	padding: 4px 5px;
	text-align: left;
}

.training th span {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/head_arrows.png) no-repeat;
	display: inline-block;
	margin-left: 3px;
}

.training td {
	border-bottom: 1px solid #888;
	padding: 4px 5px;
	vertical-align:top;
}

.training .readmore {
	padding-left: 10px;
	padding-right: 20px;
	white-space:nowrap;
}

.training .last {
	border-bottom: 0;
	text-align: right;
}

.training a {
	color: #939598;
}

.training .webinartitle {
	max-width:550px;
	font-weight:bold;
}

.training .webinarbrief {
	max-width:550px;
	font-size: 13px;
	font-weight:normal;
}

/* Webinars page specific classes */
.webinar-left {
	max-width:750px;
	border-collapse: collapse;
}

.webinar-left TD {
	padding-bottom:6px;
	padding-right:10px;
}

.webinar-box {
	font-size: 14px;
	line-height:110%;
	width:570px;
	border: 3px solid #1c01a8;
	border-collapse: collapse;
	margin-right:20px;
}

.webinar-box TD {
	padding: 0 2px 8px 4px;
}

.webinar-label {
	width:84px;
}

.webinar-detail {
	vertical-align:top;
}

.webinar-right {
	width:200px;
	border: 3px solid #1c01a8;
	border-collapse: collapse;
	line-height:100%;
}

.webinar-right TD {
	padding:4px;
}

.webinar-boxheader {
	background-color: #1c01a8;
	color: #fff;
	height:30px;
}

.webinar-boxheadercell {
	font-size:16px;
	padding-Top:2px!important;
	padding-bottom:4px!important;
}

.webinar-boxcell {
	line-height:50%;
	font-size:12px;
}

.webinar-boxcellfirst {
	padding-top:8px!important;
}

.webinar-speakerimage {
	width:120px;
	padding:4px;
}

.webinar-input {
	width:98%;
}

.webinar-error {
	color:#e65c00;
	font-size:11pt;
}

.webinarregrecaptcha {
	width:200px;
	height:50px;
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	-moz-transform:scale(0.66);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	padding: 0;
 }

.webinar-launch {
	border-collapse: collapse;
	min-width:400px;
}

.webinar-launch TD {
	padding-right:10px;
}

.webinar-watch {
	border: 3px solid #1c01a8;
	border-collapse: collapse;
}

.pagination {
	text-align: center;
	font-size: 12px;
}

.pagination a {
	text-decoration: none;
	margin: 0 3px;
	cursor: pointer;
}

.pagination a:hover {
	text-decoration: underline;
}

/* Qualifications patge specific classes */
.curqual:link, .curqual:visited, .curqual:hover, .curqual:active {
	color:#FF0000!important;
	font-size: 18px;
}

/* Off hours box on Services Page */
.offhourstd {
	padding-left:15px
}

.offhoursbox {
	height:140px;
	width:190px;
	background-color:#f50000;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	cursor: pointer;
	margin-left:5px;
}

.offhoursbox ul li {
	font-size: 12px;
	color:#FFF;
	list-style:none;
	padding-left:20px;
}

.offhoursheader {
	margin:0;
	padding-top:5px;
	padding-left:20px;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}

.offhoursfooter {
	padding-top:0px;
	padding-left:60px;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}

/* Advanced search text*/
.AdvSearchText {
	width: 260px;
	height: 36px;
	border: 2px solid #6d6f71;
	letter-spacing: 2px;
	color: #000;
	font-size: 12px;
	padding-right: 35px;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:8px;
}

/* Home page buttons */
.homebtn ul {
	list-style: none;
	margin:0;
}

.homebtn input[type="button"] {
	width: 210px;
	margin-top: 8px;
}

.homebtn li {
	font-size: 20px;
	font-weight: bold;
	line-height: 220%;
	cursor: pointer;
	padding-left: 10px;
}

/*.homebtn li:last-child {
	border-bottom: none;
	padding-bottom:20px;
}*/

.homebtn .dnAr {
	padding-left: 20px;
	padding-right: 5px;
	cursor: pointer;
	font-size: 24px;
}

.homebtn .upAr {
	padding-right: 20px;
	cursor: pointer;
	font-size: 24px;
}

.homebtn a {
	text-decoration: none;
	cursor: pointer;
}

.homebtn .menuseparator {
	border-top: solid 5px #488bd0;
	border-bottom: none;
	line-height: 5%;
}

.homebtnitem {
	padding:5px 0 0 20px;
}
/* New training page classes*/
.trsearchbox {
	width: 200px;
	height: 20px;
	border: 1px solid #939597;
	letter-spacing: 2px;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right:10px;
}
.trsearchbtn {
	color: #e2143b;
	font-weight: bold;
	text-decoration: none;
}
.trsearchbtn:hover {
	color: #e2143b;
	font-weight: bold;
	text-decoration: underline;
}
.trtable { /* new training page main table */
	border-collapse:collapse;
	max-width:940px;
	border: 1px solid #999a9e;
	background:#f3f3ff;
}

.trleft {
	min-width:120px;
}
.trleft td {
	line-height:120%;
}

.trheader { /* workshop title header block */
	background-color: #f50000;
	color:#FFF;
	font-weight:bold;
}
.trheader td {
	padding:5px;
}
.trheadersmall {
	font-size:12px;
}
.trheaderlarge {
	font-size:22px;
	/*padding-left:10px;*/
}
.trboxes { /* main stacked information boxes right side */
	border: 1px solid #999a9e;
	padding:0;
}
.trmainbox { /* individual stacked information box right side */
	border-top: 1px solid #999a9e;
    background:#f3f3ff;
	font-size:13px;
	line-height:140%;
}
.trmainbox td 	{
	padding:6px;
	vertical-align:top
}
.trredlabel {
	color: #f50000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}
.trpdflink {
  background:#f3f3ff;
  color:#000;
  width:50px;
  text-align:center;
}
.trlink:link, .trlink:visited, .trlink:active {
	text-decoration:none;
	font-weight:bold;
}
.trlink:hover {
	text-decoration:underline;
	font-weight:bold;
}
.trinfolabel {
	font-weight:bold;
}
.trleftborder {
	border-left: 1px solid #999a9e;
}
.trleftimage {
	width:180px;
}
.trimage {
	max-width:160px;
}
.trleft {
	min-width:180px;
	vertical-align:top;
}
.trleftlabel {
	font-size:11px;
	font-weight:bold;
}
.trlefttextblock {
	padding-left:5px;
	padding-bottom:5px;
}
.trlefttextblockbw {
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
}
.trlefttext {
	font-style:normal;
	font-size:10px;
}
.trleftnonlink {
	font-style:italic;
	font-size:10px;
}
.trleftlink:link, .trleftlink:visited, .trleftlink:active {
	font-style:italic;
	text-decoration:none;
	font-size:10px;
}
.trleftlink:hover {
	font-style:italic;
	text-decoration:underline;
	font-size:10px;
}

.contactdemographics {

	font-size:14px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.contactdemographics label {
	margin-left:4px;
	margin-right:10px;
}

.contactdemographics TD {
	padding:0px!important;
}
.contactdemographics input {
	font-size:14px;
}

</pre></body></html>