/* ---------------------------------------------------------- Careers list */

.job-col .card {
    /* background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: 50% !important; */
    /* background: linear-gradient(329deg, rgba(38, 53, 140, 0.025) 0%, rgba(255, 255, 255, 0) 47%) !important; */
    background: #FFF !important;
    background-size: 100% !important;
}


/*
.job-col.dalgety .card {
    background-image: url(../Img/flag__sco.png);
}

.job-col.herzliya .card {
    background-image: url(../Img/flag__is.png); 
}

.job-col.paris .card {
    background-image: url(../Img/flag__fr.png);
}

.job-col.atlanta .card {
    background-image: url(../Img/flag__us.png);
}

.job-col.kiel .card {
    background-image: url(../Img/flag__de.png);
}

.job-col.london .card {
    background-image: url(../Img/flag__uk.png);
}

.job-col.multiple .card {
    background-image: url(../Img/flag__all.png);
}
*/

.job-col h5 strong {
    color: var(--vtorange);
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    font-weight: 500;
}

.job-col .job-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Change this line if you want. In this case it trimmed the text to 3 lines. */
    overflow: hidden;
    margin-bottom: 1rem;
}

.job-col .job-desc ul {
    display: block;
    padding: 0;
    margin: 0;
}

.job-col .job-desc ul li {
    padding: 0;
    margin: 0;
    display: inline;
}

.job-col .badge {
    font-size: 11.5px;
    margin-bottom: 0.5rem;
}

.job-col .badge i {
    font-size: 9px;
    position: relative;
    top: -1px;
}

.job-col .card-body p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 !important;
}

.job-col .card-body p+ul,
.job-col .card-body p+p {
    display: none;
}

.job-col h5 {
    font-size: 1.2em;
}

.job-col .card span.job-type {
    font-size: 14px;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.tx-vitecjob-list {
    opacity: 0;
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


/* ---------------------------------------------------------- Careers detail*/

.tx-vitecjob-detailview .header {
    margin: -1rem auto 3rem;
    position: relative;
    z-index: 1;
    max-width: 770px;
}

.tx-vitecjob-detailview .header * {
    color: #fff;
}

.tx-vitecjob-detailview .header h2::after {
    background: #fff;
}

.tx-vitecjob-detailview .header>div {
    padding: 3rem;
    position: relative;
    background: var(--vtblue);
}

.tx-vitecjob-detailview .header>div:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.tx-vitecjob-detailview .header>div:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.job-meta span {
    padding: 0 1rem;
}

.job-meta span i {
    padding: 0 0.25rem 0 0;
}

.job-meta .btn {
    margin-left: 3rem;
    margin-top: -0.25rem;
}

.job-additional {
    background: var(--vtblue);
    padding: 1rem;
    margin-top: 3rem;
    color: #fff;
}

#c3399 {
    font-size: 90%;
    margin-top: 6rem;
    margin-bottom: -5rem !important;
}

#c1170 .nav.flex-column {
    margin: 0;
}

#c1170.nav.flex-column li {
    padding-left: 0;
    margin-bottom: 2px;
}

#c1170 .nav.flex-column li a {
    border: 1px solid #f1f1f1;
    background: #fafafa;
    line-height: 1.3;
}