/*Fonts*/
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../../css/fonts/bebasneue.eot');
  src: url('../../css/fonts/bebasneue.eot') format('embedded-opentype'), url('../../css/fonts/bebasneue.woff') format('woff'), url('../../css/fonts/bebasneue.ttf') format('truetype'), url('../../css/fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}
@font-face {
  font-family: 'MuseoSans100';
  src: url('../../css/fonts/museosans-100.eot');
  src: url('../../css/fonts/museosans-100.eot') format('embedded-opentype'), url('../../css/fonts/museosans-100.woff') format('woff'), url('../../css/fonts/museosans-100.ttf') format('truetype'), url('../../css/fonts/museosans-100.svg#MuseoSans100') format('svg');
}
@font-face {
  font-family: 'MuseoSans300';
  src: url('../../css/fonts/museosans-300.eot');
  src: url('../../css/fonts/museosans-300.eot') format('embedded-opentype'), url('../../css/fonts/museosans-300.woff') format('woff'), url('../../css/fonts/museosans-300.ttf') format('truetype'), url('../../css/fonts/museosans-300.svg#MuseoSans300') format('svg');
}
@font-face {
  font-family: 'MuseoSans300Italic';
  src: url('../../css/fonts/museosans-300italic.eot');
  src: url('../../css/fonts/museosans-300italic.eot') format('embedded-opentype'), url('../../css/fonts/museosans-300italic.woff') format('woff'), url('../../css/fonts/museosans-300italic.ttf') format('truetype'), url('../../css/fonts/museosans-300italic.svg#MuseoSans300Italic') format('svg');
}
@font-face {
  font-family: 'MuseoSans500';
  src: url('../../css/fonts/museosans_500.eot');
  src: url('../../css/fonts/museosans_500.eot') format('embedded-opentype'), url('../../css/fonts/museosans_500.woff') format('woff'), url('../../css/fonts/museosans_500.ttf') format('truetype'), url('../../css/fonts/museosans_500.svg#MuseoSans500') format('svg');
}
@font-face {
  font-family: 'MuseoSans700';
  src: url('../../css/fonts/museosans_700.eot');
  src: url('../../css/fonts/museosans_700.eot') format('embedded-opentype'), url('../../css/fonts/museosans_700.woff') format('woff'), url('../../css/fonts/museosans_700.ttf') format('truetype'), url('../../css/fonts/museosans_700.svg#MuseoSans700') format('svg');
}
@font-face {
  font-family: 'MuseoSans700Italic';
  src: url('../../css/fonts/museosans-700italic.eot');
  src: url('../../css/fonts/museosans-700italic.eot') format('embedded-opentype'), url('../../css/fonts/museosans-700italic.woff') format('woff'), url('../../css/fonts/museosans-700italic.ttf') format('truetype'), url('../../css/fonts/museosans-700italic.svg#MuseoSans700Italic') format('svg');
}
@font-face {
  font-family: 'MuseoSans900';
  src: url('../../css/fonts/museosans_900.eot');
  src: url('../../css/fonts/museosans_900.eot') format('embedded-opentype'), url('../../css/fonts/museosans_900.woff') format('woff'), url('../../css/fonts/museosans_900.ttf') format('truetype'), url('../../css/fonts/museosans_900.svg#MuseoSans900') format('svg');
}
/*
General
*/
body {
  color: #454545;
  background: #efefef !important;
  font-family: MuseoSans500;
}
body a {
  color: #86C543;
  text-decoration: none;
  line-height: inherit;
}
body a:hover,
body a:focus {
  color: #454545;
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: MuseoSans500;
  margin-bottom: 20px;
}
body h1 {
  font-size: 25px;
}
body h2 {
  font-size: 23px;
}
body h3 {
  font-size: 21px;
}
body h4 {
  font-size: 19px;
}
body h5 {
  font-size: 17px;
}
body h6 {
  font-size: 15px;
}
#crumbs {
  list-style: none;
  margin: 0px 0 0 0;
  display: inline-flex;
}
#progress-block {
  display: none;
}
/* Progress Block */
.progress-block {
  height: auto;
  max-width: 620px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.progress-block .block-header {
  font-family: 'PT Sans', sans-serif;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #8FD446;
}
.progress-block .block-header span {
  text-decoration: underline;
}
.progress-block .wait-pop-up__text-down {
  font-family: 'PT Sans', sans-serif;
  margin-top: 20px;
}
.progress-block .progressbar {
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 0 10px 15px;
}
.progress-block .persent {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 50px;
}
.progress-block .progress-meter-text {
  display: inline-block;
  padding-left: 10px;
  font-size: 27px;
  font-family: 'PT Sans', sans-serif;
  color: #8FD446;
}
#prev-address {
  display: none;
}
#employment-information #employment_industry,
#employment-information #employee_name,
#employment-information #work_phone,
#employment-information #employment_started,
#employment-information #monthly_income,
#employment-information #income_payment_type,
#employment-information #pay_frequency,
#employment-information #next_pay_date,
#employment-information #second_pay_date {
  display: none;
}
#loan-declined {
  display: none;
}
#loan-declined p {
  font-size: 30px;
  font-weight: 900;
}
.has-error input,
.has-error select {
  border: 1px solid #910000;
  background: url(../../img/cross.png) no-repeat right center;
}
.has-error label {
  color: red;
}
.has-error label span {
  color: red;
}
.has-success input,
.has-success select {
  border: 1px solid #27ae60;
  background: url(../../img/tick.png) no-repeat right center !important;
}
.help-block {
  font-size: 15px;
  margin-top: -15px;
  padding-bottom: 10px;
}
.f-dropdown {
  display: none;
}
/*
Form
*/
.help-block {
  color: red;
}
.row {
  max-width: 58em;
}
.checkbox-inline .contact-info p {
  padding: 20px 10px 20px 10px;
  margin-bottom: 0px;
}
.contact-heading {
  font-size: 24px;
}
.star {
  color: #8FD446;
}
.has-tip {
  border-bottom: none;
}
#revealLogin {
  background: #efefef;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.dash-list {
  list-style: none inside;
  text-indent: -19px;
}
.dash-list > li:before {
  content: "\2014\a0";
}
.opt-out-button {
  width: 50% !important;
  float: right;
}
.museo900 {
  font-family: MuseoSans900 !important;
}
i.fa {
  color: #8FD446;
}
.green {
  color: #8FD446;
}
.content-block {
  margin-top: 40px;
  padding-bottom: 40px;
}
.content-block--white {
  background-color: #ffffff;
  padding: 20px !important;
  margin-bottom: 20px;
}
.green-button {
  background: -webkit-gradient(linear, left top, right top, from(#b6f051), to(#87c643));
  background: -webkit-linear-gradient(top, #b6f051, #87c643);
  background: -moz-linear-gradient(top, #b6f051, #87c643);
  background: -o-linear-gradient(top, #b6f051, #87c643);
  background: -ms-linear-gradient(top, #b6f051, #87c643);
  background: linear-gradient(top, #b6f051, #87c643);
  background-color: #b6f051;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  font-family: MuseoSans700;
  font-size: 18px;
  padding: 13px 30px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  display: block;
  text-shadow: 0px 1px 2px #000000;
  margin-top: 25px;
  text-align: center;
}
.green-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#87c643), to(#b6f051));
  background: -webkit-linear-gradient(top, #87c643, #b6f051);
  background: -moz-linear-gradient(top, #87c643, #b6f051);
  background: -o-linear-gradient(top, #87c643, #b6f051);
  background: -ms-linear-gradient(top, #87c643, #b6f051);
  background: linear-gradient(top, #87c643, #b6f051);
  background-color: #87c643;
  color: #fff;
  cursor: pointer;
}
.h-stripes {
  background: url("../../img/stripes.png") repeat-x scroll 0 0 #efefef;
  width: 100%;
  height: 12px;
}
.h-stripes-sep {
  background: url("../../img/stripes.png") repeat-x scroll 0 0 #efefef;
  width: 100%;
  margin-top: 10px;
  height: 12px;
}
.sub-heading {
  font-size: 25px;
  font-family: MuseoSans500;
  text-transform: uppercase;
  text-align: center !important;
}
.sub-heading--red {
  color: red;
  font-size: 25px;
  font-family: MuseoSans500;
  text-transform: uppercase;
  text-align: center !important;
}
/*
Slide pips
*/
.slide-pips {
  list-style-type: none;
  margin-top: 20px;
  margin-left: 0;
}
.slide-pips li {
  float: left;
  font-size: 12px;
  position: relative;
  color: #70747a;
}
.slide-pips li:nth-child(1) {
  padding-left: 15px;
}
.slide-pips li:nth-child(1):before {
  position: absolute;
  content: '|';
  top: -23px;
}
.slide-pips li:nth-child(2) {
  padding-left: 140px;
}
.slide-pips li:nth-child(2):before {
  position: absolute;
  content: '|';
  left: 165px;
  top: -23px;
}
.slide-pips li:nth-child(3) {
  padding-left: 160px;
}
.slide-pips li:nth-child(3):before {
  position: absolute;
  content: '|';
  right: 0;
  top: -23px;
}
/*
History page
*/
th {
  text-align: left;
}
.history {
  margin: 20px 0px 20px 0px;
  border-collapse: separate;
  border-spacing: 1px;
  border-bottom: 1px solid #86C543;
}
.history th {
  background: #86C543;
  color: #fff;
  height: 40px;
}
.history td {
  text-align: center;
}
.logout-button {
  text-transform: uppercase;
  background: #f3f3f3;
  color: #454545;
  border-radius: 4px;
  font-family: MuseoSans500;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  margin: -10px 20px 0px 0px;
  font-weight: bold;
  border: 1px solid #454545;
}
.logout-button:hover {
  background: #d3d3d3;
}
/*
Wait pop up
*/
.pop-up-modal {
  width: 25%;
  border-radius: 10px;
}
.wait-pop-up {
  height: 150px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.wait-pop-up .progress-meter {
  width: 5px;
}
.wait-pop-up__text-head {
  padding: 20px;
  text-align: center;
  font-family: 'MuseoSans900';
  font-size: 20px;
  color: #8FD446;
}
.wait-pop-up__text-down {
  font-size: 14px;
}
.wait-pop-up__percent-block {
  display: block;
  padding-top: 10px;
  font-size: 27px;
  font-family: 'PT Sans', sans-serif;
  color: #8FD446;
}
.wait-pop-up .progress--width {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.meter {
  width: 80%;
  display: inline-block;
  text-align: left;
  height: 20px;
  /* Can be anything */
  position: relative;
  margin-bottom: 20px;
  background: #555;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  width: 0%;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.green > span {
  background-color: #8fd446;
  background-image: -moz-linear-gradient(top, #8fd446, #669f2a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8fd446), color-stop(1, #669f2a));
  background-image: -webkit-linear-gradient(#8fd446, #669f2a);
}
.purple > span {
  background-color: #662091;
  background-image: -moz-linear-gradient(top, #662091, #653471);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #662091), color-stop(1, #653471));
  background-image: -webkit-linear-gradient(#662091, #653471);
}
.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none;
}
/*
Index page
*/
.warning-block p:first-child,
.warning-block p:last-child {
  font-size: 16px;
  margin-bottom: 0;
}
.warning-block--size p:first-child {
  font-size: 20px;
}
.warning-block--size p:last-child {
  font-size: 16px;
}
.upper-indentation {
  margin-top: 40px;
}
.block-padding-bottom {
  padding-bottom: 40px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block-container .block-head {
  text-align: center;
  background: #454545;
  height: 190px;
}
.block-container .block-head--green {
  text-align: center;
  background: #8FD446;
  height: 190px;
}
.block-container .block-head img.center {
  vertical-align: middle;
}
.block-container .block-head img.bottom {
  vertical-align: bottom;
}
.block-container .account {
  min-height: 355px !important;
}
.block-container .account a {
  font-size: 14px;
}
.block-container .block-content {
  padding: 20px;
  background: #fff;
  min-height: 300px;
  margin-bottom: 20px;
  width: 100%;
}
.block-container .block-content__text {
  min-height: 300px;
}
.block-container .block-content h3 {
  font-family: MuseoSans700;
  font-size: 16px;
  text-align: center;
}
.block-container .block-content p {
  font-size: 14px;
}
.block-container .block-content a.bottom {
  vertical-align: bottom;
}
/*
Apply page
*/
.date-input > div {
  padding-left: 0px;
  padding-right: 0px;
}
/*Special offer*/
.special-offer-modal p {
  font-size: 14px;
}
.special-offer-modal .special-offer-logo {
  width: 350px;
}
/*
Form input
*/
.form-input-block {
  padding-left: 0px;
}
.money-input-block {
  position: relative;
}
.money-input-block input {
  padding-left: 40px;
}
.pound-overlay-left-input {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 20px;
  font-weight: bold;
}
.apply-sidebar {
  min-width: 210px;
}
.apply-sidebar .text-block {
  padding: 8px;
}
.apply-sidebar .white {
  background: #fff;
}
.apply-sidebar .heading-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.apply-sidebar .side-table {
  border-collapse: inherit;
  border-spacing: 2px;
}
.apply-sidebar .side-table td {
  padding: 0px 0px 5px 0px;
}
.apply-sidebar .side-table td:last-child {
  text-align: right;
  font-weight: bold;
}
.apply-sidebar .green-box {
  background: #86C543;
  padding: 5px;
  color: #fff;
  font-size: 25px;
}
.apply-sidebar .green-box--padding {
  padding: 20px;
}
/*
Right side box
*/
.margin-bottom-20 {
  margin-bottom: 20px;
}
.side-box {
  background: #fff;
}
.side-box .loan-amount-select-contain {
  width: 100%;
}
.side-box .loan-amount-select-contain .loan-amount-select {
  opacity: 0.5;
  background-color: rgba(253, 252, 252, 0);
  width: 100%;
  color: #2b2b2b !important;
  font-family: MuseoSans500;
  padding: 10px 0px 10px 15px;
  outline: none;
}
.side-box__header {
  display: block;
  color: #fff;
  background: #454545;
  padding: 10px;
  text-transform: uppercase;
}
.side-box__content {
  padding: 10px;
}
.side-box #desktop-term-select {
  background: -webkit-gradient(linear, left top, right top, from(#96de4a), to(#87c643));
  background: -webkit-linear-gradient(top, #96de4a, #87c643);
  background: -moz-linear-gradient(top, #96de4a, #87c643);
  background: -o-linear-gradient(top, #96de4a, #87c643);
  background: -ms-linear-gradient(top, #96de4a, #87c643);
  background: linear-gradient(top, #96de4a, #87c643);
  background: #aaa !important;
  color: #fff;
  margin-right: 0;
}
.side-box .total-sum {
  font-size: 40px;
  color: #454545;
  font-family: MuseoSans900;
}
.side-box .green-button {
  margin-top: 0px;
}
.side-box .no-ui-origin {
  background: #efefef;
}
.side-box h6 {
  font-family: MuseoSans500;
  font-size: 18px;
}
.side-box small {
  font-size: 10px;
}
.side-box .no-ui-handle {
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  left: -17px;
  top: -3px;
  border-radius: 40px;
  background: #454545;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/*
How-to-apply page
*/
.term-loan-description {
  margin-top: 20px;
}
.yes-no-block .row {
  padding: 15px 0;
}
.yes-no-block__borrowing-block {
  margin-top: 40px;
}
.yes-no-block__borrowing-block--green {
  color: #8FD446;
}
.yes-no-block .no {
  color: #DB442F;
}
.yes-no-block .no i.fa {
  color: #DB442F;
}
.main-heading {
  font-size: 24px;
  font-weight: bold;
}
.main-heading--green {
  color: #8FD446;
}
.step-block {
  padding-bottom: 20px;
}
.step-block__text {
  padding: 5px;
  line-height: 22px;
}
.custom-bg {
  background: #FFFFFF;
  padding: 10px 0;
}
.box {
  margin: 20px 0 60px 0;
  background: #fff;
  padding: 20px;
  position: relative;
}
.box :after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  border-width: 40px 40px 0px 0px;
  border-style: solid;
  border-color: #fff transparent;
}
.box p {
  margin: 0;
  font-size: 18px;
}
/*
PayDay Loans page
*/
.table-document {
  border: solid 2px #dddddd;
  border-collapse: separate;
  border-spacing: 1px;
}
/*
Bad credit page
*/
.content .fa-ul {
  padding-left: 0;
  margin-left: 24px !important;
  list-style-type: none;
}
/*
need-loan block
*/
.need-loan {
  height: 135px;
  width: 100%;
  background: #454545;
  color: #fff;
}
.need-loan__text {
  padding: 45px 0px 0px 40px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: MuseoSans300;
}
.need-loan__text--museo900 {
  font-family: MuseoSans900 !important;
}
.need-loan .need-loan-button,
.need-loan .quick-loan-header .need-loan-button {
  text-transform: uppercase;
  background: -webkit-linear-gradient(#ffb129, #ffa302);
  background: -o-linear-gradient(#ffb129, #ffa302);
  background: -moz-linear-gradient(#ffb129, #ffa302);
  background: linear-gradient(#ffb129, #ffa302);
  color: #454545;
  border-radius: 4px;
  padding: 25px 25px 25px 25px;
  font-weight: bold;
  border: 1px solid #454545;
}
.need-loan .need-loan-button:hover {
  background: #d3d3d3;
}
.need-loan .apply-button {
  padding-top: 52px;
}
/*Apply sidebar*/
.quick-loan-header {
  background: #454545;
  font-family: MuseoSans300;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 0px 25px 15px;
}
.quick-loan-header--padding {
  padding: 25px 0px 65px 15px;
}
.quick-loan-header__text {
  font-family: MuseoSans900 !important;
}
.quick-loan-header__logout-block {
  text-align: right;
}
.quick-loan-header__quick-estimate-text {
  font-family: MuseoSans900 !important;
}
.how-apply-button {
  background: -webkit-gradient(linear, left top, right top, from(#b6f051), to(#87c643));
  background: -webkit-linear-gradient(top, #b6f051, #87c643);
  background: -moz-linear-gradient(top, #b6f051, #87c643);
  background: -o-linear-gradient(top, #b6f051, #87c643);
  background: -ms-linear-gradient(top, #b6f051, #87c643);
  background: linear-gradient(top, #b6f051, #87c643);
  background-color: #b6f051;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  font-family: MuseoSans900;
  font-size: 18px;
  padding: 13px 20px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  text-shadow: 0px 1px 2px #000000;
  margin-top: 10px;
  margin-bottom: 9px !important;
}
.home-row {
  /*
    Top apply widget
    */
  /*Left block*/
}
.home-row .left-block,
.home-row .center-block,
.home-row .right-block {
  min-height: 600px;
}
.home-row .left-block .green-bigger,
.home-row .center-block .green-bigger,
.home-row .right-block .green-bigger {
  font-size: 40px;
  color: #8FD446;
  font-family: MuseoSans900;
}
.home-row .right-block .how-apply-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#87c643), to(#b6f051));
  background: -webkit-linear-gradient(top, #87c643, #b6f051);
  background: -moz-linear-gradient(top, #87c643, #b6f051);
  background: -o-linear-gradient(top, #87c643, #b6f051);
  background: -ms-linear-gradient(top, #87c643, #b6f051);
  background: linear-gradient(top, #87c643, #b6f051);
  background-color: #87c643;
  cursor: pointer;
}
.home-row .center-block .info {
  font-size: 13px;
}
.home-row .center-block .info__loan-info > div {
  margin-bottom: 3px;
}
.home-row .center-block .info__loan-info > .green {
  font-weight: 500;
}
.home-row .center-block .dropdown-arrow-term {
  width: 37px;
  height: 37px;
  background: #86d236 url('../../img/other-dropdown-arrow-small.png') center center no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
}
.home-row__right-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-row__right-block--italic {
  font-style: italic;
}
.home-row__left-block,
.home-row .left-block,
.home-row .center-block,
.home-row .right-block,
.home-row .side-box {
  padding-top: 20px;
  padding-bottom: 40px;
}
.home-row .quick-loan-title {
  color: #454545;
  padding-bottom: 20px;
  font-family: MuseoSans500;
  font-size: 20px;
}
.home-row .quick-loan-title--padding {
  padding-bottom: 10px;
}
.home-row .quick-loan-title--alt {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0;
}
.home-row i.fa {
  color: #8FD446;
}
.home-row .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.home-row .strong-reg {
  font-weight: bold;
  font-style: normal !important;
  padding-top: 16px;
}
.home-row #sidebar-apply-button {
  margin-top: 20px;
}
.home-row #account-time {
  padding-left: 12px;
}
.home-row .apply-widget-button {
  margin-top: 25px !important;
}
.home-row .home-apply-button {
  background: -webkit-gradient(linear, left top, right top, from(#b6f051), to(#87c643));
  background: -webkit-linear-gradient(top, #b6f051, #87c643);
  background: -moz-linear-gradient(top, #b6f051, #87c643);
  background: -o-linear-gradient(top, #b6f051, #87c643);
  background: -ms-linear-gradient(top, #b6f051, #87c643);
  background: linear-gradient(top, #b6f051, #87c643);
  background-color: #b6f051;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  font-family: MuseoSans900;
  font-size: 24px;
  padding: 13px 30px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  text-shadow: 0px 1px 2px #000000;
  margin-top: 10px;
}
.home-row .home-apply-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#87c643), to(#b6f051));
  background: -webkit-linear-gradient(top, #87c643, #b6f051);
  background: -moz-linear-gradient(top, #87c643, #b6f051);
  background: -o-linear-gradient(top, #87c643, #b6f051);
  background: -ms-linear-gradient(top, #87c643, #b6f051);
  background: linear-gradient(top, #87c643, #b6f051);
  background-color: #87c643;
  cursor: pointer;
}
.home-row .home-apply-button img {
  padding-left: 20px;
}
.home-row .loan-total {
  padding: 0px 10px 15px 0px !important;
}
.home-row .loan-total.actual {
  text-align: right;
}
.home-row .green-big {
  font-size: 34px;
  color: #8FD446;
  font-family: MuseoSans900;
}
.home-row .white {
  background: #fff !important;
}
.money-button {
  width: 80px;
  height: 38px !important;
  background: #EFEFEF;
  color: #AAAAAA;
  font-family: MuseoSans900;
  font-size: 18px;
  border: 0px;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  line-height: 30px;
  padding: 0px !important;
  margin-bottom: 10px !important;
}
.money-button:hover,
.money-button.active {
  background: #8FD446;
  color: #fff;
}
.money-button:focus {
  outline: 0px !important;
}
.dropdown-arrow,
.dropdown-arrow-term {
  width: 37px;
  height: 37px;
  background: #8fd446 url('../../img/other-dropdown-arrow-small.png') center center no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
}
.loan-amount-select-contain {
  position: relative;
  width: 195px;
}
.loan-amount-select-contain .loan-amount-select {
  opacity: 0.5;
  background-color: rgba(253, 252, 252, 0);
  width: 195px;
  color: #2b2b2b !important;
  font-family: MuseoSans500;
  padding: 10px 0px 10px 15px;
  outline: none;
}
/*noUiSlider*/
.loan-term-handle {
  text-align: center;
  font-family: MuseoSans700;
  line-height: 40px;
}
.no-ui-handle:hover,
.no-ui-handle:focus {
  cursor: pointer;
}
#desktop-term-select {
  background: -webkit-gradient(linear, left top, right top, from(#96de4a), to(#87c643));
  background: -webkit-linear-gradient(top, #96de4a, #87c643);
  background: -moz-linear-gradient(top, #96de4a, #87c643);
  background: -o-linear-gradient(top, #96de4a, #87c643);
  background: -ms-linear-gradient(top, #96de4a, #87c643);
  background: linear-gradient(top, #96de4a, #87c643);
  background-color: #96DE4A;
  color: #fff;
  margin-right: 32px;
}
#desktop-term-select .no-ui-origin {
  background: #efefef;
}
/*
Navigation
*/
.header-bg {
  background: url("../../img/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.header-bg .warning-top-block {
  background-color: #86c543;
  color: #ffffff;
  margin-bottom: 1px;
}
.header-bg .warning-top-block a {
  color: #fffc03;
}
.header-bg .warning-top-block p {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-bg .fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
}
.header-bg .top-bar-title {
  float: right;
}
.header-bg ul li a {
  font-family: MuseoSans500;
}
.header-bg ul li.active > a {
  text-decoration: none;
  color: #86C543 !important;
  background: none;
}
.header-bg .top-bar-section a {
  color: #fff;
}
.header-bg .top-bar-section .dropdown.menu li.opens-left > .is-dropdown-submenu {
  left: 0;
  right: 0;
  top: 100%;
}
.header-bg .top-bar-section .dropdown.menu li.is-dropdown-submenu-parent > a:after {
  content: none;
}
.header-bg .top-bar-section ul {
  width: 100%;
  height: auto;
  background: #333333;
  font-size: 16px;
  margin: 0;
}
.header-bg .top-bar-section ul .f-dropdown :before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.header-bg .top-bar-section ul .f-dropdown li a {
  line-height: 18px !important;
  min-width: 150px;
  border-bottom: solid 1px #a6e745;
}
.header-bg .top-bar-section ul .f-dropdown li a:hover {
  height: 47px !important;
}
.header-bg .top-bar-section ul > li.apply:last-child > a {
  background: #86C543 !important;
  color: #fff !important;
  font-family: MuseoSans900 !important;
  text-transform: uppercase;
}
/*
Slider
*/
#slider {
  background: url("../../img/slide-bg.jpg") repeat scroll top center rgba(0, 0, 0, 0);
  height: 295px !important;
  z-index: 99999 !important;
}
#slider .home-slide-1 {
  background: url('../../img/header-1.jpg');
}
#slider .home-slide-2 {
  background: url('../../img/header-2.jpg');
}
#slider .home-slide-3 {
  background: url('../../img/header-3.jpg');
}
#slider .home-slide-4 {
  background: url('../../img/header-4.jpg');
}
#slider .home-slide {
  padding-top: 110px;
}
#slider .home-slide strong {
  font-size: 24px;
  text-shadow: 0px 3px 5px #000000;
  font-family: MuseoSans900 !important;
  text-align: center !important;
}
#slider #slider-with-blocks-1 {
  width: 100%;
}
#slider .rs-content {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
  position: relative;
  text-align: center;
}
#slider .rs-content__rsTag {
  font-style: italic;
  padding-left: 60px;
  padding-top: 20px;
  font-size: 16px;
  text-shadow: 0px 3px 5px #000000;
}
.apply-sidebar .green-box--padding {
  padding: 0px !important;
}
/*
Footer
*/
footer .bottom-footer {
  padding: 21px;
  width: 100%;
  background: url("../../img/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  position: absolute;
}
footer .bottom-footer__copyright p {
  color: #606060;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
}
footer .bottom-footer__footer-nav .social-links {
  display: inline;
  margin-left: 0px;
}
footer .bottom-footer__footer-nav .social-links li {
  list-style-type: none;
  display: inline;
}
footer .bottom-footer__footer-nav .footer-menu {
  display: inline;
  margin-left: 0.25rem;
}
footer .bottom-footer__footer-nav .footer-menu li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
footer .bottom-footer__footer-nav .footer-menu li.active a {
  color: #86C543;
}
footer .bottom-footer a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 19px;
}
footer .bottom-footer a:hover,
footer .bottom-footer .bottom-footer a.active {
  color: #86C543;
}
footer .pre-footer {
  width: 100%;
  background: #454545;
  text-align: left !important;
  padding-bottom: 10px;
  padding-top: 74px;
}
footer .pre-footer__faq ul {
  margin-left: 0;
}
footer .pre-footer__faq li {
  font-size: 12px;
  padding: 10px 0 10px;
}
footer .pre-footer__faq li:first-child {
  padding: 0 0 10px !important;
}
footer .pre-footer__faq li:not(:last-child) {
  background: url("../../img/border.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  margin: 0;
  padding: 10px 0 10px;
}
footer .pre-footer__nav {
  margin-left: 0;
}
footer .pre-footer__nav li:not(:last-child):after {
  content: ' -';
  color: #b5b5b5;
}
footer .pre-footer__nav li {
  list-style-type: none;
  display: inline;
}
footer .pre-footer__nav li a {
  font-size: 12px;
}
footer .pre-footer h5 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
footer .pre-footer p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
footer .pre-footer a {
  color: #b5b5b5;
}
footer .pre-footer a:hover {
  color: #86C543;
}
/*
Media screen
*/
@media only screen and (max-width: 639px) {
  .bottom-footer {
    padding-top: 10px !important;
  }
  .bottom-footer__footer-nav {
    padding-top: 20px;
  }
  .bottom-footer .social-links {
    display: block !important;
    margin-left: 0.25rem !important;
    padding-top: 20px;
  }
  .top-bar-title {
    padding-top: 10px;
    margin-right: 0;
  }
  .quick-loan-header {
    height: 130px;
    text-align: center;
  }
  .quick-loan-header__logout-block {
    text-align: center;
  }
  .top-bar-section ul {
    padding-top: 10px;
  }
  .top-bar-section ul li {
    display: block;
  }
  .need-loan__text {
    text-align: center;
    font-size: 16px;
  }
  .need-loan .need-loan-button {
    padding: 10px 10px 10px 10px;
  }
  .need-loan .apply-button {
    padding-top: 20px;
  }
  .wait-pop-up {
    height: 160px;
  }
  .wait-pop-up .wait-pop-up__text-head {
    padding: 5px;
    font-size: 20px;
  }
  .wait-pop-up .progress--width {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  #apply-page .amount-term-select {
    width: 80%;
  }
  .header-bg ul {
    width: auto;
    height: auto !important;
  }
  .header-bg li:not(.has-form) a:not(.button) {
    padding: 14px 12px 15px 12px;
    line-height: 70px;
    background: url("../../img/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .header-bg li.is-dropdown-submenu-item > a {
    background: #86C543 !important;
  }
  .header-bg li.is-dropdown-submenu-item > a:hover:after {
    top: auto;
    right: 5px;
    font-family: FontAwesome;
    content: '\f0da';
  }
  .header-bg ul li:hover:not(.active):not(.apply) > a:not(.apply) {
    text-decoration: none;
    line-height: 67px;
    height: 99px;
    padding-top: 15px;
    background: #6ca72f !important;
  }
  .header-bg li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
  }
  .header-bg ul li.active > a {
    text-decoration: none;
    height: 99px;
    padding-top: 26px !important;
    border-bottom: 6px solid #86C543;
    color: #86C543 !important;
    background: url("../../img/header-shadow.html") repeat scroll top center rgba(0, 0, 0, 0) !important;
  }
  .header-bg .title-bar-left img {
    padding-top: 6%;
  }
  .header-bg .top-bar {
    padding: 0;
  }
  .need-loan {
    height: 135px !important;
    width: 100%;
    background: #454545;
    color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .home-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .money-button {
    width: 47%;
  }
}
@media only screen and (min-width: 64.063em) {
  .home-row .margin-top-on-large {
    margin-top: 40px !important;
  }
  .home-row__shadow-border:after {
    content: url('../../img/loan-shadow.png');
    position: absolute;
    top: -10px;
    right: 15px;
    height: 100px !important;
  }
  .home-slide strong {
    font-size: 54px !important;
  }
  .home-slide .rs-content__rs-tag {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 40.064em) {
  .home-row__left-block,
  .home-row__right-block {
    position: relative;
    min-height: 420px;
  }
}
.black-rows {
  background: #454545;
  color: #aeaeae;
}
.color-white {
  color: white;
}
input[type="checkbox"] {
  margin-bottom: 0;
}
