
.drawer-style.style-1 > .awsm-grid-card {
    padding: 10px
}

.drawer-style.style-1 > .awsm-grid-card .awsm-grid-list-item {
    border-radius: 6px
}

.drawer-style.style-1 > .awsm-grid-card figure {
    border-radius: 6px
}

.drawer-style.style-1 > .awsm-grid-card img {
    height: 260px;
    object-fit: cover
}

.drawer-style.style-1 figcaption {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    display: flex;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 63, 131, .6) !important;
    color: #ffffff !important;
    font-style: normal
}

.drawer-style.style-1 figcaption h3 {
    color: #ffffff !important
}

.drawer-style.style-2 .awsm-grid-padding {
    padding: 35px 0 50px;
    max-width: 100%
}


.drawer-style.style-1 .awsm-grid-show .awsm-personal-details h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px
}

.drawer-style.style-1 .awsm-grid-show .awsm-personal-details span {
    margin-bottom: 20px;
    display: block
}

.awsm-personal-details {
    max-height: none
}

.awsm-grid .awsm-grid-show figure {
    float: left;
    margin: 10px !important;
    width: 37%
}

.awsm-grid .awsm-grid-show img {
    margin: 10px;
    border-radius: 5px
}

.awsm-grid .awsm-grid-show img:nth-of-type(1) {
    width: 50%;
    float: left
}

.awsm-grid .awsm-grid-show figure img:nth-of-type(1) {
    width: 100%;
    height: 303px;
    object-fit: cover
}

.awsm-grid .awsm-grid-show img:nth-of-type(2), .awsm-grid .awsm-grid-show img:nth-of-type(3) {
    width: calc(25% - 10px);
    float: left
}

.awsm-grid .awsm-grid-show figure img {
    margin: 0
}

@media (max-width: 990px) {
    .awsm-grid .col-md-6 {
        width: 100%
    }

    .awsm-grid-expanded-content .row {
        flex-wrap: wrap
    }
}

.drawer-style.style-1 figcaption::after {
    background: #000;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-style: normal
}

.drawer-style.style-1 .awsm-grid-card.awsm-expanded figcaption {
    background: #003f83
}

.awsm-grid-expanded-content .row {
    display: flex;
    align-items: center
}

.drawer-style.style-1 figcaption {
    padding: 0 20px 5px 20px;
    background: rgba(255, 2555, 255, .8);
    color: #000
}

.drawer-style.style-1 figcaption h3 {
    color: #000;
    font-size: 1.09em
}

.drawer-style.style-1 figcaption::after {
    color: #fff;
    top: 0;
    margin-top: -22px
}

.drawer-style.style-1 figcaption::after {
    display: none
}

.drawer-style.style-1 .awsm-personal-info {
    height: 100%
}

.drawer-style.style-1 .awsm-personal-info span {
    min-height: 34px
}

.drawer-style.style-1 .awsm-expanded figcaption h3, .drawer-style.style-1 .awsm-expanded figcaption {
    color: #fff
}

.awsm-team-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.awsm-filter-btn {
    font-size: .85rem;
    padding: 10px 35px;
    margin: 10px 4px;
    background: #e8e8e8;
    border-radius: 32px
}

.awsm-filter-btn::after {
    display: none
}

.awsm-filter-btn.awsm-active-filter {
    background: #003f83;
    color: #fff
}

.drawer-style.style-1 > .awsm-grid-card .awsm-grid-list-item::before {
    border-color: #003f83;
    border-width: 10px;
    border-radius: 6px
}

.drawer-style.style-1 > .awsm-grid-card .awsm-grid-list-item::after {
    border-top-color: #003f83 !important
}

