.member-list-drop, .members-location-drop{
	display:none;
}
.overlay-link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cat-list li{
	list-style:none;
}
.members-filter-nav ul{
	float:left;
	margin-right:20px;
}
.members-holder{
	margin-top:90px;
}
.member{
	position:relative;
	border-top:1px solid #D0D8DD;
	padding:30px 60px;
}
.member:hover{
	background: #D0D8DD;
	transition:all .25s;
}
.member-img{
	height:100px;
	width:200px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	float:left;
}
.member-info{
	width:calc(43% - 100px);
	float:left;
	margin-left:35px;
	padding-top:30px;
}
.member-cats{
	width:calc(40% - 100px);
	float:left;
	margin-left:35px;
	padding-top:30px;
}
.member-cat{
	 font-family: "Archivo";
	 font-size:12px;
	 font-weight:normal;
	 text-align:center;
	 letter-spacing:0.56px;
	 line-height:15px;
	 background:#dfe4e6;
	 padding:10px 20px;
	 text-transform:uppercase;
	 border-radius:6px;
	 text-decoration:none;
	 width:fit-content;
	 display:inline-block;
}
.member:hover a.arrow-link{
	right:40px;
	transition:all .25s;
}
.load-more-wrap{
    margin: 120px 0;
    text-align: center;
}
.member-search-btn{
	position:relative;
	top:20px;
	cursor:pointer;
}
.featured-member-block .member-img{
	float:none;
	margin: 0 auto 20px;
	width:90%;
}
.featured-member-block{
    background: #fff;
    float: left;
    width: calc(25% - 30px);
    padding: 30px;
    text-align: center;
	margin-left:30px;
	border-radius:12px;
}
.featured-member-block:first-child{
	margin-left:0 !important;
}
.featured-member-block .member-cat{
	margin-bottom:10px;
	display:inline-block;
}
.featured-member-block h5{
	font-size:20px;
	margin-bottom:20px;
}
.featured-member-block .cta-btn{
	display:block;
	margin-top:20px;
	width:fit-content;
	margin: 20px auto 0;
}
#featured-member-wrap{
	margin-top:60px;
	margin-bottom:0;
}
.serach-members-holder{
	background:#fff;
	padding:90px 0;
}
.cat-list.memcat, .cat-list.location{
	border:1px solid #D0D8DD;
	
}
.members-filter-nav{
	margin-top:60px;
}
.feature-member-tiles{
	margin-top:60px;
}
.member-page-head{
	padding-top:90px;
}
.show-member-list:after, .show-location-list:after{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 20px;
    height: 10px;
    width: 10px;
    background-image: url('../images/Plus.png');
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg);
}

/*****SINGLE PAGE******/
#member-hero{
	padding:90px 0;
}
#member-details .wrap{
	border-top:1px solid #D0D8DD;
	padding-top:30px;
}
.member-detail-logo{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 25%;
    max-height: 175px;
    height: 50vw;
    float: left;
}
.member-details-right{
	 float: left;
	 width:75%;
	 padding-left:60px;
}
.member-detail{
	border-bottom:1px solid #D0D8DD;
	padding:30px 0;
}
.member-detail p{
	margin-bottom:0;
}
.detail-head{
	float:left;
	width:30%;
}
.detail-detail{
	float:left;
	width:70%;
}
.detail-detail a{
	margin-right:20px;
}
.detail-detail .social-link{
	height:30px;
	width:30px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	display:inline-block;
}
.detail-detail .cta-btn{
	position:relative;
	top:-20px;
}
.social-link.linkedin{
	background:url('../images/linkedin.png');
}
.social-link.twitter{
	background:url('../images/twitter.png');
}
.social-link.facebook{
	background:url('../images/facebook.png');
}
.social-link.instagram{
	background:url('../images/instagram.png');
}
.vertical-animation-hero h2{
	margin-top:0;
}
#member-details{
	margin-bottom:60px;
}
a.go-back-btn{
	float:left;
	display:none;
}
a.load-posts {
    margin: 0 auto;
    display: block;
    width: 166px;
}
.load-more-btn{
	padding-top:60px;
}
#totalcount{
	display:none !important;
}
.member-back-link{
	position:absolute;
	top:-60px;
	right:0;
}
#member-hero .wrap{
	position:relative;
}