.pinned, .resources {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.resources {
	flex-wrap: wrap;
}
.resources:not(.teaser) {
	min-height:780px;
}
.resources:after {
    content: "";
    flex: 1 1 100%;
    max-width: 31%;
}

.rsc, .sort_buttons *, .rsc * {
	-webkit-transition: all .21s ease-out;
    -moz-transition: all .21s ease-out;
    -o-transition: all .21s ease-out;
    transition: all .21s ease-out;
}
.rsc {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	margin:0;
	padding:0;
	border-radius: 15px;
	background-color: #ffffff;
	height:100%;
	overflow: hidden;
	cursor:pointer;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}
.resources .rsc {
	flex: 0 31%;
	margin-bottom: 35px;
	height:470px;
}
.rsc:hover {
    -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}
.rsc .cover {
	position:relative;
	background-color:#d9d9d9;
	background-size:cover;
	background-repeat:no-repeat;
    background-position:center;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges; 
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	height:0;
	padding-bottom:56.25%;
}
.rsc .guts {
	flex: 0 1 100%;
	position:relative;
}
.rsc .guts .txt {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	flex-direction: column;
	padding: 30px 20px 20px;
}
.resources .rsc .guts .txt {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.rsc .cover .categories {
	position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 125px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: flex-end;
}
.rsc .cover .categories .category {
	font-family:Roboto, sans-serif;
    font-size: 16px;
    background-color: #89ada4;
    color: #fff;
    padding: 5px 15px 4px;
    border-radius: 35px;
}
.rsc .title {
	font-family: 'Domine Bold', serif;
	font-size: 22px;
    line-height: 1.2em;
}
.rsc .title a {
	color:#000;
}
.rsc .excerpt p {
	font-family:Roboto, sans-serif;
    font-size: 14px;
	line-height:1.5;
	padding: 5px 0;
	margin:0;
}
.pinned .featured {
    font-family: Roboto, sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #89ada4;
    letter-spacing: 0.03em;
}
@media(min-width:768px) {
	.pinned {
	}
	.pinned .rsc {
		flex-direction: row;
		max-height: 340px;
		height: 100%;
		width: 100%;
	}
	.pinned .cover {
		flex: 1 1 50%;
		padding:0;
		height:340px;
	}	
	.pinned .guts {
		flex: 1 1 50%;
		height: auto;
	}
	.pinned .guts .txt {
		justify-content: center;
	}
	.pinned .guts .txt > a {
		margin: 10px 0 0;
	}
	
	.pinned .rsc .guts {
		display: flex;
		align-items: center;
	}
	.pinned .rsc .guts .txt {
		padding: 30px 30px 20px;
	}
	.pinned .rsc .title {
		font-size: 32px;
		line-height: 1.22em;
	}
	.pinned .featured {
		font-size: 21px;
	}
}

.filter_controls {
	text-align:center
}
.filter_controls>div{
	margin-bottom:35px;
}
.filter_controls .sort_buttons {
    text-align: center;
    vertical-align: top;
}
.filter_controls .sort_buttons div {
	display:inline-block;
	font-size:15px;
	color:#a0a2a4;
	text-transform:uppercase;
	padding:8px 15px 7px;
	cursor:pointer;
	background:#f0f2f4;
	border:1px solid #e0e2e4;
	border-radius:35px;
	margin:5px 3px;
}
.filter_controls .sort_buttons div.active {
	color:#ffffff;
	background:#8A8A8A;
	border:1px solid #8A8A8A;
}
.filter_controls .sort_buttons div:not(.active):hover {
	color:#303234;
	background:#ffffff;
}
.filter_controls .sort_buttons div:first-child {
	margin-left:0;
}
.filter_controls .sort_buttons div:last-child {
	margin-right:0;
}
.filter_controls .input_frame {
	background: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    display: inline-block;
    text-align: center;
    position: relative;
}
.filter_controls .input_frame input[type=text] {
	font-size: 15px;
    line-height: 1;
    background: transparent;
    color: #606264;
    border: 1px solid #89ada4;
    margin: 0;
    cursor: inherit;
    padding: 12px 18px;
    border-radius: 35px;
    box-shadow: none !important;
    width: 260px;
}
.search_btn {
	position: absolute;
    width: 43px;
    height: 43px;
    top: 0;
    right: 0;
}
.resources.loading,
.blog_list.loading {
	background-image:url(../images/loading.svg);
	background-repeat:no-repeat;
	background-position:top 35px center;
	background-size:40px;
}
.blog_list.load_more {
    text-align: center;
    height: 48px;
    padding: 35px 15px;
	box-sizing: initial;
}
.blog_list.load_more a {
	font-family:Roboto, sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    padding: 13px 34px;
    color: #fff;
    background-color: #89ada4;
    border-radius: 40px;
    border: 1px solid #89ada4;
    transition: all .2s ease-in-out;
    text-decoration: none;
	display: inline-block;
}
.blog_list.load_more a:hover {
    background-color: #fff;
	color: #89ada4;
}
.rsc .arrowed {
	font-family:Roboto, sans-serif;
	margin-top:15px;
	position:relative;
	padding-right:20px;
	display:inline-block;
	line-height:1.2;
	color:#89ada4;
}
.rsc .arrowed:after {
	content: '→';
    font-size: 13px;
    position: absolute;
    width: 17px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    height: 17px;
}
@media (max-width: 768px) {
	.pinned {
		display:block;
		margin: 0;
		width:100%;
		min-height:inherit;
	}
	.resources .rsc {
		flex: 0 48%;
	}
	.resources .rsc .excerpt {
		display:none;
	}
}
@media (max-width: 600px) {
	.resources .rsc {
		flex: 0 100%;
		height: 390px;
	}
}
@media (max-width: 480px) {
	.resources, .blog_controls {
		margin-left: 15px;
		margin-right: 15px;
	}
}