/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
h2.chead {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px; }

h2.chead:after {
  content: '';
  height: 3px;
  max-width: 200px;
  background-color: #5a2f6c;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%; }

body .section ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

body .section ul li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  margin-bottom: 15px; }

body .section ul li:after {
  font-family: FontAwesome;
  content: "\f178";
  position: absolute;
  left: 0px;
  top: 0px; }

body .section p {
  margin-bottom: 20px;
  font-size: 16px; }

.section--1551789655558 p strong {
  color: #dcb328 !important; }

/* HERO SECTION*/
.section--1551789177516 h2 {
  font-size: 36px; }

.section--1551789177516 p {
  font-size: 22px !important;
  color: #fff;
  line-height: 32px;
  margin: 20px 0px;
  text-align: center; }

.section--1551789177516 .wsite {
  line-height: 20px; }

.section--1551789177516 a {
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  margin: 20px 0px; }

/* END OF HERO SECTION*/
/* 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; }

ol ul {
  list-style: disc;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px; }

ul li {
  font-size: 14px;
  line-height: 28px; }

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; }

@media only screen and (max-width: 767px) {
  .section--1551789177516 {
    padding: 60px 0px; }

  body .section img {
    margin: 20px auto !important;
    display: block !important; } }
