.jobylon-job-list .jobylon-job {
    border-bottom: 0 !important;
    width: 31%;
    display: inline-block;
    margin-left: 1%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.11);
    margin-right: 1%;
    text-align: left;
    border: 0;
    transition: 0.2s linear;
    margin-bottom: 20px;
    min-height: 200px !important;
    vertical-align: middle;
    /* border-radius: 15px; */
    overflow: hidden;
    font-family: "Open Sans", Arial, sans-serif !important;
    /* box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%); */
}

.jobylon-job-list-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
} 

.jobylon-job {
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.jobylon-job-list .jobylon-job-title {
    color: #003f72;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color:#003f72;
    font-family: "Bitter", serif;
    margin-bottom: 0;
    padding: 0 10px !important;
    cursor: text !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px !important;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}

.jobylon-job:hover .jobylon-job-title {
    color: #033c71 !important; 
}

@media (max-width: 800px) {
    .jobylon-job-list .jobylon-job {
        width: 48%;
    }
}

@media (max-width: 570px) {
    .jobylon-job-list .jobylon-job {
        width: 98%;
    }
}

.jobylon-job .jobylon-job-cover {
    display: block !important;
    height: 135px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    /* box-shadow: 0px 2px 9px rgb(0 0 0 / 40%); */
}

.jobylon-job-descr {
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;*/
    padding: 0 20px !important;
    text-align: left;
}

/*.jobylon-job-excerpt {
    display: none !important;
} */
/*
.jobylon-job-excerpt p strong {
    font-weight: 400 !important;
}

.jobylon-job-list .jobylon-job-details{
    text-align: left;
    margin-left: 20px !important;
}*/
.jobylon-application-date,
.jobylon-function,
.jobylon-experience {
    display: none !important;
}


.jobylon-location {
    display: none !important;
}

.jobylon-location strong {
    display: none;
}

.jobylon-apply-btn {
    color: #fff !important;
    font-weight: bold;
    background-color: #003f72 !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal !important;
    /*width: 120px; */
    text-align: center !important;
    border: 1px solid #003f72 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-right: 10px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    font-family: "Open Sans", Arial, sans-serif;
}

.jobylon-apply-btn:hover {
    background-color: #578000 !important;
    color: #fff !important;
    border-color: #578000 !important;
}

/*.jobylon-job-list .jobylon-hide {
    display: none;
}*/

.jobylon-job-list .jobylon-hide {
    color: #545454;
}


.jobylon-job-excerpt p {
    color: #545454 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.jobylon-job-list .jobylon-powered-by {
    float: none;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    font-weight: 300;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.jobylon-pagination {
    text-align: center !important;
}

.jobylon-job-list .jobylon-pagination a {
    color: #033c71;
}