/*#region Layout */
@media screen and (min-width: 425px) {
  body {
    background: #f1f1f1;
  }
}

/*#endregion */
/*#region Login Form  */
#loginPage {
  padding: 3em 0;
}

.login-form, #new-user {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 26em !important;
  padding: 0 1rem;
  font-size: 16px;
}
@media screen and (min-width: 425px) {
  .login-form, #new-user {
    padding: 3rem 2rem;
    border-radius: 0.3em;
    background: #fff;
    -moz-box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    -webkit-box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    padding: 2rem;
  }
}
.login-form label, #new-user label {
  display: block;
  line-height: 1.7;
  margin-bottom: 0.2em;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 64em) {
  .login-form label, #new-user label {
    width: 100%;
  }
}
.login-form input[type=text], .login-form input[type=email], .login-form input[type=password], .login-form select, .login-form textarea, #new-user input[type=text], #new-user input[type=email], #new-user input[type=password], #new-user select, #new-user textarea {
  border: 1px solid #ddd;
  padding: 0.65rem 0.6rem;
  border-radius: 0.2em;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.9rem;
}
.login-form input[type=text]:focus, .login-form input[type=email]:focus, .login-form input[type=password]:focus, .login-form select:focus, .login-form textarea:focus, #new-user input[type=text]:focus, #new-user input[type=email]:focus, #new-user input[type=password]:focus, #new-user select:focus, #new-user textarea:focus {
  outline: 2px solid #007cc4;
}
.login-form input[type=text].input-validation-error, .login-form input[type=email].input-validation-error, .login-form input[type=password].input-validation-error, .login-form select.input-validation-error, .login-form textarea.input-validation-error, #new-user input[type=text].input-validation-error, #new-user input[type=email].input-validation-error, #new-user input[type=password].input-validation-error, #new-user select.input-validation-error, #new-user textarea.input-validation-error {
  border: 2px solid #b20f09;
}
.login-form input[type=password], .login-form #Password, .login-form #ConfirmPassword, #new-user input[type=password], #new-user #Password, #new-user #ConfirmPassword {
  width: calc(100% - 60px);
}
.login-form .field-validation-error, #new-user .field-validation-error {
  margin-top: 0.3em;
  display: block;
  font-weight: 600;
  color: #b20f09;
  margin-bottom: 4px;
  display: block;
  font-size: 0.9em;
  margin-top: 0.3em;
}
.login-form .field-validation-error:before, #new-user .field-validation-error:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  margin-right: 0.3em;
}
.login-form fieldset, #new-user fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.login-form ol, #new-user ol {
  padding: 0;
  display: inline-block;
}
.login-form .accept-terms, #new-user .accept-terms {
  width: 100%;
}
.login-form li, #new-user li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.2em;
  vertical-align: top;
}
@media screen and (min-width: 425px) {
  .login-form li.half-width, #new-user li.half-width {
    width: 48%;
    margin-right: 2.5%;
  }
}
.login-form li.last-col, #new-user li.last-col {
  margin-right: 0;
}
.login-form h1, .login-form h2, #new-user h1, #new-user h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
  color: #2a386e;
  font-weight: bold;
}
.login-form .cta, #new-user .cta {
  padding: 0.7em 2em;
  display: block;
  width: 100%;
  margin-bottom: 0.9em;
  font-size: 16px;
  margin: 0.9em auto;
}
.login-form .cta.reset-cta, #new-user .cta.reset-cta {
  margin-bottom: 0.9em;
}
.login-form .show-password-toggle, #new-user .show-password-toggle {
  margin-bottom: 0;
}
.login-form p#privacy-statement, #new-user p#privacy-statement {
  color: #626a6e;
  font-size: 0.8em;
  text-align: center;
}
.login-form p#privacy-statement a, #new-user p#privacy-statement a {
  text-decoration: underline;
}

.login-fields li {
  width: 100%;
  margin-bottom: 0.9em;
}
.login-fields input[type=text], .login-fields input[type=password] {
  padding: 0.65rem 0.6rem;
  font-size: 0.9em;
}
.login-fields input[type=password], .login-fields #Password, .login-fields #ConfirmPassword {
  width: calc(100% - 60px);
}
.login-fields .forgot-psswd {
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.new-password input[type=text] {
  width: 100%;
}

#password-confirmation {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 26em !important;
  padding: 0 1rem;
  font-size: 16px;
}
#password-confirmation h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
  color: #2a386e;
  font-weight: bold;
}
#password-confirmation p {
  font-size: 16px;
  margin: 1rem 0;
  display: block;
}
@media screen and (min-width: 425px) {
  #password-confirmation {
    padding: 3rem 2rem;
    border-radius: 0.3em;
    background: #fff;
    -moz-box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    -webkit-box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    box-shadow: 0 1px 5px rgba(77, 73, 94, 0.28);
    padding: 2rem;
  }
}

#invalidToken {
  margin: 0 auto;
  width: 100%;
  max-width: 30em;
}

.form-header {
  padding-bottom: 1rem;
}

.text-link {
  text-decoration: underline;
  text-decoration-color: #d9def2;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  color: #050296;
}

.toggle-link {
  padding-top: 0;
  font-size: 16px;
  color: #1a2348;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.toggle-link-bottom {
  margin-top: 0;
  font-size: 16px;
  border-top: 1px solid #dfdfdf;
  padding-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

/*#endregion Login */
/*#region New user */
.hidden {
  display: none;
}

/*#endregion */
/*#region Error  */
.error, .validation-summary-errors {
  padding: 0.9em;
  background: #fef7f7;
  border-left: 5px solid;
  border-left-color: #df3034;
  clear: both;
  margin: 0;
  margin-bottom: 0.9em;
}
.error h3, .error > span, .validation-summary-errors h3, .validation-summary-errors > span {
  font-weight: bold;
  color: #df3034;
  margin-bottom: 0.5em;
  display: block;
  font-size: 18PX;
}
.error p, .validation-summary-errors p {
  margin: 0.625em 0 0;
  font-size: 14px;
  line-height: 1.5em;
}
.error ul, .validation-summary-errors ul {
  margin: 0;
  padding: 0 0 0 0.9em;
  list-style: disc !important;
}
.error li, .validation-summary-errors li {
  margin-bottom: 0.5em !important;
  line-height: 1.4em;
  display: list-item !important;
  font-size: 14px !important;
  list-style: disc !important;
}

.validation-summary-valid {
  display: none;
}

/*#endregion */
.snack-content {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 1em;
  justify-content: flex-start;
  background: #008e5b;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1rem;
  width: 100%;
  margin: 0 auto 1rem auto;
  display: block;
  max-width: 26rem !important;
}

.snack-content-copy {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
}
.snack-content-copy .fa {
  background: #3BB959;
  color: white;
  padding: 8px;
  border-radius: 20px;
}
.snack-content-copy h2 {
  color: white;
  font-size: 1.5rem;
}

.check-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
}
.check-wrap:hover {
  cursor: pointer;
}
.check-wrap input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
}
.check-wrap input[type=checkbox]:hover {
  cursor: pointer;
}
.check-wrap .custom-check {
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 22px;
  border: 1px solid #aaa;
  background: #f1f1f1;
  border-radius: 0.2em;
}
.check-wrap input[type=checkbox]:checked ~ .custom-check {
  background: #3bb959;
  border: 1px solid #3bb959;
}
.check-wrap input[type=checkbox]:checked ~ span.custom-check:before {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: white;
  position: absolute;
  top: 2px;
  left: 2px;
}

.forgot-psswd .cta {
  padding: 0.7em 2em;
  display: block;
  margin-bottom: 0.9em;
  font-size: 16px;
  margin: 0.9em auto;
  font-weight: 600;
  width: 15em;
  background: #2a386e;
  color: white;
}
.forgot-psswd .cta:hover {
  background: #384b93;
}

.check-wrap + label {
  display: inline-block !important;
  font-weight: normal !important;
  vertical-align: top;
  margin-left: 5px;
  width: calc(100% - 65px) !important;
  margin-top: -2px;
}
.check-wrap + label a {
  color: #050296;
  text-decoration: underline;
  text-decoration-color: #d9def2;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

.option-link {
  border: 1px solid #ddd;
  display: flex;
  padding: 0;
  border-radius: 0.3em;
  margin-bottom: 1em;
}
.option-link:hover {
  background: #e9eef9;
  color: #050296;
  text-decoration: none;
}
.option-link:focus {
  text-decoration: none;
  border: 1px solid #ff9900;
}
.option-link dl {
  margin: 0;
}
.option-link dt {
  text-decoration: underline;
  text-decoration-color: #d9def2;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.option-link dd {
  font-size: 0.9em;
}

.option-link-icon {
  border-right: 1px solid #ddd;
  padding: 0.5em;
  width: 83px;
  height: 83px;
  display: inline-grid;
  align-content: center;
}

.option-link-copy {
  padding: 0.5em;
  align-content: center;
  display: inline-grid;
}

.user-type {
  font-weight: 600;
}

.existing-account {
  padding-left: 0.5rem;
  margin-bottom: 1em;
  border-left: 2px solid #ff6600;
}

.form-fields-fax {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.turnstile-box {
  margin-bottom: 1rem;
}
.turnstile-box > span {
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
  display: block;
}

#turnstileError {
  font-size: 14px;
}
/*# sourceMappingURL=login.css.map */
