.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #262222;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #17669d;
  background-color: #e8f1f7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317669d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23262222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #8db8d7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 113, 174, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.app-accordion4-wrapper .col-xxl-10,
.app-accordion4-wrapper .col-xl-10 {
  width: 100% !important;
}
.app-accordion4-wrapper .accordion-item {
  border: none;
}
.app-accordion4-wrapper .accordion-header {
  margin-bottom: 0.9375rem;
}
.app-accordion4-wrapper .accordion-button {
  background: #E9F1F7;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5925rem 1.25rem;
}
.app-accordion4-wrapper .accordion-button::after {
  content: "A";
  color: #1A71AE;
  font-family: "icons ncsl";
  font-size: 12px;
  background: #fff;
  background-image: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.list-qa .accordion-item {
  border: none;
}
.list-qa .accordion-button {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0.9375rem;
  padding-left: 0;
  border-top: 3px solid #e8e8e8;
  box-shadow: none;
}
.list-qa .accordion-button:hover {
  color: #155a8b;
}
.list-qa .accordion-button:focus-visible, .list-qa .accordion-button:focus, .list-qa .accordion-button::-moz-focus-inner {
  outline: none;
  box-shadow: none;
  border-width: 0px;
  border-top-width: 3px;
  border-color: #e8e8e8 !important;
}
.list-qa .accordion-button::after {
  color: #1A71AE;
  content: "G";
  font-family: "icons ncsl";
  font-size: 0.75rem;
  background: none;
  transform: rotate(360deg);
}
.list-qa .accordion-button:not(.collapsed) {
  color: #262222;
  background: none;
  box-shadow: none;
}
.list-qa .accordion-button:not(.collapsed)::after {
  content: "V";
  color: #D9D9D9;
  background: none;
  transform: none;
}
.list-qa .accordion-body {
  border-left: 3px solid #e8e8e8;
  padding: 0 0.8125rem 0.9375rem 0.9375rem;
  margin-bottom: 0.8125rem;
}

::-moz-focus-inner {
  border-top: 3px solid !important;
  border-style: solid;
}/*# sourceMappingURL=accordions.css.map */