.simple-circle-bar {
  margin-top: 20px;
}
.simple-circle-bar .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/files/pie/PIE.htc);
  width: 27px;
  height: 27px;
  background-color: #E2DFD8;
  color: #585755;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  margin-right: 25px;
}
.simple-circle-bar .circle.last {
  margin-right: 0;
}
.simple-circle-bar .circle.passed,
.simple-circle-bar .circle.current {
  background-color: #1EA9E2;
  color: white;
}
.simple-circle-bar a.circle {
  text-decoration: none;
}
.simple-circle-bar a.circle:hover,
.simple-circle-bar a.circle.hover {
  cursor: pointer;
  background-color: #7BCEF0;
  color: white;
}
.payment-processing-modal {
  text-align: center;
}
.payment-processing-modal .loading-img {
  width: 96px;
}
#btPurchaseBtn {
  margin-top: 22px;
  width: 335px;
  max-width: 90%;
}
@media (min-width: 390px) {
  #btPurchaseBtn {
    max-width: 100%;
  }
}
#btModal.modal {
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
#btModal.modal label[for="braintree__card-view-input__cardholder-name"] {
  width: 318px;
}
#btModal.modal input#braintree__card-view-input__cardholder-name {
  font-weight: 400;
}
#btModal.modal input#braintree__card-view-input__cardholder-name::placeholder {
  color: #6a6a6a;
}
#btModal.modal .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active {
  border-color: #92AB6F;
}
#btModal.modal .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__check {
  background-color: #92AB6F;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#btModal.modal button.close {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 0;
  right: 6px;
  top: 6px;
  background: no-repeat;
  cursor: pointer;
  position: absolute;
  background-position: 4px 4px;
  box-sizing: border-box;
  background-image: url(/img/modal-close-gold.svg);
  background-size: 17px;
  opacity: 1;
}
#btModal.modal button.close svg {
  display: none;
}
#btModal.modal button.close .dialog-close-badge {
  display: none;
}
#btModal.modal .modal-footer {
  border-radius: 6px;
  height: 12px;
  border-top: none;
  padding: 0;
}
#btModal.modal .modal-content {
  border: none;
  border-radius: 6px;
}
#btModal.modal .modal-content:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: inherit;
}
#btModal.modal div.header-logo-outer {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  behavior: url(/files/pie/PIE.htc);
  width: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  margin-top: -50px;
  margin-left: 36%;
  margin-left: calc(50% - 56px);
}
#btModal.modal div.header-logo-outer img {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  top: 5px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  behavior: url(/files/pie/PIE.htc);
  width: 70px;
  height: 70px;
}
#btModal.modal .modal-dialog {
  margin-top: 56px;
}
@media (min-width: 390px) {
  #btModal.modal .modal-dialog {
    width: 385px;
    margin: 30px auto;
    max-width: 100%;
    margin-top: 56px;
  }
  #btModal.modal .no-extra-info .braintree-form__flexible-fields {
    flex-wrap: nowrap;
  }
}
#btModal.modal .modal-header {
  background-color: #f5f5f7;
  padding: 12px 15px;
  padding-bottom: 0;
  border-radius: 6px;
  border-bottom: 1px solid #f5f5f7;
}
#btModal.modal .modal-header h2 {
  margin: 8px 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
#btModal.modal .modal-header h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #5b5b65;
  text-shadow: 0 1px 0 #fff;
  padding-bottom: 6px;
}
#btModal.modal .modal-header div.hr-fade {
  height: 1px;
  background-image: radial-gradient(circle, hsla(0, 0%, 100%, 0.31), hsla(0, 0%, 100%, 0));
  margin-top: 0;
  margin-bottom: 6px;
}
#btModal.modal .modal-header div.hr-fade:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  top: -1px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07), transparent);
}
#btModal.modal .modal-header p.user-email {
  max-width: 100%;
  overflow-x: hidden;
  text-transform: lowercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #919199;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
  vertical-align: top;
  font-size: 14px;
  margin: 0;
}
#btModal.modal .modal-header #btPurchaseH3 {
  /* TODO: SVG */
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
}
#btModal.modal .modal-header .package-name,
#btModal.modal .modal-header .package-details,
#btModal.modal .modal-header .credit-applied {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 18px;
}
#btModal.modal .modal-header .package-name {
  font-weight: 400;
}
#btModal.modal .modal-header .package-name b {
  font-weight: 600;
}
#btModal.modal .modal-body {
  padding: 10px;
  border-top: 1px solid white;
  min-height: 218px;
}
#btModal.modal [data-braintree-id="sheet-container"] {
  background-color: #f5f5f7;
}
#btModal.modal [data-braintree-id="methods"] {
  padding: 10px;
  background-color: #f5f5f7;
  margin: 0;
}
#btModal.modal [data-braintree-id="toggle"] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 8px;
  font-size: 12px;
}
#btModal.modal [data-braintree-id="toggle"] span {
  display: none;
}
#btModal.modal [data-braintree-id="toggle"]::after {
  content: "Use another payment method";
  color: #8A7C56;
  font-weight: 400;
}
#btModal.modal [data-braintree-id="toggle"]:hover::after {
  color: #272319;
  font-weight: 400;
}
#btModal.modal [data-braintree-id="card-sheet-header"] {
  display: none;
}
#btModal.modal [data-braintree-id="methods-label"] {
  display: none;
}
#btModal.modal .braintree-sheet__content.braintree-sheet__content--form {
  padding-bottom: 0;
}
#btModal.modal .no-extra-info [data-braintree-id="number-field-group"] label {
  width: 100%;
}
#btModal.modal .braintree-form__hosted-field {
  background-color: white;
}
#btModal.modal [data-braintree-id="card"] {
  border: none;
  background-color: #f5f5f7;
}
#btModal.modal [data-braintree-id="toggle"] {
  background-color: #f5f5f7;
}
.modal-scrollable #btModal label[for="braintree__card-view-input__cardholder-name"] {
  width: 100%;
}
@media (min-width: 390px) {
  .modal-scrollable #btModal {
    width: 385px;
    margin-left: -192px;
    box-shadow: none;
    border-color: transparent;
    border-radius: 20px;
  }
  .modal-scrollable #btModal.shake {
    animation-name: none;
  }
}
#content-offer-apply,
#content-offer-story {
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
#content-offer-apply .bottom-line,
#content-offer-story .bottom-line {
  margin-top: 20px;
}
#content-offer-apply .fa-heart,
#content-offer-story .fa-heart {
  color: #AC2A2A;
}
#content-offer-apply .why-ctrl-cont,
#content-offer-story .why-ctrl-cont {
  background-color: #FBFBFB;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 27px;
}
#content-offer-apply .why-ctrl-cont a,
#content-offer-story .why-ctrl-cont a {
  text-decoration: none;
  text-transform: none;
  color: var(--dec-black);
  font-size: 18px;
  font-weight: 600;
}
#content-offer-apply .why-ctrl-cont a svg,
#content-offer-story .why-ctrl-cont a svg {
  float: right;
  margin-top: 8px;
}
#content-offer-apply .why-ctrl-cont .love-ctrl-btn.collapsed .collapsed-icon,
#content-offer-story .why-ctrl-cont .love-ctrl-btn.collapsed .collapsed-icon {
  display: block;
}
#content-offer-apply .why-ctrl-cont .love-ctrl-btn.collapsed .expanded-icon,
#content-offer-story .why-ctrl-cont .love-ctrl-btn.collapsed .expanded-icon {
  display: none;
}
#content-offer-apply .why-ctrl-cont .love-ctrl-btn.expanded .collapsed-icon,
#content-offer-story .why-ctrl-cont .love-ctrl-btn.expanded .collapsed-icon {
  display: none;
}
#content-offer-apply .why-ctrl-cont .love-ctrl-btn.expanded .expanded-icon,
#content-offer-story .why-ctrl-cont .love-ctrl-btn.expanded .expanded-icon {
  display: block;
}
#content-offer-apply .love-table,
#content-offer-story .love-table {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
#content-offer-apply .love-table td,
#content-offer-story .love-table td {
  padding-top: 30px;
}
#content-offer-apply .love-table td.img,
#content-offer-story .love-table td.img {
  padding-right: 10px;
  vertical-align: top;
}
#content-offer-apply .love-table td.desc,
#content-offer-story .love-table td.desc {
  text-align: left;
}
#content-offer-apply .love-table .dec-icon svg,
#content-offer-story .love-table .dec-icon svg {
  width: auto;
  height: auto;
}
#content-offer-apply .jumbo-love,
#content-offer-story .jumbo-love {
  margin: 0;
  padding: 10px;
}
#content-offer-apply .jumbo-love .love-table,
#content-offer-story .jumbo-love .love-table {
  font-size: 14px;
}
#content-offer-apply .jumbo-love .love-heading,
#content-offer-story .jumbo-love .love-heading {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--dec-dark-gold);
}
#content-offer-apply .bg-danger,
#content-offer-story .bg-danger {
  max-width: 300px;
  margin: 0 auto;
}
#content-offer-apply .input-lg,
#content-offer-story .input-lg,
#content-offer-apply .input-group-lg,
#content-offer-story .input-group-lg {
  margin: 0 auto;
}
#content-offer-apply .faux-select-dropdown,
#content-offer-story .faux-select-dropdown {
  display: block;
  font-size: 13px;
}
#content-offer-apply .faux-select-dropdown .dropdown-text,
#content-offer-story .faux-select-dropdown .dropdown-text {
  font-family: var(--dec-font-family-proxima-nova);
  text-transform: none;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #ececec;
  border: 2px solid rgba(204, 204, 204, 0.38);
  letter-spacing: normal;
  color: var(--dec-grey);
  width: 100%;
  text-align: left;
  display: inline-block;
}
#content-offer-apply .faux-select-dropdown .dropdown-text.default-text,
#content-offer-story .faux-select-dropdown .dropdown-text.default-text {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}
#content-offer-apply .faux-select-dropdown .dropdown-text.default-text .faux-label,
#content-offer-story .faux-select-dropdown .dropdown-text.default-text .faux-label {
  display: inline-block;
  max-width: calc(100% - 20px);
  line-height: 19px;
  font-size: 16px;
  text-wrap: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #content-offer-apply .faux-select-dropdown .dropdown-text.default-text,
  #content-offer-story .faux-select-dropdown .dropdown-text.default-text {
    padding: 7px 15px;
  }
}
#content-offer-apply .faux-select-dropdown .dropdown-text.with-value,
#content-offer-story .faux-select-dropdown .dropdown-text.with-value {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
  color: var(--dec-black);
}
@media (max-width: 767px) {
  #content-offer-apply .faux-select-dropdown .dropdown-text.with-value,
  #content-offer-story .faux-select-dropdown .dropdown-text.with-value {
    font-size: 14px;
    padding: 7px 15px;
  }
}
#content-offer-apply .faux-select-dropdown li a,
#content-offer-story .faux-select-dropdown li a {
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  color: var(--dec-black);
  padding: 3px 20px;
  font-size: 14px;
  white-space: nowrap;
}
#content-offer-apply .faux-select-dropdown li a svg,
#content-offer-story .faux-select-dropdown li a svg {
  width: 18px;
  margin-top: -2px;
}
#content-offer-apply .faux-select-dropdown .caret-cont,
#content-offer-story .faux-select-dropdown .caret-cont {
  float: right;
}
#content-offer-apply .faux-select-dropdown .caret-cont .vr,
#content-offer-story .faux-select-dropdown .caret-cont .vr {
  width: 2px;
  background-color: #ececec;
  background-color: rgba(204, 204, 204, 0.38);
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 45px;
}
#content-offer-apply .apply-form,
#content-offer-story .apply-form {
  /*      margin-right: 15px;
          float: right;
          position: relative;
     */
  text-align: left;
}
@media (min-width: 768px) {
  #content-offer-apply .apply-form,
  #content-offer-story .apply-form {
    padding-right: 20px;
  }
}
#content-offer-apply .apply-form .form-label,
#content-offer-story .apply-form .form-label {
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
}
#content-offer-apply .apply-form .form-group-estimatedBudget,
#content-offer-story .apply-form .form-group-estimatedBudget {
  position: relative;
}
#content-offer-apply .apply-form .form-group-estimatedBudget .dollar,
#content-offer-story .apply-form .form-group-estimatedBudget .dollar {
  position: absolute;
  top: 38px;
  left: 15px;
  z-index: 1;
}
#content-offer-apply .apply-form .form-group-estimatedBudget #application_models_ConsultPackageForm_estimatedBudget,
#content-offer-story .apply-form .form-group-estimatedBudget #application_models_ConsultPackageForm_estimatedBudget {
  padding: 10px 15px 10px 35px;
}
@media (768px) {
  #content-offer-apply .apply-form .first-col,
  #content-offer-story .apply-form .first-col {
    padding-right: 6px;
  }
}
@media (768px) {
  #content-offer-apply .apply-form .second-col,
  #content-offer-story .apply-form .second-col {
    padding-left: 7px;
  }
}
@media (min-width: 768px) {
  #content-offer-apply .form-container,
  #content-offer-story .form-container {
    padding-top: 19px;
  }
  #content-offer-apply .bottom-line,
  #content-offer-story .bottom-line {
    margin-top: 140px;
  }
  #content-offer-apply .jumbo-love,
  #content-offer-story .jumbo-love {
    height: 100%;
    border-radius: 10px;
    background-color: #FBFBFB;
    padding: 46px 40px;
  }
}
@media (min-width: 992px) {
  #content-offer-apply .survey-band .form-group,
  #content-offer-story .survey-band .form-group {
    margin-bottom: 30px;
  }
  #content-offer-apply .survey-band .form-group.has-error,
  #content-offer-story .survey-band .form-group.has-error {
    margin-bottom: 5px;
  }
  #content-offer-apply .survey-band .form-group-description,
  #content-offer-story .survey-band .form-group-description {
    margin-bottom: 0;
  }
  #content-offer-apply .survey-band .custom-budget-referral-row,
  #content-offer-story .survey-band .custom-budget-referral-row {
    margin-top: -19px;
  }
  #content-offer-apply .form-group-description,
  #content-offer-story .form-group-description {
    width: 100%;
    margin-bottom: 15px;
  }
  #content-offer-apply .form-group-description .form-control,
  #content-offer-story .form-group-description .form-control {
    width: 100%;
  }
  #content-offer-apply .bottom-line,
  #content-offer-story .bottom-line {
    margin-top: 0px;
  }
  #content-offer-apply .bottom-btn-container,
  #content-offer-story .bottom-btn-container {
    width: 610px;
    margin-right: 15px;
    float: right;
  }
}
#content-offer-apply .continue-container,
#content-offer-story .continue-container {
  text-align: center;
  margin-top: 47px;
}
#content-offer-apply .continue-container .btn-continue-addendum,
#content-offer-story .continue-container .btn-continue-addendum {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #content-offer-apply .continue-container,
  #content-offer-story .continue-container {
    margin-top: 50px;
  }
  #content-offer-apply .continue-container .btn-continue-addendum,
  #content-offer-story .continue-container .btn-continue-addendum {
    margin-top: 25px;
  }
}
#btModal.modal button.close svg {
  display: none;
}
