/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
#terms-and-conditions section {
  line-height: 1.125rem;
}
#terms-and-conditions section ul li {
  margin-bottom: 1.25rem;
}
#terms-and-conditions section .max-content-width {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #terms-and-conditions section .max-content-width {
    padding: 4.6875rem 1.25rem;
  }
}
#terms-and-conditions section .max-content-width > div {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  #terms-and-conditions section .max-content-width > div {
    margin-bottom: 2.5rem;
  }
}
#terms-and-conditions section .max-content-width > div:last-of-type {
  margin-bottom: 0;
}
#terms-and-conditions .section-master-header h3 {
  color: #330072;
  text-transform: uppercase;
  font-size: 60;
}
#terms-and-conditions .section-master-header h3::after {
  border-bottom: 0.375rem solid #330072;
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
  width: 8.5rem;
  content: "";
  display: block;
}
#terms-and-conditions .section-header h3 {
  margin-bottom: 1.875rem;
}
#terms-and-conditions .section-header h3::after {
  display: none;
}
#terms-and-conditions ul ul li::before {
  content: "-";
}