﻿.cardContainer__positions {
    background-color: #e2231a;
    padding-left: 7.2916667vw;
    padding-right: 7.2916667vw;
    padding-bottom: 6.71vw;
}

.positionListCard {
    max-height: 448px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .positionListCard > .positionGroupListCard__col > .positionGroupListCard__col__content {
        max-height: 448px;
    }

    .positionListCard > .positionGroupListCard__col {
        padding-top: 27.2838%;
    }

        .positionListCard > .positionGroupListCard__col:nth-of-type(2n) {
            float: left;
        }

.pCardImage {
    background-size: cover;
}

.pCardName {
    position: absolute;
    left: 15.8%;
    max-width: 34.57%;
    top: 50%;
    transform: translateY(-50%);
}

    .pCardName > .positionGroupListCard__nameContainer__name {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: left;
    }

.pCardButton {
    position: absolute;
    top: 50%;
    right: 16.82927%;
    transform: translateY(-50%);
    width: 31.7%;
}

    .pCardButton .positionGroupListCard__nameContainer__btn {
        position: relative;
    }

        .pCardButton .positionGroupListCard__nameContainer__btn:first-of-type {
            margin-bottom: 20px;
        }

    .pCardButton .positionGroupListCard__nameContainer__btn__table {
        width: 100%;
    }

.positionGroupListCard__nameContainer__location {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 22px;
    margin-top: 4px;
}

.applyMorePosition__pipe {
    position: absolute;
    right: -19.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

.applyMorePosition__pipe--visible {
    visibility: visible;
    opacity: 1;
}

.clear {
    line-height: 0;
    clear: both;
}

.cardContainer > .cardContainer__card:nth-of-type(odd) > .positionListCard > .positionGroupListCard__col:first-of-type {
    float: left;
}

.cardContainer > .cardContainer__card:nth-of-type(even) > .positionListCard > .positionGroupListCard__col:first-of-type {
    float: right;
}

@media (max-width: 991px) {
    .positionListCard--sm {
        padding-top: 11px;
        padding-left: 6.875vw;
        padding-right: 6.875vw;
    }

        .positionListCard--sm .iconPlaceHolder__iconContainer {
            margin: 0 auto;
        }

        .positionListCard--sm .positionGroupListCard__nameContainer__name,
        .positionListCard--sm .positionGroupListCard__nameContainer__location {
            position: static;
            width: 100%;
            text-align: center;
        }

        .positionListCard--sm .positionGroupListCard__nameContainer__name {
            height: auto;
            min-height: 30px;
        }

        .positionListCard--sm .positionGroupListCard__nameContainer__location {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .positionListCard--sm .positionGroupListCard__nameContainer__btn {
            position: static;
            width: calc(50% - 5px);
            float: left;
        }

            .positionListCard--sm .positionGroupListCard__nameContainer__btn:last-of-type {
                margin-left: 10px;
            }

        .positionListCard--sm .positionGroupListCard__nameContainer__btn__table {
            width: 100%;
            max-width: 200px;
        }

        .positionListCard--sm .positionGroupListCard__nameContainer__btn__table__cell {
            padding-left: 10px;
            padding-right: 10px;
        }

    .cardContainer__positions .cardContainer__card:last-of-type .positionListCard--sm .separator {
        display: none;
    }

    .buttonContainer {
        max-width: 410px;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
    }

    .separator {
        width: 100%;
        height: 1px;
        background-color: black;
    }

    .applyMorePosition__pipe {
        width: 24.6px;
        height: 24.6px;
        right: -10.5px;
        line-height: 24.6px;
        font-size: 10px;
    }
}
