@import url("https://fonts.googleapis.com/css?family=Jost:400,500,600,700,800&#038;subset=latin%2Clatin-ext");
.job-list {
    padding: 30px;
    margin-bottom: 30px;
    font-font: Jost, Helvetica,Arial,sans-serif;
}
h1, h2, h3,label, .job-type, .job-features ul li, input, select, a.apply-now, .job-content, #applyForJobModal {
    font-family: Jost, Helvetica,Arial,sans-serif;
}
.job-list {
    font-family: Jost, Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 20px;
}
.job-list:hover {
    -webkit-box-shadow: 0 6px 15px 0 rgb(64 79 104 / 5%);
    box-shadow: 0 6px 15px 0 rgb(64 79 104 / 5%);
}
.job-list h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.mt-0 {
    margin-top:0;
}
.pl-0 {
    margin-left: 0;
    padding-left:0;
}
.mt-10 {
    margin-top: 10px;
}
.job-features {
    margin: 20px 0 0;
}
.job-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-features ul li{
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}
.job-meta {
    margin-top: 20px
}
.job-type {
    display: inline-block;
    background: #1967d226;
    color: #1967d2;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 10px;
}
a.apply-now, a.apply-now:visited{
    display: inline-block;
    background: #1967d2;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    float: right;
}
a.apply-now:hover,a.apply-now:focus  {
    background: #1451a4;
}

.select-wrapper {
    position: relative;
    width: 350px;
}
.select-wrapper::after {
    color: black;
    content: "▾";
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
}

.select-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #1967d226;
    border-radius: 0;
    border: none;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
}
.select-wrapper select:focus {
    color: black;
}
.select-wrapper select::-ms-expand {
    display: none;
}
.job-filters, .job-sidebar {
    padding: 15px 20px;
    background: #E5EBF5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.job-filters label, .job-sidebar label {
    font-size: 18px;
    font-weight: 500;
}
.job-filters .select-wrapper {
    width: 100%;
}
.job-filters .select-wrapper select {
    background: #fff;
}
.job-page h1 {
    margin-top:0;
}
.job-content {
    padding: 30px 0 30px;
}
.job-content p, .job-content ul, .job-content div {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color:#77838F;
    margin-bottom: 20px
}
.job-page .apply-now, .job-page .apply-now:hover {
    float: none;
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
    color:#fff;
}
.job-sidebar .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-sidebar .list li {
    margin-bottom: 25px;
}
.job-sidebar .list .icon {
    color: #1967d2;
    font-size: 22px;
    float: left;
}
.job-sidebar .list .details {
    padding-left: 45px;
}
.job-sidebar .list .details .text {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
}
.job-sidebar .list .details .value {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #77838F;
}
#applyForJobModal {
    top: 10%;
}
@media screen and (max-width: 550px) {
    .fl-content {
        padding: 0;
    }
    .select-wrapper {
        width: 100%;
    }
    a.apply-now, a.apply-now:visited {
        padding: 7px 15px;
        font-size: 14px;
    }
    .job-type {
        margin-top: 5px;
    }
    .job-features ul li{
        display: block;
        margin-top: 10px;
    }
}
