body {
  font: normal 16px/1.55 Montserrat, sans-serif;
  color: #585a5b; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page {
  display: none; }

h1 {
  display: block;
  margin: 0 auto 60px;
  max-width: 850px;
  color: #00963b;
  line-height: 1.1;
  font-size: 45px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center; }

h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 44px;
  font-weight: 300; }

h3 {
  line-height: 1.55;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase; }
  h3 span {
    display: block;
    color: #00963b; }
    h3 span:before, h3 span:after {
      content: " ";
      display: inline-block;
      width: 50px;
      height: 3px;
      background-color: #00963b; }
    h3 span:before {
      margin: 5px 20px 5px 0; }
    h3 span:after {
      margin: 5px 0 5px 20px; }

p.bigp {
  display: block;
  max-width: 500px;
  margin: -10px auto 40px;
  font-size: 24px;
  text-align: center; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 60px;
  border: 2px solid #f1f2f3;
  border-radius: 8px; }

button {
  display: block;
  margin: 0 auto;
  padding: 12px 36px;
  background: -webkit-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: -moz-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: -ms-linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  background: linear-gradient(65deg, #1d7646 0%, #51b958 100%);
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  transition: all 150ms ease-in-out; }
  button:hover {
    transform: scale(1.025); }

#main {
  overflow: hidden;
  margin: 0 auto;
  padding: 40px;
  background-color: #eff3f6;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.33); }

section {
  position: relative; }
  section#hero #hero-img {
    width: 105%; }
  section#features {
    z-index: 2;
    padding: 60px 0 30px; }
    section#features > img {
      position: absolute;
      top: 100px;
      right: -40px; }
    section#features .feature {
      min-height: 340px;
      margin-bottom: 30px;
      padding: 50px 40px;
      background-color: #fff;
      border-radius: 15px;
      text-align: center; }
      section#features .feature img {
        display: block;
        max-width: 100%;
        margin: 0 auto 20px; }
      section#features .feature p {
        margin: 0;
        font-size: 20px; }
  section#world {
    padding: 100px 0 0; }
    section#world > img {
      z-index: 1;
      position: absolute;
      top: -70px;
      left: -40px; }
    section#world #world-img {
      width: 100%; }

#form-outer {
  position: relative; }
  #form-outer > img {
    position: absolute;
    top: 0; }
    #form-outer > img#img-left {
      left: -1px; }
    #form-outer > img#img-top {
      top: -26px; }
    #form-outer > img#img-right {
      right: 0; }

#captureForm {
  width: calc(100% - 131px);
  margin: 0 auto;
  padding: 30px 30px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.35); }
  #captureForm p {
    margin-top: 6px; }
  #captureForm img {
    display: none; }

#success-page button {
  margin: 40px auto; }

#success-page #video-hide > .row:first-of-type p.bigp {
  margin: 40px auto 0; }

#success-page .video-logger {
  border: 30px solid #fff;
  border-radius: 2px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); }

#success-page #email-error {
  display: none;
  max-width: 473px;
  width: 100%;
  margin: 40px auto -20px; }
  #success-page #email-error p {
    color: #d00909; }

#success-page h2 {
  margin-top: 40px; }

#success-page hr {
  margin: 40px auto;
  width: 70px;
  height: 2px;
  background: #787878;
  border: none; }

#success-page #profile {
  margin-left: 60px;
  text-align: left; }
  #success-page #profile #profile-pic {
    display: block;
    float: left;
    width: 100%;
    max-width: 80px;
    margin-right: 20px;
    border: 5px solid #fff; }
  #success-page #profile #profile-name {
    font-size: 22px;
    font-weight: 700; }
  #success-page #profile #profile-email {
    display: block;
    overflow: hidden;
    max-width: 340px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1d7646 !important; }
  #success-page #profile .social {
    margin: 0 0 0 100px;
    padding: 0;
    list-style-type: none; }
    #success-page #profile .social li {
      display: inline-block;
      width: 28px;
      height: 28px;
      margin-right: 5px;
      cursor: pointer; }
      #success-page #profile .social li .iconic * {
        fill: #1d7646; }
      #success-page #profile .social li:hover .iconic * {
        fill: #585a5b;
        stroke: #585a5b; }

footer {
  padding: 40px 0 0;
  font-size: 12px;
  text-align: center; }

#loadingGraphic {
  display: none;
  padding: 2px 0 3px; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #00963b;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #00963b;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #00963b;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #00963b;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (min-width: 1200px) {
  .container {
    max-width: 1600px; } }

@media (max-width: 1199px) {
  h2 {
    font-size: 34px; }
  section#features .feature {
    min-height: 372px; }
    section#features .feature p {
      font-size: 16px; }
  #form-outer > img#img-left {
    left: -66px; }
  #form-outer > img#img-right {
    display: none; }
  #captureForm {
    width: 100%; }
    #captureForm p {
      font-size: 14px; } }

@media (max-width: 991px) {
  section#hero #hero-img {
    width: 100%; }
  section#features .feature {
    min-height: 353px; }
  section#world > img {
    top: -160px;
    left: -180px; }
  #form-outer > img#img-left {
    top: -10px;
    left: -2px; }
  #form-outer > img#img-top {
    left: 20px; }
  #form-outer > img#img-right {
    display: block;
    right: -1px; }
  #captureForm {
    width: 80%; } }

@media (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 26px; }
  h3 {
    margin-bottom: 15px;
    font-size: 16px; }
    h3 span {
      font-weight: 700; }
      h3 span:before, h3 span:after {
        display: none; }
  p.bigp {
    font-size: 18px; }
  button {
    font-size: 18px;
    line-height: 1.3; }
  #success-page .video-logger {
    border-width: 10px; }
  #success-page #profile {
    margin-left: 0; }
  #main {
    padding: 40px 20px; }
  section#features > img {
    top: 210px;
    right: -100px; }
  section#features .feature {
    min-height: 1px; }
  section#world > img {
    top: -150px;
    left: -210px; }
  #form-outer > img {
    display: none !important; }
  #captureForm {
    width: 100%; } }
