.halloeditor {
  /* [] COMPASS VARIABLES */
  /* [] GRID VARIABLES */
  /* [] FONT SETTINGS */
  /* [] COLORS SETTINGS */
  /* [] MAIN HEADER */
  /* [] FONT FUNCTIONS */
  /* [] BREAKPOINTS MEDIA QUERIES */
}
.halloeditor .text-xs-left {
  text-align: left;
}
.halloeditor .text-xs-right {
  text-align: right;
}
.halloeditor .text-xs-center {
  text-align: center;
}
.halloeditor .text-xs-justify {
  text-align: justify;
}
.halloeditor .pull-xs-left {
  float: left;
}
.halloeditor .pull-xs-right {
  float: right;
}
@media (min-width: 768px) {
  .halloeditor .text-sm-left {
    text-align: left;
  }
  .halloeditor .text-sm-right {
    text-align: right;
  }
  .halloeditor .text-sm-center {
    text-align: center;
  }
  .halloeditor .text-sm-justify {
    text-align: justify;
  }
  .halloeditor .pull-sm-left {
    float: left;
  }
  .halloeditor .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .halloeditor .text-md-left {
    text-align: left;
  }
  .halloeditor .text-md-right {
    text-align: right;
  }
  .halloeditor .text-md-center {
    text-align: center;
  }
  .halloeditor .text-md-justify {
    text-align: justify;
  }
  .halloeditor .pull-md-left {
    float: left;
  }
  .halloeditor .pull-md-right {
    float: right;
  }
}
@media (min-width: 1040px) {
  .halloeditor .text-lg-left {
    text-align: left;
  }
  .halloeditor .text-lg-right {
    text-align: right;
  }
  .halloeditor .text-lg-center {
    text-align: center;
  }
  .halloeditor .text-lg-justify {
    text-align: justify;
  }
  .halloeditor .pull-lg-left {
    float: left;
  }
  .halloeditor .pull-lg-right {
    float: right;
  }
}
.halloeditor {
  /* [] LIST */
}
.halloeditor .ulist li {
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.halloeditor .ulist a {
  font-size: 18px;
  font-size: 1.8rem;
  color: rgb(119, 119, 119);
  text-decoration: none;
}
.halloeditor ul li.plus, .halloeditor ul li.minus {
  list-style-type: none;
  padding-left: 0.5em;
  text-indent: -0.7em;
}
.halloeditor ul li.plus::before, .halloeditor ul li.minus::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-right: 0.5em;
}
.halloeditor ul li.plus::before {
  content: "\f055";
}
.halloeditor ul li.minus::before {
  content: "\f056";
}
.halloeditor ul li.minus:first-child {
  margin-top: 0.5em;
}
.halloeditor .typography-ext .img-responsive.full, .halloeditor .typography-ext .img-responsive.wide {
  display: block;
  margin: 40px auto 40px;
}
.halloeditor .typography-ext .img-responsive.wide {
  display: block;
  width: 720px;
}
@media (min-width: 992px) {
  .halloeditor .typography-ext .img-responsive.wide {
    max-width: none;
    width: 770px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 992px) {
  .halloeditor .typography-ext .img-responsive.wide {
    width: 990px;
    margin-left: -135px;
    margin-right: -135px;
  }
}
.halloeditor .typography-ext .img-original.left, .halloeditor .typography-ext .img-retina.left {
  float: left;
  margin: 5px 20px 5px 0;
}
.halloeditor .typography-ext .img-original.right, .halloeditor .typography-ext .img-retina.right {
  float: right;
  margin: 5px 0 5px 20px;
}
.halloeditor .typography-ext img.border-thin {
  border: solid 1px #ccc;
}
.halloeditor {
  background-color: inherit !important;
  color: inherit !important;
}
.halloeditor.expanded {
  padding-top: 7em !important;
}
.halloeditor blockquote {
  padding: 0 0 0 25px;
  border-left: 5px solid rgb(54, 114, 163);
  margin: 20px 0;
  font-style: italic;
  color: rgb(54, 114, 163);
}
.halloeditor blockquote.speech {
  padding: 1.5em 1.5em;
  background-color: rgb(248, 248, 248);
  border-color: rgb(224, 224, 224);
}
.halloeditor figcaption {
  font-style: italic;
  margin: -10px 0 30px;
  text-align: center;
  color: rgb(153, 153, 153);
}
.halloeditor code {
  display: inline;
  font-family: monospace;
  background: #CCCCCC;
}
.halloeditor h3.v2, .halloeditor h4, .halloeditor h5 {
  margin-bottom: 5px;
}
.halloeditor ol > li {
  list-style-type: decimal;
}
.halloeditor ul > li {
  list-style-type: disc;
}

.blockname-code textarea {
  font-family: monospace;
}

.blockname-author {
  background: #faebd7;
}

.blockname-call_to_action {
  background: #f0f8ff;
}

.blockname-table .fieldname-table .widget-checkbox_input .input, .blockname-table .fieldname-table .widget-checkbox_input .help {
  display: inline;
}

#wagtail-edit-html-content {
  font-family: monospace;
  height: 400px;
  border: none;
}

#id_image-chooser-insertion-format li:nth-child(n+9) {
  display: none;
}

/*# sourceMappingURL=page-editor.css.map */
