section.blog-banner{
  padding: 60px 0;
  margin-top: 100px;
  padding-bottom: 30px;
}
body .rs2023 .body-container--blog-post .blog-post-body .blog-sidebar {
    width: 300px;
      position: relative;
}
body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content {
    width: calc(100% - 350px);
}
body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h2, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h3,
  body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h4, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h5,
  body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h6, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content p, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content li{
    color: #132d38 !important;
  }
body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h2 a, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h3 a,
  body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h4 a, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h5 a,
  body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content h6 a, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content p a, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content li a{
    color: rgb(53,171,109) !important;
  }
section.blog-banner p.back{
      display: flex;
    gap: 15px;
    margin-left: 10px;
    cursor: pointer;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 30px;
}
section.blog-banner .flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
      align-items: center;
}
section.blog-banner .flex .time-ai{
    display: flex;
    justify-content: space-between;
    gap: 20px;
      align-items: center;
}
section.blog-banner .flex .time-ai .time{
display: flex;
    gap: 10px;
  width: 180px;
}
section.blog-banner .flex .time-ai .time svg{
  width: 20px;
}
section.blog-banner .flex .time-ai .ai{
  width: calc(100% - 180px);
}
section.blog-banner .flex .heading{
  width: 50%;
 display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 25px;
}

section.blog-post .blog-post__post-content__text h1,
section.blog-post .blog-post__post-content__text h2,
section.blog-post .blog-post__post-content__text h3,
section.blog-post .blog-post__post-content__text h4,
section.blog-post .blog-post__post-content__text h5,
section.blog-post .blog-post__post-content__text h6{
  color: #132d38 !important;
}
section.blog-post .blog-post__post-content__text h1 span,
section.blog-post .blog-post__post-content__text h2 span,
section.blog-post .blog-post__post-content__text h3 span,
section.blog-post .blog-post__post-content__text h4 span,
section.blog-post .blog-post__post-content__text h5 span,
section.blog-post .blog-post__post-content__text h6 span{
  color: #132d38 !important;
}

section.blog-banner  .by{
  display: flex;
    gap: 10px;
  margin-top: 10px;
  align-items: center;
}
section.blog-banner  .by img{
width: 50px;
  border-radius: 100px;
}
section.blog-banner  .by p{
  margin-bottom: 0;
}

section.blog-banner .flex .heading h1{
    font-size: 58px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 71px;
    letter-spacing: -0.462px;
    margin-bottom: 20px;
  margin-top: 30px;
}
section.blog-banner .flex .heading p.blog-header__subtitle, section.blog-banner .flex .heading p.blog-header__subtitle a{
font-family: Catamaran;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 29.333px; /* 133.333% */
letter-spacing: -0.242px;
  margin-top: 23px;
}
section.blog-banner .flex .heading p.blog-header__subtitle a:hover{
  color: #fff;
}
section.blog-banner .flex .heading ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
    margin: 0;
    padding: 0;
  margin-bottom: 5px;
}
section.blog-banner .flex .heading ul li{
 border-radius: 100px;
    border: 1px solid #36ab6e;
display: flex;
padding: 5px 10px;
justify-content: center;
align-items: center;
gap: 10px;
  padding-bottom: 3px;
}
section.blog-banner .flex .heading ul li a{
font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    color: #132d38;
}
section.blog-banner .flex .heading ul li a:hover{
  text-decoration: unset;
}
.hs-audio-player{
  height: 40px!important;
}
._duration_4e1as_62{
font-size: 16px!important;
    width: 65px!important;
}
section.blog-banner .flex .heading .date-share{
  display: flex;
  justify-content: space-between;
    align-items: baseline;
      margin-bottom: 27px;
}
section.blog-banner .image p.date{
text-align: right;
}
section.blog-banner .flex .heading .date-share .share button{ 
  border-radius: 4px;
    display: flex;
  height: 40px;
    padding: 12px 18px 12px 18px;
  align-items: center;
  gap: 8px;
  border: 1px solid #818784;
    color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: unset;
}
section.blog-banner .flex .heading .date-share .share{
 position: relative;
  padding-bottom: 10px;
  margin-right: 30px;
}
section.blog-banner .flex .heading .date-share .share:hover .blog-post_share{
  display: inline-flex;
  transition: all ease-in-out 0.5s;
}
section.blog-banner .flex .heading .date-share .share .blog-post_share{
position: absolute;
  display: none;
  transition: all ease-in-out 0.5s;
padding: 24px 30px;
align-items: flex-start;
  flex-flow: column;
gap: 10px;
border-radius: 4px;
background: #FFF;
box-shadow: 0px 4px 34px 0px rgba(70, 103, 126, 0.25);
  z-index: 333;
  top: 43px
}

section.blog-banner .flex .heading .date-share .share .blog-post_share a{
    border: unset;
    width: 120px;
    display: flex;
    align-items: center;
    gap: 8px;
}

section.blog-banner .flex .image{
     width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
section.blog-banner .flex .image img{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}
section.blog-banner .flex .mob-image {
    width: 100%;
        display: none;
  }

@media (max-width: 991px){
  section.blog-post .blog-post__post-content__text h1,
section.blog-post .blog-post__post-content__text h2,
section.blog-post .blog-post__post-content__text h3,
section.blog-post .blog-post__post-content__text h4,
section.blog-post .blog-post__post-content__text h5,
section.blog-post .blog-post__post-content__text h6{
  text-align: left!important;
}
section.blog-post .blog-post__post-content__text h1 span,
section.blog-post .blog-post__post-content__text h2 span,
section.blog-post .blog-post__post-content__text h3 span,
section.blog-post .blog-post__post-content__text h4 span,
section.blog-post .blog-post__post-content__text h5 span,
section.blog-post .blog-post__post-content__text h6 span{
  text-align: left!important;
}
  section.blog-banner .flex .image img, section.blog-banner .flex .image .photo-credit{
    display:none;
  }
  section.blog-banner .flex .heading {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  section.blog-banner p.back {
    margin-bottom: 0px;
}
  section.blog-banner .flex .heading ul {
    margin-top: -30px;
}
  section.blog-banner .flex {
      flex-flow: column-reverse;
    gap: 20px;
  }
    section.blog-banner {
    padding: 20px 0;
    margin-top: 100px;
      padding-bottom:0;
}
  section.blog-banner .flex .heading {
    width: 100%;
}
  section.blog-banner .flex .image {
    width: 100%;
  }
  section.blog-banner .flex .mob-image {
    width: 100%;
        display: block;
   margin-bottom: 0px;
        margin-top: 10px;
  }
  section.blog-banner .image p.date {
    text-align: right;
    font-size: 14px;
        margin-bottom: 20px;
}
  section.blog-banner .flex .mob-image .photo-credit{
    margin-bottom: 12px !important;
  }
  section.blog-banner .by {
    margin-top: 12px;
  }
  section.blog-banner .flex .heading .date-share {
    margin-bottom: 10px;
}
  section.blog-banner .flex .heading .date-share .share {
    position: unset;
  }
  section.blog-banner .flex .heading .date-share .share .blog-post_share {
    position: absolute;
    display: none;
    transition: all ease-in-out 0.5s;
    padding: 24px 30px;
    align-items: flex-start;
    flex-flow: column;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(70, 103, 126, 0.25);
    z-index: 333;
    top: unset;
    left: 30px;
    margin-top: 5px;
    width: calc(100% - 60px);
    background-image: url(https://www.rhythmsystems.com/hubfs/RS2023/Rectangle%2034624164.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-top: 30px;
}
  body .rs2023 .body-container--blog-post .blog-post-body .blog-sidebar, body .rs2023 .body-container--blog-post .blog-post-body .blog-index__content {
            width: 100%;
  }
  
  section.blog-banner .flex .time-ai {
    flex-direction: column;
}
  section.blog-banner .flex .time-ai .time, section.blog-banner .flex .time-ai .ai {
    width: 100%;
}
  section.blog-banner .flex .heading h1 {
    font-size: 45px !important;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 50px;
  }
}

@media (max-width: 500px){
section.blog-banner .flex .heading .date-share {
    flex-flow: column;
    gap: 20px;
}
  section.blog-banner .flex .heading p.back {
    margin-left: 0;
}
}

{#  TEST HEADER Structure #}
section.blog-banner .test .flex ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
    margin: 0;
    padding: 0;
  margin-bottom: 5px;
  width: 50%;
}
section.blog-banner .test .flex ul li{
 border-radius: 100px;
    border: 1px solid #36ab6e;
display: flex;
padding: 5px 10px;
justify-content: center;
align-items: center;
gap: 10px;
  padding-bottom: 3px;
}
section.blog-banner .test .flex ul li a{
font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    color: #132d38;
}
section.blog-banner .test .flex ul li a:hover{
  text-decoration: unset;
}
section.blog-banner .test .topS p, section.blog-banner .test .middleS .flex > .hs_cos_wrapper_type_module{
  width: 45%;
} 
section.blog-banner .test .middleS .flex > h1{
  width: 50%;
    font-size: 58px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 71px;
    letter-spacing: -0.462px;
}
section.blog-banner .test .bottomS {
  width: 50%;
}
section.blog-banner .test .topS {
margin-bottom: 20px;
}

section.blog-banner .test .middleS .flex > .hs_cos_wrapper_type_module div.banner img {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}
section.blog-banner .test .topS p.date {
    text-align: right;
}
section.blog-banner .test .time-ai.mob{
  display: none;
}
section.blog-banner .test .time-ai{
    display: flex;
    justify-content: space-between;
    gap: 20px;
      align-items: center;
}
section.blog-banner .test .time-ai .time{
display: flex;
    gap: 10px;
  width: 180px;
}
section.blog-banner .test .time-ai .time svg{
  width: 20px;
}
section.blog-banner .test .time-ai .ai{
  width: calc(100% - 180px);
}
section.blog-banner .test .by {
    margin-top: 30px;
}

@media (max-width: 991px) {
  section.blog-banner .test{
    margin-top: 20px;
  }
    section.blog-banner .test .flex {
        flex-flow: column;
        gap: 10px;
    }
  section.blog-banner .test .bottomS {
  width: 100%;
}
  section.blog-banner .test .topS p, section.blog-banner .test .middleS .flex > .hs_cos_wrapper_type_module{
  width: 100%;
} 
  section.blog-banner .test .flex ul{
  width: 100%;
}
  section.blog-banner .test .middleS .flex > h1 {
    width: 100%;
    font-size: 45px !important;
        font-style: normal;
        font-weight: 800;
        line-height: 50px;
}
  section.blog-banner .test .topS p.date {
    text-align: left;
    margin-bottom: 0;
            margin-left: 5px;
}
 section.blog-banner .test .topS .flex {
        flex-flow: column-reverse;
  }
  section.blog-banner .test .time-ai.mob{
  display: flex;
        width: 100%;
        margin-bottom: 20px;
        gap: 10px;
    margin-top: -10px;
}
  section.blog-banner .test .time-ai .time {
    display: flex;
    gap: 10px;
    width: 100%;
}
  section.blog-banner .test .time-ai .ai {
    width: 100%;
}
  section.blog-banner .test .time-ai{
   display: none;
  }
}