/*custom css */
/*************************/
/* Keystone Variables */
/*************************/

:root {
    --color-white-white: #ffffff;
    --color-black-black: #000000;
    --color-brand-1: #FF9E1B; /*orange*/
    --color-brand-2: #e58d16; /*hover orange*/
    --color-brand-3: #C4D600; /*green*/
    --color-brand-4: #b6be0e; /* hover green */
    --color-brand-5: #046A38; /*dark green*/
    --color-brand-6: #F4F1DB; /* off yellow background */
    --color-brand-7: #e8e2b4; /*hover green dark-yellow*/
    --color-brand-8: #837065; /*brown*/
    --color-primary: var(--color-brand-1);
    --color-primary-hover: var(--color-brand-2);
    --color-secondary: var(--color-brand-3);
    --color-secondary-hover: var(--color-brand-4);
    --color-tertiary: var(--color-brand-5);
    /* Gradient on parent site background: linear-gradient(to bottom, #837065 0, #716056 100%);*/
}

/* Sundance button colors */
/* orange gradient? */
.ds-primary, .ArnCarRentals.CheckoutPage .submit, 
.WBResendOrCancelFormActions.FormActions .CancelReservationAction.submit, .WBResendOrCancelFormActions.FormActions .ResendGuestReceiptEmailAction.submit {
    background-color: var(--color-primary);
    color: var(--color-white-white);
}

.SinglePropDetail .bookRoom.ds-primary,  .ArnCarRentals button {
    background-color: var(--color-secondary);
}

.ArnPrimarySearchContainer #theSubmitButton:hover, .ArnCarRentals button:hover, .ArnCarRentals.CheckoutPage .submit:hover, .ArnCarRentals .search-container .btn:hover, 
.WBResendOrCancelFormActions.FormActions .CancelReservationAction.submit:hover, .WBResendOrCancelFormActions.FormActions .ResendGuestReceiptEmailAction.submit:hover {
	 background-color: var(--color-primary-hover);
}

/* orange/.btn-orange  */
.ArnPrimarySearchContainer #theSubmitButton, .ArnCarRentals #theSearchButton.submit, 
.WBLoginFormContainer.ArnSubPage #theWBLoginForm .submit, .ArnCarRentals .search-container .btn {
    border: 2px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #FE9D18;
    color: #fff;
}

.SinglePropDetail.WBPropertyDetailViewKeystone .bookRoom, .SinglePropDetail.WBPropertyDetailViewKeystone .holdRoom {
    color: white;
}

.SearchHotels.SearchMode-WBHotelListKeystone #theSubmitButton {
    height: 45px;
}

.ArnPrimarySearchContainer #theSubmitButton:hover .WBLoginFormContainer.ArnSubPage #theWBLoginForm .submit:hover {
    background-color: var(--color-brand-2);
}

.enterpriseHeader #logo {
    max-width: 150px;
}

.enterpriseHeader .links a {
    text-decoration: none;
}

.enterpriseHeader .links a:hover {
    color: var(--color-brand-3);
    text-decoration: underline;
}

.enterpriseHeader #navmobile li.mn-lvl2 a:hover {
    color: var(--color-brand-5) !important;
}

.CheckoutMode-WBCheckoutFormKeystone .percentSavings {
    color: white;
}

.enterpriseHeader {
    z-index: 99;
    position: relative;
}

/* Hide dropdown menu by default */
/* Style for dropdown */
#nav .links .dropDown {
    display: none;
    position: absolute;
    z-index: 999;
    border-radius: 4px;
    text-align: left;
    background-color: #F4F1DB;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    min-width: 150px;
    text-indent: 10px;
}

/* Style for dropdown items */
#nav .links .dropDown li {
    display: block;
    margin-bottom: 5px;
    padding: 8px;
	min-width: 175px;
}

/* Show dropdown on hover */
#nav .links li:hover .dropDown {
    display: block;
}

#nav .links .dropDown li:hover {
    background-color: #e8e2b4;
    padding: 8px;
}

#search-account-cart.row {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    height: 30px;
    font-size: 14px;
}

.arn_username {
    font-size: 14px;
    color: #d97700;
    font-weight: 600;
}

#ha-link:hover, #ha-link:focus, a#point-link {
    color: #d97700;
}

.enterpriseHeader .links a {
    color: var(--color-black-100);
    font-size: 12px;
    font-family: "gothica1-black-webfont", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

#ha-name {
    display: block;
    font-family: "gothica1-black-webfont", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    color: #000000;
}

#search-account-cart img.orangeStar {
    width: auto;
    height: 40px;
}


.myReservations, .profileCommand {
    display: none !important;
}

.enterpriseHeader #nav .links form .logoutCommand {
    color: #816d62;
}


a, a:link {
    color: var(--color-black-black);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#search-account-cart .sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
}

#search-account-cart .sb-icon-search,
#search-account-cart .sb-search-submit {
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

#search-account-cart .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 0 !important;
    /* 100% make it into a search window */
    height: 41px;
    margin: 0;
    padding: 10px 5px 10px 30px;
    font-family: inherit;
    color: #837065;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), inset 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

/*not showing search icon in new site */
/*#search-account-cart .sb-icon-search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.985%2018.053%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23b4bc0c%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22search%22%20transform%3D%22translate%28-3710.336%201459.082%29%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22search-2%22%20data-name%3D%22search%22%20class%3D%22cls-1%22%20d%3D%22M16.928%2C15.257l-.754-.8a6.462%2C6.462%2C0%2C0%2C0%2C1.311-4.214%2C7.243%2C7.243%2C0%2C1%2C0-7.243%2C7.243%2C7.472%2C7.472%2C0%2C0%2C0%2C4.19-1.339c0%2C.013.825.782.825.782l4.067%2C4.125%2C1.66-1.66Zm-6.686%2C0a5.014%2C5.014%2C0%2C1%2C1%2C5.014-5.014A5.007%2C5.007%2C0%2C0%2C1%2C10.243%2C15.257Z%22%20transform%3D%22translate%283707.336%20-1462.082%29%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A) no-repeat right center;
}*/

header-image #mobile-search-reveal {
    display: none;
}

.header-image .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search-account-cart .sb-search {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 0;
    min-width: 41px;
    height: 41px;
    -webkit-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
}

#search-account-cart .sb-icon-search {
    z-index: 10;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.SearchMode-WBHotelListKeystone.MemberNotAuthenticated #search-account-cart {
    display: none;
}

.enterpriseHeader .links .dropDown a {
    font-size: 13px;
    text-transform: capitalize;
    min-width: 175px;
}

.enterpriseHeader .links .dropDown a:hover {
    color: #816d62;
}

.enterpriseHeader .links li#cars,
.enterpriseHeader .links a.flights,
.enterpriseHeader .links a.hotels {
    font-weight: 700;
}

.enterpriseHeader #nav .links {
    margin: 34px 0 0 0;
}

#header-account.columns.four.alpha {
    line-height: 1.3;
}

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

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar .barFill {
    background: var(--color-brand-1);
}

/* CARS */

.ArnCarRentals .root-search {
    padding: 0;
}

.ArnCarRentals .RootBody #accountRight {
    margin: 40px auto 40px;
}

.ArnCarRentals.RootBody .content-container {
    margin: -40px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.ArnCarRentals.SearchResults .content-container {
    margin: 15px auto;
}

.ArnCarRentals .popularDestinationsLandingContainer {
	display: none;
}

.ArnCarRentals section.modify-search {
    background-color: rgba(240, 240, 240, 0.87)!important;
}

.ArnCarRentals .action {
    background:  var(--color-brand-3) none repeat scroll 0 0;
}

.ArnCarRentals .action:hover {
    background:  var(--color-brand-4) none repeat scroll 0 0;
}

.ArnCarRentals .pages span.active, .ArnCarRentals .pages a  {
    border: 1px solid #FF9E1B;
    color: #FF9E1B;
}

.ArnCarRentals .pages span.active, .ArnCarRentals .pages a {
    background-color: transparent
}

/*calendar */

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
    color: white;
    background-color: var(--color-brand-4);
}

.litepicker .container__days .day-item.is-in-range {
    color: white;
    background-color: var(--color-brand-3);
}

.leaflet-bar a.leaflet-disabled P{
    background-color: white;
}

.ArnCarRentals .litepicker button {
    border: 2px solid #fff;
    box-shadow: none;
    background-color: var(--color-brand-3);
}

.ratingText .ratingValue {
    background: #837065;
    color: white;
}


/* map */
.arn-leaflet-search2-button {
    color: #837065;
    border: 1px solid #837065
}

.leaflet-touch .leaflet-bar a {
    color: #837065;
}

/*adjustments for map */
.SearchHotels .leaflet-top .leaflet-control {
    margin-top: 80px;
}

.SearchHotels .arnMapExtend {
    top: 165px;
}


/* checkout page */
.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone .PaymentPolicies:before {
    background-color: rgba(240, 240, 240, 0.87) !important;
}

.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone #totalPriceRow {
	color: var(--color-brand-8);
}

.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone .PaymentPolicies:before {
    background-color: rgba(240, 240, 240, 0.87) !important;
}

.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone #theConfirmationContainer {
    background-color: #fcfbf4;
}

.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone .theHotelName {
    color: var(--color-brand-8);
}

.hurryBook {
   color: var(--color-brand-2);
   background-color: #fcfbf4;
}

.popularDestinationsLandingContainer {
    background-color: #555;
}

/* footer items */
.ARN_ServiceLinks.ArnPageLink.static-redirect-carsLink, 
.ARN_ServiceLinks.ArnPageLink.static-redirect-airLink, 
.ARN_ServiceLinks.lowRateLink, 
.ARN_ServiceLinks.supportLink {
	display:none !important;
}

.ArnSupportLinks span.dvd:nth-child(4), 
.ArnSupportLinks span.dvd:nth-child(9), 
.ArnSupportLinks span.dvd:nth-child(5),  
.ArnSupportLinks span.dvd:nth-child(10),
.ArnSupportLinks span.dvd:nth-child(13),
.ArnSupportLinks span.dvd:nth-child(16),
.ArnSupportLinks span.dvd:nth-child(18) {
	display:none !important;
}

.ArnSubPage.ArnPrivaryPolicy, 
.ArnSubPage.WBFaq, 
.ArnSubPage.WBResendOrCancelForm {
	margin: 100px auto 70px;
	padding: 0 10%
}

.ArnCarRentals .ArnSupportLinks span.dvd:nth-child(4) {
    display: inline-block !important;
}

.CheckOutForm.CheckoutMode-WBCheckoutFormKeystone #cars a {
	font-weight: 700;
}

.ArnSubPage.WBFaq h1, .ArnSubPage.ArnTermsConditions h1, .ArnSubPage.ArnPrivaryPolicy h1, .ArnSubPage.WBResendOrCancelForm h1 {
 	color: var(--color-brand-1);
}

/* mobile styles */
@media screen and (max-width: 1200px) {
    .enterpriseHeader #nav .links {
        gap: 8px;
    }

    .enterpriseHeader .links a {
        font-size: 12px;
    }
}

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

/* Media query for mobile devices */
@media screen and (max-width: 1000px) {

    /* Gradient Green btn */
    button.logoutCommand.submit {
        border: 3px solid #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
        background: -webkit-linear-gradient(#CAD310, #B4BC0C);
        background: linear-gradient(#CAD310, #B4BC0C);
        color: #fff;
    }

    .navmobile {
        display: none;
    }

    .navmobile.active {
        display: block;
    }

    .navmobile .links {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navmobile .links>li {
        position: relative;
    }

    .navmobile .links>li:hover .dropDown {
        display: block;
    }

    .navmobile .dropDown {
        display: none;
        xposition: absolute;
        position: relative;
        top: 100%;
        left: 0;
        background-color: var(--color-brand-6);
        padding: 10px;
        z-index: 999;
        text-align: center;
        color: #816d62;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    }

    .navmobile .dropDown li {
        margin: 0;
        padding: 0;
    }

    .navmobile .dropDown li a {
        display: block;
        padding: 8px 16px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .navmobile .dropDown li a:hover {
        background-color: var(--color-brand-7);
    }

    #mobile-input:checked~#header #navmobile {
        height: auto;
    }

    .enterpriseHeader #navmobile {
        background-color: white;
    }

    .enterpriseHeader #navmobile {
        top: 80px;
    }

    .enterpriseHeader #navmobile li.mn-lvl2:hover {
        background-color: var(--color-brand-7);
    }

    .SearchHotels.SearchMode-WBHotelListKeystone #theSubmitButton {
        width: 45px;
    }

}

@media only screen and (max-width: 500px) {
    .RootPage .ArnSearch {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 375px) {
    .RootPage .ArnSearch {
       display:flex;
	   flex-direction: column;
    }
}


/* Flights */

.arnAirRevelex .enterpriseHeader .links li:nth-child(7) a,
.arnAirRevelex .enterpriseHeader .links li:nth-child(8) a, 
.arnAirRevelex .enterpriseHeader .links li:nth-child(9) a { 
    font-weight: 700;
}

.arnAirRevelex .enterpriseHeader .links li a {
    font-weight: 400;
}

.arnAirRevelex {
    margin: 0 !important;
}