:root {
  --institutPrimary: #6f2c3c;
}
.topContainer {
  width: 100%;
  height: 192px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.banner {
  width: 100%;
  height: 192px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#institutLogo {
  height: 90px;
  object-fit: contain;
}
#instSubtitle {
  text-align: center;
  font: normal normal bold 15px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .topContainer {
    height: 384px;
  }
  .banner {
    height: 384px;
  }
  #institutLogo {
    height: 134px;
  }
  #instSubtitle {
    text-align: center;
    font-size: 30px;
  }
}
.institutSection {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.institutSection > article {
  width: 100vw;
  box-sizing: border-box;
  max-width: 100%;
}
.institutSectionTitle {
  color: var(--institutPrimary);
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.institutSection > article > p {
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
}
.institutButtonsGroup {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.institutButton {
  background-color: var(--institutPrimary);
  width: 100%;
  max-width: 280px;
  height: 45px;
  border: 1px solid var(--institutPrimary);
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.institutButton:hover {
  background-color: white;
  color: var(--institutPrimary);
}
.mapContainer {
  position: relative;
  height: 427px;
  margin: 0;
  padding: 0;
  background-color: var(--institutPrimary);
}
#map {
  height: 427px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .institutSection {
    padding: 50px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .institutSection > article {
    max-width: 50%;
  }
  .institutSectionTitle {
    font-size: 35px;
  }
  .institutSection > article > p {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .institutButton {
    max-width: 352px;
    height: 68px;
    border-radius: 15px;
    font-size: 20px;
    padding: 18px 0;
  }
}
.leaflet-popup-content {
  padding: 5px;
  margin: 0;
}
.institutArticle {
  width: 301px;
}
.institutArticle > h4 {
  font-size: 20px;
  color: var(--institutPrimary);
  margin: 0 0 15px 0;
  font-family: "Playfair Display";
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.institutArticle > h4 > img {
  height: 25px;
  object-fit: contain;
}
.institutArticle p {
  margin: 0;
  font-size: 15px;
  color: black;
  font-family: Helvetica, sans-serif;
  vertical-align: middle;
}
.hoursContainer {
  margin: 15px 0;
  height: fit-content;
  max-height: 33px;
  transition: all 0.7s ease;
  overflow: hidden;
}
.unrollable,
.unrolled {
  cursor: pointer;
}
.unrolled {
  max-height: 500px;
}
.bulletPoint {
  font-size: 25px;
  vertical-align: middle;
}
.open {
  color: green;
}
.closed {
  color: var(--institutPrimary);
}
.collapsed {
  vertical-align: middle;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.unrolled .collapsed {
  transform: rotate(180deg);
}
.institutLinksGroup {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
}
.institutLinksGroup > a {
  text-decoration: none;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--institutPrimary);
  border: 1px solid var(--institutPrimary);
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  color: white;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 145px;
}
.institutLinksGroup > a:hover {
  background-color: transparent;
  color: var(--institutPrimary);
}
.listTopContainer {
  height: 144px;
  background-color: var(--institutPrimary);
  color: white;
}
h1 {
  font-size: 45px;
  font-family: "Playfair Display";
}
#listContainer {
  height: 723px;
  overflow-y: scroll;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 535px;
}
.listMapContainer,
.listMapContainer > #map {
  height: 723px;
  max-width: 100%;
}
.mapContainer .leaflet-marker-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(5638%)
    hue-rotate(304deg) brightness(91%) contrast(86%);
}
#listContainer > .institutArticle {
  width: 100%;
  max-width: 100%;
  border-bottom: 3px solid var(--institutPrimary);
  padding-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .institutSection > .listMapContainer,
  .listMapContainer > #map {
    max-width: 100%;
  }
}
