.appian-body {
  font-family: 'Appian Open Sans', OpenSans, Sans-Serif;
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.appian-body .login_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 130px);
}

.appian-body img.logo {
  max-height: 50px;
  max-width: 240px;
  margin-bottom: 18px;
}

.appian-body .login_box form {
  line-height: normal;
  margin-bottom: 14px;
}

.appian-body .login_box form input::-webkit-input-placeholder {
  color: #767676;
  -webkit-text-fill-color: #767676; /* needed so disabled placeholder text color is correct in Safari */
  font-style: italic;
  font-weight: 300;
}

.appian-body .login_box form input::-moz-placeholder {
  color: #767676;
  font-style: italic;
  font-weight: 300;
  opacity: 1;
}

.appian-body .login_box form input:-ms-input-placeholder {
  color: #767676;
  font-style: italic;
  font-weight: 300;
}

.appian-body .login_box.change_pw {
  margin: -250px 0 0 -215px;
  position: absolute;
}

.appian-body .login_box_inner {
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: none;
  margin: -200px auto 0 auto;
  width: 400px;
  padding: 18px 24px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.appian-body .login_logo img {
  max-width: 200px;
  max-height: 50px;
  margin-bottom: 18px;
}

/* =========================== START: Mobile Landing Page =========================== */
/* Co-located with other image styling, because the max-width should be the same for both */
.appian-body .mobile_landing_logo img {
  max-width: 200px;
  max-height: 200px;
}
/* =========================== END: Mobile Landing Page =========================== */

.appian-body .message {
  font-weight: bold;
  font-size: 12px;
  color: #de0037; /* destructive color */
  text-align: left;
  margin-bottom: 14px;
  background-color: #ffefef; /* destructive background color */
  border: 1px solid #ff92ad; /* destructive border color */
}

.appian-body .login_box form .message {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #de0037; /* destructive color */
  padding-bottom: 1rem;
  padding: 0.7143rem 0.8571rem;
}

.appian-body .login_box form .successMessage {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #2c5891;
  padding-bottom: 1rem;
  padding: 0.7143rem 0.8571rem;
  margin-bottom: 14px;
  background-color: #ecf4ff;
  border: 1px solid #2c5891;
}

.appian-body .passwordInstructions {
  color: #555;
  font-size: 12px;
  margin: 3px 0 14px 6px;
}

.appian-body .passwordInstructions h3 {
  color: #333;
  font-size: 18px;
  margin: 2px 0;
}

.appian-body .field_layout {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.appian-body .login_box form .field_layout {
  margin-bottom: 10px;
}

.appian-body .label_above {
  margin-bottom: 6px;
}

.appian-body label {
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

.appian-body .input_column {
  display: table-cell;
  vertical-align: top;
}

.appian-body .input_column,
.appian-body .input_below {
  overflow: hidden;
  overflow-x: auto;
}

.appian-body .login_box input[type=text],
.appian-body .login_box input[type=password] {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d4d4d4;
  color: #222;
  line-height: 1.4286;
}

.appian-body .login_box input[type=text]:focus,
.appian-body .login_box input[type=password]:focus {
  border: 1px solid #1d659c;
  outline: none;
}

.appian-body .login_box input[type=text][readonly],
.appian-body .login_box input[type=password][readonly] {
  color: #808080;
  background-color: #ededed;
  pointer-events: none;
}

.appian-body .button_box {
  margin-top: 10px;
  padding: 14px 0 0 0;
  text-align: right;
}

.appian-body .button_box_content {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.appian-body .button_box_links,
.appian-body .button_box_buttons {
  display: table-cell;
  vertical-align: top;
}

.appian-body .button_box_links {
  text-align: left;
  padding-top: 7px;
  padding-right: 14px;
}

.appian-body .button_box_links div.button_box_link_wrapper:not(:last-child) {
  margin-bottom: 6px;
}

.appian-body .button_box_links div.button_box_link_wrapper {
  display: block;
  font-size: 14px;
  line-height: 1.4286;
}

.appian-body .button_box_links a {
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #777;
  color: #1d659c;
  line-height: 1.4286;
}

.appian-body .button_box_links a:hover,
.appian-body .button_box_links a:focus {
  outline: none;
  color: #1d659c;
  border-bottom: 1px solid #1d659c;
}

.appian-body .button_box_links a:active {
  border-color: #1d659c;
}

.appian-body .button_box_buttons {
  text-align: right;
}

.appian-body .btn:hover,
.appian-body input.iBlueButton:hover {
  text-decoration: none;
}

.appian-body button.btn::-moz-focus-inner,
.appian-body input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.appian-body .inline {
  display: inline;
}

.appian-body input[type="submit"],
.appian-body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button !important;
  height: 34px !important;
  border-radius: 0px;
}

.appian-body input[type=button],
.appian-body input[type=reset],
.appian-body input[type=submit] {
  width: auto;
  height: auto;
}

.appian-body input[type="button"] {
  height: 34px !important;
}

.appian-body .btn,
.appian-body input.iBlueButton {
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #1d659c;
  font-size: 13px;
  font-weight: 600;
  height: 34px;
  vertical-align: middle;
  padding: 0 10px;
  margin: 1px 0; /* 0 margin left/right needed for correct spacing on Safari */
  max-width: 252px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border: 1px solid #1d659c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
   -webkit-font-smoothing: antialiased; /* Safari-only: smooth transform */
}

.appian-body .btn.primary,
.appian-body input.iBlueButton {
  color: #ffffff;
  background-color: #1d659c;
}

.appian-body .btn:hover,
.appian-body input.iBlueButton:hover {
  box-shadow: 0 0px 5px #1d659c;
}

.appian-body .btn:focus,
.appian-body input.iBlueButton:focus {
  outline: none;
  box-shadow: 0 0px 5px #1d659c;
}

.appian-body .btn:active,
.appian-body input.iBlueButton:active {
  -webkit-transform: scaleX(0.98) scaleY(0.93);
  transform: scaleX(0.98) scaleY(0.93);
  box-shadow: 0 0px 5px #1d659c;
}

.appian-body #copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 6px 8px 5px;
  height: 31px;
  line-height: 20px;
  text-align: right;
  color: #ddd;
  font-size: 11px;
  background-color: #222;
}

.appian-body #copyright a {
  color: #ddd;
}

.appian-body #copyright .left {
  float: left;
}

.appian-body div.appian_logo {
  position: absolute;
  bottom: 36px;
  right: 10px;
}

/* Overrides for ASI components on change password page */

.appian-body .asiForm div.iButtons {
  text-align: right;
}

.appian-body .asiForm div.legend,
.appian-body .asiForm label.legend {
  float: none;
  width: auto;
  text-align: left;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

.appian-body .asiForm label.legend {
    padding-top: 4px;
}

.appian-body .asiForm .fields {
  padding-left: 0;
}

.appian-body .asiForm .fields {
  float: none;
  width: auto;
}

.appian-body .asiForm label span span,
.appian-body .asiForm .errorMessage,
.appian-body .errorMessage {
  color: #de0037;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  margin-top: 10px;
}

.appian-body .requiredStar,
.appian-body .asiForm .requiredMessage {
  display: none;
}

.appian-body .asiForm .fields label span,
.appian-body .asiForm .fields label input {
  padding-bottom: 6px;
}

.appian-body textarea.iText,
.appian-body input.iText,
.appian-body input.iFile {
  border: 1px solid #c7c7c7 !important; /* ASI styles using !important to set blue border color */
}

.appian-body input.iText:focus {
  border: 1px solid #1d659c;
  outline: none !important;
}

.appian-body .not_visible {
  display: none;
}

.appian-body .notification_form .login_box_inner {
  width: 600px;
  max-width: 70%;
}

.appian-body #notificationText {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
  max-height: 210px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #ccc;
}

.appian-body .logoutForm #samlLogoutMessage {
  color: #555;
}

.appian-body .logoutForm #samlLogoutMessage .underline {
  font-weight: bold;
}

.appian-body .logoutForm #returnLink {
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #777;
  color: #1d659c;
  line-height: 1.4286;
}

.appian-body .logoutForm #returnLink:hover {
  border-bottom: 1px solid #1d659c;
}

.appian-body .checkbox_item:first-child {
  margin-top: 3px;
}

.appian-body .checkbox_item input {
  margin: 2px 2px 2px 1px;
  vertical-align: -1px;
  padding: 0;
}

.appian-body .checkbox_item label {
  font-weight: normal;
  color: black;
  word-wrap: break-word;
}

.appian-body .choice_pair {
  min-height: 18px; /* avoid collapse when no label text */
  word-wrap: break-word; /* needed on parent container for proper wrapping on IE */
}

.appian-body .choice_pair label {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.appian-body .choice_pair input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.appian-body .choice_pair input[type=checkbox] + label {
  padding-left: 21px;
  position: relative;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
  display: inline-block;
  max-width: 100%;
  left: -1px; /* offset size of hidden input */
  top: -1px;
  box-sizing: border-box;
}

.appian-body .choice_pair input[type=checkbox]:checked + label:before {
  background-color: #1d659c;
  border-color: #1d659c;
}

.appian-body .choice_pair input[type=checkbox]:focus + label:before {
  box-shadow: 0 0px 5px #1d659c;
}

.appian-body .choice_pair input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  display: inline-block;
  top: 1px;
  left: 1px;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  box-sizing: border-box;
}

.appian-body .choice_pair input[type=checkbox]:checked + label:after {
  width: 12px;
}

.appian-body .choice_pair input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTc5MicgaGVpZ2h0PScxNzkyJyB2aWV3Qm94PScwIDAgMTc5MiAxNzkyJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnPjxwYXRoIGQ9J00xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4eicvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 0px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
}

.appian-body .selfSelectionPrompt {
  color: #6C6C6C;
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 6px;
  word-wrap: break-word
}

.appian-body .selfSelectionBlock {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.appian-body .wrap {
  display:block;
}

/* =========================== START: Mobile Landing Page =========================== */

.appian-body .mobile_landing_outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.appian-body .mobile_landing_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
}

.appian-body .mobile_landing_links {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.5rem;
  margin-top: 3rem;
  max-width: 350px;
}

.appian-body .mobile_landing_links p a {
  text-decoration: underline;
}

.appian-body .mobile_landing_button {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.7143rem;
}

.mobile_landing_separator {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mobile_landing_separator:before, .mobile_landing_separator:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #777;
  margin: auto;
}

.mobile_landing_separator:before {
  margin-right: 20px;
}

.mobile_landing_separator:after {
  margin-left: 20px;
}

.mobile_landing_separator_prompt {
  margin-bottom: 6px;
}

@media only screen and (max-device-height: 414px) and (orientation: landscape) {
  .appian-body .mobile_landing_links {
    margin-top: 2.1429rem;
  }
}

/* =========================== END: Mobile Landing Page =========================== */

@media only screen and (max-width: 480px) {
  .appian-body .login_background {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 230px;
  }

  .appian-body img.logo {
    max-height: 40px;
    max-width: auto;
  }

  .appian-body .login_box_inner {
    width: 94%;
    margin-top: 140px;
    padding: 12px 18px;
    top: auto;
  }

  .appian-body .notification_form .login_box_inner {
    width: 94%;
    max-width: 100%;
  }
}

#maintWindowBanner {
  background: #f7e597;
  color: black
}

.accessibilityhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
