.FEATURED-POST .post {
	position: relative;
}

.FEATURED-POST .post {
	position: relative;
	border-radius: var(--border-radius-big);
	background: var(--light-blue);
	height: 100%;
	transition: 0.2s all;
}

.FEATURED-POST a:not(.b-button) {
	color: var(--black);
	font-weight: 400;
	text-decoration: none;
}

.FEATURED-POST a:not(.b-button):hover {
	color: var(--black);
}

.FEATURED-POST a:hover .post {
	background: var(--white);
	box-shadow: var(--box-shadow);
}

.FEATURED-POST .image {
	position: relative;
}

.FEATURED-POST .post .b-img {
	border-radius: var(--border-radius-big) 20rem 0 0;
}

.FEATURED-POST .post .content {
	position: relative;
	padding: 20rem 30rem 50rem;
}

.FEATURED-POST .image .type,
.FEATURED-POST .content .type {
	font-size: 14rem;
	font-weight: 700;
	color: var(--white);
	min-width: 50rem;
	text-align: center;
	padding: 10rem 15rem;
	background: var(--bright-blue);
	border-radius: 4rem;
	position: absolute;
}

.FEATURED-POST .content .type {top: -23rem;right: 30rem;}
.FEATURED-POST .image .type {top: 30rem; right: 30rem;}

.FEATURED-POST .post .content .category {
	margin: 0;
	color: var(--blue);
	font-weight: 800;
}

.FEATURED-POST .post .content .title {
	margin: 10rem 0 0;
	color: var(--dark-blue);
}

.FEATURED-POST .post .info {
	margin-top: 70rem;
}

.FEATURED-POST .post .info p {
	display: inline-block;
	font-size: 16rem;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	left: 25rem;
}

.FEATURED-POST .post .info p::before {
	content: '';
	display: block;
	width: 20rem;
	height: 20rem;
	position: absolute;
	top: 2rem;
	left: -25rem;
	background-repeat: no-repeat;
	background-size: contain;
}

.FEATURED-POST .post .info .date {
	margin-right: 50rem;
}

.FEATURED-POST .post .info .date::before {background-image: url(/wp-content/themes/wp-parchment/blocks/featured-post/images/ui-calendar.svg);}
.FEATURED-POST .post .info .location::before {background-image: url(/wp-content/themes/wp-parchment/blocks/featured-post/images/ui-pin.svg); left: -20rem;}
.FEATURED-POST .post .info .location.virtual::before {background-image: url(/wp-content/themes/wp-parchment/blocks/featured-post/images/ui-virtual.svg); top: 6rem; left: -25rem;}
.FEATURED-POST .post .info .location.on-demand::before {background-image: url(/wp-content/themes/wp-parchment/blocks/featured-post/images/ui-ondemand.svg); top: 4rem; left: -25rem;}

@media screen and (max-width:960px){

}



/* newsletter */

.FEATURED-POST .form-container {
	background: var(--light-blue) url(/wp-content/themes/wp-parchment/blocks/featured-post/images/deco-newsletter.svg) no-repeat bottom 5rem right / 442rem 272rem;
	border-radius: var(--border-radius-big);
	height: 100%;
}

.FEATURED-POST .form-padding {
	padding: 50rem 40rem;
}

.FEATURED-POST .form-container img {
	margin-bottom: 50rem;
}

.FEATURED-POST .form-subheading p {
	margin: 20rem 0;
}

.FEATURED-POST .form {
	margin-top: 40rem;
}

.FEATURED-POST .form table {
	border-collapse: separate;
	margin: 0;
}

.FEATURED-POST .form td {
	display: block;
	border: none;
	padding: 0;
}

.FEATURED-POST .form .b-button {
	margin-top: 40rem;
}

.FEATURED-POST .form small {
	display: block;
	text-align: left;
	margin-top: 20rem;
}

.FEATURED-POST .F11396_sb_fbz_err,
.FEATURED-POST .F11396_sb_fbz_invalid {
	font-size: 14rem;
	color: red;
	margin-top: 10rem;
}

.FEATURED-POST .form .hs-input[type="checkbox"] + span::before,
.FEATURED-POST .form .b-checkbox input + span::before,
.FEATURED-POST .form .b-radio input + span::before,
.FEATURED-POST .form .gfield_checkbox input + label::before,
.FEATURED-POST .form .gfield_radio input + label::before,
.FEATURED-POST .form .ginput_container_consent input + label::before,
.FEATURED-POST .form .copy_values_option_container input + label::before {
	box-shadow: inset 0 0 0 1rem var(--dark-teal);
}

@media screen and (max-width: 960px){
	.FEATURED-POST .form-container {position: relative; background-size: 121rem 83rem;}
	.FEATURED-POST .form-padding {padding: 30rem 20rem 40rem;}
}



/* no-newsletter */

.FEATURED-POST[data-style="no-newsletter"] .b-img {
	border-radius: var(--border-radius-big);
}

.FEATURED-POST[data-style="no-newsletter"] .post {
	background: none;
}

.FEATURED-POST[data-style="no-newsletter"] .post .content {
	padding: 30rem;
}

.FEATURED-POST[data-style="no-newsletter"] .post .info {
	margin-top: 30rem;
}

@media screen and (max-width:960px){
	.FEATURED-POST[data-style="no-newsletter"] .post .content {padding: 0;}
}


/* animation */

@media screen and (min-width: 961px) {
	.FEATURED-POST .b-column:nth-child(2n) {transition-delay: 0.4s;}
}




