/* branding CSS for site id 110723 */

/* HOTEL SEARCH PAGES / global - KEYSTONE */

/* HEADER */

/* HEADER FONTS */
.enterpriseHeader .postButtonLink,
.enterpriseHeader .links li a,
span.arn_username,
.enterpriseHeader #nav .links form .logoutCommand,
.profileCommand,
.myReservations,
.organizationsCommand,
.myReports,
.CheckOutForm .enterpriseHeader #nav .links li,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
.enterpriseHeader .links a,
.enterpriseHeader .wsite-menu li a,
.enterpriseHeader #wsite-menus .wsite-menu li a,
.logoutCommand.submit {
    color: #333;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    padding: 0;
    margin: 0;
    line-height: unset;
}

body.arnAirRevelex {
    -webkit-font-smoothing: unset;
}

.enterpriseHeader #nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
}

/* Hover Links */
a.profileCommand:hover,
a.myReservations:hover,
a.organizationsCommand:hover,
a.myReports:hover,
.enterpriseHeader .links li a:hover,
.enterpriseHeader #nav .links form .logoutCommand:hover,
.enterpriseHeader .postButtonLink:hover,
.arnVillas .navRow .links a:hover,
.logoutCommand.submit:hover,
.enterpriseHeader .links li a:hover,
.enterpriseHeader #nav .links form .logoutCommand:hover,
.enterpriseHeader .postButtonLink:hover {
    color: #06a6dc !important;
}

/* show on all headers */
.profileCommand,
.myReservations,
.organizationsCommand,
.myReports,
.profileCommand.theadminLinks,
.myReservations.theadminLinks,
.organizationsCommand.theadminLinks,
.myReports.theadminLinks {
    display: block !important;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.enterpriseHeader #logo {
    max-width: 100%;
    display: inline-flex;
    gap: 10px;
    width: auto;
}

.enterpriseHeader #logo .wsite-logo img {
    height: 40px;
}

.logoutCommand.submit {
    border: none;
    height: unset;
    width: auto;
    border-radius: none;
    background-color: transparent;
}

.profileCommand,
.myReservations,
.organizationsCommand,
.myReports {
    display: block;
}

.CheckOutForm .enterpriseHeader #nav .links {
    display: inline-flex !important;
}

/* buttons */

.WBForgotPasswordForm .SendMeNewPasswordAction.submit {
    background-color: #333;
}

/* Map Control Placement */
.arnMapExtend {
    top: 120px;
}

.leaflet-top .leaflet-control {
    margin-top: 40px;
}

/* loader displaying too soon? */
.ArnActivities #LoadingNotification {
    display: none !important;
}

/* Native Activities CSS */

.ArnActivities .root-search .search-container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
.ArnActivities .root-search {
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
}

.ArnActivities .content-container {
    xmargin: 70px auto;
    xwidth: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
}

/* original look same as cars */
.ArnActivities .root-search {
    padding: 0;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 125px auto;
    position: absolute;
    top: 0;
    z-index: 0;
}

.ArnActivities.RootBody #accountRight {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    /* min-height: initial; */
    margin: 0 auto;
    height: 40vh;
    border-radius: 0 !important;
    position: relative;
    z-index: -1;
    min-height: 475px !important;
}

.ArnActivities.RootBody #accountRight::after {
    background-image: none;
}

/* end of original look same as cars */

.ArnActivities .root-search .search-container .btn {
    margin: 10px 0 0 0;
    width: 100%;
}

.ArnActivities .RootBody #accountRight {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    /* min-height: initial; */
    margin: 0 auto;
    border-radius: unset !important;
    position: relative;
    z-index: -1;
    min-height: 475px !important;
}

.ArnActivities.RootBody .search-container .search-date {
    margin: 10px 2% 0 0;
    width: 100%;
}

.ArnActivities .featuredContainer {
    padding: 0 15px;
}

.ArnActivities.RootBody .search-container .search-date {
    margin: 0;
}

/* landing activities page */
.ArnActivities #searchForm {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
}

/* 2nd page for Activities */
.ArnActivities.SearchProducts .search-results.content-container #searchForm {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .ArnActivities .root-search .search-container {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .ArnActivities.RootBody .search-container .search-date {
        margin: 0;
        width: 100%;
    }
    .ArnActivities #searchForm {
        flex-wrap: wrap;
    }
}

/* CARS */
.ArnCarRentals .root-search {
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-image: url("//media.travsrv.com/appSkins/64/v6/themes/global/skins/images/bg/76.jpg");
}

.ArnCarRentals .enterpriseHeader #nav .links form {
    margin: 0;
}

.ArnCarRentals section.support-links {
    padding: 0;
}

@media only screen and (max-width: 1280px) {
    .ArnCarRentals .container {
        max-width: 100%;
    }
}

/* FLIGHTS REVELEX CSS OVER-RIDES */

/* Flights arnAirRevelex HEADER FIXES */

@media (min-width: 1001px) {
    .arnAirRevelex #header.enterpriseHeader .container {
        padding: 20px 0;
        margin: 0 auto;
        width: 100%;
        display: flex;
    }

    .arnAirRevelex .enterpriseHeader .navRow #nav {
        padding-left: 0;
        text-align: right;
        width: 100%;
        display: inline-flex;
        padding: 0 10px;
    }
}

.arnAirRevelex {
    background: #f5f5f5 none 0 0 repeat;
    margin: 0;
}

.arnAirRevelex #logo .wsite-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.arnAirRevelex #logo img {
    width: 125px;
}

.arnAirRevelex .enterpriseHeader .links,
.arnCruise .enterpriseHeader .links {
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

/* Cruise CSS OVER-RIDES */

.arnCruise .enterpriseHeader #logo {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 0 1rem;
    width: fit-content;
    margin: 20px 0 0 0;
}

.arnCruise #header.enterpriseHeader .container {
    padding: 0;
}

.arnCruise #logo .wsite-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.arnCruise #logo img {
    width: 125px;
}

.arnCruise .enterpriseHeader .links {
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    width: auto;
}

.arnCruise #header.enterpriseHeader .container {
    padding: 0 10px;
}

.arnCruise .enterpriseHeader .navRow #nav {
    padding-left: 0;
    text-align: right;
    width: 96.25%;
    margin: -55px 0 30px 0;
}

.arnCruise #header.enterpriseHeader {
    padding: 26px 0 30px !important;
}

/* 3rd party */
@media only screen and (min-width: 10px) and (max-width: 1023px) {
    .wth2-responsiveHeader .wth2-responsiveHeaderBCSS {
        padding: 10px 0 0;
        margin: 20px 0 0;
    }
}

/************ CSS updates to 'Low Rate Promise' formerly Best Rate Guarantee  ************/

.brgTitleContainer .lrpMessage {
    display: inline-flex;
    margin: 0;
    flex-wrap: wrap;
}

.brgTitleContainer span.boldunderlineLP {
    text-decoration: underline;
    font-weight: 600;
}

.brgContainer,
.CheckOutForm .lrgTheme .brgContainer {
    padding-top: 10px;
}

/* search hotels */
.SearchHotels .brgImageContainer,
.SinglePropDetail .brgImageContainer {
    width: 50px;
    min-width: 50px;
    display: flex;
    margin: 0 0 15px;
}

@media screen and (max-width: 800px) {
    .brgBanner {
        padding: 10px 10px 0;
    }
    .brgContainer {
        padding: 0;
    }
}

/*single prop only */

.SinglePropDetail .brgImageContainer {
    margin: 0 0 15px;
}

/* checkout page */

.CheckOutForm.lrgTheme .brgContainer {
    align-items: center;
}

.CheckOutForm .brgTitleContainer .brgText,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgTitleContainer .brgText {
    font-size: 16px;
    margin: 5px 0 5px !important;
}

.CheckOutForm .brgBanner {
    padding: 0 !important;
}

.CheckOutForm .brgImageContainer,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgImageContainer {
    width: 45px;
    min-width: 45px;
    margin: 0 10px;
}

/* Low Rate Promise Form */

.ArnSubPage.WBRateGuaranteeForm h1 {
    font-size: 2em;
    margin: 10px auto;
    text-align: center;
}

.ArnSubPage.WBRateGuaranteeForm {
    padding: 15px;
}

.ArnSubPage.WBRateGuaranteeForm .brgContent ul,
.ArnSubPage.WBRateGuaranteeForm .formDetails ul {
    list-style-type: none;
    padding-left: 0;
}

.ArnSubPage.WBRateGuaranteeForm .brgContent li::before,
.ArnSubPage.WBRateGuaranteeForm .formDetails li::before {
    content: "\2022"; /* Unicode for a filled circle */
    font-weight: 800;
    color: black;
    margin: 0 15px 0;
}

.ArnSubPage.WBRateGuaranteeForm .formSubtext {
    text-align: center;
    font-size: 18px;
}

.ArnSubPage.WBRateGuaranteeForm .detailsPoints li {
    display: flex;
}

.CheckOutForm .totalsTable .lrpMessage,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .totalsTable .lrpMessage {
    display: inline;
    font-size: 15px;
    letter-spacing: 0.55px;
}

.WBRateGuaranteeForm2 .lrpMessage {
    display: none;
}

.CheckOutForm .totalsTable .brgTitleContainer a,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgTitleContainer a {
    display: inline-block;
    margin-left: 0;
    padding: 0;
}

.CheckOutForm .brgTitleContainer,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgTitleContainer {
    margin: 0 2px 0;
}

.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgContainer a:link,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgContainer a:visited,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgContainer a:hover,
.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystoneBookingPage .brgContainer a:active {
    font-weight: 400;
    padding: 0;
}

.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.FinalConfirmation.CheckoutMode-WBCheckoutFormKeystone .brgTitleContainer {
    width: 100%;
}

/********** -End of CSS updates to 'Low Rate Promise' formerly Best Rate Guarantee ************/

/* update in partner scripts?*/
.ui-icon-delete:after {
    z-index: 1006;
    content: "\f057";
    font: normal normal normal 28px / 1 FontAwesome;
    top: -1.4px;
    right: 0;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    color: rgba(0, 0, 0, 0.7);
    background-color: #fff;
}

.ArnSubPage.WBFaq,
.ArnSubPage.ArnTermsConditions,
.ArnSubPage.ArnPrivaryPolicy,
.ArnSubPage.WBSupportForm,
.ArnSubPage.WBResendOrCancelForm {
    max-width: 1280px;
    margin: 100px auto 70px;
    width: 100%;
    padding: 1rem;
}

/* Desktop font */
@media only screen and (min-width: 1276px) {
    .enterpriseHeader .postButtonLink,
    .enterpriseHeader .links li a,
    span.arn_username,
    .enterpriseHeader #nav .links form .logoutCommand,
    .profileCommand,
    .myReservations,
    .organizationsCommand,
    .myReports,
    .CheckOutForm .enterpriseHeader #nav .links li,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .enterpriseHeader .links a,
    .enterpriseHeader .wsite-menu li a,
    .enterpriseHeader #wsite-menus .wsite-menu li a,
    .logoutCommand.submit {
        font-size: 0.915rem;
    }

    .enterpriseHeader #nav .links {
        gap: 10px;
    }
}

/* iPad (1001px - 1275px) */
@media only screen and (min-width: 1001px) and (max-width: 1275px) {
    .enterpriseHeader .postButtonLink,
    .enterpriseHeader .links li a,
    span.arn_username,
    .enterpriseHeader #nav .links form .logoutCommand,
    .profileCommand,
    .myReservations,
    .organizationsCommand,
    .myReports,
    .CheckOutForm .enterpriseHeader #nav .links li,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .enterpriseHeader .links a,
    .enterpriseHeader .wsite-menu li a,
    .enterpriseHeader #wsite-menus .wsite-menu li a,
    .logoutCommand.submit {
        font-size: 0.7rem;
    }
    .enterpriseHeader #nav .links {
        gap: 4px;
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .RootBody .enterpriseHeader #navmobile {
        top: 88px;
    }
    .ArnCarRentals .arn_username {
        color: black;
    }
    .ArnCarRentals .enterpriseHeader #menu-button {
        margin: 15px 10px;
    }
    .arnAirRevelex #mobile-input:checked ~ #header #navmobile {
        margin: 40px 0;
    }
    .SearchHotels.SearchMode-WBHotelListKeystone .ArnLeftSearchContainer {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .arnCruise .logoutCommand.submit,
    .arnAirRevelex .logoutCommand.submit {
        width: 100%;
    }
    /* slider - carousel fix */

    .SinglePropDetail .keystoneCarousel-container .keystoneCarousel {
        z-index: 2;
    }

    .SinglePropDetail .keystoneCarousel-container i,
    .SinglePropDetail .keystoneCarousel-container > .slideStatusBar {
        z-index: 3;
    }
    .SinglePropDetail .keystoneCarousel-container > .slide-loading-content {
        z-index: 1;
    }
    /* Flights mobile */
    .arnAirRevelex .enterpriseHeader #logo {
        display: inline-flex !important;
        width: auto;
        align-items: center;
        justify-content: flex-start;
        padding: 0 1rem;
    }
    /* On mobile navigation should have 20px apart */
    .arnAirRevelex .enterpriseHeader .links li a,
    .arnCruise .enterpriseHeader .links li a {
        padding-bottom: 20px;
    }
    .arnAirRevelex #header.enterpriseHeader .container {
        padding: 25px 0;
    }
    .arnAirRevelex #menu-button {
        position: absolute;
        right: 30px;
        top: 40px;
    }
    .arnCruise #menu-button {
        position: absolute;
        right: 30px;
        top: 10px;
    }
    #navmobile {
        padding: 40px 0;
    }
    .enterpriseHeader .postButtonLink,
    .enterpriseHeader .links li a,
    span.arn_username,
    .enterpriseHeader #nav .links form .logoutCommand,
    .profileCommand,
    .myReservations,
    .organizationsCommand,
    .myReports,
    .CheckOutForm .enterpriseHeader #nav .links li,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:link,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystone a:visited,
    .CheckOutForm.CheckoutMode-WBCheckoutFormKeystoneBookingPage a:active,
    .enterpriseHeader .links a,
    .enterpriseHeader .wsite-menu li a,
    .enterpriseHeader #wsite-menus .wsite-menu li a,
    .logoutCommand.submit {
        font-size: 1rem;
    }
}

@media (max-width: 800px) {
    .MemberAuthenticated .arn_username {
        font-size: 13px;
        color: black;
    }
}

/* member not authenticated mobile menu showing fix */
.MemberNotAuthenticated.WBLoginForm .enterpriseHeader #menu-button,
.MemberNotAuthenticated .enterpriseHeader .hamburger {
    display: none;
}

.featuredDestinationsContainer .savingsLink span {
    font-size: 15.5px;
    font-weight: 400;
}

.arnAirRevelex .enterpriseHeader #logo {
    width: 100%;
}

.arnVillas #header.enterpriseHeader .container {
    padding: 25px 10px;
}

.arnVillas .enterpriseHeader .navRow #nav {
    width: 80%;
}

/* Checking? - Member not authenticated in cars. As a result not showing due to CSS conflict in keystone.css CUGS/ Tam Clone  */
.ArnCarRentals.MemberNotAuthenticated #nav li {
    display: block;
}
