:root {
  --primary-color: #D24F1D;
  --warning-color: #FFB925;
  --success-color: #31CDA9;
  --gray-light-color: #e2e2e2;
  --black-3: #616161;
  --primary-radius: 4px;
  --secondary-radius: 6px;
  --shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  --hover-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}

* {
  outline: none;
}

body .btn.f-600 {
  font-weight: 600;
}

body .btn--medium {
  border-radius: 4px;
  background: #d24f1d;
  padding: 0 25px;
  height: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 48px;
}

body .btn--medium:hover {
  background: #e2612f;
}

body .btn--featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
  width: 170px;
  height: 60px;
  color: #000 !important;
  font-weight: 600;
}

body .btn--featured p {
  font-size: 16px;
  line-height: 20px;
}

body .btn--featured:hover {
  background: #fff;
}

body .btn--wide {
  width: 100%;
  max-width: 268px;
}

body .btn__olive {
  background: #9a9e3a;
}

body .btn__olive:hover {
  background: #7b8009;
}

body .btn__seaturtle {
  background: rgba(49, 205, 169, 0.7);
  color: #fff;
}

body .btn__seaturtle:hover {
  background: #31cda9;
}

body .btn__lemon {
  background: #ffb925;
}

body .btn__lemon:hover {
  background: #e69d01;
}

body .btn__yellow {
  background: #ffb925;
}

body .btn__yellow:hover {
  background: #e69d01;
}

body .btn__black {
  background: #000;
}

body .btn__black:hover {
  background: #31cda9;
}

body .btn__green {
  background: rgba(49, 205, 169, 0.7);
  color: #fff;
}

body .btn__green:hover {
  background: #31cda9;
}

body .btn__purple {
  background: #922963;
}

body .btn__purple:hover {
  background: #5f0637;
}

body .btn__ghost {
  border: solid 1px #fff;
  background: transparent;
  line-height: 46px;
}

body .btn__ghost:hover {
  background-color: #fff;
  color: #000000;
}

body .btn--quick-poll {
  border: none;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  max-width: 215px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

body .btn.btn-primary {
  border-radius: var(--primary-radius);
  background-color: #d24f1d;
  padding: 0;
  width: 100%;
  max-width: 340px;
  height: 50px;
  letter-spacing: 0.5px;
  line-height: 48px;
}

body .btn.btn-primary:hover {
  background-color: #c4491b;
}

body .btn--read {
  border-radius: 4px;
  background-color: #922963;
  padding: 10px 0;
  width: 202px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}

.obw-section__title {
  display: flex;
  justify-content: space-between;
}

.obw-section__title .btn-filter {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-light-color);
  border-radius: var(--primary-radius);
  padding: 0 18px;
  color: var(--black-3);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.obw-section__title .btn-filter .ic-filter {
  padding-right: 15px;
}

.obw-section__title .btn-filter:hover {
  background-color: var(--gray-light-color);
  color: var(--black-3);
  text-decoration: none;
}

.js-pager__items {
  margin: 16px 0 24px;
}

.js-pager__items .pager__item {
  width: 100%;
  max-width: 337px;
}

.js-pager__items .pager__item:hover a {
  background-color: #d24f1d !important;
  color: #fff;
}

.js-pager__items a {
  border: 1px solid #d24f1d;
  background-color: #fff !important;
  padding: 0 20px;
  width: 100%;
  color: #d24f1d;
}

.sticky-footer {
  padding: 18px 0;
}

.sticky-footer .lading-current-page {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 18px;
}

.sticky-footer .lading-current-page p {
  margin: 0;
}

.sticky-footer .lading-current-page b {
  display: inline-block;
  margin-left: 5px;
  color: #000000;
}

.sticky-footer .landing-back-button,
.sticky-footer .icon-close-button,
.sticky-footer .share-title svg {
  display: none;
}

.sticky-footer .icon-wrapper {
  display: flex;
  align-items: center;
}

.sticky-footer .share {
  justify-content: flex-end;
}

#header .sticky-footer {
  display: none;
  transition: ease-in-out 0.5ms;
}

#header .sticky-footer.is-scrolldown {
  display: block;
}

main .sticky-footer {
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
}

.share-navigation {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
}

.share-navigation .share-container {
  height: 100%;
}

.share-navigation .share {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  width: 100%;
}

.share-navigation .share-label {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.share-navigation .share-label .total-share {
  color: #b3b3b3;
}

.share-navigation .share-icon {
  position: relative;
  margin-right: 16px;
}

.share-navigation .share-icon [class*=ico-] {
  display: block;
  margin-right: 0;
  width: 32px;
  height: 32px;
}

.share-navigation .share-icon svg {
  pointer-events: none;
}

.share-navigation .share-icon circle,
.share-navigation .share-icon .icon-inner {
  fill: #333;
  transition: fill .3s ease-in-out;
}

.share-navigation .share-icon:last-child {
  margin-right: 0;
}

.share-navigation .share-icon:hover.share-icon-facebook circle,
.share-navigation .share-icon:hover.share-icon-facebook .icon-inner {
  fill: #3B5998;
}

.share-navigation .share-icon:hover.share-icon-twitter circle {
  fill: #55ACEE;
}

.share-navigation .share-icon:hover.share-icon-email circle {
  fill: #4A4A4A;
}

.share-navigation .share-icon:hover.share-icon-whatsapp circle {
  fill: #4DC247;
}

.share-navigation .share-icon a:hover {
  opacity: 1;
}

.share-navigation .share-icon .use-ajax {
  position: relative;
}

.share-navigation .share-icon .ajax-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.share-navigation .share-icon:last-child,
.share-navigation .share-icon#whatsapp-detect-mobile {
  margin-right: 0;
}

.share-navigation #whatsapp-detect-pc {
  display: none;
}

.grid-blocks {
  margin: 0px 0 46px;
  border-top: solid 4px #f2f2f2;
  padding-top: 40px;
}

.grid-blocks--row {
  justify-content: center;
  margin: 0 -7px;
}

.grid-blocks--col {
  position: relative;
  margin: 0 7px;
  margin-bottom: 14px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 0;
  padding: 24px 16px 72px;
  max-width: calc(33.333333% - 14px);
}

.grid-blocks--col .btn {
  position: absolute;
  bottom: 24px;
  left: 16px;
  width: calc(100% - 32px);
}

.is-overflow {
  overflow: hidden !important;
}

body:not(.enable-contrast-header) #header .main-navigation {
  transition: margin-top 0.3s ease-in-out;
}

body:not(.enable-contrast-header) #header .main-navigation.is-scrolldown {
  margin-top: -89px;
}

body.enable-contrast-header #header .main-navigation.is-scrolldown {
  margin-top: -74px;
}

.is-overflow {
  overflow: hidden !important;
}

#header .main-navigation {
  transition: margin-top 0.3s ease-in-out;
}

#header .main-navigation.is-scrolldown {
  margin-top: -89px;
}

#header .Theme-HeaderContainer--navigable {
  z-index: 0;
}

.below-nav {
  position: relative;
  z-index: 5;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
}

.need-help-nav.below-nav .btn {
  font-weight: 400;
}

.need-help-nav.below-nav .i-need-help p {
  margin: 0 !important;
}

.need-help-nav.below-nav .i-need-help .btn {
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: rgba(49, 205, 169, 0.7);
}

.need-help-nav.below-nav .i-need-help .btn:after {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(49, 205, 169, 0.7);
  width: 100%;
  height: 30px;
  content: '';
}

.need-help-nav.below-nav .i-need-help .btn:before {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  height: 30px;
  content: '';
}

.need-help-nav.below-nav .i-need-help .btn:hover {
  background-color: rgba(49, 205, 169, 0.7);
}

.need-help-nav.below-nav .i-need-help .toolTip {
  display: none;
}

.below-nav__container.row {
  margin: 0;
}

.below-nav__container.row .col {
  padding: 0;
}

.below-nav__container .i-need-help {
  justify-content: flex-end;
  text-align: right;
}

.below-nav__container .i-need-help p {
  margin: 0 !important;
}

.below-nav__container .i-need-help .toolTip {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(0, -10px);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s ease;
  padding-top: 15px;
  width: 230px;
  text-align: left;
}

.below-nav__container .i-need-help .toolTip span {
  display: block;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  color: #424242;
  font-size: 14px;
  line-height: 18px;
}

.below-nav__container .i-need-help .toolTip span::after {
  position: absolute;
  top: -6px;
  right: 17px;
  transform: rotate(-45deg);
  border-radius: 2px;
  background: #FFFFFF;
  width: 10px;
  height: 10px;
  content: '';
}

.below-nav__container .i-need-help--block-mobile {
  display: block;
  position: relative;
  border-radius: 8px;
  background: rgba(49, 205, 169, 0.7);
  padding: 24px;
  color: #fff;
  text-align: left;
}

.below-nav__container .i-need-help--desc {
  display: block;
  margin: 0 0 54px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.below-nav__container .i-need-help--title {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.below-nav__container .i-need-help--btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  background: #1C1F64;
  padding: 5px 16px 7px;
  font-size: 16px;
  font-weight: 600;
}

.below-nav__container .i-need-help--img {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.below-nav__item.is-active .below-nav__link,
.below-nav__item.menu-item--active-trail .below-nav__link {
  color: var(--primary-color);
}

.below-nav__title {
  display: flex;
}

.below-nav__title .arrow-desktop {
  display: none;
}

.below-nav__link {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.below-nav__sub-item.menu-item--active-trail .below-nav__sub-link {
  color: var(--primary-color);
}

.event-popup .fancybox-content {
  padding-top: 24px;
}

.event-popup .fancybox-content {
  margin: 0px auto;
  width: 100%;
  max-width: 1140px;
}

.event-popup .fancybox-bg {
  opacity: 0.5;
}

.event-popup .popup .row {
  margin: 0 -24px;
}

.event-popup .popup .row [class^="col-md"] {
  padding: 0 24px;
}

.event-popup .popup .row.slick-init.slick-initialized {
  display: block;
  position: relative;
  flex: none;
  flex-wrap: inherit;
}

.event-popup .popup .row.slick-init.slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
}

.event-popup .popup .row.slick-init.slick-initialized .slick-arrow.slick-prev {
  left: -15px;
}

.event-popup .popup .row.slick-init.slick-initialized .slick-arrow.slick-next {
  right: -15px;
}

.event-popup .popup .row.slick-init.slick-initialized .slick-arrow.slick-disabled {
  opacity: 0;
}

.event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] {
  display: block;
  width: 100%;
  max-width: 100%;
}

.event-popup .popup--title h3 {
  margin: 0;
  color: #D24F1D;
  font-size: 24px;
  letter-spacing: -0.015em;
  line-height: 32px;
}

.event-popup .popup--item {
  margin-top: 16px;
}

.event-popup .popup--content-head img {
  margin-bottom: 14px;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

.event-popup .popup--content-head p {
  margin: 0;
  color: #9E9E9E;
  font-size: 12px;
}

.event-popup .popup--content-head p strong {
  color: #212121;
  font-size: 16px;
  line-height: 16px;
}

.event-popup .popup--content-body {
  margin-top: 16px;
  color: #424242;
  font-size: 16px;
  line-height: 20px;
}

.event-popup .popup--content-body p {
  margin: 0;
}

.form-wrapper .form-item.js-form-type-textfield.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-email.error .ui.basic.red,
.form-wrapper .form-item.js-form-item-mobile-number.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-password.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-password-confirm.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-url.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-tel.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-select.error .ui.basic.red {
  -webkit-animation-duration: 0s;
  position: relative;
  right: 0;
  z-index: 0;
  animation-duration: 0s;
  transition-duration: 0s;
}

body .webform-cta-submition.volunteer-col-2 .description .webform-element-description {
  font-size: 12px;
  line-height: 16px;
}

.webform-cta-submition .form-wrapper .form-item.js-form-type-tel .form-item--error-message {
  display: none !important;
}

.event-share-block {
  margin-top: 24px;
}

.event-share-block .share {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  width: 100%;
}

.event-share-block .share-label {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.event-share-block .share-label .total-share {
  color: #b3b3b3;
}

.event-share-block .share-icon {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

.event-share-block .share-icon [class*=ico-] {
  display: block;
  margin-right: 0;
  width: 32px;
  height: 32px;
}

.event-share-block .share-icon svg {
  pointer-events: none;
}

.event-share-block .share-icon circle,
.event-share-block .share-icon .icon-inner {
  fill: #333;
  transition: fill .3s ease-in-out;
}

.event-share-block .share-icon:last-child {
  margin-right: 0;
}

.event-share-block .share-icon:hover.share-icon-facebook circle,
.event-share-block .share-icon:hover.share-icon-facebook .icon-inner {
  fill: #3B5998;
}

.event-share-block .share-icon:hover.share-icon-twitter circle {
  fill: #55ACEE;
}

.event-share-block .share-icon:hover.share-icon-email circle {
  fill: #4A4A4A;
}

.event-share-block .share-icon:hover.share-icon-whatsapp circle {
  fill: #4DC247;
}

.event-share-block .share-icon a:hover {
  opacity: 1;
}

.event-share-block .share-icon .use-ajax {
  position: relative;
}

.event-share-block .share-icon .icon-wrapper {
  line-height: 0;
}

.event-share-block .share-icon .ajax-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.event-share-block .share-icon:last-child,
.event-share-block .share-icon#whatsapp-detect-mobile {
  margin-right: 0;
}

.event-share-block #whatsapp-detect-pc {
  display: none;
}

.webform-cta-submition .iti.iti--allow-dropdown input {
  outline: none;
  border: none;
}

.webform-cta-submition .iti.iti--allow-dropdown .js-webform-telephone-international {
  padding-left: 15px !important;
}

.webform-cta-submition .iti.iti--allow-dropdown .iti__flag-container,
.webform-cta-submition .iti.iti--allow-dropdown .iti__country-list {
  display: none;
}

.webform-confirmation__message .addeventatc#mental-health .addeventatc_dropdown.addeventatc-selected {
  left: 50%;
  transform: scale(1) translateY(0%) translateX(-50%) !important;
}

.form-wrapper .form-item.js-form-type-textfield.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-email.error .ui.basic.red,
.form-wrapper .form-item.js-form-item-mobile-number.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-password.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-password-confirm.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-url.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-tel.error .ui.basic.red,
.form-wrapper .form-item.js-form-type-select.error .ui.basic.red {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .share-navigation #whatsapp-detect-mobile {
    display: none;
  }

  .share-navigation #whatsapp-detect-pc {
    display: block;
  }

  .event-share-block #whatsapp-detect-mobile {
    display: none;
  }

  .event-share-block #whatsapp-detect-pc {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .sticky-footer .lading-current-page {
    padding-left: 12px;
  }

  body.no-tabbar.back-office.toolbar-fixed.has-nav:not(.enable-contrast-header) {
    padding-top: 277px !important;
  }

  body.has-nav.page-node-type-story:not(.enable-contrast-header) {
    padding-top: 198px !important;
  }

  .below-nav .below-nav__container {
    margin: 0;
  }

  .below-nav .below-nav__container .col {
    flex-basis: inherit;
    flex-grow: inherit;
    width: auto;
  }

  .below-nav .below-nav__container .below-nav__menu {
    flex: 1;
  }

  #header .main-navigation.is-scrolldown {
    margin-top: -95px;
  }

  .need-help-nav.below-nav {
    position: relative;
    border-bottom: none !important;
    overflow: hidden;
  }

  .need-help-nav.below-nav:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ddd;
    width: 100%;
    height: 1px;
    content: '';
  }

  .below-nav__container .i-need-help .btn {
    display: inline-block;
    position: relative;
  }

  .below-nav__container .i-need-help .btn:hover .toolTip {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }

  .below-nav__container .i-need-help--block-mobile {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  main .sticky-footer {
    display: none;
  }

  body:not(.enable-contrast-header) #header .main-navigation.is-scrolldown {
    margin-top: -95px;
  }

  .below-nav .container {
    display: flex;
    align-items: center;
  }

  .below-nav .share-navigation {
    order: 1;
  }

  .below-nav__trigger {
    display: none;
  }

  .below-nav__container {
    display: flex;
    align-items: center;
  }

  .below-nav__list {
    display: flex;
    align-items: center;
  }

  .below-nav__title .arrow-desktop {
    display: block;
  }

  .below-nav__title .arrow-mobile {
    display: none;
  }

  .below-nav__item.menu-item--expanded {
    position: relative;
  }

  .below-nav__item.menu-item--expanded .below-nav__sub-list {
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateY(-20px) translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
    border-radius: var(--primary-radius);
    background-color: #fff;
    width: 152px;
    text-align: left;
  }

  .below-nav__item.menu-item--expanded .below-nav__link::after {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f107";
  }

  .below-nav__item.menu-item--expanded:before {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 11px;
    content: '';
  }

  .below-nav__item.is-active .below-nav__link::before,
  .below-nav__item.menu-item--active-trail .below-nav__link::before {
    transform: scale(1);
  }

  .below-nav__item:hover .below-nav__sub-list {
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1;
  }

  .below-nav__item:hover .below-nav__link {
    color: var(--primary-color);
  }

  .below-nav__item:hover .below-nav__link::before {
    transform: scale(1);
  }

  .below-nav__link {
    position: relative;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    padding: 22px 24px;
  }

  .below-nav__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    background-color: #D24F1D;
    width: 100%;
    height: 4px;
    content: '';
  }

  .below-nav__sub-item:first-child .below-nav__sub-link {
    padding-top: 16px;
  }

  .below-nav__sub-item:last-child .below-nav__sub-link {
    padding-bottom: 16px;
  }

  .below-nav__sub-link {
    display: block;
    transition: color 0.3s ease-in-out;
    padding: 12px 21px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .below-nav__sub-link:hover {
    color: var(--primary-color);
  }

  .below-nav .share-navigation {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sticky-footer .share {
    justify-content: space-between;
  }

  .sticky-footer .share #fb-root {
    display: none;
  }

  .sticky-footer .share .share-title {
    order: 2;
  }

  .sticky-footer .share .icon-container {
    order: 1;
  }

  .sticky-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
  }

  .sticky-footer #whatsapp-detect-pc {
    display: none;
  }

  #header .sticky-footer {
    display: none !important;
  }

  .share-navigation .share-label {
    margin-right: auto;
  }

  .below-nav__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
    background-color: #FAFAFA;
    padding-top: 0;
    padding-bottom: 0;
  }

  .below-nav__trigger h4 {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 54px;
  }

  .below-nav__trigger i {
    transition: transform .3s ease-in-out;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .below-nav__trigger.is-active i {
    transform: rotate(180deg);
  }

  .below-nav__container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
    width: 100%;
    overflow-y: auto;
  }

  .below-nav__container .share {
    padding: 0;
  }

  .below-nav__sub-list {
    display: none;
  }

  .below-nav__item.is-active .arrow-mobile,
  .below-nav__item.menu-item--active-trail .arrow-mobile {
    transform: rotate(-45deg);
  }

  .below-nav__item.is-active .arrow-mobile rect,
  .below-nav__item.menu-item--active-trail .arrow-mobile rect {
    fill: var(--primary-color);
  }

  .below-nav__title .arrow-mobile {
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
    margin-left: auto;
  }

  .below-nav__title .arrow-mobile rect {
    fill: #333333;
  }

  .below-nav__link {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .below-nav__sub-link {
    display: block;
    padding-bottom: 24px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  body.enable-contrast-header #header .main-navigation.is-scrolldown {
    margin-top: -66px;
  }

  body.enable-contrast-header.user-logged-in #header .main-navigation.is-scrolldown {
    margin-top: -62px;
  }

  body.no-tabbar.back-office.toolbar-fixed.has-nav:not(.enable-contrast-header) {
    padding-top: 220px !important;
  }

  body.has-nav.page-node-type-story:not(.enable-contrast-header) {
    padding-top: 180px !important;
  }

  .below-nav__container .i-need-help {
    margin-top: 12px;
  }

  .below-nav__container .i-need-help .btn {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .obw-section__title .btn-filter {
    border-radius: 8px;
    padding: 8px 12px;
  }
}

@media (max-width: 768px) {
  #header.headroom--top .below-nav .below-nav__container {
    height: calc(var(--vh, 1vh)*100 - var(--header-height));
    overflow-y: auto;
  }

  #header.headroom--pinned .below-nav__container {
    height: calc(var(--vh, 1vh)*100 - var(--header-height));
    overflow-y: auto;
  }

  #header.headroom--pinned .is-scrolldown + .below-nav .below-nav__container {
    height: calc(var(--vh, 1vh)*100 - var(--header-height) + 35px);
    overflow-y: auto;
  }

  #header.headroom--unpinned .below-nav__container {
    height: calc(var(--vh, 1vh)*100 - 56px);
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  body .btn--quick-poll {
    max-width: 100%;
  }

  .grid-blocks {
    display: none;
  }

  .grid-blocks {
    margin: 0 0 40px;
  }

  .grid-blocks--col {
    max-width: calc(100% - 14px);
  }

  #header.headroom--top .below-nav .below-nav__container {
    overflow-y: auto;
  }

  #header.headroom--pinned .below-nav__container {
    overflow-y: auto;
  }

  #header.headroom--pinned .is-scrolldown + .below-nav .below-nav__container {
    overflow-y: auto;
  }

  .below-nav .below-nav__container {
    overflow-y: auto;
  }

  .event-popup .fancybox-content {
    opacity: 0;
    transition: all 0.3s ease;
  }

  .event-popup .fancybox-content.initSlide {
    opacity: 1;
  }

  .event-popup .popup .row {
    display: none;
    text-align: center;
  }

  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] {
    padding: 0 8px;
    width: 400px !important;
  }

  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] .popup--item {
    border-radius: 4px;
    background: #FCF9F9;
    padding: 16px;
    text-align: left;
  }

  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] .popup--item img {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 565px) {
  .below-nav__trigger {
    margin-right: -15px;
    margin-left: -15px;
  }

  .below-nav__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 520px) {
  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] {
    width: 300px !important;
  }
}

@media (max-width: 420px) {
  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] {
    width: 250px !important;
  }
}

@media (max-width: 350px) {
  .event-popup .popup .row.slick-init.slick-initialized [class^="col-md"] {
    width: 220px !important;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .grid-blocks .container {
    max-width: 880px;
  }
}