#home.with-navbar {
  padding-top: 58px;
}
#home.with-navbar .navbar {
  background-color: #000;
}
#home.with-navbar-transparent {
  padding-top: 0;
}
#home.with-navbar-transparent .navbar {
  background-color: transparent;
}
#home.with-navbar-transparent .navbar-scrolled {
  background-color: #000;
  box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
}
#home.with-navbar-transparent .alert-box.error {
  position: absolute;
  width: 100%;
  top: 58px;
}
#home.with-navbar-static .navbar {
  position: static;
}
#home {
  font-family: 'proxima-nova';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 930px) {
  #home.with-navbar {
    padding-top: 69px;
  }
  #home.with-navbar-transparent {
    padding-top: 0;
  }
  #home.with-navbar-transparent .alert-box.error {
    position: absolute;
    width: 100%;
    top: 69px;
  }
}

#home {
  @-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    40% {
      -webkit-transform: translate(0, -30px);
      -moz-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
      -o-transform: translate(0, -30px);
      transform: translate(0, -30px);
    }
    60% {
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
      -o-transform: translate(0, -15px);
      transform: translate(0, -15px);
    }
  }
  @-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    40% {
      -webkit-transform: translate(0, -30px);
      -moz-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
      -o-transform: translate(0, -30px);
      transform: translate(0, -30px);
    }
    60% {
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
      -o-transform: translate(0, -15px);
      transform: translate(0, -15px);
    }
  }
  @-o-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    40% {
      -webkit-transform: translate(0, -30px);
      -moz-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
      -o-transform: translate(0, -30px);
      transform: translate(0, -30px);
    }
    60% {
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
      -o-transform: translate(0, -15px);
      transform: translate(0, -15px);
    }
  }
  @keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    40% {
      -webkit-transform: translate(0, -30px);
      -moz-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
      -o-transform: translate(0, -30px);
      transform: translate(0, -30px);
    }
    60% {
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
      -o-transform: translate(0, -15px);
      transform: translate(0, -15px);
    }
  }
  .button {
    border-radius: 3px;
    padding: 12px;
    font-size: 1.06rem;
    font-family: 'proxima-nova';
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.2s ease;
  }
  .button-green {
    background-color: #2eb647;
    border: 1px solid #2eb647;
    color: #fff;
  }
  .button-green:hover {
    background-color: #2cad43;
  }
  .button-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff;
  }
  .button-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .form {
    text-align: center;
  }
  .form-icon {
    position: relative;
  }
  .form-icon:before {
    position: absolute;
    font-family: 'bzpro-font';
    font-size: 20px;
    top: 13px;
    left: 13px;
    color: #ccc;
  }
  .form-icon-name:before {
    content: '\f139';
  }
  .form-icon-email:before {
    content: '\f112';
  }
  .form-icon-password:before {
    content: '\f11b';
  }
  .form form {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
  }
  .form input {
    font-size: 0.9rem;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    color: #4d4d4d;
    padding: 16px 16px 16px 49px;
  }
  .form input::-webkit-input-placeholder {
    font-style: italic;
    color: #ccc;
  }
  .form input:-moz-placeholder {
    font-style: italic;
    color: #ccc;
  }
  .form input::-moz-placeholder {
    font-style: italic;
    color: #ccc;
  }
  .form input:-ms-input-placeholder {
    font-style: italic;
    color: #ccc;
  }
  .form button {
    width: 100%;
    margin-bottom: 55px;
  }
  .form-error {
    border: 1px solid #f00 !important;
  }
  .alert-box.error {
    color: #fff;
    background-color: #ee493c;
    padding: 10px 0;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 500;
  }
  @media (min-width: 800px) {
    .modal-content {
      max-width: 480px;
      padding: 40px;
    }
  }
  i {
    font-style: normal;
  }
  .responsive {
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 4%;
  }
  main .responsive {
    padding: 0 5%;
  }
  .u-visuallyHidden {
    position: absolute !important;
    overflow: hidden !important;
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
  }
  .spanlink {
    color: #2eb647;
    cursor: pointer;
  }
  .navbar {
    background-color: transparent;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    height: 58px;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 0;
    line-height: 41px;
    color: #fff;
    font-size: 1.125rem;
  }
  .navbar:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .navbar-open .navbar-inner {
    left: 0;
  }
  .navbar-open .navbar-inner-links {
    display: block;
    width: 100%;
    padding-left: 0;
    height: auto;
    box-sizing: border-box;
  }
  .navbar-open .navbar-inner-links li {
    display: block;
  }
  .navbar-open .navbar-inner-links li a {
    display: block;
    padding: 0;
  }
  .navbar-open .navbar-inner-phone,
  .navbar-open .navbar-inner-user {
    float: left;
    display: block;
    margin-top: 30px;
    min-width: 260px;
    width: 100%;
  }
  .navbar-open .navbar-burger-slice:first-of-type {
    top: 7px;
    transform: rotate(45deg);
  }
  .navbar-open .navbar-burger-slice:nth-of-type(2) {
    opacity: 0;
  }
  .navbar-open .navbar-burger-slice:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 7px;
  }
  .navbar-burger {
    margin: 20px;
    width: 25px;
    height: 17px;
    display: block;
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 5;
  }
  .navbar-burger-slice {
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: all 0.25s ease-out;
  }
  .navbar-burger-slice:first-of-type {
    top: 7px;
  }
  .navbar-burger-slice:nth-of-type(2) {
    top: 14px;
  }
  .navbar-inner {
    position: fixed;
    left: 101%;
    background-color: rgba(13,13,13,0.95);
    right: 0;
    top: 0;
    bottom: 0;
    padding: 70px 30px 20px;
    z-index: 0;
    transition: left 0.4s ease-out;
  }
  .navbar-inner-logo {
    display: inline-block;
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 14px;
    right: 0;
  }
  .navbar-inner-logo a {
    display: inline-block;
    height: 35px;
    width: 160px;
    background: url("../images/bzpro-old-logo.png") center center no-repeat;
    background: none, url("../images/bzpro-old-logo.min.svg") center center no-repeat;
  }
  .navbar-inner-links {
    display: inline-block;
    height: 41px;
    margin: 0;
    padding-left: 4%;
    line-height: 41px;
    vertical-align: top;
    float: left;
    display: none;
  }
  .navbar-inner-links-active {
    color: #2eb647 !important;
  }
  .navbar-inner-links li {
    display: inline-block;
  }
  .navbar-inner-links li a {
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
  }
  .navbar-inner-links li a:hover {
    color: #0c0;
  }
  .navbar-inner-phone {
    color: #fff;
    float: right;
    margin-right: 5%;
    display: none;
  }
  .navbar-inner-phone a {
    color: #2eb647;
    text-decoration: none;
  }
  .navbar-inner-phone:before {
    font-family: 'bzpro-font';
    content: '\f121';
    float: left;
    display: block;
    margin-right: 10px;
  }
  .navbar-inner-user {
    float: right;
    display: none;
  }
  .navbar-inner-user a,
  .navbar-inner-user span {
    color: #fff;
    cursor: pointer
    text-decoration: none;
  }
  .navbar-inner-user .button {
    padding: 10px 12px;
    font-size: 0.9rem;
    margin-left: 15px;
  }
  .content {
    background-color: #fff;
  }
  .content h1 {
    font-size: 2.25rem;
    text-align: center;
    font-weight: 300;
    padding: 50px 0 0;
  }
  .content h1 i {
    color: #2eb647;
  }
  .content-row {
    font-size: 0;
    padding-bottom: 100px;
  }
  .content-row:first-of-type {
    padding-top: 80px;
  }
  .content-row:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .content-block {
    float: right;
    font-size: 0.75rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
  }
  .content-block h2 {
    font-size: 3em;
    color: #2eb647;
    font-weight: 300;
    padding-bottom: 10px;
  }
  .content-block p,
  .content-block li,
  .content-block a,
  .content-block .spanlink {
    font-size: 1.6em;
    line-height: 1.8rem;
  }
  .content-block p,
  .content-block li {
    margin: 5px 0 10px;
    font-weight: 300;
  }
  .content-block p + a,
  .content-block p + .spanlink {
    color: #2eb647;
    text-decoration: none;
    font-weight: 400;
  }
  .content-block p + a:after,
  .content-block p + .spanlink:after {
    content: ' »';
  }
  .content-block ul {
    list-style-type: none;
  }
  .content-block-image {
    width: 100%;
    vertical-align: top;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .content-block-image img {
    width: 100%;
    height: auto;
  }
  .trial-banner {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    text-align: center;
  }
  .trial-banner h1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 44px;
  }
  .trial-banner .button {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .footer {
    background-color: #f4f5f6;
    padding: 40px 0;
    color: #999;
    font-size: 0.9rem;
  }
  .footer-links {
    font-size: 0;
    text-align: center;
  }
  .footer-links-column {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    width: 33.333%;
    display: inline;
    list-style-type: none;
    vertical-align: top;
  }
  .footer-links-column-contact {
    display: none;
  }
  .footer-links-column-info li:last-of-type:after {
    content: ' ';
  }
  .footer-links-column-connect {
    display: none;
  }
  .footer-links-column li {
    display: inline;
  }
  .footer-links-column li:after {
    content: '\a0\a0\7C\a0\a0';
  }
  .footer-links-column li a {
    text-decoration: none;
    color: #999;
  }
  .footer-links-column li:first-child {
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #4d4d4d;
  }
  .footer-links-column li+li {
    margin-top: 15px;
  }
  .footer-logo {
    text-align: center;
    padding: 40px 0 20px;
  }
  .footer-logo a {
    display: inline-block;
    height: 26px;
    width: 133px;
    background: url("../images/bzpro-old-logo-grey.png") center center no-repeat;
    background: none, url("../images/bzpro-old-logo-grey.min.svg") center center no-repeat;
  }
  .footer-copyright {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer-copyright li {
    display: inline;
  }
  .footer-copyright li:after {
    content: '\a0\a0\7C\a0\a0';
  }
  .footer-copyright li:last-of-type:after {
    content: ' ';
  }
  .footer-copyright li a {
    text-decoration: none;
    color: #999;
  }
  @media (min-width: 630px) and (max-width: 900px) {
    .navbar-open .navbar-inner {
      width: 65%;
      left: 35%;
    }
  }
  @media (min-width: 900px) {
    .content h1 {
      padding: 50px 0 0;
      font-size: 2.25rem;
    }
    .content-row-reverse .content-block {
      float: left;
    }
    .content-row-reverse .content-block-image {
      padding: 0 6% 0 0;
    }
    .content-block {
      width: 40%;
      text-align: left;
    }
    .content-block-image {
      width: 60%;
      padding: 0 0 0 6%;
      padding-bottom: 0;
      display: inline-block;
    }
    .content-block ul li {
      margin: 0 0 20px 25px;
      position: relative;
      line-height: 1;
    }
    .content-block ul li:before {
      font-family: 'bzpro-font';
      content: '\f107';
      position: absolute;
      border: 1px solid #000;
      border-radius: 50%;
      padding: 3px;
      line-height: 1;
      font-size: 0.6rem;
      left: -25px;
    }
    .trial-banner h1 {
      display: inline-block;
      margin-right: 20px;
    }
    .trial-banner .button {
      width: auto;
      margin: 0;
      display: inline-block;
    }
    .footer-links {
      text-align: left;
    }
    .footer-links-column {
      display: inline-block;
      width: 25%;
    }
    .footer-links-column li {
      display: block;
    }
    .footer-links-column li:after {
      content: '';
    }
    .footer-links-column li:first-child {
      display: block;
    }
    .footer-links-column-connect li a {
      font-size: 1.5rem;
      margin-right: 20px;
    }
    .footer-logo {
      padding-top: 60px;
    }
    .footer-logo,
    .footer-copyright {
      text-align: left;
    }
  }
  @media (min-width: 930px) {
    .navbar {
      height: 69px;
      font-size: 1.0rem;
    }
    .navbar-burger {
      display: none;
    }
    .navbar-open .navbar-inner-links {
      display: inline-block;
      width: auto;
      padding-left: 4%;
    }
    .navbar-open .navbar-inner-links li {
      display: inline-block;
    }
    .navbar-open .navbar-inner-links li a {
      padding: 0 15px;
    }
    .navbar-open .navbar-inner-phone,
    .navbar-open .navbar-inner-user {
      float: right;
      width: auto;
      margin-top: 0;
      min-width: 0;
    }
    .navbar-open .navbar-inner-phone {
      display: none;
    }
    .navbar-inner {
      position: static;
      padding: 0;
      background-color: transparent;
    }
    .navbar-inner-logo,
    .navbar-inner-links,
    .navbar-inner-user {
      display: inline-block;
    }
    .navbar-inner-logo {
      width: auto;
      height: 41px;
      position: static;
    }
    .navbar-inner-logo a {
      height: 41px;
      width: 189px;
    }
  }
  @media (min-width: 1170px) {
    .navbar-inner-phone {
      display: inline-block;
    }
    .navbar-open .navbar-inner-phone {
      display: inline-block;
    }
  }
}
