.shadow {
  box-sizing: border-box;
  box-shadow: 0 0 10px #828282;
}
.width--full {
  width: 100%;
}
.input__width--narrow {
  width: 75px;
  flex: inherit;
}
.input__width--medium {
  width: 150px;
  flex: inherit;
}
.input__width--large {
  width: 300px;
  flex: inherit;
}
.input__height--standard {
  height: 34px;
}
ul.list--not-decorated {
  list-style-type: none;
}
ul.list--zebra li:nth-child(odd) {
  background-color: white;
}
ul.list--zebra li:nth-child(even) {
  background-color: #eeeeee;
}
.clickable,
.cursor--pointer {
  cursor: pointer!important;
}
.cursor--default {
  cursor: default!important;
}
.form-fields .async-validating + .feedback {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  animation: fa-spin 2s infinite linear;
  margin: 0.3em;
  width: 18px;
  height: 18px;
}
.form-fields .async-validating + .feedback:before {
  content: "\f110";
}
.red {
  color: red;
}
.green {
  color: green;
}
.label,label
{
	text-transform:none
}
.unocaptcha--jcaptcha--refresh {
  position: relative;
  bottom: 30px;
}
._fa-function {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.2em 0 -17px;
}
.uno-password-check .password-check--fail:before,
.uno-password-check .passwordCheckFail:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.2em 0 -17px;
  color: red;
  content: "\f057";
}
.uno-password-check .password-check--pass:before,
.uno-password-check .passwordCheckPass:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.2em 0 -17px;
  color: green;
  content: "\f058";
}
.uno__position--absolute {
  position: absolute;
}
.uno__push--left {
  margin-left: 24px;
}
.border--thin--grey--top {
  border-top: #BCBEC0 1px solid;
}
.cme__logo {
  background-color: #272727;
  height: 40px;
}
.uno-container {
  box-shadow: none;
  background-color: #fff;
}
.info-container {
  box-shadow: none;
  background-color: #f2f2f2;
}
body {
  background-color: #f2f2f2;
}
a.btn.btn--secondary:link {
  color: #0195e7;
}
a.btn.btn--secondary:hover {
  color: #fff;
}
.cme-icon--circled .fa-circle {
  color: #0079c1;
}
.cme-icon--circled .fa:last-child {
  margin-left: 4px;
  margin-top: -1px;
}
.background--white {
  background-color: #ffffff;
}
.soft-quarter {
  padding: 6px !important;
}
.visibility--visible {
  visibility: visible!important;
}
.height--100-px {
  height: 100px!important;
}
.text--right--sm-and-up {
  text-align: right;
}
.overflow-y--auto {
  overflow-y: auto;
}
@media screen and (max-width: 47.938em) {
  .text--right--sm-and-up {
    text-align: inherit;
  }
  .text--center--palm {
    text-align: center;
  }
  .uno__position--absolute {
    position: inherit;
  }
  .uno__push--left {
    margin-left: 0px;
  }
  .responsive.input__width--narrow {
    width: inherit;
    flex: 1;
  }
  .responsive.input__width--medium {
    width: inherit;
    flex: 1;
  }
  .responsive.input__width--large {
    width: inherit;
    flex: 1;
  }
}
/* commonUI 1.25.0.17 overrides */
.label,
label {
  text-transform: none;
}
.nav__items--secondary {
  font-size: 1rem;
}
.nav--light .nav__items--primary {
  color: #939598;
}
.text-input,
select,
textarea {
  border: 1px solid #c2cace;
}
.form-fields .has-error,
.form-fields .has-error--icon {
  border: 1px solid #9f0026;
}
.form-fields .is-valid,
.form-fields .is-valid--icon {
  border: 1px solid #21b002;
}
@media screen and (min-width: 62em) {
  .nav__items--secondary > .nav__item--secondary > a {
    color: inherit;
    padding: 1em 1.25em;
    margin-left: 0px;
  }
}
@media screen and (max-width: 74.938em) {
  .checkbox--required-mobile > li.required::before {
    top: -10px;
  }
  .checkbox--required-mobile > li.required::after {
    top: -10px;
  }
}
a.btn:hover {
  line-height: 1;
}
.text-input#mfaSecurityCode {
  width: auto;
}
[class*=grid__col-].required::after {
  top: 0px;
}
