@charset "utf-8";

.recent-jobs {
}


.recent-jobs-header {
	padding: 40px 50px;
	box-sizing: border-box;
}

.recent-jobs-header .recent-jobs-title {
	line-height: 0;
	padding-top: 3px;
}

.recent-jobs-header .recent-jobs-title img {
	height: 5vw;
	max-height: 23px;
}

.recent-jobs-header .categories {
	text-align: right;
	line-height: 3rem;
}

.recent-jobs-header .categories li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.2rem;
	line-height: 2rem;
}

.recent-jobs-header .categories a {
	text-decoration: none;
}

.recent-jobs-header .categories li:last-child {
	margin-right: 0;
}

.recent-jobs-header .categories .svg-icon {
	margin-right: 5px;
}

.job-list {
	padding-bottom: 60px;
}


.job-list .job-list-container {
	padding: 0 10px;
	margin: 0 -10px 20px;
	flex-wrap: wrap;
}

.job-list .item {
	width: 33.33333%;
	padding: 40px 10px 0;
	box-sizing: border-box;
	flex: 0 auto;
}

.job-list .job-item-outer-wrapper {
	position: relative;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	height: 100% !important;
	border-radius: 5px;
	background: #fff;
}

.job-list .job-item-wrapper {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
}

.job-list .item.new .job-item-wrapper:before {
	position: absolute;
	content: "New";
	top: 10px;
	right: 10px;
	padding: 0;
	background-color: #ff3963;
	color: #fff;
	padding: 5px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5rem;
	animation: newicon 3s linear 5;
	border-radius: 2px;
}


@keyframes newicon {
	0% {
		
		transform: scale(1);
	}
	
	49% {
		opacity: 0;
		transform: scale(1);
	}
	
	50% {
		transform: scale(0.7);
	}
	
	51% {
		transform: scale(1.2);
		opacity: 1;
		color: rgba(255,255,255,1);
	}
	
	52% {
		transform: scale(1);
	}
	
	53% {
		transform: scale(0.9);
	}
	
	54% {
		transform: scale(1.1);
	}
	
	55% {
		transform: scale(0.95);
	}
	
	56% {
		transform: scale(1.015);
	}
	
	57% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1);
	}
}


.job-list .item .job-item-outer-wrapper:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 5rem;
	position: absorute;
	bottom: 40px;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}

.job-list .item a {
	text-decoration: none;
}

.job-list .job-item-header {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.job-list .job-item-header a {
	display: block;
	padding: 15px 20px 19px;
	transition: background 0.2s ease;
}

.job-list .job-item-header a:hover {
	background-color: rgba(0,0,0,0.05);
}

.job-list .job-item-header a:hover .jobs-item-title {
	color: #ff3963;
}

/*
.job-list .job-item-header a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #ff3963;
	border-radius: 50%;
	top: 5px;
	left: 5px;
}

.job-list .job-item-header a:visited:before {
	background: #fff;
}
*/

.job-list .job-item-header .categories {
	margin: 5px 0;
}

.job-list .job-item-header .categories .cat {
	border: 2px solid #333;
	color: #333;
	margin-right: 5px;
	line-height: 2rem;
	font-size: 1.2rem;
	padding: 0 4px;
	font-weight: bold;
	margin-bottom: 0;
	display: inline-block;
	border-radius: 2px;
}

.job-list .job-item-header .categories .cat:last-child {
	margin-right: 0;
}

.job-list .jobs-item-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.0rem;
	transition: color 0.1s ease;
}

.job-list .jobs-item-detail-info {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-top: 5px;
	color: rgba(0,0,0,0.5);
}

.job-list .job-item-header {

}



.job-list .job-item-detail {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding: 10px 25px 9px 20px;
}

.job-list .description-list {
	overflow: hidden;
	line-height: 2.1;
}

.job-list .description-term {
	float: left;
	line-height: 0;
	min-height: 25px;
}

.job-list .description-term .icon {
	opacity: 0.5;
}

.job-list .description-description {
	min-width: 100px;
	text-overflow: ellipsis;
	margin-left: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.job-list .job-item-text-wrapper {
	padding: 15px 25px;
}

.job-list .job-item-text {
	position: relative;
	height: 5rem;
	min-height: 80px;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: justify;
	overflow: hidden;
}

.job-list .job-item-text:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 5rem;
	position: absorute;
	bottom: 0;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}

.job-list .job-item-text br {
	display: none;
}

.job-list .job-item-text p {
	display: inline;
}

.job-list .job-item-text img {
	display: none;
}

.job-list .job-item-text figure {
	display: none;
}

.job-list .job-item-moreinfo {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.job-list .job-item-moreinfo a {
	background: #8d8982;
	padding: 5px 20px;
	min-width: 100px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 3rem;
	width: 100%;
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
}

.job-list .job-item-moreinfo a:hover {
	background: #ff3963;
}

.job-list .more-info {
	width: 100%;
	text-align: center;
	margin: 40px auto 30px;
}

.job-list .more-info a {
	margin: auto;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0.6);
}




/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */

@media screen and (max-width: 768px) {
	
	.job-list .item {
		width: 50%;
	}
	
	.job-list .job-item-text-wrapper {
		padding-bottom: 0px;
	}
	
	.job-list .item.flex-item {
		
	}
	
	.recent-jobs-item-text {
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 Plus */

@media screen and (max-width: 540px) {/*
@media screen and (max-width: 414px) {*/
	
	.job-list .item {
		margin: 10px auto 20px;
		width: 100%;
	}
	.job-list .item:nth-child(2n) {
		margin-right: auto;
	}
	.recent-jobs-header {
		/*display: block;*/
		padding: 25px 10px 15px;
	}
	/*
	.recent-jobs-header .categories {
		text-align: left;
		margin: 10px 0 5px;
	}
	*/
	.recent-jobs-header .categories li {
		margin-right: 5px;
	}
	
	.recent-jobs-header .categories .svg-icon {
		margin-right: 5px;
	}
	
	.recent-jobs-header .categories .label {
		display: none;
	}
	
	.job-list .job-list-container {
		display: block;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 0 20px;
	}
	.job-list .job-item-header a {
		padding: 20px 25px 14px;
	}
	
	.job-list .job-item-detail {
		padding: 10px 25px 9px 20px;
	}
	
	.job-list .job-item-text-wrapper {
		padding-top: 15px;
	}
	
	.job-list .item.flex-item {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.job-list .more-info {
		margin: 20px auto 15px;
	}
}