@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1.875rem 1.25rem 0;
  border: 0;
  border-bottom: 0;
  font-size: inherit;
  line-height: 1;
  color: #000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "";
}
.is-active > .accordion-title::before {
  content: "";
}

.accordion-content {
  display: none;
  padding: 1.875rem 0;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0;
}
/*# sourceMappingURL=accordion.css.map */
