.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  color: white;
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  background: #3d1951;
}

.blog-pagination__link--active {
  font-weight: bold;
  color: #3d1951;
  background: white;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  display:none;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  background-color: white;
  color: #3d1951;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}







@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}
.blog-feed-main {
  background-color: #3d1951;
  text-align: center !important;
  margin-top: -5vw;
}
.body-container--blog-index .dnd-section>.row-fluid {
  max-width: unset;
  padding: 0px;
}
.body-container--blog-index .dnd-section{
  padding:0px;
}
.content {
  padding: 50px 0px;
}
.container-uhm, header, footer, section, .hero, .testimonial, .events {
  width: 100%;
  height: 100%;
}
.row {
  margin: 20px 0px;
  display: block;
  box-sizing: border-box;
}
.top-content h3 {
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}
.top-content h2 {
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color:#fff;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.blog {
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  height: 250px;
  max-width: 400px;
}
.blog-post-wrapper figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-wrapper figcaption:before {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d1951;
  content: '';
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  pointer-events: none;
}
.blog-index-post h2 {
  position: relative;
  top: 20px;
  left: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  text-transform: capitalize;
  color: #3d1951;
}
.blog-index-post p {
  color: white;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  visibility: hidden;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  font-weight:700;
}
.blog:hover figcaption:before{
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.blog:hover p{
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.blog:hover h2{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.feed {
  background-color: #f7f7f7;
}
.blog-topics-tags h3 {
  font-size: 16px;
  line-height: 30px;
  color: #3d1951;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
}
.blog-topics-tags ul li a {
  color: white;
  font-weight: normal;
  font-size: 13px;
  padding: 5px;
  background-color: #2e8337;
  margin: 5px;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
}
.blog-topics-tags ul{
  display:flex;
  list-style:none;
  padding:0px;
  margin:0px;
}
.blog-topics-tags {
  display: flex;
  justify-content: center;
}
.blog-post-hero {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  background-attachment: scroll;
  background-size: cover;
  background-position: bottom center;
  margin: 0px auto 0 auto;
  text-align: center;
  max-height: none;
  height: auto;
  background-color: white;
  min-height: 0;
  padding: 50px 0px;
}
.blog-post-hero>.content-wrapper {
  margin-top:0px;
}
.blog-post-meta {
  font-size: 16px;
  line-height: 30px;
  color: #3d1951;
  font-weight: bold;
  margin: 5px 0;
}
.blog-post-title{
  margin: 5px 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.blog-post-hero h2{
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #2e8337;
  font-family: "Raleway", sans-serif !important;
  margin: 5px 0;
}
section.content {
  text-align: center;
}
.share-btns {
  float: left;
}
.share-btns .share {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-repeat: repeat-x;
  color: #fff;
  margin: 0 5px 5px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
}
.share-btns .share.share-btns-facebook {
  background: -webkit-linear-gradient(#4f69a3, #415b93);
  background: linear-gradient(#4f69a3, #415b93);
}
.share-btns .share.share-btns-twitter {
  background: -webkit-linear-gradient(#56acee, #4f9fdb);
  background: linear-gradient(#56acee, #4f9fdb);
}
.share-btns .share.share-btns-linkedin {
  background: -webkit-linear-gradient(#0085AE, #0085AE);
  background: linear-gradient(#0085AE, #0085AE);
}
.share-btns .share.share-btns-print {
  background: -webkit-linear-gradient(#989898, #989898);
  background: linear-gradient(#989898, #989898);
}
.fa-print:before {
  content: "\F02F";
}
.fa-linkedin:before {
  content: "\F0E1";
}
a.share.share-btns-facebook:hover, a.share.share-btns-twitter:hover, a.share.share-btns-google:hover, a.share.share-btns-linkedin:hover, a.share.share-btns-print:hover {
  transition: .4s all ease;
  color: #fff;
  background: #3d1951;
  opacity: 1;
}
.blogpost {
  max-width: 800px;
  text-align: left !important;
  margin: 0 auto 40px auto;
  padding: 10px;
  display: block;
}
.blog-post__body img {
  display: none;
}
.blog-post__body p {
  font-size: 16px;
  color: #171717;
  line-height: 27px;
  padding: 0px;
  font-family: "Raleway", sans-serif;
}
.blog-feed {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
  background-color: #fff;
}
.col.half, .col.fourth {
  width: calc(30px + (100% - 40px));
}
.recent-post-item h2.section-header {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #3d1951;
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
}
.recent-post-item h2.subtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #2e8337;
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
}
.recent_post_button {
  padding: 10px 10px;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 25px;
  margin: 5px auto;
  background-color: #3d1951;
  color: white;
  border: 1px solid #3d1951;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-weight: bold;
}
.recent_post_button:hover{
  background-color: #2e8337;
  color: white;
  border: 1px solid #2e8337;
}

.blog-featured-post h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  font-family: "Raleway", sans-serif !important;
  margin: 5px 0;
  padding: 5px 0;
}
.blog-featured-post h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Raleway", sans-serif !important;
  margin: 5px 0;
}
.blog-post__body img{
  display:none;
}
.body-container--blog-index{
  width:100vw;
}
.recent-post-item h3 {
  margin: 5px 0;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 0;
}
span.filter-link-count {
  display: none;
}
.row.blogpost-cta.align-center {
  border-top: 2px solid #2e8337;
  padding-top: 20px;
}
@media screen and (min-width: 768px){
  .content {
    padding: 75px 0px;
  }
  .container-uhm, header, footer, section, .story-image, .story-text, .about-text {
    width: 100%;
  }
  .blog {
    width: calc(50% - 25px);
    display: inline-block;
    margin: 10px;
  }
  .container-uhm::after, header::after, footer::after, section::after, .story-image::after, .story-text::after, .about-text::after {
    clear: both;
    content: "";
    display: block;
  }
  .blog-post-title{
    margin: 0 0 10px 0;
  }
  section.content {
    text-align: left;
  }
  .col.half {
    width: calc(60px + ((100% - 135px) / 9 * 4.5));
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px){
  .container-uhm, header, footer, section {
    width: 100%;
    margin: 0 auto;
  }
  .top-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .blog {
    width: calc(25% - 25px);
    min-width: 300px;
    background: white;
    text-align: center;
    cursor: pointer;
  }
  .blog-post-hero>.content-wrapper {
    margin-top: 100px;
  }
  .blog-post-title{
    font-size: 50px;
    line-height: 65px;
  }
  .share-btns {
    padding: 15px 0px 15px;
    top: 100px;
    position: sticky;
    left: 0px;
    z-index: 1;
    float: left;
  }
  .col.half {
    width: calc(100px + ((100% - 240px) / 12 * 6));
  }
  .recent-post-item h2.section-header{
    font-size: 40px;
    line-height: 45px;
  }
  .hidden-lg {
    display: none !important;
  }
  .hs-blog-listing .custom-header,.hs-blog-post .custom-header{
    min-height: auto !important;
  }
}

@media screen and (max-width: 1024px){
  .share-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }
  .share-mobile {
    float: left;
  }
}

@media screen and (max-width: 767px){
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
 
.post-title {
 padding-top:0%;
  font-size:18px;
 }
  .read-more{    
  padding-left: 27%;
  }

  .align{    
    padding-left:10%;
 padding-right:10%;
  }
 
}
 @media screen and (min-width: 768px) {
   .featured-image{
  width:65%; height:10%;object-fit: cover;
     margin-top: -10%
  }
    @media screen and (min-width: 768px) {
   .featured-image-blog{
   width:100%; height:auto;
  }
     
  .read-more{
   margin-top: -2%;
   }
  .align{    
   padding-left:15%;
  }
   
}