/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/style.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************/
@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
*/

@font-face {
  font-family: fontColorful;
  src: url('VTCColorful3-Bold.woff2');
}

@view-transition {
  navigation: auto;
}

html, body, nav, div, p, a, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

html, body {
  color: #0b1215;
  font-family: "acumin-variable", "Helvetica", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  letter-spacing: 0.2px;
}

body {
  background-color: #fefaeb;
}

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

.txt-regular,
.PageBlock.txt-regular p,
.PageBlock.txt-medium p.txt-regular,
.PageBlock.txt-small p.txt-regular,
.PageBlock.txt-big p.txt-regular {
  font-size: 1.125rem;  
  line-height: 1.35em;
}
.txt-medium,
.PageBlock.txt-medium p,
.PageBlock.txt-regular p.txt-medium,
.PageBlock.txt-small p.txt-medium,
.PageBlock.txt-big p.txt-medium {
  font-size: 1.3125rem;
  line-height: 1.35em;
}
.txt-small,
.PageBlock.txt-small p,
.PageBlock.txt-regular p.txt-small,
.PageBlock.txt-medium p.txt-small,
.PageBlock.txt-big p.txt-small {
  font-size: 0.875rem;
  line-height: 1.35em;
}
.txt-big,
.PageBlock.txt-big p,
.PageBlock.txt-regular p.txt-big,
.PageBlock.txt-medium p.txt-big,
.PageBlock.txt-small p.txt-big {
  font-size: 1.6rem; 
  font-variation-settings: "wdth" 100, "wght" 350;
  line-height: 1.35em;
}

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

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

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

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

.w100percent {
  width: 100%;
}

.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);
}
#main-container ol, #main-container ul {
  padding-left: 0;
}

.page-container {
  max-width: 700px;
  margin: auto;
  padding: 1.35rem 0;
}

@media (max-width: 1023px) {
.page-container {
  max-width: 700px;
  margin: auto;
  padding: 1.35rem 0;
}
}

.page-full-width-container {
  position: relative;
  width: 100%;
  padding: 0px 0;  
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .page-full-width-container {
    width: 100%;
    margin: auto;
    padding: 0 6px;
  }
}

.page-container .center-1-col-wide,
.page-container .image-block-large,
.WideContainer
{
  position: relative;
  width: calc(96vw - 4%);
  max-width: 1400px;
  padding: 0px 2vw;  
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .page-container .center-1-col-wide,
  .page-container .image-block-large,
  .WideContainer {
    width: 96vw;
  }
}


.page-container > h1, 
.post-page h1 {
  font-variation-settings: "wdth" 115, "wght" 700;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 1.2em;
}
.page-container > h2, 
.post-page h2 {
  font-variation-settings: "wdth" 115, "wght" 600;
  margin: 2.5rem 0 0.75rem;
  font-size: 1.65rem;
  line-height: 1.2em;
}
.page-container > h3, 
.post-page h3 {
  font-variation-settings: "wdth" 150, "wght" 500;
  margin: 1.375rem 0 0.75rem;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.2em;
}
h4,
.page-container h4 {
  font-size: 1.125rem;
  font-variation-settings: "wght" 500;
  font-weight: bold;
  line-height: 1.2em;
}
/* 
#main-container ol, #main-container ul {
  padding-left: 3rem;
} */

ul.txt-regular, ol.txt-regular {
  font-size: 1.125rem;
}

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

.left-indent {
  padding-left: 3rem;
}

.txt-bold {
  font-variation-settings: "wght" 500;
}


.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;
}


/* 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;

}
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#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, 
footer#main-footer #footer-logos-main > div, 
footer#main-footer #footer-logos-partners > div  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
  align-items: center;
}

footer#main-footer #footer-logos-main > li > div, 
footer#main-footer #footer-logos-partners > li > div  {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  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, span.inactive-link, #main-footer span.inactive-link {
  color: #b4babd;
  pointer-events: none;
}

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;
}


#main-slider {
  cursor: pointer;
}

.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;
  position: relative;  
}
#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 {
  background: #fdfcf9;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 0;
}
#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;
}
.home-post > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  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 {
  margin-top: 50px;
  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 > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.activity-post.activity-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
@media (max-width: 767px) {
  .activity-post.activity-post-empty {
    display: 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;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  display: flex;
  min-width: 0;
}

.post-details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 32px 0 48px;
  gap: 6px;
}
@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%;
  }*/
}

.post-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.post-video-container iframe.post-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-bio-container {
  width: 90%;
}

.publications-posts-container {
  margin-top: 50px;
  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 > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.publication-post.publication-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
@media (max-width: 767px) {
  .publication-post.publication-post-empty {
    display: 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;
}

.media-posts-container {
  margin-top: 50px;
  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 > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media-post.media-post-empty {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
@media (max-width: 767px) {
  .media-post.media-post-empty {
    display: 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;
}


.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;
}
.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%);
  }
}
.col-scroll {
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.col-scroll .center-1-col, .col-scroll .center-1-col-wide, .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;
}




.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;
}


h1.section-title {
  font-variation-settings: "wdth" 115, "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;
}


.page-container h2,
.post-page h2 {
  font-variation-settings: "wdth" 115, "wght" 600;
  margin: 2.5rem 0 0.75rem;
  font-size: 1.65rem;
}
.page-container h2:first-child,
.post-page h2:first-child {
  margin-top: 0;
}
.page-container p + h2,
.post-page p + h2 {
  margin-top: 2.5rem;
}
.page-container h3,
.post-page h3 {
  font-variation-settings: "wdth" 150, "wght" 500;
  margin: 1.375rem 0 0.75rem;
  font-style: italic;
  font-size: 1.375rem;
}

.post-page ul.post-tags {
  list-style: none;
  padding-bottom: 32px;
  padding-left: 0;
}
.post-page ul.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,
.post-page .image-caption
 {
  font-size: 1rem;
  padding-top: 0.25em;
  margin: 0;
  text-align: left;
}
.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;
}

.txt-container-border {
  border: 1.75px solid #0b1215;
  border-radius: 1em;
  padding: 0.75em 1em 0.125em;
  margin-bottom: 1em;
}
.txt-container-border .txt-regular, .txt-container-border .txt-small {
  width: 100%;
}

.bold-highlight {
  font-variation-settings: "wdth" 115, "wght" 500;
  text-transform: uppercase;
}

.bold-text {
  font-variation-settings: "wdth" 115, "wght" 500;
}

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;
  padding-bottom: 0.25rem;
}
@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=styles.css.map*/