/*! 
 * jQuery UI CSS Framework 1.12.1 
 * http://jqueryui.com 
 * 
 * Copyright jQuery Foundation and other contributors 
 * Released under the MIT license. 
 * http://jquery.org/license 
 * 
 * http://api.jqueryui.com/category/theming/ 
 */
.ui-datepicker .ui-datepicker-header, .ui-icon {
  position: relative;
}

.ui-datepicker .ui-icon, .ui-icon {
  background-repeat: no-repeat;
  text-indent: -99999px;
}

.ui-datepicker table, .ui-helper-clearfix:after, .ui-helper-clearfix:before, table {
  border-collapse: collapse;
}

a:hover, ins {
  text-decoration: none;
}

.def em, .def em b, .def em strong, .def i, mark {
  font-style: italic;
}

.address-results ul, .def ul.clean, .steps ol, .tabs, nav ul {
  list-style: none;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  margin-top: -.25em;
  overflow: hidden;
  vertical-align: middle;
}

.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px;
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  display: none;
  width: 17em;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-weight: 700;
  padding: .7em .3em;
  text-align: center;
}

.aleft, .ui-slider {
  text-align: left;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0;
  padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker .ui-icon {
  display: block;
  left: .5em;
  overflow: hidden;
  top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
}

.ui-dialog .ui-dialog-content {
  background: 0 0;
  border: 0;
  overflow: auto;
  padding: .5em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
  text-align: left;
}

a, hr {
  padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  right: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-s {
  bottom: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-w {
  left: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  height: 7px;
  width: 7px;
}

.ui-dialog .ui-resizable-se {
  bottom: 0;
  right: 0;
}

.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2;
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}

#header, .result {
  position: relative;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.button05, .ui-dialog .ui-dialog-buttonpane .btn.ui-button {
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$concrete", endcolorstr="$color_mercury_approx", gradienttype=0);
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  height: 100px;
  width: .8em;
}

* html .col, hr {
  height: 1px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h2, h3 {
  font-weight: 700;
  margin: 0 0 10px;
}

ins, mark {
  background-color: #FF9;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  background: 0 0;
  color: #27251F;
  font-size: 100%;
  margin: 0;
  text-decoration: underline;
  vertical-align: baseline;
}

body, button, input, select, textarea {
  color: #27251F;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.def table td, input, select {
  vertical-align: middle;
}

mark {
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #CCC;
  display: block;
  margin: 1em 0;
}

body {
  background: #FAFAFA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

#footermenu > ul > li, h1, h2, h3 {
  font-family: Poppins, sans-serif;
}

h1 {
  border-bottom: 1px solid #EEE;
  clear: both;
  color: #27251F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 20px 5px;
}

.def p, h2, h3 {
  line-height: 20px;
}

h2 {
  color: #27251F;
  font-size: 18px;
}

h3 {
  color: #27251F;
  display: inline-block;
  font-size: 16px;
}

ul {
  list-style-position: inside;
}

.def {
  margin-top: 16px;
}

.def em b, .def em strong {
  font-weight: 700;
}

.def strong {
  font-weight: 700;
}

.def strong b, .def strong em {
  font-style: italic;
  font-weight: 700;
}

.def b {
  font-weight: 700;
}

.def p {
  margin: 0 0 10px;
}

.def ol li, .def ul li {
  line-height: 18px;
}

.def ol, .def ul {
  margin-left: 20px;
}

.def p:last-child {
  margin-bottom: 0;
}

.def a {
  text-decoration: underline;
}

.def ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

.def ul ol, .def ul ul {
  margin-bottom: 0;
}

.def ul.clean {
  clear: none;
}

.def ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}

.def ol ol, .def ol ul {
  margin-bottom: 0;
}

.def img {
  display: inline;
  margin: 20px;
}

.def blockquote {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

.def dl {
  margin: 16px 0 16px 40px;
}

.def dt {
  font-weight: 700;
}

.def dd {
  color: #02337A;
  font-size: 18px;
  font-weight: 700;
}

.def dd a {
  text-decoration: none;
}

.def table td {
  padding: 0 10px;
}

.hidden {
  display: none;
}

.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

.sidefloat {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
}

.clear, .clearfix:after {
  clear: both;
  height: 0;
  visibility: hidden;
  width: 0;
}

.aright {
  text-align: right;
}

.clear {
  display: block;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
}

#navigation a.sel:after, .steps ol:after {
  content: "";
}

#footer, #header {
  -webkit-box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.no-underline {
  text-decoration: none !important;
}

#header .logout, #navigation a, .button, .faq h3 a, .steps ol li a, .tabs li a {
  text-decoration: none;
}

.apply h1, article h1 {
  margin: 20px -20px 0;
  padding-top: 0;
}

* html .clearfix {
  height: 1%;
}

* html .def ol {
  margin-left: 25px;
}

#header {
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: -webkit-calc((100% - 960px) / 2);
  padding-left: calc((100% - 960px) / 2);
  padding-right: -webkit-calc((100% - 960px) / 2);
  padding-right: calc((100% - 960px) / 2);
  z-index: 200;
}

#header.narrow {
  padding-left: -webkit-calc((100% - 740px) / 2);
  padding-left: calc((100% - 740px) / 2);
  padding-right: -webkit-calc((100% - 740px) / 2);
  padding-right: calc((100% - 740px) / 2);
}

#header .logo {
  float: left;
  margin: 14px 30px 14px 0;
}

#header .logo img {
  display: block;
}

#header .description {
  float: left;
  padding: 15px 0 0;
  width: 480px;
}

#header .description p {
  margin: 5px 0;
}

#header .logout {
  background: #14A5CF;
  border: 2px solid #14A5CF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  float: right;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 20px;
  margin: 30px 0;
  padding: 10px 18px;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.status, .validate .status {
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

#header .logout:hover {
  background: 0 0;
  color: #14A5CF;
}

#footer {
  background: #FFF;
  -webkit-box-shadow: inset 0 1px 0 0 #EEE;
  box-shadow: inset 0 1px 0 0 #EEE;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: calc((100% - 960px) / 2);
  padding-left: -webkit-calc((100% - 960px) / 2);
  padding-right: calc((100% - 960px) / 2);
  padding-right: -webkit-calc((100% - 960px) / 2);
}

#footermenu > ul > li, .col {
  -webkit-box-sizing: border-box;
}

#footer.narrow {
  padding-left: -webkit-calc((100% - 740px) / 2);
  padding-left: calc((100% - 740px) / 2);
  padding-right: -webkit-calc((100% - 740px) / 2);
  padding-right: calc((100% - 740px) / 2);
}

#footer .footer-top {
  padding: 40px 0;
}

#footer .footer-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#footer .footer-top .footer-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  -webkit-flex: 0 1 360px;
  flex: 0 1 360px;
  margin-right: 20px;
}

#footer .footer-top .footer-info .logo img {
  display: block;
}

#footer .footer-top .footer-info .text {
  color: grey;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

#footermenu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

#footermenu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

#footermenu > ul > li {
  -webkit-box-flex: 0;
  box-sizing: border-box;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 30px;
  padding-left: 20px;
}

#footermenu > ul > li > ul, #footermenu > ul > li > ul > li + li {
  margin-top: 10px;
}

#footermenu > ul > li > ul > li > a {
  color: grey;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#footermenu > ul > li > ul > li > a:hover {
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.col {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
}

.frm h2, .tabs {
  -webkit-box-sizing: border-box;
}

.col01 {
  margin: 0 110px;
  width: 740px;
}

.col01 .content-col.col02 {
  float: left;
  margin: 10px 0;
  width: 50%;
}

.col02 {
  width: 660px;
}

.col02 .content-col.col02 {
  float: left;
  margin: 0;
  width: 50%;
}

.col03 {
  margin: 0 230px;
  width: 500px;
}

.col04 {
  margin: 0 20px 0 0;
  width: 280px;
}

.content-col.col02 td {
  padding-right: 20px;
}

#main {
  margin: auto auto 40px;
  width: 960px;
}

.loan {
  clear: both;
  padding: 20px;
}

.loan h3 a {
  color: #27251F;
}

.loan .actions a {
  float: left;
  margin: 0 20px 0 0;
}

.status {
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin: 0 0 0 20px;
  padding: 3px 5px 2px;
  vertical-align: middle;
}

.gray, table th {
  color: grey;
}

.status.archived, .status.pending {
  background: grey;
}

.status.approved, .status.validated {
  background: #7AB905;
}

.status.declined {
  background: #D71921;
}

.status.loan-state-ended {
  background: grey;
}

.status.loan-state-pending {
  background: #E56A07;
}

.status.loan-state-active, .status.loan-state-issued, .status.loan-state-valid {
  background: #7AB905;
}

.status.loan-state-chargebacked {
  background: #7C278E;
}

.status.loan-state-plan {
  background: #00ADEF;
}

.status.loan-state-cancelled, .status.loan-state-overdue {
  background: #D71921;
}

table th {
  padding: 0 20px 0 0;
  text-align: left;
}

table td .status {
  margin: 0;
}

.welcome {
  padding: 10px 20px 0;
}

.welcome p {
  margin: 10px 0 0;
}

.actions {
  clear: both;
  padding-top: 20px;
}

.actions .frm {
  margin: 20px 0;
}

.actions .frmrow {
  margin: 0 -20px;
}

.actions .frmrow .button {
  font-size: 14px;
  margin: 15px 0 0 160px;
  padding: 7px 20px;
}

.actions .frmcaption {
  text-align: left;
  width: 120px;
}

.actions.left a {
  float: left;
  margin: 20px 20px 20px 0;
}

.help {
  margin: 20px;
}

.help p {
  margin: 10px 0;
}

.help-col {
  float: left;
  margin: 20px 0 10px 20px;
  width: 300px;
}

.info {
  padding: 20px 20px 15px;
}

.red {
  color: #D83E15;
}

.green {
  color: #7AB905;
}

#navigation a, .dgray {
  color: #27251F;
}

#navigation {
  padding: 0 20px;
}

#navigation a {
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0;
}

#navigation a:hover {
  color: #14A5CF;
}

#navigation a:first-child {
  border-top: 0;
}

#navigation a.sel {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  color: #14A5CF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-weight: 700;
}

#navigation a.sel:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #14A5CF), to(#22C8F8));
  background: -webkit-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: -o-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: linear-gradient(to right, #14A5CF 0, #22C8F8 100%);
  -webkit-box-flex: 1;
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  height: 2px;
  margin-left: 10px;
}

.noloan {
  color: grey;
  margin: 40px 20px;
  text-align: center;
}

#amount, .apply-info, .extend-cost, .noloan a {
  color: #27251F;
  font-weight: 700;
}

.extend.loan p {
  margin: 0 0 10px;
}

.extend.loan .extend-cost p {
  line-height: 25px;
  margin: 0 10px 0 0;
}

.extend.loan .note p {
  margin: 10px 0 0;
}

.extend h2 {
  margin: 20px 0 0;
}

.extend .actions a {
  clear: both;
  float: left;
  margin-left: 0;
}

#amount {
  border: 0;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 40px;
}

.apply-info span, .extend-cost span {
  font-size: 24px;
}

.apply h2 {
  float: left;
  margin: 10px 0 15px;
  width: 100%;
}

.apply .ui-slider {
  margin: 0 0 20px;
}

.apply h4 {
  clear: both;
}

.apply-info {
  float: left;
  margin: 10px 0 0;
  width: 33%;
}

.apply-info p {
  line-height: 25px;
  margin: 0 10px 0 0;
}

.apply-info span.small {
  font-size: 14px;
}

.apply-info .button {
  margin: 10px 0 0;
}

.contract {
  padding: 0 20px;
}

.contract .frmrow {
  border: 0;
  margin: 20px 20px 0;
  padding: 0;
}

.contract .frmrow .cptn {
  font-weight: 700;
}

.contract .actions .button02 {
  color: grey;
  font-size: 12px;
}

.terms {
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px rgba(68, 68, 68, .1);
  box-shadow: inset 0 0 10px rgba(68, 68, 68, .1);
  height: 380px;
}

.terms .pdf-btn, .terms .print-btn {
  float: right;
  margin: 20px 0 0 10px;
}

.validate {
  padding: 20px;
}

.validate p {
  margin: 0 0 5px;
}

.validate .frm {
  margin: 20px 0;
}

.validate .frmrow {
  margin: 0 -20px;
}

.validate .frmrow .note {
  float: left;
  margin: 5px 0 0 160px;
}

.validate .frmcaption {
  text-align: left;
  width: 120px;
}

.validate .value {
  display: block;
  float: left;
  padding: 7px 0 0;
  width: 302px;
}

.validate .button01 {
  font-size: 14px;
  margin: 5px 0 0 160px;
  padding: 7px 20px;
}

.validate .status {
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin: 5px 0 0 20px;
  padding: 5px 10px 4px;
}

.validate .status.notvalid {
  background: #EEE;
  color: #27251F;
}

.validate .status.valid {
  background: url(../images/base/valid.png) 6px center no-repeat #7AB905;
  color: #FFF;
  padding-left: 25px;
}

.files, .myloans {
  padding: 0 20px;
}

.files .uploader {
  display: none;
}

.tabs, .tabs li, .tabs li a {
  display: block;
}

.files .button01 {
  font-size: 14px;
  margin: 20px 0;
}

.content-table {
  width: 100%;
}

.content-table td, .content-table th {
  border-bottom: 1px solid #EEE;
  line-height: 20px;
  padding: 10px 0;
}

.content-table .right {
  text-align: right;
  width: 20%;
}

.frm-table td, .frm-table th {
  padding: 10px 20px;
}

.notice {
  background: url(../images/base/notice.png) 7px center no-repeat #EEE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #27251F;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 20px 20px 0;
  padding: 10px 20px 10px 40px;
}

.notice.urgent {
  background: url(../images/base/urgent.png) 7px center no-repeat #D83E15;
  color: #FFF;
  font-size: 16px;
}

.notice.success {
  background: url(../images/base/urgent.png) 7px center no-repeat #7AB905;
  color: #FFF;
  font-size: 16px;
}

.steps, .tabs {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #14A5CF), to(#22C8F8));
  background: -webkit-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: -o-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
}

.tabs {
  background: linear-gradient(to right, #14A5CF 0, #22C8F8 100%);
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}

.tabs li {
  float: left;
}

.tabs li a {
  color: #FFF;
  float: left;
  margin: 0 10px;
  padding: 10px 0;
}

.tabs li a:hover {
  color: #FFF;
}

.tabs li:first-child a {
  padding-left: 10px;
}

.tabs li.sel a {
  background: #FFF;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #27251F;
  font-weight: 900;
  margin: 5px 10px 0;
  padding: 5px 10px 10px;
}

.faq h3 a, .payment-schedule .total td, .steps ol li a {
  font-weight: 700;
}

.frm .notice {
  clear: both;
}

.frm .terms h2 {
  background: 0 0;
  border-bottom: 0;
  float: none;
  margin: 20px 0;
  padding: 0 100px 0 0;
}

.result h1, .result h2, .result h3, .result p {
  color: #FFF;
  margin: 0 0 20px;
}

.result {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, .05);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  padding: 20px;
}

.result .inner {
  background-position: 30px center, bottom right;
  background-repeat: no-repeat, no-repeat;
  -webkit-border-radius: 3px 3px 0 3px;
  border-radius: 3px 3px 0;
  color: #FFF;
  padding: 30px 30px 10px 260px;
}

.result h1 {
  border: 0;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
}

.result h2 {
  font-size: 20px;
}

.container, .frm-header, .frm-intro, .result h3 {
  font-size: 14px;
}

.result a {
  color: #FFF;
}

.container {
  clear: both;
  padding: 10px 20px;
}

.container p {
  margin: 10px 0;
}

.frm-header {
  background: url(../images/base/form.png);
  border-bottom: 1px solid #EFEFEF;
  clear: both;
  float: left;
  width: 100%;
}

.frm-header h2 {
  border-bottom: 0;
  margin: 0;
  padding: 30px 20px 10px;
}

.frm-intro {
  border-bottom: 1px solid #EFEFEF;
  clear: both;
  padding: 10px 20px;
}

.pdf-btn, .print-btn {
  padding-left: 18px;
  zoom: 1;
}

.frm-intro p {
  margin: 10px 0;
}

.print-btn {
  background: url(../images/base/print-icon.png) 0 center no-repeat;
  display: inline-block;
}

.pdf-btn {
  background: url(../images/base/pdf-icon.png) 0 center no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
}

.text-box {
  clear: both;
  padding: 10px 20px;
  width: auto;
}

.select-type {
  border-bottom: 1px solid #EEE;
  margin: 0 -20px -20px;
  padding: 0 20px;
}

.faq h2, .select-type a {
  margin: 0;
}

.select-type .button-tab {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  padding: 10px 20px;
}

.payment-schedule td, .payment-schedule th {
  border-bottom: 1px solid #EEE;
  color: #27251F;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

.select-type .button-tab.active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), to(#EEE));
  background: -webkit-linear-gradient(top, #F2F2F2 0, #EEE 100%);
  background: -o-linear-gradient(top, #F2F2F2 0, #EEE 100%);
  background: linear-gradient(to bottom, #F2F2F2 0, #EEE 100%);
}

.payment-schedule {
  border: 1px solid #EEE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

.payment-schedule th {
  background: #F7F7F7;
  font-weight: 700;
  text-align: left;
}

.payment-schedule .right {
  text-align: right;
  white-space: nowrap;
}

.payment-schedule tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.faq {
  padding: 20px;
}

.faq h2 {
  padding: 15px 0 10px;
}

.faq h2:first-child {
  padding-top: 0;
}

.faq h3 {
  margin-bottom: 5px;
}

.faq h3 + blockquote {
  display: none;
  margin-bottom: 0;
}

.faq h3 a {
  color: #F10F6F;
  font-size: 14px;
}

.faq h3 a:hover {
  color: #B30B51;
}

.faq .question {
  padding: 5px 0 0;
}

.faq .question blockquote p {
  margin: 0 0 10px;
}

.faq .question blockquote ol, .faq .question blockquote ul {
  list-style-position: inside;
  margin-bottom: 10px;
}

.faq .question:last-child {
  padding-bottom: 0;
}

.faq .question:last-child blockquote {
  margin-bottom: 0;
}

.textpage {
  margin-top: 0;
  padding: 20px;
}

.payment-plan {
  padding: 0 20px 20px;
}

.text-block {
  margin: 10px 0;
}

@media (max-width: 1024px) {
  #header, #header.narrow {
    width: 100%;
  }

  #header .logo, #header .logout {
    float: none;
    margin: 0;
  }

  #footer, #header, .frm h2, .tabs {
    height: auto;
  }

  #header {
    padding: 20px 0;
    text-align: center;
  }

  #header .logout {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #header .description {
    float: none;
    margin: 0;
    padding: 0 20px;
    width: auto;
  }

  #footer, #footer.narrow, #main {
    width: 100%;
  }

  #header .description p {
    margin: 10px 0 0;
  }

  #footer {
    padding: 0 40px;
  }

  #footer .footer-top {
    padding: 20px 0;
  }

  #main {
    margin: 20px auto;
  }

  .col01, .col02, .col03, .col04, .help-col {
    float: none;
    width: auto;
  }

  .col02 {
    margin: 0 20px;
  }

  .col02 .loan .buttons {
    padding: 20px 0 0;
  }

  .form-desc, .frm h2 {
    padding: 20px;
  }

  .col04, .help-col {
    margin: 20px 20px 0;
  }

  .col01, .col03 {
    margin: 0 20px;
  }

  .col03 .buttons, .col03 .frm h2 {
    padding-left: 20px;
  }

  .tabs {
    float: left;
  }

  .frm h2 {
    clear: both;
    float: none;
    margin: 0;
  }

  .frm .type_text .input, .frm .type_text .input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .frm .type_text input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
  }

  .frm .type_text.type_product .input, .frm .type_text.type_product .input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .frm .type_text.type_product .input + .frmcaption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
  }

  .frm .type_text.type_product .input + .frmcaption + .input, .frm .type_text.type_product .input + .frmcaption + .input input, .frm .type_textarea .input, .frm .type_textarea .input textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .frm .type_textarea textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
  }

  .frm .type_multiselect select, .frm .type_select select, .frm .type_select_filter .txtinput {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .frm .type_select_filter .txtinput input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
  }

  .frmcaption, .frmrow {
    float: none;
    width: auto;
  }

  .frmrow {
    padding: 12px 20px;
  }

  .frmrow .value {
    padding: 0;
  }

  .frmrow .note {
    float: none;
  }

  .frmcaption {
    min-height: auto;
    padding: 0;
    text-align: left;
  }

  .button01, .button03 {
    text-align: center;
  }

  .action-remove {
    float: none;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .buttons {
    padding: 20px;
  }

  .button01 {
    float: none;
    margin-right: 0;
  }

  .button03, .inputerror {
    float: none;
    margin: 10px 0 0;
  }

  .ui-slider {
    width: 100%;
  }

  .actions.left a, .loan .actions a, .ui-dialog .ui-dialog-content .def .button {
    float: none;
    margin: 20px 0;
    text-align: center;
  }

  .validation {
    display: none;
  }

  .type_check_many .input label, .type_check_one .input label {
    display: inline;
  }

  .actions.left a, .loan .actions a {
    width: auto;
  }

  div.selector {
    border-left: 1px solid #E2E2E2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 300px;
    width: 100%;
  }

  div.selector span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .type_check_one .input {
    float: none;
  }

  .type_check_many .input {
    float: none;
  }

  .result .inner {
    background-position: center 30px, bottom right;
    padding: 250px 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .frmcol, .frmcol:nth-child(2n+1) {
    padding: 12px 20px;
  }

  .frmcol {
    width: 100%;
  }

  #footer .footer-top .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #footer .footer-top .footer-info {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  #footermenu > ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  #footermenu > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .ui-dialog {
    width: 100% !important;
  }

  .apply-info {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .frm-table td, .frm-table th {
    padding: 10px 0;
  }
}

@media (max-width: 400px) {
  #header .logout {
    margin: 20px 20px 0;
    position: static;
  }
}

@media (max-width: 320px) {
  .col02 {
    margin: 0;
  }

  .col04 {
    margin: 20px 0 0;
  }

  .col01, .col03 {
    margin: 0;
  }

  #footer {
    padding: 0 20px;
  }
}

#webim {
  bottom: 1px;
  position: fixed;
  right: 5px;
  z-index: 1000;
}

.steps, .steps ol {
  position: relative;
}

.steps {
  background: linear-gradient(to right, #14A5CF 0, #22C8F8 100%);
  margin-bottom: 40px;
}

.steps ol {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  counter-reset: section;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  margin: 0 auto;
  max-width: 100%;
  width: 780px;
  z-index: 2;
}

.steps ol:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #14A5CF), to(#22C8F8));
  background: -webkit-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: -o-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: linear-gradient(to right, #14A5CF 0, #22C8F8 100%);
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.fail .inner, .note .inner, .success .inner {
  background-position: 30px center, bottom right;
  background-repeat: no-repeat, no-repeat;
}

.steps ol li {
  counter-increment: section;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.steps ol li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}

.steps ol li a.active {
  border-bottom: 10px solid #FAFAFA;
  padding-bottom: 10px;
}

.steps ol li a.done {
  border-bottom: 10px solid #FFF;
  padding-bottom: 10px;
}

.steps ol li a:before {
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: counter(section);
  display: block;
  font-size: 40px;
  font-weight: 300;
  height: 70px;
  line-height: 70px;
  margin: 20px auto 10px;
  position: relative;
  width: 70px;
  z-index: 2;
}

.steps ol li a:after {
  border: 1px solid rgba(0, 0, 0, .3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 70px;
  left: 50%;
  margin-left: -34px;
  margin-top: 1px;
  position: absolute;
  top: 20px;
  width: 70px;
  z-index: 1;
}

.steps ol li a:hover {
  color: #FFF;
}

.frm .type_check_many.error .cptn, .frm .type_check_one.error .cptn {
  color: #D83E15;
}

@media (max-width: 820px) {
  .steps ol li a.active:after, .steps ol li a.done:after {
    left: 10px;
  }

  .steps {
    padding: 10px 0;
  }

  .steps ol {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .steps ol:after {
    display: none;
  }

  .steps ol li a {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .steps ol li a.active, .steps ol li a.done {
    border-bottom: 0;
    border-left: 10px solid #FFF;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .steps ol li a:before {
    margin: 10px 20px 10px 0;
  }

  .steps ol li a:after {
    left: 20px;
    margin-left: 2px;
    top: 10px;
  }

  #footer .cards {
    float: none;
    margin: 0 auto 20px;
  }
}

#footer.login .logo, #footer.login img, #header.login .description, .col .dialogcontent {
  display: none;
}

#header.login .logo {
  margin: 33px 390px;
}

#footer.login p {
  padding: 33px 0;
  text-align: center;
}

.col02 .extend table.content-col.col02 {
  margin: 10px 0 0;
}

.col04 .button02 {
  float: none;
  margin: 20px;
  text-align: center;
}

.success .inner {
  background-color: #7AB905;
  background-image: url(../images/base/great-success.png), url(../images/base/great-success-corner.png);
  text-shadow: 0 2px 0 #6AA004;
}

.fail .inner {
  background-color: #D83E15;
  background-image: url(../images/base/epic-fail.png), url(../images/base/epic-fail-corner.png);
  text-shadow: 0 2px 0 #C13713;
}

.note .inner {
  background-color: #E9811C;
  background-image: url(../images/base/almost-there.png), url(../images/base/almost-there-corner.png);
  text-shadow: 0 2px 0 #BA6410;
}

.frmrow .terms {
  margin: 0 20px;
}

.apply-form .row {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 -20px;
}

.frm h2 {
  box-sizing: border-box;
  clear: both;
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 30px 0 10px 20px;
  width: 100%;
}

.frm .type_check_many .cptn, .frm .type_check_one .cptn {
  display: inline-block;
  max-width: 400px;
  white-space: pre-wrap;
}

.form-desc, .frmcol {
  -webkit-box-sizing: border-box;
}

.frm .type_text .input {
  width: 300px;
}

.frm .type_text input {
  max-width: 280px;
  padding: 7px 10px;
  width: 280px;
}

.frm .type_text.type_product .input {
  width: 240px;
}

.frm .type_text.type_product .input input {
  width: 220px;
}

.frm .type_text.type_product .input + .frmcaption {
  width: 40px;
}

.frm .type_text.type_product .input + .frmcaption + .input {
  width: 120px;
}

.frm .type_text.type_product .input + .frmcaption + .input input {
  width: 100px;
}

.frm .type_text.small-text .input {
  margin-right: 10px;
  width: 92px;
}

.frm .type_text.small-text .input input {
  width: 72px;
}

.frm .type_textarea .input {
  width: 300px;
}

.frm .type_textarea textarea {
  height: 74px;
  max-width: 280px;
  padding: 7px 10px;
  width: 280px;
}

.frm .type_multiselect select, .frm .type_select select {
  background: #FFF;
  display: block;
  float: left;
  height: 34px;
  line-height: 20px;
  outline: 0;
  padding: 7px 10px;
}

.frm .type_select select {
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  width: 302px;
}

.frm .type_select.error select {
  border-color: #ECB9AC;
  -webkit-box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
  box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
}

.frm .type_select_filter .txtinput {
  width: 300px;
}

.frm .type_select_filter .txtinput input {
  max-width: 280px;
  padding: 7px 10px;
  width: 280px;
}

.frm .type_multiselect select {
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  width: 302px;
}

.frm .type_select_many select {
  float: left;
  margin: 0 10px 0 0;
  min-width: auto;
  width: auto;
}

.col03 .frm h2 {
  background: 0 0;
  padding-left: 180px;
}

.col03 .frm .inputerror {
  margin: 10px 0 0 180px;
}

.frmcol, .frmrow {
  float: left;
  margin: 0;
  position: relative;
}

.col03 .frmcaption {
  width: 140px;
}

.form-desc {
  border-bottom: 1px solid #EFEFEF;
  box-sizing: border-box;
  color: grey;
  padding: 5px 0 5px 260px;
  width: 100%;
}

.frmrow {
  display: block;
  min-height: 36px;
  padding: 10px 0;
  width: 100%;
}

.frmrow .note {
  color: grey;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 15px;
  padding: 10px;
}

.frmcaption, .frmrow .value {
  display: block;
  line-height: 20px;
}

.frmrow .value {
  min-height: 20px;
  padding: 7px 0 0;
}

.frmcol {
  box-sizing: border-box;
  display: block;
  min-height: 36px;
  padding: 12px 20px 12px 10px;
  width: 50%;
}

.frmcol .frmcaption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}

.frmcol:nth-child(2n+1) {
  padding: 12px 10px 12px 20px;
}

.frmcol.type_product .frmcaption {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px 20px 0;
  text-align: right;
  width: 70px;
}

.frmcol.small-input .frmcaption {
  margin: 8px 0 0;
  width: auto;
}

.frmcaption {
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  min-height: 20px;
  padding: 7px 20px 0;
  position: relative;
  text-align: left;
  width: 220px;
}

.frmcaption .note {
  color: grey;
  font-size: 11px;
  line-height: 15px;
  padding: 0;
}

.type_text .input {
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  display: block;
  float: left;
  overflow: hidden;
}

.type_text input {
  background: #FFF;
  border: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  outline: 0;
  width: 100%;
}

.type_text.focus .input, .type_textarea .input {
  border: 1px solid #DEDEDE;
}

.type_text input[disabled] {
  background: #FAFAFA;
  color: grey;
}

.apply-form .type_select select, .type_select_filter .txtinput input, .type_textarea textarea {
  background: #FFF;
  display: block;
  line-height: 20px;
  outline: 0;
}

.error .frmcaption, .inputerror {
  color: #D83E15;
}

.type_text.focus input {
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
}

.type_textarea .input {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  display: block;
  float: left;
  overflow: hidden;
}

.type_textarea textarea {
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  height: 20px;
  width: 100%;
}

.type_textarea.focus .input {
  border: 1px solid #DEDEDE;
}

.type_textarea.focus textarea {
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
}

.type_select_filter .txtinput {
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  display: block;
  float: left;
  overflow: hidden;
}

.type_select_filter .txtinput input {
  border: 0;
  -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
  box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
  height: 20px;
  width: 100%;
}

.type_select_filter.txtinput {
  border-color: #ECB9AC;
  -webkit-box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
  box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
}

.type_select_filter.focus .txtinput {
  border: 1px solid #DEDEDE;
}

.type_select_filter.focus .txtinput input {
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, .07);
}

.type_button {
  padding-bottom: 14px;
}

.type_button .button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.error.type_text .input {
  border-color: #ECB9AC;
  -webkit-box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
  box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
}

.error.type_text input {
  -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
  box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
}

.error.type_text.focus .input {
  -webkit-box-shadow: 0 2px 5px rgba(232, 19, 39, .2);
  box-shadow: 0 2px 5px rgba(232, 19, 39, .2);
}

.error.type_text.focus input {
  -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, .1);
  box-shadow: inset 0 5px 5px rgba(225, 20, 88, .1);
}

.error.type_textarea .input {
  border-color: #ECB9AC;
  -webkit-box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
  box-shadow: 0 0 5px 3px rgba(232, 19, 39, .05);
}

.error.type_textarea textarea {
  -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
  box-shadow: inset 0 5px 5px rgba(225, 20, 88, .05);
}

.error.type_textarea.focus .input {
  -webkit-box-shadow: 0 2px 5px rgba(232, 19, 39, .2);
  box-shadow: 0 2px 5px rgba(232, 19, 39, .2);
}

.error.type_textarea.focus textarea {
  -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, .1);
  box-shadow: inset 0 5px 5px rgba(225, 20, 88, .1);
}

.error select {
  border-color: #ECB9AC;
  -webkit-box-shadow: 0 0 5px 3px rgba(232, 19, 39, .2);
  box-shadow: 0 0 5px 3px rgba(232, 19, 39, .2);
}

.inputerror {
  clear: both;
  display: block;
  float: left;
  margin: 10px 0 0 270px;
}

.apply-form .type_text input {
  max-width: 280px;
  padding: 7px 10px;
  width: 280px;
}

.apply-form .type_text .cptn {
  float: left;
  font-size: 24px;
  font-weight: bolder;
  margin: 8px 0 8px 4px;
}

.apply-form .type_text.small-input input {
  text-align: center;
  width: 25px;
}

.apply-form .type_select select {
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
  float: left;
  height: 34px;
  padding: 7px 10px;
  width: 302px;
}

.apply-form .frmcol.type_select select {
  width: 100%;
}

div.checker, div.checker input, div.checker span, div.radio, div.radio input, div.radio span {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.recaptcha {
  padding-left: 260px;
}

div.checker {
  position: relative;
  vertical-align: middle;
}

div.checker span {
  background: url(../images/base/checker.png);
  text-align: center;
}

div.checker span.checked {
  background: url(../images/base/checker.png) bottom left;
}

div.checker input {
  background: 0 0;
  opacity: 0;
  text-align: center;
}

div.radio {
  position: relative;
  vertical-align: middle;
}

div.radio span {
  background: url(../images/base/radio.png);
  text-align: center;
}

div.radio span.checked {
  background: url(../images/base/radio.png) bottom left;
}

div.radio input {
  background: 0 0;
  opacity: 0;
  text-align: center;
}

.validation {
  float: left;
  height: 14px;
  margin: 10px;
  position: relative;
  width: 14px;
}

.validation.success {
  background: url(../images/base/success.png);
}

.validation.error {
  background: url(../images/base/error.png);
}

.validation.sidenote {
  background: url(../images/base/sidenote.png);
}

.validation .hint {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  left: 29px;
  opacity: 0;
  padding: 8px 10px;
  position: absolute;
  top: -8px;
  -o-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  width: 200px;
  z-index: 20;
}

.msg-error, .msg-success {
  -webkit-border-radius: 3px;
}

.validation .hint:after {
  border-color: transparent #E6E6E6 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 0;
}

.validation:hover .hint {
  opacity: 1;
}

.validation + .button {
  margin-left: 0;
}

.msg-error, .msg-note, .msg-success {
  clear: both;
  color: #FFF;
  font-weight: 700;
  margin: 20px 20px 0;
  padding: 10px 10px 10px 40px;
}

.msg-error {
  background: url(../images/base/msg-error.png) 13px 13px no-repeat #D83E15;
  border-radius: 3px;
}

.msg-error p {
  color: #FFF;
}

.msg-success {
  background: url(../images/base/msg-success.png) 13px 13px no-repeat #7AB905;
  border-radius: 3px;
}

.msg-success p {
  color: #FFF;
}

.msg-note {
  background: #EA275A;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button, .ui-dialog .ui-dialog-buttonpane button {
  border: 0;
  cursor: pointer;
  font-weight: 700;
  outline: 0;
}

.msg-note p {
  color: #FFF;
}

.frm-list h2 {
  padding-left: 20px;
}

.type_check_one .input {
  display: block;
  float: left;
  padding-left: 10px;
}

.type_check_one .input label {
  display: inline-block;
  min-width: 100px;
  padding-top: 5px;
  white-space: nowrap;
}

.type_check_one .input input {
  display: inline-block;
  height: 13px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 13px;
}

.type_check_one .input .cptn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  vertical-align: middle;
}

.type_check_one .input.inputs-col label {
  display: block;
}

.type_check_many .input {
  display: block;
  float: left;
  padding-left: 10px;
}

.type_check_many .input label {
  display: inline-block;
  min-width: 100px;
  padding-top: 5px;
  white-space: nowrap;
}

.type_check_many .input input {
  display: inline-block;
  height: 13px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 13px;
}

.type_check_many .input .cptn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  vertical-align: middle;
}

.button, .type_check_many .input.inputs-col label {
  display: block;
}

.apply.loan + .msg-error, .apply.loan + .msg-note, .apply.loan + .msg-success {
  margin-bottom: 20px;
}

.buttons {
  clear: both;
  overflow: hidden;
  padding: 20px 20px 20px 260px;
}

.buttons.left {
  padding-left: 20px;
}

.buttons .button {
  margin: 0 10px 0 0;
}

.button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  line-height: 20px;
  margin: 0;
}

.button01, .button02 {
  -webkit-border-radius: 25px;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 20px;
  margin: 0 20px 0 0;
  padding: 10px 18px;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.button01 {
  background: #0086FF;
  border: 2px solid #0086FF;
  border-radius: 25px;
  color: #FFF;
  transition: all .2s ease;
}

.button01:hover {
  background: 0 0;
  color: #0086FF;
}

.button02 {
  background: #27251F;
  border: 2px solid #27251F;
  border-radius: 25px;
  color: #FFF;
  transition: all .2s ease;
}

.button02:hover {
  background: 0 0;
  color: #27251F;
}

.button05 {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), to(#E6E6E6));
  background: -webkit-linear-gradient(top, #F2F2F2 0, #E6E6E6 100%);
  background: -o-linear-gradient(top, #F2F2F2 0, #E6E6E6 100%);
  background: linear-gradient(to bottom, #F2F2F2 0, #E6E6E6 100%);
  -webkit-box-shadow: 0 1px #D4D4D4;
  box-shadow: 0 1px #D4D4D4;
  color: grey;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 20px;
}

.button03 {
  background: #14A5CF;
  border: 2px solid #14A5CF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 5px 18px;
  text-transform: uppercase;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button03:hover {
  background: 0 0;
  color: #14A5CF;
}

.button04 {
  color: #27251F;
  margin: 12px 0;
  text-decoration: underline;
}

.action-remove {
  background: url(../images/base/remove.png) center center no-repeat;
  float: left;
  height: 14px;
  margin: 11px 0 11px 10px;
  width: 14px;
}

.col02 .loan .buttons {
  padding: 20px 20px 0 0;
}

.col03 .buttons {
  padding-left: 180px;
}

.col03 .buttons .button04 {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane .btn.ui-button {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), to(#E6E6E6));
  background: -webkit-linear-gradient(top, #F2F2F2 0, #E6E6E6 100%);
  background: -o-linear-gradient(top, #F2F2F2 0, #E6E6E6 100%);
  background: linear-gradient(to bottom, #F2F2F2 0, #E6E6E6 100%);
  -webkit-box-shadow: 0 1px #D4D4D4;
  box-shadow: 0 1px #D4D4D4;
  color: #27251F;
  font-size: 18px;
  font-weight: 900;
  padding: 12px 20px;
}

.ui-dialog .ui-dialog-buttonpane .btn.ui-button.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #14A5CF), to(#00ADEF));
  background: -webkit-linear-gradient(top, #14A5CF 0, #00ADEF 100%);
  background: -o-linear-gradient(top, #14A5CF 0, #00ADEF 100%);
  background: linear-gradient(to bottom, #14A5CF 0, #00ADEF 100%);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  margin: 0 20px 0 0;
  padding: 12px 20px;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker table td.ui-datepicker-current-day {
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_chicago_approx", endcolorstr="$color_tuatara_approx", gradienttype=0);
}

.ui-datepicker {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding: 0;
  z-index: 2000 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585858), to(#363636));
  background: -webkit-linear-gradient(top, #585858 0, #363636 100%);
  background: -o-linear-gradient(top, #585858 0, #363636 100%);
  background: linear-gradient(to bottom, #585858 0, #363636 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 9px 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: -1px -1px #000;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: url(../images/base/prev.png) center center no-repeat;
  cursor: pointer;
  height: 38px;
  left: 0;
  top: 0;
  width: 29px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url(../images/base/next.png) center center no-repeat;
  cursor: pointer;
  height: 38px;
  right: 0;
  top: 0;
  width: 29px;
}

.ui-datepicker .ui-datepicker-header a span {
  display: none;
}

.ui-datepicker table {
  background: #FFF;
  border: 1px solid #DEDEDE;
}

.ui-datepicker table th {
  border: 0;
  font-weight: 400;
}

.ui-datepicker table td {
  background: #FFF;
  border: 1px solid #DEDEDE;
}

.ui-datepicker table td.ui-datepicker-today, .ui-datepicker table td:hover {
  background: #F8F8F8;
}

.ui-datepicker table td.ui-datepicker-current-day {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585858), to(#363636));
  background: -webkit-linear-gradient(top, #585858 0, #363636 100%);
  background: -o-linear-gradient(top, #585858 0, #363636 100%);
  background: linear-gradient(to bottom, #585858 0, #363636 100%);
}

.ui-datepicker table td.ui-datepicker-current-day a {
  color: #FFF;
}

.ui-datepicker table td a {
  color: #27251F;
}

.ui-datepicker td a, .ui-datepicker td span {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 6px;
  text-align: center;
}

.ui-slider {
  background: #F5F5F5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  float: left;
  height: 10px;
  margin: 0 0 10px;
  width: 380px;
}

.ui-slider .ui-slider-range {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #14A5CF), to(#22C8F8));
  background: -webkit-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: -o-linear-gradient(left, #14A5CF 0, #22C8F8 100%);
  background: linear-gradient(to right, #14A5CF 0, #22C8F8 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  height: 10px;
}

.ui-slider .ui-slider-handle {
  background: #FEFEFE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), to(#E6E6E6));
  background: -webkit-linear-gradient(top, #FEFEFE 0, #E6E6E6 100%);
  background: -o-linear-gradient(top, #FEFEFE 0, #E6E6E6 100%);
  background: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_romance_approx", endcolorstr="$color_mercury_approx", gradienttype=0);
  height: 20px;
  outline: 0;
  top: -6px;
  width: 20px;
}

.ui-dialog {
  background: #FFF;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, .1);
  box-shadow: 0 0 10px rgba(68, 68, 68, .1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
  border-bottom: 1px solid #EFEFEF;
  padding: 0;
}

.ui-dialog .ui-dialog-title {
  color: #27251F;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 30px 20px 5px;
}

.ui-dialog .ui-dialog-content p {
  margin-top: 10px;
}

.ui-dialog .ui-dialog-content:first-child {
  margin-top: 0;
}

.ui-dialog .ui-dialog-content .def {
  padding: 0 20px;
}

.ui-dialog .ui-dialog-content .def .button {
  margin: 0 0 20px;
  outline: 0;
  text-decoration: none;
}

.ui-dialog .ui-dialog-content .def .button02 {
  margin: 0 0 20px 20px;
}

.ui-dialog .ui-dialog-content :first-child {
  margin-top: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: 0 0;
  border: 0;
  bottom: 5px;
  cursor: pointer;
  height: auto;
  margin: 0;
  padding: 0;
  right: 20px;
  text-decoration: none;
  top: auto;
  width: auto;
}

.ui-dialog .ui-dialog-titlebar-close span {
  color: grey;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  text-indent: inherit;
  text-transform: uppercase;
}

.ui-dialog .frmcaption {
  width: 140px;
}

.ui-dialog .buttons {
  padding-left: 180px;
}

.ui-widget-overlay {
  background: #000;
  opacity: .1;
  position: fixed;
}

.address-search {
  position: relative;
}

.address-search .loading {
  display: none;
  position: absolute;
  right: 8px;
  top: 9px;
}

.address-results a, .address-results span {
  border-bottom: 1px solid #DEDEDE;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.address-results {
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px rgba(68, 68, 68, .1);
  box-shadow: inset 0 0 10px rgba(68, 68, 68, .1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 170px;
  width: 302px;
}

.address-results .mCSB_container {
  margin-right: 19px;
  padding: 0;
}

.mCSB_container, .mCSB_container.mCS_no_scrollbar {
  margin-right: 20px;
}

.address-results a {
  cursor: pointer;
  font-weight: 400;
  font-weight: 700;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
}

.address-results a.sel {
  background: #4F4F4F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4F4F4F), to(#3C4143));
  background: -webkit-linear-gradient(top, #4F4F4F 0, #3C4143 100%);
  background: -o-linear-gradient(top, #4F4F4F 0, #3C4143 100%);
  background: linear-gradient(to bottom, #4F4F4F 0, #3C4143 100%);
  color: #FFF;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_fuscous_gray_approx", endcolorstr="$color_cape_cod_approx", gradienttype=0);
}

.address-results span {
  font-weight: 700;
  padding: 5px 10px;
}

.mCSB_container {
  overflow: hidden;
  padding: 0 20px;
  width: auto;
}

.mCustomScrollBox .mCSB_scrollTools {
  border-left: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  opacity: .75;
  padding: 8px 0;
  right: 0;
  top: 0;
  width: 19px;
}

.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  margin: 0 auto;
  width: 12px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  width: 100%;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: grey;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  width: 12px;
}