.home #lead-block {
	height: 100vh;
}
.home #lead-block:not(.with-image) {
	background-color: #BEBEBE;
}
.home #lead-block .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.home #lead-block .image.mobile {
	display: none;
}
.home #lead-block .text-content {
	max-width: 44.7em;
	padding-top: 35vh;
}
.home #lead-block .text-content h2 {
	font-size: 3.5em;
}
@media all and (max-width: 1400px) {
	.home #lead-block .text-content h2 {
		font-size: 3.2em;
	}
}
@media all and (max-width: 800px) {
	.home #lead-block .text-content {
		max-width: none;
		padding-top: 40vh;
	}
	.home #lead-block .text-content h2 {
		font-size: 1.8em;
	}
	.home #lead-block .image.mobile {
		display: block;
	}
}

.home #block-1 .grid.spaced-cols > .col > .text-content h2 {
	font-size: 2.6em;
}
@media all and (max-width: 800px) {
	.home #block-1 .grid.spaced-cols > .col > .text-content h2 {
		margin-bottom: 0;
		font-size: 1.45em;
	}
}

.home #block-2 .grid {
	margin-left: -6%;
	margin-top: -3%;
}
.home #block-2 .grid > .col {
	padding-left: 6%;
	padding-top: 3%;
}
.home #block-2 .grid > .col > .text-content h3 {
	font-size: 2.5em;
	margin-top: 1em;
	width: 100%;
}
.home #block-2 .grid > .col:last-child > .text-content {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.home #block-2 .grid > .col:last-child > .text-content > .btn {
	margin-top: auto;
}
@media all and (max-width: 2000px) {
	.home #block-2 .grid > .col .text-content {
		font-size: 1vw;
	}
	.home #block-2 .grid {
		margin-left: -90px;
		margin-top: -55px;
	}
	.home #block-2 .grid > .col {
		padding-left: 90px;
		padding-top: 55px;
	}
}
@media all and (max-width: 1600px) {
	.home #block-2 .grid {
		margin-left: -60px;
	}
	.home #block-2 .grid > .col {
		padding-left: 60px;
	}
	.home #block-2 .grid > .col:last-child > .text-content > .btn {
		font-size: 16px;
	}
}
@media all and (max-width: 800px) {
	.home #block-2 .grid {
		margin-left: -15px;
		margin-top: -30px;
	}
	.home #block-2 .grid > .col {
		padding-left: 15px;
		padding-top: 30px;
	}
	.home #block-2 .grid > .col .text-content {
		font-size: 20px;
	}
	.home #block-2 .grid > .col > .text-content h3 {
		text-align: center;
		font-size: 1.3em;
	}
	.home #block-2 .grid > .col:last-child > .text-content > .btn {
		margin: 0 auto;
	}
}

.home #block-3 {
	padding-bottom: 0;
}
.home #block-3 .container {
	height: 58vw;
}
.home #block-3 .container > .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100px;
	right: 100px;
	background-position: top;
}
.home #block-3 .container > .grid {
	position: relative;
	align-items: center;
	margin-top: -60px;
}
.home #block-3 .container > .grid > .col {
	z-index: 1;
	position: relative;
	padding-top: 60px;
}
.home #block-3 .container > .grid > .col::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	right: 0;
	top: 82px;
	bottom: 22px;
	background-color: #C3C6C9;
}
.home #block-3 .container > .grid > .col:nth-child(4n)::after {
	content: none;
}
.home #block-3 .container > .grid > .col .text-content {
	max-width: 300px;
	margin: 0 20%;
	padding: 15% 0;
	font-size: 1vw;
}
.home #block-3 .container > .grid .col .text-content a {
	font-size: 2.2em;
}
.home #block-3 .container > .grid .col .text-content a:hover {
	color: #d5201e !important;
}
@media all and (max-width: 1200px) {
	.home #block-3 .container > .grid {
		margin-top: -25px;
	}
	.home #block-3 .container > .grid > .col {
		padding-top: 25px;
	}
	.home #block-3 .container > .grid > .col::after {
		top: 57px;
		bottom: 22px;
	}
}
@media all and (max-width: 800px) {
	.home #block-3 {
		padding-bottom: 50px;
	}
	.home #block-3 .container {
		height: auto;
	}
	.home #block-3 .container .block-title {
		margin-bottom: 2.5em;
	}
	.home #block-3 .container > .image {
		left: 0;
		right: 0;
		top: 20%;
		bottom: 20px;
		background-size: cover;
	}
	.home #block-3 .container > .grid {
		margin-top: -30px;
	}
	.home #block-3 .container > .grid > .col {
		padding-top: 30px;
	}
	.home #block-3 .container > .grid > .col .text-content {
		margin: 0 auto;
		padding: 0;
		font-size: 11px;
	}
	.home #block-3 .container > .grid > .col::after {
		content: none;
	}
}
@media all and (max-width: 600px) {
	.home #block-3 .container > .grid > .col::after {
		top: 20px;
		bottom: 20px;
	}
}


.home #block-4 {
	overflow: hidden;
}
.home #block-4 .container > .block-title h2 {
	margin-bottom: 1em;
}
.home #block-4 .container > .block-title p {
	font-size: 1.6em;
}
.home #block-4 .container > .text-content > hr {
	margin-top: 1em;
	margin-bottom: 3.5em !important;
}
.home #block-4 .container > .text-content > .first {
	margin-bottom: 0 !important;
	display: flex;
	justify-content: space-between;
}
.home #block-4 .container > .text-content > .first > .svg-span:hover {
	color: #d5201e !important;
	fill: #d5201e !important;
}
.home #block-4 .container > .text-content > .first > .svg-span:first-child svg {
	height: 0.8em;
}
.home #block-4 .container .post-list > ul {
	display: flex;
}
.home #block-4 .container .post-list > ul > li > .info-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 20px 24px;
	background-color: #d5201e;
}
.home #block-4 .container .post-list > ul > li > .info-card h4 {
	font-size: 2em;
	width: 100%;
}
.home #block-4 .container .post-list > ul > li > .info-card h4 > span {
	opacity: 0.5;
}
.home #block-4 .container .post-list > ul > li > .info-card a {
	margin-top: auto;
}
.home #block-4 .container .post-list > ul > li > .info-card a:hover {
	background-color: #FFC9BD !important;
	border-color: #FFC9BD !important;
	color: #d5201e !important;
}
@media all and (max-width: 2000px) {
	.home #block-4 .container .post-list > ul > li > .info-card {
		font-size: 1.05vw;
	}
}
@media all and (max-width: 1400px) {
	.home #block-4 .container > .block-title p {
		font-size: 1.45em;
	}
}
@media all and (max-width: 1200px) {
	.home #block-4 .container .post-list > ul > li:nth-child(2) {
		display: none;
	}
	.home #block-4 .container .post-list > ul > li > .info-card {
		font-size: 1.4vw;
	}
}
@media all and (max-width: 800px) {
	.home #block-4 {
		margin-bottom: 0;
		border-bottom: none;
	}
	.home #block-4 .container > .block-title {
		margin-bottom: 3.5em;
	}
	.home #block-4 .container .post-list > ul {
		display: block;
	}
	.home #block-4 .container > .block-title p {
		text-align: left;
		font-size: 1.4em;
	}
	.home #block-4 .container:not(.limited-width) > .text-content {
		display: none;
	}
	.home #block-4 .container .post-list > ul > li:nth-child(2) {
		display: block;
	}
	.home #block-4 .container .post-list > ul > li > .info-card {
		font-size: 16px;
		padding: 1em;
	}
	.home #block-4 .container .post-list > ul > li > .info-card h4 {
		font-size: 1.62em;
		min-height: 4em;
		margin-bottom: 1.5em;
	}
}

.home #block-5 .container > .block-title {
	margin-left: 0;
	text-align: left;
}
@media all and (max-width: 800px) {
	.home #block-5 {
		border-top: 1px solid #e8e8e8
	}
	.home #block-5 .container {
		padding-top: 40px;
	}
	.home #block-5 .container > .block-title {
		text-align: center;
	}
}

.home #block-6 {
	background-color: #F5F5F5;
}
.home #block-6 .container {
	padding-top: 70px;
	padding-bottom: 70px;
}
.home #block-6 .container .grid {
	align-items: center;
}
.home #block-6 .container .grid > .col img {
	max-width: 490px;
	width: 28vw;
}
.home #block-6 .grid.spaced-cols > .col:first-child > .text-content {
	max-width: 690px;
}
.home #block-6 .container .grid > .col .text-content p .alt-font {
	font-size: 1.3em;
}
.home #block-6 .container .grid > .col .text-content .btn {
	margin-top: 1.57em;
}
@media all and (max-width: 800px) {
	.home #block-6 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home #block-6 .container .grid > .col .text-content {
		text-align: center;
	}
	.home #block-6 .grid.spaced-cols > .col > .text-content h2 {
		margin: 0 auto 1.4em auto;
	}
	.home #block-6 .container .grid > .col .text-content p .alt-font {
		font-size: 1em;
	}
}

.home #block-7 .container {
	padding-bottom: 6%;
}
.home #block-7 .container .block-title {
	margin-bottom: 3em;
}
.home #block-7 .container .main-text {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.home #block-7 .container .text-content p {
	font-size: 1.6em;
}
@media all and (max-width: 800px) {
	.home #block-7 .container {
		padding-bottom: 50px;
	}
}


/* about page */
@media all and (max-width: 800px) {
	.page-template-about #main-block .dropdown-tabs > li .grid-holder > .grid > .col:first-child {
		order: 1;
	}
}
.page-template-about #block-1 .grid {
	margin-left: -165px;
	margin-top: -100px;
	padding: 0 65px;
}
.page-template-about #block-1 .grid > .col {
	padding-left: 165px;
	padding-top: 100px;
}
.page-template-about #block-1 .grid > .col .text-content h4 {
	font-size: 1.6em;
	margin-bottom: 0.55em;
}
.page-template-about #block-1 .grid > .col .text-content .position {
	font-size: 0.95em;
}
.page-template-about #block-1 .grid > .col .text-content a {
	font-size: 0.7em;
}
.page-template-about #block-1 .grid > .col .text-content a:hover {
	color: #D5201E !important;
}
.page-template-about #block-1 .grid > .col .text-content:nth-child(2) {
	padding-top: 1.2em;
}
@media all and (max-width: 1600px) {
	.page-template-about #block-1 .grid {
		margin-left: -100px;
		margin-top: -70px;
		padding: 0;
	}
	.page-template-about #block-1 .grid > .col {
		padding-left: 100px;
		padding-top: 70px;
	}
	.page-template-about #block-1 .grid > .col .text-content a {
		font-size: 0.9em;
	}
}
@media all and (max-width: 800px) {
	.page-template-about #block-1 .grid {
		margin-top: -40px;
	}
	.page-template-about #block-1 .grid > .col {
		padding-top: 40px;
	}
	.page-template-about #block-1 .grid > .col img {
		display: block;
		max-width: 290px;
		margin: 0 auto;
	}
	.page-template-about #block-1 .grid > .col .text-content a {
		font-size: 0.82em;
	}
}


/* expertise page */
.page-template-expertise #main-block .grid {
	margin-left: -45px;
}
.page-template-expertise #main-block .grid > .col {
	padding-left: 45px;
}
.page-template-expertise #main-block .grid > .col .text-content {
	font-size: 1.05vw;
}
@media all and (max-width: 1600px) {
	.page-template-expertise #main-block .grid > .col .text-content {
		font-size: 1.3vw;
	}
}
@media all and (max-width: 1200px) {
	.page-template-expertise #main-block .grid {
		margin-left: -25px;
	}
	.page-template-expertise #main-block .grid > .col {
		padding-left: 25px;
	}
	.page-template-expertise #main-block .grid > .col .text-content {
		font-size: 13px;
	}
	.page-template-expertise #main-block .grid > .col .text-content .smaller-font {
		font-size: 1em;
	}
}
@media all and (max-width: 800px) {
	.page-template-expertise #main-block .grid {
		margin-left: -18px;
	}
	.page-template-expertise #main-block .grid > .col {
		padding-left: 18px;
	}
	.page-template-expertise #main-block .grid > .col .text-content {
		font-size: 20px;
	}
}


/* archive expertise */
.tax-expertise #title-block .block-title h1 {
	max-width: 1100px;
	font-size: 3.5em;
}
.tax-expertise #title-block .block-title .dropdown-tabs {
	margin-bottom: 55px;
}
.tax-expertise #title-block .block-title .contact-info {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.tax-expertise #title-block .block-title > .contact-info {
	display: none;
}
.tax-expertise #title-block.with-tabs .block-title > .contact-info {
	display: flex;
}
.tax-expertise #title-block .block-title .grid > .col > .contact-info {
/* 	display: none; */
	margin-top: 70px;
}
.tax-expertise #title-block.with-tabs .block-title .grid > .col > .contact-info {
	display: none;
}
.tax-expertise #title-block .block-title .contact-info > img {
	max-width: 110px;
	margin: 0 20px 0 0;
}
.tax-expertise #title-block .block-title .contact-info > .smaller-font {
	font-size: 14px;
}
.tax-expertise #title-block .block-title .contact-info a:hover {
	color: #d5201e !important;
}
.tax-expertise #title-block .block-title .contact-info > .text-content > *:not(:last-child) {
	margin-bottom: 0.5em;
}

.tax-expertise #main-block .container > .block-title {
	margin-bottom: 2.3em;
}
.tax-expertise #main-block .container > .block-title > hr {
	margin-top: 1em;
	margin-bottom: 1.8em !important;
}
.tax-expertise #main-block .block-title > div {
	display: flex;
	justify-content: space-between;
}
.tax-expertise #main-block .container > .block-title > div > h2,
.tax-expertise #main-block .container > .block-title > div.second > a {
	font-size: 2.25em;
}
.tax-expertise #main-block .container > .block-title > .first {
	margin-bottom: 0 !important;
}
.tax-expertise #main-block .container > .block-title > .first > .svg-span:hover {
	color: #d5201e !important;
	fill: #d5201e !important;
}
.tax-expertise #main-block .container > .block-title > .first > .svg-span:first-child svg {
	height: 0.8em;
}
@media all and (max-width: 1600px) {
	.tax-expertise #title-block .block-title h1 {
		font-size: 3em;
	}
	.tax-expertise #main-block .container > .block-title > div > h2,
	.tax-expertise #main-block .container > .block-title > div.second > a {
		font-size: 1.95em;
	}
}
@media all and (max-width: 800px) {
	.tax-expertise #title-block .block-title h1 {
		font-size: 2.5em;
	}
	.tax-expertise #title-block .block-title .dropdown-tabs {
		margin-bottom: 25px;
	}
	.tax-expertise #title-block .block-title > .contact-info { /* show different info on mobile */
		display: flex;
		margin-top: 40px;
	}
	.tax-expertise #title-block .block-title .grid > .col > .contact-info {
		display: none;
	}
	.tax-expertise #title-block:not(.with-tabs) .block-title .contact-info {
		border-top: 1px solid #ddd;
		padding-top: 35px;
	}
	.tax-expertise #title-block .block-title .contact-info > img {
		max-width: 83px;
		margin-right: 12px;
	}
	.tax-expertise #title-block .block-title .contact-info > .smaller-font {
		font-size: 12px;
	}
	.tax-expertise #main-block .container > .block-title > div.second > a {
		display: none;
	}
	.tax-expertise #main-block .container > .block-title > div > h2,
	.tax-expertise #main-block .container > .block-title > div.second > a {
		font-size: 2.16em;
	}
}


/* Q&A page */
.page-template-qa #main-block > .container > hr {
	height: 0.75px;
	margin-bottom: 2.5em;
}
@media all and (max-width: 800px) {
	.page-template-qa #main-block > .container > hr {
		margin-left: -15px;
		margin-right: -15px;
	}
}


/* contact page */
.page-template-contact #main-block .grid > .col > .text-content h2 {
	font-size: 2.25em;
}
.page-template-contact #main-block .grid > .col > .text-content a.svg-span {
	fill: #D5201E;
	color: #D5201E;
}
.page-template-contact #main-block .grid > .col > .text-content a.svg-span > svg {
	height: 0.85em;
}
@media all and (max-width: 1600px) {
	.page-template-contact #main-block .grid > .col > .text-content h2 {
		font-size: 2em;
	}
}
@media all and (max-width: 800px) {
	.page-template-contact #main-block .grid > .col > .text-content {
		font-size: 15px;
	}
	.page-template-contact #main-block .grid > .col:not(:last-child) > .text-content {
		padding-bottom: 40px;
		border-bottom: 1px solid #E9E9E9;
	}
	.page-template-contact #main-block .grid > .col > .text-content h2 {
		font-size: 1.87em;
	}
	.page-template-contact #main-block .grid > .col > .text-content h2 br {
		display: none;
	}
}


/* careers page */
.page-template-careers #main-block .container hr {
	height: 0.75px;
	margin-bottom: 2.8em;
}
.page-template-careers #main-block .grid > .col .pop-up-pos > li {
	-o-transition: margin-left 0.2s;
	-moz-transition: margin-left 0.2s;
	-webkit-transition: margin-left 0.2s;
	transition: margin-left 0.2s;
}
.page-template-careers #main-block .grid > .col .pop-up-pos > li.active {
	margin-left: 1em;
}
.page-template-careers #main-block .grid > .col .pop-up-pos > li > a {
	display: inline-block;
	font-size: 2.25em;
	line-height: 1.2;
	padding: 0.2em;
}
.page-template-careers #main-block .grid > .col .pop-up-pos > li.active > a {
	color: #D5201E;
}
.page-template-careers #main-block .grid > .col .pop-up-pos-text {
	max-width: 700px;
}
.page-template-careers #main-block .grid > .col .pop-up-pos-text > li {
	display: none;
}
@media all and (max-width: 1600px) {
	.page-template-careers #main-block .grid > .col .pop-up-pos > li > a {
		font-size: 2em;
	}
}
@media all and (max-width: 800px) {
	.page-template-careers #main-block {
		margin-bottom: 30px;
	}
	.page-template-careers #main-block hr {
		display: none;
	}
	.page-template-careers #main-block .grid > .col .pop-up-pos > li:not(:last-child) {
		border-bottom: 1px solid #EFEFEF;
	}
	.page-template-careers #main-block .grid > .col .pop-up-pos > li > a {
		display: block;
		font-size: 1.45em;
		padding: 0.4em 0;
	}
}

.page-template-careers #block-1 {
	display: none;
}

.page-template-careers #block-1,
.page-template-careers #block-3 {
	border-top:1px solid #D3D4D7;
}
.page-template-careers #block-1 .container,
.page-template-careers #block-3 .container {
	padding-top: 60px;
}
.page-template-careers #block-1 .container .text-content p {
	font-size: 1.5em;
}
.page-template-careers #block-1 .container .text-content a {
	color: #D5201E;
}
@media all and (max-width: 800px) {
	.page-template-careers #block-1 .container,
	.page-template-careers #block-3 .container {
		padding-top: 40px;
	}
	.page-template-careers #block-1 .container .text-content p {
		font-size: 1.13em;
	}
}

.page-template-careers #block-2 {
	display: none;
	border-bottom: 1px solid #F5F5F5;
	z-index: 2;
}

.page-template-careers #block-3 .container .text-content h2 {
	font-size: 3em;
}
.page-template-careers #block-3 .container .text-content h3 {
	font-size: 2.25em;
}
@media all and (max-width: 800px) {
	.page-template-careers #block-3 .grid {
		margin-top: -20px;
	}
	.page-template-careers #block-3 .grid > .col {
		padding-top: 20px;
	}
	.page-template-careers #block-3 .container .text-content {
		text-align: center;
	}
	.page-template-careers #block-3 .container .text-content h2 {
		font-size: 1.9em;
	}
	.page-template-careers #block-3 .container .text-content h3 {
		font-size: 1.6em;
	}
	.page-template-careers #block-3 .container .text-content .svg-span > span {
		width: 68%;
		text-align: left;
	}
}

.page-template-graduate #title-block .block-title h1 {
	font-size: 3.5em;
}
@media all and (max-width: 1600px) {
	.page-template-graduate #title-block .block-title h1 {
		font-size: 3em;
	}
}
@media all and (max-width: 800px) {
	.page-template-graduate #title-block .block-title h1 {
		font-size: 2.5em;
	}
}

/* single project */
.single-project #title-block .block-title {
	margin-bottom: 3.4em;
}

.single-project .main-block#main-block-mobile {
	display: none;
}
.single-project .main-block .grid {
	margin-left: -60px;
}
.single-project .main-block .grid > .col {
	padding-left: 60px;
}
.single-project .main-block .text-content > .location {
	font-size: 0.6em;
	margin-bottom: 2em !important;
}
.single-project .main-block .grid > .col .main-text {
	max-width: 870px;
}
.single-project .main-block .grid > .col .main-text > p,
.single-project .main-block .grid > .col:not(.col-info) .info.text-content > * {
	font-size: 1.6em;
}
.single-project .main-block .grid > .col-info .text-content {
	display: flex;
	justify-content: space-between;
	max-width: none;
}
.single-project .main-block .grid > .col-info .text-content .info-holder:first-child {
	margin-left: 0;
}
.single-project .main-block .grid > .col-info .text-content .info-holder:not(:last-child) {
	margin-right: 4em;
}
.single-project .main-block .grid > .col-info .text-content .info-holder .value {
	font-size: 1.75em;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
.single-project .main-block .grid > .col-info .text-content .info-holder .title {
	color: #525252;
}
@media all and (max-width: 1600px) {
	.single-project .main-block .grid > .col-info .text-content .info-holder:not(:last-child) {
		margin-right: 2em;
	}
	.single-project .main-block .grid > .col .main-text > p,
	.single-project .main-block .grid > .col-info .text-content .info-holder .value {
		font-size: 1.3em;
	}
}
@media all and (max-width: 800px) {
	.single-project .main-block#main-block-desktop {
		display: none;
	}
	.single-project .main-block#main-block-mobile {
		display: block;
	}
	.single-project .main-block .text-content > .location {
		font-size: 0.8em;
	}
	.single-project .main-block .grid > .col:not(.col-info) .info.text-content > * {
		font-size: 1.25em;
	}
	.single-project .main-block .grid > .col-info .text-content {
		display: block;
	}
	.single-project .main-block .grid > .col-info .text-content .info-holder {
		text-align: left;
	}
	.single-project .main-block .grid > .col-info .text-content .info-holder:not(:first-child) {
		border-top: 1px solid #D8D8D8;
		padding-top: 1em;
	}
	.single-project .main-block .grid > .col-info .text-content .info-holder .value {
		margin-bottom: 0em;
		font-size: 1.85em;
	}
	.single-project .main-block .grid > .col-info .text-content .info-holder .title {
		font-size: 0.9em;
	}
}

.single-project #image-block {
	margin-top: -10px;
}
.single-project #image-block .arrow-container .slick-prev {
	left: 100px;
}
.single-project #image-block .arrow-container .slick-next {
	right: 100px;
}
@media all and (max-width: 1600px) {
	.single-project #image-block .image::before,
	.single-project #image-block .slick-item::before {
		padding-top: 65%;
	}
	.single-project #image-block .arrow-container .slick-prev {
		left: 60px;
	}
	.single-project #image-block .arrow-container .slick-next {
		right: 60px;
	}
}

.single-project #block-1 .block-title {
	margin-bottom: 4em;
}
.single-project #block-1 .block-title h2 {
	font-size: 2.25em;
}
.single-project #block-1 .grid {
	margin-left: -55px;
}
.single-project #block-1 .grid > .col.col-m-3 {
	padding-left: 55px;
	width: 20%;
}
@media all and (max-width: 1200px) {
	.single-project #block-1 .block-title {
		margin-bottom: 2em;
	}
	.single-project #block-1 .grid > .col.col-m-3 {
		width: 33.33%;
	}
}
@media all and (max-width: 800px) {
	.single-project #block-1 .grid {
		margin-left: -15px;
	}
	.single-project #block-1 .grid > .col.col-m-3 {
		width: 50%;
		padding-left: 15px;
	}
}

.single-project #block-2 .container > .block-title {
	margin-bottom: 2.3em;
}
.single-project #block-2 .container > .block-title > hr {
	margin-top: 1em;
	margin-bottom: 1.8em !important;
}
.single-project #block-2 .container > .block-title h2 {
	font-size: 2.25em;
}
.single-project #block-2 .container > .block-title > .first {
	margin-bottom: 0 !important;
	display: flex;
	justify-content: space-between;
}
.single-project #block-2 .container > .block-title > .first > .svg-span:hover {
	color: #d5201e !important;
	fill: #d5201e !important;
}
.single-project #block-2 .container > .block-title > .first > .svg-span:first-child svg {
	height: 0.8em;
}


/* projects archive */
.post-type-archive-project #title-block {
	position: relative;
	z-index: 1;
}
.post-type-archive-project #title-block h1 {
	margin-right: 20px;
}
.post-type-archive-project #title-block .filter-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-type-archive-project #title-block .filters {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.post-type-archive-project #title-block .filters > * {
	max-width: 210px;
	width: 210px;
}
.post-type-archive-project #title-block .filters > *:not(:last-child) {
	margin-right: 20px;
}
.post-type-archive-project #title-block .filters .all-projects-btn a {
	width: 100%;
	min-width: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
@media all and (max-width: 1900px) {
	.post-type-archive-project #title-block .filters > * {
		width: calc(25% - 20px)
	}
}
@media all and (max-width: 1400px) {
	.post-type-archive-project #title-block h1 {
		margin-bottom: 0.5em !important;
	}
	.post-type-archive-project #title-block .filter-holder {
		display: block;
	}
	.post-type-archive-project #title-block .filters {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: -20px;
	}
	.post-type-archive-project #title-block .filters > * {
		margin-top: 20px;
	}
}
@media all and (max-width: 1000px) {
	.post-type-archive-project #title-block .filters {
		display: block;
	}
	.post-type-archive-project #title-block .filters > * {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.post-type-archive-project #title-block .filters > .text-content > .btn {
		display: block;
		text-align: left;
		padding: 13px 15px;

		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

}
@media all and (max-width: 800px) {
	.post-type-archive-project #title-block .filters {
		display: block;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}


.post-type-archive-project #main-block .container > .grid {
	padding-bottom: 2.5%;
}
.post-type-archive-project #main-block .grid {
	margin-left: -1%;
	margin-top: -2.5%;
}
.post-type-archive-project #main-block .grid > .col {
	padding-left: 1%;
	padding-top: 2.5%;
}
.post-type-archive-project #main-block .container > .btn-holder {
	margin-top: 90px;
}
.post-type-archive-project #main-block .block-title {
	margin-bottom: 2.2em;
}
.post-type-archive-project #main-block .block-title h2 {
	font-size: 2.25em;
	margin-bottom: 3em;
}
.post-type-archive-project #main-block .second-grid .info-card {
	display: flex;
	align-items: flex-start;
	height: 100%;
	padding: 27px 40px 35px 40px;
	background-color: #d5201e;
}
.post-type-archive-project #main-block .second-grid .info-card img {
	width: 18vw;
	max-width: 380px;
	margin-top: -3%;
	margin-left: -3%;
}
.post-type-archive-project #main-block .second-grid .info-card .text-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 1.7em;
}
.post-type-archive-project #main-block .second-grid .info-card h4 {
	margin-bottom: 0.5em;
	font-size: 2.5em;
	line-height: 1.25;
}
.post-type-archive-project #main-block .second-grid .info-card .text-content *:nth-child(2) {
	opacity: 0.5;
}
.post-type-archive-project #main-block .second-grid .info-card .text-content *:last-child {
	margin-top: auto;
}
.post-type-archive-project #main-block .second-grid .info-card a:hover {
	background-color: #FFC9BD !important;
	border-color: #FFC9BD !important;
	color: #d5201e !important;
}
.post-type-archive-project #main-block .second-grid > .col > .inner-grid {
	margin-top: -5%;
	margin-left: -2%;
}
.post-type-archive-project #main-block .second-grid > .col > .inner-grid > .col {
	padding-top: 5%;
	padding-left: 2%;
}
@media all and (max-width: 2000px) {
	.post-type-archive-project #main-block .second-grid .info-card {
		padding: 1.7vw 2.5vw 2vw 2.5vw;
	}
	.post-type-archive-project #main-block .second-grid .info-card .text-content {
		font-size: 1vw;
	}
}
@media all and (max-width: 800px) {
	.post-type-archive-project #main-block .container > .btn-holder {
		margin-top: 50px;
	}
	.post-type-archive-project #main-block .second-grid .info-card {
		display: block;
		padding: 20px;
	}
	.post-type-archive-project #main-block .second-grid .info-card img {
		display: none;
	}
	.post-type-archive-project #main-block .second-grid .info-card .text-content {
		margin-left: 0;
		font-size: 16px;
	}
	.post-type-archive-project #main-block .second-grid .info-card h4 {
		font-size: 1.63em;
	}
	.post-type-archive-project #main-block .second-grid .info-card .text-content h4:first-child {
		margin-bottom: 0.2em;
	}
	.post-type-archive-project #main-block .second-grid .info-card .text-content h4:nth-child(2) {
		margin-bottom: 1.5em;
	}
	.post-type-archive-project #main-block .container > .grid {
		padding-bottom: 15px;
	}
	.post-type-archive-project #main-block .grid,
	.post-type-archive-project #main-block .second-grid > .col > .inner-grid {
		margin-top: -15px;
	}
	.post-type-archive-project #main-block .grid > .col,
	.post-type-archive-project #main-block .second-grid > .col > .inner-grid > .col {
		padding-top: 15px;
	}
}

.post-type-archive-project #latest-project {
	overflow: hidden;
}
.post-type-archive-project #block-1 {
	background-color: #F5F5F5;
}
.post-type-archive-project #block-1 .container {
	padding-top: 55px;
	padding-bottom: 180px;
}
.post-type-archive-project #block-1 .text-content {
	max-width: 515px;
}
.post-type-archive-project #block-1 .text-content h2 {
	font-size: 3em;
	max-width: 10em;
}
.post-type-archive-project #block-1 .text-content a {
	color: #d5201e;
}
@media all and (max-width: 800px) {
	.post-type-archive-project #block-1 .container {
		padding-top: 30px;
		padding-bottom: 100px;
	}
	.post-type-archive-project #block-1 .text-content h2 {
		font-size: 1.56em;
		text-align: center;
		margin: 0 auto;
	}
}