.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__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}









.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
  display:none!important;
}










/* 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;
}

.post_section{
  padding-top: 32px;
  margin-top: 0px;
  padding-right: 30px;
  padding-bottom: 32px;
  margin-bottom: 0px;
  padding-left: 30px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e8ebef;
  border-style: solid;
  display: flex;
  justify-content: center;
  position: relative;
}
.post-content-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  max-width: 1310.4px;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
  position: relative;
  z-index: 10;
}
.post_pagination_top{

  position: relative;
  float: left;
  width: 100% ;
  margin-top:19px;
  margin-bottom: 0px;
  display: flex;
}
.post_pagination_column{

  justify-content: flex-start;
  min-height: 1px;
  padding-top: 0px ;
  padding-right: 0px ;
  margin-right: 1.92%;
  padding-bottom: 0px ;
  padding-left: 0px;
  margin-left: 1.92%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.custom_blog_next-previous {
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
  clear: both;
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: normal;
  border-color: #e8ebef;
  border-width: 1px;
  min-height: 42px;
  font-size: 18px;
}
.custom-previous {
  display: flex;
  align-items: center;
}

.custom-previous a{

  font-family: Poppins, "MS Sans Serif", Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: 0.008em;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 1em;
  color: #141414;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.custom-next {
  display: flex;
  align-items: center;
}
.custom-next a{

  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 1em;
  color: #141414;  
}
.custom-next a:after{
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  font-family: awb-icons;
  right: 0;
  color: #141414;
  content: "\f105";
}



.custom-previous a:before{
  font-family: awb-icons;
  content: "\f104";
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: 0;
  color: #141414;

}

.post_top_date{

  position: relative;
  float: left;
  width: 100% ;
  margin-top: 0px;
  margin-bottom: 32px;
  display: flex;
}

.post_date_inner{
  font-family: Poppins, "MS Sans Serif", Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: 0.008em;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  justify-content: space-between;
  min-height: 1px;
  padding-top: 0px ;
  padding-right: 0px;
  margin-right: 1.92%;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 1.92%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.post_top_heading {
  position: relative;
  float: left;
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 0px;
  display: flex;
}

.post-top_heading_inner {
  font-family: Poppins, "MS Sans Serif", Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: 0.008em;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  justify-content: flex-start;
  min-height: 1px;
  padding-top: 0px    letter-spacing: -0.036em;
  font-style: normal;;
  padding-right: 0px ;
  margin-right: 1.92%;
  padding-bottom: 0px ;
  padding-left: 0px ;
  margin-left: 1.92%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.post_heading_main {
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}
.post_heading_main h1{
  letter-spacing: -0.036em;
  font-style: normal;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  flex-grow: 0;
  padding: 0;
  line-height: 1.16;
  color: #004883;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.post_date_topic p{
  line-height: 20px;
  letter-spacing: 0.008em;
  font-style: normal
}

.post_date_topic p a{

  color: #141414;
  letter-spacing: 0.008em;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.post_dates p{
  letter-spacing: 0.008em;
  font-style: normal;
  color: #141414;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins";
  font-weight: 500;

}

.post_featured_image {
  width: 80% ;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.inner_featured_image {
  margin-right: 2.4%;
  margin-left: 2.4%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner_featured_image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  
    border-radius: 18px;
}

.popstpage_cotent {
  padding-left: 30px;
  padding-right: 30px;
  background-color:#fff;
}



.post_content_innerWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 24px;
  padding-right: 30px;
  padding-bottom: 48px;
  padding-left: 30px;
}

.post-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  max-width: 1310.4px;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
  align-items: center;
  justify-content: center;
}

.post_body {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-top: 0px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
}

.post_body p {
  margin-top: 0;
  margin-bottom: 20px;
}

.related_post_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  background-color: #f9fafb;
}

.related_post {
  width: 83.3333333333% !important;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.related_item {
  margin-left: 2.304%;
  margin-right: 2.304%;
}

.related-postheading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.related-postheading h2 {
  text-align: center;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #141414;
  line-height: 1.2;
  margin: 0;
}

.post_listingWrapper {
  margin-left: -48px;
}

.carousel-holder {
  box-sizing: content-box;
  padding: 25px 0px 25px 0px;
  color: #141414;
}

.carousel-items {
  font-family: Poppins, "MS Sans Serif", Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: 0.008em;
  font-size: 16px;
  line-height: 26px;
}

.carousel-items .slick-list{
  padding:0 !important;
}

.carousel-items .post-item {
  display: block;
  float: left;
  padding: 0px 35px 0px 35px;
  margin-left: 48px;
  box-sizing: content-box;
}

.carousel-items .slick-track{
  margin-left: 0;
  margin-right: 0;
}

.carousel-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  text-align: center;
}

.carousel-item-wrapper .image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  max-width: 100%;
}

.carousel-item-wrapper .image-wrapper img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.fusion-rollover {
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(to top,rgba(224,236,240,0.24) 0,rgba(44,188,99,0) 100%);
  transform: translateY(0);
  transition: opacity .5s ease-in-out;
}

.carousel-item-wrapper .image-wrapper:hover .fusion-rollover{
  transform: translateX(0);
  opacity: 1;
}

.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  box-sizing: border-box;
}

.fusion-rollover-content a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.carousel-item-wrapper h4 {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -0.016em;
  color: #141414;
  margin: 15px 0 3px;
  font-size: 20px;
  line-height: 1.42;
  text-align: left;
}

.carousel-item-wrapper h4 a {
  color: #141414;
  text-decoration: none;
}

.carousel-item-wrapper h4 a:hover {
  color: #004883;
  text-decoration: none;
}

.fusion-carousel-meta {
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
}

.fusion-carousel-meta .fusion-date {
  font-size: 16px;
}

.carousel-holder .slick-dots{
  display:none !important;
}

.carousel-holder .slick-arrow{
  display: block !important;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  color: transparent;
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin-top: calc((30px)/ -2);
  border: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.carousel-holder .slick-arrow:hover{
  opacity: 1;
}

.carousel-holder .slick-arrow.slick-prev {
  left: 48px;
}

.carousel-holder .slick-arrow.slick-next {
  right: 0;
}

.carousel-holder .slick-arrow.slick-next:before {
  display: block;
  position: relative;
  font-family: awb-icons;
  content: "\f105";
  line-height: 30px;
  font-size: 60px;
  background-color: #fff;
  color: #0e6aae;
}

.carousel-holder .slick-arrow.slick-prev:before {
  display: block;
  position: relative;
  font-family: awb-icons;
  content: "\f104";
  line-height: 30px;
  font-size: 60px;
  background-color: #fff;
  color: #0e6aae;
}

.blog_post_body{
  width:100%;
}

.post_bodyWrapper{
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 1200px){
  .post_section{
    padding-top: 20px;
  }
  .post_pagination_top{
    margin-top: 20px;
  }
  .post_top_date{
    width: 66.6666666667% ;
    margin-left: 0;
    margin-right: 0;
  }
  .post_date_inner{
    margin-right: 2.88%;
    margin-left: 2.88%;
  }
  .post_featured_image{
    width: 83.3333333333%;
  }
  .inner_featured_image{
    margin-right: 2.304%;
    margin-left: 2.304%;
  }
  .post_content_innerWrapper,
  .related_post_wrapper{
    background-attachment: scroll;
  }

}

@media only screen and (max-width: 1000px){
  .post_heading_main h1{
    font-size:39.9943px;
  }
  .related-postheading h2{
    font-size:34.7143px;
    font-weight:400;
  }
}

@media only screen and (max-width: 768px){
  .post_heading_main h1 {
    font-size:37.8439px;
  }
  .related-postheading h2{
    font-size:33.2164px;
  }
}

@media only screen and (max-width: 640px){
  .related_post{
    width: 100% !important;
  }
  .related_item,
  .post_date_inner,
  .inner_featured_image,
  .post_body{
    margin-right: 1.92%;
    margin-left: 1.92%;
  }
  .post_section{
    padding-top: 10px;
  }
  .post_top_date{
    width: 100% ;
  }
  .post_featured_image{
    width:100%;
  }
  .related-postheading h2{
    font-size: 31.365px;
  }

  .post_body{
    width: 100%;
    margin: 0;
  }
  .blog_post_body{
    margin-right: 1.92%;
    margin-left: 1.92%;
    width: 100%;
  }

}

@media only screen and (max-width: 479px){
  .post_heading_main h1 {
    font-size: 35.0475px;
  }
  .related-postheading h2{
    font-size: 31.365px;
  }
}


.post_date_topic p a:hover {
  color: #004883;
}

.blog-comments form {
  max-width: 767px;
  border: none !important;
}
.comment.depth-0, .blog-comments form {
  border: none !important;
}
.section.post-footer textarea {
  min-height: 100px;
}

div#hs-search-module form input {
  margin-bottom: 16px;
}

.blog-index__tag-header {
  padding: 0;
}

h1.blog-index__tag-headingg {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.036em;
  font-style: normal;
  font-size: 42px;
  color: #141414;
  --fontSize: 42;
  line-height: 1.16;
}

.blog-paginations a.blog-pagination__link.blog-pagination__prev-link {
    border: none !important;
    width: auto;
    height: auto;
}

.blog-paginations a.blog-pagination__link.blog-pagination__prev-link:before {
    left: -14px;
}

.section.post-footer textarea {
    padding-top: 15px;
}

.blog_header .breadcrumb a:hover {
    color: #004883 !important;
}


@media(max-width:480px){
.section.post-footer .hs-error-msg, .section.post-footer .hs-error-msgs label {
    padding-left: 8px;
    padding-right: 8px;
}
.section.post-footer .hs-error-msg, .section.post-footer .hs-error-msgs label {
    font-size: 13px;
}
}

@media(max-width: 600px) {
  .carousel-items .post-item {
    margin-left: 0;
  }

  .carousel-holder .slick-arrow.slick-prev {
    left: 0;
  }
  .post_listingWrapper {
    margin-left: 0;
  }
}