@font-face {
  font-family: 'Porpora';
  src: local('Porpora'), local('Porpora-Regular'), url('../font/Porpora-Regular.woff2') format('woff2'), url('../font/Porpora-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* CSS RESET
---------------------------------------------- */
* {
  box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
  vertical-align: top;
}
h1, h2, h3, h4, h5 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-weight: normal;
  font-size: inherit
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible{
  outline: 2px solid var(--second-color);
  outline-offset: 3px;
}
a:focus-visible {
  background: none;
}
p {
  margin-block-start: 0rem;
  margin-block-end: 0rem;
  margin-bottom: 1em;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
p:last-of-type {
  margin-bottom: 0rem;
}
figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
figcaption {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
button {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}
ol li:not(:last-of-type) {
  margin-bottom: 1rem;
}
ul.unstyled-list {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
li.unstyled-list-item {
  display: block;
  text-align: -webkit-match-parent;
}
dd {
  margin-inline-start: 0px;
}
*:focus{
  outline: none;
}
blockquote {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
input {
  border-radius: 0;
}
textarea, input[type="search"], input[type=text], input[type=button], input[type="submit"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz--border-radius: 0;
  font-weight: 400;
}
select {
  -webkit-border-radius: 0;
  background-color: inherit;
  -webkit-appearance: none;
  /* background-color: white; */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNSIgeT0iMSIgd2lkdGg9IjEiIGhlaWdodD0iOSIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMSIgeT0iNiIgd2lkdGg9IjEiIGhlaWdodD0iOSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDEgNikiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-position : right center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
} 

/* clears the 'X' from search input */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
} 

/* VARIABLES
---------------------------------------------- */
:root {
  --yellow: #FFEA2F;
  --green: #219E4A;
  --pink: #F8A3FF;
  --white: #ffffff;
  --black: #000000;
  --lr-padding: 48px;
  --medium-font: 1.15rem;
  --large-font: 1.625rem;
  --x-large-font: 2rem;
  --xx-large-font: 2.75rem;
  --xxx-large-font: 3.75rem;
  --vertical-padding: 100px;
  --font-size: 16px;
  font-size: var(--font-size);
  font-weight: 400;
  font-family: 'Porpora', sans-serif; 
  color: var(--black);
}
body {
  -webkit-font-smoothing: antialiased;
  background: var(--white);
}
html {
  scroll-behavior: smooth;
}
/* SMALLMOBILE VARIABLES
---------------------------------------------- */
@media screen and (max-width: 750px) {
  :root {
    --lr-padding: 14px;
    --medium-font: 1.1rem;
    --large-font: 1.4rem;
    --x-large-font: 1.625rem;
    --xx-large-font: 2rem;
    --xxx-large-font: 10vw;
    --vertical-padding: 30px;
  }
}
/* DESKTOP VARIABLES
---------------------------------------------- */
@media screen and (min-width: 921px ) {
  :root {

  }
}

@media screen and (min-width: 67rem) {
  :root {
  }
}

@media screen and ( max-width: 700px ) {
  :root { 
  }
}

/* GLOBAL
---------------------------------------------- */
.visually-hidden {
  position:absolute !important;
  overflow:hidden;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
  clip:rect(0 0 0 0);
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap:normal !important
}
.hidden-on-mobile {
  display: none;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
p a {
  text-decoration: underline;
  word-break: break-word;
}
p {
  font-size: var(--medium-font);
}
a, button, .btn, input {
	cursor: pointer;
}
.lr-padding {
  padding-left: var(--lr-padding);
  padding-right: var(--lr-padding);
}

/* ACKNOWLEDGEMENT OF COUNTRY
---------------------------------------------- */
.ack-overlay {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  background-color: var(--pink);
  top: 0;
  left: 0;
  height: calc(100 * var(--vh));
  width: 100%;
  display: none;
}
.ack-overlay:hover {
  cursor: pointer;
}
.ack-overlay.first-visit {
  display: flex;
}
.ack-container {
  padding: var(--lr-padding);
  font-size: var(--large-font);
  max-width: 1000px;
}
.ack-close {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ack-close > div {
  margin-left: calc(101px + 1rem);
  margin-right: 1rem
}
/* NAV BAR
---------------------------------------------- */
.navbar-wrapper {
  padding: 34px var(--lr-padding);
  position: fixed;
  top: 0;
}
.navbar {
  position: relative;
}
.menu-button-container {
  padding: 34px var(--lr-padding);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.logo svg {
  width: calc(100vw - calc(var(--lr-padding)*2))!important;
  height: auto;
}
#openmenu {
  display: grid;
  grid-template-columns: auto auto;
}
.hamburger {
  height: 100%;
  width: 74px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 1px;
  margin-right: 4px;
}
.hamburger div {
  height: 3px;
  width: 100%;
  background-color: black;
  float: right;
  transition: width 0.6s ease;
}
.modal-open .hamburger div:nth-of-type(2) {
  width: 66%;
}
.modal-open .hamburger div:nth-of-type(3) {
  width: 33%;
}
.menu-word {
  font-size: 36px;
  line-height: 70%;
  margin-top: 1px;
}

/* MENU MODAL
---------------------------------------------- */
.menu-overlay {
  position: fixed;
  z-index: 99;
  overflow: hidden;
  background-color: var(--green);
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  transition: all .6s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.menu-overlay.visible {
  height: 100%
}
.menu-modal-container {
  padding: 34px var(--lr-padding);
  height:  calc(100 * var(--vh));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overlay-menu-container {
  font-size: 4.2vw;
  line-height: 96%;
  bottom: 0;
  margin-left: -0.5vw
}
/* HOME CAROUSEL
---------------------------------------------- */
.home-template main {
  z-index: initial;
  position: initial;
}
.landing-carousel-container {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
.landing-carousel {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.landing-carousel.is-hidden {
  display: none;
}
.landing-carousel.flickity-enabled {
  opacity: 1;
}
.landing-carousel .carousel-cell {
  width: 65%;
}
.landing-carousel-image {
  position: relative;
}
.landing-carousel-image img {
  padding-top: 15px;
  width: 40vw;
  height: 27vw;
  object-fit: cover;
}
.landing-carousel-text-content {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: var(--large-font);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left bottom;
}
.landing-carousel-title {
  font-size: var(--xx-large-font);
  margin-bottom: .4rem
}
/* PAPER PAGES
---------------------------------------------- */
main {
  z-index: 1;
  position: relative;
}
.paper-page {
  margin-top: 14vw;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
  min-height: calc(100vh - 14vw);
}
.child-layout.paper-page {
  margin-bottom: 101vh
}
.paper-page > div:first-of-type {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
}
.items-grid-container {
  padding-left: var(--lr-padding);
  padding-right: var(--lr-padding);
  position: relative;
  display: flex;
  flex-direction: row;
}
.grid-title {
  font-size: var(--xx-large-font);
  position: absolute;
  transform-origin: top left;
  left:var(--lr-padding);
  top:50%;
  transform: rotate(-90deg) translateX(-50%);
}
.parent-layout .grid-title {
  top: 18vw;
} 
.items-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin-left: calc(var(--lr-padding) + 60px )
}
.items-grid > div {
  position: relative;
}
.items-grid img { 
  width: 100%;
  height: 26vw;
}
.item-card-title {
  font-size: var(--large-font);
  line-height: 99%;
  margin-top: 20px;
  max-width: 60%;
  text-align: center;
}
.items-grid a:hover::before, .landing-carousel a.landing-image:hover::before {
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--yellow);
  border: 3px solid black;
  top: -15px;
  left: -15px;
  position: absolute;
  display: inline-block;
  z-index: 5;
}
.landing-carousel a.landing-image:hover::before {
  height: 30px;
  width: 30px;
  top: 0px;
  left: -15px;
}
/* PROJECTS
---------------------------------------------- */
.projects-template .paper-page, .project-template .paper-page {
  background-color: var(--yellow);
}
/* WORKSHOPS
---------------------------------------------- */
.workshops-template .paper-page, .workshop-template .paper-page {
  background-color: var(--pink);
}
/* RESOURCES
---------------------------------------------- */
.resources-template .paper-page, .resource-template .paper-page {
  background-color: white;
}
.filter-container {
  flex-grow: 1;
  margin-top: -70px;
  margin-left: calc(var(--lr-padding) + 60px )
}
.filter-item-container {
  overflow: hidden;
  width: 100%;
}
.filter-item {
  display: none;
  border-bottom: 3px solid black
}
.filter-item-title-wrapper {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-item .item-card-title {
  margin-top: initial;
  max-width: 100%;
}
.show {
  display: block;
}
#filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%
}
.btn {
  border: none;
  outline: none;
  font-size: var(--x-large-font);
  padding: 25px;
  color: black;
}
.btn::after {
  content: '';
  height: 20px;
  width: 20px;
  margin-left: 14px;
  border-radius: 50%;
  border: 2px solid black;
  display: inline-block;
}
.btn:hover::after {
  background-color: black
}
.btn.active::after {
  background-color: black
}
/* ABOUT PAGE
---------------------------------------------- */
.about-template {
  background-color: var(--yellow);
}
.about-template .paper-page {
  background-color: var(--yellow);
}
.about-template .items-grid-container {
  width: 100%
}
.about-content {
  flex-grow: 1;
  padding-left: 120px;
  max-width: 956px;
}
#contact {
  position: relative;
}
.about-template form {
  position: fixed;
  bottom: 0;
  height: 35vw;
  max-height: 45vh;
  width: 100%;
  padding: 17px 7px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 12px;
}
.hon {
  display: none;
}
.about-template .inputs-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.inputs-container .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.inputs-container .row-2 {
  align-self: stretch;
  flex: 1;
}
.about-template input {
  margin-bottom: 12px;
}
.about-template input, .about-template textarea, .about-template form button {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border: none;
  width: 100%;
  padding: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-start: 0em;
  padding-inline-start: 0em;
  padding-inline-end: 0em;
  padding-block-end: 0em;
  min-inline-size: min-content;
  background-color: var(--yellow);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 62.5px;
  padding: 40px;
  font-size: var(--medium-font);
}
.about-template button[type=submit] {
  color: var(--black);
  font-family: inherit;
  white-space: nowrap;
  margin: 0rem;
  cursor: pointer;
  height: 100%
}
.about-template textarea {
  color: var(--black);
  opacity: 1;
  font-size: var(--medium-font) !important;
  resize:none;
  height: 100%;
  align-content: flex-end;
}
.about-template ::placeholder, select { 
  color: var(--black);
  opacity: 1;
  font-size: var(--medium-font);
}
.about-template :-ms-input-placeholder { 
  color: var(--black);
  opacity: 1;
  font-size: var(--medium-font);
}
.about-template ::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
  font-size: var(--medium-font);
}
.success-msg {
  position: fixed;
  bottom: 20px;
  text-align: center;
}
/* CHILD PAGE
---------------------------------------------- */
.child-intro {
  padding-left: var(--lr-padding);
  padding-right: var(--lr-padding);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5vw;
}
.child-intro .h1 {
  font-size: var(--xxx-large-font);
  line-height: 99%;
  margin-bottom: 2rem
}
.child-intro .date, .child-intro .venue {
  font-size: var(--large-font);
  line-height: 99%;
  margin-top: .5em;
}
.child-intro .text-intro {
  margin-top: 2rem
}
.child-photo-gallery {
  padding-left: var(--lr-padding);
  padding-bottom: var(--vertical-padding)
}
.child-photo-gallery .carousel-cell {
  height: 26vw;
}
.child-photo-gallery .default-carousel-image, .child-photo-gallery figure {
  height: 100%;
}
.child-photo-gallery .carousel-cell:not(:last-of-type) {
  margin-right: 2vw;
}
.child-photo-gallery .carousel-cell img {
  width: auto;
  height: 100%;
}
.child-layout .items-grid-container {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding)
}
.related-workshops {
  background-color: var(--pink);
}
.related-projects {
  background-color: var(--yellow);
}
.related-resources {
  background-color: var(--white);
}
.related-resources .items-grid-container {
  min-height: 75vh;
}
.related-resources .filter-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.child-layout .filter-item {
  display: block;
}
.extra-text {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5vw;
  padding: 0 var(--lr-padding) var(--vertical-padding) var(--lr-padding);
}
.pdf-ribbon {
  text-align: center;
  display: flex;
  flex-direction: row;
  padding: 18px;
  position: fixed;
  right: 0;
  bottom: 1rem;
  background-color: var(--green);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.pdf-ribbon svg {
  height: 35px;
  width: auto;
  margin-right: 1rem
}
.pdf-ribbon span {
  display: none;
}
/* WORKSHOP PAGE
---------------------------------------------- */
.instructions-container, .downloads-container {
  padding-left: var(--lr-padding);
  padding-bottom: var(--vertical-padding)
}
.instructions-container h2, .downloads-container h2 {
  font-size: var(--xx-large-font);
  margin-bottom: 2rem;
}
.instructions-carousel .carousel-cell {
  width: 26vw;
  padding: 3px
}
.instructions-carousel .carousel-cell:not(:last-of-type) {
  margin-right: 2vw;
}
.instructions-carousel .instruction {
  padding: 24px;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.78);
  border-radius: 7px;
}
.instructions-carousel .instruction h3 {
  margin-bottom: 2rem;
  font-size: var(--large-font)
}
/* DOWNLOADS SECTION
---------------------------------------------- */
.downloads-container {
  padding-right: var(--lr-padding);
}
.download-links {
  display: grid;
  gap: 5vw;
  grid-template-columns: 1fr 1fr;
}
.download-links a {
  display: flex;
  flex-direction: row;
  padding: 24px;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.78);
  border-radius: 7px;
  align-items: center;
}
.download-links a h3 {
  font-size: var(--large-font)
}
.download-icon svg {
  width: 24px;
  height: auto;
  margin-right: 24px;
}
/* HIDDEN FOOTER
---------------------------------------------- */
.hidden-footer {
  height: 25vw;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
.arrow-container {
  height: 100%;
  position: relative;
}
.hidden-footer .large-arrow {
  width: calc(85vw - calc(var(--lr-padding)*2))!important;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 13vw;
}
.hidden-footer .back-text {
  font-size: 3vw;
  position: absolute;
  bottom: 14vw;
  right: 16vw;
}
@media screen and (max-width: 750px) { 
  /* NAV BAR
  ---------------------------------------------- */
  .navbar-wrapper {
    padding: 28px var(--lr-padding);
  }
  .menu-button-container {
    padding: 12px var(--lr-padding);
  }
  .hamburger {
    height: 25px;
    width: 74px;
    padding-bottom: 1px;
    margin-right: 0px;
  }
  .hamburger div {
    transition: width 0.5s ease;
  }
  .menu-word {
    display: none;
  }
  /* MENU MODAL
  ---------------------------------------------- */
  .menu-overlay {
    transition: all .5s ease;
  }
  .menu-modal-container {
    padding: 28px var(--lr-padding);
  }
  .overlay-menu-container {
    font-size: 10vw;
  }
  /* HOME CAROUSEL
  ---------------------------------------------- */
  .landing-carousel-container {
    position: absolute;
    bottom: 5vh;
    width: 100%;
  }
  .landing-carousel .carousel-cell {
    width: 100vw;
  }
  .landing-carousel-image {
    position: initial;
    display: flex;
    flex-direction: column;
  }
  .landing-carousel-image img {
    padding-top: initial;
    width: calc(100vw - calc(var(--lr-padding)*2));
    height: calc(100vw - calc(var(--lr-padding)*2));
  }
  .landing-carousel-text-content {
    position: initial;
    text-align: center;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    transform-origin: initial;
  }
  .landing-carousel-title {
    margin-bottom: initial;
    margin-top: .4rem
  }
  /* PAPER PAGES
  ---------------------------------------------- */
  .paper-page {
    margin-top: 19vw;
    min-height: calc(100vh - 19vw);
  }
  .child-layout.paper-page {
    margin-bottom: 101vh
  }
  .parent-layout .grid-title {
    top: 40vw;
  } 
  .items-grid {
    grid-template-columns: 1fr;
    gap: 10vw;
    margin-left: calc(var(--lr-padding) + 60px )
  }
  .items-grid img { 
    height: 50vw;
  }
  .item-card-title {
    margin-top: 20px;
    max-width: 90%;
  }
  .items-grid a:hover::before, .landing-carousel a.landing-image:hover::before {
    display: none;
  }
  /* RESOURCES
  ---------------------------------------------- */
  .filter-container {
    margin-top: 0vh;
    margin-left: calc(var(--lr-padding) + 60px )
  }
  .filter-item-container h2.item-card-title {
    text-align: initial;
  }
  #filter-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5vw;
  }
  .btn {
    padding: 2px 0px;
  }
  .btn::after {
    height: 14px;
    width: 14px;
    margin-left: 10px;
  }
  /* ABOUT PAGE
  ---------------------------------------------- */
  .about-content {
    padding-left: calc(var(--lr-padding) + 60px );
    max-width: 100%;
    }
  .about-template form {
    position: fixed;
    bottom: 0;
    height: initial;
    max-height: initial;
    width: 100%;
    padding: var(--lr-padding);
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .about-template .inputs-container {
    display: block;
  }
  .inputs-container .row-1 {
    display: block
  }
  .inputs-container .row-1 input {
    height: initial;
  }
  .inputs-container .row-2 {
    align-self: initial;
    flex: initial;
  }
  .about-template input, .about-template textarea, .about-template form button {
    border-radius: 7px;
    padding: 20px;
  }
  .about-template button[type=submit] {
    height: initial;
  }
  .about-template textarea {
    height: 100px;
  }

  /* CHILD PAGE
  ---------------------------------------------- */
  .child-intro {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
  .child-intro-image-container {
    order: -1;
  }
  .child-photo-gallery .carousel-cell {
    height: 58vw;
  }
  .related-resources .items-grid-container {
    min-height: 60vh;
  }
  .extra-text {
    grid-template-columns: 1fr;
    gap: 0vw;
    padding: 0 var(--lr-padding) var(--vertical-padding) var(--lr-padding);
  }
  .pdf-ribbon {
    text-align: center;
    padding: 12px;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pdf-ribbon br {
    display: none;
  }
  .pdf-ribbon span {
    display: inline;
  }
  /* WORKSHOP PAGE
  ---------------------------------------------- */
  .instructions-carousel .carousel-cell {
    width: 80vw;
    padding: 3px
  }
  /* DOWNLOADS SECTION
  ---------------------------------------------- */
  .download-links {
    gap: 5vw;
    grid-template-columns: 1fr;
  }
  /* HIDDEN FOOTER
  ---------------------------------------------- */
  .hidden-footer {
    height: 80vw;
  }
  .hidden-footer .large-arrow {
    width: calc(100vw - calc(var(--lr-padding)*2))!important;
    bottom: 90px;
    right: 3vw;
  }
  .hidden-footer .back-text {
    font-size: 10vw;
    position: absolute;
    bottom: 40vw;
    right: 10vw;
    line-height: 99%
  }
  .ack-close {
    justify-content: initial;
  }
  .ack-close > div {
    margin-left: 0px;
  }
}

@media screen and (max-width: 550px) {
  .overlay-menu-container {
    font-size: 14vw;
  }
}