/* 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.toggle-name {
  cursor: pointer;
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 2rem;
  position: relative;
  display: inline-block;
}
.content-toggle h3.toggle-name.open:after {
  transform: rotate(90deg);
  top: 0.5rem;
}
.content-toggle h3.toggle-name:after {
  border: 12px solid transparent;
  border-left: 12px solid #009495;
  content: " ";
  height: 24px;
  right: -0.5rem;
  position: absolute;
  top: 0.125rem;
  transition: all 0.25s ease-in-out;
  width: 24px;
}
.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: 10000px;
}
.content-toggle .is-style-awards .is-style-post-featured-heading {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.75rem;
}
.content-toggle .is-style-awards .is-style-post-featured-heading:before {
  border: 12px solid transparent;
  border-left: 12px solid #FDBF5B;
  content: " ";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0.125rem;
  transition: all 0.25s ease-in-out;
  width: 24px;
}
.content-toggle .is-style-awards li {
  margin-bottom: 3.5rem;
}

.editor-styles-wrapper .content-toggle .wp-block-group {
  max-height: inherit;
}
.editor-styles-wrapper .content-toggle h3.toggle-name {
  padding-left: 1.5rem;
}
