

.single-post h1,
.single-post.h1 {
	font-size: 54px;
	line-height: 64px;
}
.single-post h2,
.single-post .h2 {
	font-size: 44px;
	line-height: 54px;
}
.single-post h3,
.single-post .h3 {
	font-size: 34px;
	line-height: 44px;
}
.blog-listing .page-title-section {
    background-color: var(--tertiary);
    padding-bottom: 2.2222222222222223rem;
    
}
.blog-listing .page-title-section h1 {
    margin-bottom: 0;
    color: #fff;
}

.blog .sr-sticky-breadcrumb-trigger--close:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51683 4.17013L1.18629 3.81503L1.53125 3.47392L3.26235 1.76214L3.62934 1.39925L3.98041 1.77756L10.4846 8.78624L10.8006 9.12678L10.4842 9.46693L3.97999 16.4582L3.62888 16.8356L3.26235 16.4732L1.53125 14.7614L1.18572 14.4198L1.5174 14.0646L6.12988 9.12593L1.51683 4.17013Z' fill='%23889739' stroke='%23889739'/%3E%3C/svg%3E");
    position: relative;
}
.blog .sr-sticky-breadcrumb-trigger--open:after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9475 1.63402L14.3026 1.30348L14.6438 1.64844L16.3555 3.37954L16.7184 3.74652L16.3401 4.0976L9.33144 10.6018L8.9909 10.9178L8.65075 10.6014L1.65943 4.09718L1.28203 3.74607L1.64447 3.37954L3.35625 1.64844L3.69792 1.30291L4.05306 1.63458L8.99175 6.24707L13.9475 1.63402Z' fill='%23889739' stroke='%23889739'/%3E%3C/svg%3E");
} 
.data,
.author-section,
.blog-comments {
	font-size: 1rem;
}

.blog-hero {
	position: relative;
}

.blog-hero:after {
	content: '';
	background: #000000;
	opacity: .7;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.blog-hero-content {
	padding: 12rem 0;
	position: relative;
	z-index: 1;
}

.blog-featured-image {
	padding: 0;
}

.article-panel {
	position: relative;
	height: 100%;
	background: #fff;
	border: 1px solid #f0f1ed;
	min-height: 100%;
	box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.article-panel:hover {
	box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.article-panel:first-of-type {
	height: auto;
}

.article-meta {
	padding: .75rem 2rem;
	background: #fff;
}

.article-meta span {
	font-size: 13px;
}

.article-meta span.bull {
	color: {
			{
			colors.body_color
		}
	}

	;
	;
	padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
	color: {
			{
			colors.body_color
		}
	}

	;
	;
}

.article-panel .article-img {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

.article-panel .article-content {
	padding: 1.25rem;
	background: #fff;
	position: relative;
}

.article-panel .article-img:after {
	content: '';
	background: #000;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-panel .article-img img {
	position: absolute;
	width: 100%;
	max-width: 116%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.article-panel,
.article-content{
	border-radius: 10px !important;
}
.article-panel  img,
.article-img {
	border-radius: 10px 10px 0 0;
	max-height: 247.83px;
	width: 100%;
}
.article-content h2,
.article-panel h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px; 
}
.article-panel .article-content .read-more {
	font-weight: 600;
	font-size: 18px;
	color: #083150 !important;
	border-bottom: 2px solid #889739;
	display: inline-block
}
.article-panel a:hover .read-more {
	color: var(--primary) !important;
}
.article-panel .article-text {
	color: var(--tertiary);
	padding: 1rem 0 1.5rem; 
}

.article-panel h3 a {
	color: #313543;
}

.tag {
	line-height: 1;
	font-size: 0.8rem;
}

.tag a {
	color: {
			{
			colors.body_color
		}
	}

	;
	;
	font-size: 12px;
	line-height: 1;
}

.article-panel .data a {
	color: #2c4a8a;
}

.latest-posts>div {
	margin-bottom: 1.875rem;
}


.sr-sticky-breadcrumb {
	position: relative;
	background: #fff;
	z-index: 10;
	font-size: 1rem;
}

.current-section {
	text-transform: capitalize;
}

.sr-sticky-breadcrumb-heading {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0.75rem 0;
	transition: all ease-in-out 300ms;
}

.is_stuck .sr-sticky-breadcrumb-heading {
	padding: 0.5rem 0;
}
.article-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sr-sticky-breadcrumb-heading {
	font-weight: 600;
}
.srr__search-button {
    background: 0;
    border: 0;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.srr__search-button svg path {
    fill: var(--primary);
}
.sr-sticky-breadcrumb-categories {
	text-align: center;
	display: block;
	top: 100%;
	width: 100%;
	background: #fff;
	z-index: 1;
}
.sr-sticky-breadcrumb-heading .row {
    align-items: center;
}
.sr-sticky-breadcrumb-trigger.sr-sticky-breadcrumb-trigger--close {
    font-size: 36px;
    color: var(--primary);
}
.sr-sticky-breadcrumb-trigger.sr-sticky-breadcrumb-trigger--close:hover {
	color: var(--primary);
	text-decoration: underline;
}
.is_stuck .sr-sticky-breadcrumb-categories {
	position: relative;
}

.sr-sticky-breadcrumb-categories .container {
	padding-top: 1.25rem;
	padding-bottom: 1.125rem;
}

.sr-sticky-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
}

.sr-sticky-breadcrumb-categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sr-sticky-breadcrumb-categories ul li {
	list-style: none;
	display: inline-block;
}

.sr-sticky-breadcrumb-categories ul li a {
	margin: 0.3125rem;
}

.blog-pagination {
	padding: 1.875rem 0;
}

.blog-pagination a {
	white-space: nowrap;
	margin: 0 10px;
	text-decoration: none;
	padding: 4px 8px;
	color: #000;
}

.blog-pagination a.all-posts-link {
	font-weight: bold;
}

.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
	background: #fff;
}

.blog-heading h1 {
	letter-spacing: 0;
}

.sr-social-share.sr-social-share {
	border: 1px solid #EBEBEB;
	display: block;
	padding: 15px 8.8px;
	border-radius: 100px;
	background-color: #fff;
	z-index: 99;
}

@media (max-width: 991px) {
	.sr-social-share.sr-social-share {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2rem;
	}

	.sr-social-share.sr-social-share img {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.sr-social-share.sr-social-share {
		opacity: 0;
		position: fixed;
		left: 35px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all .15s ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.sr-social-share.sr-social-share:hover {
		top: 44.5%;
		border-color: #f5f5f5;
		box-shadow: 10px 15px 60px 0 rgba(0, 0, 0, 0.1);
	}

	.sr-social-share.sr-social-share.active {
		line-height: 1rem;
		left: 100px;
		opacity: 1;
	}

	.sr-social-share.sr-social-share span,
	.sr-social-share.sr-social-share span a {
		display: block;
		margin: 5px auto;
	}

	.sr-social-share.sr-social-share .sr-social-share-heading {
		padding-left: 0;
		margin-bottom: 10px;
	}

	.sr-social-share.sr-social-share .hs_cos_wrapper_type_social_sharing {
		font-size: 0;
	}
}

.sr-social-share.sr-social-share .sr-social-share-heading {
	font-size: 9px;
	text-transform: uppercase;
	color: #C0C0C0;
	letter-spacing: 1px;
	vertical-align: middle;
}

.blog-comments {
	margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
	position: relative;
	text-align: center;
	display: block;
}

.blog-comments .blog-comments-trigger:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: .2rem;
}

.blog-comments .blog-comments-trigger.open:after {
	content: "\f106";
}

.blog-comments .blog-comments-wrapper {
	display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
	margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
	padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
	max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
	margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
	width: 100%;
}

@media (min-width:768px) and (max-width: 991px) {
    .srr-content-signup-cta__form form {
        justify-content: space-between !important;
    }

}
@media screen and (max-width: 767px) {
    .srr-content-signup-cta__form .hs-form-field {
        margin-bottom: 20px !important;
    }
}