legend.required::after, label.required::after {
     content: "" !important;
}
 .disclaimer .card-header:after {
     font-family: "FontAwesome";
     content: "\f077";
     float: right;
}
 .disclaimer .card-header.collapsed:after {
     content: "\f078";
}
 .benefits .card {
     border: none;
}
 .img-icon {
     margin-top: 1.25rem;
     max-width: 40%;
     width: 150px;
}
 .brand-img {
     width: 100%;
     max-height: 200px;
}
 .heading {
     font-size: 2.5rem;
     font-weight: 300;
     line-height: 1.2;
}
 .heading .top{
     font-size: 5.5rem;
}
 .steps ol {
     counter-reset:li;
     margin-left: 0;
     padding-left: 0;
     list-style: none;
}
 .steps ol > li {
     position: relative;
     margin: 0 0 6px 2em;
     padding: 4px 8px;
     border-top-right-radius: 0.5em;
     border-bottom-right-radius: 0.5em;
     border: 2px solid;
}
 .steps ol > li:before {
     content: counter(li);
     counter-increment: li;
     position: absolute;
     top: -2px;
     left: -2em;
     width: 2em;
     margin-right: 8px;
     padding: 4px;
     text-align: center;
     font-weight: bold;
     border: 2px solid;
}
 .steps ol > li.active {
}
 .steps ol > li.active:before {
}
 .steps ol > li.done, .steps ol > li {
}
 .steps ol > li.done:before {
}
 .steps ol > li:before {
}
 .number {
     font-weight: bold;
}
 .number::before {
     content: "R";
}
 .hidden {
     display: none !important;
}
 .checkboxgroup {
     display: inline-block;
     text-align: center;
     padding: 0.5rem;
}
 .checkboxgroup label {
     display: block;
     margin-bottom: 1rem;
}
 offinput[type=radio] {
     transform: scale(2);
     margin-right: 1rem;
}
 .card-footer {
}
 .title-leftx {
     width: 30%;
     text-align: right;
}
 .ui-h-normal {
}
 .ui-h-light {
}
 .ui-h-lighter {
}
 .ui-h-dark {
}
 .btn-primary, .btn-primary:visited {
}
 .btn-primary:hover {
}
 .btn-primary:focus, .btn-primary.focus {
}
 .btn-primary.disabled, .btn-primary:disabled {
}
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
}
 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
}
 .form-control:focus {
}
 .ui-totals {
     font-size: 1.5rem;
}
 .ui-totals .number {
     font-size: 2.5rem;
     font-weight: 600;
     display: block;
     border-bottom: 0.1em solid;
}
 .ui-totals h2 {
     font-size: 3rem;
     font-weight: 600;
}
 .ui-ibenefits {
     font-size: 1.5rem;
}
 .ui-ibenefits .number {
     font-size: 2rem;
     font-weight: 600;
}
 .checkboxgroup label .number {
     font-size: 1.2rem;
}
 .text-smaller {
     font-size: smaller;
}
 a, a:visited {
     text-decoration: none;
     background-color: transparent;
}
 a:hover {
     text-decoration: underline;
}
.footer {
     text-align: center;
     margin-bottom: 3rem;
}

 .ui-buttons {
     max-width: 60%;
     margin: 0 auto 0.7rem auto;
}

 .ui-toggle {
     cursor:pointer;
}

#overlay {
  background: rgba(255,255,255,0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 15%;
}

.spinner {
    margin: 0 auto;
    height: 4em;
    width: 4em;
    animation: rotate 0.8s infinite linear;
    border: .5em solid black;
    border-right-color: transparent !important;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

