p {
  font-size: 16px;
  margin-bottom: 0px;
}
.heading-block h1 {
  text-transform: none;
}
h1 {
  margin: 0 0 0 0;
}
h2 {
  margin: 0 0 5px 0;
}
h3 {
  margin: 0 0 5px 0;
}
h4 {
  margin: 15px 0px 0px 0px;
  line-height: 23px;
}
ul.custom {
  text-align: left;
}
ul.custom li {
  margin-left: 18px;
  font-size: 16px;
}
h2.no-margin {
  margin-bottom: 0px;
}
#feature-box-details .feature-box {
  margin-bottom: 40px;
}
.circleborder > img {
  border-radius: 50%;
}
img.circleimage {
  border-radius: 50%;
}
.button-aqua {
  color: #fff;
}
.color-highlight {
  color: #1ABC9C;
  font-weight: bold;
}
.btn-success {
  color: #fff;
  background-color: #1ABC9C;
  border-color: #1ABC9C;
}
.btn-success:hover {
  background-color: #089a7d;
  border-color: #089a7d;
}
#primary-menu ul ul li > a {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.current.sub-menu > div {
  color: #1ABC9C;
}
#primary-menu-trigger .icon-reorder {
  font-size: 24px;
}
.theGuidance {
  text-align: center;
}
.theGuidance i.icon-chevron-down {
  font-size: 150px;
  color: #1ABC9C;
  margin: 70px 0 0 0;
  line-height: 100px;
  cursor: pointer;
}
.theGuidance i.icon-chevron-down:hover {
  font-size: 150px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .hide600 {
    display: none;
  }
  .show600 {
    display: block;
  }
  .theGuidance {
    display: none;
  }
}
