@charset "UTF-8";
/*
name: Assets Base
project: http://
authors:
version: 1.0.0
*/
@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row, .views-exposed-form {
  box-sizing: border-box;
  display: flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse, .reverse.views-exposed-form {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/*
    Variables
*/
/*
	Mixins
*/
textarea, .select,
select, input[type=date], input[type=email], input[type=password], input[type=text],
.input[type=date],
.input[type=email],
.input[type=password],
.input[type=text] {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1em;
  color: #133844;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #d1f9f1;
  border: 1px solid #00bdb6;
  border-radius: 48px;
  transition: all 0.3s ease-out;
}
textarea:focus, .select:focus,
select:focus, input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus,
.input[type=date]:focus,
.input[type=email]:focus,
.input[type=password]:focus,
.input[type=text]:focus {
  border-color: #8ee8d8;
}
textarea[disabled], [disabled].select,
select[disabled], input[disabled][type=date], input[disabled][type=email], input[disabled][type=password], input[disabled][type=text],
[disabled].input[type=date],
[disabled].input[type=email],
[disabled].input[type=password],
[disabled].input[type=text] {
  color: #133844;
  cursor: not-allowed;
  background-color: #dcdcdc;
}

.radio,
input[type=radio], .checkbox,
input[type=checkbox] {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  visibility: hidden;
  background-color: #d1f9f1;
  border: 1px solid #00bdb6;
}
.radio:checked + label::after,
input[type=radio]:checked + label::after, .checkbox:checked + label::after,
input[type=checkbox]:checked + label::after {
  background-color: #133844;
  border-color: #fff;
}
.radio:focus + label::before,
input[type=radio]:focus + label::before, .checkbox:focus + label::before,
input[type=checkbox]:focus + label::before {
  border-color: #8ee8d8;
}
.radio + label,
input[type=radio] + label, .checkbox + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1.6rem;
  color: #133844;
}
.radio + label[hidden],
input[type=radio] + label[hidden], .checkbox + label[hidden],
input[type=checkbox] + label[hidden] {
  display: inline-block !important;
  padding-left: 0;
  text-indent: -99999px;
}
.radio + label::before,
input[type=radio] + label::before, .checkbox + label::before,
input[type=checkbox] + label::before, .radio + label::after,
input[type=radio] + label::after, .checkbox + label::after,
input[type=checkbox] + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
}
.radio + label::before,
input[type=radio] + label::before, .checkbox + label::before,
input[type=checkbox] + label::before {
  z-index: 1;
  background-color: transparent;
  border: 1px solid #00bdb6;
}
.radio + label::after,
input[type=radio] + label::after, .checkbox + label::after,
input[type=checkbox] + label::after {
  z-index: 0;
  background-color: #d1f9f1;
  border: 5px solid transparent;
}

.hero--publication div:not(.hero__meta) > a, .hero--person div:not(.hero__meta) > a, .hero--basic div:not(.hero__meta) > a, input[type=submit], .layout-builder-form .button, .btn, .block-call-to-action__content a, [data-drupal-views-infinite-scroll-pager] .pager__item a {
  display: inline-block;
  height: 48px;
  padding: 0 1.5em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 48px;
  -webkit-font-smoothing: initial !important;
}
.hero--publication div:not(.hero__meta) > a + .btn, .hero--publication .block-call-to-action__content div:not(.hero__meta) > a + a, .block-call-to-action__content .hero--publication div:not(.hero__meta) > a + a, .hero--person div:not(.hero__meta) > a + .btn, .hero--person .block-call-to-action__content div:not(.hero__meta) > a + a, .block-call-to-action__content .hero--person div:not(.hero__meta) > a + a, .hero--basic div:not(.hero__meta) > a + .btn, .hero--basic .block-call-to-action__content div:not(.hero__meta) > a + a, .block-call-to-action__content .hero--basic div:not(.hero__meta) > a + a, input[type=submit] + .btn, .block-call-to-action__content input[type=submit] + a, [data-drupal-views-infinite-scroll-pager] .pager__item input[type=submit] + a, .layout-builder-form .button + .btn, .layout-builder-form .block-call-to-action__content .button + a, .block-call-to-action__content .layout-builder-form .button + a, .layout-builder-form [data-drupal-views-infinite-scroll-pager] .pager__item .button + a, [data-drupal-views-infinite-scroll-pager] .pager__item .layout-builder-form .button + a, .btn + .btn, .block-call-to-action__content a + .btn, .block-call-to-action__content .btn + a, .block-call-to-action__content a + a, [data-drupal-views-infinite-scroll-pager] .pager__item a + .btn, [data-drupal-views-infinite-scroll-pager] .pager__item .btn + a, [data-drupal-views-infinite-scroll-pager] .pager__item a + a {
  margin-left: 25px;
}
.hero--publication div:not(.hero__meta) > a.btn-block, .hero--person div:not(.hero__meta) > a.btn-block, .hero--basic div:not(.hero__meta) > a.btn-block, input.btn-block[type=submit], .layout-builder-form .btn-block.button, .btn-block.btn, .block-call-to-action__content a.btn-block, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn-block {
  display: block;
}

/*
	Helpers
*/
img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1575px;
  padding: 0 2rem;
  margin: 0 auto;
}
.container--medium {
  max-width: 1364px;
  padding: 0 2rem;
  margin: 0 auto;
}
.container--small, .layout-builder-revert-overrides {
  max-width: 1088px;
  padding: 0 2rem;
  margin: 0 auto;
}

.text-centered {
  text-align: center;
}

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

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

.text-primary {
  color: #00bdb6;
}

.text-success {
  color: #00bdb6;
}

.text-danger,
.text-error {
  color: #e18aac;
}

.text-warning {
  color: #d1f9f1;
}

.text-info {
  color: #cd3572;
}

.full-height {
  height: 100%;
}

.hide-labels label {
  display: none;
}

.ui-widget-overlay {
  z-index: 8;
}

.ui-dialog:not(.ui-dialog-off-canvas) {
  z-index: 9;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 20px !important;
  height: 20px !important;
}

.layout-builder-form {
  position: fixed;
  right: 0;
  bottom: 54px;
  left: 0;
  z-index: 12;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  background: #fff;
}
.layout-builder-form #edit-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.layout-builder-form #edit-actions > input,
.layout-builder-form #edit-actions > a,
.layout-builder-form #edit-actions > div {
  margin: 0 1rem;
}
.layout-builder-form #edit-moderation-state-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout-builder-form #edit-moderation-state-wrapper > div > div {
  padding: 0 1rem;
}
.layout-builder-form .layout-builder__message--overrides,
.layout-builder-form .js-form-type-vertical-tabs {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.layout-builder-form + .layout-builder {
  padding: 190px 0 50px !important;
}

.system-page {
  margin: 190px auto 50px !important;
}

.user-register-form,
.user-pass,
.user-login-form {
  max-width: 640px;
}
.user-register-form .form-item,
.user-pass .form-item,
.user-login-form .form-item {
  margin-bottom: 25px;
}
.user-register-form .form-actions,
.user-pass .form-actions,
.user-login-form .form-actions {
  margin-top: 25px;
}

.layout-builder-revert-overrides {
  padding: 190px 0 50px !important;
}

.layout-builder__section,
.layout-builder__add-section,
.layout-builder__add-block {
  position: relative;
  z-index: 1;
}

#block-zero-primary-local-tasks {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  background-color: #133844;
}
#block-zero-primary-local-tasks > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-zero-primary-local-tasks > ul a {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
#block-zero-primary-local-tasks > ul a:hover {
  color: #fff;
  background-color: #232830;
}
#block-zero-primary-local-tasks li {
  padding: 0;
  margin: 0;
}
#block-zero-primary-local-tasks li + li {
  padding-left: 30px;
}
#block-zero-primary-local-tasks li a.is-active {
  color: #fff;
  background-color: #232830;
}

[data-drupal-messages] {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 700px;
  max-width: 80%;
  max-height: 80%;
  padding: 4rem;
  overflow: scroll;
  cursor: pointer;
  background: #fff;
  box-shadow: 8px 8px 24px 0 rgba(35, 40, 48, 0.2);
}
body.mobile [data-drupal-messages] {
  max-height: 70%;
}
[data-drupal-messages] .messages {
  flex-basis: 100% !important;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}
[data-drupal-messages] .messages a {
  display: inline;
}
[data-drupal-messages]::after {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 3rem;
  color: #232830;
  content: "+";
  transition: all 0.3s ease-out;
  transform: rotate(45deg);
  transform-origin: center center;
}
[data-drupal-messages]:hover::after {
  transform: scale(1.3) rotate(45deg);
}

/* Styles for the modal (similar to the previous example) */
#myModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

#modalContent {
  position: relative;
  width: 80%;
  padding: 40px;
  margin: 10% auto;
  background-color: #fefefe;
}

#closeBtn {
  position: absolute;
  top: 7px;
  right: 10px;
  float: right;
  font-size: 28px;
  font-weight: 700;
  color: #00bdb6;
  transition: color 0.3s ease-out;
}

#closeBtn:hover,
#closeBtn:focus {
  color: #232830;
  text-decoration: none;
  cursor: pointer;
}

.layout-builder-discard-changes.confirmation {
  padding: 15rem 9rem 0 9rem;
}
.layout-builder-discard-changes.confirmation .form-wrapper {
  margin-top: 2rem;
}
.layout-builder-discard-changes.confirmation .form-wrapper input.button--primary {
  margin-right: 1rem;
}
.layout-builder-discard-changes.confirmation .form-wrapper a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #D2042D;
  border: 1px solid transparent;
  display: inline-block;
  height: 48px;
  padding: 0 1.5em;
  line-height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 48px;
  -webkit-font-smoothing: initial !important;
}
.layout-builder-discard-changes.confirmation .form-wrapper a:hover {
  background-color: #a00322;
}

.cmbr-dark-blue {
  color: #133844;
}

.cmbr-cherry {
  color: #cd3572;
}

.cmbr-slate {
  color: #232830;
}

article .contextual-links a {
  position: static;
  text-indent: 0;
}

/*
name: Typography
code: |
  <h1>Heading 1</h1>
	<h2>Heading 2</h2>
	<h3>Heading 3</h3>
	<h4>Heading 4</h4>
	<p>Paragraph - ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse nec arcu lectus. Praesent laoreet leo eros, vitae faucibus quam suscipit sit amet.</p>
*/
@font-face {
  font-family: "contra_agency";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/contra_agency.eot?6792285");
  src: url("/assets/fonts/contra_agency.eot?6792285#iefix") format("embedded-opentype"), url("/assets/fonts/contra_agency.woff2?6792285") format("woff2"), url("/assets/fonts/contra_agency.woff?6792285") format("woff"), url("/assets/fonts/contra_agency.ttf?6792285") format("truetype"), url("/assets/fonts/contra_agency.svg?6792285#contra_agency") format("svg");
}
html {
  font-size: 62.5%;
  font-weight: 400;
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: antialiased !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8em;
  color: #133844;
  background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-bottom: 2.5rem;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  color: #133844;
}
h1 sup,
h1 sub,
h1 small,
.h1 sup,
.h1 sub,
.h1 small,
h2 sup,
h2 sub,
h2 small,
.h2 sup,
.h2 sub,
.h2 small,
h3 sup,
h3 sub,
h3 small,
.h3 sup,
.h3 sub,
.h3 small,
h4 sup,
h4 sub,
h4 small,
.h4 sup,
.h4 sub,
.h4 small,
h5 sup,
h5 sub,
h5 small,
.h5 sup,
.h5 sub,
.h5 small {
  font-size: 65%;
  color: inherit;
}

h1,
.h1 {
  font-size: 5.4rem;
}

h2,
.h2 {
  font-size: 3.8rem;
}

h3,
.h3 {
  font-size: 3.2rem;
}

h4,
.h4 {
  font-size: 2.8rem;
}

h5,
.h5 {
  font-size: 2.2rem;
}

p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
p sup,
p sub,
p small {
  font-size: 65%;
  color: inherit;
}
p.intro {
  font-size: 1.8rem;
  font-weight: 700;
}
p + blockquote {
  margin-top: 50px;
}
p + p {
  margin-top: 2.5rem;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 2.5rem;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #dcdcdc;
}

blockquote {
  max-width: 768px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(225, 138, 172, 0.25);
  border-bottom: 1px solid rgba(225, 138, 172, 0.25);
}
blockquote::before {
  display: block;
  font-size: 120px;
  font-style: italic;
  color: #cd3572;
  text-align: center;
  content: '"';
}
blockquote p {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.25em;
}
blockquote p:last-of-type:not(:first-of-type) {
  font-size: 1.8rem;
  font-weight: 700;
  color: #cd3572;
}
blockquote cite {
  font-size: 1.8rem;
  font-weight: 700;
  color: #cd3572;
}
blockquote + p {
  margin-top: 50px;
}

/*
name: Button
description: button styles can be used on button, a herf and submit elements
code: |
	<button class="btn">Button</button>
  	<a href="#" class="btn btn-primary">Button Primary</a>
*/
.btn, .block-call-to-action__content a, [data-drupal-views-infinite-scroll-pager] .pager__item a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #dcdcdc;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn, .block-call-to-action__content a, [data-drupal-views-infinite-scroll-pager] .pager__item a {
    font-size: 16px;
  }
}
.btn i, .block-call-to-action__content a i, [data-drupal-views-infinite-scroll-pager] .pager__item a i {
  color: #133844;
}
.btn:hover, .block-call-to-action__content a:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a:hover {
  background: #c3c3c3;
}
.btn:active, .block-call-to-action__content a:active, [data-drupal-views-infinite-scroll-pager] .pager__item a:active {
  background: #9c9c9c;
}
.btn::after, .block-call-to-action__content a::after, [data-drupal-views-infinite-scroll-pager] .pager__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn--primary, .block-call-to-action__content a, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary, [data-drupal-views-infinite-scroll-pager] .pager__item .block-call-to-action__content a, .block-call-to-action__content [data-drupal-views-infinite-scroll-pager] .pager__item a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn.btn--primary, .block-call-to-action__content a, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary, [data-drupal-views-infinite-scroll-pager] .pager__item .block-call-to-action__content a, .block-call-to-action__content [data-drupal-views-infinite-scroll-pager] .pager__item a {
    font-size: 16px;
  }
}
.btn.btn--primary i, .block-call-to-action__content a i, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary i, [data-drupal-views-infinite-scroll-pager] .pager__item .block-call-to-action__content a i, .block-call-to-action__content [data-drupal-views-infinite-scroll-pager] .pager__item a i {
  color: #133844;
}
.btn.btn--primary:hover, .block-call-to-action__content a:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary:hover {
  background: #008a85;
}
.btn.btn--primary:active, .block-call-to-action__content a:active, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary:active {
  background: #003e3b;
}
.btn.btn--primary::after, .block-call-to-action__content a::after, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--primary::after, [data-drupal-views-infinite-scroll-pager] .pager__item .block-call-to-action__content a::after, .block-call-to-action__content [data-drupal-views-infinite-scroll-pager] .pager__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn--secondary, .block-call-to-action__content a.btn--secondary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #cd3572;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn.btn--secondary, .block-call-to-action__content a.btn--secondary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary {
    font-size: 16px;
  }
}
.btn.btn--secondary i, .block-call-to-action__content a.btn--secondary i, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary i {
  color: #fff;
}
.btn.btn--secondary:hover, .block-call-to-action__content a.btn--secondary:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary:hover {
  background: #a6295b;
}
.btn.btn--secondary:active, .block-call-to-action__content a.btn--secondary:active, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary:active {
  background: #691a39;
}
.btn.btn--secondary::after, .block-call-to-action__content a.btn--secondary::after, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--secondary::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn--tertiary, .block-call-to-action__content a.btn--tertiary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #8ee8d8;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn.btn--tertiary, .block-call-to-action__content a.btn--tertiary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary {
    font-size: 16px;
  }
}
.btn.btn--tertiary i, .block-call-to-action__content a.btn--tertiary i, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary i {
  color: #fff;
}
.btn.btn--tertiary:hover, .block-call-to-action__content a.btn--tertiary:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary:hover {
  background: #64dfc9;
}
.btn.btn--tertiary:active, .block-call-to-action__content a.btn--tertiary:active, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary:active {
  background: #2acdb0;
}
.btn.btn--tertiary::after, .block-call-to-action__content a.btn--tertiary::after, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--tertiary::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn--quaternary, .block-call-to-action__content a.btn--quaternary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #d1f9f1;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn.btn--quaternary, .block-call-to-action__content a.btn--quaternary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary {
    font-size: 16px;
  }
}
.btn.btn--quaternary i, .block-call-to-action__content a.btn--quaternary i, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary i {
  color: #fff;
}
.btn.btn--quaternary:hover, .block-call-to-action__content a.btn--quaternary:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary:hover {
  background: #a4f3e3;
}
.btn.btn--quaternary:active, .block-call-to-action__content a.btn--quaternary:active, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary:active {
  background: #60eacf;
}
.btn.btn--quaternary::after, .block-call-to-action__content a.btn--quaternary::after, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quaternary::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn--quinary, .block-call-to-action__content a.btn--quinary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #e18aac;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .btn.btn--quinary, .block-call-to-action__content a.btn--quinary, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary {
    font-size: 16px;
  }
}
.btn.btn--quinary i, .block-call-to-action__content a.btn--quinary i, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary i {
  color: #fff;
}
.btn.btn--quinary:hover, .block-call-to-action__content a.btn--quinary:hover, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary:hover {
  background: #d7618f;
}
.btn.btn--quinary:active, .block-call-to-action__content a.btn--quinary:active, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary:active {
  background: #bb3067;
}
.btn.btn--quinary::after, .block-call-to-action__content a.btn--quinary::after, [data-drupal-views-infinite-scroll-pager] .pager__item a.btn--quinary::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.layout-builder-form .button {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .layout-builder-form .button {
    font-size: 16px;
  }
}
.layout-builder-form .button i {
  color: #133844;
}
.layout-builder-form .button:hover {
  background: #008a85;
}
.layout-builder-form .button:active {
  background: #003e3b;
}
.layout-builder-form .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.layout-builder-form .button::after {
  display: none;
}

input[type=submit] {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  input[type=submit] {
    font-size: 16px;
  }
}
input[type=submit] i {
  color: #133844;
}
input[type=submit]:hover {
  background: #008a85;
}
input[type=submit]:active {
  background: #003e3b;
}
input[type=submit]::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*
name: Label
description: label styles for form fields. labels can be hidden using `hidden`
code: |
	<label for="username">Username</label>
    <label for="username" hidden>Username</label>
*/
label,
.label {
  display: block;
}
label:hover,
.label:hover {
  cursor: pointer;
}

/*
name: Input
description: input styles are applied to all input fields
code: |
	<input id="username" type="text" name="username" placeholder="Username">
    <input id="password" type="password" name="password" placeholder="Password">
    <input id="email" type="email" placeholder="Email">
*/
::-moz-placeholder {
  color: #133844;
  opacity: 1; /* Firefox */
}
::placeholder {
  color: #133844;
  opacity: 1; /* Firefox */
}

/*
name: Select
code: |
    <select name="car-type">
        <option value="volvo">Volvo</option>
        <option value="saab">Saab</option>
        <option value="mercedes">Mercedes</option>
        <option value="audi">Audi</option>
    </select>
*/
.select,
select {
  cursor: pointer;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px;
}

/*
name: Textarea
code: |
    <textarea id="message" name="message" rows="2"></textarea>
*/
textarea {
  min-height: 160px;
  padding: 1em;
  resize: none;
}

/*
name: Unordered and Ordered List
description: list styles have classes for `list-unstyled` and `list-inline`
code: |
	<ol>
		<li>Apples</li>
		<li>Oranges</li>
		<li>Pears</li>
	</ol>
	<ul>
		<li>Apples</li>
		<li>Oranges</li>
		<li>Pears</li>
	</ol>
*/
ol,
ul {
  margin-bottom: 33.3333333333px;
  margin-left: 50px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 5px;
  margin-bottom: 0;
}
ol.list-unstyled,
ul.list-unstyled {
  padding: 0;
  margin: 0 0 33.3333333333px 25px;
  list-style: none;
}
ol.list-unstyled ol,
ol.list-unstyled ul,
ul.list-unstyled ol,
ul.list-unstyled ul {
  list-style: none;
}
ol.list-inline,
ul.list-inline {
  margin: 0 0 25px 0;
}
ol.list-inline li,
ul.list-inline li {
  display: inline-block;
  *display: inline;
  margin-right: 25px;
}
ol li,
ul li {
  margin-bottom: 5px;
}

/*
name: Link
code: |
	<a href="#">link me</a>
*/
a {
  color: #00837e;
  text-decoration: none !important;
  outline: 0;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #008a85;
}
a:focus-visible {
  outline: 1px dotted #00bdb6 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  display: inline-block;
  color: #133844;
  border-bottom: 2px solid #00bdb6;
}

.block-basic li a {
  display: inline-block;
  color: #133844;
  border-bottom: 2px solid #00bdb6;
}

/*
name: Checkbox
description: input checkbox styled using before and after pseudo-element's
code: |
    <input id="apples" type="checkbox" name="checkbox" value="true">
*/
.checkbox,
input[type=checkbox] {
  border-radius: 48px;
}
.checkbox + label::before, .checkbox + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  border-radius: 48px;
}

/*
name: Radio
description: input radio styled using before and after pseudo-element's
code: |
    <input id="apples" type="radio" name="radio" value="true">
*/
.radio,
input[type=radio] {
  border-radius: 100%;
}
.radio + label::before, .radio + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  border-radius: 100%;
}

/*
name: Icon
description: site icons created using http://fontello.com
code: |
	<i class="icon-home" aria-hidden="true"></i>
*/
/*
name: Overlay
description: overlay is designed for use with modal elements
code: |
	<div class="overlay"></div>
*/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(35, 40, 48, 0.3);
}

.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-iframe iframe,
.responsive-iframe div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important; /* In case iframe have inline width */
  height: 100% !important; /* In case iframe have inline height */
  border: 0 solid transparent;
}

iframe {
  border: 0 solid transparent;
}

.pager {
  margin: 0 auto;
}
.pager ul {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.pager li {
  padding: 0 1rem;
}
.pager li a {
  color: #133844;
}
.pager li a:hover {
  color: #00bdb6;
}
.pager li.is-active a {
  font-weight: 600;
  color: #133844;
  border-bottom: 2px solid #00bdb6;
}
[data-drupal-views-infinite-scroll-pager] .pager__item {
  display: flex;
  justify-content: center;
}
[data-drupal-views-infinite-scroll-pager] .pager__item a {
  background-color: #fff;
  border: 1px solid #00bdb6;
}
[data-drupal-views-infinite-scroll-pager] .pager__item a::after {
  content: none;
}
[data-drupal-views-infinite-scroll-pager] .pager__item a:hover {
  background-color: #fff;
}
[data-drupal-views-infinite-scroll-pager] .pager__item a:focus-visible {
  outline: 2px dotted #133844 !important;
}
.pager__item a {
  height: auto;
  padding: 0;
  line-height: 1.4;
  background-color: transparent;
  border-radius: 0;
}
.pager__item a::after {
  content: none;
}
.pager__item a:hover {
  background-color: transparent;
}
.pager__item a:focus-visible {
  outline: 2px dotted #133844 !important;
}

.mobile-menu-icon {
  position: relative;
  z-index: 999;
  display: none;
  float: right;
  width: 50px;
  height: 50px;
  padding: 12px;
  background-color: #133844;
  border-radius: 50px;
}
@media (max-width: 1079px) {
  .mobile-menu-icon {
    display: block;
  }
}
.mobile-menu-icon.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 6px);
}
.mobile-menu-icon.active .bar:nth-child(2) {
  opacity: 0;
}
.mobile-menu-icon.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-4px, -6px);
}

.bar {
  width: 25px;
  height: 1px;
  margin: 6px 0;
  background-color: #d1f9f1;
  transition: 0.4s;
}

/*
name: Form Control
code: |
	<div class="form-control">
    <label for="email">Email</label>
    <input id="email" type="email" placeholder="Email">
  </div>
*/
.form-control {
  margin-bottom: 25px;
}

/*
name: Form Group
code: |
  <div class="form-group">
    <div class="form-control">
      <input id="apples" type="checkbox" name="checkbox" value="true">
      <label for="apples">Apples</label>
    </div>
    <div class="form-control">
      <input id="oranges" type="checkbox" name="checkbox" value="true">
      <label for="oranges">Oranges</label>
    </div>
  </div>
*/
.form-group {
  margin-bottom: 25px;
}

nav.system-menu-blockmain {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1079px) {
  nav.system-menu-blockmain {
    position: fixed;
    top: 0;
    right: -100%; /* Initial position off-screen */
    display: block;
    width: 100%; /* Adjust as needed */
    max-width: 430px;
    height: auto;
    padding: 100px 40px 40px;
    background-color: #d1f9f1;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
  }
  .header--page nav.system-menu-blockmain, .header--home-page nav.system-menu-blockmain, .header--story nav.system-menu-blockmain {
    background-color: #133844;
  }
  nav.system-menu-blockmain.show-mobile-menu {
    right: 0;
  }
}
nav.system-menu-blockmain > h2 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
nav.system-menu-blockmain ul {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #d1f9f1;
  border-radius: 40px;
}
.header--page nav.system-menu-blockmain ul, .header--home-page nav.system-menu-blockmain ul, .header--story nav.system-menu-blockmain ul {
  background-color: #133844;
}
@media (max-width: 1079px) {
  nav.system-menu-blockmain ul {
    display: block;
    border-top: 3px solid #133844;
    border-radius: 0;
  }
  .header--page nav.system-menu-blockmain ul, .header--home-page nav.system-menu-blockmain ul, .header--story nav.system-menu-blockmain ul {
    border-color: #d1f9f1;
  }
}
nav.system-menu-blockmain li {
  height: 60px;
  padding: 0 30px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 1363px) {
  nav.system-menu-blockmain li {
    padding: 0 10px;
  }
  nav.system-menu-blockmain li:first-child {
    padding-left: 30px;
  }
  nav.system-menu-blockmain li:last-child {
    padding-right: 30px;
  }
}
nav.system-menu-blockmain li ul li {
  padding-left: 30px !important;
}
@media (max-width: 1079px) {
  nav.system-menu-blockmain li ul li {
    padding-left: 0;
    transform: translateX(-30px);
  }
}
@media (max-width: 1079px) {
  nav.system-menu-blockmain li {
    flex: 0 1 100%;
    width: 100%;
    padding: 0;
  }
  nav.system-menu-blockmain li:first-child {
    padding-left: 0;
  }
  nav.system-menu-blockmain li:last-child {
    padding-right: 0;
  }
}
nav.system-menu-blockmain a {
  position: relative;
  font-weight: 1.6rem;
  color: #133844;
}
nav.system-menu-blockmain a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  background-color: #00bdb6;
  transition: width 0.45s ease-out;
}
nav.system-menu-blockmain a:hover {
  color: #00bdb6;
}
nav.system-menu-blockmain a:hover::after {
  width: 100%;
}
.header--page nav.system-menu-blockmain a, .header--home-page nav.system-menu-blockmain a, .header--story nav.system-menu-blockmain a {
  color: #d1f9f1;
}
.header--page nav.system-menu-blockmain a::after, .header--home-page nav.system-menu-blockmain a::after, .header--story nav.system-menu-blockmain a::after {
  background-color: #fff;
}
.header--page nav.system-menu-blockmain a:hover, .header--home-page nav.system-menu-blockmain a:hover, .header--story nav.system-menu-blockmain a:hover {
  color: #fff;
}
nav.system-menu-blockmain > ul > li {
  position: relative;
}
nav.system-menu-blockmain > ul > li.active > ul {
  bottom: auto;
  display: block;
}
nav.system-menu-blockmain > ul > li > ul {
  position: absolute;
  top: 68px;
  left: 0;
  display: none;
  min-width: 25rem;
  border-radius: 2.4rem !important;
  border-radius: 0;
}
nav.system-menu-blockmain > ul > li > ul li {
  height: auto;
  margin: 24px 0;
  line-height: 1;
}
nav.system-menu-blockmain > ul > li > ul li a:hover {
  color: #02bdb6 !important;
}
nav.system-menu-blockmain > ul > li > ul li a:hover::after {
  display: none;
}
nav.system-menu-blockmain > ul > li > ul::before {
  position: absolute;
  top: -15px;
  width: 100%;
  height: 20px;
  content: "";
}
@media (max-width: 1079px) {
  nav.system-menu-blockmain > ul > li {
    height: calc(100% + 20px);
  }
  nav.system-menu-blockmain > ul > li > ul {
    position: static;
    z-index: 1;
    display: block;
    margin-left: 2rem;
    border-top: none;
  }
}

@media (min-width: 769px) {
  nav.system-menu-blockfooter-left {
    margin-bottom: 3.2rem;
  }
}

nav.system-menu-blockfooter > h2,
nav.system-menu-blockfooter-left > h2,
nav.system-menu-blockfooter-right-first > h2,
nav.system-menu-blockfooter-right-second > h2,
nav.system-menu-blockfooter-right-third > h2,
nav.system-menu-blockfooter-right-menu-fourth > h2 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
nav.system-menu-blockfooter > ul,
nav.system-menu-blockfooter-left > ul,
nav.system-menu-blockfooter-right-first > ul,
nav.system-menu-blockfooter-right-second > ul,
nav.system-menu-blockfooter-right-third > ul,
nav.system-menu-blockfooter-right-menu-fourth > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
nav.system-menu-blockfooter ul,
nav.system-menu-blockfooter-left ul,
nav.system-menu-blockfooter-right-first ul,
nav.system-menu-blockfooter-right-second ul,
nav.system-menu-blockfooter-right-third ul,
nav.system-menu-blockfooter-right-menu-fourth ul {
  padding: 0;
  margin: 0;
}
nav.system-menu-blockfooter span,
nav.system-menu-blockfooter-left span,
nav.system-menu-blockfooter-right-first span,
nav.system-menu-blockfooter-right-second span,
nav.system-menu-blockfooter-right-third span,
nav.system-menu-blockfooter-right-menu-fourth span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
nav.system-menu-blockfooter a,
nav.system-menu-blockfooter-left a,
nav.system-menu-blockfooter-right-first a,
nav.system-menu-blockfooter-right-second a,
nav.system-menu-blockfooter-right-third a,
nav.system-menu-blockfooter-right-menu-fourth a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  color: #fff;
  border-bottom: 1px solid #8ee8d8;
}
nav.system-menu-blockfooter a::before,
nav.system-menu-blockfooter-left a::before,
nav.system-menu-blockfooter-right-first a::before,
nav.system-menu-blockfooter-right-second a::before,
nav.system-menu-blockfooter-right-third a::before,
nav.system-menu-blockfooter-right-menu-fourth a::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: width 0.45s ease-out;
}
nav.system-menu-blockfooter a::after,
nav.system-menu-blockfooter-left a::after,
nav.system-menu-blockfooter-right-first a::after,
nav.system-menu-blockfooter-right-second a::after,
nav.system-menu-blockfooter-right-third a::after,
nav.system-menu-blockfooter-right-menu-fourth a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 29px;
  margin: auto 0;
  content: "";
  background-color: #133844;
  background-image: url("../img/footer-link.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
}
nav.system-menu-blockfooter a:hover,
nav.system-menu-blockfooter-left a:hover,
nav.system-menu-blockfooter-right-first a:hover,
nav.system-menu-blockfooter-right-second a:hover,
nav.system-menu-blockfooter-right-third a:hover,
nav.system-menu-blockfooter-right-menu-fourth a:hover {
  color: #8ee8d8;
}
nav.system-menu-blockfooter a:hover:hover::before,
nav.system-menu-blockfooter-left a:hover:hover::before,
nav.system-menu-blockfooter-right-first a:hover:hover::before,
nav.system-menu-blockfooter-right-second a:hover:hover::before,
nav.system-menu-blockfooter-right-third a:hover:hover::before,
nav.system-menu-blockfooter-right-menu-fourth a:hover:hover::before {
  width: 100%;
}

.footer-nav__wrapper {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .footer-nav__wrapper {
    flex-direction: column;
    gap: 0;
  }
}

nav.system-menu-blockfooter-right-first,
nav.system-menu-blockfooter-right-second,
nav.system-menu-blockfooter-right-third,
nav.system-menu-blockfooter-right-menu-fourth {
  margin-top: 3rem;
}

.teaser {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #133844;
  border-radius: 8px;
  box-shadow: -1px 12px 15px rgba(19, 56, 68, 0.1);
}
.teaser.node--event {
  background-color: #d1f9f1;
}
.teaser a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999999px;
  perspective: 600px;
}
.teaser .teaser__img {
  position: relative;
}
.teaser .teaser__img::after {
  position: absolute;
  right: -3px;
  bottom: -14px;
  display: block;
  width: 42px;
  height: 42px;
  padding: 10px;
  content: "";
  background-color: #133844;
  background-image: url("../img/read-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
  border: 7px solid #fff;
  border-radius: 42px;
  transform: rotate(-45deg);
}
.teaser .teaser__img > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 81.25%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 8px 8px 0 0;
}
.teaser .teaser__img > a {
  top: 20px;
  left: 20px;
  z-index: 3;
  display: block;
  width: auto;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #133844;
  text-indent: initial;
  background-color: #d1f9f1;
  border: 1px solid #00bdb6;
  border-radius: 40px;
}
.teaser .teaser--meta {
  padding: 25px 30px 81px;
}
.teaser img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-out;
  transform: scale3d(1.25, 1.25, 1);
  transform-origin: center;
}
.teaser time {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  opacity: 0.6;
}
.teaser h2 {
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.25em;
}
.teaser p {
  margin-bottom: 25px;
  line-height: 1.4em;
  opacity: 0.7;
}
.path-taxonomy .views-element-container .teaser p {
  display: none;
}
.teaser span,
.teaser .teaser__more {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  padding-right: 15px;
  font-size: 2.2rem;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
.teaser span::after,
.teaser .teaser__more::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../img/read-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.teaser:hover img {
  transform: scale3d(1, 1, 1);
}
.teaser:hover span,
.teaser:hover .teaser__more {
  color: #00bdb6;
}

.teaser-alt {
  position: relative;
  height: 0;
  padding-top: 116.41%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  transition: all 0.45s ease-out;
}
.teaser-alt .teaser-alt--meta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 3.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.teaser-alt h2 {
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 1269px) {
  .teaser-alt h2 {
    margin-bottom: 0;
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .teaser-alt h2 {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
}
.teaser-alt a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999999px;
  perspective: 600px;
}
.teaser-alt:hover {
  background-size: 100%;
}

.teaser--list {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #133844;
}
.teaser--list.node--event {
  background-color: #d1f9f1;
}
.teaser--list a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999999px;
  perspective: 600px;
}
.teaser--list .teaser--meta {
  padding: 0 0 81px;
}
.teaser--list img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-out;
  transform: scale3d(1.25, 1.25, 1);
  transform-origin: center;
}
.teaser--list time {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  opacity: 0.6;
}
.teaser--list h2 {
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.25em;
}
.teaser--list p {
  margin-bottom: 25px;
  line-height: 1.4em;
  opacity: 1;
}
.teaser--list span.type,
.teaser--list strong.type {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 70px;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00837e;
  border-bottom: 1px solid rgba(19, 56, 68, 0.2);
}
.teaser--list span.type::before,
.teaser--list strong.type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  content: "";
  background-color: #133844;
  background-image: url("../img/publication.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 9px;
}
.teaser--list span.type.type--undergraduate,
.teaser--list strong.type.type--undergraduate {
  color: #133844;
}
.teaser--list span.type.type--undergraduate::before,
.teaser--list strong.type.type--undergraduate::before {
  background-image: url("../img/course.svg");
  background-size: 16px 13.1px;
}
.teaser--list span.type.type--postgraduate::before,
.teaser--list strong.type.type--postgraduate::before {
  background-color: #00bdb6;
  background-image: url("../img/course.svg");
  background-size: 16px 13.1px;
}
.teaser--list span.type.type--professional,
.teaser--list strong.type.type--professional {
  color: #e18aac;
}
.teaser--list span.type.type--professional::before,
.teaser--list strong.type.type--professional::before {
  background-color: #e18aac;
  background-image: url("../img/course-pink.svg");
  background-size: 16px 13.1px;
}
.teaser--list span.type.type--executive-education,
.teaser--list strong.type.type--executive-education {
  color: #cd3572;
}
.teaser--list span.type.type--executive-education::before,
.teaser--list strong.type.type--executive-education::before {
  background-color: #cd3572;
  background-image: url("../img/course.svg");
  background-size: 16px 13.1px;
}
.teaser--list div.learn-more,
.teaser--list span.learn-more {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  padding-right: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
.teaser--list div.learn-more::after,
.teaser--list span.learn-more::after {
  display: inline-block;
  padding-left: 5px;
  content: " —>";
}
.teaser--list:hover img {
  transform: scale3d(1, 1, 1);
}
.teaser--list:hover span,
.teaser--list:hover div.learn-more {
  color: #00bdb6;
}

.teaser--person {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.teaser--person a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999999px;
  perspective: 600px;
}
.teaser--person .teaser__img {
  flex: 0 1 28%;
  width: 28%;
  /* stylelint-disable-next-line selector-class-pattern */
}
.teaser--person .teaser__img img {
  display: block;
  border-radius: 100%;
}
.teaser--person .teaser__img .teaser__img__default {
  min-height: 143.91px;
}
.teaser--person .teaser--meta {
  flex: 0 1 72%;
  width: 72%;
  padding-left: 25px;
}
.teaser--person h2 {
  margin-bottom: 5px;
  font-size: 2.8rem;
  line-height: 1.25em;
}
.teaser--person p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25em;
}
.teaser--person p.job-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #00837e;
}

.views-exposed-form {
  align-items: flex-end;
}
.views-exposed-form .form-item:not(.js-form-type-date) {
  flex: 0 1 25%;
  width: 25%;
  padding: 1rem;
}
.views-exposed-form .form-item:not(.js-form-type-date) label:not(.option) {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media (max-width: 767px) {
  .views-exposed-form .form-item:not(.js-form-type-date) {
    flex: 0 1 100%;
    width: 100%;
  }
}
.views-exposed-form .form-item.fieldgroup {
  flex: 0 1 100%;
  width: 100%;
}
.views-exposed-form .form-item.js-form-type-date {
  flex: 0 1 25%;
  width: 25%;
  padding: 1rem;
}
.views-exposed-form .form-item.js-form-type-date label:not(.option) {
  font-weight: 700;
}
@media (max-width: 767px) {
  .views-exposed-form .form-item.js-form-type-date {
    flex: 0 1 100%;
    width: 100%;
  }
}
.views-exposed-form + div {
  margin-top: 30px;
}

.block-courses legend {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.block-courses fieldset.form-item {
  flex: 0 1 100%;
  width: 100%;
  padding: 1rem;
}
.block-courses .form-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.block-courses .form-radios .form-item {
  flex: 0 1 auto;
  width: auto;
  padding: 1rem;
}
.block-courses .form-radios .form-item label {
  height: 48px;
  padding: 0 25px;
  font-weight: 700;
  line-height: 48px;
  background-color: #d1f9f1;
  border: 1px solid #00bdb6;
  border-radius: 48px;
  transition: all 0.3s ease-out;
}
.block-courses .form-radios .form-item label:hover {
  background-color: #00bdb6;
}
.block-courses .form-radios .form-item label::after, .block-courses .form-radios .form-item label::before {
  display: none;
}
.block-courses .form-radios input:checked + label {
  background-color: #00bdb6;
}
.block-courses .form-radios input:focus + label {
  border-color: #133844;
}
.block-courses .views-exposed-form + div {
  margin-top: 100px;
}

.block-hero-home {
  position: relative;
  height: 100vh;
  background-image: url("../img/homepage-hero-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-hero-home__wrap {
  margin-top: 210px;
}
@media (max-width: 467px) {
  .block-hero-home__wrap {
    margin-top: 130px;
  }
}
.block-hero-home__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.block-hero-home__video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 100vw;
  min-height: 100vh;
  content: "";
  background-image: url("../img/blend-filter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 0.45;
}
.block-hero-home__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 200% !important;
  height: 100vw !important;
  margin-left: -50%;
  border: 0 solid transparent;
}
@media (max-width: 1023px) {
  .block-hero-home__video iframe {
    width: 400% !important;
    height: 200vw !important;
    margin-left: -100%;
  }
}
.block-hero-home > .container {
  display: flex;
  max-width: 810px;
  height: 100vh;
  color: #fff;
  text-align: center;
}
.block-hero-home > .container h1 {
  margin-bottom: 2.5rem;
  font-size: 6.7rem;
  color: #fff;
}
@media (max-width: 767px) {
  .block-hero-home > .container h1 {
    font-size: 3.6rem;
  }
}
.block-hero-home > .container p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.block-hero-home__links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 0 1rem;
  margin: 0 -1rem;
  background-color: #d1f9f1;
  border-radius: 62px;
}
@media (max-width: 467px) {
  .block-hero-home__links {
    flex-wrap: wrap;
    height: initial;
    background-color: transparent;
  }
}
.block-hero-home__links > div {
  padding: 0 1rem;
}
.block-hero-home__links a {
  display: block;
  height: 42px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 42px;
  color: #133844;
  border-radius: 42px;
  transition: all 0.3s ease-out;
}
@media (max-width: 467px) {
  .block-hero-home__links a {
    margin-bottom: 20px;
    background-color: #d1f9f1;
  }
}
.block-hero-home__links a:hover {
  color: #fff;
  background-color: #00bdb6;
}
.block-hero-home a.use-ajax {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.block-hero-story {
  position: relative;
}
.block-hero-story__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  rotate: none;
  scale: none;
  translate: none;
}
.block-hero-story__background::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  content: "";
  background-image: url("../img/hero-story.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 1;
}
.block-hero-story__background::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  min-width: 100%;
  min-height: 100%;
  content: "";
  background-color: rgba(19, 56, 68, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
}
.block-hero-story__background img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-hero-story__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  max-width: 800px;
  height: 85vh;
  padding: 2rem;
  padding-bottom: 50px;
  margin: 0 auto;
}
.block-hero-story__content h1 {
  font-size: 6.7rem;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 767px) {
  .block-hero-story__content h1 {
    font-size: 3.6rem;
  }
}
.block-hero-story__content p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.hero--page {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 440px;
  margin-bottom: 60px;
  background-color: #133844;
}
.hero--page::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  content: "";
  background-image: url("../img/blend-filter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 1;
}
.hero--page::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  min-width: 100%;
  min-height: 100%;
  content: "";
  background-color: rgba(19, 56, 68, 0.95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
}
.hero--page .container {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}
.hero--page h1,
.hero--page p {
  color: #fff;
  text-align: center;
}
.hero--page h1 {
  margin-bottom: 50px;
}
.hero--page p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
}

.hero--basic {
  padding: 190px 0 50px;
  text-align: center;
}
.hero--basic .hero__meta {
  margin-bottom: 30px;
}
.hero--basic .hero__meta a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #133844;
  border-bottom: 2px solid #00bdb6;
}
.hero--basic .hero__meta a:hover {
  color: #00bdb6;
}
.hero--basic .hero__meta span,
.hero--basic .hero__meta strong,
.hero--basic .hero__meta time {
  font-size: 1.8rem;
  font-weight: 700;
  color: #133844;
}
.hero--basic .hero__meta span,
.hero--basic .hero__meta strong {
  display: inline-block;
}
.hero--basic h1 {
  margin-bottom: 40px;
  font-size: 6.7rem;
}
.hero--basic img {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 8px;
}
.hero--basic div:not(.hero__meta) > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .hero--basic div:not(.hero__meta) > a {
    font-size: 16px;
  }
}
.hero--basic div:not(.hero__meta) > a i {
  color: #133844;
}
.hero--basic div:not(.hero__meta) > a:hover {
  background: #008a85;
}
.hero--basic div:not(.hero__meta) > a:active {
  background: #003e3b;
}
.hero--basic div:not(.hero__meta) > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero--basic div:not(.hero__meta) > a:nth-of-type(1) {
  padding-right: 2.5em;
}

.hero--person {
  padding: 180px 0 50px;
  text-align: center;
}
.hero--person .hero__meta {
  margin-bottom: 30px;
}
.hero--person .hero__meta a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #133844;
}
.hero--person .hero__meta a:hover {
  color: #00bdb6;
}
.hero--person .hero__meta p,
.hero--person .hero__meta span,
.hero--person .hero__meta time {
  font-size: 1.8rem;
  font-weight: 700;
  color: #133844;
}
.hero--person .hero__meta span {
  display: inline-block;
  border-bottom: 2px solid #00bdb6;
}
.hero--person .hero__meta-group {
  margin-top: 4rem;
}
.hero--person .hero__meta-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.hero--person .hero__meta-group > div a {
  color: #fff !important;
  background-color: #133844 !important;
}
.hero--person .hero__meta-group > div a:hover {
  background-color: #00bdb6 !important;
}
.hero--person .hero__meta-group > div a::after {
  background-image: url("../img/arrow-white.svg") !important;
}
.hero--person h1 {
  font-size: 6.7rem;
}
.hero--person img {
  display: inline-block;
  max-width: 240px;
  margin-bottom: 15px;
  border-radius: 100%;
}
.hero--person div:not(.hero__meta) > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .hero--person div:not(.hero__meta) > a {
    font-size: 16px;
  }
}
.hero--person div:not(.hero__meta) > a i {
  color: #133844;
}
.hero--person div:not(.hero__meta) > a:hover {
  background: #008a85;
}
.hero--person div:not(.hero__meta) > a:active {
  background: #003e3b;
}
.hero--person div:not(.hero__meta) > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero--person div:not(.hero__meta) > a:nth-of-type(1) {
  padding-right: 2.5em;
}

.hero--publication {
  padding: 190px 0 50px;
}
.hero--publication img {
  display: block;
  margin-bottom: 40px;
  border-radius: 8px;
  height: 524px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hero--publication .hero--icon {
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  background-color: #133844;
  background-image: url("../img/publication.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 60px;
}
.hero--publication .hero__meta a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #133844;
}
.hero--publication .hero__meta a:hover {
  color: #00bdb6;
}
.hero--publication div:not(.hero__meta) > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #133844;
  background-color: #00bdb6;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .hero--publication div:not(.hero__meta) > a {
    font-size: 16px;
  }
}
.hero--publication div:not(.hero__meta) > a i {
  color: #133844;
}
.hero--publication div:not(.hero__meta) > a:hover {
  background: #008a85;
}
.hero--publication div:not(.hero__meta) > a:active {
  background: #003e3b;
}
.hero--publication div:not(.hero__meta) > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  background-image: url("../img/arrow.svg");
  height: 8px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2) {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #00bdb6;
  background-color: #fff;
  border: 1px solid #00bdb6;
  margin-left: 25px;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2) i {
  color: #00bdb6;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2):hover {
  color: #fff;
  background: #00bdb6;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2):active {
  color: #fff;
  background: #00bdb6;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2)::after {
  content: "";
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(2)::after {
  display: none;
}
.hero--publication div:not(.hero__meta) > a:nth-of-type(1) {
  padding-right: 2.5em;
}

.block-featured-content {
  background-color: #d1f9f1;
}
.block-featured-content > .container {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background-color: #d1f9f1;
  transform: translateY(-150px);
}
@media (max-width: 467px) {
  .block-featured-content > .container {
    transform: translateY(0);
  }
}
@media (max-width: 467px) {
  .block-featured-content {
    padding-top: 0 !important;
  }
}

.block-featured-content-small .teaser-alt {
  padding-top: 100%;
}

.block-animated-text-block {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  background-color: #133844;
}
.block-animated-text-block::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}
.block-animated-text-block > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1080px;
  height: 100vh;
  padding: 0 1rem;
  margin: 0 auto;
  color: #8ee8d8;
  text-align: center;
}
.block-animated-text-block p {
  margin-bottom: 0;
  font-size: 4.2rem;
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .block-animated-text-block p {
    font-size: 2.4rem;
  }
}
.block-animated-text-block p span {
  opacity: 1;
}
.block-animated-text-block p + p {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .block-animated-text-block p + p {
    margin-top: 25px;
  }
}

.block-inline-animated-text p {
  margin-bottom: 0;
  font-size: 4.2rem;
  line-height: 1.25em;
  text-align: center;
}
.block-inline-animated-text p span {
  opacity: 1;
}
.block-inline-animated-text p + p {
  margin-top: 50px;
}

.block-quote blockquote {
  max-width: 768px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(225, 138, 172, 0.25);
  border-bottom: 1px solid rgba(225, 138, 172, 0.25);
}
.block-quote blockquote::before {
  display: block;
  font-size: 120px;
  font-style: italic;
  color: #cd3572;
  text-align: center;
  content: '"';
}
.block-quote blockquote p {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.25em;
}
.block-quote blockquote cite {
  font-size: 1.8rem;
  font-weight: 700;
  color: #cd3572;
}

.block-call-to-action__content {
  position: relative;
  max-width: 1575px;
  padding: 100px 200px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(205, 53, 114, 0.95);
  background-blend-mode: multiply;
  border-radius: 36px;
}
@media (max-width: 767px) {
  .block-call-to-action__content {
    padding: 4rem 2rem;
  }
}
.block-call-to-action__content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/blend-filter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.block-call-to-action__content h2,
.block-call-to-action__content p {
  max-width: 640px;
  margin: 0 auto;
}
.block-call-to-action__content h2 {
  margin-bottom: 3rem;
  font-size: 4.5rem;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 767px) {
  .block-call-to-action__content h2 {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
  }
}
.block-call-to-action__content p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.block-call-to-action__content p + p {
  margin-top: 2rem;
}
.block-call-to-action__content p + div {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .block-call-to-action__content p {
    font-size: 1.6rem;
    line-height: 1.35em;
  }
  .block-call-to-action__content p + p {
    margin-top: 1.5rem;
  }
  .block-call-to-action__content p + div {
    margin-top: 2rem;
  }
}
.block-call-to-action__content a {
  padding-right: 40px;
}
.block-call-to-action__content a::after {
  right: 15px;
}
.block-call-to-action__content a:hover {
  color: #133844;
}

.block-image-slider {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.block-image-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  margin: auto 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(209, 249, 241, 0.7);
  border: 0 solid transparent;
  border-radius: 71px;
  transition: background-color 0.3s ease-out;
}
.block-image-slider .slick-arrow:hover {
  background-color: #d1f9f1;
}
.block-image-slider .slick-arrow.slick-prev {
  left: 50px;
  z-index: 1;
  transform: rotate(180deg);
}
.block-image-slider .slick-arrow.slick-next {
  right: 50px;
}
.block-image-slider .media--remote-video > div:not(.contextual) {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46%;
}
.block-image-slider .media--remote-video > div:not(.contextual) iframe,
.block-image-slider .media--remote-video > div:not(.contextual) div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important; /* In case iframe have inline width */
  height: 100% !important; /* In case iframe have inline height */
  border: 0 solid transparent;
}
.block-image-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-video-block {
  max-width: 1575px;
  margin: 0 auto;
  overflow: hidden;
}
.block-video-block .embed-responsive div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.path-taxonomy .views-element-container ul,
.block-views ul {
  list-style: none;
}
.path-taxonomy .views-element-container ul li,
.block-views ul li {
  list-style: none;
}

.block-related-publications > h2,
.block-related-events > h2,
.block-related-news > h2 {
  text-align: center;
}
.block-related-publications .views-element-container ul,
.block-related-events .views-element-container ul,
.block-related-news .views-element-container ul {
  list-style: none;
}
.block-related-publications .views-element-container ul li,
.block-related-events .views-element-container ul li,
.block-related-news .views-element-container ul li {
  list-style: none;
}

.block-courses > h2 {
  text-align: center;
}
.block-courses .views-element-container ul {
  list-style: none;
}
.block-courses .views-element-container ul li {
  list-style: none;
}

.block-next-story {
  padding: 50px 0;
  margin-bottom: -150px;
  background-color: #133844;
}
.layout-builder__layout .block-next-story {
  margin-bottom: 0;
}
.block-next-story .container--medium {
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 189, 182, 0.3);
  border-bottom: 1px solid rgba(0, 189, 182, 0.3);
}
.block-next-story .teaser-nextstory {
  position: relative;
}
.block-next-story .teaser-nextstory:hover .teaser-nextstory__img img {
  transform: scale3d(1, 1, 1);
}
.block-next-story h2 {
  font-size: 3.8rem;
  color: #fff;
}
.block-next-story h2.block--tile {
  font-size: 7.2rem;
  font-weight: 400;
  color: #fff;
}
.block-next-story time {
  font-size: 2.4rem;
  color: #d1f9f1;
}
.block-next-story .teaser-nextstory__img {
  position: relative;
}
.block-next-story .teaser-nextstory__img > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 81.25%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 20px;
}
.block-next-story .teaser-nextstory__img > div img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-out;
  transform: scale3d(1.25, 1.25, 1);
  transform-origin: center;
}
.block-next-story .teaser--person {
  max-width: 350px;
  margin-top: 15px;
}
.block-next-story .teaser--person h2 {
  font-size: 2.4rem;
}
.block-next-story .teaser--person p:not(.job-title) {
  display: none;
}
.block-next-story a.more-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999999px;
  perspective: 600px;
}

/*
name: Section
code: |
	<section></section>
*/
.section {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.section + section {
  padding: 25px 0;
}

.block + .block {
  padding-top: 50px;
}

.block-basic {
  margin: 0 auto;
}
.block-basic .btn--primary::after, .block-basic .block-call-to-action__content a::after, .block-call-to-action__content .block-basic a::after {
  display: none;
}

/*
name: Header
code: |
	<header></header>
*/
.header {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  background: transparent;
}
.user-logged-in .header {
  top: 80px;
}
.header [title=Homepage] {
  position: relative;
  z-index: 999;
}

/*
name: Footer
code: |
	<footer></footer>
*/
.footer {
  padding: 150px 0 50px;
  margin-top: 70px;
  background-color: #133844;
}
.footer h2 {
  color: #fff;
}
.footer p.copyright {
  margin: 0;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  .footer p.copyright {
    text-align: left;
  }
}
.path-frontpage .footer {
  margin-top: 0;
}

.social {
  margin-bottom: 1.8rem;
}
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #d1f9f1;
  border-radius: 100%;
}
.social a:hover {
  background-color: #00bdb6;
}
.social a img {
  display: block;
  width: 24px;
  height: 24px;
}
.social ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.social li {
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  list-style: none;
}

.footer-meta {
  margin-top: 3rem;
  color: #fff;
}

/*# sourceMappingURL=custom.css.map */