body {
  overflow-x: visible;
  overflow-y: visible;
  background-color: #e0ddd7;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: block;
  margin: 0px 0px 24px;
  font-family:'Open Sans', sans-serif;
  color: #2d3338;
  font-size: 22px;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: none;
}
h2 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 0px 0px 25px;
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  color: #d93232;
  font-size: 25px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #1abc9c;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #22a88d;
}
.button:active {
  background-color: #209e85;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 4px 12px -4px inset;
}
.subtitle {
  margin-right: 89px;
  margin-bottom: 43px;
  margin-left: 89px;
  padding-top: 17px;
  color: #74737a;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-shadow: none;
}
.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid black;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(255, 255, 255, 0.70);
  box-shadow: transparent 0px 0px 8px 0px inset, rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
  -webkit-transition: box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}
.sign-up-form {
  margin-bottom: 66px;
}
.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}
.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 65px;
  text-align: center;
}
.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.spread-word {
  margin-top: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1abc9c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.header-section {
  height: 100%;
  padding-top: 55px;
  background-color: #e0ddd7;
  text-align: center;
}
.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #3f474d;
  color: #7e7c87;
}
.copyright {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  color: #74737a;
  text-align: center;
}
.bars-wrapper {
  background-color: #1abc9c;
}
.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}
.bar._2 {
  background-color: #f2ca27;
}
.bar._3 {
  background-color: #e67e22;
}
.bar._4 {
  background-color: #16a085;
}
.bar._5 {
  background-color: #2980b9;
}
.bar._6 {
  background-color: #e74c3c;
}
.container {
  margin-bottom: 15px;
  padding-right: 70px;
  padding-bottom: 30px;
  padding-left: 70px;
  line-height: 8px;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 260px;
}
.social-section {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #1abc9c;
  text-align: center;
}
.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-wrapper {
  margin-top: 32px;
}
.refer {
  color: rgba(255, 255, 255, 0.59);
}
.align-right {
  text-align: left;
}
.social-btn {
  margin-left: 17px;
  opacity: 0.44;
}
.spamwarning {
  margin-bottom: 11px;
  padding-top: 0px;
  padding-bottom: 5px;
  color: #74737a;
}
.emailformclass {
  padding-top: 0px;
  padding-bottom: 0px;
}
.emailbutton {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
  background-color: #1abc9c;
  color: white;
  text-decoration: none;
}
.emailformwrapper {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.questionorcomment {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #85258a;
  font-size: 17px;
}
@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .subtitle {
    text-shadow: none;
  }
  .field {
    width: 70%;
  }
  .spread-word {
    text-shadow: none;
  }
  .header-section {
    padding-top: 10px;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  h1 {
    line-height: 23px;
    text-shadow: none;
  }
  .button {
    width: 40%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    text-shadow: none;
  }
  .field {
    width: 60%;
    border-top-right-radius: 0px;
  }
  .sign-up-form {
    margin-bottom: 38px;
  }
  .spread-word {
    text-shadow: none;
  }
  .header-section {
    padding-top: 10px;
  }
  .footer-section {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .spamwarning {
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 27px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  h4 {
    margin-bottom: 10px;
  }
  p {
    font-size: 17px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
    text-shadow: none;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 97px;
  }
  .social-widget-wrapper {
    display: block;
    width: 215px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .spread-word {
    text-shadow: none;
  }
  .header-section {
    padding-top: 10px;
  }
  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .align-right {
    text-align: center;
  }
  .social-btn {
    margin-right: 17px;
  }
  .spamwarning {
    line-height: 17px;
  }
}

