body .content{padding-bottom:1em}
body .content span{font-size:inherit}
body .content ul{margin:0;line-height:1em;font-size:1em}
body .content ul a{color:black}

.sf_cols{display:flex}
.sf_cols .sf_colsOut{float:none}

@media (min-width: 651px){
    .sf_cols{flex-direction:row}
}

@media(max-width: 650px){
    .sf_cols{flex-direction:column}
    .sf_cols .sf_colsOut{width:100%}
    .sf_cols .sf_colsOut .sf_colsIn{margin-left:0}
}

.sflistList{padding-left:0;list-style:none}

.jobs-title{
    height: 20vmin;
    padding: 1em;
    color: #ffffff;
    /* background: url(/HKITheme/img/jobs.png); */
    background-size: cover;
    background-position: 50%;
    background-color: #3e3e3e;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.jobs-title-container {
    display: block !important;
}

.jobs-title-text {
    font-size: 500%;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.jobs-subtitle {
    color: #FCD922;
    text-align: justify;
    letter-spacing: 11px;
    font-size: 140%;
    margin-top: -20px;    
}