/* line 5, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 12, ../sass/_base.scss */
body {
  font-family: "Ubuntu",sans-serif;
}

/* line 16, ../sass/_base.scss */
h1 {
  font-size: 40px;
}

/* line 20, ../sass/_base.scss */
h2 {
  font-size: 30px;
}

/* line 24, ../sass/_base.scss */
h3 {
  font-size: 24px;
}

/* line 28, ../sass/_base.scss */
h4 {
  font-size: 20px;
}

/* line 32, ../sass/_base.scss */
h5 {
  font-size: 18px;
}

/* line 36, ../sass/_base.scss */
h6 {
  font-size: 16px;
}

/* line 40, ../sass/_base.scss */
p {
  font-size: 14px;
}

/* line 44, ../sass/_base.scss */
a {
  text-decoration: none;
}
/* line 46, ../sass/_base.scss */
a:visited {
  color: white;
}

/* line 51, ../sass/_base.scss */
.primary-button {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #2ECC71;
  cursor: pointer;
}

/* line 61, ../sass/_base.scss */
.primary-button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: default;
}

/* line 66, ../sass/_base.scss */
.alt-button {
  font-size: 14px;
  font-family: "Ubuntu",sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #d1d1d1;
  cursor: pointer;
  transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
/* line 79, ../sass/_base.scss */
.alt-button:hover {
  background-color: #c4c4c4;
}

/* line 84, ../sass/_base.scss */
.big-primary-button {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #2ECC71;
  cursor: pointer;
}

/* line 94, ../sass/_base.scss */
.primary-button, .big-primary-button {
  font-family: "Ubuntu",sans-serif;
 /* transition: 3ms ease;
  -moz-transition: 3ms ease;
  -ms-transition: 3ms ease;
  -o-transition: 3ms ease;
  -webkit-transition: 3ms ease;*/
}
/* line 101, ../sass/_base.scss */
.primary-button:hover, .big-primary-button:hover {
  background-color: #29b765;
}

/* line 106, ../sass/_base.scss */
a img {
  border: 0;
}

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/* line 12, ../sass/screen.scss */
.hide {
  opacity: 0;
}

/* line 30, ../sass/screen.scss */
#top-container {
  width: 100%;
  height: 760px;
  background-color: darkgrey;
  background: url(../img/bg.png) 0px 0px no-repeat;
  background-size: cover;
}

/* line 38, ../sass/screen.scss */
#top-section {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 197, ../jeet/_grid.scss */
#top-section:before, #top-section:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#top-section:after {
  clear: both;
}
/* line 40, ../sass/screen.scss */
#top-section nav {
  padding-top: 30px;
}
/* line 42, ../sass/screen.scss */
#top-section nav img {
  display: inline-block;
}
/* line 45, ../sass/screen.scss */
#top-section nav ul {
  float: right;
  margin-top: 24px;
  display: inline-block;
}
/* line 49, ../sass/screen.scss */
#top-section nav ul li {
  display: inline-block;
  margin-left: 35px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  /* line 49, ../sass/screen.scss */
  #top-section nav ul li {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}
/* line 58, ../sass/screen.scss */
#top-section nav ul li a {
  color: white;
  transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
/* line 65, ../sass/screen.scss */
#top-section nav ul li a:hover {
  color: #d9d9d9;
}

/* line 74, ../sass/screen.scss */
#splash {
/*  margin-top: 160px; POST-LAUNCH */
  margin-top: 60px; /* PRE-LAUNCH */
  text-align: center;
  color: white;
}
/* line 78, ../sass/screen.scss */
#splash h1 {
  text-transform: uppercase;
  line-height: 50px;
}
/* line 82, ../sass/screen.scss */
#splash h3 {
  font-weight: 300;
}
/* line 84, ../sass/screen.scss */
#splash h3 i {
  font-weight: 500;
  font-style: italic;
}
/* line 89, ../sass/screen.scss */
#splash ul {
  margin-top: 100px;
}
/* line 91, ../sass/screen.scss */
#splash ul li {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 95, ../sass/screen.scss */
#splash ul li a {
  color: white;
  border-radius: 5px;
  transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
}

/* line 108, ../sass/screen.scss */
#cta-borrow {
  padding: 24px 36px 24px 82px;
  background: url(../img/cta-btn-arrow.png) no-repeat 10% 50% #3498DB;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 108, ../sass/screen.scss */
  #cta-borrow {
    font-size: 16px !important;
    padding: 24px 36px 24px 82px !important;
  }
}
/* line 113, ../sass/screen.scss */
#cta-borrow:hover {
  background: url(../img/cta-btn-arrow.png) no-repeat 10% 50% #258cd1;
}

/* line 118, ../sass/screen.scss */
#cta-lend {
  padding: 24px 58px 24px 106px;
  background: url(../img/cta-btn-arrow.png) no-repeat 10% 50% #1ABC9C;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  /* line 118, ../sass/screen.scss */
  #cta-lend {
    font-size: 16px !important;
    padding: 24px 36px 24px 82px !important;
  }
}
/* line 123, ../sass/screen.scss */
#cta-lend:hover {
  background: url(../img/cta-btn-arrow.png) no-repeat 10% 50% #17a689;
}

/* line 128, ../sass/screen.scss */
#link-to-how {
  margin-top: 180px;
  text-align: center;
}
/* line 131, ../sass/screen.scss */
#link-to-how a {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
/* line 135, ../sass/screen.scss */
#link-to-how a:hover {
  color: #f2f2f2;
}
/* line 138, ../sass/screen.scss */
#link-to-how a img {
  display: block;
  margin: 10px auto;
}

/* line 147, ../sass/screen.scss */
#how-it-works {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
}
/* line 197, ../jeet/_grid.scss */
#how-it-works:before, #how-it-works:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#how-it-works:after {
  clear: both;
}
/* line 152, ../sass/screen.scss */
#how-it-works h2, #how-it-works h4 {
  font-weight: 300;
  color: #909090;
}
/* line 156, ../sass/screen.scss */
#how-it-works h2 {
  text-transform: uppercase;
  line-height: 40px;
}
/* line 160, ../sass/screen.scss */
#how-it-works div:first-child:after {
  content: url(../img/step-arrow.png);
  position: relative;
  left: 96%;
  bottom: 150px;
}
/* line 166, ../sass/screen.scss */
#how-it-works div:nth-child(2):after {
  content: url(../img/step-arrow.png);
  position: relative;
  left: 96%;
  bottom: 150px;
}

/* line 174, ../sass/screen.scss */
#how-content {
  margin-top: 80px;
}
/* line 176, ../sass/screen.scss */
#how-content div {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
/* line 197, ../jeet/_grid.scss */
#how-content div:before, #how-content div:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#how-content div:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#how-content div:last-child {
  margin-right: 0%;
}
/* line 197, ../jeet/_grid.scss */
#how-content div:before, #how-content div:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#how-content div:after {
  clear: both;
}
/* line 179, ../sass/screen.scss */
#how-content div p {
  margin-top: 32px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #909090;
}

/* line 192, ../sass/screen.scss */
#support {
  background-color: #F6F9F9;
  padding: 50px 0px 40px 0px;
}

/* line 197, ../sass/screen.scss */
#sup-content {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 197, ../jeet/_grid.scss */
#sup-content:before, #sup-content:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#sup-content:after {
  clear: both;
}
/* line 199, ../sass/screen.scss */
#sup-content h4 {
  display: inline;
  color: #909090;
}
/* line 203, ../sass/screen.scss */
#sup-content a {
  margin-top: -10px;
  display: inline;
  float: right;
}

/* line 212, ../sass/screen.scss */
#social-container {
  background-color: #3498DB;
  padding: 90px 0px;
}
/* line 215, ../sass/screen.scss */
#social-container #social-section {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
/* line 197, ../jeet/_grid.scss */
#social-container #social-section:before, #social-container #social-section:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#social-container #social-section:after {
  clear: both;
}
/* line 218, ../sass/screen.scss */
#social-container #social-section h2, #social-container #social-section h4 {
  font-weight: 300;
  color: white;
}
/* line 222, ../sass/screen.scss */
#social-container #social-section h2 {
  text-transform: uppercase;
  line-height: 40px;
}
/* line 226, ../sass/screen.scss */
#social-container #social-section h4 {
  margin-bottom: 80px;
}
/* line 229, ../sass/screen.scss */
#social-container #social-section a {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
#social-container #social-section a:before, #social-container #social-section a:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#social-container #social-section a:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#social-container #social-section a:last-child {
  margin-right: 0%;
}
/* line 231, ../sass/screen.scss */
#social-container #social-section a span {
  display: block;
  margin-top: 15px;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

/* line 242, ../sass/screen.scss */
.s-icon {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-color: #2980B9;
  border-radius: 10px;
  transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  -o-transition: 300ms ease-in;
  -webkit-transition: 300ms ease-in;
}
/* line 254, ../sass/screen.scss */
.s-icon i {
  margin-top: 22px;
  color: white;
}
/* line 258, ../sass/screen.scss */
.s-icon:hover {
  background-color: white;
}

/* line 264, ../sass/screen.scss */
.s-icon.gg:hover i {
  color: #e33a1a;
}

/* line 270, ../sass/screen.scss */
.s-icon.tw:hover i {
  color: #0ab4e4;
}

/* line 276, ../sass/screen.scss */
.s-icon.fb:hover i {
  color: #3c5b96;
}

/* line 282, ../sass/screen.scss */
.s-icon.sk:hover i {
  color: #01b1ec;
}

/* line 289, ../sass/screen.scss */
.footer {
  background-color: #343D41;
  padding: 40px 0px 50px 0px;
}
/* line 292, ../sass/screen.scss */
.footer .foot-content {
  *zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #909090;
  font-weight: 300;
}
/* line 197, ../jeet/_grid.scss */
.footer .foot-content:before, .footer .foot-content:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.footer .foot-content:after {
  clear: both;
}
/* line 296, ../sass/screen.scss */
.footer .foot-content h6 {
  display: inline;
}
/* line 299, ../sass/screen.scss */
.footer .foot-content ul {
  float: right;
  display: inline;
}
/* line 302, ../sass/screen.scss */
.footer .foot-content ul li {
  display: inline;
  margin-left: 30px;
}
/* line 305, ../sass/screen.scss */
.footer .foot-content ul li a {
  color: #909090;
}
/* line 307, ../sass/screen.scss */
.footer .foot-content ul li a:visited {
  color: #909090;
}
/* line 310, ../sass/screen.scss */
.footer .foot-content ul li a:hover {
  color: #767676;
}

@media screen and (max-width: 1100px) {
  /* line 324, ../sass/screen.scss */
  #how-it-works div:nth-child(2):after {
    left: 96%;
    bottom: 175px;
  }
}
@media screen and (max-width: 875px) {
  /* line 335, ../sass/screen.scss */
  #how-it-works div:first-child:after, #how-it-works div:nth-child(2):after {
    visibility: hidden;
  }
}
@media screen and (max-width: 820px) {
  /* line 344, ../sass/screen.scss */
  #sup-content {
    text-align: center;
  }
  /* line 346, ../sass/screen.scss */
  #sup-content h4 {
    display: block;
    color: #909090;
    line-height: 26px;
  }
  /* line 351, ../sass/screen.scss */
  #sup-content a {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    float: none;
    width: 80px;
  }
}
@media screen and (max-width: 690px) {
  /* line 365, ../sass/screen.scss */
  #how-content div {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  /* line 135, ../jeet/_grid.scss */
  #how-content div:first-child {
    margin-left: auto;
  }
  /* line 138, ../jeet/_grid.scss */
  #how-content div:last-child {
    margin-right: auto;
  }
  /* line 368, ../sass/screen.scss */
  #how-content div p {
    margin-top: 18px;
    padding: 0px 140px;
  }

  /* line 375, ../sass/screen.scss */
  #splash {
    margin-top: 110px;
  }
  /* line 377, ../sass/screen.scss */
  #splash ul {
    margin-top: 80px;
  }
  /* line 379, ../sass/screen.scss */
  #splash ul li {
    display: block;
    margin-bottom: 70px;
  }
  /* line 383, ../sass/screen.scss */
  #splash ul li:nth-child(2) {
    margin-right: 20px;
  }

  /* line 389, ../sass/screen.scss */
  #link-to-how {
    margin-top: 120px;
  }

  /* line 393, ../sass/screen.scss */
  fieldset div.row > div {
    display: block !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 397, ../sass/screen.scss */
  .active-bar {
    display: none;
  }

  /* line 402, ../sass/screen.scss */
  .progress-bar li {
    text-align: left !important;
  }
}
@media screen and (max-width: 590px) {
  /* line 412, ../sass/screen.scss */
  #top-section nav {
    text-align: center;
  }
  /* line 414, ../sass/screen.scss */
  #top-section nav img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  /* line 419, ../sass/screen.scss */
  #top-section nav ul {
    float: none;
    margin-top: 24px;
    display: block;
  }

  /* line 427, ../sass/screen.scss */
  #splash {
    margin-top: 90px;
  }

  /* line 431, ../sass/screen.scss */
  #link-to-how {
    margin-top: 100px;
  }

  /* line 435, ../sass/screen.scss */
  h1 {
    font-size: 36px;
  }

  /* line 441, ../sass/screen.scss */
  #how-content div p {
    margin-top: 18px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 510px) {
  /* line 454, ../sass/screen.scss */
  #how-content div p {
    margin-top: 18px;
    padding: 0px 20px;
  }

  /* line 463, ../sass/screen.scss */
  #social-container #social-section a {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 45.41%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 197, ../jeet/_grid.scss */
  #social-container #social-section a:before, #social-container #social-section a:after {
    content: '';
    display: table;
  }
  /* line 201, ../jeet/_grid.scss */
  #social-container #social-section a:after {
    clear: both;
  }
  /* line 49, ../jeet/_grid.scss */
  #social-container #social-section a:last-child {
    margin-right: 0%;
  }
  /* line 466, ../sass/screen.scss */
  #social-container #social-section .s-icon.fb, #social-container #social-section .s-icon.sk {
    margin-top: 30px;
  }

  /* line 473, ../sass/screen.scss */
  .footer .foot-content {
    text-align: center;
  }
  /* line 475, ../sass/screen.scss */
  .footer .foot-content h6 {
    display: block;
    margin-bottom: 25px;
  }
  /* line 479, ../sass/screen.scss */
  .footer .foot-content ul {
    float: none;
    display: block;
  }
  /* line 482, ../sass/screen.scss */
  .footer .foot-content ul li {
    margin-left: 0;
    padding: 20px;
  }
  .primary-button {
    padding: 10px;
  }
  .about-bg {
    background:url(../img/about-bg.png) no-repeat !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  #top-section nav ul {
    margin: 0px 0px 20px;
  }
  #top-section nav ul li {
    height: 45px;
  }
  #top-section nav {
    padding-bottom: 0px !important;
  }
  .steps-form div.eight #change_password, .primary-button {
    margin:30px;
    display: block;
  }
  .steps-form .form-button-with-data {
    margin: 30px auto;
  }

  ul.progress-bar li {
    line-height: 25px;
  }

  #dashboard-content {
    padding: 0px 15px !important;
  }

  .steps-form {
    padding: 0px 20px !important;
  }
}

/* line 499, ../sass/screen.scss */
.lender-bg {
  background: url(../img/lend-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 508, ../sass/screen.scss */
.borrower-bg {
  background: url(../img/borrow-bg.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* line 516, ../sass/screen.scss */
.about-bg {
  background: url(../img/about-bg.png) no-repeat -1px -1px;
}

/* line 524, ../sass/screen.scss */
.page-announcement {
  *zoom: 1;
  width: auto;
  max-width: 768px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 524, ../sass/screen.scss */
.advert {
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
}
/* line 197, ../jeet/_grid.scss */
.page-announcement:before, .page-announcement:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.page-announcement:after {
  clear: both;
}
/* line 526, ../sass/screen.scss */
.page-announcement > a img {
  display: block;
  margin: 45px auto;
}

/* line 524, ../sass/screen.scss */
.page-container {
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 197, ../jeet/_grid.scss */
.page-container:before, .page-container:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.page-container:after {
  clear: both;
}
/* line 526, ../sass/screen.scss */
.page-container > a img {
  display: block;
  margin: 45px auto;
}

/* line 532, ../sass/screen.scss */
.fade-cover-fix {
  height: 2000px;
}

/* line 536, ../sass/screen.scss */
.page-box {
  background-color: white;
  padding-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
/* line 541, ../sass/screen.scss */
.page-box .page-header {
  width: 100%;
  background-color: #3498DB;
  padding: 24px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 549, ../sass/screen.scss */
.page-box .page-header h3 {
  display: inline;
  color: white;
  text-transform: uppercase;
}
/* line 554, ../sass/screen.scss */
.page-box .page-header img {
  display: inline;
  float: right;
}

/* line 561, ../sass/screen.scss */
.steps-form {
  padding: 0 35px;
}

/* line 565, ../sass/screen.scss */
.warning-block, .warning-block-full-width {
  text-align: center;
  margin: 5px auto;
  background: #FF6E6E;
  font-size: 18px;
  color: darkred;
  padding: 7px 0;
  border-top: 1px solid #DB0058;
  display: block;
  width: 100%;
}

/* line 577, ../sass/screen.scss */
.warning-block-full-width {
  margin-left: -35px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 584, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 588, ../sass/screen.scss */
.progress-bar {
  margin: 20px 0 5px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
/* line 592, ../sass/screen.scss */
.progress-bar li {
  display: inline;
  font-size: 14px;
  color: #909090;
  font-weight: 300;
}
/* line 598, ../sass/screen.scss */
.progress-bar li:nth-child(2) {
  text-align: center;
}
/* line 600, ../sass/screen.scss */
.progress-bar li:nth-child(2):before, .progress-bar li:nth-child(2):after {
  content: url(../img/sign-next-arrow.png);
  margin: 0px 30px;
  position: relative;
  top: 3px;
}
/* line 607, ../sass/screen.scss */
.progress-bar li:last-child {
  text-align: right;
}
/* line 610, ../sass/screen.scss */
.progress-bar .step-active {
  color: #3498DB;
  font-weight: 500;
}

/* line 616, ../sass/screen.scss */
.active-bar {
  text-indent: 5000px;
  overflow: hidden;
  width: 23.5%;
  height: 3px;
  background: #3498DB;
  position: relative;
  top: -8px;
}

/* line 626, ../sass/screen.scss */
.active-bar.s2 {
  width: 62%;
}

/* line 630, ../sass/screen.scss */
.active-bar.s3 {
  width: 100%;
}

/* line 634, ../sass/screen.scss */
fieldset label {
  font-size: 16px;
  font-weight: 300;
  color: #909090;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* line 644, ../sass/screen.scss */
fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="email"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0px;
  background-color: #F6F9F9;
  border: 1px solid #D1D1D1;
  text-indent: 12px;
  font-size: 16px;
  font-weight: 300;
  color: #909090;
}
/* line 655, ../sass/screen.scss */
fieldset input[type="text"]:focus, fieldset input[type="password"]:focus, fieldset input[type="email"]:focus {
  outline: none;
  background-color: #e7efef;
}

/* line 662, ../sass/screen.scss */
fieldset select {
  width: 120%;
  height: 40px;
  padding: 0px;
  border: 0;
  background-color: transparent;
  background: url(../img/drop-icon.png) no-repeat 77% 18px #F6F9F9;
  color: #AFB3B3;
  font-size: 16px;
  font-weight: 300;
  text-indent: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
/* line 677, ../sass/screen.scss */
fieldset select:focus {
  outline: none;
  background-color: #e7efef;
}

/* line 683, ../sass/screen.scss */
fieldset .select-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #D1D1D1;
}

/* line 690, ../sass/screen.scss */
fieldset select::-ms-expand {
  display: none;
}

/* line 694, ../sass/screen.scss */
fieldset select::-moz-focus-inner {
  border: 0;
}

@-moz-document url-prefix() {
  /* line 699, ../sass/screen.scss */
  fieldset select {
    -moz-appearance: none;
    text-overflow: '';
    text-indent: 4px;
  }
}
/* line 706, ../sass/screen.scss */
.row {
  *zoom: 1;
}
/* line 197, ../jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.row:after {
  clear: both;
}

/* line 710, ../sass/screen.scss */
#pre, #m-name {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
#pre:before, #pre:after, #m-name:before, #m-name:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#pre:after, #m-name:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#pre:last-child, #m-name:last-child {
  margin-right: 0%;
}

/* line 714, ../sass/screen.scss */
#f-name, #l-name {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
#f-name:before, #f-name:after, #l-name:before, #l-name:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#f-name:after, #l-name:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#f-name:last-child, #l-name:last-child {
  margin-right: 0%;
}

/* line 718, ../sass/screen.scss */
#month-n {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
#month-n:before, #month-n:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#month-n:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#month-n:last-child {
  margin-right: 0%;
}

/* line 723, ../sass/screen.scss */
#day-n, #year-n {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 41px;
}
/* line 197, ../jeet/_grid.scss */
#day-n:before, #day-n:after, #year-n:before, #year-n:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#day-n:after, #year-n:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#day-n:last-child, #year-n:last-child {
  margin-right: 0%;
}

/* line 728, ../sass/screen.scss */
#lend-a, #min-a, #addr, #mail, #str, #phone-n, #city-n, #pcode, #annual-i, #annual-ad {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 197, ../jeet/_grid.scss */
#lend-a:before, #lend-a:after, #min-a:before, #min-a:after, #addr:before, #addr:after, #mail:before, #mail:after, #str:before, #str:after, #phone-n:before, #phone-n:after, #city-n:before, #city-n:after, #pcode:before, #pcode:after, #annual-i:before, #annual-i:after, #annual-ad:before, #annual-ad:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#lend-a:after, #min-a:after, #addr:after, #mail:after, #str:after, #phone-n:after, #city-n:after, #pcode:after, #annual-i:after, #annual-ad:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#lend-a:last-child, #min-a:last-child, #addr:last-child, #mail:last-child, #str:last-child, #phone-n:last-child, #city-n:last-child, #pcode:last-child, #annual-i:last-child, #annual-ad:last-child {
  margin-right: 0%;
}

/* line 734, ../sass/screen.scss */
input#additional:focus, input#income:focus, #lend-amount:focus, #min-apr:focus {
  background-color: #e7efef;
}

/* line 743, ../sass/screen.scss */
#question {
  width: 110% !important;
  background: url(../img/drop-icon.png) no-repeat 89% 18px #F6F9F9;
}
/* line 746, ../sass/screen.scss */
#question:focus {
  outline: none;
  background-color: #e7efef;
}

/* line 752, ../sass/screen.scss */
#lend-amount, #income, #additional {
  text-indent: 48px;
  background: url(../img/pre-dollar.png) no-repeat -1px -1px, #F6F9F9;
}

/* line 757, ../sass/screen.scss */
#min-apr {
  text-indent: 48px;
  background: url(../img/pre-percent.png) no-repeat -1px -1px, #F6F9F9;
}

/* line 762, ../sass/screen.scss */
.row.button {
  display: block;
  margin: 25px auto;
  text-align: center;
}

/* line 768, ../sass/screen.scss */
.continue, .back, .create {
  border: none;
}

.create {
  padding: 12px 12px 12px 14px;
  background: url(../img/btn-foward.png) no-repeat -20% -20%, #2ECC71;
}

/* line 772, ../sass/screen.scss */
.continue {
  padding: 12px 34px 12px 14px;
  background: url(../img/btn-foward.png) no-repeat 88% 14px, #2ECC71;
}

/* line 777, ../sass/screen.scss */
.back {
  padding: 12px 14px 12px 34px;
  background: url(../img/btn-backward.png) no-repeat 18% 14px, #d1d1d1;
}

/* line 783, ../sass/screen.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
}

/* line 787, ../sass/screen.scss */
input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 23px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #909090;
  vertical-align: middle;
  cursor: pointer;
}

/* line 802, ../sass/screen.scss */
input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: 0 -18px;
}

/* line 806, ../sass/screen.scss */
label.css-label {
  display: inline-block;
  margin-bottom: 15px;
  background-image: url(../img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 818, ../sass/screen.scss */
#terms {
  height: 360px;
  overflow: auto;
  margin-top: 25px;
  padding: 20px;
  border-radius: 2px;
  background: #F6F9F9;
  border: 1px solid #D1D1D1;
  color: #909090;
  font-size: 14px;
  line-height: 18px;
}

/* line 831, ../sass/screen.scss */
#login-link {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding: 20px 0 70px 0;
}
/* line 197, ../jeet/_grid.scss */
#login-link:before, #login-link:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#login-link:after {
  clear: both;
}
/* line 835, ../sass/screen.scss */
#login-link p, #login-link a {
  font-size: 18px;
  font-weight: 300;
}
/* line 839, ../sass/screen.scss */
#login-link p {
  color: #EBEBEB;
}
/* line 842, ../sass/screen.scss */
#login-link a {
  color: white;
}
/* line 844, ../sass/screen.scss */
#login-link a:visited {
  color: white;
}

/* line 858, ../sass/screen.scss */
.page-header h4 {
  display: inline;
  color: white;
  font-weight: 300;
}

/* line 865, ../sass/screen.scss */
#about-content {
  margin: 25px 0;
  padding: 0 35px;
}
/* line 868, ../sass/screen.scss */
#about-content p {
  font-size: 16px;
  color: #909090;
  font-weight: 300;
  line-height: 20px;
}
/* line 874, ../sass/screen.scss */
#about-content img {
  display: block;
  margin: 10px auto;
  margin-top: 30px;
}
/* line 879, ../sass/screen.scss */
#about-content ul {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}
/* line 884, ../sass/screen.scss */
#about-content ul li {
  display: inline;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/screen.scss */
  #about-content ul li {
    padding: 12px !important;
  }
}
/* line 890, ../sass/screen.scss */
#about-content ul li a {
  color: #d1d1d1;
}
/* line 892, ../sass/screen.scss */
#about-content ul li a:visited {
  color: #d1d1d1;
}
/* line 895, ../sass/screen.scss */
#about-content ul li a:hover {
  color: #c4c4c4;
}

/* line 905, ../sass/screen.scss */
#support-content {
  margin: 25px 0;
  padding: 0 35px;
  *zoom: 1;
}
/* line 197, ../jeet/_grid.scss */
#support-content:before, #support-content:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#support-content:after {
  clear: both;
}

/* line 911, ../sass/screen.scss */
#search-container {
  margin-bottom: 20px;
}

/* line 915, ../sass/screen.scss */
.search-box.tt-input {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  border: 2px solid #d1d1d1;
  margin-bottom: 10px;
  font-size: 14px;
  text-indent: 20px;
  line-height: 30px;
  color: black;
  background: url(../img/search-icon.png) no-repeat 95% 16px;
}
/* line 926, ../sass/screen.scss */
.search-box.tt-input:focus {
  outline: none;
  background: url(../img/search-icon.png) no-repeat 95% 16px, #f6f9f9;
}

/* line 932, ../sass/screen.scss */
.twitter-typeahead {
  display: block !important;
}

/* line 936, ../sass/screen.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

/* line 941, ../sass/screen.scss */
.tt-query,
.tt-hint {
  color: #909090;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  text-indent: 20px;
}

/* line 953, ../sass/screen.scss */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 957, ../sass/screen.scss */
.tt-hint {
  color: #999;
}

/* line 961, ../sass/screen.scss */
.tt-dropdown-menu {
  width: 530px;
  margin-top: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 972, ../sass/screen.scss */
.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
  cursor: pointer;
}

/* line 980, ../sass/screen.scss */
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* line 986, ../sass/screen.scss */
.tt-empty {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
  text-align: center;
}

/* line 993, ../sass/screen.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 997, ../sass/screen.scss */
.tt-highlight {
  font-weight: bold;
  color: black;
}

/* line 1004, ../sass/screen.scss */
.list-link {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 30px;
}
/* line 197, ../jeet/_grid.scss */
.list-link:before, .list-link:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.list-link:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
.list-link:last-child {
  margin-right: 0%;
}
/* line 1007, ../sass/screen.scss */
.list-link h4 {
  color: #6e6e6e;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #d1d1d1;
  width: 70%;
  padding-bottom: 15px;
}
/* line 1016, ../sass/screen.scss */
.list-link ul {
  padding-right: 20px;
}
/* line 1019, ../sass/screen.scss */
.list-link ul li a {
  color: #909090;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
/* line 1024, ../sass/screen.scss */
.list-link ul li a:visited {
  color: #909090;
}
/* line 1027, ../sass/screen.scss */
.list-link ul li a:hover {
  text-decoration: underline;
}

/* line 1035, ../sass/screen.scss */
#email-line {
  text-align: center;
  color: #909090;
  font-weight: 300;
}
/* line 1039, ../sass/screen.scss */
#email-line a {
  color: #3498DB;
}
/* line 1041, ../sass/screen.scss */
#email-line a:hover {
  text-decoration: underline;
}

/* line 1049, ../sass/screen.scss */
.support-faq {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 30px;
}
/* line 197, ../jeet/_grid.scss */
.support-faq:before, .support-faq:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.support-faq:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
.support-faq:last-child {
  margin-right: 0%;
}
/* line 1052, ../sass/screen.scss */
.support-faq .faq-title {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding-bottom: 15px;
  *zoom: 1;
}
/* line 197, ../jeet/_grid.scss */
.support-faq .faq-title:before, .support-faq .faq-title:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
.support-faq .faq-title:after {
  clear: both;
}
/* line 1058, ../sass/screen.scss */
.support-faq .faq-title h4, .support-faq .faq-title h6 {
  color: #6e6e6e;
  font-weight: 300;
  display: inline;
}
/* line 1063, ../sass/screen.scss */
.support-faq .faq-title h6 {
  float: right;
  margin-top: 6px;
  font-size: 14px;
}
/* line 1067, ../sass/screen.scss */
.support-faq .faq-title h6:hover {
  color: #3498DB;
}
/* line 1072, ../sass/screen.scss */
.support-faq ul {
  margin-bottom: 30px;
}
/* line 1074, ../sass/screen.scss */
.support-faq ul li {
  color: #909090;
  font-size: 16px;
}
/* line 1077, ../sass/screen.scss */
.support-faq ul li a {
  color: #909090;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
/* line 1082, ../sass/screen.scss */
.support-faq ul li a:visited {
  color: #909090;
}
/* line 1085, ../sass/screen.scss */
.support-faq ul li a:hover {
  color: #838383;
}
/* line 1089, ../sass/screen.scss */
.support-faq ul li .active-question {
  font-weight: 500;
  color: #3498DB;
}
/* line 1092, ../sass/screen.scss */
.support-faq ul li .active-question:visited {
  color: #3498DB;
}
/* line 1097, ../sass/screen.scss */
.support-faq ul p {
  font-weight: 300;
  color: #909090;
  line-height: 18px;
  margin: 5px 0px 10px 0px;
  padding: 0px 15px;
  padding-right: 30px;
  border-left: 3px solid #d1d1d1;
}

/* line 1111, ../sass/screen.scss */
#footer-link {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding: 20px 0 70px 0;
}
/* line 197, ../jeet/_grid.scss */
#footer-link:before, #footer-link:after {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#footer-link:after {
  clear: both;
}
/* line 1116, ../sass/screen.scss */
#footer-link ul li {
  display: inline;
  font-size: 16px;
  font-weight: 300;
}
/* line 1120, ../sass/screen.scss */
#footer-link ul li a {
  color: white;
  padding: 0 15px;
}
/* line 1123, ../sass/screen.scss */
#footer-link ul li a:hover {
  color: #e6e6e6;
}
/* line 1126, ../sass/screen.scss */
#footer-link ul li a:visited {
  color: white;
}

/* line 1135, ../sass/screen.scss */
.dashboard {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "Ubuntu",sans-serif;
  font-size: 16px;
  color: #909090;
}
/* line 865, ../sass/screen.scss */
#dashboard-content {
  margin: 25px 0;
  padding: 0 35px;
}
/* line 868, ../sass/screen.scss */
#dashboard-content p {
  font-size: 16px;
  color: #909090;
  font-weight: 300;
  line-height: 20px;
}
/* line 874, ../sass/screen.scss */
#dashboard-content img b a {
  display: block;
  margin: 10px auto;
  margin-top: 30px;
}
/* line 879, ../sass/screen.scss */
#dashboard-content ul {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}
/* line 884, ../sass/screen.scss */
#dashboard-content ul li {
  display: inline;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/screen.scss */
  #dashboard-content ul li {
    padding: 12px !important;
  }
}
/* line 890, ../sass/screen.scss */
#dashboard-content ul li a {
  color: #d1d1d1;
}
/* line 892, ../sass/screen.scss */
#dashboard-content ul li a:visited {
  color: #d1d1d1;
}
/* line 895, ../sass/screen.scss */
#dashboard-content ul li a:hover {
  color: #c4c4c4;
}






#pplmail, #cmp, #alert_anew, #alert_acurrent, #pass, #newpass, #confpass{
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

/* line 197, ../jeet/_grid.scss */
#pplmail:before, #pplmail:after, #cmp:before, #cmp:after, #pass:after , #pass:before, #newpass:after, #confpass:after, #newpass:before, #confpass:before {
  content: '';
  display: table;
}
/* line 201, ../jeet/_grid.scss */
#pplmail:after, #cmp:after, #pass:after, #newpass:after, #confpass:after {
  clear: both;
}
/* line 49, ../jeet/_grid.scss */
#pplmail:last-child, #cmp:last-child, #alert_anew:last-child, #alert_acurrent:last-child, #pass:last-child, #newpass:last-child, #confpass:last-child {
  margin-right: 0%;
}

td, tr, table, th {
	bordder: 0px solid #BBBBBB;
	paddidng:5px;
}

.has_curbid td {
	color:green;
}

.lost_curbid td {
	color:red;
}

.has_curbid input {
	background:green;
	color:#dddddd;
}

.lost_curbid input {
	background:red;
	color:#dddddd;
}

.set_new_bid_div {
	position:absolute;
	top:70%;
	left:50%;
	background:#F0E289;
	visibility:hidden;
        padding: 2px 16px;
        border-radius: 10px;
}

.set_new_bid_div .primary-button {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #2ECC71;
  cursor: pointer;
}


.set_new_pass {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaDADADA', endColorstr='#aaDADADA');
	background:rgba(218,218,218,0.6);
	position:absolute;
	top:0;
	padding-top:20%;
	left:0;
	width:100%;
	display:none;
}

.set_new_bid_popup {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaDADADA', endColorstr='#aaDADADA');
	background:rgba(218,218,218,0.6);
	/*position:absolute;*/
	position:fixed;
	top:0;
	bottom:0;
	padding-top:20%;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:none;
	
}

.set_new_bid_popup .page-box{
	width:50%;
	margin:auto;

}

.top_list_menu {
	text-align:right;
}

 .top_list_link, .top_list_link:visited {
	color:blue;
	border-right: solid 1px black;
	padding-right:5px;
 }

 .top_list_link:last-child {
	border-right: none;
 }

.showall_head th {
	cursor:pointer;
}

.bidder-bg {
  background: url(../img/borrow-bg.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.show_bids_table {

	font-size:0.8em;
}

.billing_history_table  td{
	padding: 5px;
	font-size: 0.9em;
}

.get_invoice_pdf {
	cursor:pointer;
	color:blue;
}



