body.floating-header header {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.floating-header .header:not(.scroll) .menu-item-wrap .menu-item,
.floating-header .header:not(.scroll) .menu-item-wrap.menu__item--open .menu-item {
    color: #fff 
}

.floating-header .header:not(.scroll) .cta-wrap .cta-item a.button.button--primary,
.floating-header .header:not(.scroll) .cta-wrap .cta-item .button.button--simple:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--primary-color);
}

.floating-header .header:not(.scroll) .cta-wrap .cta-item a.button.button--primary:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.floating-header  .header:not(.scroll) .cta-wrap .cta-item .button.button--simple {
    border: 1px solid #fff !important;
    color: #fff;
}

.floating-header  .header:not(.scroll) .search-btn svg path {
    fill: #fff;
}

.floating-header header.header.scroll {
  background: #fff !important;
  z-index: 2;
  transition: background 0.5s ease-out
}

.floating-header .header:not(.scroll) .logo-wrap .white-logo {
  display: block
}

.floating-header .header.scroll .logo-wrap .white-logo {
  display:none
}

.header .logo-wrap .white-logo {
  display: none
}

.floating-header .header:not(.scroll) .logo-wrap .normal-logo {
  display: none
}



.menu-item-wrap .menu-section-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    background: var(--primary-color);
    color: #fff;
}

.menu-mwrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}

.menu-item-wrap .menu-section-wrap .content-wrapper {
  /*  height: 400px;
    overflow-y: scroll;
    width: 100% */
}


@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.menu-item-wrap .menu-section-wrap {
  visibility: hidden;
  z-index: -999;
  transition: all .4s ease;
}

 
.menu-item-wrap.menu__item--open .menu-section-wrap {
   visibility: visible;
  overflow: scroll;
  max-height: 90vh;
  height: auto;
  z-index: 9;
}


.menu-item-wrap.menu__item--open .menu-item {
  color: var(--primary-color);
  font-weight: 600;
  
}

@media (min-width: 768px) {
  .menu-mwrap {
    padding-left: 10px;
}
  
  .ppost-item a:hover .post-title,
  .menu-item-wrap.menu__item--open .menu-item,
  .menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover a
    {
    font-weight: 600;
  }
}


.menu-item-wrap .menu-item {
  color: var(--body-font-color);
  font-size: 12px;
}



.menu-section-wrap * {
  color: #fff 
}
.menu-wrap {
    display: inline-flex;
    grid-gap: 10px;
}

.menu-wrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  position: relative
}
.menu-wrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    content: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 17.0957L9.5 9.0957L1.5 1.0957' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px;
    color:#fff;
    scale: 0.8
}

.menu-item-wrap .menu-section-wrap .content-wrapper {
    padding-bottom: 50px;
}

.overview p {
  font-size:10px
}

.menu-btn .hs-menu-wrapper ul {
    display: block;
}

.menu-btn .hs-menu-wrapper ul li {
    display: block;

}

.menu-btn .hs-menu-wrapper ul a {
    text-decoration: none;
    font-size: 13px;
}

.menu-btn .hs-menu-wrapper ul a:hover {
    color: #6fe7b3;
}


.menu-btn .hs-menu-wrapper ul:first-child li {
   /* margin-right: 43px;*/
    padding: 0 10px;
}

.menu-btn .hs-menu-wrapper ul li  a{
    border-bottom: 0.5px solid var(--secondary-color);
}

/*
.menu-btn .hs-menu-wrapper ul:first-child  li:hover {
   background-color: var(--secondary-color);
   color: var(--primary-color);
}

.menu-btn .hs-menu-wrapper ul:first-child  li:hover a {
   color: var(--primary-color);
}*/

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper {
    left: 50%;
    top: 0;
    padding-left: 1em;
    width: 50%;
    display: none;
  z-index: 9;
}

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: block;
}

.mobile-menu {
  display: none
}


.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li {
    border: none;
    padding: 0 20px;
}

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li:hover {
    background: transparent;
}

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a {
 
  color: #fff;
  font-weight: 400
}

.menu-item-wrap:last-child .menu-section-wrap .content-wrapper > .menu-section.add-more-padding {
    margin-bottom: 120px;
}

.menu-wrap li a {
  padding: 10px 0;
}

@media(min-width: 768px) {
  .menu-wrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    display: flex;
    align-items: flex-start;
  }
  
  
  
  .menu-wrap li.hs-menu-item.hs-menu-depth-1 > a {
    width: 50%;
    display: block;
  }
  
  .menu-section-wrap .content-wrapper > .menu-section .menu-btn  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper {

  }
  
  .menu-section-wrap .content-wrapper > .menu-section:last-child .menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:last-child>.hs-menu-children-wrapper {
    width: 50%;
    position: relative;
    left: 0;
    display: none;
  }
  
  .menu-section-wrap .content-wrapper > .menu-section:last-child  .menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:last-child:hover>.hs-menu-children-wrapper {
    display: block;
  }
}

.arrow-up, .sarrow-up {
    text-align: center;
  position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
}

.arrow-up {
  
}


.header__container {
  padding-bottom: 0
}
.menu-item {
    padding: 20px 0;
    cursor: pointer;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li {
  margin-right: 0;
}

/*
.menu-section:not(:last-child) {
    border-bottom: 0.5px solid rgb(254 254 254 / 50%);
}*/

.menu-section {
    padding:20px 0 5px;
}

.menu-section a.button {
  background-color: var(--secondary-color);
  color: var(--primary-color); !important;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  border-width: 0px 0px 0px 4px !important;
  border-left: 4px solid #fff;
}

.menu-section a.button:hover {
  color: var(--secondary-color);
  background-color: #ffffff;
  border-left: 4px solid var(--secondary-color);
}

.cta-wrap {
    display: inline-flex;
    grid-gap: 10px;
}

.cta-wrap .cta-item a.button.button--primary:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}

.cta-wrap .cta-item .button.button--simple:hover {
	background: var(--primary-color);
  border-color: var(--primary-color);
	color:var(--secondary-color);
}


.cta-item a {
  padding: 10px 18px;
  font-size: 12px;
  margin-bottom: 0 !important;
}

.arrow-up:hover, .sarrow-up:hover {
  cursor: pointer;
  background-color: rgb(255 255 255 / 5%);
}

.search-wrap {
    position: absolute;
    width: 100%;
    background: var(--primary-color);
    left: 0;
    top: 100%;
    padding: 2em 0;
}

.search-wrap {
  display:none;
  padding-bottom:5em
}
.search-wrap.display-search {
    display: block
}

.search-btn, 
.sarrow-up {
  cursor: pointer
}

.feat-wrap {
  width: 90px;
  height: 40px;
  margin-right: 10px;
}
.feat-img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.post-title {
  color: #fff;
  font-size: 12px;
}



.popular-post-mwrap {
  margin-top: 2em; 
}
.popular-post-wrap {
  display: grid;
  grid-gap: 23px;
  grid-template-columns: repeat(auto-fill,minmax(275px,1fr));
}
.popular-post-wrap .ppost-item {
  border: 0.5px solid var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
  display: flex;
}
.search-wrap :is(h2, h3, h4, h5, h6) {
  color: var(--secondary-color);
  margin-bottom: 5px
}

.search-label-mob {
  display: none
}

.ppost-item a {
    text-decoration: none;
}

@media (min-width: 768px) {
  .menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li a {
    padding: 8px 0;
}

}

 
@media (min-width: 1025px) {
  .menu-section-wrap {
     padding: 0;
  }
  
  .menu-section > .row-fluid > .span8 {
    padding-left: 15px;
  }
}


@media (max-width: 767px) {
  
  .search-label-mob {
    display:block;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
  }
  .search-btn svg { display: none}
  .arrow-up,
  .sarrow-up{
    height: fit-content
  }
  
  .menu-btn .hs-menu-wrapper ul:first-child li {
    padding: 0px;
    margin-right: 0
  }
  
  .menu-btn .hs-menu-wrapper ul a {
    padding: 20px 0;
    display: block
  }
  .logo-wrap {
    padding: 10px;
    padding-top: 0px;
  }
  .menu-mwrap { display: none }
  .mobile-menu {
    display: block
  }
  .cta-item a {
    font-size: 16px;
    padding: 20px 0;
    font-weight: 600 !important
  }
  
  #toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

.floating-header .header:not(.scroll) #toggle div {
  background: #fff  
}
#toggle div {
  width: 100%;
  height: 3px;
  background: #035449;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(2px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(5px, -8px);
}
  
.header { 
    padding: 0
}
.menu-wrap,
.cta-wrap {
    display: block;
}

.mobile-menu {
    position: absolute;
    top: 20px;
    right: 15px;
}

.header__container {
    display: block; 
}

.menu-mwrap {
    background: var(--primary-color);
    padding: 20px;  
}
  
.menu-mwrap.show-mobmenu {
  display: block;
  position: relative;
  overflow-y: scroll;
}

.menu-mwrap.show-mobmenu .menu-item-wrap .menu-section-wrap {
  padding-top: 2em;
  top: 0;
  z-index: 2;
  height: 100%;
}
  
  .menu-item-wrap .menu-section-wrap .content-wrapper {
    padding-top: 2rem;
  }

.menu-item-wrap .menu-item {
    color: #fff;
    border-bottom: 0.5px solid var(--secondary-color);
}

.overview h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.overview p {
    display: none;
}
  
  .menu-item-wrap.menu__item--open .menu-item {
    display: none; 
 }
  
  .menu-section {
    margin-top: 30px;
    padding: 0
  }
  
  .menu-section:not(:last-child) {
    border:none
 }
  
   .menu-section:last-child {
    padding-bottom: 6em
 }
  
  .arrow-up, .sarrow-up {
    top: 10px;
    text-align: left;
    border: none;
    color: #fff;
  }
  
  .arrow-up:hover, .sarrow-up:hover {
    background:transparent
  }
  
  .arrow-up svg, .sarrow-up svg {
    transform: rotate(270deg); 
    height: 8px;
  } 
  
  .arrow-up:after, .sarrow-up:after {
    content: 'Main Menu';
    font-size: 12px;
 }
  
  .menu-btn .hs-menu-wrapper ul {
    max-width: 100%;
  }
  
 
  
.menu-mwrap .cta-item {
 margin: 10px 0;
}
.menu-mwrap .cta-item .button.button--primary {
    background:  var(--secondary-color);
    color:  var(--primary-color);
}

.menu-mwrap .cta-item .button.button--simple {
    background: transparent;
    border: 1px solid #f5f5f5 !important;
    border-radius: 10px;
    color: #fff;
}
  
.menu-mwrap .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: fixed;
    opacity: 0 !important
}
.menu-mwrap .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-children-wrapper {
    position: relative;
    opacity: 1 !important
}
  
 .menu-mwrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    top: 18px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
  
 .menu-mwrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     top: 18px;
  }
  
  
  
.menu-btn .hs-menu-wrapper ul:first-child li:hover a,
.menu-btn .hs-menu-wrapper ul:first-child li:hover a:active{
    color: #ffffff !important;
}

.menu-btn .hs-menu-wrapper ul:first-child li:hover {
    background-color: transparent;
    color: #fff !important;
}

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper {
    left: 0;
    padding-left: 10px;
    opacity: 1;
    padding-bottom: 14px;
}

.menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li {
    padding: 0;
}


  .menu-mwrap .mw-item {
    display: flex;
    width: 100%;
    grid-gap:0;
    flex-direction: column;
}

.menu-mwrap.show-mobmenu {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
}

.menu-item-wrap .menu-item {
    padding: 20px 0;
    position: relative;
    font-size: 14px;
}

.search-label-mob {
    position: relative;
}

.menu-item-wrap .menu-item:after,
.search-label-mob:after {
    content: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 17.0957L9.5 9.0957L1.5 1.0957' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    scale: 0.8
}
.cta-wrap {
    order: 3;
}
  
  .search-wrap {
    top: 0;
    height: 100%;
  }

  .search-wrap h3 {
    padding-top: 2.5em;
    font-size: 16px;
    margin-top:10px !important;
  }
  
  .menu-section-wrap *:not(h5 span) {
    color: #fff !important
  }
  
  .menu-wrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    transform: rotate(89deg);
  }
  
  .menu-btn .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    width: 100%;
    padding: 0;
  }

}

.cta-item {
  position: relative;
}

.nzgbc-items {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 20px;
    margin-top: 11px;
    right: 0;
    width: 100%;
}

.nzgbc-items a {
  color: var(--primary-color);
  display: flex;
  padding: 20px 10px;
  text-decoration: none;
  align-items: center;
}

.nzgbc-items a svg {
  margin-right: 10px;
}

.nzgbc-items a:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}



@media(min-width: 768px) {
  .nzgbc-items {
    right: -40px;
    width: 225px;
  }
}