.faq-accordion .faq-accordion-item { border-bottom: 1px solid #e5e5e5; }
.faq-accordion .faq-accordion-item button[aria-expanded='true'] { border-bottom: 1px solid #03b5d2; border-radius: 0; }
.faq-accordion button { position: relative; display: block; text-align: left; width: 100%; padding: 0.5rem 0; color: #7288a2; border: none; background: none; outline: none; display: flex; justify-content: space-between; align-items: center; flex-direction: row; flex-wrap: nowrap; }
.faq-accordion button:hover,
.faq-accordion button:focus { cursor: pointer; color: #03b5d2; }
.faq-accordion button:hover::after,
.faq-accordion button:focus::after { cursor: pointer; color: #03b5d2; border: 1px solid #03b5d2; }
.faq-accordion button .accordion-title { padding: 1em 1.5em 1em 0; }
.faq-accordion button .icon { position: relative; width: 22px; height: 22px; border: 1px solid; border-radius: 22px; min-width: 22px; min-height: 22px; }
.faq-accordion button .icon::before { display: block; position: absolute; content: ''; top: 9px; left: 5px; width: 10px; height: 2px; background: currentColor; }
.faq-accordion button .icon::after { display: block; position: absolute; content: ''; top: 5px; left: 9px; width: 2px; height: 10px; background: currentColor; }
.faq-accordion button[aria-expanded='true'] { color: #03b5d2; }
.faq-accordion button[aria-expanded='true'] .icon::after { width: 0; }
.faq-accordion button[aria-expanded='true'] + .faq-accordion-content { opacity: 1; max-height: fit-content; transition: all 400ms linear; will-change: opacity, max-height; margin: 1rem 2rem; }
.faq-accordion-title { margin: 0 2rem; }
.faq-accordion .faq-accordion-content { opacity: 0; max-height: 0; overflow: hidden; transition: opacity 400ms linear, max-height 400ms linear; will-change: opacity, max-height; margin: 0 2rem; }
.faq-accordion .faq-accordion-title p { font-weight: 500; margin: 0; }
.faq-cta { color: #005368; font-weight: 800; }
.faq-cta a:after { content: "->"; margin-left: 1rem; color: #005368; font-weight: 800; transform: rotate(45deg); }

span.faq-accordion-title h4 { font-size: 1.3rem; font-weight: 400; margin-bottom: 0; }
.faq-accordion-item p { margin-bottom: 0; color: #00B5E2; font-weight: 500; }

/* Small only */
@media screen and (max-width:39.9375em) { }

/* Medium and up */
@media screen and (min-width:40em) { }

/* Medium only */
@media screen and (min-width:40em) and (max-width:63.9375em) { }

/* Large and up */
@media screen and (min-width:64em) { }

/* Large only */
@media screen and (min-width:64em) and (max-width:74.9375em) { }