.pageTemplate--fullwidth .pageHeading--fw {
    text-align: left !important;
}
.mb-0 { margin-bottom: 0 !important; }
.no-underline { text-decoration: none !important; }
.horizontal-sidebar {
    border-top: 10px solid #8CC540;
    padding-top: 20px;
}
.horizontal-sidebar .widget {
    margin-top: 0 !important;
    padding: 0 25px 25px;
}
.loginFormWrapper .modal-dialog {
    width: 350px !important;
    max-width: 100% !important;
}
/* header */
header .siteLogo img {
	max-height: 100px;
	width: auto;
}
.current-menu-parent > a,
.current-menu-item > a {
	color: #000 !important;
}
.menu-item-highlighted > a {
	font-weight: 800 !important;
	color: #8CC540 !important;
}
.menu-item-highlighted > a:hover {
	color: #056A38 !important;
}
@media only screen and (min-width: 992px) {
	header .siteHeader-nav .siteHeader-component--right {
		width: 10%;
	}
}
/* footer */
footer .siteFooter-widgetArea {
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .widget_media_image img {
	max-width: 250px !important;
}
footer .footer-links a {
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	padding: 10px;
	color: rgba(0,0,0,0.4);
	transition: all 0.2s ease-out;
	text-decoration: none;
}
/* bootstrap */
@media only screen and (min-width: 992px) {
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
}
/* global */ 
.btn-hover {
	text-decoration: none !important;
}
.btn-hover:hover {
	background-color: #056A38 !important;
}

/* home page */
/* slider */
.featuredBlockBackground {
    box-shadow: inset 0 -2px 8px 0px rgba(0, 0, 0, 0.00) !important;
}
.featuredBlockWrapper .container .featuredBlock--slider {
	margin: 20px 0 0;
}

/* single post */
.postMeta--3 .flexbox-item:first-child {
    display: none !important;
}

/*overview page*/
.overview-list {
    margin-bottom: 25px;
}
.overview-list i {
    font-size: 13px;
    margin-right: 7px;
}

/*mission page*/
.mission-list .mission-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.mission-list .mission-list-item img {
    margin-right: 20px;
}
.mission-list .mission-list-item p {
    margin-bottom: 0;
    max-width: 400px;
}

/* certification process */
.cert-process-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.cert-process-item .numb-left {
	width: 40px;
}
.cert-process-item .numb-left span {
	font-size: 1.6em;
    font-weight: 800;
    background: #8CC540;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 40px;
    height: 40px;
	margin-top: 5px;
}
.cert-process-item .cont-right {
	padding-left: 15px;
}
@media only screen and (min-width: 992px) {
	.cert-process-item .cont-right .btn-btm {
		position: absolute;
		bottom: 0;
	}
	.fees-sticky-list {
		margin-top:75px;
		margin-bottom: 75px;
	}
}

/* Certified Companies */
.comp-tabs {
  	overflow: hidden;
	border: 1px solid #eee;
	background-color: #fafafa;
	max-width: 1136px;
}
.comp-tabs button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fafafa;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	border-radius: 0;
	width: 42px;
}
.comp-tabs button.region {
    width: auto;
}
.comp-tabs button:hover {
	background-color: #8CC54070;
}
.comp-tabs button.active {
 	background-color: #8CC540;
	color: #fff;
}
.comp-tabcontent {
	/*display: flex;*/
 /* 	-webkit-animation: fadeEffect 1s;*/
 /* 	animation: fadeEffect 1s;*/
	flex-wrap: wrap;
	width: 100%;
}
.comp-info-card {
    min-height: 260px;
	width: calc(33% - 10px);
	padding: 20px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	margin: 0 10px 10px 0;
	float: left;
}
.comp-info-card ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}
.comp-info-card ul .fa {
	min-width: 25px;
	text-align: center;
	margin-right: 5px;
}
@media only screen and (max-width: 992px) {
	.comp-info-card {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 767px) {
	.comp-info-card {
		width: 100%;
		margin: 0 0 10px;
	}
}

/* Certified Instructors */
.sort-instructors-column {
    padding-right: 40px !important;
}
.sort-instructors {
    overflow: hidden;
	border: 1px solid #eee;
	background-color: #fafafa;
    width: 100%;
    border-right: 4px solid #8CC540;
}
.sort-instructors button {
    width: 100%;
    text-align: left;
	background-color: #fafafa;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	border-radius: 0;
}
.sort-instructors button:hover {
	background-color: #8CC54070;
}
.sort-instructors button.active {
 	background-color: #8CC540;
	color: #fff;
}
.instructor-card-item {
    width: 100%;
    margin-bottom: 40px;
}
.instructor-card-item .name i {
    color: #8CC540;
}
.instructor-card-item ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 0 25px;
}
.instructor-card-item ul li.company:before { content: "Company"; }
.instructor-card-item ul li.address:before { content: "Address"; }
.instructor-card-item ul li.citydistrict:before { content: "City/District"; }
.instructor-card-item ul li.stateprovince:before { content: "State/Province"; }
.instructor-card-item ul li.postalcode:before { content: "Postal Code"; }
.instructor-card-item ul li.countrycontinent:before { content: "Country/Continent"; }
.instructor-card-item ul li.telephone:before { content: "Phone"; }
.instructor-card-item ul li.email:before { content: "Email"; }
.instructor-card-item ul li:before {
    display: inline-block;
    text-align: left;
    background-color: #fafafa;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 4px;
    min-width: 130px;
    margin-right: 8px;
    color: gray;
}

@media only screen and (max-width: 992px) {
    .sort-instructors-column {
        padding-right: 0;
    }
	.sort-instructors {
	    margin-bottom: 30px;
	}
	.sort-instructors button {
        width: auto;
	}
	.sort-instructors {
        border-right: 1px solid #eee;
    }
}
@media only screen and (max-width: 767px) {
    .instructor-card-item ul li:before {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }
}

/*User Registration*/
.ur-submit-button {
    background-color: #8CC540 !important;
    color: #fff !important;
}
.ur-submit-button:hover {
    background-color: #056A38 !important;
    color: #fff !important;
}
.ur-form-grid {
    align-self: flex-end;
}
.ur-form-grid label {
    margin: 0 0 5px !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
    margin-bottom: 20px !important;
}
.ur-checkbox-label,
.ur-radio-list label {
    font-weight: 400 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input,
.ur-frontend-form .ur-form-row .ur-form-grid select{
    margin-bottom: 0px !important;
}

/*Membership*/
.member-files {
    list-style-type: none;
    padding-left: 0 !important;
    margin: 0;
}
.member-files i {
    margin-right: 5px;
}
.member-files a {
    text-decoration: none !important;
}
.member-files a:hover {
    text-decoration: underline !important;
}
.numb-left img {
    width: 40px;
    height: 40px;
    max-width: 40px !important;
}

/* Blog page */
.pagination {
   width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}
.pagination span, .pagination a {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 3px;
    margin-left: 3px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
    text-decoration: none !important;
}
.pagination a:hover{
   color:#fff;
   background: #6AAC70; /* Pagination background on hover */
}
.pagination .current{
    background: #f5f5f5;
    font-weight: 700;
}
.addpagpad {
    padding: 0 10px !important;
}

/*Blog single page*/
.postSingle .postContent {
    max-width: 100%;
}

/*comments*/
.comment-form .comment-form-cookies-consent {
    display: flex;
    width: 100%;
    align-items: center;
}

/*sidebar*/
.page-id-1895 .comp-tabs.alphabet {
	margin-bottom: 50px;
}
.page-id-1895 .col-md-8.comp-tabcontent {
	padding-left: 0px;
}
.page-id-1895 .pageHeading img {
	position: absolute;
    top: 0;
    right: calc(((100% - 1160px) / 2) + 200px);
    width: 180px;
}
@media (max-width: 768px) {
	.page-id-1895 .pageHeading img {
		position: relative;
		top: 20px;
		left: calc(100% - 220px);
		width: 180px;
	}
}
.page-id-1895 .wpp-list a {
	text-decoration: none !important;
}
.page-id-1895 .comp-info-card {
    min-height: 260px;
    width: calc(50% - 10px);
    padding: 20px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    margin: 0 10px 10px 0;
    float: left;
    position: unset !important;
}
.page-id-1895 .comp-info-card a {
    text-decoration: none !important;
}
.page-id-1895 .comp-info-card h5 {
    text-transform: uppercase !important;
}
.page-id-1895 .comp-info-card:hover h5 {
    color: #8CC540;
}
.page-id-1895 .comp-info-card img {
    padding: 15px;
	transition: transform .5s ease;
}
.page-id-1895 .comp-info-card:hover img {
    transform: scale(1.05);
	transition: transform .5s ease-in-out;
}
.page-id-1895 .bodyCopy h4.widget-title {
    margin: 0 0 20px;
    line-height: 1;
	font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
}
.page-id-1895 .horizontal-sidebar h4 {
    display: block;
    margin-bottom: 5px;
    padding: 4px 0px;
    font-size: 10px !important;
    text-transform: uppercase;
	font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-id-1895 .horizontal-sidebar .widget {
    margin-top: 0 !important;
    padding: 0 0px 25px 0px;
}
/*--gallery of liars css --*/
.back-button-from-gallery h4 {
	font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 10px 10px;
    max-width: 120px;
    margin-bottom: 30px !important;    
}
.back-button-from-gallery {
	text-decoration: none !important;
    text-transform: none !important;
	margin-bottom: 25px;
}
.page-template-template-frequent-liars-gallery .pageHeading img {
	position: absolute;
    top: 0;
    right: calc(((100% - 1160px) / 2) + 200px);
    width: 180px;
}
@media (max-width: 768px) {
	.pageHeading--boxed {
		padding: 40px 0 0 0 !important;
	}
	.page-template-template-frequent-liars-gallery .pageHeading img {
		position: relative;
		top: 20px;
		left: calc(100% - 220px);
		width: 180px;
	}
}
.page-template-template-frequent-liars-gallery #block-5 {
	padding: 0px 25px 25px 0px;
}
.page-template-template-frequent-liars-gallery #block-5:before {
	content: 'Have an imaging company that you feel might be less than honest - feel free to submit them and we will investigate as soon as we can.';
	padding-bottom: 20px;
}
.robo-gallery-wrap-id1996:not(#no-robo-galery) .rbsZoomIcon {
    font-size: 30px;
    line-height: 100%;
    color: #8CC540 !important;
    background: rgba(13, 130, 241, 0);
}
.comp-tabs-search {
    border: none !important;
    background-color: transparent !important;
	margin-left: calc((100% - 285px) /2);
    margin-right: calc((100% - 285px) /2);
}
.comp-tabs-search .comp-tabs {
	overflow: hidden;
	border: none !important;
    background-color: transparent !important;
}
.comp-tabs-search .comp-tabs button {
	padding: 9px 10px !important;
}
.comp-tabs.namefilter button.iconSearch.comp-tablink-search {
    border-radius: 0 !important;
	border: none !important;
	color: #fff;
	background-color: #8CC540;
	float: none;
	display: inline-block;
}
#searchsubmit1 .fa-search.search-filter {
  color: #fff;
	position: absolute;
}
#searchsubmit1 {
	font-family: 'FontAwesome';
}
@media (max-width: 600px) {
	.page-id-1895 .col-md-8.comp-tabcontent {
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-id-1895 .comp-info-card {
		min-height: 200px;
		width: 100%;
	}
	.page-id-1895 .comp-info-card img {
		position: relative;
        bottom: 0px;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	.page-id-1895 .comp-info-card img {
		position: relative;
        bottom: -20px;
	}
}

.mdCategoriesWidget ul li {
    width: 100% !important;
}
.widget.mdCategoriesWidget .categoryTile:before {
    padding-top: calc((100% / 1140) * 600) !important;
}
.post--list {
    position: relative;
	padding: 22px 15px !important;
}


#env-iframe {
	height: 1771px;
}
@media (max-width: 1200px) {
	#env-iframe {
		height: 1913px;
	}
}
@media (max-width: 991px) {
	#env-iframe {
		height: 2639px;
	}
}

@media (max-width: 650px) {
	#env-iframe {
		height: 2980px;
	}
}
