@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');

body-ssh {
    font-family: "Lato", sans-serif, Arial;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#booknow a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    font-family: "Lato", sans-serif, Arial;
}
#booknow-container {
    font-family: "Lato", sans-serif, Arial;
}
.booknow-container {
    color: #000000;
    font-family: inherit !important;
    padding: 18px 0px 10px 0px !important;
}
.bn-dialog-overlay {
    font-family: "Lato", sans-serif, Arial;
}
.ssh-header {
    border-bottom: 1px solid #b1b1b1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-height: 80px;
    width: 100%;
}
.ssh-header-logo {
    padding: 20px 5%;
}
.ssh-navbar {
    width: auto;
}
.ssh-navbar ul {
    padding-right: 0;
}
.ssh-navbar ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif, Arial;
    letter-spacing: 1px;
}
.ssh-booknow-button {
    background-color: #bcaa90;
    padding: 40px 60px;
}
.ssh-booknow-button h4 {
    color: #000000;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    font-weight: 900;
    padding: 30px;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-sitewrapper {
    width: 100%;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-sitewrapper-banner img {
    min-width: 100%;
    height: auto;
    max-width: 100%;
}
.ssh-footer {
    width: 100%;
    background: #000000;
    padding: 30px 0px 0px 0px;
	font-size: 0.8rem;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-top-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    max-height: 80px;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-logo {
    margin-bottom: 25px;
}
.ssh-footer-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-address-details {
    color: #ffffff;
    width: 870px;
    font-family: "Lato", sans-serif, Arial;
    font-size: 0.8rem;
}
.ssh-address-details span {
    color: #ffffff !important;
}
.ssh-footer-menu1 {
    color: #ffffff;
    width: auto;
    font-size: 0.8rem;
}
.ssh-footer-menu2 {
    color: #ffffff;
    width: auto;
    font-size: 0.8rem;
}
.ssh-footer-menu1 ul li {
    color: #ffffff;
    list-style-type: none;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.ssh-footer-menu2 ul li {
    color: #ffffff;
    list-style-type: none;
    text-align: left;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.ssh-newsletter-section {
    width: 516px;
    position: relative;
    color: #ffffff;
}
.ssh-newsletter-section h3 {
    max-width: 450px;
    width: 500px;
    position: relative;
    color: #ffffff;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-footer-text {
    color: #ffffff;
    line-height: 20px;
}
.ssh-footer-disclaimer {
    width: 100%;
    border-top: 1px solid #b1b1b1;
    height: auto;
    margin-top: 30px;
    padding: 8px 0px 10px 0px;
}
.ssh-disclaimer {
    padding: 10px 0px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-footer-menu1 .menu-text a {
    text-decoration: none;
    color: #ffffff !important;
}
.ssh-footer-menu2 .menu-text a {
    color: #ffffff !important;
    text-decoration: none;
}
/*-------------BookNow Styling---------------*/
#booknow {
    font-family: "Lato", sans-serif, Arial;
    min-height: 160px;
	padding: 20px 0px;
}
.bn-search-widget-item .label {
    font-weight: bold;
    color: #000000 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.bn-search-widget .value {
    color: #4d4d4d !important;
    font-size: 14px !important;
    padding-bottom: 1px !important;
    cursor: pointer;
}
#bn-date-picker-portal {
    font-family: "Lato", sans-serif, Arial;
}
.bn-login-button:first-child {
    display: none;
}
.bn-login-button {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
}
.bn-page-header {
    top: 0px !important;
}
.bn-booknow-button:disabled, .bn-booknow-button:disabled:hover {
    background-color: #eaeaea !important;
    border: 1px solid #eaeaea;
    color: #383838;
}
.bn-booknow-button {
    background-color: #b69777;
    letter-spacing: 0px;
    padding: 0px 20px;
    border: medium none;
    height: 42px;
    text-transform: uppercase;
    color: #000000 !important;
	min-width: 132px;
	border-radius: 4px !important;
    font-weight: normal;
}
.bn-booknow-button.bn-secondary-button {
    color: #000000 !important;
}
.bn-booknow-button:hover {
    background-color: #d2ecdb !important;
    border: none;
}
.bn-kids-input h3 {
    margin-left: 12px;
}
.bn-hotel-rate .bn-booknow-button {
    min-width: 95px !important;
    height: 40px !important;
 	font-size: 1rem;
}
.rdp-months {
    display: flex;
    align-items: flex-start !important;
    justify-content: center;
    gap: 20px !important;
}
.bn-search-widget .bn-button-container {
    padding: 0px !important;
    height: 70px !important;
    gap: 0px !important;
    margin: 0px !important;
}
.bn-search-widget button.bn-booknow-button {
    height: 72px !important;
    min-width: 150px !important;
    font-size: 18px !important;
    font-family: "Lato", sans-serif, Arial;
	font-weight: normal;
	border-radius: 0 !important;
}
.booknow-container h3 {
    line-height: 24px !important;
}
.bn-contracted-container {
    text-transform: uppercase !important;
}
.rdp-day_range_end.rdp-day_range_start {
    border-radius: 0px !important;
}
.rdp-month {
    margin: 0rem !important;
}
.rdp-day_today:not(.rdp-day_outside) {
    font-weight: 900 !important;
}
.rdp-weeknumber, .rdp-day {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    width: var(--rdp-cell-size);
    max-width: 40px;
    max-width: var(--rdp-cell-size);
    height: 40px;
    height: var(--rdp-cell-size);
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0px !important;
}
.startdate-container h4 {
    color: #b69778 !important;
}
.enddate-container h4 {
    color: #b69778 !important;
}
.bn-terms div {
    color: #000000;
}
.bn-booknow-button.bn-secondary-button {
    border: none !important;
}
.rdp-button:hover:not([aria-disabled='true']) {
    background-color: #d2ecdb !important;
}
.bn-itinerary-continue-button .bn-booknow-button {
    font-size: 20px;
    height: 52px;
}
.ssh-footer-content-mobile {
    display: none;
}
.ssh-sitewrapper-banner-mobile {
	display: none;
}
.rdp-day_selected:not([aria-disabled='true']), .rdp-day_selected:focus:not([aria-disabled='true']), .rdp-day_selected:active:not([aria-disabled='true']), .rdp-day_selected:hover:not([aria-disabled='true']) {
    color: white !important;
    background-color: #000000 !important;
}
.rdp-button:hover:not([aria-disabled='true']) {
    background-color: #000000 !important;
    color: #ffffff !important;
}
button.bn-accordion.bn-accordion-active {
    background-color: #d2ecdb !important;
}
.bn-payment-container p {
    background-color: #d2ecdb;
    padding: 10px 20px;
    font-weight: bold;
    color: #000000 !important;
}
.bn-payment-container .payment-amount-payable {
    background-color: transparent !important;
    padding: 0px;
    color: inherit;
}
.bn-group.bn-input-item input {
    height: 38px !important;
}
.bn-input-with-button-container button {
    height: 41px !important;
    min-width: 41px !important;
    padding: 0;
    width: 41px !important;
}
.ssh-disclaimer a {
	text-decoration: none;
	color: #ffffff;
}
.bn-itinerary {
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: 0px 0px 12px 0px #d1d1d1 !important;
    flex: 1 1;
    gap: 12px;
    height: fit-content;
    max-width: 350px;
    padding: 20px;
    position: sticky;
    top: 165px !important;
    transition: width .3s ease-in-out;
}
.bn-page-header.lift {
    box-shadow: 0px 8px 10px -10px #d1d1d1 !important;
}
.bn-button-container .bn-booknow-button:hover {
    color: #ffffff;
    background-color: #000000;
}
.bn-itinerary-continue-button .bn-booknow-button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.bn-additional-name-group {
    align-items: flex-end !important;
}
.bn-login-name {
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    gap: 4px;
    height: 22px !important;
}
.bn-login-button {
    color: inherit;
    cursor: pointer;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 7px;
    text-transform: none;
}
.bn-login-button:hover {
    border-bottom: 2px solid #383838;
    line-height: 15px !important;
    padding-bottom: 5px !important;
}
.bn-search-widget input[type=text] {
    background: none;
    border: none;
    color: #4d4d4d !important;
    height: 24px;
    outline: none;
    font-size: 15px !important;
    position: relative;
    top: 5px !important;
    cursor: pointer;
    font-family: "Lato", sans-serif, Arial;
}
.bn-menu-item {
    cursor: pointer;
    color: inherit;
    font-family: "Lato", sans-serif, Arial;
}
.bn-suggestions {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 10px;
    padding: 0px 10px 0px 10px;
    overflow: auto;
    min-width: 250px;
    font-family: "Lato", sans-serif, Arial;
}
.bn-pax-picker-container {
    background-color: #fff;
    z-index: 100;
    border-radius: 7px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04), 0 4px 5px rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.09);
    max-width: 390px !important;
    width: 350px;
    padding: 16px;
    font-family: "Lato", sans-serif, Arial;
}
.bn-rate-info {
    font-size: 14px !important;
    line-height: 1.2rem !important;
    margin-right: 2px !important;
	color: #000000 !important;
}
.bn-rate-info p {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    margin-right: 2px !important;
    color: #000000 !important;
    font-weight: 300;
}
.booknow-container caption, th, td {
    font-size: 14px !important;
}
.bn-itinerary-item span {
    font-size: 15px !important;
}
.booknow-container h4 {
    font-size: 15px;
}
.bn-hotel-feature {
    font-size: 15px !important;
}
.bn-reservation-detail-row h4 {
    font-size: 16px;
}
.bn-reservation-detail-row p {
    font-size: 15px;
}
.bn-hotel-description p {
    font-size: 1.05rem;
    line-height: 1.4em;
    margin: 10px 0;
    font-weight: 300;
}
.bn-room-description p {
    line-height: 1.3em;
    font-weight: 300;
    font-size: 1rem;
}
p.bn-room-description {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3rem;
}
.bn-hotel-not-available {
    color: inherit;
    font-size: 85%;
    padding: 11px 0px 12px 0px;
}
.bn-room-detail-container {
    margin-bottom: 6px;
}
.bn-reservation-detail h4 {
    flex-grow: 1;
    text-align: left;
    width: 354px;
}
.bn-reservation-detail p {
    flex-grow: 1;
    min-width: 215px;
    text-align: left;
}
.bn-confirmation-hotel-description h4 {
    font-size: 20px;
    line-height: 1.4rem;
}
p.reservationNo {
    font-weight: 800;
    color: #b69777;
    font-size: 18px;
}
.bn-additional-name-action button {
    min-width: 41px;
    padding: 0;
    width: 41px;
}
#loyaltyNo {
    max-width: 300px !important;
}
.bn-loyalty-validated-container .bn-button-container .bn-booknow-button {
    width: 124px !important;
    background: #b69777;
}
.bn-loyalty-validated-container .bn-button-container {
    padding: 0px !important;
}
.bn-loyalty-validated-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0px;
}
.bn-loyalty-validate-text {
    padding: 10px 0;
    line-height: 1.2rem;
}
.bn-dialog-content h1 {
    font-size: 18px;
}
.bn-booknow-button.bn-secondary-button {
    background-color: #b69777;
    border: 1px solid #383838;
    color: #383838;
}
.bn-terms-expand-container p {
    background-color: transparent;
    padding: 10px 0px;
    font-weight: 500;
}


@media screen and (max-width: 830px) {
.rdp-weeknumber, .rdp-day {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    width: var(--rdp-cell-size);
    max-width: 40px;
    max-width: var(--rdp-cell-size);
    height: 40px;
    height: var(--rdp-cell-size);
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0px !important;
    padding: 20px !important;
    font-size: 14px !important;
}
.bn-reservation-detail h4 {
	flex-grow: 1;
    text-align: left;
    width: 205px;
}
.bn-reservation-detail p {
    flex-grow: 1;
    text-align: end;
    width: 155px;
    min-width: 155px;
}
.ssh-footer {
    width: 100%;
	background: #000000;
    padding: 30px 25px 40px 25px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    font-family: "Lato", sans-serif, Arial;
}
.ssh-footer-text {
    color: #ffffff;
    line-height: 18px;
}
.ssh-top-part {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    height: auto;
    max-height: 80px;
    justify-content: center !important;
    font-family: "Lato", sans-serif, Arial;
    width: 100%;
}
.ssh-logo {
	text-align: center;
}
.ssh-address-details {
    color: #ffffff;
    width: auto;
    font-family: "Lato", sans-serif, Arial;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 20px;
}
.ssh-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: "Lato", sans-serif, Arial;
    width: 100%;
}
.ssh-footer-menu1 {
    display: none;
}
.ssh-footer-menu2 {
    display: none;
}
.ssh-footer-content-mobile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.bn-itinerary-continue-button button {
    width: 92px;
    transition: ease-in-out 0.2s;
    min-width: 90px;
    padding: 22px 6px;
    font-size: 15px;
    height: 40px;
}
.bn-itinerary-continue-button .bn-booknow-button {
    width: 90px;
	font-size: 15px;
}
.ssh-footer-content-mobile ul li {
    list-style-type: none;
}
.menu-text a {
    color: #ffffff;
    text-decoration: none;
    line-height: 28px;
    font-size: 0.9rem;
    padding-right: 32px;
}
.ssh-sitewrapper-banner {
	display: none;
}
.ssh-sitewrapper-banner-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.ssh-sitewrapper-banner-mobile img {
    min-width: 100%;
}
#bn-search-widget-overlay label.value {
    color: #4d4d4d !important;
    font-size: 0.95rem !important;
}
.bn-page-container {
    padding: 0px 0px 25px 0px !important;
    margin: 0 auto;
    max-width: 100vw;
    flex-direction: column;
}
.bn-login-button {
    font-size: 15px !important;
}
.ssh-header {
    border-bottom: none;
    display: flex;
    justify-content: center;
}
.ssh-header-logo img {
    margin: 0 auto;
    display: flex;
}
.bn-agent-profile-container {
    width: auto !important;
}
.bn-update-guest-profile-container {
    width: auto !important;
}
.bn-update-guest-profile-container {
    width: calc(100vw - 50px) !important;
}
.bn-page-header.lift {
    box-shadow: #f4f4f4 0px 4px 5px 0px !important;
}
#bn-guest-lookup .bn-dialog {
    height: auto;
    width: calc(100vw - 50px) !important;
    min-width: 90% !important;
}
.bn-itinerary-mobile-expand-up svg {
    padding-top: 0px !important;
}
.bn-loyalty-validate-text a {
    font-weight: 900;
    color: #b69778 !important;
    text-decoration: underline;
}
.bn-loyalty-validated-container .bn-input-with-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.bn-loyalty-validated-container .bn-button-container {
    padding: 0px !important;
    display: flex;
    flex-direction: row;
}
}