@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Raleway", sans-serif;
}

.subscribe-btn,
.search-btn {
    display: none
}

.job-search,
.search-job {
    width: 100% !important;
  display: none;
}


.select {
    padding: 5px 10px;
    color: #1E1E1E;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}

.select select {
    font-size: 16px !important;
    width: 100%;
}

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

.layers-3-select {
    display: inline-block !important;
}

.layers-3-select:before {
    content: 'Function:';
}

.job {
    border-radius: 0px;
    border: 1px solid #FAFAFA !important;
  background-color: #FAFAFA;
    margin: 0 5px 20px;
    padding: 20px !important;

}

.job img {
  display: none;
}

.title {
    color: #FF6600;
    font-size: 21px;
}

.job-details {
    margin: 0;
    color: #1E1E1E;
    font-size: 18px;
}

.job-company strong {
  font-weight: normal;
}

.job-function,
.separator-location {
    display: none;
}

.filters {
    margin-bottom: 30px;
}

.job:hover {
    background-color: #FAFAFA !important;
    background-image: url('https://embed-css.jobylon.com/img/icons/black-arrow-right.png') !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
    background-size: 20px 20px !important; 
}

@media (max-width: 700px) {
    .job:hover {
        background-image: none !important;
    }
}

.job:hover .title {
    color: #CB5201;
}

.footer {
    display: none;
}

.pagination a {
    border: none !important;
    color: black !important;
}

.internal .job .title:after {
    content: "Internal";
    background: #FF6600;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    padding: 3px 5px;
}

.internal .job:hover .title:after {
  background-color: #CB5201;
  color: #fff;
}

.departments-select {
    display: inline-block !important;
}

.select.departments-select:before {
    content: 'Work location:';
    font-family: "Raleway", sans-serif !important;
}

.select.location-select:before {
    content: 'Location:';
    font-family: "Raleway", sans-serif !important;
}