/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.accordion, .editor-styles-wrapper .accordion {
  border: 1px solid #818181;
  padding: 1rem;
  transition: all 0.25s ease;
}
.accordion.accordion-open, .editor-styles-wrapper .accordion.accordion-open {
  background-color: #E9F5FF;
}
.accordion.accordion-open h3:before, .editor-styles-wrapper .accordion.accordion-open h3:before {
  content: "\f068";
}
.accordion h3, .editor-styles-wrapper .accordion h3 {
  font-size: 20px;
  margin-left: 2.5rem;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 320px) {
  .accordion h3, .editor-styles-wrapper .accordion h3 {
    font-size: calc(20px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .accordion h3, .editor-styles-wrapper .accordion h3 {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .accordion h3, .editor-styles-wrapper .accordion h3 {
    margin-left: calc(2.5rem + 3.975 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .accordion h3, .editor-styles-wrapper .accordion h3 {
    margin-left: 6.475rem;
  }
}
.accordion h3:before, .editor-styles-wrapper .accordion h3:before {
  transition: all 250ms ease-in-out;
  content: "\e59e";
  display: none;
  font: var(--fa-font-solid);
}
.accordion h3 svg, .editor-styles-wrapper .accordion h3 svg {
  left: -3.5rem;
  background-color: #fff;
  border-radius: 100%;
  color: #818181;
  margin-left: 0.5rem;
  padding: 10px;
  position: absolute;
  top: -5px;
  transition: all 0.25s ease;
  width: 17px;
  height: 17px;
}
@media (min-width: 320px) {
  .accordion h3 svg, .editor-styles-wrapper .accordion h3 svg {
    left: calc(-3.5rem + -2.975 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .accordion h3 svg, .editor-styles-wrapper .accordion h3 svg {
    left: -6.475rem;
  }
}
.accordion:first-child, .editor-styles-wrapper .accordion:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion:last-child, .editor-styles-wrapper .accordion:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordion .wp-block-group, .editor-styles-wrapper .accordion .wp-block-group {
  margin-left: 2.5rem;
  display: none;
  margin-top: 1.6875rem;
}
@media (min-width: 320px) {
  .accordion .wp-block-group, .editor-styles-wrapper .accordion .wp-block-group {
    margin-left: calc(2.5rem + 3.975 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .accordion .wp-block-group, .editor-styles-wrapper .accordion .wp-block-group {
    margin-left: 6.475rem;
  }
}
.accordion .wp-block-group a, .editor-styles-wrapper .accordion .wp-block-group a {
  color: #002B50;
  -webkit-text-decoration-color: #002B50;
          text-decoration-color: #002B50;
}

.accordion + .accordion {
  border-top: 0;
}

.editor-styles-wrapper .accordion .wp-block-group {
  display: block;
}
