


#fields-designGuideSection .redactor .redactor-box:not(.redactor-box-fullscreen):not(.redactor-source-view) {
	background: white !important;
}

#fields-designGuideSection .redactor .redactor-in {
	/* margin-top: 50px; */
	/* margin-bottom: 50px; */
}


:root:root #fields-designGuideSection .redactor-styles figure {
	/* margin-top: 100px; */
	/* margin-bottom: 100px; */
}


:root:root #fields-designGuideSection .redactor-styles p {
	/* font-family: 'Aeonik';
	font-size: 20px;
	font-weight: normal; */
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility !important;
	/* width: 70%;
	margin-left: auto;
	margin-right: auto; */
}

/* Download button */
:root:root #fields-designGuideSection .redactor-styles .download {
	background: #5C00FF;
	display: inline-block;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
}
:root:root #fields-designGuideSection .redactor-styles .download a {
	color: white;
}

/* H4 */
:root:root #fields-designGuideSection .redactor-styles h4 {
	/* font-family: 'Aeonik';
	font-size: 20px;
	font-weight: normal; */
	margin-top: 40px;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility !important;
	font-size: 1.3em;
	font-weight: bold;
	color: #5C00FF;
	/* width: 70%;
	margin-left: auto;
	margin-right: auto; */
}



/* Hide buttons from teaser description */
:root:root #fields-teaserDescription-field {
	/* opacity: 0.3; */
}




:root:root #fields-designGuideSection .redactor-styles del {
  text-decoration: line-through;
}
:root:root #fields-designGuideSection .redactor-styles ins {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
:root:root #fields-designGuideSection .redactor-styles mark {
  font-family: inherit;
  font-size: 1em !important;
  background-color: #fdffad;
}


:root:root #fields-designGuideSection .redactor-dropdown-item-deleted span {
  text-decoration: line-through;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-inserted span {
  margin-left: 4px;
  padding: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-inserted:hover span {
  border-color: #fff;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-marked span {
  background-color: #fdffad;
  color: #000;
  text-decoration: none;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span,
:root:root #fields-designGuideSection .redactor-styles q {
  quotes: "\AB\A0""\A0\BB";
  quotes: "\201E""\201C""\201A""\2018";
  quotes: "\201C""\201D""\2018""\2019";
}
:root:root #fields-designGuideSection .redactor-styles cite,
:root:root #fields-designGuideSection .redactor-styles q,
:root:root #fields-designGuideSection .redactor-styles q:after,
:root:root #fields-designGuideSection .redactor-styles q:before {
  font-style: italic;
  /* color: rgba(0, 0, 0, 0.5); */
  color: orange
}
:root:root #fields-designGuideSection .redactor-styles q:before {
  content: open-quote;
}
:root:root #fields-designGuideSection .redactor-styles q:after {
  content: close-quote;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span,
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:after,
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:before,
:root:root #fields-designGuideSection .redactor-dropdown-item-sourceCitation span {
  position: relative;
  font-style: italic;
  /* color: rgba(0, 0, 0, 0.5); */
  color: red
}
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:after,
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:before {
  position: absolute;
  top: 0;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:before {
  content: open-quote;
  left: -0.2em;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-quote span:after {
  content: close-quote;
  right: -0.2em;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-subscript span,
:root:root #fields-designGuideSection .redactor-dropdown-item-superscript span,
:root:root #fields-designGuideSection .redactor-styles sub,
:root:root #fields-designGuideSection .redactor-styles sup {
  font-size: 0.8em;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-smallPrint span,
:root:root #fields-designGuideSection .redactor-styles small {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
    monospace;
  font-size: 0.7em !important;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-code span,
:root:root #fields-designGuideSection .redactor-dropdown-item-shortcut span,
:root:root #fields-designGuideSection .redactor-dropdown-item-variable span,
:root:root #fields-designGuideSection .redactor-styles code,
:root:root #fields-designGuideSection .redactor-styles kbd,
:root:root #fields-designGuideSection .redactor-styles pre,
:root:root #fields-designGuideSection .redactor-styles var {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
    monospace;
  font-size: 0.9em;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-code span,
:root:root #fields-designGuideSection .redactor-styles code,
:root:root #fields-designGuideSection .redactor-styles pre {
  background: rgba(0, 0, 0, 0.05);
}
:root:root #fields-designGuideSection .redactor-dropdown-item-code span {
  border: 1px solid #f3f3f3;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-variable span,
:root:root #fields-designGuideSection .redactor-styles var {
  color: rgba(0, 0, 0, 0.5);
}
:root:root #fields-designGuideSection .redactor-dropdown-item-shortcut span {
  padding: 0.25em;
  border: 1px solid #e5e7e9;
  white-space: nowrap;
}
:root:root #fields-designGuideSection .redactor-styles .align-left {
  text-align: left;
}
:root:root #fields-designGuideSection .redactor-styles .align-center {
  text-align: center;
}
:root:root #fields-designGuideSection .redactor-styles .align-right {
  text-align: right;
}
:root:root #fields-designGuideSection .redactor-styles .align-justify {
  text-align: justify;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-red span,
:root:root #fields-designGuideSection .redactor-styles .color-red {
  color: #da5b47;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-green span,
:root:root #fields-designGuideSection .redactor-styles .color-green {
  color: #3cb371;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-green:hover span,
:root:root #fields-designGuideSection .redactor-dropdown-item-red:hover span {
  color: #fff;
}
:root:root #fields-designGuideSection .redactor-dropdown-item-favorite span,
:root:root #fields-designGuideSection .redactor-styles span.favorite {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #ffebeb;
}
