/***************************************************************************************
Theme Name: Biometrics
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import 'fonts.css';
@import url("rzz3kvw.css");
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #323A3B;
	font-family: 'proxima-nova', sans-serif;;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
	color: #272525;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 24px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	/* font-size: 38px; */
	font-size: 2.375rem;
	line-height: 42px;
}
h2 {
	/* font-size: 30px; */
	font-size: 1.875rem;
	line-height: 34px;
}
h3 {
	/* font-size: 28px; */
	font-size: 1.75rem;
	line-height: 31px;
}
h4 {
	/* font-size: 25px; */
	font-size: 1.563rem;
}
h5 {
	/* font-size: 22px; */
	font-size: 1.375rem;
	line-height: 27px;
}
h6 {
	/* font-size: 19px; */
	font-size: 1.07rem !important;
}
.inner h4 {
	/* font-size: 24px; */
	font-size: 1.5rem;
}
.inner h6, .font-20 {
	/* font-size: 20px; */
	font-size: 1.25rem;
}
.font-18 {
	/* font-size: 18px; */
	font-size: 1.125rem;
}
.font-15 {
	font-size: .9375rem;
}
a {
	color: #3EC6C1;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #02bbb4;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link, :focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
p:last-child{
	margin-bottom: 0 !important;
}
table {
	margin: 30px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ddd;
	color: transparent;
	height: 1px;
	margin: 40px 0 !important;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-kaleko {
	font-family: 'Kaleko205W00';
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 90px 0;
	position: relative;
}
/* .inner .extra-content,
.inner .mainbody {
	padding: 80px 0;
} */
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-white *{
	color: #fff;
}

ul.list-none{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
ul.list-none:before,
ul.list-none:after{
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after{
	clear: both;
}
ul.counter-reset{
	/* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}
ul.counter-reset li:before{
	/* Increment "my-sec-counter" by 1 */
    counter-increment: my-sec-counter;
    content: "0"counter(my-sec-counter);
	background-color: #00529c;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 0.938rem;
	line-height: 43px;
	height: 43px;
	width: 43px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
ul.counter-reset li{
	position: relative;
	padding: 10px 0 10px 65px;
	margin-bottom: 10px;
}
ul.column-two{
	/* columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2; */
}
ul.column-two li{
	width: 50%;
	float: left;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.sfm-rollback {
	display: none;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}
.radius-round{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.bg-cover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.extra-wide .container{
	max-width: 1350px;
	width: 100%;
}
.max-wide .container{
	max-width: 1920px;
	width: 100%;
}

.grid-line{
	background: url(../jpg/grid-line.jpg) repeat-y center center;
}

blockquote {
    border-left: 7px solid #00529C;
    padding-left: 30px;
    margin: 45px 0;
}

blockquote p{
	font-weight: 500;
}

.dark-blog-box {
    background: #2e2f3b;
    color: #fff;
    padding: 45px;
	margin: 30px 0;
	font-family: 'proxima-nova', sans-serif;
}

.video-play:before,
.video-play:after {
    color: #fff;
    content: "";
    position: absolute;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.video-play:before {
    background: rgb(37, 38, 47, 0.37);
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
}
.video-play:hover:before {
    opacity: 0;
    visibility: hidden;
}
.video-play:after {
    border: 9px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "\f04b";
    font-family: fontAwesome;
    font-size: 35px;
    height: 85px;
	width: 85px;
    left: 50%;
    line-height: 67px;
    padding-left: 8px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

    z-index: 2;
}
.video-play:hover:after {
    border-color: #00529c;
    color: #00529c;
}
.video-play {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.page-id-951 .mainbody{
	padding-bottom: 30px;
}

.parent-pageid-994 .mainbody{
	padding-bottom: 0px;
}

.second-row{
	margin-top:30px;
}

.privacy-in-biometrics-box li{
color:#fff;
}

.entry-content {
    margin-top: 40px;
}

.bi__accordion__content {
	display: none;
}

/******************************************
GLOBAL LAYOUT STYLES
******************************************/
.main-container{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

/* Header */
.main-header {
	padding: 20px 0 0;
}
.logo{
	float: left;
}
.logo img{
	max-width: 214px;
}
.header-button{
	margin-left: 20px;
	text-align: right;
	float:right;
}
.header-button a.em-button{
	font-size: 0.938rem;
	padding: 12px 37px 11px;
}
.header-subscribe {
	float: right;
}
.header-subscribe .em-button {
	font-size: 0.938rem;
	padding: 12px 25px 11px;
}
.header-nav {
	background-color: #EDEDED;
	margin-top: 20px;
}
.header-search {
	float:right;
	position: relative;
	margin-left: 20px;
}
.header-search .searchform input {
	background-color: #fff;
	border: 2px solid #4dafd2 !important;
	border: none;
	height: 45px;
	width: 230px;
	border-radius: 50px;
	color: #7d7d7d;
	padding: 2px 0 0 40px;
	font-size: 1rem;
	outline: none;
}
.header-search .searchform button {
	background: url(../png/icon-search%402x.png) no-repeat center center / 15px;
	height: 45px;
	width: 40px;
	padding: 0;
	text-indent: -9999em;
	left: 0;
	position: absolute;
	top: 0;
}
/* Bottom Bar */
.bottom-bar{
	background: #262630 url(../png/bg-pattern-03.png) no-repeat right top;
	padding: 55px 0;
	border-bottom: 1px solid #afaeb3;
}
.bottom-bar h3{
	margin-bottom: 0;
}
.bottom-bar .col-md-4{
	text-align: right;
}

/* Footer */

.information-lock a{
	color:#d9d9d9 !important;
	background:url(../png/padlock.png) no-repeat 135px center;
}

.main-footer{
	padding: 100px 0;
}
.main-footer .row-02 hr{
	margin: 50px 0 40px;
}
.main-footer h5{
	margin-bottom: 20px;
}
.main-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menus{
	float: left;
}
.footer-menus > div{
	display: inline-block;
}
.footer-menus > div:first-child{
	margin-right: 120px;
}
.footer-menus > div:first-child + div{
	margin-right: 60px;
}
.footer-menus ul li.current-menu-item a{}
.footer-menus ul li a{
	color: #505050;
	padding: 2px 0;
	display: block;
}
.footer-menus ul li.current-parent-item a,
.footer-menus ul li.current-menu-ancestor a,
.footer-menus ul li.current-menu-item a,
.footer-menus ul li a:hover{
	color: #00529C;
	text-decoration: none;
}
.footer-menus ul li.current-parent-item a,
.footer-menus ul li.current-menu-ancestor a,
.footer-menus ul li.current-menu-item a{
	font-weight: 700;
}
.footer-logo{
	float: right;
	text-align: right;
}
.footer-logo img{
	max-width: 200px;
}

#text-2 {
    padding-bottom: 20px;
}

.subscribe{
	text-align:right;
}

.copyright{
	padding-top: 10px;
}
.copyright p{
	font-size: 1rem;
	line-height: 19px;
	margin: 0;
	color: #333;
}
.copyright a{
	color: #333;
}
.social-media{
	text-align: right;
}
.social-media ul li{
	display: inline-block;
	margin-left: 8px;
}
.social-media a{
	color: #00529c;
}
.social-media a:hover{
	color: #3ec7c0;
}
.social-media i.fa{
	font-size: 1.563rem;
}
.social-media i.fa-facebook{
	font-size: 1.25rem;
	font-weight: 700;
}

/*** Enter your style for global layout here ***/

ul.search-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.search-list li {
	background:#F7F7F7;
	padding:60px;
	margin-bottom:40px;
}
.em-read-more {
	font-size: 1rem;
	color: #00529C;
}
.em-read-more i {
	margin-left: 5px;
	font-size: 12px;
	display: inline-block;
}
.pagination li {
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #eaedf2;
	border-radius: 50px;
	min-width: 50px;
	height: 50px;
	margin: 0 10px;
}
.pagination li:hover {
	background:#000;
}
.pagination li a:hover,
.pagination a:focus,
.pagination .current:hover,
.pagination .current:focus {
	background:none !important;
}
.text-blue {
	color:#3EC6C1;
}
.search-title {
	margin-bottom:40px;
}

/******************************************
HOMEPAGE STYLES
******************************************/
/* Home Banner */
.home-banner *{
	color: #fff;
	max-width: 1920px;
}

/* .home-banner {
	display: flex;
	align-items: center;
	padding: 10%;
	position: relative;
	height: 375px;
 	background-image: url("/wp-content/uploads/State-of-Biometrics-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */

.home-banner .ls-v5 .ls-bottom-nav-wrapper {
    top: -70px;
}
.home-banner .ls-v5 .ls-bottom-slidebuttons a{
	background: rgba(255, 255, 255, 0.24);
	border: 0;
	height: 15px;
	width: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 3px;
}
.home-banner .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active{
	background: #fff;
}
.home-banner .ls-v5 .ls-nav-next,
.home-banner .ls-v5 .ls-nav-prev{
	height: 120px;
	width: 30px;
	margin-top: -60px;
}
.home-banner .ls-v5 .ls-nav-prev{
	left: 0;
	background: url(../png/hb-nav-left.png) no-repeat !important;
}
.home-banner .ls-v5 .ls-nav-next{
	right: 0;
	background: url(../png/hb-nav-right.png) no-repeat !important;
}
.arrow-down-white,
.arrow-down-blue{
	background: url(../png/curve-top-blue.png) no-repeat;
	height: 30px;
	width: 130px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 999;
}
.arrow-down-white a,
.arrow-down-blue a{
	display: inline-block;
	padding: 3px 30px 0;
}
.arrow-down-white img,
.arrow-down-blue img{
	max-width: 15px;
}
.arrow-down-white{
	background-image: url(../png/curve-top-white.png);
}


/* Home Mainbody  */
body.home .mainbody{
	background-color: #004686;
	text-align: center;
	padding: 53px 0;
}
body.home .mainbody h6{
	font-size: 1.125rem;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
}

/* Home Portals  */
.home-portals{}
.hp-list{
	background: #2b2d3a url(../png/bg-pattern-01.png) no-repeat right bottom;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.hp-photo{
	overflow: hidden;
}
.hp-photo img{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.hp-photo:hover img{
	-webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.hp-content *{
	color: #fff;
}
.hp-content{
	padding: 30px 30px 80px;
	position: relative;
}
.hp-content h6{
	margin-bottom: 15px;
}
.hp-content h6:hover a,
.view-link a:hover{
	color: #5CA1DD;
}
.hp-content p{
	margin-right: 40px;
	margin-bottom: 0;
}
.view-link{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.view-link a{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1rem;
	text-decoration: underline;
	position: relative;
	padding-right: 25px;
}
.view-link a:after{
	content: '';
	background: url(../png/arrow-left-white%402x.png) no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 7px;
	right: 0;
	/* content: "\f061";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 11px;
	margin-left: 14px; */
}
.view-link a:hover:after{
	background-image: url(../png/arrow-left-blue%402x.png);
}
.em-date{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	background-color: #20212B;
	color: #fff;
	padding-top: 10px;
	position: absolute;
	bottom: 30px;
	right: 35px;
}
.em-date > span{
	font-size: 17px;
	display: block;
}

/* NEW: Single Event */
.tribe-events-event-meta .tribe-events-meta-group-extra {
	width: 100%;
}

.tribe-events-meta-group.tribe-events-meta-group-other{
	display: none;
}

.tribe-meta-value ul {
	padding-left: 12px;
}
.tribe-meta-value ul li {
	margin: 5px 0;
}

/* Upcoming Events */
.upcoming-events{
	background-color: #f4f4f4;
}
.upcoming-events h2{
	padding-bottom: 10px;
}
.event-date{
	background-color: #5ca0dd;
	color: #fff;
	padding: 10px 30px;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1rem;
}
.event-date span{
	font-weight: 400;
}
.event-date span abbr[title] {
	border-bottom: none;
	text-decoration: none;
}
.event-date span abbr {
	color: inherit;
	cursor: auto;
}
.event-content{
	background: #fff url(../png/bg-pattern-02.png) no-repeat right bottom;
	padding: 30px 33px 37px;
}
.event-content h6{
	line-height: 25px;
}

/* Latest Blogs */
.with-arrow-down-blue{
	position: relative;
}
.with-arrow-down-blue:before,
.latest-blogs:before{
	background: url(../png/curve-down-with-arrow.png) no-repeat;
	content: '';
	height: 30px;
	width: 130px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}
.latest-blogs{
	background-color: #00529c;
	padding: 65px 0 85px;
}
.latest-blogs h2{
	padding-bottom: 20px;
}
.latest-blogs .resources-wrap .resources-details-inner .em-date {
	background-color: #20212B;
}
.lb-list, .latest-blogs .resources-wrap .resources-details-inner{
	background: #003f75 url(../png/bg-pattern-04.png) no-repeat right bottom;
}
.lb-list > div{
	position: relative;
}
.lb-photo{
	position: relative;
	float: left;
	width: 42%;
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.lb-photo > a{
	display: block;
	width: 100%;
	height: 100%;
}
.post-category{
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 0.75rem;
	color: #fff;
	text-transform: uppercase;
	width: 125px;
	display: block;
	padding: 10px 17px;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-o-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;

}
.innovation-category, .assurance-category, .government-category, .law-enforcement-category {
	background-color: #3ec7c0;
}
.security-category, .consumer-biometrics-category, .identity-category, .privacy-category {
	background-color: #5ca0dd;
}
.ethics-category, .financial-category, .institute-news-category, .security-category {
	background-color: #00529c;
}
.lb-content{
	float: right;
	width: 58%;
	padding: 30px 30px 80px;
}
.lb-content h6{
	margin-bottom: 20px;
}
.lb-content p{
	margin-bottom: 12px;
}
.lb-content h6 a:hover,
.lb-content .view-link > a:hover{
	color: #3EC6C1;
}
.lb-content .view-link a:hover:after{
	background-image: url(../png/arrow-left-green%402x.png);
}

/* Twitter Bar */
.twitter-bar{
	background: url(../jpg/bg-twitter-temp.jpg) no-repeat center bottom;
	height: 402px;
	border-bottom: 1px solid #fff;
}

/* Home Extra Contents */

/*** Homepage - Enter any style for elements on homepage here ***/


.bi__accordion__content {
	display: none;
}

.bi__accordion__button {
    background: #3ec7c0;
    color: #fff;
    font-weight: 800;
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 25px;
    cursor: pointer;
    font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
    -webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.bi__accordion__button:hover {
	background-color: #14aca4;
}

.bi__accordion__button.agenda {
    margin-left: 16px;
}

.bi__accordion__content {
    margin: 30px 0;
}

.bi__custom-actions {
    margin-bottom: 30px;
}

/******************************************
INNERPAGES STYLES
******************************************/
/* Inner Banner */
.inner-banner {
	background: url(../jpg/inner-banner-01.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 95px 0 85px;
	height: auto;
	position: relative;
}
.inner-banner h1{
	color: #fff;
	margin: 0;
}

/* What is Biometrics */
.dark-box *{
	color: #fff;
}
.dark-box{
	padding-top: 45px;
	padding-bottom: 65px;
}
.dark-box > div{
	background-color: #2f2f3b;
	padding: 42px 45px 45px;
}
.dark-box-02 > div{
	background-color: #262630;
}
.dark-box h4{
	background: url(../png/icon-book.png) no-repeat right center;
	font-size: 1.375rem;
	padding-right: 90px;
	padding-bottom: 12px;
	margin-bottom: 0;
	min-height: 56px;
}
.dark-box h5{
	font-family: 'proxima-nova', sans-serif;;
	font-weight: 400;
	font-size: 1.125rem;
	margin-bottom: 8px;
}
.dark-box h6{
	font-family: 'proxima-nova', sans-serif;;
	font-weight: 300;
	font-size: 1.063rem;
	margin-bottom: 0;
}
.dark-box p{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 0.875rem;
}
.biometrics-buttons-bar{
	background-color: #00529c;
	padding: 80px 0 55px;
}
.biometrics-buttons-bar h2{
	padding-bottom: 14px;
}
.biometrics-buttons-bar ul{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.biometrics-buttons-bar ul > li{
	float: left;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.biometrics-buttons-bar ul > li > a{
	position: relative;
	background: #003f75 url(../png/bg-pattern-05.png) no-repeat right top;
	display: block;
	height: 115px;
	width: 100%;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1.375rem;
	text-decoration: none;
	padding: 15px 43px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.biometrics-buttons-bar ul > li.current-menu-item > a {
	background-image: url(../png/pattern-hover.png);
	background-color: rgba(0,62,118,0.23);
}
.biometrics-buttons-bar ul > li.current-menu-item > a > span {
	background-image: url(../png/arrow-hover.png);
	color: #3C7BB2;
}
.biometrics-buttons-bar ul > li.current-menu-item > a:hover > span {
	color: #FFF;
}
.biometrics-buttons-bar ul > li > a:hover{
	background: #3ec7c0 url(../png/bg-pattern-06.png) no-repeat right top;
	color: #fff;
}
.biometrics-buttons-bar ul > li > a > span, .biometrics-buttons-bar ul > li > a:hover > span{
	background: url(../png/arrow-left-white-2%402x.png) no-repeat right center;
	position: absolute;
	top: 50%;
	left: 43px;
	right: 43px;
	padding-right: 65px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	-o-background-size: 22px auto;
	background-size: 22px auto;
}

/* Privacy in Biometrics */
.industry-tracker-survey,
.privacy-in-biometrics-box{
	padding-top: 85px;
	padding-bottom: 20px;
}
.members-benefits-boxes .extra-content-col > div,
.privacy-in-biometrics-box > div > div{
	background: #2f2f3b url(../png/bg-pattern-07.png) no-repeat right center;
	padding: 45px 25px 75px 40px;
	position: relative;
}
.members-benefits-boxes h4,.privacy-in-biometrics-box h5,
.industry-tracker-survey h4,
.privacy-in-biometrics-box h4, .members-benefits-boxes li{
	color: #fff;
}

.page-id-994 .privacy-in-biometrics-box{
	padding-top: 0px;
}

.members-benefits-boxes p,
.industry-tracker-survey p,
.privacy-in-biometrics-box p{
	color: #fff;
	padding-right: 20px;
}
.privacy-in-biometrics-box p.link-bottom{
	position: absolute;
	left: 40px;
	bottom: 45px;
}
.industry-tracker-survey p.request-report,
.industry-tracker-survey p.request-survey,
.privacy-in-biometrics-box p.link-bottom{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1rem;
}
.industry-tracker-survey p.request-report a,
.industry-tracker-survey p.request-survey a,
.privacy-in-biometrics-box p.link-bottom a{
	color: #fff;
	text-decoration: underline;
	padding-right: 23px;
	background: url(../png/arrow-left-white%402x.png) no-repeat right center;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
}
.standards-boxes .extra-content-col-inner p a:hover,
.industry-tracker-survey p.request-report a:hover,
.industry-tracker-survey p.request-survey a:hover,
.privacy-in-biometrics-box p.link-bottom a:hover{
	color: #3EC6C1;
	background-image: url(../png/arrow-left-green%402x.png);
}

/* Industry Tracker Survey */
.industry-tracker-survey > div > div{
	background: #2f2f3b url(../png/bg-pattern-07.png) no-repeat right center;
	padding: 30px 30px 45px 40px;
	position: relative;
}
.industry-tracker-survey h4{
	background: url(../png/icon-notes.png) no-repeat right top;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 30px;
}
.industry-tracker-survey .column-03 p.request-survey{
	margin-bottom: 12px;
}
.industry-tracker-survey p{
	font-weight: 400;
}
.industry-tracker-survey p > span{
	font-weight: 300;
}
.industry-tracker-survey p.request-report a{
	background-image: url(../png/arrow-left-gray%402x.png);
	color: #5a5a64;
	position: relative;
}
.industry-tracker-survey p.request-report a:after{
	content: '';
	position: absolute;
	right: -22px;
	top: 3px;
	background: #2f2f3b url(../png/padlock-2%402x.png) no-repeat;
	height: 12px;
	width: 10px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
}

/* Vulnerability & Testing */
ul.link-list{
	list-style: none;
	padding: 45px 0 0;
	margin: 0;
}
ul.link-list li{
	margin-bottom: 14px;
	line-height: 1.4em;
}
ul.link-list li a{
	background: url(../png/icon-link%402x.png) no-repeat left center;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1.063rem;
	color: #333;
	display: block;
	text-decoration: underline;
	position: relative;
	height: auto;
	padding: 4px 30px 4px 85px;
	-webkit-background-size: 55px auto;
	-moz-background-size: 55px auto;
	-o-background-size: 55px auto;
	background-size: 55px auto;
}
ul.link-list.column-02 li:first-child + li a,
ul.link-list.column-01 li:last-child a,
ul.link-list.column-01 li:first-child + li + li a{
	padding-top: 15px;
	padding-bottom: 15px;
}
ul.link-list li a:hover{
	color: #3EC6C1;
}
ul.link-list li a.lock-link{
	color: #D9D9D9;
}
ul.link-list li a.lock-link span{
	background: url(../png/padlock%402x.png) no-repeat right 1px;
	padding-right: 23px;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
}
/* ul.link-list li a span{
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 85px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

} */

/* Standard */
ul.link-file{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.link-file li{
	background: url(../png/icon-pdf%402x.png) no-repeat left center;
	padding: 10px 0 10px 100px;
	font-size: 1rem;
	color: #333;
	margin-bottom: 20px;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	-o-background-size: 70px auto;
	background-size: 70px auto;
}
ul.link-file li:last-child{
	margin-bottom: 0;
}
ul.link-file li a{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1.063rem;
	color: #333;
	display: block;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul.link-file li a:hover{
	color: #3EC6C1;
}

.standards-boxes .extra-content-col-inner *{
	color: #fff;
}
.standards-boxes .extra-content-col-inner{
	background: #003e76 url(../png/bg-pattern-05.png) no-repeat right top;
	margin-bottom: 30px;
	padding: 25px 30px 30px;
}
.standards-boxes .extra-content-col-inner h6{
	margin-bottom: 22px;
}
.standards-boxes .extra-content-col-inner p{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1rem;
}
.standards-boxes .extra-content-col-inner p a{
	color: #fff;
	text-decoration: underline;
	padding-right: 23px;
	background: url(../png/arrow-left-white%402x.png) no-repeat right center;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
}

/* Types of Biometrics */
.type-of-bio-col{
	margin-bottom: 30px;
}
.type-of-bio-col-inner *{
	color: #fff;
}
.type-of-bio-col-inner {
	background-color: #2e2f3b;
	background-repeat: no-repeat;
	background-position: 30px 45px;
	padding: 30px 30px 50px 15px;
	position: relative;
}
.type-of-bio-col-inner .bio-image {
	text-align: center;
}
.type-of-bio-col:nth-child(even) .type-of-bio-col-inner {
	background-color: #25262F;
}
.type-of-bio-col-inner h6{
	max-width: 215px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.type-of-bio-category{
	position: absolute;
	right: 0;
	top: 23px;
	z-index: 1;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 0.75rem;
	color: #fff;
	text-transform: uppercase;
	min-width: 125px;
	display: block;
	text-align: center;
	padding: 9px 30px 8px;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-o-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
}

/* About */
ul.sidebar-menus{
	padding-top: 62px;
	margin: 0;
}
ul.sidebar-menus li{
	margin-bottom: 12px;
}
ul.sidebar-menus li:last-child{
	margin-bottom: 0;
}
ul.sidebar-menus li a{
	background-position: 32px center;
	background-repeat: no-repeat;
	background-color: #272731;
	color: #fff;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 125px;
	padding: 0 65px 0 130px;
	display: block;
	text-decoration: none;
	position: relative;
}
ul.sidebar-menus li:first-child a{
	background-image: url(../png/about-icon-01.png);
}
ul.sidebar-menus li:first-child + li a{
	background-image: url(../png/about-icon-02.png);
}
ul.sidebar-menus li:last-child a{
	background-image: url(../png/about-icon-03.png);
}

ul.sidebar-menus.annual-report li a{
	background-image: url(../png/icon-annual-report.png) !important;
}



ul.sidebar-menus li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
}
ul.sidebar-menus li a:hover:before{
	width: 100%;
}
ul.sidebar-menus li a:after{
	background: url(../png/left-arrow-white%402x.png) no-repeat;
	content: '';
	position: absolute;
	right: 34px;
	top: 50%;
	width: 15px;
	height: 22px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-o-background-size: 15px auto;
	background-size: 15px auto;
}
.our-history ul {
	padding-left: 0;
}
.our-history ul li {
	background-color: #003E76;
	background-image: url(../png/bg-pattern-04.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	list-style: none;
	min-height: 388px;
	padding: 30px;
}
.our-history ul li p {
	font-weight: 500;
}
.our-history ul li .history-date {
	background-color: #003A6F;
	border-radius: 100%;
	height: 110px;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 23px 0;
	text-align: center;
}
.our-history ul li span {
	display: block;
	font-family: 'Kaleko205W00';
	font-size: 1.6875rem;
	line-height: 27px;
}
.our-history ul li span.month {
	font-size: 0.8125rem;
	line-height: 14px;
}
.our-history ul li span.year {
	font-size: 16px;
}
/* The Board */
.board-staff{
	padding-top: 40px;
}
.board-staff .row{
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #959595;
	position: relative;
}
.board-staff .row:before{
	background-color: #fff;
	width: 15px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: -1px;
	z-index: 9;
}
.board-staff .row:before{
	left: 0;
}
.board-staff .row:last-child{
	border-bottom: 0;
	padding-bottom: 50px;
}
.board-staff h5{
	position: relative;
	padding-bottom: 30px;
}
.board-staff h5:before{
	background-color: #959595;
	content: '';
	width: 92px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.board-staff h6{
	font-size: 1.125rem;
}
.blue-box *{
	color: #fff;
}
.blue-box{
	padding: 50px 100px;
	background-color: #00529c;
	text-align: center;
}
.blue-box h4{
	font-size: 1.5rem;
	padding: 0 50px;
}
.blue-box h6{
	font-size: 1.25rem;
	padding: 0 60px;
}
.blue-box p{
	margin-bottom: 0;
}
.blue-box p a,
.blue-box h4 a{
	color: #3EC6C1;
	text-decoration: underline;
}
.blue-box p a:hover,
.blue-box h4 a:hover{
	text-decoration: none;
}
.blue-box p a.em-button{
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 50px;
}
a.download-file span{
	background: url(../png/icon-download%402x.png) no-repeat left center;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	padding-left: 23px;
}

/* Expert & Sector Groups */
.accordion-default .accordion{
	padding-top: 1px;
	margin: 0 0 70px;
}
.accordion-default h3.accordion-title{
	background: #003f75 url(../png/plus%402x.png) no-repeat right 35px center;
	color: #fff;
	font-size: 1.375rem;
	padding: 30px 80px 30px 40px;
	margin: 15px 0 0;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	-o-background-size: 30px auto;
	background-size: 30px auto;
}
.accordion-default h3.accordion-title.open{
	background-color: #3ec7c0
}
.accordion-default h3.accordion-title:after,
.accordion-default h3.accordion-title:before{
	display: none;
}
.accordion-default .accordion-content {
	background: #f4f4f4;
	margin: 0;
	padding: 40px 40px 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/* Memberships */
.memberships-row-01 ul.counter-reset li{
	padding: 0;
	height: 45px;
}
.memberships-row-01 ul.counter-reset li span{
	position: absolute;
	top: 50%;
	left: 65px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.memberships-row-01 ul.sidebar-menus{
	padding-top: 105px;
}
.memberships-row-01 ul.sidebar-menus li:first-child a{
	background-image: url(../png/memberships-icon-01.png);
}
.memberships-row-01 ul.sidebar-menus li:first-child + li a{
	background-image: url(../png/memberships-icon-02.png);
}
.memberships-row-01 ul.sidebar-menus li:first-child + li + li a{
	background-image: url(../png/icon-annual-report.png);
}
.memberships-row-01 ul.sidebar-menus li:last-child a{
	background-image: url(../png/memberships-icon-03.png);
}
.memberships-row-02 ul{
	margin-bottom: 30px;
}
.memberships-row-02 ul.list-check-circle li{
	-webkit-background-size: 29px auto;
	-moz-background-size: 29px auto;
	-o-background-size: 29px auto;
	background-size: 29px auto;
	padding: 5px 50px;
	margin: 0 0 15px;
}
.list-check-circle.list-white li {
	background-image: url(../png/check-circle-white%402x.png);
	/* -webkit-background-size: 30px;
	background-size: 30px; */
	-webkit-background-size: 20px;
	background-size: 20px;
	margin-bottom: 30px;
}
.application-row-01 .col-xs-12 .row {
	margin-bottom: 37px;
}
.application-row-01 .col-xs-12 .row-03 {
	margin-top: 80px;
}
.gradient-blue .bg-gradient {
	background-image: url(../jpg/btn-membership-bg%402x.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 38px;
	margin-top: 30px;
	padding: 27px 30px;
}
.gradient-blue .bg-gradient p {
	margin-bottom: 14px;
}
.gradient-blue .bg-gradient a {
	color: #ffffff;
	background-image: url(../png/icon-arrow%402x.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 8px;
	background-size: 10px 8px;
	display: inline-block;
	padding-right: 37px;
	text-decoration: underline;
}
/* Members Benefits */
.members-benefits-boxes .extra-content-col > div {
    margin-bottom: 30px;
}
.members-benefits-boxes .extra-content-col > div a{
	text-decoration: underline;
}

/* Fees */
.fees-row-02 h5{
	font-size: 1.438rem;
}
.fees-row-02 h6{
	font-size: 1.188rem;
}
table.table-col-5{
	margin-top: 10px;
}
table.table-col-5 tr th{
	width: 20%;
}
table.table-col-3 tr th{
	width: 33.3333%;
}
.table-style-1 {
	background-color: #2f2f3b;
	background-image: url(../png/table-pattern.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.table-style-1 th {
	background: none;
}
/* Contact Us */
body.page-contact .arrow-down-white{
	display: none;
}
/*Supplier Directory*/
.page-id-80 .mainbody, .page-id-15 .mainbody, .page-id-75 .mainbody, .gradient-blue {
	background: rgba(0,82,156,1);
	background: -moz-linear-gradient(-45deg, rgba(0,82,156,1) 0%, rgba(0,75,142,1) 53%, rgba(0,67,128,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,156,1)), color-stop(53%, rgba(0,75,142,1)), color-stop(100%, rgba(0,67,128,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,82,156,1) 0%, rgba(0,75,142,1) 53%, rgba(0,67,128,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,82,156,1) 0%, rgba(0,75,142,1) 53%, rgba(0,67,128,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,82,156,1) 0%, rgba(0,75,142,1) 53%, rgba(0,67,128,1) 100%);
	background: linear-gradient(135deg, rgba(0,82,156,1) 0%, rgba(0,75,142,1) 53%, rgba(0,67,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529c', endColorstr='#004380', GradientType=1 );
	padding: 31px 0;
}
.page-id-80 .arrow-down-white, .page-id-15 .arrow-down-white, .page-id-75 .arrow-down-white {
	background: url(../png/curve-top-blue.png) no-repeat;
}
#search-filter-form-189 ul, #search-filter-form-281 ul, #search-filter-form-291 ul {
	margin: 0 -15px;
	padding: 0;
}
#search-filter-form-189 ul li, #search-filter-form-281 ul li, #search-filter-form-291 ul li {
	float: left;
	padding: 0 15px;
	width: 25%;
}
#search-filter-form-281 ul li:last-child, #search-filter-form-291 ul li:last-child {
	width: 50%;
}
#search-filter-form-189 label, #search-filter-form-281 label, #search-filter-form-291 label   {
	width: 100%;
}
#search-filter-form-189 h4, #search-filter-form-281 h4, #search-filter-form-291 h4 {
	color: #FFF;
	font-size: 0.975rem;
}
#search-filter-form-189 select, #search-filter-form-281 select, #search-filter-form-2911 select, .membership-form_wrapper ul.gform_fields li.gfield select  {
	background-image: url(../png/dropdown%402x.png);
	background-position: right 20px center;
	background-size: 8px auto;
	padding: 5px 20px;
}
.suppliers-img {
	border: 1px solid #C3C3C3;
}
.suppliers-content {
	display: none;
}
.logo_list {
    *zoom: 1;
}
.logo_list:before,
.logo_list:after {
    content: "";
    display: table;
    line-height: 0;
}
.logo_list:after {
    clear: both;
}
.logo_list {
    list-style: none;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}
.logo_list > li {
    float: left;
    margin-bottom: 35px;
    padding: 0 15px;
    position: relative;
    width: 20%;
}
.logo_list li .supplier_photo {
	position: relative;
}
.logo_list li.active .supplier_photo:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 26px 24px;
	border-color: transparent transparent #f4f4f4 transparent;
	bottom: -35px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.supplier_info {
    cursor: default;
}
.supplier_facts {
    font-size: 15px;
    margin-left: -26px;
    padding-top: 15px;
}
.supplier_default {
    cursor: pointer;
    position: relative;
    text-align: center;
}
.supplier_photo {
    position: relative;
    background-color: #fff;
}
.supplier_photo img {
    display: inline-block;
    width: auto;
}
.supplier_photo_hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.supplier_photo:hover .supplier_photo_hover {
    opacity: 1;
}
.supplier_full_bio {
    text-align: center;
    position: relative;
}
.supplier_popup {
    display: none;
}
.logo_list li.supplier_popup_row {
    display: none;
    margin: 0 0 35px;
    width: 100%;
}
.supplier_popup_row .supplier_popup {
    display: block;
    position: relative;
}
.supplier_popup > div {
    display: flex;
    align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .supplier_popup > div {
        display: block;
    }
}
.supplier_popup_info_inner {
	background-color: #F4F4F4;
    width: 100%;
}
.supplier-info-inner-container {
	padding: 60px 50px 50px;
}
/*Resources*/
.resources-wrap {
	padding-left: 0;
}
.home resources-wrap {
	margin-right: 0;
}
.resources-wrap li {
	list-style: none;
	margin-bottom: 35px;
}
.resources-wrap.owl-carousel {
	position: relative;
}
.resources-wrap.owl-carousel li {
	margin-bottom: 0;
	padding: 0 15px;
}
.resources-wrap li:nth-child(3) img, .resources-wrap li:nth-child(4) img {
	min-height: 286px;
}
.resources-wrap .resources-details-inner {
 	background-color: #003E76;
}
.page-information-hub .resources-wrap .resources-details-inner, .cat-information-hub .resources-wrap .resources-details-inner {
	background-color: #2C2D3B;
}
.resources-wrap .resources-details-inner * {
	color: #FFF;
}
.resource-content {
	padding: 45px 25px 25px;
}
.resource-content h6 {
	font-size: 1.175rem;
}
.resource-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.resource-image img {
	width: 100%;
    max-height: 341px;
    object-fit: cover;
    object-position: top;
    height: auto !important;
}
.resources-wrap .resources-details-inner .em-date {
	background-color: #003A6F;
}
.page-information-hub .resources-wrap .resources-details-inner .em-date, .cat-information-hub .resources-wrap .resources-details-inner .em-date {
	background-color: #20212B;
}
.owl-carousel.off {
	display: block;
}
.owl-carousel {
	margin-bottom: 0;
}
.owl-carousel .owl-nav, .owl-carousel .owl-nav button {
	position: absolute;
}
.owl-carousel .owl-nav {
	top: 30%;
	width: 100%;
}
.owl-carousel .owl-nav button {
	height: 120px;
	width: 30px;
}
.owl-carousel .owl-nav button.owl-next {
	background-image: url(../png/arrow-bg-right.png);
	background-position: right center;
	right: -7.68%;
}
.owl-carousel .owl-nav button.owl-prev {
	background-image: url(../png/arrow-bg-left.png);
	background-position: left center;
	left: -7.68%;
}
.owl-carousel .owl-dots {
	position: relative;
	text-align: center;
}
.owl-carousel .owl-dots button {
	background-color: #C0C0C0;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}
.owl-carousel .owl-dots button.active {
	background-color: #333333;
}
.resource-slider .owl-dots button, .resohistoryurce-slider .owl-dots button {
	background-color: #FFF;
}
.resource-slider .owl-dots button.active, .resohistoryurce-slider .owl-dots button.active {
	background-color: rgba(255,255,255,0.3);
}
/*Main Sidebar*/
.main-sidebar .related-articles .resource-content {
	min-height: 260px;
}
.main-sidebar .related-articles h3.widgettitle, .article-header .byline {
	font-size: 0.9375rem;
}
.main-sidebar .related-articles h3.widgettitle {
	text-align: right;
}
.article-header .byline {
	color: #333333;
	font-family: 'Kaleko205W00';
	font-style: normal;
	margin-top: 10px;
}
.article-header .byline a {
	text-decoration: underline;
}
.hentry header.article-header {
	border-bottom: 0;
}

/*Page-Navi*/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .previouspostslink {
	float: left;
	font-weight: 600;
}
.wp-pagenavi .nextpostslink{
	float: right;
}
.wp-pagenavi a, .wp-pagenavi span {
	border-radius: 100%;
	border: 2px solid #C3C3C3;
	color: #C3C3C3;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 43px;
	line-height: 35px;
	text-align: center;
	width: 43px;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	border: 2px solid #00529C;
	color: #00529C;
	font-weight: 600;
}
.wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}
.single .wp-pagenavi {
	padding-bottom: 70px;
	margin-top: -30px;
}
.post-password-form p {
	text-align: center;
}
body.page-id-75 .post-password-form p {
	color: #fff;
}
.post-password-form input[type="submit"] {
	margin-top: 20px;
}
.post-password-form {
	margin: 0 auto;
	max-width: 400px;
}
.post-password-form input[type="password"] {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
	border: 2px solid #4dafd2;
}
.post-password-form input[type="submit"] {
	display: block;
	width: 100%;
}
/*Application*/
.page-id-337 .arrow-down-white {
	display: none;
}
.membership-form_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}
.membership-form_wrapper .top_label .gfield_label {
	color: #FFF;
	margin-bottom: 7px !important;
}
.membership-form_wrapper ul.gform_fields li.gfield select {
	color: #323A3B;
	padding: 7px 20px;
}
.membership-form_wrapper ul.gform_fields li.gfield select option {
	color: #323A3B !important;
}
.membership-form_wrapper ul.gform_fields li.gfield textarea {
	padding: 16px 20px;
}
.membership-form_wrapper .gform_fields li.gfield.field_description_below+li.gsection {
	margin: 45px 0 25px !important;
}
.membership-form_wrapper .address_line_1, .membership-form_wrapper .address_state {
	margin-bottom: 18px !important;
}
.membership-form_wrapper .field_description_below .gfield_description {
	color: #FFF;
	font-size: 0.937rem;
	font-style: italic;
}
.membership-form_wrapper.gform_wrapper div.validation_error {
	color: #fff;
}
.membership-form_wrapper h5, .membership-form_wrapper h6, .membership-form_wrapper p, .membership-form_wrapper small, .membership-form_wrapper ul.gfield_checkbox li label {
	color: #FFF !important;
}
.membership-form_wrapper #field_2_54 .gfield_label, .membership-form_wrapper #field_2_56 .gfield_label, .membership-form_wrapper #field_2_58 .gfield_label {
	display: none !important;
}
.gradient-blue h1, .gradient-blue h2, .gradient-blue h3, .gradient-blue h4, .gradient-blue h5, .gradient-blue h6, .gradient-blue p, .gradient-blue li {
	color: #FFF;
}
.membership-form_wrapper {
	margin-bottom: 50px !important;
}
.membership-form_wrapper .gfield ul.gfield_checkbox li {
  	position: relative;
  	padding-left: 40px !important;
}
.membership-form_wrapper .gfield_checkbox li label {
	font-weight: 700;
}
.membership-form_wrapper .gfield_checkbox li label:after {
  	content: "";
  	background: #FFF;
  	bottom: 0;
  	width: 23px;
  	height: 23px;
  	display: block;
  	margin: auto 0;
  	position: absolute;
 	left: 0;
 	top: 0;
  	border-radius: 5px;
  	z-index: 0;
}
.membership-form_wrapper .gfield_checkbox li label:before {
 	bottom: 0;
  	content: "";
  	display: block;
  	position: absolute;
  	width: 6px;
  	height: 15px;
  	border: solid #000;
  	border-width: 0 3px 3px 0;
  	left: 9px;
  	margin: auto 0;
  	top: 0;
 	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  	opacity: 0;
  	z-index: 1;
  	transition: all 100ms;
}

.membership-form_wrapper input[type="checkbox"] {
  	opacity: 0;
  	outline: none;
  	z-index: 100;
 	width: 23px !important;
 	height: 23px !important;
 	top: 0;
 	left: 0;
 	position: absolute;
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  	cursor: pointer;
}
.membership-form_wrapper input[type="checkbox"] + label {
  	cursor: pointer;
}
.membership-form_wrapper input[type="checkbox"]:checked + label:before {
  	opacity: 1;
}
@media(min-width: 641px) {
	.membership-form_wrapper .address_line_1, .membership-form_wrapper .address_state {
		width: 50%;
	    display: -moz-inline-stack;
	    display: inline-block;
	    margin: 0 -4px 0 0;
	    margin-right: 8px !important;
	    padding-right: 8px;
	    vertical-align: top;
	}
	.membership-form_wrapper .address_city, .membership-form_wrapper .address_zip {
		margin-right: -8px !important;
		padding-right: 8px !important;
	}
}

.sdm_download.darkblue {
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    padding: 16px 35px 15px;
    color: #fff !important;
    background-color: #3ec7c0;
    background-image: -webkit-linear-gradient(to right, #5ca0dd, #3ec7c0);
    background-image: -moz-linear-gradient(to right, #5ca0dd, #3ec7c0);
    background-image: -ms-linear-gradient(to right, #5ca0dd, #3ec7c0);
    background-image: -o-linear-gradient(to right, #5ca0dd, #3ec7c0);
    background-image: linear-gradient(to right, #5ca0dd, #3ec7c0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5ca0dd, endColorstr=#3ec7c0);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: none !important;
    text-shadow: none;
    font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
}

/*Events*/

.page-evrplus_registration .mainbody{
	background: #F5F5F5;
}

.events-plus-2 {
    background: #fff;
    padding: 0 50px;
}

.events-plus-2 .events-list {
	border: 0;
	box-shadow: none;
}
.events-plus-2 .events-list > div {
	border-right-color: rgba(0, 0, 0, 0) !important;
	margin-bottom: 30px;
}
.events-plus-2 .events-list .ti8le, .events-plus-2 .event-single .ti8le {
	font-size: 1.5rem;
}
.events-plus-2 .events-list .ti8le a {
	color:  #00529C;
}
.events-plus-2 .events-list .sea8s label {
	background-color: #3ec7c0 !important;
	color: #FFF !important;
	font-weight: bold;
}
.events-plus-2 .events-list .t7umb img {
	/* border: 5px solid #00529C; */
}
.events-plus-2 .event-single {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0;
	box-shadow: none;
}
.events-plus-2 .event-single p {
	margin: 0 !important;
}
.events-plus-2 .event-single * {
}
.events-plus-2 .event-single .me8a {
	border-color: #FFF;
}
.events-plus-2 .event-single .me8a .fa {
	background: none !important;
	border: 0 !important;
	left: 0;
	right: 0;
	top: 20px;
	margin: 0 auto;
}
.events-plus-2 .event-single .me8a .it3m .d3sc {
    padding: 70px 0 20px !important;
}
.events-plus-2 .info-m3ssages {
	background-color: #FFF;
	border: 0;
	color: #000;
}
.events-plus-2 .info-m3ssages *, .events-plus-2 .regis8er-form .fi3ld-with-icon:before {
	color: #000;
}
.events-plus-2 .fi3ld-buttons br {
	display: none;
}
.events-plus-2 .event-single .regis8er-form#evrplusRegForm {
	padding-top: 0;
}
.events-plus-2 .btn-larg3, .events-plus-2 input[type=submit], .events-plus-2 input[type=button], .events-plus-2 input[type=reset], .events-plus-2 .btn {
	font-size: 1rem;
}
.events-plus-2 .event-single .d3sc h4 {
	margin-bottom: 0;
}
.events-plus-2 .event-single .s0cial {
	left: 0;
}
.events-plus-2 .event-single .s0cial br {
	display: none;
}
.events-plus-2 .event-single .s0cial a {
	display: inline-block;
	vertical-align: top;
}

.events-plus-2 .event-single .bann3r {
	display: none;
}

.events-plus-2 .event-single .bann3r .acti0n {
	right: 0;
	display: none;
}
.events-plus-2 .event-single .ti8le {
	text-align: left;
	color: #fff;
	padding: 50px;
	background: #00498B;
	margin: 30px 0 0 !important;
}
.events-plus-2 .event-single .me8a {
	display: block;
}

.row-eq-height.me8a:first-child {
    background: #f5f5f5;
    padding: 40px 40px 30px;
	margin-bottom: 35px;
}

#eventplus_event_date, #eventplus_event_time{
	display:inline-block;
}

.events-plus-2 .event-single .me8a .it3m {
	border-right: none;
	float: none;
	width: auto;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_date .d3sc,
.events-plus-2 .event-single .me8a .it3m#eventplus_event_time .d3sc {
	text-align: left;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_date .fa,
.events-plus-2 .event-single .me8a .it3m#eventplus_event_time .fa {
	right: auto;
	top: 0;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_date h4 br {
	display: none;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_date .d3sc,
.events-plus-2 .event-single .me8a .it3m#eventplus_event_time .d3sc {
	padding: 10px 0 15px 50px !important;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_location {
	background: #3ec7c0;
	color: #fff;
	margin-top: 50px;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_location h4 {
	color: #fff;
}
.events-plus-2 .event-single .me8a .it3m#eventplus_event_location p {
	font-weight: normal;
}
.events-plus-2 .event-single #eventplus_event_fees {
	margin-top: 50px;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc h4 {
	margin-bottom: 15px;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc .row .col-xs-6 {
	padding-bottom: 12px;
	padding-top: 12px;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc .row .col-xs-6:first-child {
	text-align: left;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc .row .col-xs-6:nth-child(2) {
	display: none;
	text-align: right;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc .row:nth-child(2n+1) {
	background: #EDEDED;
}
.events-plus-2 .event-single #eventplus_event_fees .d3sc .row:nth-child(2n) {
	background: #f6f6f6;
}
.events-plus-2 .event-single .d3sc {
	padding-left: 0;
	padding-right: 0;
}

.events-plus-2 .event-single .ac8ion .btn {
	background-color: #3ec7c0;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff !important;
	display: inline-block;
	font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
	padding: 14px 40px 13px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.events-plus-2 .event-single .ac8ion .btn:hover {
	background-color: #14aca4;
	color: #fff;
	text-decoration: none;
    }

/*Twitter*/

#ctf .ctf-item {
	border: 0;
	float: left;
	padding: 0 25px;
	width: 50%;
}
#ctf .ctf-tweet-content, #ctf .ctf-tweet-actions {
	margin-left: 80px;
}
#ctf .ctf-tweet-meta {
	display: block;
	text-align: right;
}
#ctf .ctf-tweet-content {
	margin-bottom: 20px;
}
#ctf .ctf-tweet-content a {
	color: #03A9F4;
}
.twitter-follow {
	padding: 14px !important;
}
.twitter-follow a {
	color: #000;
}
.twitter-follow .fa {
	color: #03A9F4;
	font-family: 'Kaleko205W00';
	font-size: 1.25rem;
	padding-right: 15px;
}
.twitter-feeds {
	padding-bottom: 50px;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/
.congress-frm_wrapper.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.input-border-frm_wrapper.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #aaa;
}
.congress-frm_wrapper.gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
}

/******************************************
BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.875rem;
}
.post-image {
	margin: 30px 0;
	text-align: center;
}
/******************************************
EVENTS
******************************************/
body.post-type-archive-tribe_events .mainbody {
	padding-top: 30px;
}
body.post-type-archive-tribe_events #tribe-events .tribe-events-button {
	display: none;
}
.tribe-events-title-bar {
    display: none;
}

.tribe-bar-date-filter {
    display: none;
}

#tribe-events-content-wrapper {
    max-width: 100% !important;
}

.tribe-events-read-more {
    background-color: rgba(0,0,0,0);
    border: 2px solid #00529c;
    color: #00529C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #00529c;
    display: inline-block;
    font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
    padding: 14px 40px 13px;
    text-align: center;
    margin-top: 15px;
}

.tribe-events-read-more:hover {
	background-color: #00529C;
	color:#fff;
}

.tribe-events-list-event-title a{
	color:#272525;
}

.type-tribe_events{
	background: #f4f4f4;
	padding: 50px !important;
	margin: 60px 0 !important;
}

/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
	margin-left: -1px;
}
nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li:before {
	background-color: #cbcbcb;
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 31px;
}
/* nav.main-nav ul.nav > li.menu-item-has-children > a > span:after, */
nav.main-nav ul.nav > li:last-child:before {
	display: none;
}
nav.main-nav ul.nav > li > a {
	color: #505050;
	display: block;
	font: 600 1.063rem/54px 'proxima-nova', sans-serif;
	padding: 12px 27px 12px;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li:last-child > a {
	padding-right: 0;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 13px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
/*nav.main-nav ul.nav > li > a > span {
	display: inline-block;
	position: relative;
	padding-bottom: 24px;
}
nav.main-nav ul.nav > li > a > span:after {
	background-color: #00529C;
	content: "";
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
nav.main-nav ul.nav > li.current-menu-item > a > span:after,
nav.main-nav ul.nav > li.current-parent-item > a > span:after,
nav.main-nav ul.nav > li.current-menu-ancestor > a > span:after,
nav.main-nav ul.nav > li:hover > a > span:after {
	width: 100%;
}
*/
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #00529C;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 700;
}
nav.main-nav ul.nav li ul {
	background: #f5f5f5;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 140%;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 270px;
	z-index: 9999;
}
nav.main-nav ul.nav li.whatisbiotrics-menu > ul,
nav.main-nav ul.nav li.about-menu > ul{
	width: 235px;
}
nav.main-nav ul.nav li.events-menu > ul{
	width: 280px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #cbcbcb;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #505050;
	display: block;
	font: 600 1.063rem/1.1em 'proxima-nova', sans-serif;
	padding: 17px 27px;
	text-decoration: none;
}
.footer-menus ul li.information-hub-menu a,
nav.main-nav ul.nav li ul li.information-hub-menu a {
	color: #B5B5B5;
	position: relative;
}
.footer-menus ul li.information-hub-menu a:after,
nav.main-nav ul.nav li ul li.information-hub-menu a:after {
	content: '';
	display: inline-block;
	background: url(../png/padlock%402x.png) no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	width: 10px;
	height: 12px;
	margin-left: 10px;
}
nav.main-nav ul.nav li ul li a:hover,
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #3ec7c0;
	color: #fff;
}
nav.main-nav ul.nav li ul ul {
	left: 100%;
	top: 0 !important;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
	top: 2px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #5ca0dd;
}
#sfm-sidebar .sfm-menu li > a span {
	color: #FFF;
	text-transform: none;
}
#sfm-sidebar.sfm-indicators .sfm-sm-indicator i {
	color: #FFF !important;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon::before {
    top: 9px;
}
.sfm-navicon::after {
    top: -9px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

.hideAll {
	margin: 0 !important;
	display: none !important;
}

/* GRAVITY FORM */
.membership-form_wrapper {
	margin-top: 50px !important;
}
.membership-form_wrapper .gform_heading .gform_description {
	color: #ffffff;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.gform_item_wrapper_begin, .membership-form_wrapper.gform_wrapper .gform_body .gfield.gform_item_wrapper_end {
	clear: none !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.gsection {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.gform_item_wrapper_begin ul {
	margin-bottom: 0;
	margin-top: 0;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.gform_item_wrapper_begin ul, .membership-form_wrapper.gform_wrapper .gform_body .gfield.gform_item_wrapper_end ul {
	padding-left: 0;
	padding-right: 0;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.gfield_html_formatted h5, .membership-form_wrapper.gform_wrapper .gform_body .gfield .gfield_label {
	margin-bottom: 10px;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield .gfield_description, .membership-form_wrapper.gform_wrapper .gform_body .gfield.gfield_html_formatted p {
	font-size: 1.0625rem;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.no-required .gfield_required {
	display: none;
}
.membership-form_wrapper.gform_wrapper .gform_body .gfield.font-20 label.gfield_label {
	font-size: 1.25rem;
}
.membership-form_wrapper.gform_wrapper .gform_footer {
	text-align: right;
}
.membership-form_wrapper.gform_wrapper .gform_footer input {
    margin-right: 0 !important;
	width: 50% !important;
}

/* UNIVERSITY APPLICATION */
.university-application {
	padding-top: 50px;
}

/*** Enter your custom style here ***/
.form-tabs .div-1 ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
.form-tabs .div-1 ul li {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.form-tabs .div-1 ul li.active a {
	background-color: #00c9cc;
}
.form-tabs .div-2,
.form-tabs .div-3 {
	display: none;
}
.form-tabs .div-2.active,
.form-tabs .div-3.active {
	display: block;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 992px) {
	/* Extra Classname */
	.md-text-right{
		text-align: right;
	}
	.md-float-right{
		float: right;
	}

	/* Extra Paddings */
	.pt-80{ padding-top: 80px;}
	.pt-70{ padding-top: 70px;}
	.pt-60{ padding-top: 60px;}
	.pt-50{ padding-top: 50px;}
	.pt-40{ padding-top: 40px;}
	.pt-30{ padding-top: 30px;}
	.pt-20{ padding-top: 20px;}
	.pt-15{ padding-top: 15px;}
	.pt-10{ padding-top: 10px;}
	.pt-5{ padding-top: 5px;}
	.pb-80{ padding-bottom: 80px;}
	.pb-70{ padding-bottom: 70px;}
	.pb-60{ padding-bottom: 60px;}
	.pb-50{ padding-bottom: 50px;}
	.pb-40{ padding-bottom: 40px;}
	.pb-30{ padding-bottom: 30px;}
	.pb-20{ padding-bottom: 20px;}
	.pb-15{ padding-bottom: 15px;}
	.pb-10{ padding-bottom: 10px;}
	.pb-5{ padding-bottom: 5px;}
	.pl-80{ padding-left: 80px;}
	.pl-70{ padding-left: 70px;}
	.pl-60{ padding-left: 60px;}
	.pl-50{ padding-left: 50px;}
	.pl-40{ padding-left: 40px;}
	.pl-30{ padding-left: 30px;}
	.pl-20{ padding-left: 20px;}
	.pl-15{ padding-left: 15px;}
	.pl-10{ padding-left: 10px;}
	.pl-5{ padding-left: 5px;}
	.pl-0{ padding-left: 0;}
	.pr-80{ padding-right: 80px;}
	.pr-70{ padding-right: 70px;}
	.pr-60{ padding-right: 60px;}
	.pr-50{ padding-right: 50px;}
	.pr-40{ padding-right: 40px;}
	.pr-30{ padding-right: 30px;}
	.pr-20{ padding-right: 20px;}
	.pr-15{ padding-right: 15px;}
	.pr-10{ padding-right: 10px;}
	.pr-5{ padding-right: 5px;}
	.pr-0{ padding-right: 0;}

	/* Extra Margins */
	.mb-70{ margin-bottom: 70px;}
	.mb-60{ margin-bottom: 60px;}
	.mb-50{ margin-bottom: 50px;}
	.mb-40{ margin-bottom: 40px;}
	.mb-30{ margin-bottom: 30px;}
	.mb-20{ margin-bottom: 20px;}
	.mb-15{ margin-bottom: 15px;}
	.mb-10{ margin-bottom: 10px;}
	.mb-5{ margin-bottom: 5px;}
	.mr-70{ margin-right: 70px;}
	.mr-60{ margin-right: 60px;}
	.mr-50{ margin-right: 50px;}
	.mr-40{ margin-right: 40px;}
	.mr-30{ margin-right: 30px;}
	.mr-20{ margin-right: 20px;}
	.mr-15{ margin-right: 15px;}
	.mr-10{ margin-right: 10px;}
	.mr-5{ margin-right: 5px;}
	.ml-70{ margin-left: 70px;}
	.ml-60{ margin-left: 60px;}
	.ml-50{ margin-left: 50px;}
	.ml-40{ margin-left: 40px;}
	.ml-30{ margin-left: 30px;}
	.ml-20{ margin-left: 20px;}
	.ml-15{ margin-left: 15px;}
	.ml-10{ margin-left: 10px;}
	.ml-5{ margin-left: 5px;}
	.page-id-337 .gradient-blue {
		padding-top: 90px;
	}
	.owl-carousel .owl-dots {
		display: none;
	}
	.type-of-bio-col-inner .bio-image {
		margin-top: 15px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	.single .main-content {
		padding-right: 125px;
	}
	.main-sidebar .related-articles {
		margin-top: 60px;
	}
	.res-cont {
		margin-bottom: 60px;
	}
}
@media (max-width: 1199px) {
	html {
		font-size: 95% !important;
	}

	body {
		font-size: 16px;
	}


	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	.extra-content, .mainbody {
		padding: 75px 0;
	}

	/* Header */
	.main-header .container{
		width: 100%;
	}
	nav.main-nav ul.nav li ul li a,
	nav.main-nav ul.nav > li > a{
		font-size: 1rem;
	}
	nav.main-nav ul.nav li ul {
		width: 190px;
	}
	nav.main-nav ul.nav li.whatisbiotrics-menu > ul,
	nav.main-nav ul.nav li.about-menu > ul {
		width: 220px;
	}
	nav.main-nav ul.nav li.events-menu > ul{
		width: 250px;
	}

	/* Homepage */
	.latest-blogs h2,
	.upcoming-events h2 {
		padding-bottom: 0;
	}

	.inner-banner{
		padding: 80px 0 70px;
	}

	/* Vulnerability & Testing */
	ul.link-list li a{
		padding: 4px 10px 4px 75px;
		-webkit-background-size: 50px auto;
		-moz-background-size: 50px auto;
		-o-background-size: 50px auto;
		background-size: 50px auto;
	}

	/* Standard */
	ul.link-file li{
		padding: 7px 0 7px 90px;
		-webkit-background-size: 60px auto;
		-moz-background-size: 60px auto;
		-o-background-size: 60px auto;
		background-size: 60px auto;
	}

	/* Types of Biometrics */
	.type-of-bio-col-inner{
		padding: 30px 30px 30px 30px;
	}
	.type-of-bio-category{
		padding: 8px 20px 7px;
	}


	/* About */
	ul.sidebar-menus {
		padding-top: 94px;
	}
	ul.sidebar-menus li a{
		line-height: 130%;
		-webkit-background-size: 50px auto;
		-moz-background-size: 50px auto;
		-o-background-size: 50px auto;
		background-size: 50px auto;
		padding: 30px 60px 30px 110px;
	}

	/* Memberships */
	.memberships-row-02 ul.list-check-circle li{
		-webkit-background-size: 25px auto;
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		background-size: 25px auto;
		padding: 4px 50px;
		margin: 0 0 10px;
	}



	/*** Enter your custom style here ***/
	.supplier_profile {
        padding: 10px 10px 30px;
    }
    .supplier_profile h4 {
        font-size: 1rem;
        line-height: 1rem;
    }
    .supplier_item_0 .supplier_photo::before {
        height: 150px;
        bottom: -150px;
    }
    .resources-wrap .resources-details-inner .read-more {
    	display: inline-block;
    }
    .resources-wrap .resources-details-inner .view-link {
    	float: left;
    	position: relative;
    	bottom: 0;
    	left: 0;
    }
    .resources-wrap .resources-details-inner .em-date {
    	bottom: auto;
    	float: right;
    	margin-top: -25px;
    	position: relative;
    	right: 10px;
    }
    .resources-wrap .resources-details-inner .res-cont {
    	margin-bottom: 35px;
    }
    .type-of-bio-col-inner h6 {
    	max-width: 200px;
    }
}

@media (max-width: 1150px) {
	nav.main-nav ul.nav > li > a{
		padding: 12px 24px 12px;
	}
}

@media (max-width: 1100px) {
	.logo img {
		max-width: 190px;
	}
	nav.main-nav ul.nav > li:before{
		height: 15px;
		top: 27px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 7px 22px 7px;
	}
	nav.main-nav ul.nav > li > a > span{
		padding-bottom: 15px;
	}
	.header-button a.em-button {
		font-size: 14px;
		padding: 10px 34px 9px;
	}
}

@media (max-width: 1050px) {
	.logo img {
		max-width: 165px;
	}
	nav.main-nav ul.nav > li:before{
		height: 14px;
		top: 24px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 5px 21px 5px;
	}
	nav.main-nav ul.nav > li > a > span{
		padding-bottom: 12px;
	}
}
@media (max-width: 1010px) {
	nav.main-nav ul.nav > li > a{
		padding: 5px 20px 5px;
	}
}


@media (max-width: 991px) {
	html {
		font-size: 90% !important;
	}

	h1 {
		font-size: 2.125rem;
		line-height: 38px;
	}

	p {
		margin-bottom: 20px;
	}

	.sfm-rollback {
		display: block;
		width: 0;
	}

	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	.pt-50 {
		padding-top: 30px !important;
	}
	.pb-50 {
		padding-bottom: 30px !important;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.accordion-content,
	h3.accordion-title{
		padding-left: 80px;
	}
	h3.accordion-title:before{
		height: 50px;
		width: 50px;
	}
	h3.accordion-title:after{
		line-height: 50px;
		width: 50px;
		text-align: center;
	}
	.accordion-content{
		background-position: 21px 0;
	}

	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	.extra-content, .mainbody {
		padding: 60px 0;
	}

	/* Header */
	body.sticky .main-header{
		position: fixed;
		width: 100%;
		height: 1px;
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255,0.25);
		z-index: 99999;
	}
	body.sticky .logo{
		display: none;
	}
	.main-header{
		padding: 20px 0 24px;
		border-top: 50px solid #004684;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.header-nav, .header-right{
		display: none;
	}

	/* Homepage  */
	.home-banner .ls-v5 .ls-nav-next,
	.home-banner .ls-v5 .ls-nav-prev{
		height: 100px;
		width: 25px;
		-webkit-background-size: 25px auto !important;
		-moz-background-size: 25px auto !important;
		-o-background-size: 25px auto !important;
		background-size: 25px auto !important;
	}
	.home-banner .ls-v5 .ls-bottom-slidebuttons a{
		height: 10px;
		width: 10px;
		margin: 0 2px;
	}
	body.home .mainbody{
		padding: 40px 0;
	}
	body.home .mainbody h6 br{
		display: none;
	}
	.hp-list{
		margin: 0 auto 20px;
	}
	.lb-list-01,
	.event-list{
		margin-bottom: 30px;
	}
	.event-list-03,
	.hp-list-03{
		margin-bottom: 0 !important;
	}
	.hp-photo img{
		width: 100%;
	}
	.event-content h6,
	.hp-content{
		min-height: 1px !important;
	}
	.about-biometrics h2{
		margin-bottom: 10px;
	}

	/* Bottom Bar */
	.copyright,
	.social-media,
	.bottom-bar .col-md-4,
	.bottom-bar{
		text-align: center;
	}
	.bottom-bar .col-md-6{
		padding-top: 22px;
		padding-bottom: 24px;
	}

	/* Footer */
	.main-footer {
		padding: 60px 0;
	}
	.footer-logo{
		text-align: center;
		padding-top: 35px;
	}
	.main-footer .row-02 hr{
		margin: 35px 0;
	}
	.copyright{
		padding-top: 10px;
	}
	.main-footer .subscribe {
		padding-top: 20px;
		text-align: center;
	}
	.inner-banner{
		padding: 70px 0 65px;
	}

	/* What is Biometrics */
	.industry-tracker-survey > div > div,
	.privacy-in-biometrics-box > div > div,
	.dark-box > div{
		min-height: 1px !important;
	}
	.what-is-biometrics-row-01 .row-03 h6{
		margin-bottom: 0;
		padding-top: 20px;
	}
	.biometrics-buttons-bar h2 {
		padding-bottom: 0px;
	}
	.biometrics-buttons-bar ul > li{
		width: 50%;
	}
	.biometrics-buttons-bar ul > li > a{
		height: 100px;
	}
	.industry-tracker-survey,
	.privacy-in-biometrics-box {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.privacy-in-biometrics-box > div > div{
		padding: 40px;
	}
	.privacy-in-biometrics-box h4 br{
		display: none;
	}
	.privacy-in-biometrics-box p.link-bottom{
		position: static;
	}

	/* Vulnerability & Testing */
	.vulnerability-testing-row-01 .row-02 .column-02,
	.vulnerability-testing-row-01 .row-02 .column-01{
		padding-bottom: 0;
		padding-top: 0;
	}
	ul.link-list{
		padding: 0;
	}
	ul.link-list li a{
		padding: 13px 0 13px 70px;
		-webkit-background-size: 45px auto;
		-moz-background-size: 45px auto;
		-o-background-size: 45px auto;
		background-size: 45px auto;
	}

	/* Standard */
	ul.link-file li{
		padding: 5px 0 5px 80px;
		-webkit-background-size: 55px auto;
		-moz-background-size: 55px auto;
		-o-background-size: 55px auto;
		background-size: 55px auto;
	}
	.standards-row-01{
		padding-bottom: 20px !important;
	}
	.standards-boxes .extra-content-col-inner{
		margin-bottom: 0;
	}

	/* Types of Biometrics */
	.type-of-bio-col-inner{
		min-height: 1px !important;
	}
	.type-of-bio-col-inner h6 {
		width: 100%;
	}
	/* About */
	.about-row-01{
		padding-bottom: 30px;
	}
	ul.sidebar-menus {
		padding-top: 10px;
	}

	/* The Board */
	.board-staff{
		padding-top: 0;
		text-align: center;
	}
	.board-staff .row {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.board-staff h5{
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.board-staff h5:before{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.blue-box {
		padding: 50px;
	}
	.blue-box h4{
		padding: 0;
	}

	/* Expert & Sector Groups */
	.accordion-default h3.accordion-title{
		font-size: 1.25rem;
		padding: 30px 80px 30px 30px;
	}

	/* Memberships */
	.memberships-row-01 ul.sidebar-menus {
		padding-top: 10px;
	}
	.memberships-row-02 h5{
		margin-bottom: 20px;
	}
	.memberships-row-02 .extra-content-col{
		padding-top: 0;
		padding-bottom: 0;
	}
	.memberships-row-02 .column-01 ul{
		margin-bottom: 0;
	}
	.memberships-row-02 ul.list-check-circle li{
		padding: 4px 0 4px 40px;
	}

	/* Members Benefits */
	.members-benefits-boxes .extra-content-col{
		padding-top: 0;
		padding-bottom: 0;
	}
	.members-benefits-boxes .extra-content-col > div,
	.privacy-in-biometrics-box > div > div {
		padding: 35px 30px;
	}
	.members-benefits-boxes .extra-content-col > div{
		min-height: 1px !important;
	}

	/* Fees */
	.fees-row-02 .extra-content-col{
		padding-top: 0;
		padding-bottom: 0;
	}
	.fees-row-02 h5 {
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.fees-row-02 h6 {
		font-size: 1.125rem;
		margin-bottom: 5px;
	}
	table.table-col-3 {
		margin-top: 10px;
	}




	/*** Enter your custom style here ***/
    .logo_list li {
        width: 33.333%;
    }
    .logo_list li .box-list li {
        width: 100%;
    }
    .supplier_popup_info {
        min-height: auto !important;
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .supplier_popup_info_inner {
    	margin-bottom: 35px;
    }
    .supplier_popup_info_inner .em-button {
    	margin-top: 30px;
    }
    .supplier_popup_photo {
        display: none !important;
    }
    .logo_list li.supplier_popup_row {
        padding: 0;
        margin: 0;
    }
    #search-filter-form-189 ul li, #search-filter-form-281 ul li, #search-filter-form-291 ul li  {
    	float: none;
    	margin-bottom: 20px;
    	width: 100%;
    }
    #search-filter-form-281 ul li:last-child, #search-filter-form-291 ul li:last-child {
    	width: 100%;
    }
    .resource-image {
    	min-height: 0 !important;
    }
    .resource-content {
    	min-height: 240px !important;
    }
    .owl-carousel .owl-dots {
    	margin-top: 20px;
    }
	.resource-image {
		min-height: 300px !important;
	}
	.main-sidebar .related-articles h3.widgettitle {
		margin-top: 40px;
		text-align: center;
	}
	.banner-logo {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	body.post-type-archive-tribe_events .mainbody,
	body.post-type-archive-tribe_events #tribe-events-pg-template {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}

	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}
	.table-style-1 tr{
		display: block;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}

	.extra-content, .mainbody {
		padding: 50px 0;
	}

	/* Homepage  */
	.home-banner .ls-v5 .ls-nav-next,
	.home-banner .ls-v5 .ls-nav-prev{
		height: 80px;
		width: 20px;
		margin-top: -40px;
		-webkit-background-size: 20px auto !important;
		-moz-background-size: 20px auto !important;
		-o-background-size: 20px auto !important;
		background-size: 20px auto !important;
	}
	.home-banner .ls-v5 .ls-bottom-nav-wrapper {
		top: -57px;
	}
	.home-banner .ls-v5 .ls-bottom-slidebuttons a{
		height: 7px;
		width: 7px;
	}
	.latest-blogs h2,
	.upcoming-events,
	.about-biometrics{
		text-align: center;
	}
	.latest-blogs{
		padding-top: 65px;
	}

	/* Footer */
	.main-footer {
		padding: 15px 0 80px;
	}
	.footer-menus{
		display: none;
	}
	.footer-logo img {
		max-width: 125px;
	}
	.copyright p{
		font-size: 16px;

	}
	.copyright p > span{
		display: block;
		text-indent: -999em;
		height: 1px;
	}

	/* What is Biometrics */
	.dark-box > div{
		padding: 35px;
	}
	.dark-box h4{
		padding-right: 0;
		background: none;
	}
	.dark-box h4 br{
		display: none;
	}
	.biometrics-buttons-bar ul > li{
		float: none;
		margin: 0 0 20px !important;
		width: 100%;
	}
	.biometrics-buttons-bar ul > li > a{
		height: 80px;
	}
	.biometrics-buttons-bar ul > li > a > span{
		left: 30px;
		right: 30px;
		padding-right: 45px;
	}
	.privacy-in-biometrics-box p{
		padding-right: 0;
	}

	/* Standard */
	.standards-boxes .extra-content-col-inner h6{
		min-height: 1px !important;
		margin-bottom: 18px;
	}

	/* Fees */
	.table-style-1 tr:nth-child(2n) td {
		background: #eee;
	}

	/*** Enter your custom style here ***/
	.mobile-banner {
		background-image: url(../jpg/home-banner-2.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 10% 9%;
	}
	.mobile-banner h1 {
		color: #FFF;
	}
	.mobile-banner ul li {
		display: inline-block;
	}
	.mobile-banner ul li a.em-button {
		display: block;
		font-size: 1rem;
		padding: 14px 15px 13px;
	}
	.mobile-banner ul li a.em-white-border {
		display: block;
		font-size: 1rem;
		padding: 11px 15px 12px;
	}
	.resources-details {
		float: none;
		max-width: 375px;
		margin: 0 auto;
	}
	#ctf .ctf-item {
		float: none;
		width: 100%;
	}
	.owl-carousel .owl-nav {
		display: none;
	}
}

@media (max-width: 640px) {
	/* Types of Biometrics */
	.type-of-bio-col-inner{
		padding: 30px 30px 30px;
		text-align: center;
	}
	.type-of-bio-col-inner h6 {
		max-width: 100%;
		padding-top: 20px;
	}
	.type-of-bio-category {
		position: static;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-o-border-radius: 25px;
	}
	.type-of-bio-category {
		margin-top: 30px;
	}
	.blue-box {
		padding: 35px 30px;
	}
	.events-plus-2 .event-single .d3sc h4 {
		font-size: 16px;
	}
	ul.search-list li {
		padding:20px;
	}

}
@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	.lb-list > div{
		width: 100% !important;
	}
	.lb-photo{
		height: 190px;
		background-position: center center;
	}


	/*** Enter your custom style here ***/
	.logo_list li {
        float: none;
        margin: 30px 0 0;
        padding: 0;
        width: auto;
    }
    .supplier_popup_photo,
    .supplier_popup_info {
        float: none;
        min-height: 1px !important;
        width: auto;
    }
    .logo_list li.supplier_popup_row {
            display: none !important;
            width: auto;
    }
    .supplier_popup_info {
        padding: 0 20px;
    }
    .logo_list li.active .supplier_photo_hover {
            opacity: 1;
    }
    .logo_list li.supplier_item .supplier_popup {
        display: block;
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .logo_list li.active .supplier_popup {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .logo_list li.active .supplier_popup .supplier_popup_photo {
        display: none;
    }
    .logo_list li.active .supplier_popup .supplier_popup_info:before {
        display: none;
    }
    .logo_list li.active .supplier_popup .supplier_popup_info {
        padding: 0;
    }
    .logo_list li.active .supplier_popup .supplier_popup_info .supplier_popup_title,
    .logo_list li.active .supplier_popup .supplier_popup_info .supplier_popup_position {
        display: none;
    }
    .logo_list {
    	max-width: 320px;
    	margin: 0 auto;
    }
    .supplier-info-inner-container {
        padding: 30px 20px 20px;
    }
    .mobile-banner {
    	padding: 15% 9%;
    }
    .mobile-banner ul li {
    	display: block;
    }
	.events-plus-2 .event-single .me8a .it3m {
		border-bottom: none;
	}
	.events-plus-2 .event-single .me8a .it3m#eventplus_event_date .d3sc,
	.events-plus-2 .event-single .me8a .it3m#eventplus_event_time .d3sc {
		padding-bottom: 10px !important;
		padding-left: 40px !important;
	}
	.events-plus-2 .event-single .me8a .it3m#eventplus_event_date .fa,
	.events-plus-2 .event-single .me8a .it3m#eventplus_event_time .fa {
		top: 50%;
			-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.events-plus-2 .event-single #eventplus_event_fees .d3sc .row .col-xs-6 {
		float: none;
		width: auto;
	}
	.events-plus-2 .event-single #eventplus_event_fees .d3sc .row .col-xs-6:nth-child(2) {
		font-weight: 600;
		text-align: left;
	}
	#tribe-events-pg-template {
		padding-left: 0;
		padding-right: 0;
	}
	.type-tribe_events {
		padding: 20px !important;
	}
	body.single-tribe_events .type-tribe_events {
		padding-bottom: 0 !important;
	}
	.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.tribe-events-list .tribe-events-loop .tribe-events-content > p {
		display: none;
	}
	.tribe-events-read-more {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	#tribe-events .tribe-events-cal-links .tribe-events-button {
		display: block;
		margin-right: 0;
	}
	#rtec .rtec-register-button {
		display: block;
		width: 100%;
	}
	.single-tribe_events .tribe-events-event-meta {
		margin-left: -20px;
		margin-right: -20px;
	}
	.resources-wrap.owl-carousel {
		margin-left: 0;
		margin-right: 0;
	}
	.resources-wrap.owl-carousel li {
		padding: 0;
	}
	.latest-blogs .owl-carousel .owl-dots {
		display: none;
	}
}
/* Remove iCal and Google Cal buttons from events */
body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
    display: none !important;
}
body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
}
.tribe-events-event-meta address.tribe-events-address, 
.tribe-events-list .tribe-events-venue-details {
	font-style: normal;
	font-weight: bold;
	font-size: 1.6em;
}
.tribe-events-list .tribe-events-venue-details .tribe-delimiter {
	display: none;
}

.page-id-13377 .inner-banner, .page-id-15531 .inner-banner {
	background-image: url(../jpg/inner-banner-01.jpg) !important;
	position: relative;
}
.page-id-13377 .entry-content, .page-id-15531 .entry-content {
	margin: 0;
}
.page-id-13377 .arrow-down-white, .page-id-15531 .arrow-down-white {
	display: none;
}
.page-id-13377 .inner-banner .banner-logo, .page-id-15531 .inner-banner .banner-logo {
	margin-top: 40px;
}
.page-id-13377 .inner-banner .banner-logo img, .page-id-15531 .inner-banner .banner-logo img {
	background: #FFF;
	padding: 20px;
	width: 400px;
}
.page-id-13377 .inner-banner:after, .page-id-15531 .inner-banner:after {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.page-id-13377 .container, .page-id-15531 .container {
	position: relative;
	z-index: 9;
}