<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: linear-gradient(89.99deg, rgba(0, 63, 84, 0.15) 0%, rgba(68, 143, 24, 0.1) 51.45%, rgba(0, 63, 84, 0.15) 100%);
  font-family: "Segoe UI";
}
#identity-server-login-panel {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.register-card-wide.mdl-card {
  margin-left: unset;
  margin-right: unset;
}
.mdl-card__title {
  margin-left: auto;
  margin-right: auto;
}
.mdl-card__actions.mdl-card--border {
  border-top: unset;
}
.validation-summary-margin {
  margin-top: unset !important;
}
h5 .material-icons {
  font-size: 18px;
  vertical-align: sub;
}
.mdl-tooltip {
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  color: black;
  max-width: unset;
}
.register-step-help-text {
  font-size: 12px;
  margin: 10px 0;
}
.mdl-button--raised.mdl-button--colored {
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
}
.mdl-button--raised.mdl-button--colored:hover {
  opacity: 0.7;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
}
/* Header Bar */
.header-bar {
  width: 100%;
  height: 64px;
  background-color: white;
  box-shadow: -4px 4px 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.header-bar .header-branding {
  height: 60px;
  display: flex;
  align-items: center;
}
.header-bar .header-branding-logo {
  margin-left: 40px;
  max-width: 200px;
  max-height: 60px;
}
/* Footer Bar */
.footer-section {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
}
.footer-section ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-section ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 600;
}
.footer-section .footer-section-inner {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-section .footer-section-links {
  font-family: 'Roboto Medium', 'Roboto', sans-serif;
  color: black;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: none;
}
.footer-section .footer-powered-by {
  font-family: 'Roboto Medium', 'Roboto', sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.footer-section .footer-brand {
  height: 26px;
  padding-left: 5px;
  cursor: pointer;
}
/* Already Registered Card */
.register-card-already-registered {
  display: inline-flex;
  width: 361px;
  min-height: 650px;
  background: var(--primarycolor, linear-gradient(315deg, #003F54 0%, #005F7F 100%));
}
.register-card-already-registered .mdl-card__title-text {
  color: var(--primarytextcolor, white);
  font-family: "Segoe UI";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.register-card-already-registered .mdl-card__supporting-text {
  color: var(--primarytextcolor, white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
}
.register-card-already-registered .register-buttons &gt; a {
  box-sizing: border-box;
  height: 50px;
  width: 240px;
  border: 1px solid var(--primarytextcolor, white);
  border-radius: 5px;
  background-color: transparent;
  color: var(--primarytextcolor, white);
}
.register-card-already-registered .register-buttons &gt; a :hover {
  color: var(--accenttextcolor, white);
}
.register-card-already-registered .register-buttons &gt; a &gt; span {
  vertical-align: sub;
  padding-top: 3px;
}
/* Sign-up Card */
.register-card-signup.register-card-wide.mdl-card {
  display: inline-flex;
  width: 500px;
  min-height: 650px;
}
.register-card-signup .mdl-card__title {
  padding-top: 45px;
  height: unset;
}
.register-card-signup .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
.register-card-signup .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.register-card-signup .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
.register-card-signup .mdl-card__actions h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.register-card-signup .mdl-textfield {
  width: 100%;
}
.register-card-signup .register-card-signup-claim-validation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-card-signup .register-card-signup-claim-validation &gt; label {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.register-card-signup .register-card-signup-claim-validation .mdl-textfield {
  width: 228px;
}
.register-card-signup .register-buttons {
  width: unset;
  margin-top: 20px;
}
.register-card-signup .register-buttons button {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
  margin: 3px;
}
.register-card-signup .login-option-link {
  margin-top: 10px;
}
.register-card-signup .login-option-link &gt; a {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
}
.register-card-signup .password-hint {
  font-size: 10px;
  letter-spacing: 0.21px;
  line-height: 20px;
}
.register-card-signup .password-hint-criteria {
  display: inline-flex;
  justify-content: flex-start;
}
.register-card-signup .password-hint-criteria div {
  margin-right: 28px;
}
.register-card-signup .password-hint-criteria .separator-icon {
  color: grey;
  font-size: 8px;
}
/* Registration Progress Stepper Bar */
.stepper-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-wrapper .stepper-item {
    font-size: 12px;
  }
}
.stepper-wrapper .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
.stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}
.stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}
.stepper-wrapper .stepper-item.active {
  font-weight: bold;
}
.stepper-wrapper .stepper-item.completed .step-counter {
  background-color: #4bb543;
}
.stepper-wrapper .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
.stepper-wrapper .stepper-item:first-child::before {
  content: none;
}
.stepper-wrapper .stepper-item:last-child::after {
  content: none;
}
/* Login Page - Register Account Pane */
.login-page-register-account {
  display: inline-flex;
  width: 361px;
  min-height: 490px;
  background: var(--primarycolor, linear-gradient(315deg, #003F54 0%, #005F7F 100%));
}
.login-page-register-account .mdl-card__title-text {
  color: var(--primarytextcolor, white);
  font-family: "Segoe UI";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.login-page-register-account .mdl-card__supporting-text {
  color: var(--primarytextcolor, white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
}
.login-page-register-account .register-buttons &gt; a {
  box-sizing: border-box;
  height: 50px;
  width: 240px;
  border: 1px solid var(--primarytextcolor, white);
  border-radius: 5px;
  background-color: transparent;
  color: var(--primarytextcolor, white);
}
.login-page-register-account .register-buttons &gt; a :hover {
  color: var(--accenttextcolor, white);
}
.login-page-register-account .register-buttons &gt; a &gt; span {
  vertical-align: sub;
  padding-top: 3px;
}
/* Login Page - Login Pane */
.login-page-login.login-card-wide.mdl-card {
  display: inline-flex;
  width: 500px;
  min-height: 490px;
  margin-left: unset;
  margin-right: unset;
}
.login-page-login .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
.login-page-login .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
.login-page-login .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.login-page-login .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
.login-page-login .mdl-card__actions h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.login-page-login .mdl-textfield {
  width: 100%;
}
.login-page-login .login-buttons {
  width: unset;
}
.login-page-login .login-buttons button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
}
.login-page-login .login-buttons button#identity-server-login-buttons-new-code {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
  background: none;
  border: none;
  display: inline;
  box-shadow: none;
  width: unset;
}
.login-page-login .forgot-link {
  margin-top: 10px;
}
.login-page-login .forgot-link &gt; a {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
}
/* Forgot Password */
.forgot-card-wide.mdl-card {
  width: 500px;
}
.forgot-card-wide .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
.forgot-card-wide .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
.forgot-card-wide .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.forgot-card-wide .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
.forgot-card-wide .mdl-card__actions h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.forgot-card-wide .mdl-textfield {
  width: 100%;
}
.forgot-card-wide .forgot-buttons {
  width: unset;
}
.forgot-card-wide #identity-server-forgot-emailsent-buttons {
  text-align: center;
}
.forgot-card-wide .forgot-buttons button,
.forgot-card-wide #identity-server-forgot-emailsent-buttons button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
}
.forgot-card-wide .forgot-buttons button#identity-server-forgot-buttons-login,
.forgot-card-wide #identity-server-forgot-emailsent-buttons button#identity-server-forgot-buttons-login,
.forgot-card-wide .forgot-buttons button#identity-server-reset-buttons-login,
.forgot-card-wide #identity-server-forgot-emailsent-buttons button#identity-server-reset-buttons-login {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
  background: none;
  border: none;
  display: inline;
  box-shadow: none;
  width: unset;
}
.forgot-card-wide .forgot-link {
  margin-top: 10px;
}
.forgot-card-wide .forgot-link &gt; a {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
}
/* Account Created page */
#identity-server-account-created-panel .mdl-card {
  width: 500px;
}
#identity-server-account-created-panel .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
#identity-server-account-created-panel .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
#identity-server-account-created-panel .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-account-created-panel .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-account-created-panel .mdl-card__actions h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
#identity-server-account-created-panel .register-buttons {
  width: unset;
}
#identity-server-account-created-panel .register-buttons button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
  margin: 3px;
  margin-left: auto;
  margin-right: auto;
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
  background: none;
  border: none;
  display: block;
  box-shadow: none;
  width: unset;
}
/* Account Verify page */
#identity-server-verify-panel .mdl-card {
  width: 500px;
}
#identity-server-verify-panel .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
#identity-server-verify-panel .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
#identity-server-verify-panel .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-verify-panel .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#identity-server-verify-panel .mdl-card__actions h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
#identity-server-verify-panel #identity-server-verify-buttons {
  width: unset;
  display: flex;
}
#identity-server-verify-panel #identity-server-verify-buttons button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
  margin: 3px;
  margin-left: auto;
  margin-right: auto;
}
#identity-server-verify-panel #identity-server-verify-buttons button#identity-server-register-buttons-login {
  color: var(--primarycolor, #003F54);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none;
  background: none;
  border: none;
  display: block;
  box-shadow: none;
  width: unset;
}
/* Logged Out page */
#identity-server-logout-panel .mdl-card {
  width: 500px;
}
#identity-server-logout-panel .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
#identity-server-logout-panel .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
#identity-server-logout-panel .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-logout-panel .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#identity-server-logout-panel .mdl-button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
  margin: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Unverified page */
#identity-server-unverified-panel {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#identity-server-unverified-panel .login-card-wide.mdl-card {
  padding-bottom: 30px;
  width: 500px;
}
#identity-server-unverified-panel .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
#identity-server-unverified-panel .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
#identity-server-unverified-panel .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-unverified-panel .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-unverified-panel #identity-server-unverified-emailsent-buttons {
  display: flex;
  justify-content: space-around;
}
/* Access Denied page */
#identity-server-denied-panel {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#identity-server-denied-panel .login-card-wide.mdl-card {
  padding-bottom: 30px;
  width: 500px;
}
#identity-server-denied-panel .mdl-card__title {
  padding-top: 45px;
  height: unset;
  background: unset;
  justify-content: center;
}
#identity-server-denied-panel .mdl-card__title-text {
  color: #000000;
  font-family: "Segoe UI";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}
#identity-server-denied-panel .mdl-card__supporting-text {
  width: 420px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-denied-panel .mdl-card__actions {
  width: 422px;
  margin-right: auto;
  margin-left: auto;
}
#identity-server-denied-panel .register-buttons {
  width: unset;
}
#identity-server-denied-panel .register-buttons .mdl-button {
  box-sizing: border-box;
  height: 50px;
  width: 300px;
  border-radius: 5px;
  background-color: var(--accentcolor, #55910B);
  color: var(--accenttextcolor, white);
  margin: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
</pre></body></html>