/* PARTNERS */

.PARTNERS::before,
.PARTNERS::after {
	content: "";
	display: block;
	overflow: hidden;
}

.PARTNERS .filter {
	float: none;
	margin: 0 0 60rem;
	overflow: hidden;
}

.PARTNERS .filter select {
	cursor: pointer;
	background: var(--light) url('../../assets/images/expand.svg') no-repeat right 10rem center/12rem 9rem;
	box-sizing: border-box;
	color: var(--black);
	font-family: inherit;
	font-size: 16rem;
	line-height: 50rem;
	height: 50rem;
	width: 100%;
	padding: 0 30rem 0 15rem;
	border: none;
	border-radius: 0;
	transition: box-shadow .25s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.PARTNERS .filter select::-ms-expand {
	display: none
}


.PARTNERS .filter input {
	box-sizing: border-box;
	color: var(--black);
	font-family: inherit;
	font-size: 16rem;
	line-height: 50rem;
	height: 50rem;
	width: 100%;
	padding: 0 15rem 0 45rem;
	border: none;
	border-radius: 0;
	transition: box-shadow .25s;
	appearance: none;
	-webkit-appearance: none;
	background: var(--light) url('../../assets/images/search.svg') no-repeat 12rem center / 24rem 24rem;
}


.PARTNERS .post {
	box-sizing: border-box;
	padding: 40rem;
	position: relative;
	height: 100%;
	box-shadow: 0 5rem 5rem 0 rgba(0, 0, 0, .03), 0 33rem 70rem 0 rgba(0, 0, 0, .05);
}

.PARTNERS .image {
	margin-bottom: 20rem
}

.PARTNERS .content {
	padding-bottom: 40rem;
	font-size: 16rem;
}

.PARTNERS .content a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.PARTNERS .content a:hover {
	color: var(--blue)
}

.PARTNERS .content::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 40rem;
	left: 40rem;
	width: 42rem;
	height: 22rem;
	background: url('images/more-arrow.svg') no-repeat center/100%;
}

.PARTNERS .pagination {
	text-align: center;
	margin: 60rem 0 0;
}

.PARTNERS .screen-reader-text {
	display: none;
}

.PARTNERS #loadmore[data-status="done"] .pagination {display: none;}

@media (width <= 960px) {
	.PARTNERS .filter {margin: 0 0 40rem;}
	.PARTNERS .pagination {margin: 40rem 0 0;}
}
