.view-display-id-homepage_research_theme_block .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

@media (min-width: 1199px) {
  .paralax-block {
    background-attachment: fixed;
  }
}

.parallax-block,
.background-block {
  background-position: center 0;
  color: #fff;
  padding: 100px 0 80px;
          transition: all .5s;
  -webkit-transition: all .5s;
}

.parallax-block > *,
.background-block > * {
  z-index: 100;
  position: relative;
}

.parallax-block .field--name-bp-accordion-section-title,
.background-block .field--name-bp-accordion-section-title {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.35;
  font-weight: 900;
  font-variation-settings: "opsz" 16;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .parallax-block .field--name-bp-accordion-section-title,
  .background-block .field--name-bp-accordion-section-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .parallax-block .field--name-bp-accordion-section-title,
  .background-block .field--name-bp-accordion-section-title {
    padding-left: 215px;
    padding-right: 215px;
  }
}

@media (min-width: 1199px) {
  .parallax-block .field--name-bp-text,
  .background-block .field--name-bp-text {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.parallax-block .field--type-text-long p,
.background-block .field--type-text-long p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
  text-align: center;
}

.parallax-block .field--type-link,
.background-block .field--type-link {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 1199px) {
  .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text > .row,
  .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text > .row {
    --bs-gutter-x: 80px;
  }
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text,
  .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text {
    display: flex;
  }
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .icon-image,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .icon-image {
  margin: 16px 0 8px;
}

@media (max-width: 767.98px) {
  .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .icon-image,
  .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .icon-image {
    display: flex;
    justify-content: flex-end;
  }
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text img,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text img {
  width: 80px;
  height: auto;
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 900;
  line-height: 1.5;
  font-variation-settings: "opsz" 16;
  
  margin-right: 6px;
}

[dir="rtl"] .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number,
[dir="rtl"] .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number {
  margin-right: 0;
  
  margin-left: 6px;
}

@media (min-width: 1200px) {
  .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number,
  .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .number {
    font-size: 3rem;
  }
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .type,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons .type {
  font-size: 32px;
  font-weight: 900;
  font-variation-settings: "opsz" 16;
}

.parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons p,
.background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons p {
  
  text-align: left;
}

[dir="rtl"] .parallax-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons p,
[dir="rtl"] .background-block .field-collection-item--name-field-icons-and-text .field--name-field-icons-text .icon-text .text-icons p {
  
  text-align: right;
}

.parallax-block::after,
.background-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .6);
  opacity: 1;
}

[dir="rtl"] .parallax-block::after,
[dir="rtl"] .background-block::after {
  left: auto;
  
  right: 0;
}

.contact-us h2.text-center,
.text-start h2.text-center,
.text-left h2.text-center {
  margin: 0;
  padding: 15px 0;
  
  text-align: left !important;
}

[dir="rtl"] .contact-us h2.text-center,
[dir="rtl"] .text-start h2.text-center,
[dir="rtl"] .text-left h2.text-center {
  
  text-align: right !important;
}

.contact-us h2.viewsreference--view-title,
.text-start h2.viewsreference--view-title,
.text-left h2.viewsreference--view-title {
  
  text-align: left;
}

[dir="rtl"] .contact-us h2.viewsreference--view-title,
[dir="rtl"] .text-start h2.viewsreference--view-title,
[dir="rtl"] .text-left h2.viewsreference--view-title {
  
  text-align: right;
}

.contact-us h2.text-center,
.all-jobs h2.text-center,
.regional-offices h2.text-center {
  padding: 15px;
}

.region-office h2 {
  
  text-align: left;
}

[dir="rtl"] .region-office h2 {
  
  text-align: right;
}

.paragraph--type--bp-webform,
.paragraph--type--custom-block {
  padding: 15px 0 0 0;
}

.webform-submission-form .form-item-name,
.webform-submission-form .form-item-email,
.webform-submission-form .form-item-phone-number,
.webform-submission-form .form-item-organization {
  display: inline-block;
  width: 48.5%;
}

@media (max-width: 992px) {
  .webform-submission-form .form-item-name,
  .webform-submission-form .form-item-email,
  .webform-submission-form .form-item-phone-number,
  .webform-submission-form .form-item-organization {
    width: 100%;
  }
}

.webform-submission-form .form-item-name input,
.webform-submission-form .form-item-email input,
.webform-submission-form .form-item-phone-number input,
.webform-submission-form .form-item-organization input {
  height: 42px;
}

.webform-submission-form .form-item-phone-number,
.webform-submission-form .form-item-name {
  
  margin-right: 20px;
}

[dir="rtl"] .webform-submission-form .form-item-phone-number,
[dir="rtl"] .webform-submission-form .form-item-name {
  margin-right: 0;
  
  margin-left: 20px;
}

@media (max-width: 480px) {
  .webform-submission-form .form-item-phone-number,
  .webform-submission-form .form-item-name {
    
    margin-right: 15px;
  }

  [dir="rtl"] .webform-submission-form .form-item-phone-number,
  [dir="rtl"] .webform-submission-form .form-item-name {
    margin-right: 0;
    
    margin-left: 15px;
  }
}

.webform-submission-form .form-item-phone-number input,
.webform-submission-form .form-item-name input {
  width: 100%;
}

.webform-submission-form .form-actions {
  
  text-align: right;
  display: flex;
  align-items: center;
}

[dir="rtl"] .webform-submission-form .form-actions {
  
  text-align: left;
}

.webform-submission-form .form-actions button {
  margin: 0;
}

.webform-submission-form .captcha {
  display: inline-block;
}

.info-block {
  padding: 15px;
  background-color: #f3f3f3;
}

.info-block h4, .info-block h6 {
  font-weight: bold;
  color: #3c3c3b;
}

.info-block h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.info-block .info {
  position: relative;
  margin-bottom: 5px;
}

.info-block .info .text {
  line-height: 1.63;
  color: #3c3c3b;
  
  padding-left: 25px;
  display: inline-block;
}

[dir="rtl"] .info-block .info .text {
  padding-left: 0;
  
  padding-right: 25px;
}

.info-block .info .text-location::before,
.info-block .info .text-phone::before,
.info-block .info .text-fax::before,
.info-block .info .text-mail::before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.info-block .info .text-location::before {
  background-image: url(../../images/address-location.svg);
}

.info-block .info .text-phone::before {
  background-image: url(../../images/call.svg);
}

.info-block .info .text-fax::before {
  background-image: url(../../images/fax.svg);
}

.info-block .info .text-mail::before {
  background-image: url(../../images/mail.svg);
}

.node--type-innovation {
  margin-top: 30px;
  margin-bottom: 0;
}

.sumo-exposed-filter form .form-type-textfield {
  margin-bottom: 10px;
  width: 100%;
}

.sumo-exposed-filter form .form-type-textfield input {
  width: 100%;
}

.sumo-exposed-filter form .form-type-textfield > label {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: -9999px;
  
  left: -9999px;
}

[dir="rtl"] .sumo-exposed-filter form .form-type-textfield > label {
  left: auto;
  
  right: -9999px;
}

.sumo-exposed-filter form .form-type-textfield:first-child label {
  position: static;
  top: 0;
  
  left: 0;
  display: block;
}

[dir="rtl"] .sumo-exposed-filter form .form-type-textfield:first-child label {
  left: auto;
  
  right: 0;
}

.sumo-exposed-filter form button.form-submit {
  transition: .4s;
}

.sumo-exposed-filter form .form-type-select {
  margin-bottom: 10px;
  width: 100%;
}

.sumo-exposed-filter form .form-type-select > label {
  position: absolute;
  top: -9999px;
  
  left: -9999px;
}

[dir="rtl"] .sumo-exposed-filter form .form-type-select > label {
  left: auto;
  
  right: -9999px;
}

.sumo-exposed-filter form .form-type-select .SumoSelect {
  width: 100%;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .SumoUnder {
  bottom: 0;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont {
  border: 1px solid #ccc;
  height: 36px;
  cursor: pointer;
  border-radius: 0;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont > span {
  font-style: normal;
  
  padding: 0 30px 0 0;
  color: #858585;
  cursor: pointer;
  position: relative;
}

[dir="rtl"] .sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont > span {
  
  padding: 0 0 0 30px;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont > span::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #000;
  position: absolute;
  
  right: 0;
  top: 0;
}

[dir="rtl"] .sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont > span::after {
  right: auto;
  
  left: 0;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .CaptionCont label {
  display: none;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper {
  position: static;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper .options li > label {
  text-overflow: initial;
  white-space: normal;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper .options li.opt span i {
  border-radius: 0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.sumo-exposed-filter form .form-type-select .SumoSelect:hover .CaptionCont {
  box-shadow: 0 0 2px #2d7436;
  border-color: #2d7436;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper ul.options {
  max-height: 300px;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper ul.options li.selected > span i {
  background-color: #2d7436;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper.multiple.isFloating {
  width: 100% !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper.multiple.isFloating .MultiControls {
  display: none;
}

.sumo-exposed-filter form .form-type-select .SumoSelect .optWrapper.multiple.isFloating .options {
  box-shadow: none;
}

.sumo-exposed-filter form .form-type-select .open .CaptionCont > span::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
}

.sumo-exposed-filter form .form-type-select .sumo_type_or_category .optWrapper,
.sumo-exposed-filter form .form-type-select .sumo_field_related_research_theme_target_id .optWrapper,
.sumo-exposed-filter form .form-type-select .sumo_research_theme .optWrapper {
  display: block;
}

.sumo-exposed-filter form .form-type-select .sumo_type_or_category.open .optWrapper,
.sumo-exposed-filter form .form-type-select .sumo_field_related_research_theme_target_id.open .optWrapper,
.sumo-exposed-filter form .form-type-select .sumo_research_theme.open .optWrapper {
  top: 35px;
  display: none;
}

.sumo-exposed-filter form .form-type-select .sumo_type_or_category .CaptionCont > span::after,
.sumo-exposed-filter form .form-type-select .sumo_field_related_research_theme_target_id .CaptionCont > span::after,
.sumo-exposed-filter form .form-type-select .sumo_research_theme .CaptionCont > span::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
}

.sumo-exposed-filter form .form-type-select .sumo_type_or_category.open .CaptionCont > span::after,
.sumo-exposed-filter form .form-type-select .sumo_field_related_research_theme_target_id.open .CaptionCont > span::after,
.sumo-exposed-filter form .form-type-select .sumo_research_theme.open .CaptionCont > span::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}

.sumo-exposed-filter form .form-text {
  box-shadow: none;
}

.sumo-exposed-filter .form-actions {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.sumo-exposed-filter .form-actions button {
  text-transform: uppercase;
  margin: 0;
}

.sumo-exposed-filter .form-actions button span {
  display: none;
}

.sumo-exposed-filter .description {
  color: #858585;
}

.form-item-year-value .select-wrapper {
  width: 100%;
}

.form-item-year-value .select-wrapper:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.form-item-year-value .select-wrapper .form-select {
  width: 100%;
}

.form-item-year-value .select-wrapper .optWrapper.isFloating {
  height: 250px !important;
  width: 100% !important;
}

.featured-blog-block,
.featured-news-block,
.featured-publications-block {
  padding: 60px 0;
}

.featured-blog-block h2.text-center,
.featured-news-block h2.text-center,
.featured-publications-block h2.text-center {
  margin-top: 0;
}

.no-margin-top-landing-page .main-container {
  margin-top: 0;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium {
  position: relative;
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--type-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium img {
  max-width: 100%;
  transition: all .3s;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium:hover img {
  transform: scale(1.1);
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card {
  border: none;
  border-radius: 0;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .post-date {
  color: #858585;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .field--name-node-title h4 {
  margin-top: 5px;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .field--name-node-title h4 a {
  color: #3c3c3b;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .field--name-node-title h4 a:hover {
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .more-link {
  font-weight: bold;
  
  text-align: right;
}

[dir="rtl"] .node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .more-link {
  
  text-align: left;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .more-link a {
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card .more-link a:hover {
  color: #0f5517;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .content-token,
.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--name-dynamic-token-fieldnode-micro-site-content-token {
  position: absolute;
  
  left: 0;
  top: 0;
  background-color: #f4b400;
  font-size: 14px;
  padding: 5px;
}

[dir="rtl"] .node--view-mode-vertical-media-teaser-news-and-blog-post-medium .content-token,
[dir="rtl"] .node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--name-dynamic-token-fieldnode-micro-site-content-token {
  left: auto;
  
  right: 0;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--type-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-medium {
  position: relative;
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-medium .field--type-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-medium img {
  max-width: 100%;
  transition: all .3s;
}

.node--view-mode-vertical-media-teaser-medium:hover img {
  transform: scale(1.1);
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body {
  padding: 1.25rem 0;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .post-date {
  color: #858585;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .field--name-node-title h5 {
  margin-top: 5px;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .more-link {
  font-weight: bold;
  
  text-align: right;
}

[dir="rtl"] .node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .more-link {
  
  text-align: left;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .more-link a {
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-medium .card-vertical-white .card-body .more-link a:hover {
  color: #0f5517;
}

.node--view-mode-vertical-media-teaser-medium .field--type-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-medium .field--name-node-title a {
  color: #3c3c3b;
}

.node--view-mode-vertical-media-teaser-medium .field--name-dynamic-token-fieldnode-content-type-token {
  z-index: 5;
}

.node--view-mode-vertical-media-teaser-medium:hover {
  cursor: pointer;
}

.node--view-mode-vertical-media-teaser-medium:hover .field--name-node-title a {
  transition: .4s;
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card:hover,
.node--view-mode-vertical-media-teaser-large .card:hover {
  cursor: pointer;
}

.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .card:hover .field--name-node-title a,
.node--view-mode-vertical-media-teaser-large .card:hover .field--name-node-title a {
  transition: .4s;
  color: #2d7436;
}

.recent-blogs h2.viewsreference--view-title,
.recent-news h2.viewsreference--view-title,
.recent-publications h2.viewsreference--view-title {
  
  text-align: left;
  margin-top: 0;
}

[dir="rtl"] .recent-blogs h2.viewsreference--view-title,
[dir="rtl"] .recent-news h2.viewsreference--view-title,
[dir="rtl"] .recent-publications h2.viewsreference--view-title {
  
  text-align: right;
}

.most-recent-blogs,
.related-blogs,
.related-news {
  margin: 15px 0;
}

.recent-updates .field--type-viewsreference {
  min-height: 480px;
  margin-bottom: 0;
  padding-top: .1rem;
  padding-bottom: .1rem;
  position: relative;
}

@media (min-width: 992px) {
  .recent-updates .field--type-viewsreference:before {
    top: unset;
  }
}

@media (max-width: 768px) {
  .recent-updates .field--type-viewsreference {
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .recent-updates > .row {
    max-width: 100%;
    margin: 0;
  }

  .recent-updates > .row > .col-12 {
    padding: 0;
  }
}

.block-views-blockpublications-related-publication-block {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f3f3f3;
  padding: 60px 0;
}

.block-views-blockpublications-related-publication-block .block-title {
  text-align: center;
}

.node--view-mode-horizontal-media-teaser-no-image .content-wrapper {
  padding: 15px;
  outline: solid 1px #cfcccc;
  transition: outline .6s linear;
}

.node--view-mode-horizontal-media-teaser-no-image .content-wrapper:hover {
  outline: solid 3px #2d7436;
}

.node--view-mode-horizontal-media-teaser-no-image .field-type {
  background-color: #f4b400;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 15px;
}

.node--view-mode-horizontal-media-teaser-no-image .field--name-field-announcement-date {
  color: #858585;
}

.node--view-mode-horizontal-media-teaser-no-image .field--name-node-title h4 a {
  color: #000;
}

.node--view-mode-horizontal-media-teaser-no-image:hover {
  cursor: pointer;
}

.node--view-mode-horizontal-media-teaser-no-image:hover .field--name-node-title h4 a {
  color: #2d7436;
  transition: .4s;
}

.view-display-id-most_recent_publications_block .more-link,
.view-display-id-cross_cutting_theme_publication_block .more-link {
  margin-top: 25px;
}

.node--view-mode-horizontal-media-teaser-medium,
.node--view-mode-horizontal-media-teaser-large {
  background-color: #fff;
  padding: 15px;
}

@media (max-width: 480px) {
  .node--view-mode-horizontal-media-teaser-medium .media--type-image,
  .node--view-mode-horizontal-media-teaser-large .media--type-image {
    padding-bottom: 15px;
  }
}

.node--view-mode-horizontal-media-teaser-medium .field-type,
.node--view-mode-horizontal-media-teaser-large .field-type {
  font-size: 14px;
  font-weight: bold;
  background-color: #f4b400;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .node--view-mode-horizontal-media-teaser-medium .field-type,
  .node--view-mode-horizontal-media-teaser-large .field-type {
    margin-top: 15px;
  }
}

.node--view-mode-horizontal-media-teaser-medium .field--name-field-announcement-date,
.node--view-mode-horizontal-media-teaser-large .field--name-field-announcement-date {
  color: #858585;
}

.node--view-mode-horizontal-media-teaser-medium .field--name-node-title h4 a,
.node--view-mode-horizontal-media-teaser-large .field--name-node-title h4 a {
  color: #000;
}

.node--view-mode-horizontal-media-teaser-medium:hover,
.node--view-mode-horizontal-media-teaser-large:hover {
  cursor: pointer;
}

.node--view-mode-horizontal-media-teaser-medium:hover .field--name-node-title h4 a,
.node--view-mode-horizontal-media-teaser-large:hover .field--name-node-title h4 a {
  color: #2d7436;
  transition: .4s;
}

.node--view-mode-horizontal-media-teaser-medium .more-link,
.node--view-mode-horizontal-media-teaser-large .more-link {
  font-weight: bold;
  
  text-align: right;
}

[dir="rtl"] .node--view-mode-horizontal-media-teaser-medium .more-link,
[dir="rtl"] .node--view-mode-horizontal-media-teaser-large .more-link {
  
  text-align: left;
}

.node--view-mode-horizontal-media-teaser-medium .more-link a,
.node--view-mode-horizontal-media-teaser-large .more-link a {
  color: #2d7436;
}

.node--view-mode-horizontal-media-teaser-medium .more-link a:hover,
.node--view-mode-horizontal-media-teaser-large .more-link a:hover {
  color: #0f5517;
}

.node--view-mode-horizontal-media-teaser-large {
  padding: 0 0 15px 0;
}

.view-display-id-all_publication_block .node--view-mode-horizontal-media-teaser-large,
.publications-with-border .node--view-mode-horizontal-media-teaser-large {
  border-bottom: solid 1px #c6c6c6;
}

.block-views-blockdrywire-blog-related-blogs,
.block-views-blocknews-related-news {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f3f3f3;
  position: relative;
  min-height: 450px;
  margin-top: 100px;
}

.block-views-blockdrywire-blog-related-blogs .view-drywire-blog,
.block-views-blockdrywire-blog-related-blogs .view-id-news,
.block-views-blockdrywire-blog-related-blogs .block-title,
.block-views-blocknews-related-news .view-drywire-blog,
.block-views-blocknews-related-news .view-id-news,
.block-views-blocknews-related-news .block-title {
  padding: 0 15px 15px 15px;
}

@media (min-width: 992px) {
  .block-views-blockdrywire-blog-related-blogs .view-drywire-blog,
  .block-views-blockdrywire-blog-related-blogs .view-id-news,
  .block-views-blockdrywire-blog-related-blogs .block-title,
  .block-views-blocknews-related-news .view-drywire-blog,
  .block-views-blocknews-related-news .view-id-news,
  .block-views-blocknews-related-news .block-title {
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
  }
}

.block-views-blockdrywire-blog-related-blogs .block-title,
.block-views-blocknews-related-news .block-title {
  padding-top: 30px;
  top: -270px;
  text-align: center;
}

@media (min-width: 992px) {
  .block-views-blockdrywire-blog-related-blogs,
  .block-views-blocknews-related-news {
    margin-top: 300px;
  }
}

.slick-block .slick-list .slick__slide {
  padding: 0 15px;
  
  text-align: left;
}

[dir="rtl"] .slick-block .slick-list .slick__slide {
  
  text-align: right;
}

.view-display-id-regional_offices_block .views-row .views-accordion-header {
  background-color: #fff;
  border: none;
  padding: 15px 0px;
}

.view-display-id-regional_offices_block .views-row .views-accordion-header .ui-accordion-header-icon {
  display: none;
}

.view-display-id-regional_offices_block .views-row .views-accordion-header:focus {
  outline: 0;
}

.view-display-id-regional_offices_block .views-row .views-accordion-header:hover span.field-content {
  color: #2d7436;
  transition: .4s;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-header-collapsed {
  border-bottom: solid 1px #cfcccc;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-header-collapsed:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  
  float: right;
}

[dir="rtl"] .view-display-id-regional_offices_block .views-row .ui-accordion-header-collapsed:after {
  
  float: left;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content {
  border: solid 1px #cfcccc;
  border-radius: 0;
  padding: 15px;
  height: auto;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field {
  padding-bottom: 15px;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field:last-child {
  padding-bottom: 0;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-address .field-content,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-phone-number .field-content,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-fax-number .field-content,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-email-address .field-content {
  position: relative;
  
  padding-left: 30px;
}

[dir="rtl"] .view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-address .field-content,
[dir="rtl"] .view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-phone-number .field-content,
[dir="rtl"] .view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-fax-number .field-content,
[dir="rtl"] .view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-email-address .field-content {
  padding-left: 0;
  
  padding-right: 30px;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-address .field-content:before,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-phone-number .field-content:before,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-fax-number .field-content:before,
.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-email-address .field-content:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-address .field-content:before {
  background-image: url(../../images/address-location.svg);
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-phone-number .field-content:before {
  background-image: url(../../images/call.svg);
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-office-fax-number .field-content:before {
  background-image: url(../../images/fax.svg);
}

.view-display-id-regional_offices_block .views-row .ui-accordion-content .views-field-field-email-address .field-content:before {
  background-image: url(../../images/mail.svg);
}

.view-display-id-regional_offices_block .views-row .views-field .field-content {
  font-weight: bold;
  display: inline-block;
}

.view-display-id-regional_offices_block .views-row .views-field.ui-accordion-header-active .field-content {
  color: #2d7436;
}

.view-display-id-regional_offices_block .views-row .views-field.ui-accordion-header-active:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  
  float: right;
  color: #3c3c3b;
}

[dir="rtl"] .view-display-id-regional_offices_block .views-row .views-field.ui-accordion-header-active:after {
  
  float: left;
}

.map-head {
  margin-bottom: 30px;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style > div > div:last-child {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0), #fff);
}

@media (min-width: 992px) {
  .map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style > div > div:last-child > div > div > div {
    opacity: 1 !important;
  }
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style > div > div:last-child > div > div > div img {
  width: auto !important;
  height: auto !important;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw {
  min-width: 188px;
  max-width: 500px !important;
  top: 0 !important;
  
  left: 0px !important;
  
  right: 1px !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-weight: 300;
  overflow: hidden;
  font-size: 16px;
  font-family: "DM Sans", sans-serif !important;
  padding: 0 !important;
}

[dir="rtl"] .map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw {
  
  right: 0px !important;
  
  left: 1px !important;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw .gm-ui-hover-effect {
  top: 0 !important;
  
  right: 0 !important;
  width: auto !important;
}

[dir="rtl"] .map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw .gm-ui-hover-effect {
  right: auto !important;
  
  left: 0 !important;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div .views-field {
  padding: 10px 10px 0 10px;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div .views-field-nothing {
  background-color: #d28025;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div .views-field-field-link {
  
  float: right;
  padding: 15px;
  font-weight: bold;
}

[dir="rtl"] .map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div .views-field-field-link {
  
  float: left;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw > div .views-field-title {
  font-weight: bold;
}

@media (max-width: 480px) {
  .map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style .gm-style-iw {
    max-width: 350px !important;
  }
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container .gm-style-cc {
  display: none;
}

.map-interactive .view-map-location .geolocation-map-wrapper .geolocation-map-container a[title="Click to see this area on Google Maps"] {
  display: none !important;
}

.paragraph--type--bp-columns .bg-edge2edge.p-0 > .row > div[class^=col-xl-6],
.paragraph--type--bp-columns .bg-edge2edge.p-0 > .row > div[class^=col-lg-6] {
  padding: 0;
}

.paragraph--type--bp-columns .bg-edge2edge .row h2.text-center {
  
  text-align: left !important;
  margin: 30px 0;
}

[dir="rtl"] .paragraph--type--bp-columns .bg-edge2edge .row h2.text-center {
  
  text-align: right !important;
}

.paragraph--type--bp-columns .bg-edge2edge .left-side {
  
  padding: 30px 15px 30px 13%;
}

[dir="rtl"] .paragraph--type--bp-columns .bg-edge2edge .left-side {
  
  padding: 30px 13% 30px 15px;
}

.paragraph--type--bp-columns .bg-edge2edge .right-side {
  
  padding: 30px 13% 30px 15px;
}

[dir="rtl"] .paragraph--type--bp-columns .bg-edge2edge .right-side {
  
  padding: 30px 15px 30px 13%;
}

.paragraph--type--bp-columns .bg-edge2edge .left-side .paragraph,
.paragraph--type--bp-columns .bg-edge2edge .right-side .paragraph {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .paragraph--type--bp-columns .bg-edge2edge .left-side,
  .paragraph--type--bp-columns .bg-edge2edge .right-side {
    padding: 15px;
  }
}

.discover-more-button .discover-more {
  vertical-align: top;
          
          transform: rotate(7deg);
      
      -ms-transform: rotate(270deg);
     
     -moz-transform: rotate(270deg);
  
  -webkit-transform: rotate(270deg);
       
       -o-transform: rotate(270deg);
  height: 45px;
  position: fixed;
  top: 280px;
  
  right: -73px;
  border-radius: 0;
  z-index: 101;
  background-color: #fff;
  color: #3c3c3b;
  padding: 10px;
  letter-spacing: 2px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .38);
}

[dir="rtl"] .discover-more-button .discover-more {
          
          transform: rotate(-7deg);
      
      -ms-transform: rotate(-270deg);
     
     -moz-transform: rotate(-270deg);
  
  -webkit-transform: rotate(-270deg);
       
       -o-transform: rotate(-270deg);
  right: auto;
  
  left: -73px;
}

.discover-more-button .discover-more:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  
  padding-left: 10px;
}

[dir="rtl"] .discover-more-button .discover-more:after {
  padding-left: 0;
  
  padding-right: 10px;
}

.discover-more-button .discover-more:hover {
  color: #fff;
  background-color: #2d7436;
  transition: .4s;
}

.discover-more-button .paragraph {
  margin: 0;
}

@media (max-width: 480px) {
  .discover-more-button {
    display: inline-block;
  }
}

.discover-more-content-block {
  position: fixed;
  top: 80px;
  
  right: 0px;
  bottom: 0;
  border-radius: 0;
  z-index: 1030;
  background-color: #fff;
  color: #3c3c3b;
  width: 342px;
  height: auto;
  display: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .38);
}

[dir="rtl"] .discover-more-content-block {
  right: auto;
  
  left: 0px;
}

@media (min-width: 992px) {
  .discover-more-content-block {
    top: 155px;
  }
}

@media (max-width: 767px) {
  .discover-more-content-block {
    width: 100%;
  }
}

.discover-more-content-block h2.block-title {
  font-size: calc(1.275rem + .3vw);
  margin: 40px 40px 20px 40px;
}

@media (min-width: 1200px) {
  .discover-more-content-block h2.block-title {
    font-size: 1.5rem;
  }
}

.discover-more-content-block .view-content {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.discover-more-content-block .view-content .views-row {
  padding: 0 40px 20px 40px;
}

.discover-more-content-block .view-content .views-row .views-field-title {
  border-bottom: 2px solid #cfcccc;
  padding-bottom: 20px;
}

.discover-more-content-block .view-content .views-row .views-field-title a {
  color: #000;
  display: inline-block;
}

.discover-more-content-block .view-content .views-row .views-field-title a:hover {
  color: #2d7436;
}

.discover-more-content-block .view-content .views-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.discover-more-content-block .view-display-id-discover_more_block {
  position: initial;
}

.discover-more-content-block .close-btn {
  
  background: url(../../images/close.svg) no-repeat scroll 0 0;
  position: absolute;
  top: 15px;
  
  right: 5px;
  height: 20px;
  padding: 6px 12px;
  border-radius: 0;
}

[dir="rtl"] .discover-more-content-block .close-btn {
  
  background: url(../../images/close.svg) no-repeat scroll 100% 0;
  right: auto;
  
  left: 5px;
}

.view-regional-offices- {
  font-family: "DM Sans", sans-serif;
}

.mc-layout__modalContent {
  border-radius: 0 !important;
}

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

[dir="rtl"] .advanced-search {
  
  text-align: left;
}

.discover-more-button {
  display: inline-block;
}

.slick-dots li button {
  pointer-events: none;
  width: auto;
  height: auto;
}

.card-top-image {
  height: 100%;
}

.varbase-video-player video {
  transform: scale(1, .5);
}

.paragraph section.description {
  color: #3c3c3b;
  display: none;
}

.paragraph section.description .field--name-body p:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  
  padding-right: 5px;
}

[dir="rtl"] .paragraph section.description .field--name-body p:before {
  padding-right: 0;
  
  padding-left: 5px;
}

@media (min-width: 1200px) {
  .hero-view-mode img {
    width: 100%;
  }
}

.button--ultimenu {
  display: none !important;
}

@media (max-width: 480px) {
  .field--name-body iframe {
    max-width: 100%;
  }
}

.recent-updates .row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.recent-updates .related-news {
  margin: 0;
}

.recent-updates .card {
  aspect-ratio: 16/9;
  border-color: #fff;
  border-bottom: 1px !important;
  position: relative;
  overflow: hidden;
}

.recent-updates .card .field--type-image {
  overflow: hidden;
}

.recent-updates .card img {
  max-width: 100%;
  transition: all .3s;
}

.recent-updates .card:hover img {
  transform: scale(1.1);
}

.recent-updates .card img {
  transform-origin: bottom;
}

.recent-updates .card:hover .card-img:after {
  transform: scale(1.23);
}

.recent-updates .card .update-type {
  position: absolute;
  top: 24px;
  
  left: 24px;
}

[dir="rtl"] .recent-updates .card .update-type {
  left: auto;
  
  right: 24px;
}

.recent-updates .card .card-img {
          transition: all .5s;
  -webkit-transition: all .5s;
}

.recent-updates .card .card-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .45);
  opacity: 1;
}

[dir="rtl"] .recent-updates .card .card-img::after {
  left: auto;
  
  right: 0;
}

.recent-updates .card .card-img:after {
  
  background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .6) 100%);
  transition: all .3s ease-out;
  transform-origin: bottom;
}

[dir="rtl"] .recent-updates .card .card-img:after {
  
  background: linear-gradient(-180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .6) 100%);
}

.recent-updates .card img {
  min-width: 100%;
}

.recent-updates .card .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.recent-updates .viewsreference--view-title {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 900;
  line-height: 1.5;
  font-variation-settings: "opsz" 16;
  font-size: calc(1.475rem + 2.7vw);
  
  text-align: left;
  text-transform: none;
}

[dir="rtl"] .recent-updates .viewsreference--view-title {
  
  text-align: right;
}

@media (min-width: 1200px) {
  .recent-updates .viewsreference--view-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .recent-updates .viewsreference--view-title {
    font-size: 3.5rem;
  }
}

.recent-updates .field--name-bp-view {
  padding: 0 32px;
}

.recent-updates .field--name-field-blog-categories {
  display: inline;
}

.recent-updates .color-label {
  padding: 4px 8px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
  font-variation-settings: "opsz" 14;
  border-radius: 65px;
  
  margin-right: 8px;
}

[dir="rtl"] .recent-updates .color-label {
  margin-right: 0;
  
  margin-left: 8px;
}

@media (min-width: 992px) {
  .recent-updates .color-label {
    padding: 8px 16px;
  }
}

.recent-updates .card-title {
  font-size: calc(1.2625rem + .15vw);
  font-weight: 500;
  line-height: 1.5em;
  min-height: 3em;
  margin: 8px 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1200px) {
  .recent-updates .card-title {
    font-size: 1.375rem;
  }
}

.recent-updates .card-title a {
  color: white;
}

.path-frontpage h2 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 900;
  line-height: 1.5;
  font-variation-settings: "opsz" 16;
  font-size: calc(1.475rem + 2.7vw);
  text-transform: none;
}

@media (min-width: 1200px) {
  .path-frontpage h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .path-frontpage h2 {
    font-size: 3.5rem;
  }
}

.path-frontpage .viewsreference--view-title {
  text-transform: none;
  
  text-align: left;
}

[dir="rtl"] .path-frontpage .viewsreference--view-title {
  
  text-align: right;
}

.path-frontpage .main-container {
  margin-bottom: 0;
}

.view-display-id-homepage_research_theme_block .research-theme:first-child:hover .card-img:after {
  background: rgba(210, 128, 37, .8);
}

.view-display-id-homepage_research_theme_block .research-theme:nth-child(2):hover .card-img:after {
  background: rgba(43, 115, 57, .8);
}

.view-display-id-homepage_research_theme_block .research-theme:nth-child(3):hover .card-img:after {
  background: rgba(94, 165, 224, .8);
}

.view-display-id-homepage_upcoming_events .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.view-display-id-homepage_upcoming_events .card-img:after {
  
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -8.71%, #000 132.57%);
  transition: all .3s ease-out;
  transform-origin: bottom;
}

[dir="rtl"] .view-display-id-homepage_upcoming_events .card-img:after {
  
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) -8.71%, #000 132.57%);
}

.view-display-id-homepage_upcoming_events .overlay-card:hover .card-img:after {
  transform: scale(1.23);
}

@media (min-width: 576px) {
  .viewsreference--view-title + .view-display-id-homepage_experts .slick-carousel:not(.unslick) {
    margin-top: -6rem;
  }
}

@media (min-width: 992px) {
  .viewsreference--view-title + .view-display-id-homepage_experts .slick-carousel:not(.unslick) {
    margin-top: -6.4rem;
  }
}

.view-display-id-block_1 .leaflet-marker-icon {
  transition: all .3s ease-out;
}

.view-display-id-block_1 .leaflet-marker-icon:focus, .view-display-id-block_1 .leaflet-marker-icon:hover {
  filter: brightness(.5);
}

.view-display-id-block_1 .leaflet-marker-icon:first-child {
  width: 84px !important;
  height: 115px !important;
  
  margin-left: -42px !important;
  margin-top: -115px !important;
  z-index: 100 !important;
}

[dir="rtl"] .view-display-id-block_1 .leaflet-marker-icon:first-child {
  margin-left: 0 !important;
  
  margin-right: -42px !important;
}

.view-display-id-block_1 .geolocation-popup-container {
  position: absolute;
  top: 0;
  
  left: 0;
  z-index: 100;
}

[dir="rtl"] .view-display-id-block_1 .geolocation-popup-container {
  left: auto;
  
  right: 0;
}

.view-display-id-block_1 .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 24px;
}

.view-display-id-block_1 .leaflet-popup-content-wrapper a {
  color: white;
}

.view-display-id-block_1 .leaflet-popup {
  
  left: calc(100vw - 60px) !important;
  top: 20.83vw !important;
  bottom: unset !important;
  
  transform: translate(-100%, -50%);
}

[dir="rtl"] .view-display-id-block_1 .leaflet-popup {
  left: auto !important;
  
  right: calc(100vw - 60px) !important;
  
  transform: translate(100%, -50%);
}

@media (max-width: 575.98px) {
  .view-display-id-block_1 .leaflet-popup {
    position: fixed;
    top: 50% !important;
    
    left: 50% !important;
    
    transform: translate(-50%, -50%);
  }

  [dir="rtl"] .view-display-id-block_1 .leaflet-popup {
    left: auto !important;
    
    right: 50% !important;
    
    transform: translate(50%, -50%);
  }
}

.view-display-id-block_1 .leaflet-popup a.leaflet-popup-close-button {
  display: block;
  position: absolute;
  top: 24px;
  
  left: 24px;
  width: 16px;
  height: 16px;
  background: url(../../images/close-white.svg);
}

[dir="rtl"] .view-display-id-block_1 .leaflet-popup a.leaflet-popup-close-button {
  left: auto;
  
  right: 24px;
}

.view-display-id-block_1 .leaflet-popup a.leaflet-popup-close-button span {
  display: none;
}

.view-display-id-block_1 .leaflet-popup-tip-container {
  display: none;
}

.view-display-id-block_1 .leaflet-popup-content {
  margin: 0;
  max-width: 100vw;
}

.view-display-id-block_1 .leaflet-popup-content .card-image-top {
          transition: all .5s;
  -webkit-transition: all .5s;
  position: relative;
  max-height: 323px;
  overflow: hidden;
}

.view-display-id-block_1 .leaflet-popup-content .card-image-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .45);
  opacity: 1;
}

[dir="rtl"] .view-display-id-block_1 .leaflet-popup-content .card-image-top::after {
  left: auto;
  
  right: 0;
}

.view-display-id-block_1 .leaflet-popup-content .card-image-top:after {
  
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
}

[dir="rtl"] .view-display-id-block_1 .leaflet-popup-content .card-image-top:after {
  
  background: linear-gradient(-360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
}

.view-display-id-block_1 .leaflet-popup-content .card-title {
  font-size: calc(1.275rem + .3vw);
  font-weight: 600;
  line-height: 1;
  font-variation-settings: "opsz" 14;
  color: #000;
}

@media (min-width: 1200px) {
  .view-display-id-block_1 .leaflet-popup-content .card-title {
    font-size: 1.5rem;
  }
}

.view-display-id-block_1 .leaflet-popup-content .card-title:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 21px;
  height: 21px;
  
  margin-right: 4px;
  background: url(../../images/map-pin.svg) center center no-repeat;
  background-size: contain;
}

[dir="rtl"] .view-display-id-block_1 .leaflet-popup-content .card-title:before {
  margin-right: 0;
  
  margin-left: 4px;
}

.view-display-id-block_1 .leaflet-popup-content .card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #484848;
}

.donate-paragraph {
  padding: 40px 0 360px;
  background: url(../../images/handful_of_seeds.webp) no-repeat bottom;
  background-size: 400px;
}

.donate-paragraph .field {
  margin-bottom: 1.5rem;
}

.donate-paragraph .btn {
  --bs-btn-padding-x: 54px;
}

@media (min-width: 992px) {
  .donate-paragraph {
    padding-bottom: 50px;
    
    background-position: right bottom;
    background-size: 540px;
  }

  [dir="rtl"] .donate-paragraph {
    
    background-position: left bottom;
  }

  .donate-paragraph .col-12 {
    
    padding-right: 50%;
  }

  [dir="rtl"] .donate-paragraph .col-12 {
    padding-right: 0;
    
    padding-left: 50%;
  }
}

@media (min-width: 1200px) {
  .donate-paragraph {
    padding-top: 75px;
    padding-bottom: 90px;
    background-size: 620px;
  }
}

@media (min-width: 1400px) {
  .donate-paragraph {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  .donate-paragraph .col-12 {
    padding-top: 125px;
    
    padding-right: 47%;
    padding-bottom: 125px;
    position: relative;
  }

  [dir="rtl"] .donate-paragraph .col-12 {
    padding-right: 0;
    
    padding-left: 47%;
  }

  .donate-paragraph .col-12 > * {
    position: relative;
    z-index: 1;
  }

  .donate-paragraph .col-12::before {
    content: "";
    
    background: url(../../images/handful_of_seeds.webp) no-repeat right bottom;
    position: absolute;
    bottom: 0;
    
    right: -90px;
    width: 50%;
    height: 100%;
    z-index: 0;
  }

  [dir="rtl"] .donate-paragraph .col-12::before {
    
    background: url(../../images/handful_of_seeds.webp) no-repeat left bottom;
    right: auto;
    
    left: -90px;
  }

  [dir] .donate-paragraph .col-12::before {
    background-size: contain;
  }
}

.view-display-id-homepage_experts .social-media-links--platforms.vertical li {
  
  margin-right: 4px;
}

[dir="rtl"] .view-display-id-homepage_experts .social-media-links--platforms.vertical li {
  margin-right: 0;
  
  margin-left: 4px;
}

.view-display-id-homepage_experts .card-title {
  color: #000;
}

@media (min-width: 1200px) {
  .paragraph.youtube-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media (min-width: 1200px) {
  .paragraph.youtube-block .youtube-video,
  .paragraph.youtube-block lite-youtube {
    height: 0;
    padding-bottom: 45% !important;
  }
}

.page-experts .bottom_header > .container {
  height: 100%;
}

.page-experts .bottom_header .region-bottom-header {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-experts .bottom_header .page-header {
  margin-top: auto;
}

.page-experts .main-container {
  position: relative;
}

.page-experts .leaf-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  max-width: none;
}

@media (min-width: 768px) {
  .page-experts .leaf-bg {
    width: 50vw;
    margin-right: -50vw;
    margin-left: -50vw;
    right: 50%;
    left: 50%;
  }
}

.page-experts .leaf-bg:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vw;
  background: url(../../images/fleaf-bg-grey.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .page-experts .leaf-bg:before {
    width: 50vw;
    height: 50vw;
  }
}

.page-experts .bg-left {
  
  right: 50%;
}

[dir="rtl"] .page-experts .bg-left {
  right: auto;
  
  left: 50%;
}

@media (min-width: 768px) {
  .page-experts .bg-left {
    
    margin-left: -75vw;
    bottom: -70px;
  }

  [dir="rtl"] .page-experts .bg-left {
    margin-left: 0;
    
    margin-right: -75vw;
  }
}

.page-experts .bg-left:before {
  background-position: center;
  
  transform: rotate(8.8deg);
  transform-origin: bottom;
  position: sticky;
  top: 42vh;
}

[dir="rtl"] .page-experts .bg-left:before {
  
  transform: rotate(-8.8deg);
}

@media (min-width: 1200px) {
  .page-experts .bg-left:before {
    top: 100px;
    background-position: center 15vw;
  }
}

.page-experts .bg-right {
  
  left: 50%;
}

[dir="rtl"] .page-experts .bg-right {
  left: auto;
  
  right: 50%;
}

@media (min-width: 768px) {
  .page-experts .bg-right {
    
    margin-left: 25vw;
    bottom: 100px;
  }

  [dir="rtl"] .page-experts .bg-right {
    margin-left: 0;
    
    margin-right: 25vw;
  }
}

.page-experts .bg-right:before {
  background-position: center 0;
  
  transform: rotate(-30deg);
  position: sticky;
  top: 100px;
}

[dir="rtl"] .page-experts .bg-right:before {
  
  transform: rotate(30deg);
}

.page-experts .paragraph {
  margin-bottom: 1.5rem;
}

.page-experts .paragraph h2 {
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .page-experts .varbase-impressed-card {
    align-items: center;
    text-align: center;
  }
}

.page-experts .varbase-impressed-card .card-img {
  max-width: 150px;
  align-self: center;
}

.page-node-type-experts .breadcrumb {
  margin-bottom: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .page-node-type-experts .breadcrumb {
    margin-bottom: 2.5rem;
  }
}

.page-node-type-landing-page .bottom_header > .container {
  height: 100%;
}

.page-node-type-landing-page .bottom_header .region-bottom-header {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-node-type-landing-page .bottom_header .page-header {
  margin-top: auto;
}

.page-node-type-experts .breadcrumb {
  margin-bottom: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .page-node-type-experts .breadcrumb {
    margin-bottom: 2.5rem;
  }
}

.page-node-type-landing-page .bottom_header > .container {
  height: 100%;
}

.page-node-type-landing-page .bottom_header .region-bottom-header {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-node-type-landing-page .bottom_header .page-header {
  margin-top: auto;
}

