/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/* GLOBAL */
h1 {
  font-size: 40px;
  /*letter-spacing: 0.1em;*/ }

h2 {
  font-size: 30px;
  /*letter-spacing: 0.16em;*/ }

h3 {
  font-size: 24px;
  /*letter-spacing: 0.16em;*/ }

h4 {
  font-size: 18px;
  /*letter-spacing: -0.02em;*/ }

h5 {
  font-size: 14px;
  /* letter-spacing: 0em;*/ }

h1, h2, h3, h4, h5 {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #5d3069; }

p {
  font-size: 14px;
  line-height: 28px;
  margin: 0px; }

ol {
  counter-reset: item;
  padding-left: 5px; }

ol li {
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0px;
  margin-left: 0px; }

ul {
  padding-left: 25px; }

ul li {
  font-size: 14px; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #5d3069;
  font-weight: bold;
  margin-right: 13px; }

.section--middle.section--small h1,
.section--middle.section--small h2,
.section--middle.section--small h3,
.section--middle.section--small h4 {
  color: #fff; }
