
body.blog {
	line-height: 2rem;
	font-size: 1.25rem;
}
.blog-single{
	background-color: #ffffff;
}

.tag {
	font-size: 1rem;
}
body.blog.blog-single .blog-content p {
	/* 	padding: 0 4rem; */
	font-size: 1rem;
	line-height: 26px;
}

body.blog.blog-single .blog-content ol, ul, li {
	/* 	padding: 0 4rem; */
	font-size: 1rem !important;
	line-height: 26px !important;
}

body.blog.blog-single .blog-content h2{
	font-size:2.8125rem;
	color:#005677;
	line-height:54px;
	font-weight:semi-bold;
}

body.blog.blog-single .blog-content h{
	font-size:2rem;
	color:#005677;
	line-height:38px;
	font-weight:semi-bold;
}


.author-section,
.meta,
.blog-comments,
.tag {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color:#005677
}
.articles-list {
	padding: 1.875rem 0;
}
.row .latest-posts{
	justify-content: flex-start;
	margin-bottom:20px;
	column-gap: 1.875rem;
}

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

}
.article-panel {
	position: relative;
	height: 100%;
}
.article-panel:first-of-type {
	height: auto;
}
.article-panel .data {
	margin-top: .25rem;
	font-size: .75rem;
}
.blog-hero-content .data,
.article-panel .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-panel .data .avatar,
.blog-hero-content .data .avatar {
	margin-right: 0.5rem;
}
.article-panel .data a {
	color: #7D8763;
}
.article-panel h3 {
	margin-top: 0.625rem;
	padding-bottom: 1rem;
}
.article-panel h3 a {
	color: #404040;
}
.article-panel .article-img {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.article-panel .article-img img {
	position: absolute;
	width: 110%;
	max-width: 110%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.article-panel .article-content {
	padding: 1.25rem 0;
	position: relative;
}
.article-list-subscribe {
	padding: 2.5rem;
	border: 1px solid;
	height: 100%;
}
.article-list-subscribe .form-title {
	display: none;
}
.article-list-subscribe .article-list-subscribe-image {
	margin-bottom: 1rem;
	text-align: center;
}

.hero-article-card{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-moz-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
}

.hero-article-card:hover{
	transform: scale(1.05);
}

.article-item{
	padding:20px 25px;
	margin :1px;
	max-width: 380px;
	/* 	width: clamp(280px, 0%, 360px) !important; */
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-moz-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	margin-bottom:40px;
	min-height: 600px;
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
}


.related-article-item{
	padding:20px 25px;
	margin :15px;
	max-width: 380px;
	/* 	width: clamp(280px, 0%, 360px) !important; */
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-moz-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	margin-bottom:40px;
	min-height: 600px;
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
}


.article-item:hover{
	transform: scale(1.05);
}

.article-panel{
	padding:20px 25px;
	margin :1px;
	max-width: 380px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-moz-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
}

.article-text{
	color:#404040;
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
}

.article-readmore{
	color: #000000;
	background:#22567430;
	padding: 10px 20px !important;
	margin-top:30px;
	font-weight: bold !important;
}

.image-block{
	height: 215px;
	padding: 5px;
}

.topic-name{
	padding: 3px 8px 1px 8px;
	color:#ffffff;
	background-color: #005677;
	border-radius: 5px;
	font-size: 14.75px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 5px;
}

@media only screen and (min-width: 768px) {
	.article-list-subscribe .article-list-subscribe-image {
		margin-bottom: 0;
	}
}
.blog-pagination {
	text-align: center;
	padding: 1.875rem 0;
	margin-bottom: 50px;
}
.blog-pagination a {
	white-space: nowrap;
	/* 	margin: 0 10px; */
	text-decoration: none;
	padding: 5px 15px;
	color: #404040;
	border: 1px solid #225674;
	/* 	border-radius: 5px; */
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffffff;
	transition: all 0.2s ease;
}

.blog-pagination a:last-child {
	border-radius: 0 6px 6px 0;
}

.blog-pagination a:first-child {
	border-radius: 6px 0 0 6px;
}

.blog-pagination__link--active{
	background: #D3DDE3!important;
}

.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
	background: #D3DDE3!important;
	border: 1px solid #404040 ;
}
.blog-featured-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* 	height: 100vh; */
	color: #ffffff;
}
.blog-featured-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* 	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%); */
}
@media (max-width: 767px) {
	.blog-featured-image {
		/* 		height: 25vh; */
	}
	.blog-featured-image+.blog-subscribe .blog-subscribe-image img {
		display: none;
	}
}
.blog-heading {
	padding: 3.125rem 0 1.93rem;
	text-align:center;
}

.blog-header.podcast-bg{
	background: #225674;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='134' viewBox='0 0 1440 134' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_5042_141)'%3e%3cpath d='M1227.06 102.89V30.3495M1506.26 67.7466V65.4932M1486.31 69.3544V63.8795M1466.37 73.4855V59.7484M1446.43 81.2548V51.985M1426.48 94.7983V38.4415M1406.54 81.2548V51.985M1386.6 94.7983V38.4415M1366.66 109.005V24.235M1326.77 94.7983V38.4415M1306.83 109.005V24.235M1346.72 109.005V24.235M1286.89 129.49V3.74377M1266.95 102.89V30.3495M1247 87.029V46.2108M987.744 67.7466V65.4932M1007.7 69.3544V63.8795M1027.64 73.4855V59.7484M1047.57 81.2548V51.985M1067.52 94.7983V38.4415M1087.46 81.2548V51.985M1107.41 94.7983V38.4415M1127.34 109.005V24.235M1167.23 94.7983V38.4415M1187.18 109.005V24.235M1147.29 109.005V24.235M1207.12 129.49V3.74377' stroke='%2390C5BC' stroke-width='7.4935' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cg clip-path='url(%23clip1_5042_141)'%3e%3cpath d='M173.061 102.89V30.3495M452.257 67.7466V65.4932M432.311 69.3544V63.8795M412.366 73.4855V59.7484M392.426 81.2548V51.985M372.48 94.7983V38.4415M352.541 81.2548V51.985M332.595 94.7983V38.4415M312.656 109.005V24.235M272.771 94.7983V38.4415M252.831 109.005V24.235M292.716 109.005V24.235M232.885 129.49V3.74377M212.946 102.89V30.3495M193 87.029V46.2108M-66.2559 67.7466V65.4932M-46.3045 69.3544V63.8795M-26.3649 73.4855V59.7484M-6.42525 81.2548V51.985M13.5202 94.7983V38.4415M33.4599 81.2548V51.985M53.4054 94.7983V38.4415M73.345 109.005V24.235M113.23 94.7983V38.4415M133.176 109.005V24.235M93.2905 109.005V24.235M153.115 129.49V3.74377' stroke='%2390C5BC' stroke-width='7.4935' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_5042_141'%3e%3crect width='526' height='133.24' fill='white' transform='translate(984)'/%3e%3c/clipPath%3e%3cclipPath id='clip1_5042_141'%3e%3crect width='526' height='133.24' fill='white' transform='translate(-70)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.blog-heading.podcast-bg > h1 {
	color: #FFF;
	font-family: Catamaran;
	font-size: 91.714px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 119%; /* 109.14px */
	margin-bottom: 1rem !important;
}

.blog-heading h1 {
	font-size:4.125rem;
	color:#005677; 
	padding-top:40px;
	padding-bottom:20px;	
	margin-bottom: 1rem !important;
}

.blog-heading .data {
	/* 	display: -webkit-box;
	display: -ms-flexbox;
	/* 	display: flex; */
	/* 	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */ */
}
.blog-heading .tag a {
	font-weight: bold;
	font-weight: bold;
	background: var(--primary);
	padding: 5px 10px 1px 10px;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
	font-size: 1.468rem;
}
.blog-heading .data img {
	margin-right: 1rem
}

.blog-introduction {
	padding: 0 0 3.125rem;
}

.blog-introduction img {
	max-width: 100%;
	height: auto;
}
.ng-blog-wrapper {
	/* 	margin-top: -50vh; */
}
@media (max-width: 767px) {
	.ng-blog-wrapper {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.blog-content {
		padding: 0;
	}
}
.blog-content article img {
	margin-bottom: 2rem !important;
	max-width: 100%;
	height: auto;
}
.author-section {
	padding: 1.875rem 0 0.625rem;
	font-weight: bold;
	font-style: italic;
}
.author-section p {
	font-size: 0.75em;
	font-weight: 400;
	margin-bottom: 1em;
}
.author-section .avatar {
	position: relative;
	margin-top: 0.625rem;
}
.author-section .avatar img {
	width: 64px;
	height: auto;
	border-radius: 100%;
	margin-right: 1.2em;
	position: relative;
}
.author-section .author-link:not(.hover) {
	color: #005677 !important;
	font-size: 1.25rem !important;
	font-weight: 400;
}
.author-section .social-profiles a {
	margin-right: 0.5em;
}
a.author-link {
	display: inline-block;
	color: #005677 !important;
	font-size: 1.25rem !important;
	font-weight: 400;
}
.avatar img {
	border-radius: 50%;
	border: 1px #333;
	max-width: 50px;
}
.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: 0.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%;
}
.author-profile {
	padding: 6.25rem 0 3.125rem;
}
.author-profile .author-profile-info {
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.author-profile .author-profile-info .avatar {
	margin-bottom: 0.625rem;
}
.author-profile .author-profile-info .author-name {
	display: block;
	font-size: 1.375rem;
}
.author-profile .avatar {
	width: 90px;
	height: auto;
	border-radius: 100%;
}
.author-profile .author-profile-socials {
	margin-top: 3.125rem;
}
.author-profile .author-content {
	border-bottom: 2px solid;
	padding-bottom: 5rem;
}
@media (min-width: 767px) {
	.author-profile .author-profile-socials {
		margin: 0;
	}
	.author-profile .author-profile-info {
		margin: 0;
	}
	.author-profile .author-profile-info .avatar {
		margin: 0;
	}
	.author-profile .author-profile-bio {
		padding: 0 1rem;
	}
}
h4.more-author {
	margin-bottom: 3rem;
}
.blog-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3rem;
	position: relative;
	color: #333;
}
/* .blog-hero:before {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
} */
.blog-hero .container {
	position: relative;
}

.blog-hero a:not(.btn) {
	color: #fff;
	border: none;
	margin: 0;
}
.blog-hero .meta {
	font-size: 0.9rem;
}
.blog-hero .tag {
	margin-bottom: 0.25rem;
	display: inline-block;
	padding:30px;
}
.blog-hero .data {
	margin-bottom: 0.625rem;
}
.blog-hero .data a {
	color: #7D8763;
}
.blog-hero h2 {
	font-size: 2.625rem;
	color:#225674;
}
.blog-hero .content{
	font-size:19px !important;
	font-weight:400;
}
.sr-social-share.sr-social-share {
	border: 1px solid;
	display: block;
	padding: 15px 8.8px;
	border-radius: 100px;
}
.sr-social-share.sr-social-share img {
	margin-bottom: 0 !important;
	width:35px !important;
	height:35px !important;
	max-width:35px !important;
	max-height:35px !important;
}
@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;
	}
}
@media only screen and (min-width: 992px) {
	.sr-social-share.sr-social-share {
		opacity: 0;
		position: absolute;
		left: 35px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all 0.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 {
		left: -120px;
		opacity: 1;
	}
	.sr-social-share.sr-social-share span,
	.sr-social-share.sr-social-share span a {
		display: block;
		margin: 5px auto;
		width: 35px !important;
	}
	.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-subscribe {
	background: #fff;
	padding: 2rem 0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.blog-subscribe {
		padding: 1.125rem 0;
	}
}
.blog-subscribe p {
	display: inline-block;
	margin-bottom: 0;
}
.blog-subscribe .blog-subscribe-image {
	margin: 0 0 2rem;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.blog-subscribe .blog-subscribe-image {
		margin: -3rem 0 -1rem;
		text-align: right;
	}
}
.blog-subscribe .blog-subscribe-image img {
	max-width: 200px;
	height: auto;
}
.blog-subscribe .blog-subscribe-form {
	text-align: center;
	margin: 0;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form {
		text-align: right;
	}
}
.blog-subscribe .blog-subscribe-form form {
	position: relative;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type {
		-ms-flex: 1;
		flex: 1;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext {
		display: none;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext h3 {
	margin: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext h3 {
		line-height: 35px;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext p {
	line-height: 40px;
}
.blog-subscribe .blog-subscribe-form form .hs-email .hs-error-msgs {
	display: none !important;
}

.blog-subscribe .blog-subscribe-form form .hs-submit {
	-ms-flex: 0;
	flex: 0;
}
.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
	position: absolute;
	left: auto;
	right: 160px;
	top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
		right: 140px;
	}
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		top: 25px;
	}
}
.blog-subscribe .blog-subscribe-form form .hs_error_rollup ul {
	font-size: 0.7rem;
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup ul {
		font-size: 1rem;
	}
}
.blog-related-posts {
	padding: 3.125rem 0;
	background:#ffffff !important;
	border-top: 1px solid #A1A7AE

}
.blog-related-posts .row>div {
	margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
	.blog-related-posts .row>div {
		margin-bottom: 0;
	}
}
.blog-related-posts .article-panel:first-of-type {
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
	.blog-related-posts .article-panel:first-of-type {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
	}

	.blog-related-posts .article-panel .article-img {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		height: auto;
		padding: 0;
	}

	.blog-related-posts .article-panel .article-content {
		position: relative;
		-ms-flex: 0 0 66.66%;
		flex: 0 0 66.66%;
		max-width: 66.66%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}
.blog-related-posts .article-panel h3 {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.blog-related-posts .article-panel .article-content {
	padding: 2rem;
}
.blog-related-posts .article-panel:first-of-type {
	margin: 1rem 0;
}
.blog-related-posts .readmore {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #7D8763;
	color: #fff;
	font-size: 1.5rem;
	opacity: 0;
	transition: all 0.2s ease;
}
.blog-related-posts .article-panel .article-img:hover .readmore {
	opacity: 1;
}
.blog-related-posts .article-panel h3 a:hover {
	color: #7D8763;
}

.blog-related-posts .data .meta {
	margin: 0;
}
#hs_form_target_subscribe-blog .field>label {
	display: none;
}
#hs_form_target_subscribe-blog .hs_email,
#hs_form_target_subscribe-blog .input,
#hs_form_target_subscribe-blog .hs_submit {
	display: inline-block !important;
}
#hs_form_target_subscribe-blog .hs_submit {
	margin-top: 0;
}
#hs_form_target_subscribe-blog .hs_submit input {
	height: 2.5rem;
	border-radius: 0 4px 4px 0;
}
#hs_form_target_subscribe-blog .hs_email input {
	border-radius: 0;
	height: 2.5rem;
}
#hs_form_target_subscribe-blog label {
	font-weight: normal;
}
@media (max-width: 767px) {
	#hs_form_target_subscribe-blog form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.sr-sticky-breadcrumb {
	position: relative;
	z-index: 10;
	font-size: 1rem;
}
.sr-sticky-breadcrumb-heading {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.75rem 0;
	transition: all ease-in-out 300ms;
	color: #404040;
}
.sr-sticky-breadcrumb-heading a {
	color: #005677;
	font-size: 2.5rem;
	font-weight: 700;
}
.sr-sticky-breadcrumb-heading a:hover {
	color: #7D8763;
}


.sr-sticky-breadcrumb-heading {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.75rem 0;
	transition: all ease-in-out 300ms;
	color: #404040;
}
.sr-sticky-breadcrumb-heading h3 {
	color: #005677;
	font-size: 2.5rem;
	font-weight: 700;
}
/* .sr-sticky-breadcrumb-heading h3:hover {
color: #7D8763;
} */

.sr-sticky-breadcrumb-trigger {
	color: #404040;
}

.sr-sticky-breadcrumb-trigger:after {
	content: "\f0d7";
	font-family: fontawesome;
}
.sr-sticky-breadcrumb-trigger a {
	color: #404040;

}


.sr-sticky-breadcrumb-trigger a:hover {
	color: #7D8763;
}
.sr-sticky-breadcrumb-categories {
	text-align: center;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	color: #404040;
}


.sr-sticky-breadcrumb-categories .container {
	padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
	color: #404040;
}
.sr-sticky-breadcrumb-categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sr-sticky-breadcrumb-categories ul li {
	list-style: none;
	display: inline-block;
	background:#005677;
	padding:5px 10px !important;
	margin:5px 10px;
	border-radius: 8px;
	color:#ffffff;
	text-transform: uppercase;
}

.sr-sticky-breadcrumb-categories ul li:hover {
	list-style: none;
	display: inline-block;
	background:#D3DDE3;
	padding:5px 10px !important;
	border-radius: 8px;
	color:#005677;
}
.sr-sticky-breadcrumb-categories ul li a {
	/* 	margin: 1rem; */
	display: inline-block;
	color: #ffffff;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
	color: #005677;
}
.blog-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


/* Rebuilt Catagory barStyle */
.sr-sticky-breadcrumb-categories {
	text-align: center;
	justify-content: center;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;

	color: #404040;
}

.sr-breadcrumb-categories a{
	font-size: 1rem;
}

.sr-breadcrumb-categories .container {
	padding: 1.25rem;
	display:flex;
}
.sr-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
	color: #404040;
}
.sr-breadcrumb-categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sr-breadcrumb-categories ul li {
	list-style: none;
	display: inline-block;
	background:#005677;
	padding:5px 10px !important;
	margin:5px 10px;
	border-radius: 8px;
	color:#ffffff;
	text-transform: uppercase;
}

.sr-breadcrumb-categories ul li:hover {
	list-style: none;
	display: inline-block;
	background:#D3DDE3;
	padding:5px 10px !important;
	border-radius: 8px;
	color:#005677;
}
.sr-breadcrumb-categories ul li a {
	/* 	margin: 1rem; */
	display: inline-block;
	color: #ffffff;
}

.sr-breadcrumb-categories ul li a:hover {
	color: #005677;
}

@media only screen and (min-width: 576px) {
	.blog-container {
		max-width: 720px;
	}
}
@media only screen and (min-width: 768px) {
	.blog-container {
		max-width: 960px;
	}
}
@media only screen and (min-width: 992px) {
	.blog-container {
		max-width: 1140px;
	}
}
@media only screen and (min-width: 1200px) {
	.blog-container {
		max-width: 1440px;
	}
}

/*  ===============.  Custom SSR Echo Blog styling ===================== */
.blog-hero-text-bg{
	background:#ffffff;	
	padding: 20px 30px 40px;
	border-radius:10px;
}

.blog-hero-wrapper{
	background: #ffffff;
	border-radius: 20px;
}


.blog-header{
	background: #005677;
	padding:75px 25px;
	text-align: center !important;
	color: #ffffff;
}

.blog-header h1{
	color: #ffffff;
	margin-bottom: 0px;
}

.blog-header.podcast-bg h1{
	color: #FFF;
	font-family: Catamaran;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
}

.blog-header.podcast-bg p{
	color: #FFF;
	font-family: Catamaran;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}

@media(max-width: 768px){
	.blog-header{
		padding: 35px 12px;
	}	
	.latest-posts{
		padding: 15px;
	}

}

.sr-border .btn-wrapper.btn-none-wrapper {
	position:absolute;
	bottom:20px;
}

.article-readmore .btn-wrapper.btn-none-wrapper .cta_button:before{
	transition: width 250ms ease-in-out;
	position: absolute;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid #1264a3;

}

h5.post-name{
	font-size:2rem;
	color:#225674;
	font-weight: 600;
	padding-top:25px;
	line-height: 38px;
}

.blog-post__header{
	text-align: center;
}
.related-posts-headline{
	text-align: center;
	color: #225674;
	padding: 50px 0px;

}

.blog-feature-image{
	width: clamp(300px, 100%, 900px);
	margin:40px 0px;
	box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	-moz-box-shadow: 1px 5px 5px 0px rgba(125,125,125,0.64);
	border-radius: 10px;
}

.hs-search-field form {
	display:flex;
}

.hs-search-field__input{
	/* 	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px; */
	background: var(--body_bg) !important;
	border-right: 0 !important;
}

.hs-search-field button{
	border: 1px solid var(--body_bg);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px;
	border-left: 0 !important;
	background: var(--body_bg) !important;
}

.hs-search-field button svg{
	height: 15px;
}

@media(max-width:768px){
	.hs-search-field button{
		border: 1px solid var(--body_bg);
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0px 10px;
		border-left: 0  !important;
	}

	body > div.sr-sticky-breadcrumb > div.sr-sticky-breadcrumb-heading > div > div {
		flex-direction: column-reverse;
	}

}


.article-readmore .cta_button{
	position: absolute;
	bottom:20px;
	font-weight: bold;
}

@media( min-width: 1200px){
	.blog-hero-text-bg{
		min-height: 450px;
	}
}

@media(max-width: 768px){
	.blog-hero-img-block {
		min-height:180px;
		border-radius: 10px 10px 0px 0px !important;
	} 

	.blog-heading h1{
		font-size: 3.125rem;
		max-width:315px;
		word-wrap: break-word;
	}
}

.newsletter-signup{
	padding-left:0 !important;
	padding-right:0 !important;
}
.hs-search-field__bar{
	border: 1px solid #A1A7AE;
	border-radius: 3px;
}

.hs-search-field--open .hs-search-field__suggestions li a{
	font-size:14px;
}

.ink-action{

}

#hs_cos_wrapper_Hero_01 > div > div > form > input.hs-search-field__input{
	border-color: var(--body_bg);
}

.blog .sr-sticky-breadcrumb-heading .sr-sticky-breadcrumb-trigger--close:after {
	content: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3e%3cg id='surface1'%3e%3cpath style=' stroke:none;fill-rule:nonzero;fill:%23195677;fill-opacity:1;' d='M 7.5 0.625 L 16.25 10 L 7.5 19.375 L 5 16.875 L 11.25 10 L 5 3.125 Z M 7.5 0.625 '/%3e%3c/g%3e%3c/svg%3e");
	/*     position: absolute; */

	fill:var(--primary);
	/* 	  top:1px; */
}
.blog .sr-sticky-breadcrumb-heading .sr-sticky-breadcrumb-trigger--open:after {
	content: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3e%3cg id='surface1'%3e%3cpath style=' stroke:none;fill-rule:nonzero;fill:%23195677;fill-opacity:1;' d='M 0.625 7.5 L 10 16.25 L 19.375 7.5 L 16.875 5 L 10 11.25 L 3.125 5 Z M 0.625 7.5 '/%3e%3c/g%3e%3c/svg%3e");
}