.content p {
  line-height: 1.8;
}

p.feature {
  color: #005953;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}

header.header.header--single {
  background-color: rgba(0, 89, 83, 0.8);
  background-image: none;
}
header.header.header--single .header__aside {
  background-color: #002d2a;
  padding: 0.6rem;
}
header.header.header--single .header__logo {
  position: absolute;
  left: 5rem;
  background-color: white;
  transform: rotate(20deg);
  padding: 12rem 2rem 3rem 2rem;
  box-shadow: 0.3rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease-in-out;
}
header.header.header--single .header__logo img {
  transform: rotate(-20deg);
}
body.scroll--100 header.header.header--single .header__logo {
  transform: rotate(20deg) scale(0.6) translate(-4rem, -4rem);
}

div#canvas.canvas {
  padding-top: 0 !important;
}
div#canvas.canvas main *:first-child div.container {
  padding-top: 20rem;
}
.show-mobile-nav div#canvas.canvas main *:first-child div.container {
  padding-top: 10rem;
}

@media only screen and (max-width: 768px) {
  div#canvas.canvas main *:first-child div.container {
    padding-top: 10rem;
  }
}

.navigation__primary--single a {
  padding: 2rem 3rem;
}

.navigation__primary--single {
  width: 100%;
  margin-left: 350px;
  justify-content: space-evenly;
}

.navigation__primary--single > li::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  height: 0.2rem;
  right: 1.5rem;
  left: calc(100% - 1.5rem);
  background-color: #ef4035;
  transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.navigation__primary--single > li.selected ~ li::after {
  left: 1.5rem;
  right: calc(100% - 1.5rem);
}
.navigation__primary--single > li.selected::after {
  bottom: -0.25rem;
  height: 0.5rem;
  left: 3rem;
  right: 3rem;
}
.navigation__primary--single > li:hover:hover::after {
  left: 3rem;
  right: 3rem;
}

.navigation__primary--single ul.opened {
  padding: 2rem 0;
  border: 1px solid #005953;
  border-top: none;
}
.navigation__primary--single ul li {
  margin: 0 2rem;
  border-bottom: 1px dotted rgba(0, 89, 83, 0.5);
}
.navigation__primary--single ul li a {
  padding: 1rem;
}

section .column__navigation .navigation--single a {
  color: currentColor;
  text-transform: uppercase;
  text-decoration: none;
}
section .column__navigation .navigation--single li {
  color: #012d2a;
}
section .column__navigation .navigation--single ul.depth-1 li.selected {
  color: #ef4035;
}
section .column__navigation .navigation--single ul.depth-1 > li {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
section .column__navigation .navigation--single ul.depth-1 > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  width: 0.15rem;
  background-color: currentColor;
}
section .column__navigation .navigation--single ul.depth-2 {
  margin-top: 1rem;
}

.section--single.tint::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 89, 83, 0.4) 10%, transparent 30%), linear-gradient(to right, rgba(0, 89, 83, 0.7), transparent 40%);
}

.gallery__items--spotlight a {
  height: 100%;
}
.gallery__items--spotlight a > div,
.gallery__items--spotlight li > div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__items--spotlight a > div .gallery__label > *,
.gallery__items--spotlight li > div .gallery__label > * {
  font-size: 2.8rem;
  text-align: center;
  margin: 0;
  font-style: normal;
  line-height: 1.4em;
}
.gallery__items--spotlight li {
  position: relative;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
  aspect-ratio: 1;
}
.gallery__items--spotlight li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  border: 1px solid transparent;
  z-index: -1;
  transition: margin 0.3s ease-out, border 0.4s ease-out, background-color 0.3s ease-out, -webkit-backdrop-filter 0.4s ease-out;
  transition: margin 0.3s ease-out, backdrop-filter 0.4s ease-out, border 0.4s ease-out, background-color 0.3s ease-out;
  transition: margin 0.3s ease-out, backdrop-filter 0.4s ease-out, border 0.4s ease-out, background-color 0.3s ease-out, -webkit-backdrop-filter 0.4s ease-out;
}
.gallery__items--spotlight li:hover::after {
  margin: 1rem;
  -webkit-backdrop-filter: grayscale(0.5);
          backdrop-filter: grayscale(0.5);
}
.gallery__items--spotlight img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.gallery__items--spotlight li:nth-child(1)::after {
  background-color: rgba(238, 202, 97, 0.8);
  border-color: rgba(238, 202, 97, 0);
}

.gallery__items--spotlight li:hover:nth-child(1)::after {
  background-color: rgba(238, 202, 97, 0.6);
  border-color: #eeca61;
}

.gallery__items--spotlight li:nth-child(2)::after {
  background-color: rgba(196, 52, 44, 0.8);
  border-color: rgba(196, 52, 44, 0);
}

.gallery__items--spotlight li:hover:nth-child(2)::after {
  background-color: rgba(196, 52, 44, 0.6);
  border-color: #c4342c;
}

.gallery__items--spotlight li:nth-child(3)::after {
  background-color: rgba(0, 128, 102, 0.8);
  border-color: rgba(0, 128, 102, 0);
}

.gallery__items--spotlight li:hover:nth-child(3)::after {
  background-color: rgba(0, 128, 102, 0.6);
  border-color: #008066;
}

.gallery__items--spotlight li:nth-child(4)::after {
  background-color: rgba(0, 89, 83, 0.8);
  border-color: rgba(0, 89, 83, 0);
}

.gallery__items--spotlight li:hover:nth-child(4)::after {
  background-color: rgba(0, 89, 83, 0.6);
  border-color: #005953;
}

.gallery__items--spotlight[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 950px) {
  .gallery__items--spotlight .gallery__label.label > * {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .gallery__items--spotlight[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
.aoc p {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.grid__items--news .grid__link {
  z-index: 1;
}
.grid__items--news .grid__item {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid white;
}
.grid__items--news .grid__item img {
  transition: all 1s ease-in-out;
}
.grid__items--news .grid__item:hover img {
  transition: all 1s ease-in-out;
  transform: scale(1.1);
}
.grid__items--news .grid__item:hover .grid__details::after {
  transition: all 1s ease-in-out;
  opacity: 1;
}
.grid__items--news .grid__item--dummy {
  margin: 0;
}
.grid__items--news .grid__details {
  position: absolute;
  bottom: 0;
  padding: 6% 10% 6% 6%;
  background: linear-gradient(to right, rgba(1, 45, 42, 0.9) 60%, rgba(0, 89, 83, 0.7));
}
.grid__items--news .grid__details::after {
  position: absolute;
  right: 5%;
  content: "\f0a9";
  transition: all 1s ease-in-out;
  opacity: 0.5;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 700;
}
.grid__items--news .grid__title {
  z-index: 1;
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.grid__items--news .grid__date {
  z-index: 1;
  text-align: left;
  letter-spacing: 1px;
  color: #008066;
  font-size: 1rem;
  font-weight: 600;
}

#section-footer .column1 .content {
  padding-left: 4vw;
}
#section-footer .column2 {
  grid-column-start: 3;
  grid-column-end: 5;
}
@media only screen and (max-width: 768px) {
  #section-footer .container {
    grid-template-columns: 8vw 1fr 8vw;
  }
  #section-footer .column2 {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
#section-footer .column__navigation ul.depth-0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1279px) {
  #section-footer .column__navigation ul.depth-0 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  #section-footer .column__navigation ul.depth-0 {
    grid-template-columns: 1fr;
  }
}
#section-footer .column__navigation ul.depth-0 > li {
  position: relative;
  margin-left: 2rem;
  font-weight: 500;
}
#section-footer .column__navigation ul.depth-0 > li > a {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
#section-footer .column__navigation ul.depth-0 > li li a {
  text-decoration: none;
}
#section-footer .column__navigation ul.depth-0 > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-2rem - 1px);
  width: 2px;
  background-color: #008066;
}
#section-footer .column__navigation ul.depth-2 {
  display: none;
}
#section-footer .column__navigation *[id*=node-home] {
  display: none;
}
#section-footer .column__navigation .navigation--single li {
  color: inherit;
}
#section-footer .column__navigation .navigation--single .d2 a {
  text-transform: none;
}
#section-footer .column3 .content {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#section-footer .column3 .content > p {
  flex: 1 1 50%;
  margin-bottom: 0;
}

.gallery__item {
  height: -moz-fit-content;
  height: fit-content;
}

.gallery__title,
.gallery__label,
.gallery__item > a {
  color: inherit;
  text-decoration: none;
  line-height: 1.2em;
}

.gallery__title {
  margin-bottom: 0.5em;
}

.gallery__items--staff-gallery .gallery__item--link .label {
  margin-right: 2rem;
  position: relative;
}
.gallery__items--staff-gallery .gallery__item--link .label::after {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", serif;
  position: absolute;
  right: calc(-2rem + 10px);
  top: 10px;
  font-weight: bold;
  opacity: 0.2;
  transform: scale(1);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.gallery__items--staff-gallery .gallery__item--link:hover .label::after {
  opacity: 1;
  transform: scale(1.2);
}

a.button {
  background-color: #005953;
  border: 1px solid white;
  font-weight: 400;
  padding: 6px 42px 6px 14px;
  color: white;
}
a.button.button::after {
  content: "\f178";
  color: #eeca61;
  transition: color 0.5s;
}
a.button:hover {
  opacity: 1;
  background-color: #008066;
  border-color: #ef4035;
}
a.button:hover::after {
  color: #ef4035;
}

.fc .cal0 .fc-event-dot,
.fc .fc-event.cal0 {
  color: #FFFFFF !important;
  border-color: #005953;
  background-color: #005953;
}
.fc .fc-cal0-button {
  color: #FFFFFF !important;
  background-color: #005953;
}

.tpd-content .calendar-event__title--cal0 {
  border-bottom-color: #005953;
}

.tpd-content .calendar-event__link--cal0 a:hover {
  color: #002d2a;
}

.fc .cal1 .fc-event-dot,
.fc .fc-event.cal1 {
  color: #FFFFFF !important;
  border-color: #012d2a;
  background-color: #012d2a;
}
.fc .fc-cal1-button {
  color: #FFFFFF !important;
  background-color: #012d2a;
}

.tpd-content .calendar-event__title--cal1 {
  border-bottom-color: #012d2a;
}

.tpd-content .calendar-event__link--cal1 a:hover {
  color: #011715;
}

.fc-day-header {
  background-color: rgba(130, 110, 54, 0.6);
}

@media only screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
.show-mobile-nav header.header {
  display: none;
}

.slicknav_menu {
  background-color: #005953;
}
.slicknav_menu .slicknav_btn {
  background-color: #012d2a;
}
.slicknav_menu .nav__logo {
  display: block;
  position: absolute;
  left: 1rem;
  top: 0;
  grid-area: logo;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10rem 2rem 2rem;
  transform: rotate(20deg) translate(0, -9rem);
  box-shadow: 0.3rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, padding 0.2s ease;
}
.slicknav_menu .nav__logo img {
  transform: rotate(-20deg);
  height: min(min(15vw, 15vh), 120px);
  transition: transform 0.2s ease, height 0.2s ease;
}
.slicknav_menu .slicknav_btn.slicknav_open + .nav__logo {
  transform: rotate(0deg) translate(0, -9.5rem);
  padding: 10rem 1rem 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_open + .nav__logo img {
  transform: rotate(0deg);
  height: 5rem;
}
.slicknav_menu form#search > p:not(.hide) {
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
.slicknav_menu form#search > p:not(.hide) input {
  flex: 1 1 auto;
}

iframe {
  min-height: initial;
}

#section-home-newsfeed .column1 .content {
  display: flex;
  flex-direction: column;
}
#section-home-newsfeed .column1 .content :first-child {
  order: 1;
}
#section-home-newsfeed .column1 .content p {
  order: 3;
}
#section-home-newsfeed .column1 .content .card-index {
  order: 2;
  margin-bottom: 1rem;
}

.id__home--folder .richslides:first-child div.container {
  padding-bottom: min(6rem, 8vw);
}
.id__home--folder .richslides:first-child ol.flickity-page-dots {
  bottom: min(4rem, 4vw - 6px);
}

.IN-widget button {
  background: none;
}

