section[data-cattype="611"]{
  
}

[data-cattype="611"].theme-dark h2{
    text-transform: uppercase;
    margin-top: 0;  
    text-align: center;
    color: #fff;
}

[data-cattype="611"] p.section-desc{
	text-align:center;
}

[data-cattype="611"].theme-dark h2.line-bottom-double-line-centered::after{
	background: #fff;
}

[data-cattype="611"] h2{
    text-transform: uppercase;
    margin-top: 0;  
    text-align: center;
    color: #041122;
}

[data-cattype="611"] ul.members-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}

[data-cattype="611"] ul.members-list > li{
    width: calc(50% - 20px);
    margin: 10px;
    border: 2px solid #46cb4d;
    padding: 10px 5px;
    background-color: #c2fafb;
}

[data-cattype="611"].theme-dark ul.members-list > li{
	background-color: #fff;
}

[data-cattype="611"] ul.members-list > li:hover{
    border: 2px solid #ff7062;
    box-shadow: 2px 10px 28px -15px #aaa;
}

[data-cattype="611"] ul.member-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}

[data-cattype="611"] ul.member-info li .no-image{ 
    display: none
}

[data-cattype="611"] ul.member-info.ocol li:first-child{ 
    display: none;
}


[data-cattype="611"] ul.member-info.ocol li:last-child{ 
    width: 100%;
    padding: 0 20px;
}


[data-cattype="611"] ul.member-info > li:first-child{
    width: calc(25% - 20px);
    margin: 10px 20px 10px 0px;
}

[data-cattype="611"] ul.member-info > li:last-child{
    width: calc(75% - 0px);
    margin: 10px 0;
}



[data-cattype="611"] ul.member-info > li h3{
    margin-top: 0;
    color: #000;
}

[data-cattype="611"] ul.member-info > li a{
    color:#0065b3;
}

[data-cattype="611"] ul.member-info > li p{
    margin-bottom: 0;
    color: #000;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    [data-cattype="611"] ul.members-list > li{
        width: 100%;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}