#locations-lists .listings-map #map{
    position: absolute !important;
    height:950px !important;
	top: inherit !important;
}
#locations-lists .listings{
	overflow-y: scroll;
    padding-right: 10px;
    height: 950px;
	margin-bottom: 0px;
}
.base-content {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.base-content h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
    color: #222222;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin-bottom: 25px;
}
.base-content h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
    margin: 10px auto;
	border-style: solid;
    border-bottom-width: 0px;
}
.base-content p {
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 30px;
	text-align: center;
}
.base-content ul{
}
.base-content ul li{
	line-height: 30px;
	font-size: 16px;
}
.base-content .alignright{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.base-content .alignleft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.why-check{
	display: grid;
	gap: 10px;
	grid-template-columns: 50% 50%;
}
.why-check .item{
	padding: 20px;
	background-color: #ecf4f6;
	border-radius: 6px;
	float: left;
	display: flex;
	gap: 20px;
}
.why-check .item img{
	width:90px;
	height: auto;
}
.why-check .item .content{
}
.why-check .item .content p{
	text-align: left;
	margin-top:0px;
}
.fbi-types{
	display: flex;
	gap: 20px;
}
.fbi-types .item{
	padding: 20px;
	border-radius: 6px;
	float: left;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	border: 1px solid #e5e5e6;
	text-align: center;
}
.fbi-types .item img{
	width:90px;
	height:90px;
}
.fbi-types .item .content h3{
	font-size:20px;
	padding-bottom:25px;
	width:100%;
	float:left;
}
.fbi-types .item .content p{
	margin-top:0px;
	width:100%;
	float:left;
}
.rapsheets{
	font-size:18px;
}
.rapsheets .sheet_compare {
	margin: 0 auto;
    display: block;
	max-width:100%;
	height:auto;
}
.rapsheets h3 {
	font-size:24px;
	text-align:center;
	padding:25px 0px; 
}
.rapsheets .compare_box{
	display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    margin: 0 0 40px 0;
}
.rapsheets .compare_box .item{
	width: 100%;
	text-align: center;
	padding: 50px;
}
.rapsheets .compare_table .item label{
		display:none;
}
.rapsheets .compare_box .item:first-child{
	border-right:1px solid #ddd;
}
.rapsheets .compare_box strong{
	padding-bottom:20px;
	font-size:20px;
}
.rapsheets .compare_box p{
	font-size:18px;
}
.rapsheets .compare_table{
	background-color:#ecf4f6;
	padding:15px;
	border-radius:10px;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.rapsheets .compare_table .header{
	padding:20px 0px;
	border-bottom:1px solid #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.rapsheets .compare_table .item{
	padding: 20px 10px;
	font-size: 16px;
}
.rapsheets .compare_table .col-1{
	width:20%;
	float:left;
	clear: left;
}
.rapsheets .compare_table .col-2{
	width:40%;
	float:left;
}
.role-fingerprint img{
	float:right;
	padding-left: 25px;
	height:auto;
}
.role-fingerprint p{
	text-align:left;
}
.how_to_fingerprint .item{
	float:left;
	width:50%;
}
.how_to_fingerprint .item img {
	max-width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.how_to_fingerprint .item p{
	padding:0px 30px;
}
.the_process{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.fees .item:nth-child(1), .fees .item:nth-child(2), .fees .item:nth-child(3){
	width: calc(33% - 10px);
}
.the_process .item{
	padding: 20px;
	border-radius: 6px;
	float: left;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	border: 1px solid #e5e5e6;
	text-align: center;
	width: calc(25% - 15px);
}
.the_process .item img{
	width:90px;
	height:90px;
}
.the_process .item .content h3{
	font-size:20px;
	width:100%;
	float:left;
}
.cost-background-check .compare_table{
	background-color:#ecf4f6;
	padding:15px;
	border-radius:10px;
	float: left;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.cost-background-check .compare_table .header{
	padding:20px 0px;
	border-bottom:1px solid #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.cost-background-check .compare_table .item{
	padding: 20px 10px;
	font-size: 16px;
}
.cost-background-check .compare_table .col-1{
	width:25%;
	float:left;
}
#locations-faq{
	float: left;
	width: 100%;
	padding: 30px 0;
}
#locations-faq h3 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
    color: #222222;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
#locations-faq h3:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
    margin: 10px auto;
	border-style: solid;
    border-bottom-width: 0px;
}
#locations-faq .accordion {
	width: 75%;
    margin: 0 auto;
	margin-top: 20px;
}
#locations-faq .accordion li:last-child {
	margin-bottom: 0;
}
#marketing {
	float: left;
	width: 100%;
	padding: 60px 0 40px 0;
	background-color: #edf1f2;
}
#marketing .row {
	margin-left: -25px;
    margin-right: -25px;
	display: flex;
}
#marketing .row:after,
#marketing .row:before {
	content: "";
	display: table;
	clear: both;
}
#marketing .col-6 {
	float: left;
	width: 50%;
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
	display: flex;
	align-items: center;
}
#marketing .col-6 .image {
	width: 100%;
    text-align: center;
}
#marketing .col-6 .image img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
	border-radius: 50%;
    overflow: hidden;
}
#marketing .col-6 .cont {
	width: 100%;
}
#marketing .col-6 h2 {
	margin: 0 0 10px 0;
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    line-height: 30px;
}
#marketing .col-6 h4 {
	margin: 0;
    font-size: 20px;
	color: #2a2a2a;
	font-weight: 400;
    line-height: 30px;
}
#marketing .col-6 .btn {
	margin: 30px 0 0 0;
}
#marketing .col-6 .button {
	display: inline-block;
	padding: 15px 30px;
	border: none;
    background: #08aae8;
	border-radius: 50px;
	font-family: 'Montserrat';
    font-size: 17px;
	color: #ffffff;
	font-weight: normal;
    line-height: 20px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#marketing .col-6 .button:hover {
	background: #0893c8;
}
#locations-search {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #08aae8;
}
#locations-search h2 {
	margin: 0 0 30px 0;
	font-family: 'Montserrat';
	font-size: 35px;
    color: #ffffff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

#locations {
    float: left;
    width: 100%;
    padding: 60px 0
}

#locations h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
    color: #222;
    text-align: center
}

.page-template-certifix-locations #locations ul.list {
    padding: 0 100px
}

#locations ul.list {
    padding: 0 0;
    margin: 40px 0 0;
    list-style: none;
    column-count: 3;
    column-gap: 20px
}

#locations ul.list:after,#locations ul.list:before {
    content: "";
    display: table;
    clear: both
}

#locations ul.list li {
    position: relative;
    width: 100%;
    padding: 0 20px 0 30px;
    margin: 0 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 24px;
    vertical-align: top
}

#locations ul.list li:nth-child(3n+4) {
    clear: left
}

#locations ul.list li:before {
    font-family: "Material Design Icons";
    content: "\f142";
    color: #08aae8;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0
}

#locations ul.list li a {
    color: #2a2a2a;
    text-decoration: none
}

#locations ul.list li a:hover {
    color: #08aae8;
    text-decoration: none
}
@media only screen and (max-width: 767px) {
	
	.base-content .align-right{
		width: 100%;
		padding-left: 0px;
	}
	.base-content .align-left{
		width: 100%;
		padding-right: 0px;
	}
	#locations-lists .listings {
		height:auto;
	}
	#locations-lists > div.container {
		position: relative !important;
	}
	#locations-lists .listings-map {
		min-height:400px !important;
	}
	.base-content h2{
		font-size:25px;
		line-height: 30px;
	}
	.why-check {
	    grid-template-columns: 100%;
	}
	.why-check .item img {
	    width: 50px;
	}
	.fbi-types {
	    flex-wrap: wrap;
	}
	.rapsheets .compare_box {
	    flex-wrap: wrap;
	}
	.rapsheets .compare_box .item{
		width:100%;
		padding: 10px;
	}
	.rapsheets .compare_box .item:first-child{
		border-right: 0 !important;
		border-bottom: 1px solid #ddd !important;
	}
	.rapsheets .compare_table .header{
		display:none;
	}
	.rapsheets .compare_table .header{
		display:none;
	}
	.rapsheets .compare_table .col-1, .rapsheets .compare_table .col-2{
		width:100%;
	}
	.rapsheets .compare_table .item{
		padding: 10px;
	}
	.rapsheets .compare_table .item label{
		display:block;
		font-weight:bold;
		text-transform:uppercase;
	}
	.rapsheets .compare_table .col-1{
		border-top:1px solid #000;
	}
	.rapsheets .compare_table .item:nth-child(4){
		border-top:0px solid #000 !important;
	}
	.role-fingerprint img{
		padding-left: 0px;
		width: 100%;
		float: none;
	}
	.how_to_fingerprint .item{
		width:100%;
	}
	.how_to_fingerprint .item img{
		width:100%;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.the_process{
		flex-wrap: wrap;
	}
	.the_process .item{
		width:100% !important;
	}
	.cost-background-check .compare_table .header{
		display:none;
	}
	.cost-background-check .compare_table .col-1{
		width:100%;
		padding:10px;
	}
	#locations-faq h3{
		font-size:25px;
		line-height: 30px;
	}
}