.select2-container--default .select2-selection--single .select2-selection__arrow .arrow {
	top: 23px !important;
	background-size: 100% !important;
}
main .page-content-container h1 {
	margin-top: 31px;
}
select[name="filter-theme"] + .select2 {
	min-width: 301px;
}
.filters + h2 {
	margin: 50px 0;
}
.advisor-content {
	margin-bottom: 70px;
	margin-top: 18px;
}
.block-item.advisor {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-size: 100%;
	background-position: top;
	height: 396px;
}
.block-item.advisor:not(.gray):hover {
	background-size: 107%;
}
.block-item.advisor:nth-child(3n) {
	margin-right: 0;
}
.block-item.advisor img {
	display: block;
	width: 100%;
	height: 280px;
	border: 0;
	visibility: hidden;
}
.block-item.advisor .info {
	padding: 25px 60px 0px 4px;
	background-color: #FFF;
}
.block-item.advisor .info .title {
	font-size: 18px;
	color: #3E3F44;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-item.advisor .info .subtitle {
	font-size: 16px;
	color: #0092C6;
	margin-top: 5px;
	line-height: 1.3;
	letter-spacing: -.3px;
	min-height: 40px;
}
.block-item.advisor .info hr {
	width: 150px;
	height: 2px;
	vertical-align: bottom;
	display: inline-block;
	color: #3E3F44;
	border-color: #3E3F44;
	background-color: #3E3F44;
}
.block-item.advisor .details {
	position: relative;
	padding: 5px 4px 0;
	color: #3E3F44;
	background-color: #FFF;
}
.block-item.advisor .details label {
	font-weight: bold;
	display: block;
	line-height: 1.7;
}
.block-item.advisor .details .theme {
	font-size: 14px;
	padding-left: 40px;
	background-image: url(/static/img/block-black.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 30px;
}
.block-item.advisor .details .expertise {
	padding-left: 40px;
	font-size: 14px;
	background-image: url(/static/img/medal-black.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	margin-top: 12px;
}
.block-item.advisor .details a.button.arrow {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.block-item.advisor.long {
	max-width: 100%;
	border: 0;
	padding: 20px;
	width: 100%;
	margin-right: 0;
	background-image: none !important;
}
.block-item.advisor.long .info {
	margin-top: 0;
	display: inline-block;
	width: 30%;
	border-right: 2px solid #3E3F44;
	height: auto;
	margin-right: 35px;
}
.block-item.advisor.long .details {
	display: inline-block;
	margin-top: 0;
	width: calc(70% - 40px);
	min-height: 55px;
	vertical-align: top;
	padding-top: 5px;
}
.block-item.advisor.long .details .theme {
	width: 45%;
	display: inline-block;
}
.block-item.advisor.long .details .expertise {
	margin-top: 0;
	width: 50%;
	display: inline-block;
}
.block-item.advisor:hover .details .button.arrow.leesmeer:after {
	padding: 0 10px 0 15px;
	width: 95px;
}

@media screen and (max-width: 960px) {
	.block-item.advisor.long .info {
		display: block;
		width: 100%;
		border-right: 0;
		border-bottom: 2px solid #3E3F44;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.block-item.advisor .info .subtitle {
		margin-top: 0;
	}
	.block-item.advisor.long .details {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.block-item.advisor {
		width: 49% !important;
		max-width: none !important;
		height: auto;
	}
	.block-item.advisor:nth-child(even) {
		margin-right: 0 !important;
	}
	.block-item.advisor:nth-child(3n) {
		margin-right: 2%;
	}
}
@media screen and (max-width: 660px) {
	.block-item.advisor {
		width: 100% !important;
		max-width: 461px !important;
		margin-bottom: 20.4px;
	}
	.block-item.advisor.long .details .theme, .block-item.advisor.long .details .expertise {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 600px) {
	.filters .filter-select {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 5px;
	}
	.filters .filter-select select + .select2-container {
		max-width: none !important;
		width: 100% !important;
	}

	.filters .filter-view {
		margin-left: 0 !important;
	}
	.filters .filter-view div {
		display: inline-block;
		vertical-align: top;
	}
	.filters .filter-view .compact {
		margin-bottom: 0 !important;
		margin-right: 5px;
	}
}

@media screen and (max-width: 423px) {
	.block-item.advisor .details a.button.arrow {
		position: relative;
		display: block;
		bottom: 0;
		right: calc(-100% + 50px);
	}
	.button.arrow.leesmeer:after {
		padding: 0 10px;
		width: 90px;
	}
}
