#sba_calculator {
}
.sba__cards {
  background-color: white;
  border-radius: 5px;
}
.sba__card:not(:first-child) {
  display: none;
}
.sba__body {
  border-bottom: 2px solid #0d8084;
}
.sba__footer {
  padding: 2em 0 3em;
  overflow: hidden;
}
#loan_terms .sba__footer {
  padding: 3em 0;
}
.sba__footer button {
  background-color: #ff9a08;
  background-image: linear-gradient(#ff6000, #f6921e);
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16.75px;
  font-weight: 700;
  padding: 0 2em;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 0;
}
.sba__footer button:hover {
  background-image: none;
}
.sba__footer--interior button {
  float: right;
  margin-right: 1.5em;
}
.sba__footer > a {
  background-color: #ff9a08;
  background-image: linear-gradient(#ff6000, #f6921e);
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16.75px;
  font-weight: 700;
  padding: 0 2em;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  letter-spacing: 1px;
  float: left;
  text-decoration: none;
  margin-left: 1.5em;
}
.sba__footer > a:hover {
  background-image: none;
}

.sba__table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sba__table__row {
  display: table-row;
}
.sba__table__cell {
  display: table-cell;
  vertical-align: middle;
}
.sba__box {}
.sba__box--bordered {
  border: 1px solid #bcbdc0;
  border-radius: 10px;
  padding: 5em 1em;
}
.sba__box--bordered > p {
  margin-bottom: .5em;
}
.sba__box--bordered p > small {
  font-size: 1.2em;
  text-transform: uppercase;
}
.sba__box__row--details {
  background-color: white;
  margin-top: 1em;
  border-radius: 5px;
  margin-left: 1.2em;
  margin-right: 1.2em;
}
.sba__box__row--details p > small {
  font-size: 1.2em;
  text-transform: uppercase;
}
.sba__box__row--details .columns {
  border-right: 1px solid #ddd;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}
.sba__box__row--details .columns:last-child {
  border: 0;
}
.sba__box__row--details input[type=text] {
  padding: .5em 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.sba__box__row--details .contents p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}
#loan_terms .sba__box--green {
    padding: 3em 2em;
}
#loan_terms .sba__table input[type=text] {
  width: 90%;
}
#loan_terms input[type=checkbox] {
  display: none;
}
#loan_terms input[type=checkbox] + label {
  background-color: white;
  border: 1px solid #ddd;
  padding: 1em 1em 2em;
  width: 100%;
  cursor: pointer;
  line-height: normal;
  color: #077e85;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12.38px;
}
#loan_terms input[type=checkbox] + label:hover {
  border-color: #0d8084;
}
#loan_terms input[type=checkbox] + label.checked {
  background-color: #0d8084;
  color: white;
}
#loan_terms input[type=checkbox] + label.checked > img {
  filter: brightness(0) invert(1);
}
#loan_terms input[type=checkbox] + label > img {
  display: block;
  margin: 1em auto;
  height: 40px;
}
.sba__panel {}
.sba__panel--details {
  background-color: #0d8084;
  color: white;
  padding: 1em 0;
  margin-bottom: 1em;
}
.sba__panel small {
  font-size: smaller;
}
.sba__progress__dots {
  margin: 2em 0 1em;
}
.sba__progress__dots > ul {
  margin: 0;
  list-style: none;
  position: relative;
}
.sba__progress__dots > ul > li {
  display: inline-block;
  color: white;
  font-size: small;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 20px;
  background-color: #9eccce;
}
.sba__progress__dots > ul > li.active {
  background-color: #0d8084;
  color: white;
}
.sba__progress__dots li{
  text-align:center !important;;
}
.sba__progress__dots > ul > li:first-child:after {
  content: "";
  display: block;
  border-bottom: 5px solid #9eccce;
  width: 80px;
  margin-top: -22px;
  margin-left: 40px;
}
.sba__hide-on-table-up {
  display: none;
}


/* SIMPLE BOX: Green */
.sba__box--green {
  background-color: #198083;
  color: white;
  overflow: hidden;
  padding: 2em 1em;
}
.sba__box--green .border-right {
  border-right: 1px solid white;
}
.sba__box--green h3 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22.78px;
  margin-bottom: 1em;
  margin-top: -.5em;
}
.sba__box--green p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14.74px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: .5em;
}
.sba__box--green .text-center > p {
  text-align: center;
}
.sba__box--green input {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16.75px;
  color: black;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
}
.sba__box--green input[readonly] {
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 0;
}


/* SLIDE 1 - LOAN PURPOSE */
.sba__loan__purpose {
  padding: 0 2em 1em;
}
.sba__loan__purpose h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20.1px;
  margin: 2em 0;
  color: #010101;
}
.sba__loan__purpose p {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14.74px;
  margin-bottom: 1em;
  color: black;
}


/* INNER SLIDES FIELDS */
.sba__fields {
  padding: 2em 2em 0;
}
.sba__fields .row:not(:last-child) {
  margin-bottom: 2em;
}
.sba__fields h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18.76px;
  color: #010101;
  margin-bottom: 2em;
}
.sba__fields input,
.sba__fields select {
  background-color: white;
  border: 1px solid #cfcfcf;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
  width: 100%;
}


/*==================================================
 * SHADOW BOX: Effect 8
 * ===============================================*/
.sba__shadowbox--effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.sba__shadowbox--effect8:before, .sba__shadowbox--effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.sba__shadowbox--effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


/* RESPONSIVE DESIGN */

@media only screen and (max-width: 480px) {
  .sba__box--green {
    padding: 2em 1em 0 !important;
  }
  .sba__box--green p {
    text-align: center;
  }
  .sba__box--green input {
    text-align: center;
    padding: 0;
    margin-bottom: 1em;
  }
  .sba__box--green .border-right {
    border-right: 0;
  }
  #loan_terms input[type=checkbox] + label {
    margin-bottom: 1em;
  }
  .sba__loan__purpose h3 {
    margin: 1em 0;
  }
  #loan_terms .sba__footer {
    padding: 1em 0;
  }
  .sba__progress__dots {
    margin: 1em 0;
  }
  .sba__fields {
    padding: 1em;
  }
  .sba__fields h4 {
    margin-bottom: 1em;
  }
  .sba__fields .row:not(:last-child) {
    margin-bottom: 0;
  }
  .sba__footer {
    padding: 1em 0 2em;
  }
  .sba__footer button {
    padding: 0 1em;
  }
  .sba__footer--interior button {
    margin-right: 1em;
  }
  .sba__footer > a {
    padding: 0 1em;
    margin-left: 1em;
  }
  .sba__fields input,
  .sba__fields select {
    margin-bottom: 1em;
  }


}
