/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: get-color(seashell);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: get-color(jelly-bean);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.bc {
  margin: 30px 0;
}
.bc .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .bc .wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.bc__heading {
  margin: 0 0 20px;
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .bc__heading {
    font-size: 32px;
  }
}
.bc__intro {
  font-size: 16px;
  font-weight: normal;
  color: var(--black);
  line-height: 1.75;
}
.bc__intro p,
.bc__intro ul,
.bc__intro ol {
  font-size: inherit;
  font-weight: inherit;
}
.bc__intro ul li {
  padding: 0;
}
.bc__accordion {
  font-size: 16px;
  font-weight: normal;
  color: var(--black);
  line-height: 1.75;
}
.bc__accordion p,
.bc__accordion ul,
.bc__accordion ol {
  font-size: inherit;
  font-weight: inherit;
}
.bc__accordion ul li {
  padding: 0;
}
.bc__accordion .bc__supporting {
  padding-top: 0;
  margin-bottom: 40px;
}
.bc__toggle {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--black);
}
.bc__toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 4px;
  background: var(--orange);
  transform: translateY(-50%);
}
.bc__toggle:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 4px;
  height: 14px;
  background: var(--orange);
  transform: translateY(-50%);
  transition: height 0.3s ease-in-out;
}
.bc__toggle[aria-pressed=true]:before {
  height: 0;
}
.bc__toggle:hover, .bc__toggle:focus, .bc__toggle:active {
  opacity: 0.5;
}
.bc__content {
  padding-bottom: 60px;
}
.bc__content:only-child {
  width: 100%;
  max-width: 890px;
}
.bc__content:not(:only-child) {
  flex: 0 1 auto;
}
@media (min-width: 769px) {
  .bc__content:not(:only-child) {
    flex-basis: 60%;
  }
}
@media (min-width: 1026px) {
  .bc__content:not(:only-child) {
    flex-basis: calc(100% - 530px);
  }
}
.bc__supporting {
  padding-top: 40px;
}
@media (min-width: 769px) {
  .bc__supporting.column {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .bc__supporting.column > * {
    width: 50%;
  }
}
.bc__aside {
  flex: 0 1 auto;
}
@media (min-width: 769px) {
  .bc__aside {
    flex-basis: 35%;
  }
}
@media (min-width: 1026px) {
  .bc__aside {
    flex-basis: 450px;
  }
}
.bc__aside > * {
  margin-bottom: 60px;
}
.bc__aside > *:last-child {
  margin-bottom: 0;
}
.bc img {
  max-width: 100%;
}

/*# sourceMappingURL=body_copy.css.map */
