﻿.careersBg {
    background: url('/images/careersBg.png') no-repeat top center;
    padding: 100px 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.topImg {
    position: relative;
}
    .topImg:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.8);
    }
.innerPageTitle {
    font-size: 48px;
    width: 100%;
    text-align: left;
    position: relative;
}
.topImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #f3f5f7, rgba(243, 245, 247, .0), transparent);
}

.innerPageTitle {
    font-size: 48px;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: normal;
    color: #555;
}
.innerPageCont {
    margin-top: 90px;
}

.careers-items-container {
    background-image: url('images/worldBg.png');
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
}
.career-item {
    padding: 0px;
    margin-bottom: 13px;
    width: 100%;
    height: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #356;
    box-shadow: 10px 5px 10px 0 rgb(0 0 0 / 30%);
    border-radius: 10px;
    transition: 0.3s linear;
}
    .career-item:hover {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    }
.ci-title {
    display:inline-block;
    padding: 25px;
    background: #ddd;
    width: 100%;
}
.ci-link {
    background: transparent;
    width: 100px;
    text-align: center;
    border: solid 2px silver;
    margin: 0 40px;
    padding: 0px 10px 0px 10px;
    transition: .2s linear;
}
    .ci-link a {
        width: 80%;
        height: 100%;
        display: block;
        color: white !important;
        padding: 8px 4px;
        text-decoration: none !important;
        transition: .2s linear;
    }