.faq-accordion {
  margin: 0;
  /* -------------------------- *\
    ACCORDION OPTIONS

    Comment out what you don't want to include.  Also, if only one style is used, remove the class
    name from the imported file to reduce output of code.
    \* -------------------------- */
  /*  --------------------------------------------------------------------------  *\

        ACCORDION - PLUS/MINUS TOGGLE

    \*  --------------------------------------------------------------------------  */
}
.faq-accordion > dt > button {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 0;
  border-top: .2rem solid #e1e1e1;
  background: none;
  color: #4a4a4a;
  text-align: left;
  line-height: 1;
}
.faq-accordion > dt > button:hover,
.faq-accordion > dt > button:focus {
  color: #333;
}
.faq-accordion > dt > button[aria-expanded="true"] {
  color: #1b1b1b;
}
.faq-accordion > dd {
  flex: 0 0 auto;
  order: 0;
  width: 100%;
  padding: 5rem 0;
}
.faq-accordion.plus-minus > dt > button:before,
.faq-accordion.plus-minus > dt > button:after {
  position: absolute;
  z-index: 1000;
  left: 100%;
  top: 50%;
  width: 1.3rem;
  height: .3rem;
  background: #003594;
  transition: all .25s;
  content: "";
}
.faq-accordion.plus-minus > dt > button:before {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.faq-accordion.plus-minus > dt > button:after {
  -webkit-transform: translate(-100%, -50%) rotate(90deg);
  -ms-transform: translate(-100%, -50%) rotate(90deg);
  transform: translate(-100%, -50%) rotate(90deg);
}
.faq-accordion.plus-minus > dt > button[aria-expanded="true"]:after {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
body.pirate-primary .faq-list .action-button {
  background-color: #002269;
}
body.branch-high-contrast-mode .faq-list .action-button {
  background-color: #007bbd;
}
body.pirate-primary .faq-list .action-button {
  color: #ffffff;
}
body.branch-high-contrast-mode .faq-list .action-button {
  color: #000000;
}
body.pirate-primary .faq-list .action-button:hover {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .faq-list .action-button:hover {
  background-color: #80bdde;
}
body.pirate-primary .faq-list .action-button:focus {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .faq-list .action-button:focus {
  background-color: #80bdde;
}
body.pirate-primary .section.aem-GridColumn .faq-list a.action-button {
  background-color: #002269;
}
body.branch-high-contrast-mode .section.aem-GridColumn .faq-list a.action-button {
  background-color: #007bbd;
}
body.pirate-primary .section.aem-GridColumn .faq-list a.action-button {
  color: #ffffff;
}
body.branch-high-contrast-mode .section.aem-GridColumn .faq-list a.action-button {
  color: #000000;
}
body.pirate-primary .section.aem-GridColumn .faq-list a.action-button:hover {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .section.aem-GridColumn .faq-list a.action-button:hover {
  background-color: #80bdde;
}
body.pirate-primary .section.aem-GridColumn .faq-list a.action-button:focus {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .section.aem-GridColumn .faq-list a.action-button:focus {
  background-color: #80bdde;
}
.corporate-base-theme .faq-list .action-button i::before,
.corporate-base-theme .section.aem-GridColumn .faq-list .action-button i::before {
  color: #feebd0;
}
.faq-list .intro-section {
  margin: 0;
  padding: 2rem 0;
  width: 100%;
  padding-bottom: 2rem;
}
.faq-list dl {
  margin: 0 1rem;
  border-bottom: 0.2rem solid #e1e1e1;
}
.faq-list dl dt button {
  display: flex;
  padding: 0;
  min-height: 4rem;
  padding-right: 1.6rem;
}
.faq-list dl dt button.blur-out span.h4,
.faq-list dl dt button.blur-out span.h6 {
  color: #999999;
}
.faq-list dl dt button:before,
.faq-list dl dt button:after {
  width: 1.3rem;
  height: 0.3rem;
  color: #003594;
}
.faq-list dl dt button.empty-answer {
  cursor: auto;
}
.faq-list dl dt button.empty-answer:before,
.faq-list dl dt button.empty-answer:after {
  height: 0;
}
.faq-list dl dt button span {
  align-self: center;
  margin: 0;
  display: inline-block;
}
.faq-list dl dt button span.h4,
.faq-list dl dt button span.h6 {
  padding: 1.5rem 2rem 1.5rem 0;
  line-height: 1.3;
}
.faq-list dl dt ~ dt {
  margin: 0;
}
.faq-list dl dd {
  padding: 0;
}
.faq-list dl dd ul li::before {
  content: '';
}
.faq-list dl dd p {
  width: 100%;
}
.faq-list dl.large-style dt button {
  min-height: 5rem;
}
.faq-list .faq-list-comp-action {
  margin-top: 3rem;
  padding-top: 2rem;
}
.faq-list .action-button,
.section.aem-GridColumn .faq-list a.action-button {
  border: none;
  text-align: center;
  border-radius: 2.5rem;
  background-color: #007bbd;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 1.2rem 5rem;
  min-height: 4rem;
  min-width: 21rem;
  transition: background-color 0.3s ease-in-out;
}
.faq-list .action-button h4,
.section.aem-GridColumn .faq-list a.action-button h4 {
  display: contents;
}
.faq-list .action-button i,
.section.aem-GridColumn .faq-list a.action-button i {
  padding-right: 0.5rem;
}
.faq-list .action-button i::before,
.section.aem-GridColumn .faq-list a.action-button i::before {
  color: #003594;
}
.faq-list .action-button:hover,
.section.aem-GridColumn .faq-list a.action-button:hover {
  background-color: #268fc7;
}
.faq-list .blur-out {
  color: #999999;
}
@media  screen and (min-width: 992px) {
  .faq-list div.large-style {
    margin: 0 auto;
    width: calc(66.66666667%);
  }
  .faq-list div.small-style {
    margin: 0 auto;
    width: calc(33.33333333%);
  }
  .faq-list dl {
    padding: 0;
    margin: 0 1rem;
    border-bottom: 0.2rem solid #e1e1e1;
  }
  .faq-list dl.small-style {
    margin: 0;
  }
  .faq-list dl .faq-list-comp-action {
    margin-top: 2rem;
  }
  .faq-list .action-button,
  .section.aem-GridColumn .faq-list a.action-button {
    border-radius: 3.5rem;
    min-width: 30rem;
    min-height: 6rem;
    padding: 1.8rem 4rem;
  }
  .faq-list .action-button i,
  .section.aem-GridColumn .faq-list a.action-button i {
    padding-right: 1rem;
  }
}
