@import url('gradients.css');
@import url('media.css');
.group:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.box-border {
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.panel {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.staple {
  border-width: 1px;
  border-style: solid;
  border-color: #929292;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  position: absolute;
  display: block;
  width: 3px;
  height: 15px;
}
.staple.left {
  top: -10px;
  left: 10px;
}
.staple.right {
  top: -10px;
  right: 10px;
}
.ninja {
  display: none;
}
.btn {
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px 1px #ffffff;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1.5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-primary {
  background-color: #FF8A00;
  border-width: 1px;
  border-style: solid;
  border-color: #BB6500;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.btn-primary:hover {
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.btn-primary:active {
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  background: #93B7DA;
  color: #9F9F9F;
}
body.GB {
  background: #93B7DA url(../img/bg_GB.png) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.GB. {
  background-position: center -200px;
}
body.US {
  background: #93B7DA url(../img/bg_US.png) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.US. {
  background-position: left top;
}
body.CA {
  background: #93B7DA url(../img/bg_CA.png) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.CA. {
  background-position: right top;
}
body.AU {
  background: #93B7DA url(../img/bg_AU.png) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.AU. {
  background-position: center -500px;
}
body.global {
  background: url(../img/bg_redwood_canopy.png) repeat-y center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.global. {
  background-position: right top;
}
body.global. #footer {
  background: none;
}
body. {
  background-repeat: none;
  background-attachment: scroll;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}
.lang-notification {
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  background: #F6F4C2;
}
.lang-notification img {
  margin: 0 10px 0 0;
  opacity: 0.8;
  float: left;
}
.lang-notification span {
  font-weight: bold;
  color: #9F9F9F;
  display: block;
  height: 32px;
  line-height: 32px;
}
.lang-notification form label {
  float: left;
}
.lang-notification form select {
  margin: 0;
}
.lang-notification form button {
  position: relative;
  top: 3px;
}
.lang-notification .cross {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/cross.png) no-repeat;
  cursor: pointer;
  margin: 10px 0 0 0;
}
.lang-notification .container {
  padding: 10px;
}
#header {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #577B00;
  margin: 0 0 2% 0;
  padding: 5px 0;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
#header.apply {
  margin: 0 0 2px 0;
}
#header a {
  position: relative;
  float: left;
}
#header a.btn {
  top: 2px;
}
#geo-select {
  display: none;
  cursor: pointer;
  margin: 18px 12px 0 0;
  height: 15px;
}
#geo-select .geo-image {
  margin-right: 10px;
}
#geo-select .geo-image.globe-small {
  background: url(../img/small-globe.png) no-repeat;
  width: 15px;
  height: 15px;
}
#geo-select .geo-image img {
  margin-bottom: 2px;
}
#geo-select .geo-name {
  color: #9F9F9F;
  font-family: Arial, Serif;
  font-size: 15px;
  line-height: 15px;
}
#geo-select.disabled {
  display: block;
  cursor: default;
  opacity: .7;
}
.info {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.info h1 {
  text-align: center;
  color: #88C100;
  margin: 0 0 50px 0;
  text-shadow: none;
  background: none;
}
.info h2 {
  color: #FA8700;
}
.info p {
  margin: 0 0 20px 0;
}
.hero {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hero h1 {
  text-align: center;
  color: #88C100;
  margin: 0 0 20px 0;
}
.hero p,
.hero small {
  text-align: center;
  font-weight: bold;
}
.hero p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.hero small {
  font-size: 12px;
  display: block;
  margin: 0 0 20px 0;
}
.hero .btn-primary {
  width: 128px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero #avg-rate {
  display: inline;
}
.hero.span8 {
  padding: 20px 0;
  margin-bottom: 20px;
}
.hero.span8 p {
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}
.hero.span8 button {
  position: relative;
  top: 31px;
}
.hero.span8 .row {
  margin-top: 20px;
}
header {
  margin: 2% 0;
}
header h1 {
  font-family: 'EksjaRegular', Georgia, Serif;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  text-align: center;
  font-weight: normal;
  background: url(../img/header-decor-dark.png) center center no-repeat;
}
header p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 40px 0;
}
.-header {
  margin: 2% 0;
}
.-header h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: 'EksjaRegular', Georgia, Serif;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  text-align: left;
  font-weight: normal;
}
.-header p {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin: 25px 0 0;
}
.-header .arrow {
  position: relative;
  top: 5px;
}
.borrow,
.repay {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0;
}
.borrow img,
.repay img {
  display: block;
  margin: 0 auto 20px auto;
}
.borrow label,
.repay label {
  font-size: 25px;
  line-height: 25px;
  color: #88C100;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}
.borrow .currency-wrap,
.repay .currency-wrap {
  background: url(../img/input-decor.png) center center no-repeat;
}
.borrow .currency-wrap .input-wrap,
.repay .currency-wrap .input-wrap {
  margin: 40px auto 30px;
  width: 151px;
  border-width: 1px;
  border-style: solid;
  border-color: #D5D5D5;
  position: relative;
  left: 1px;
}
.borrow .currency-wrap .input-wrap .currency-mark,
.repay .currency-wrap .input-wrap .currency-mark {
  font-family: 'EksjaRegular', Georgia, Serif;
  font-size: 43px;
  color: #555555;
  line-height: 0;
  position: relative;
  top: 12px;
  left: 7px;
}
.borrow .currency-wrap .input-wrap input[type="text"],
.repay .currency-wrap .input-wrap input[type="text"] {
  font-family: 'EksjaRegular', Georgia, Serif;
  font-size: 43px;
  line-height: 43px;
  border: none;
  height: auto;
  width: 119px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 0 rgba(0,0,0,0.35);
  margin: 0;
  text-align: center;
}
.borrow .currency-wrap .input-wrap:hover,
.repay .currency-wrap .input-wrap:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #ABABAB;
}
.borrow .slider,
.repay .slider {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ABABAB;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  margin: 0;
}
.borrow .slider .ui-slider-horizontal,
.repay .slider .ui-slider-horizontal {
  display: block;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ABABAB;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  height: 30px;
}
.borrow .slider .ui-slider-horizontal .ui-slider-range,
.repay .slider .ui-slider-horizontal .ui-slider-range {
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #BB6500;
  top: -1px;
  left: -1px;
}
.borrow .slider .ui-slider-horizontal .ui-slider-handle,
.repay .slider .ui-slider-horizontal .ui-slider-handle {
  display: block;
  position: absolute;
  height: 40px;
  width: 12px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  top: -7px;
  right: -1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
}
.borrow .slider .slider-empty,
.repay .slider .slider-empty {
  display: block;
  width: 50%;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ABABAB;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  padding: 4px;
  float: right;
}
.borrow .slider-max-label,
.borrow .slider-min-label,
.repay .slider-max-label,
.repay .slider-min-label {
  font-size: 16px;
  padding: 10px 0;
}
.total {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.total.total-form {
  margin-top: 0;
  margin-bottom: 20px;
}
.total ul {
  margin: 0;
  list-style: none;
}
.total ul li {
  text-align: center;
  display: block;
  float: left;
  width: 29%;
  color: #555555;
}
.total ul li.add-icon {
  width: 16px;
  height: 16px;
  background: url(../img/icons/add-icon.png) no-repeat;
}
.total ul li.equals-icon {
  width: 16px;
  height: 16px;
  background: url(../img/icons/equals-icon.png) no-repeat;
}
.total ul li span {
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  display: block;
  color: #9F9F9F;
}
.total ul li span.currency-mark,
.total ul li span.value {
  font-family: 'EksjaRegular', Georgia, Serif;
  font-size: 20px;
  display: inline;
  color: #333333;
}
.apply .btn-outer {
  width: 75%;
  margin: 20px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #587d00;
  background: #709f00;
  box-shadow: 0 5px 5px rgba(0,0,0,0.25), inset 0 5px 5px rgba(0,0,0,0.2);
}
.apply .btn-outer .btn {
  width: 100%;
  border-width: #476401;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  margin: 0 auto;
  display: block;
}
.line-border {
  padding: 8px 0 0 0;
  background: url(../img/line-border.png);
}
.howitworks {
  background: #FFFFFF;
  padding: 0 20px 20px 20px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.howitworks h1 {
  color: #FA8700;
  text-shadow: none;
}
.howitworks h3 {
  color: #FA8700;
}
.howitworks .description {
  padding: 0 20px 0 60px;
  margin: 0;
}
.howitworks img.icon {
  float: left;
  margin-top: 7px;
}
.howitworks img.arrow-top {
  float: right;
  position: relative;
  left: 40px;
  top: 20px;
  margin-left: -60px;
}
.howitworks img.arrow-bottom {
  float: right;
  position: relative;
  left: 40px;
  margin-left: -60px;
}
.howitworks .drop {
  margin-top: 80px;
}
.security {
  background: url(../img/line-border.png) repeat-x, url(../img/secondary-bg.png) repeat;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
.security img {
  display: block;
  margin: 0 auto 10px auto;
}
.security h3 {
  color: #88C100;
}
.apply-form {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}
.apply-form header h1 {
  font-family: 'EksjaRegular', Georgia, Serif;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  color: #88C100;
  background: url(../img/decor-light.png) no-repeat center center;
}
.apply-form .terms {
  margin-bottom: 20px;
}
.apply-form .terms input[type="checkbox"] {
  float: left;
}
.apply-form .terms label {
  margin: 0 0 0 20px;
  position: relative;
  display: block;
  font-family: Arial, Serif;
  font-size: 12px;
  font-weight: bold;
}
.apply-form .terms .errorlist {
  top: 0;
}
.apply-form .currency-wrap .input-wrap {
  position: relative;
}
.apply-form .currency-wrap .input-wrap .currency-mark {
  position: absolute;
  font-weight: bold;
  top: 9px;
  left: 10px;
}
.apply-form .currency-wrap .input-wrap input {
  padding: 0 24px;
  line-height: 1;
}
.apply-form .declined .decline-face {
  margin: 0 auto 40px auto;
  display: block;
}
.apply-form .declined p {
  text-align: center;
  margin: 0 0 40px 0;
}
.apply-form .declined .reasons h4 {
  color: #FA8700;
  margin: 0 0 10px 0;
}
.apply-form .declined .reasons p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 9px 0;
}
.apply-form .declined .reasons img {
  margin: 0 10px 0 0;
  position: relative;
  top: -4px;
}
.apply-form .declined .reasons:first-child {
  margin: 0 0 15px 0;
}
.apply-form .approved .decline-face {
  margin: 0 auto 40px auto;
  display: block;
}
.apply-form .approved p {
  text-align: center;
  margin: 0 0 40px 0;
}
.apply-form .approved .reasons h4 {
  color: #FA8700;
  margin: 0 0 10px 0;
}
.apply-form .approved .reasons p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 9px 0;
}
.apply-form .approved .reasons img {
  margin: 0 10px 0 0;
  position: relative;
  top: -4px;
}
.apply-form .approved .reasons:first-child {
  margin: 0 0 15px 0;
}
.apply-form .approved #counter {
  width: 50px;
  margin: 0 auto 50px auto;
  display: block;
  font-size: 100px;
  line-height: 100px;
  color: #88C100;
}
.apply-form.jumio label h3 {
  color: #FA8700;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  margin: 0 0 10px 0;
}
.apply-form.jumio label p {
  font-family: Arial, Sans-Serif;
  font-size: 14px;
}
.apply-form.jumio label:last-child {
  margin: 0 0 30px 0;
}
.apply-form.jumio .radio-wrapper {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0px 5px 4px 5px;
  margin: 40px 0 0 0;
  display: inline-block;
}
.apply-form.jumio .radio-wrapper input[type="radio"] {
  margin: 0;
}
.apply-form.jumio .or {
  background: url(../img/decor-small.png) no-repeat center;
  font-family: 'EksjaRegular', Georgia, Serif;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.apply-form.jumio .bank-card,
.apply-form.jumio .identification {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  position: relative;
  margin-bottom: 20px;
}
.apply-form.jumio .bank-card .stripe,
.apply-form.jumio .identification .stripe {
  border-width: 1px;
  border-style: solid;
  border-color: #BB6500;
  background: #FA8700;
}
.apply-form.jumio .bank-card .stripe span,
.apply-form.jumio .identification .stripe span {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  text-align: center;
  font-size: 24px;
  display: block;
}
.apply-form.jumio .bank-card .card-logo,
.apply-form.jumio .identification .card-logo {
  height: 25px;
  width: 60px;
  float: right;
  position: relative;
  top: 55px;
  right: 10px;
}
.apply-form.jumio .bank-card .card-logo.visa,
.apply-form.jumio .identification .card-logo.visa {
  background: url(../img/visa-logo.png) no-repeat center center;
}
.apply-form.jumio .bank-card {
  padding: 50px 0 70px 0;
}
.apply-form.jumio .bank-card .stripe {
  padding: 10px 0;
  width: 100%;
  left: -1px;
  position: absolute;
}
.apply-form.jumio .identification {
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.apply-form.jumio .identification img {
  display: block;
  margin: 10px auto 10px auto;
}
.apply-form.jumio .identification img.id-hole {
  margin: 10px auto 0 auto;
}
.apply-form.jumio .identification .stripe {
  padding: 5px;
  margin: 10px 0;
}
.apply-form.jumio .identification .row {
  padding: 20px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.apply-form.jumio .identification .row label {
  font-family: Arial, Sans-Serif;
  font-size: 14px;
}
.apply-form.jumio .identification .row label span {
  display: block;
  color: #333333;
  font-weight: bold;
}
.apply-form.jumio .identification .row label:last-child {
  margin: 0;
}
.apply-form.jumio .success {
  text-align: center;
}
.apply-form.jumio .success img {
  display: block;
  margin: 10px auto;
}
.apply-form.jumio .success h2 {
  color: #88C100;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
}
.form-steps-wrapper,
.jumio-steps-wrapper {
  height: 70px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.form-steps-wrapper .form-steps,
.form-steps-wrapper .jumio-steps,
.jumio-steps-wrapper .form-steps,
.jumio-steps-wrapper .jumio-steps {
  background: url(../img/panel-bg.png) repeat white;
  padding: 10px 0;
}
.form-steps-wrapper .form-steps.docked,
.form-steps-wrapper .jumio-steps.docked,
.jumio-steps-wrapper .form-steps.docked,
.jumio-steps-wrapper .jumio-steps.docked {
  position: fixed;
  z-index: 12;
  top: 0px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
.form-steps-wrapper .form-steps .form-steps-bg,
.form-steps-wrapper .jumio-steps .form-steps-bg,
.jumio-steps-wrapper .form-steps .form-steps-bg,
.jumio-steps-wrapper .jumio-steps .form-steps-bg {
  background: url(../img/form-progress-bar.png) no-repeat top center;
}
.form-steps-wrapper .form-steps .jumio-steps-bg,
.form-steps-wrapper .jumio-steps .jumio-steps-bg,
.jumio-steps-wrapper .form-steps .jumio-steps-bg,
.jumio-steps-wrapper .jumio-steps .jumio-steps-bg {
  background: url(../img/jumio-progress-bar.png) no-repeat top center;
}
.form-steps-wrapper .form-steps div .icon,
.form-steps-wrapper .jumio-steps div .icon,
.jumio-steps-wrapper .form-steps div .icon,
.jumio-steps-wrapper .jumio-steps div .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 9px auto 20px auto;
}
.form-steps-wrapper .form-steps div .icon.head,
.form-steps-wrapper .jumio-steps div .icon.head,
.jumio-steps-wrapper .form-steps div .icon.head,
.jumio-steps-wrapper .jumio-steps div .icon.head {
  background: url(../img/icons/head-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.head.active,
.form-steps-wrapper .jumio-steps div .icon.head.active,
.jumio-steps-wrapper .form-steps div .icon.head.active,
.jumio-steps-wrapper .jumio-steps div .icon.head.active {
  background: url(../img/icons/head-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.house,
.form-steps-wrapper .jumio-steps div .icon.house,
.jumio-steps-wrapper .form-steps div .icon.house,
.jumio-steps-wrapper .jumio-steps div .icon.house {
  background: url(../img/icons/house-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.house.active,
.form-steps-wrapper .jumio-steps div .icon.house.active,
.jumio-steps-wrapper .form-steps div .icon.house.active,
.jumio-steps-wrapper .jumio-steps div .icon.house.active {
  background: url(../img/icons/house-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.case,
.form-steps-wrapper .jumio-steps div .icon.case,
.jumio-steps-wrapper .form-steps div .icon.case,
.jumio-steps-wrapper .jumio-steps div .icon.case {
  background: url(../img/icons/case-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.case.active,
.form-steps-wrapper .jumio-steps div .icon.case.active,
.jumio-steps-wrapper .form-steps div .icon.case.active,
.jumio-steps-wrapper .jumio-steps div .icon.case.active {
  background: url(../img/icons/case-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.card,
.form-steps-wrapper .jumio-steps div .icon.card,
.jumio-steps-wrapper .form-steps div .icon.card,
.jumio-steps-wrapper .jumio-steps div .icon.card {
  background: url(../img/icons/bankcard-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.card.active,
.form-steps-wrapper .jumio-steps div .icon.card.active,
.jumio-steps-wrapper .form-steps div .icon.card.active,
.jumio-steps-wrapper .jumio-steps div .icon.card.active {
  background: url(../img/icons/bankcard-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.id,
.form-steps-wrapper .jumio-steps div .icon.id,
.jumio-steps-wrapper .form-steps div .icon.id,
.jumio-steps-wrapper .jumio-steps div .icon.id {
  background: url(../img/icons/id-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.id.active,
.form-steps-wrapper .jumio-steps div .icon.id.active,
.jumio-steps-wrapper .form-steps div .icon.id.active,
.jumio-steps-wrapper .jumio-steps div .icon.id.active {
  background: url(../img/icons/id-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.verify,
.form-steps-wrapper .jumio-steps div .icon.verify,
.jumio-steps-wrapper .form-steps div .icon.verify,
.jumio-steps-wrapper .jumio-steps div .icon.verify {
  background: url(../img/icons/verify-icon.png) no-repeat;
  margin: 10px auto 20px auto;
}
.form-steps-wrapper .form-steps div .icon.verify.active,
.form-steps-wrapper .jumio-steps div .icon.verify.active,
.jumio-steps-wrapper .form-steps div .icon.verify.active,
.jumio-steps-wrapper .jumio-steps div .icon.verify.active {
  background: url(../img/icons/verify-icon-active.png) no-repeat;
}
.form-steps-wrapper .form-steps div .icon.tick,
.form-steps-wrapper .jumio-steps div .icon.tick,
.jumio-steps-wrapper .form-steps div .icon.tick,
.jumio-steps-wrapper .jumio-steps div .icon.tick {
  background: url(../img/icons/tick-icon.png) no-repeat;
}
.form-steps-wrapper .form-steps div a,
.form-steps-wrapper .jumio-steps div a,
.jumio-steps-wrapper .form-steps div a,
.jumio-steps-wrapper .jumio-steps div a {
  color: #9F9F9F;
}
.form-steps-wrapper .form-steps div span,
.form-steps-wrapper .jumio-steps div span,
.jumio-steps-wrapper .form-steps div span,
.jumio-steps-wrapper .jumio-steps div span {
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  display: block;
}
.form-steps-wrapper .form-steps div.active span,
.form-steps-wrapper .jumio-steps div.active span,
.jumio-steps-wrapper .form-steps div.active span,
.jumio-steps-wrapper .jumio-steps div.active span {
  color: #FA8700;
}
form fieldset {
  padding: 0 0 5px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #E2E2E2;
  margin: 0 0 30px 0;
}
form fieldset h2 {
  color: #FA8700;
  display: inline;
}
form fieldset span {
  font-size: 12px;
  color: #9F9F9F;
  font-style: italic;
  padding: 0 0 0 10px;
  position: relative;
  top: -2px;
}
form label {
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  display: block;
  margin: 0 0 10px 0;
}
form input[type="text"],
form input[type="email"] {
  width: 100%;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-width: #ABABAB;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  height: 35px;
  margin: 0 0 20px 0;
}
form select {
  width: 100%;
  margin: 0 0 20px 0;
  height: 35px;
}
form input[type="date"] {
  width: 100%;
  margin: 0 0 20px 0;
  height: 35px;
}
form .date {
  margin-bottom: 20px;
}
form .date select {
  float: left;
  width: 30%;
  margin: 0 15px 0 0;
}
form .date select:last-child {
  margin: 0;
}
form .time-at select {
  float: left;
  width: 25%;
  margin-right: 10px;
}
form .time-at span {
  float: left;
  padding: 8px 10px 8px 0;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
form .time-at span:last-child {
  padding: 8px 0;
}
form .phone-with-extension .number {
  float: left;
  width: 75%;
}
form .phone-with-extension .extension {
  float: left;
  width: 25%;
}
form .phone-with-extension .extension span {
  float: left;
  width: 50%;
  padding: 8px 0;
  text-align: center;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
form .phone-with-extension .extension input {
  float: left;
  width: 50%;
}
form .phone-with-extension:after {
  clear: both;
}
form label.error {
  color: #B11623;
  position: relative;
  top: -10px;
  font-size: 14px;
  clear: both;
}
form input.error,
form select.error {
  border-width: 1px;
  border-style: solid;
  border-color: #B11623;
}
form .errorlist {
  list-style: none;
  margin: 0 0 10px 0;
  position: relative;
  top: -10px;
  clear: both;
}
form .errorlist li {
  color: #B11623;
  font-size: 14px;
  display: block;
  font-family: 'Bliss Cyrillic Bold', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
}
.process-application {
  padding: 0 0 20px 0;
}
.process-application div .icon {
  display: block;
  width: 20px;
  height: 22px;
  margin: 20px auto 10px auto;
}
.process-application div .icon.sending {
  background: url(../img/icons/sending-icon.png) no-repeat;
}
.process-application div .icon.sending.active {
  background: url(../img/icons/sending-icon-active.png) no-repeat;
}
.process-application div .icon.negotiating {
  background: url(../img/icons/negotiating-icon.png) no-repeat;
}
.process-application div .icon.negotiating.active {
  background: url(../img/icons/negotiating-icon-active.png) no-repeat;
}
.process-application div .icon.approved {
  background: url(../img/icons/approved-icon.png) no-repeat;
}
.process-application div .icon.approved.active {
  background: url(../img/icons/approved-icon-active.png) no-repeat;
}
.process-application div .icon.tick {
  background: url(../img/icons/tick-icon.png) no-repeat;
}
.process-application div span {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin: 0 0 20px 0;
}
.process-application div.active {
  color: #FA8700;
}
.process-application .process-wrap {
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 0 0 20px 0;
  position: relative;
}
.process-application .process-wrap .progress {
  margin: 0;
  height: 35px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
}
.process-application .process-wrap .progress .bar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 37px;
  border-width: 1px;
  border-style: solid;
  border-color: #BB6500;
  position: absolute;
  top: 5px;
  left: 5px;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 0 rgba(0,0,0,0.35);
}
.process-application .process-wrap .progress .bar .indicator {
  background: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  color: #333333;
  padding: 2px 5px 1px 5px;
  position: absolute;
  right: -19px;
  top: 40px;
  margin: 0;
}
.process-application .process-wrap .progress .bar .indicator .point {
  display: block;
  width: 9px;
  height: 4px;
  background: url(../img/point.png) no-repeat;
  margin: 0;
  position: absolute;
  top: -4px;
  left: 14px;
}
.process-application .funfact {
  margin-top: 20px;
}
.process-application .funfact h2 {
  color: #FA8700;
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1;
}
.process-application .funfact p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
}
.buttons {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #9F9F9F;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
}
.buttons .btn-primary {
  margin: 0 0 0 20px;
}
.buttons .btn-primary img {
  margin: 0 0 0 10px;
  position: relative;
  top: -1px;
}
.splash {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  padding: 20px 0;
}
.splash img {
  margin: 0 auto;
  display: block;
}
.splash a {
  font-weight: bold;
  color: #FF8A00;
}
.splash p {
  padding: 0 20px;
}
.team .span4 {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.team .span4 img {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}
.team .span4 h3 {
  color: #333333;
  line-height: 10px;
  margin: 0 0 10px 0;
}
.team .span4 p {
  font-size: 12px;
  padding: 0 0 0 79px;
}
.contact {
  border-width: 1px;
  border-style: solid;
  border-color: #577B00;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  box-shadow: 0 2px 3px rgba(0,0,0,0.35);
  padding: 20px;
  background: url(../img/panel-bg.png) repeat #FFFFFF;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.contact img {
  float: left;
  margin: 0 20px 0 0;
}
.contact p {
  margin: 0 0 0 52px;
}
.contact a {
  font-weight: bold;
  color: #FF8A00;
}
#-page-content {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #577B00;
}
#disclaimer {
  background: white url(../img/line-border.png) repeat-x;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
#disclaimer img {
  display: block;
  margin: 0 auto 10px auto;
}
#disclaimer h3 {
  color: #88C100;
}
#footer {
  padding: 15px 0;
}
#footer span {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 11px;
  display: block;
  text-align: right;
}
#footer img {
  display: block;
  margin: 0 auto;
}
#footer .footer-links ul {
  list-style: none;
  margin: 0;
}
#footer .footer-links ul li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
#footer .footer-links ul li a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#footer .span12 span {
  text-align: center;
}
