<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container.container-full-width {
    margin: 0 20px;
}
.search-results {
    padding: 5px 0 20px 5px;
    overflow-y:scroll; 
    height:93%;
}
.search-results.loading:before {
    left: 70%;
    position: fixed;
    top: 70%;
}
.search-results .see-more-button-container {
    clear: both;
    padding-right: 20px;
}
.search-results .see-more-button {
    cursor: pointer;
    width: 100%;
}
.search-results .outer-listings-container {
    margin-bottom: 5px;
}
.search-results .listings-container {
    margin-bottom: 0;
}
.spinner-container-bottom {
    margin-bottom: 15px;
    text-align: center;
    width: 97%;
}
.spinner-container-top {
    margin-bottom: 25px;
    text-align: center;
    width: 97%;
}
.results_count {
    margin: 0 0 5px 2px;
}
.search-header .location, .search-header .search-button {
    float: left;
    margin-right: 4px;
    margin-top: 9px;
}
.search-header .location {
    width: 240px;
}
.search-header .search-button {
    height: 29px;
}
.btn-flat {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
}
.btn-flat .icon {
    color: #6F6F6F;
    font-size: 21px;
}
.btn-flat .icon.large {
    font-size: 50px;
    left: -15px;
    top: 0;
}
.btn-flat:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C3C3C3;
}
.btn-flat:hover .icon {
    color: #393C3D;
}
.btn-flat:active {
    background: none repeat scroll 0 0 #FFFFFF;
}
.btn-flat.selected {
    border: 1px solid #E10979;
    box-shadow: 0 0 5px rgba(255, 9, 121, 0.5);
}
.search-result {
    float: left;
    padding:5px;
}
/*MOVED FROM GENERAL.css*/
a {
    /*color: #333;*/
    text-decoration: none;
}
a:hover, a:focus {
    color: #00B0FF;
    text-decoration: underline;
}
img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .panel-header, .alert, .h5, .panel-header-small, .tab-item, .h6 {
    font-weight: bold;
    line-height: 1.2;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .panel-header small, .alert small, .h5 small, .panel-header-small small, .tab-item small, .h6 small {
    color: #959595;
    font-weight: normal;
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 13px;
    margin-top: 25px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 18px;
}
h4, .h4, .panel-header, .alert {
    font-size: 15px;
}
h5, .h5, .panel-header-small, .tab-item {
    font-size: 13px;
}
h6, .h6 {
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
}
h1 small, .h1 small {
    font-size: 24px;
}
h2 small, .h2 small {
    font-size: 18px;
}
h3 small, .h3 small {
    font-size: 15px;
}
h4 small, .h4 small, .panel-header small, .alert small, h5 small, .h5 small, .panel-header-small small, .tab-item small {
    font-size: 13px;
}

.media-photo {
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
}
.media-photo:before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.media-photo:after {
    border-radius: 2px;
    bottom: 1px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4) inset;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.media-photo.media-photo-block {
    display: block;
}
.media-caption {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    left: 0;
    padding: 25px 13px 13px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.media-caption-large {
    font-size: 15px;
    text-align: center;
}
.clearfix:after {
    clear: both;
}

/* -------------------------------------------------- */
/* --COURSE PANEL            ------------------------ */
/* -------------------------------------------------- */

.course-footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #D3D3D3 #D3D3D3;
    border-image: none;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #D3D3D3;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    cursor: pointer;
    position: relative;
    padding:5px 5px 10px 5px; 
    width:100%;
}
.course-footer .host-img {
    float: left;
    margin: 8px 10px 8px 8px;
}
.course-footer .host-img img {
    height: 35px;
    width: 35px;
}
.course-footer .course-quick-info {
    display: block;
    float: left;
    padding-top: 8px;
    width: 70%;
}
.course-footer .course-quick-info:hover {
    text-decoration: none;
}
.course-footer .course-room-type {
    color: #6F6F6F;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}
.course-footer .course-outing-link {
    color: #6F6F6F;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
    text-align:left; 
    width:80%;
}
.course-footer .course-course-location {
    color: #6F6F6F;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left; 
    text-align:left; 
    font-size:.8em;
    width:80%;
}
.course-footer .course-info-button {
    color: #08206c;
    display: block;
    white-space: nowrap;
    float:right; 
    text-align:right; 
    padding-right:5px;
    margin-top:3px;
    font-size:1.5em;
    width:20%;
}
    .course-footer .course-info-button a{
        color: #41598d;
    }
    .course-footer .course-info-button a:hover{
        text-decoration:none;
    }
.course-footer .course-price {
    -moz-box-sizing: border-box;
    background-color: #FAFAFA;
    border-left: 1px solid #D3D3D3;
    color: #00B0FF;
    height: 100%;
    padding: 6px;
    position: absolute;
    right: 0;
    text-align: right;
}
.course-footer .course-price .price, .course-footer .course-price .price-sub {
    display: block;
}
.course-footer .course-price .currency {
    font-weight: bold;
    vertical-align: top;
}
.course-footer .course-price .price-amount {
    color: #00B0FF;
    display: inline-block;
    line-height: 24px;
    margin: 0;
}
.course-footer .course-price .price-sub {
    color: #6F6F6F;
}
.course-footer .course-price:hover {
    text-decoration: none;
}


.course-info {
    color: #6F6F6F;
    font-size:.9em;
    margin-top:0px;

}
.course-info .course-distance  {
    color: #7AB601;
    font-size:.9em;
    margin-top:0px;
}

.course-link {
    cursor: pointer;
    opacity: 0.5;
    padding-bottom: 67%;
    position: absolute;
    z-index: 1;
}
.course-info a:active {
    background-color:red;
    opacity:.2;
}


.course-img {
    display: block;
    margin:auto 0;
    width:auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
.course-img-container {
    background-color: #404040;
    float:left;
    background-color: #fff;
    position: absolute;
    text-align: center;
    max-height: 80px;
    max-width: 75px;
    overflow:hidden;
}
    .course-img-container img {
        width: auto;
        max-height:80px;
    }
.course-img-logo {
    z-index:9999;
    position:absolute;
    top:10px;
    right:10px;
    box-shadow: 3px 3px 6px #000000 ;

}
    .course-img-logo img{
        height:50px;
        max-width:200px;
    }

.course-name {
    margin-top:-2px;
    margin-bottom:5px;
    font-size:1.2em;
    font-weight:bold;
    /*float:left;*/
    width:100%;
}
.course-icons {
    margin-left:250px;
    width:90px;
    /*float:left;*/
    /*height:50px;*/
}
    .course-icons img {
        height:25px;
    }

#featuredlist .course-name {
    margin-top:0px;
    margin-bottom:2px;
    font-size:1.4em;
    font-weight:bold;
    /*float:left;*/
    width:100%;
}
#featuredlist .course-icons {
    margin-left:0px;
    width:150px;
    margin-top:20px;
    /*float:left;*/
    /*height:50px;*/
}
    #featuredlist  .course-icons img {
        height:30px;
    }

.course-course-location {
    color: #6F6F6F;
    font-size:.9em;
    margin-top:-30px;
    float:left;
}
.course-desc {
    padding-bottom:10px;
}
.course-info {
    float:left;
    margin-left:80px;
    padding-left:0px;
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 0px;
}
#featuredlist .course-info {
    float:left;
    margin-left:0px;
    padding-left:10px;
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 0px;
    /*width:510px;*/
}

.course-link {
    display: block;
}


.loading .course-name, .loading .course-review-count, .loading .wish_list_button, .loading .instant-book-button {
    display: none;
}
.loading .course-img .img-border, .loading .course-img .target-next, .loading .course-img .target-prev {
    display: none;
}

/* -------------------------------------------------- */
/* FEATURED COURSE TILE*/
/* -------------------------------------------------- */

#featuredlist .course-img-featured {
    display: block;
    padding-bottom: 67%;
    width:100%;
    background-color:#222;
}
#featuredlist .media-photo-featured {
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
}
#featuredlist .media-photo-featured:before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#featuredlist .media-photo-featured:after {
    border-radius: 2px;
    bottom: 1px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4) inset;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
}
#featuredlist .media-photo-featured.media-photo-block {
    display: block;
}

#featuredlist .course-img-container-featured {
    background-color: #404040;
    /*
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    */
    width: 100%;
    position: absolute;
    text-align: center;
}
#featuredlist .course-img-container-featured img {
    /*height: 100%;*/
    width: 100%;
}

#featuredlist .course-img-logo-featured {
    z-index:555;
    position:absolute;
    top:10px;
    left:10px;
    box-shadow: 3px 3px 6px #000000 ;

}
#featuredlist .course-img-logo-featured img{
    height:50px;
    max-width:200px;

}

#featuredlist .course-course-location {
    color: #6F6F6F;
    font-size:.9em;
    margin-top:0px;
    float:left;
}

#featuredlist &gt; course-img-featured &gt; .course-name-featured {
    z-index: 999;
}
#featuredlist .course-name-featured:hover {
    color: #FFFFFF;
}
#featuredlist .target-details {
    left: 0;
    width: 100%;
    height:100%;
}
#featuredlist .course-footer {
    cursor:default;
}
#featuredlist .media-caption-featured {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    left: 0;
    padding: 25px 13px 13px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    font-size: 18px;
}
#featuredlist .media-caption-featured-large {
    font-size: 15px;
    text-align: center;
}
#featuredlist .clearfix:after {
    clear: both;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */



.infoBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 4px;
}
.infoBox:before {
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px;
    bottom: -30px;
    content: "";
    display: inline-block;
    margin: 0 0 0 115px;
    position: absolute;
}
.close-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    color: #959595;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 25px;
    line-height: 13px;
    padding: 3px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    transition: color 0.5s ease 0s;
    width: 25px;
    z-index: 2;
}
.close-box:hover {
    color: #393C3D;
}
.close-box:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.instant-book-button {
    margin-bottom: 4px;
}
.search-results .close-box {
    display: none;
}

.debug-string {
    height: 150px;
    overflow: scroll;
}
.searchheader, .mapheader {
    padding:5px 10px 0 10px; 
    background-color:#ccc;
    border:1px solid #ccc;
}
#searchtitle, #maptitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    margin-bottom: 5px;
    margin-top: 0px;
}
#mapoptions {
    margin-top:-2px;
    margin-bottom:5px;
}
#mapoptions label {
    font-weight:normal;
    margin:0;
}
#pagingTitle {
    margin-bottom:5px;
}

#results-wrapper {
    
    float:left;
    border-top:1px solid #666;
    bottom:0; 
    top:100px; 
    position:fixed;
    right:0;
}
#map-wrapper {
    float:left;border-top:1px solid #666;border-right:1px solid #666;bottom:0; left:0; top:100px; position:fixed;
}
    #pagingwrapper {
        padding-top:5px;
        border-top:2px solid #ccc;
    }


.search-result {
    width: 100%;
}
.featured-tile {
    /*width: 230px;
    float:left;*/
    padding-right:10px;
    padding-bottom:30px;
}
.search-result a {
    text-decoration:none;
}
.searchheader {
    padding:8px 2px 2px 5px; 
    background-color:#ccc;
    border:1px solid #ccc;
}
.search-results {
    padding: 5px 0 10px 0;
    height:90%;
    background-color:#fff;
}
#results-wrapper {
    top:60px;
    background-color:#eee;
}

#pagingTitle {
    font-size:10px;
    margin-top:-5px;
}
#pagingwrapper {
    padding-top:2px;
    border-top:2px solid #ccc;
        
}

.target-prev, .target-details, .target-next {
    cursor: pointer;
    /*opacity: 0.9;*/
    padding-bottom: 50px;
    position: absolute;
    z-index: 999;
}
.xtarget-details:active {
    background-color:blue;
    opacity:.2;
}

.right-arrow {
    float:right;
    margin-left:-100%;
    position:relative;
    padding-right:5px;
    padding-top:10px;
    font-size:14px;
    color:#ccc;
}

#searchtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    margin-bottom: 5px;
    margin-top: -5px;
}

/* --------------------------------------------------- */
/* ALPHA TABS*/
/* --------------------------------------------------- */

.alphawrapper
{
    width: 100%;
    margin: 0 auto;
}

    .alphawrapper h1
    {
        color: #555;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
        letter-spacing: 2px;
    }

#courses
{
    width: 100%;
    background: white;
}
    #courses-table li {
        font-size:1.2em; 
        display:none;
    }
#topdozenlist li {
    font-size:.9em;
}
.alphabet
{
    margin: 0 0 10px;
    overflow: hidden;
}

    .alphabet a
    {
        transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
    }

    .alphabet a
    {
        width: 3.84%;
        float: left;
        color: #333;
        cursor: pointer;
        height: 25px;
        border: 1px solid #CCC;
        display: block;
        padding: 2px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
        border-right: none;
        text-decoration: none;
        background-color: #F1F1F1;
    }

        .alphabet a.first
        {
            border-radius: 3px 0 0 3px;
        }

        .alphabet a.last
        {
            border-right: 1px solid silver;
            border-radius: 0 3px 3px 0;
        }

        .alphabet a:hover,
        .alphabet a.active
        {
            background: #b4ea8a;
            font-weight: bold;
        }

    
/* --------------------------------------------------- */
/*RESPONSIVE CHANGES*/
/* --------------------------------------------------- */
@media all and (max-width: 2500px) {
    /*PHONE Display modifications*/

}

@media all and (min-width: 501px) and (max-width: 980px) {
    .xsearch-result {
        width: 50%;
    }
}
@media all and (min-width: 981px) and (max-width: 1600px) {
    .xsearch-result {
        width: 33.333%;
    }
}
@media all and (min-width: 1601px) {
    .xsearch-result {
        width: 33.333%;
    }
}






/* --------------------------------------------------- */




.priv-button {
    -moz-box-sizing: border-box !important;
    cursor: pointer;
    font-size: 12px;
    min-width: 130px;
    padding: 0.6em 1em;
    position: relative;
    text-align: left;
}
.priv-button.btn {
    color: #393C3D;
    font-weight: bold;
}
.priv-button .dropdown-menu {
    border-radius: 0.25em;
    margin-left: -1px;
    min-width: 0;
}
.priv-button .dropdown-menu li &gt; a {
    line-height: normal;
    padding: 0.6em 1em;
    text-align: left;
}
.priv-button .dropdown-menu li &gt; a:hover .caret {
    border-top-color: #FFFFFF;
}
.priv-button .caret {
    float: right;
    margin-top: 4px;
    vertical-align: middle;
}
.priv-container.opened .dropdown-menu {
    display: block;
    min-width: 128px;
    top: -1px;
}
.priv-container &gt; .icon {
    line-height: 26px;
    margin-left: 5px;
}
.priv-container .tooltip {
    max-width: 285px;
}
.priv-container .tooltip .panel-body {
    border-top: 1px solid #DBDBDB;
    padding: 10px;
}
.priv-container .tooltip .panel-body:first-child {
    border-top: 0 none;
}
.icon.large {
    font-size: 18px;
}
.icon.gray {
    color: #BBBBBB;
}
input.wishlist-privacy[value="0"] + .priv-button .show-priv-everyone {
    display: inline;
}
input.wishlist-privacy[value="0"] + .priv-button .show-priv-onlyme, input.wishlist-privacy[value="0"] + .priv-button li:first-child, input.wishlist-privacy[value="0"] + .priv-button .priv-onlyme .caret {
    display: none;
}
input.wishlist-privacy[value="1"] + .priv-button .show-priv-onlyme {
    display: inline;
}
input.wishlist-privacy[value="1"] + .priv-button .show-priv-everyone, input.wishlist-privacy[value="1"] + .priv-button li:last-child, input.wishlist-privacy[value="1"] + .priv-button .priv-everyone .caret {
    display: none;
}

</pre></body></html>