/* MAIN */
.shr-main {
  position: relative;
  display: block;
  background: rgb(43, 43, 43);
  background: linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(90,82,135,1) 100%);
  background-image: url('../images/login-page-hero.jpeg');
  background-size: cover;
  background-position: 50% 50%;
}

.shr-main2 {
  position: relative;
  display: block;
  background: rgb(43, 43, 43);
  background: linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(90,82,135,1) 100%);
  background-image: url('../images/login-page-hero.jpeg');
  background-size: cover;
  background-position: 50% 50%;
}

.shr-main.maintenance {
  background-image: url('../images/maintenance-bg-image.png');
}

.shr-main--loading.shr-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
}
.shr-main--loading .shr-loading {
  display: block;
}

.rm-wrapper {
  display: flex; /* or inline-flex */
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin-top: 0px;
  background-color: #000000;
}
.flex-rm-box {
  width: 50%;
  height: 40px;
  margin-top: 10px;
  color: white;
  text-align: left;
  padding-top:4px;
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
}
.flex-fp-box {
   width: 50%;
   height: 40px;
   margin-top: 10px;
   color: white;
   font-weight: bold;
  text-align: right;
}
 input#rememberme {
  width: 22px;
  background: #000000!important;
  height: 22px;
  border: 1px solid #FFF;
  margin-right: 8px;
} 

/* The container-rm */
.container-rm {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-rm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #101820;
}

/* On mouse-over, add a background color */
.container-rm:hover input ~ .checkmark {
  background-color: #FFF;
}

/* When the checkbox is checked, add a black background */
.container-rm input:checked ~ .checkmark {
  background-color: #101820;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-rm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-rm .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox white*/
.checkmark-white {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #101820;
}

/* On mouse-over, add a background color */
.container-rm:hover input ~ .checkmark-white {
  background-color: #FFF;
}

/* When the checkbox is checked, add a black background */
.container-rm input:checked ~ .checkmark-white {
  background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-white:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-rm input:checked ~ .checkmark-white:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-rm .checkmark-white:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .shr-main {
    background: linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(90,82,135,1) 20%, #FFFFFF 40%);
    background-image: url('../images/login-page-hero.jpeg');
    background-size: auto 100%;
  }
   .shr-footer__bottom-links { display: inline-table !important; column-count: 1; }
}

/* CARD */
.shr-card {
  position: relative;
  background-color: #FFFFFF;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
}

.shr-card--inactive {
  display: none;
}

.shr-card--active {
  display: block;
}

.shr-card--dark {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
}

.shr-card--tall {
  min-height: 432px;
}

.shr-card--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shr-card--wide {
  max-width: 800px;
}
.shr-card--wide p {
  line-height: 25px;
}
.shr-card--wide a {
  color: #333333;
}
.shr-card__wrapper {
  padding: 40px 35px;
}
.shr-card__section {
  padding: 74px 56px 40px;
}
.error-box { 
  border: 1px solid #BBBDBF;
  box-shadow: 0px 10px 50px 0px #00000080;
  padding: 48px 56px 48px 56px;
}
.error-box p { 
color: #101820;
}
.shr-card__section--small {
  padding: 35px 35px 30px;
}
.shr-card__info-btn, .shr-card__close-btn {
  display: block;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.shr-card__info-btn:after, .shr-card__close-btn:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.shr-card__info-btn:after {
  background-image: url('../images/info-icon.svg');
}

.shr-card__close-btn:after {
  background-image: url('../images/close.svg');
}
.shr-card__title {
  text-align: center;
}
.shr-card__title h2 {
  margin-bottom: 8px;
}
.shr-card__title p {
  margin-bottom: 17px;
}
.error-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #101820;  
}
.shr-card__title.shr-card__title-alert-message {
  display: none;
}
.shr-card__title.shr-card__title--hide {
  display: none;
}
.shr-card__title.shr-card__title-alert-message.shr-card__title-alert-message--active {
  display: block;
}
.shr-card__copy {
  font-size: 13px;
}
.shr-card__copy span {
  font-weight: 700;
}
.shr-card__copy a.shr-link {
  font-size: 13px;
}
.shr-card__cta {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.shr-card__cta--left {
  justify-content: left;
  padding-top:20px;
}
.shr-card__cta--group {
  justify-content: space-between;
}
.shr-card__cta--group .shr-button {
  max-width: 50%;
  width: 50%;
}
.shr-card__cta--group .shr-button:first-of-type {
  margin-right: 1rem;
}
.shr-card__cta--group .shr-button:only-of-type {
  margin-right: 0;
}
.shr-card__divider {
  width: 100%;
  height: 1px;
  background: #CDCDCD;
}
.shr-card__divider.shr-card__divider--pattern {
  background: url('../images/pattern-diagnol-stripe-light.png');
  background-size: 12px 12px;
  height: 20px;
}
.shr-card__error-message,
.shr-input-field__message {
  color: #B2130A;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 11px;
  display: none;
}
.shr-card--error-message .shr-card__error-message {
  display: block;
}
.shr-card__error-message.shr-card__error-message--active {
  display: block;
}

.shr-card__success-message {
  color: #1AB759;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 17px;
  display: none;
}
.shr-card--success-message .shr-card__success-message {
  display: block;
}
.shr-card__success-message.shr-card__success-message--active {
  display: block;
}

.shr-util__continue-as-guest .shr-card__copy.shr-util__continue-as-guest--show {
  margin-bottom: 23px;
}

.shr-card__section--continue-as-guest {
  /* display: block; */
  display: none;
  padding: 40px 20px 10px;
  position: relative;
  border-top: 1px solid #e9e9e9;
}

/* .shr-card__section--continue-as-guest::after {
  content: 'or';
  position: absolute;
  top: -13px;
  left: calc(50% - 30px);
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
  color: #a7a7a7;
} */

.shr-util__continue-as-guest .shr-card__section--continue-as-guest.shr-util__continue-as-guest--show {
  display: block;
}

.shr-header-text p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.shr-header-text2 p {
  text-align: center;
  font-size: 20px!important;
  font-weight: 500;
  line-height: 28px!important;
}

.shr-header-account {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.shr-header-account-link {
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}
p.shr-header-account-link a.shr-link.shr-link--underline {
  font-size: 12px!important;
}
.otp--hide {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .shr-card,
  .shr-card--wide {
    max-width: 100%;
    margin: 0px 15px;
  }

  .shr-card--tall {
    min-height: auto;
  }
  
  .shr-card__section {
    padding: 30px 20px;
  }
  .shr-card__section--small {
    padding: 25px 20px 20px;
  }
  .shr-card__cta--group {
    flex-direction: column;
    align-items: center;
  }
  .shr-card__cta--group button:first-of-type {
    margin-bottom: 10px;
  }
  .shr-flipper .shr-card__section.shr-card__section--continue-as-guest {
    margin-top: 35px;
    padding: 30px 20px 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .shr-card__info-btn:after {
    background-size:11px;
  }
}


/* ERROR BANNER */
.shr-alert-banner {
  min-height: 113px;
  display: none;
}
.shr-alert-banner__wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shr-alert-banner__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.40px;
  line-height: 21px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.shr-alert-banner__copy,
.shr-alert-banner__copy a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.40px;
  line-height: 18px;
}
.shr-alert-banner__link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.40px;
  line-height: 11.65px;
  margin-top: 20px;
}

.shr-alert-banner--failed {
  border: 1px solid #FF6262;
  background-color: rgba(255, 98, 98, 0.3);
}
.shr-alert-banner--failed .shr-alert-banner__title,
.shr-alert-banner--failed .shr-alert-banner__copy,
.shr-alert-banner--failed a {
  color: #570A11;
}
.shr-alert-banner--failed .shr-alert-banner__title {
  background: url('../images/exclamation-circle-fail.svg') no-repeat 0px 0px/15px;
  background-position: 0 50%;
}
.shr-alert-banner--success {
  border: 1px solid #40DD7F;
  background-color: rgba(64, 221, 127, 0.3);
}
.shr-alert-banner--success .shr-alert-banner__title,
.shr-alert-banner--success .shr-alert-banner__copy,
.shr-alert-banner--success a {
  color: #0E441A;
}
.shr-alert-banner--success .shr-alert-banner__title {
  background: url('../images/check-circle-success.svg') no-repeat 0px 0px/15px;
  background-position: 0 50%;
}
.shr-alert-banner--expired {
  border: 1px solid #B8DAFF;
  background-color: #CCE5FF;
}
.shr-alert-banner--expired .shr-alert-banner__title,
.shr-alert-banner--expired .shr-alert-banner__copy,
.shr-alert-banner--expired a {
  color: #004085;
}
.shr-alert-banner--expired .shr-alert-banner__title {
  background: url('../images/exclamation-circle-expired.svg') no-repeat 0px 0px/15px;
  background-position: 0 50%;
}
.shr-alert-banner--warning {
  border: 1px solid #FFBC1F;
  background-color: rgba(255, 188, 31, 0.3);
}
.shr-alert-banner--warning .shr-alert-banner__title,
.shr-alert-banner--warning .shr-alert-banner__copy,
.shr-alert-banner--warning a {
  color: #BB5F13;
}
.shr-alert-banner--warning .shr-alert-banner__title {
  background: url('../images/exclamation-circle-warning.svg') no-repeat 0px 0px/15px;
  background-position: 0 50%;
}
.shr-alert-banner--active {
  display: block;
}


/* INPUT FIELDS */
.shr-input-field {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  padding-top: 11px;
  position: relative;
}
.shr-input-field__wrapper {
  position: relative;
}
.shr-input-field__group {
  display: flex;
  align-items: flex-end;
}
.shr-input-field__group input:valid{
  border: 1px solid #101820;
}
.shr-input-field__group .shr-input-field:first-of-type {
  margin-right: 1rem;
}
.shr-input-field__group .shr-input-field {
  width: 50%;
}
.shr-input-field__message {
  display: none;
}
.shr-input-field__message span {
  display: none;
}
.shr-input-field label {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  text-indent: 0px;
  text-shadow: none;
  display: block;
  backface-visibility: hidden;
  pointer-events: none;
  color: #101820;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 6px;
}
.shr-input-field input {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  display: block;
  resize: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  padding: 13px 13px 14px;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #101820;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
}

[type="password"] {
    letter-spacing: 4px;
}
.shr-input-field__show {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  bottom: calc(50% - 19px);
  right: 22px;
}

.shr-input-field__show:after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../images/show.svg');
    position: absolute;
}

.shr-input-field__show.shr-input-field__show--reveal:after {
    background-image: url('../images/hide.svg');
}

.shr-input-field--active input {
  border: 1px solid #C99700;
}
.shr-input-field--error input {
  border-color: #9A1009;
}
.shr-input-field--error ~ .shr-input-field__message {
  display: block;
}
.shr-input-field--error.shr-input-field--error-message-1 ~ .shr-input-field__message span.shr-input-field__message--1 {
  display: block;
}
.shr-input-field--error.shr-input-field--error-message-2 ~ .shr-input-field__message span.shr-input-field__message--2 {
  display: block;
}

.shr-input-field--error ~ .shr-card__cta {
  margin-top: 0;
}

.shr-input-field__forgot-link {
    padding-top: 8px;
    text-align: right;
}

@media screen and (max-width: 767px) {
  .shr-input-field input {
    font-size: 17.5px;
    line-height: 21.5px;
    padding: 16px 10px 14px;
    height: 51px;
  }
  #js-shr-feedback__button {
    width: 115px;
    max-width: 115px!important;
  }
  .shr-feedback-button {
    height: auto!important;
    position: fixed!important;
    /* padding: 23px 13px; */
    font-weight: 700;
    font-size: 15px!important;
    max-width: 115px!important;
    line-height: 16px!important;
    cursor: pointer!important;
  }
  .shr-feedback-position-tr {
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: bottom right;
  }
  
  .shr-feedback-button {
    z-index: 2147483548!important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .shr-input-field input {
    line-height: 6px;
  }
}


/* BUTTONS */
.shr-button {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  height: 44px;
  max-width:234px;
  min-width: 118px;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.shr-button--primary {
  background-color: #D6B151;
  border: 2px solid #D6B151;
  color: #101820;
}

.shr-button--primary:hover {
  background: #E0C37B;
  border-color: #E0C37B;
}

.shr-button--secondary {
  background-color: #FFFFFF;
  border: 2px solid #715314;
  color: #715314;
}
.shr-button--black {
  background-color: #101820;
  border: 2px solid #715314;
  color: #FFFFFF;
}

.shr-button--secondary:hover {
  background: #E0C37B;
}

.shr-button--big {
  min-width: 329px;
}

.shr-button--smaller-font {
  font-size: 13px;
}

.shr-button--capitalize {
  text-transform: capitalize;
}

.shr-button--disabled {
  background-color: #aeb1b4;
  border-color: #aeb1b4;
  border-width: 2px;
  color: #656a70 !important;
  opacity: 0.65;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .shr-button--smaller-font {
    font-size: 12px;
  }
}

/* LINKS */
.shr-link {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 20px;
  color: #333333;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
}
.shr-link.shr-link--primary {
  color: #D6B151;
  font-size: 16px;
  line-height: 20px;
}
.shr-link:hover {
  color: #715314;
}
.shr-link.shr-link--no-underline {
  text-decoration: none;
}
.shr-link.shr-link--bold {
  font-weight: 700;
}
.shr-link__external {
  position: relative;
  padding-right: 21px;
}
.shr-link__external:after {
  content: url('../images/external-link.svg');
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 0;
  right: 0;
}


/* BULLET LIST */
.shr-bullet-list {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
  padding-left: 0px;
  list-style: none;
}
.shr-bullet-list__item {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
  width: calc(100% - 40px);
}
.shr-bullet-list__item:after {
  content: "";
}
.shr-bullet-list__item--checked:after {
  background: url("../images/checkmark_green.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: -18px;
  top: 5px;
  width: 16px;
  height: 12px;
}
.shr-bullet-list__item--error:after {
  background: url("../images/close_red.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: -18px;
  top: 7px;
  width: 11px;
  height: 11px;
}

/* CHECKBOX */
.shr-checkbox {
    font-family: 'CeraPro', Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 14px;
    color: #333333;
  }
  .shr-checkbox span:not([class]) {
    font-weight: 700;
  }
  .shr-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .shr-checkbox input:checked ~ .shr-checkbox__fill {
    background-color: #D6B151;
  }
  .shr-checkbox__fill {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #D6B151;
    border-radius: 50px;
    background-color: #FFFFFF;
  }
  .shr-checkbox__fill:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 2px;
    border: solid #FFFFFF;
    border-width: 0 10px 0px 0;
  }
  .shr-checkbox--variable input:checked ~ .shr-checkbox__fill:after {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .shr-checkbox-group {
      max-width: 350px;
      margin: 0 auto;
    }
  }

/* BENEFITS BANNER */
.shr-benefits-banner {
  margin-top: 70px;
}
.shr-benefits-banner__wrapper {
  padding: 40px 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.shr-benefits-banner__content {
  max-width: 764px;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.shr-benefits-banner__section.shr-benefits-banner__section--card {
  margin-right: 38px;
}
.shr-benefits-banner__section ul,
.shr-benefits-banner__section p {
  color: #333333;
  line-height: 22px;
}
.shr-benefits-banner__section ul {
  padding-left: 15px;
  list-style: disc;
}
.shr-benefits-banner__section li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}
.shr-benefits-banner__content .shr-benefits-banner__section img {
  width: 401px;
}
.shr-benefits-banner__sub-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.shr-benefits-banner__cta.shr-benefits-banner__cta--group {
  display: flex;
  justify-content: center;
}
.shr-benefits-banner__cta.shr-benefits-banner__cta--group button {
  margin: 0;
  min-width: 155px;
}
.shr-benefits-banner__cta.shr-benefits-banner__cta--group button:first-of-type {
  margin-right: 10px;
}
.shr-util__continue-as-guest .shr-benefits-banner__section.shr-util__continue-as-guest--show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
}
.shr-util__continue-as-guest .shr-benefits-banner__cta.shr-benefits-banner__cta--group {
  justify-content: normal;
}
.shr-util__continue-as-guest .shr-benefits-banner__cta.shr-benefits-banner__cta--group button {
  min-width: 150px;
}
.shr-util__continue-as-guest .shr-benefits-banner__section.shr-util__continue-as-guest--show p:last-of-type {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .shr-benefits-banner {
    margin-top: 0;
    background-color: #ffffff;
  }
  .shr-benefits-banner__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 0;
    background: rgb(43, 43, 43);
    background: linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(90,82,135,1) 20%, #FFFFFF 50%);
  }
  .shr-benefits-banner__wrapper {
    align-items: start;
    min-height: auto;
    padding: 25px 0 85px;
  }
  .shr-benefits-banner__section--logo img {
    width: 278px;
    margin-bottom: 35px;
  }
  .shr-benefits-banner__content {
    flex-direction: column;
    padding: 0 20px;
    width: 100%;
  }
  .shr-benefits-banner__section h1 {
    text-align: center;
  }
  .shr-benefits-banner__section li {
    font-size: 12px;
    line-height: 17px;
  }
  .shr-benefits-banner__cta button {
    margin: 0 auto;
  }
  .shr-benefits-banner__cta.shr-benefits-banner__cta--group button {
    min-width: auto;
    width: 180px;
  }

  .shr-util__continue-as-guest .shr-benefits-banner__content {
    width: auto;
  }
  .shr-util__continue-as-guest .shr-benefits-banner__section.shr-util__continue-as-guest--show {
    width: 350px;
  }
  .shr-util__continue-as-guest .shr-benefits-banner__section.shr-util__continue-as-guest--show p {
    text-align: center;
  }
}

@media screen and (max-width: 450px) {

.shr-message-banner--alert .shr-message-banner__dismiss {
    right: 2px !important;
    top: 5px !important;
}
  .shr-benefits-banner__cta.shr-benefits-banner__cta--group {
    flex-direction: column;
    align-items: center;
  }
  .shr-benefits-banner__cta.shr-benefits-banner__cta--group button,
  .shr-util__continue-as-guest .shr-benefits-banner__cta.shr-benefits-banner__cta--group button {
    min-width: 234px;
  }
  .shr-benefits-banner__cta.shr-benefits-banner__cta--group button:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .shr-util__continue-as-guest .shr-benefits-banner__section.shr-util__continue-as-guest--show {
    width: 100%;
  }
}


/* LOADING */
.shr-loading {
  position: relative;
  background-color: transparent;
  top: 25vh;
  z-index: 1000;
  display: none;
}
.shr-loading__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shr-loading__ring {
  display: inline-block;
  position: relative;
  width: 47px;
  height: 47px;
}
.shr-loading__ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 47px;
  height: 47px;
  margin: 0;
  border: 6px solid #D6B151;
  border-radius: 50%;
  animation: shr-loading__ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #D6B151 transparent transparent transparent;
}
.shr-loading__ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.shr-loading__ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.shr-loading__ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes shr-loading__ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* MESSAGE BANNER */
.shr-message-banner {
  display: none;
  padding: 12px 0 12px;
  width: 100%;
  background-color: #F8F1E2;
}
#outdated.shr-message-banner {
  background-color: #F8F1E2 !important;
  color: #101820 !important;
}
#outdated.shr-message-banner .vertical-center {
  margin: 0 auto;
  padding: 0 35px;
  height: 100%;
  position: relative;
}
#outdated.shr-message-banner p {
  color: #101820 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
#outdated.shr-message-banner a {
  color: #715314 !important;
  font-weight: 700 !important;
}
#outdated.shr-message-banner .last {
  display: none;
}
.shr-message-banner:not(.shr-message-banner--alert) {
  margin-bottom: 2.5px;
}
.shr-message-banner__container {
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 /* height: 100%; */
  position: relative;
}
.shr-message-banner__copy {
  width: 100%;
}
.shr-message-banner__copy p {
  color: #101820;
   font-size: 12px;
   line-height: 20px;
}
.shr-message-banner__copy a {
  color: #715314;
  font-weight: 700;
}
.shr-message-banner span {
  position: relative;
  cursor: pointer;
  height: 14px;
  width: 14px;
}
.shr-message-banner--alert {
  background-color: #EBD6A8;
}
.shr-message-banner--alert .shr-message-banner__copy {
  position: relative;
}
.shr-message-banner--alert .shr-message-banner__copy p {
  padding-left: 30px;
  padding-right: 20px;
}
.shr-message-banner--alert .shr-message-banner__copy::after {
  content: '';
  background: url('../images/star-dark.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.shr-message-banner--alert .shr-message-banner__dismiss {
  color: #715314;
  font-size: 12px;
  line-height: 15px;
}
.shr-message-banner--active {
  display: block;
}


@media screen and (max-width: 767px) {
  .shr-message-banner {
   /* padding: 20px 0 19px;*/
   padding: 11px 20px 14px;
  }
  .shr-message-banner__container {
    padding: 0;
  }

  .shr-message-banner p {
  font-family: 'CeraPro', Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    padding-left: 18px;
  }
  .shr-message-banner--alert .shr-message-banner__container {
    flex-direction: column;
  }
  .shr-message-banner--alert .shr-message-banner__copy::after {
    background-size: 18px;
    height: 20px;
    width: 20px;
    top: 33%;

  }
  .shr-message-banner--alert .shr-message-banner__copy p {
    padding-right: 0;
    padding-left: 30px;
  }
  .shr-message-banner--alert .shr-message-banner__dismiss {
    margin-top: 10px;
  }
}


/* SaberSSO - Try Again Page */

.shr-styles__sabersso-try-again .shr-card__section.shr-card__section--continue-as-guest {
  display: block;
}
.shr-styles__sabersso-try-again .shr-card__section.shr-card__section-pt-0 {
  padding-top: 0;
}
.shr-styles__sabersso-try-again .shr-card__section.shr-card__section-pb-0 {
  padding-bottom: 0;
}
.shr-styles__sabersso-try-again .shr-card__section.shr-card__section-pt-20 {
  padding-top: 20px;
}
.shr-styles__sabersso-try-again .shr-button.shr-button--mb-0 {
  margin-bottom: 0;
}
.shr-iframe__section a:hover{
    color: #B68A2B;
}


@media screen and (max-width: 767px) {
  .shr-styles__sabersso-try-again .shr-card__section.shr-card__section--continue-as-guest {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shr-styles__sabersso-try-again .shr-card__section.shr-card__section-pt-20 {
    padding-top: 0px;
  }
  .shr-styles__sabersso-try-again .shr-button.shr-button--mb-0:first-of-type {
    margin-bottom: 20px;
  }
   .shr-flipper .shr-card__cta {
     align-items: center !important;
     text-align: left;
   }
   .shr-flipper .shr-button:first-of-type {
       margin-right: 0rem;
   }
   .shr-message-banner__container{
        padding: 0px 10px 0px 15px !important
   }
   .shr-message-banner {
       padding: 12px 0 17px;
   }
   .shr-message-banner--alert .shr-message-banner__copy p {
       padding-right: 6px !important;
   }

}
@media screen and (max-width: 320px) {
.shr-message-banner--alert .shr-message-banner__copy::after {

    top: 24%;
}
}
@media screen and (max-width: 379px) {
.shr-message-banner--alert .shr-message-banner__copy p {
       padding-right: 0;
       padding-left: 31px;
   }
}

@media screen and (max-width: 768px) {
    .shr-message-banner--alert .shr-message-banner__copy p{
    padding-right: 11px;
    }
    .shr-message-banner--alert .shr-message-banner__dismiss {
          right: 14px;
          top: 1px;
      }
.shr-message-banner__container{
    padding:0 24px;
    }
    .shr-button {
        max-width: 320px !important;
        min-width: 220px !important;
        width: 100% !important;
    }
    .shr-flipper .shr-card__cta {
        align-items: center !important;
        text-align: left;
     }
     .shr-flipper .shr-button:first-of-type {
        margin-right: 0rem !important;
     }
     .shr-flipper .shr-card__cta.shr-util__cancel {
        flex-direction: column !important;
     }
     .shr-card__cta--group button:first-of-type {
         margin-bottom: 10px !important;
     }

  /* add feedback button */
#js-shr-feedback__button {
  width: 115px;
  min-width: 115px !important;
}
.shr-feedback-button {
  height: auto!important;
  position: fixed!important;
  font-weight: 700;
  font-size: 15px!important;
  max-width: 115px!important;
  line-height: 16px!important;
  cursor: pointer!important;
}
.shr-feedback-position-tr {
  top: 293px!important;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom right;
}

.shr-feedback-button {
  z-index: 2147483548!important;
}
}

@media screen and (max-width: 320px) {
 .shr-button {
        width: 100% !important;
    }
}

.shr-card__section.shr-iframe__section a:focus{
      outline: #b68a2b solid 0.2rem!important;
}

.shr-card__section.shr-iframe__section button:focus{
       outline: #101820 solid 0.2rem;
 }
.shr-input-field__show:focus{

        outline: #b68a2b solid 0.2rem!important;
 }
.signup-create-new-account{
     text-align: center;
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     padding-top: 42px;
}
.signup-create-new-account a{
    margin-left: 5px;
}


.shr-card__section.shr-iframe__section .shr-card__cta-secondary{
    float: right;
    text-align: right;

}

#js-shr-feedback__button {
  width: 143px;
}
.shr-feedback-button {
  height: auto!important;
  position: fixed!important;
  font-weight: 700;
  font-size: 15px!important;
  max-width: 143px!important;
  line-height: 16px!important;
  cursor: pointer!important;
}
.shr-feedback-position-tr {
  top: 328px;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom right;
}

.shr-feedback-button {
  z-index: 2147483548!important;
} 

