body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	overflow-y: scroll;
}
svg {
	fill: #000;
}
a {
	color: inherit;
	fill: #000;
}
a:hover {
	color: #e62e2e !important;
	fill: #e62e2e !important;
}
hr {
	background-color: #000;
	border-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.alt-font {
	font-family: 'Roboto Condensed', sans-serif;
}
.highlight {
	color: #e62e2e !important;
	fill: #e62e2e !important;
}
.highlight a:hover,
a.highlight:hover {
	color: #000 !important;
	fill: #000 !important;
}
.h-btn {
	stroke: #e62e2e;
}
.h-btn.close-btn {
	width: 32px;
	height: 32px;
}
.h-btn:hover {
	stroke: #000 !important;
}
::selection {
	color: #e62e2e;
	background: #ddd;
}
::-moz-selection {
	color: #e62e2e;
	background: #ddd;
}

/* .slick-gallery .slick-item img{
	width: auto;
	height: 44vw;
	max-height: 840px;
} */
/* .slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
} */
/* .slick-prev {
	background: url("../media/arrow-left.svg") no-repeat center center;
}
.slick-next {
	background: url("../media/arrow-right.svg") no-repeat center center;
} */
.slick-dots li {
	margin-left: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border: none;
	background-color: #fff;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.slick-dots li:not(.slick-active):hover button {
	background-color: #e62e2e;
}
.slick-dots li.slick-active button {
	background-color: #e62e2e;
}
/* @media all and (max-width: 800px) {
	.slick-area {
		display: none;
	}
} */

.social-shares ul > li,
.social-links ul > li {
	width: 22px;
}
.social-shares ul > li a:hover,
.social-links ul > li a:hover {
	border-color: #e62e2e;
}
.social-shares h4 {
	font-size: 1em;
}
.social-shares .linkedin,
.social-shares .email {
	display: none;
}
.social-links ul > li a {
	fill: #fff;
}

input:not([type="submit"]),
textarea,
select {
	color: #000;
	border-color: #000;
	/* background-color: transparent !important; */ /* important for apple */
}
input:not([type="submit"]):focus,
textarea:focus {
	border-color: #e62e2e !important;
}
.btn,
.text-content .btn,
button,
input[type="submit"] {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn:hover,
.text-content .btn:hover,
button:hover,
input[type="submit"]:hover {
	background-color: #e62e2e !important;
	border-color: #e62e2e !important;
}
.btn:hover,
.text-content .btn:hover {
	color: #fff !important;
	fill: #fff !important;
}

.block-title {
	margin-bottom: 42px;
	padding-bottom: 6px;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
}
.block-title.highlight {
	color: #e62e2e;
	border-bottom-color: #e62e2e;
}
#title-block .block-title {
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}
@media all and (max-width: 800px) {
	#title-block .block-title {
		padding-bottom: 12px;
	}
}

.archive #title-block .title-type {
	display: none;
}

.text-content {
	font-size: 18px;
}
.text-content *.smaller-font {
	font-size: 0.75em;
}
.text-content.smaller-font {
	font-size: 14px;
}
.text-content *.larger-font {
	font-size: 1.4em;
}
.text-content.larger-font {
	font-size: 28px;
}
.text-content h1,
.text-content h2 {
	font-size: 1.44em;
}
.text-content .wp-caption-text {
	font-size: 0.8em;
	font-style: normal;
	color: #888;
}
.text-content .wp-caption:not(.gallery-item) {
	width: auto !important; /* fix wp inline width */
}
@media all and (max-width: 1300px) {
	.text-content *.larger-font {
		font-size: 1.3em;
	}
	.text-content.larger-font {
		font-size: 24px;
	}
}
@media all and (max-width: 800px) {
	.text-content {
		font-size: 16px;
	}
	.text-content.smaller-font {
		font-size: 15px;
	}
	.text-content.larger-font {
		font-size: 22px;
	}
}


.filters {
	font-size: 0;
	margin-left: -2%;
}
.filter {
	position: relative;
	display: inline-block;
	width: 23%;
	margin-left: 2%;
	height: 48px;
	font-size: 0;
}
.filter:hover {
	z-index: 10;
}
.filter ul {
	position: absolute;
	width: 100%;
	min-height: 100%;
	color: #e62e2e;
	background-color: #fff;
	border: 1px solid #e62e2e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter ul > li {
	display: block;
	width: 100%;
	cursor: pointer;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter ul > li a {
	display: block;
	padding: 13px 50px 13px 20px; /* space for right arrow */
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.filter ul > li a svg {
	position: absolute;
	z-index: 1;
	width: 31px;
	right: 12px;
	top: 8px;
	fill: #e62e2e;

	-o-transition: transform 0.1s;
	-moz-transition: transform 0.1s;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.filter:hover ul > li a svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter ul > li.filter-item {
	display: none;
	color: #fff;
	background-color: #e62e2e;
}
.filter ul > li.filter-item.active {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #e62e2e;
	background-color: #fff;
}
.filter:hover ul > li.filter-item.active {
	position: relative;
	top: auto;
	right: auto;
	color: #fff;
	background-color: #e62e2e;
}
.filter:hover ul > li.filter-item {
	display: block;
}
.filter:hover ul > li.filter-item a {
	padding: 6px 20px;
}
.filter:hover ul > li.filter-item.first a {
	padding-top: 16px;
}
.filter:hover ul > li.filter-item:last-child a {
	padding-bottom: 16px;
}
.filter ul > li.filter-item a:hover {
	color: #000 !important;
}
@media all and (max-width: 1200px) {
	.filters {
		margin-left: -3%;
	}
	.filter {
		width: 30.33%;
		margin-left: 3%;
	}
}
@media all and (max-width: 800px) {
	.filters {
		margin-left: -5%;
	}
	.filter {
		width: 45%;
		margin-left: 5%;
	}
}


.post-list > ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}
.post-list > ul > li {
	width: 23%;
	margin-left: 2%;
}
.post-list > ul > li > * {
	height: 100%;
}
.post-list > ul > li > * > * {
	position: relative;
	height: 100%;
	padding-bottom: 26px;
}
@media all and (max-width: 1200px) {
	.post-list > ul {
		margin-left: -3%;
	}
	.post-list > ul > li {
		width: 30.33%;
		margin-left: 3%;
	}
	.single #related-block .post-list > ul > li:nth-child(4),
	.home #block-5 .post-list > ul > li:nth-child(4) {
		display: none;
	}
}
@media all and (max-width: 800px) {
	.post-list > ul {
		margin-left: -5%;
	}
	.post-list > ul > li {
		width: 45%;
		margin-left: 5%;
	}
	.single #related-block .post-list > ul > li:nth-child(4),
	.home #block-5 .post-list > ul > li:nth-child(4) {
		display: inline-block;
	}
}

.post-list > ul > li .text-content {
	padding-top: 28px;
	font-size: 15px;
}
.post-list > ul > li .text-content .date {
	position: relative;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.post-list > ul > li .text-content .date svg {
	position: absolute;
	width: 17px;
	right: 0;
}
.post-list > ul > li .text-content h4 {
	margin-bottom: 0.9em;
}
.post-list > ul > li.type-post .text-content h4 {
	min-height: 2.59em;
}
.post-list > ul > li hr {
	position: absolute;
	bottom: 26px;
	width: 100%;
	margin: 0;
}

.post-list > ul > li.type-publication .image {
	max-height: 140px;
	background-position: left;
}
.post-list > ul > li.type-publication .text-content {
	font-size: 11px;
}
.post-list > ul > li.type-publication .text-content h4 {
	min-height: 0;
	margin-bottom: 0.1em;
	font-size: 1em;
}
.post-list > ul > li.type-publication .text-content .year {
	margin-bottom: 0.4em;
}
.post-list > ul > li.type-publication .text-content svg {
	width: 17px;
	margin-bottom: 0.1em;
	fill: #e62e2e;
}
.post-list > ul > li.type-publication hr {
	background-color: #e62e2e;
}
