
/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview {
    margin-top:6rem;
    margin-bottom:3rem;
    position: relative;
    display:flex;
    flex-flow:column;
}
@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview {
        margin-top: 3rem;
        margin-bottom: 0rem;
        /*height: 800px;*/
    }
}
@media (max-width: 576px) {
    .mcw-singlecategory-pagerview {
        margin-top: 3rem;
        margin-bottom: 3rem;
        /*height: 480px;*/
    }
}

/* --------- */
.mcw-singlecategory-pagerview-emptyview {
    background: #faeff2;
    border: 1px solid orange;
    width: 80%;
    height: 200px;
    min-height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #c54468;
}

.mcw-singlecategory-pagerview-emptyview .icon {
    font-family: linearicons;
    font-size: 18px;
    font-family: jost;
    font-weight: 500;
}

.mcw-singlecategory-pagerview-emptyview .icon {
    font-family: linearicons;
    font-size: 40px;
}

.mcw-singlecategory-pagerview-emptyview .icon:before {
    content: '\e69c';
}


/**
 * First on the page
 */
/* ------------------------------------------------ */
.mcw-singlecategory-pagerview.widget_index_0 {
    margin-top:12rem;
}

@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview > .background {
        margin-top:10rem;
    }
}
@media (max-width: 768px) {
    .mcw-singlecategory-pagerview > .background {
        margin-top:8rem;
    }
}
@media (max-width: 576px) {
    .mcw-singlecategory-pagerview > .background {
        margin-top:6rem;
    }
}
/* ------------------------------------------------ */


/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview > .content {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    /*width: calc(1154px + (100vw - 1154px)/2);*/
    margin-top:4rem;
    margin-bottom:0rem;
}
@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview > .content {
        margin-top:3rem;
        margin-bottom:2rem;
    }
}
@media (max-width: 768px) {
    .mcw-singlecategory-pagerview > .content {
        margin-top:2rem;
        margin-bottom:2rem;
    }
}



/**
 * Customizations
 */

.aqc-gallery.fullwidth.employees-test {
    height: auto;
}

/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .aqc-gallery.strip .aqc-gallery-label {
    margin-left: 4rem;
    position: relative;
    padding-bottom: 4rem;
    width: calc(1154px);
    top: 0px;
    left: 0px;
    right: 0px;
}
@media (max-width: 1540px) {
    .mcw-singlecategory-pagerview .aqc-gallery.strip .aqc-gallery-label {
        margin-left:3rem;
    }
}
@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview .aqc-gallery.strip .aqc-gallery-label {
        width: 100%;
        margin-left:0rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 768px) {
    .mcw-singlecategory-pagerview .aqc-gallery.strip .aqc-gallery-label {
        width: 100%;
        margin-left:0rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 1rem;
        transform: translateY(0%) !important;
    }
}
@media (max-width: 576px) {
    .mcw-singlecategory-pagerview .aqc-gallery.strip .aqc-gallery-label {
        right: 0rem;
        left: 0rem;
        top: 0rem;
        padding-left:1.6rem;
        padding-right:1.6rem;
        padding-bottom: 1rem;
    }
}
/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .aqc-gallery-subtitle {
    margin-left: calc((100vw - 1154px)/2);
    padding-bottom: 4rem;
}
@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview .aqc-gallery-subtitle {
        right: unset;
        left: 2rem;
        top: -7rem;
        padding-bottom: 3rem;
        margin-left: 2rem;
        width: calc(100% - 4rem);
    }
}
@media (max-width: 576px) {
    .mcw-singlecategory-pagerview .aqc-gallery-subtitle {
        right: unset;
        left: 1rem;
        top: -4rem;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 2rem;
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
}


/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .aqc-g-img.first .hist-image-wrapper {
    margin-left: calc((100vw - 1154px)/2);
}
@media (max-width: 1240px) {
    .mcw-singlecategory-pagerview .aqc-g-img.first .hist-image-wrapper {
        margin-left: 7rem;
    }
}
@media (max-width: 576px) {
    .mcw-singlecategory-pagerview .aqc-g-img.first .hist-image-wrapper {
        margin-left: 3rem;
    }
}
@media (max-width: 480px) {
    .mcw-singlecategory-pagerview .aqc-g-img.first .hist-image-wrapper {
        margin-left: 2rem;
    }
}


/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .hist-image {
    /*** border-radius: 0px ***/
}


/* ------------------------------------------------------------------------ */
.aqc-employee-list {
    display:flex !important;
    flex-flow:row;
    justify-content: center;
    width: 100%;
    margin-top:5rem;
}
@media (max-width: 576px) {
    .aqc-employee-list {
        flex-flow: column;
    }
}

/* ------------------------------------------------------------------------ */
.employee-card {
    display:flex;
    flex-flow:column;
    padding:1rem;
    max-width: 20%;
    min-width: 20%;
}
@media (max-width: 576px) {
    .employee-card {
        display:flex;
        flex-flow:column;
        padding-left:1.6rem;
        padding-right:1.6rem;
        padding-bottom:0rem;
        max-width: 100%;
        min-width: 100%;
    }
}

.mobile-row {

}
@media (max-width: 576px) {
    .mobile-row {
        display:flex;
        flex-flow: row-reverse;
    }
}


.mcw-singlecategory-pagerview .aqc-page {
    position:relative;
}

/* ------------------------------------------------------------------------ */
.employee-card .col {
    display:flex;
    flex-flow: column;
}

/* ------------------------------------------------------------------------ */
.employee-card .mobile-only {
    display: none;
}
@media (max-width: 576px) {
    .employee-card .mobile-only {
        display: flex;
    }
}

/* ------------------------------------------------------------------------ */
.employee-card .desktop-only {
    display: flex;
}
@media (max-width: 576px) {
    .employee-card .desktop-only {
        display: none;
    }
}


/* ------------------------------------------------------------------------ */
.employee-card .aq-open-close-control {
    flex-grow: 0;
    width: 40px;
    height: 40px;
    font-family: linearicons;
    font-size:24px;
    display: none;
}

.employee-card .aq-open-close-control:before {
    content: '\e936';
}

.employee-card .aq-open-close-control.opened:before {
    content: '\e937';
}


/* ------------------------------------------------------------------------ */
.aq-open-close-panel {

}
@media (max-width: 576px) {
    .aq-open-close-panel.opened {
        display:none;
    }
    .aq-open-close-panel {
        display:none;
    }
}


/* ------------------------------------------------------------------------ */
@media (min-width: 576px) {

    .employee-card.item-0 {
        padding-top: 1rem;
    }

    .employee-card.item-1 {
        padding-top: 2rem;
    }

    .employee-card.item-2 {
        padding-top: 3rem;
    }

    .employee-card.item-3 {
        padding-top: 4rem;
    }

    .employee-card.item-4 {
        padding-top: 5rem;
    }

    .employee-card.item-5 {
        padding-top: 6rem;
    }

    .employee-card.item-6 {
        padding-top: 7rem;
    }

    .employee-card.item-7 {
        padding-top: 8rem;
    }

    .employee-card.item-8 {
        padding-top: 9rem;
    }

    .employee-card.item-9 {
        padding-top: 10rem;
    }

    .employee-card.item-10 {
        padding-top: 11rem;
    }


}


/* ------------------------------------------------------------------------ */
.employee-card .name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #252525;
    margin-bottom:1rem;
}
@media (max-width: 576px) {
    .employee-card .name {
        font-size: 20px;
        line-height: 22px;
        margin-bottom:0.25rem;
    }
}

/* ------------------------------------------------------------------------ */
.employee-card .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom:1rem;
}
@media (max-width: 576px) {
    .employee-card .title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom:0.25rem;
    }
}


/* ------------------------------------------------------------------------ */
.employee-card .photo-wrapper {
    padding-bottom:100%;
    position:relative;
    margin-bottom:1rem;
}
@media (max-width: 576px) {
    .employee-card .photo-wrapper {
        padding-bottom:0px;
        width:64px;
        height:64px;
        position:relative;
        margin-bottom:1rem;
        margin-right:1rem;
    }
}


/* ------------------------------------------------------------------------ */
.employee-card .photo-wrapper > .photo {
    position:absolute;
    /*** border-radius: 0px ***/
    background-size: cover;
    background-position: center;
    width:100%;
    height:100%;
}

/* ------------------------------------------------------------------------ */
.employee-card .email {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #DE3564;
    margin-bottom:1rem;
}

/* ------------------------------------------------------------------------ */
.employee-card .bio {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #252525;
    margin-bottom:1rem;
}


/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .background-rect {
    /*** border-radius: 0px ***/
}

/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .background-rect {
    position:absolute;
    left: 40%;
    top: 0%;
    width:55%;
    height:100%;
    background: #f5f5f5;
    z-index: 0;
    transform: translateX(100px);
    transition: transform 2.4s ease 0.2s;
    z-index: -1;
}
/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .background-rect.magento {
    background: #faeff2;
}

/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .selected .background-rect.magento,
.mcw-singlecategory-pagerview .selected .background-rect {
    transform: translateX(0px);
}

/* ------------------------------------------------------------------------ */
.mcw-singlecategory-pagerview .prev .background-rect.magento,
.mcw-singlecategory-pagerview .prev .background-rect {
    transform: translateX(-100px);
}
