﻿/* MASTER STYLES */

html,
body{
    height:100%;
}

body {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom:0;
    font-size:1.2em !important;
    color:#333;
    font-family:"Arial", sans-serif;
}

.content-wrap{
    min-height:100%;
}

.main-body{
    overflow:auto;
	padding-bottom: 328px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {

}

h1{
    font-size:1.4em;
    font-weight:bold;
    color:#006bb7;
    text-transform:capitalize;
}

h2{
    font-size:1.2em;
    font-weight:bold;
    color:#006bb7;
    text-transform:capitalize;
}

h3{
    font-size:1.1em;
    font-weight:bold;
    color:#81888e;
    text-transform:capitalize;
}

h4{
    font-size: 1.1em;
    font-weight:bold;
    color:#006bb7;
}

p{
    text-align:justify;
    font-size:1em;
}

a{
    color:#006bb7;
}

a:hover,
a:focus,
a:active{
    color:#0054a6;
}

.sm{
    font-size:0.8em;
}

.clear{
    clear:both;
}

.spacer{
    display:block;
    height:50px;
    width:100%;
}

.npl{
    padding-left:0 !important;
}

.npr{
    padding-right:0 !important;
}

.np{
    padding:0 !important;
}

.height-100{
    height:100% !important;
}

.large-icon{
    font-size:2em !important;
    float:left;
    position:relative;
    left:5%;
    top:6px;
}

/* THEME COLORS */

.blue{
    color:#006bb7 !important;
}

.grey,
.gray{
    color:#81888e !important;
}

.dark{
    color:#333 !important;
}

.light{
    color:#f1f1f1 !important;
}

.white{
    color:#fff !important;
}

.black{
    color:#000 !important;
}

.lightblue{
    color:#e3f1f4 !important;
}

.darkblue{
    color:#0054a6 !important;
}

/* TOP NAVBAR WITH LOGINS */

.navbar{
    background-color:#006bb7;
    background:linear-gradient(#006bb7,#0054a6);
    min-height:40px !important;
    max-height:40px !important;
    height:40px !important;
}

.navbar-image{
    display:inline-block;
    width:206px;
    height:40px;
    background:url('../img/topbar-bg.png') top left no-repeat;
    z-index:99999;
    position:fixed;
    top:0;
    left:0;
}

.navbar-nav li a{
    color:#ddd;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar a:hover,
.navbar a:focus,
.navbar a:active{
    color:#fff;
    background-color:#0054a6 !important;
    text-decoration:none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #0054a6;
    padding: 5px;
    list-style:none;
    text-align:right;
    font-size:1em;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active{
    color:#fff;
    cursor:pointer;
}

.dropdown-menu .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 104%;
    position: relative;
    left: -5px
}

/* COMPANY LOGO AND MAIN MENU */

.logo{
    display:inline-block;
    width:250px;
    height:100px;
    background:url('../img/ai_logo.svg') left center no-repeat;
}

.top-menu{
    margin:25px auto;
}

.menu{
    list-style:none;
    float:right;
    padding:0;
    margin:0;
}

.menu li{
    float:left;
    padding:40px 10px;
}

.menu li a{
    color:#81888e !important;
    font-size:1.2em;
    font-weight:bold;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active,
.menu .active{
    text-decoration:none !important;
    border-bottom: 2px solid #006bb7;
}

/* FLEXBOX HANDLING */

.flex-container{
    display:flex;
    justify-content:space-around;
}

.flex-item{
    padding-right:25px;
    min-width:150px;
}

.last{
    padding-right:0 !important;
}

/* FORMATTED CONTAINERS */

.boxglow{
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}

.fixedrow-xs{
    height:230px;
}

.fixedrow-sm{
    height:280px;
}

.fixedrow-md{
    height:350px;
}

.fixedrow-md2{
    height:420px;
}

.fixedrow-lg{
    height:550px;
}

.highlight-box{
    background:#ddd;
    border-left:4px solid #006bb7;
    padding:5px 15px 15px;
    margin-bottom:10px;
    text-align:justify;
}

.highlight-box h2{
    margin: 10px 0 5px;
    font-size:1.2em;
}

.highlight-box h3{
    color:#333;
}

.highlight-box p{
    font-size:1.1em;
}

.highlight-box .bullets li{
    text-align:left;
    font-size:1.1em;
    padding-top:5px;
}

.bluebox{
    display:block;
    width:100%;
    background:#e3f1f4;
    padding:10px;
    border-radius:5px;
    font-size:1.1em;
    color:#81888e;
    margin-bottom:10px;
}

.bluebox h2{
    text-align:center;
    margin-top:0;
}

.bluebox h3{
    font-size:1.2em;
    text-align:center;
    margin-top:0;
    color:#444;
}

.bluebox h4{
    color:#81888e;
}

.bluebox h4.fa{
    font-size:2.2em;
    text-align:center;
    position:relative;
}

.bluebox p{
    display:inline-block;
    margin-bottom:0;
    text-align:left;
    margin:auto;
}

.bluerow{
    background:#006bb7;
    color:#fff;
    padding:15px;
    margin:5px auto;
}

.bluerow label{
    color:#fff;
}

/* BUTTON AND IMAGE STANDARDS */

.btn-default{
    background:#006bb7;
    color:#fff;
    border:0;
    border-radius:5px;
    padding:5px 10px;
    font-size:1em;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    background:#0054a6 !important;
    color:#fff !important;
    border:0;
    border-radius:5px;
    padding:5px 10px;
}

.btn-100{
    width:100%;
    display:inline-block;
    margin:auto !important;
    text-align:center !important;
}

.btn-adjust{
    position: relative;
    top: -5px;
    left: 5px;
}

.img-100{
    width:100px;
    height:auto;
}

.img-200{
    width:200px;
    height:auto;
}

/* FOOTER MENU SITE MAP */

.footer{
    background:#f1f1f1;
    width:100%;
    margin-bottom:0;
    margin-top:-288px;
    position:relative;
    padding:15px 0;
    clear:both;
}

.copyright{
    color:#81888e;
}

.site-links{
    list-style:none;
    padding:0;
}

.site-links a{
    color: #333;
}

.site-links a:hover,
.site-links a:focus,
.site-links a:active{
    color:#000;
}

.article-list li{
    margin-bottom:10px;
}

.blue-link a{
    color:#006bb7 !important;
}

/* SOCIAL MEDIA LINKS AND ICONS */

.social-links{
    list-style:none;
}

.social-links li{
    float:right;
}

.social-icon{
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:3px;
}

#facebook{ background:url('../img/Icons/Social/Facebook.png') center no-repeat }
#twitter{ background:url('../img/Icons/Social/Twitter.png') center no-repeat }
#linkedin{ background:url('../img/Icons/Social/LinkedIn.png') center no-repeat }
#rss{ background:url('../img/Icons/Social/RSS.png') center no-repeat }

/* SERVICE ICONS */

.service-icon-link{
    max-width:70px;
    text-align:center;
    color:#333;
    margin-bottom:15px;
}

.service-icon-link:hover,
.service-icon-link:focus,
.service-icon-link:active{
    text-decoration:none;
    color:#000;
}

.service-icon{
    display:inline-flex;
    width:70px;
    height:70px;
    background-color: #006bb7;
}

.service-icon:hover,
.service-icon:focus,
.service-icon:active{
    background-color:#0054a6;
}

.icon-bgchecks{
    -webkit-mask:url('../img/Icons/Services/bg-check-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Services/bg-check-icon.svg') top center no-repeat;
}

.icon-drugtests{
    -webkit-mask:url('../img/Icons/Services/drugtest-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Services/drugtest-icon.svg') top center no-repeat;
}

.icon-clinical{
    -webkit-mask:url('../img/Icons/Services/clinical-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Services/clinical-icon.svg') top center no-repeat;
}

.icon-forms{
    -webkit-mask:url('../img/Icons/Services/forms-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Services/forms-icon.svg') top center no-repeat;
}

.icon-driverqual{
    -webkit-mask:url('../img/Icons/Services/driverqual-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/driverqual-icon.svg') center center no-repeat;
}

.icon-records{
    -webkit-mask:url('../img/Icons/Services/records-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/records-icon.svg') center center no-repeat;
}

.icon-criminalrecs{
    -webkit-mask:url('../img/Icons/Services/criminalrecs-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/criminalrecs-icon.svg') center center no-repeat;
}

.icon-verify{
    -webkit-mask:url('../img/Icons/Services/verify-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/verify-icon.svg') center center no-repeat;
}

.icon-compliance{
    -webkit-mask:url('../img/Icons/Services/compliance-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/compliance-icon.svg') center center no-repeat;
}

.icon-drivingrecs{
    -webkit-mask:url('../img/Icons/Services/drivingrecs-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/drivingrecs-icon.svg') center center no-repeat;
}

.icon-affidavit{
    -webkit-mask:url('../img/Icons/Services/affidavit-icon.svg') center center no-repeat;
    mask:url('../img/Icons/Services/affidavit-icon.svg') center center no-repeat;
}

/* INDUSTRY ICONS */

.industry-icon-link{
    max-width:55px;
    text-align:center;
    color:#333;
    margin-bottom:15px;
    font-size:0.9em;
    overflow:hidden;
    text-overflow:ellipsis;
}

.industry-icon-link:hover,
.industry-icon-link:focus,
.industry-icon-link:active{
    text-decoration:none;
    color:#000;
}

.industry-icon{
    display:inline-flex;
    width:55px;
    height:55px;
    background-color: #81888e;
}

.industry-icon:hover,
.industry-icon:focus,
.industry-icon:active
{
    background-color:#61666e;
}

.icon-transportation{
    -webkit-mask:  url('../img/Icons/Industries/transportation-icon.svg')  top center no-repeat;
    mask: url('../img/Icons/Industries/transportation-icon.svg')  top center no-repeat;
}

.icon-staffing{
    -webkit-mask:url('../img/Icons/Industries/staffing-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/staffing-icon.svg') top center no-repeat;
}

.icon-healthcare{
    -webkit-mask:url('../img/Icons/Industries/healthcare-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/healthcare-icon.svg') top center no-repeat;
}

.icon-education{
    -webkit-mask:url('../img/Icons/Industries/edu-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/edu-icon.svg') top center no-repeat;
}

.icon-financial{
    -webkit-mask:url('../img/Icons/Industries/finance-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/finance-icon.svg') top center no-repeat;
}

.icon-insurance{
    -webkit-mask:url('../img/Icons/Industries/insurance-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/insurance-icon.svg') top center no-repeat;
}

.icon-manufacture{
    -webkit-mask:url('../img/Icons/Industries/manufacture-icon.svg') top center no-repeat;
    mask:url('../img/Icons/Industries/manufacture-icon.svg') top center no-repeat;
}

/* STYLED LISTS */

.bullets{
    list-style:disc url('../img/bullet.png');
    padding-left:25px;
    line-height:14pt;
}

.bullets li{
    margin-bottom:10px;
    text-align:left;
}

.bullets li ul{
    padding:5px 15px 0;
}

.bullets li ul li{
    list-style:disc url('../img/bullet2.png');
    padding-left:0;
    line-height:10pt;
    margin-bottom:5px;
    color:#333;
    font-size:1em !important;
}

.simple-list{
    list-style:none;
    padding:0;
    line-height:18pt;
}

.simple-list .list-title{
    font-size:1.1em;
    font-weight:bold;
    color:#81888e;
    margin-top:10px;
}

.simple-list li{
    margin-bottom:5px;
}

.simple-list a{
    text-decoration:none;
    background:#edf8fa;
    padding:5px;
    border-radius:5px;
}

.simple-list a:hover{
    text-decoration:none;
    background:#e3f1f4;
    padding:5px;
    border-radius:5px;
}

.simple-list .fa{
    margin:0 5px;
    font-size:1.2em;
    color:#333;
}

.resource-group .simple-list{
    display:none;
}

.resource-group{
    margin:10px auto;
}

.resource-group li,
.resource-group a{
    display:inline-block;
    width:100%;
}

.expand{
    font-size:1.1em;
    font-weight:bold;
    color:#444;
    margin:4px 0 8px;
}

.expand span{
    font-size:1.2em;
}

.expand:hover,
.expand:focus,
.expand:active{
    cursor:pointer;
    text-decoration:none;
    color:#000;
}

/* NEWS ARTICLES */

.news-article-links{
    list-style: none;
    padding:0;
}

.article-link{
    display:inline-block;
    background:url('../img/chevron-right.png') right center no-repeat #e3f1f4;
    margin-bottom:5px;
    border-radius:5px;
    padding:0 25px 0 15px;
    width:100%;
}

.article-link:hover,
.article-link:focus,
.article-link:active{
    text-decoration:none;
    background:url('../img/chevron-right.png') right center no-repeat #edf8fa;
}

.article-link .article-summary{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 52px; /* Fallback for non-webkit */
    margin: 10px auto 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}

.article-link .article-summary::after{
    content:"...";
}

.article-title{
    color:#81888e;
    margin-bottom:3px;
    margin-top:10px;
    font-weight:bold;
    text-transform:capitalize;
}

.article-summary{
    color:#333;
    text-align:left;
}

.article-date{
    display:inline-block;
    font-size:1em;
    font-weight:bold;
    color:#81888e;
}

.article-tags{
    list-style:none;
    padding:0;
    width:80%;
}

.article-tags .tag{
    display:inline-block;
    float:left;
    margin:2px;
    border:1px solid #ddd;
    border-radius:5px;
    padding:5px;
    font-size:0.9em;
    color:#006bb7;
    background:#fff;
    text-transform:capitalize;
}

.article-tags .tag:hover,
.article-tags .tag:focus,
.article-tags .tag:active{
    background:#0054a6;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}

.industry-news .article-link{
    width:100%;
    background:#e3f1f4;
    padding:15px 20px 0;
}

.industry-news .article-title{
    font-size:1.2em;
    color:#333;
}

.industry-news .article-summary{
    text-align:justify;
}

.industry-news .btn{
    float:right;
    margin-bottom:15px;
}

.news-article .article-title{
    font-size:1.2em;
    color:#006bb7;
    margin-bottom:10px;
}

.news-article .article-date{
    font-size:1.1em;
}

.news-article .article-author{
    font-weight:700;
}

.news-article .article-body{
    margin-top:15px;
    text-align:justify;
    font-weight:normal;
    font-size:1em;
}

.news-article img{
    display:block;
    margin:auto;
    width:250px;
    height:auto;
}

.news-article .browsebar{
    display:block;
    width:100%;
    margin:20px auto;
}

a.next,
a.back{
    font-size:1.2em;
    color:#006bb7;
    background:#fff;
    border-radius:5px;
    padding:5px 10px;
}

a.back{
    float:left;
}

a.next{
    float:right;
}

a.next:hover,
a.back:hover,
a.next:focus,
a.back:focus,
a.next:active,
a.back:active{
    cursor:pointer;
    color:#fff;
    background:#006bb7;
    text-decoration:none;
}

/* EVENTS - TRADE SHOWS & CONFERENCES */

.event-item{
    margin-bottom:20px;
}

.event-title{
    margin-bottom:5px;
}

.event-date{
    font-weight:700;
    display:block;
}
.event-venue{
    display:block;
    font-style:italic;
}

.event-location{
    display:block;
}

.event-item blockquote{
    font-size:1em;
    border-left:4px solid #006bb7;
    font-style:italic;
    padding:5px;
}

.sub-event-title{
    margin:2px 0;
}

.sub-event-datetime{
    font-weight:700;
    display:block;
}

.sub-event-location,
.sub-event-speaker{
    display:block;
}


/* CONTACT AND REQUEST FORMS */

#contact-form label,
#request-form label,
#dispute-form label,
#login-form label{
    color:#333;
    position:relative;
    top:6px;
}

#contact-form .bluerow label,
#request-form .bluerow label,
#dispute-form .bluerow label,
#login-form .bluerow label{
    color:#fff;
}

#contact-form .form-cell,
#request-form .form-cell,
#dispute-form .form-cell,
#login-form .form-cell{
    margin:10px auto;
}

.control-label{
    font-weight:normal;
    margin-right:30px;
}

.radio-control,
.chkeckbox-control{
    position:relative;
    top:8px;
}

.field-validation-error{
    padding:10px;
    background:#de1b3b;
    color:#fff !important;
    border-radius:5px;
    display:inline-block;
    font-weight:500;
    margin-top:5px;
    font-size:1em;
    position:relative;
}

.field-validation-error::before{
    content:"* ";
}


/* FREQUENTLY ASKED QUESTIONS */

.faq{
    margin:10px auto;
    text-align:justify;
}

.question{
    color:#333;
    font-weight:bold;
    text-transform:capitalize;
}

.question:hover,
.question:focus,
.question:active{
    cursor:pointer;
    color:#0054a6;
}

.answer{
    display:none;
    margin-top:5px;
    background:#e3f1f4;
    padding:10px;
    border-radius:5px;
}

.answer p{
    margin-bottom:0;
}

/* HIDE MOBILE DRAWER */

.drawer{
    position:fixed;
    top:40px;
    bottom:0;
    display:none;
}

/* DATA TABLES */

.data-table{
	text-align:center;
	background:#e3f1f4;
}

.data-table th{
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background:#006bb7;
	vertical-align:middle;
	border:1px solid #bbb;
	padding:10px;
	text-align:center;
	}

.data-table td{
	vertical-align:middle !important;
	border:1px solid #bbb !important;
	padding:5px !important;
	}
