.job-feed-content {
	z-index: 5;
}

.job-feed-bg-icon {
    position: absolute;
    top: 100px;
    width: 70%;
    height: 700px;
    border-radius: 0 1000px 1000px 0;
    background-color: #edeff1;
    transform: rotate(35deg);
    transform-origin: top left;
}

.job-board-mini-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.job-board-mini-bg-icon {
    position: absolute;
    top: -100px;
	left: 400px;
    width: 200%;
    height: 1000px;
    border-radius: 1000px 0 0 1000px;
    background-color: #edeff1;
    transform: rotate(45deg);
    transform-origin: top left;
}

.job-img {
	display: block;
	height: 75px;
}

.job-img:first-child {
	width: 200px;
}

/*
.job-img:last-child {
	width: 75px;
}
*/





/*---- Job Filters -----*/

.filter-wrap {
	width: calc(33.33% - 6.66px);
	margin-right: 10px;
}

.filter-wrap:last-child {
	margin-right: 0;
}





/*---- Job Boxes -----*/

.job-board-box {
	display: block;
	position: relative;
}

.job-img-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 50%;
}

.job-feed-wrap {
	width: calc(100% + 11px);
}

.job-feed-wrap .job-box {
	display: none;
	position: relative;
	width: calc(33.33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 16.27%;
}

.job-feed-wrap .job-box.active {
	display: block;
}

.job-img-box .job-box {
	position: absolute;
	z-index: 5;
	height: 450px;
	width: 450px;
	right: 0;
    background-color: #9fcdcc;
}

.jobs-board-slider .slick-slide:nth-child(even) .job-img-box .job-box {
    background-color: #000;
}

.job-img-box .job-img {
	padding: 50%;
	width: 100%;
}

/*
.job-img-box:nth-child(odd) .job-box {
	top: 0;
}

.job-img-box:nth-child(even) .job-box {
	bottom: 0;
}
*/

.jobs-board-slider .slick-slide:nth-child(odd) .job-img-box .job-box {
	top: 0;
}

.jobs-board-slider .slick-slide:nth-child(even) .job-img-box .job-box {
	bottom: 0;
}


.job-abs-text-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	pointer-events: none;
}

.job-abs-text-left {
	position: absolute;
	left: 35px;
	top: 20px;
	transform: rotate(90deg);
    transform-origin: left top;
	width: 100%;
    overflow: hidden;
	pointer-events: all;
}

.job-abs-text-left .job-abs-text {
    transform: rotate(180deg);
}

.job-abs-text-right {
    position: absolute;
	bottom: 20px;
    right: 35px;
    transform: rotate(90deg);
    transform-origin: right bottom;
    width: 100%;
    overflow: hidden;
	pointer-events: all;
}

.job-abs-text .line {
	height: 1px;
	background-color: #fff;
	align-self: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.job-abs-text h6 {
	letter-spacing: 0.1em;
	margin-left: 15px;
	font-size: 0.8em;
}

.job-box-text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 100%;
	padding: 0 65px;
}

.job-box:hover .job-box-text-wrap {
	transform: translate(-50%,-50%) scale(0.9);
}

.job-box-text h3 {
	margin-bottom: 5px;
}

/*
.job-box-text p {
	font-size: 0.8em;
}
*/

.job-box-text p em {
	font-family: 'Poppins-MediumItalic';
	font-size: 0.8em;
}

.job-box-text h5 {
	margin-top: 10px;
	color: #679b97;
}

.job-box-text h6 {
	font-size: 0.8em;
	margin-top: 10px;
	color: #15998f;
	font-family: 'Poppins-BoldItalic';
}

.job-feed-wrap .job-box:nth-child(6n + 3) .job-box-text h5,
.job-feed-wrap .job-box:nth-child(6n + 4) .job-box-text h5 {
	color: #8c9299;
}

.job-feed-wrap .job-box:nth-child(6n + 3) .job-box-text h6,
.job-feed-wrap .job-box:nth-child(6n + 4) .job-box-text h6 {
	color: #565b6f;
}

.job-feed-wrap .job-box:nth-child(6n + 2) .job-abs-text h6,
.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-text h3,
/*.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-text h6,*/
.job-feed-wrap .job-box:nth-child(6n + 6) .job-abs-text h6,
.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-text h3,
/*.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-text h6,*/
/*.job-box.bg-black .job-box-text h6,*/
.job-box.bg-black .job-abs-text h6,
.job-box.bg-black .job-box-text h3,
.jobs-board-slider .slick-slide:nth-child(even) .job-box .job-abs-text h6,
.jobs-board-slider .slick-slide:nth-child(even) .job-box .job-box-text h3 {
	color: #9fcdcc;
}

.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-text p,
.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-text p,
.job-box.bg-black .job-box-text p,
.jobs-board-slider .slick-slide:nth-child(even) .job-box .job-box-text p {
	color: #fff;
}

.job-feed-wrap .job-box:nth-child(6n + 1),
.job-feed-wrap .job-box:nth-child(6n + 5) {
	background-color: #9fcdcc;
}

.job-feed-wrap .job-box:nth-child(6n + 2),
.job-feed-wrap .job-box:nth-child(6n + 6) {
	background-color: #000;
}

.job-feed-wrap .job-box:nth-child(6n + 3),
.job-feed-wrap .job-box:nth-child(6n + 4) {
	background-color: #a5aeba;
}

.jobs-board-slider .slick-dots {
	bottom: auto;
    left:auto;
    transform: translateX(0%);
	position: relative;
	padding: 50px ;
	margin: 0 auto;
	justify-content: center;
}



/*---- Job box icons ----*/

.job-box-icons-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.job-box:hover .job-box-icons-wrap {
	transform: scale(1.1);
}

.job-box .ico-line {
	width: 1px;
	background-color: #fff;
	opacity: 0.4;
}

.job-box-ico-1 {
	top: 0;
	left: 10%;
	height: 55%;
    width: 55%;
}

.job-box-ico-1 .ico-box {
/*
	width: 225px;
	height: 225px;
*/
	width: 100%;
	height: 100%;
	background-position: top;
	background-image: url(../img/svg/ico-semicircle-line-w-1.svg);
}

.job-box-ico-2 {
	bottom: 0;
	left: 12%;
	width: 50%;
    height: 25%;
}

.job-box-ico-2 .ico-box {
/*
	width: 200px;
	height: 100px;
*/
	width: 100%;
	height: 100%;
	background-position: bottom;
	background-image: url(../img/svg/ico-half-o-line-w-cropped-1.svg);
}

.job-box-ico-3 {
    top: 5%;
    right: 20%;
	width: 24%;
    height: 18%;
}

.job-box-ico-3 .ico-box {
/*
	width: 100px;
	height: 75px;
*/
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/ico-half-o-fill-black-1.svg);
	background-position: bottom;
}

.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-ico-3,
.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-ico-3,
.job-box.bg-black .job-box-ico-3 {
    top: auto;
	bottom: 10%;
    right: 10%;
}

.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-ico-3 .ico-box,
.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-ico-3 .ico-box,
.job-box.bg-black .job-box-ico-3 .ico-box,
.jobs-board-slider .slick-slide:nth-child(even) .job-box .job-box-ico-3 .ico-box {
	background-image: url(../img/svg/ico-half-o-fill-teal-1.svg);
}

.job-feed-wrap .job-box:nth-child(6n + 3) .job-box-ico-3,
.job-feed-wrap .job-box:nth-child(6n + 4) .job-box-ico-3 {
    display: none;
}

.job-box-line-1 {
	bottom: 5%;
	right: 18%;
	width: 1px;
	height: 40%;
}

.job-box-line-1 .ico-line {
/*	height: 175px;*/
	height: 100%;
	width: 100%;
}

.job-box-line-2 {
/*
    top: 55px;
    right: 130px;
*/
	height: 30%;
    right: 30%;
    top: 13%;
}

.job-feed-wrap .job-box:nth-child(6n + 3) .job-box-line-2,
.job-feed-wrap .job-box:nth-child(6n + 4) .job-box-line-2 {
    top: auto;
/*
    right: 100px;
    bottom: 15px;
*/
	right: 23%;
    bottom: 3%;
}

.job-box-line-2 .ico-line {
	height: 125px;
/*
	height: 100%;
	width: 100%;
*/
	transform: rotate(-45deg);
}

.job-feed-wrap .job-box:nth-child(6n + 2) .job-box-line-2,
.job-feed-wrap .job-box:nth-child(6n + 6) .job-box-line-2,
.job-box.bg-black .job-box-line-2,
.jobs-board-slider .slick-slide:nth-child(even) .job-box-line-2 {
    display: none;
}




/*---- Benefits boxes -----*/

.ben-boxes-wrap .ben-box {
	padding: 50px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden;
	min-width: calc(33.33% - 10px);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ben-box-cnt-wrap {
	position: relative;
	z-index: 10;
}

.ben-cnt:not(:last-child) {
	margin-bottom: 25px;
}

.ben-icon {
	height: 40px; 
	width: 40px;
	margin-right: 25px;
	-ms-flex-item-align: center;
	align-self: center;
}

.ben-cnt p {
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
}

.ben-box:nth-child(even) .ben-cnt p {
	color: #fff;
}


/*--- NEW BOX ANIMATIONS ---*/

.job-feed-wrap .job-box .job-abs-text-wrap,
.job-feed-wrap .job-box .job-abs-text-wrap,
.job-feed-wrap .job-box .job-box-text,
.job-feed-wrap .job-box .ico-box-wrap,
.job-feed-wrap .job-box .ico-line-wrap {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2s;
    transition-timing-function: ease;
}

.job-feed-wrap .job-box .job-abs-text-wrap:nth-child(1) {
    transform: translate3d(0, 100px, 0);
}

.job-feed-wrap .job-box .job-abs-text-wrap:nth-child(2) {
    transform: translate3d(0, -100px, 0);
}

.job-feed-wrap .job-box .ico-box-wrap.job-box-ico-1 {
    transform: translate3d(-100px, -100px, 0);
}

.job-feed-wrap .job-box .ico-box-wrap.job-box-ico-2 {
    transform: translate3d(-100px, 100px, 0);
}

.job-feed-wrap .job-box .ico-box-wrap.job-box-ico-3 {
    transform: translate3d(100px, 0, 0);
}

.job-feed-wrap .job-box .ico-line-wrap.job-box-line-1 {
    transform: translate3d(0, 100px, 0);
}

.job-feed-wrap .job-box .ico-line-wrap.job-box-line-2 {
    transform: translate3d(100px, 100px, 0);
}

.job-feed-wrap .job-box.aos-animate .job-abs-text-wrap,
.job-feed-wrap .job-box.aos-animate .job-abs-text-wrap,
.job-feed-wrap .job-box.aos-animate .ico-box-wrap {
    opacity: 1;
    transform: translateZ(0) scale(1);
    transition-delay: 1.5s;
}

.job-feed-wrap .job-box .job-box-text {
    transform: scale(0.6);
}

.job-feed-wrap .job-box.aos-animate .job-box-text {
    opacity: 1;
    transform: translateZ(0) scale(1);
    transition-delay: 1s;
}




/*--- LEVER JOBS ---*/

#lever-jobs-container .lever-team ul {
    width: calc(100% + 11px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#lever-jobs-container li.lever-job {
/*	display: none;*/
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	width: calc(33.33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
/*	padding: 16.27% !important;*/
	padding: 0 65px !important;
    height: 420px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: 1s;
    overflow: hidden;
}

/*
#lever-jobs-container li.lever-job.active {
	display: block;
}
*/

#lever-jobs-container li.lever-job:hover {
    background-size: 110% !important;
}

#lever-jobs-container li.lever-job:nth-child(6n + 1), 
#lever-jobs-container li.lever-job:nth-child(6n + 5) {
    background-color: #9fcdcc;
    background-image: url(../img/png/job-boxes-shapes-1.png);
}

#lever-jobs-container li.lever-job:nth-child(6n + 2), 
#lever-jobs-container li.lever-job:nth-child(6n + 6) {
    background-color: #000;
    background-image: url(../img/png/job-boxes-shapes-2.png);
}

#lever-jobs-container li.lever-job:nth-child(6n + 3), 
#lever-jobs-container li.lever-job:nth-child(6n + 4) {
    background-color: #a5aeba;
    background-image: url(../img/png/job-boxes-shapes-3.png);
}

#lever-jobs-container li.lever-job::before,
#lever-jobs-container li.lever-job::after {
    position: absolute;
    z-index: 2;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    line-height: 110%;
    color: #000;
    padding: 20px;
}

#lever-jobs-container li.lever-job:nth-child(6n + 1)::before, 
#lever-jobs-container li.lever-job:nth-child(6n + 1)::after, 
#lever-jobs-container li.lever-job:nth-child(6n + 5)::before,
#lever-jobs-container li.lever-job:nth-child(6n + 5)::after {
    background-color: #9fcdcc;
}

#lever-jobs-container li.lever-job:nth-child(6n + 2)::before, 
#lever-jobs-container li.lever-job:nth-child(6n + 2)::after, 
#lever-jobs-container li.lever-job:nth-child(6n + 6)::before,
#lever-jobs-container li.lever-job:nth-child(6n + 6)::after {
    color: #9fcdcc;
    background-color: #000;
}

#lever-jobs-container li.lever-job:nth-child(6n + 3)::before, 
#lever-jobs-container li.lever-job:nth-child(6n + 3)::after, 
#lever-jobs-container li.lever-job:nth-child(6n + 4)::before,
#lever-jobs-container li.lever-job:nth-child(6n + 4)::after {
    background-color: #a5aeba;
}

#lever-jobs-container li.lever-job::before {
    content: 'LATEST JOB';
    left: 0px;
    top: 125px;
    transform: rotate(-90deg);
    transform-origin: left top;
}

#lever-jobs-container li.lever-job::after {
    content: 'VIEW MORE';
    right: 55px;
    bottom: 0px;
    transform: rotate(90deg);
    transform-origin: right bottom;
}

#lever-jobs-container .lever-job-title {
    display: inline-block;
    flex: none !important;
    color: #000 !important;
    text-decoration: none !important;
/*    margin-bottom: 0.2em;*/
    font-size: 2em;
    margin-bottom: 5px !important;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    line-height: 110%;
    text-align: center;
    position: relative !important;
    z-index: 5;
    transition: 1s;
}

#lever-jobs-container li.lever-job:nth-child(6n + 2) .lever-job-title, 
#lever-jobs-container li.lever-job:nth-child(6n + 6) .lever-job-title {
    color: #9fcdcc !important;
}

#lever-jobs-container .lever-job-tag {
    display: inline-block;
    color: #000 !important;
    flex: none !important;
    text-align: center;
    font-family: 'Poppins-MediumItalic';
    font-size: 1em;
    position: relative !important;
    z-index: 5;
    transition: 1s;
}

#lever-jobs-container li.lever-job:nth-child(6n + 2) .lever-job-tag, 
#lever-jobs-container li.lever-job:nth-child(6n + 6) .lever-job-tag {
    color: #fff !important;
}

#lever-jobs-container li.lever-job:hover .lever-job-title,
#lever-jobs-container li.lever-job:hover .lever-job-tag {
    transform: scale(0.9);
}

#lever-jobs-container li.lever-job .line {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 1px;
    top: 0;
}

#lever-jobs-container li.lever-job .line.line-1 {
    left: 25px;
}

#lever-jobs-container li.lever-job .line.line-2 {
    right: 25px;
}





/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {
	
	.job-feed-wrap .job-box {
		width: calc(50% - 10px);
		padding: 24.3%;
	}
	
/*
	.jobs-board-slider .slick-dots {
		bottom: -65px;
	}
*/
	
	.job-board-mini-sec .job-feed-wrap .job-box:last-child {
		display: none;
	}
	
	.ben-boxes-wrap .ben-box {
		padding: 25px !important;
		min-width: calc(33.33% - 10px);
	}
	
	.ben-icon {
		height: 30px;
		width: 30px;
	}
    
    #lever-jobs-container li.lever-job {
        width: calc(50% - 10px);
        height: 475px;
/*		padding: 24.3%;*/
    }
	
}




@media screen and (max-width: 1024px) {
	
	.job-box-ico-3 {
		display: none;
	}
	
	.job-intro-wrap .cnt-title,
	.job-intro-wrap .cnt-text {
		width: 100%;
/*		margin-bottom: 25px;*/
	}
	
	.job-board-mini-sec .title-box,
	.job-board-mini-sec .text-box {
		width: 100%;
	}
	
	.job-board-mini-sec .text-box {
		padding-top: 25px;
	}
	
	.ben-boxes-wrap .ben-box {
		padding: 25px !important;
		min-width: calc(50% - 10px);
	}
    
    #lever-jobs-container li.lever-job {
        height: 355px;
    }
    
    #lever-jobs-container .lever-job-title {
        font-size: 1.5em;
    }
    
    #lever-jobs-container .lever-job-tag {
        font-size: 0.8em;
    }
    
}



@media screen and (max-width: 768px) {
	
	.job-feed-wrap {
    	width: 100%;
	}
	
	.job-feed-wrap .job-box {
		width: 100%;
		padding: 50%;
		margin-right: 0;
	}
	
	.filter-wrap {
		width: 100%;
		margin-right: 0;
	}
	
	.job-img-box .job-box {
		height: 100%;
		width: 100%;
	}
	
/*
	.jobs-board-slider .slick-dots {
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
	}
*/
	
	.jobs-board-slider .slick-dots {
		padding: 25px 0;
	}
	
	.job-btns-wrap {
		padding-top: 75px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.job-board-mini-sec .job-feed-wrap .job-box:last-child {
		display: block;
	}
	
	.ben-boxes-wrap .ben-box {
		min-width: 100%;
	}
	
	.ben-cnt:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.ben-icon {
		height: 25px;
		width: 25px;
		margin-right: 15px;
	}
    
    #lever-jobs-container .lever-team ul {
        width: 100%;
    }
    
    #lever-jobs-container li.lever-job {
        height: auto;
        width: 100%;
        padding: 40% 25px !important;
/*        background-image: none !important;*/
    }
    
    #lever-jobs-container li.lever-job::before, 
    #lever-jobs-container li.lever-job::after {
        font-size: 0.6em;
        padding: 15px;
    }
    
    #lever-jobs-container li.lever-job::before {
        top: 95px;
    }
    
    #lever-jobs-container li.lever-job::after {
        right: 40px;
    }
    
    #lever-jobs-container li.lever-job .line.line-1 {
        left: 19px;
    }
    
    #lever-jobs-container li.lever-job .line.line-2 {
        right: 19px;
    }
	
}