/* line 11, sass/custom.sass */
.has-error {
  background: rgba(255, 0, 0, 0.2);
}

@media (min-width: 768px) {
  /* line 14, sass/custom.sass */
  .nopl {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 18, sass/custom.sass */
  .nopr {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 22, sass/custom.sass */
  .smpl {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  /* line 25, sass/custom.sass */
  .smpr {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  /* line 29, sass/custom.sass */
  .bpl {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  /* line 32, sass/custom.sass */
  .bpr {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  /* line 36, sass/custom.sass */
  .hide-mobile {
    display: none;
  }
}

/* line 41, sass/custom.sass */
.alert {
  display: block;
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 20px;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

/* line 56, sass/custom.sass */
.alert a {
  color: white;
  font-weight: bold;
}

/* line 60, sass/custom.sass */
.alert.alert-danger {
  background: #ea6060;
  color: white;
}

/* line 64, sass/custom.sass */
.alert.alert-success {
  background: #2e931d;
  color: white;
}

/* line 68, sass/custom.sass */
.alert.alert-warning {
  background: #f7ac16;
  color: white;
}

/* line 72, sass/custom.sass */
.alert.alert-info {
  background: #529bb1;
  color: white;
}

/* line 77, sass/custom.sass */
.hidden {
  display: none;
}

/* line 80, sass/custom.sass */
.boni-check {
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px 0;
}
/* line 85, sass/custom.sass */
.boni-check h3 {
  font-size: 16px;
}
/* line 88, sass/custom.sass */
.boni-check .progress {
  width: 80%;
  display: block;
  height: 15px;
  background: white;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px auto;
}
/* line 96, sass/custom.sass */
.boni-check .progress .fill {
  width: 0;
  background: #00ccbd;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 106, sass/custom.sass */
.form-box {
  background: white;
  padding-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #000060;
  border-radius: 4px;
}
/* line 113, sass/custom.sass */
.form-box .form-group, .form-box .form-box-done {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 117, sass/custom.sass */
.form-box .form-box-done {
  text-align: center;
  padding: 60px;
}
/* line 121, sass/custom.sass */
.form-box .form-box-done h3 {
  color: #000060;
}
/* line 124, sass/custom.sass */
.form-box .form-box-done p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
/* line 129, sass/custom.sass */
.form-box label.text-green {
  color: #000060;
}
/* line 132, sass/custom.sass */
.form-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00ccbd;
  font-weight: 500;
}
/* line 137, sass/custom.sass */
.form-box h3 span {
  color: black;
  font-weight: 400;
}
/* line 141, sass/custom.sass */
.form-box .box-ribbon {
  background: #000060;
  display: inline-block;
  padding: 15px;
  font-size: 16px;
  color: white;
  border-radius: 0 10px 0 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 151, sass/custom.sass */
.form-box p {
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 155, sass/custom.sass */
.form-box button.btn.btn-default {
  margin-top: 15px;
  background: #00ccbd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
}
/* line 164, sass/custom.sass */
.form-box .box-stepper {
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px 4px 0 0;
}
/* line 171, sass/custom.sass */
.form-box .box-stepper .box-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  background: #ddd;
}
@media (max-width: 768px) {
  /* line 171, sass/custom.sass */
  .form-box .box-stepper .box-step {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
}
/* line 183, sass/custom.sass */
.form-box .box-stepper .box-step:first-child {
  border-radius: 0 0 10px 0;
}
/* line 186, sass/custom.sass */
.form-box .box-stepper .box-step:last-child {
  border-radius: 0 0 0 10px;
}
/* line 189, sass/custom.sass */
.form-box .box-stepper .box-step .step-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  background: #ccc;
  color: white;
  border-radius: 50%;
  font-weight: normal;
}
@media (max-width: 768px) {
  /* line 189, sass/custom.sass */
  .form-box .box-stepper .box-step .step-label {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* line 207, sass/custom.sass */
.form-box .box-stepper .box-step .step-text {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: white;
}
@media (max-width: 768px) {
  /* line 207, sass/custom.sass */
  .form-box .box-stepper .box-step .step-text {
    padding-left: 0;
  }
}
/* line 216, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active {
  background: white;
}
/* line 219, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active .step-label {
  background: #00ccbd;
}
/* line 222, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active .step-text {
  color: black;
}

/* line 225, sass/custom.sass */
.inter {
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
/* line 229, sass/custom.sass */
.inter .inter-stripes {
  height: 35px;
  background: repeating-linear-gradient(45deg, #00ccbd, #00ccbd 10px, white 10px, white 20px);
}
/* line 233, sass/custom.sass */
.inter h3 {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
/* line 238, sass/custom.sass */
.inter p {
  padding: 20px;
  padding-top: 0;
  font-size: 16px;
}

/* line 243, sass/custom.sass */
.credit-calc {
  color: black;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 248, sass/custom.sass */
.credit-calc-title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
}
/* line 255, sass/custom.sass */
.credit-calc-bread ul {
  display: flex;
  list-style: none;
  width: 100%;
  align-items: stretch;
  flex-direction: row;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 264, sass/custom.sass */
.credit-calc-bread ul li {
  display: inline-block;
  padding: 8px 0;
  background: #eeeeee;
  flex: 1;
  text-align: center;
  font-size: 12px;
  position: relative;
}
/* line 272, sass/custom.sass */
.credit-calc-bread ul li.active {
  background: #7bb85f;
  color: white;
}
/* line 276, sass/custom.sass */
.credit-calc-body {
  padding: 20px;
}
/* line 279, sass/custom.sass */
.credit-calc-body .calc-slider {
  margin: 20px 30px 60px 30px;
}
/* line 282, sass/custom.sass */
.credit-calc-result {
  display: flex;
}
/* line 284, sass/custom.sass */
.credit-calc-result-title {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #000060;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70%;
}
@media (max-width: 768px) {
  /* line 284, sass/custom.sass */
  .credit-calc-result-title {
    width: 50%;
  }
}
/* line 297, sass/custom.sass */
.credit-calc-result-value {
  font-size: 26px;
  color: #000060;
  font-weight: bold;
  text-align: right;
  padding: 10px;
  border-bottom: 2px dashed #000060;
  box-sizing: border-box;
  width: 30%;
}
@media (max-width: 768px) {
  /* line 297, sass/custom.sass */
  .credit-calc-result-value {
    width: 50%;
  }
}
/* line 308, sass/custom.sass */
.credit-calc-footer {
  border-top: 1px solid #eeeeee;
  padding: 20px;
  font-size: 13px;
  color: #444444;
  text-align: center;
}
/* line 315, sass/custom.sass */
.credit-calc-btn {
  text-align: center;
  display: block;
  padding: 15px;
  color: white;
  font-size: 20px;
  background: #000060;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 325, sass/custom.sass */
  header.masthead {
    padding-top: 5rem;
  }
}
/* line 329, sass/custom.sass */
.form-hint-small h3 {
  background: #eeeeee;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 3px;
}
/* line 336, sass/custom.sass */
.form-hint-small p {
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.8rem;
}
/* line 340, sass/custom.sass */
.form-hint-small table {
  width: 100%;
}
/* line 342, sass/custom.sass */
.form-hint-small table td {
  padding: 0 5px;
}
/* line 346, sass/custom.sass */
.form-hint-small table tr td:last-child {
  text-align: right;
}
/* line 349, sass/custom.sass */
.form-hint-small table tr:last-child td {
  padding-top: 10px;
}

/* line 352, sass/custom.sass */
.bg-primary-main, .price-value-main {
  background-color: #000060 !important;
}

/* line 354, sass/custom.sass */
.pricingTable.pricingTable-signup {
  border-color: #000060;
  background-color: #000060;
}

/* line 357, sass/custom.sass */
.sr-icon-main {
  color: #000060 !important;
}

/* line 359, sass/custom.sass */
.hr-main {
  border-color: #000060;
}

/* line 361, sass/custom.sass */
.big-cards h4 {
  padding: 5px;
}

/* line 363, sass/custom.sass */
.big-cards h4, .big-cards p {
  background-color: rgba(0, 0, 96, 0.5);
}

/* line 365, sass/custom.sass */
.rounded-circle-main {
  background-color: #000060;
}

/* line 367, sass/custom.sass */
.faq-title-main {
  color: #000060;
}

/* line 370, sass/custom.sass */
.header-title-text {
  color: #000060;
}

/* line 372, sass/custom.sass */
#mainNav .navbar-brand,
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
#mainNav.navbar-shrink .navbar-brand, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #000060;
}

/* line 378, sass/custom.sass */
.border-primary-main {
  border-color: #000060;
}

/* line 381, sass/custom.sass */
.custom-control-label a {
  color: #000060;
}

/* line 384, sass/custom.sass */
a {
  color: #000060;
}

/* line 386, sass/custom.sass */
a:hover {
  color: black;
}

/* line 389, sass/custom.sass */
.contact-banner {
  font-size: 10pt;
  background: #000060;
  color: white;
  padding: 8px 0;
}

/* line 395, sass/custom.sass */
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: black !important;
}

/* line 398, sass/custom.sass */
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: black !important;
}

/* line 401, sass/custom.sass */
.normal-section {
  padding: 4rem 0;
}

/* line 404, sass/custom.sass */
.alert-banner {
  background: #CC0034;
  color: white;
  text-align: center;
  padding: 1rem;
}
/* line 409, sass/custom.sass */
.alert-banner p {
  margin: 0;
}
