.careers-header{
	align-items: center;
	justify-content: space-between;
}
.careers-orderby{
	gap: 24px;
}
.careers-container span.current{
	font-size: 14px;
	font-weight: 600;
}
.careers-orderby > div{
	min-width: 250px;
}
.careers-orderby > div .nice-select{
	padding: 0;
    border-radius: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    border: unset;
    border-bottom: 1px solid #D9D7CE;
    background-color: transparent;
}
.careers-orderby > div .nice-select ul{
	width: 100%;
	margin-left: 0;
}
#page .careers-container h2.careers-title{
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 0;
}
.careers-container{
	padding-top: 100px;
	padding-bottom: 100px;
	color: var(--primary-color);
}
#jobs-container > .department-section:not(:last-child){
	border-bottom: 1px solid #CED6EA;
}
#jobs-container > .department-section:last-child{
	padding-bottom: 0;
}
#jobs-container > .department-section{
	padding: 60px 0;
}
#jobs-container .department-title{
	font-size: 26px;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 140%;
	margin-bottom: 24px;
}
.jobs-list > .job-item{
	margin-bottom: 30px;
	display: grid;
    grid-template-columns: 1fr 0.3fr 0.3fr 0.1fr;
}
.jobs-list > .job-item > .job-title a{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}
.jobs-list > .job-item > .job-location,.jobs-list > .job-item > .job-type{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
} 
.layout-slider .box-heading .desc-section{
	max-width: 840px;
	margin: 0 auto;
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
}
.jobs-list > .job-item > a{
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px !important;
    line-height: 100%;
}
.jobs-list > .job-item > a:hover{
	color: var(--brand-red);
}
.page-template-career-page #our-experts{
	background-color: #EAF1FF;
	padding: 100px 0;
}
.page-template-career-page #our-experts h2{
	text-align: left;
}
.nice-select.filter-select.open{
	border-color: var(--primary-color);
}
.careers-orderby ul.list{
	background-color: #F4F2EC;
	padding: 24px 0;
}
.careers-orderby ul.list > li{
	padding: 0 24px;
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	line-height: 180%;
}
@media only screen and (max-width: 768px) {
	#page .careers-container h2.careers-title{
		margin-bottom: 24px;
	}
	#jobs-container .department-title {
		font-size: 22px;
	}
	.jobs-list > .job-item > .apply-btn span,
	.jobs-list > .job-item > a,
	.jobs-list > .job-item > .job-title,
	.jobs-list > .job-item > .job-location,
	.jobs-list > .job-item > .job-type{
	    font-size: 14px;
	}
	.careers-container .careers-header{
		align-items: center;
	}
	.careers-container {
	    padding-top: 55px;
	    padding-bottom: 55px;
	}
  	.careers-container .careers-header,.careers-orderby{
	    flex-direction: column;
	    width: 100%;
  	}
  	.careers-orderby{
  		gap: 15px;
  	}
  	#jobs-container > .department-section {
	    padding: 24px 0;
	}
	
	.jobs-list > .job-item{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        margin-bottom: 24px;
    }
    .jobs-list > .job-item:last-child{
		margin-bottom: 0;
	}
    .jobs-list > .job-item > .job-title{
        flex: 0 0 100%;
        margin-bottom: 24px;
    }
    .jobs-list > .job-item > .job-title a{
    	font-size: 16px;
    }
    .jobs-list > .job-item > .job-location {
        margin-right: 8px;
	    padding-right: 8px;
	    border-right: 1px solid #000;
        text-align: left;
    }

    .jobs-list > .job-item > .job-type{
        text-align: left;
    }

    .jobs-list > .job-item > .apply-btn{
        justify-content: flex-end;
        flex: 1;
    }
    .jobs-list > .job-item {
    	display: flex;
		display: -webkit-flex;
    	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
    }
    .page-template-career-page #our-experts h2 {
	    text-align: center;
	}
	.page-template-career-page #our-experts {
	    padding: 55px 0;
	}
}