/* Screen widths */
/* Site Colors */
.box {
  padding: 3rem 4rem;
  border-radius: 16px;
}
.grad-primary {
  background: linear-gradient(270deg, #7CA39A 0.06%, #273D38 53.45%);
}
.grad-overlay {
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 8.17%, rgba(104, 100, 100, 0.7) 73.56%, rgba(102, 102, 102, 0.06) 100%);
}
.shadow {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
body #main .accordion {
  margin-bottom: 1rem;
  background: transparent;
}
body #main .accordion .accordion-collapse {
  border: 1px solid #273D38;
  border-top: 0;
  margin-top: -5px;
  padding: 2rem;
  width: 98%;
  margin: auto;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main .accordion-header {
  margin: 0;
}
body #main .accordion-header button.accordion-button {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #273D38;
  color: #FFFFFF;
}
body #main .accordion-header button.accordion-button .accordion-title {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
body #main .accordion-header button.accordion-button:after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  color: #FFFFFF;
  background: none;
  width: initial;
  height: initial;
  transform: none;
  display: inline-block;
}
body #main .accordion-header button.accordion-button.collapsed:after {
  content: '\f054';
  background: none;
  font-family: 'Font Awesome 6 Pro';
}
body #main .accordion-header button.accordion-button:hover,
body #main .accordion-header button.accordion-button:focus {
  text-decoration: none;
}
body #main .accordion-header button.accordion-button:hover:after,
body #main .accordion-header button.accordion-button:focus:after {
  text-decoration: none;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #273D38;
  color: #FFFFFF;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .accordion-button:focus {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .alert.alert-primary {
  background-color: #273D38;
  color: #FFFFFF;
}
body .alert.alert-primary h2,
body .alert.alert-primary h3,
body .alert.alert-primary h4,
body .alert.alert-primary h5,
body .alert.alert-primary a {
  color: #FFFFFF !important;
}
body .alert.alert-primary:before {
  background-color: #5F7878;
}
body .alert.alert-secondary {
  background-color: #E6C85A;
}
body .alert.alert-secondary:before {
  background-color: #4D4635;
}
body .btn {
  font-size: 2rem;
  font-weight: normal;
  border-radius: 0;
  padding: 1.2rem 2rem;
}
body .btn:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 1rem;
  color: #FFFFFF;
}
body .btn.btn-primary {
  color: #FFFFFF;
  background-color: #5F7878;
  width: auto;
}
body .btn.btn-primary:active,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
  background-color: #273D38;
  color: #FFFFFF !important;
}
body .btn.btn-default,
body .btn.btn-secondary {
  border: 3px solid #5F7878;
  color: #273D38;
  background-color: #FFFFFF;
  width: auto;
}
body .btn.btn-default:active,
body .btn.btn-secondary:active,
body .btn.btn-default:hover,
body .btn.btn-secondary:hover,
body .btn.btn-default:focus,
body .btn.btn-secondary:focus {
  background-color: #5F7878;
  color: #FFFFFF !important;
}
body .btn.btn-white {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #273D38;
  background-color: #FFFFFF;
  border: 0;
  width: auto;
}
body .btn.btn-white:active,
body .btn.btn-white:hover,
body .btn.btn-white:focus {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}
body .btn.btn-white .icon {
  font-size: 4rem;
}
body .btn.btn-white .text {
  flex: 0 1 300px;
}
body .form-control,
body .form-select {
  font-size: 1.6rem;
}
body .quicklinks i {
  font-size: 4rem;
}
body .more-link {
  float: right;
  color: #FFFFFF;
  background-color: #273D38;
  width: auto;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 0;
  padding: 1.4rem 2rem;
  border-radius: 6px;
}
body .more-link a {
  color: #FFFFFF !important;
  text-decoration: none;
}
body .more-link a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 1rem;
  color: #4D4635;
}
body .more-link:hover,
body .more-link:focus {
  background-color: #5F7878;
}
body .more-link:hover a,
body .more-link:focus a {
  color: #fff;
}
body .card {
  padding: 1.4rem;
  border: 2px solid #273D38;
  border-radius: 16px;
  position: relative;
  height: 100%;
  color: #000000;
  margin-bottom: 20px;
}
body .card:hover {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
body .card h2,
body .card .h2,
body .card h3,
body .card .h3,
body .card h4,
body .card .h4 {
  margin-top: 0;
}
body .card .card-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0;
  color: #000000;
}
body .card .body,
body .card .card-body {
  padding: 10px;
  display: block;
  color: #000000;
}
body .card .date {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #575757;
  font-weight: 500;
}
body .card:focus-within {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
}
body .card a:focus {
  outline: 0;
  box-shadow: none;
}
body .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body div.contact-info .material-icons {
  color: #559E8D;
  position: relative;
  top: 5px;
}
body div.contact-info span.country {
  display: none;
}
body div.contact-info p.address {
  display: inline-block;
}
body div.contact-info p.address br {
  display: none;
}
body .img-circle .field--name-field-image {
  margin-bottom: 5px;
}
body .img-circle .field--name-field-image img {
  width: 135px;
  height: auto;
  border-radius: 67.5px;
}
body .field--name-field-background-image {
  margin-bottom: 0;
}
body .image-style-banner-image {
  width: 100%;
  height: 56.25%;
}
body .block-content-image_block {
  position: absolute;
  bottom: 20%;
}
@media screen and (max-width: 1440px) {
  body .block-content-image_block {
    bottom: 10%;
  }
}
@media screen and (max-width: 991px) {
  body .block-content-image_block {
    bottom: 20%;
    background: rgba(33, 37, 41, 0.63);
  }
}
body .block-content-image_block .mask-start {
  mask: rgba(33, 37, 41, 0.63);
}
body .block-content-image_block .mask-end {
  mask: linear-gradient(to left, #000 0%, #000 50%, transparent 50.01%);
}
@media screen and (max-width: 991px) {
  body .block-content-image_block {
    position: relative;
    bottom: initial;
  }
  body .block-content-image_block .mask-start,
  body .block-content-image_block .mask-end {
    background: rgba(33, 37, 41, 0.63);
  }
}
body .block-content-image_block .container {
  position: relative;
  z-index: 2;
}
body .block-content-image_block .container .col-6 {
  padding: 5rem 3rem;
}
body .block-content-image_block .container .col-12 {
  background: rgba(33, 37, 41, 0.63);
}
@media screen and (max-width: 991px) {
  body .block-content-image_block .container .col-12 {
    background: none;
  }
}
body .block-content-image_block .field--name-body {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  font-weight: 300;
}
body .block-content-image_block .field--name-body p {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
body .block-content-image_block .btn {
  margin-top: 24px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
body .region {
  position: relative;
}
body .banner-content {
  font-size: 1.3rem;
}
body .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit;
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image img,
body #main .field--type-string img,
body #main div .field--type-image iframe,
body #main .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main div .field--type-image img.media-oembed-content,
body #main .field--type-string img.media-oembed-content,
body #main div .field--type-image iframe.media-oembed-content,
body #main .field--type-string iframe.media-oembed-content {
  width: 100%;
  height: 400px;
}
body #main div .field--type-image.field--name-field-plate-image,
body #main .field--type-string.field--name-field-plate-image {
  float: right !important;
}
body #main div .field--type-image.field--name-field-plate-image img,
body #main .field--type-string.field--name-field-plate-image img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 992px) {
  body #main div .field--type-image.field--name-field-plate-image,
  body #main .field--type-string.field--name-field-plate-image {
    float: none !important;
  }
  body #main div .field--type-image.field--name-field-plate-image img,
  body #main .field--type-string.field--name-field-plate-image img {
    max-width: none;
    height: auto;
  }
}
body #main .align-left .field--type-image,
body #main .align-left .field--type-string {
  margin: 0 1.5rem 1.5rem 0 !important;
}
body #main .align-right .field--type-image,
body #main .align-right .field--type-string {
  margin: 0 0 1.5rem 1.5rem !important;
}
body #main .align-left .field--type-image img,
body #main .align-right .field--type-image img,
body #main .align-left .field--type-string img,
body #main .align-right .field--type-string img,
body #main .align-left .field--type-image iframe,
body #main .align-right .field--type-image iframe,
body #main .align-left .field--type-string iframe,
body #main .align-right .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main figure.caption-drupal-media.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
body #main figure.caption-drupal-media.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
body #main figure.caption-drupal-media .field--type-image {
  margin: 0 !important;
}
body #main figure.caption-drupal-media .field--type-image img {
  margin: 0;
}
body #main figure.caption-drupal-media figcaption {
  background-color: #F7F8F9;
  padding: 0.75rem;
  font-style: italic;
}
body .col-sidebar,
body .sidebar {
  padding: 2rem 3rem;
  background-color: #8AC9C9;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
body ul.pagination {
  margin-top: 10px;
  justify-content: center;
}
body ul.pagination li.pager__item--next a {
  align-items: center;
  background: #FFFFFF;
  border-color: #273D38 !important;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item {
  white-space: nowrap;
}
body ul.pagination li.page-item a {
  font-size: 0.8em;
  font-family: 'Open Sans';
  font-weight: 500 !important;
  border-color: #273D38 !important;
}
body ul.pagination li.page-item a:hover {
  background-color: #273D38 !important;
  color: #FFFFFF !important;
  border-color: #273D38 !important;
}
body ul.pagination li.page-item span {
  border: 0;
}
body ul.pagination li.page-item span:hover,
body ul.pagination li.page-item span:focus {
  background-color: transparent;
}
body ul.pagination li.page-item.active span {
  font-size: 0.8em;
  font-family: 'Inter';
  align-items: center;
  background-color: #273D38;
  border-color: #273D38;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item.active span:hover {
  color: #FFFFFF;
}
body .search-api-page-block-form-search-solr,
body .search-api-page-block-form-search {
  display: flex;
  gap: 0 !important;
  align-items: bottom;
  padding-right: 0;
  width: fit-content;
}
body .search-api-page-block-form-search-solr form,
body .search-api-page-block-form-search form {
  display: flex;
}
body .search-api-page-block-form-search-solr .mb-3,
body .search-api-page-block-form-search .mb-3 {
  margin-bottom: 0 !important;
}
body .search-api-page-block-form-search-solr .js-form-item,
body .search-api-page-block-form-search .js-form-item {
  margin-right: 0;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-search,
body .search-api-page-block-form-search .form-search {
  font-size: 1.6rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  min-width: 200px;
  max-width: 320px;
  padding: 1rem;
}
body .search-api-page-block-form-search-solr .form-search::placeholder,
body .search-api-page-block-form-search .form-search::placeholder {
  color: transparent;
}
body .search-api-page-block-form-search-solr .form-actions,
body .search-api-page-block-form-search .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
  margin-left: 1rem;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit,
body .search-api-page-block-form-search .form-actions .form-submit {
  position: relative;
  border: 0;
  border-radius: 0;
  margin: 0;
  height: 100%;
  overflow: visible !important;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:after,
body .search-api-page-block-form-search .form-actions .form-submit:after {
  content: '';
  margin-left: 0;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  margin-bottom: 20px;
}
body #off-canvas .search-api-page-block-form-search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body .sticky-container {
  top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  body .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding-top: 0;
  }
}
body .tablesaw th {
  background-color: #273D38 !important;
  color: #FFFFFF !important;
}
body .tablesaw th a,
body .tablesaw th a:visited {
  color: #FFFFFF !important;
}
body .tablesaw th a:hover,
body .tablesaw th a:visited:hover,
body .tablesaw th a:focus,
body .tablesaw th a:visited:focus {
  color: #FFFFFF !important;
}
body .tablesaw th,
body .tablesaw td {
  vertical-align: top;
}
body .tablesaw tr {
  background-color: #FFFFFF;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label p:last-child,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
body .tablesaw.table-striped tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
}
body .tablesaw.table-striped td {
  background-color: transparent;
  border: 0;
}
body .tablesaw > :not(caption) > * > * {
  box-shadow: none;
}
body #active-filters,
body #active-filters-custom {
  margin-bottom: 0;
}
body #active-filters .active-filter-tag,
body #active-filters-custom .active-filter-tag {
  background-color: #99DEEA;
  border-radius: 50px;
  font-size: 1.6rem;
}
body #active-filters .active-filter-tag a,
body #active-filters-custom .active-filter-tag a {
  padding: 0 10px;
}
body .news-teaser {
  border-bottom: 2px solid #D3F5F2;
}
body .news-teaser .field--type-image {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  body .views .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .views .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .view-resources p {
  max-width: none;
}
body .views-exposed-form legend {
  font-weight: bold;
  font-size: 2rem;
}
body .views-exposed-form .form-type-textfield label {
  font-weight: bold;
  font-size: 2rem;
}
body .views-exposed-form .js-form-type-checkbox {
  margin-bottom: 1.5rem !important;
}
body .views-exposed-form .row .js-form-item .form-control {
  width: 100%;
}
body .views-exposed-form .form-check-input:checked {
  background-color: #273D38;
  border-color: #273D38;
}
body .views-exposed-form .form-check input {
  border-radius: 0;
  box-shadow: 0 0 0 1px #1b1b1b;
}
body .views-exposed-form #form-open {
  margin-bottom: 20px;
}
body .views-exposed-form #filters > * {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
