.salem-row{
    width: 100%;
}

.salem-row:after{
    content: "";
    display: table;
    clear: both;
}

.salem-row .salem-one-half{
    width: 50%;
    float: left;
}

.salem-row-flex{
    display: flex;
    align-items: center;
}

.salem-flex{
    flex: 1;
}

.salem-career-listings{
    display: flex;
    flex-direction: column;
    column-gap: 64px;
    row-gap: 64px;
}

.salem-career{
    width: 100%;
}

.salem-one-half.salem-meta-key, .salem-one-half.salem-meta-value {
    width: 100%;
}

@media(min-width: 1200px){
    .salem-career-listings{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .salem-career{
        width: calc(50% - 32px);
    }
}

@media(min-width: 500px){
    .salem-one-half.salem-meta-key, .salem-one-half.salem-meta-value {
        width: 50%;
    }
}

.salem-career-inner h3{
    font-size: 32px !important;
    margin-top: 0 !important;
}

.salem-career-inner h3 a{
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #6E454F;
    text-decoration-thickness: 2px;
}

.salem-career-inner h3 a:hover{
    color: var(--primary_color);
}

.salem-career p{
    /*font-weight: normal;*/
}

.salem-career a:not(.apply-now-button){
    text-decoration: underline;
}

.salem-career .salem-label{
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    max-height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background: #D47724;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    border-bottom-right-radius: 5px;
}

.salem-career-inner{
    position: relative;
    background: rgba(237, 231, 234, 0.15);
    border: 2px solid #EDE7EA;
    border-radius: 24px;
    padding: clamp(20px, 2.6vw, 38px);
    display: flex;
    flex-direction: column;
}

.salem-career-inner > h3{
    margin-top: 16px;
}

.salem-career-meta{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.salem-meta-key, .salem-meta-value{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 175%;
}

.salem-meta-key{
    color: #3A4834;
}

.salem-meta-value{
    font-weight: bold;
}

.salem-position-excerpt{
    font-size: 18px;
    line-height: 175%;
    margin: 32px 0;
}

.salem-position-excerpt P:last-child{
    margin-bottom: 0;
}

.content .salem-ul-boxes{
    margin: 0;
    margin-bottom: 30px;
}

.content .salem-ul-boxes:after{
    content: "";
    display: table;
    clear: both;
}

.content .salem-ul-boxes li{
    list-style: none;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    border: 1px solid #9d5825;
    text-align: center;
    background: #D27730;
    transition: 0.3s;
}

@media (max-width: 1024px){
    .content .salem-ul-boxes li{
        width: 100%;
        float: none;
    }

    .salem-row {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .salem-career-meta.salem-meta > .salem-row{
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

}

.content .salem-ul-boxes li:hover{
    background: #fff;
}

.content .salem-ul-boxes li a{
    font-size: 20px;
    color: #fff;
}

.content .salem-ul-boxes li:hover a{
    color: #D27730;
}

.salem-career-term-link{
    width: 100%;
    padding: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.salem-career-term-link-inner {
    font-size: 26px;
}

.salem-career-term-link small{
    color: #fff;
}

.content .salem-ul-boxes li:hover .salem-career-term-link small{
    color: #D27730;
}

.iagree{
    background: #ff8585;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}
