.single-pill {
	color:#183166;
	background-color: #ffffff;
	padding: 10px 20px;
	width: fit-content;
	border-radius: 5px;
	font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

.post-header {
	padding: 0 0 0 0;
}


.POST:not([data-layout="3"]) .b-frame {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.POST .title {
	margin-bottom: 20rem;
}

.POST .meta {
	margin-bottom: 40rem;
}

.POST .taxonomies {
	font-size: 12rem;
	margin-top: 20px;
}

.POST .video {
	aspect-ratio: 16/9;
	position: relative;
}

.POST .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.POST .hubspot {
	padding: 40rem;
	border: 1px solid #ccc;
	margin-bottom: 40rem;
}

.POST .post-image {
	position: relative;
	padding: 100rem 0;
	display: flex;
	flex-direction: column;
}
.POST.gated .post-image {
	position: relative;
	padding: 100rem 0 50rem 0;
}

.POST  .post-content {
	position: relative;
	padding-top: 100rem;
}
.POST.gated .post-content {
	position: relative;
	padding-top: 0rem;
}
.POST  .post-image .media {
	position: relative;
}
.POST .post-image .background{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--teal-bg);
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(-50% + 50vw);
	z-index: 0;
	pointer-events: none;
}
.POST.gated  .post-image  .background{
	display: none;
}
.POST .share {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 100rem;
	transform: translateX(calc(-100% - 40rem));
	gap: 10rem;
}
.POST .share a {
	width: 62rem;
	height: 62rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.POST.gated .share a {
	background-color: var(--teal-bg);
}
.POST .share a:hover {
	opacity: 0.8;
}


.POST.gated .gated-form {
	position: relative;
	margin: 100rem 0 0 0;
	padding: 50rem 45rem;
	border-radius: 20px;
	background-color: var(--teal-bg);
}
.POST.gated .gated-form.noDownload .submitted-message {
display: none;
}
.POST.gated .gated-form h2 {
	margin-bottom: 20rem;
}

.POST form ul li::before {content: none;}
.POST form ol li::before {content: none;}



@media screen and (max-width: 1100px) {
	.POST.gated .share {
		position: initial;
		transform: translateX(0);
		flex-direction: row;
		order: 2;
		padding-top: 20rem;
		
	}
	.POST.gated .gated-form {
		margin-top: 50rem;
		padding: 30rem 20rem;
	}
}
@media screen and (max-width: 960px) {
	.POST  .post-image {
		position: relative;
		padding: 60rem 0;
	}
	.POST  .post-content {
		position: relative;
		padding-top: 60rem;
	}
	.POST .share {
		position: initial;
		transform: translateX(0);
		flex-direction: row;
		order: 2;
		padding-top: 20rem;
		
	}
}





/* V2 LAYOUT STYLES */

/* .POST.alt-with-heading .b-section .b-frame { padding-top: calc(140rem + var(--page-head-height)); } */
.POST.alt-with-heading .b-section .b-frame { padding-top: calc(68rem + var(--page-head-height)); }
@media screen and (max-width: 960px) {
	.POST.alt-with-heading .b-section .b-frame { padding-top: calc(40rem + var(--page-head-height)); }
	
}

.POST.gated.alt-with-heading .post-image { padding: 24rem 0 50rem 0; }
.POST.gated.alt-with-heading .gated-form { margin: 0; }
.POST.gated.alt-with-heading .share { top: 24rem; }

.POST.alt-with-heading .single-pill { color: var(--white); background: var(--blue); margin-bottom: 40rem; }

.POST.alt-with-heading .content.heading { max-width: 100%; }

.POST.alt-with-heading .content.heading h1 { color: var(--blue);	margin-top: 0; }


.POST.alt-with-heading .presenters {
	display: flex;
	flex-direction: column;
	gap: 32rem;
	margin-top: 32rem;
}

.POST.alt-with-heading .presenters > h5 {
	color: var(--blue);
}

.POST.alt-with-heading .presenters .presenter {
	display: flex;
	align-items: center;
	gap: 32rem;
}

.POST.alt-with-heading .presenters .presenter .avatar {
	flex: 0 0 auto;
	width: 116rem; 
	height: 116rem;
	border-radius: 100%;
	overflow: hidden;
}

.POST.alt-with-heading .presenters .presenter .details {
	flex: 1 1 auto;
}

.POST.alt-with-heading .presenters .presenter .details > * {
	margin: 0;
	line-height: 32rem;
}

.POST.alt-with-heading .presenters .presenter p:first-child { font-size: 18rem; } 
.POST.alt-with-heading .presenters .presenter p:last-child { color: #465B85; } 

@media screen and (max-width: 960px) {
	.POST.alt-with-heading .single-pill { margin-bottom: 20rem; }
	.POST.alt-with-heading .presenters { margin-bottom: 60rem; }
	.POST.alt-with-heading .presenters .presenter .avatar { width: 100rem;  height: 100rem; }
}



/* PREVIEW ASSET  */
.POST :is(.preview-oembed, .preview-video, .preview-image) {
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 24rem;
	border-radius: 10rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: none;
	padding: 0;
}

.POST button.preview-oembed { cursor: pointer; }

.POST :is(.preview-oembed, .preview-video) > :is(iframe, video) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.POST.alt-with-heading .decoration {
	position: absolute;
	background-repeat: no-repeat;
}

.POST.alt-with-heading .decoration--left {
	right: calc(100% + 135rem);
	top: var(--page-head-height);
	width: 223rem;
	height: 370rem;
	background-image: url('./../../assets/images/post_pfa_graphic_left.svg');
}

.POST.alt-with-heading .decoration--right {
	left: calc(100% + 135rem);
	top: var(--page-head-height);
	width: 230rem;
	height: 370rem;
	background-image: url('./../../assets/images/post_pfa_graphic_right.svg');
}


/* POST MEDIA MODAL */

/* MEDIA-MODAL */

.MEDIA-MODAL {
	position: relative;
	margin: 0 auto;
}

.MEDIA-MODAL .content {
	box-sizing: border-box;
	background: #000;
	max-height: calc(100vh - 80rem);
	overflow: visible;
}

.MEDIA-MODAL .content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}




/* OFFSET FORM VARIANT */

.POST[data-layout="3"].gated .image {
	margin: 50rem 0 0;
	overflow: hidden;
	border-radius: 10px;
}

.POST[data-layout="3"].gated .social { top: 82rem; }
.POST[data-layout="3"].gated .gated-form { 
	margin: 0; 
	position: relative;
	z-index: 2;
}
.POST[data-layout="3"].gated .gated-form fieldset { max-width: unset; }

.POST[data-layout="3"] .form-subtext { 
	margin: 50rem 0 0; 
}


.POST[data-layout="3"] blockquote.quote {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50rem;
	background-color: var(--cream);
	background-image: url(./assets/quote.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 50rem) calc(100% - 30rem);
	background-size: 165rem 148rem;
	margin: 50rem 0 0;
}

.POST[data-layout="3"] blockquote.quote .b-h4 {
	border-radius: 10rem;
	color: var(--blue);
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

@media screen and (min-width: 961px) {
	.POST[data-layout="3"].gated .b-frame { padding-top: 82rem; }
	.POST[data-layout="3"] blockquote.quote .b-h4 {
		font-size: 34rem;
		line-height: 1.5;
	}
}

.POST[data-layout="3"] .post-content > *:not(:first-child) {
	margin-top: 50rem; 
}

.POST[data-layout="3"] .post-content > .MEDIA {
	border-radius: 20rem;
	margin-left: 0;
	margin-right: 0;
}


@media screen and (max-width: 960px) {
	.POST[data-layout="3"].gated .b-column:first-child { display: flex; flex-direction: column; }
	.POST[data-layout="3"].gated .gated-form { margin: 50rem 0 0; }
	.POST[data-layout="3"] .form-subtext { margin: 30rem 0 0; }
	.POST[data-layout="3"] blockquote.quote {
		padding: 30rem;
		background-size: 115rem 78rem; 
	}
}






.PFA[data-style="row"] + .POST .post-image { display: none; }
