.switch-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin-top: 16px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background-color: #FF9F02;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  border: 1px solid #FF9F02; }

.orange-btn {
  background-color: #FF9F02;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0; }

.details {
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-bottom: 20px; }

.details .per-month {
  padding: 10px;
  border-bottom: 1px solid #ebebeb; }

.details .per-month p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold; }

.details .per-month p span:nth-child(1) {
  font-size: 13px; }

.details .per-month p span:nth-child(2) {
  font-size: 23px; }

.details .per-month p span:nth-child(3) {
  font-size: 13px; }

.details .values {
  padding: 19px 16px;
  border-bottom: 1px solid #ebebeb; }

.details .values div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0; }

.details .values div:first-of-type {
  margin-top: 0; }

.details .values div:last-of-type {
  margin-bottom: 0; }

.details .values div .blue {
  color: #003b76;
  font-weight: bold;
  font-size: 16px; }

.details .values div p:first-of-type {
  font-size: 13px;
  color: #777777; }

.details .values div p:last-of-type span:first-of-type {
  font-size: 12px; }
.details .values div p:last-of-type span:last-of-type {
  font-size: 16px ; }
.details .disclaimer {
  padding: 13px 11px;
  border-bottom: 1px solid #ebebeb; }

.details .disclaimer p {
  font-size: 10px;
  color: #777777;
  margin-bottom: 0; }

.details .disclaimer p img {
  margin-right: 6px; }

.details .ts-cs {
  padding: 16px; }

.details .ts-cs .img-holder {
  margin: 0 auto; }

.details .ts-cs .img-holder img {
  margin: 0 auto;
  display: block; }

.details .ts-cs .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px; }

.details .ts-cs .check .round {
  margin-right: 14px; }

.details .ts-cs .check .round #agree-error {
  color: red;
  font-size: 13px;
  width: 200px;
  margin-top: 22px;
  border: none;
  margin-bottom: 0; }

.details .ts-cs .checkbox-bottom {
  margin: 0;
  position: relative;
  margin-top: -2px; }

.details .ts-cs .checkbox-bottom #agree-error {
  color: red;
  font-size: 13px;
  width: 200px;
  border: none;
  position: absolute;
  bottom: -26px;
  left: 29px; }

.details .ts-cs a {
  font-size: 12px;
  color: #777777;
  margin-left: 4px; }

.details .ts-cs a span {
  color: #FF9F02; }

.details .ts-cs .round {
  position: relative; }

html {
  font-size: 16px;
  height: 100%; }

p {
  margin-bottom: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue';
  padding-bottom: 16px;
  height: 100%;
  background-color: #f4f4f4;
  position: relative; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  text-decoration: none; }

.spinner-overlay {
  height: 100%;
  position: absolute;
  background-color: #111111;
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 99999999; }

.top-total {
  position: relative;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07449c), to(#063676));
  background-image: -webkit-linear-gradient(top, #07449c 0%, #063676 100%);
  background-image: -o-linear-gradient(top, #07449c 0%, #063676 100%);
  background-image: linear-gradient(180deg, #07449c 0%, #063676 100%); }

.top-total .img-holder {
  text-align: center; }

.top-total .img-holder img {
  width: 100px;
  margin-top: 16px; }

.top-total .top-total-box {
  padding: 16px;
  text-align: center;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px; }

.top-total .top-total-box p:nth-child(1) {
  font-size: 14px; }

.top-total .top-total-box p:nth-child(2) {
  font-size: 26px;
  font-weight: bold; }

.top-total .top-total-box p:nth-child(2) span {
  font-size: 12px;
  font-weight: normal; }

.top-total .top-total-box p:nth-child(3) {
  font-size: 10px; }

.container.screen1 {
  padding: 24px 16px;
  background-color: #f4f4f4; }

.container.screen1 .credit-card-box {
  height: 214px;
  max-width: 343px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07449c), to(#063676));
  background-image: -webkit-linear-gradient(top, #07449c 0%, #063676 100%);
  background-image: -o-linear-gradient(top, #07449c 0%, #063676 100%);
  background-image: linear-gradient(180deg, #07449c 0%, #063676 100%);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 15px;
  margin: 0 auto;
  position: relative; }

.container.screen1 .credit-card-box .img-holder img {
  width: 106px; }

.container.screen1 .credit-card-box .balance-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  margin-top: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.container.screen1 .credit-card-box .balance-total div:first-of-type p {
  line-height: 20px;
  font-size: 16px;
  width: 146px; }

.container.screen1 .credit-card-box .balance-total div:last-of-type p {
  line-height: 20px;
  margin-bottom: 5px; }

.container.screen1 .credit-card-box .balance-total div:last-of-type p span {
  font-size: 14px; }

.container.screen1 .credit-card-box .balance-total div:last-of-type p .value {
  font-size: 24px;
  font-weight: bold; }

.container.screen1 .credit-card-box .balance-total div:last-of-type button {
  font-size: 8px;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

 .container.screen1 .credit-card-box .error-message, .container.screen1 .credit-card-box .error-message-min {
        color: #FF9F02;
        font-size: 10px;
        border-top: 1px solid #FF9F02;
        margin-top: 8px;
    }

.error-div #AgreedToTermsAndConditions-error {
    position:relative;
    right:-20px;
}

.container.screen1 .credit-card-box .card-input {
    border: 2px solid #829cc0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    display: none;
    position: relative;
}

.container.screen1 .credit-card-box .card-input input {
  background-color: #205197;
  height: 100%;
  border: none;
  padding: 4px;
  color: #FFFFFF;
  padding-left: 8px;
  width: 100%; }

.container.screen1 .credit-card-box .card-input .save {
  height: 100%;
  width: 55px;
  background-color: #205197;
  opacity: 0.6;
  color: #FFFFFF;
  border: none;
  border-left: 2px solid #829cc0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }

.container.screen1 .credit-card-box .card-input #cancel {
  color: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: -30px;
  right: -3px;
  background-color: transparent;
  border: none; }

.container.screen1 .credit-card-box .card-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.5;
  overflow: hidden;
  width: 90%; }

.container.screen1 .credit-card-box .card-no p {
  color: #FFFFFF; }

.container.screen1 .credit-card-box .card-no .img-holder {
  padding-top: 6px; }

.container.screen1 .credit-card-box .card-no .img-holder img {
  width: 45px; }

.container.screen1 .checkbox {
  margin-top: 16px; }

.container.screen1 .checkbox p {
  text-align: center;
  font-size: 14px; }

.container.screen1 .submit-cta {
  margin-top: 26px; }

.container.screen1 .submit-cta input {
  border: none; }

.container.screen2 {
  padding: 24px 16px;
  background-color: #f4f4f4; }

.container.screen2 .checkbox {
  margin-top: 50px; }

.container.screen2 .checkbox p {
  text-align: center;
  font-size: 14px; }

.container.screen2 .details {
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.container.screen2 .details .per-month {
  padding: 10px;
  border-bottom: 1px solid #ebebeb; }

.container.screen2 .details .per-month p {
  text-align: center;
  margin-bottom: 0; }

.container.screen2 .details .per-month p span:nth-child(1) {
  font-size: 13px; }

.container.screen2 .details .per-month p span:nth-child(2) {
  font-size: 23px; }

.container.screen2 .details .per-month p span:nth-child(3) {
  font-size: 13px; }

.container.screen2 .details .values {
  padding: 19px 16px;
  border-bottom: 1px solid #ebebeb; }

.container.screen2 .details .values div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0; }

.container.screen2 .details .values div:first-of-type {
  margin-top: 0; }

.container.screen2 .details .values div:last-of-type {
  margin-bottom: 0; }

.container.screen2 .details .values div .blue {
  color: #003b76;
  font-weight: medium; }

.container.screen2 .details .values div p:first-of-type {
  font-size: 13px;
  color: #777777; }

.container.screen2 .details .values div p:last-of-type span {
  font-size: 16px; }

.container.screen2 .details .disclaimer {
  padding: 13px 11px;
  border-bottom: 1px solid #ebebeb; }

.container.screen2 .details .disclaimer p {
  font-size: 10px;
  color: #777777;
  margin-bottom: 0; }

.container.screen2 .details .disclaimer p img {
  margin-right: 6px; }

.container.screen2 .details .ts-cs {
  padding: 16px; }

.container.screen2 .details .ts-cs .img-holder {
  margin: 0 auto; }

.container.screen2 .details .ts-cs .img-holder img {
  margin: 0 auto;
  display: block; }

.container.screen2 .details .ts-cs .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px; }

.container.screen2 .details .ts-cs .check .round {
  margin-right: 14px; }

.container.screen2 .details .ts-cs p {
  font-size: 12px;
  color: #777777; }

.container.screen2 .details .ts-cs p span {
  color: #FF9F02; }

.container.screen2 .details .ts-cs .round {
  position: relative; }

.container.screen2 .details .ts-cs .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  /*   border-radius: 50%; */
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px; }

.container.screen2 .details .ts-cs .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px; }

.container.screen2 .details .ts-cs .round input[type='checkbox'] {
  visibility: hidden; }

.container.screen2 .details .ts-cs .round input[type='checkbox']:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a; }

.container.screen2 .details .ts-cs .round input[type='checkbox']:checked + label:after {
  opacity: 1; }

.container.screen2 .submit-cta {
  margin-top: 26px; }

.container.screen2 .submit-cta input {
  border: none; }

.container.padding-top {
  padding-top: 80px; }

.container.endscreen {
  position: relative;
  height: 100%;
  background-color: #FFFFFF; }

.container.endscreen .enbd-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px; }

.container.endscreen .enbd-logo img {
  width: 100px; }

.container.endscreen .text {
  text-align: center;
  position: absolute;
  max-width: 280px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 140px; }

.container.endscreen .text .tick img {
  width: 100px; }

.container.endscreen .text h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 16px; }

.container.endscreen .text p {
  font-size: 14px;
  margin-top: 20px; }

.container.endscreen .submit-cta {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.decimal {
  font-size: 12px; }

.amount-value {
  font-weight: bold; }

.amount-value span:last-of-type {
  font-size: 12px; }

.details-box {
  margin-top: -15px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

/*# sourceMappingURL=main.css.map */
