.heading {
	margin-bottom: 70px;
}

.heading h1 {
	font-size: 90px;
	line-height: 1;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 52px;
}

.heading p {
	font-size: 25px;
	margin: 0;
}

.featured-post {
	margin-bottom: 47px;
}

.featured-post .container {
	background-color: rgba(0, 58, 112, 0.1);
	display: flex;
	border-radius: 16px;
	overflow: hidden;
}

.featured-post .container .text {
	padding: 200px 135px;
	flex: 0 0 50%;
}

.featured-post .container .image {
	position: relative;
	overflow: hidden;
	width: 50%;
	flex: 0 0 50%;
}

.featured-post .container .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-post .container .text .category {
	font-size: 13px;
	color: var(--1);
}

.featured-post .container .text h2 {
	margin-top: 20px;
	margin-bottom: 22px;
	font-size: 40px;
	line-height: 1.4;
	color: var(--1);
}

.featured-post .container .text {
	font-size: 25px;
	line-height: 1.5;
	color: var(--1)
}

.featured-post .container .text a {
	display: table;
	margin-top: 38px;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.filters {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.filters span {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--1);
}

.postgrid {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 30px;
	align-items: flex-start;
}

.postgrid .elem {
	flex: 0 0 calc(25% - 40px);
	position: relative;
}

.postgrid .elem a.permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.postgrid .elem .image {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 100%;
	border-radius: 16px;
	margin-bottom: 53px;
}

.postgrid .elem .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postgrid .elem .excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
	line-height: 24px;
	font-size: 20px;
}

.postgrid .elem .category {
	font-size: 13px;
	margin-bottom: 13px;
	display: table;
}

.postgrid .elem h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--ff1);
	margin-top: 0;
	margin-bottom: 13px;
}

.postgrid .elem a {
	display: table;
	margin-top: 23px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}

#load-news-btn {
	display: table;
	margin: 32px auto 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--1);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 16px;
	border-radius: 6px;
}

#load-news-btn:hover,
#load-news-btn:focus,
#load-news-btn:active{
	background-color: var(--corporate);
	color: #fff;
}

.filters ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 0 34px;
	column-gap: 34px;
}

.filters ul li a {
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	font-size: 14px;
	border: 1px solid var(--1);
	border-radius: 6px;
	display: block;
}

.filters ul li.active a,
.filters ul li a:hover {
	background-color: var(--corporate);
	color: #fff;
	border-color: var(--corporate);
}

.endcta {
	margin-top: 76px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 116px;
	height: 716px;
}

.endcta img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.endcta .text {
	width: 460px;
	max-width: 100%;
}

.endcta .text h3 {
	margin-top: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
}

.endcta .text span {
	color: #fff;
	font-size: 20px;
}

.endcta .text a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	margin-top: 20px;
	display: table;
	border: 1px solid #fff;
	border-radius: 6px;
	height: 40px;
	width: 190px;
	max-width: 100%;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.layer-chiedialmedico {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background-color: rgba(0,0,0,.6);
	justify-content: flex-end;
	display: none;
}

.layer-chiedialmedico.active {
	display: flex;
}

.layer-chiedialmedico .content {
	flex: 0 0 100%;
}

.layer-chiedialmedico .contact-layer {
	background-color: #fff;
	padding: 62px 62px 45px;
	width: 700px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.layer-chiedialmedico .contact-layer .close-div {
	cursor: pointer;
	margin-right: 0;
	margin-left: auto;
	display: block;
	width: 21px;
}

.layer-chiedialmedico .contact-layer h2 {
	font-weight: 300;
	font-size: 42px;
}

.layer-chiedialmedico .contact-layer input[type="text"],
.layer-chiedialmedico .contact-layer input[type="email"]{
	height: 60px;
	outline: none !important;
	box-shadow: none !important;
}

.layer-chiedialmedico .contact-layer input[type="text"]:focus,
.layer-chiedialmedico .contact-layer input[type="email"]:focus {
	border-color: #111;
}

.layer-chiedialmedico input[type="checkbox"] {
	border: 1px solid var(--1) !important;
	border-radius: 3px;
}

.layer-chiedialmedico button[type="submit"] {
	background-color: var(--corporate) !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	padding: 0 25px !important;
	height: 40px !important;
}

.layer-chiedialmedico .wpforms-confirmation-container-full {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	font-size: 20px
}

@media screen and (max-width: 991px) {
	.heading {
		margin-bottom: 35px;
	}
	
	.heading h1 {
		font-size: 48px;
		margin-bottom: 42px;
	}
	
	.heading p {
		font-size: 16px;
	}
	
	main.site-main#main {
		padding-left: 0;
		margin-bottom: 0;
		padding-right: 0;
	}
	
	.featured-post {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.featured-post .container {
		border-radius: 0;
		padding: 20px;
		flex-wrap: wrap;
	}
	
	.featured-post .container .text {
		flex: 0 0 100%;
		padding: 0;
		order: 1;
	}
	
	.featured-post .container .text h2 {
		font-size: 20px;
		margin-bottom: 12px;
		margin-top: 12px;
	}
	
	.featured-post .container .text {
		font-size: 16px;
	}
	
	.featured-post .container .text a {
		margin-top: 18px;
	}
	
	.featured-post .container .image {
		height: 340px;
		flex: 0 0 100%;
		border-radius: 16px;
		margin-bottom: 12px;
	}
	
	.filters {
		flex-wrap: wrap;
	}
	
	.filters > span {
		white-space: nowrap;
		flex: 0 0 100%;
	}
	
	.filters ul {
		margin-left: 0;
		margin-top: 27px;
		overflow-y: scroll;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.filters ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	
	.tabs .tabs-head {
		scrollbar-width: none;
	}
	
	.tabs .tabs-head {
		-ms-overflow-style: none;
	}
	
	.postgrid {
		column-gap: 30px;
		row-gap: 21px;
	}
	
	.postgrid .elem {
		flex: calc(50% - 15px)
	}
	
	.postgrid .elem .image {
		height: 175px;
		margin-bottom: 9px;
	}
	
	.postgrid .elem .category {
		margin-bottom: 9px;
	}
	
	.postgrid .elem h2 {
		font-size: 16px;
		line-height: 1.15;
	}
	
	.postgrid .elem .excerpt {
		display: none;
	}
	
	.postgrid .elem a {
		margin-top: 9px;
		font-size: 14px;
	}
	
	.endcta {
		margin-top: 80px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 25px;
		text-align: center;
		height: 360px;
	}
	
	.endcta .text {
		width: 100%;
	}
	
	.endcta .text h3 {
		font-size: 24px;
	}
	
	.endcta .text span {
		font-size: 13px;
	}
	
	.endcta .text a {
		margin: 12px auto 0;
		width: auto;
		padding-left: 22px;
		padding-right: 22px;
	}
	
	.layer-chiedialmedico .contact-layer {
		padding: 30px 20px;
	}
}