.page-sections {
  background: #ffffff;
  overflow: hidden; }

.padd-sections {
  padding: 0 0 85px; }

.white-text {
  color: #ffffff; }
  .white-text .hero-copy-title h1, .white-text .app-showcase-title h1 {
    color: #ffffff; }
    .white-text .hero-copy-title h1:after, .white-text .app-showcase-title h1:after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background: #dae5f7;
      margin: 30px 0; }
  .white-text .watch-video {
    color: #dae5f7; }
    .white-text .watch-video:hover {
      color: #ffffff; }
      .white-text .watch-video:hover:before {
        color: #ffffff;
        -webkit-box-shadow: 0 0 0 1px #ffffff;
        box-shadow: 0 0 0 1px #ffffff; }
    .white-text .watch-video:before {
      color: #dae5f7;
      -webkit-box-shadow: 0 0 0 1px #dae5f7;
      box-shadow: 0 0 0 1px #dae5f7; }
  .white-text.text-center .hero-copy-title h1:after, .white-text.text-center .app-showcase-title h1:after {
    margin-left: auto;
    margin-right: auto; }

  .site-form .form-group, .mc_embed_signup .form-group {
  position: relative;
  margin: 0 0 30px; }
  .site-form .form-group:last-child, .mc_embed_signup .form-group:last-child {
    margin-bottom: 0; }
  .site-form .form-group.has-error .form-control, .mc_embed_signup .form-group.has-error .form-control {
    border-color: #e692a8; }
.site-form input:-webkit-autofill, .site-form input:-webkit-autofill:focus, .site-form input:-webkit-autofill:hover, .site-form textarea:-webkit-autofill, .site-form textarea:-webkit-autofill:focus, .site-form textarea:-webkit-autofill:hover, .site-form select:-webkit-autofill, .site-form select:-webkit-autofill:focus, .site-form select:-webkit-autofill:hover, .mc_embed_signup input:-webkit-autofill, .mc_embed_signup input:-webkit-autofill:focus, .mc_embed_signup input:-webkit-autofill:hover, .mc_embed_signup textarea:-webkit-autofill, .mc_embed_signup textarea:-webkit-autofill:focus, .mc_embed_signup textarea:-webkit-autofill:hover, .mc_embed_signup select:-webkit-autofill, .mc_embed_signup select:-webkit-autofill:focus, .mc_embed_signup select:-webkit-autofill:hover {
  background: #f9f9f9 !important; }
.site-form label, .mc_embed_signup label {
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 0;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .site-form label.unfocused, .site-form label.focused, .mc_embed_signup label.unfocused, .mc_embed_signup label.focused {
    position: absolute;
    bottom: 100%;
    width: 100%; }
  .site-form label.unfocused, .mc_embed_signup label.unfocused {
    -ms-transform: translate(15px, 50px);
    -o-transform: translate(15px, 50px);
    -webkit-transform: translate(15px, 50px);
    transform: translate(15px, 50px); }
  .site-form label.focused, .mc_embed_signup label.focused {
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    color: #757575; }
.site-form .form-control, .mc_embed_signup .form-control {
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  border: none;
  border-bottom: 2px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .site-form .form-control:focus, .mc_embed_signup .form-control:focus {
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1); }
.site-form textarea, .mc_embed_signup textarea {
  height: 150px; }
.site-form .terms-conditions .checkbox-holder, .mc_embed_signup .terms-conditions .checkbox-holder {
  position: absolute;
  left: 0;
  top: 0; }
.site-form .terms-conditions label, .mc_embed_signup .terms-conditions label {
  font-size: 11px;
  position: relative;
  padding-left: 50px;
  line-height: 20px;
  min-height: 0;
  color: #757575; }
  .site-form .terms-conditions label a, .mc_embed_signup .terms-conditions label a {
    color: #757575;
    border-bottom: 1px dotted #bfbfbf;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
    .site-form .terms-conditions label a:hover, .mc_embed_signup .terms-conditions label a:hover {
      color: #222222;
      border-color: #222222; }
.site-form .button-confirm{
  background-color: #169fb3;
    border-color: #018baa;
}
.checkbox-holder {
  width: 40px;
  height: 20px;
  display: block; }
  .checkbox-holder input[type="checkbox"] {
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%; }
    .checkbox-holder input[type="checkbox"]:checked ~ .checkbox-sub {
      background: #47a9ef; }
      .checkbox-holder input[type="checkbox"]:checked ~ .checkbox-sub:before {
        -webkit-box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.1);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0); }

.checkbox-sub {
  display: block;
  width: 100%;
  height: 100%;
  background: #bfbfbf;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: relative; }
  .checkbox-sub:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .has-error .checkbox-sub {
    background: #e692a8; }

.msgSubmit {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 120%;
  margin: 30px 0 0;
  text-align: center;
  padding: 15px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid; }
  .msgSubmit.text-danger {
    border-color: #e692a8; }
  .msgSubmit.text-success {
    border-color: #2fb979; }

.page-section-ttl {
  margin: 0 0 30px; }

  /**** Hero Section **/
#hero-section.hero-flexed-style .section-content-cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
#hero-section.hero-flexed-style.hero-mob-app .section-content-cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .no-flexbox #hero-section.hero-flexed-style.hero-mob-app .section-content-cols {
    text-align: center; }
#hero-section.hero-flexed-style.hero-mob-app .hero-copy {
  width: 60%; }
  .no-flexbox #hero-section.hero-flexed-style.hero-mob-app .hero-copy {
    vertical-align: middle;
    display: inline-block; }
#hero-section.hero-flexed-style.hero-mob-app .hero-media {
  height: 545px; }
  #hero-section.hero-flexed-style.hero-mob-app .hero-media img {
    display: inline;
    max-height: 100%;
    width: auto; }
  .no-flexbox #hero-section.hero-flexed-style.hero-mob-app .hero-media {
    vertical-align: middle;
    display: inline-block; }
#hero-section.hero-flexed-style.hero-form .hero-copy {
  width: 58.33333333%; }
  .no-flexbox #hero-section.hero-flexed-style.hero-form .hero-copy {
    float: left; }
#hero-section.hero-flexed-style.hero-form .hero-media {
  width: 41.66666667%; }
  .no-flexbox #hero-section.hero-flexed-style.hero-form .hero-media {
    float: left; }
#hero-section.hero-flexed-style.hero-form .site-form {
  padding: 30px 30px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); }
#hero-section.hero-app .section-padd-hor {
  padding-bottom: 0; }
#hero-section.hero-app .hero-media {
  margin: 50px 0 0;
  width: 100%;
  text-align: center; }
  #hero-section.hero-app .hero-media img {
    display: inline;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); }
#hero-section.hero-app .hero-copy {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding: 0;
  overflow: hidden; }
#hero-section.hero-services .hero-copy {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding: 0;
  overflow: hidden; }

#hero-section, #text-based-banner {
  background: #f9f9f9;
  position: relative; }
  #hero-section .container, #text-based-banner .container {
    position: relative;
    z-index: 2; }
  #hero-section .section-padd-hor, #text-based-banner .section-padd-hor {
    padding-top: 150px; }

.section-content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.section-padd-hor {
  padding-top: 85px;
  padding-bottom: 85px; }

.hero-copy {
  padding: 0 85px 0 0; }

.hero-copy-title {
  margin: 0 0 30px; }

.hero-form-title {
  margin: 0 0 30px; }
  .hero-form-title h2 {
    font-size: 25px;
    letter-spacing: 1px; }

.hero-bg-media-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden; }
  .hero-bg-media-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero-bg-media-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1; }

.cta-cont {
  margin: 40px 0 0; }
  .cta-cont a {
    margin: 0 10px;
    vertical-align: middle; }

.watch-video {
  color: #757575;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  display: inline-block;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .watch-video:before {
    color: #757575;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0 0 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #757575;
    box-shadow: 0 0 0 1px #757575;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .watch-video:hover {
    color: #222222; }
    .watch-video:hover:before {
      color: #222222;
      -webkit-box-shadow: 0 0 0 1px #222222;
      box-shadow: 0 0 0 1px #222222; }

.app-links {
  margin: 40px 0 0; }
  .app-links a {
    display: inline-block;
    margin: 0 20px 0 0; }
  .app-links img {
    height: 50px;
    width: auto; }

    @media (max-width: 991px) {
  /**** Hero Section **/
  #hero-section.hero-flexed-style .section-content-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #hero-section.hero-flexed-style.hero-mob-app .section-content-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #hero-section.hero-flexed-style.hero-mob-app .hero-copy {
    width: 100%; }
  #hero-section.hero-flexed-style.hero-mob-app .hero-media {
    width: 100%;
    text-align: center;
    height: 440px; }
    .no-flexbox #hero-section.hero-flexed-style.hero-mob-app .hero-media {
      margin-top: 30px;
      text-align: center; }
  #hero-section.hero-flexed-style.hero-form .hero-copy {
    width: 100%; }
  #hero-section.hero-flexed-style.hero-form .hero-media {
    width: 100%; }
  #hero-section.hero-flexed-style.view-port-size .section-content-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #hero-section.hero-app .hero-copy, #hero-section.hero-services .hero-copy {
    width: 100%;
    margin-left: 0; }

  .hero-copy {
    width: 100%;
    text-align: center;
    padding: 0 0 30px; }

  .white-text .hero-copy-title h1:after, .white-text .app-showcase-title h1:after {
    margin-left: auto;
    margin-right: auto; }
  }
  @media (max-width: 767px) {

  #hero-section .section-padd-hor {
    padding-top: 150px; }
  #hero-section.view-port-size .section-content-cols {
    padding-top: 110px;
    padding-bottom: 30px; }

  .cta-cont a, .app-links a {
    margin-bottom: 20px; }
}