body {
  border-top-color: #e4e4e4;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 111px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 50px;
  line-height: 61px;
  font-weight: 200;
}
h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
h3 {
  margin-top: 30px;
  margin-bottom: 47px;
  font-family: Raleway, sans-serif;
  color: #a1a1a1;
  font-size: 60px;
  line-height: 30px;
  font-weight: 200;
}
h4 {
  position: relative;
  top: -8px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 27px;
  margin-left: 15px;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #48c6f3;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 33px;
  line-height: 24px;
  font-weight: 300;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  width: 450px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #898989;
  font-size: 17px;
  line-height: 26px;
}
.button {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 15px;
  padding: 4px 15px;
  border: 1px solid #959595;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: #959595;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #48c6f3;
  color: white;
}
.button.getstartedbutton {
  width: 203px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid black;
  background-color: #ffc90a;
  color: white;
  font-size: 18px;
}
.button.getstartedbutton:hover {
  border-style: none;
  background-color: #48c6f3;
}
.button.getstartedbutton.pricingstart {
  margin-right: 10px;
  float: right;
}
.navbar {
  background-color: transparent;
}
.logo {
  margin-top: 16px;
}
.navlink {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Raleway, sans-serif;
  color: #959595;
  font-size: 15px;
  font-weight: 300;
}
.navlink:hover {
  color: #48c6f3;
}
.navlink.navbuttong {
  margin-top: -22px;
  margin-bottom: -13px;
  padding-top: 29px;
  border: 1px solid black;
}
.featurep {
    width: 100%;
  }
.hero {
  height: 405px;
  background-image: url('/beengo/static/images/webflow/AppFront-Main.jpg');
  background-position: 0% 33%;
  background-size: cover;
  background-attachment: scroll;
  text-decoration: none;
}
.subtitle {
  width: 433px;
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  color: #a1a1a1;
  font-size: 21px;
  line-height: 29px;
  font-weight: 200;
}
.subtitle.visiontext {
  display: block;
  width: 643px;
  margin-right: auto;
  margin-left: auto;
  color: #a1a1a1;
  line-height: 31px;
}
.bluebutton {
  display: inline-block;
  margin: 15px 15px 15px 0px;
  padding: 15px;
  border-radius: 3px;
  background-color: #48c6f3;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.bluebutton:hover {
  background-color: #ffc90a;
}
.bluebutton.transbutton {
  border: 1px solid #b7b7b7;
  background-color: transparent;
  -webkit-transition: all 300ms ease, all 300ms ease;
  -o-transition: all 300ms ease, all 300ms ease;
  transition: all 300ms ease, all 300ms ease;
  color: #b7b7b7;
}
.bluebutton.transbutton:hover {
  background-color: #ffc90a;
  color: white;
}
.heroimage {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
.textlink {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Raleway, sans-serif;
  color: #48c6f3;
  font-size: 17px;
  text-decoration: none;
}
.textlink:hover {
  color: #ffc90a;
}
.creditcards {
  display: block;
  margin-top: 0px;
}
.footer {
  height: 60px;
  margin-top: 60px;
  border-top: 0px none #ebebeb;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#f0f0f0, white);
  background-image: -o-linear-gradient(#f0f0f0, white);
  background-image: linear-gradient(#f0f0f0, white);
}
.footertext {
  display: inline-block;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #b7b7b7;
  font-size: 13px;
}
.footertext.footerlink {
  float: right;
  text-decoration: none;
}
.sidemenu {
  width: 202px;
  background-color: #48c6f3;
}
.menubutton {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 17px 14px;
  border-top: 1px solid #6dd1f5;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}
.menubutton:hover {
  background-color: #edf9fe;
  color: #6dd1f5;
}
.menubutton.selectedmenu {
  border-top-width: 0px;
  background-color: #edf9fe;
  color: #48c6f5;
}
.menutri {
  position: absolute;
  right: 18px;
  display: inline-block;
  float: right;
  text-align: right;
}
.feature {
  margin-bottom: 30px;
  padding-top: 11px;
  border-top: 1px solid #e8e8e8;
}
.featuretitle {
  margin-bottom: 26px;
  color: #48c6f3;
  line-height: 60px;
}
.featuretitle.smalltitle {
  margin-top: 15px;
  margin-left: 15px;
  font-size: 45px;
}
.listitem {
  font-family: Raleway, sans-serif;
  color: #898989;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
}
.featurep.processtext {
  display: inline-block;
  width: 360px;
  margin-top: 0px;
  margin-left: 24px;
}
.featureimage {
  margin-top: 59px;
  margin-left: 36px;
  float: right;
}
.featureimage.prepayimage {
  display: block;
  margin: 57px 74px -31px 95px;
  float: right;
}
.featureimage.posimage {
  margin-bottom: -30px;
  margin-left: 11px;
  float: right;
}
.featureimage.partnerimage {
  margin-right: -10px;
  margin-bottom: -30px;
}
.splitcolumn {
  border-top: 1px solid #e8e8e8;
}
.splitcolumn.lastcolumn {
  margin-top: 30px;
}
.splitcolumn.lastcolumn.buttonsculmn {
  padding-top: 21px;
}
.splitcolumn.pushnext {
  margin-bottom: 30px;
}
._2percent {
  display: block;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
}
._2percent.imagepad {
  margin-bottom: 30px;
}
.inlinelink {
  color: #48c6f3;
  text-decoration: none;
}
.pricingtex {
  margin-top: 22px;
  margin-bottom: 41px;
  font-family: Raleway, sans-serif;
  color: #a1a1a1;
  font-size: 27px;
  font-weight: 200;
  text-align: center;
}
.posbg {
  height: 400px;
  background-image: url('/beengo/static/images/webflow/posBG2.jpg');
  background-position: 0% 14%;
  background-size: cover;
}
.whitepara {
  color: white;
}
.yellowlink {
  color: #f7c419;
  text-decoration: none;
}
.visionsection {
  padding-top: 31px;
  padding-bottom: 31px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.onecolumn {
  border-top: 1px solid #e8e8e8;
}
.teamimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.teamtext {
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.teamtitle {
  color: #898989;
  font-weight: 400;
}
.infoform {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}
.infoform.signup {
  display: block;
}
.textform {
  width: 620px;
}
.creditsdiv {
  width: 410px;
  margin-top: 70px;
  padding-top: 19px;
  border-top: 1px solid #e4e4e4;
}
.whiteh1 {
  color: white;
}
.heroslider {
  display: block;
  height: 661px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 41px;
  background-color: transparent;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  p {
    width: 300px;
  }
  .navlink {
    color: white;
    text-align: center;
  }
  .subtitle {
    width: 313px;
    font-size: 19px;
  }
  .featuretitle {
    font-size: 56px;
  }
  .featureimage {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    float: none;
  }
  .featureimage.prepayimage {
    margin-bottom: 1px;
  }
  .featureimage.posimage {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
  h3 {
    margin-left: 20px;
    font-size: 53px;
    line-height: 58px;
  }
  p {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.getstartedbutton.pricingstart {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero {
    height: 655px;
    background-position: 40% 0%;
  }
  .subtitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .subtitle.visiontext {
    width: 373px;
  }
  .bluebutton.transbutton {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heroimage {
    padding-left: 0px;
  }
  .infoculumn {
    text-align: center;
  }
  .creditcards {
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contentsection {
    margin-top: 294px;
    text-align: center;
  }
  .featurep {
    width: 100%;
    margin-right: 0px;
    margin-left: 19px;
  }
  .posbg {
    background-size: 706px;
  }
  .visionsection {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .onecolumn {
    padding-right: 3px;
    padding-left: 3px;
  }
  .textform {
    width: 510px;
  }
  .fromwrap {
    padding-right: 10px;
    padding-left: 19px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 43px;
    line-height: 49px;
  }
  h3 {
    margin-right: 29px;
    font-size: 41px;
    line-height: 41px;
  }
  .button {
    margin-left: 0px;
    border-color: white;
    color: white;
  }
  .navlink {
    color: white;
    text-align: center;
  }
  .navmenu {
    background-color: #c7c7c7;
  }
  .subtitle {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 19px;
  }
  .subtitle.visiontext {
    width: 280px;
  }
  .bluebutton {
    width: 163px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .bluebutton.transbutton {
    width: 160px;
    margin-right: auto;
  }
  .contentsection {
    margin-top: 194px;
  }
  .featuretitle {
    font-size: 39px;
    line-height: 42px;
  }
  .featuretitle.abouttitle {
    margin-left: 0px;
  }
  .featurep {
    width: 100%;
  }
  .featureimage {
    margin-left: 0px;
  }
  .featureimage.prepayimage {
    margin-right: 0px;
    margin-left: 34px;
  }
  .posbg {
    height: 260px;
    background-position: 44% 50%;
    background-size: 500px;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .infoform {
    width: 271px;
  }
  .textform {
    width: 270px;
  }
}