.wrapper, .wrapper *, .wrapper *::before, .wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  line-height: 22px;
  margin: 0;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  color: #2e2c70;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #515050;
}

body {
  overflow-x: hidden;
  color: #515050;
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.pilon-content ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 20px 0;
}
.pilon-content ul li {
  position: relative;
  padding-left: 20px;
}
.pilon-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #da1f3d;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: 12px;
}

ol {
  margin-bottom: 17px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  counter-reset: myCounter;
}
ol li {
  margin-bottom: 12px;
}
ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  color: #da1f3d;
  margin-right: 12px;
}

blockquote {
  color: #a0a0a0;
  font-size: 14px;
  font-style: italic;
  position: relative;
  margin: 20px;
}
blockquote:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -20px;
  background-color: #da1f3d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
blockquote > p {
  color: #a0a0a0 !important;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 600;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*# sourceMappingURL=normalize.css.map */
