/* 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;
}

.content-toggle h3.is-style-subtitle {
  border-bottom: 2px solid #000;
  cursor: pointer;
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 2rem;
  position: relative;
}
.content-toggle h3.is-style-subtitle.open svg {
  transform: rotate(135deg);
}
.content-toggle h3.is-style-subtitle svg {
  font-size: 1.25rem;
  left: 0;
  margin-right: 2.25rem;
  position: absolute;
  top: 0.5rem;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
}
.content-toggle h3.is-style-subtitle:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}
.content-toggle .wp-block-group {
  max-height: 0;
  overflow: hidden;
  transition: all 0.45s ease-in-out;
}
.content-toggle .wp-block-group hr {
  border: 0;
  border-top: 1px solid #c2c2c2;
}
.content-toggle .wp-block-group.open {
  max-height: 3000px;
}

.editor-styles-wrapper .content-toggle .wp-block-group {
  max-height: inherit;
}
