.section {
  position: relative;
  padding: 40px !important;
  margin: 40px auto !important;
  border-radius: 10px !important;
  min-height: auto;
  filter: drop-shadow(0px 0px 8px grey) !important;
  box-sizing: content-box !important;
  overflow-wrap: anywhere;
}

@media screen and (min-width: 800px) and (max-width: 1400px) {
  .section, #footer, #header {
    max-width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .section, #footer, #header {
    width: 100%;
  }
}

@media screen and (min-width:1400px) and (max-width: 1920px) {
  .section, #footer, #header{
    max-width: 1200px;
  }
}

@media screen and (max-width: 800px) {
  .section, #footer, #header {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section, #footer, #header{
    width: 1200px;
  }
}

.album-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  gap: 35px;
}

.album-image-container {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  max-width: 100%;
}

.album-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 12px;
}

.column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 40px;
}

.single-column-image {
  width: 48.35%;
  position: relative;
  overflow: hidden;
}

.single-column-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.single-column-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-column {
  width: 100%;
  position: relative;
}

.image-column > img, .section > img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  object-fit: cover;
  object-position: top;
  aspect-ratio: 4 / 3;
}

.single-column-video > iframe {
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 48.35%;
  height: 31em;
}

.video-column {
  display: grid;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
}

.video-column > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.text-column {
  line-height: 24px !important;
}

.bullet {
  padding-bottom: 0.35em;
}

.summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.section-title {
  display: block;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 10px !important;
  line-height: 24px;
}

#learn-more {
  cursor: pointer;
  font-weight: bold;
}

#summary-content {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

#introduction {
  line-height: 24px;
  padding-bottom: 25px;
}

.text-input {
  height: 3rem;
  width: 20%;
  margin: 0 0.5% 0 1.5%;
  border-radius: 4px;
  border: 1px solid #ccc;
}

a.bullet {
  display: list-item;
  margin-left: 17px;
  font-weight: bold;
}

.position {
  background-color: white;
}

.quote-column {
  display: grid;
  align-content: center;
}

.quote {
  font-size: 200%;
  line-height: 40px !important;
  font-weight: normal !important;
}

.attribution {
  margin-top: 50px;
  font-size: 100%;
  white-space: pre-wrap;
  line-height: 18px;
  font-weight: normal !important;
}

.iframe {
  border: 0;
}

.video-container {
  margin-top: 0;
  margin-bottom: auto;
}

.image-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.close {
  position: absolute;
  right: 15px;
}

.modal-header {
  color: #fff;
}

.searchbar {
  Height: 30px;
  width: 70%;
  max-width: 300px;
  display: inline-flex;
  margin-left: 2.5%;
}

.searchbar-input {
  width: 100%;
  border: 1px solid #d0d2d3;
  border-radius: 4px 0 0 4px;
}

.searchbar-button {
  width: 45px;
  color: #ffffff !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  user-select: none;
}

.follow-company-link {
  font-weight: bold;
}

#info-message {
  font-family: Arial;
  font-size: 14px;
}

.filter span {
  display: inline;
}

.position-container {
  display: grid;
  grid-template-columns: 31.6% 31.6% 31.6%;
  gap: 25px 2.5%;
  margin-top: 20px;
}

.position-icon {
  margin-right: 10px;
  color: black;
}

.arrow {
  line-height: normal;
  background-size: 27px;
  padding-right: 8%;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-left: 1.5%;
  margin-right: 2%;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
}

.position-element:hover {
  background-color: #f0f8ff;
}

.position-element {
  min-height: 95px;
  height: 95%;
  background-color: white;
  filter: drop-shadow(0px 0px 4px #b3b3b3);
  border-radius: 10px;
  padding: 22px;
}

.position-title {
  display : block;
  font-size: 16px;
  margin-bottom: 10px;
}

.link-label {
  font-size: 16px;
}

.link-label + .link-label {
  padding-top: 20px;
}

.link-description {
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 24px;
}

.link-description:last-child {
  padding-bottom: 0;
}

.wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch;
}

#show-all-link {
  padding-top: 32px;
  font-weight: bold;
  line-height: 14px;
}

#back-to-home {
  padding-bottom: 32px;
  font-weight: bold;
  line-height: 14px;
}

#return-url {
  padding-bottom: 32px;
  font-weight: bold;
  line-height: 14px;
}

#search-button {
  font-size: 14px;
  border: none;
  padding: 0.5rem 1.7rem;
  border-radius: 3rem;
  cursor: pointer;
  color: white;
}

.mobile-search-filter {
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  body {
    font-size: 12px;
  }

  .section {
    padding: 40px 20px 40px 20px !important;
    z-index: 999;
    filter: none !important;
    border-radius: 0px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .album-section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .summary {
    grid-template-columns: 1fr;
  }

  .position-container {
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .column-2 {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .attribution {
    margin-top: 35px !important;
    line-height: 24px !important;
  }

  .section .grid-container:nth-of-type(2) {
    padding-top: 40px;
  }

  .single-column-image {
    width: 100%;
    margin: 0;
  }

  .video-column {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
  }

  .single-column-video {
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 75%;
    position: relative;
  }

  .single-column-video > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .arrow {
    margin-bottom: 10px;
    margin-right: 0px !important;
  }

  .filter {
    display: block;
    text-wrap: nowrap;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .position-container {
    grid-template-columns: 31% 31% 31%;
    gap: 20px 3.5%;
  }
}

@media (max-width: 300px) {
  .wrap-text {
    max-width: 20ch;
  }
}