
/*----------------------*\
  $FONTS
  $GENERAL
  $HEADER
  $MAIN
  $FOOTER
  $BOOTSTRAP OVERRIDE
\*-----------------------*/


/*-------------------------------------------------- */
/* General
/*-------------------------------------------------- */
html, body {
  margin:0;
  padding:0;
  height:100%;
}
body {
  color: #505c66;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  font-size: 15px;
}
a {
  text-decoration: none !important;
}
sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
    top: -1em;
}
.img-responsive {
  display: inline-block;
}
.has-error .form-control {
    border-width: 2px;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    font-weight: 700;
}
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0!important;margin-right:0!important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }
.pr-1 { padding-right:.25rem!important; }
.pb-1 { padding-bottom:.25rem!important; }
.pl-1 { padding-left:.25rem!important; }
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }
.pr-2 { padding-right:.5rem!important; }
.pb-2 { padding-bottom:.5rem!important; }
.pl-2 { padding-left:.5rem!important; }
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }
.pr-3 { padding-right:1rem!important; }
.pb-3 { padding-bottom:1rem!important; }
.pl-3 { padding-left:1rem!important; }
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }
.pr-4 { padding-right:1.5rem!important; }
.pb-4 { padding-bottom:1.5rem!important; }
.pl-4 { padding-left:1.5rem!important; }
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }
.pr-5 { padding-right:3rem!important; }
.pb-5 { padding-bottom:3rem!important; }
.pl-5 { padding-left:3rem!important; }
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }
/*-------------------------------------------------- */
/* Header
/*-------------------------------------------------- */
.header > .navbar {
  background-color: #023a77;
  border: 0px;
}
.header .logo {
  padding: 19px 0px;
  height: auto;
  max-width: 260px;
}
.navbar {
  margin-bottom: 0px;
}
#topMenu {
  background-color: #000;
  height: 40px;
  text-align: right;
}
#addlMenu {
  background-color: #f27f22;
  /*height: 40px;*/
  text-align: center;
}
#encoreMenu {
    background-color: #000;
    padding: 25px 0px 10px;
}
#addlMenu .back-to-app {
    border-radius: 2px;
    border: none;
    color: #fff;
    /*text-shadow: 2px 2px 1px #646464;*/
    background-color: #f27f22;
    -webkit-transition: background-color 0.5s ease-in-out;
       -moz-transition: background-color 0.5s ease-in-out;
        -ms-transition: background-color 0.5s ease-in-out;
         -o-transition: background-color 0.5s ease-in-out;
            transition: background-color 0.5s ease-in-out;
}
#addlMenu .back-to-app:hover {
    /*background-color: #c95f12;*/
    text-decoration: underline !important;
}
#addlMenu i.fa {
    margin-right: 6px;
}
#mainMenu > li > a {
  padding: 0px 10px;
  margin: 40px 15px 30px 15px;
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out;
     -moz-transition: color 0.5s ease-in-out;
      -ms-transition: color 0.5s ease-in-out;
       -o-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
}
#mainMenu > li > a:hover {
  color: #81c3e9;
}
#mainMenu > li > .btn-black:hover {
  color: #ccc;
  background-color: #222;
}
#mainMenu > li.active > a {
  color: #81c3e9;
  background-color: transparent;
}
#mainMenu > li > .customer-center {
  padding: 8px 15px;
  margin-top: 25px;
}
#mainMenu > li > .customer-center:hover {
  /*color: #fff;*/
}
#mainMenu > li > .customer-center > small {
    font-size: 11px;
    display: block;
    /*line-height: 1em;*/
}
/*-------------------------------------------------- */
/* Home
/*-------------------------------------------------- */
.home-jumbotron {
  position: relative;
  background: url('../images/bg-home.jpg') repeat-x;
  height: auto;
  padding: 80px 0px;
  /*padding-bottom: 80px;  */
}
.home-jumbotron div[class^=col-] {
  z-index: 99;
}
.home-jumbotron .title {
  color: #243548;
  font-size: 42px;
  /*font-weight: 300;*/
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.home-jumbotron.encore .title {
  color: #133b62;
  font-size: 40px;
  font-family: Arial, 'sans-serif';
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.2em;
}
.home-jumbotron .title > img {
    height: 32px;
    padding-bottom: 4px;
}
.home-jumbotron .title > span {
  text-transform: uppercase;
  font-weight: 400;
}
.home-jumbotron .subtitle {
  color: #3c4e5f;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.home .apply-btn-lg .btn-orange {
  padding: 10px 40px;
}
.home .apply-btn-sm .btn-orange {
  padding: 10px 20px;
  font-size: 1em;
  margin-bottom: 20px;
}
.bg-arrow {
  position: absolute;
  bottom: 0;
  margin-left: 3%;
  z-index: 1;
  overflow: hidden;
}
.bg-arrow > img {
  margin-bottom: -8%;
}
.home-content .compare-cards {
  font-size: 1.2em;
  padding: 10px 40px;
}
.home-content .card-options {
  margin-top: 50px;
  text-align: center;
}
.home-content .card-options .card-title {
  margin-bottom: 35px;
}
.home-content .card-options .card-image {
  width: 60%;
  margin: auto;
  /*display: inline-block;*/
  /*vertical-align: top;*/
}
.home-content .card-notice {
  margin-top: 50px;
}
.home-content .card-notice > div {
  padding: 15px 10px;
  border-radius: 5px;
  border: 4px solid #f27f22;
  font-weight: 700;
}
.home-content .card-options .card-content {
  /*width: 67%;*/
  /*display: inline-block;*/
}
.home-content .card-options .card-content {
  padding-left: 20px;
}
.home-content .card-options .card-title {
  color: #023a77;
  font-weight: 700;
  font-size: 1.1em;
}
.home-content .card-options .card-subtitle {
  /*color: #023a77;*/
  /*font-weight: 700;*/
  font-size: 0.9em;
  margin-top: 5px;
  /*margin-bottom: 20px;*/
  /*padding: 15px 0px;*/
}
.home-content .card-options .card-subtitle > span {
  font-size: 1.2em;
  font-weight: 700;
}
.home-content .card-options .card-points {
  margin-top: 42px;
}
.home-content .card-options .card-points ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
.home-content .card-options .card-points ul li {
  font-size: 0.95em;
  color: #243548;
  font-weight: 600;
  background: url('../images/check-orange.png') no-repeat center left;
  background-position: 15%;
  /*padding-left: 25px;*/
  margin-bottom: 10px;
}
.home-content .card-options .disclosure {
  font-size: 0.8em;
  margin-bottom: 20px;
  margin-top: 15px;
}
.home-content .card-options .disclosure > a {
  display: block;
  text-decoration: underline !important;
}
.home-content .card-options .apply-btn-sm .btn-orange {
  margin-bottom: 30px;
  margin-top: 15px;
}
.home-content .card-compare {
  margin-top: 20px;
}
.home-content .certificates {
  margin-top: 70px;
  margin-bottom: 50px;
}
.home-content .star-rating-div {
    margin-top: 15px;
}
.home-content .star-rating {
    margin: 10px auto;
}
/**
 * PAGE: CARD SELECT
 */
.card-select {
  padding: 80px 0px 50px;
}
.card-select-title .title {
  color: #233647;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.card-select-title .subtitle {
  color: #505d66;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 15px;
}
.card-select-body .card-option {
  border-top: 1px solid #c5ccd2;
  border-bottom: 1px solid #c5ccd2;
  border-left: 1px solid #c5ccd2;
  padding: 0px;
}
.card-select-body .card-option:nth-child(3) {
  border-right: 1px solid #c5ccd2;
}
.card-select-body .card-option .card-image,
.card-select-body .card-option .card-rates,
.card-select-body .card-option .card-fees {
  border-bottom: 1px solid #c5ccd2;
}
.card-select-body .card-option .card-image,
.card-select-body .card-option .card-apply {
  padding: 40px 20px;
}
.card-select-body .card-option .card-fees,
.card-select-body .card-option .card-rates {
  padding: 25px 20px;
}
.card-select-body .card-option.prestige .card-image {
  background: url('../images/bg-card-1.jpg') repeat-x bottom;
}
.card-select-body .card-option.select .card-image {
  background: url('../images/bg-card-2.jpg') repeat-x bottom;
}
.card-select-body .card-option.elite .card-image {
  background: url('../images/bg-card-3.jpg') repeat-x bottom;
}
.card-select-body .card-option .card-image .title {
  color: #043a76;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.card-select-body .card-option .card-image a > img {
  width: 50%;
}
.card-select-body .card-option .card-rates > div:nth-child(1) {
  color: #243547;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.card-select-body .card-option .card-rates > div:nth-child(2) {
  color: #023a77;
  font-size: 2.4em;
  margin-bottom: 15px;
}
.card-select-body .card-option .card-rates > div:nth-child(3) {
  font-weight: 600;
  margin-bottom: 15px;
}
.card-select-body .card-option .card-rates > div:nth-child(4) {
  font-size: 0.85em;
}
.card-select-body .card-option .card-fees {
  background-color: #f0f3f8;
}
.card-select-body .card-option .card-fees > div:nth-child(1) {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.card-select-body .card-option .card-fees > div:nth-child(2) {
  color: #033979;
  font-size: 2.5em;
}
.card-select-body .card-option .card-apply ul {
  list-style: none;
  padding: 0px;
  margin: 0 auto 30px;
  width: 65%;
}
.card-select-body .card-option .card-apply ul li {
  color: #253449;
  font-size: 1em;
  font-weight: 600;
  background: url('../images/check-orange.png') no-repeat center left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.card-select-body .card-option .card-apply > div {
  font-size: 0.85em;
  margin-bottom: 20px;
}
.card-select-body .card-option .card-apply a.disclosures {
  color: #243547;
  font-size: 0.9em;
  text-decoration: underline !important;
  display: block;
}
.card-select-body .card-option a.select-card {
  margin-top: 30px;
}
.card-select-body .card-option .card-image a.select-card {
  margin-right: 10px;
}

.card-select-body .card-option .card-apply a.disclosures:hover {
  color: #243547;
}
/*-------------------------------------------------- */
/* Main
/*-------------------------------------------------- */
#main {
  min-height: 600px; /* temporary height */
}
#main {
  background-color: #f8f8f8;
  padding-top: 50px;
}
.sidebar .card-promo {
  color: #505c66;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .card-promo > div {
  margin-bottom: 15px;
}
.sidebar .card-promo > div:nth-child(2) {
  margin-bottom: 15px;
}
.sidebar ul.progress-widget {
  padding: 0px;
}
.sidebar ul.progress-widget li {
  list-style: none;
  color: #7e8589;
  background-color: #ece6dc;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding: 8px 8px 8px 25px;
}
.sidebar ul.progress-widget li > i.fa {
  margin-right: 10px;
}
.sidebar ul.progress-widget li.complete {
  color: #fff;
  background-color: #023a77;
}
.sidebar ul.progress-widget li.active {
  color: #fff;
  background-color: #ee7b20;
}
.progress-title {
  padding: 0px;
  margin: 0px;
}
.progress-title li {
  display: none;
  color: #fff;
  background-color: #023a77;
  font-size: 1.2em;
  padding: 10px 15px;
  margin-top: 15px;
}
.progress-title li.active {
  display: block;
}

.sidebar .card-promo .text-center {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.sidebar .card-stats {
    display: none;
    font-size: 0.9em;
}
.sidebar .card-stats .card-rating {
    margin: 0 auto;
}
.sidebar .card-stats .card-reviews-no {
    margin-top: 10px;
}
.sidebar .card-stats .card-reviews-no > div {
    color: #337ab7;
    font-weight: 700;
}
.sidebar .card-stats .card-review-random {
    background-color: #fff;
    padding: 10px;
    font-weight: 400;
    margin: 10px 0px 15px;
    font-size: 13px;
}

.sidebar .card-stats .card-review-random .review-stars {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}
.sidebar .card-stats .card-review-random .review-comment {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}
.sidebar .card-stats .fa-star,
.sidebar .card-stats .fa-star-half-full {
    font-size: 22px;
    color: #f27f22;
}

.sidebar #selectCardDiv {
    color: #505c66;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 15px;
}

#main.reviews .card-promo .fa-star,
#main.reviews .card-promo .fa-star-half-full {
    font-size: 22px;
    color: #f27f22;
}
#main.reviews .card-promo .star-rating {
  margin: 0 auto;
}
#main.reviews .card-promo .reviews-wrap {
    margin-top: 10px;
}
#main.reviews .reviews-no {
    margin-top: 10px;
}
#main.reviews .reviews-no label {
    font-size: 15px;
    color: #337ab7;
}
#main.reviews .review.well {
    background-color: #fff;
}
#main.reviews .review .name-since {
    margin-bottom: 15px;
}

#main.reviews .review .name {
    font-size: 16px;
}
#main.reviews .review .since {
    font-size: 14px;
}
#main.reviews .review .name > strong {
    color: #2d5d8f;
}
#main.reviews .review .rating {
    margin-bottom: 10px;
}
#main.reviews .review .rating .fa {
    color: #f27f22;
    font-size: 16px;
}
#main.reviews .review .rating > span {
    margin-left: 15px;
}
#main.reviews .review blockquote {
    border-color: #2d5d8f;
    margin-bottom: 0px;
}
#main.reviews .review blockquote em {
    font-size: 14px;
}
.content .secure-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 20px 0px;
}
.content .paper {
  color: #505c66;
  background-color: #fff;
  border: 1px solid #dadada;
  -webkit-box-shadow: -1px 1px 2px 1px rgba(218,218,218,1);
  -moz-box-shadow: -1px 1px 2px 1px rgba(218,218,218,1);
  box-shadow: -1px 1px 2px 1px rgba(218,218,218,1);
  padding: 10px 30px 30px 30px;
}
.content .paper > .step {
  /* margin-bottom: 40px; */
}
.content .paper ul.nav.nav-apply {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content .paper ul.nav.nav-apply.nav-alt {
    width: 100%;
}
.content .paper ul.nav.nav-apply li {
  display: inline-block;
  float: none;
}
.content .paper ul.nav.nav-apply li {
  color: #505c66;
  font-weight: 600;
  margin-right: 60px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
.sidebar .direct-pmt-video {
    display: none;
}
.content .paper .direct-pmt-text {
    text-align: center;
    margin-bottom: 30px;
    display: none;
}
.content .paper .direct-pmt-text .title-1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #333;
}
.content .paper .direct-pmt-text .title-2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
}
.content .paper .direct-pmt-text ul {
    list-style: none;
    text-align: center;
}
.content .paper .direct-pmt-text ul li {
    font-weight: 600;
    margin-bottom: 5px;
}
.content .paper ul.nav.nav-apply.nav-alt li {
    width: 33%;
    text-align: center;
    margin: 0px;
}
.content .paper ul.nav.nav-apply li:last-child {
   margin-right: 0px;
}
.content .paper ul.nav.nav-apply li.active {
  color: #ee7b20;
  font-weight: 600;
  border-bottom: 3px solid #ee7b20;
}
.content .paper ul.nav.nav-apply li {
  /*background-color: transparent;*/
}
.agreement-text {
  font-size: 0.9em;
  padding: 0px 40px;
  margin: 30px auto 30px;
}
.scroll-text {
  font-size: 12px;
  overflow: auto;
}
.terms-accordion .panel-title a {
  color: #ee7b20;
  line-height: 1.5em;
}
.terms-accordion.blue .panel-title a {
  color: #1f76ad;
  line-height: 1.5em;
}
.terms-accordion .panel-title a > i {
  margin-right: 5px;
}
.terms-accordion .panel-title a > i:before {
  content: "\f056";
}
.terms-accordion .panel-title a.collapsed > i:before {
  content: "\f055";
}
.terms-accordion .panel-body {
  font-size: 12px;
  padding: 10px 25px;
}
.form-group .scroll-text > div {
  max-height: 320px;
}
.form-group .scroll-text h1,
.terms-accordion .panel-body h1 {
  font-size: 16px;
  font-weight: 600;
}
.form-group .scroll-text h2,
.terms-accordion .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
}
.form-group .scroll-text h3,
.terms-accordion .panel-body h3 {
  font-size: 13px;
  font-weight: 600;
}
#recaptcha > div {
    margin: auto;
}
#recaptcha + .help-block {
    text-align: center;
}
#impt_disc_div {
  height: auto !important;
}
.orange-text {
  color: #ee7b20;
}
.tooltip-info {
  opacity: 1;
  position: relative;
  padding: 0px 0px 12px 8px;
  cursor: pointer;
  z-index: 9;
}
.tooltip-info.passphrase {
  position: absolute;
  top: 15px;
  right: -15px;
}
.tooltip-info.expedited {
  display: inline-block;
  padding: 0 0 5px 0;
}
.tooltip-info.scheduled {
  display: inline-block;
  padding: 0 0 5px 0;
  width: 18px;
}
.tooltip.pdf {
  opacity: 1;
  position: relative;
}
.tooltip-info.billing-zip {
  top: 12px;
  right: 10px;
}
a.pdf-hover {
  margin-bottom: 10px;
  display: block;
  height: 30px;
  line-height: 20px;
  background: url('../images/icon_pdf.png') no-repeat center left;
  padding-left: 40px;
}
.pdfs-prior > a {
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
}
.pdfs-prior > div {
    display: none;
}
.box {
  background: #fafafa;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #2356a8;
}
.box.box-dark {
  background: #444444;
  color: #fff;
}
.box.box-theme {
  background: #2356a8;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.content .title {
  font-size: 1.3em;
  margin: 30px auto 20px;
}
.content.complete .title img {
  margin-right: 15px;
}
.content .paper .subtitle {
  font-size: 1.2em;
  margin-bottom: 20px;
}
a.printer-pdf {
  display: block;
  width: 22px;
  height: 22px;
  float: right;
  color: #505c66;
  background: url('../images/icon_printer.png') no-repeat center right;
  padding-right: 60px;
  margin-top: 15px;
  margin-right: 10px;
}
a.printer-pdf[data-step='4'] {
  margin-right: 10px;
}
a.link-pdf {
  display: block;
  height: 30px;
  line-height: 30px;
  background: url('../images/icon_pdf.png') no-repeat center left;
  padding-left: 40px;
}
.app-status .status-icons ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 30px 0 15px 0;
}
.app-status .status-icons ul li {
    display: inline-block;

}
.app-status .status-icons ul li.stage {
    margin: 0px 5px 10px 5px;
    width: 12%;
    vertical-align: top;
}
.app-status .status-icons ul li.arrow {
    vertical-align: middle;
    padding-top: 15px;
}
.app-status .status-icons ul li.stage > div {
    font-size: 14px;
    font-weight: 700;
}
.app-status .status-icons ul li.stage:hover {
    /*cursor: pointer;*/
    /*border: 1px solid #444;*/
}
.app-status .status-icons ul li.stage img {
    max-height: 40px;
    max-width: 50px;
    margin-bottom: 10px;
}

.app-status .status-action {
    margin: 15px;
}

/*-------------------------------------------------- */
/* MODALS
/*-------------------------------------------------- */
#printPdfModal .modal-dialog {
  margin-top: 15%;
}
#printPdfModal .modal-body {
  padding: 15px 30px;
}
#displayPdfModal .modal-dialog {
  width: 80%;
  height: 100%;
}
#displayPdfModal .modal-dialog .modal-body iframe,
#pdfRender {
  width: 100%;
  height: 600px;
}
.app-info {
  margin-top: 20px;
}
#selectCardModal .modal-dialog {
  width: 70%;
}
#altPaymentModal .modal-body {
  padding: 20px;
}
#altPaymentModal .btn-payment {
  color: #fff;
  background-color: #f27f22;
}
ul.alt-payment-declined {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
ul.alt-payment-declined li {
  margin-top: 15px;
  padding-top: 15px;
  /*padding-left: 10px;*/
  border: 1px solid transparent;
  border-top: 1px solid #dedede;
}
ul.alt-payment-declined li:hover {
  /*background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;*/
}
ul.alt-payment-declined li > button {
  margin-top: 10px;
  /*margin-left: 5px;*/
  /*float: right;*/
}
#altPayLowerBtn + div {
  display: none;
}
.payment-btn-group .back-options {
  float: left;
}
.payment-btn-group .make-payments {
  float: right;
}
#checkAppStatusModal form .form-group {
  margin-bottom: 20px;
}
#customerCenterModal form,
#fundDepositModal form {
  margin-top: 20px;
  margin-bottom: 20px;
}
#fundDepositModal form input {
  max-width: 60px;
}
#fundDepositModal form button[type=submit] {
  margin-left: 10px;
}
/*-------------------------------------------------- */
/* PAGES
/*-------------------------------------------------- */
.paper .page {
  margin-top: 30px;
}
#faqAccordion {
  margin-top: 15px;
}
.reviews .paper .selected-card-review {
    padding: 15px 0px;
}
/*-------------------------------------------------- */
/* FORM
/*-------------------------------------------------- */
.step:not(.formfill) {
  display: none;
}
.step.active {
  display: block !important;
}
.step.formfill #stepFormfillConfirmForm  {
    display: none;
}
.step-messages,
.verify-messages,
.search-messages,
.search-results,
.modal-messages {
  display: none;
}
.form-control-feedback {
  padding-top: 5px;
}
.step .form input::-webkit-input-placeholder,
.step .form input:-moz-placeholder,
.step .form input::-moz-placeholder,
.step .form input:-ms-input-placeholder {
  color: #adb3b8;
}
.form .form-group input[type=text],
.form .form-group input[type=email],
.form .form-group input[type=tel],
.form .form-group input[type=password],
.form .form-group select {
  font-size: 1.1em;
  padding: 10px 15px;
  height: 46px;
}
.step .form .input-group + .form-control-feedback {
  top: 0;
  right: -15px;
}
.step .form .form-group {
  margin-bottom: 20px;
}
.step .form .form-group.no-margin {
  margin-bottom: 0px;
}
#firstNameApply,
#middleNameApply,
#lastNameApply {
  display: inline-block;
  margin-right: 15px;
}
.step .form .control-label,
.verify .form .control-label,
.search .form .control-label {
  padding-top: 10px;
  padding-left: 15px;
  text-align: left;
}
.step .form .control-label[for='ssn4Apply'] {
    padding-top: 0px;
    padding-right: 5px;
}
.step .step-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.step .step-subtitle {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.funding-container .step-subtitle {
  font-size: 1.05em;
}
input[name=cardnumber] {
  background-position: right center;
  background-repeat: no-repeat;
}
input[name=cardnumber].visa {
  background-image: url('../images/cards/visa.png');
}
input[name=cardnumber].visaelectron {
  background-image: url('../images/cards/visaelectron.png');
}
input[name=cardnumber].amex {
  background-image: url('../images/cards/amex.png');
}
input[name=cardnumber].mastercard {
  background-image: url('../images/cards/mastercard.png');
}
input[name=cardnumber].maestro {
  background-image: url('../images/cards/maestro.png');
}
input[name=cardnumber].discover {
  background-image: url('../images/cards/discover.png');
}
input[name=cardnumber].jcb {
  background-image: url('../images/cards/jcb.png');
}
input[name=cardnumber].dinersclub {
  background-image: url('../images/cards/dinersclub.png');
}
.form-group .scroll-text {
  border: 1px solid #CCC;
  padding: 20px;
}
.form-group .scroll-text .inner-content {
  border: 1px solid #dadada;
  max-height: 170px;
  width: 600px;
}
.form-group .scroll-text .scroll-wrapper {
  max-height: 200px;
  overflow: auto;
  width: 100%;
}
.form-group .scroll-text .scroll-wrapper > .scroll-content {
    overflow: hidden !important;
}
.form-group .scroll-text.important-disclosures .scroll-wrapper {
  max-height: 340px;
}
.form-group .scroll-text.cardholder-agreement .scroll-wrapper {
  max-height: 290px;
}
.form-group .scroll-text .scroll-wrapper .scrollbar {
  padding: 0px 40px 0px 10px;
}
.form-group .scroll-text .scroll-wrapper .scrollbar > fieldset {
    padding-bottom: 30px;
}
.form-group .checkbox-div label {
  font-size: 0.9em;
  font-weight: 400;
}
#emailVerifyDiv {
  border: 1px solid #f27f22;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: none;
  font-size: 14px;
}
#emailVerifyDiv div:first-child {
  display: table;
}
#emailVerifyDiv div:first-child i,
#emailVerifyDiv div:first-child p {
  display: table-cell;
  vertical-align: middle;
}
#emailVerifyDiv div:first-child i {
  color: #f27f22;
  padding-right: 25px;
}
.vcode-error {
  padding-top: 10px;
}
.vcode-error small {
  display: none;
}
#policyAgreementChck + label {
  margin-bottom: 40px;
}
#programFeeCheck + label {
    margin-bottom: 60px;
}
#cardAgreementChck + label {
  margin-bottom: 70px;
}
label[for=passphraseApply] > small {
  font-size: 75%;
  font-weight: 400;
  display: block;
}
.small-text,
.css-label {
  font-size: 0.9em;
  font-weight: 400;
}
.smaller-text {
  font-size: 0.8em;
  font-weight: 400;
}
.btn-orange {
  border-radius: 2px;
  border: none;
  color: #fff;
  /*text-shadow: 2px 2px 1px #646464;*/
  background-color: #f27f22;
  background: url(../images/btn-next-orange.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c95f12), to(#f27f22));
  background: -webkit-linear-gradient(top, #f27f22, #c95f12);
  background: -moz-linear-gradient(top, #f27f22, #c95f12);
  background: -ms-linear-gradient(top, #f27f22, #c95f12);
  background: -o-linear-gradient(top, #f27f22, #c95f12);
}
.btn-orange:hover {
  color: #fff;
  background-color: #c95f12;
  background: url(../images/btn-next-orange-hover.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f27f22), to(#c95f12));
  background: -webkit-linear-gradient(top, #c95f12, #f27f22);
  background: -moz-linear-gradient(top, #c95f12, #f27f22);
  background: -ms-linear-gradient(top, #c95f12, #f27f22);
  background: -o-linear-gradient(top, #c95f12, #f27f22);
}
.btn-orange.btn-large {
  padding: 10px 40px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.btn-blue {
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 15px;
  border-radius: 2px;
  border: none;
  color: #fff;
  /*text-shadow: 2px 2px 1px #646464;*/
  text-transform: uppercase;
  background-color: #3599cd;
  background: url(../images/btn-customer-center.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f76ad), to(#3599cd));
  background: -webkit-linear-gradient(top, #3599cd, #1f76ad);
  background: -moz-linear-gradient(top, #3599cd, #1f76ad);
  background: -ms-linear-gradient(top, #3599cd, #1f76ad);
  background: -o-linear-gradient(top, #3599cd, #1f76ad);
}
.btn-blue:hover {
  color: #fff;
  background: url(../images/btn-customer-center-hover.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3599cd), to(#1f76ad));
  background: -webkit-linear-gradient(top, #1f76ad, #3599cd);
  background: -moz-linear-gradient(top, #1f76ad, #3599cd);
  background: -ms-linear-gradient(top, #1f76ad, #3599cd);
  background: -o-linear-gradient(top, #1f76ad, #3599cd);
}
.btn-gray {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px ;
  border-radius: 2px;
  border: none;
  color: #fff;
  /*text-shadow: 2px 2px 1px #646464;*/
  text-transform: uppercase;
  background-color: #ee7b20;
  background: url(../images/btn-customer-center.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f76ad), to(#3599cd));
  background: -webkit-linear-gradient(top, #3599cd, #1f76ad);
  background: -moz-linear-gradient(top, #3599cd, #1f76ad);
  background: -ms-linear-gradient(top, #3599cd, #1f76ad);
  background: -o-linear-gradient(top, #3599cd, #1f76ad);
}
.btn-gray:hover {
  color: #fff;
  background: url(../images/btn-customer-center-hover.jpg);
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3599cd), to(#1f76ad));
  background: -webkit-linear-gradient(top, #1f76ad, #3599cd);
  background: -moz-linear-gradient(top, #1f76ad, #3599cd);
  background: -ms-linear-gradient(top, #1f76ad, #3599cd);
  background: -o-linear-gradient(top, #1f76ad, #3599cd);
}
.btn-black {
  text-transform: uppercase;
  padding: 10px;
  padding-left: 30px;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 13px;
  /*text-shadow: 2px 2px 1px #646464;*/
  text-transform: uppercase;
  background-color: #000;
}
.btn-black:hover,
.btn-black:focus {
  color: #fff;
}
.btn-black.status-check {
  background: url('../images/icon_chk_app_status.png') no-repeat center left;
  margin-right: 20px;
}
.btn-black.deposit-check {
  background: url('../images/icon_fund_your_security_deposit.png') no-repeat center left;
}
.btn-black.customer-feedback {
  background: url('../images/icon_feedback.png') no-repeat center left;
}
.btn-black.go-fp i.fa {
    margin-right: 8px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.p3-additional {
  margin-top: 15px;
  font-size: 0.95em;
  margin-bottom: 15px;
}
.sda-group {
  padding-right: 30px;
}
.asterisk::-webkit-input-placeholder:after {
   content: ' *';
   color: #ee7b20;
   opacity: 1;
}
.asterisk:-moz-placeholder:after { /* Firefox 18- */
   content: ' *';
   color: #ee7b20;
   opacity: 1;
}

.asterisk::-moz-placeholder:after {  /* Firefox 19+ */
   content: ' *';
   color: #ee7b20;
   opacity: 1;
}

.asterisk:-ms-input-placeholder:after {
   content: ' *';
   color: #ee7b20;
   opacity: 1;
}
.funding-container {
  display: block;
  margin-top: 0em;
}
.funding-authorization {
  margin-top: 5px;
  padding-left: 20px
}
#expeditedFundingForm .deposit-exp {
  margin-bottom: 5px;
}
#expeditedFundingForm .xs-tr {
  text-align: right;
}
#expeditedFundingForm .deposit-exp .control-label {
  font-weight: 400;
}
#accordionFunding .panel .panel-body {
  padding: 15px 25px;
}
#accordionFunding .panel-heading {
  cursor: pointer;
}
#accordionFunding .panel-heading:hover {
  background-color: #e9e9e9;
}
#accordionFunding .panel-heading .panel-title {
  font-weight: 700;
}
.billing-address > div {
  margin-bottom: 10px;
}
.alternate-address {
  /*display: none;*/
}
.alternate-address > .title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 30px;
}
.billing-address-container {
  display: none;
}
.verify-text,
.search-text{
  margin-top: 20px;
  margin-bottom: 30px;
}
.signing-div {
  margin-bottom: 30px !important;
  text-align: center;
}
.signing-div button.app-sign.signed,
.signing-div button.app-sign.signed:hover,
.signing-div button.app-sign.signed:focus {
  background-color: #16a085;
  border-color: #0C7762;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.signing-div button.app-sign > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
  background: url('../images/btn-icon-hand.png') no-repeat center center;
  background-size: 24px;
}
.signing-div .alert {
  display: none;
}
div.ytHelpVideoLinkWrap a {
    display: block;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 10px;
}
div.ytHelpVideoLinkWrap > a > span {
    display: inline-block;
}
div.ytHelpVideoLinkWrap .play-icon {
    padding: 10px;
    /* margin-right: 10px; */
}
div.ytHelpVideoLinkWrap .play-icon > .fa {
    font-size: 24px;
}
div.ytHelpVideoLinkWrap .description small {
    color: #444;
}
.autocomplete-address {
    display: none;
    position: absolute;
    z-index: 9999;
    width: inherit;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
}
.autocomplete-address ul.suggestions {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.autocomplete-address ul.suggestions > li.suggestion {
    padding: 10px 15px;
    background-color: #fff;
}
.autocomplete-address ul.suggestions > li.suggestion:hover {
    background-color: #eee;
    cursor: pointer;
}
/**
 * FUNDING OPTIONS : OLD
 */
ul.payment-options {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
li.payment-option {
  border-radius: 5px;
  /*background-color: #f5f5f5;*/
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
li.payment-option > a {
  text-decoration: none;
  color: #333;
}
li.payment-option:hover,
li.payment-option.mobile {
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  /*padding-bottom: 60px;*/
}
li.payment-option .btn-payment {
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
li.payment-option:hover .btn-payment,
li.payment-option.mobile .btn-payment {
  color: #fff;
  background-color: #f27f22;
}
li.payment-option > .title {
  font-size: 1.3em;
  font-weight: 700;
  color: #023a77;
  display: inline-block;
  margin: 0px;
  /*margin-left: 10px;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
li.payment-option > i.fa {
  color: #023a77;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
li.payment-option:hover > .title {
  color: #ee7b20;
  /*margin-left: 15px;*/
}
/*li.payment-option:hover > i.fa {
  color: #ee7b20;
  margin-left: 15px;
}*/
li.payment-option > .description {
  color: #505c66;
  display: block;
  margin-top: 10px;
}
li.payment-option:hover {
  /*color: #ee7b20;  */
}
li.payment-option .title .payment-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
li.payment-option .title .payment-icon.card {
  background: url('../images/payment-card.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option:hover > .title .payment-icon.card {
  background: url('../images/payment-card-hover.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option .title .payment-icon.expedited {
  background: url('../images/payment-expedited.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option:hover > .title .payment-icon.expedited {
  background: url('../images/payment-expedited-hover.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option .title .payment-icon.later {
  background: url('../images/payment-later.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option:hover > .title .payment-icon.later {
  background: url('../images/payment-later-hover.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option .title .payment-icon.account {
  background: url('../images/payment-account.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option:hover > .title .payment-icon.account {
  background: url('../images/payment-account-hover.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option .title .payment-icon.bank {
  background: url('../images/payment-bank-account.png') no-repeat center center;
  background-size: 40px;
}
li.payment-option:hover > .title .payment-icon.bank {
  background: url('../images/payment-bank-account-hover.png') no-repeat center center;
  background-size: 40px;
}
.funding-container .panel-title {
  font-size: 1.2em;
}
.funding-container .panel-title .payment-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.funding-container .panel-title .payment-icon.card {
  background: url('../images/payment-card-black.png') no-repeat center center;
  background-size: 24px 16px;
}
.funding-container .panel-title .payment-icon.expedited {
  background: url('../images/payment-expedited-black.png') no-repeat center center;
  background-size: 24px 16px;
}
.funding-container .panel-title .payment-icon.later {
  background: url('../images/payment-later-black.png') no-repeat center center;
  background-size: 24px 20px;
}
.funding-container .panel-title .payment-icon.account {
  background: url('../images/payment-account-black.png') no-repeat center center;
  background-size: 24px 18px;
}
.funding-container .panel-title .payment-icon.bank {
  background: url('../images/payment-bank-account-black.png') no-repeat center center;
  background-size: 24px 18px;
}
/**
 * FUNDING OPTIONS : NEW
 */
#panelFunding .nav-tabs {
    border-bottom: none;
}
#panelFunding .nav-tabs li {
    font-weight: 700;
    font-size: 16px;
}
#panelFunding .nav-tabs li > a {
    font-size: 18px;
    padding: 15px 30px;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-right: 10px;
    padding-left: 70px;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
#panelFunding .nav-tabs li > a > .tooltip {
    margin-left: 5px;
}
#panelFunding .nav-tabs li > a > span {
    display: block;
    font-size: 14px;
}
#panelFunding .nav-tabs li a[href='#fundnow'] {
    background: url('../images/payment-card.png') no-repeat center left;
    background-size: 35px;
    background-position: 20px;
}
#panelFunding .nav-tabs li a[href='#fundlater'] {
    background: url('../images/payment-later.png') no-repeat center left;
    background-size: 35px;
    background-position: 20px;
}
#panelFunding .nav-tabs li.active a[href='#fundnow'] {
    background: #fff url('../images/payment-card-black.png') no-repeat center left;
    background-size: 35px;
    background-position: 20px;
}
#panelFunding .nav-tabs li.active a[href='#fundlater'] {
    background: #fff url('../images/payment-later-black.png') no-repeat center left;
    background-size: 35px;
    background-position: 20px;
}
#panelFunding .tab-content .tab-pane {
    border: 1px solid #ddd;
}
#panelFunding .form-apply-funding,
#panelFunding .form-funding {
    padding: 30px 20px;
}
#panelFunding .charged-deposit,
#panelFunding .charged-exp,
#panelFunding .amount-label {
    text-align: left;
}
#panelFunding .expedited-plus {
    display: none;
}
#panelFunding .expedited-plus .form-group > label,
#panelFunding .program-fee-plus .form-group > label {
    font-weight: 400;
}
#panelFunding .btn-fund-app > i {
    margin-right: 8px;
}
/*#panelFunding .tab-content .tab-pane.active {
    border-top: none;
}*/
#panelFunding .form-apply-funding,
#panelFunding .form-funding {
    padding: 30px 20px;
}
#panelFunding .tooltip-info.fundnow,
#panelFunding .tooltip-info.fundlater,
#panelFunding .tooltip-info.expedited {
    display: inline-block;
    padding: 0 0 5px 0;
}
#cardFundingForm .expedited-plus {
    display: none;
}
#cardFundingForm .expedited-plus .form-group > label {
    font-weight: 400;
}
.form-group label.control-label.thin {
    font-weight: 400 !important;
}
/*-------------------------------------------------- */
/* Footer
/*-------------------------------------------------- */
footer.footer {
  background-color: #e3eef4;
  padding: 40px 0px 0px 0px;
}
.footer .links .links-title {
  color: #2d5d8f;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .links .links-title img {
  margin-right: 10px;
}
.footer .links a {
  display: inline-block;
  color: #596777;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer .links .logo-footer {
  margin-bottom: 30px;
}
.footer .footer-address {
  color: #596777;
  font-weight: 600;
}
.footer .footer-address > div {
  margin-bottom: 10px;
}
.footer .navigation {
  border-top: 1px solid #c4d0dd;
  margin-top: 15px;
  padding: 20px 0px;
}
.footer .navigation a {
  color: #2d5d8f;
  text-decoration: none;
  font-size: 0.9em;
}
.footer .navigation a:after {
  content: ' | ';
  color: #2d5d8f;
  margin: auto 10px;
}
.footer .navigation a:last-child:after {
  content: none;
}
.footer .copyright {
  margin-bottom: 30px;
  font-size: 0.9em;
}
/*.footer .copyright div:first-child {
  color: #7e8e9f;
}
.footer .copyright div:last-child a {
  color: #415e82;
  font-weight: 600;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
}*/

/*-------------------------------------------------- */
/* Bootstrap Override
/*-------------------------------------------------- */
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 25px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*-------------------------------------------------- */
/* Developer Widget
/*-------------------------------------------------- */
#btnWidget {
    position: fixed;
    top: 250px;
}
#btnWidget button {
  font-size: 22px;
  padding: 12px;
}
#devWidget {
    position: fixed;
    z-index: 999;
    top: 150px;
    left: -190px;
}
#devWidget .panel-body div {
  margin-bottom: 10px;
}
#devWidget .panel-body div:last-child {
  margin-bottom: 0px;
}
#devWidget .panel-body .message-container {
  padding: 10px;
  display: none;
  border-radius: 5px;
}

/**
 * FUND LATER - Payment options
 *
 */
.apply .content.scheduled .fund-later-dates .status > a {
    margin-left: 5px;
}
.apply .content.complete .fund-later-myself,
.apply .content.complete .fund-later-schedule {
    display: none;
}
.sheduled-payment-slider {
    margin-top: 30px;
}

.sheduled-payment-slider .ui-slider-pip-selected-1 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-2 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-3 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-4 .ui-slider-label {
  color: #FF7A00;
}
.sheduled-payment-slider .ui-slider-pip .ui-slider-label {
    width: 60px;
    left: auto;
}
.sheduled-payment-slider .ui-slider-tip {
    width: 50px;
    margin-left: -17px;
    top: -1px;
    background: #f27f22;
    left: auto;
    /*background: #00c7d7;*/
    color: white;
    border: none;
    line-height: 27px;
    height: 25px;
}

.sheduled-payment-slider .ui-slider-tip:before,
.sheduled-payment-slider .ui-slider-tip:after {
    display: none;
}
.sheduled-payment-slider .ui-slider-handle.ui-state-default {
    background: #0c75d0;
}
.sheduled-payment-slider .ui-slider-handle.ui-state-active .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle:focus .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle:hover .ui-slider-tip {
  /*top: -1px; */
}
.sheduled-payment-slider .ui-slider-handle.ui-state-focus {
  z-index: 100; }

.fund-later-plan > table > tbody td.date .datelabel,
.fund-later-dates > table > tbody td.date .datelabel {
    display: inline-block;
}
.fund-later-plan > table > tbody td.date .datetimepicker,
.fund-later-dates > table > tbody td.date .datetimepicker {
    max-width: 120px;
    display: inline-block;
    /*visibility: hidden;*/
}
.fund-later-plan > table > tbody td.date > a,
.fund-later-dates > table > tbody td.date > a {
    margin-left: 5px;
    font-size: 14px;
}
.fund-later-plan > table > tbody td.date > a > i.fa,
.fund-later-dates > table > tbody td.date > a > i.fa {
    margin-left: 8px;
    /*margin-right: 5px;*/
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background-color: #efefef;
    border: 1px solid #fff;
}
/*.sheduled-payment-slider .ui-slider-pip .ui-slider-line {
  height: 8px;
  top: -5px; }

.sheduled-payment-slider .ui-slider-pip:nth-child(even) {
  top: -33px;
  height: 15px;
  transform: scale(0.8) translateY(3px);
  opacity: 0.8; }

.sheduled-payment-slider .ui-slider-pip:nth-child(even) .ui-slider-line {
    top: 22px;
    height: 9px; }

.sheduled-payment-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-1 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-2 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-3 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-4 .ui-slider-label {
    top: -3px; }

.sheduled-payment-slider .ui-slider-pip-initial-1 .ui-slider-label {
  color: #E80949; }

.sheduled-payment-slider .ui-slider-pip-initial-2 .ui-slider-label {
  color: #FF03CB; }

.sheduled-payment-slider .ui-slider-pip-initial-3 .ui-slider-label {
  color: #C309E8; }

.sheduled-payment-slider .ui-slider-pip-initial-4 .ui-slider-label {
  color: #920AFF; }

.sheduled-payment-slider .ui-slider-pip-selected-1 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-2 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-3 .ui-slider-label,
.sheduled-payment-slider .ui-slider-pip-selected-4 .ui-slider-label {
  color: white;
  width: 2.4em;
  padding: 4px 0;
  margin-left: -1.2em;
  border-radius: 2px; }

.sheduled-payment-slider .ui-slider-pip-selected-1 .ui-slider-label {
  background-color: #E80949; }

.sheduled-payment-slider .ui-slider-pip-selected-2 .ui-slider-label {
  background-color: #FF03CB; }

.sheduled-payment-slider .ui-slider-pip-selected-3 .ui-slider-label {
  background-color: #C309E8; }

.sheduled-payment-slider .ui-slider-pip-selected-4 .ui-slider-label {
  background-color: #920AFF; }
**/

.sheduled-payment-slider .ui-slider-pip .ui-slider-label {
    width: 60px;
    left: auto;
}
.sheduled-payment-slider .ui-slider-tip {
  width: 50px;
  margin-left: -17px;
  top: -1px;
  background: #f27f22;
  left: auto;
  /*background: #00c7d7;*/
  color: white;
  border: none;
  line-height: 27px;
  height: 25px; }

.sheduled-payment-slider .ui-slider-tip:before,
.sheduled-payment-slider .ui-slider-tip:after {
    display: none;
}
.sheduled-payment-slider .ui-slider-handle.ui-state-default {
    background: #0c75d0;
}
.sheduled-payment-slider .ui-slider-handle.ui-state-active .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle:focus .ui-slider-tip,
.sheduled-payment-slider .ui-slider-handle:hover .ui-slider-tip {
  /*top: -1px; */
}

.sheduled-payment-slider .ui-slider-handle.ui-state-focus {
  z-index: 100; }
