  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;
}

select
{
  color: #535961;
/* list-style: none; */
/* font-size: 14px; */
width: 150px;
height: 30px;
padding: 5px;
width: 50%;
/* border-bottom: 1px solid black; */
/* border-left: 1px solid black; */
/* border-top: 1px solid black; */
/* border-right: 1px solid black; */
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}

#duo_iframe
{
  padding-bottom: 30px;
  width: 620px;
  height: 500px;
  border: none;
  background: transparent;
}

#duo_form {
  display: none;
}

#btnSubmitmini {
  width: 250px;
  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; */
}

#btnSubmitmini:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: 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;
}

#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-color: black;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

label {
        display: inline;
}

.enable-btn2
{
min-width: 150px;
cursor: pointer;
/* font-weight: bold; */
background-color: #e8e8e8;
color: #000000;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
font-family: inherit;
font-size: 16px;
border: none transparent;
text-decoration: none;
display: inline-block;
zoom: 1;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

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

  margin: 0 auto 1em;
  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;
}

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

#description-text-wrapper {
  margin-left: auto;
  margin-right: auto;
/*  width: 72%; */
  width: 80%;
}

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

#password-info {
  border: 2px solid #ededed;
  padding: 10px;
  /* background-color: antiquewhite; */
  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 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;
}

#extEmail {
  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; */
}

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

#genericID {
  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; */
}

#genericID: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;
}

#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;
}

#snewpass {
  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; */
}

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

#csnewpass {
  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; */
}

#csnewpass: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;
}

.accountType {
  font-size: 14px;
  color: #535961;
  padding-left: 3px;
  margin-left: 1em;
  text-align: left;
}


.password-input-label {
  color: #535961;
  margin-left: 1em;
  text-align: left;
}

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

#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;
  max-width: 340px;
  padding-right: 5px;
  padding-left: 5px;
  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%; */
  width: 250px;
  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;
}

.items {
        display: flex;
        flex-wrap: wrap;
        width: 100%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: -10px;
}
.items .item {
        flex: 0 0 275px;
	height:35px;
	padding-top:10px;
	padding-bottom:55px;
	padding-left:20px;
	box-sizing: border-box;
	background-color: #fefefe;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 10px;
	font-size: 12px;
	line-height:22px;
}
.items .itemp {
	flex: 0 0 275px;
	height:5px;
	padding-left:20px;
	box-sizing: border-box;
	background-color: #fefefe;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 10px;
	line-height:22px;
}

.span-m {
	border: 1px dotted #b0b0b0;
	border-top: 3px solid #333;
	background-color: #fefefe;
	max-width: 639px;
	float: left;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 20px!important;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.container {
    width: 80%;
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.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;
max-width: 400px;
min-width: 350px;
/*  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;
}

.tooltiptext a {
  all: unset!important;
/* background-color: transparent!important; */
color: #f58220!important;
text-decoration: underline!important;
/* border: none!important; */
/* display: inline!important; */
/* width: auto!important; */
/* padding: 0!important; */
}
