@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
body {
	color: #151515;
	background-color: #ffffff;
/*  	background-image: url("square3.png"); */
 	background-attachment: fixed;
 	font-family: Roboto, sans-serif;
}
.error {
    color:#ac0000;
    background-color: #ffffff;
    margin-top:3px;
/*     border-radius: 3px; */
    font-size : 1.6em;
    font-weight:bold;
    text-align:center;
    height: auto; }
/* Header Styles */
/* image: 2000px x 600px */
/* 24in:  1920px x 1200px */
/* 27in:  2560px x 1440px */

.site-header {
	position: relative;
	background-color: #151515;
	background-size: cover;
/*  margin-bottom: 30px; */
	background-image:url("State-Hygienic-Lab-10.jpg");
/* 	min-height: 600px; */
/* 	background-size: auto 600px; */
	background-position: right;
	background-repeat: no-repeat; }
.site-header-banner {
    width: calc(100% - 0px);
    height: 60px;
    background-color: #ffcd00;
    top: 0;
    position: absolute;
}
@media (max-width: 1999.98px) {
	.site-header {
		min-height: 600px;
		background-size: auto 600px; }
}
@media (min-width: 2000px) {
	.site-header {
		min-height: 768px;
		background-size: auto 768px; }
}

.site-header:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0; }
@media (max-width: 767.98px) {
	.site-header {
		padding-top: 0px; }
	.main-content {
	    padding-top: 0px; }
}
@media (min-width: 768px) {
	.site-header {
		padding-top: 300px; }
	.main-content {
	    padding-top: 100px; }
}

.branding {
	background: #151515;
	color: white;
	display: block;
	position: absolute;
	left: 15px;
	padding: 15px 20px;
	text-align: center;
	top: 0;
/* 	border-bottom-left-radius: 4px; */
/* 	border-bottom-right-radius: 4px; */
	fill: #ffcd00;
	width: 196px;
	min-height: 80px; 
	height: 80px;
}
#stateLogo:hover {
    opacity: 0.7;
}	
.containerBranding div svg#stateLogo {
    width: 160px;
    height: 52px;
    fill: #ffcd00;
}
.footerBranding div svg#stateLogo {
    width: 160px;
    height: auto;
}
.container div div div:first-child .footerBranding {
    text-align: center;
}
.footerBranding {
	position: absolute;
	padding: 0px;
/* 	text-align: center; */
	fill: #ffcd00;
	width: 160px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 64px;
	transform: translate(-50%, -50%); }
.footerBranding:hover {
    text-decoration: none;
}
.containerBranding div {
    width: 350px;
    text-align: left;
}
.footerBranding div {
    width: 205px;
    margin: 0 22px 0 -22px;
}
.containerBranding div hr,
.footerBranding div hr {
    border-top: 3px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 3px;
    margin: 4px auto 2px auto;
}
.brandingLine {
	background-color: #ffffff;
	width: 3px;
}
.brandingSHL {
    font-size: 1.1em;
    font-weight: bold;
    color: white;
}
.branding .site-title {
	font-size: 1.4em;
	margin: 10px 0 5px;
	font-weight: 400;
	color: #ffffff; }
.branding .site-description {
	font-size: 13px;
	font-size: 0.9285714286em;
	color: #9d9997; }
.grid-container {
	display: grid;
	grid-template-columns: 100fr 2fr 100fr;
	grid-gap: 10px;
}
.grid-child {
	
}

a:hover {
	color: #151515; }

a.banner {
	text-decoration:none; }
.banner {
	position: absolute;
	width: 100%;
	left: 0;
	background: #151515;
	bottom: 0;
	padding: 10px 20px 10px 20px;
	margin-bottom: -72px; }
.banner .container {
	position: relative; }
	
/* .main-content { */
/*     padding-top: 100px; */
/* } */
	
@media screen and (max-width: 990px) {
	.banner {
		position: relative;
		padding: 10px 20px 0px 20px; } 
}
		
.banner a {
    color: #f6f6f6;
	text-decoration: none;
	/* font-size: 1.2em; */ }
.banner h2 {
    font-size: 1.3em;
    color: white;
    font-weight: 300;
    margin: 0 0 10px; }
.banner small {
    font-size: 0.8em;
	color: #7f7f7f; }
.banner .arrow-button {
    width: 50px;
    height: 50px;
    border: 2px solid #b2cce5;
    color: #b2cce5;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 25px;
    font-size: 1.7857142857em;
    float: right;
    padding-top: 5px;
    position: relative;
    margin-top: 15px; }

.login-form {
	position: absolute;
	right: 15px;
	bottom: -23px;
	background: #7f7f7f;
	padding: 25px 25px 5px 25px;
	/* border-radius: 3px; */ }

@media screen and (max-width: 990px) {
	.login-form {
		width: 100%;
		position: relative;
		left: 0; } 
}

.login-form p {
	color: #f6f6f6;
	margin: 30px 0; }
.login-form input .fa {
	-webkit-transition: .3s ease;
	transition: .3s ease; }
.login-form input:hover + .fa, 
.login-form input:focus + .fa {
	color: #03588f; }
.login-form input[type="submit"] {
	width: 100%;
	font-size: 18px;
	font-size: 1.2em;
	padding: 15px 20px;
	/* border-radius: 3px; */ }

@include media-breakpoint-down(md) {
    .container {
        margin-left: 0;
        margin-right: 0; }
}

.form-control {
	padding:6px 6px; }
.form-control-login {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	/*padding: 7px 3px; */
	font-size: 1rem;
	line-height: 1.5;
	color: #666666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0px solid #ced4da;
/* 	border-radius: 0px 3px 3px 0px; */
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	min-width: 100px; }

@media screen and (prefers-reduced-motion: reduce) {
	.form-control-login {
		transition: none; } }

.form-control-login::-ms-expand {
	background-color: transparent; 
	border: 0; }
.form-control-login:focus {
	color: #151515;
	background-color: #fff;
	border-color: #ffdc00;
	outline: 0;
/* 	border-radius: 3px 3px 3px 3px; */
	box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 1.0); }
.form-control-login::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control-login::-moz-placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control-login:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control-login::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control-login::placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control-login:disabled, 
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1; }
select.form-control-login:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px); }
select.form-control-login:focus::-ms-value {
	color: #495057;
	background-color: #fff; }

.section-title {
	font-size: 30px;
	font-weight: 300;
	margin-top: 0.7em;
	margin-bottom: 0em; }

.address {
	text-align: center;
/* 	font-size: 0.8em; */
	min-height: 140px; }
.address-middle {
	text-align: left;
	font-size: 0.8em;
	min-height: 200px;
	/* border-right: 1px solid #666666; */ }
.address-middle div p {
    width: max-content;
    margin: 0px auto;
    position: absolute;
    top: 114px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* Footer Styles */
.legalInfo {
	text-align: center;
	font-size: 1.0em;
	margin-top: 20px;
 	float: left; }

#footerLinksPanel {
/* 	margin: 8px 0px 8px 0px; */
    text-align: left;
}
#footerLinksPanel span {
    margin: 0px 10px;
    white-space: nowrap;
    display: inline-block;
}
#footerLinksPanel span:first-child {
    margin-left: 0px;
}

/* a.footerLinks { */
/*     line-height: 2.0em; */
/*     text-decoration: none; */
/*     position: relative; } */
/* a.footerLinks:hover { */
/*     border-bottom: 2px solid #ffcd00; */
/*     text-decoration: none; } */
a.footerLinks {
    background: transparent;
    color: #ffcd00;
    border: none;
    margin: 0px 2px 5px 2px;
    display: block;
    font-size: 14px;
    outline: none;
    position: relative;
    transition: 0.3s;
    padding: 0px 0px 2px 0px;
    float: left; }
a.footerLinks:hover { 
 	color: #ffcd00;
 	text-decoration: none; } 
a.footerLinks:before {
    content: '';
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcd00;
    padding: 1px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    transition :0.3s; }
a.footerLinks:hover:before {
    width: 100%;
    padding: 0;
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit; }
a.footerLinks:focus {
	background: transparent;
	text-decoration: none;
}
a.footerLinks:active {
    background: transparent;
    color: #ffcd00;
    text-decoration: none;
    transition: none; }


.site-footer {
	padding: 0px 0px 0px 0px; }
.site-footer .container {
	/*border-top: 1px solid #cfcfcf;*/
	text-align: center; }
.site-footer .container p {
	/*margin: 10px 0px 0px 0px;*/ }
.site-footer-legal {
/*     background-color: #666666; */
    padding-bottom: 1px;
	margin-top:20px;
	min-height: 80px;
	height: auto; }
.footer-container {
	color:#444444;
	text-align: left; }

/* Reusable Components Style */
.btn {
	padding:6px 8px; }
.button, form input[type="submit"], 
form button, form input[type="reset"] {
	background-color: #ffcd00;
	background-image: -webkit-linear-gradient(#ffcd00, #ffcd00);
	background-image: linear-gradient(#ffcd00, #ffcd00);
	border: none;
	border-radius: 0;
	padding: 10px 20px;
	-webkit-transition: .3s ease;
		    transition: .3s ease;
	color: #151515;
	display: inline-block;
	/* border-radius: 3px; */ }
.button:hover, 
form input[type="submit"]:hover, 
form button:hover, 
form input[type="reset"]:hover {
	background: #151515; }

.input-group {
	flex-wrap: nowrap; }
.input-group-addon {
    padding: 6px 6px; }
.input-group-addon-left {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #d4d4d4;
	/*border: 1px solid #cccccc;*/
/* 	border-radius: 3px 0px 0px 3px; */
	padding-top: 12px; }

.margin-bottom-sm {
	margin-bottom: 8px !important; }

.margin-bottom {
	margin-bottom: 10px !important; }

.partners {
	color: #151515;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Roboto, sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 2.0;
	width: 100%; }

.partners a {
	margin-right: 20px;
	margin-bottom: 30px;
	display: inline-block; }

.contacts {
	color: #151515;
	display: grid;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Roboto, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7;
	width: 100%;
	margin-bottom: 15px; }
.contacts > span:first-child {
/*     text-decoration: underline; */
    font-weight: bold;
    font-size: 1.2em;
}
.contacts > span:nth-child(2) {
    margin-bottom: 15px; 
    font-weight: normal;
    font-size: 1.1em;
}
.contacts > a {
    text-decoration: underline;
    font-weight: bold;
}
.responsiveImage {
    width: auto;
    max-width: auto;
	height: auto;
	/*max-height: 100px;*/ }
.responsiveImageMO {
	width: 100%;
    max-width: 507px;
    height: auto; }
.responsiveImageSC {
    width: 100%;
    max-width: 161px;
    height: auto; }

.uiowaLogoImage {
    height:auto;
	max-height:150px;
	width:100%;
	max-width: 163px; }
.shlLogo {
    margin-bottom: -10px;
}
.shlLogoImage {
    height:auto;
	max-height:80px;
	width:100%;
	max-width: 270px;
	margin-top: 0px; }
.shlLogoImageFooter {
    margin-top: 50px;
    height:auto;
	max-height:80px;
	width:100%;
	max-width: 255px; }
.openelisImage {
    height: auto;
    max-height: 67px;
    width: 100%;
    max-width: 177px; }

hr.style-seven { 
	overflow: visible; /* For IE */
	padding: 0;
	border: none;
	border-top: medium double #151515;
	text-align: center;
	margin: 5px 0px; }
hr.style-seven:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em; }

#footer-content {
	margin-bottom: 20px; }
#footer-wrapper {
    background-color: #151515;
	margin-bottom: -16px;
	color: #ffffff;
	margin-top: 30px; }
#footer-wrapper a { 
 	color: #ffcd00; }
#footer-wrapper a:hover,
#footer-wrapper a:focus,
#footer-wrapper a:visited:hover,
#footer-wrapper a:visited:focus {
	color: #ffcd00; }
#tertiary-content-wrapper {
    background-color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
	margin-top:0px;
    -webkit-box-shadow: black 0 0 15px 1px inset;
    -moz-box-shadow: black 0 0 15px 1px inset;
    box-shadow: black 0 0 15px 1px inset; }
#tertiary-content-wrapper-bottom {
    background-color: #222222;
    padding-bottom: 0px;
    padding-top: 10px;
	margin-top:00px;
    -webkit-box-shadow: black 0 0 20px 1px inset;
    -moz-box-shadow: black 0 0 20px 1px inset;
    box-shadow: black 0 0 20px 1px inset;
	/*bottom: 0px;
	position: absolute;*/
	width: 100%; }

.fa-2x {
    font-size: 1.4em;
	margin-top: 4px; }

.social-media {
	color: #333333;
    text-align: center;
	margin: 0px 0px 0px 0px; }
/* .social-media i:hover { */
/*     color: #ffffff; } */
.social-media a {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	padding: 0px 0px 0px 0px;
	/*font-size: 1.3em;*/
	display: inline-block;
/* 	margin: 2px 0px 2px 20px; */
	text-align: center;
	color: white;
	line-height: normal; }
.social-media a.facebook {
	background-color: #204385; 
	color: #ffffff !important;
	margin: 2px 0px 2px 0px;
}
.social-media a.twitter {
	background-color: #2aa9e0;
	color: #ffffff !important;
	margin: 2px 0px 2px 20px; 
}
.social-media a.linkedin {
	background-color: #03588f;
	color: #ffffff !important;
	margin: 2px 0px 2px 20px; 
}
.social-media a.youtube {
	background-color: #ca2128;
	color: #ffffff !important;
	margin: 2px 0px 2px 20px; 
}
.social-media a.animoto {
	background-color: #d3492c;
	color: #ffffff !important;
	margin: 2px 0px 2px 20px; 
}

.social-media a.facebook:hover,
.social-media a.facebook:hover i,
.social-media a.twitter:hover,
.social-media a.twitter:hover i,
.social-media a.linkedin:hover,
.social-media a.linkedin:hover i,
.social-media a.youtube:hover,
.social-media a.youtube:hover i,
.social-media a.animoto:hover,
.social-media a.animoto:hover i {
    color: #151515;
	background-color:  #ffcd00;
}

table.contactInfo,
table.contactInfo tbody,
table.contactInfo tbody tr,
table.contactInfo tbody tr td,
table.contactInfo tbody tr td a {
	color: #ffffff;
	font-size: 13px;
}
table.contactInfo tbody tr td:first-child {
	padding-right: 5px;
	height: 20px;
}
table.contactInfo tbody tr td:first-child,
table.contactInfo tbody tr td:first-child a i {
	color: #ffcd00;
	font-size: 16px;
}
.copyrightText {
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 11px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.copyrightText::before {
    content: "\00a9  ";
}
.arrow-list {
	list-style: none;
	margin-bottom: 10px;
	padding: 0px; }
.arrow-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 2px; }
.arrow-list li:before {
	/* content: "\f0a9"; */
	content: "\f105"; 
	/* content: "\f138"; */
	font-family: "FontAwesome";
	font-weight: bold;
	font-size:1.2em;
	/*width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #ffcd00; */
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	margin-top: -2px;
	color: #151515;
	/*background-color: #ffffff;*/ }
.arrow-list-dot::before {
    content: "\f138" !important;
    color: #00558c !important;
}
	
	
	
.mobileDevices {
	background-image: url("responsive_sm.png");
	height: 59px;
	width: 100px;
 	float: right;
/*  	margin-top: 15px; */
	object-fit: contain; }
.responsiveImageContainer {
	position: relative;
	width: 100px;
	height: 59px;
	float: right;
}
.responsiveImage {
	display: block;
	width: 100%;
	height: auto;
}
.responsiveOverlay {
	position: absolute;
/* 	top: 15px; */
	bottom: 0;
	left: 0;
	right: 0;
	height: 59px;
	width: 100px;
	opacity: 0;
	transition: .5s ease;
	background-color: #151515;
	border-radius: 3px;
	padding: 5px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.responsiveImageContainer:hover .responsiveOverlay {
	 opacity: 1;
}
.responsiveText {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

@media (max-width: 767.98px) {
	.mobileDevices {
		margin-top: 0px; }
	.responsiveImageContainer {
		margin-top: 10px;
	}
	.responsiveOverlay {
		top: 0px; }		
}
@media (min-width: 768px) {
	.mobileDevices {
		margin-top: 11px;
		margin-bottom: 9px; }
	.responsiveImageContainer {
		margin-top: 0px;
	}
	.responsiveOverlay {
		top: 11px; }		
}