/* Resources
/*------------------------------------------------------------*/
.resources-list .adv {
	height: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-title {
	font-size: 16px;
    font-weight: 700;
    color: #333;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	margin-bottom: 15px;
}

.sec-title .text-link .sec-name {
	display: none;
}

.resources--section {
	margin-bottom: 15px;
}

.resources-list .row {
	display: flex;
	flex-wrap: wrap;
}

/* Right Column */
/* Column Section */
h2.col-sec-header {
	font-size: 20px;
	font-weight: bold;
	color: #1F81B9;
	text-align: left;
}

.col-sec-list li {
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(51, 51, 51, .3);
	margin-bottom: 15px;
}

.col-sec-list li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}

/* Job List */
.col-job-list .job__title {
	font-size: 16px;
	font-weight: 600;
	transition: color .3s ease-in-out;
	display: block;
}

.col-job-list .job__company {
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0;
	display: inline-block;
}

.col-job-list .job__postdate {
	font-size: 13px;
}

/* Article List */
.col-article-list .article {
	font-size: 16px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

.col-article-list .article span {
	padding-left: 15px;
}

.col-article-list .article .video__length {
	font-size: 12px;
	padding: 2px 4px;
	right: 5px;
	bottom: 5px;
}

.article__thumb--s {
	width: 125px;
	height: 65px;
	position: relative;
}


/* Job Swiper */
.related-jobs-swiper {
	margin-bottom: 30px;
}

/* See more */
.btn--seemore {
	margin: 0 auto;
}


@keyframes fade-in-up {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (min-width: 480px) {
	.sec-title .text-link .sec-name {
		display: inline-block;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.columns .col-l {
		margin-right: 30px;
	}
	
	.columns .col-r {
		display: block;
		flex: 0 0 300px;
	}

	.related-jobs-swiper {
		display: none;
	}

	.sec-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.resources--section {
		margin-bottom: 30px;
	}

	.resources-list .adv {
		padding-bottom: 30px;
	}
}