@font-face {
    font-family: "Lyko Headline";
    font-display: swap;
    src: url("https://careers.lyko.com/wp-content/uploads/et-fonts/LykoHeadline-DemiBold.otf") format("opentype")
}


@font-face {
    font-family: Lyko-title;
    font-weight: normal;
    font-style: normal;
    src: url("https://embed-css.jobylon.com/fonts/lyko/Ano_Bold_Wide.otf") format("opentype");
}

@font-face {
    font-family: Lyko-text;
    font-weight: normal;
    font-style: normal;
    src: url("https://embed-css.jobylon.com/fonts/lyko/TT_Commons_Regular.otf") format("opentype");
}

@font-face {
    font-family: Lyko-text;
    font-weight: bold;
    font-style: normal;
    src: url("https://embed-css.jobylon.com/fonts/lyko/TT_Commons_DemiBold.otf") format("opentype");
}

.subscribe-btn {
    display: none;
}

.search-btn {
    background-color: #c1bce2;
    font-size: 18px;
    color: #000;
    padding-right: 20px !important;
    padding-left: 15px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    transition: all 0.2s linear;
    border-color: #c1bce2;
}

.search-btn:focus,
.search-btn:hover {
    background-color: yellow;
    border-color: yellow;
}

.job-search {
    font-family: Lyko-text;
    font-size: 18px;
    padding: 19px;
    border-color:#c1bce2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.experience-select,
.function-select {
    display: none;
}

.select.layers-1-select,
.select.layers-2-select{
    display: inline-block;
}

.select {
    border-color: #c1bce2;
    border-radius: 20px;
    font-family: Lyko-text;
}

.select select {
    font-size: 14px !important;
    width: auto !important;
}

.job-wrapper .job {
    border-top: 0;
}

.job-details {
    font-family: Lyko-text;
    /* display: flex;
    flex-direction: column; */
    /* align-items: flex-start; */
    display: grid;
    grid-gap: 0px 5px;
    justify-content: left;
}

.job-location {
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 15px;
    order: 1;
    grid-column-start: 1;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 1;
}

.job-to_date {
    display: block;
    order: 1;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #000;
    font-size: 14px;
    grid-column-start: 1;
    grid-column-end: 10;
    grid-row-start: 2;
    grid-row-end: 2;
}

.job-details .job-location:not(:empty):before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(https://embed-css.jobylon.com/img/icons/map-pin-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.job-details .job-to_date:not(:empty):before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(https://embed-css.jobylon.com/img/icons/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.job-layers-1,
.job-layers-2 {
    display: inline-block;
    /* order: 3;
    align-self: flex-start; */
    /* width: auto; */
    /* max-width: 100px; */
}

.job-layers-1 {
    color: #fff;
    background-color: #aacfbf;
    padding: 0px 5px;
    border-radius: 3px;
}

.job-layers-2 {
    color: #fff;
    background-color: #f3bf95;
    padding: 0px 5px;
    border-radius: 3px;
}

.separator.separator-location {
    display: none;
}

.job-function,
.job-experience,
.separator.separator-layers-1,
.separator.separator-layers-2 {
    display: none;
}


.job-wrapper .job  {
    transition: all 0.2s ease-in !important;
}

.job-wrapper .job .title {
    font-size: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-family: "Lyko Headline" !important;
    transition: all 0.2s ease-in !important;
}

/* .job-wrapper .internal .job .title:after {
    content: 'Internal';
    display: inline-block;
    margin-left: 10px;
    background-color: #c1bce3;
    padding: 0px 8px;
    border-radius: 15px;
    color: #676385;
    font-size: 12px;
    line-height: 22px;
} */

.job-wrapper .job:hover {
    background-color: rgb(193 188 227 / 0.2);
}

.job-wrapper .job:hover .title {
    color: #585caa;
}

.footer {
    border-top-width: 0.5px;
    font-family: Lyko-text;
    opacity: 0.8;
}

/* -- */

.pagination-sm>li>a,
.pagination-sm>li>span {
    font-size: 15px;
}
.pagination>li>a,
.pagination>li>span {
    border: 0;
}

.pagination>li>a,
.pagination>li>span {
    color: #c1bce2;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: transparent;
    color: #585caa;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    color: #585caa;
}

.pagination li.active a,
.pagination li.active a:hover {
    color: #585caa;
    background: transparent;
    cursor: text;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #dddedf !important; 
}


.job-wrapper .text-muted.text-center .placeholder {
    display: none;
}

.job-wrapper .text-muted.text-center {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.job-wrapper .text-muted.text-center:after {
    content: 'No job openings within this business unit right now? Come back soon! Psst. You can find all our job listings on the main career page!';
    font-family: Lyko-text;
    color: #000;
    font-size: 17px;
    
}