/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-cp-blocks-cp-expand-contract {
  margin: 4rem 0 2rem 0; }

.wp-block-separator {
  border-width: 2px;
  padding: 2rem 0 0; }

.accordion-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .accordion-header .accordion-toogle {
    padding-right: 1.6rem;
    position: relative;
    font-size: 1.4rem;
    border-right: 2px solid #949494; }
    .accordion-header .accordion-toogle::after {
      position: absolute;
      right: -3rem;
      content: "\f063";
      font-family: "Font Awesome 5 Pro";
      font-size: 1.6rem;
      font-weight: 100;
      color: black;
      padding-left: 1rem; }
  .accordion-header h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 70%; }
  .accordion-header h2,
  .accordion-header .accordion-toogle {
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    left: -4rem; }
  .accordion-header.active .accordion-toogle::after {
    border-left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    padding-left: 0;
    padding-right: 1rem; }

.accordion-content {
  display: none; }
  .accordion-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 1.6rem 0; }
  .accordion-content ul > li {
    font-size: 1.6rem;
    line-height: 2.6rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.intro-content p {
  font-size: 3.2rem;
  line-height: 4.4rem; }
