<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logoImg {
vertical-align: middle;
margin-left: 5px;
margin-right: 5px;
height: 1.5em;
}

button.btn-outline-maroon:hover, button.btn-outline-maroon:focus, button.btn-outline-maroon:active, .btn-outline-maroon:hover, .btn-outline-maroon:focus, .btn-outline-maroon:active {
border-color: #73000a;
color: #fff;
background-color: #73000a;
}

.mb-0 {
margin-bottom: 5 !important;
}

.mt-0 {
margin-top: 0 !important;
}

button.btn-md, .btn-md {
/* font-size: 1.375em; */
font-size: 1em;
line-height: 1.36364em;
padding: .54545em 1.5rem;
margin-top: .54545em;
margin-bottom: .54545em;
border-radius: 2rem;
}

button, .btn {
position: relative;
display: inline-block;
width: auto;
font-family: roboto-condensed,roboto,Verdana,Helvetica,sans-serif;
font-weight: 400;
/* font-size: 1.375em; */
font-size: 1em;
line-height: 1.36364em;
text-align: center;
border-width: 2px;
border-style: solid !important;
/* border-color: #535961; */
border-color: #73000a;
/* color: #fff; */
color: #73000a;
/* background-color: #535961; */
/* background-color: #73000a; */
cursor: pointer;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all 0.2s;
padding: .54545em 1.5rem;
margin: .54545em 0.25rem;
border-radius: 2rem;
}

#input-a-box-wrapper {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 40px;
width: 80%;
max-width: 686px;
}

.custom-col-half {
display: inline-grid;
width: 300px;
padding-bottom: 30px;
margin-right: 20px;
margin-left: 20px;
}

.custom-col-half h2 {
font-family: "Crimson Text", Georgia, serif;
font-size: 1.5em;
letter-spacing: -0.01em;
font-weight: 400;
color: #535961;
margin: 0 0 .33333em 0;
vertical-align:	top;
}

.custom-col-half p {
font-family: "Crimson Text", Georgia, serif;
letter-spacing: -0.01em;
font-weight: 400;
color: #535961;
font-size: 1em;
line-height: 1.5em;
}

.img-left, .alignleft {
margin-bottom: 0;
margin-right: 9px;
margin-top: 5px;
vertical-align: top;
}

#password-info h2 {
font-family: "Crimson Text", Georgia, serif;
font-size: 2.25em;
letter-spacing: -0.01em;
font-weight: 400;
color: #535961;
vertical-align: top;
}


body {
  margin: 0px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #535961;
}

h1 {
  font-family: "Crimson Text",Georgia,serif;
}

.global-header--search-wrap form {
  margin: 0;
}

#duo_form {
  display: none;
}

#boxHead {
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  color: #2b2b2b;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

label {
        display: inline;
}

a {
  color: #f58220;
  text-decoration: none;
}

a:hover {
  color: #8a1212;
  border-bottom: 1px dotted #8a1212;
}

#boxHead {
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;

  border: 1px solid;
  color: #2b2b2b;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}


#boxHeadDuo {
  min-width: 302px;
  max-width: 618px;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border: 1px solid;
  color: #2b2b2b;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#shaded-box-duo-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#shaded-box-duo {
  box-sizing: border-box;
  text-align: center;
  background-color: white;
}

#enrollInfoTable
{
  min-width:304px;
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
  padding-left:10px;
  padding-right:10px;
}

#enrollInfoCellText
{
  width:50%;
}

#enrollInfoCellSymbol
{
  width:50%;
  font-size:50px;
  font-weight:bold;
  color: #639DD1;
}

meter {
  /* Reset the default appearance */
/*  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; */

  margin: 0 auto 2px;
  width: 95%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }

a {
  color: #f58220;
  text-decoration: none;
}

p.lg-icon {
  position: relative;
  display: inline-block;
  padding: .75em 28px .75em 30px;
  margin: 1.125em 30px 1.125em 50px;
  border-top: 1px dotted green;
  border-bottom: 1px dotted green;
  color: #b7410e;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon:not(.pdf):not(.word):not(.ppt):not(.excel):before {
  content: '\f061';
}

p.lg-icon:before {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  background-color: green;
  font-family: FontAwesome;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon-no {
  position: relative;
  display: inline-block;
  padding: .75em 28px .75em 30px;
  margin: 1.125em 30px 1.125em 50px;
  border-top: 1px dotted #b7410e;
  border-bottom: 1px dotted #b7410e;
  color: #b7410e;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon-no:not(.pdf):not(.word):not(.ppt):not(.excel):before {
  content: '\f00D';
}

p.lg-icon-no:before {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  background-color: #b7410e;
  font-family: FontAwesome;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

#description-text-wrapper {
  margin-left: auto;
  margin-right: auto;
/*  width: 72%; */
/*  width: 80%; */
  width: 100%;
  max-width: 480px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 20px;
}

#description-text {
  margin-left: auto;
  margin-right: auto;
  color: #535961;
}

#unuseablePassword {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ededed;
  padding: 10px;
  background-color: lightyellow;
  border-radius: 5px;
}

#password-info {
  border: 2px solid #ededed;
  padding: 10px;
  background-color: lightyellow;
border-radius: 5px;
}

#forgot-info {
  border: 2px solid #ededed;
  margin-top: 10px; 
  padding: 10px;
  background-color: lightblue;
}

#password-warning
{
  border: 2px solid #ededed;
  padding: 10px;
  background-color: lightyellow;
}

#shaded-box p {
  margin-top: 0px;
}

#shaded-box ul {
  list-style: none;
  list-style-postition: outside;
  list-style-type: disc;
  padding: 1.2em 1.2em 0.2em 1.2em;
}

#shaded-box ul li {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.375em;
  line-height: 1.36364em;
  display: flex;
}

hr {
  border: 0px;
  height: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  Border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#username {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#username:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#collid {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#collid:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#password {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#password:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#newpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
/*  margin-bottom: 0.75em; */
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: 0.5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#newpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#newpass2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
/*  margin-bottom: 0.75em; */
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: 0.5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#newpass2:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#cnewpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#cnewpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#uniid {
    width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#uniid:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#scode {
    width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#scode:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#shaded-box ul li a {
  display: block;
  width: 100%;
  background-color: #535961;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #474c53;
  padding: .5em;
}

#shaded-box ul li a:hover {
  color: #535961;
  background-color: #ffffff;
  border: 1px solid #474c53;
}

#shaded-box ul li a:active {
  background-color: white;
  color: #535961;
}

#btnSubmit {
  width: 95%;
  margin-top: 25px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnSubmit:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#btnSubmitO {
  width: 95%;
  max-width: 380px;
  margin-top: 25px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnSubmitO:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#btnCancel {	
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block;
  font-size: 1em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .25em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnCancel:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#password-links-policy {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.4em;
  padding-right: 2.4em;
}

#password-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.144em;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  letter-spacing: -0.015em;
  color: #535961;
}

.page-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

.page-header-row {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.3125em;
  padding-bottom: 1.125em;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  box-sizing: content-box;
  border: 0px;
  vertical-align: baseline;
}

#password-header {
  padding: 0px;
  margin: 0px;
  background-color: #ededed;
  display: block;
  border: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}

#page-content-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.password-input-label {
/* display: flex; */
  color: #535961;
  margin-left: 1em;
padding-bottom: 0.25rem;
  text-align: left;
}

#input-shaded-box-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
/*  width: 80%; */
  max-width: 480px;
  width: 100%;
  max-width: 480px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}

#shaded-box-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 640px;
}

#shaded-box {
  padding: 1.25em;
  text-align: center;
  max-width: 600px;
  border: 1px solid;
  color: #2b2b2b;
  background-color: white;
  border-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 40px;
}

#midframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-top: 50px;
  overflow: auto;
}

#inframeL {
  float: left;
  height: 150px;
  display: inline-block;
  
}

#inframeR {
  float: right;
  line-height: 150px;
  height: 150px;
  display: inline-block;
  margin-top: 50px;
}

#inframeR p {
  line-height: 1.5;
  display: inline-block;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

@media (max-width: 605px) {
#inframeL {
  width: 100%;
}
#inframeR {
  width: 100%;
}
}

#otpCode {
  text-align: center;
  width: 95%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#otpCode:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#otpCodeLabel {
  font-size: 18px;
  font-weight: 700;
}

.perfundo {
margin-left: 0.25em;
}

.in-circle {
    display: block;
/*    background: #4444ff; */
/*    color: #fff; */
border: 1px solid #f58220;
/* border-color: #f58220; */
color: #f58220;
background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
/*    font-size: 20px; */
    font-family: Verdana;
box-sizing: border-box;
}

.in-circle:hover, .in-circle:focus, .in-circle:active {
/* border-color: #73000a; */
border: 1px solid #f58220;
color: #fff;
background-color: #f58220;
}


.tooltip {
/*    display: block; */
  position: relative;
  display: inline-block;
/*	border: 1px solid #f58220; */
/*	color: #f58220; */
/*	background-color: #fff; */
/*    border-radius: 50%; */

/*    width: 20px; */
/*    height: 20px; */
/*    line-height: 20px; */
/*    width: 1.375em; */
/*    height: 1.375em; */
/*    line-height: 1.375em; */
    text-align: center;
    font-family: Verdana;
font-size: 1em;
	box-sizing: border-box;
/* margin-left: 0.25em; */
}

.tooltip .tooltiptext {
  visibility: hidden;
/*  width: 120px; */
font-size: 0.75em;
  border: 1px solid #f58220;
  background-color: lightyellow;
  color: #535961;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
 
  width: 400px;
  bottom: 120%;
  left: 50%;
  margin-left: -200px; /* Use half of the width (120/2 = 60), to center the tooltip */
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}


@media screen and (max-width: 480px) {
 .tooltip .tooltiptext {
  width: 350px;
  margin-left: -225px;
 }
}


.tooltip:hover {
/*      border: 1px solid #f58220; */
/*      color: #fff; */
/*      background-color: #f58220; */
/*      border: 1px solid #f58220; */
      color: #f58220;
/*      background-color: #f58220; */
}

.tooltip:hover .tooltiptext {
/*	border: 1px solid #f58220; */
/*	color: #fff; */
/*	background-color: #f58220; */
visibility: visible;
}

.tooltiptext li {
  display: unset!important;
  font-size: 1em!important;
}


.tooltipX {
/*    display: block; */
  position: relative;
  display: inline-block;
}

.tooltipX .tooltiptextX {
  visibility: hidden;
/*  width: 120px; */
font-size: 0.75em;
  border: 1px solid #f58220;
  background-color: lightyellow;
  color: #535961;
  text-align: left;
/*  padding: 5px 0; */
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
  border-radius: 6px;
 
  width: 350px;
  bottom: 120%;
  left: 50%;
  margin-left: -175px; /* Use half of the width (120/2 = 60), to center the tooltip */
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}


@media screen and (max-width: 480px) {
 .tooltipX .tooltiptextX {
  width: 350px;
  margin-left: -225px;
 }
}

.tooltipX:hover .tooltiptextX {
  visibility: visible;
}
</pre></body></html>