html, body {
  background-color: #08A1BF;
  margin: 0;
  height: 100%;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  -webkit-font-smoothing: antialiased;
}
.backgroundcolor {
  background-color: white;
}

::-webkit-input-placeholder {
  color: #9B9B9B;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-placeholder {
  color: #9B9B9B;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder {
  color: #9B9B9B;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input:-moz-placeholder {
  color: #9B9B9B;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.clear {
  clear: both;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 60px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -15px 0 0 -30px;
}

#nav-logo {
  height: 35px;
  margin-left: 30px;
  margin-bottom: 20px;
  margin-top: 8px;
}

#nav-app-store-link {
  float: right;
  margin-top: 10px;
  margin-right: 30px;
}

#download-bar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  background-color: #5B6C72;
  z-index: 999;
}
#download-bar p {
  margin-top: 25px;
  text-align: center;
  color: #005592;
  font-weight: 600;
}

#nav-mobile-logo {
  display: none;
  height: 30px;
}

#nav-mobile-logo-link {
  display: none;
}

#download-bar  ul {
  list-style: none;
  display: inline-block;
  background-color: transparent;
  float: right;
}
#download-bar li {
  float: left;
  padding-right: 50px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
#download-bar li a:link {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}
#download-bar li a:hover {
  text-decoration: underline;
  color: #08a1bf;
}
#download-bar li a:focus {
  color: #08a1bf;
}
#download-bar li a:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}
.social-icon {
    width: 20px;
    margin-right: -40px;
}
.nav-mobile-download-button {
  display: none;
}

.send-link {
  margin-right: 0 auto;
  text-align: center;
}
.send-link form {
  margin-top: 10px;
}
.send-link form input {
  width: 250px;
  height: 50px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: rgba(1, 1, 1, 0);
  border: 1px solid #FFF;
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
  display: inline-block;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  vertical-align: middle;
  outline: none;
}
.send-link form button {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #08a1bf;
  border: 0px solid rgba(255,255,255,0.12);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  padding: 10px 15px 10px 15px;
}
/*.send-link form button:hover {
  background: rgba(234, 79, 53, 1);
}*/
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #81D1E0;
  background-color: #81D1E0;
  color: #FFF;
}

/* Slider Sound Animation */
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}
.waveform {
  text-align: center;
  margin-bottom: 20px;
}
.large-line-scale-pulse-out > div {
  position: relative;
  background-color: #08a1bf;
  width: 5px;
  height: 50px;
  margin: 0px;
  border-radius: 3px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.7s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.7s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.large-line-scale-pulse-out > div:nth-child(2), .large-line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}
.large-line-scale-pulse-out > div:nth-child(1), .large-line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}
.large-line-scale-pulse-out > div:nth-child(3), .large-line-scale-pulse-out > div:nth-child(3) {
  -webkit-animation-delay: -0.6s !important;
          animation-delay: -0.6s !important;
}
.large-line-scale-pulse-out > div:nth-child(7), .large-line-scale-pulse-out > div:nth-child(9) {
  -webkit-animation-delay: -0.1s !important;
          animation-delay: -0.1s !important;
}
.large-line-scale-pulse-out > div:nth-child(6), .large-line-scale-pulse-out > div:nth-child(10) {
  -webkit-animation-delay: -0.3s !important;
          animation-delay: -0.3s !important;
}
.large-line-scale-pulse-out > div:nth-child(8), .large-line-scale-pulse-out > div:nth-child(8) {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
}

.large-line-scale-pulse-out > div:nth-child(12), .large-line-scale-pulse-out > div:nth-child(14) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}
.large-line-scale-pulse-out > div:nth-child(11), .large-line-scale-pulse-out > div:nth-child(15) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}
.large-line-scale-pulse-out > div:nth-child(13), .large-line-scale-pulse-out > div:nth-child(13) {
  -webkit-animation-delay: -0.6s !important;
          animation-delay: -0.6s !important;
}
.large-line-scale-pulse-out > div:nth-child(17), .large-line-scale-pulse-out > div:nth-child(19) {
  -webkit-animation-delay: -0.1s !important;
          animation-delay: -0.1s !important;
}
.large-line-scale-pulse-out > div:nth-child(16), .large-line-scale-pulse-out > div:nth-child(20) {
  -webkit-animation-delay: -0.3s !important;
          animation-delay: -0.3s !important;
}
.large-line-scale-pulse-out > div:nth-child(18), .large-line-scale-pulse-out > div:nth-child(18) {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
}
.large-line-scale-pulse-out > div:nth-child(21), .large-line-scale-pulse-out > div:nth-child(24) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}
.large-line-scale-pulse-out > div:nth-child(23), .large-line-scale-pulse-out > div:nth-child(23) {
  -webkit-animation-delay: -0.6s !important;
          animation-delay: -0.6s !important;
}
.large-line-scale-pulse-out > div:nth-child(27), .large-line-scale-pulse-out > div:nth-child(29) {
  -webkit-animation-delay: -0.1s !important;
          animation-delay: -0.1s !important;
}
.large-line-scale-pulse-out > div:nth-child(26), .large-line-scale-pulse-out > div:nth-child(30) {
  -webkit-animation-delay: -0.3s !important;
          animation-delay: -0.3s !important;
}
.large-line-scale-pulse-out > div:nth-child(28), .large-line-scale-pulse-out > div:nth-child(28) {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
}


/* Slider Sound Animation */

#wrapper {
  width: 100%;
}
.slides-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.slides {
  position: fixed;
  width: 100%;
  background-image: url(/images/slide-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.tagline-container {
  width: 750px;
  margin: 0 auto;
}
.tagline-container img {
  display: block;
  margin: 0 auto;
}
.tagline-container p {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.slide-1-icons img {
  height: 150px;
  text-align: center;
  margin-left: 45%;
  margin-top: 30px;
}

.triangle {
  width: 100%;
  display: block;
  margin-bottom: -2px;
}

.mobile {
  display: block;
  position: absolute;
  z-index: 99;
}

.how-it-works-1 {
  position: relative;
  width: 100%;
  z-index: 12;
}
.how-it-works-1-content-containter {
  width: 100%;
  height: 600px;
  background-color: #08A1BF;
}
.section-1 {
  float: left;
}
.section-1-left {
  width: 40%;
  text-align: center;
}
.section-1-left img {
  margin-top: 100px;
  height: 70px;
}
.section-1-left div {
  color: white;
  font-size: 21px;
  font-weight: normal;
  margin-top: 20px;
}
.section-1-left h2 {
  font-size: 27px;
}
.section-1-middle img {
  display: inline-block;
  text-align: center;
  margin-top: 150px;
  width: 70%;
}
.section-1-right {
  width: 30%;
}
.mobile-1 {
  float: right;
  right: 10%;
  height: 650px;
  margin-top: -50px;
}

.triangle-2 {
  margin-top: -100px;
}

.how-it-works-2 {
  position: relative;
  top: 560px;
  width: 100%;
  z-index: 13;
}
.how-it-works-2-content-containter {
  width: 100%;
  height: 600px;
  background-color: white;

}
.section-2 {
  float: right;
}
.section-2-middle {
  width: 25%;
}
.section-2-middle img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: 300px;
  margin-top: 100px;
  height: 300px;
  opacity: 0.2;
}
.section-2-right {
  width: 40%;
  text-align: center;
  margin-right: 10%;
}
.section-2-right img {
  margin-top: 120px;
  height: 120px;
}
.section-2-right div {
  font-size: 21px;
  font-weight: normal;
  margin-top: 20px;
}
.section-2-right h2 {
  font-size: 27px;
}
.mobile-2 {
  left: 10%;
  height: 650px;
  margin-top: -50px;
}

.how-it-works-3 {
  position: relative;
  width: 100%;
  top: 420px;
  z-index: 14;
}
.how-it-works-3-content-containter {
  width: 100%;
  height: 600px;
  background-color: #08A1BF;
}
.section-3 {
  float: left;
}
.section-3-left {
  width: 40%;
  text-align: center;
  margin-top: 100px;
  margin-left: 5%;
}
.section-3-left img {
  margin-top: 180px;
}
.section-3-left div {
  color: white;
  font-size: 21px;
  font-weight: normal;
  margin-top: 20px;
}
.section-3-left h2 {
  font-size: 27px;
}
.section-3-middle img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 170px;
  opacity: 0.5;
}
.section-3-right {
  width: 30%;
}
.mobile-3 {
  right: 10%;
  height: 650px;
  margin-top: -150px;
}
.section-1-caption, .section-2-caption, .section-3-caption {
  width: 90%;
  margin-left: 10%;
}

/* Section 3 Sound Animation */
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}
/* Section 3 Sound Animation */
.line-scale-pulse-out > div {
  background-color: white;
  width: 5px;
  height: 40px;
  border-radius: 3px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}
/* Section 3 Sound Animation */

/* Footer */
.footer {
  position: relative;
  width: 100%;
  top: 200px;
  z-index: 15;
}
.footer-content-wrapper {
  width: 100%;
  height: 400px;
  background-color: white;
  margin-top: -2px;
}
.footer-content-container {
  width: 750px;
  margin: 0 auto;
  padding-top: 50px;
}
.footer-content-container img {
  display: block;
  margin: 0 auto;
}
.footer-content-container p {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.footer-content-container .app-store-badge {
  height: 50px;
}
.footer-send-link {
  margin-right: 0 auto;
  text-align: center;
}
.footer-send-link form {
  margin-top: 10px;
}
.footer-send-link form input {
  width: 250px;
  height: 50px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: rgba(1, 1, 1, 0);
  border: 1px solid #CCC;
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
  display: inline-block;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  vertical-align: middle;
  outline: none;
}
.footer-send-link form button {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #08a1bf;
  border: 0px solid rgba(255,255,255,0.12);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  padding: 10px 15px 10px 15px;
}
.footer-copyright {
  color: #08A1BF;
  height: 60px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 40px;
}
.footer-copyright a {
  color: #08A1BF;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: black;
}
.footer-copyright .break {
  display: none;
}
@media screen and (min-device-width: 768px) and (max-device-width: 768px) {
   .mobile-1 {
     right: 0%;
   }
   .mobile-2 {
     left: 0%;
   }
   .mobile-3 {
     right: 0%;
   }
   .footer-content-container {
     text-align: center;
   }
   .section-1-left div {
     margin-top: -20px;
   }
 }
@media only screen and (min-width : 1024px) {
  .mobile-waveform {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .waveform {
    display: none;
  }
  .mobile-waveform {
    text-align: center;
    margin-bottom: 20px;
  }
  .seahorses {
    display: none !important;
  }
  .mobile {
    height: 620px;
  }
  .mobile-1 {
    margin-top: -100px;
  }
  .mobile-2 {
    margin-top: -100px;
  }
  .mobile-3 {
    margin-top: -250px;
  }
}

.mobile-main-logo {
  display: none !important;
  height: 120px;
}
.mobile-mobile {
  display: none;
}

/* Mobile */
@media screen and (max-width: 760px) {
  #download-bar  ul {
    display: none;
  }
  .slide-1-icons img {
    display: none;
  }
  .mobile {
    display: none;
  }
  .mobile-mobile {
    display: block;
    margin: 0 auto;
    height: 450px;
  }
  .how-it-works {
    top: 0 !important;
  }
  #wrapper {
    overflow: hidden;
  }
  .slides {
    position: relative;
  }
  #download-bar {
    background-color: #333333;
  }
  .send-link {
    display: none;
  }
  #nav-logo-link {
    display: none;
  }
  #nav-mobile-logo-link {
    display: block;
    float: left;
  }
  #nav-mobile-logo {
    display: block;
    margin-top: 10px;
    margin-left: 14px;
  }
  .line-scale-pulse-out {
    display: none;
  }
  .nav-mobile-download-button {
    display: block;
    float: right;
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    border: 1px solid white;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
    margin-right: 14px;
    text-decoration: none;
  }
  .main-logo {
    display: none !important;
    height: 130px;
  }
  .mobile-main-logo {
    display: block !important;
    height: 130px;
  }
  .tagline-container {
    width: 80%;
  }
  .tagline-container p {
    font-size: 27px;
  }
  .triangle {
    display: none;
  }
  .section-1-left, .section-2-right, .section-3-left {
    width: 100%;
  }
  .section-1-left img, .section-2-right img, .section-3-left img {
    display: none;
  }
  .section-1-left div, .section-2-right div, .section-3-left div {
    width: 75%;
    margin:0 auto;
    font-size: 16px;
  }
  .section-2-right div {
    margin-right: 5%;
  }
  .section-3-left div {
    width: 90%;
    margin-right: 7%;
  }
  .how-it-works-1-content-containter, .how-it-works-2-content-containter, .how-it-works-3-content-containter {
    height: 720px;
  }
  .section-3 {
    margin-top: 10px;
  }
  .footer {
    top: 0;
  }
  .footer-content-wrapper{
    height: 300px;
  }
  .footer-content-container {
    width: 90%;
    height: 25%;
  }
  .footer-content-container h2 {
    font-size: 16px;
    text-align: center;
  }
  .footer-copyright {
    margin-top: 75px;
  }
  .footer-send-link form {
    display: none;
  }
}
