<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* CSS Document */

/* IP Override for related events */
.ev-related-events {
    border-top: 4px solid #A0D1D3 !important;
}

    .ev-related-events h3 {
        color: #006C76 !important;
        font-family: museo_sans_500regular, Arial !important;
        font-weight: 500 !important;
    }

    .ev-related-events .ev-event-summary h2 a {
        font-family: museo_sans_500regular !important;
        color: #1F322E !important;
        text-decoration: none !important;
    }

        .ev-related-events .ev-event-summary h2 a:hover {
            color: #577221 !important;
        }

.colour-changer {
    position: relative;
}

ul.colour-picker {
    margin: 0;
    padding: 0;
    right: 0;
    position: absolute;
    height: 60px;
}

    ul.colour-picker li {
        margin: 0;
        padding: 0;
        cursor: pointer;
        display: block;
        list-style-type: none;
        width: 30px;
        height: 30px;
        float: left;
    }


/*Default*/
.ui-color-default .ev-eventpage-container {
    border-color: #008C95;
}

.ui-color-default h1 {
    color: #006C76;
}

.ui-color-default h2 {
    color: #008C95;
}

.ui-color-default h3 {
    color: #008C95;
    border-bottom-color: #5BC2E7;
}

.ui-color-default h4 {
    color: #008C95;
}

.ui-color-default .ev-event-link {
    background-color: #008C95;
    border-color: #ffffff;
}

.ui-color-default .ev-tab-nav {
    background-color: #008C95;
    border-bottom-color: #008C95;
}

    .ui-color-default .ev-tab-nav li a {
        background-color: #008C95;
        color: #FFF !important;
    }

        .ui-color-default .ev-tab-nav li a:hover,
        .ui-color-default .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #008C95 !important;
        }

.ui-color-default .ev-tag a {
    background-color: #008C95;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-default .ev-all-event-list .ev-date-col {
    background-color: #008C95;
    color: #FFF !important;
}

.ui-color-default .ev-all-event-list .ev-event-col,
.ui-color-default .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #008C95 !important;
}

    .ui-color-default .ev-all-event-list .ev-event-col:hover,
    .ui-color-default .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #008C95;
        color: #FFF !important;
    }

/* IP NEW PHASE 2 TEAL */

.ui-color-default .sister-events-wrapper {
    border-color: #008C95 !important;
}

.ui-color-default a.sister-event-block {
    background-color: #008C95 !important;
    color: #FFFFFF !important;
}

    .ui-color-default a.sister-event-block:hover {
        background-color: #006C76 !important;
    }


.ui-color-default section.collapsable-section .section-title {
    background-color: #008C95 !important;
}

    .ui-color-default section.collapsable-section .section-title:hover {
        background-color: #006C76 !important;
    }

.ui-color-default section.collapsable-section .section-content .heading {
    color: #008C95 !important;
}

.ui-color-default .tab-container.detail .tab-list {
    background-color: #008C95;
}

    .ui-color-default .tab-container.detail .tab-list li a {
        background-color: #008C95;
        border-color: #008C95;
    }

        .ui-color-default .tab-container.detail .tab-list li a:hover,
        .ui-color-default .tab-container.detail .tab-list li a.selected {
            color: #008C95;
        }

.ui-color-default .accom-block {
    border-color: #008C95 !important;
}

    .ui-color-default .accom-block .price {
        color: #008C95 !important;
    }

    .ui-color-default .accom-block .link {
        color: #008C95 !important;
    }

.ui-color-default .table-layout-wrapper .table-layout th,
.ui-color-default .table-layout-wrapper table th {
    background-color: #008C95 !important;
}

.ui-color-default button, .ui-color-default .button, .ui-color-default input[type=button], .ui-color-default input[type=submit], .ui-color-default input[type=reset] {
    background-color: #00ACB4 !important;
}

    .ui-color-default button:hover, .ui-color-default .button:hover, .ui-color-default input[type=button]:hover, .ui-color-default input[type=submit]:hover, .ui-color-default input[type=reset]:hover {
        background-color: #008C95 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-default .ev-eventpage-container {
        border: 4px solid #008C95 !important;
    }
}


/*CORP BLUE*/
.ui-color-blue .ev-eventpage-container {
    border-color: #006BA6;
}

.ui-color-blue h1 {
    color: #004C89;
}

.ui-color-blue h2 {
    color: #006BA6;
}

.ui-color-blue h3 {
    color: #006BA6;
    border-bottom-color: #5BC2E7;
}

.ui-color-blue h4 {
    color: #006BA6;
}

.ui-color-blue .ev-event-link {
    color: #ffffff;
    background-color: #006BA6;
}

.ui-color-blue .ev-tab-nav {
    background-color: #79D9F2;
    border-bottom-color: #5BC2E7;
}

    .ui-color-blue .ev-tab-nav li a {
        background-color: #79D9F2;
        color: #000 !important;
    }

        .ui-color-blue .ev-tab-nav li a:hover,
        .ui-color-blue .ev-tab-nav li a.selected {
            background-color: #FFF;
        }

.ui-color-blue .ev-tag a {
    background-color: #006BA6;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-blue .ev-all-event-list .ev-date-col {
    background-color: #006BA6;
    color: #FFFFFF !important;
}

.ui-color-blue .ev-all-event-list .ev-event-col,
.ui-color-blue .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #004C89 !important;
}

    .ui-color-blue .ev-all-event-list .ev-event-col:hover,
    .ui-color-blue .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #006BA6;
        color: #FFFFFF !important;
    }

/* IP NEW PHASE 2 BLUE */

.ui-color-blue .sister-events-wrapper {
    border-color: #006BA6 !important;
}

.ui-color-blue a.sister-event-block {
    background-color: #006BA6 !important;
    color: #FFFFFF !important;
}

    .ui-color-blue a.sister-event-block:hover {
        background-color: #004C89 !important;
    }

.ui-color-blue section.collapsable-section .section-title {
    background-color: #006BA6 !important;
}

    .ui-color-blue section.collapsable-section .section-title:hover {
        background-color: #004C89 !important;
    }

.ui-color-blue section.collapsable-section .section-content .heading {
    color: #006BA6 !important;
}

.ui-color-blue .tab-container.detail .tab-list {
    background-color: #006BA6;
}

    .ui-color-blue .tab-container.detail .tab-list li a {
        background-color: #006BA6;
        border-color: #006BA6;
    }

        .ui-color-blue .tab-container.detail .tab-list li a:hover,
        .ui-color-blue .tab-container.detail .tab-list li a.selected {
            color: #006BA6;
        }

.ui-color-blue .accom-block {
    border-color: #006BA6 !important;
}

    .ui-color-blue .accom-block .price {
        color: #006BA6 !important;
    }

    .ui-color-blue .accom-block .link {
        color: #006BA6 !important;
    }

.ui-color-blue .table-layout-wrapper .table-layout th, .ui-color-blue .table-layout-wrapper table th {
    background-color: #006BA6 !important;
}

.ui-color-blue button,.ui-color-blue .button, .ui-color-blue input[type=button], .ui-color-blue input[type=submit], .ui-color-blue input[type=reset] {
    background-color: #008AC3 !important;
}

    .ui-color-blue button:hover,.ui-color-blue .button:hover, .ui-color-blue input[type=button]:hover, .ui-color-blue input[type=submit]:hover, .ui-color-blue input[type=reset]:hover {
        background-color: #006BA6 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-blue .ev-eventpage-container {
        border: 4px solid #006BA6 !important;
    }
}

/*Pink*/
.ui-color-pink .ev-eventpage-container {
    border-color: #910048;
}

.ui-color-pink h1 {
    color: #910048;
}

.ui-color-pink h2 {
    color: #910048;
}

.ui-color-pink h3 {
    color: #910048;
    border-bottom-color: #F02999;
}

.ui-color-pink h4 {
    color: #910048;
}

.ui-color-pink .ev-event-link {
    color: #ffffff;
    background-color: #910048;
}

.ui-color-pink .ev-tab-nav {
    background-color: #E31C79;
    border-bottom-color: #910048;
}

    .ui-color-pink .ev-tab-nav li a {
        background-color: #E31C79;
        color: #FFF !important;
    }

        .ui-color-pink .ev-tab-nav li a:hover,
        .ui-color-pink .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #910048 !important;
        }

.ui-color-pink a:hover {
    color: #910048 !important;
}

.ui-color-pink .ev-tag a {
    background-color: #910048;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-pink .ev-all-event-list .ev-date-col {
    background-color: #910048 /*E31C79*/;
    color: #FFF !important;
}

.ui-color-pink .ev-all-event-list .ev-event-col,
.ui-color-pink .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #910048 !important;
}

    .ui-color-pink .ev-all-event-list .ev-event-col:hover,
    .ui-color-pink .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #910048;
        color: #FFFFFF !important;
    }

/* IP NEW PHASE 2 PINK */

.ui-color-pink .sister-events-wrapper {
    border-color: #910048 !important;
}

.ui-color-pink a.sister-event-block {
    background-color: #910048 !important;
    color: #FFFFFF !important;
}

    .ui-color-pink a.sister-event-block:hover {
        background-color: #71002E !important;
    }

.ui-color-pink section.collapsable-section .section-title {
    background-color: #910048 !important;
}

    .ui-color-pink section.collapsable-section .section-title:hover {
        background-color: #71002E !important;
    }

.ui-color-pink section.collapsable-section .section-content .heading {
    color: #910048 !important;
}

.ui-color-pink .tab-container.detail .tab-list {
    background-color: #910048;
}

    .ui-color-pink .tab-container.detail .tab-list li a {
        background-color: #910048;
        border-color: #910048;
        color: #FFFFFF !important;
    }

        .ui-color-pink .tab-container.detail .tab-list li a:hover,
        .ui-color-pink .tab-container.detail .tab-list li a.selected {
            color: #910048 !important;
        }

.ui-color-pink .accom-block {
    border-color: #910048 !important;
}

    .ui-color-pink .accom-block .price {
        color: #910048 !important;
    }

    .ui-color-pink .accom-block .link {
        color: #910048 !important;
    }

.ui-color-pink .table-layout-wrapper .table-layout th, .ui-color-pink .table-layout-wrapper table th {
    background-color: #910048 !important;
}

.ui-color-pink button,.ui-color-pink .button, .ui-color-pink input[type=button], .ui-color-pink input[type=submit], .ui-color-pink input[type=reset] {
    background-color: #B10062 !important;
}

    .ui-color-pink button:hover,.ui-color-pink .button:hover, .ui-color-pink input[type=button]:hover, .ui-color-pink input[type=submit]:hover, .ui-color-pink input[type=reset]:hover {
        background-color: #910048 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-pink .ev-eventpage-container {
        border: 4px solid #910048 !important;
    }
}

/*Teal*/
.ui-color-teal .ev-eventpage-container {
    border-color: #008C95;
}

.ui-color-teal h1 {
    color: #006C76;
}

.ui-color-teal h2 {
    color: #008C95;
}

.ui-color-teal h3 {
    color: #008C95;
    border-bottom-color: #5BC2E7;
}

.ui-color-teal h4 {
    color: #008C95;
}

.ui-color-teal .ev-event-link {
    color: #ffffff;
    background-color: #008C95;
}

.ui-color-teal .ev-tab-nav {
    background-color: #008C95;
    border-bottom-color: #008C95;
}

    .ui-color-teal .ev-tab-nav li a {
        background-color: #008C95;
        color: #FFF !important;
    }

        .ui-color-teal .ev-tab-nav li a:hover,
        .ui-color-teal .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #008C95 !important;
        }

.ui-color-teal .ev-tag a {
    background-color: #008C95;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-teal .ev-all-event-list .ev-date-col {
    background-color: #008C95;
    color: #FFF !important;
}

.ui-color-teal .ev-all-event-list .ev-event-col,
.ui-color-teal .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #008C95 !important;
}

    .ui-color-teal .ev-all-event-list .ev-event-col:hover,
    .ui-color-teal .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #008C95;
        color: #FFF !important;
    }

/* IP NEW PHASE 2 TEAL */

.ui-color-teal .sister-events-wrapper {
    border-color: #008C95 !important;
}

.ui-color-teal a.sister-event-block {
    background-color: #008C95 !important;
    color: #FFFFFF !important;
}

    .ui-color-teal a.sister-event-block:hover {
        background-color: #006C76 !important;
    }

.ui-color-teal section.collapsable-section .section-title {
    background-color: #008C95 !important;
}

    .ui-color-teal section.collapsable-section .section-title:hover {
        background-color: #006C76 !important;
    }

.ui-color-teal section.collapsable-section .section-content .heading {
    color: #008C95 !important;
}

.ui-color-teal .tab-container.detail .tab-list {
    background-color: #008C95;
}

    .ui-color-teal .tab-container.detail .tab-list li a {
        background-color: #008C95;
        border-color: #008C95;
    }

        .ui-color-teal .tab-container.detail .tab-list li a:hover,
        .ui-color-teal .tab-container.detail .tab-list li a.selected {
            color: #008C95;
        }

.ui-color-teal .accom-block {
    border-color: #008C95 !important;
}

    .ui-color-teal .accom-block .price {
        color: #008C95 !important;
    }

    .ui-color-teal .accom-block .link {
        color: #008C95 !important;
    }

.ui-color-teal .table-layout-wrapper .table-layout th, .ui-color-teal .table-layout-wrapper table th {
    background-color: #008C95 !important;
}

.ui-color-teal button,.ui-color-teal .button, .ui-color-teal input[type=button], .ui-color-teal input[type=submit], .ui-color-teal input[type=reset] {
    background-color: #00ACB4 !important;
}

    .ui-color-teal button:hover,.ui-color-teal .button:hover, .ui-color-teal input[type=button]:hover, .ui-color-teal input[type=submit]:hover, .ui-color-teal input[type=reset]:hover {
        background-color: #008C95 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-teal .ev-eventpage-container {
        border: 4px solid #008C95 !important;
    }
}

/*Green*/
.ui-color-green .ev-eventpage-container {
    border-color: #64A70B;
}

.ui-color-green h1 {
    color: #458A05;
}

.ui-color-green h2 {
    color: #64A70B;
}

.ui-color-green h3 {
    color: #64A70B;
    border-bottom-color: #83C411;
}

.ui-color-green h4 {
    color: #64A70B;
}

.ui-color-green .ev-event-link {
    color: #ffffff;
    background-color: #64A70B;
}

.ui-color-green .ev-tab-nav {
    background-color: #64A70B;
    border-bottom-color: #64A70B;
}

    .ui-color-green .ev-tab-nav li a {
        background-color: #64A70B;
        color: #FFF !important;
    }

        .ui-color-green .ev-tab-nav li a:hover,
        .ui-color-green .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #458A05 !important;
        }

.ui-color-green .ev-tag a {
    background-color: #458A05;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-green .ev-all-event-list .ev-date-col {
    background-color: #64A70B;
    color: #FFF !important;
}

.ui-color-green .ev-all-event-list .ev-event-col,
.ui-color-green .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #64A70B !important;
}

    .ui-color-green .ev-all-event-list .ev-event-col:hover,
    .ui-color-green .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #64A70B;
        color: #FFF !important;
    }

/* IP NEW PHASE 2 GREEN */

.ui-color-green .sister-events-wrapper {
    border-color: #64A70B !important;
}

.ui-color-green a.sister-event-block {
    background-color: #64A70B !important;
    color: #FFFFFF !important;
}

    .ui-color-green a.sister-event-block:hover {
        background-color: #458A05 !important;
    }

.ui-color-green section.collapsable-section .section-title {
    background-color: #64A70B !important;
}

    .ui-color-green section.collapsable-section .section-title:hover {
        background-color: #458A05 !important;
    }

.ui-color-green section.collapsable-section .section-content .heading {
    color: #64A70B !important;
}

.ui-color-green .tab-container.detail .tab-list {
    background-color: #64A70B;
}

    .ui-color-green .tab-container.detail .tab-list li a {
        background-color: #64A70B;
        border-color: #64A70B;
    }

        .ui-color-green .tab-container.detail .tab-list li a:hover,
        .ui-color-green .tab-container.detail .tab-list li a.selected {
            color: #64A70B;
        }

.ui-color-green .accom-block {
    border-color: #64A70B !important;
}

    .ui-color-green .accom-block .price {
        color: #64A70B !important;
    }

    .ui-color-green .accom-block .link {
        color: #64A70B !important;
    }

.ui-color-green .table-layout-wrapper .table-layout th,
.ui-color-green .table-layout-wrapper table th {
    background-color: #64A70B !important;
}

.ui-color-green button,.ui-color-green .button, .ui-color-green input[type=button], .ui-color-green input[type=submit], .ui-color-green input[type=reset] {
    background-color: #83C411 !important;
}

    .ui-color-green button:hover, .ui-color-green .button:hover,.ui-color-green input[type=button]:hover, .ui-color-green input[type=submit]:hover, .ui-color-green input[type=reset]:hover {
        background-color: #64A70B !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-green .ev-eventpage-container {
        border: 4px solid #64A70B !important;
    }
}

/*Purple*/
.ui-color-purple .ev-eventpage-container {
    border-color: #833177;
}

.ui-color-purple h1 {
    color: #631D57;
}

.ui-color-purple h2 {
    color: #833177;
}

.ui-color-purple h3 {
    color: #833177;
    border-bottom-color: #631D57;
}

.ui-color-purple h4 {
    color: #833177;
}

.ui-color-purple .ev-event-link {
    color: #ffffff;
    background-color: #833177;
}

.ui-color-purple .ev-tab-nav {
    background-color: #833177;
    border-bottom-color: #833177;
}

    .ui-color-purple .ev-tab-nav li a {
        background-color: #833177;
        color: #FFF !important;
    }

        .ui-color-purple .ev-tab-nav li a:hover,
        .ui-color-purple .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #631D57 !important;
        }

.ui-color-purple .ev-tag a {
    background-color: #833177;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-purple .ev-all-event-list .ev-date-col {
    background-color: #833177;
    color: #FFF !important;
}

.ui-color-purple .ev-all-event-list .ev-event-col,
.ui-color-purple .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #833177 !important;
}

    .ui-color-purple .ev-all-event-list .ev-event-col:hover,
    .ui-color-purple .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #833177;
        color: #FFF !important;
    }

/* IP NEW PHASE 2 PURPLE */

.ui-color-purple .sister-events-wrapper {
    border-color: #833177 !important;
}

.ui-color-purple a.sister-event-block {
    background-color: #833177 !important;
    color: #FFFFFF !important;
}

    .ui-color-purple a.sister-event-block:hover {
        background-color: #631D57 !important;
    }

.ui-color-purple section.collapsable-section .section-title {
    background-color: #833177 !important;
}

    .ui-color-purple section.collapsable-section .section-title:hover {
        background-color: #631D57 !important;
    }

.ui-color-purple section.collapsable-section .section-content .heading {
    color: #833177 !important;
}

.ui-color-purple .tab-container.detail .tab-list {
    background-color: #833177;
}

    .ui-color-purple .tab-container.detail .tab-list li a {
        background-color: #833177;
        border-color: #833177;
    }

        .ui-color-purple .tab-container.detail .tab-list li a:hover,
        .ui-color-purple .tab-container.detail .tab-list li a.selected {
            color: #833177;
        }

.ui-color-purple .accom-block {
    border-color: #833177 !important;
}

    .ui-color-purple .accom-block .price {
        color: #833177 !important;
    }

    .ui-color-purple .accom-block .link {
        color: #833177 !important;
    }

.ui-color-purple .table-layout-wrapper .table-layout th,
.ui-color-purple .table-layout-wrapper table th {
    background-color: #833177 !important;
}

.ui-color-purple button,.ui-color-purple .button, .ui-color-purple input[type=button], .ui-color-purple input[type=submit], .ui-color-purple input[type=reset] {
    background-color: #A34597 !important;
}

    .ui-color-purple button:hover,.ui-color-purple .button:hover, .ui-color-purple input[type=button]:hover, .ui-color-purple input[type=submit]:hover, .ui-color-purple input[type=reset]:hover {
        background-color: #833177 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-purple .ev-eventpage-container {
        border: 4px solid #833177 !important;
    }
}

/*orange*/
.ui-color-orange .ev-eventpage-container {
    border-color: #D66800;
}

.ui-color-orange h1 {
    color: #A63200;
}

.ui-color-orange h2 {
    color: #BE4D00;
}

.ui-color-orange h3 {
    color: #BE4D00;
    border-bottom-color: #A63200;
}

.ui-color-orange h4 {
    color: #BE4D00;
}

.ui-color-orange .ev-event-link {
    color: #ffffff;
    background-color: #BE4D00;
}

.ui-color-orange .ev-tab-nav {
    background-color: #BE4D00;
    border-bottom-color: #BE4D00;
}

    .ui-color-orange .ev-tab-nav li a {
        background-color: #BE4D00;
        color: #FFF !important;
    }

        .ui-color-orange .ev-tab-nav li a:hover,
        .ui-color-orange .ev-tab-nav li a.selected {
            background-color: #FFF;
            color: #A63200 !important;
        }

.ui-color-orange .ev-tag a {
    background-color: #BE4D00;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
}

.ui-color-orange .ev-all-event-list .ev-date-col {
    background-color: #BE4D00;
    color: #FFF !important;
}

.ui-color-orange .ev-all-event-list .ev-event-col,
.ui-color-orange .ev-download-list .ev-dl-link-wrapper {
    background-color: #FFF;
    color: #BE4D00 !important;
}

    .ui-color-orange .ev-all-event-list .ev-event-col:hover,
    .ui-color-orange .ev-download-list .ev-dl-link-wrapper:hover {
        background-color: #BE4D00;
        color: #FFF !important;
    }

/* IP NEW PHASE 2 ORANGE */

.ui-color-orange .sister-events-wrapper {
    border-color: #BE4D00 !important;
}

.ui-color-orange a.sister-event-block {
    background-color: #BE4D00 !important;
    color: #FFFFFF !important;
}

    .ui-color-orange a.sister-event-block:hover {
        background-color: #A63200 !important;
    }

.ui-color-orange section.collapsable-section .section-title {
    background-color: #BE4D00 !important;
}

    .ui-color-orange section.collapsable-section .section-title:hover {
        background-color: #A63200 !important;
    }

.ui-color-orange section.collapsable-section .section-content .heading {
    color: #BE4D00 !important;
}

.ui-color-orange .tab-container.detail .tab-list {
    background-color: #BE4D00;
}

    .ui-color-orange .tab-container.detail .tab-list li a {
        background-color: #BE4D00;
        border-color: #BE4D00;
    }

        .ui-color-orange .tab-container.detail .tab-list li a:hover,
        .ui-color-orange .tab-container.detail .tab-list li a.selected {
            color: #BE4D00;
        }

.ui-color-orange .accom-block {
    border-color: #BE4D00 !important;
}

    .ui-color-orange .accom-block .price {
        color: #BE4D00 !important;
    }

    .ui-color-orange .accom-block .link {
        color: #BE4D00 !important;
    }

.ui-color-orange .table-layout-wrapper .table-layout th,
.ui-color-orange .table-layout-wrapper table th {
    background-color: #BE4D00 !important;
}

.ui-color-orange button, .ui-color-orange .button, .ui-color-orange input[type=button], .ui-color-orange input[type=submit], .ui-color-orange input[type=reset] {
    background-color: #D66800 !important;
}

    .ui-color-orange button:hover, .ui-color-orange .button:hover, .ui-color-orange input[type=button]:hover, .ui-color-orange input[type=submit]:hover, .ui-color-orange input[type=reset]:hover {
        background-color: #BE4D00 !important;
    }

@media only screen and (min-width: 1024px) {
    .ui-color-orange .ev-eventpage-container {
        border: 4px solid #BE4D00 !important;
    }
}
</pre></body></html>