<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background: none;
}

body {
  background-color: #f0f3f6;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

@media(max-width:480px) {
  body {
    background-image: none;
    background-color: #f2f2f2;
  }

  .divider h2 {    
    margin: 10px 0 !important;
  }

  .login-logo {
    height: 80px !important;
    margin-top: -65px !important;
  }
}

::-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: transparent;
}

label,
.password-label {
  margin-top: 10px;
}

#api ul {
  list-style-type: none;
  padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
  text-align: center;
}

#api[data-name='Phonefactor'] .buttons #cancel {
  width: 32%;
}

#api[data-name='SelfAsserted'] &gt; div:first-child {
  display: none;
}

#createAccount{
  cursor: pointer;
  padding-left:2px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#email_ver_input {
  margin-bottom: 10px 0;
}

#forgotPassword {
  clear: right;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#logonIdentifier,
#password,
#signInName {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  margin: 10px 0;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

#logo img {
  float: left;
  height: 50px;
  width: 50px;
}

.accountButton {
  border: none;
  border-radius: 2px;
  color: whitesmoke;
  font-size: larger;
  height: 45px;
  width: 284px;
  background-repeat: no-repeat;
  background-size:auto 100%;
}

.accountButton:hover {
  border: none
}

.attrEntry,
.phoneEntry {
  margin-bottom: 15px;
  padding-top: 0;
}

.attrEntry input,
.attrEntry select,
.phoneEntry input,
.phoneEntry select,
#codeVerification input {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

.attrEntry input:invalid,
.phoneEntry input:invalid,
#codeVerification input:invalid {
  border-color: inherit;
}

.attrEntry.validate input:invalid,
.phoneEntry.validate input:invalid,
#codeVerification.validate input:invalid,
.attrEntry input.input-validation-error {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.attrEntry #email_intro {
  display: none !important;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
.phoneEntry .error.itemLevel,
.phoneEntry .helpText,
#codeVerification .error.itemLevel,
#codeVerification .helpText {
  display: none;
}

.attrEntry .tiny,
.phoneEntry .tiny,
#codeVerification .tiny {
  display: none;
}

.buttons button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.buttons{
  margin: 20px 0;
}
.buttons #cancel,
.buttons button#email_ver_but_edit,
.buttons button#email_ver_but_resend {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.buttons #cancel {
  font-size: 18px;
  height: 60px;
  width: 49.9%;
}

.buttons a#cancel {
  padding-top: 15px;
}

@media(max-width:767px) {
 .buttons #cancel{
    height: 50px;
    width: 48.9%;
 }

 .buttons a#cancel {
  padding-top: 10px;
 }
}

.buttons :hover#cancel,
.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  color: #333;
}

.buttons button#continue {      
  background-color: #5cb85c;
  border-bottom: 5px solid #449d44;
  border-color: #4cae4c;
  color: #fff;
  font-size: 18px;
  height: 60px;
  width: 49%;  
}

@media(max-width:767px){
  .buttons button#continue {
    height: 50px;
  }
}

.buttons button:hover#continue {
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
  color: #fff;
}

.buttons button[disabled]#continue,
.buttons button[disabled]:hover#continue {
  background-color: #5cb85c;
  background-image: none;
  border-color: #4cae4c;
  color: #fff;
}

.buttons button[disabled] {
  cursor: default;
  opacity: .65;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
  margin-top: 5px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
  color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {      
  background-color: #5cb85c;
  border-bottom: 5px solid #449d44;
  border-color: #4cae4c;
  color: #fff;
  font-size: 18px;
  height: 60px;
  margin-right: 9px;
  width: 32%;  
}

@media(max-width:767px){
  .buttons button#verifyCode,
  .buttons button#verifyPhone {
    height: 50px;
  }
}

.create p {
  text-align: center;
}

.divider {
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.divider h2 {
  color: #ccc;
  line-height: 20px;
  margin: 20px 0;
  text-align: center;
  text-transform: lowercase;
}

.divider h2:after,
.divider h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 40%;
}

.divider h2:after {
  background: rgb(126,126,126);
  background: linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  right: 0;
}

.divider h2:before {
  background: rgb(126,126,126);
  background: linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  left: 0;
}

.entry .buttons button {
  background-color: #337ab7;
  border-bottom: 5px solid #204d74;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
  color: #fff;
  height: 60px;
  width: 100%;
}

.entry .buttons button:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.error.itemLevel p {
  color: #a94442;
}

.error.itemLevel p:before {
  content: "\e101";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}

.highlightError {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}

.intro {
  display: none;
}

.localAccount .divider {
  display: none;
}

.login-logo {
  height: 140px;
  margin-top: -90px;
}

.options {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}

.panel-body{
  padding: 15px 30px !important;
}

.panel-default {
  border: 1px solid #ccc !important;    
}

.phonefactor_container,
.self_asserted_container,
.unified_container {
  padding-top: 80px;
}

.phoneNumber .type {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}

.phoneNumbers {
  margin-top: 20px;
}

.social {
  margin-top: 30px;
}

.verify {
  margin-top: 5px;
  padding-top: 0 !important;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0,0,0,0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: '';
  display: block;
  height: 1em;
  font-size: 10px;
  margin-top: -0.5em;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

#AmazonExchange {
  background-image: url(data:image/gif;base64,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);
  background-color: #FFF;
  background-size: 284px 45px;
  color: transparent;
}

#FacebookExchange:hover {
  background-color: #B0BDD7;
}

#FacebookExchange {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAaVBMVEU7W5z///85Wps3WJsiRo8xU5fw8vYyUpY0VZiAj70pS5OBkb0vUpb7+fwsTpTR1ud6irllerBPaqX09fnx8vfs7fSQoMZxg7VsgLNGY6FCX58ZP4v++/7r7vTZ3OupstGIlsFWcalDYaCK3qwDAAAAnklEQVQ4y+XQyw7CIBAFUBgc5VUoWGtb3/7/RyoYkyZAiSsXvdt7kstA/hRg/B0GpZ6byQ3Dw0NBaH+lMYRle3T0kwayACRdBrr/gnN+QtpQWv8cR4DswiUAjozlz4RdF8AmlnmwjaDQImoZwQkRedoToUS7D+ColGoTwQidx8oEQDMHN1MBva5MOL70SCHuE1TOhOpHrRt0FWAOP4IX8PsG2qEOR30AAAAASUVORK5CYII=);
  background-color: #3B5B9C;
}

#GoogleExchange:hover {
  background-color: #EEEEEE;
}

#GoogleExchange {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABOFBMVEX////62NXyi4Pual/rUEPqSz3tXlLyi4L5y8f86OfvcmjqQzXub2T85uT61dLrU0fvdWv86+nrT0LtX1PxgnnwgHfsXVHuaF398vHvdWnsWEv4xsL4wr7wenD+7sP0jRfqRjPsVkn85eT81mf7vAX3pQ7sUy/3ubT7xzH5uBj+/PyGsfjC1/v7vxP7yz9ChfSSuPiMtPj7xzDzwR78/fxel/VZlPWcv/n51GTVuBNOqki03r+vy/q60vv3672vtCI6qFA0qFNIsGTj8+jw9f5clvVDhfRrv4JLsWbC5cvY7t5gnt6Gsffp9exBrV5StGx4xY17xo9cuXU1pls9j8FNjPTo8P3S69lGr2JLoaPO3/zn9Opnvn5UtW7X7t3V7duCyZVeundCrl87q1lOs2l6xo+84sb9/v2qdWS0AAAAAWJLR0QAiAUdSAAAAAd0SU1FB+EIGQ4HDEDExrUAAADWSURBVDjLY2AYBZiAkYmZhZWNnQOHNCcXNxTw8GKT5+PnhgMBLPKCQiAZYRFRMW5ucQksCiSB0lLSIJaMLDZ5OXkFbkUlPB5QVlFVU8fnQw0VFU0tEEMbCnTQFOiqqOiBGfpQYEBIgSGaAiMVFWMTEMMUCMyACszRFFioWFpZwzg2QAW2aArs7B0cnZwhbBdXfX03F3RvuDs6Onp4glhe3kADfDD86esHVOHoHxAY5Bgcoh8ahhkS4RGOcBAZhS2somNg8rFxOIIzPiExKTklNS2dYaQBADviJWzWK7IJAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA4LTI1VDE0OjA3OjEyLTA0OjAwBQDEvwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOC0yNVQxNDowNzoxMi0wNDowMHRdfAMAAAAASUVORK5CYII=');
  background-color: #FFFFFF;
  outline: 1px solid #AAAAAA;
  outline-offset: -1px;
  color: #000000;
}

#MicrosoftAccountExchange:hover {
  background-color: #ADDBF9;
}

#MicrosoftAccountExchange {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEU1pe/////t+v4uoe5btvNixPVVwfUsoe9tyfXU7/y95vu24vrd9f5NtfLH6/ys3/o/sPE6qfD2/f+f2vnAysuQAAAAaElEQVQ4y93SORKAIAwFUEGCsoT1/nd1JkkDFhY24qt+8VMkk20lu6DAaVBOBsVKsuO8aYo08IqlYyxoRTQExfyKheRIgu5Yl4KoVhSUgNOhoiYRsmb5g2u+LtzXDNOhjKgoAZ9/8k8uZWsGqcIav5wAAAAASUVORK5CYII=);
  background-color: #33A7F2;
}</pre></body></html>