/*asdf*/


.page-title{
    display: none;
}

.fixed-bg.contain{
    background: url('/resource/media/cliff-small.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.content>.nord-frame{
    background: transparent;
}

/* .listing-wrap{
    background: var(--company-color);
    background: url(/resource/media/cliff-small.png);
} */
.dark .listing-wrap{
    background: var(--company-color-dark);
}


.job-listing{
    padding: 20px 0;
    background: var(--company-color);
    background: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}
.dark .job-listing{
    background: rgba(0, 0, 0, .4)
}

.header-wrap{
    position: sticky;
    top: 70;
    z-index: 9;    
    margin-top: 40px;
}
.job-listing.header{
    border-radius: 0px;
    border-bottom: 2px solid;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 30px;
}
.job-listing.header:sticky{
    background: white;
}
.dark .job-listing.header{
    background: var(--dark-bg);
}
.job-listing .job-company{
    margin: 15px 0;
    
}

.job-liner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.job-title{
    font-size: 1.6rem;
    /* margin-bottom: 10px; */
    display: inline-block;
    width: 100%;
}

.job-listing{
    width: 100%;
    /* border: 2px solid red; */
}

.job-description,
.job-company,
.job-created,
.skills-label,
.job-skills{
    display: inline-block;
    width: 100%;
}

.job-company,
.job-created{
    margin: 15px 0;
}

.job-type{
    text-align: right;
    color: grey;
    padding-right: 20px;
}

.skills-label{
    margin-top: 10px;
    font-weight: bold;
}

.job-listing .gallery-item{
    max-width: 100px;
}

.job-listing .column-2.left{
    width: 300px;
    /* border: 1px solid red; */
}
.job-listing .column-2.right{
    max-width: calc( 100% - 300px );
    /* border: 1px solid; */
    padding-left: 10px;
}