@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-linkedin:before {
  content: "\f0e1";
}

@charset "UTF-8";

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.1");
  src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("../fonts/ionicons.woff?v=2.0.1") format("woff"),url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

header,
section {
  display: block;
}

a {
  background-color: transparent;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

select {
  text-transform: none;
}

html input[type=button] {
  -webkit-appearance: button;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-4,
.col-lg-5,
.col-md-12,
.col-sm-3,
.col-sm-5,
.col-sm-7,
.col-sm-9,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width:768px) {
  .col-sm-3,
  .col-sm-5,
  .col-sm-7,
  .col-sm-9 {
    float: left;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width:992px) {
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width:1200px) {
  .col-lg-4,
  .col-lg-5 {
    float: left;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.hidden {
  display: none!important;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

body,
html {
  height: 100%;
}

@font-face {
  font-family: 'robotoblack';
  src: url('../css/fonts/Roboto-Black-webfont.eot');
  src: url('../css/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../css/fonts/Roboto-Black-webfont.woff2') format('woff2'),
	url('../css/fonts/Roboto-Black-webfont.woff') format('woff'),
	url('../css/fonts/Roboto-Black-webfont.ttf') format('truetype'),
	url('../css/fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

header,
section {
  display: block;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
}

.content_center {
  width: 1175px;
  margin: 0px auto;
}

.float_right {
  float: right;
}

h1 {
  font-weight: 300;
  font-size: 34px;
  color: #000000;
  margin: 0px 0px 25px 0px;
}

header {
  position: relative;
}

.social-header {
  margin: 5px 0px 0px 0px;
  float: left;
}

.social-header a {
  text-align: center;
  line-height: 30px;
  background: url(../images/hover_social.png);
  color: #31C989;
  font-size: 15px;
  width: 27px;
  height: 30px;
  float: left;
  margin: 0px 10px 0px 0px;
}

.logo {
  font-family: 'robotoblack';
  background: url(../images/logo.png) no-repeat;
  padding: 8px 0 23px 98px;
  margin: 10px 0 11px 7px;
  font-size: 20px;
  color: #000;
  float: left;
  line-height: 32px;
  height: 66px;
}

.box-number-phone {
  float: left;
  width: 220px;
  background: url(../images/icon_phone.png) 0px 14px no-repeat;
  font-size: 13px;
  color: #000000;
  padding: 0px 0px 0px 40px;
}

.box-number-phone span,
.box-number-phone span a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.or {
  float: left;
  color: #000;
  margin: 17px 18px 0px;
}

.divisor-header {
  border-top: 1px solid #E0E0E0;
  padding: 1px 0px;
  clear: both;
}

.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu>li {
  float: left;
  position: relative;
}

.menu>li>a {
  font-size: 16px;
  position: relative;
  padding: 0 32px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  display: block;
}

.menu>li:last-child>a {
  padding-right: 0px;
}

.menu>li>a .link {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.sub-menu {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 45px;
  width: 320px;
  background: #FFF;
}

.sub-menu li {
  display: block;
  border-bottom: 1px solid #CCC;
}

.sub-menu li a {
  font-size: 15px;
  padding: 0 32px;
  color: #000;
  padding: 0px 0px 0px 15px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  display: block;
  text-transform: uppercase;
}

.sub-menu .leftSide,
.sub-menu .rightSide {
  display: none;
}

.box-sup-header {
  position: relative;
  z-index: 3;
}

.mobileMenu {
  display: none;
}

#company-address {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 0 40px;
}

.clearfix {
  display: block;
  clear: both;
  float: none;
}

@media only screen  and (min-width:768px)  and (max-width:1174px) {
  .content_center {
    width: 738px;
    padding: 0px 15px;
  }

  h1 {
    font-size: 30px;
  }

  .menu li a {
    font-size: 12px;
  }

  .menu > li > a .leftSide {
    background-size: 22px 57px !important;
    left: -11px;
  }

  .menu > li > a .rightSide {
    background-size: 22px 57px !important;
    right: -21px;
  }

  .menu li a {
    padding: 0px 11px;
  }

  .sub-menu {
    left: -11px;
  }
}

@media only screen  and (min-width : 480px)  and (max-width : 767px) {
  .content_center {
    width: 450px;
    padding: 0px 15px;
  }

  body {
    min-width: 480px;
  }

  section {
    min-width: 480px;
  }

  .mobileMenu {
    display: block;
  }

  h1 {
    font-size: 30px;
  }

  .mobileMenu {
    float: left;
    background: #FFF;
    position: relative;
    height: 57px;
    display: block;
    font-size: 18px;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  .mobileMenu>ul {
    margin: 0 auto;
    width: 480px;
    padding: 0px;
    list-style: none;
  }

  .mobileMenu>ul li.first {
    font-size: 17px;
    color: #000;
    background: #FFF;
  }

  .mobileMenu>ul>li.first {
    line-height: 57px;
  }

  .mobileMenu>ul>li {
    background: #FFF !important;
    color: #000;
    display: block;
    width: auto !important;
    border-top: 1px solid #eee;
    display: none;
  }

  .mobileMenu>ul>li>a,
  .mobileMenu>ul>li.first {
    font-size: 17px;
    padding: 0 20px;
    border-top: none !important;
    color: #000;
    display: block;
    padding: 0px 0px 0px 20px;
    height: 57px;
    line-height: 57px;
    text-transform: uppercase;
  }

  .mobileMenu>ul>li.first {
    padding: 0px 0px 0px 10px;
  }

  .text-website {
    float: left;
    line-height: 56px;
    margin: 0px 0px 0px 15px;
  }

  .mobileMenu .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
  }

  .mobileMenu .sub-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .mobileMenu .sub-menu  li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }

  .mobileMenu .sub-menu  li a {
    padding: 0 20px 0 40px;
    display: block;
    height: 57px;
    line-height: 57px;
    font-weight: 300;
  }

  .down_red_web {
    background: url(../css/images/down_mobile.png);
    width: 11px;
    height: 7px;
    margin: 24px 20px 0px 0px;
    float: right;
  }

  .line-slash {
    background: url(../css/images/slash.png);
    width: 10px;
    height: 27px;
    display: inline-block;
    float: left;
    margin: 11px 0 0;
  }

  .line-slash.float_right {
    margin: 11px 15px 0px 0px;
    float: right !important;
  }
}

@media only screen  and (min-width : 0px)  and (max-width : 479px) {
  .content_center {
    width: 300px;
    padding: 0px 10px;
  }

  body {
    min-width: 320px;
  }

  section {
    min-width: 320px;
  }

  .mobileMenu {
    display: block;
  }

  .logo {
    margin: 10px 0 5px 0px;
  }

  .divisor-header {
    border-bottom: 1px solid #e0e0e0;
  }

  h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .mobileMenu {
    float: left;
    background: #FFF;
    position: relative;
    height: 57px;
    display: block;
    font-size: 18px;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  .mobileMenu>ul {
    margin: 0 auto;
    width: 320px;
    padding: 0px;
    list-style: none;
  }

  .mobileMenu>ul li.first {
    font-size: 17px;
    color: #000;
    background: #FFF;
  }

  .mobileMenu>ul>li.first {
    line-height: 57px;
  }

  .mobileMenu>ul>li {
    background: #FFF !important;
    color: #000;
    display: block;
    width: auto !important;
    border-top: 1px solid #eee;
    display: none;
  }

  .mobileMenu>ul>li>a,
  .mobileMenu>ul>li.first {
    font-size: 17px;
    padding: 0 20px;
    border-top: none !important;
    color: #000;
    display: block;
    padding: 0px 0px 0px 20px;
    height: 57px;
    line-height: 57px;
    text-transform: uppercase;
  }

  .mobileMenu>ul>li.first {
    padding: 0px 0px 0px 10px;
  }

  .text-website {
    float: left;
    line-height: 56px;
    margin: 0px 0px 0px 15px;
  }

  .mobileMenu .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
  }

  .mobileMenu .sub-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .mobileMenu .sub-menu  li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }

  .mobileMenu .sub-menu  li a {
    padding: 0 20px 0 40px;
    display: block;
    height: 57px;
    line-height: 57px;
    font-weight: 300;
  }

  .down_red_web {
    background: url(../css/images/down_mobile.png);
    width: 11px;
    height: 7px;
    margin: 24px 20px 0px 0px;
    float: right;
  }

  .line-slash {
    background: url(../css/images/slash.png);
    width: 10px;
    height: 27px;
    display: inline-block;
    float: left;
    margin: 11px 0 0;
  }

  .line-slash.float_right {
    margin: 11px 15px 0px 0px;
    float: right !important;
  }
}

.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  z-index: 99;
  /*border: 1px solid red;*/
}

.spin-loader {
  height: 100px;
  background: url("../css/images/ajax-loader.gif") no-repeat center center transparent;
  position: relative;
  top: 56%;
}

#please-wait {
  position: relative;
  top: 58%;
  margin: 0px auto;
  color: #59BDAC;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.cta {
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
  display: inline-block;
  color: white;
  background: #2abf80;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1;
  /*text-transform: uppercase;*/
  vertical-align: middle;
}

#branding .cta {
  margin-top: 6px;
}

.divisor-header {
  border-top: 4px solid #2abf80;
}

#top-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

#top-menu-bg {
  background: #000000;
  /*opacity: 0.5;*/
  height: 50px;
}

#top-menu #tm {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#tm li a {
  color: white;
  font-size: 18px;
  font-weight: 300;
}

#tm li li a {
  color: black;
}

.social-header {
  margin-top: 8px;
}

#tm .social-header a {
  color: #74e5c1;
  /*background-position:-1px -36px; color:#FFF;*/
  background: none;
}

#tm .social-header a:first-child i,
#tm .social-header a:nth-child(3),
#tm .social-header a:last-child i {
  font-size: 18px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: #f4f7f8;
  border-top: 3px solid #1aa59e;
  padding: 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10% 30px 10%;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input[type="text"] {
  padding-left: 42px;
}

#msform input[type="text"],
#msform select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 20px;
}

#msform input,
#msform select {
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 18px;
  color: #2C3E50;
}

#msform select {
  -webkit-appearance: none;
}

#msform .action-button {
  width: 200px;
  background-size: 24px;
  color: white;
  border: 0 none;
  border-radius: 25px;
  padding: 12px 5px;
  margin: 10px 5px;
  font-size: 18px;
}

#msform .action-button-next {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path></svg>') #1aa59e no-repeat 90%;
}

#msform .action-button-previous {
  width: 200px;
  /*background: #C5C5F1;*/
  color: white;
  border: 0 none;
  border-radius: 25px;
  padding: 10px 5px;
  margin: 10px 5px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"></path></svg>') #AAA no-repeat 10%;
}

.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  color: #333;
  margin-top: 15px;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 48px;
  height: 48px;
  line-height: 46px;
  display: block;
  font-size: 18px;
  color: white;
  background: #333;
  border-radius: 28px;
  margin: 0 auto 10px auto;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  left: -50%;
  top: 26px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  /*background: #ee0979;*/
  /*background: #2abf80;*/
  background: #1aa59e;
  color: white;
}

h1 {
  font-size: 42px!important;
}

#lead-form {
  height: 100%;
  /*min-height: 800px;*/
}

#msform label {
  /*color: #333;*/
  color: #007e90;
  text-align: left;
  float: left;
  font-size: 18px;
  font-weight: normal;
}

#msform input[type="text"],
#msform select {
  background: no-repeat 10px 14px #FFF;
  padding-left: 50px;
}

#msform #name {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path></svg>');
}

#msform #email {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M20 4h-16c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 4l-8 5-8-5v-2l8 5 8-5v2z"></path></svg>');
}

#msform #phone {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1v3.49c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"></path></svg>');
}

#msform #business_name {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1h-4zm10-9h-4.01V5l-2-2h-4l-2 2v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-6 0h-4V5h4v2z"></path></svg>');
}

#msform #gms,
#msform #loan_amount {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M9.56 8.1c-1.6-.51-2.66-.71-2.66-1.88 0-.83.72-1.62 2.1-1.62 1.59 0 2.1.88 2.1 1.94H13c0-1.79-1.17-3.09-3-3.44V1H8v2.11c-1.58.32-3 1.37-3 3.12 0 2.25 1.78 2.8 4 3.52 1.88.61 2.25 1.04 2.25 2.09 0 .9-.67 1.56-2.25 1.56-1.2 0-2.25-.84-2.25-2.06h-2c0 1.88 1.38 3.2 3.25 3.56V17h2v-2.07c2.04-.29 3.2-1.49 3.2-3.1 0-1.87-.94-2.87-3.64-3.73z"></path></svg>');
}

#msform #years_in_biz {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"></path></svg>');
}

#msform input[type="checkbox"] {
  display: block;
  clear: both;
  position: relative;
  -webkit-appearance: none;
  height: 38px;
  width: 68px;
  border-radius: 1.5em;
  background-color: #999;
  border: 2px solid #999!important;
  border-color: transparent;
  background-clip: padding-box;
  color: #919FAF;
  vertical-align: middle;
}

#msform input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: white;
  border-radius: 100%;
  border: 2px solid transparent;
  background-clip: padding-box;
  z-index: 2;
}

#msform input[type="checkbox"]::after {
  position: absolute;
  left: 0.675em;
  top: 0.375em;
  font-family: "Ionicons";
  content: "";
  letter-spacing: 0.75em;
  z-index: 1;
  color: #fff;
}

a {
  color: #444;
  text-decoration: none;
}

.container-group {
  width: 230px;
  margin-left: 20px;
}

#msform input[type=radio].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#msform input[type=radio].with-font ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  width: 1.4em;
}

.lead-form .generic_content {
  padding-top: 40px!important;
}

.cta {
  background: #1aa59e;
}

.divisor-header {
  border-color: #21b79b!important;
}

#features {
  max-width: 805px;
  margin: 0px auto;
}

#features li {
  list-style: none;
  display: inline;
  margin: auto 5px;
}

#features li:before {
  font-family: FontAwesome;
  content: '\f058';
  color: #1aa59e;
  padding-right: 5px;
}

@media screen and (max-width: 479px) {
  .logo {
    background-size: 60%;
  }

  .box-number-phone div {
    font-size: 10px;
  }

  .box-number-phone span a {
    font-size: 20px;
  }

  .lead-form h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }

  .lead-form h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
  }
}

@media screen and (max-width: 767px) {
  #top-menu {
    display: none;
  }

  #company-address {
    width: 50%;
    float: right;
    text-align: right;
  }

  .lead-form h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0px;
  }

  h2 {
    margin-top: 10px;
  }

  .lead-form h3,
  .lead-form h2 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
  }
}

@media screen and (min-width: 768px) {
  .menu {
    float: right!important;
  }

  .lead-form .generic_content {
    padding-top: 10px;
  }

  .logo {
    height: 96px;
  }

  #company-address {
    margin-top: 30px;
    font-size: 16px;
  }

  #branding #col-right {
    padding-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .lead-form .generic_content {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  #company-address {
    margin: 30px 0 0 80px;
    padding: 0 60px 0 50px;
  }

  .box-number-phone span,
  .box-number-phone span a {
    font-size: 26px;
  }
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: #f4f7f8;
  border-top: 3px solid #1aa59e;
  padding: 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10% 30px 10%;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input[type="text"] {
  padding-left: 42px;
}

#msform input[type="text"],
#msform select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 20px;
}

#msform input,
#msform select {
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 18px;
  color: #2C3E50;
}

#msform select {
  -webkit-appearance: none;
}

#msform .action-button {
  width: 200px;
  background-size: 24px;
  color: white;
  border: 0 none;
  border-radius: 25px;
  padding: 12px 5px;
  margin: 10px 5px;
  font-size: 18px;
}

#msform .action-button-next {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path></svg>') #1aa59e no-repeat 90%;
}

#msform .action-button-previous {
  width: 200px;
  /*background: #C5C5F1;*/
  color: white;
  border: 0 none;
  border-radius: 25px;
  padding: 10px 5px;
  margin: 10px 5px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"></path></svg>') #AAA no-repeat 10%;
}

.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  color: #333;
  margin-top: 15px;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 48px;
  height: 48px;
  line-height: 46px;
  display: block;
  font-size: 18px;
  color: white;
  background: #333;
  border-radius: 28px;
  margin: 0 auto 10px auto;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  left: -50%;
  top: 26px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  /*background: #ee0979;*/
  /*background: #2abf80;*/
  background: #1aa59e;
  color: white;
}

h1 {
  font-size: 42px!important;
}

#lead-form {
  height: 100%;
  /*min-height: 800px;*/
}

#msform label {
  /*color: #333;*/
  color: #007e90;
  text-align: left;
  float: left;
  font-size: 18px;
  font-weight: normal;
}

#msform input[type="text"],
#msform select {
  background: no-repeat 10px 14px #FFF;
  padding-left: 50px;
}

#msform #name {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path></svg>');
}

#msform #email {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M20 4h-16c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 4l-8 5-8-5v-2l8 5 8-5v2z"></path></svg>');
}

#msform #phone {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1v3.49c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"></path></svg>');
}

#msform #business_name {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1h-4zm10-9h-4.01V5l-2-2h-4l-2 2v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-6 0h-4V5h4v2z"></path></svg>');
}

#msform #gms,
#msform #loan_amount {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M9.56 8.1c-1.6-.51-2.66-.71-2.66-1.88 0-.83.72-1.62 2.1-1.62 1.59 0 2.1.88 2.1 1.94H13c0-1.79-1.17-3.09-3-3.44V1H8v2.11c-1.58.32-3 1.37-3 3.12 0 2.25 1.78 2.8 4 3.52 1.88.61 2.25 1.04 2.25 2.09 0 .9-.67 1.56-2.25 1.56-1.2 0-2.25-.84-2.25-2.06h-2c0 1.88 1.38 3.2 3.25 3.56V17h2v-2.07c2.04-.29 3.2-1.49 3.2-3.1 0-1.87-.94-2.87-3.64-3.73z"></path></svg>');
}

#msform #years_in_biz {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23E2E5E5" d="M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"></path></svg>');
}

#msform input[type="checkbox"] {
  display: block;
  clear: both;
  position: relative;
  -webkit-appearance: none;
  height: 38px;
  width: 68px;
  border-radius: 1.5em;
  background-color: #999;
  border: 2px solid #999!important;
  border-color: transparent;
  background-clip: padding-box;
  color: #919FAF;
  vertical-align: middle;
}

#msform input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: white;
  border-radius: 100%;
  border: 2px solid transparent;
  background-clip: padding-box;
  z-index: 2;
}

#msform input[type="checkbox"]::after {
  position: absolute;
  left: 0.675em;
  top: 0.375em;
  font-family: "Ionicons";
  content: "";
  letter-spacing: 0.75em;
  z-index: 1;
  color: #fff;
}

a {
  color: #444;
  text-decoration: none;
}

.container-group {
  width: 230px;
  margin-left: 20px;
}

#msform input[type=radio].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#msform input[type=radio].with-font ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  width: 1.4em;
}

.lead-form .generic_content {
  padding-top: 40px!important;
}

.cta {
  background: #1aa59e;
}

.divisor-header {
  border-color: #21b79b!important;
}

#features {
  max-width: 805px;
  margin: 0px auto;
}

#features li {
  list-style: none;
  display: inline;
  margin: auto 5px;
}

#features li:before {
  font-family: FontAwesome;
  content: '\f058';
  color: #1aa59e;
  padding-right: 5px;
}
