body{
	color: #2e2e2e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

h1, h2, h3{
	color: #2e2e2e;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	font-weight: 400;
}

h1{
	font-size: 1.8em;
	color: #ffffff;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h2{
	font-size: 1.4em;	
	color: #666666;
	font-weight: 400;
	margin-bottom: 40px;
}
	

.container-fluid{
	padding: 0px;
}

.container-fluid.logo{
	background: #f0f0f0;
	padding-top: 23px;
	padding-bottom: 23px;
}

.vedainfo{
	padding-top: 40px;
	padding-bottom: 40px;
}

/* ****************************************
************************************************************************** banner */

#equifax_band{
	padding: 16px 0 11px;
	background:#981e32;
	border-bottom:  #e11b22 solid 4px;
}

.equifax_logo {
	width: 122px;
	height: 23px;
	margin: 0 0 0 39px;
}

.container .equifax_logo {
	margin: 0 !important;
}


.container-fluid.banner{
    background-color: #efefef;
    background-image: url(/sites/default/files/globalscreening/banner_bg_lrg.jpg);
    background-position: center bottom;
    background-size: cover;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0;
}

.banner_content .col-md-7{
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 30px !important;
	margin-top: 75px;
	margin-bottom: 75px;
	padding: 10px 40px 30px 40px;
	
}

.banner_content p{
	color: #ffffff;
	font-size: 1.1em;
}

/* ****************************************
************************************************************************** button links */

.container-fluid.buttonlinks{
	 background: url(/sites/default/files/globalscreening/buttons_bg.jpg) center top;
}

.buttonlinks a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
}

.lft_side p, .rgt_side p{
	background: url(/sites/default/files/globalscreening/lock.png) top left no-repeat;
	margin-top: 27px;
	margin-bottom: 27px;
	padding-left: 80px;
	color: #ffffff;
	line-height: 1.7em;
}

.rgt_side p{
	margin-left: 50px;
}

@media (max-width: 767px) {
	.container-fluid.buttonlinks{
	 background: none;
	}

	.col-sm-6.lft_side{
		background: #ae021d;
	}
	
	.col-sm-6.rgt_side{
		background: #544e4e;
	}
	
	.lft_side p, .rgt_side p{
		background: url(/sites/default/files/globalscreening/lock.png) top left no-repeat;
		background-position: 18px 27px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 27px;
		padding-bottom: 27px;
		padding-left: 80px;
		color: #ffffff;
		line-height: 1.7em;
	}
}


.container-fluid.vedainfo{
    background-color: #e7e7e7;
}




/* ****************************************
************************************************************************** resources and contact */

.info{
	padding-top: 40px;
}

.info .row {
	padding-bottom: 40px;
}


@media (min-width: 768px) {
	.info .col-sm-6.right{
	padding-left: 30px;
	}

	.info .col-sm-6.left{
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	
	.info{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.info .col-sm-6.left{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	.info .col-sm-6.right{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.info .col-sm-6{
		border-bottom: #ccc 1px solid;
	}
	
	.info .row {
	padding-bottom: 0px;
	}
}

.fa-ul > li {
	position: relative;
	margin-bottom: 50px;
	padding-left: 80px;
}

.left .fa-ul > li h3:hover {
	text-decoration: underline;
}

.fa-li {
	position: absolute;
	left: -0.65em;
	width: 1.8em;
	top: .14285714em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left .fa-li {
	background: #b6121b;
	color: #fff;
}

.right .fa-li {
	background: #d6d3d3;
	color: #544e4e;
}


@media (max-width: 767px) {

	.fa-li {
	left: -0.14285714em;
	}
	
	.fa-ul > li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 85px;
}

}
.fa-li.fa-lg {
	left: -1.85714286em;
}



.info a{
	color: #2e2e2e;
	text-decoration: none;
}


.info h3 {
    text-decoration: none;
	font-size: 1.1em;
    font-weight: 300;
	margin-bottom: 5px;
	padding-top: 5px;
}

.info .left h3 {
    color: #b6121b;
	
}

.info .right h3 {
    color: #2e2e2e;
	
}

a.inline_link{
	color: #b6121b;
}

a.inline_link:hover{
	text-decoration: underline;
}


/* ****************************************
************************************************************************** footer */
.container-fluid.footer{
    background-color: #d6d6d6;
	padding-top: 10px;
}

.footer .list-inline {
	margin-top: 20px;
	color: #333333;
	font-size: 12px;
}

.list-inline a{
	color: #333333;
	text-decoration: none;
}

.list-inline a:hover{
	color: #333333;
	text-decoration: underline;
}




/* ****************************************
************************************************************************** buttons  */
.read-more-btn a, .button-primary {
    background-color: white;
    border: 1px solid #ccc !important;
    border-radius: 0;
    clear: both !important;
    color: #205264 !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
    padding: 0.5em 0.75em !important;
}

.buy-btn a {
    background-color: #205264;
    border: 1px solid #205264 !important;
    border-radius: 0;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
    padding: 0.5em 0.75em !important;
}


/* ****************************************
************************************************************************** site links  */

#footer {
	background: #333;
}

#footer .site-links {
	background: #5c5c5c;
	font-size: 16px;
	line-height: 18px;
	color: rgba(255, 255, 255, .5);
}

#footer .site-links .txt {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

#footer .site-links ul {
	display: inline-block;
	vertical-align: middle;
}

#footer .site-links ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}

#footer .site-links ul a:hover img {
	opacity: .8;
}

#footer .holder {
	max-width: 1000px;
	padding: 12px 15px 10px;
	text-align: center;
	margin: 0 auto;
}

#footer .section {
	max-width: 1214px;
	padding: 20px 15px 32px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 18px;
}

#footer .section a {
	color: #fff;
}

#footer .links {
	text-transform: uppercase;
	float: left;
	margin: 5px -50px 0 0;
}

#footer .links li {
	float: left;
	margin: 0 68px 0 0;
}

#footer .social {
	overflow: hidden;
	text-transform: uppercase;
}

#footer .social .hold {
	float: right;
}

#footer .social .txt {
	float: left;
	color: #c8c6c6;
	margin: 5px 18px 0 0;
}

#footer .social ul {
	float: left;
}

#footer .social li {
	float: left;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

#footer .social a:hover img {
	opacity: .8;
}

#footer .social img {
	vertical-align: top;
}

#footer .copy {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
	#footer .site-links .txt {
		display: block;
		margin: 0 0 10px;
	}

	#footer .site-links ul li {
		margin: 0 3px;
	}

	#footer .section {
		font-size: 15px;
		padding: 20px 15px 22px;
	}

	#footer .links li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 3px 5px;
	}
}