.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
  padding: 0;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img {
  position: static;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}	
.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
  margin-bottom: 30px;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .meta_wrap {
  margin: 0;
}
.blog-wit-sidbr .smallCard .meta_wrap>span a {
  color: #042126;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.blog-wit-sidbr .smallCard .meta_wrap>span .value_m {
  line-height: 34px;
  margin-bottom: 5px;
}
.custom-blog-header {
  padding-top: 13px;
}
.custom-blog-header.cm-blg {
  padding-top: 0;
}
.child_theme .body-container--blog-index .dnd-section>.row-fluid {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
}
.custom-blog-listing .blog-index {
  gap: 30px;
  margin-bottom: 0;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post {
  padding: 0;
  width: 360px;
  flex: 360px;
  max-width: 360px;
  margin:0px;
}
.custom-blog-listing nav.blog-pagination a.blog-pagination__link span.prevIcon {
  display: none;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img {
  max-height: 250px;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img:hover {
  transform: scale(1.05);
  transition: transform .2s;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm h4.list-post-title {
  font-size: 28px;
  margin: 0 0 15px;
  line-height: 1.2;
}
/* .custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .meta_wrap {
margin-bottom: 17px;
} */
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm h4.list-post-title a {
  color: #042126;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .list-descrip {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 5px;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-post__read-more {
  margin: 10px 0 0;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-post__read-more a {
  margin-top: 10px;
  padding: 0;
  color: #042126;
  text-decoration: none;
  font-weight: 700;
  display: table;
  background: url(//47946009.fs1.hubspotusercontent-na1.net/hubfs/47946009/raw_assets/public/AcentraHealth_December2024/images/arrow-green-small.svg) no-repeat;
  background-position: right center;
  padding-right: 40px;
  font-size: 17px;
  line-height: 34px;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-post__read-more a:hover {
  text-decoration: underline;
}
.custom-blog-listing {
  margin: 0;
  padding-bottom: 40px !important;
}
.custom-blog-listing nav.blog-pagination {
  gap: 30px;
  margin: 40px 0;
  margin-bottom: 0;
  gap: 0;
}
.custom-blog-listing nav.blog-pagination a.blog-pagination__link {
  margin: 0 5px 0 0;
}
.custom-blog-listing nav.blog-pagination >a {
  border-radius: 3px;

}
.custom-blog-listing nav.blog-pagination >a.blog-pagination__next-link {
  width: auto;
}
.custom-blog-listing nav.blog-pagination>a.blog-pagination__next-link span.prevIcon {
  display: none;
}
.post-featured-image-wrapper .page-center {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
}
.post-featured-image-wrapper   div#featured-blog-panel {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #E4F3F2;
  margin-top: 50px;
  margin-bottom: 40px;
  margin-top: 0px;
}
.post-featured-image-wrapper .featured-post-image {
  min-width: 50%;
}
.post-featured-image-wrapper .featured-post-image img {
  width: 100%;
}
.post-featured-image-wrapper div#featured-blog-panel .featured-post-content {
  padding: 25px 25px 25px 10px;
}
.post-featured-image-wrapper div#featured-blog-panel  h1 {
  color: #042126;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
  margin-bottom: 7px;
}
.post-featured-image-wrapper div#featured-blog-panel h1::After {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #12153F;
  margin: 20px 0 20px;
}
.content-wrapper.blog-main-post {
  clear: both;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* .content-wrapper.blog-main-post a {
color: #15497e;
text-decoration: underline;
}
.content-wrapper.blog-main-post a:hover {
text-decoration: none;
} */
.content-wrapper.blog-main-post .blog-post__body ul {
  margin: 0;
  padding: 0;
  margin-bottom: 26px;
  margin-left: 0;
}
.content-wrapper.blog-main-post .blog-post__body ul li {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  height: auto;
  line-height: 27px;
}
.content-wrapper.blog-main-post .blog-post__body ul li::before {
  content: '';
  width: 9px;
  height: 17px;
  position: absolute;
  background: url(//47946009.fs1.hubspotusercontent-na1.net/hubfs/47946009/raw_assets/public/AcentraHealth_December2024/images/arrow-green-right.svg) no-repeat;
  border-radius: 0;
  left: 0;
  top: 9px;
}
.content-wrapper.blog-main-post .blog-post__body form ul li::before {
  display:none;
}
.content-wrapper.blog-main-post .blog-post__body form ul li {
  padding: 0;
}
.content-wrapper.blog-main-post .blog-post__body ol {
  margin: 0;
  padding: 0;
  margin-bottom: 26px;
  margin-left: 26px;
}
.content-wrapper.blog-main-post .blog-post__body ol li h5 {
  margin 0 0 15px;
  color: #209B47;
}
.blog-post__body img {
  display: block;
  margin: 0 auto 24px;
  margin-bottom: 0;
}
.content-wrapper.blog-main-post p {
  line-height: 34px;
}
.content-wrapper.blog-main-post .blog-post__body a{
  text-decoration: underline;
}
.content-wrapper.blog-main-post .blog-post__body a:hover{
  text-decoration: none;
}
.custom-related-post-content {
  padding-top: 1em;
}
.custom-related-post-content .related-post-group > h3 {
  margin: 0 0 1em 0;
  font-size: 24px;
  display: inline-block;
  font-family: "'Inter_regular', sans-serif";
}
.custom-related-post-content .related-post-group > h3 em {
  font-style: normal;
  font-weight: bold;
}
.custom-related-post-content .related-post-group > h3 em::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #dcdcde;
  border-top: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 1em;
}
.related-post-group .related-post-item {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 20px;
  filter: alpha(opacity = 80);
  -moz-opacity: .8;
  opacity: .8;
}
.custom-related-post-content .cmRow {
  display: flow-root;
  margin-right: -20px;
}
.custom-related-post-content .page-center {
  padding: 0;
}
.related-post-group .related-post-item a.related-post-link img {
  height: auto;
  overflow: hidden;
  max-width: 350px;
  max-height: 200px;
  width: 350px;
  object-fit: cover;
}
.related-post-group .related-post-item a.related-post-link {
  display: block;
}
.related-post-group .related-post-item h4.related-post-title {
  font-size: 20px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 0;
}
.related-post-group .related-post-item h4.related-post-title a {
  font-weight: 400;
  font-family: Inter, sans-serif;
  text-decoration: none;
}
.related-post-group .related-post-item:hover {
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  opacity: 1;
}
.related-post-group .related-post-item:hover h4.related-post-title a {
  text-decoration: underline;
}
.related-post-group .related-post-item p.related-post-context {
  opacity: .6;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.post-share-wrapper {
  border-top: 3px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  padding: 7px 0;
  overflow: hidden;
  margin-top: 30px;
}
.post-share-wrapper .page-center {
  padding: 0;
}
.post-share-wrapper span {
  display: inline-block;
  margin-right: 5px;
}
.post-share-wrapper 
ul.sharing-btns {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.post-share-wrapper ul.sharing-btns li {
  position: relative;
  height: auto;
  display: block;
  float: left;
  line-height: normal;
  margin: 0 5px 0 0;
}
.post-share-wrapper ul.sharing-btns li a {
  color: #1C873E;
}
.post-share-wrapper ul.sharing-btns li a.dashicons-pinterest:before {
  content: "\f192";
}
.dashicons-icon::before {
  font-family: dashicons;
  font-style: normal;
  font-weight: 400;
}
.post-share-wrapper ul.sharing-btns li a span.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.post-share-wrapper ul.sharing-btns li a.dashicons-linkedin:before {
  content: "\f18d";
}
.post-share-wrapper ul.sharing-btns li a.dashicons-icon.dashicons-twitter {
  background: url(//47946009.fs1.hubspotusercontent-na1.net/hubfs/47946009/raw_assets/public/AcentraHealth_December2024/images/x-twitter.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.post-share-wrapper ul.sharing-btns li a.dashicons-facebook-alt:before {
  content: "\f305";
}
.post-share-wrapper ul.sharing-btns li:last-child {
  margin: 0;
}
.post-share-wrapper ul.sharing-btns li a {
  text-decoration: none;
}
.content-wrapper.blog-main-post .blog-post__body ol li {
  margin: 0;
}
.content-wrapper.blog-main-post .blog-post__body ol{
  margin-bottom: 26px;
}
.content-wrapper.blog-main-post .blog-post__body ol li p:last-child {
  margin-bottom: 0;
}
.cmPostBtn .btn_row  .btn_item a.hs-button {
  background: #2BBC2B;
  color: #042126;
  text-decoration: none;
  padding: 15px 30px;
}

.cmPostBtn .btn_row .btn_item a.hs-button:hover {
  background-color: #B4EA54;
  text-decoration: none;
}
.content-wrapper.blog-main-post .blog-post__body ol ol {
  margin-bottom: 0;
}
.content-wrapper.blog-main-post .blog-post__body ul ul li {
  margin-bottom: 5px;
}
.content-wrapper.blog-main-post .blog-post__body ol ul li {
  margin-bottom: 5px;
}
.alignright{
  float: right;
  text-align: right;
  margin: 0 0 24px 24px;
}
.post-share-wrapper.bottom-gap {
  margin-bottom: 40px;
}
.post-share-wrapper.bottom-gap.no-rel {
  margin-bottom: 90px;
}
.content-with-form.ssq-form .description h6 {
  color: #042126;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.content-with-form.ssq-form .page-center {
  padding-left: 10px;
  padding-right: 10px;
}
.content-with-form.two-col-content.ssq-form .content-col .form_wrap fieldset.form-columns-1 {
  float: none;
}
.content-with-form.two-col-content.ssq-form .content-col .form_wrap .hs-form-field .grecaptcha-badge {
  margin-left: 0;
  margin-top: 26px;
}
.content-with-form.two-col-content.ssq-form .content-col .btn_item a {
  text-decoration: none;
  color: #042126;
}
.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
  background: #E4F3F2;
}
.cmPostBtn .page-center {
  padding: 0;
}

.cmPostBtn .page-center .cm_nv_inner {
  padding: 0;
}
.custom-resource-filter .all-categories-menu .hs-menu-wrapper ul {
  margin-top: 70px;
  margin-bottom: 22px;
  column-gap: 0;
}
.custom-resource-filter .all-categories-menu .hs-menu-wrapper ul li a {
  padding: 7px 20px;
  border: 1px solid #1C873E;
  text-decoration: none;
  color: #1C873E;
  display: list-item;
}
.custom-resource-filter .all-categories-menu .hs-menu-wrapper ul li {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  height: auto;
  line-height: 27px;
}
.custom-resource-filter .all-categories-menu .hs-menu-wrapper ul li.active a,
.custom-resource-filter .all-categories-menu .hs-menu-wrapper ul li:hover a {
  background: #B4EA54;
  border: 1px solid #B4EA54;
  color: #042126;
}
.resources-listing-item .blog-index__post-image {
  margin-bottom: 30px;
  overflow:hidden;
}
.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img img:hover {
  transform: scale(1.05);
  transition: transform .2s;
}
.resources-listing-item.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .meta_wrap {
  text-transform: uppercase;
  letter-spacing:1px;
  font-family: 'Mulish',sans-serif;
  font-weight:700;
  font-size: 14px;
  margin-bottom:5px;
  line-height: 34px;
}
.resources-listing-item.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .meta_wrap a {
  color: #042126;
}
.resources-listing-item.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm .meta_wrap a:hover {
  text-decoration: underline;
}
.resources-listing-item.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .post-btm h4.list-post-title a:hover {
  text-decoration: underline;
}
.resources-listing-item.custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-post__read-more a:hover {
  text-decoration: underline;
}
.resources-listing-item.custom-blog-listing nav.blog-pagination {
  margin-bottom: 26px;
  margin-top: 70px;
}
.resources-listing-item.custom-blog-listing nav.blog-pagination a {
  padding: 5px 12px;
  line-height: 27px;
  display:inline-block;
  color: #fff;
  background-color: #333;
}
.resources-listing-item.custom-blog-listing nav.blog-pagination a.blog-pagination__link.active,
.resources-listing-item.custom-blog-listing nav.blog-pagination a.blog-pagination__link:hover {
  background-color: #b4ea54;
  color: #042126;
  text-decoration: none;
}

.blog-feed.custom-news-feed .recent-post-item.col12 {
  padding: 0;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .hs-featured-wrp {
  min-width: 50%;
  padding: 0;
}

.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner {
  display: flex;
  gap:30px;
}
.blog-feed.custom-news-feed .hs-featured-wrp:hover .overlay_icon{
  display:none;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .post-btm {
  padding: 25px 25px 25px 10px;
}

.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .meta_wrap {
  margin: 0;
  display: block;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .meta_wrap span.meta_tags {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  padding: 0;
  font-size: 18px;
  line-height: 34px;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .meta_wrap span.meta_tags span.icon_img {
  display: none;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .meta_wrap span.meta_tags .value_m a {
  font-size: 18px;
  line-height: 34px;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .read-more a {
  margin-top: 20px;
  min-width: 200px;
  background: #2BBC2B;
  border-radius: 60px;
  color: #042126;
  font-weight: 700;
  text-align:center;
  line-height: 17px;
  padding: 17px 27px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Mulish',sans-serif;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .read-more a:hover {
  background-color: #B4EA54;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .post-btm h4.recent-post-title {
  font-size: 30px;
  margin-bottom: 7px;
  color: #042126;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .post-btm p.item_descr {
  margin: 0;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .item_inner .feature_img {
  background-position: unset;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .hs-featured-wrp .overlay_icon.bg_el {
  display: none;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .hs-featured-wrp .featured_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.blog-feed.custom-news-feed .recent-post-item.col12 .hs-featured-wrp .featured_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.custom-blog-listing.blog-wit-sidbr.typeHover .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img img:hover {
  transform: scale(1.05);
  transition: transform .2s;
}
.custom-blog-listing.blog-wit-sidbr.typeHover .blog-index__post-image.hs-featured-wrp{
  overflow:hidden;
}
.space.aees-two-col-bg.two-col-content .right_media_image .flex_row .content-col {
  padding-left: 30px;
  padding-right: 10px;
}
.content-with-form.formStyle .page-center {
  padding: 0;
}

.content-with-form.formStyle .page-center .landing-banner-row {
  display: block;
}
.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content {
  width: 100%;
  display: block;
  padding: 0;
}
.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content .form-section {
  max-width: 100%;
  padding: 0 !important;
}
.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content .form-section input.hs-button {
  width: 49%;
  background: #042126;
  color: #fff;
  font-size:17px;
  font-family: 'Inter', sans-serif;
  float: right;
  margin-top: -137px;
  position:relative;
}

.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content .form-section input.hs-button:hover {
  background: #2BBC2B;
  color: #042126;
}

.landing-banner.content-with-form.formStyle form .hs-form-field input:not([type=radio]):not([type=checkbox]),
.landing-banner.content-with-form.formStyle form .hs-form-field select,
.landing-banner.content-with-form.formStyle form .hs-form-field textarea {
  padding: 0;
  padding-bottom: 10px;
  color: #042126;
  font-weight: 400;
  line-height: 1.15;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #042126;
  border-radius: 0;
  font-size: 15px;
}

.landing-banner.content-with-form.formStyle form .hs-form-field {
  margin-bottom: 66px;
}
.landing-banner.content-with-form.formStyle form .hs-form-field.hs-firstname {
  margin-right: 40px;
  width: 47.5%;
}
.landing-banner.content-with-form.formStyle form .hs-form-field.hs-lastname {
  width: 47.5%;
}
.landing-banner.content-with-form.formStyle .form-row .hs-form-field>label {
  margin: 0;
}
.landing-banner.content-with-form.formStyle form .hs-form-field.hs-email {
  width: 100%;
}
.landing-banner.content-with-form.formStyle form fieldset.form-columns-1 {
  width: 49.5%;
}
.content-wrapper.blog-main-post .blog-post__body .hs-button {
  text-decoration: none;
}
.landing-banner.helpText.content-with-form.formStyle form .hs-form-field.hs-firstname,
.landing-banner.helpText.content-with-form.formStyle form .hs-form-field.hs-lastname{
  display: flex;
  flex-direction: column-reverse;
}
.landing-banner.content-with-form.formStyle.helpText form .hs-form-field.hs-jobtitle {
  margin-right: 40px;
  width: 47.5%;
}
.landing-banner.content-with-form.formStyle form .hs-form-field.hs-company {
  width: 47.5%;
}
.landing-banner.content-with-form.formStyle form legend{
  line-height: 34px;
}
.content-with-form.formLogo .columns_rowo_wrap .flex_row {
  width: 100%;
  gap: 0;
}
.content-with-form.formLogo .columns_rowo_wrap .flex_row .content-col {
  width: 100%;
}
.content-with-form.formLogo {
  max-width: 970px;
  background: #fff;
  box-shadow: 0px 40px 40px 0px rgba(17, 97, 91, 0.10);
  margin: 0 auto;
  padding: 75px 90px 60px;
  position: relative;
  overflow:visible;
}

.content-with-form.formLogo:before {
  display: block;
  content: '';
  width: 139px;
  height: 112px;
  background: url(//47946009.fs1.hubspotusercontent-na1.net/hubfs/47946009/raw_assets/public/AcentraHealth_December2024/images/site-symbol.svg) no-repeat;
  margin: 0 auto;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
.content-with-form.formLogo .top_sec.noButton {
  padding: 0;
  margin-bottom: 20px;
}

.content-with-form.formLogo .top_sec.noButton .title {
  margin: 0;
}
.content-with-form.two-col-content.formLogo .content-col .form_wrap input.hs-button {
  background: #1C873E;
}

.content-with-form.two-col-content.formLogo .content-col .form_wrap input.hs-button:hover,.content-with-form.two-col-content.formLogo .content-col .form_wrap input.hs-button:focus {
  background-color: #B4EA54;
  color: #042126;
}
.content-with-form.two-col-content.formLogo .content-col .form_wrap .form-columns-2 .hs-form-field .input {
  margin: 0;
}
.content-with-form.formLogo .columns_rowo_wrap .flex_row .content-col .formTitle h3 {
  margin: 0;
}
.content-with-form.two-col-content.formLogo .content-col .form_wrap .hs-form-field {
  margin-bottom: 66px;
}
.content-with-form.two-col-content .content-col .form_wrap .hs-form-field .input {
  margin: 0;
}
.content-with-form.two-col-content.formLogo .content-col .form_wrap .hs-form-field.hs-email {
  margin-bottom: 16px;
}
@media(max-width:1200px){
  .child_theme .body-container--blog-index .dnd-section>.row-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-blog-header .all-categories-menu .hs-menu-wrapper ul {
    flex-direction: row;
  }
  .post-featured-image-wrapper .page-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-blog-listing .blog-index {
    justify-content: center;
  }
  .custom-blog-listing.sidebar.three-col .blog-index .blog-index__post .blog-index__post-inner-card a.feature_img {
    max-height: 100%;
  }
  .related-post-group .related-post-item a.related-post-link img {
    width: 100%;
  }
  .resources-listing-item.custom-blog-listing .blog-index{
    justify-content: flex-start;
  }
  .space.aees-two-col-bg.two-col-content .right_media_image .flex_row .content-col{
    padding:0;
  }
}
@media(max-width:1024px){
  .custom-blog-header .all-categories-menu .hs-menu-wrapper ul {
    margin-top: 30px;
  }
  .custom-blog-listing.resources-listing-item.sidebar.three-col {
    padding-bottom: 50px !important;
  }

}

@media(max-width:900px){
  .post-featured-image-wrapper div#featured-blog-panel {
    display: block;
  }
  .post-share-wrapper.bottom-gap.no-rel{
    margin-bottom: 50px;
  }
  .blog-feed.custom-news-feed .recent-post-item.col12 .item_inner{
    display:block;
  }
  .custom-blog-header.cm-blg .all-categories-menu .hs-menu-wrapper ul{
    margin-top: 50px;
  }
  .cnt-wit-bg-wrp.bottom-pane.two_btn .content_widget {
    text-align: center;
  }

  .landing-banner.content-with-form.formStyle form .hs-form-field.hs-firstname {
    width: 100%;
    margin-right: 0;
  }

  .landing-banner.content-with-form.formStyle form .hs-form-field.hs-lastname {
    width: 100%;
  }

  .landing-banner.content-with-form.formStyle form fieldset.form-columns-1 {
    width: 100%;
  }
  .landing-banner.content-with-form.formStyle{
    padding-bottom: 145px;
  }
  .landing-banner.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content .form-section input.hs-button {
    position: static;
    margin-top: 30px;
    float: none;
    margin-left: auto;
    width: 49%;
    margin-right: auto;
    display:block;
  }

  .landing-banner.content-with-form.formStyle form .hs-submit {
    margin: 0;
  }

  .landing-banner.content-with-form.formStyle form .hs-form-field.hs-email {
    margin-bottom: 0;
  }

  .landing-banner.content-with-form.formStyle form .hs-form-field {
    margin-bottom: 36px;
  }
  .landing-banner.content-with-form.formStyle.helpText form .hs-form-field.hs-jobtitle {
    margin-right: 0px;
    width: 100%;
  }
  .landing-banner.content-with-form.formStyle.helpText form .hs-form-field.hs-company {
    width: 100%;
  }
  .landing-banner.content-with-form.formStyle form .hs-form-field .grecaptcha-badge {
    margin-top: 40px;
  }
  .content-with-form.formLogo {
    padding: 60px 20px 30px;
    margin-bottom:30px;
  }
  .content-with-form.two-col-content.formLogo .content-col .form_wrap .hs-form-field{
    margin-bottom: 36px;
  }
  .content-with-form.two-col-content.formLogo .content-col .form_wrap .hs-form-field.hs-email{
    margin-bottom: 0;
  }
  .content-with-form.two-col-content.formLogo .content-col .form_wrap input.hs-button {
    margin-bottom: 16px;
}
}

@media(max-width:800px){
  .custom-blog-listing.sidebar.three-col .blog-index .blog-index__post {
    width: 100%;
    max-width: 100%;
  }

}

@media(max-width:767px){
  .related-post-group .related-post-item {
    width: 100%;
    padding:0px;
  }

  .custom-related-post-content .cmRow {
    margin-right: 0px;
  }
  .related-post-group .related-post-item a.related-post-link img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .content-with-form.ssq-form .page-center{
    padding: 0;
  }

}

@media only screen and (max-width: 600px) {
  .custom-resource-filter .all-categories-menu .hs-menu-wrapper ul li {
    margin-bottom: 9px;
    padding-left: 10px;
  }
  .custom-resource-filter.custom-blog-header .all-categories-menu .hs-menu-wrapper ul {
    margin-bottom: 8px;
  }
  .cnt-wit-bg-wrp.bottom-pane.two_btn .content_widget br {
    display: none;
  }
  .landing-banner.content-with-form.formStyle .page-center .landing-banner-row .col6.right-content .form-section input.hs-button{
    width: 100%;
  }

}