/* Common styling for mobile, tablet, laptop and desktop */
/* .rr-rcio-ds .bg-light-sky {
  background-color: #e6f8fc;
} */

.rr-rcio-ds .pre-login-header {
  width: 100%;
  z-index: 6;
  position: fixed;
  top: 0px;
}

.rr-rcio-ds .language-flag {
  width: 22px;
  height: 13px;
  margin-bottom: 4px;
}

.rr-rcio-ds .collapsible-wrapper{
  max-width: 1360px;
  margin: 0 auto;
}


/* .rr-rcio-ds .prelogin-selected-language  a:hover, .rr-rcio-ds .prelogin-selected-language  a:focus {
    background-color: transparent;
}
.rr-rcio-ds .language-section .open>a, .rr-rcio-ds .language-section .open>a:focus, .rr-rcio-ds .language-section .open>a:hover {
    background-color: transparent;
} */
.rr-rcio-ds .btn-transparent,
.rr-rcio-ds .btn-transparent:hover,
.rr-rcio-ds .btn-transparent:focus {
  background-color: transparent !important;
}

.rr-rcio-ds .prelogin-selected-language .language-options li a.language-name:focus {
  outline: #d64309 solid 3px!important;
}

.rr-rcio-ds .prelogin-menu-links .prelogin-selected-language.open {
  border: 0px !important;
  padding: 0px !important;
}

.rr-rcio-ds a.language-name {
  /* margin-left: 8px; */
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.26px;
  line-height: 24px;
  display: inline;
  padding: 0px !important;
}

.rr-rcio-ds ul.language-menu {
  width: 290px;
  height: 220px;
  padding: 0px;
  overflow-y: auto;
}

.rr-rcio-ds .language-menu.locale li {
  width: 100%;
}

.rr-rcio-ds .selected-language {
  padding: 16px 8px;
}

.rr-rcio-ds .language-options {
  padding: 16px 8px;
  height: 160px;
  overflow-y: auto
}

.rr-rcio-ds .language-options::-webkit-scrollbar {
  width: 5px;
}

.rr-rcio-ds .language-options::-webkit-scrollbar-track {
  padding-right: 10px;
}

.rr-rcio-ds .language-options::-webkit-scrollbar-track-piece:end {
  background-color: transparent;
  margin-bottom: 15px;
  margin-right: 10px;
}

.rr-rcio-ds .language-options::-webkit-scrollbar-track-piece:start {
  background-color: transparent;
  margin-top: 15px;
  margin-right: 10px;
}

.rr-rcio-ds .language-options::-webkit-scrollbar-thumb {
  height: 70px;
  width: 5px;
  border-radius: 10px;
  background-color: #d8d8d8;
}

.rr-rcio-ds .language-options li:not(:last-child) {
  margin-bottom: 16px;
}

.rr-rcio-ds .signin-header-responsive,
.rr-rcio-ds .signin-header-tablet {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.67px;
  line-height: 24px;
  text-decoration: underline;
  margin-right: 16px;
}

.rr-rcio-ds .hamburger {
  width: 24px;
  height: 24px;
  /* margin-top: 8px; */
  text-align: right;
}

.rr-rcio-ds .hamburger a.hamburgerIcon img.hamburger-mobile {
  width: 22px;
  height: 18px;
  /* width: 24px;
    height: 24px; */
}

/* .rr-rcio-ds .nav-menu-close-button {
    right: 20px;
    position: absolute;
    top: 3px;
    font-size: 30px;
} */
.rr-rcio-ds .about-body-responsive,
.rr-rcio-ds .resort-body-responsive {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: left;
  margin-left: 0;
}

.rr-rcio-ds .bg-solid-white {
  background-color: #fff;
}

.rr-rcio-ds .about-body-main-responsive,
.rr-rcio-ds .resort-body-main-responsive {
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.3607843137254902);
}

.rr-rcio-ds .about-body-main-header,
.rr-rcio-ds .resort-body-main-header {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
}

.rr-rcio-ds .about-options-responsive,
.rr-rcio-ds .resort-options-responsive {
  color: #000000;
  font-size: 1em;
  letter-spacing: 0.46px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 16px;
}

.rr-rcio-ds .arrow {
  width: 10px;
  height: 15px;
  /* border: solid black; */
  /* border-width: 0 2px 2px 0; */
  display: inline-block;
  /* padding: 3.5px; */
}

.rr-rcio-ds .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.rr-rcio-ds .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* .rr-rcio-ds .bg-prelogin-alert {
    background-color: #FFCC45;
} */
.rr-rcio-ds .prelogin-alert-section {
  display: none;
}

.rr-rcio-ds .show-alert-section {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 4;
}

.rr-rcio-ds .alert-content-sub-section:hover {
  text-decoration: none;
}

.rr-rcio-ds .read-more-link {
  margin-left: 8px;
}

.rr-rcio-ds .left-arrow {
  padding-left: 3px;
}

.rr-rcio-ds .right-arrow {
  padding-right: 3px;
}

/* For Mobile Only */
@media screen and (max-width: 767px) {

  .rr-rcio-ds .hidden-extra-small-prelogin {
    display: none !important;
  }

  /* .bg-fading-overlay-responsive {
      background: linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 100%);
    } */
  .rr-rcio-ds .pre-login-header {
    height: 84px;
    padding: 0px;
  }

  /* .rr-rcio-ds .prelogin-header-logo, .rr-rcio-ds .prelogin-header-logo-section {
      height: 36px;
      width: auto;
    }
    .rr-rcio-ds .prelogin-header-logo-section {
      padding: 0px;
      margin: 0px auto 0px 0px;
    } */
  .rr-rcio-ds .prelogin-header-navigation {
    /* display: flex;
      flex-direction: row;
      width: 100%;
      margin: 0px; */
    align-items: center;
  }

  .rr-rcio-ds .prelogin-header-navigation {
    padding: 24px;
  }

  /* .rr-rcio-ds .prelogin-mobile-responsive {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;
        text-align:left;
    } */
  .rr-rcio-ds .bg-white {
    background-color: #fff;
  }

  .rr-rcio-ds .nav-back-menu {
    height: 55px;
    padding: 16px 24px;
  }

  .rr-rcio-ds .nav-back-menu .nav-back-button {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.14px;
    line-height: 20px;
  }

  .rr-rcio-ds .nav-back-arrow {
    /* font-size: 1em; */
    height: 24px;
    width: 24px;
    text-align: center;
    padding-bottom: 2px;
    margin-right: 8px;
  }

  .rr-rcio-ds .nav-close-menu {
    height: 54px;
    padding: 16px;
    /* display: flex;
      flex-direction: row;
      align-items: center; */
  }

  /* .rr-rcio-ds .bg-light-sky {
      background-color: #e6f8fc;
    } */
  /* .rr-rcio-ds .nav-welcome-section {
      padding: 0px;
      color: #000000;
      font-size: 1em;
      font-weight: bold;
      letter-spacing: 0.14px;
      line-height: 20px;
    } */
  .rr-rcio-ds .nav-header-logo {
    width: auto;
    height: 34px;
  }

  /* .rr-rcio-ds .nav-close {
      text-align: right;
      padding: 0px;
      margin-left: auto;
    }
    .rr-rcio-ds .nav-close-button {
      font-size: 23px;
      font-weight: bold;
    } */
  /* .rr-rcio-ds .prelogin-menu-responsive {
      display: flex;
      flex-direction: column;
      padding: 16px;
      color: #000;
    } */
  /* .rr-rcio-ds .prelogin-menu-option-responsive {
      color: #000;
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #000000;
      font-size: 1em;
      letter-spacing: 0.46px;
      line-height: 24px;
    } */
  /* .rr-rcio-ds .prelogin-menu-responsive a:not(:last-child) {
      margin-bottom: 16px;
    } */
  /* .rr-rcio-ds .nav-menu-icon {
      margin-right: 8px;
    } */
  /* .rr-rcio-ds .right-caret{
      margin-left: auto;
      color: #000;
    } */
  /* .rr-rcio-ds .signin-links-option-responsive {
      text-decoration: underline;
      color: #000000;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: 0.67px;
      line-height: 24px;
    } */
  /* .rr-rcio-ds .language-section-responsive a:first-child {
      margin-bottom: 0px;
      padding: 0px;
    } */
  /* .rr-rcio-ds .language-dropdown {
      color: #000000;
      font-size: 1em;
      letter-spacing: 0.46px;
      line-height: 24px;
    } */
  /* .rr-rcio-ds .language-flag {
      margin-right: 10px;
    } */
  /* .rr-rcio-ds .language-menu-caret {
      float: right;
      padding-top: 5px;
      color: #000;
    } */
  .rr-rcio-ds .prelogin-alert-section {
    height: 120px;
    padding: 16px;
  }

  .rr-rcio-ds .alert-content,
  .rr-rcio-ds .read-more-link {
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875em;
    letter-spacing: 0.4px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
  }

  .rr-rcio-ds .alert-content-section {
    width: 260px;
    text-align: center;
    padding: 0px 16px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .rr-rcio-ds .left-arrow {
    margin-right: auto;
  }

  .rr-rcio-ds .right-arrow {
    margin-left: auto;
  }
}

/* For Tablet Only */
@media screen and (min-width: 768px) and (max-width: 1199px) {

  .rr-rcio-ds .pre-login-header,
  .rr-rcio-ds .prelogin-header-navigation {
    height: 88px;
    padding: 0px;
    align-items: normal;
  }

  .rr-rcio-ds .prelogin-header-logo-section {
    padding: 24px;
  }

  .rr-rcio-ds .prelogin-header-logo {
    height: 36px;
    width: auto;
  }

  .rr-rcio-ds .prelogin-header-menu-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .rr-rcio-ds .nav-close-menu {
    height: 56px;
    padding: 16px;
  }

  /* .rr-rcio-ds .prelogin-menu-responsive {
      display: flex;
      flex-direction: column;
      padding: 16px 24px;
    } */
  .rr-rcio-ds .prelogin-menu-responsive .signin-links-option-responsive:not(:last-child) {
    margin-bottom: 8px;
  }

  /* .rr-rcio-ds .prelogin-close-nav-overlay {
        display: none;
        width: 0;
        height: 40px;
        padding: 2px;
        position: absolute;
        right: 328px;
        top: 16px;
        border: 1px solid rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        border-radius: 50%;
        text-align: center;
        font-size: 23px;
        color: #000;
        font-weight: 600;
        -webkit-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.75);
    } */
  .rr-rcio-ds .nav-back-menu {
    height: 55px;
    padding: 16px 24px;
  }

  .rr-rcio-ds .nav-back-menu .nav-back-button {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.14px;
    line-height: 20px;
  }

  .rr-rcio-ds .nav-back-arrow {
    /* font-size: 1em; */
    height: 24px;
    width: 24px;
    text-align: center;
    padding-bottom: 2px;
    margin-right: 8px;
  }
}

/* For Low-Res Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rr-rcio-ds .hidden-small-prelogin {
    display: none !important;
  }

  .rr-rcio-ds .prelogin-header-navigation {
    padding: 26px 24px;
  }

  .rr-rcio-ds .signin-header-responsive {
    /* padding-top: 5px; */
  }

  .rr-rcio-ds .prelogin-alert-section {
    height: 92px;
    padding: 24px;
  }

  .rr-rcio-ds .alert-content-section {
    width: 650px;
    text-align: center;
    padding: 0px 16px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .rr-rcio-ds .left-arrow {
    margin-right: 16px;
  }

  .rr-rcio-ds .right-arrow {
    margin-left: 16px;
  }

  .rr-rcio-ds .alert-content,
  .rr-rcio-ds .read-more-link {
    color: #000000;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.12px;
    line-height: 24px;
    width: 100%;
  }
}

/* For Mobile and Hi-Res Tablet */
@media screen and (max-width: 1199px) {

  /* .rr-rcio-ds .bg-light-sky {
    background-color: #e6f8fc;
  } */
  .rr-rcio-ds .prelogin-header-navigation {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    /* background-color: #e6f8fc; */
    /* align-items: center; */
  }

  .rr-rcio-ds .prelogin-mobile-responsive {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 33;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: left;
  }

  .rr-rcio-ds .prelogin-menu-option-responsive {
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.46px;
    line-height: 24px;
  }

  .rr-rcio-ds .prelogin-menu-responsive a:not(:last-child) {
    margin-bottom: 16px;
  }

  .rr-rcio-ds .nav-menu-icon {
    margin-right: 8px;
  }

  .rr-rcio-ds .right-caret {
    margin-left: auto;
    width: 10px;
    height: 15px;
  }

  .rr-rcio-ds .signin-links-option-responsive {
    text-decoration: underline;
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.67px;
    line-height: 24px;
  }

  .rr-rcio-ds .language-section-responsive a:first-child {
    margin-bottom: 0px;
    padding: 0px;
  }

  .rr-rcio-ds .language-dropdown {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.46px;
    line-height: 24px;
  }

  .rr-rcio-ds .language-flag {
    margin-right: 10px;
  }

  .rr-rcio-ds .language-menu-caret-responsive {
    float: right;
    margin-top: 7px;
    width: 15px;
    height: 10px;
  }

  .rr-rcio-ds a.nav-menu-close-button {
    float: right;
    font-size: 1.875em;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.14px;
    line-height: 20px;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .rr-rcio-ds a.nav-menu-close-button .close-nav-img {
    width: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .rr-rcio-ds .nav-menu-close-button:hover {
    color: #000;
    text-decoration: none;
  }

  .rr-rcio-ds .prelogin-menu-responsive {
    display: flex;
    flex-direction: column;
    padding: 16px;
    color: #000;
  }

  .rr-rcio-ds .nav-welcome-section {
    padding: 0px;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.14px;
    line-height: 20px;
  }

  .rr-rcio-ds .language-section {
    margin-bottom: 0px;
  }

  .rr-rcio-ds .language-section-responsive ul.language-section, .rr-rcio-ds .language-section-responsive ul.language-section li.prelogin-selected-language-responsive {
    width: 100%;
  }

  .rr-rcio-ds .language-section-responsive ul.language-section li.prelogin-selected-language-responsive.open {
    border: 0px !important;
    padding: 0px !important;
  }
}

/* For Mobile and Tablet(overlay) */
@media screen and (min-width: 368px) and (max-width: 1199px) {
  .rr-rcio-ds .prelogin-overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.16);
    height: 100%;
    width: 0;
    z-index: 22;
    transition: 0.3s;
  }
}

/* For Mobile and Low-Res Tablet */
@media screen and (max-width: 991px) {
  .rr-rcio-ds .bg-fading-overlay-responsive {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .rr-rcio-ds .bg-transparent {
    background-color: transparent;
  }

  .rr-rcio-ds .prelogin-header-logo,
  .rr-rcio-ds .prelogin-header-logo-section {
    height: 36px;
    width: auto;
  }

  .rr-rcio-ds .prelogin-header-logo-section {
    padding: 0px;
    margin: 0px auto 0px 0px;
  }
}

/* for Tablet and Desktop */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-rcio-ds .hidden-medium-prelogin {
    display: none !important;
  }
  .rr-rcio-ds .prelogin-header-menu-section {
    padding: 32px 24px;
  }
}

/* For Hi-Res Tablet and Desktop */
@media screen and (min-width: 992px) {
  .rr-rcio-ds .bg-fading-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .rr-rcio-ds .signin-header-tablet {
    color: #fff;
  }

  .rr-rcio-ds .hamburger a.hamburger-icon-tablet img.hamburger-tablet {
    width: 22px;
    height: 18px;
  }

  .rr-rcio-ds .prelogin-alert-section {
    height: 66px;
    padding: 21px 24px;
  }

  .rr-rcio-ds .alert-content-section {
    width: 850px;
    text-align: center;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .rr-rcio-ds .left-arrow {
    margin-right: 16px;
  }

  .rr-rcio-ds .right-arrow {
    margin-left: 16px;
  }

  .rr-rcio-ds .alert-content,
  .rr-rcio-ds .read-more-link {
    color: #000000;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.12px;
    line-height: 24px;
  }
}

/* For Desktop and Laptop Only */
@media screen and (min-width: 1200px) {
  .rr-rcio-ds .hidden-large-prelogin {
    display: none !important;
  }

  /* .rr-rcio-ds .bg-fading-overlay {
      background: linear-gradient(180deg, rgba(0,0,0,0.67) 0%, rgba(255,255,255,0) 100%);
    } */
  .rr-rcio-ds .pre-login-header {
    height: 104px;
    padding: 0px;
  }

  .rr-rcio-ds .prelogin-header-navigation {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    /* background-color: aqua; */
  }

  .rr-rcio-ds .prelogin-header-logo-section {
    padding: 30px 0px 30px 72px;
  }

  .rr-rcio-ds .prelogin-header-logo {
    height: 44px;
    width: auto;
    /* margin: 30px 0px 30px 72px; */
  }

  /* .rr-rcio-ds .prelogin-header-image {
          width: auto;
          height: 44px;
      } */
  .rr-rcio-ds .prelogin-header-menu-section {
    display: flex;
    /* width: 100%; */
    height: 104px;
    padding: 24px 0px;
    align-items: center;
    text-align: left;
  }

  .rr-rcio-ds .prelogin-header-menu-section .fa {
    color: #fff;
  }

  .rr-rcio-ds .prelogin-menu-links {
    display: flex;
    flex-direction: row;
    /* max-width: 608px; */
    /* width: 100%; */
    justify-content: flex-end;
    margin-left: auto;
  }

  .rr-rcio-ds .prelogin-menu {
    margin-left: 16px;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="true"] {
    color: #037092 !important;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="true"] .fa-chevron-down {
    transition: all 0.5s;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1);
    padding-left: 8px;
    /* padding-bottom: 11px; */
    color: #037092 !important;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="false"] .fa-chevron-down {
    transition: all 0.5s;
    padding-left: 8px;
  }

  .rr-rcio-ds .language-section {
    margin-bottom: 0px;
  }

  .rr-rcio-ds .language-dropdown {
    padding: 0px;
  }

  .rr-rcio-ds .selected-language .language-name, .rr-rcio-ds .language-options .language-name {
    margin-left: 8px;
  }

  .rr-rcio-ds .prelogin-signin-section {
    margin: 0px 24px;
  }

  .rr-rcio-ds .prelogin-signin-btn {
    box-sizing: border-box;
    height: 48px;
   /* width: 124px;*/
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1.31px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .rr-rcio-ds .prelogin-signin-btn:hover {
    color: white !important;
    background-color: #0f7d94 !important;
    border: 1px solid #0f7d94 !important;
    box-shadow: none !important;
  }

  .rr-rcio-ds .prelogin-signin-btn:focus {
    box-shadow: none !important;
  }

  .rr-rcio-ds .btn-translucent {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .rr-rcio-ds .signin-btn-active {
    background-color: #fff;
    color: #000;
  }

  .rr-rcio-ds .prelogin-menu-header {
    color: #FFFFFF;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .rr-rcio-ds .prelogin-menu-header:hover {
    color: #FFFFFF;
  }

  .rr-rcio-ds .signin-body-collapse {
    display: none;
    position: absolute;
    /* height: 424px; */
    width: 388px;
    border-radius: 4px;
    background-color: #fff;
    right: 30px;
    margin-top: 27px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0px 32px;
  }

  .rr-rcio-ds .prelogin-signin-content {
    display: flex;
    flex-direction: column;
  }

  .rr-rcio-ds .signin-section-header {
    font-size: 1.375em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin: 24px 0px 16px;
  }

  .rr-rcio-ds .prelogin-login-section {
    margin: 0px 0px 16px;
    text-align: left;
  }

  .rr-rcio-ds .signin-body-collapse input.signin-username,
  .rr-rcio-ds .signin-body-collapse input.signin-password {
    width: 323px;
    height: 56px;
  }


  .rr-rcio-ds .prelogin-signin-content input#username, input#password {
    width: 100%;
    float: none;
    background: white;
  	margin:0;
  	border-radius:4px;
}

.rr-rcio-ds .prelogin-signin-content input#username:focus,input#password:focus{
    background-color: #ddd;
    outline: none;
}


  .rr-rcio-ds .show-signin-block {
    display: block !important;
  }

  .rr-rcio-ds .prelogin-signin-checkbox {
    padding-left: 8px;
  }

  .rr-rcio-ds .remember-section {
    color: #000000;
    font-size: 0.875em;
    line-height: 16px;
    margin: 0px;
  }

  .rr-rcio-ds .remember-box {
    margin-top: 2px;
  }

  .rr-rcio-ds .prelogin-submit-btn {
    height: 48px;
    width: 308px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1.31px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .rr-rcio-ds .forgot-id-section {
    color: #037092;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.67px;
    line-height: 24px;
    text-decoration: underline;
    margin-bottom: 16px;
  }

  .rr-rcio-ds .prelogin-register-section {
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.67px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .rr-rcio-ds .prelogin-register-link {
    color: #037092;
    text-decoration: underline;
    margin-left: 0.5em;
  }

  /* .rr-rcio-ds .fa-chevron-down {
        font-size: 0.875em;
        width: 20px;
        height: 8px;
      } */

  .rr-rcio-ds .collapse-part {
    position: absolute;
    right: 0px;
    top: 104px;
    z-index: 4;
  }

  .rr-rcio-ds .arrow-about-body,
  .rr-rcio-ds .arrow-resorts-offers-body {
    position: absolute;
    top: -25px;
  }

  .rr-rcio-ds .prelogin-menu-main-section {
    background-color: #f9f8fb;
    display: flex;
    flex-direction: row;
  }

  .rr-rcio-ds .menu-pd {
    padding: 32px;
  }

  .rr-rcio-ds .prelogin-menu-main-section li.menu-body-options:hover {
    color: black;
    background-color: #e6f8fc;
  }

  .rr-rcio-ds .sub-menu-pd {
    margin: 0px;
  }

  .rr-rcio-ds .sub-menu-pd :last-child {
    margin-bottom: 0px;
    /* padding-bottom: 0px; */
  }

  .rr-rcio-ds .sub-menu-pd a:hover {
    text-decoration: none;
  }

  .rr-rcio-ds .sub-menu-pd li {
    margin-bottom: 0px;
    padding: 12px 8px;
    list-style-type: none;
  }

  .rr-rcio-ds .menu-body-options-link {
    height: 24px;
    font-size: 1.25em;
    letter-spacing: 0;
    font-family: "Open Sans Regular", sans-serif;
    color: #000;
    line-height: 24px;
    /* background-color: #fff; */
  }

  .rr-rcio-ds .prelogin-menu-card-section {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-right: 32px;
  }

  .rr-rcio-ds .prelogin-menu-card-section:last-child {
    margin-right: 0px;
  }

  .rr-rcio-ds .prelogin-menu-card-section .card {
    height: 236px;
    border: none;
    box-shadow: 0px 6px 19px -4px rgba(0, 0, 0, 0.25);
    color: #000;
  }

  .rr-rcio-ds .prelogin-menu-card-section .card-body {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    align-self: center;
  }

  .rr-rcio-ds a.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .rr-rcio-ds .btn-primary {
    border: 1px solid #0f7d94;
  }

  /* .rr-rcio-ds .prelogin-header-navigation {
        background: linear-gradient(180deg, rgba(0,0,0,0.67) 0%, rgba(255,255,255,0) 100%);
      }

      .rr-rcio-ds .prelogin-header-menu-section {
        background: none;
      } */
  .rr-rcio-ds .disabled-signin-section {
    background-color: #E4E4E4;
    height: 112px;
    width: 388px;
    padding: 40px 56px;
    display: none;
    position: absolute;
    border-radius: 4px;
    right: 30px;
    margin-top: 27px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
  }

  .rr-rcio-ds .arrow-box-disabled-signin::before {
    border-bottom-color: #E4E4E4;
    right: 8px;
    border-width: 14px !important;
  }

  .rr-rcio-ds .prelogin-signin-disabled-content {
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875em;
    letter-spacing: 0.4px;
    line-height: 16px;
    text-align: center;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="true"] .arrow-down-blue {
    padding-left: 8px;
    width: 24px;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="false"] .arrow-down-blue {
    display: none;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="false"] .arrow-down-black {
    padding-left: 8px;
    width: 24px;
  }

  .rr-rcio-ds .prelogin-menu a[aria-expanded="true"] .arrow-down-black {
    display: none;
  }

  .rr-rcio-ds .error-signin {
    /* height: 64px; */
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
  }
  .rr-rcio-ds .error-signin-text {
    color: #000000;
    font-size: 0.875em;
    letter-spacing: 0.43px;
    line-height: 16px;
    text-align: center;
  }
}