<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
    margin: 0;
    width: 100%;
    height: auto;
}

form
{
    margin: 0;
}

table
{
    font-size: 100%;
}

.table
{
    display: table;
}

.tableCell
{
    display: table-cell;
}

img
{
    border: 0;
}

.inner
{
    max-width: 1280px;
    margin: 0 auto;
}

    .inner img, .fullWidthContent img, .homeWhatsOn img
    {
        max-width: 100%;
    }

a
{
    text-decoration: none;
    color: #1e3b60;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.inlineBlock
{
    display: inline-block;
}

.hidden
{
    display: none;
}
.standardContent
{
    padding: 10px;
}

.panelFramedUnPadded .standardContent, .panelFullWidthUnPadded .standardContent
{
    padding: 0;
}

.panelFullWidthPadded .inner, .panelFullWidthUnPadded .inner
{
    max-width: initial;
}

    .panelFullWidthPadded .inner .standardContent
    {
        padding: 20px;
    }

@media (max-width: 1000px)
{
    .panelFullWidthPadded .inner .standardContent
    {
        padding: 10px;
    }
}

.homeVideoContainer
{
    position: relative;
}
.homeVideoContainer #ytplayer
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.homeVideoContainer #imgNoVideo
{
    background-position: center center;
    background-size: cover;
}
.homeVideoContainer .overlay
{
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
}

.homeVideoContainer .overlay a
{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: #000000;
    padding: 8px 12px;
    border: solid 2px #000000;
    border-radius: 4px;
    text-transform: uppercase;
}

.homeVideoContainer .overlay a:hover
{
    text-decoration: none;
    background-color: #000000;
    color: white !important;
}

.contentOverImage
{
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.contentOverImageInner
{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contentOverImage:hover .contentOverImageInner, .contentOverImage:focus .contentOverImageInner
{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.contentOverImageInner:before
{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.contentOverImage .overlay
{
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
}

.contentOverImage .overlay h2
{
    color: #ffffff;
}

.contentOverImage .overlay a.readMore
{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 8px 12px;
    border: solid 2px #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
}

.contentOverImage .overlay a.readMore:hover
{
    text-decoration: none;
    background-color: #ffffff;
    color: black;
}

.articleSummaryPanel
{
    background-image: url(../images/bgrepeat.jpg);
    background-repeat: repeat;
    padding: 50px 0;
}

.texturedBackground
{
    background-image: url(../images/bgrepeat.jpg);
    background-repeat: repeat;
    padding: 50px 0;
}

.galleryLinks
{
    text-align: center;
}

.galleryLinks a
{
    display: inline-block;
    margin: 0 20px 20px 0;
    font-weight: bold;
}

.galleryLinks a.active, .galleryLinks a:hover
{
    text-decoration: none;
    color: #a28e4d;
}

.diningMenu .diningMenuLinks
{
    text-align: center;
}

.diningMenu .diningMenuLinks a
{
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    border: solid 1px black;
    font-size: 1em;
    font-weight: bold;
}
.diningMenu .diningMenuLinks a.active, .diningMenu .diningMenuLinks a:hover
{
    text-decoration: none;
    background-color: black;
    color: white;
}

@media (max-width: 700px)
{
    .diningMenu .diningMenuLinks a
    {
        display: block;
        margin-bottom: 5px;
    }
}

.diningMenu .left
{
    width: 49%;
    margin-right: 1%;
}

.diningMenu .right
{
    width: 49%;
    margin-left: 1%;
}

@media (max-width: 700px)
{
    .diningMenu .left, .diningMenu .right
    {
        width: 100%;
        margin: 0;
    }
}

.diningMenu h3
{
    text-align: left !important;
    border-bottom: solid 2px #dfdfdf;
    padding: 10px;
}

.diningMenu .menuItem .table
{
    width: 100%;
}

.diningMenu .menuItem
{
    padding: 10px;
    margin-bottom: 10px;
}

.diningMenu .menuItem .itemName
{
    vertical-align: top;
    text-transform: uppercase;
    color: black;
}

.diningMenu .menuItem .itemPrice
{
    vertical-align: top;
    text-align: right;
}

.diningMenu .menuItem .itemDescription
{
}

.diningMenu .highlightHeader
{
    background-color: #a28e4d;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    padding: 1px 10px;
    display: inline-block;
}

.diningMenu .highlighted
{
    border: solid 2px #a28e4d;
}

.fourPromosHorizontal
{
    margin: 9px;
    text-align: center;
    background-color: #f4f5f0;
}
.fourPromosHorizontal a:hover
{
    text-decoration: none;
}
.fourPromosHorizontal h3
{
    font-size: 0.95em;
    line-height: 2;
    margin: 0;
}
.fourPromosHorizontal span
{
    font-size: 14px;
    line-height: 2;
}
.fourPromosHorizontal img
{
    width: 100%;
    display: block;
}
@media (max-width: 1400px)
{
    .fourPromosHorizontal h3
    {
        font-size: 15px;
    }

    .fourPromosHorizontal span
    {
        font-size: 13px;
    }
}
@media (max-width: 1200px)
{
    .fourPromosHorizontal h3
    {
        font-size: 14px;
    }

    .fourPromosHorizontal span
    {
        font-size: 12px;
    }
}
@media (max-width: 1000px)
{
    .fourPromosHorizontal h3
    {
        line-height: 1;
        font-size: 13px;
    }

    .fourPromosHorizontal span
    {
        line-height: 1.4;
        font-size: 11px;
    }
}
@media (max-width: 900px)
{
    .fourPromosHorizontal h3
    {
        font-size: 12px;
    }
    .fourPromosHorizontal span
    {
        line-height: 1;
        font-size: 11px;
    }
}
.twoColumnContent, .threeColumnContent
{
    margin-bottom: 10px;
}
    .twoColumnContent .left
    {
        width: 49%;
        margin-right: 1%;
    }

    .twoColumnContent .right
    {
        width: 49%;
        margin-left: 1%;
    }
    .threeColumnContent .left
    {
        width: 32.6666666666666%;
        margin-right: 1%;
    }

    .threeColumnContent .right
    {
        width: 32.6666666666666%;
    }
@media (max-width: 800px)
{
    .twoColumnContent .left
    {
        float: none;
        width: 100%;
        margin: 0;
    }

    .twoColumnContent .right
    {
        float: none;
        width: 100%;
        margin: 0;
    }
    .threeColumnContent .left
    {
        float: none;
        width: 100%;
        margin: 0;
    }

    .threeColumnContent .right
    {
        float: none;
        width: 100%;
        margin: 0;
    }
}
.formFieldLabel
{
    font-weight: 600;
}
input[type="text"], input[type="password"], select, textarea
{
    border: solid 1px #be914d;
    padding: 4px;
}

input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #be914d;
    border: none;
    padding: 7px 15px;
    color: white;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.fullWidthImage
{
    display: block;
    margin-bottom: 10px;
}
/****************************************************** Button Shimmer Effect ***************************************************/
@keyframes shimmerBackground
{
    0%
    {
        background-position: -1000px 0
    }

    100%
    {
        background-position: 1000px 0
    }
}

.shimmer
{
    background-image: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%);
    background-repeat: repeat-y;
    background-position: -1000px 0;
    animation: shimmerBackground 2.5s linear infinite;
}
/*******************************************************************************************************/
.expandableContainer
{
    border-bottom: solid 2px #dfdfdf;
}
.expandableContainerNoBorder
{
    border-bottom: 0;
}

.expandableContainer .expand
{
    padding: 10px 0 8px 10px;
    font-weight: 400;
    cursor: pointer;
}
.expandableContainer .expand h2
{
    text-align: left;
    margin: 0;
    font-size: 20px;
}

.expandableContainer .expand a
{
    color: #be914d;
}

.expandableContainer .expand a:hover
{
    text-decoration: none;
}

.expandableContainer .expand .plusMinus
{
    font-weight: 400;
    font-size: 1.4em;
    display: inline-block;
    margin-right: 20px;
    float: right;
}

.expandableContainer .expand .left
{
    width: 350px;
}

.expandableInner
{
    display: none;
    padding: 10px;
}
.CmsAdminEditPageDivEditing .expandableInner
{
    display: block;
}
/********************************************************************************************************/
.popupMessage
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,0.7)
}

.popupMessage .popupMessageInner
{
    width: 280px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 288px;
    background-color: rgba(248,248,248,0.66);
    text-align: center
}

.popupMessage .popupMessageInner h4
{
    margin-bottom: 20px;
    text-transform: none;
}

.popupMessage .popupMessageInner p
{
    margin: 15px 0;
}

/*.popupMessage .popupMessageInner input[type="button"], .popupMessage .popupMessageInner input[type="submit"]
{
    padding: 8px 12px;
    background-color: #e7e7e7;
    color: #1e3b60;
    border: solid 1px #1e3b60;
    cursor: pointer;
}

.popupMessage .popupMessageInner input[type="button"]:hover, .popupMessage .popupMessageInner input[type="submit"]:hover
{
    background-color: #1e3b60;
    color: #e7e7e7;
}*/

.popupMessage .popupMessageInner input.remindLater
{
    margin-top: 10px;
}

.popupMessage .close
{
    position: absolute;
    padding: 3px;
    cursor: pointer;
    top: -15px;
    right: -15px;
    font-size: 1.5em;
    color: #665d54;
}
h3.notoSerif
{
    font-family: "Noto Serif SC";
    color: #be914d;
    text-transform: none;
    margin-bottom: 0;
}

.mobileNav
{
    display: none;
}
@media (max-width: 800px)
{
    .mobileNav
    {
        display: block;
    }
    .desktopNav
    {
        display: none;
    }
}

.fullWidthVideo
{
    text-align: center;
}
.fullWidthVideo iframe
{
    display: inline-block;
}


.homeWhatsOn
{
    display: flex;
}

    .homeWhatsOn .left
    {
        float: none;
        width: 49%;
        margin: 1% 0 1% 1%;
    }
    .homeWhatsOn .right
    {
        float: none;
        width: 49%;
        margin: 1% 1% 1% 0;
    }
    .homeWhatsOn img
    {
        width: 100%;
    }

@media (max-width: 800px)
{
    .homeWhatsOn
    {
        display: block;
    }
    .homeWhatsOn .left, .homeWhatsOn .right
    {
        width: 98%;
        margin: 1%;
    }
}

.homeQuarterWidthPromo
{
    width: 23%;
    margin: 1%;
    float: left;
    background-color: #c2dae5;
    color: black;
}

.homeWhatsOn .homeQuarterWidthPromo
{
    width: 48%;
}

    .homeQuarterWidthPromo a
    {
        color: black;
    }

        .homeQuarterWidthPromo a:hover
        {
            text-decoration: none;
        }

    .homeQuarterWidthPromo .text
    {
        padding: 20px;
    }

    .homeQuarterWidthPromo h3
    {
        line-height: 1;
        color: #0096b6;
        font-weight: bold;
        font-size: 1.2em;
    }

@media (max-width: 800px)
{
    .homeQuarterWidthPromo
    {
        width: 48%;
    }
}

@media (max-width: 500px)
{
    .homeQuarterWidthPromo
    {
        width: 100%;
        margin: 1% 0;
    }
    .homeWhatsOn .homeQuarterWidthPromo
    {
        width: 98%;
        margin: 1%;
    }

    .homeQuarterWidthPromo .text
    {
        padding: 10px;
    }
}

.homeHalfWidthPromo
{
    width: 48%;
    margin: 1%;
    float: left;
    background-color: #c2dae5;
    color: black;
}

.homeWhatsOn .homeHalfWidthPromo
{
    width: 98%;
}

.homeHalfWidthPromo a
{
    color: black;
}

    .homeHalfWidthPromo a:hover
    {
        text-decoration: none;
    }
.homeHalfWidthPromo .image
{
    background-size: cover;
    background-position: center center;
}
.homeHalfWidthPromo .text
{
    padding: 20px;
}

.homeHalfWidthPromo h3
{
    line-height: 1;
    color: #0096b6;
    font-weight: bold;
    font-size: 1.2em;
}

@media (max-width: 500px)
{
    .homeHalfWidthPromo
    {
        width: 98%;
        margin: 1%;
    }

        .homeHalfWidthPromo .text
        {
            padding: 10px;
        }
}
.homeWhatsOnReadMore
{
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.3em;
}
    .homeWhatsOnReadMore a
    {
        text-decoration: underline;
    }

.eventCalendar .calendarHeader
{
    display: flex;
    justify-content: space-between;
}
    .eventCalendar .calendarHeader h2
    {
        color: white;
    }
    .eventCalendar .calendarHeader a
    {
        color: white;
        font-size: 1.5em;
    }
    .eventCalendar .calendarHeader a
    {
        color: white;
        font-size: 1.5em;
    }

.eventCalendar .event
{
    background-color: #3d4d51;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 10px;
    display: flex;
    color: white;
    align-items: center;
}
.eventCalendar .event:hover
{
    text-decoration: none;
}

    .eventCalendar .event .date
    {
        padding: 0 10px;
        text-align: center;
    }
        .eventCalendar .event .date .dayOfMonth
        {
            font-size: 1.2em;
            font-weight: bold;
        }

    .eventCalendar .event .thumbnail
    {
        height: 80px;
    }
    .eventCalendar .event h3
    {
        color: white;
        margin: 0 0 5px 0;

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