h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6,
div,span,
p,ol li, ul li, a, a.hs-button, *{
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
  color:  #7f4d9e;
}
div,span,
p,ol li, ul li, a, a.hs-button,  *{
  font-weight: 300 !important; 
}

a.hs-button{
  font-size: 17px;
}

nav.header-navigation .hs-menu-wrapper>ul>li{
  font-size: 16px;
}

.header-container {
  width: 100%;
  background-color: #ffffff;
  /* -webkit-box-shadow: 0 11px 50px -6px rgba(0, 0, 0, .75);
  box-shadow: 0 11px 50px -6px rgba(0, 0, 0, .75);
  */
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: inherit;
  justify-content: space-between;
  align-items: center;
}

.header__top .header-navigation .hs-menu-wrapper > ul > li:last-child a{
  background-color: #7f4d9e;
  border-color: #7f4d9e;
  border-radius: 10px;
  border-width: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 20px !important;
}

.header__top .header-navigation .hs-menu-wrapper>ul>li:last-child a:hover{
  color: #fff;
  background-color: #003087;
  border-color: #003087;
}

.header__top {
  padding-top: 10px;
}

.header-search {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-radius: unset;
  margin-left: 0;
}

.hs-search-field__suggestions-container * {
  font-size: 14px;
  line-height: 1.2 !important;
}

.hs-search-field__bar form {
  max-width: 0 !important;
  opacity: 0;
  transition: max-width 0.5s ease-out, opacity 0.5s ease-out;
  min-width: 0;
}

.hs-search-field--initialized.search-expanded .hs-search-field__bar form {
  max-width: 300px !important;
  opacity: 1;
}

.search-overlay {
  background-color: transparent;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
}

.hs-search-field--initialized.search-expanded .hs-search-field__bar form .hs-search-field__input {
  width: 100%;
}

.hs-search-field__suggestions-container{
  display: none;
  min-width: 200px;
  position: absolute !important;
  top: 40px;
  z-index: 9999;
  background-color: #fff;

}

.header-search.search-active .hs-search-field__suggestions-container{
  display: block;
}

nav.header-navigation .hs-menu-wrapper>ul>li>ul {
  border-radius: 10px;
  height: auto;
}

.hs-menu-depth-2 {
  position: relative;
}

.hs-menu-depth-2 > .hs-menu-children-wrapper {
  position: absolute;
  display: none;
}

.hs-menu-depth-2:hover > .hs-menu-children-wrapper {
  left: 0;
  background-color: #41b6e6;
  width: 100%;
  top: 34px;
  padding: 0 15px;
  display: block;
  border-radius: 0 0 10px 10px;
}

li.hs-menu-item.hs-menu-depth-3.hs-item-has-children {
  padding: 5px 0;
}

li.hs-menu-item.hs-menu-depth-3.hs-item-has-children ul {
  padding-top: 5px;
}

.logo-container img{
  transition: max-width 0.1s ease;
}

.header__top {
  transition: height 0.1s ease;
}

.sticky .header__top {
  height: 0;
  display: none;
}

.sticky .logo-container img{
  max-width: 150px;
}

.hs-menu-depth-1.hs-item-has-children {
  position: relative;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hs-menu-depth-1.hs-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='13' aria-hidden='true'%3E%3Cpath fill='%237f4d9e' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}

nav.header-navigation .hs-menu-wrapper>ul>li>ul>li{
  padding: 5px 15px;
}

.hs-menu-depth-2.hs-item-has-children {
  position: relative;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hs-menu-depth-2.hs-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='13' aria-hidden='true'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.3s ease-out;
}


nav.header-navigation .hs-menu-wrapper>ul>li>ul{
  width: max-content;
}

nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
  display: flex;
  align-items: center;
}

.site-header .header-search__button{
  top: 7px;
}


.blog-index__post .blog-post-item{
  overflow: unset;
}

@media(min-width: 767px){
  .blog-flex{
    display:flex;
    align-items: flex-end;
  }

  .blog-flex .col1{
    flex: 0 0 40%;
  }

  .blog-flex .col2{
    flex: 0 0 60%;
  }

  .narrowed_content {
    max-width: 90%;
    padding-top: 50px;
  }

}

footer.footer{
  background-color: #ffffff;
}

.header__top nav.header-navigation {
  margin-left: 15px;
}

.feat_image img{
  border-radius: 0;
}



.feat_image {
  mask-image: url(https://www.operosehealth.co.uk/hubfs/heart.png);
  mask-size: cover;
  mask-position: left top;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(https://www.operosehealth.co.uk/hubfs/heart.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  clip-path: none;
  -webkit-clip-path: none;
}

.main-title{
  padding-bottom: 50px;
}

.blog-post-header__timestamp {
  font-size: 17px;
}


.social-wrapper {
  max-width: 100%
    padding: 0;
  position: relative
}

@media (max-width: 767px) {
  .social-wrapper {
    display:none
  }
}

.blog-posts__social {
  padding-bottom: 30px;
  position: relative;
  left: 0;
  top: 0;
}

.blog-posts__social .social-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.blog-posts__social .social-links a {
  background: #7f4d9e;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 8px;
  transition: all .3s ease;
  width: 50px
}

.blog-posts__social .social-links a span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.blog-posts__social svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all .3s ease
}

.blog-posts__social .social-links a:hover svg {
  fill: #7f4d9e;
}

.blog-posts__social .social-links a:hover {
  background: #ffffff;
  border:1px solid #7f4d9e;  
}

.blog-main-post h1,
.blog-main-post h2,
.blog-main-post h3,
.blog-main-post h4,
.blog-main-post h5,
.blog-main-post h6{
  color: #7f4d9e;
  padding-top: 15px;
}

.blog-main-post p,
.blog-main-post li,
.blog-main-post span,
.blog-main-post ul,
.blog-main-post div,
.blog-main-post strong{
  font-size: 17px;
}

.blog-main-post ol li::marker,
.blog-main-post strong{
  font-weight: 700 !important;
}

.blog-main-post ul {
  list-style-type: none;
  padding-left: 1.5em;
}

.blog-main-post ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.blog-main-post ul li::before {
  content: "❤";
  position: absolute;
  left: -1.5em;
  color: #7f4d9e;
  font-size: 1em;
}

.blog-banner {
  background-image: linear-gradient(to right, rgba(0, 114, 206, 0.4), transparent);
}


.blog-banner .content-wrapper.blog-main-post {
  padding: 2.1875rem 1.25rem 0;
}

@media (min-width: 70em) {
  .blog-banner .content-wrapper.blog-main-post{
    padding: 3.125rem 0 0;
  }
}

@media (min-width: 61.25em) {
  .blog-banner .content-wrapper.blog-main-post {
    padding: 3.125rem 1.25rem 0;
  }
}

.feat_image {
  padding: 0;
}

.blog-main-post blockquote {
  border-left-color: #7f4d9e;
  margin-left: 50px;
}

.blog-main-post img{
  margin:10px 0;
  border-radius: 10px;
}

.blog-main-post .feat_image.col2 img{
  margin:0;
  border-radius: 0;
}

.blog-latest{
  padding-bottom: 30px;
}

.blog-latest h2{
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}

.latest-news-wrapper .title {
  font-size: 20px;
  color: #7f4d9e;
}

body .latest-news-wrapper .latest-news-item-content p a {
  font-size: 16px;
}

.blog-post__read-minutes {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}

.post-item-meta * {
  font-size: 14px;
}

.simple-banner{
  top: 115px;
}

.simpleParallax .thumbnail {
  object-position: top !important;
}

.simple-banner h1,
body  .blog-post-item-inner .post-item-cnt h3{
  color:  #7f4d9e !important;
}


li.hs-menu-item.hs-menu-depth-3.hs-item-has-children a {
  color: #fff;
}

.counter-section .item .count-wrap{
  color: #7f4d9e;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  position: relative;
}

.blog-post-item-box {
  height: calc(100% - 300px);
}

.blog-post-item-inner{
  position: relative;
  height: 100%;
  padding: 22px 22px 80px;
}

.blog-index__post-inner-card {
  border-radius: 4px 4px 0 0;
}

.post-item-meta {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
}

.blog-index__topic .row-fluid {
  padding: 0 10px;
}

.latest-news-item-content {
  position: relative;
}

.latest-news-item-content .post-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: stretch;
  flex-direction: column;
}

.latest-news-item-content  .meta_wrap {
  flex-direction: column-reverse;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  color: #000 !important;
  font-size: 13px;
  font-weight: 300 !important;
}

.latest-news-item-content .post-item-meta svg {
    height: 16px;
    width: 16px;
}

.body-container--blog-index .main-dnd-area .dnd-section{
  background-color: #ffffff;
}