
.mention-header-2024 {
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: none;
  background-color: #fff;
}

.header-text-white .mention-header-2024 {
  background-color: transparent;
}

.mention-header-2024 a.header-logo {
  color: transparent;
  background-image: url(../images/header/mention-by-agorapulse-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  height: 40px;
  width: 114px;
}
.mention-header-2024 a.header-logo:hover {
  color: transparent;
  text-decoration: none;
}

.mention-header-2024.fixed {
  position: fixed;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}

.mention-2024 .mention-header-2024 p {
  color: var(--color-blue-dark);
}



@media (min-width: 992px) {
  .old-header {
    display: none;
  }

  .men__header_header {
    display: none;
  }

  .mention-header-2024 {
    display: block;
  }
}

.mention-header-2024 .navbar-brand img {
  width: 114px;
}

.mention-header-2024 .navbar {
  max-width: 1290px;
  margin: auto;
  position: static !important;
}
.mention-header-2024 .navbar .navbar-right {
  display: flex;
  align-items: center;
}




.mention-header-2024 .navbar-nav{
  flex-direction: row;
  /* width: 500px; */
  justify-content: space-between;
}

.mention-header-2024 .navbar-nav .nav-item {
  color: var(--color-blue-dark);
  font-weight: 500;
  font-size: 16px;
}

.mention-header-2024 .header-section {
  position: absolute;
  background-color: #fff;
  /* border-top: solid 0px #aaa; */
  width: 100%;
  top: 78px;
  left: 0;
  overflow: hidden;
  height:0;
  transform-origin: top;
  transition: all 0.3s;
  z-index: 1000;
}

.mention-header-2024 .header-section.open {
  background-color: #fff;
  /* border-top: solid 1px #aaa; */
  /* transform: scaleY(1); */
  /* display: block; */
  border-bottom: solid 1px #aaa;
  height: auto;
  z-index: 20;
}

.mention-header-2024 .header-section .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1160px;
  margin: auto;
  padding-top: 32px;
}

.mention-header-2024 .header-section .content .title-big {
  font-size: 32px;
}

.mention-header-2024 .header-section .content .title-medium {
  margin-bottom: 16px
}

.mention-header-2024 .header-section .content .title-medium a {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}


/* .mention-header-2024 .header-section .content .star::before {
  content: url('../images/logo.svg');
  height: 11px;
  width: 11px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
} */

.mention-header-2024 .header-section .content .star {
  background-image:url('../images/logo.svg');
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: 0  center;

  padding-left: 15px;

  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}





.mention-header-2024 .header-section .content .right-panel {
  width: 304px;
  display: flex;
  flex-direction: column;
}

.mention-header-2024 .header-section .content .right-panel .right-panel__content {
  margin-top: 80px;
}


.mention-header-2024 .header-section .content .left-panel {
  flex-grow: 1;
  flex-shrink: 1;
  width: 848px;
}

.mention-header-2024 .header-section .content .left-panel .column {
  flex-basis: 100%;
}


.mention-header-2024 .header-section .content .item {
  position: relative;
  border-left: solid 1px #ccc;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  margin-left: 27px;
}

.mention-header-2024 .header-section .content .item a {
  padding: 0;
}


.mention-header-2024 .header-section .content .item p {
  margin: 0;
}

.mention-header-2024 .header-section .content .item:last-child {
  border-left: none;
}

.mention-header-2024 .header-section .content .item > .title {
  padding-top: 8px !important;
  margin-bottom: 8px !important;
  text-align: left;
  line-height: 18px;
}

.mention-header-2024 .header-section .content .item::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(2% - 3px);
  left: -27px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #aaa;
  box-shadow: var(--shadow);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.mention-header-2024 .header-section .content .item.icon-donut-chart::before {
  background-image: url('../images/header/icon-donut-chart.svg');
}

.mention-header-2024 .header-section .content .item.icon-monitor::before {
  background-image: url('../images/header/icon-monitor.svg');
}

.mention-header-2024 .header-section .content .item.icon-engage::before {
  background-image: url('../images/header/icon-engage.svg');
}

.mention-header-2024 .header-section .content .item.icon-heart::before {
  background-image: url('../images/header/icon-heart.svg');
}

.mention-header-2024 .header-section .content .item.icon-megaphone::before {
  background-image: url('../images/header/icon-megaphone.svg');
}

.mention-header-2024 .header-section .content .item.icon-rocket::before {
  background-image: url('../images/header/icon-rocket.svg');
}

.mention-header-2024 .header-section .content .item.icon-speech-bubble::before {
  background-image: url('../images/header/icon-speech-bubble.svg');
}

.mention-header-2024 .header-section .content .item.icon-magnify-glass::before {
  background-image: url('../images/header/icon-magnify-glass.svg');
}

.mention-header-2024 .header-section .content .item.icon-speech-bubbles::before {
  background-image: url('../images/header/icon-speech-bubbles.svg');
}

.mention-header-2024 .header-section .content .item.icon-star::before {
  background-image: url('../images/header/icon-star.svg');
}

.mention-header-2024 .header-section .content .item.icon-question-bubble::before {
  background-image: url('../images/header/icon-question-bubble.svg');
}

.mention-header-2024 .header-section .content .item.icon-bulb::before {
  background-image: url('../images/header/icon-bulb.svg');
  background-size: 120%;
  background-position: 50% 0;
}

.mention-header-2024 .header-section .content .item.icon-screens::before {
  background-image: url('../images/header/icon-screens.svg');
  background-size: 120%;
  background-position: 50% 0;
}

.mention-header-2024 .header-section .content .item.icon-edit::before {
  background-image: url('../images/header/icon-edit.svg');
  background-position: 65% 50%;
}




.mention-header-2024 .sources {
  display: grid;
  /* 3 column */
  grid-template-columns: repeat(3, 1fr);
  /* auto height */
  grid-auto-rows: auto;
  align-content: center;
  justify-items: center;
  flex-grow: 1;
}

.mention-header-2024 .sources img {
  display: inline-block;
  height: 40px;
  margin: 20px;
  /* one col for each */
  grid-column: span 1;
}

.mention-header-2024 .source-more {
  /* 3 columns */
  background-color: var(--color-blue-medium);
  margin: 20px;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 10.373px;
  box-shadow: var(--shadow);
}

.mention-header-2024 .container-fluid {
  height: 70px;
}

.mention-header-2024 .container-fluid ul {
  height: 100%;
}

.mention-header-2024 .container-fluid li {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}



.mention-header-2024 a {
  font-family: "Albert Sans", sans-serif !important;
  color: var(--color-blue-dark);
  font-weight: 500;
  color: var(--color-blue-dark);
  padding: 0 16px ;
}


.mention-header-2024 .nav-item .section-trigger {
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.mention-header-2024 .nav-item .section-trigger-caption {
  color: var(--color-blue-dark);
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 500;
}



.mention-header-2024 .nav-item  .section-trigger:after {
  content: url('../images/button-arrow-bottom.svg');
  display: block;
  margin-left: 8px;
  margin-top: 3px;
}



.mention-header-2024 .nav-item  .section-trigger:hover {
  height: 100%;
}


/* used in use case pages */

.header-text-white .mention-header-2024 {
  /* border: solid 1px #f0f !important */
}

.header-text-white .mention-header-2024:not(.fixed) .header-logo {
  background-image: url(../images/header/logo-white.svg);
}

.header-text-white .mention-header-2024:not(.fixed) .navbar-nav .nav-item > .section-trigger {
  color: #fff;
}

.header-text-white .mention-header-2024:not(.fixed) .navbar-nav .nav-item .section-trigger-caption {
  color: #fff;
}


.header-text-white .mention-header-2024:not(.fixed) .navbar-nav .nav-item > a {
  color: #fff;
}

.header-text-white .mention-header-2024:not(.fixed) .navbar-nav .nav-item > a:hover {
  color: #ccc;
}

.header-text-white .mention-header-2024:not(.fixed) .nav-item .section-trigger:after {
  filter: brightness(100000%) grayscale(100%);
}
.header-text-white .mention-header-2024:not(.fixed) .selected-language {
  color: #fff;
  filter: brightness(100000%) grayscale(100%);
}





.header-text-white .mention-header-2024.open:not(.fixed) .header-logo {
  background-image: url(../images/header/mention-by-agorapulse-logo.svg);
}

.header-text-white .mention-header-2024.open:not(.fixed) .navbar-nav .nav-item > .section-trigger {
  color: var(--color-blue-dark);
}
.header-text-white .mention-header-2024.open:not(.fixed) .navbar-nav .nav-item > a {
  color: var(--color-blue-dark);
}

.header-text-white .mention-header-2024.open:not(.fixed) .navbar-nav .nav-item > a:hover {
  color: var(--color-blue-dark);
}

.header-text-white .mention-header-2024.open:not(.fixed) .nav-item .section-trigger:after {
  filter: none;
}
.header-text-white .mention-header-2024:not(.fixed) .selected-language {
  color: var(--color-blue-dark);
  filter: none;
}






/*
.header-text-white .mention-header-2024.fixed .header-logo {
  background-image: url(../images/header/logo.svg);
}
.header-text-white .mention-header-2024.fixed .navbar-nav .nav-item > .section-trigger {
  color: var(--color-blue-dark);
}
.header-text-white .mention-header-2024.fixed .navbar-nav .nav-item > a {
  color: var(--color-blue-dark);
}
.header-text-white .mention-header-2024.fixed .navbar-nav .nav-item > a:hover {
  color: var(--color-blue-medium);
}

.header-text-white .mention-header-2024.fixed .nav-item .section-trigger:after {
  filter: none;
}
.header-text-white .mention-header-2024.fixed .selected-language {
  color: var(--color-blue-dark);
  filter: none;
}
*/

.header-text-white .mention-header-2024.open .navbar-nav .nav-item .section-trigger-caption {
  color: #00233D;
}

.mention-header-2024.open {
  background-color: #fff;
}





.mention-header-2024.fixed.open {
  /* design spec changed */
  /* background-color: var(--color-blue-light); */
}



.single-post .mention-header-2024,
.blog .mention-header-2024 {
  top: 0;
}

.men__main--bloglisting {
  margin-top: 100px !important;
}


.men__main--post {
  margin-top: 100px !important;
}

.mention-2024-header-mobile {
  display: none;
}

/* mobile */
@media (max-width: 992px) {

  .mention-2024-header-mobile {
    display: block;
    position: relative;
    width: 100%;
    z-index:1000;
    height: 60px;
    background-color: var(--color-blue-light);
  }

  .mention-2024-header-mobile.sticky .mention-2024-header-mobile-wrapper {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
  }

  .mention-2024-header-mobile.closed .mention-2024-header-mobile-wrapper {
    display: none;
  }



  .mention-2024-header-mobile.hidden {
    visibility: hidden;
  }


  .mention-2024-header-mobile .menu-header {
    display : flex;
    justify-content: space-between;
    padding: 16px 24px;
  }
  .mention-2024-header-mobile .menu-header img{
    height: 24px;
  }

  .mention-2024-header-mobile .menu-header .menu-burger {
    display: block;
    background-image: url(../images/header/burger.svg);
    height: 24px;
    width: 24px;
    cursor: pointer;
  }

  .mention-2024-header-mobile .menu-content {
    display: none;
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 54px;
    background-color: var(--color-blue-light);
  }

  .mention-2024-header-mobile.sticky .menu-content {
    background-color: #fff;
  }

  .mention-2024-header-mobile .menu-content.open {
    display: block;
    height: 100vh;
  }

  .mention-2024-header-mobile .sub-menu .menu-item {
    margin-top: 16px !important;
  }
  .mention-2024-header-mobile .menu-item{
    position: relative;
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
  }

  .mention-2024-header-mobile .menu-item-has-children .menu-item {
    margin-bottom: 24px;

  }

  .mention-2024-header-mobile .menu-item-has-children .menu-item a{
    line-height:0;
  }

  .mention-2024-header-mobile .menu-item-has-children::after {
    position: absolute;
    right: 0px;
    top: 8px;
    content: url(../images/header/arrow-down.svg);
    height: 24px;
    width: 24px;
    transition: transform 0.3s;
  }

  .mention-2024-header-mobile .menu-item-has-children.open::after {
    transform: rotate(180deg);
  }


  .mention-2024-header-mobile .menu-item-has-children .sub-menu {
    display: none;
  }

  .mention-2024-header-mobile .menu-item-has-children.open .sub-menu {
    display: block;
  }


  .mention-2024-header-mobile a:hover {
    color: var(--color-blue-dark) !important;
    text-decoration: none !important;
  }

  .mention-2024-header-mobile .demo-and-trial-container {
    width: 100%;
  }
  .mention-2024-header-mobile .buttons-demo-or-trial .button {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
  }
}


