/*
¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪

  HAZARD - STOP RIGHT NOW!!!
  THIS STYLES ARE ONLY FOR GENERAL SPA ELEMENTS,
  NOT FOR SPECIFIC STYLES. USE EACH CSS INSTEAD.

¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪¸¸.•*¨*•♫♪
*/

:root {
  --lporange: #eb6e27;
  --lpblue: #003267;
  --darkblue: #004b8d;
  --medblue: #005d9f;
  --blue: #0770b2;
  --medlightblue: #0e84c5;
  --lightblue: #1398d9;
  --xlightblue: #4cade4;
  --lpteal: #5cbfdf;
  --darkorange: #e8450c;
  --red: #d0021b;
  --black: #2b323b;
  --darkgray: #4e5a6a;
  --medgray: #6d7a8a;
  --gray: #b6bdc6;
  --medlightgray: #dcdee2;
  --lightgray: #edeef0;
  --lightgray80: #f3f4f6;
  --lightgray50: #f8f9fb;
  --green: #6db231;
}

body {
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #2b323b;
  background: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: -0.15px;
}

/* fontello font */
@font-face {
  font-family: "dotsfont";
  src: url("/spa/fonts/password.ttf");
}

.dotsfont {
  font-family: "dotsfont" !important;
  letter-spacing: 2px;
}

.dotsfont::-moz-selection {
  background: white;
  color: #57616f;
}

.dotsfont::selection {
  background: white;
  color: #57616f;
}

#tm-footer {
  background: #2b323b;
}

/* -- Titles --*/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -0.15px;
}

h1 {
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 30px;
}

h2 {
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 25px;
}

h3 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 20px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    line-height: 1.3;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  h1.color-darkblue {
    margin-top: 0;
  }

  h2 {
    font-size: 19px;
  }
}

@media (max-width: 580px) {
  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {

  h1 i,
  h2 i,
  h3 i {
    display: none;
  }
}

ul {
  list-style: none;
}

/* -- HTML ELEMENTS --*/

p {
  font-family: "Fira Sans", Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 16px;
  font-weight: 400;
}

p>strong {
  font-weight: 500;
  font-size: 16.5px;
}

hr {
  border-top: 3px solid #edeff0;
}

/* -- CUSTOM COLORS --*/

.color-white,
.color-white:hover,
.color-white:focus {
  color: #ffffff !important;
}

.color-orange,
.color-orange:hover,
.color-orange:focus {
  color: #eb6e27 !important;
}

.color-darkorange,
.color-darkorange:hover,
.color-darkorange:focus {
  color: #e8450c !important;
}

.color-teal,
.color-teal:hover,
.color-teal:focus {
  color: #02b7c5 !important;
}

.color-darkblue,
.color-darkblue:hover,
.color-darkblue:focus {
  color: #003267 !important;
}

.color-blue,
.color-blue:hover,
.color-blue:focus {
  color: #0770b2 !important;
}

.color-medblue,
.color-medblue:hover,
.color-medblue:focus {
  color: #005d9f !important;
}

.color-medlightblue,
.color-medlightblue:hover,
.color-medlightblue:focus {
  color: #0e84c5 !important;
}

.color-lightblue,
.color-lightblue:hover,
.color-lightblue:focus {
  color: #1398d9 !important;
}

.color-darkgray,
.color-darkgray:hover,
.color-darkgray:focus {
  color: #4e5a6a !important;
}

.color-medgray,
.color-medgray:hover,
.color-medgray:focus {
  color: #6d7a8a !important;
}

.color-gray,
.color-gray:hover,
.color-gray:focus {
  color: #b6bdc6 !important;
}

.color-medgray,
.color-medgray:hover,
.color-medgray:focus {
  color: #6d7a8a !important;
}

.color-graydark,
.color-graydark:hover,
.color-graydark:focus {
  color: #4e5a6a !important;
}

/* -- CUSTOM BACKGROUNDS --*/

.bg-darkgray,
.bg-gray,
.bg-lightgray,
.bg-ligthblue,
.bg-pattern {
  background: white;
}

.bg-orange {
  background: #eb6e27;
}

.bg-white {
  background: #fff;
}

.bg-warning:not(.hide) {
  background: white;
  border: 2px dotted #eb6e27;
  border-radius: 3px;
  padding: 30px 40px;
}

.bg-warning>i,
.bg-warning>img {
  margin-bottom: 15px;
}

.bg-warning p {
  color: #4e5a6a;
  font-size: 15px;
  text-align: center;
}

.bg-warning p strong {
  color: #eb6e27;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bg-white-border {
  background: #fff;
  -moz-box-shadow: #edeff0 0px 0px 10px;
  -webkit-box-shadow: #edeff0 0px 0px 10px;
  box-shadow: #edeff0 0px 0px 10px;
}

.border-top-gray {
  border-top: 2px solid #b6bdc6;
}

.border-top-lightgray {
  border-top: 2px solid #edeff0;
}

.border-bottom-gray {
  border-bottom: 2px solid #b6bdc6;
}

.border-bottom-lightgray {
  border-bottom: 2px solid #edeff0;
}

.border-box {
  padding: 25px;
}

.border-box-small {
  padding: 15px;
}

.border-box-mini {
  padding: 10px;
}

.border-box-bg {
  background: #f3f4f6;
}

[class*="bg-"] {
  padding-top: 35px;
  padding-bottom: 35px;
}

[class*="bg-"]> :first-child {
  margin-top: 0;
}

[class*="bg-"]> :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  [class*="bg-"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bg-warning:not(.hide) {
    padding: 30px;
    width: 85%;
    margin: auto;
  }
}

@media (max-width: 380px) {
  [class*="bg-"] {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .bg-warning:not(.hide) {
    padding: 30px 25px;
    width: 90%;
  }
}

/* -- Bootsrap custom styles -- */

a {
  color: #eb6e27;
  text-decoration: none;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #eb6e27;
  text-decoration: none;
  font-weight: 500;
}

.btn {
  border-radius: 0;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #fff;
  background: #005d9f;
  border-color: #0770b2;
}

.btn-default:hover,
.btn-default:focus {
  color: #fff;
  background: #0e84c5;
  border-color: #0e84c5;
}

.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn.btn-default:active,
.btn-default.active:hover {
  color: #fff;
  background: #0e84c5;
  border-color: #0e84c5;
}

.btn-large {
  min-width: 250px;
  line-height: 70px;
  margin: auto;
  font-size: 24px;
}

.btn-primary {
  color: #fff;
  outline: none;
  border-color: #eb6e27;
  background: #eb6e27;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:active {
  color: #fff;
  outline: none;
  border-color: #e8450c;
  background: #e8450c;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.ladda-button[disabled],
.ladda-button[data-loading],
.ladda-button[disabled]:hover,
.ladda-button[data-loading]:hover {
  border-color: #eb6e27;
  background: #eb6e27;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn.btn-white:active {
  color: #4e5a6a;
  outline: none;
  border-color: #edeff0;
  background: #edeff0;
}

.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  border-color: #edeff0;
  background: #edeff0;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn.btn-blue:active {
  color: #ffffff;
  outline: none;
  border-color: #0e84c5;
  background: #0770b2;
}

.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  border-color: #1398d9;
  background: #0e84c5;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  color: #6d7a8a;
  text-transform: uppercase;
  padding: 15px 5px 5px 5px;
  font-weight: 700;
  border-bottom: 2px solid #b6bdc6;
  line-height: 1;
}

.btn-link:hover {
  color: #005d9f;
  text-decoration: none;
  border-bottom: 2px solid #eb6e27;
}

.app-modal-btn-group {
  width: 90%;
  margin: 40px auto 0 auto;
}

.app-modal-btn-group button {
  margin-top: 10px;
}

.btn-app-modal {
  padding: 20px;
  background-color: white;
  margin: 0 2.5%;
  font-size: 14px;
  float: none;
}

.button-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-cont button {
  margin: 0 auto;
  font-size: 20px;
  padding: 0 40px;
  line-height: 80px;
  min-width: 250px;
}

.form-control {
  height: 46px;
  margin-bottom: 0;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  border: solid 2px #b6bdc6;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4e5a6a;
}

.form-control.no-validation {
  margin-bottom: 0;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* -- Bootsrap select -- */

div.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  background: transparent;
  border: 0;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  min-width: inherit;
  height: 35px;
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
  text-transform: unset;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu.inner li a {
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  font-size: 14px;
  color: #6d7a8a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  letter-spacing: normal;
}

select {
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  font-size: 14px;
  color: #6d7a8a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  letter-spacing: normal;
  -webkit-appearance: none;
  padding: 0 10px;
  display: block;
  width: 100%;
  border: none;
  background: url("/spa/img/ico/ico-select.png") no-repeat right center;
}

.bootstrap-select.open>.dropdown-toggle.btn-default,
.bootstrap-select>.dropdown-toggle:focus {
  border-color: #003267;
  background: transparent;
  box-shadow: none;
}

.bootstrap-select .btn-default:focus,
.bootstrap-select.btn-group .dropdown-menu.inner li a:hover,
.bootstrap-select.btn-group .dropdown-menu.inner li a:focus {
  outline: none !important;
  background: transparent;
}

.bootstrap-select .btn-default:hover {
  background: transparent !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  list-style-type: none;
  border: 1px solid #b6bdc6;
}

.bootstrap-select.btn-group .dropdown-menu.inner li:before {
  content: none;
}

.bootstrap-select.btn-group .dropdown-menu.inner li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #b6bdc6;
}

.bootstrap-select.btn-group .dropdown-menu.inner li a {
  padding: 5px 15px;
}

.bootstrap-select.btn-group .dropdown-menu.inner li a:hover,
.bootstrap-select.btn-group .dropdown-menu.inner li a:focus {
  color: #eb6e27;
}

.bootstrap-select.btn-group .dropdown-menu {
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.bootstrap-select .caret {
  border: none;
  padding: 39px 20px 8px;
  background: transparent url(/spa/img/ico/ico-select.png) no-repeat center;
}

.bootstrap-select.dropup .caret {
  background: transparent url(/spa/img/ico/ico-select-up.png) no-repeat center;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
  margin-top: -23px;
}

.modal .modal-auto-height {
  height: auto;
}

/* Internet Explorer 10+ */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .btn-group.bootstrap-select .dropdown-toggle .caret {
    top: 10% !important;
  }

  input[type="range"] {
    height: 50px;
  }
}

/* Microsoft Edge */

@supports (-ms-accelerator: true) {
  input[type="range"] {
    height: 50px;
  }

  .btn-group.bootstrap-select .dropdown-toggle .caret {
    top: 15% !important;
  }

  input[type="range"]::-webkit-slider-thumb {
    height: 30px !important;
    margin-top: 0 !important;
    background-position: 2px 7px;
  }
}

/* -- Checkbox label --*/

.checkbox label {
  position: relative;
  min-height: 37px;
  padding-left: 55px;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
}

.checkbox label a {
  line-height: 24px;
  font-size: 20px;
}

.checkbox input[type="checkbox"] {
  width: 26px;
  height: 26px;
  margin-top: 0;
  display: inline-block;
  background: #edeff0 url(/spa/img/checkbox-bg.png) no-repeat left top;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-appearance: button;
  margin-left: -35px;
}

.checkbox input[type="checkbox"]:checked {
  background-position: left bottom;
}

.checkbox input[type="checkbox"]:focus {
  outline: none;
}

form .inline-checkbox {
  width: 20px;
  margin-right: 5px;
  margin-top: -4px;
  height: 20px;
  width: 20px;
  border: 1px solid var(--gray);
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: sub;
}

form .inline-checkbox:checked {
  -webkit-appearance: none;
  background-image: url(/spa/img/ico/ico-checkbox-checked.svg);
  background-repeat: no-repeat;
  background-color: var(--medblue);
  border-color: transparent;
}

form .inline-checkbox:focus {
  outline: none;
}

form .inline-hr {
  border-width: 1px;
  margin-top: 10px;
}

form .form-icon {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  width: 40px;
  color: #999;
}

form .form-icon-flip {
  right: 0;
  left: auto;
}

form .form-width-small {
  width: 130px;
}

@media (max-width: 567px) {
  .checkbox label {
    line-height: 20px;
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .checkbox label {
    line-height: 20px;
    font-size: 14px;
  }
}

/* -- Radiobutton --*/

.radiobutton {
  position: relative;
}

.radiobutton label,
form .radiobutton label {
  font-size: 13px;
  text-transform: uppercase;
  height: 55px;
  line-height: 1;
  padding: 5px;
  box-shadow: inset 0 0 0 1.5px #dcdee2;
  border: 3px solid white;
  max-width: 100%;
  display: block;
  margin: 0;
}

.radiobutton input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

.radiobutton input[type="radio"],
.radiobutton input[type="radio"]:checked {
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  left: 0;
  top: 0;
  background: transparent;
  border: 0;
}

.radiobutton input[type="radio"] {
  background: url(/spa/img/ico/ico-radiobutton.svg) no-repeat;
  background-position: 11px center;
  background-size: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.radiobutton input[type="radio"]:checked {
  background: url(/spa/img/ico/ico-radiobutton-check.svg) no-repeat;
  background-position: 11px center;
  background-size: 28px;
}

.radiobutton input[type="radio"]:checked+label,
.radiobutton input[type="radio"]:hover+label {
  background: var(--lightgray50);
  background: #f8f9fb;
  box-shadow: inset 0 0 0 1.5px #005d9f;
}

.radiobutton input[type="radio"]:checked+label span {
  color: var(--medblue);
  color: #005d9f;
  font-weight: 500;
}

.radiobutton label span {
  margin-left: 5px;
  color: var(--medgray);
  color: #6d7a8a;
  font-size: 13.5px;
  margin: 12px 8px 12px 40px;
  display: block;
  font-weight: 400;
}

/* -- Radiobutton TABS / Radiobuttons Radios & Icons --*/

.lp-button-tabs+.tab-content,
.lp-button-group+.tab-content {
  margin-top: 20px;
}

.lp-button-tabs .btn-radio {
  background: #ffffff;
  box-shadow: inset 0 0 0 1.5px #dcdee2;
  border: 3px solid white;
  border-radius: 0 !important;
  font-size: 12.5px;
  color: #6d7a8a;
  letter-spacing: normal;
  line-height: 35px;
  font-weight: 400;
  padding: 5px 17px 5px 12px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 125px;
  text-align: left;
  outline: 0;
  margin: 0;
}

.lp-button-tabs .btn-radio::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/spa/img/ico/ico-radiobutton.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5px;
  background-size: 26px;
}

.lp-button-tabs .btn-radio.active,
.lp-button-tabs .btn-radio:hover,
.lp-button-tabs .btn-radio:focus {
  background: var(--lightgray50);
  background: #f8f9fb;
  box-shadow: inset 0 0 0 1.5px #005d9f;
}

.lp-button-tabs .btn-radio.active {
  color: #005d9f;
  font-weight: 500;
}

.lp-button-tabs .btn-radio.active::before {
  background: url(/spa/img/ico/ico-radiobutton-check.svg) no-repeat left center;
  border: 0;
  background-size: 26px;
  margin-top: -2px;
}

.lp-button-group .btn-radio,
.lp-button-group .btn-radio:hover,
.lp-button-group .btn-radio:focus,
.lp-button-group .btn-radio:active,
.lp-button-group .btn-radio:visited,
.lp-button-group .btn-radio:focus-within {
  outline: 0;
  padding: 0;
  outline-offset: 0;
  margin: 0;
  border: 0;
  position: relative;
  height: 50px;
  margin-left: 0 !important;
}

.lp-button-group .btn-radio::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/spa/img/ico/ico-radiobutton.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  left: 15px;
  top: calc(50% - 14px);
}

.lp-button-group .btn-radio span {
  background: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 1.5px #dcdee2;
  font-size: 12.5px;
  color: #6d7a8a;
  letter-spacing: normal;
  font-weight: 400;
  padding: 10px 20px 10px 45px;
  text-transform: uppercase;
  text-align: left;
  line-height: 2;
  display: block;
}

.lp-button-group .btn-radio.active span,
.lp-button-group .btn-radio:hover span,
.lp-button-group .btn-radio:focus span {
  box-shadow: inset 0 0 0 1.5px #005d9f;
  border: 3px solid #ffffff;
  outline: 0;
}

.lp-button-group .btn-radio.active span {
  color: #005d9f;
  font-weight: 500;
}

.lp-button-group .btn-radio.active::before {
  background: url(/spa/img/ico/ico-radiobutton-check.svg) no-repeat left center;
  content: "";
  width: 28px;
  height: 28px;
  background-size: 28px;
  position: absolute;
  left: 15px;
  z-index: 1;
  top: calc(50% - 14px);
}

@media (max-width: 690px) {
  .lp-button-tabs .btn-radio {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .lp-button-tabs .btn-radio {
    width: 95%;
    margin: auto;
    float: none;
  }
}

/* -- Tables --*/

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: normal;
  color: #003267;
  text-transform: uppercase;
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  font-weight: 400;
  font-size: 18px;
  padding: 25px;
}

.table>thead>tr>th {
  padding: 10px;
  background: transparent;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>th {
  border-bottom: solid 2px #003267;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background: #f3f4f6;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f8f9fb;
}

.table>tbody>tr>td {
  border-bottom: solid 2px #b6bdc6;
}

.table>thead>tr>th:first-child,
.table>tbody>tr>td:first-child {
  border-left: 0;
}

/* -- Tooltip --*/

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}

.tooltip-inner {
  padding: 10px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #4e5a6a;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px 1px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0px 2px 15px 1px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 2px 15px 1px rgba(50, 50, 50, 0.45);
}

/* -- Multi File -- */

label.filebutton {
  position: relative;
  text-align: left;
  overflow: hidden;
  margin: 0;
}

label.filebutton label {
  width: 200px;
  height: auto;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 0;
}

label.filebutton label img {
  margin-right: 15px;
}

label.lp-upload-link label img {
  margin: 0;
}

label.filebutton span input {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 66px;
  right: 0;
  z-index: 999;
  line-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  cursor: hand;
}

.filebutton .input-group-addon {
  padding: 10px 0;
}

.MultiFile-list {
  text-align: left;
  margin: 5px 0;
  width: 100%;
}

.MultiFile-list .MultiFile-label {
  line-height: 2;
  display: block;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  text-indent: 5px;
  padding-top: 2px;
}

.MultiFile-list .MultiFile-label:last-child {
  border-bottom: 0;
}

.MultiFile-list .MultiFile-label .MultiFile-remove {
  float: left;
  margin-right: -5px;
}

.MultiFile-list .MultiFile-label .MultiFile-remove::before {
  content: "\f014";
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1.3;
}

.MultiFile-title {
  padding-left: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 65px);
  text-align: left;
}

.MultiFile-title .glyphicon.glyphicon-repeat {
  margin: 0px 10px 0 5px;
}

.MultiFile-title .glyphicon.glyphicon-repeat:before {
  animation: spinner 1.1s infinite linear;
  -webkit-animation: spinner 1.1s infinite linear;
  position: absolute;
  left: -12px;
  top: -15px;
  font-size: 18px;
  width: 28px;
}

.MultiFile-remove {
  display: none;
}

.MultiFile-remove:hover,
.MultiFile-remove:focus {
  text-decoration: none;
}

.MultiFile-label span.MultiFile-title {
  color: #4e5a6a;
  width: calc(100% - 70px);
  vertical-align: top;
}

.MultiFile-label span.MultiFile-title i {
  color: #5cbfdf;
  font-size: 18px;
  margin-top: 2px;
  margin-right: 5px;
}

.filebutton .MultiFile-label span.MultiFile-title .glyphicon-repeat {
  margin-left: 14px;
  margin-right: 15px;
}

@media (max-width: 580px) {
  label.filebutton {
    margin-top: 10px;
    border-bottom: 2px solid #b6bdc6;
    padding-bottom: 5px;
  }
}

/* -- FORM BTNS WITH Radiobutton -- */

form table input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

form table .btn.active .choose,
form table .btn .selected {
  display: none;
}

form table .btn.active .selected {
  display: inline-block;
}

form table .btn.active {
  background: #eb6e27;
}

form table label.btn {
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/**
* loading files
*/

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* -- MODALS -- */

.modal-content {
  width: 85vw;
  height: 85vh;
  margin: 15px auto;
  pointer-events: all;
  background: white;
}

.modal-body {
  position: relative;
  padding: 20px;
  /* overflow: scroll; */
  height: 100%;
}

.modal-body .container {
  width: 100%;
}

.modal-body .container .btn-group-terms .btn-modal {
  min-width: 250px;
  height: 80px;
  font-size: 20px;
  padding: 0 30px;
  line-height: 80px;
}

.modal-content.inline-modal {
  width: inherit;
  height: inherit;
}

.modal-content .inline-close {
  position: absolute;
  right: -20px;
  z-index: 2;
  font-size: 40px;
  top: -30px;
  color: #fff;
}

.inline-modal .modal-body {
  height: inherit;
}

body .loader-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

/* -- HEADER INSIDE MODAL -- */

.uk-article .header-blue {
  padding: 40px 0 !important;
  background: #005d9f !important;
}

.uk-article .header-blue .header-text h1 {
  font-size: 40px !important;
}

@media (max-width: 767px) {
  .vertical-align-center {
    width: 90%;
  }

  .app-modal-btn-group {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 680px) {

  .lpModalEl.modal .modal-body,
  #myModal .modal-body {
    padding: 30px;
  }

  .modal-header {
    padding: 10px 15px;
  }
}

@media (max-width: 580px) {

  .lpModalEl.modal .modal-body,
  #myModal .modal-body {
    padding: 20px;
  }

  .app-modal-btn-group .btn-app-modal {
    max-width: 95% !important;
    margin: 0 auto;
  }

  .lpModalError .modal-content {
    width: 90vw;
  }
}

.lpModalError .modal-content {
  width: 85vw;
  height: auto;
  margin: 0 auto;
  pointer-events: all;
  background: #f8f9fb;
}

.lpModalError .modal-body {
  position: relative;
  padding: 20px;
  overflow: scroll;
  height: auto;
}

.view_error.modal-body {
  overflow: hidden;
  padding-top: 0;
}

.view_error.modal-body h1 {
  color: #005d9f;
}

.lpModalEl .modal-body .loader-offers {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -106px;
  margin-top: -106px;
  text-align: center;
}

/* -- SMS MODALS -- */

.lp-modal-sms .modal-dialog .modal-content {
  width: 600px;
  height: auto;
}

.lp-modal-sms .modal-dialog .modal-content .modal-header {
  text-align: center;
  border-bottom: 1px solid #dcdee2;
  padding: 15px;
}

.lp-modal-sms .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0770b2;
}

.lp-modal-sms .modal-dialog .modal-content .modal-body {
  height: auto;
  padding: 20px 25px 15px;
  overflow: hidden;
}

.sms-form {
  max-width: 90%;
  margin: auto;
}

.sms-form .sms-form-container>div {
  vertical-align: middle;
  float: none;
  display: inline-block;
}

.sms-form input.form-control {
  border: 1px solid #b6bdc6;
  line-height: 50px;
  font-size: 26px;
  color: #4e5a6a;
  height: 50px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  max-width: 45px;
}

.sms-form input:focus,
.sms-form input:active {
  border: 1px solid #0770b2;
}

.sms-form .link-btn {
  -webkit-appearance: none;
  background: transparent;
  color: #004b8d;
  border-bottom: 2px solid #b6bdc6;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 13px;
  opacity: 1;
  font-weight: 500;
  line-height: 1.1;
  padding: 3px 0;
  margin-top: 10px;
  text-transform: uppercase;
}

.sms-form .link-btn:focus,
.sms-form .link-btn:hover {
  color: #004b8d;
  border-bottom: 2px solid #1398d9;
}

.sms-form .help-box {
  margin-top: 10px;
}

.sms-form .help-box small,
.sms-form .help-box small a {
  font-size: 11px;
}

.sms-form .help-box small a,
.sms-form .help-box small a:hover {
  font-size: 11px;
  font-weight: 500;
}

.sms-form .sms-fields>div {
  margin-bottom: 15px;
  margin: 0 10px 0 0;
  max-width: 45px;
  display: inherit;
}

.sms-form .messages.success-message {
  color: #419073;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.sms-form .messages.success-message img {
  filter: hue-rotate(300deg) brightness(1.5);
  margin-right: 5px;
}

.sms-phone {
  margin: 10px 0;
}

@media (max-width: 640px) {
  .lp-modal-sms .modal-dialog .modal-content {
    width: 85%;
    height: auto;
  }

  .sms-form {
    max-width: 100%;
  }

  .sms-phone {
    margin: 0;
    max-height: 120px;
  }

  .sms-form .sms-form-container>div {
    width: 90%;
    margin: 10px 5%;
    height: auto;
    text-align: center;
  }

  .sms-form .link-btn {
    display: inline-block;
    float: none;
    margin-right: 5px;
  }
}

@media (max-width: 580px) {
  .sms-form .help-box small:last-child {
    display: block;
  }
}

@media (max-width: 480px) {
  .lp-modal-sms .modal-dialog .modal-content {
    width: 90%;
  }

  .lp-modal-sms .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }

  .user_phone {
    display: block;
  }

  .sms-form .sms-fields>div {
    margin: 0 5px 0 0;
    display: inline-block;
    max-width: 40px;
  }
}

div.loader-offers {
  text-align: center;
}

/* -- AWESOMEPLETE --*/

div.awesomplete {
  display: block;
}

div.awesomplete ul {
  z-index: 2;
  box-shadow: 0 0 2px #b6bdc6;
  z-index: 4;
}

div.awesomplete ul li {
  list-style: none;
}

div.awesomplete>ul>li:hover {
  background: #edeff0;
  color: #a3aab2;
}

div.awesomplete>ul>li[aria-selected="true"] {
  background: rgba(19, 152, 217, 0.9);
  color: white;
}

div.awesomplete mark {
  background: rgba(19, 152, 217, 0.5) !important;
}

div.awesomplete>input:focus {
  box-shadow: 0px 0px 5px #b6bdc6;
}

/* -- CONFIG APP --*/

.app-lending {
  min-height: 650px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .app-lending {
    min-height: 400px;
  }
}

.master-loading {
  margin-top: 80px;
  text-align: center;
}

.screenhide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.blockscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.app-lending>.container {
  width: 100%;
}

@media (min-width: 1280px) {
  .container.lp-form-container {
    width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-details .container.lp-form-container {
    width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1260px) {
  .container.lp-form-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 680px) {
  .container.lp-form-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 380px) {
  .container.lp-form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container.lp-form-container>.row {
  margin: 0;
}

.container.lp-form-container>.row .lp-loan-bar {
  padding: 0;
}

.container.lp-form-container .lp-form-grid .lp-form-left {
  border-right: 2px solid #edeef0;
  padding: 30px 0;
}

.container.lp-form-container .lp-form-left .legend-compact {
  padding: 0 25px 0 0;
  max-width: 100%;
}

.container.lp-form-container .lp-form-grid .lp-form-right {
  padding-right: 0;
}

.container.lp-form-container .input-padding {
  padding: 0 30px;
}

.row-match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

@media (max-width: 959px) {
  .row-match-height {
    display: block;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .container.lp-form-container .lp-form-grid.row-match-height .lp-form-left,
  .container.lp-form-container .lp-form-grid.row-match-height .lp-form-right {
    border: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

@media (max-width: 580px) {

  .container.lp-form-container .lp-form-grid.row-match-height .lp-form-left,
  .container.lp-form-container .lp-form-grid.row-match-height .lp-form-right {
    padding: 0;
  }
}

[elements-loading="hidden"] {
  visibility: hidden;
}

[elements-loading="hide"] {
  display: none;
}

/* -- Header app -- */

.container.header-app {
  padding: 10px;
  width: 1110px;
  border-bottom: 2px solid #f3f4f6;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

.container.header-app>.row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.logo-app.logo-ldp {
  min-width: 50%;
  text-align: right;
  padding-right: 6px;
}

.logo-app.logo-partner {
  text-align: left;
  min-width: 50%;
  padding-left: 6px;
  border-left: 1px solid #dcdfe2;
}

header .logo-app img,
header .logo-app.logo-partner img {
  float: none;
  visibility: inherit;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1;
  max-height: 40px;
  max-width: 100%;
}

/* -- Header app alone -- */

.container.header-app.header-alone .logo-app.logo-ldp {
  text-align: center;
  padding: 0;
}

/* -- Banner partner -- */

.banner-partner {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  margin-top: -20px;
}

.banner-partner .container {
  width: 90%;
  left: 5%;
  right: 5%;
  height: 100%;
  position: absolute;
}

.banner-partner h2 {
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #003267;
}

.banner-partner img {
  width: 100%;
  object-fit: cover;
  min-height: 150px;
  max-height: 320px;
}

/* -- PARTNERS BG CALCULATOR -- */

.bg-partner {
  opacity: 1 !important;
  width: 100%;
  background-position: center center !important;
  text-align: center;
  position: relative;
  background-repeat: no-repeat !important;
  z-index: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: -15px;
}

.bg-partner:before {
  content: "";
  display: block;
  padding-top: 230px;
}

.bg-partner .bg-container {
  color: #003267;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
}

.bg-partner .bg-container h2 {
  line-height: 1;
  font-size: 35px;
  display: inline-table;
  margin: auto;
  margin-bottom: auto;
  max-width: 400px;
}

@media (min-width: 1281px) {
  .bg-partner:before {
    padding-top: 250px;
  }
}

@media (max-width: 1024px) {
  .bg-partner:before {
    padding-top: 200px;
  }

  .bg-partner {
    background-size: cover !important;
  }

  .bg-partner .bg-container h2 {
    font-size: 30px;
    max-width: 380px;
  }
}

@media (max-width: 980px) {
  .banner-partner h2 {
    max-width: 360px;
  }
}

@media (max-width: 800px) {
  .bg-partner .bg-container h2 {
    font-size: 28px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .banner-partner .container {
    width: 100%;
    left: 0;
    right: 0;
  }

  .banner-partner h2 {
    margin-top: 45px;
  }

  .banner-partner img {
    min-height: 140px;
  }

  .logo-partner:before {
    height: 35px;
  }

  .logo-app.logo-ldp {
    max-height: 38px;
    max-width: 190px !important;
  }

  .logo-app.logo-partner {
    max-height: 38px;
    max-width: 220px !important;
  }

  .logo-app img {
    max-height: inherit;
    max-width: 100%;
  }
}

@media (max-width: 740px) {
  .banner-partner img {
    min-height: 130px;
  }

  .banner-partner h2 {
    margin-top: 40px;
    font-size: 25px;
  }

  .bg-partner .bg-container h2 {
    font-size: 26px;
    max-width: 280px;
  }
}

@media (max-width: 640px) {
  .bg-partner .bg-container h2 {
    max-width: 260px;
  }
}

@media (max-width: 580px) {
  .bg-partner .bg-container h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .container.header-app {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .bg-partner:before {
    padding-top: 170px;
  }

  .banner-partner img {
    min-height: 120px;
  }

  .bg-partner {
    background-size: 150% !important;
  }

  .bg-partner .bg-container h2 {
    max-width: 250px;
  }

  .logo-app.logo-ldp {
    width: 43%;
    max-height: 36px;
  }

  .logo-app.logo-partner {
    width: 45%;
    max-height: 36px;
  }

  .logo-partner:before {
    height: 30px;
  }
}

@media (max-width: 400px) {
  .banner-partner h2 {
    font-size: 22px;
  }

  .banner-partner {
    margin-top: -15px;
  }

  .banner-partner img {
    min-height: 100px;
  }

  .bg-partner .bg-container h2 {
    max-width: 210px;
    font-size: 22px;
  }

  .bg-partner {
    background-size: 170% !important;
    margin-top: -20px;
  }
}

@media (max-width: 340px) {
  .bg-partner {
    background-size: 185% !important;
  }

  .banner-partner img {
    min-height: 80px;
  }

  .banner-partner {
    margin-top: -17px;
  }

  .logo-app.logo-ldp {
    width: 46%;
    max-height: 34px;
  }

  .logo-app.logo-partner {
    width: 48%;
    max-height: 34px;
  }

  .logo-partner:before {
    height: 28px;
  }
}

/* -- Form general --*/

/* -- HORIZONTAL --*/

form.form-horizontal label.control-label {
  line-height: 40px;
  font-size: 14px;
  color: #003267;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

form.form-horizontal .form-control,
form.form-horizontal select {
  border: 1px solid #b6bdc6;
  color: #6d7a8a;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 0 10px;
  background-color: #f8f9fb;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}

.form-horizontal .form-group:last-child,
.form-horizontal .form-group[class*="col-"]:last-child {
  margin-bottom: 0;
}

.form-horizontal .form-group,
.form-horizontal .form-group[class*="col-"] {
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

/* -- INLINE --*/

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: inherit;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  line-height: 35px;
  color: #b6bdc6;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 400;
  vertical-align: top;
  width: 22px;
}

.form-group .input-group .btn-group {
  vertical-align: top;
}

.form-group[class*="col-"] {
  padding-left: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}

.form-group .input-group[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #dcdfe2;
  background: #f8f9fb;
}

.form-group .input-group div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.input-group label.input-group-addon {
  padding: 0;
  position: relative;
  vertical-align: top;
}

.input-group label.input-group-addon p {
  line-height: 35px;
  font-size: 14px;
  color: #6d7a8a;
  margin: 0;
  padding: 0 10px;
}

.input-group label.input-group-addon p span i {
  vertical-align: middle;
  margin: 0 5px;
}

.input-group .input-group-addon.icon {
  padding: 0;
  color: #b6bdc6;
  max-width: 40px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  background: #f8f9fb;
  border: 0;
}

.input-group .input-group-addon.info-tooltip {
  border-bottom: 0 !important;
  max-width: 40px;
  line-height: 35px;
  height: 35px;
  text-align: left;
}

.input-group .input-group-addon.info-tooltip img {
  height: 22px !important;
  object-fit: none;
  vertical-align: middle;
}

.input-group .input-group-addon.info-tooltip img.loader {
  height: 35px !important;
  width: 40px;
  right: 10px;
}

.input-group .input-group-addon.icon img {
  height: 35px;
  float: right;
  object-fit: none;
  margin: 0 5px;
}

.input-group .input-group-addon.icon i {
  width: 35px;
  line-height: 35px;
}

.input-group-addon:last-child:not(.icon) {
  min-width: 35px;
  text-align: left;
  line-height: 35px;
  font-size: 14px;
  color: #6d7a8a;
}

.input-group-addon:last-child:not(.icon) img {
  height: 35px;
  object-fit: contain;
  margin-left: 23px;
}

a.input-group-addon.info,
a.input-group-addon.info:hover,
a.input-group-addon.info:focus {
  width: 35px;
  height: 35px;
  text-align: center !important;
}

a.input-group-addon.info img,
a.input-group-addon.info:hover img,
a.input-group-addon.info:focus img {
  max-height: 25px;
  object-fit: contain;
  margin-top: -2px !important;
  margin-left: 0 !important;
}

.input-group .form-control {
  color: #57616f;
  float: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0 10px;
  background: #f8f9fb;
  border: 0;
}

.input-group .form-control::-webkit-input-placeholder {
  color: #a8b0bb;
  font-size: 13.75px;
  letter-spacing: -0.3px;
}

.input-group .form-control::-moz-placeholder {
  color: #a8b0bb;
  font-size: 13.75px;
  letter-spacing: -0.3px;
}

.input-group .form-control:-moz-placeholder {
  color: #a8b0bb;
  font-size: 13.75px;
  letter-spacing: -0.3px;
}

.input-group .form-control::placeholder {
  color: #a8b0bb;
  font-size: 13.75px;
  letter-spacing: -0.3px;
}

.input-group .form-control:-ms-input-placeholder {
  color: #a8b0bb;
  font-size: 13.75px;
  letter-spacing: -0.3px;
}

.input-group .form-control[disabled]::-webkit-input-placeholder {
  color: #748192;
}

.input-group .form-control[disabled]::-moz-placeholder {
  color: #748192;
}

.input-group .form-control[disabled]:-moz-placeholder {
  color: #748192;
}

.input-group .form-control[disabled]::placeholder {
  color: #748192;
}

.input-group .form-control[disabled]:-ms-input-placeholder {
  color: #748192;
}

.form-group .form-control[disabled],
.form-group .form-control[readonly],
.form-group fieldset[disabled] .form-control {
  background: #e4e7ea !important;
  color: #778494;
}

.input-group .bootstrap-select>.dropdown-toggle {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  border: 0;
  color: #6d7a8a;
}

.input-group .bootstrap-select>select.mobile-device {
  font-size: 14px;
}

.input-group .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.input-group .bootstrap-select.btn-group .dropdown-menu.inner li a {
  line-height: inherit;
}

.form-group .form-control[disabled],
.form-group .form-control[readonly],
.form-group fieldset[disabled] .form-control {
  background: #f3f4f6;
}

.form-group .form-control[disabled]:focus,
.form-group .form-control[readonly]:focus {
  border-color: #b6bdc6;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

form legend {
  font-size: 18px;
  text-transform: uppercase;
  color: #005d9f;
  font-weight: 600;
  border-bottom: 0;
  padding: 20px 0 0 0;
  letter-spacing: 0.1px;
  margin-top: 0;
}

legend.legend-compact {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  margin: 15px 0 0 auto;
  padding: 0;
  max-width: 110px;
  color: #6d7a8a;
  border: 0;
}

input [type="text"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus,
input[type="number"].form-control:focus,
input[type="tel"].form-control:focus {
  border-color: #6d7a8a;
  outline: 0;
  box-shadow: none;
  background-color: white;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  min-width: 160px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

button span {
  outline: none;
}

button.btn-primary,
button.btn-primary {
  background: #eb6e27;
  text-transform: uppercase;
}

button.btn-default,
button.btn-default {
  text-transform: uppercase;
}

.button-btn {
  padding: 15px 20px;
  font-family: "Fira Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 14px;
}

.ladda-button span,
.ladda-button span:hover,
.ladda-button span:focus {
  background: transparent;
  border: 0 none;
  outline: none;
  padding: unset;
}

.ladda-button {
  padding: inherit;
  font-size: inherit;
}

.ladda-button .ladda-spinner {
  border: 3px solid turquoise;
  border-right-color: #fff;
  border-top-color: #003267;
  border-left-color: #0e84c5;
  border-bottom-color: #0770b2;
  border-radius: 50%;
  animation: 0.6s linear mm-spin infinite;
  top: 50%;
}

.ladda-button[data-style="slide-left"] .ladda-spinner {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.ladda-button[data-style="expand-left"] .ladda-spinner {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: 0px;
}

.ladda-button .ladda-spinner [role="progressbar"] {
  display: none;
}

.btn-cancel {
  margin: 25px 0;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #4e5a6a;
}

/* new loader */
.lp-spinner {
  font-size: 25px;
}

.running span {
  margin-left: 20px;
}

button .lp-spinner::after {
  border: 3px solid currentColor;
  border-left-color: transparent;
}

button.ld-over .lp-spinner {
  font-size: 40px;
}

button.ld-over:before {
  background: none;
}

@media (max-width: 1100px) {
  legend.legend-compact {
    font-size: 12px;
    max-width: inherit;
  }

  .form-group[class*="col-"] {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  form.form-horizontal label.control-label {
    padding-left: 20px;
    line-height: 35px;
    display: block;
    text-align: left;
  }

  .form-horizontal .form-group,
  .form-horizontal .form-group[class*="col-"] {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  legend.legend-compact {
    text-align: left;
    margin: 10px 0 0 auto;
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  form .form-group legend {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  form .form-group legend {
    font-size: 15px;
  }

  button.btn {
    padding: 20px;
  }

  .btn {
    font-size: 13px;
  }

  .btn-app-modal {
    margin-top: 20px;
  }

  .modal-body .btn {
    padding: 15px;
  }
}

/* -- HEADER OF FORMS -- */

.header-form {
  text-align: center;
  margin: 20px 10px;
}

.header-form h1,
.header-form h2,
.header-form h3 {
  margin: 0;
  font-weight: 600;
}

.header-form i {
  font-style: normal;
}

.header-form p:not(.conversational-head) {
  font-size: 15px;
  margin: 0;
}

.header-form p.conversational-head {
  font-size: 14px;
  color: #4e5a6a;
  line-height: 1.25;
  margin: 0;
}

.header-form p.conversational-head>span:first-child {
  font-size: 17px;
  display: block;
  font-weight: 500;
  line-height: 1;
  color: #4e5a6a;
  border-bottom: calc(0.5px + 0.05em) solid #f8f9fa;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header-form p.conversational-head span.conversational-subhead {
  text-transform: inherit;
}

.header-form p.conversational-head span strong {
  color: #005d9f;
}

.header-form p.conversational-head span strong.bolder {
  color: #0770b2;
}

.header-form .separator-line {
  border-color: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .header-form {
    margin: 15px 0;
  }
}

@media (max-width: 580px) {
  .header-form {
    max-width: 95%;
    margin: 10px auto 15px auto;
  }

  .header-form>div {
    padding: 0;
  }

  .header-form p.conversational-head>span,
  .header-form p.conversational-head span strong,
  .header-form p.coversational-head strong.bolder {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .header-form {
    max-width: 100%;
  }

  .header-form p.conversational-head {
    font-size: 13px;
  }

  .header-form p.conversational-head>span,
  .header-form p.conversational-head span strong,
  .header-form p.coversational-head strong.bolder {
    font-size: 15px;
  }

  .header-form p.conversational-head>span {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

/* -- VALIDATIONS -- */

.message-validation {
  margin-top: -1px;
  font-weight: 400;
  font-size: 12.75px;
  color: #e8450c;
  padding: 5px 3px;
  text-align: left;
  z-index: 3;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.message-validation span.glyphicon::before {
  content: "";
  background: var(--lporange) url(/spa/img/ico/ico-lp-error.svg) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 14px;
  border-radius: 16px;
  background-position-x: center;
  background-position-y: center;
}

.message-validation:not(.hide) {
  border-top: 2px solid #eb6e27;
  display: table;
}

.message-validation.not-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.message-validation .glyphicon {
  top: -1px;
  vertical-align: middle;
  font-size: 14px;
  width: 16px;
  margin-right: 2.5px;
  text-align: left;
}

.general-error {
  max-width: 90%;
  margin: 15px auto 40px auto;
}

.general-error .bg-warning:not(.hide) {
  padding: 30px;
}

.general-error i,
.general-error img {
  margin-bottom: 10px;
}

.general-error span.error-title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}

img.loading-inline {
  padding: 0px 5px;
  object-fit: contain !important;
  height: 35px;
  width: 35px;
}

form .social-security .input-group-addon .loading-inline {
  margin-left: -10px;
}

.check-terms {
  margin-top: 20px;
}

p.short-terms {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}

/* -- Header user --*/

.user-header .info-user {
  background: #fff;
  text-align: center;
}

.info-user h3,
.info-user h3 span {
  font-size: 18px;
  color: #003267;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 0 10px;
}

.info-user span.color-orange {
  font-size: 22px;
  font-weight: 700;
  color: #eb6e27;
}

.info-user span.loan-amount-head {
  font-size: 24px;
  font-weight: 700;
  color: #eb6e27;
}

/* -- SEPARATORS DEAD IN 2019 --*/

.separator-line,
.separator-line-top,
.separator-line-dark {
  display: none;
}

/* PARTNER TEST */

.cantainer-offers-test {
  padding: 10px;
  display: flow-root;
}

.card-test-element {
  margin-bottom: 10px;
}

.card-test {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-test-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}

.card-test-title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
}

.card-test-text {
  clear: both;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.68);
}

.card-test-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}

.card-test-inverse .btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.meta-test a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.meta-test a:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* END PARTNER TEST */

@media (max-width: 767px) {}

@media (max-width: 680px) {}

@media (max-width: 580px) {
  .form-group .font-giant {
    font-size: 20px !important;
  }

  .form-group .font-large {
    font-size: 16px !important;
  }

  .form-group p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 450px) {}

@media (max-width: 380px) {}

/* -- TOOLTIPS --*/

.tooltip {
  min-width: 280px;
  line-height: 1.2;
  padding: 0;
}

.tooltip .tooltip-inner {
  max-width: 260px;
  width: 100%;
  padding: 8px;
  color: #ffffff;
  background: #4e5a6a;
  border-radius: 3px;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05px;
  box-shadow: 0 0 5px 0 rgba(43, 50, 59, 0.5);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #4e5a6a;
  margin: 0;
}

.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

@media (max-width: 380px) {
  .tooltip .tooltip-inner {
    max-width: 250px;
  }
}

/* -- NEW HELP --*/

.help-tooltip {
  max-width: 670px;
  width: 90%;
  position: relative;
  background: #fff;
  border: 2px dotted #b6bdc6;
  padding: 30px;
  height: auto;
  border-radius: 5px;
  margin-top: 30px;
}

.help-tooltip::before {
  bottom: 100%;
  left: calc(50% - 25.5px);
  content: " ";
  height: 26px;
  width: 51px;
  position: absolute;
  background: url(/spa/img/top-tooltip-help.png) no-repeat center center;
}

.help-tooltip h3 {
  margin-bottom: 10px;
}

.help-tooltip p {
  font-size: 15px;
  font-weight: 400;
  max-width: 500px;
  margin: auto;
}

.help-tooltip label {
  font-size: 14px;
  font-weight: 500;
}

.help-tooltip .checkbox label {
  padding-left: 35px;
}

@media (max-width: 568px) {
  .help-tooltip {
    padding: 25px;
  }
}

@media (max-width: 320px) {
  .help-tooltip .checkbox input[type="checkbox"]+span {
    vertical-align: text-bottom;
  }
}

/* -- Nivo lightbox -- */

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  padding: 10px;
}

.disclaimer-swipe {
  display: none;
}

.nivo-lightbox-content .table {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: #edeff0;
}

.nivo-lightbox-content .table tbody tr {
  border-bottom: #b6bdc6 solid 1px;
}

.nivo-lightbox-content .table tbody tr:first-child,
.nivo-lightbox-content .table tbody tr:last-child {
  border-bottom: none;
}

.nivo-lightbox-content .table td,
.nivo-lightbox-content .table td p {
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 27px;
  font-size: 24px;
}

.nivo-lightbox-content .table td ul {
  margin-top: 20px;
  margin-left: 15px;
}

.nivo-lightbox-content .table td h5 {
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 700;
}

.nivo-lightbox-content .table th,
.nivo-lightbox-content .table td {
  padding: 15px 50px;
}

.nivo-lightbox-content .table th {
  vertical-align: middle;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: inherit;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  font-size: 28px;
  color: #fff;
  background: #5cbfdf;
}

.nivo-lightbox-content .table.table-borders tbody tr td {
  border-left: #6d7a8a solid 1px;
}

.nivo-lightbox-content .table.table-borders tbody tr>td:first-child {
  border-left: none;
}

@media (max-width: 767px) {
  .disclaimer-swipe {
    display: block;
  }

  .nivo-lightbox-content .table table {
    max-width: 100%;
  }

  .nivo-lightbox-content .table th,
  .nivo-lightbox-content .table td {
    padding: 15px 20px;
  }

  .nivo-lightbox-content .table td,
  .nivo-lightbox-content .table td p {
    font-family: "Fira Sans", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 22px;
    font-size: 20px;
  }

  .nivo-lightbox-content .table th {
    line-height: 26px;
    font-size: 24px;
  }

  .nivo-lightbox-content .table td ul {
    margin-top: 20px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {

  .nivo-lightbox-content .table th,
  .nivo-lightbox-content .table td {
    padding: 15px 10px;
  }
}

/* -- NEW SITE QUOTES -- */

.note-quote-new {
  background: transparent;
  font-family: "Fira Sans", Helvetica, sans-serif;
  font-weight: 400;
  color: #4e5a6a;
  margin: 25px auto;
  text-align: center;
  font-weight: 500;
}

.note-quote-new p {
  position: relative;
  display: inline-block;
  margin: 30px auto;
  line-height: 1.35;
  font-size: 19px;
  padding: 0 50px;
}

.note-quote-new p a {
  color: #4e5a6a;
  font-weight: 300;
  font-size: 19px;
}

.note-quote-new p a:hover {
  color: #003267;
  font-weight: 400;
}

.note-quote-new p em {
  font-weight: 400;
  font-size: 16px;
  color: #2b323b;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-style: normal;
}

.note-quote-new p::before,
.note-quote-new p::after,
.form-selectoffer .note-quote-new p::before,
.form-selectoffer .note-quote-new p::after {
  content: "";
  width: 30px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 10px;
}

.note-quote-new p::before {
  background: url(/spa/img/ico-quote-left.png) no-repeat center center;
  left: -10px;
}

.note-quote-new p::after {
  background: url(/spa/img/ico-quote-right.png) no-repeat center center;
  right: -10px;
}

@media (max-width: 667px) {
  .note-quote-new p {
    font-size: 20px;
    width: 85%;
  }
}

@media (max-width: 480px) {
  .note-quote-new p {
    width: 90% !important;
    font-size: 17px !important;
  }

  .note-quote-new p em {
    float: none;
    text-align: center;
    padding-right: 0;
    display: inline-block;
    margin-top: 20px;
    line-height: 1;
  }

  .note-quote-new {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .note-quote-new p {
    font-size: 16px;
    padding: 0 30px;
  }
}

/* -- FONTAWESOME ICONS -- */

.fa-lg {
  font-size: 1.65em;
}

/* -- Shortcodes -- */

.m-auto {
  margin: 0 auto;
}

.form-horizontal .not-p-top,
.not-p-top {
  padding-top: 0;
}

.not-m-top {
  margin-top: 0 !important;
}

.not-m-bottom {
  margin-bottom: 0 !important;
}

.m-top {
  margin-top: 3.5% !important;
}

.m-bottom {
  margin-bottom: 3.5% !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.space-off {
  white-space: nowrap;
}

.margin-v {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin-v>*:first-child {
  margin-top: 0;
}

.margin-v>*:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .margin-v {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }

  .no-mobile {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .mobile {
    display: inline-block;
  }

  .no-mobile {
    display: none;
  }
}

.input-loader {
  position: relative;
}

.input-loader img.loader {
  position: absolute;
  right: 18px;
  top: 3px;
}

.input-loader>input {
  padding-right: 50px;
}

@media (max-width: 320px) {
  .btn-mobile {
    font-size: 14px;
  }
}

div[element-view="loan-status"] {
  min-height: 25px;
}

div[element-view="header-user"] {
  max-height: 126px;
  display: none;
}

/**
 * NEW LOADING
 */
.lp-loading {
  text-align: center;
  position: relative;
}

.lp-loading::after {
  content: "Loading...";
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  line-height: 130px;
  z-index: 999;
  text-transform: uppercase;
  animation: blinkingText 1s infinite;
  font-size: 13px;
}

.lp-preloader {
  background: #edeef0 url("/spa/img/lp-round.svg") no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 32px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 32px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 32px 10px rgba(255, 255, 255, 1);
  position: relative;
  padding: 15px;
  width: 130px;
  height: 130px;
  z-index: 300;
  border-radius: 50%;
  border: 0;
  animation: 10s linear mm-spin infinite;
  display: inline-block;
  margin: 5px auto;
}

.lp-preloader>.load-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid turquoise;
  border-right-color: #eb6e27;
  border-top-color: #003267;
  border-left-color: #0e84c5;
  border-bottom-color: #0770b2;
  border-radius: 50%;
  animation: 0.6s linear mm-spin infinite;
}

@keyframes mm-spin {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes blinkingText {
  0% {
    color: #003267;
  }

  50% {
    color: #b6bdc6;
  }

  100% {
    color: #003267;
  }
}

/* APPLY RIGHT TRAIL FEATURES */

.lp-apply-features {
  padding: 0 20px 20px 0;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.lp-apply-features img {
  padding: 0 15px;
  width: 100px;
  display: block;
  margin: auto;
}

.lp-apply-features p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 5px;
  color: #005d9f;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .lp-apply-features {
    padding: 0;
  }

  .lp-apply-features p {
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  .lp-apply-features hr {
    display: none;
  }

  .lp-apply-features {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    position: relative;
    top: 0;
  }

  .lp-apply-features p {
    font-size: 12.5px;
    width: 200px;
    max-width: 25%;
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
  }

  .lp-apply-features p:nth-child(n + 2)::before {
    content: "";
    width: 2px;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    background: var(--lightgray);
  }

  .lp-apply-features img {
    padding: 0 0 5px 0;
    width: 65px;
  }
}

@media (max-width: 680px) {
  .lp-apply-features {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lp-apply-features img {
    width: 45px;
  }

  .lp-apply-features p {
    font-size: 11.5px;
    padding: 10px 7.5px;
  }
}

@media (max-width: 480px) {
  .lp-apply-features {
    display: block;
    margin-top: 10px;
  }

  .lp-apply-features p:first-child {
    width: 100%;
    max-width: 100%;
  }

  .lp-apply-features p {
    font-size: 11px;
    max-width: 32.5%;
    padding: 10px;
    vertical-align: top;
  }

  .lp-apply-features.ebay p:not(:first-child) {
    max-width: 49.5%;
  }

  .lp-apply-features p::before {
    display: none;
  }

  .lp-apply-features img {
    width: 40px;
  }
}

@media (max-width: 360px) {
  .lp-apply-features p {
    font-size: 10px;
    max-width: 32%;
    padding: 10px 0;
    line-height: 1.2;
    font-weight: 500;
  }

  .lp-apply-features.ebay p:not(:first-child) {
    max-width: 49%;
  }
}

/* APPLY RIGHT TRAIL LOAN STATUS 2019 */

.lp-side-box {
  padding: 20px 0 10px 30px;
  border-left: 2px solid var(--lightgray);
  border-left: 2px solid #edeef0;
  margin: 10px 0 20px 0;
}

.lp-side-box h3 {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  color: var(--medgray);
  color: #6d7a8a;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

.lp-side-box ul {
  position: relative;
  margin-left: -10px;
  margin-top: 10px;
  padding: 0;
}

.lp-side-box ul li {
  position: relative;
}

.lp-stepsbar ul .tooltip.left {
  position: absolute;
  min-width: 80px;
}

.lp-stepsbar ul .tooltip.left .tooltip-arrow {
  display: none;
}

.lp-stepsbar ul .tooltip.left .tooltip-inner {
  padding: 6px 10px;
  background: var(--lpblue);
  background: #003267;
  border-radius: 2px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: normal;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lp-stepsbar ul>li:nth-child(n + 2) {
  margin-top: 7px;
}

.lp-stepsbar ul li.step a {
  font-size: 11.5px;
  text-transform: uppercase;
  font-weight: 400;
  height: 30px;
  color: var(--medgray);
  color: #6d7a8a;
  margin-bottom: 10px;
  cursor: default;
  outline: none;
}

.lp-stepsbar ul li.step a span:last-child {
  display: none;
}

.lp-stepsbar ul li.step:last-child a,
.lp-stepsbar ul li.step:last-child span {
  color: var(--gray);
  color: #b6bdc6;
}

.lp-stepsbar ul li::before {
  content: "";
  width: 27px;
  height: 27px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  color: var(--gray);
  color: #b6bdc6;
  border: 2px solid white;
  box-shadow: inset 0px 0px 0px 1.5px #b6bdc6;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  box-sizing: unset;
}

.lp-stepsbar ul li::after {
  content: "";
  position: absolute;
  left: 5px;
  margin-top: 5px;
  z-index: 2;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: transparent;
  text-align: center;
  display: inline;
  box-sizing: unset;
}

.lp-stepsbar ul li.done::after,
.lp-stepsbar ul li.current.done::after {
  content: "";
  background: url(/spa/img/loans/ico-check.svg) no-repeat;
  color: white;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  left: 1px;
  margin: 0;
  box-sizing: unset;
  transition: all 150ms;
}

.lp-stepsbar ul li:hover::after {
  background: var(--lightgray);
  background: #edeef0;
}

.lp-stepsbar ul li.current:hover::after {
  background: var(--medblue);
  background: #005d9f;
}

.lp-stepsbar ul li.done:hover::after {
  content: "";
  background: url(/spa/img/loans/ico-check.svg) no-repeat;
  transform: scale(1.25);
}

.lp-stepsbar ul li.current::after {
  background: var(--gray);
  border-color: var(--medblue);
  background: #b6bdc6;
  border-color: #005d9f;
}

.lp-stepsbar ul li.current span {
  color: var(--medblue);
  color: #005d9f;
  font-weight: 500;
}

.lp-stepsbar ul li a {
  color: var(--medgray);
  color: #6d7a8a;
}

.lp-stepsbar ul li:hover a,
.lp-stepsbar ul li:focus a {
  color: var(--medblue);
  color: #005d9f;
}

.lp-stepsbar ul li.done a,
.lp-stepsbar ul li.done span {
  color: var(--lpblue);
  font-weight: 500;
  color: #003267;
}

@media (max-width: 1100px) {
  .lp-side-box {
    padding-left: 22.5px;
    margin-right: -15px;
  }

  /* APP SIDEBAR PHONE */

  .lp-help-phone {
    padding: 15px 0 15px 30px;
  }

  /* APP SIDEBAR PROGRESSBAR */

  .lp-stepsbar ul {
    margin-left: -38px;
    margin-top: 0;
  }

  .lp-stepsbar ul li::before {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .lp-form-container>.row:not(.lp-nosidebar) {
    display: flex;
  }

  .lp-form-container>.row .lp-loan-bar {
    width: calc(100% * 1 / 6.001);
    order: 99;
  }

  .lp-form-container>.row .lp-loan-bar+div {
    width: calc(100% * 5 / 6.001);
    padding: 0 20px;
  }
}

@media (max-width: 840px) {
  .lp-form-container>.row {
    display: block !important;
  }

  .lp-form-container>.row .lp-loan-bar+div,
  .lp-form-container>.row .lp-loan-bar {
    width: 100%;
    order: inherit;
    padding: 0;
  }

  .lp-form-container>.row.lp-nosidebar .col-md-10 {
    padding: 0;
  }

  /* APP SIDEBAR PHONE */

  .lp-help-phone {
    width: 100px;
    position: absolute;
    zoom: 95%;
    right: -20px;
    text-align: center;
    top: 40px;
    padding: 0;
  }

  .lp-help-phone p,
  .lp-help-phone a {
    font-size: 13px;
    line-height: 0.75;
  }

  /* APP SIDEBAR PROGRESSBAR */

  .lp-side-box {
    border-left: 0;
    padding: 0;
    margin: 0;
    flex: none;
  }

  .lp-stepsbar {
    position: absolute;
    top: -10px;
    width: 100%;
  }

  .lp-stepsbar h3 {
    display: none;
  }

  .lp-stepsbar ul {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 25px;
    text-align: center;
  }

  .lp-stepsbar ul li {
    margin: 0;
    width: auto;
    position: relative;
    display: inline-block;
    max-width: 100px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .lp-stepsbar ul>li:nth-child(n + 2),
  .lp-stepsbar ul>li>ul {
    margin-top: 0;
    margin-left: 5px;
  }

  .lp-stepsbar ul li:nth-child(1),
  .lp-stepsbar ul li:nth-child(2),
  .lp-stepsbar ul li:nth-child(5),
  .lp-stepsbar ul li:nth-child(6) {
    max-width: 110px;
  }

  .lp-stepsbar ul li:nth-child(3) {
    max-width: 55px;
  }

  .lp-stepsbar ul li::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 0;
  }

  .lp-stepsbar ul li::after {
    width: 14px;
    height: 14px;
    top: 5px;
    margin-top: 0;
  }

  .lp-stepsbar ul li.done::after,
  .lp-stepsbar ul li.current.done::after {
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-size: contain;
    left: 0;
    top: 0;
  }

  .lp-stepsbar ul li.step a span:nth-child(2) {
    display: inline;
  }

  .lp-stepsbar ul li.step a span:first-child {
    display: none;
  }

  .lp-stepsbar ul li a span,
  .lp-stepsbar ul li span {
    font-size: 11px;
    height: 25px;
    white-space: inherit;
  }

  .lp-stepsbar ul .tooltip.left {
    display: none;
  }
}

@media (max-width: 640px) {
  /* APP SIDEBAR PHONE */

  .lp-help-phone.lp-side-box {
    display: none;
  }
}

@media (max-width: 580px) {
  .lp-form-container .row.lp-nosidebar>.col-md-10+.col-md-2 {
    padding: 0;
  }

  /* APP SIDEBAR PROGRESSBAR */

  .lp-stepsbar ul,
  .lp-stepsbar ul li {
    height: 22px;
  }

  .lp-stepsbar ul li::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .lp-stepsbar ul li::after {
    width: 10px;
    height: 10px;
    top: 6px;
  }

  .lp-stepsbar ul li.done::after,
  .lp-stepsbar ul li.current.done::after {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 2px;
  }
}

@media (max-width: 510px) {
  /* APP SIDEBAR PROGRESSBAR */

  .lp-stepsbar {
    top: -15px;
  }

  .lp-stepsbar ul,
  .lp-stepsbar ul li {
    height: 30px;
  }

  .lp-stepsbar ul li {
    overflow: inherit;
    max-width: inherit !important;
    text-overflow: unset;
    margin-left: 0 !important;
    text-align: center;
    height: auto;
    margin-top: 4px;
  }

  .lp-stepsbar ul li a {
    line-height: 20px;
  }

  .lp-stepsbar ul li a span,
  .lp-stepsbar ul li span {
    font-size: 10px;
    letter-spacing: 0.15px;
    height: 20px;
    padding: 0 5px;
  }

  .lp-stepsbar ul li::before {
    display: none;
  }

  .lp-stepsbar ul li::after {
    width: 10px;
    height: 10px;
    top: -10px;
    left: calc(50% - 5px);
  }

  .lp-stepsbar ul li.done::after,
  .lp-stepsbar ul li.current.done::after {
    width: 14px;
    height: 14px;
    top: -12.5px;
    left: calc(50% - 7px);
  }

  .lp-stepsbar .uk-list>li:nth-child(n + 2),
  .lp-stepsbar .uk-list>li>ul {
    margin-left: 3px;
  }
}

@media (max-width: 400px) {

  .lp-stepsbar ul li a span,
  .lp-stepsbar ul li span {
    font-size: 10px;
    padding: 0 1.25px;
    letter-spacing: 0px;
  }
}

@media (max-width: 360px) {
  .lp-stepsbar ul {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}

/* APPLY RIGHT TRAIL LOAN INFO 2019 */

.lp-myloan .loan-table {
  max-width: unset;
  width: 100%;
  background: transparent;
}

.lp-myloan .loan-table td {
  padding: 10px 0;
  font-weight: 500;
  color: var(--gray);
  font-size: 12px;
  text-transform: uppercase;
}

.lp-myloan .loan-table td:last-child {
  text-align: right;
}

.lp-myloan .loan-table td strong {
  color: var(--medblue);
  font-weight: 500;
  font-size: 13.5px;
  text-transform: none;
}

.lp-myloan .loan-table tr:not(:first-child) {
  border-top: 1px dotted var(--gray);
  border-bottom: 0;
}

/* my loan mobile  */

@media (max-width: 840px) {
  .lp-myloan {
    display: flex;
    height: 30px;
    top: 20px;
    position: relative;
    border-top: 2px solid #f3f4f6;
    margin-left: -15px;
    margin-right: -17px;
    margin-bottom: 30px;
  }

  .lp-myloan h3 {
    width: 25%;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    color: #004B8D;
    text-align: right;
  }

  .lp-myloan .loan-table {
    width: 72.5%;
    margin-left: 10px;
    margin-right: 0;
  }

  .lp-myloan .loan-table tbody {
    display: flex;
  }

  .lp-myloan .loan-table tr {
    border-top: 0 !important;
  }

  .lp-myloan .loan-table tr {
    margin-right: 5px;
  }

  .lp-myloan .loan-table tr td {
    padding: 7px 2.5px;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 15px;
    color: #6d7a8a;
  }

  .lp-myloan .loan-table td strong {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .lp-myloan h3 {}

  .lp-myloan {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .lp-myloan h3 {
    margin-left: auto;
    width: auto;
  }

  .lp-myloan .loan-table {
    width: auto;
    margin-left: 5px;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .lp-myloan {
    zoom: 90%;
  }

  .lp-myloan h3 {
    display: none;
  }

  .lp-myloan .loan-table {
    margin-left: auto;
  }
}

@media (max-width: 360px) {
  .lp-myloan .loan-table tr td {
    padding: 7px 3px 7px 0;
    font-size: 9px;
    letter-spacing: 0;
  }

  .lp-myloan .loan-table td strong {
    font-size: 11px;
  }

  .lp-myloan .loan-table tr {
    margin-right: 4px;
  }
}

/* APPLY INFO BOX 2019 */

.lp-box-info {
  border: 2px dotted #b6bdc6;
  max-width: 600px;
  margin: 20px auto;
}

.lp-box-info div {
  padding: 30px 15px;
  display: table-cell;
  vertical-align: middle;
}

.lp-box-info .info-img {
  min-width: 200px;
  text-align: right;
}

.lp-box-info img {
  width: 100px;
}

.lp-box-info div strong {
  color: var(--medblue);
  color: #005d9f;
  font-weight: 400;
}

@media (max-width: 767px) {
  .lp-box-info div {
    padding: 25px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }

  .lp-box-info .info-img {
    width: 30%;
    text-align: center;
    display: inline-block;
    min-width: 30%;
  }
}

#tm-footer {
  margin-top: 50px;
  position: relative;
  background: #2b323b;
  -webkit-font-smoothing: antialiased;
}

#tm-footer:before {
  width: 100%;
  height: 12px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f70029+0,f64f2e+20,e9703c+40,bd8f6d+60,8ab0a6+80,49c9d6+100 */
  background: #f70029;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #f70029 0%,
      #f64f2e 20%,
      #e9703c 40%,
      #bd8f6d 60%,
      #8ab0a6 80%,
      #49c9d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #f70029 0%,
      #f64f2e 20%,
      #e9703c 40%,
      #bd8f6d 60%,
      #8ab0a6 80%,
      #49c9d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #f70029 0%,
      #f64f2e 20%,
      #e9703c 40%,
      #bd8f6d 60%,
      #8ab0a6 80%,
      #49c9d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f70029', endColorstr='#49c9d6', GradientType=1);
  /* IE6-9 */
}

.tm-footer-apply>.uk-panel.legal-footer {
  background: white;
  font-size: 13px;
  color: #2b323b;
  font-weight: 400;
}

.tm-footer-apply>.uk-panel.legal-footer p {
  background: white;
  font-style: italic;
  line-height: 145%;
  font-size: 13px;
  color: #2b323b;
  font-weight: 400;
  text-align: left;
}

.legal-foot {
  margin-bottom: 60px;
}

@media (max-width: 320px) {
  .legal-foot {
    margin-bottom: 160px;
  }
}

@media (min-width: 321px) and (max-width: 420px) {
  .legal-foot {
    margin-bottom: 130px;
  }
}

@media (min-width: 421px) and (max-width: 536px) {
  .legal-foot {
    margin-bottom: 110px;
  }
}

@media (min-width: 537px) and (max-width: 955px) {
  .legal-foot {
    margin-bottom: 90px;
  }
}

#tm-footer.tm-footer-apply .widget_nav_menu:first-child {
  width: auto;
}

#tm-footer.tm-footer-apply .widget_nav_menu:first-child ul {
  width: auto;
}

@media (max-width: 680px) {
  .app-footer .uk-icon-medium {
    font-size: 130%;
  }

  .app-footer .uk-text-big {
    font-size: 16px !important;
  }
}

@media (max-width: 340px) {}

/* lightbox styles */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(43, 50, 59, 0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-position: right top;
  top: 20px !important;
  right: 20px !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-inline {
  padding: 15px !important;
}

.border-giant {
  border-width: 4px;
}

.border-big {
  border-width: 3px;
}

.border-middle {
  border-width: 2px;
}

.border-small {
  border-width: 1px;
}

/*
  Shortcuts Css
  + Don't add more Css below this, this is the end of the file
  + No agregue mas Css debajo de estos, este es el final del archivo
*/

/* texts */

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

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

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

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

.text-top {
  vertical-align: text-top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: text-bottom;
}

.text-none {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

/* colors */

.white {
  color: #ffffff;
}

.black {
  color: #2b323b;
}

/* text transform */

.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.capita {
  text-transform: capitalize !important;
}

.strike {
  text-decoration: line-through !important;
}

/* fonts */

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.line-small {
  line-height: 12px;
}

/* font-sizes */

.font-giant {
  font-size: 24px !important;
}

.font-big {
  font-size: 20px !important;
}

.font-large {
  font-size: 18px !important;
}

.font-med {
  font-size: 16px !important;
}

.font-normal {
  font-size: 15px !important;
}

.font-small {
  font-size: 14px !important;
}

.font-tiny {
  font-size: 12px !important;
}

/* divs */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.invisible {
  visibility: hidden;
}

.overflow {
  overflow: hidden;
}

/* mouse */

.pointer {
  cursor: pointer;
}

/* verticals */

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

/* ul and li */

.list-none {
  list-style-type: none;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-circle {
  list-style-type: circle;
}

.list-disc {
  list-style-type: disc;
}

.list-square {
  list-style-type: square;
}

.list-upper-roman {
  list-style-type: upper-roman;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}

/* reset */

.reset-padding {
  padding: 0;
}

.reset-border {
  border: none;
}

.reset-margin {
  margin: 0;
}

.reset-text {
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
}

.decoration-none {
  text-decoration: none;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.hidden-field {
  width: 0px;
  height: 0px;
  border: none;
  position: absolute;
  left: -999999px;
  z-index: -1;
  opacity: 0;
}

.apply-reviews-content.note-quote-new {
  padding-left: 5px;
  padding-right: 5px;
}

.carousel-inner {
  padding: 0px 10px;
}