/* PARTNERS */

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

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

.PARTNERS .filter .b-input,
.PARTNERS .filter .b-select {
	background-color: var(--light) !important;
}

.PARTNERS .filter .b-columns {
	justify-content: space-between;
}

.PARTNERS .filter .reset-container {
	padding-top: 0;
	text-align: right;
}

.PARTNERS .filter .reset {
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
	color: var(--blue);
}

.PARTNERS .filter .reset:hover {
	color: var(--black);
}

.PARTNERS .post-container {
	position: relative;
	height: 100%;
	box-shadow: 0 5rem 5rem 0 rgba(0,0,0,0.03), 0 33rem 70rem 0 rgba(0,0,0,0.05);
}

.PARTNERS .post {
	padding: 55rem 40rem 30rem;
}

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

.PARTNERS .image .b-img {
	object-position: left;
	height: 80rem;
	max-width: 100%;
}

.PARTNERS .content {
	flex-grow: 1;
}

.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 .category {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14rem;
}

.PARTNERS .category + h5 {
	margin-top: 10rem;
}

.PARTNERS .meta {
	margin: 15rem 0 20rem;
	opacity: 0.6;
	font-size: 14rem;
	font-weight: 500;
	text-transform: uppercase;
}

.PARTNERS .date::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5rem;
	height: 5rem;
	background: currentColor;
	margin: -2rem 12rem 0 15rem;
	opacity: 0.3;
}

.PARTNERS .ttr {
	background: url(images/ttr.svg) no-repeat 0 3.5rem / 13rem 13rem;
	padding-left: 17rem;
}

.PARTNERS .excerpt {
	margin: 20rem 0 50rem;
}

.PARTNERS .more-arrow {
	width: 42rem;
	height: 22rem;
	background: url(images/more-arrow.svg) no-repeat center / 100%;
	position: absolute;
	bottom: 30rem;
	z-index: -1;
}

.PARTNERS .pagination {
	display: none;
	margin: 60rem 0 0;
}

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

/* ajax load more */

.PARTNERS .alm-reveal,
.PARTNERS .alm-listing {
	display: flex;
	flex-wrap: wrap;
	margin: -15rem -15rem -45rem;
}

.PARTNERS .alm-item {
	padding: 15rem 15rem 45rem;
	box-sizing: border-box;
	flex: 0 0 auto;
	align-items: stretch;
	width: 33.333333%;
}

.PARTNERS .ajax-load-more-wrap[data-total-partners="0"] .alm-listing:empty::before {content: "No results found.";}
.PARTNERS .results + .partners .ajax-load-more-wrap[data-total-partners="0"] .alm-listing:empty::before {display: none;}

.PARTNERS .alm-reveal + .alm-reveal {padding-top: 45rem;}
.PARTNERS .alm-btn-wrap {text-align: center; overflow: hidden;}
.PARTNERS .alm-load-more-btn {margin-top: 60rem;}
.PARTNERS .alm-load-more-btn.done {display: none;}

.PARTNERS .partners.alt-hide-button .alm-load-more-btn.more {display: none;}

@media screen and (max-width: 960px) {
	.PARTNERS .filter .b-columns {margin: -5rem;}
	.PARTNERS .filter .b-columns > .b-column {padding: 5rem;}
	.PARTNERS .alm-reveal {margin: -10rem -10rem -30rem;}
	.PARTNERS .alm-item {width: 100%; padding: 10rem 10rem 30rem;}
	.PARTNERS .alm-reveal + .alm-reveal {padding-top: 30rem;}
	.PARTNERS .alm-load-more-btn {margin-top: 40rem;}
}



/* LIST */

@media screen and (min-width: 961px) {
	.PARTNERS[data-style="list"] {background: var(--white); min-height: 360rem;}

	.PARTNERS[data-style="list"] .alm-item,
	.PARTNERS[data-style="list"] .b-column {width:100% !important;}

	.PARTNERS[data-style="list"] .post {
		display: flex;
		flex-direction: row;
		align-items: center;
		background: #fff;
		box-shadow: 0 5rem 5rem 0 rgba(0,0,0,0.03), 0 33rem 70rem 0 rgba(0,0,0,0.05);
	}

	.PARTNERS[data-style="list"] .image {
		margin: 0;
		width: 50%;
	}

	.PARTNERS[data-style="list"] .content {
		width: 50%;
		padding: 20rem 60rem;
		box-sizing: border-box;
	}

	.PARTNERS[data-style="list"] .meta {display: none;}
	.PARTNERS[data-style="list"] .excerpt {display: block;}
}
