<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Search CSS for the Main Search Bar and the Side Bar */

#nav{
    scroll-margin-top: 80px;
    /*padding-bottom: env(safe-area-inset-bottom) !important; */
}

#sidenav{
    position: relative;
    scroll-margin-top: 80px;
    background-color: #fff;
    z-index: 11;
}

#sidenav h2, #sidenav h4 {
    color: #696866;
}

.button {
    border: 1px solid #eee;
    border-radius: 50px;
    box-shadow: rgba(0, 12, 32, .04) 0 0 1px 0, rgba(10, 31, 68, .1) 0 3px 4px 0;
    height: 50px;
    line-height: 50px;
    margin-top: .7em;
    margin-bottom: .7em;
    padding: 0 25px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.button svg {
    margin-right: .5em;
}

.cruise-btn {
    cursor: pointer;
    display:block;
    transition: all 200ms;
    transition-behavior: normal;
}

.cruise-btn:hover {
    background-color: #336699;
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.oCruise {
    background-color: #336699;
    color:#fff;
}

.rCruise {
    background-color: #afe6c3 !important;
    color:#336699;
}

.cruise-btn.river:hover {
    background-color: #afe6c3;
    transform: scale(1.05);
    color:#336699;
}




.searchfields {
    background-color: #fff;
    /*height: 50px;*/
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #cacaca;
    font-weight: 600;
    /*color: #444;*/
    color:#231e40;
    /*margin: 5px;*/
    padding: 0 35px 0 15px;
    letter-spacing: .3px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.searchfieldsDisabled {
    background-color:rgb(215 213 213 / 49%);
    cursor: normal;
}

.searchfields:hover:after {
    transform: rotate(180deg);
}
.searchfields input:checked + .popup {
    display: block;
}

.searchfields #n-1{
    width: 0;
    height: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
}

.searchfields .label {
    line-height: 25px;
    height: 25px;
    font-size:16px;
    margin: 0 0 5px;
    font-weight:400;
    color:#666;
}

.searchfields .input:after {
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:48px;
    content: "\25BC";
    font-family:"Font Awesome 6 Pro";
}

.items{
    flex-wrap:wrap;
}

.sideitems{
    flex-direction: column;
}

.item{
    width: calc(100% / 4);
}

.sideitem{
    width: 100%;
}

.monthitem{
    width: calc(100% / 2);
}
.durationitem{
    width: calc(100% / 2);
}

.sidemonthitem{
    width: 100%;
}
.sidedurationitem{
    width: 100%;
}

.BAwayModal_dropdown {
    position: absolute;
    display:none;
    top:50px;
    width: 100%;
    background: #fff;
    margin-top: 8px;
    margin-top: .5rem;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.19),0 6px 6px 0 rgba(0,0,0,.26);
    z-index: 12
}

.BAwayModal_dropdown_header {
    margin-top: 8px;
    margin-top: .5rem;
    background: #fff;
}

.BAwayModal_dropdown_header div {
    justify-content: space-between;
    padding: 1em;

}
.BAwayModal_dropdown_header .options {
    padding:1em
}

.BAwayModal_dropdown_content {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(30vh);
    max-height: calc(40vh);
}

.BAwayModal_dropdown .BAwayModal_dropdown_content::-webkit-scrollbar {
    width: 10px;
}
.BAwayModal_dropdown .BAwayModal_dropdown_content::-webkit-scrollbar-track {
    margin-top:0px;
    border-radius:10px;
    background-color:#e9e9e9;
}
.BAwayModal_dropdown .BAwayModal_dropdown_content::-webkit-scrollbar-thumb {
    background-color:#336699;
    border-radius:10px;
}

.BAwayModal_dropdown:before {
    display: inline-block;
    content:"";
    position: absolute;
    top: -12px;
    top: -.75rem;
    left: calc(50% - 12px);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 12px 12px;
    border-width: 0 .75rem .75rem;
    border-color: transparent transparent #fff
}


.BAway_Overlay {
    opacity:0.7;
    filter: alpha(opacity=20);
    background-color:#000;
    width:100%;
    height:100%;
    z-index:10;
    top:0;
    left:0;
    position:fixed;
    display:none;
}

.BAway_Overlay_Blur {
    width:100%;
    height:100%;
    z-index:8;
    top:0;
    left:0;
    position:fixed;
    display:none;
    backdrop-filter: blur(10px);
}
.BAway_Overlay_Blur div{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: large;
}


.BAway-checkbox-wrapper input[type="checkbox"], .BAway-checkbox-wrapper input[type="radio"] {
    display: none;
    visibility: hidden;
}

.BAway-checkbox-wrapper label {
    position: relative;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
    display: inline-flex;
}

.BAway-checkbox-wrapper label:before {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 0.3em;
    left: 0;
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #9098A9;
    border-radius: 6px;
    z-index: -1;
}

.BAway-checkbox-wrapper input[type=checkbox]:checked + label, .BAway-checkbox-wrapper input[type=radio]:checked + label {
    padding-left: 1em;
    color: #0f5229;
}
.BAway-checkbox-wrapper input[type=checkbox]:checked + label:before, .BAway-checkbox-wrapper input[type=radio]:checked + label:before {
    top: 0;
    width: 100%;
    height: 2em;
    background: #b7e6c9;
    border-color: #2cbc63;
}

.BAway-checkbox-wrapper label,
.BAway-checkbox-wrapper label::before {
    transition: 0.25s all ease;
}

.searchswitch {
    position: relative;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all .3s ease;
    margin-left:5px;
}

.searchswitch:checked {
    background-color: #336699;
}

.searchswitch::before {
    position: absolute;
    content: "";
    left: calc(1.5rem - 1.6rem);
    top: calc(1.5rem - 1.6rem);
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    cursor: pointer;
    border: 1px solid rgba(100, 116, 139, 0.527);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
    transition: all .3s ease;
}

.searchswitch:hover::before {
    box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
}

.searchswitch:checked:hover::before {
    box-shadow: 0 0 0px 8px rgba(236, 72, 153, .15)
}

.searchswitch:checked:before {
    transform: translateX(100%);
    border-color: #336699;
}
.flatpickr-calendar.inline {
    left: 20px !important;
}

.soloGrid {
    position:absolute;
    top:0;
    font-weight: bold;
    background-color: #031a6d;
    color:#ffffff;
    padding:10px 10px;
}

.soloList {
    position:absolute;
    top:0;
    width: 100%;
    text-align: center;
    background-color: #031a6d;
    color:#ffffff;
    padding:10px 10px;
}

.dropDownFullScreenSearch {
    height: calc(100vh - env(safe-area-inset-bottom));
    background-image: url(../images/headerImages/BrochureHeader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

.searchBadges {
    line-height: 2 !important;
}

@media screen and (max-width:600px) {
    .BAwayModal_dropdown {
        position: fixed;
        top: -10px;
        width: 100%;
        left: 0px;
        z-index: 99;
        height: 100%;
    }
    .items{
        flex-direction: column;
    }
    .item{
        width: 100%;
    }
    .monthitem {
        width: 100%;
    }
    .durationitem {
        width: 100%;
    }
    .BAwayModal_dropdown_content{
        height: calc(100%);
        max-height: calc(60vh);
    }

    #nav {
        height:675px;
        overflow-y: scroll;
        position:relative;
    }

    #searchBtn {
        bottom:0;
        padding-bottom: env(safe-area-inset-bottom);
    }
}</pre></body></html>