: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;
}

.view-display-id-page_mental_health_2020_resources {
  margin-bottom: 40px;
}

.view-display-id-page_mental_health_2020_stories .infinity-pager,
.view-display-id-page_mental_health_2020_resources .infinity-pager {
  margin: 32px 0 32px;
}

.view-display-id-page_mental_health_2020_blogs .views-row {
  margin-bottom: 30px;
}

.interactive-banner {
  margin-top: 16px;
}

.infinity-pager .btn {
  font-weight: 600;
}

.obw-cards .views-row {
  margin-bottom: 16px;
}

.obw-cards .views-row .stories-card {
  margin-bottom: 0;
}

.obw-cards .views-row:last-child {
  margin-bottom: 0;
}

.view-empty {
  margin: 64px;
  font-size: 24px;
  text-align: center;
}

.form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:after {
  background: url("/themes/custom/obw_theme/css/campaign/mental-health-2020/image/cb-active-black.png");
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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;
}

.obw-banner {
  position: relative;
  background: #8b8b8b;
}

.obw-banner__image img {
  width: 100%;
}

.obw-banner .obw-banner__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.obw-banner .obw-banner__content .container {
  padding-bottom: 50px;
}

.obw-banner .obw-banner__content h1 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 49px;
}

.obw-banner .obw-banner__content p {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.obw-banner--inline {
  position: relative;
  background: #8b8b8b;
  padding: 68px 0;
}

.obw-banner--inline .row {
  align-items: center;
}

.obw-banner--inline .obw-banner__image img {
  width: 100%;
}

.obw-banner--inline .obw-banner__content {
  position: relative;
}

.obw-banner--inline .obw-banner__content h1 {
  margin: 0;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 45px;
  line-height: 49px;
}

.obw-banner--inline .obw-banner__content p {
  margin-top: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.obw-banner--inline .obw-banner__content p:last-child {
  margin-bottom: 0;
}

.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);
}

.pt-40 {
  padding-top: 40px;
}

.text-right {
  text-align: right;
}

.mb-64 {
  margin-bottom: 64px;
}

.obw-banner__image img {
  width: 100%;
}

.obw-section {
  padding: 40px 0;
}

.obw-section .view-header p {
  margin: 8px 0 24px;
  color: #757575;
}

.obw-line {
  border-bottom: 3px solid #F2F2F2;
}

.obw-card__title {
  height: 48px;
}

.obw-card__description {
  min-height: 36px;
}

.obw-card__title,
.obw-card__description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-display-id-page_mental_health_2020_stories .obw-card__tags,
.view-display-id-page_mental_health_2020_resources .obw-card__tags,
.view-display-id-block_mental_health_2020_stories .obw-card__tags {
  padding: 0 24px;
}

.view-display-id-page_mental_health_2020_stories .obw-card__tags.desktop,
.view-display-id-page_mental_health_2020_resources .obw-card__tags.desktop,
.view-display-id-block_mental_health_2020_stories .obw-card__tags.desktop {
  display: block;
  margin-top: 8px;
  padding: 0;
}

.view-display-id-page_mental_health_2020_stories .obw-card__tags.mobile,
.view-display-id-page_mental_health_2020_resources .obw-card__tags.mobile,
.view-display-id-block_mental_health_2020_stories .obw-card__tags.mobile {
  display: none;
}

.view-display-id-page_mental_health_2020_stories .obw-card__tag,
.view-display-id-page_mental_health_2020_resources .obw-card__tag,
.view-display-id-block_mental_health_2020_stories .obw-card__tag {
  font-weight: 300;
  text-transform: unset;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-25,
.views-infinite-scroll-content-wrapper .obw-cards.mt-20 {
  margin-top: 0 !important;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-25 .quick-poll-form,
.views-infinite-scroll-content-wrapper .obw-cards.mt-20 .quick-poll-form {
  display: none;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-25:nth-child(1),
.views-infinite-scroll-content-wrapper .obw-cards.mt-20:nth-child(1) {
  margin-top: 20px !important;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-25:nth-child(1) .quick-poll-form,
.views-infinite-scroll-content-wrapper .obw-cards.mt-20:nth-child(1) .quick-poll-form {
  display: block;
}

.mt-15 {
  margin-top: 15px !important;
}

.obw-card__button a {
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 16px;
  border-radius: var(--primary-radius);
  background-color: var(--primary-color);
  padding: 8px 10px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.obw-card__button a:hover {
  background-color: #c4491b;
  color: #fff;
  text-decoration: none;
}

.obw-card__button a.is-donate {
  background-color: var(--warning-color);
}

.obw-card__button a.is-donate:hover {
  background-color: #f1b22e;
}

.obw-card__button a.is-volunteer {
  background-color: var(--success-color);
}

.obw-card__button a.is-volunteer:hover {
  background-color: #3cd2af;
}

.obw-card__button--is-group {
  display: flex;
}

.obw-card__button--is-group a {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.obw-card__button--is-group a:first-child {
  margin-right: 24px;
}

.obw-card {
  position: relative;
  z-index: 1;
  transition: box-shadow 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--shadow);
  border-radius: var(--primary-radius);
  height: 100%;
  overflow: hidden;
}

.obw-card .obw-card__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.obw-card .obw-card__wrapper:hover + .obw-card__inner .obw-card__body .obw-card__title a,
.obw-card .obw-card__wrapper:hover + .stories-card--left .stories-card__header .stories-card__title a {
  color: #D24F1D;
}

.obw-card:hover {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  box-shadow: var(--hover-shadow);
}

.obw-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.obw-card__link {
  display: block;
}

.obw-card__image {
  width: 100%;
}

.obw-card__body {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  height: 100%;
}

.obw-card__body .obw-card__datetime {
  margin-top: auto;
}

.obw-card__footer {
  margin-top: auto;
  padding: 26px 24px 24px;
}

.obw-card__title {
  margin: 0;
  margin-bottom: 4px;
}

.obw-card__title a {
  transition: color 0.3s ease-in-out;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.obw-card__title a:hover {
  color: #D24F1D;
}

.obw-card__description {
  margin-top: 0;
  margin-bottom: 8px;
  color: #858585;
  font-size: 14px;
  line-height: 18px;
}

.obw-card__datetime {
  display: inline-block;
  color: #767676;
  font-size: 14px;
  line-height: 16px;
}

.obw-card__tag {
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #EEEEEE;
  border-radius: var(--secondary-radius);
  padding: 4px 8px;
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
}

.obw-card__count {
  color: #858585;
  font-size: 14px;
  line-height: 18px;
}

.obw-card__published {
  margin-bottom: 8px;
  font-weight: 600;
}

.obw-card__published .obw-card__datetime {
  color: #31CDA9;
}

.obw-card__published .stories-card__reading-time::before {
  content: "\00B7";
}

.obw-card__user {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}

.obw-card__user--avatar {
  margin-right: 10px;
}

.obw-card__user--avatar img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.obw-card__user--content {
  color: #424242;
  font-size: 12px;
}

.obw-card--is-cta .obw-card__description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs--type .event-card {
  position: relative;
  z-index: 1;
  transition: box-shadow 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--shadow);
  border-radius: var(--primary-radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event-card {
  display: block;
  position: relative;
  background-color: #31CDA9;
  padding-bottom: 16px;
}

.event-card__btn {
  display: block;
  border-radius: 4px;
  background: #D24F1D;
  padding: 14px 16px;
  width: calc(100% - 32px);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.event-card img {
  max-width: 100%;
  height: auto;
}

.obw-section__title h2 {
  margin: 0;
  color: #D24F1D;
  font-size: 24px;
  line-height: 32px;
}

.obw-section__title p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.obw-section__title a {
  transition: color 0.3s ease-in-out;
  color: #424242;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  white-space: nowrap;
}

.obw-section__title a:hover {
  color: #D24F1D;
  text-decoration: underline;
}

.obw-card {
  height: auto;
}

.stories-card {
  padding: 24px;
}

.stories-card--fuild {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.stories-card.has-thumbnail .stories-card--left {
  flex: 0 0 80%;
  padding-right: 24px;
  max-width: 80%;
}

.stories-card.has-thumbnail .stories-card--right {
  flex: 0 0 20%;
  max-width: 20%;
}

.stories-card.has-thumbnail .stories-card--right img {
  border-radius: var(--primary-radius);
  width: 100%;
  height: 100%;
}

.stories-card__title {
  margin: 0;
  margin-bottom: 4px;
}

.stories-card__title a {
  transition: color 0.3s ease-in-out;
  color: #424242;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.stories-card__title a:hover {
  color: #D24F1D;
}

.stories-card__tag {
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #EEEEEE;
  border-radius: var(--secondary-radius);
  padding: 4px 12px;
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.stories-card__tags .obw-card__tag {
  text-transform: none;
}

.stories-card__tags a {
  color: #757575;
}

.stories-card__description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  color: #757575;
  text-overflow: ellipsis;
}

.stories-card__reading-time {
  color: var(--success-color);
  font-size: 14px;
}

.stories-card__published {
  margin-bottom: 8px;
  font-weight: 600;
}

.stories-card__image.desktop {
  position: relative;
  border-radius: var(--primary-radius);
  background-position: center;
  background-size: cover;
  height: 100%;
}

.stories-card__image.desktop a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view-story-card .view-story-card--content {
  border-bottom: solid 4px #f2f2f2;
  padding: 40px 0 24px;
}

.view-story-card .result-total {
  margin: 0 0 24px 0;
  color: #31CDA9;
  font-size: 24px;
  line-height: 32px;
}

.view-story-card .view-empty {
  font-weight: 600;
  text-align: center;
}

.view-story-card .view-empty .view-empty-content {
  border-bottom: solid 4px #F2F2F2;
  padding: 48px 0;
  color: #212121;
  font-size: 20px;
}

.view-story-card .view-empty .view-empty-content p {
  margin: 0;
}

.view-story-card .views-row {
  margin-bottom: 16px;
}

.view-story-card .obw-card__tags {
  padding: 0 24px;
}

.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;
}

.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);
}

.obw-modal {
  position: relative;
  margin: auto;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  width: auto;
  max-width: 690px;
}

.obw-modal.resources-filter .form-actions #edit-reset {
  border: 1px solid #D34E1D;
  background: #fff;
  color: #D34E1D;
}

.obw-modal.resources-filter .mfp-close {
  top: 17px;
  right: 14px;
  transition: all 0.3s ease;
  color: transparent;
  font-size: 18px;
}

.obw-modal.resources-filter .mfp-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  font-family: 'Font Awesome 5 Pro';
  content: "\f00d";
}

.obw-modal.resources-filter .form-wrapper .js-form-type-checkbox {
  margin: 20px 0;
}

.obw-modal.resources-filter .form-wrapper .js-form-type-checkbox label {
  padding-left: 32px;
  color: #212121;
  font-size: 16px;
  line-height: 20px;
}

.obw-modal__wrapper {
  padding: 24px 40px;
}

.obw-modal__header {
  text-align: center;
}

.obw-modal__title {
  margin-top: 0;
  font-size: 19px;
  font-weight: bold;
}

.obw-modal__body > p {
  color: #9E9E9E;
  font-size: 24px;
}

.form-wrapper .js-form-type-checkbox {
  margin-bottom: 24px;
}

.view-filters {
  position: relative;
  margin: auto;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  padding: 24px;
  width: auto;
  max-width: 690px;
}

.view-filters .mfp-close {
  top: 17px;
  right: 14px;
  transition: all 0.3s ease;
  color: transparent;
  font-size: 18px;
}

.view-filters .mfp-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  font-family: 'Font Awesome 5 Pro';
  content: "\f00d";
}

.view-filters form {
  width: 100%;
}

.view-filters .obw-modal__title {
  text-align: center;
}

.view-filters .custom-modal-selected {
  display: block;
}

.view-filters .custom-modal-selected .form-actions {
  display: flex;
  justify-content: center;
  text-align: center;
}

.view-filters .custom-modal-selected .form-actions #edit-reset {
  order: 1;
  margin-right: 16px;
}

.view-filters .custom-modal-selected .form-actions .js-form-submit {
  display: inline-block;
  order: 2;
  border: none;
  border-radius: 3px;
  background-color: #e2612f;
  padding: 0 15px;
  min-width: 190px;
  height: 41px;
  color: #fff;
  text-align: center;
}

.view-filters #edit-reset {
  border: 1px solid #D34E1D;
  background: #fff;
  color: #D34E1D;
}

.tags-container {
  margin-top: 15px;
  margin-bottom: 6px;
  margin-left: -6px;
}

.tags-container .tags-wrap-list li {
  display: inline-block;
  position: relative;
  float: left;
  margin-bottom: 10px;
  margin-left: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  background-color: #fff;
  padding: 8px 40px 8px 16px;
  color: #191919;
  font-size: 16px;
  line-height: 24px;
}

.tags-container .tags-wrap-list li .destroy-tag-selected {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #b3b3b3;
}

.tags-container .clear-all-filter {
  display: none;
  float: left;
  cursor: pointer;
  margin-left: 16px;
  color: #919191;
  font-size: 16px;
  line-height: 42px;
}

.tags-container .clear-all-filter.show {
  display: inline-block;
}

.tags-container::after {
  display: block;
  clear: both;
  content: "";
}

.tag-selected {
  display: none;
}

.tag-selected legend {
  padding-bottom: 24px;
  color: #9E9E9E;
  font-size: 24px;
}

.filter-popup .tag-selected legend {
  padding-bottom: 0;
  color: #9E9E9E;
  font-size: 24px;
}

.filter-popup .form-actions #edit-reset {
  border: 1px solid #D34E1D;
  background: #fff;
  color: #D34E1D;
}

.filter-popup .mfp-close {
  top: 17px;
  right: 14px;
  transition: all 0.3s ease;
  color: transparent;
  font-size: 18px;
}

.filter-popup .mfp-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  font-family: 'Font Awesome 5 Pro';
  content: "\f00d";
}

.filter-popup .form-wrapper .js-form-type-checkbox {
  margin: 20px 0;
}

.filter-popup .form-wrapper .js-form-type-checkbox label {
  padding-left: 32px;
  color: #212121;
  font-size: 16px;
  line-height: 20px;
}

.tag-selected.custom-modal-selected {
  display: block;
  margin: auto;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  padding: 24px 40px;
  width: auto;
  max-width: 690px;
}

.tag-selected fieldset {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.tag-selected .form-wrapper legend {
  display: none;
}

.tag-selected .form-wrapper .form-checkboxes:not(#edit-tag) {
  display: flex;
  flex-wrap: wrap;
}

.tag-selected .form-wrapper .js-form-type-checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.tag-selected .form-wrapper .js-form-type-checkbox input[type="checkbox"] + label {
  display: none;
}

.tag-selected .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label {
  display: block;
}

.tag-selected .form-wrapper .js-form-type-checkbox label {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 20px 8px 16px;
  color: #424242;
  font-size: 12px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.tag-selected .form-wrapper .js-form-type-checkbox label::after {
  display: inline-block;
  position: relative;
  top: 6px;
  background: none !important;
  padding-left: 16px;
  color: #b3b3b3;
  font-size: 20px;
  content: '\02DF';
}

.tag-selected .form-wrapper.form-actions .js-form-submit {
  display: none;
}

.tag-selected .form-actions {
  display: inline-block;
}

.tag-selected .clear-all-filter {
  display: none;
  cursor: pointer;
  margin-left: 16px;
  color: #919191;
  font-size: 16px;
  line-height: 42px;
}

.tag-selected .clear-all-filter.show {
  display: inline-block;
}

body .interactive-banner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  min-height: 400px;
  color: #ffffff;
}

body .interactive-banner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
  background: #212121;
  content: '';
}

body .interactive-banner .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

body .interactive-banner .container .interactive--published {
  font-size: 14px;
  line-height: 18px;
}

body .interactive-banner .container .interactive--datetime {
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

body .interactive-banner .container .interactive--datetime:after {
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  width: 2px;
  height: 2px;
  content: '';
}

body .interactive-banner .container .interactive--content {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
}

body .interactive-banner .container .interactive--content h3 {
  margin: 0 0 16px;
  font-size: 45px;
  letter-spacing: -0.015em;
  line-height: 45px;
}

body .interactive-banner .container .interactive--content p {
  margin: 16px 0 0;
}

body .interactive-banner .container .interactive--content .btn {
  margin-top: 32px;
  font-weight: 600;
}

.obw-stories {
  overflow: hidden;
}

.obw-stories--items {
  margin-right: -12px;
  margin-left: -12px;
}

.obw-stories--item {
  position: relative;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
}

.obw-stories--item.current-reading-item {
  overflow: inherit;
}

.obw-stories--item.current-reading-item .obw-stories--card .card--thumbnail > img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item) {
  flex: 0 0 calc(33.333333% - 24px);
  margin: 0px 12px 24px;
  max-width: calc(33.333333% - 24px);
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post .blog-post-contribute.obw-stories--card .card--thumbnail {
  text-align: center;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post .blog-post-contribute.obw-stories--card .card--thumbnail img {
  width: 50%;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .card--body .card--description h3 {
  color: #212121;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .card--body .card--description p {
  color: #616161;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .obw-stories--card:hover .card--body .card--description h3 {
  color: #D24F1D;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).obw-stories--actions {
  border-radius: 9px;
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).obw-stories--actions:hover:not(.hover) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.obw-stories--item:not(.swiper-slide):not(.blog-post--item).obw-stories--actions:hover .card--body .card--description h3 {
  color: #424242;
}

.obw-stories--card .card--link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.obw-stories--card .card--thumbnail {
  position: relative;
  line-height: 1;
}

.obw-stories--card .card--thumbnail.not-full-width {
  text-align: center;
}

.obw-stories--card .card--thumbnail.not-full-width img {
  width: auto;
}

.obw-stories--card .card--thumbnail img {
  width: 100%;
}

.obw-stories--card .card--thumbnail .story-type {
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 4px;
  background-color: #922963;
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.obw-stories--card .card--thumbnail .story-type.purple {
  background-color: #AC235F;
}

.obw-stories--card .card--thumbnail .story-type.lemon {
  background-color: #FFB925;
}

.obw-stories--card .card--thumbnail .story-type.panda {
  background-color: #2C87AC;
}

.obw-stories--card .card--thumbnail .story-type.sea-turtle {
  background: #31CDA9;
}

.obw-stories--card .card--thumbnail .story-type.olive {
  background-color: #9A9E3A;
}

.obw-stories--card .card--thumbnail .current-reading {
  position: absolute;
  bottom: 8px;
  left: -8px;
  border-radius: 0px 32px 32px 0px;
  background: #212121;
  padding: 0px 21px 0px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

.obw-stories--card .card--thumbnail .current-reading img {
  vertical-align: middle;
  margin-right: 8px;
  max-width: 32px;
}

.obw-stories--card .card--body {
  padding: 16px;
}

.obw-stories--card .card--body.a-letter-to-myself {
  padding-top: 0;
}

.obw-stories--card .card--body.card--body-blogs-post .card--description {
  min-height: 0;
}

.obw-stories--card .card--body.card--body-blogs-post .card--description h3 {
  min-height: 48px;
}

.obw-stories--card .card--meta {
  margin: 0 0 8px;
}

.obw-stories--card .card--meta ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.obw-stories--card .card--meta ul li {
  position: relative;
  padding-left: 16px;
  color: #31CDA9;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.obw-stories--card .card--meta ul li:first-child {
  padding-left: 0;
}

.obw-stories--card .card--meta ul li:first-child:after {
  display: none;
}

.obw-stories--card .card--meta ul li:after {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  background-color: #31CDA9;
  width: 2px;
  height: 2px;
  content: '';
}

.obw-stories--card .card--description {
  min-height: 92px;
}

.obw-stories--card .card--description.auto-height {
  min-height: 0;
}

.obw-stories--card .card--description h3 {
  transition: color 0.3s ease;
  margin: 0;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.obw-stories--card .card--description h3 .field {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.obw-stories--card .card--description p {
  margin: 8px 0 0;
  height: 36px;
  color: #757575;
  font-size: 14px;
  line-height: 18px;
}

.obw-stories--card .card--labels {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -5px 0;
  height: 34px;
  overflow: hidden;
}

.obw-stories--card .card--labels .label--item {
  box-sizing: border-box;
  margin: 8px 5px 0;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 4px 8px;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
}

.obw-stories--card .card--author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #212121;
}

.obw-stories--card .card--author .author--thumbnail {
  flex: 0 0 40px;
  max-width: 40px;
}

.obw-stories--card .card--author .author--thumbnail img {
  border-radius: 50%;
}

.obw-stories--card .card--author .author--description {
  flex: 0 0 calc(100% - 40px);
  padding-left: 14px;
  max-width: calc(100% - 40px);
  color: #212121;
  font-size: 14px;
  line-height: 16px;
}

.obw-stories--card .card--author .author--description p {
  margin: 0;
}

.obw-stories--card .card--message {
  padding-top: 26px;
  padding-bottom: 8px;
}

.obw-stories--card .card--message h3 {
  transition: color 0.3s ease;
  margin: 0;
  color: #424242;
  font-size: 24px;
  line-height: 32px;
}

.obw-stories--card.responsive .card--labels {
  margin-top: -8px;
  margin-bottom: 16px;
  padding: 0 16px 0 16px;
}

.obw-stories--card.obw-take-action--card .card--description h3 {
  font-size: 20px;
  line-height: 22px;
}

.obw-stories--card.obw-take-action--card .card--description h3 .field {
  -webkit-line-clamp: 3;
}

.obw-stories--card.obw-take-action--card .card--description p {
  height: auto;
}

.obw-stories--card.obw-take-action--card .take-action--buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.obw-stories--card.obw-take-action--card .take-action--buttons .take-action--link {
  flex: 0 0 96px;
  max-width: 96px;
}

.obw-stories--card.obw-take-action--card .take-action--buttons .take-action--button {
  flex: 0 0 calc(100% - 96px);
  padding-left: 8px;
  max-width: calc(100% - 96px);
}

.obw-stories--card.obw-take-action--card .take-action--buttons .take-action--button a svg {
  margin-right: 10px;
}

.obw-stories--card.obw-take-action--card .take-action--buttons .take-action--link a,
.obw-stories--card.obw-take-action--card .take-action--buttons .take-action--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  transition-property: background;
  transition-timing-function: ease;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--link a,
.obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--button a {
  border-color: #FFB925;
  color: #FFB925;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--button a {
  background-color: #FFB925;
  color: #ffffff;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--link a,
.obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--button a {
  border-color: #9A9E3A;
  color: #9A9E3A;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--button a {
  background-color: #9A9E3A;
  color: #ffffff;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--link a,
.obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--button a {
  border-color: #31CDA9;
  color: #31CDA9;
}

.obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--button a {
  background-color: #31CDA9;
  color: #ffffff;
}

.obw-stories .obw-stories-slider {
  position: relative;
}

.obw-stories .obw-stories-slider .swiper-container {
  margin-top: -16px;
  margin-left: -16px;
  width: calc(100% + 32px);
}

.obw-stories .obw-stories-slider .swiper-container .swiper-slide {
  visibility: hidden;
  opacity: 0;
  height: auto;
}

.obw-stories .obw-stories-slider .swiper-container .swiper-slide:not(.swiper-slide-visible) {
  transition-duration: 250ms;
  transition-property: visibility, opacity;
}

.obw-stories .obw-stories-slider .swiper-container .swiper-slide-visible {
  visibility: visible;
  opacity: 1;
}

.obw-stories .obw-stories-slider .swiper-button {
  top: calc(50% - 36px);
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: none;
  padding: 0;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  line-height: 40px;
  text-align: center;
}

.obw-stories .obw-stories-slider .swiper-button.init {
  display: block;
}

.obw-stories .obw-stories-slider .swiper-button-disabled {
  visibility: visible;
  opacity: 0;
}

.obw-stories .obw-stories-slider .swiper-button-next {
  right: -15px;
}

.obw-stories .obw-stories-slider .swiper-button-prev {
  left: -15px;
}

.obw-stories .obw-stories-slider .swiper-pagination {
  display: flex;
  position: relative;
  bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.obw-stories .obw-stories-slider .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 2px;
  border-radius: 10px;
  background-color: #BDBDBD;
  width: 8px;
  height: 8px;
}

.obw-stories .obw-stories-slider .swiper-pagination-bullet-active {
  background-color: #FFB925;
  width: 32px;
}

.obw-stories .obw-stories-slider .slick-slider .slick-list {
  margin: 0 -24px;
}

.obw-stories .obw-stories-slider .slick-slider .slick-list .slick-track {
  margin: 0;
}

.obw-stories .obw-stories-slider .slick-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.obw-stories .obw-stories-slider .slick-slider .slick-dots li {
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 2px;
  border: none;
  border-radius: 10px;
  background-color: #BDBDBD;
  padding: 0;
  width: 8px;
  height: 8px;
  line-height: 1;
}

.obw-stories .obw-stories-slider .slick-slider .slick-dots li button {
  display: none;
}

.obw-stories .obw-stories-slider .slick-slider .slick-dots li.slick-active {
  background-color: #FFB925;
  width: 32px;
}

.obw-stories .obw-stories-slider .slick-arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - 36px);
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
  outline: none;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: none;
  padding: 0;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  line-height: 40px;
  text-align: center;
}

.obw-stories .obw-stories-slider .slick-arrow .fal {
  font-weight: 400;
}

.obw-stories .obw-stories-slider .slick-arrow.init {
  display: block;
}

.obw-stories .obw-stories-slider .slick-arrow.slick-disabled {
  visibility: visible;
  opacity: 0;
}

.obw-stories .obw-stories-slider .slick-arrow.slick-next {
  right: -20px;
}

.obw-stories .obw-stories-slider .slick-arrow.slick-next .fa-arrow-right:before {
  content: "\f054";
}

.obw-stories .obw-stories-slider .slick-arrow.slick-prev {
  left: -20px;
}

.obw-stories .obw-stories-slider .slick-arrow.slick-prev .fa-arrow-left:before {
  content: "\f053";
}

.sticky-social--bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 91;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 18px 0;
  width: 100%;
}

.sticky-social--bottom .container {
  padding: 0 16px;
}

.sticky-social--bottom .social-inner .sticky-social--wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .share-label {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .share-label .total-share {
  color: #b3b3b3;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper {
  display: flex;
  flex: 0 0 calc(100%);
  flex-wrap: nowrap;
  padding-right: 33px;
  padding-left: 8px;
  max-width: calc(100%);
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper .share-icon {
  display: block;
  line-height: 1;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper .share-icon.share-icon-facebook a {
  margin-left: 0;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper span.share-icon-facebook a:hover svg circle,
.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper span.share-icon-facebook a:hover svg .icon-inner {
  fill: #3B5998;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper span.share-icon-twitter a:hover svg circle {
  fill: #55ACEE;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper span.share-icon-email a:hover svg circle {
  fill: #4A4A4A;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper span[data-platform="whatsapp"] a:hover svg circle {
  fill: #4DC247;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper a {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 16px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #333333;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper a svg {
  width: 32px;
  height: 32px;
}

.sticky-social--bottom .social-inner .sticky-social--wrap .icon-container .icon-wrapper .ajax-progress {
  display: none !important;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-20 {
  margin-top: 0 !important;
}

.views-infinite-scroll-content-wrapper .obw-cards.mt-20:nth-child(1) {
  margin-top: 20px !important;
}

.tag-selected {
  margin-top: 10px;
}

.bef-exposed-form .form--inline .form-item {
  vertical-align: top;
}

.obw-stories--items.loadmore-items.active .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post {
  display: block;
}

.blog-loadmore {
  margin-top: 24px;
  text-align: center;
}

.blog-loadmore a {
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid #D24F1D;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  width: 100%;
  max-width: 347px;
  max-width: 100%;
  height: 48px;
  color: #D24F1D;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.blog-loadmore a:hover {
  background: #D24F1D;
  color: #ffffff;
}

.blog-loadmore a.wide {
  max-width: 100%;
}

.mental-health-2021-blogs .view-header {
  margin: 0 0 40px;
}

.mental-health-2021-blogs .view-header .obw-section__title br {
  display: none;
}

.mental-health-2021-blogs .view-header .obw-banner__description p {
  margin: 8px 0 0;
}

.mental-health-2021-blogs {
  padding-top: 40px;
}

@media (min-width: 501px) {
  .blog-loadmore {
    display: none !important;
  }
}

@media (min-width: 566px) {
  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter .obw-stories--card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter .obw-stories--card .card--thumbnail {
    flex: 0 0 212px;
    max-width: 212px;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter .obw-stories--card .card--body {
    flex: 0 0 calc(100% - 212px);
    max-width: calc(100% - 212px);
  }
}

@media (min-width: 767px) {
  .event-card__mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .view-display-id-page_mental_health_2020_stories .stories-card .obw-card__header .obw-card__link {
    display: block;
  }

  .view-display-id-page_mental_health_2020_stories .stories-card__image {
    border-radius: var(--primary-radius) 0 0;
  }

  .view-display-id-page_mental_health_2020_stories .stories-card__image.desktop {
    width: 100%;
    height: 200px;
  }

  .obw-card__body {
    padding: 24px;
  }

  .obw-card__tags {
    margin-bottom: 8px;
  }

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

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

@media (min-width: 768px) {
  .obw-banner__image .image-mobile {
    display: none;
  }

  .obw-banner--inline .obw-banner__image .image-mobile {
    display: none;
  }

  .obw-cards .views-row.col-md-4 {
    flex: 0 0 calc(33.333333% - 30px);
    z-index: 1;
    transition: box-shadow 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 15px 16px;
    box-shadow: var(--shadow);
    border-radius: var(--primary-radius);
    padding: 0;
    max-width: calc(33.333333% - 30px);
    overflow: hidden;
  }

  .obw-cards .views-row.col-md-4 .obw-card {
    box-shadow: none;
    border: none;
    background: transparent;
    height: auto;
  }

  .obw-cards .views-row.col-md-4 .obw-card .obw-card__body {
    padding: 24px;
  }

  .obw-cards .views-row.col-md-4:hover {
    box-shadow: var(--hover-shadow);
  }

  .obw-card .obw-card__tags {
    margin-bottom: 0px;
  }

  .event-card {
    padding-bottom: 80px;
    min-height: 100%;
  }

  .event-card__btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }

  .stories-card__tags.tags-outside {
    display: none;
  }
}

@media (min-width: 769px) {
  .m-dt-1 {
    margin: 1;
  }

  .mx-dt-1 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .my-dt-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .ml-dt-1 {
    margin-left: 5px;
  }

  .mr-dt-1 {
    margin-right: 5px;
  }

  .mb-dt-1 {
    margin-bottom: 5px;
  }

  .mt-dt-1 {
    margin-top: 5px !important;
  }

  .p-dt-1 {
    padding: 5px;
  }

  .px-dt-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .py-dt-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pl-dt-1 {
    padding-left: 5px;
  }

  .pr-dt-1 {
    padding-right: 5px;
  }

  .pb-dt-1 {
    padding-bottom: 5px;
  }

  .pt-dt-1 {
    padding-top: 5px;
  }

  .m-dt-2 {
    margin: 2;
  }

  .mx-dt-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .my-dt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ml-dt-2 {
    margin-left: 10px;
  }

  .mr-dt-2 {
    margin-right: 10px;
  }

  .mb-dt-2 {
    margin-bottom: 10px;
  }

  .mt-dt-2 {
    margin-top: 10px !important;
  }

  .p-dt-2 {
    padding: 10px;
  }

  .px-dt-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .py-dt-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pl-dt-2 {
    padding-left: 10px;
  }

  .pr-dt-2 {
    padding-right: 10px;
  }

  .pb-dt-2 {
    padding-bottom: 10px;
  }

  .pt-dt-2 {
    padding-top: 10px;
  }

  .m-dt-3 {
    margin: 3;
  }

  .mx-dt-3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .my-dt-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ml-dt-3 {
    margin-left: 15px;
  }

  .mr-dt-3 {
    margin-right: 15px;
  }

  .mb-dt-3 {
    margin-bottom: 15px;
  }

  .mt-dt-3 {
    margin-top: 15px !important;
  }

  .p-dt-3 {
    padding: 15px;
  }

  .px-dt-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .py-dt-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pl-dt-3 {
    padding-left: 15px;
  }

  .pr-dt-3 {
    padding-right: 15px;
  }

  .pb-dt-3 {
    padding-bottom: 15px;
  }

  .pt-dt-3 {
    padding-top: 15px;
  }

  .m-dt-4 {
    margin: 4;
  }

  .mx-dt-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .my-dt-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ml-dt-4 {
    margin-left: 20px;
  }

  .mr-dt-4 {
    margin-right: 20px;
  }

  .mb-dt-4 {
    margin-bottom: 20px;
  }

  .mt-dt-4 {
    margin-top: 20px !important;
  }

  .p-dt-4 {
    padding: 20px;
  }

  .px-dt-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .py-dt-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pl-dt-4 {
    padding-left: 20px;
  }

  .pr-dt-4 {
    padding-right: 20px;
  }

  .pb-dt-4 {
    padding-bottom: 20px;
  }

  .pt-dt-4 {
    padding-top: 20px;
  }

  .m-dt-5 {
    margin: 5;
  }

  .mx-dt-5 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .my-dt-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .ml-dt-5 {
    margin-left: 25px;
  }

  .mr-dt-5 {
    margin-right: 25px;
  }

  .mb-dt-5 {
    margin-bottom: 25px;
  }

  .mt-dt-5 {
    margin-top: 25px !important;
  }

  .p-dt-5 {
    padding: 25px;
  }

  .px-dt-5 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .py-dt-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pl-dt-5 {
    padding-left: 25px;
  }

  .pr-dt-5 {
    padding-right: 25px;
  }

  .pb-dt-5 {
    padding-bottom: 25px;
  }

  .pt-dt-5 {
    padding-top: 25px;
  }

  .m-dt-6 {
    margin: 6;
  }

  .mx-dt-6 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .my-dt-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ml-dt-6 {
    margin-left: 30px;
  }

  .mr-dt-6 {
    margin-right: 30px;
  }

  .mb-dt-6 {
    margin-bottom: 30px;
  }

  .mt-dt-6 {
    margin-top: 30px !important;
  }

  .p-dt-6 {
    padding: 30px;
  }

  .px-dt-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .py-dt-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pl-dt-6 {
    padding-left: 30px;
  }

  .pr-dt-6 {
    padding-right: 30px;
  }

  .pb-dt-6 {
    padding-bottom: 30px;
  }

  .pt-dt-6 {
    padding-top: 30px;
  }

  .m-dt-7 {
    margin: 7;
  }

  .mx-dt-7 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .my-dt-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .ml-dt-7 {
    margin-left: 35px;
  }

  .mr-dt-7 {
    margin-right: 35px;
  }

  .mb-dt-7 {
    margin-bottom: 35px;
  }

  .mt-dt-7 {
    margin-top: 35px !important;
  }

  .p-dt-7 {
    padding: 35px;
  }

  .px-dt-7 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .py-dt-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pl-dt-7 {
    padding-left: 35px;
  }

  .pr-dt-7 {
    padding-right: 35px;
  }

  .pb-dt-7 {
    padding-bottom: 35px;
  }

  .pt-dt-7 {
    padding-top: 35px;
  }

  .m-dt-8 {
    margin: 8;
  }

  .mx-dt-8 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .my-dt-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ml-dt-8 {
    margin-left: 40px;
  }

  .mr-dt-8 {
    margin-right: 40px;
  }

  .mb-dt-8 {
    margin-bottom: 40px;
  }

  .mt-dt-8 {
    margin-top: 40px !important;
  }

  .p-dt-8 {
    padding: 40px;
  }

  .px-dt-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .py-dt-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pl-dt-8 {
    padding-left: 40px;
  }

  .pr-dt-8 {
    padding-right: 40px;
  }

  .pb-dt-8 {
    padding-bottom: 40px;
  }

  .pt-dt-8 {
    padding-top: 40px;
  }

  .m-dt-11 {
    margin: 11;
  }

  .mx-dt-11 {
    margin-right: 55px;
    margin-left: 55px;
  }

  .my-dt-11 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .ml-dt-11 {
    margin-left: 55px;
  }

  .mr-dt-11 {
    margin-right: 55px;
  }

  .mb-dt-11 {
    margin-bottom: 55px;
  }

  .mt-dt-11 {
    margin-top: 55px !important;
  }

  .p-dt-11 {
    padding: 55px;
  }

  .px-dt-11 {
    padding-right: 55px;
    padding-left: 55px;
  }

  .py-dt-11 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pl-dt-11 {
    padding-left: 55px;
  }

  .pr-dt-11 {
    padding-right: 55px;
  }

  .pb-dt-11 {
    padding-bottom: 55px;
  }

  .pt-dt-11 {
    padding-top: 55px;
  }

  .m-dt-12 {
    margin: 12;
  }

  .mx-dt-12 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .my-dt-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .ml-dt-12 {
    margin-left: 60px;
  }

  .mr-dt-12 {
    margin-right: 60px;
  }

  .mb-dt-12 {
    margin-bottom: 60px;
  }

  .mt-dt-12 {
    margin-top: 60px !important;
  }

  .p-dt-12 {
    padding: 60px;
  }

  .px-dt-12 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .py-dt-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pl-dt-12 {
    padding-left: 60px;
  }

  .pr-dt-12 {
    padding-right: 60px;
  }

  .pb-dt-12 {
    padding-bottom: 60px;
  }

  .pt-dt-12 {
    padding-top: 60px;
  }

  .m-dt-14 {
    margin: 14;
  }

  .mx-dt-14 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .my-dt-14 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .ml-dt-14 {
    margin-left: 70px;
  }

  .mr-dt-14 {
    margin-right: 70px;
  }

  .mb-dt-14 {
    margin-bottom: 70px;
  }

  .mt-dt-14 {
    margin-top: 70px !important;
  }

  .p-dt-14 {
    padding: 70px;
  }

  .px-dt-14 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .py-dt-14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pl-dt-14 {
    padding-left: 70px;
  }

  .pr-dt-14 {
    padding-right: 70px;
  }

  .pb-dt-14 {
    padding-bottom: 70px;
  }

  .pt-dt-14 {
    padding-top: 70px;
  }

  .m-dt-20 {
    margin: 20;
  }

  .mx-dt-20 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .my-dt-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .ml-dt-20 {
    margin-left: 100px;
  }

  .mr-dt-20 {
    margin-right: 100px;
  }

  .mb-dt-20 {
    margin-bottom: 100px;
  }

  .mt-dt-20 {
    margin-top: 100px !important;
  }

  .p-dt-20 {
    padding: 100px;
  }

  .px-dt-20 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .py-dt-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pl-dt-20 {
    padding-left: 100px;
  }

  .pr-dt-20 {
    padding-right: 100px;
  }

  .pb-dt-20 {
    padding-bottom: 100px;
  }

  .pt-dt-20 {
    padding-top: 100px;
  }

  .obw-stories--item:hover,
  .obw-stories--item.hover {
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
  }

  .obw-stories--item:hover .card--body .card--description h3,
  .obw-stories--item:hover .card--body .card--message h3,
  .obw-stories--item.hover .card--body .card--description h3,
  .obw-stories--item.hover .card--body .card--message h3 {
    color: #D24F1D;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .obw-stories--card .card--author {
    margin-top: 24px;
  }

  .obw-stories--card.obw-take-action--card .card--description {
    min-height: 110px;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--link a:hover,
  .obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--button a:hover {
    background-color: #FFB925;
    color: #ffffff;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.lemon .take-action--button a:hover {
    border-color: #ffaf05;
    background-color: #ffaf05;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--link a:hover,
  .obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--button a:hover {
    background-color: #9A9E3A;
    color: #ffffff;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.olive .take-action--button a:hover {
    border-color: #7b8009;
    background-color: #7b8009;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--link a:hover,
  .obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--button a:hover {
    background-color: #31CDA9;
    color: #ffffff;
  }

  .obw-stories--card.obw-take-action--card .take-action--buttons.seaTurtle .take-action--button a:hover {
    border-color: #2cad8f;
    background-color: #2cad8f;
  }

  .obw-stories .obw-stories-slider .swiper-container {
    padding: 16px 16px 36px;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap;
  }

  .obw-stories--card:hover .card--body .card--description h3 {
    color: #D24F1D;
  }
}

@media screen and (min-width: 900px) {
  .obw-modal.resources-filter .form-actions {
    padding-top: 60px;
  }

  .obw-modal.resources-filter .form-actions input[type="button"]:first-child {
    margin-right: 10px;
  }

  .filter-popup .form-actions {
    padding-top: 60px;
  }

  .filter-popup .form-actions input[type="button"]:first-child {
    margin-right: 10px;
  }
}

@media (min-width: 900px) {
  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox label::after {
    background: url(../../../images/checkbox-not-selected.svg) top left no-repeat;
    width: 16px;
    height: 16px;
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label {
    font-weight: 400;
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:after {
    background: url(../../../images/checkbox-selected.svg) top left no-repeat;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox label::after {
    background: url(../../../images/checkbox-not-selected.svg) top left no-repeat;
    width: 16px;
    height: 16px;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label {
    font-weight: 400;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:after {
    background: url(../../../images/checkbox-selected.svg) top left no-repeat;
  }
}

@media screen and (min-width: 901px) {
  .view-filters .custom-modal-selected .form-actions {
    padding-top: 60px;
  }
}

@media (min-width: 1025px) {
  body.no-tabbar.back-office.toolbar-fixed.has-nav {
    padding-top: 277px !important;
  }

  body.has-nav.page-node-type-story {
    padding-top: 198px !important;
  }

  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;
  }

  .sticky-footer .lading-current-page {
    padding-left: 12px;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter {
    flex: 0 0 calc(50% - 24px);
    margin-left: calc(25% - 12px);
    max-width: calc(50% - 24px);
  }

  .obw-stories .obw-stories-slider .swiper-button-next {
    right: -20px;
  }

  .obw-stories .obw-stories-slider .swiper-button-prev {
    left: -20px;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list {
    padding: 16px 16px 36px;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide {
    float: none;
    transition-duration: 250ms;
    transition-property: visibility, opacity, box-shadow;
    transition-timing-function: ease;
    margin: 0 8px;
    height: auto;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide:not(.slick-active) {
    visibility: hidden;
    opacity: 0;
  }

  body #header .below-nav .below-nav__container .share-navigation.abtesting-share {
    display: block;
    box-shadow: none;
    border-top: none;
    padding: 0;
  }

  body #header .below-nav .below-nav__container .share-navigation.abtesting-share.d-none {
    display: none;
  }

  body #header .below-nav__link {
    display: block;
    position: relative;
    padding: 22px 12px;
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}

@media screen and (min-width: 1025px) {
  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;
  }

  .obw-section {
    padding-bottom: 64px;
  }

  .obw-section__title p {
    font-size: 20px;
    line-height: 32px;
  }

  main .sticky-footer {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.no-tabbar.back-office.toolbar-fixed.has-nav {
    padding-top: 220px !important;
  }

  body.has-nav.page-node-type-story {
    padding-top: 180px !important;
  }

  .obw-banner .obw-banner__content .container {
    padding-bottom: 40px;
  }

  .obw-banner--inline {
    padding: 68px 0 40px;
  }

  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;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list {
    margin: 0;
    padding: 16px 8% 24px !important;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
    max-width: 100% !important;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: transform 1s,opacity 1s;
    margin: auto;
    width: 100% !important;
    min-height: 100%;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide.slick-sprev {
    transform: translate3d(-15%, 0, -10px);
    opacity: 1;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide.slick-snext {
    transform: translate3d(15%, 0, -10px);
    opacity: 1;
    z-index: 1;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide.slick-current {
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0px);
    opacity: 1;
    z-index: 2;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-list .slick-slide .card--message {
    min-height: 124px;
  }

  .obw-stories .obw-stories-slider .slick-arrow.slick-next {
    right: calc(8% - 20px);
  }

  .obw-stories .obw-stories-slider .slick-arrow.slick-prev {
    left: calc(8% - 20px);
  }

  .sticky-social--bottom {
    display: block;
  }

  .mental-health-2021-blogs .view-header {
    margin: 0 0 24px;
  }

  body.user-logged-in.no-tabbar .mental-health-2021-blogs {
    margin-top: 10px;
    padding-top: 24px !important;
  }

  body .share-navigation .share-icon:last-child,
  body .share-navigation .share-icon#whatsapp-detect-mobile {
    display: block !important;
  }

  body .share-navigation .share-icon:last-child,
  body .share-navigation .share-icon#whatsapp-detect-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .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;
  }

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

  .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;
  }
}

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

  .obw-modal {
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
  }

  .obw-modal .obw-modal__content .form-wrapper__content {
    margin: 20px -24px 0;
    padding: 0 24px;
    max-height: calc((var(--vh, 1vh) * 100) - 240px);
    overflow-y: auto;
  }

  .obw-modal .obw-modal__content .form-wrapper__content .js-form-type-checkbox:first-child {
    margin-top: 0;
  }

  .obw-modal__header {
    font-size: 24px;
    text-align: left;
  }

  .obw-modal__wrapper {
    padding: 24px;
  }

  .obw-modal .form-wrapper .js-form-type-checkbox label {
    padding-left: 0;
  }

  .obw-modal .form-wrapper .js-form-type-checkbox label::after {
    right: 0;
    left: unset;
  }

  .obw-modal .form-wrapper .form-actions {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 16px;
    width: 100%;
  }

  .obw-modal .form-wrapper .form-actions input {
    display: block;
    margin-bottom: 16px;
    width: 100%;
  }

  .view-filters {
    max-width: 100%;
    height: 100vh;
  }

  .view-filters .fieldgroup .fieldset-wrapper > .form-checkboxes {
    margin: 20px -24px 0;
    padding: 0 24px;
    max-height: calc((var(--vh, 1vh) * 100) - 240px);
    overflow-y: auto;
  }

  .view-filters .fieldgroup .fieldset-wrapper > .form-checkboxes .js-form-type-checkbox:first-child {
    margin-top: 0;
  }

  .view-filters .obw-modal__title {
    font-size: 24px;
    text-align: left;
  }

  .view-filters fieldset {
    margin: 0;
    padding: 0;
  }

  .view-filters .form-wrapper .form-type-checkbox label {
    padding-left: 0;
  }

  .view-filters .form-wrapper .form-type-checkbox label::after {
    right: 0;
    left: unset;
  }

  .view-filters .form-actions {
    display: block !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 16px;
    width: 100%;
  }

  .view-filters .form-actions input {
    display: block;
    width: 100%;
  }

  .view-filters .form-actions input:first-child {
    margin-bottom: 16px;
  }

  .tag-selected legend {
    font-size: 18px;
    font-weight: bold;
  }

  .filter-popup .tag-selected legend {
    font-size: 18px;
    font-weight: bold;
  }
}

@media screen and (max-width: 900px) and (max-width: 900px) {
  .obw-modal__body > p {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (max-width: 900px) {
  .mfp-ready.filter-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden !important;
  }
}

@media (max-width: 899px) {
  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox label {
    padding-right: 32px;
    padding-left: 0;
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox label:after {
    top: 1px;
    transition: all 0.1s ease;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    background: none !important;
    width: 24px;
    height: 24px;
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox label:before {
    position: absolute;
    top: 2px;
    right: 5px;
    opacity: 0;
    z-index: 1;
    transition: all 0.1s ease;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 300;
    content: '\f00c';
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:after {
    background: #212121 !important;
  }

  .obw-modal.resources-filter .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:before {
    opacity: 1;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox label {
    padding-right: 32px;
    padding-left: 0;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox label:after {
    top: 1px;
    transition: all 0.1s ease;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    background: none !important;
    width: 24px;
    height: 24px;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox label:before {
    position: absolute;
    top: 2px;
    right: 5px;
    opacity: 0;
    z-index: 1;
    transition: all 0.1s ease;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 300;
    content: '\f00c';
  }

  .filter-popup .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:after {
    background: #212121 !important;
  }

  .filter-popup .form-wrapper .js-form-type-checkbox input[type="checkbox"]:checked + label:before {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .m-mb-1 {
    margin: 1;
  }

  .mx-mb-1 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .my-mb-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .ml-mb-1 {
    margin-left: 5px;
  }

  .mr-mb-1 {
    margin-right: 5px;
  }

  .mb-mb-1 {
    margin-bottom: 5px;
  }

  .mt-mb-1 {
    margin-top: 5px !important;
  }

  .p-mb-1 {
    padding: 5px;
  }

  .px-mb-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .py-mb-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pl-mb-1 {
    padding-left: 5px;
  }

  .pr-mb-1 {
    padding-right: 5px;
  }

  .pb-mb-1 {
    padding-bottom: 5px;
  }

  .pt-mb-1 {
    padding-top: 5px;
  }

  .m-mb-2 {
    margin: 2;
  }

  .mx-mb-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .my-mb-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ml-mb-2 {
    margin-left: 10px;
  }

  .mr-mb-2 {
    margin-right: 10px;
  }

  .mb-mb-2 {
    margin-bottom: 10px;
  }

  .mt-mb-2 {
    margin-top: 10px !important;
  }

  .p-mb-2 {
    padding: 10px;
  }

  .px-mb-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .py-mb-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pl-mb-2 {
    padding-left: 10px;
  }

  .pr-mb-2 {
    padding-right: 10px;
  }

  .pb-mb-2 {
    padding-bottom: 10px;
  }

  .pt-mb-2 {
    padding-top: 10px;
  }

  .m-mb-3 {
    margin: 3;
  }

  .mx-mb-3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .my-mb-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ml-mb-3 {
    margin-left: 15px;
  }

  .mr-mb-3 {
    margin-right: 15px;
  }

  .mb-mb-3 {
    margin-bottom: 15px;
  }

  .mt-mb-3 {
    margin-top: 15px !important;
  }

  .p-mb-3 {
    padding: 15px;
  }

  .px-mb-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .py-mb-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pl-mb-3 {
    padding-left: 15px;
  }

  .pr-mb-3 {
    padding-right: 15px;
  }

  .pb-mb-3 {
    padding-bottom: 15px;
  }

  .pt-mb-3 {
    padding-top: 15px;
  }

  .m-mb-4 {
    margin: 4;
  }

  .mx-mb-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .my-mb-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ml-mb-4 {
    margin-left: 20px;
  }

  .mr-mb-4 {
    margin-right: 20px;
  }

  .mb-mb-4 {
    margin-bottom: 20px;
  }

  .mt-mb-4 {
    margin-top: 20px !important;
  }

  .p-mb-4 {
    padding: 20px;
  }

  .px-mb-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .py-mb-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pl-mb-4 {
    padding-left: 20px;
  }

  .pr-mb-4 {
    padding-right: 20px;
  }

  .pb-mb-4 {
    padding-bottom: 20px;
  }

  .pt-mb-4 {
    padding-top: 20px;
  }

  .m-mb-5 {
    margin: 5;
  }

  .mx-mb-5 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .my-mb-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .ml-mb-5 {
    margin-left: 25px;
  }

  .mr-mb-5 {
    margin-right: 25px;
  }

  .mb-mb-5 {
    margin-bottom: 25px;
  }

  .mt-mb-5 {
    margin-top: 25px !important;
  }

  .p-mb-5 {
    padding: 25px;
  }

  .px-mb-5 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .py-mb-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pl-mb-5 {
    padding-left: 25px;
  }

  .pr-mb-5 {
    padding-right: 25px;
  }

  .pb-mb-5 {
    padding-bottom: 25px;
  }

  .pt-mb-5 {
    padding-top: 25px;
  }

  .m-mb-6 {
    margin: 6;
  }

  .mx-mb-6 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .my-mb-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ml-mb-6 {
    margin-left: 30px;
  }

  .mr-mb-6 {
    margin-right: 30px;
  }

  .mb-mb-6 {
    margin-bottom: 30px;
  }

  .mt-mb-6 {
    margin-top: 30px !important;
  }

  .p-mb-6 {
    padding: 30px;
  }

  .px-mb-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .py-mb-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pl-mb-6 {
    padding-left: 30px;
  }

  .pr-mb-6 {
    padding-right: 30px;
  }

  .pb-mb-6 {
    padding-bottom: 30px;
  }

  .pt-mb-6 {
    padding-top: 30px;
  }

  .m-mb-7 {
    margin: 7;
  }

  .mx-mb-7 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .my-mb-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .ml-mb-7 {
    margin-left: 35px;
  }

  .mr-mb-7 {
    margin-right: 35px;
  }

  .mb-mb-7 {
    margin-bottom: 35px;
  }

  .mt-mb-7 {
    margin-top: 35px !important;
  }

  .p-mb-7 {
    padding: 35px;
  }

  .px-mb-7 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .py-mb-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pl-mb-7 {
    padding-left: 35px;
  }

  .pr-mb-7 {
    padding-right: 35px;
  }

  .pb-mb-7 {
    padding-bottom: 35px;
  }

  .pt-mb-7 {
    padding-top: 35px;
  }

  .m-mb-8 {
    margin: 8;
  }

  .mx-mb-8 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .my-mb-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ml-mb-8 {
    margin-left: 40px;
  }

  .mr-mb-8 {
    margin-right: 40px;
  }

  .mb-mb-8 {
    margin-bottom: 40px;
  }

  .mt-mb-8 {
    margin-top: 40px !important;
  }

  .p-mb-8 {
    padding: 40px;
  }

  .px-mb-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .py-mb-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pl-mb-8 {
    padding-left: 40px;
  }

  .pr-mb-8 {
    padding-right: 40px;
  }

  .pb-mb-8 {
    padding-bottom: 40px;
  }

  .pt-mb-8 {
    padding-top: 40px;
  }

  .m-mb-11 {
    margin: 11;
  }

  .mx-mb-11 {
    margin-right: 55px;
    margin-left: 55px;
  }

  .my-mb-11 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .ml-mb-11 {
    margin-left: 55px;
  }

  .mr-mb-11 {
    margin-right: 55px;
  }

  .mb-mb-11 {
    margin-bottom: 55px;
  }

  .mt-mb-11 {
    margin-top: 55px !important;
  }

  .p-mb-11 {
    padding: 55px;
  }

  .px-mb-11 {
    padding-right: 55px;
    padding-left: 55px;
  }

  .py-mb-11 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pl-mb-11 {
    padding-left: 55px;
  }

  .pr-mb-11 {
    padding-right: 55px;
  }

  .pb-mb-11 {
    padding-bottom: 55px;
  }

  .pt-mb-11 {
    padding-top: 55px;
  }

  .m-mb-12 {
    margin: 12;
  }

  .mx-mb-12 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .my-mb-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .ml-mb-12 {
    margin-left: 60px;
  }

  .mr-mb-12 {
    margin-right: 60px;
  }

  .mb-mb-12 {
    margin-bottom: 60px;
  }

  .mt-mb-12 {
    margin-top: 60px !important;
  }

  .p-mb-12 {
    padding: 60px;
  }

  .px-mb-12 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .py-mb-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pl-mb-12 {
    padding-left: 60px;
  }

  .pr-mb-12 {
    padding-right: 60px;
  }

  .pb-mb-12 {
    padding-bottom: 60px;
  }

  .pt-mb-12 {
    padding-top: 60px;
  }

  .m-mb-14 {
    margin: 14;
  }

  .mx-mb-14 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .my-mb-14 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .ml-mb-14 {
    margin-left: 70px;
  }

  .mr-mb-14 {
    margin-right: 70px;
  }

  .mb-mb-14 {
    margin-bottom: 70px;
  }

  .mt-mb-14 {
    margin-top: 70px !important;
  }

  .p-mb-14 {
    padding: 70px;
  }

  .px-mb-14 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .py-mb-14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pl-mb-14 {
    padding-left: 70px;
  }

  .pr-mb-14 {
    padding-right: 70px;
  }

  .pb-mb-14 {
    padding-bottom: 70px;
  }

  .pt-mb-14 {
    padding-top: 70px;
  }

  .m-mb-20 {
    margin: 20;
  }

  .mx-mb-20 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .my-mb-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .ml-mb-20 {
    margin-left: 100px;
  }

  .mr-mb-20 {
    margin-right: 100px;
  }

  .mb-mb-20 {
    margin-bottom: 100px;
  }

  .mt-mb-20 {
    margin-top: 100px !important;
  }

  .p-mb-20 {
    padding: 100px;
  }

  .px-mb-20 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .py-mb-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pl-mb-20 {
    padding-left: 100px;
  }

  .pr-mb-20 {
    padding-right: 100px;
  }

  .pb-mb-20 {
    padding-bottom: 100px;
  }

  .pt-mb-20 {
    padding-top: 100px;
  }

  #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;
  }

  .obw-card__title {
    margin-bottom: 4px;
  }

  .stories-card__title {
    margin-bottom: 4px;
  }

  .stories-card__description {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .stories-card__image.desktop {
    border-radius: 8px;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-wrap {
    flex: 0 0 100%;
    margin: 0px 0px 24px;
    padding: 16px;
    max-width: 100%;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card.responsive-wrap {
    border-radius: 8px;
    padding-top: 56px;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .card--thumbnail {
    position: initial;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .card--thumbnail .story-type {
    top: 0;
    bottom: initial;
    left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).giving-for-good-card .responsive .card--body h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).obw-stories--actions {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }

  .obw-stories--item.blog-post--item {
    visibility: visible;
    opacity: 1;
  }

  .obw-stories--item.blog-post--item.swiper-slide-prev {
    transform: translate3d(-12%, 0, -10px) translate(calc(100% + 62px), 0);
    z-index: 1;
  }

  .obw-stories--item.blog-post--item.swiper-slide-active {
    transform: translate3d(0, 0, 0px);
    z-index: 2;
  }

  .obw-stories--item.blog-post--item.swiper-slide-next {
    transform: translate3d(12%, 0, -10px) translate(calc(-100% - 62px), 0);
    z-index: 1;
  }

  .obw-stories--card .card--body.card--body-blogs-post .card--description h3 {
    min-height: 42px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .obw-stories--card .card--description h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .obw-stories--card .card--author {
    margin-top: 16px;
  }

  .obw-stories--card.responsive {
    display: flex;
    flex-wrap: wrap;
  }

  .obw-stories--card.responsive .card--labels {
    flex: 0 0 100%;
    order: 2;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
  }

  .obw-stories--card.responsive .card--thumbnail {
    flex: 0 0 136px;
    order: 1;
    max-width: 136px;
  }

  .obw-stories--card.responsive .card--thumbnail .thumbnail-mobile {
    display: block;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    height: 136px;
  }

  .obw-stories--card.responsive .card--thumbnail img {
    display: none;
  }

  .obw-stories--card.responsive .card--body {
    flex: 0 0 calc(100% - 136px);
    order: 0;
    padding: 0 16px 0 0;
    max-width: calc(100% - 136px);
  }

  .obw-stories--card.responsive .card--body h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .obw-stories--card.obw-take-action--card .card--description {
    min-height: 0;
  }

  .obw-stories .obw-stories-slider .swiper-container {
    padding: 24px 16px 32px;
  }

  .obw-stories .obw-stories-slider .swiper-button {
    display: none;
  }

  .obw-stories .obw-stories-slider .swiper-pagination-bullet {
    pointer-events: none;
  }

  .obw-stories .obw-stories-slider .slick-slider {
    margin-top: 24px;
  }

  .obw-stories .obw-stories-slider .slick-slider .slick-dots li {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .obw-card__user {
    padding-top: 8px;
  }

  .stories-card {
    margin-bottom: 16px;
    padding: 16px;
  }

  .stories-card__title a {
    font-size: 18px;
  }

  .stories-card--left {
    padding-right: 16px;
  }

  .view-story-card .obw-card {
    display: flex;
  }

  .view-story-card .obw-card__header {
    flex: 0 0 30%;
    order: 2;
    padding: 10px 16px 0 0;
    max-width: 30%;
  }

  .view-story-card .obw-card__header img {
    border-radius: var(--primary-radius);
  }

  .view-story-card .obw-card__body {
    flex: 0 0 70%;
    order: 1;
    max-width: 70%;
  }

  .view-story-card .obw-card__body p {
    margin-top: 0;
  }

  .view-story-card .obw-card__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .view-story-card .obw-card__tags {
    flex: 0 0 100%;
    order: 3;
    padding: 0 16px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .obw-cards .views-row.quick-poll-form {
    margin-bottom: 16px;
  }

  .obw-cards .views-row:last-child .stories-card {
    margin-bottom: 0;
  }

  body .btn--quick-poll {
    max-width: 100%;
  }

  .obw-banner__image .image-desktop {
    display: none;
  }

  .obw-banner__image .image-mobile {
    margin-top: 48px;
  }

  .obw-banner .obw-banner__content p:last-child {
    margin-bottom: 0;
  }

  .obw-banner .obw-banner__content h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .obw-banner .obw-banner__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .obw-banner--inline .obw-banner__image .image-desktop {
    display: none;
  }

  #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;
  }

  .obw-card__link {
    height: 100%;
  }

  .obw-card__title a {
    font-size: 18px;
    line-height: 22px;
  }

  .event-card__btn {
    margin-top: 16px;
    margin-left: 16px;
  }

  .event-card__desktop {
    display: none;
  }

  .stories-card.has-thumbnail .stories-card--left {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .stories-card.has-thumbnail .stories-card--right {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .stories-card__tags:not(.tags-outside) {
    display: none;
  }

  .view-display-id-page_mental_health_2020_blogs .views-row .obw-card__inner .obw-card__header {
    padding-top: 0;
    padding-right: 0;
  }

  #header.headroom--top .below-nav .below-nav__container {
    max-height: calc(100vh - 249px);
    overflow-y: auto;
  }

  #header.headroom--pinned .below-nav__container {
    max-height: calc(100vh - 204px);
    overflow-y: auto;
  }

  #header.headroom--pinned .is-scrolldown + .below-nav .below-nav__container {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .below-nav .below-nav__container {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .obw-banner--inline .obw-banner__content h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .obw-banner--inline .obw-banner__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .obw-card__body {
    padding-top: 16px;
    padding-right: 15px;
  }

  .obw-card__header {
    padding: 16px 16px 0 0;
  }

  .obw-card__tags {
    padding: 16px;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__tags,
  .view-display-id-page_mental_health_2020_resources .obw-card__tags,
  .view-display-id-block_mental_health_2020_stories .obw-card__tags {
    padding: 0 16px;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__tags.desktop,
  .view-display-id-page_mental_health_2020_resources .obw-card__tags.desktop,
  .view-display-id-block_mental_health_2020_stories .obw-card__tags.desktop {
    display: none;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__tags.mobile,
  .view-display-id-page_mental_health_2020_resources .obw-card__tags.mobile,
  .view-display-id-block_mental_health_2020_stories .obw-card__tags.mobile {
    display: block;
    margin-bottom: 0;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__inner,
  .view-display-id-page_mental_health_2020_resources .obw-card__inner,
  .view-display-id-block_mental_health_2020_stories .obw-card__inner {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card,
  .view-display-id-page_mental_health_2020_resources .obw-card,
  .view-display-id-block_mental_health_2020_stories .obw-card {
    display: flex;
    flex-wrap: wrap;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__header,
  .view-display-id-page_mental_health_2020_resources .obw-card__header,
  .view-display-id-block_mental_health_2020_stories .obw-card__header {
    flex: 0 0 136px;
    order: 2;
    max-width: 136px;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__header img,
  .view-display-id-page_mental_health_2020_resources .obw-card__header img,
  .view-display-id-block_mental_health_2020_stories .obw-card__header img {
    border-radius: var(--primary-radius);
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__body,
  .view-display-id-page_mental_health_2020_resources .obw-card__body,
  .view-display-id-block_mental_health_2020_stories .obw-card__body {
    flex: 0 0 calc(100% - 136px);
    order: 1;
    max-width: calc(100% - 136px);
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__tags,
  .view-display-id-page_mental_health_2020_resources .obw-card__tags,
  .view-display-id-block_mental_health_2020_stories .obw-card__tags {
    flex: 0 0 100%;
    order: 3;
    max-width: 100%;
  }

  .obw-card__tags.mobile {
    margin-bottom: 8px;
    padding-bottom: 11px;
  }

  .stories-card__image {
    margin: auto;
    max-width: 120px;
    max-height: 120px;
  }
}

@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: 565px) {
  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).shorthand-letter {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}

@media screen and (max-width: 500px) {
  .view-display-id-page_mental_health_2020_stories .obw-card__header,
  .view-display-id-page_mental_health_2020_resources .obw-card__header,
  .view-display-id-block_mental_health_2020_stories .obw-card__header {
    flex: 0 0 80px;
    order: 2;
    max-width: 80px;
  }

  .view-display-id-page_mental_health_2020_stories .obw-card__body,
  .view-display-id-page_mental_health_2020_resources .obw-card__body,
  .view-display-id-block_mental_health_2020_stories .obw-card__body {
    flex: 0 0 calc(100% - 80px);
    order: 1;
    max-width: calc(100% - 80px);
  }

  .stories-card__image {
    width: 64px;
    max-height: 64px;
  }
}

@media (max-width: 500px) {
  .stories-card.has-thumbnail .stories-card--left {
    flex: 0 0 calc(100% - 64px);
    max-width: calc(100% - 64px);
  }

  .stories-card.has-thumbnail .stories-card--right {
    flex: 0 0 64px;
    max-width: 64px;
  }

  .obw-stories--items {
    margin-right: 0;
    margin-left: 0;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post {
    flex: 0 0 100%;
    margin: 0px 0px 16px;
    max-width: 100%;
  }

  .obw-stories--item:not(.swiper-slide):not(.blog-post--item).obw-stories--actions {
    flex: 0 0 100%;
    margin: 0px 0px 24px;
    max-width: 100%;
  }

  .obw-stories--card.responsive .card--thumbnail {
    flex: 0 0 64px;
    order: 1;
    max-width: 64px;
  }

  .obw-stories--card.responsive .card--thumbnail .thumbnail-mobile {
    height: 64px;
  }

  .obw-stories--card.responsive .card--body {
    flex: 0 0 calc(100% - 64px);
    max-width: calc(100% - 64px);
  }

  .obw-stories .obw-stories-slider .swiper-container .swiper-slide {
    visibility: visible;
    opacity: 1;
  }

  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post {
    display: none;
  }

  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(1),
  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(2),
  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(3),
  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(4),
  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(5),
  .obw-stories--items.loadmore-items .obw-stories--item:not(.swiper-slide):not(.blog-post--item).responsive-blog-post:nth-child(6) {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .obw-banner .obw-banner__content h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .obw-banner .obw-banner__content .obw-banner__description p {
    font-size: 16px;
    line-height: 20px;
  }
}