<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Password Requirements Bubble */
#passRequirementsBubble {
    background-color: #ffe;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    padding: 10px;
    top: 0;
    width: 300px;
    z-index: 10;
}
#passRequirementsBubble:before {
    content: " ";
    background-color: #ffe;
    border-color: #aaa;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: block;
    height: 10px;
    margin-right: -5px;
    position: absolute;
    right: 100%;
    top: 27px;
    transform: rotate(45deg);
    width: 10px;
}
#instructions #createPassword:focus + br + #retypePassword + #passRequirementsBubble,
#instructions #retypePassword:focus + #passRequirementsBubble {
    display: block;
}
#passRequirementsBubble li {
    background-repeat: no-repeat;
    background-size: 1em;
    padding-bottom: 0.25em;
}
#passRequirementsBubble li.complete {
    color: #77CE56;
}
#passRequirementsBubble li h5 {
    color: #333;
    margin-bottom: 10px;
}
.disabled {
 /*   display: none; */
}
.locked {
    opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block {
    display: block;
}
.text-muted {
    opacity: 0.7;
}
#main-bd {
    overflow: hidden;
}
.step-form {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
}
.step-form, .step-form * {
    box-sizing: border-box;
}
.step-form .step {
    display: block;
    position: relative;
    margin: 1em 4em;
    border-top: 1px solid #ececec;
    padding: 2em 0 0;

    /*stacking fieldsets above each other*/
    position: relative;
    top: 0;

    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}
.step-form .step:first-child {
    /* border-top: none; */
}
.step-form .step small.help {
    font-size: 12px;
    display: block;
    /*
        margin-top: 8px;
        position: absolute;
        top: 32px;
        right: 50px;
    */
}
.step-form .step small.help a {
    text-decoration: underline;
    letter-spacing: 0.015em;
}
.disabled {
    color: inherit;
}
.step-form .step.disabled {
    cursor: default;
    display: none;
}
.step-form .step.disabled:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.75);
}
.step-form .step .icon {
    display: inline-block;
    color: #fff;
    background-color: #cecece;
    float: left;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    margin: 5px 25px 45px 30px;
    min-width: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 20px;


    display: none;


}
.step-form .step.active .icon {
    background-color: #4BA6E2;
}
.step-form hr {
    height: 2px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px auto 30px;
}
.step-form .step input {
    min-height: 38px;
    width: 100%;
    padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.step-form .step input:not([type="button"]) {
    padding-left: 10px;
}
.step-form .step h3 {
    font-size: 24px !important;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 34px;
}
.step-form .step.active h3 {
    /* color: #4BA6E2; */
    color: #333 !important;
}
.step-form .step .step-description {
    color: #888;
    font-size: 15px;
    line-height: 1.56em;
    margin-bottom: 1.65em;
}
.step-form .step label {
    display: block;
    font-size: 16px;
    padding-top: 8px;
    /* padding-left: 27px; */
    text-align: left;
    padding-right: 0;
}
.step-form .step .step-description strong {
    color: #333;
}
.step-form .step .step-description label {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    margin-bottom: 10px;
}
.step-form .step-nav {
    border-top: 1px solid #ddd;
    padding: 2em;
    margin-top: 1em;
    display: block;
    position: relative;
}
.step-form .cta {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 2em;
    margin-top: 3em;
    display: block;
    position: relative;
}
.step-form .cta.disabled {
    opacity: 0.3333333;
}
.step-form .submit-area.disabled:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: rgba(248, 248, 248, 0.75); */
}
.step-form .submit-area input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
    width: auto;
    outline : 0;
}
.step-form .submit-area .icon {
    margin-bottom: 25px;
}
.step-form .submit-area .step-description {
}
.step-form .btn.btn-primary {
    background: #68a8dc;
    border-color: transparent;
    -moz-transition: all 0.115s ease-in-out;
    -webkit-transition: all 0.115s ease-in-out;
    -ms-transition: all 0.115s ease-in-out;
    -o-transition: all 0.115s ease-in-out;
    transition: all 0.115s ease-in-out;
}
.step-form .btn.btn-primary:not(.disabled):hover {
    background: #4594d4;
}
.step-form .btn.btn-large {
    min-width: 164px;
    max-width: 560px;
    font-size: 18px;
    font-weight: 400;
    padding: 1.24em 0.5em;
    letter-spacing: 0.02em;
}
.step-form .submit-area a:not(.btn) {
    text-decoration: underline;
}
.step-form .error {
    color: #DB3E3E;
}
.step-form .span3 {
    width: 26.076923%;
}
.step-form .span7 {
    width: 50.264957%;
    margin-left: 0;
}
.step-form .span2 {
    width: 19.893617%;
}
.step-form em.text-muted {
    margin-left: 30px;
}
.step-form .input-area {
    margin: 0.5em;
}

#reset-heading {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.18;
    margin: 0.5em auto 0.75em;
}

#reset-heading i {
    display: inline-block;
    text-align: center;
    background-color: #ececec;
    background-color: #4BA6E2;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    font-size: 34px;
    line-height: 30px;
    width: 30px;
    height: 30px;


    display: none;
}

#reset-heading i + span {
    display: block;
    margin-top: 10px;
}

#passRequirementsBubble {
    display: block;
    visibility: hidden;
    right: 0;
    left: auto;
    border-radius: 3px;
    background-color: #fff;
    line-height: 20px;
    padding: 1.75em 1em;
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#passRequirementsBubble:before {
    background-color: #fff;
}
#passRequirementsBubble h5 {
    display: block;
    margin-bottom: 5px;
}
#passRequirementsBubble.shown {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
#passRequirementsBubble li {
    color: #DB3E3E;
    color: #333;
}
#passRequirementsBubble li.complete {
    color: #cecece;
    text-decoration: line-through;
}
#progress-text {
    border-collapse: separate;
    max-width: 95%;
    margin: 2em auto;
}
#progress-bar {
    display: none;
}
/*
    #progress-bar .icon {
        background: #4BA6E2;
        border-radius: 100%;
    }
    #progress-bar .icon:before {
        content: counter(step);
        counter-increment: step;
    }
*/
#status_message{
    margin: 0 auto;
    max-width: 650px;
    position: relative;
}
#progress-text strong {
    font-weight: 500;
}
#progress-text td {
    border-color: #ddd;
    padding: 2.5em 2em 2.5em 5em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
#progress-text td:first-child {
    border-right: none;
}
#progress-text td:last-child {
    border-left: none;
}
#progress-text td.done {
    /* background-color: #f8f8f8; */
    color: #888;
}
#progress-text td.disabled {
    display: table-cell;
    background-color: #f8f8f8;
}
#progress-text td.active {
    background-color: #fff;
}
#progress-text td.active strong {
    color: #4BA6E2;
}

ul#progress-text {
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 1em auto;
    padding: 0.75em;
    max-width: 640px;
    border-radius: 4px;
}
ul#progress-text:after {
    content: '';
    display: block;
    clear: both;
}
ul#progress-text h4 {
    font-weight: 300;
}
ul#progress-text li {
    list-style: none;
    display: inline;
    font-weight: 300;
}
ul#progress-text li.active {
    color: #333;
    font-weight: 400;
}
ul#progress-text li:first-child i {
    display: none;
}
ul#progress-text li i {
    list-style: none;
    font-size: 20px;
    color: #cecece;
    margin: 0 0.75em;
    position: relative;
    top: 1px;
    background: #fff;
    border-radius: 100%;
}
ul#progress-text li.active i {
    color: #4BA6E2;
}
ul#progress-text li.done i {
    color: #CECECE;
}
ul#progress-text li.active i {
    color: #4BA6E2;
}
ul#progress-text li em {
    font-style: normal;
    display: inline-block;
}
#countdown, #confirm-activaton {
    font-size: 16px;
    color: #388627;
    margin: 2.5em auto;
}
#account-error {
    display: block;
    margin: 2em auto;
}

.step-icons {
    max-width: 680px;
    min-height: 120px;
    margin: 0 auto;
    position: relative;
}
.step-icons .nav-tabs {
    position: relative;
    border-bottom: none;
    margin: 0 auto;
}
.step-icons &gt; div.step-icons-inner {
    position: relative;
}

.step-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: -25px auto 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.step-icons .nav-tabs &gt; li.active &gt; a, .step-icons .nav-tabs &gt; li.active &gt; a:hover, .step-icons .nav-tabs &gt; li.active &gt; a:focus {
    cursor: default;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
span.round-tab i{
}
.step-icons li:after {
    display: block;
    content: '';
    border-top: 2px solid #4BA6E2;
    height: 2px;
    margin-top: -25px;
    z-index: 1;
    position: absolute;
    left: -60%;
    width: 110%;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.step-icons li:after {
    width: 0;
}
.step-icons li.active:not(:first-child):after, .step-icons li.done:not(:first-child):after {
    width: 110%;
}
.step-icons li.active span.round-tab, .step-icons li.done span.round-tab {
    border-color: #4BA6E2;

}
.step-icons li.done span.round-tab i, .step-icons li.active span.round-tab i {
    color: #4BA6E2;
}

.step-icons .nav-tabs &gt; li {
    width: 33.3333333333333%;
    float: left;
    display: inline-block;
    position: relative;
}
.step-icons .nav-tabs &gt; li:first-child {
    position: relative;
    left: -40px;
}
.step-icons .nav-tabs &gt; li:last-child {
    position: relative;
    left: 40px;
}

.step-icons .nav-tabs &gt; li a {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.step-icons .nav-tabs &gt; li a:hover {
    background: transparent;
    border: none;
}
.step-icons .step-title {
    display: block;
    position: relative;
    z-index: 4;
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    width: 150px;
    padding: 1em;
    margin-left: -50px;
    font-weight: 300;
    margin-top: 8px;
}

.step-icons .step-title strong {
    font-weight: 400;
}
.step-icons .nav-tabs &gt; li.active .step-title strong {
    color: #333;
}
.step-icons .nav-tabs &gt; li.done .step-title strong {
    color: #aaa;
}

.throb {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

</pre></body></html>