@charset "UTF-8";
/*
 Theme Name:   Institution(ing)s 2025
 Description:  Divi Child Theme
 Author:       vivóeusébio
 Author URI:   http://www.vivoeusebio.com
 Template:     Divi
 Version:      1.0.0 - 2025-05-16
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  youthinmuseums
*/
/*	MAIN - Institution(ing)s - 2025-04-16
	------------------------------------*/
/* SETTINGS - Institution(ing)s - 2024-06-04
   -----------------------------------------*/
/* MIXINS - Institution(ing)s - 2024-02-18
   ---------------------------------------*/
/* LAYOUT - Institution(ing)s - 2025-06-06
 -----------------------------------------*/
html, body, nav, div, p, a, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fefaeb;
}

ul, ol {
  padding-inline-start: 0;
}

@view-transition {
  navigation: auto;
}
.bg-light-yellow {
  background-color: #fdebb5;
}

.hide-me {
  display: none;
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-not-desktop {
    display: none;
  }
}

#main-container {
  width: 96%;
  max-width: none;
  padding: 0px 2%;
  margin: 140px 0;
  min-height: calc(100vh - 370px);
}

.center-1-col {
  max-width: 700px;
  margin: auto;
  padding: 1.35rem 0;
}

.center-1-col-wide {
  max-width: 1400px;
  margin: auto;
  padding: 1.35rem 0;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.center-x-cols-wide {
  max-width: 1400px;
  margin: auto;
  padding: 1.35rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
  padding-bottom: 1.5rem;
}

.col-1-plus-2 {
  max-width: 30.15%;
}

div#logo-anim-large svg {
  height: calc(100vh - 400px) !important;
}

.section-title-container {
  padding: 3rem 0 2rem;
  width: 100%;
  text-align: center;
}

#main-slider.slider-container {
  background-color: #fdfcf9;
  margin: 0px 0 2em;
  border: 1.75px solid #0b1215;
  border-radius: 20px;
  padding: 12px 12px 9px;
  /*background: url(imgs/home-slider/003_w1800.jpg) center center no-repeat;
     width: 100%;
     height: 75vh;
     background-size: 100%;
     position: relative;

  &::before, &::after {
  	content: '';
  	width:100%;
  	height:100%;
  	position: absolute;
  	top:0;
  	left: 0;
  }
  &::before {
  	background-color: $color-dark-yellow;
    		mix-blend-mode: color;
  }
  &::after {
  	background-color: $color-dark-blue;
    		mix-blend-mode: lighten;
  }*/
  /*img::before, img::after {
  	content: "";
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  img::before {
  	background-color: $color-dark-blue;
  	mix-blend-mode: multiply;
  }
  img::after {
  	background-color: $color-light-green;
  	mix-blend-mode: lighten;
  }*/
}
#main-slider.slider-container img, #main-slider.slider-container .slider-overlay {
  height: 60vh;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #main-slider.slider-container img, #main-slider.slider-container .slider-overlay {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main-slider.slider-container img, #main-slider.slider-container .slider-overlay {
    height: 60vh;
  }
}
#main-slider.slider-container img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(0.5);
}
#main-slider.slider-container .slider-overlay {
  width: calc(96% - 25.5px);
  background: #fdfcf9;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 152.75px;
}
#main-slider.slider-container .slider-overlay-dark-blue-dark-green {
  background: linear-gradient(0deg, #0b20c7 0%, #08943b 100%);
}
#main-slider.slider-container .slider-overlay-dark-magenta-dark-yellow {
  background: linear-gradient(0deg, #d62675 0%, #eac65b 100%);
}

.home-post, .activity-post, .media-post, .publication-post {
  padding: 12px;
  background-color: #fdfcf9;
  border: 1.75px solid #0b1215;
  margin: 0 0 2em;
  transition: margin 0.5s, transform 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.home-post:hover, .activity-post:hover, .media-post:hover, .publication-post:hover {
  transition: margin 0.5s, transform 0.5s;
  transition-timing-function: ease-in-out;
  transform: matrix3d(1, 0, 0, -0.0002, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-post {
  width: 30%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1920px) {
  .home-post {
    width: 18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .home-post {
    width: 22.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-post {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .home-post {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 359px) {
  .home-post {
    width: 96%;
    max-width: 96%;
  }
}
.home-post.home-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.home-post img {
  max-width: 100%;
  margin-bottom: 12px;
}
.home-post .home-post-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 16px;
}
.home-post .home-post-footer-right {
  padding-top: 0.125rem;
}

.activities-posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.activity-post {
  width: 30%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
}
@media only screen and (min-width: 1920px) {
  .activity-post {
    width: 18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .activity-post {
    width: 22.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .activity-post {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .activity-post {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 359px) {
  .activity-post {
    width: 96%;
    max-width: 96%;
  }
}
.activity-post.activity-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.activity-post img {
  max-width: 100%;
  margin-bottom: 12px;
}
.activity-post .activity-post-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 16px;
}
.activity-post .activity-post-footer-right {
  padding-top: 0.125rem;
}

/*.activity-date-group, .activity-divider-right {
	border-top: $border-single;
}
.activity-divider {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 2%;
}
.activity-divider-left {
	width: 20%;
}
.activity-divider-right {
	margin-left: auto;
	width: 78%;
	border-top: $border-single;
}
#activity-list-wide .activity {
	//border-top: $border-single;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 2%;
	padding: 16px 0;

	.activity-date {
		width: 20%;
	}
	.activity-details {
		width: 15%;
	}
	.activity-content {
		width: 61%;
	}
}
#activity-list-regular .activity {
	//border-top: $border-single;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 2%;
	padding: 16px 0;

	.activity-date {
		width: 25%;
	}
	.activity-content {
		width: 73%;
	}
}*/
.post-details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 32px 0 48px;
}
@media (max-width: 1023px) {
  .post-details {
    flex-direction: column;
  }
}

.post-imgs {
  display: flex;
  gap: 50px;
  padding: 1rem 0;
  align-items: center;
}

.post-img {
  max-width: 100%;
  /*&.cols-2 {
  	max-width: 49%;
  }*/
}

.media-posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-post {
  width: 30%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 20px;
}
@media only screen and (min-width: 1920px) {
  .media-post {
    width: 18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .media-post {
    width: 22.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-post {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .media-post {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 359px) {
  .media-post {
    width: 96%;
    max-width: 96%;
  }
}
.media-post.media-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.media-post img, .media-post .media-post-img {
  max-width: 100%;
  margin-bottom: 12px;
  border-radius: 12px;
  width: 100%;
}
.media-post iframe.media-post-img {
  width: 100%;
  aspect-ratio: 1.78;
}
.media-post .media-post-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 16px;
}

.publications-posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.publication-post {
  width: 21.5%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 1920px) {
  .publication-post {
    width: 14.75%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .publication-post {
    width: 17.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .publication-post {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .publication-post {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 359px) {
  .publication-post {
    width: 96%;
    max-width: 96%;
  }
}
.publication-post.publication-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.publication-post img {
  max-width: 100%;
  margin-bottom: 12px;
  border-top-right-radius: 12px;
}
.publication-post .publication-post-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 16px;
}

.contributor-group {
  border-bottom: 1.75px solid #0b1215;
}
.contributor-group .contributor-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2%;
}
.contributor-group .contributor-entity {
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
}
.contributor-group .contributor-name {
  width: 25%;
  padding-left: 12px;
}
.contributor-group .contributor-details {
  width: calc(73% - 24px);
  padding-right: 12px;
  margin-bottom: 1rem;
}
.contributor-group .contributor-extras {
  margin-top: 120px;
  border-top: 1.75px solid #0b1215;
}

.glossary-post {
  background-color: aqua;
  width: 20%;
  padding: 12px;
}
.glossary-post img {
  width: 100%;
  pointer-events: none;
}

.glossary-posts-container {
  align-items: center;
}

.glossary-home-post {
  width: 30%;
  max-width: 500px;
  transition: margin 0.5s, transform 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1920px) {
  .glossary-home-post {
    width: 18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .glossary-home-post {
    width: 22.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .glossary-home-post {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .glossary-home-post {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 359px) {
  .glossary-home-post {
    width: 96%;
    max-width: 96%;
  }
}
.glossary-home-post:hover {
  transition: margin 0.5s, transform 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0px, -1.5em);
}
.glossary-home-post.home-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.glossary-home-post img {
  max-width: 100%;
}
.glossary-home-post .caption {
  text-align: center;
}

#glossary-nav-container {
  width: 100%;
  position: fixed;
  bottom: 3%;
  z-index: 100;
}

#glossary-floating-nav {
  margin: auto;
  border: 1.75px solid #0b1215;
  padding: 0.25em 1em 0.5em;
  border-radius: 2em;
  width: 40%;
}
#glossary-floating-nav #glossary-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#glossary-floating-nav .glossary-title {
  font-size: 2rem;
  margin: 0 0.5rem;
  cursor: pointer;
}
#glossary-floating-nav #glossary-menu-list {
  list-style: none;
}
#glossary-floating-nav #glossary-menu-list li {
  float: left;
  margin: 0 1rem;
  font-variation-settings: "wght" 500;
}
#glossary-floating-nav #glossary-menu-list li:last-child {
  margin-right: 0.5rem;
}

@font-face {
  font-family: fontColorful;
  src: url("fonts/VTCColorful3-Bold.woff2");
}
.glossary-title {
  font-family: fontColorful;
  letter-spacing: 2px;
}

.home-post.home-post-grad01 {
  background: radial-gradient(circle at bottom, rgb(214, 38, 117) 0%, rgb(253, 235, 181) 50%, rgba(0, 0, 0, 0) 60%);
  background-size: 100% 200%;
  background-position: 0 60%;
  animation-duration: 0.5s;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.home-post.home-post-grad01:hover {
  animation: animIn01 0.5s linear 0s 1 normal;
}

@keyframes animIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animOut01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-post.home-post-grad02 {
  background: radial-gradient(circle at top, rgb(214, 38, 117) 0%, rgb(253, 235, 181) 50%, rgba(0, 0, 0, 0) 60%);
  background-size: 100% 200%;
  background-position: 0 40%;
  animation-duration: 5s;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.home-post.home-post-grad02 img {
  animation: animOut03 2s linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.home-post.home-post-grad02:hover img {
  /*filter: grayscale(1);
   		mix-blend-mode: luminosity;*/
  animation: animIn03 2s linear 0s 1 normal;
}

@keyframes animIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animOut02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animIn03 {
  0% {
    filter: grayscale(0);
    mix-blend-mode: normal;
  }
  100% {
    filter: grayscale(1);
    mix-blend-mode: luminosity;
  }
}
@keyframes animOut03 {
  0% {
    filter: grayscale(1);
    mix-blend-mode: luminosity;
  }
  100% {
    filter: grayscale(0);
    mix-blend-mode: normal;
  }
}
.home-post.home-post-grad03 .home-post-bg {
  background: radial-gradient(circle at top, rgb(214, 38, 117) 0%, rgb(253, 235, 181) 50%, rgba(0, 0, 0, 0) 60%);
  background-size: 100% 200%;
  background-position: 0 40%;
}
.home-post.home-post-grad03 .home-post-bg img {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

.home-post-grad04 {
  position: relative;
  overflow: hidden;
  /* Hover transitions */
}
.home-post-grad04 .home-post-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top, rgb(214, 38, 117) 0%, rgb(253, 235, 181) 50%, rgba(0, 0, 0, 0) 60%);
  background-size: 100% 200%;
  background-position: 0 40%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.home-post-grad04 img {
  position: absolute;
  top: 12px; /* matches post padding */
  left: 12px;
  width: calc(100% - 24px); /* 100% minus left/right padding */
  height: auto;
  transition: opacity 1s ease;
}
.home-post-grad04 .home-post-img-original {
  opacity: 1;
  z-index: 1;
}
.home-post-grad04 .home-post-img-filtered {
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
  opacity: 0;
  z-index: 2;
}
.home-post-grad04 .home-post-info {
  margin-top: 70.6666666667%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-post-grad04:hover .home-post-bg-layer {
  opacity: 1;
}
.home-post-grad04:hover .home-post-img-original {
  opacity: 0;
}
.home-post-grad04:hover .home-post-img-filtered {
  opacity: 1;
}

@keyframes clippy {
  0% {
    clip-path: ellipse(100% 100% at 90% 30%);
  }
  50% {
    clip-path: ellipse(100% 100% at 40% 0%);
  }
  100% {
    clip-path: ellipse(140% 140% at 90% 90%);
  }
}
#main-container.col-scroll {
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main-container.col-scroll .center-1-col, #main-container.col-scroll .center-1-col-wide, #main-container.col-scroll .center-x-cols-wide {
  max-width: none;
}

.container-1-2, .container-1-3, .container-2-3 {
  overflow-y: scroll;
  height: 100vh;
  padding: 0 2%;
}

.container-1-2 {
  width: 50%;
}

.container-1-3 {
  width: 33.333%;
}

.container-2-3 {
  width: 66.666%;
}

.container-1-2-left, .container-1-3-left, .container-1-3-middle, .container-2-3-left {
  border-right: 1.75px solid #0b1215;
}

.container-1-3-left {
  width: 32%;
}

.glossary-1-col .center-x-cols-wide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2%;
  max-width: none;
}

.w100percent {
  width: 100%;
}

div.calendar {
  text-align: center;
}

ul.calendar-container {
  display: inline-block;
  max-width: 429px;
  border-right: 1.5px solid #0b1215;
  border-left: 1.5px solid #0b1215;
  list-style: none;
  padding: 0;
  margin: 0;
  /*.calendar-weekday {
  	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  }*/
}
ul.calendar-container li {
  float: left;
  width: 60px;
  border-right: 1.5px solid #0b1215;
  border-bottom: 1.5px solid #0b1215;
  text-align: center;
  font-size: 1.2rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75em;
}
ul.calendar-container li:nth-child(7n) {
  border-right: none;
}
ul.calendar-container .calendar-3col {
  width: 183px;
}
ul.calendar-container .calendar-1col-empty {
  width: 0px;
  border: none;
}
ul.calendar-container .calendar-day-past, ul.calendar-container .calendar-day-next {
  color: #9ca2a4;
}
ul.calendar-container .calendar-last-week {
  border-bottom: none;
}
ul.calendar-container .calendar-day-current {
  background-color: #f9dfea;
}
ul.calendar-container .calendar-day-container-middle {
  display: flex;
}
ul.calendar-container .calendar-day-container-middle .calendar-day-midleft, ul.calendar-container .calendar-day-container-middle .calendar-day-midright {
  width: 10%;
}
ul.calendar-container .calendar-day-container-middle .calendar-day-midmiddle {
  width: 80%;
}
ul.calendar-container .calendar-day-container-begin .calendar-day-midmiddle, ul.calendar-container .calendar-day-container-begin .calendar-day-midright {
  border: 1.75px solid #0b1215;
  background-color: #bec5ff;
  height: 1.25em;
}
ul.calendar-container .calendar-day-container-begin .calendar-day-midmiddle {
  border-right: none;
  border-radius: 1em 0 0 1em;
}
ul.calendar-container .calendar-day-container-begin .calendar-day-midright {
  border-left: none;
  border-right: none;
}

ul.calendar-container-top {
  background-color: #f9dfea;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1.5px solid #0b1215;
  margin-bottom: -4px;
}

ul.calendar-container-bottom {
  background-color: #fdfcf9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 1.5px solid #0b1215;
}

/* NAVIGATION - Institution(ing)s - 2025-07-23
   -------------------------------------------*/
header#main-header nav {
  background-color: #fefaeb;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 2%;
  padding: 12px 0 6px;
  position: fixed;
  top: 0;
  width: 96%;
  z-index: 100;
  border-bottom: 1.75px solid #0b1215;
  /*.inst-logo { //FIXME - unused?
  	margin-top: 20px;
  	max-width: 300px;

  	@include smartphone {
  		max-width: 50%;
  	}
  }*/
}
header#main-header nav.bg-light-yellow {
  background-color: #fdebb5;
}
header#main-header nav #logo-menu svg {
  max-width: 180px;
  padding-right: 24px;
  padding-top: 6px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header#main-header nav #main-logo {
    width: 28%;
  }
}
@media (max-width: 767px) {
  header#main-header nav #main-logo {
    width: 48%;
  }
}
header#main-header nav h1 {
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header#main-header nav #main-menu {
    width: 68%;
  }
}
@media (max-width: 767px) {
  header#main-header nav #main-menu {
    width: 48%;
  }
}
header#main-header nav #main-menu-mobile-button {
  font-variation-settings: "wght" 500;
  border: 1.75px solid;
  padding: 0.5rem 0.75rem;
  background-color: #fdfcf9;
  float: right;
  cursor: pointer;
}
header#main-header nav #main-menu-mobile-button:hover {
  background-color: #e7e9f9;
}
header#main-header nav ul#main-menu-list {
  list-style-type: none;
}
header#main-header nav ul#main-menu-list li {
  float: left;
  padding: 0 10px;
  font-variation-settings: "wght" 500;
  text-transform: uppercase;
}
header#main-header nav ul#main-menu-list li:last-child {
  padding-right: 0;
}
@media (max-width: 1023px) {
  header#main-header nav.menu-open {
    height: 100vh;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  header#main-header nav.menu-open #main-menu-list {
    display: inherit;
    margin-top: 10vh;
  }
  header#main-header nav.menu-open #main-menu-list li {
    float: none;
    padding: 1.5rem 0;
    text-align: right;
  }
  header#main-header nav.menu-open #main-menu-list a {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  header#main-header nav.menu-open #main-menu-list {
    margin-right: 2%;
  }
  header#main-header nav.menu-open #main-menu-list li {
    padding: 1.2rem 0;
  }
  header#main-header nav.menu-open #main-menu-list a {
    font-size: 1.2rem;
  }
}

footer#main-footer {
  padding: 18px 2%;
  background-color: #fefaeb;
  /*.footer-logo {
  	height: 40px;
  }*/
  /*#footer-menu-left {
  	float: left;
  }
  #footer-menu-right {
  	float: right;
  }*/
}
footer#main-footer ul {
  list-style: none;
}
footer#main-footer #footer-menu-center {
  border-bottom: 1.75px solid #0b1215;
}
footer#main-footer #footer-logos-main {
  padding-top: 40px;
}
footer#main-footer #footer-menu-center, footer#main-footer #footer-logos-main, footer#main-footer #footer-logos-partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
  align-items: center;
}

#main-header a, #main-footer a {
  text-decoration: none;
}
#main-header a:hover, #main-footer a:hover {
  text-decoration: underline;
}
#main-header a.active-link, #main-footer a.active-link {
  text-decoration: underline;
}
#main-header a.inactive-link, #main-footer a.inactive-link {
  color: #b4babd;
  pointer-events: none;
}

#main-slider {
  cursor: pointer;
}

header#main-header nav ul#main-menu-list.menu-icons-container {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
header#main-header nav ul#main-menu-list.menu-icons-container li {
  float: none;
}
header#main-header nav ul#main-menu-list.menu-icons-container li:last-child {
  padding-right: 0;
}

.main-menu-icon svg {
  fill: none;
  stroke: #0b1215;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.menu-icon-search svg {
  width: 27.45px;
}

.menu-icon-calendar svg {
  width: 32px;
}

.menu-icon-menu svg {
  width: 30px;
}

/* TEXT - Institution(ing)s - 2025-07-22
   -------------------------------------*/
html, body {
  color: #0b1215;
  font-family: "acumin-variable", "Helvetica", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  letter-spacing: 0.2px;
}

p {
  color: #0b1215;
  font-size: 1.125rem;
  line-height: 1.35em;
  padding-bottom: 0.675em;
}

a {
  color: inherit;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b1215;
}

h4 {
  font-size: 1.125rem;
  font-variation-settings: "wght" 500;
}

ol, ul {
  margin-block: 0;
  padding-bottom: 0.675rem;
}

ol {
  padding-left: 3rem;
}

strong {
  font-variation-settings: "wght" 600;
}

.txt-small, .txt-small-w100 {
  font-size: 0.875rem;
}

.txt-regular, .txt-small {
  width: 90%;
}

.txt-medium {
  font-size: 1.3125rem;
}

.p-bottom-margin {
  margin-bottom: 2em;
}

h2.section-title {
  font-size: 1.625rem;
  font-variation-settings: "wdth" 200, "wght" 500;
  text-align: center;
  color: #0b1215;
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
  display: inline;
  background-color: #fdfcf9;
}

/*p + h2.section-title { // when h2.section title comes after p
	margin-top: 2.5rem;
}*/
.home-post h3.home-post-title {
  font-size: 1.625rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-post h3.home-post-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .home-post h3.home-post-title {
    font-size: 1.25rem;
  }
}
.home-post p, .home-post span {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-post p, .home-post span {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-post p, .home-post span {
    font-size: 0.8rem;
  }
}
.home-post .home-post-date, .home-post .home-post-location {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  width: max-content;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-post .home-post-date, .home-post .home-post-location {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .home-post .home-post-date, .home-post .home-post-location {
    font-size: 0.7rem;
  }
}
.home-post .home-post-footer .home-post-date {
  text-transform: uppercase;
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
}
.home-post .home-post-footer .home-post-location {
  margin-left: 0.5em;
  margin-bottom: 0;
  padding-top: 0.25em;
}
.home-post .home-post-footer .home-post-access, .home-post .home-post-footer .home-post-tags {
  font-size: 0.875rem;
  text-align: right;
  padding-bottom: 0;
}
.home-post .home-post-footer .home-post-access {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-variation-settings: "wght" 500;
  padding-top: 0.45rem;
  margin-bottom: 0;
}

.slider-text {
  position: absolute;
  bottom: 1em;
  left: 2%;
  max-width: 700px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-text {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .slider-text {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1920px) {
  .slider-text {
    max-width: 900px;
  }
}

.slider-title, .slider-subtitle {
  color: #fdfcf9;
  padding-bottom: 0;
}

.slider-title {
  font-size: 4rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .slider-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-title {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .slider-title {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1920px) {
  .slider-title {
    font-size: 5rem;
  }
}

.slider-subtitle {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .slider-subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-subtitle {
    font-size: 2rem;
  }
}

h1.section-title {
  font-variation-settings: "wdth" 200, "wght" 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 32px;
}

.activity-date h2 {
  font-variation-settings: "wdth" 100, "wght" 700;
}

.activity-location {
  font-size: 1.25rem;
}

.activity-status {
  padding-top: 1rem;
}
.activity-status span {
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
}

h3.activity-title {
  font-size: 1.25rem;
  padding-bottom: 0.5em;
  font-variation-settings: "wdth" 100, "wght" 700;
}

#activity-list-regular .activity-time {
  font-size: 1.25rem;
  font-style: italic;
}
#activity-list-regular .activity-time span {
  font-size: 1rem;
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
  margin-left: 18px;
}
#activity-list-regular .activity-status {
  padding-left: 36px;
}

.post-page h1.post-title, h1.page-title {
  font-variation-settings: "wdth" 200, "wght" 700;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
}

.post-page h2.post-section-title {
  font-variation-settings: "wdth" 200, "wght" 600;
  margin: 2.5rem 0 0.75rem;
  font-size: 1.65rem;
}
.post-page h2.post-section-title:first-child {
  margin-top: 0;
}
.post-page p + h2.post-section-title {
  margin-top: 2.5rem;
}
.post-page h3.post-section-subtitle {
  font-variation-settings: "wdth" 150, "wght" 500;
  margin: 1.375rem 0 0.75rem;
  font-style: italic;
  font-size: 1.375rem;
}
.post-page .post-tags {
  list-style: none;
  padding-bottom: 32px;
}
.post-page .post-tags li {
  font-size: 1rem;
  margin-right: 32px;
}
.post-page .post-author {
  font-style: italic;
}
.post-page .post-details, .post-page .post-details a {
  font-variation-settings: "wght" 700;
}
.post-page .caption {
  font-size: 1rem;
  padding-top: 0.25em;
  margin: 0;
}
.post-page .caption .caption-title {
  font-variation-settings: "wght" 700;
}
.post-page .entity {
  margin-right: 32px;
}

.general-description {
  padding: 1.35rem 0 0.675rem 10%;
  font-size: 1rem;
}

.general-description + .general-description {
  padding-top: 0;
}

/*.general-description:has(+ .general-description) { // a, if a is followed by b
	padding-bottom: 0.675rem;
}*/
h2.contributor-entity {
  font-variation-settings: "wght" 500;
  margin: 2rem auto 1rem;
}

.contributor-name {
  font-variation-settings: "wght" 500;
}

.activity-post h3.activity-post-title {
  font-size: 1.625rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .activity-post h3.activity-post-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .activity-post h3.activity-post-title {
    font-size: 1.25rem;
  }
}
.activity-post p, .activity-post span {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .activity-post p, .activity-post span {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .activity-post p, .activity-post span {
    font-size: 0.8rem;
  }
}
.activity-post .activity-post-footer .activity-post-date, .activity-post .activity-post-footer .activity-post-location {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  width: max-content;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .activity-post .activity-post-footer .activity-post-date, .activity-post .activity-post-footer .activity-post-location {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .activity-post .activity-post-footer .activity-post-date, .activity-post .activity-post-footer .activity-post-location {
    font-size: 0.7rem;
  }
}
.activity-post .activity-post-footer .activity-post-date {
  text-transform: uppercase;
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0% 0.5em 0.125em;
}
.activity-post .activity-post-footer .activity-post-location {
  text-align: right;
  font-size: 0.875rem;
}

.media-post h3.media-post-title {
  font-size: 1.625rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  margin-bottom: 0.15em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-post h3.media-post-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .media-post h3.media-post-title {
    font-size: 1.25rem;
  }
}
.media-post p, .media-post span {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-post p, .media-post span {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-post p, .media-post span {
    font-size: 0.8rem;
  }
}
.media-post p {
  text-align: center;
}
.media-post .media-post-footer .media-post-tags {
  font-size: 0.875rem;
}

.publication-post h3.publication-post-title {
  font-size: 1.375rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  margin-bottom: 0.15em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .publication-post h3.publication-post-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .publication-post h3.publication-post-title {
    font-size: 1.25rem;
  }
}
.publication-post p, .publication-post span {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .publication-post p, .publication-post span {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .publication-post p, .publication-post span {
    font-size: 0.8rem;
  }
}
.publication-post p {
  text-align: center;
}
.publication-post .publication-post-footer .publication-post-tags {
  font-size: 0.875rem;
}

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