/**
 * Content
 */

html {
  cursor: url(https://files.cargocollective.com/c1899231/cursor_inactive.png), auto !important;
}

a {
  cursor: url(https://files.cargocollective.com/c1899231/cursor_active.png), auto !important;
}

body {
  background-color: #fff;
  color: #000;
}

a:active {
  opacity: 0.7;
}

.page a.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 4.5rem;
  list-style-type: decimal-leading-zero;
}

ol > li {
  padding-left: 0.75rem;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(0, 64, 255, 0.2);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: 1em;
  vertical-align: bottom;
}

.gallery_image_caption {
  margin-top: 0.5em;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.04rem;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 64, 255, 0.2);
}

[data-predefined-style="true"] h1,
[data-predefined-style="true"] h2,
[data-predefined-style="true"] small {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.3;
}

[data-predefined-style="true"] h1 {
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

[data-predefined-style="true"] h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

[data-predefined-style="true"] small {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}

[data-predefined-style="true"] small a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 64, 255, 0.2);
}

[data-predefined-style="true"] blockquote {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
  margin: 0;
  padding: 0 0 0 2em;
  border-left: 1px solid rgba(0, 64, 255, 0.2);
}

[data-css-preset] .content_padding {
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!main_margin*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}
