/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/** WRAPPER **/
.editor-wrapper {
  /** CONTENT **/
}
.editor-wrapper .editor-content h1 {
  font-family: var(--em-profile-font-title), Inter, sans-serif;
  color: var(--em-default-title-color-1);
  font-size: var(--em-coordinator-h1);
  font-style: normal;
  line-height: 28.8px;
  font-weight: 500;
}
.editor-wrapper .editor-content h2 {
  color: var(--em-default-title-color-1);
  font-family: var(--em-profile-font-title), Inter, sans-serif;
  font-size: var(--em-coordinator-h2);
  font-style: normal;
  line-height: 26.4px;
  font-weight: 500;
}
.editor-wrapper .editor-content h3 {
  color: var(--em-default-title-color-1);
  font-family: var(--em-profile-font-title), Inter, sans-serif;
  font-size: var(--em-coordinator-h3);
  font-style: normal;
  line-height: 24.2px;
  font-weight: 500;
}
.editor-wrapper .editor-content p {
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  font-size: var(--em-applicant-font-size);
}
.editor-wrapper .editor-content hr {
  margin: 16px 0;
  border-bottom: 1px solid #e0e0e5;
}
.editor-wrapper .editor-content a, .editor-wrapper .editor-content p > a {
  text-decoration: underline;
  color: var(--link-regular) !important;
  cursor: pointer;
}
.editor-wrapper .editor-content a:hover {
  text-decoration: none;
  font-weight: normal;
  color: var(--link-visited) !important;
}
.editor-wrapper .editor-content blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
  border-left: 4px solid #ccc;
  margin-left: 0;
}
.editor-wrapper .editor-content blockquote p {
  font-size: 18px;
}
@media (max-width: 479px) {
  a span {
    word-break: break-word;
  }
}
/*# sourceMappingURL=editor_22.css.map */