/**
 * Media Queries
 */
/**
 * Standard Colors
 */
/**
 * Brand Colors
 */
/**
 * Fonts
 */
/*
 * Fonts - https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Titillium+Web:wght@400;600;700&display=swap
 *
 * Oswald
 * Regular:  font-weight: 400;
 * Medium:   font-weight: 500;
 * SemiBold: font-weight: 600;
 * Bold:     font-weight: 700;
 *
 * Titillium Web
 * Regular:  font-weight: 400;
 * SemiBold: font-weight: 600;
 * Bold:     font-weight: 700;
 */
/* Underline From Left */
/* Triangle Shape */
.expand-collapse .item {
  margin-bottom: 5px;
}
.expand-collapse .item .expand-collapse-title {
  border: 1px solid #f8f6f1;
  margin: 0px;
  padding: 0px;
}
.js .expand-collapse .item .expand-collapse-title {
  border: 1px solid #f8f6f1;
}
.expand-collapse .item .expand-collapse-title a {
  display: block;
  font-weight: bold;
  padding: 10px 50px 10px 30px;
  position: relative;
  text-decoration: none;
}
.expand-collapse .item .expand-collapse-title a:hover,
.expand-collapse .item .expand-collapse-title a:focus {
  text-decoration: underline;
}
.expand-collapse .item .expand-collapse-title a.open {
  background: #f8f6f1;
}
.expand-collapse .item .expand-collapse-title a.open span:before {
  content: "\f0d8";
}
.expand-collapse .item .expand-collapse-title a span:before {
  content: '\f0d7';
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 25px;
}
.js .expand-collapse .item .expand-collapse-description {
  display: none;
}
.expand-collapse .item .expand-collapse-description .description-wrap {
  border: 1px solid #f8f6f1;
  padding: 5px 30px;
}
