/* Insert your unhcr_gfx content custom SASS styling. */
details.gfx-details {
  margin: 0;
  border: none;
}
details.gfx-details::-webkit-details-marker {
  display: none;
}
details.gfx-details details.gfx-details summary {
  color: #333;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  details.gfx-details details.gfx-details summary {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  details.gfx-details details.gfx-details summary {
    font-size: 1.125rem;
  }
}
details.gfx-details summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.375rem 3.125rem 1.375rem 1.25rem;
  list-style: none;
  color: #000;
  border: none;
  border-top: 0.125rem solid #f4f4f4;
  background-color: transparent;
  background-image: none;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;

  webkit-appearance: none;
}
@media (min-width: 1200px) {
  details.gfx-details summary {
    font-size: 1.75rem;
  }
}
details.gfx-details summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 991.98px) {
  details.gfx-details summary {
    font-size: 1.125rem;
  }
}
details.gfx-details summary .summary:before {
  padding-top: 0.188rem;
  padding-left: 0.625rem;
  content: "\f067";
  color: #0072bc;
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  details.gfx-details summary .summary:before {
    font-size: 0.875rem;
  }
}
details.gfx-details[open] > summary .summary:before {
  content: "\f068";
}
details.gfx-details > *:not(summary):not(details) {
  padding: 0 1.25rem 1.375rem 1.25rem;
}
details.gfx-details tbody tr:only-child {
  background: transparent;
}

h2.gfxsection {
  position: relative;
  margin-bottom: 1.875rem;
}
h2.gfxsection .view-all-details {
  position: absolute;
  top: 50%;
  right: 0;
  display: block !important;
  width: 4.375rem;
  cursor: pointer;
  text-align: right;
  text-transform: uppercase;
  color: #0072bc;
  font-size: 0.75rem;
  font-weight: 700;
}
h2.gfxsection .view-all-details.open {
  font-size: 0;
}
h2.gfxsection .view-all-details.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "Close All";
  text-transform: uppercase;
  font-size: 0.75rem;
}
