
body.blog {
	line-height: 27px;
	font-size: 17px;
}
body.blog h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -.5px;
  text-align: center;
}
body.blog blockquote {
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
  margin-left: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 768px) {
 body.blog blockquote {
  line-height: 42px;
} 
}
body.blog blockquote::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="17" viewBox="0 0 24 17" fill="none"><path d="M5.32238 0.000274658C3.90138 0.000274658 2.56479 0.5529 1.55871 1.55898C0.554459 2.56323 0 3.89982 0 5.32265C0 6.05336 0.121171 6.74548 0.359846 7.37707C0.605863 8.03065 0.973056 8.60348 1.44855 9.08448C2.46014 10.1053 3.91972 10.645 5.66756 10.645C5.68041 10.645 5.69142 10.645 5.69877 10.6469C5.75201 10.7919 5.69693 11.4088 5.05618 12.4406C4.38606 13.5201 3.37264 14.5592 2.27656 15.2899C2.10398 15.4056 2.02687 15.6186 2.08746 15.8169C2.14804 16.0151 2.3298 16.151 2.53726 16.151C3.44239 16.151 5.45638 15.5396 7.29601 13.8543C8.82168 12.4552 10.6411 9.89963 10.6411 5.67155C10.6411 4.07247 10.0903 2.62022 9.08789 1.58109C8.11118 0.562134 6.77275 0.000274658 5.32238 0.000274658Z" fill="%23E87935"/><path d="M21.5867 1.57892C20.6063 0.56179 19.2679 0 17.8175 0C16.3965 0 15.0599 0.552625 14.0538 1.55871C13.0496 2.56296 12.4951 3.89954 12.4951 5.32237C12.4951 6.05308 12.6163 6.74521 12.855 7.37679C13.101 8.03037 13.4682 8.60321 13.9437 9.08421C14.9552 10.105 16.4148 10.6447 18.1627 10.6447C18.1755 10.6447 18.1865 10.6447 18.1939 10.6466C18.2471 10.7916 18.192 11.4085 17.5513 12.4403C16.8812 13.5198 15.8678 14.559 14.7717 15.2897C14.5991 15.4053 14.522 15.6183 14.5826 15.8166C14.6432 16.0149 14.8249 16.1507 15.0324 16.1507C15.9375 16.1507 17.9515 15.5394 19.7911 13.854C21.3168 12.455 23.1362 9.89935 23.1362 5.67128C23.138 4.07036 22.5872 2.61804 21.5867 1.57892Z" fill="%23E87935"/></svg>');
  position: absolute;
  width: 24px;
  height: 16px;
  top: -25px;
  left: -12px;
}
body.blog blockquote::after {
  content: '';
  position: absolute;
  background-color: #E87935;
  width: 4px;
  height: 80%;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
body.blog hr {
 border-top: 1px solid #4A4A4A;
}
body.blog .share-section {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  letter-spacing: 3.6px;
  color: #000;
}

body.blog .share-section a:hover {
  filter: brightness(125%);
}
.blog .listing-page-link {
 color: #E87935; 
  margin-bottom: 1.5rem;
  display: inline-block;
}

.blog .listing-page-link:hover {
  color: #E87935; 
 text-decoration: underline;
}

.tag {
	font-size: 1rem;
}
.tag a:hover {
 text-decoration: underline; 
}
body.blog.blog-single .blog-content p {
/* 	padding: 0 4rem; */
}
.author-section,
.meta,
.blog-comments,
.tag {
	font-size: 1rem;
	line-height: 1.5rem;
}
.articles-list {
	padding: 0;
}
.latest-posts>div {
	margin-bottom: 1rem;
  padding: 5px;
}
.article-panel {
	position: relative;
	height: 100%;
  background: #FFF;
}
.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: #06038D;
}
.article-panel h3 {
	margin-top: 0.625rem;
}
.article-panel h3 a {
	color: #75787B;
}
.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;
}
@media only screen and (min-width: 768px) {
	.article-list-subscribe .article-list-subscribe-image {
		margin-bottom: 0;
	}
}

.blog-featured-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}
.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;
}
.blog-heading .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.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: #06038D;
}
.author-section .social-profiles a {
	margin-right: 0.5em;
}
a.author-link {
	display: inline-block;
}
.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: 14rem 0;
	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;
}
.blog-hero .data {
	margin-bottom: 0.625rem;
}
.blog-hero .data a {
	color: #06038D;
}
.blog-hero h2 {
	font-size: 2.25rem;
}
.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;
}
@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;
	}
}
.hs_cos_wrapper_type_social_sharing {
 display: flex;
  gap: .25rem;
}
.hs_cos_wrapper_type_social_sharing img {
  max-width: 20px !important;
  max-height: 20px !important;
}
.hs_cos_wrapper_type_social_sharing img:hover {
 filter: brightness(125%); 
}
@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 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: 45px;
		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-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;
}
.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;
}
.blog-related-posts .article-panel h3 a,
.latest-posts .article-panel h3 a {
	border-bottom: none;
	margin: 0;
	padding: 0;
  color: var(--primary);
  font-size: 24px;
  line-height: 30px;
}
.blog-related-posts .article-panel h3 a:hover,
.latest-posts .article-panel h3 a:hover{
 text-decoration: underline; 
}

.blog-related-posts .article-summary,
.latest-posts .article-summary {
  margin-top: 1rem; 
  margin-bottom: 2rem;
}

.blog-related-posts .article-summary * {
  font-size: 17px !important;
  margin-bottom: 0rem;
  line-height: 27px;
}

.blog-related-posts .article-panel,
.latest-posts .article-panel{
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.blog-related-posts .article-panel .article-content,
.latest-posts .article-panel .article-content{
	padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-related-posts .article-wrapper {
  padding: 0 6px;
}
.blog-related-posts .article-wrapper .tag,
.latest-posts .article-content .tag{
 font-size: 14px; 
  margin-top: auto;
}
.blog-related-posts .article-wrapper .tag a:hover {
 text-decoration: underline; 
}

.blog-related-posts .readmore,
.latest-posts .readmore {
  margin-top: 2rem;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: underline;
}

.blog-related-posts .article-panel h3 a:hover {
	color: #06038D;
}

.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: #75787B;
}
.sr-sticky-breadcrumb-heading a {
	color: #75787B;
}
.sr-sticky-breadcrumb-heading a:hover {
	color: #06038D;
}
.sr-sticky-breadcrumb-trigger {
	color: #75787B;
}

.sr-sticky-breadcrumb-trigger:after {
	content: "\f0d7";
	font-family: fontawesome;
}
.sr-sticky-breadcrumb-trigger a {
	color: #75787B;
}
.sr-sticky-breadcrumb-trigger a:hover {
	color: #06038D;
}
.sr-sticky-breadcrumb-categories {
	text-align: center;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	color: #75787B;
}
.sr-sticky-breadcrumb-categories .container {
	padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
	color: #75787B;
}
.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: 1rem;
	display: inline-block;
	color: #75787B;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
	color: #06038D;
}
.blog-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@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;
	}
}
.article-list-hero {
  background-size: cover;
  background-position: center;
  min-height: 424px;
  padding-top: 3rem;
  margin-bottom: -8rem;
  padding-bottom: 10rem;
}
body.blog .article-list-hero h1 { 
  color: #FFF;
  text-align: left ;
  font-size: 70px;
}
.tags-list {
  width: 100%;
  max-width: 392px;
  position: relative;
  display: inline-block;
}
.tags-list button {
  width: 100%;
  text-align: left;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  min-height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background: #FCFCFC;
}
.tags-list .tag-list {
  display: none; 
  background: #FCFCFC;
  position: absolute;
  width: 100%;
  padding-left: 0;
  list-style: none;
  border: 1px solid #D2D2D2;
  border-radius: 0 0 4px 4px;
  z-index: 10;
}

.tags-list .tag-list a {
 display: block;
  padding: 10px 1rem;
}
.tags-list .tag-list a:hover {
 background: #D2D2D2;
}
.tags-list .tag-list.show {
 display: block; 
}
.blog-search {
 display: inline-block; 
 max-width: 508px;
  position: relative;
 width: 100%;
}
.blog-search input {
 height: 50px !important; 
}
.blog-search button {
  background: rgba(0,0,0,0);
  position: absolute;
  border: none;
  right: 1rem;
  top: 50%;
    transform: translateY(-50%);
}
.filter-search {
  display: flex;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
}


/* Numbered Pagination */
.blog-pagination {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.blog-pagination > div {
    display: flex;
    flex-direction: row;
  
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 55px;
    height: 55px;
    border: 1px solid #D4D4D4;
    color: 4A4A4A;
    background: #FFF;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: var(--primary);
    color: #FFF;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #FFF;
    color: #4A4A4A;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: var(--primary);
    color: #fff;
}
.blog-listing {
  background: #F0F0F0;
  color: #000;
}
.article-list-hero-inner-wrapper {
 padding: 0 5px; 
}