section[data-cattype="630"]{
    
}

[data-cattype="630"] h2{
    text-transform: uppercase;
    margin-top: 0;  
    text-align: center;
}




[data-cattype="630"] .profile-filter a {
    border-left: 3px solid transparent;
    background-color: #f8f8f8;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    outline: medium none;
    padding: 5px 15px;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}

[data-cattype="630"] .profile-filter a.active, 
[data-cattype="630"] .profile-filter a:hover {
    background: #0065b3;
}
[data-cattype="630"] .profile-filter a.active, 
[data-cattype="630"] .profile-filter a:hover {
    color: #fff;
}

[data-cattype="630"] .profile-filter{
    margin-bottom: 15px;
}



[data-cattype="630"] ul.members-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}

[data-cattype="630"] ul.members-list > li{
    width: calc(33% - 20px);
    margin: 10px;
    border: 2px solid #46cb4d;
    padding: 10px 5px;
    display: none;
    background-color: #c2fafb;
}
[data-cattype="630"] ul.members-list > li.in{ display: inline-block; }

[data-cattype="630"] ul.members-list > li:hover{
    border: 2px solid #ff7062;
    box-shadow: 2px 10px 28px -15px #aaa;
}

[data-cattype="630"] ul.member-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}

[data-cattype="630"] ul.member-info > li:first-child{
    width: calc(30% - 20px);
    margin: 10px ;
}

[data-cattype="630"] ul.member-info > li:last-child{
    width: calc(70% - 0px);
    margin: 0;
}

[data-cattype="630"] ul.member-info > li img {
/*    border: 3px solid #fff;*/
/*    border-radius: 5px*/
    
}

[data-cattype="630"] ul.member-info > li h3{
    margin: 0;
    color: #000;
}
[data-cattype="630"] ul.member-info > li p{
    
    line-height: 1.6;
    margin: 0;
}
[data-cattype="630"] ul.member-info > li p.name{
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

[data-cattype="630"] ul.member-info > li .summary{
    color: #333;
    font-size: 14px;
}

[data-cattype="630"] ul.member-info > li a{
    color:#0065b3;
}

[data-cattype="630"] ul.member-info > li a:hover{
    color:#ff7062;
}



@media (min-width: 1600px) {
	[data-cattype="630"] ul.members-list > li{
        width: calc(25% - 20px);
    }
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="630"] ul.members-list > li{
        width: calc(50% - 20px);
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    [data-cattype="630"] ul.members-list > li{
        width: 100%;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}