/*============================================================================
  Standalone accordeon_section (view mode: default_v2)
  Mirrors the collapsed-by-default + toggle icon styling that normally only
  applies inside .paragraph-accordeon > .field--name-field-sections, so an
  accordeon_section rendered directly on a taxonomy term (via
  `cuf_theme/accordeon_v2`) behaves identically on its own.
============================================================================*/
.paragraph-accordeon-standalone .paragraph--type--accordeon-section {
  border-bottom: 2px solid #eceef0;
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--name-field-title {
  position: relative;
  cursor: pointer;
  font-family: "Quicksand CUF", sans-serif;
  font-size: 26px;
  line-height: 1.44;
  color: #20394a;
  padding: 20px 20px 20px 0;
}
@media (max-width: 800px) {
  .paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--name-field-title {
    font-size: 22px;
  }
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--name-field-title:after {
  position: absolute;
  content: "\e026";
  font-family: "cuf-icons";
  right: 0;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--name-field-title.active:after {
  content: "\e027";
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) {
  display: none;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) {
    font-size: 18px;
  }
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) h4 {
  color: #0080a4;
  font-size: 20px;
  line-height: 1.5;
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) a,
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) p,
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) span,
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.57;
  color: #275777;
  word-wrap: break-word;
  font-weight: 300;
}
.paragraph-accordeon-standalone .paragraph--type--accordeon-section > .field--item:not(.field--name-field-title) a {
  color: #0080a4;
  text-decoration: underline;
}

/*# sourceMappingURL=accordeon-v2.css.map */
