body {
	background-color: #fff;
	color: #000;
	fill: #000;
	font-family: 'Graphik', sans-serif;
	font-size: 20px;
	overflow-y: scroll;
}
a:hover {
	color: #d5201e !important;
	fill: #d5201e !important;
}
.highlight a:hover {
	color: #666 !important;
	fill: #666 !important;
}
hr {
	background-color: #000;
	border-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'GTSuperText', serif;
	font-variant: lining-nums;
}
.alt-font {
	font-family: 'GTSuperText', serif;
	font-variant: lining-nums;
}
.highlight {
	color: #d5201e;
}
.white-text {
	color: #fff;
	fill: #fff;
}
.small-radius {
	overflow: hidden;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.svg-span > svg {
	margin-top: -1px;
}
.svg-span.animated > svg {
	-o-transition: fill 0.2s, transform 0.2s;
	-moz-transition: fill 0.2s, transform 0.2s;
	-webkit-transition: fill 0.2s, -webkit-transform 0.2s;
	transition: fill 0.2s, transform 0.2s;
}
.svg-span.animated:hover > svg {
	-webkit-transform: translateX(-0.2em);
	-ms-transform: translateX(-0.2em);
	transform: translateX(-0.2em);
}
.svg-span.animated.animated-right:hover > svg {
	-webkit-transform: translateX(0.2em);
	-ms-transform: translateX(0.2em);
	transform: translateX(0.2em);
}
.svg-span.svg-rounded > svg {
	height: 1.9em;
	border: 1px solid #000;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-o-transition: border-color 0.2s, background-color 0.2s;
	-moz-transition: border-color 0.2s, background-color 0.2s;
	-webkit-transition: border-color 0.2s, background-color 0.2s;
	transition: border-color 0.2s, background-color 0.2s;
}
.svg-span.svg-rounded:hover > svg {
	background-color: #D5201E;
	border-color: #D5201E;
}
@media all and (max-width: 800px) {
	.svg-span.svg-rounded > svg {
		height: 2.63em;
	}
}
.h-btn {
	stroke: #888C8F;
	stroke-width: 2px;
}
.h-btn:hover {
	stroke: #d5201e !important;
}
.hamburger-btn {
	width: 27px;
	height: 13px;
}
::selection {
	color: #d5201e;
	background: #ddd;
}
::-moz-selection {
	color: #d5201e;
	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 {
	left: 20px;
	background: url("../media/arrow-left.svg") no-repeat center center;
}
.slick-next {
	right: 20px;
	background: url("../media/arrow-right.svg") no-repeat center center;
}
.slick-prev,
.slick-next {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}
.latest-project .slick-arrow,
.col-m-4 .slick-arrow,
.home .type-project li .slick-arrow,
.single-project #image-block .slick-arrow {
	width: 45px;
	height: 45px;
	margin-top: -22.5px;
}

.slick-arrow.slick-disabled {
	opacity: 0.3;
}
/* .slick-area {
	position: absolute;
	bottom: 0;
	width: 20%;
	height: 100%
}
.slick-area.left {
	left: 0;
	cursor: url('../media/cursor-left.png') 29 25, auto;
}
.slick-area.right {
	right: 0;
	cursor: url('../media/cursor-right.png') 29 25, auto;
} */
/* .slick-dots {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 40px;
} */
/* .slick-dots li button {
	width: 10px;
	height: 10px;
	border-width: 2px;
} */
.slick-dots li:not(.slick-active) button:hover {
	border-color: #d5201e !important;
	background-color: #d5201e !important;
}
.slick-dots li.slick-active button {
	border-color: #000;
	background-color: #000;
}
/* @media all and (max-width: 800px) {
	.slick-area {
		display: none;
	}
} */

.social-shares:not(.text) ul > li,
.social-links:not(.text) ul > li {
	width: 22px;
}
.social-shares ul > li a:hover,
.social-links ul > li a:hover {
	border-color: #d5201e;
}
.social-shares h4 {
	font-size: 1em;
}
.social-shares .linkedin,
.social-shares .email {
	display: none;
}

input:not([type="submit"]),
textarea,
select {
	background-color: #f5f5f5;
	padding: 0.9em 1.2em;
	border-color: transparent;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	color: #000;
}
input[type="radio"],
input[type="checkbox"] {
	padding: 0.5em;
}
input[type=radio]:checked {
	background-image: url('../media/radio.svg');
}
input[type=checkbox]:checked {
	background-image: url('../media/checkmark.svg');
}
input:not([type="submit"]):focus,
textarea:focus {
	border-color: #bebebe !important;
}
.btn,
.text-content .btn,
button,
input[type="submit"] {
	color: #fff;
	background-color: #000;
	border-color: #000;
	line-height: 1;
	font-size: 0.95em;
	padding: 1em 2.7em;
	min-width: 14.35em;
	text-align: center;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.btn.btn-highlight,
.text-content .btn.btn-highlight {
	background-color: #d5201e;
	border-color: #d5201e;
}
.btn.btn-white,
.text-content .btn.btn-white {
	color:  #d5201e;
	background-color: #fff;
	border-color: #fff;
}
.btn:hover,
.text-content .btn:hover,
button:hover,
input[type="submit"]:hover {
	background-color: #d5201e !important;
	border-color: #d5201e !important;
}
.btn:hover,
.text-content .btn:hover {
	color: #fff !important;
	fill: #fff !important;
}
@media all and (max-width: 800px) {
	.btn,
	.text-content .btn,
	button,
	input[type="submit"] {
		font-size: 1em;
		min-width: 210px;
		padding: 1em 1.8em;
	}
}
.container {
	max-width: none;
	padding-left: 100px;
	padding-right: 100px;
}
.container.limited-width {
	max-width: 750px;
}
@media all and (max-width: 1600px) {
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media all and (max-width: 800px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}


section.extra-large-margin {
	margin-bottom: 150px;
}
section.large-margin {
	margin-bottom: 90px;
}
section.with-border {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 5%;
}
@media all and (max-width: 800px) {
	section.extra-large-margin {
		margin-bottom: 70px;
	}
	section.large-margin {
		margin-bottom: 50px;
	}
	section.with-border {
		padding-bottom: 50px;
	}
}

.archive #title-block .title-type {
	display: none;
}
.archive #title-block .highlight {
	color: #000;
}

#title-block .block-title h1,
#title-block .block-title h2 {
	max-width: 1100px;
}

.block-title {
	/* padding-bottom: 5em; */
	margin-bottom: 5em;
}
.block-title h1,
.block-title h2 {
	font-size: 4.5em;
}
.block-title .subtitle {
	font-size: 1.6em;
}
@media all and (max-width: 1400px) {
	.block-title {
		margin-bottom: 3.5em;
	}
	.block-title h1,
	.block-title h2 {
		font-size: 3em;
	}
	.block-title .subtitle {
		font-size: 1.3em;
	}
}
@media all and (max-width: 1000px) {
	.block-title {
		margin-bottom: 2em;
	}
}
@media all and (max-width: 800px) {
	.block-title h1,
	.block-title h2 {
		font-size: 2.7em;
	}
	.block-title .subtitle {
		font-size: 1.44em;
	}
}


.text-content {
	font-size: 20px;
}
.text-content *.smaller-font {
	font-size: 0.75em;
}
.text-content.smaller-font {
	font-size: 15px;
}
.text-content *.larger-font {
	font-size: 1.15em;
}
.text-content.larger-font {
	font-size: 23px;
}
.text-content .wp-caption:not(.gallery-item) {
	width: auto !important; /* fix wp inline width */
}
@media all and (max-width: 1600px) {
	.text-content {
		font-size: 18px;
	}
	.text-content.smaller-font {
		font-size: 13px;
	}
	.text-content.larger-font {
		font-size: 21px;
	}
}
@media all and (max-width: 800px) {
	.text-content {
		font-size: 16px;
	}
	.text-content.smaller-font {
		font-size: 12px;
	}
}


.select-field {
	position: relative;
	background-color: #F5F5F5;
	color: #000;
	font-size: 0;
	line-height: 1;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.select-field .select-head {
	position: relative;
	margin-bottom: 0;
	background-color: inherit;
	overflow: hidden;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

	-o-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}
.select-field .select-head.selected  {
	color: #fff;
	background-color: #D5201E;
}
.select-field .select-head span.tax-name {
	display: block;
	padding: 1.05em 3.15em 1em 2.36em;
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-field.singular .select-head span.tax-name .selected {
	display: inline-block;
}
.select-field.singular .select-head span.tax-name .selected::before {
	content: ": ";
}
.select-field > .select-head > a {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 25px;
	top: calc(50% - 7.5px);
	fill: #fff;

	-o-transition: transform 0.2s 0.05s, opacity 0.2s, visibility 0.2s, background-color 0.2s;
	-moz-transition: transform 0.2s 0.05s, opacity 0.2s, visibility 0.2s, background-color 0.2s;
	-webkit-transition: -webkit-transform 0.2s 0.05s, opacity 0.2s, visibility 0.2s, background-color 0.2s;
	transition: transform 0.2s 0.05s, opacity 0.2s, visibility 0.2s, background-color 0.2s;
}
.select-field.active > .select-head:not(.disabled) > a {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.select-field .select-head > a.clear {
	opacity: 0;
	visibility: hidden;

	stroke: #fff;
	background-color: #D5201E;
}
.select-field .select-head.selected > a.clear,
.select-field .select-head.has-selection > a.clear {
	opacity: 1;
	visibility: visible;

	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.select-field .select-head.selected > a:not(.clear) {
	visibility: hidden;
}
.select-field > ul {
	z-index: 1;
	position: absolute;
	right: 0;
	width: 130%;
	max-height: 400px;
	padding: 18px 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;

	-moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.09);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-transform: translate(-30px, -50px);
	-ms-transform: translate(-30px, -50px);
	transform: translate(-30px, -50px);

	scrollbar-width: none; /* remove scrollbar for Firefox */
	-ms-overflow-style: none;  /* remove scrollbar for IE 10+ */

	-o-transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, visibility 0.2s 0.1s;
	-moz-transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, visibility 0.2s 0.1s;
	-webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s, visibility 0.2s 0.1s;
	transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, visibility 0.2s 0.1s;
}
.select-field > ul::-webkit-scrollbar { /* remove scrollbar for webkit */
	width: 0px;
	background: transparent; /* optional */
}
.select-field.year > ul {
	width: 100%;
}
.select-field.active > ul {
	opacity: 1;
	visibility: visible;

	-webkit-transform: translate(-50px, -41px);
	-ms-transform: translate(-50px, -41px);
	transform: translate(-50px, -41px);
}
.select-field > ul > li.select-item.active {
	color: #fff !important;
	background-color: #D5201E;
}
.select-field > ul > li.select-item.non-selectable {
	color: #BEBEBE;
}
.select-field > ul > li.select-item.non-selectable:hover {
	background-color: #fff;
	color: #BEBEBE !important;
}
.select-field > ul > li.select-item.non-selectable a {
	pointer-events: none;
}
.select-field > ul > li > a {
	display: block;
	padding: 0.33em 1.48em;
	font-size: 19px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: all;


	-o-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	transition: color 0.1s, background-color 0.1s;
}
.select-field > ul > li > a:hover {
	background-color: #D5201E;
	color: #fff !important;
}
@media all and (max-width: 1600px) {
	.select-field .select-head span.tax-name,
	.select-field > ul > li > a {
		font-size: 17px;
	}
}
@media all and (max-width: 1000px) {
	.select-field {
		display: block;
		background-color: #fff;
	}
	.select-field:nth-child(1) {
		z-index: 3;
	}
	.select-field:nth-child(2) {
		z-index: 2;
	}
	.select-field:nth-child(3) {
		z-index: 1;
	}
	.select-field,
	.select-field > .select-head {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.select-field > .select-head > a {
		width: 14px;
		height: 14px;
		right: 15px;
		top: calc(50% - 7px);
	}
	.select-field .select-head span.tax-name {
		border-top: 1px solid #E3E3E3;
	}
	.select-field .select-head.selected span.tax-name {
		border-top: 1px solid #D5201E;
	}
	.select-field .select-head span.tax-name,
	.select-field > ul > li > a {
		padding: 13px 15px;
	}
	.select-field .select-head span.tax-name,
	.select-field > ul > li > a {
		font-size: 16px;
	}
	.select-field > ul,
	.select-field.year > ul {
		width: calc(100% - 100px);
		right: auto;

		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;

		-webkit-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
	.select-field.active > ul {
		-webkit-transform: translate(15px, -42px);
		-ms-transform: translate(15px, -42px);
		transform: translate(15px, -42px);
	}

}

.post-list > ul {
	margin-left: -1%;
}
.post-list > ul > li {
	width: 24%;
	margin-left: 1%;
}
.home .post-list > ul > li,
.single-project .post-list > ul > li {
	width: 32.33%;
}
.type-project .holder .arrow-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;

	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.type-project .holder:hover .arrow-container {
	opacity: 1;
}
.type-project .holder .slick-gallery .slick-list {
	overflow: hidden;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.type-project .holder {
	display: block;
	position: relative;
	overflow: hidden;
}
.type-project .holder .over {
	background: linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
	mix-blend-mode: multiply;
	opacity: 0.25;
}
.type-project .holder .text-content {
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 23px 20px;
	pointer-events: none;
}
.type-project .holder .text-content > h4 {
	color: #fff;
	max-width: 80%;
	font-size: 1.65em;
	line-height: 1;
	margin-bottom: 0;
}
.type-project .holder .text-content > svg {
	width: 1.7em;
	border: 1px solid #fff;
	background-color: transparent;
	fill: #fff;
	pointer-events: all;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-o-transition: border-color 0.2s, background-color 0.2s;
	-moz-transition: border-color 0.2s, background-color 0.2s;
	-webkit-transition: border-color 0.2s, background-color 0.2s;
	transition: border-color 0.2s, background-color 0.2s;
}
.home .type-project .holder .text-content > svg,
.single-project .type-project .holder .text-content > svg,
.col-m-4.type-project .holder .text-content > svg {
	width: 2.65em;
}
.type-project .holder .text-content:hover > svg {
	background-color: #d5201e;
	border-color: #d5201e;
}
@media all and (max-width: 1600px) {
	.type-project .holder .text-content > h4 {
		font-size: 1.4em;
	}
}
@media all and (max-width: 1200px) {
	.post-list > ul > li,
	.home .post-list > ul > li,
	.single-project .post-list > ul > li {
		width: 49%;
	}
	.type-project .holder .text-content {
		padding: 15px;
		font-size: 16px;
	}
}
@media all and (max-width: 800px) {
	.post-list > ul {
		margin-left: 0;
		margin-top: -15px;
	}
	.post-list > ul > li,
	.home .post-list > ul > li,
	.single-project .post-list > ul > li {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.type-project .holder .text-content {
		padding: 11px;
	}
	.type-project .holder .text-content > h4 {
		font-size: 1.5em;
	}
	.type-project .holder .text-content > svg,
	.home .type-project .holder .text-content > svg,
	.single-project .type-project .holder .text-content > svg,
	.col-m-4.type-project .holder .text-content > svg {
		width: 2em;
	}
}

.latest-project {
	margin-bottom: 80px;
}
.latest-project .grid {
	margin-left: -40px;
}
.latest-project .grid > .col {
	padding-left: 40px;
}
.latest-project .label {
	z-index: 1;
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	padding: 0.55em 0.95em 0.4em 0.95em;
	margin: 11px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.latest-project .holder {
	position: relative;
	overflow: hidden;
}
.latest-project .holder .text-content {
	display: none;
}
.latest-project > .grid > .col:first-child > .mobile-title {
	display: none;
	padding: 0 20px 25px 20px;
}
.latest-project > .grid > .col:last-child .desktop-title {
	margin-bottom: 1.7em;
}
.latest-project > .grid > .col:last-child .desktop-title .term-list {
	margin-bottom: 2em !important;
}
.latest-project > .grid > .col .term-list {
	font-size: 0.7em;
}
.latest-project > .grid > .col .term-list > ul > li {
	display: inline;
}
.latest-project > .grid > .col .term-list > ul > li:not(:first-child)::before {
	margin-left: 0.1em;
	content: "/";
}
.latest-project .text-content h3 {
	font-size: 2.25em;
}
.latest-project .text-content .project-info > li {
	padding: 0.35em 0 0.8em 0;
}
.latest-project .text-content .project-info > li:last-child {
	padding-bottom: 0;
}
.latest-project .text-content .project-info > li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}
.latest-project .text-content .project-info > li > .value {
	font-size: 1.75em;
	margin-bottom: 0.2em;
}
.latest-project .text-content .project-info > li > .title {
	font-size: 0.8em;
	color: #525252;
}
.latest-project .grid > .col:last-child .text-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.latest-project .text-content .project-info {
	margin-top: auto;
}
@media all and (max-width: 2000px) {
	.latest-project .grid > .col:last-child .text-content {
		font-size: 1.05vw;
	}
}
@media all and (max-width: 1600px) {
	.latest-project {
		margin-bottom: 60px;
	}
	.latest-project .label {
		font-size: 12px;
	}
}
@media all and (max-width: 1200px) {
	.latest-project {
		margin-bottom: 50px;
	}
	.latest-project .grid > .col:last-child .text-content {
		max-width: 500px;
		font-size: 17px;
	}
}
@media all and (max-width: 800px) {
	.latest-project {
		margin-left: -15px;
		margin-right: -15px;
	}
	.latest-project .label {
		margin: 9px;
	}
	.latest-project .grid {
		margin-top: -20px;
	}
	.latest-project .grid > .col {
		padding-top: 20px;
	}
	.latest-project .holder,
	.latest-project .holder .over,
	.latest-project .holder .slick-gallery .slick-list {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.latest-project .text-content h3 {
		font-size: 1.9em;
	}
	.latest-project .grid > .col:last-child .text-content {
		font-size: 16px;
		padding: 0 20px;
	}
	.latest-project > .grid > .col:last-child .desktop-title {
		display: none;
	}
	.latest-project > .grid > .col:first-child > .mobile-title {
		display: block;
	}
	.latest-project > .grid > .col:first-child > .mobile-title > .term-list {
		font-size: 0.88em;
		margin-bottom: 0.8em;
	}
	.latest-project .text-content .project-info > li > .value {
		font-size: 1.88em;
	}
	.latest-project .text-content .project-info > li > .title {
		font-size: 0.85em;
	}
}

.grid.spaced-cols {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: -60px;
}
.grid.spaced-cols > .col {
	width: auto;
	padding-left: 60px;
}
.grid.spaced-cols > .col > .text-content {
	max-width: 670px;
}
.grid.spaced-cols > .col:first-child > .text-content {
	max-width: 800px;
}
.grid.spaced-cols > .col > .text-content h2 {
	font-size: 3em;
	margin-bottom: 0.7em;
}
.grid.spaced-cols > .col > .text-content h3 {
	font-size: 1.6em;
}
.grid.spaced-cols > .col > .text-content .svg-span.more-mobile {
	display: none;
}
.grid.spaced-cols > .col > .text-content .svg-span {
	display: inline-block;
	font-size: 0.95em;
}
.grid.spaced-cols > .col > .text-content .svg-span > div {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 50%;

	-o-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
}
.grid.spaced-cols > .col > .text-content .svg-span:hover > div {
	background-color: #d5201e;
	border-color:  #d5201e;
}
.grid.spaced-cols > .col > .text-content .svg-span > div > svg {
	display: inline-block;
	vertical-align: middle;
	height: 0.7em;
	width: 0.7em;
	padding: 0.6em;
}
.grid.spaced-cols > .col > .text-content .svg-span:hover {
	fill: #fff !important;
	color: #000 !important;
}
@media all and (max-width: 1400px) {
	.grid.spaced-cols {
		margin-left: -40px;
	}
	.grid.spaced-cols > .col {
		padding-left: 40px;
	}
	.grid.spaced-cols > .col > .text-content h2 {
		font-size: 2.4em;
	}
	.grid.spaced-cols > .col > .text-content h3 {
		font-size: 1.45em;
	}
}
@media all and (max-width: 800px) {
	.grid.spaced-cols {
		flex-direction: column;
		margin-left: 0;
	}
	.grid.spaced-cols > .col {
		padding-left: 0;
	}
	.grid.spaced-cols > .col > .text-content h2 {
		font-size: 1.65em;
		/* max-width: 80%; */
	}
	.grid.spaced-cols > .col > .text-content.larger-font {
		font-size: 16px;
	}
	.home #block-1 .grid.spaced-cols > .col:first-child > .text-content .more {
		display: none;
	}
	.home #block-1 .grid.spaced-cols > .col > .text-content .svg-span.more-mobile {
		display: block;
		margin-top: 50px;
	}
}


.cat-card-holder {
	position: relative;
	height: 100%;
}
.cat-card-holder.with-link {
	display: flex;
	flex-direction: column;
}
.cat-card-holder > .gray-back {
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F5F5F5;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.cat-card-holder > .image {
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
}
.cat-card-holder > .text-content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 1em 20px 1.4em 20px;
}
.single-project .cat-card-holder > .text-content {
	padding: 0.5em 20px 1.9em 20px;
}
.cat-card-holder > .text-content > h4 {
	font-size: 2em;
}
.cat-card-holder.with-link > .text-content > h4 {
	font-size: 1.6em;

	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.cat-card-holder.with-link:hover > .text-content > h4 {
	color: #d5201e;
}
.home #block-2 .cat-card-holder.with-link > .text-content > h4 {
	font-size: 2em;
}
.cat-card-holder.with-link > .text-content > .smaller-font {
	font-size: 0.8em;
}
.cat-card-holder.with-link > .text-content.bottom {
	position: static;
	margin-top: auto;
}
.cat-card-holder.with-link > .text-content.bottom > .btn {
	color: #BEBEBE;
	border-color: #BEBEBE;
	background-color: transparent;
	min-width: auto;
	padding: 0.9em 3em;
}
.cat-card-holder.with-link > .text-content.bottom > .btn:hover {
	color: #fff !important;
	border-color: #D5201E !important;
	background-color: #D5201E !important;
}
.home .cat-card-holder.with-link > .text-content.bottom,
.single-project .cat-card-holder.with-link > .text-content.bottom {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home .cat-card-holder.with-link > .text-content.bottom > .btn,
.single-project .cat-card-holder.with-link > .text-content.bottom > .btn {
	width: 100%;
	height: 100%;
}
.home .cat-card-holder.with-link > .text-content.bottom > .btn,
.home .cat-card-holder.with-link > .text-content.bottom > .btn:hover,
.single-project .cat-card-holder.with-link > .text-content.bottom > .btn,
.single-project .cat-card-holder.with-link > .text-content.bottom > .btn:hover {
	background-color: transparent !important;
	border: none !important;
	color: transparent !important;
}
@media all and (max-width: 1600px) {
	.cat-card-holder > .gray-back {
		top: calc(10vw - 30px);
	}
}
@media all and (max-width: 1200px) {
	.cat-card-holder.with-link > .gray-back {
		top: calc(13vw - 20px);
	}
	.single-project .cat-card-holder.with-link > .text-content > h4 {
		font-size: 1.2em;
	}
}
@media all and (max-width: 800px) {
	.cat-card-holder > .gray-back,
	.cat-card-holder.with-link > .gray-back {
		top: 125px;
	}
	.cat-card-holder > .text-content,
	.home .cat-card-holder.with-link > .text-content.bottom,
	.single-project .cat-card-holder > .text-content {
		padding: 0.3em 0.2em 1.1em 0.2em;
	}
	.cat-card-holder > .text-content > h4,
	.cat-card-holder.with-link > .text-content > h4,
	.home #block-2 .cat-card-holder.with-link > .text-content > h4 {
		font-size: 1em;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.cat-card-holder > .text-content p {
		display: none;
	}
	.cat-card-holder.with-link > .text-content.bottom {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.cat-card-holder.with-link > .text-content.bottom > .btn {
		width: 100%;
		height: 100%;
	}
	.cat-card-holder.with-link > .text-content.bottom > .btn,
	.cat-card-holder.with-link > .text-content.bottom > .btn:hover {
		background-color: transparent !important;
		border: none !important;
		color: transparent !important;
	}
}
@media all and (max-width: 680px) {
	.cat-card-holder > .gray-back,
	.cat-card-holder.with-link > .gray-back {
		top: calc(21vw - 15px);
	}
}


.dropdown-tabs > li:not(:first-child) {
	border-top: 1px solid #D3D4D7;
}
.dropdown-tabs > li:last-child {
	border-bottom: 1px solid #D3D4D7;
}
.dropdown-tabs.one-column > li > a {
	font-size: 1.4em;
	padding: 0.6em 0;
}
.dropdown-tabs > li > a {
	display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
	padding: 0.5em 0;
	font-size: 2.25em;
	color: #000;
}
.dropdown-tabs > li > a:hover {
	color: #000 !important;
}
.dropdown-tabs > li.active > a {
	color: #D5201E !important;
}
.dropdown-tabs > li > a > svg {
	height: 1.3em;
	min-width: 1.3em;
	fill: #2F2A37;
	background-color: #F5F5F5;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-o-transition: fill 0.2s, background-color 0.2s, transform 0.2s;
	-moz-transition: fill 0.2s, background-color 0.2s, transform 0.2s;
	-webkit-transition: fill 0.2s, -webkit-background-color 0.2s, transform 0.2s;
	transition: fill 0.2s, background-color 0.2s, transform 0.2s;
}
.dropdown-tabs.one-column > li > a > svg {
	height: 2em;
	min-width: 2em;
}
.dropdown-tabs > li.active > a > svg  {
	fill: #fff;
	background-color: #D5201E;

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown-tabs > li .grid-holder {
	display: none;
	padding-top: 55px;
	padding-bottom: 55px;
}
.dropdown-tabs.one-column > li .grid-holder {
	padding-top: 10px;
	padding-bottom: 30px;
}
.dropdown-tabs > li .grid-holder > .grid > .col:last-child {
	min-width: 730px;
}
.dropdown-tabs.one-column > li .grid-holder > .grid > .col .text-content {
	max-width: 1100px;
}
.dropdown-tabs > li .grid-holder > .grid > .col .text-content .larger-font {
	font-size: 1.4em;
}
.dropdown-tabs > li .grid-holder > .grid > .col .text-content h2 {
	margin-top: -0.15em;
	font-size: 2.25em;
	max-width: 480px;
}
.dropdown-tabs > li .grid-holder > .grid > .col .text-content a {
	color: #D5201E;
	text-decoration: underline;
}
.dropdown-tabs > li .grid-holder > .grid > .col .text-content a:hover {
	color: #666 !important;
}
.dropdown-tabs.one-column > li .grid-holder > .grid > .col .text-content p {
	font-size: 0.9em;
	line-height: 1.45;
}
@media all and (max-width: 1600px) {
	.dropdown-tabs > li > a {
		font-size: 1.95em;
		padding: 0.8em 0;
	}
	.dropdown-tabs > li .grid-holder > .grid > .col .text-content h2 {
		font-size: 1.75em;
	}
	.dropdown-tabs > li .grid-holder > .grid > .col:last-child {
		min-width: auto;
		width: 50%;
	}
}
@media all and (max-width: 800px) {
	.dropdown-tabs > li > a {
		font-size: 1.55em;
	}
	.page-template-about .dropdown-tabs > li > a {
		padding: 11px 0;
	}
	.tax-expertise .dropdown-tabs > li > a {
		font-size: 1.25em;
	}
	.dropdown-tabs.one-column > li > a {
		font-size: 1.05em;
		padding: 0.9em 0;
		line-height: 1.3;
	}
	.dropdown-tabs > li > a > svg {
		height: 1.65em;
		min-width: 1.65em;
	}
	.dropdown-tabs.one-column > li > a > svg {
		height: 2.38em;
		min-width: 2.38em;
	}
	.tax-expertise .dropdown-tabs > li > a > svg {
		height: 2.5em;
		min-width: 2.5em;
	}
	.dropdown-tabs > li .grid-holder {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.dropdown-tabs.one-column > li .grid-holder {
		padding-bottom: 20px;
	}
	.dropdown-tabs.one-column > li .grid-holder > .grid > .col .text-content p {
		font-size: 0.94em;
	}
	.dropdown-tabs > li .grid-holder > .grid {
		margin-top: -25px;
	}
	.dropdown-tabs > li .grid-holder > .grid > .col {
		padding-top: 25px;
	}
	.dropdown-tabs > li .grid-holder > .grid > .col:last-child {
		width: 100%;
	}
	.dropdown-tabs > li .grid-holder > .grid > .col .text-content .larger-font {
		font-size: 1.25em;
	}
}

section.career-contact {
	background-color: #F5F5F5;
}
section.career-contact .container {
	padding-top: 140px;
	padding-bottom: 140px;
}
@media all and (max-width: 800px) {
	section.career-contact .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#pdf-link-download.svg-span svg {
	height: 1em;
}
#pdf-download {
	border-top: 1px solid #E8E8E8;
}
#pdf-download.only-mobile {
	display: none;
}
#pdf-download .container {
	padding-top: 60px;
}
#pdf-download .container .text-content > h3 {
	font-size: 2em;
	margin-bottom: 0.65em;
}
#pdf-download .container .text-content > h3 > a {
	color: #D5201E;
}
#pdf-download .container .text-content .svg-holder {
	display: inline-block;
	padding-bottom: 2.1px;
	border-bottom: 1.5px solid #000;

	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
#pdf-download .container .text-content .svg-holder svg {
	height: 1.85em;
	width: auto;
	border: 1.5px solid #000;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-o-transition: border-color 0.2s, background-color 0.2s, fill 0.2s;
	-moz-transition: border-color 0.2s, background-color 0.2s, fill 0.2s;
	-webkit-transition: border-color 0.2s, background-color 0.2s, fill 0.2s;
	transition: border-color 0.2s, background-color 0.2s, fill 0.2s;
}
#pdf-download .container .text-content .svg-holder:hover {
	border-color:  #D5201E;
}
#pdf-download .container .text-content .svg-holder:hover svg {
	background-color: #D5201E;
	border-color: #D5201E;
	fill: #fff;
}
@media all and (max-width: 800px) {
	#pdf-download {
		margin-bottom: 27px;
	}
	#pdf-link-download {
		display: none;
	}
	#pdf-download.only-mobile {
		display: block;
	}
	#pdf-download .container {
		max-width: 245px;
		padding-top: 27px;
	}
	#pdf-download .container .text-content > h3 {
		font-size: 1.56em;
		margin-bottom: 20px;
	}
	#pdf-download .container .text-content .svg-holder {
		padding-bottom: 1.1px;
	}
}