#team-members > .sk-grid {
    position: relative;
}
.team-res-item {
    margin-bottom: 95px;
}
.team-res-wrap {
    cursor: pointer;
}
.team-res-image-contain {
    padding-top: 80%;
    background-size: cover;
    background-position: center center;
}
.screen-33.team-res-item .team-res-image {
    margin-bottom: 30px;
}
.team-res-title {
    color: #00355C;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
}
.team-res-spec {
    margin: 0;
    color: #00355C;
    font-size: 20px;
    font-weight: 500;
    margin-top: 2px;
    text-align: center;
}
.team-director-title {
    text-align: left;
}
.team-director-spec {
    text-align: left;
}
.our-team-container {
    margin-top: 50px;
}
.team-res-text {
    -webkit-box-shadow: 4px 2px 25px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 4px 2px 25px 0px rgba(0,0,0,0.33);
    box-shadow: 4px 2px 25px 0px rgba(0,0,0,0.33);
    padding: 20px;
}
/*Services Popup*/
#services-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.85);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#services-popup.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.services-popup-wrap-container {
    padding-bottom: 20px;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: auto;
}
.member-popup .services-popup-wrap-container {
    max-width: 1280px;
}
.services-popup-wrap {
    background-color: white;
    -webkit-box-shadow: 4px 2px 48px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 4px 2px 48px 0px rgba(0,0,0,0.33);
    box-shadow: 4px 2px 48px 0px rgba(0,0,0,0.33);
    padding: 70px 45px;
}
.member-popup .services-popup-wrap {
    padding: 55px;
}
.services-popup-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.services-popup-close {
    position: absolute;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: 25px;
    height: 25px;
    opacity: 0.2;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.services-popup-left img {
    width: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.2;
}
.member-popup .services-popup-left img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.services-popup-title {
    color: #00aeef;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
.member-popup .services-popup-description {
    margin-top: 35px;
}
.services-popup-description p {
    line-height: 1.35;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
}
.member-popup .services-popup-description p {
    font-size: 18px;
}
.member-popup .team-res-title {
    text-align: left;
    font-size: 35px;
}
.member-popup .team-res-spec {
    text-align: left;
}
/*Responsive*/
@media only screen and (min-width: 1025px) {
    /*Services Popup*/
    .services-popup-close:hover {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
    }
}
@media only screen and (max-width: 1500px) {
    .our-team-container .row-50 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .our-team-container .col-50 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .team-res-item {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1300px) {
    .team-res-title {
        font-size: 25px;
    }
    .services-popup-description p {
        font-size: 16px;
    }
    .member-popup .services-popup-description p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .team-res-title {
        font-size: 28px;
    }
    .member-popup .team-res-title {
        font-size: 30px;
    }
    .team-res-spec {
        font-size: 18px;
    }
    .our-team-container .row-50 {
        margin-left: -35px;
        margin-right: -35px;
    }
    .our-team-container .col-50 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .team-res-item {
        margin-bottom: 65px;
    }
}
@media only screen and (max-width: 1024px) {
    .member-popup .services-popup-left {
        margin-bottom: 50px;
    }
    .member-popup .services-popup-left img {
        max-width: 500px;
        margin: auto;
        display: block;
    }
}
@media only screen and (max-width: 769px) {
    #team-members > .sk-grid > .columns {
        margin-left: -15px;
        margin-right: -15px;
    }
    .team-res-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 45px;
    }
    .screen-100.team-res-item > .team-res-wrap > .columns {
        margin-left: -15px;
        margin-right: -15px;
    }
    .screen-100.team-res-item > .team-res-wrap > .columns > .screen-50 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .screen-33.team-res-item .team-res-image {
        margin-bottom: 15px;
    }
    .team-res-title {
        font-size: 25px;
    }
    .services-popup-wrap,
    .member-popup .services-popup-wrap {
        padding: 70px 20px 20px;
    }
    .services-popup-container > .columns {
        margin-left: -15px;
        margin-right: -15px;
    }
    .services-popup-left,
    .services-popup-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .member-popup .services-popup-left,
    .member-popup .services-popup-right {
        width: 100%;
    }
    .member-popup .services-popup-left {
        margin-bottom: 20px;
    }
    .services-popup-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .member-popup .services-popup-description {
        margin-top: 20px;
    }
    .services-popup-description p {
        font-size: 14px;
    }
    .member-popup .services-popup-description p {
        font-size: 15px;
    }
    .team-director-title {
        text-align: center;
    }
    .team-director-spec {
        text-align: center;
    }
    .member-popup .team-res-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 500px) {
    .team-res-item:last-child {
        margin-bottom: 0;
    }
    .services-popup-left img {
        max-width: 200px;
        margin: auto;
        display: block;
    }
    .team-res-text {
        margin-top: 0;
    }
    .team-res-item {
        margin-bottom: 35px;
    }
    .team-res-title {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    .team-res-spec {
        font-size: 17px;
        margin-top: 2px;
    }
}
