/* Missing Template at Path: \'VITAL2025\/css\/_theme.css\' */.container-fluid[class*="dnd_area"] {
	padding: 0;
}

.sidebar-sticky>div {
	position: sticky;
}

.sidebar-sticky__top>div {
	top: var(--sticky-offset);
}

.sidebar-sticky__bottom {
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;
}

.sidebar-sticky__bottom>div {
	align-self: flex-end;
	bottom: var(--sticky-offset);
}


.author-section .meta {
	line-height: 1.2;
}
.related-posts-container {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	row-gap: 30px;
}

.related-post .related-post-link {
	cursor: pointer;
	padding: 20px;
	border: 1px solid var(--borders);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	transition: border-color 250ms ease-out;
	height: 100%;
}

.related-post .related-post-link:hover {
	text-decoration: none;
	border-color: var(--primary);
	transition: border-color 250ms ease-out;
}

.related-post-link:hover>h5 {
	transition: text-decoration 250ms ease-out;
}

.related-post-link .related-post-meta .featured-image {
	max-height: 170px;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.related-post-link .related-post-meta .featured-image img {
	object-fit: cover;
}

.related-post-link .related-post-meta .meta {
	display: flex;
	align-items: center;
	color: var(--dark);
}

.related-post-link .related-post-meta .meta .tag {
	padding: .5rem;
	font-size: .9rem;
	line-height: 1;
	text-decoration: none;
	color: var(--primary);
	border: 1px solid var(--primary);
	background: transparent;
	transition: background 250ms ease-out, color 250ms ease-out;
}

.related-post-link:hover .related-post-meta .meta .tag {
	background: var(--primary);
	color: var(--white);
	transition: background 250ms ease-out, color 250ms ease-out;
}



.hs-inline-edit #hs_cos_wrapper_post_body {
	padding: 1rem
}

/* New Style */

.hs_post_top {
	border-bottom: 2px dotted #a5cd3a;
	padding-bottom: 8px;
}
.hs_post_top .heading {
	margin-bottom: 12px;
}
.hs_post_top .author p {
	margin-bottom: 20px;
}
.hs_post_top .author .lead p {
	margin-bottom: 6px;
}
.tags_grp {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom: 40px;
}
.tags .updated_date {
	margin-bottom: 40px;
}
.author-section .row {
	margin-left: -12px;
	margin-right: -12px;
}
.author-section .row [class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
}
.nav-share {
	display: block;
	text-align: center;
	padding-bottom: 22.5px;
	border-bottom: 2px dotted #d0d0d0;
	margin-bottom: 67.5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-share a {
	display: inline-block;
	position: relative overflow:hidden;
	color: #d0d0d0;
	font-size: 20px;
	line-height: 1;
	padding: 10px;
	-moz-transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	transition: transform .15sease-in-out;
}
.nav-share a:hover {
	color: #b5be00;
	-moz-transform: scale(1.25) translateY(-0.625rem);
	-webkit-transform: scale(1.25) translateY(-0.625rem);
	-o-transform: scale(1.25) translateY(-0.625rem);
	-ms-transform: scale(1.25) translateY(-0.625rem);
	transform: scale(1.25) translateY(-0.625rem);
}
.article-list-controls {
	width: 100%;
	clear: both;
	padding: 20px 15px;
	margin: 0 0 40px;
}
.article-list-controls .article-previous {
	float: left;
}
.article-list-controls .fas {
	font-size: 27px;
	vertical-align: middle;
}

.print_only .avatar img{
	object-fit: cover;
}

.print_only .avatar{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50px;
}

.blog-content img {
	margin: 20px 0;
}

/* b2c blog */

.b2c-blog .categories-wrapper ul a,
.b2c-blog .blog-tags a,
.b2c-blog .image-hero .tag-with-date span{
	background-color: #D2E0DA !important;
	color: #0F2E47 !important;
}

.b2c-blog .sidebar-form form .actions>input{
	background-color:#3A7F61 !important;
	border-color: #3A7F61 !important;
}

.b2c-blog .pagination__link.pagination__link--active {
	background-color: #3A7F61 !important;
	border-color: #3A7F61 !important;
}

.b2c-blog .pagination__link:hover {
	background-color: #3A7F61 !important;
	border-color: #3A7F61 !important;
}

.b2c-blog .recent-posts ul li a {
	color: #0F2E47 !important;
}

.blog-content ul li {
	margin-bottom: 15px;
}

@media print {
	.blog-post .sidebar-wrapper,
	.blog-post .hs_audio_transcription,
	.blog-post .header__container,
	.blog-post .footer,
	.blog-post .image-hero{
		display: none !important;
	}
	.blog-post .print_only{
		display: block !important;
	}
	.blog-post .sr-blog-post{
		padding: 0 !important;
	}
	[data-global-resource-path],
	[data-global-resource-path] *{
		display: none !important;
	}
	.sr-blog-post{
		margin-top: -100px !important;
	}
	.blog-post .blog-content p,
	.blog-post .blog-content a,
	.blog-post .blog-content ul,
	.blog-post .blog-content ol{
		font-size: 22px;
	}
	.blog-post .blog-content{
		max-width:900px;
		margin: 0 auto:
	}
}

@media(max-width: 768px) {
	input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
		min-height: 2.5rem;
	}


}

@media (min-width: 768px) {
	.hs_post_top {
		width: 90%;
		margin: 0 auto;
	}

}