.views-element-container {
  padding: 21vw clamp(40px, 5vw, 75px) 70px clamp(40px, 5vw, 75px);
}

.wrapper-top {
  width: 100vw;
  height: 40vh;
background: linear-gradient(135deg, rgba(87,195,197,1) 0%, rgba(101,158,196,1) 50%, rgba(111,138,195,1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20vh;
  color: #ffffff;
}

.region-footer {
background: linear-gradient(135deg, rgba(87,195,197,1) 0%, rgba(101,158,196,1) 50%, rgba(111,138,195,1) 100%);
}

.contact-image {
 width: 100vw;
}

.view-content {
  display: flex;
  flex-direction: column;
}

.node--type-deliverables {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  padding: 30px;
}

.node--type-deliverables.is-open {
    background: linear-gradient(135deg, rgba(87,195,197,1) 0%, rgba(101,158,196,1) 50%, rgba(111,138,195,1) 100%);
}

.node--type-deliverables.is-open .accordion-header {
    border:none;
}

.node--type-deliverables.is-open .field--name-field-deliverables-date {
    color: white;
}

.node--type-deliverables.is-open .deliverables-title, .node--type-deliverables.is-open .plus-button  {
    color: white;
}

.node--type-deliverables.is-open .plus-button  {
    border-color: white;
}

.deliverables-title {
  font-size: 28px;
  line-height: 32px;
  color: var(--color-background-alternative);
}

.field--name-field-date, .field--name-field-deliverables-tags, .field--name-field-deliverables-tags .field__items  {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.accordion-header:hover .plus-button {
  color: #54C6EB;
  border-color: #54C6EB;
  cursor: pointer;
}

.accordion-header:hover .deliverables-title {
  color: #54C6EB;
  cursor: pointer;
}

.accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--color-background-alternative);
  margin-bottom: 25px;
  padding: 0 20px 10px 20px;
  cursor: pointer;
}

.plus-button {
  font-size: 34px;
  width: 50px;
  height: 50px;
  color: var(--color-background-alternative);
  border: 1px solid var(--color-background-alternative);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.node__content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.field__label {
  font-weight: 900;
}

.field--name-field-deliverables-tags .field__item {
  border: 1px solid var(--color-background-alternative);
  padding: 14px 20px;
  border-radius: 25px;
  color: var(--color-background-alternative);
}

.field--name-field-deliverables-description .field__label, .field--name-field-deliverables-authors .field__label, .field--name-field-deliverables-journal .field__label, .field--name-field-deliverables-links .field__label {
  margin-bottom: 7px;
}

.node__content {
  /* transform: scaleY(0); */
  /* transform-origin: top center; */
  overflow: hidden;
  display: none;
}

.field--name-field-deliverables-date, .field--name-field-link {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.field--name-field-deliverables-file {
  align-self: flex-end;
}

.h1 {
  text-align: center;
}

.file-link {
  align-self: flex-end;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid white;
  width: fit-content;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .contact-image {
    width: 120vw;
  }
}

@media only screen and (max-width: 480px) {
  .h1 {
    margin-bottom: 4vh;
  }
  .deliverables-title {
  font-size: 20px;
  line-height: 26px;
}
  .contact-image {
    width: 140vw;
  }
}

main {
  padding: 0!important;
}
