.usa-fieldset {
    min-inline-size: min-content;
    margin-inline: 2px;
    border-width: 2px;
    margin-top: 24px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
    background-color: #eee;
}

.crdc-faq-modal-dialog {
  max-height: 80vh;
  overflow-y: auto;
}


label.usa-label.control-label[for="edit-school-module"], label.usa-label.control-label[for="edit-lea-module"] {
    display: none;
}

.usa-label[for="edit-error-number"] {
    margin-top: 0;
}

/* FAQ Modal */
#crdc-faq-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#crdc-faq-modal[hidden] {
  display: none;
}

.crdc-faq-modal-dialog {
  background: #fff;
  border-radius: 4px;
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
}

#crdc-faq-modal-title {
  margin-top: 0;
  padding-right: 2.5rem;
  font-size: 1.5rem;
  color: #1b1b1b;
}

.crdc-faq-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #1b1b1b;
  border-radius: 2px;
}

.crdc-faq-modal-close:hover {
  background: #f0f0f0;
}

.crdc-faq-modal-content {
  margin-top: 1rem;
}

.crdc-faq-modal-actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dde1e7;
}

body.crdc-faq-modal-open {
  overflow: hidden;
}

#block-civil-rights-views-block-faq-view-block-2-2 h3 {
	background-color: #2b6168;
  color: #fff;
  padding: 1rem 3.5rem 1rem 1.25rem;
}


#crdc-faq-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  transition: opacity .25s ease;
}

#crdc-faq-modal:not([hidden]) {
  opacity: 1;
}

.crdc-faq-modal-dialog {
  background: #fff;
  max-width: 900px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 2rem;
  border-radius: 6px;

  transform: translateY(10px);
  transition: transform .25s ease;
}

#crdc-faq-modal:not([hidden]) .crdc-faq-modal-dialog {
  transform: translateY(0);
}

body.crdc-faq-modal-open {
  overflow: hidden;
}
