@font-face {
    font-family: 'eausans_black';
    src: url('/_ui/font/eau_sans_black-webfont.eot');
    src: url('/_ui/font/eau_sans_black-webfont.eot?#iefix') format('embedded-opentype'), url('/_ui/font/eau_sans_black-webfont.woff') format('woff'), url('/_ui/font/eau_sans_black-webfont.ttf') format('truetype'), url('/_ui/font/eau_sans_black-webfont.svg#eausans_black') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul#nav-tab-home li.outsideSummer {
    position: absolute;
    height: 245px;
    width: 70px;
    top: -70px;
    left: -83px;
    text-decoration: none;
}

    ul#nav-tab-home li.outsideSummer a {
        background-image: none;
    }

        ul#nav-tab-home li.outsideSummer a span.indicator {
            background-image: none;
        }

ul#nav-tab-home li a.tab-1 span.copy,
ul#nav-tab-home li a.tab-2 span.copy,
ul#nav-tab-home li a.tab-3 span.copy,
ul#nav-tab-home li a.tab-4 span.copy {
    font-family: 'eausans_black', Arial, Sans-Serif;
}

ul#nav-tab-home li a.tab-1 span.copy {
    color: #fff;
}

ul#nav-tab-home li a.tab-2 span.copy {
    color: #b05151;
}

ul#nav-tab-home li a.tab-3 span.copy {
    color: #499cd7;
}
/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
    font-family: Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
}

body {
    background: #fff url(/_ui/img/bg/bg-main.png) repeat-x center bottom;
    color: #333;
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
}

/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.invisible {
    display: none !important;
}

.offscreen {
    /*
    display: block;
    left: -999999px;
    position: absolute;
    top: -999999px*/
    display: none;
}

div.clear,
span.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

/*** Breadcrumb Navigation ***/

div#nav-breadcrumb {
    background: #f2f2f2;
    border-bottom: 1px solid #E9E9E9;
    height: 15px;
    width: 100%;
}

/*** Buttons ***/

a.btn-buy-tickets {
    background: transparent url(/_ui/img/btn/btn-buy-tickets.png) no-repeat 0 0;
    height: 26px;
    width: 108px;
}

    a.btn-buy-tickets:hover {
        background-position: 0 -26px;
    }

a.btn-more {
    background: transparent url(/_ui/img/btn/btn-buy-tickets.png) no-repeat 0 0;
    font-family: 'eausans_black', Arial, Sans-Serif;
    height: 20px;
    width: 60px;
}

    a.btn-more:hover {
        background-position: 0 -20px;
    }

/*** Cufon Buttons ***/

a.btn-cufon {
    display: inline-block;
    font-family: 'eausans_black', Arial, Sans-Serif;
    position: relative;
    text-decoration: none;
}

    a.btn-cufon span.copy {
        color: #fff;
        font-family: 'eausans_black', Arial, Sans-Serif;
    }

    a.btn-cufon:hover {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

a.btn-tall {
    background: transparent url(/_ui/img/btn/btn-bg-52.png) no-repeat 0 0;
    height: 26px;
    font-family: 'eausans_black', Arial, Sans-Serif;
    font-size: 13px;
    padding-left: 13px;
}

    a.btn-tall:hover {
        background-position: 0 -26px;
    }

    a.btn-tall span {
        float: left;
    }

        a.btn-tall span.copy {
            padding: 6px 0;
            text-transform: uppercase;
        }

        a.btn-tall span.cap {
            background: transparent url(/_ui/img/btn/btn-bg-52.png) no-repeat right 0;
            height: 100%;
            width: 26px;
        }

    a.btn-tall:hover span.cap {
        background-position: right -26px;
    }

a.btn-short {
    background: transparent url(/_ui/img/btn/btn-bg-40.png) no-repeat 0 0;
    height: 20px;
    font-family: 'eausans_black', Arial, Sans-Serif;
    font-size: 9px;
    padding: 0 6px;
}

    a.btn-short:hover {
        background-position: 0 -20px;
    }

    a.btn-short span {
        float: left;
    }

        a.btn-short span.copy {
            padding: 3px 0;
            text-transform: uppercase;
        }

        a.btn-short span.cap {
            background: transparent url(/_ui/img/btn/btn-bg-40.png) no-repeat right 0;
            height: 100%;
            width: 20px;
        }

    a.btn-short:hover span.cap {
        background-position: right -20px;
    }

a.btn-short-arrow.focused {
    outline: 1px #06f solid;
}

a.btn-short-arrow:focus {
    outline: 1px #f20 solid;
}

/*** Link Lists ***/

ul.link-list-horz {
    list-style: none;
}

    ul.link-list-horz li {
        float: left;
    }

ul.link-list-icon {
    font-size: 1.1em;
    list-style: none;
    overflow: hidden;
}

    ul.link-list-icon li {
        border-bottom: 1px solid #eee;
        min-height: 32px;
        line-height: 1em;
        margin: 11px 0 0;
        padding: 0 0 11px;
    }

        ul.link-list-icon li:last-child {
            border: none;
        }

        ul.link-list-icon li img {
            float: left;
            margin-right: 13px;
        }

        ul.link-list-icon li a {
            color: #222;
            float: left;
            font-weight: bold;
            padding: 10px 0;
        }

legend.hidden {
    display: none;
}

.google-map {
    height: 400px;
}

    .google-map .sohMap {
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .google-map {
        height: 200px;
    }

    .static-google-map img {
        margin: 0 auto;
    }
}

/* /_ui/css/responsive.css */
/*** Side menu */
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    left: auto;
    right: -260px;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #000;
    color: #fff;
}

    .sidr h4 {
        font-size: 16px;
        line-height: 25px;
        text-transform: none;
        margin: 0;
    }

    .sidr a {
        padding: 0;
        margin: 0;
        color: #fff;
        outline: none;
    }

    .sidr ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .sidr ul li {
            margin: 0;
            padding: 0;
        }

            .sidr ul li ul {
                border: none;
                margin: 0;
            }

.sidr-class-adminNavContainer {
    width: 100%;
}

    .sidr-class-adminNavContainer a {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 53px;
        font-weight: bold;
        text-decoration: none;
        padding: 2px 40px 0 20px;
        border: none;
        border-bottom: 1px solid #343434;
        background: transparent url('/_ui/img/misc/arrow-mobile-menu.png') no-repeat right 22px;
    }

    .sidr-class-adminNavContainer li a.ui-accordion-header-active {
        background: transparent url('/_ui/img/misc/arrow-mobile-menu-open.png') no-repeat right 22px;
        padding-bottom: 1px;
    }

    .sidr-class-adminNavContainer ul li ul {
        display: none;
    }

        .sidr-class-adminNavContainer ul li ul li {
            background: #fff url('/_ui/img/bg/bg-responsive-menu.png') no-repeat bottom left;
        }

            .sidr-class-adminNavContainer ul li ul li a {
                color: #815a30;
                border: none;
                background: transparent;
                padding: 13px 20px 12px 25px;
                line-height: 20px;
            }

.sidr ul#sidr-id-nav-main li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #343434;
    padding: 8px 40px 8px 20px;
    background: transparent url('/_ui/img/misc/arrow-mobile-menu.png') no-repeat right 16px;
}

    .sidr ul#sidr-id-nav-main li a.ui-accordion-header-active {
        background: transparent url('/_ui/img/misc/arrow-mobile-menu-open.png') no-repeat right 22px;
    }

.sidr ul#sidr-id-nav-main .sidr-class-intro,
.sidr ul#sidr-id-nav-main .sidr-class-column {
    background: #fff url('/_ui/img/bg/bg-responsive-menu.png') no-repeat bottom left;
}

    .sidr ul#sidr-id-nav-main .sidr-class-intro a,
    .sidr ul#sidr-id-nav-main .sidr-class-column a {
        color: #815a30;
        border: none;
        background: transparent;
        padding: 13px 20px 12px 25px;
        line-height: 20px;
        text-align: left;
    }

.sidr ul#sidr-id-nav-main a:focus {
    text-decoration: underline !important;
}

.sidr .ui-accordion .ui-accordion-header {
    margin: 0;
    text-align: left;
}

.sidr .ui-widget-content .ui-state-default {
    color: #815a30;
    border: none;
    background: transparent;
    margin: 0;
}

.sidr .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.sidr .ui-accordion .ui-accordion-content {
    padding: 0;
    border: 0;
    margin: 0;
    top: 0;
}

.sidr-class-intro h3,
.sidr-class-intro a .sidr-class-cap,
.sidr-class-intro a .sidr-class-clear,
.sidr-class-search-container,
.sidr-class-offscreen,
.sidr-class-shopping-cart,
#sidr-id-nav-home,
.sidr br,
.sidr-class-column ul,
.sidr-class-nav-register,
.sidr ul#sidr-id-nav-main .sidr-class-column h4 span,
.sidr ul#sidr-id-nav-main .sidr-class-nav-sub,
.sidr ul#sidr-id-nav-main .sidr-class-nav-sub p {
    display: none;
}

/*** Tablet menu designs */
@media screen and (max-width: 1149px) and (min-width: 600px) {
    /* Page elements */
    div#header-wrapper,
    div#content-wrapper,
    div#footer-wrapper {
        min-width: 980px;
    }

    div#header-wrapper-inner {
        width: 100%;
    }

    div#content-wrapper-inner,
    div#footer-wrapper-inner {
        padding: 0;
    }

    /* Header */
    ul#nav-main,
    div#header fieldset#search-events,
    div#header div.adminNavContainer,
    div#header .responsive-navigation {
        display: none;
    }

    div#responsive-menu {
        display: block;
    }

    div#header fieldset#search-events input.input-text {
        font-size: 16px;
        line-height: 20px;
        padding: 6px 10px 7px 10px;
    }

    body.site-skin .site-skin-wrapper {
        display: none;
    }

    ul a[href="#nav-main"] {
        display: none;
    }
}

/*** Tablet designs */
@media screen and (max-width: 979px) and (min-width: 600px) {
    div.section-whats_on div.tabular-search-results ul.results li,
    div.section-whats_on div.tabular-search-results ul.list-whats_on li,
    div.section-whats_on div.tabular-search-results div.results ul li,
    div.section-whats_on div.column-search-results ul.results li,
    div.section-whats_on div.column-search-results ul.list-whats_on li,
    div.section-whats_on div.column-search-results div.results ul li {
        width: 50%;
    }
    /* Page elements */
    body.responsive div#header-wrapper,
    body.responsive div#content-wrapper,
    body.responsive div#footer-wrapper {
        min-width: 600px;
    }

    body.responsive div#content-wrapper-inner,
    body.responsive div#footer-wrapper-inner {
        width: 100%;
    }

    /* Footer */
    body.responsive div#footer-wrapper {
        background: #ececec url('/_ui/img/bg/bg-footer-mobile.png') repeat-x left top;
    }

    body.responsive div#footer {
        padding: 0 10px 30px 10px;
        min-width: 580px;
    }

    body.responsive #footer .footer-column-row {
        width: 100%;
        float: left;
        padding-top: 30px;
    }

    body.responsive #footer .footer-column-row-social {
        padding-top: 0;
    }

    body.responsive #footer .footer-column {
        margin: 0 0 0 5%;
        padding: 0;
        width: 28%;
    }

    body.responsive #footer ul {
        float: left;
    }

    body.responsive #footer .footer-social {
        width: 100%;
        padding: 16px 0 19px 0;
        margin: 0;
    }

        body.responsive #footer .footer-social ul {
            width: 444px;
            margin: 0 auto;
            float: none;
        }

        body.responsive #footer .footer-social li {
            margin: 0 20px;
            width: 34px;
        }

            body.responsive #footer .footer-social li a {
                margin: 0;
                width: 34px;
                height: 34px;
                display: block;
                float: none;
            }

    body.responsive #footer .footer-copyright {
        width: 100%;
        padding: 40px 0 0 0;
    }

        body.responsive #footer .footer-copyright p {
            width: 90%;
            margin: 0 5%;
        }

    body.responsive #footer .footer-social h4 {
        display: none;
    }

    /* Homepage */
    body.homepage {
    }

        body.homepage div#content {
            border: none;
            margin: 5px 0 0 0;
            padding-bottom: 30px;
        }

        body.homepage .homepage-banner-wrapper {
            display: none;
        }

        body.homepage div.tab-wrapper {
            width: 94%;
            margin: 10px 3% 0 3%;
        }
    /* Happening now tab */
    div.tab-content div#tab-happening_now {
    }

        div.tab-content div#tab-happening_now .happening-now-desktop {
            display: none;
        }

        div.tab-content div#tab-happening_now .happening-now-tablet {
            display: block;
            position: relative;
            background: #f7f7f7;
        }

    div.happening-now-tablet div.happening-tablet-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    div.happening-now-tablet div.happeing-tablet-info {
        width: 94%;
        padding: 15px 3%;
        min-height: 70px;
    }

        div.happening-now-tablet div.happeing-tablet-info h4 {
            font-size: 15px;
            line-height: 25px;
            color: #000;
            font-family: Helvetica, Arial, sans-serif;
            font-weight: bold;
        }

        div.happening-now-tablet div.happeing-tablet-info p.description {
            color: #000;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 13px;
            line-height: 20px;
            font-weight: bold;
            width: 65%;
            float: left;
        }

        div.happening-now-tablet div.happeing-tablet-info p.link {
            width: 35%;
            float: right;
        }

            div.happening-now-tablet div.happeing-tablet-info p.link a {
                float: right;
            }
    /* What's on tab */
    div.tab-content div#tab-whats_on {
        width: 100%;
    }

        div.tab-content div#tab-whats_on div.tabular-search-results,
        div.tab-content div#tab-whats_on div.column-search-results {
            width: 70%;
            margin: 20px 1% 10px 1%;
        }

            div.tab-content div#tab-whats_on div.tabular-search-results ul.slider-select,
            div.tab-content div#tab-whats_on div.column-search-results ul.slider-select {
                width: 100%;
                height: auto;
                background: transparent;
                margin: 0 0 10px;
            }

                div.tab-content div#tab-whats_on div.tabular-search-results ul.slider-select li,
                div.tab-content div#tab-whats_on div.column-search-results ul.slider-select li {
                    width: 19% !important;
                    margin: 10px 1% 10px 0;
                    background-color: #f3f3f3;
                }

                    div.tab-content div#tab-whats_on div.tabular-search-results ul.slider-select li.slider-item span,
                    div.tab-content div#tab-whats_on div.column-search-results ul.slider-select li.slider-item span {
                        position: relative;
                        line-height: 35px;
                        height: 35px;
                        font-size: 12px;
                        display: block;
                        border: 1px solid #d8d8d8;
                    }

                    div.tab-content div#tab-whats_on div.tabular-search-results ul.slider-select li.slider-item.selected span,
                    div.tab-content div#tab-whats_on div.column-search-results ul.slider-select li.slider-item.selected span {
                        border: 1px solid #a22525;
                    }

            div.tab-content div#tab-whats_on div.tabular-search-results div.results,
            div.tab-content div#tab-whats_on div.column-search-results div.results {
                height: auto;
            }

                div.tab-content div#tab-whats_on div.tabular-search-results div.results ul.results,
                div.tab-content div#tab-whats_on div.column-search-results div.results ul.results {
                    width: 100%;
                    height: auto;
                    border-bottom: none;
                }

                div.tab-content div#tab-whats_on div.tabular-search-results div.results ul li,
                div.tab-content div#tab-whats_on div.column-search-results div.results ul li {
                    width: 30.3%;
                    margin: 20px 1.5%;
                    height: auto;
                }

            div.tab-content div#tab-whats_on div.tabular-search-results a.event-tile span.event-details,
            div.tab-content div#tab-whats_on div.column-search-results a.event-tile span.event-details {
                width: 90%;
                height: 90%;
                left: 5%;
                top: 5%;
            }

        div.tab-content div#tab-whats_on a.event-tile img {
            width: 100%;
            height: auto;
        }

        div.tab-content div#tab-whats_on a.event-tile span.event-details span.top {
            width: 90%;
            height: 90%;
            padding: 5%;
        }

            div.tab-content div#tab-whats_on a.event-tile span.event-details span.top span.title {
                width: 100%;
            }

            div.tab-content div#tab-whats_on a.event-tile span.event-details span.top span.description {
                font-size: 1em;
            }
    /*div.tab-content div#tab-whats_on a.event-tile span.btn{
        width: 80%;
        left: 5%;
        padding: 5px 5% 9px;
        font-size: 1em;
    } */
    /* Connect tab */
    div.tab-content div#tab-connect,
    div.tab-content div#tab-connect div.columns {
        width: 100%;
    }

        div.tab-content div#tab-connect div.columns div.column-double {
            width: 94%;
            padding: 0 3%;
            border: none;
        }

        div.tab-content div#tab-connect div.columns div.column-single {
            width: 43%;
            padding: 0 3%;
            min-height: 235px;
        }

        div.tab-content div#tab-connect div.columns div.column div.list-container {
            border: 1px solid #eee;
            width: 100%;
            background-color: #fff;
        }

        div.tab-content div#tab-connect div.columns div.column ol {
            width: 450px;
            border: none;
        }
    /* Scroller Gallery */
    body.homepage div.scroller-wrapper-horz {
        width: 94%;
        margin: 25px 3% 10px 3%;
    }
    /*The rest of it is styled using JS at responsive.js */

    /* Sections */
    body.homepage div.columns {
        width: 100%;
    }

        body.homepage div.columns div.column {
            float: none;
            width: 100%;
        }

        body.homepage div.columns div.column-double div.section {
            width: 94%;
            padding: 20px 3% 0 3%;
            height: auto;
        }

        body.homepage div.columns div.column-single div.section {
            width: 46%;
            padding: 20px 0 0 0;
            height: auto;
            float: left;
        }

        body.homepage div.columns div.column-single div.section-top {
            width: 94%;
            padding: 20px 3% 0 3%;
            height: auto;
            margin-top: 20px;
        }

        body.homepage div.columns div.column-single div.section-left {
            padding: 20px 1% 0 3%;
        }

        body.homepage div.columns div.column-single div.section-right {
            padding: 20px 3% 0 1%;
        }

        body.homepage div.columns ul.item-list {
            margin: 0;
            clear: both;
        }

            body.homepage div.columns ul.item-list li {
                width: 23.5%;
                margin: 0;
                padding: 0 0 0 2%;
                float: left;
            }

                body.homepage div.columns ul.item-list li:first-child {
                    padding-left: 0;
                }

                body.homepage div.columns ul.item-list li img {
                    width: 100%;
                    height: auto;
                    float: none;
                    margin: 0 0 20px 0;
                    border: none;
                    display: block;
                }

                body.homepage div.columns ul.item-list li h4 {
                    float: none;
                }

                body.homepage div.columns ul.item-list li p {
                    width: 100%;
                    float: none;
                }

                body.homepage div.columns ul.item-list li ul.link-list-horz {
                    width: 100%;
                    float: none;
                }

                    body.homepage div.columns ul.item-list li ul.link-list-horz li {
                        width: 100%;
                        float: none;
                        padding: 0;
                    }
        /* Resident companies */
        body.homepage div.columns .section_video {
            width: 100%;
            height: auto;
        }

        body.homepage div.columns .feature_col_row {
            float: left;
            width: 100%;
        }

            body.homepage div.columns .feature_col_row .feature_col {
                padding: 0 0 20px 2%;
                width: 23.5%;
                height: auto;
            }

                body.homepage div.columns .feature_col_row .feature_col:first-child {
                    padding-left: 0;
                }

                body.homepage div.columns .feature_col_row .feature_col a {
                    display: block;
                }

                    body.homepage div.columns .feature_col_row .feature_col a img {
                        display: block;
                    }

        body.homepage div.columns div.column div.section .feature_col_row .feature_col p {
            margin: 0;
        }
        /* Instagram and Video */
        body.homepage div.columns div.column div.section-left h3.section-title,
        body.homepage div.columns div.column div.section-right h3.section-title {
            margin-bottom: 15px;
        }

        body.homepage div.columns div.column-single div.section img.right {
            margin: 25px 0 0 15px;
        }
        /* Hidden elements */
        body.homepage div#tab-whats_on div.tabular-search-results ul.slider-select li.slider-handle,
        body.homepage div#tab-whats_on div.column-search-results ul.slider-select li.slider-handle,
        body.homepage div#tab-whats_on span.header-note,
        body.homepage div#news-ticker,
        body.homepage div.columns div.column-double div.hr {
            display: none;
        }

    body.homepage div#tab-whats_on div.column-search-form {
        margin: 0;
        width: 27%;
    }

        body.homepage div#tab-whats_on div.column-search-form ol {
            text-align: center;
            width: 100%;
        }

            body.homepage div#tab-whats_on div.column-search-form ol li {
                padding: 2%;
                width: 96%;
            }

    div.section-whats_on div.column-search-form input.date-select {
        width: 75%;
    }

    body.homepage div#tab-whats_on div.column-search-form input.btn-submit-search {
        width: 100%;
        max-width: 180px;
        background-size: 100% 200%;
        /* the above line makes our button image responsive in a sprite-ish way */
        margin: 0 auto;
    }

    /* Transacrion path pages */
    body.transaction-path div#content {
        width: 100%;
        border: none;
        background: transparent;
    }

    body.transaction-path div#main-col {
        float: none;
        width: 94%;
        margin: 0 3%;
        padding: 0;
    }

    /* Event Details */
    body#event-detail #program-info p,
    body#event-detail div#media-carousel-container {
        width: 100%;
    }

    body#event-detail div#media-carousel-panels,
    body#event-detail #media-carousel-panels > ul,
    body#event-detail #media-carousel-panels > ul > li.media-panel,
    body#event-detail #media-carousel-panels > ul > li.media-panel > iframe,
    body#event-detail #media-carousel-panels > ul > li.media-panel > img {
        width: 100%;
        height: auto;
    }

        body#event-detail #media-carousel-panels > ul > li.media-panel {
            position: static;
        }

    body#event-detail div#nav-media-carousel {
        width: 88%;
        height: auto;
        padding: 20px 6% 21px 6%;
        position: relative;
    }

    body#event-detail #nav-media-carousel div.media-carousel-thumbs {
        width: 100%;
        height: auto;
        padding: 0;
    }

    body#event-detail #nav-media-carousel a.carousel-lnk-prev {
        left: 0;
    }

    body#event-detail #nav-media-carousel a.carousel-lnk-next {
        right: 0;
    }

    body#event-detail div#perf-select-container {
        margin: 0 0 20px 0;
    }

    body#event-detail div#sub-col {
        float: none;
        width: 94%;
        margin: 30px 3% 0 3%;
        padding: 30px 0;
        border-top: 1px solid #ccc;
    }

    body#event-detail #sub-col .callout {
        margin: 0 3% 20px 0;
        width: 30%;
        float: left;
    }

    body#event-detail #sub-col img.thumb {
        width: 100%;
        height: auto;
    }

    body#event-detail #sub-col > div.callout-group,
    body#event-detail #sub-col > .callout,
    body#event-detail #sub-col > h3 {
        display: none;
    }

        body#event-detail #sub-col > div.callout-group.related-events {
            display: block;
        }

    body#event-detail .fb-comments,
    body#event-detail .fb-comments span,
    body#event-detail .fb-comments iframe {
        width: 100% !important;
    }

    body#event-detail div.detail-revealer-container div.revealer-target {
        padding-right: 18px;
    }

    body#event-detail div.month-container span.day,
    body#event-detail div.month-container span.date,
    body#event-detail div.month-container span.time {
        padding-bottom: 0;
        line-height: 30px;
    }

    /* Checkout pages */

    div.checkout-steps {
        width: 94%;
        margin: 0 3% 44px 3%;
    }

        div.checkout-steps ul {
            width: 100%;
        }

            div.checkout-steps ul li.step {
                width: 12%;
            }

                div.checkout-steps ul li.step.active {
                    width: 40%;
                }

            div.checkout-steps ul li.divider {
                width: 3%;
            }

        div.checkout-steps li.step .step-wrapper {
            display: block;
            width: 52px;
            margin: 0 auto;
        }

        div.checkout-steps li.step-1.active .step-wrapper,
        div.checkout-steps li.step-5.active .step-wrapper {
            width: 175px;
        }

        div.checkout-steps li.step-2.active .step-wrapper,
        div.checkout-steps li.step-4.active .step-wrapper {
            width: 145px;
        }

        div.checkout-steps li.step-3.active .step-wrapper {
            width: 110px;
        }

        div.checkout-steps li.active .step-title {
            display: block;
        }

        div.checkout-steps li.step-1 .step-number {
            margin-left: 10px;
        }

        div.checkout-steps .step-title {
            display: none;
        }

    /* Checkout: Reserve */
    body.checkout-page div#tour-content-container {
        min-height: 0;
    }

    body.checkout-page div#perf-date-container {
        width: 100%;
        height: auto;
    }

    body.checkout-page div#perf-select-container {
        margin: 0;
        padding: 0;
        background: transparent;
    }

        body.checkout-page div#perf-select-container div.hr {
            margin: 0 0 20px 0;
        }

        body.checkout-page div#perf-select-container div.month-container {
            width: auto;
        }

            body.checkout-page div#perf-select-container div.month-container:nth-child(odd) {
                margin-right: 70px;
            }

            body.checkout-page div#perf-select-container div.month-container span {
                padding-bottom: 0;
                line-height: 30px;
            }

    body.checkout-page fieldset#login-promo-code {
        border: 1px solid #cacaca;
    }

        body.checkout-page fieldset#login-promo-code label {
            width: 100%;
            padding-bottom: 12px;
        }

        body.checkout-page fieldset#login-promo-code input.text {
            margin-left: 0;
        }

    body.checkout-page div#pnl-best-avail, div#pnl-syos-seats {
        border: none;
    }

    body.checkout-page div#pnl-best-avail, div#pnl-syos-seats {
        min-height: 50px;
    }

    body.checkout-page div#sub-col,
    body.confirmation-page div#sub-col {
        display: none;
    }

    /* Checkout: Reserve CYO */
    body#reserve-cyo div#sub-col {
        display: none;
    }

    body#reserve-cyo div.package-group-info .package-image {
        width: 50%;
        height: auto;
        margin: 0 3% 0 0;
    }

        body#reserve-cyo div.package-group-info .package-image img {
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: none;
        }

    body#reserve-cyo .production-info .month-container {
        margin-right: 0;
    }

    body#reserve-cyo .add-to-cart-container .btn-container {
        margin-left: 0;
    }

    body#reserve-cyo div.month-container a span.day,
    body#reserve-cyo div.month-container a span.date,
    body#reserve-cyo div.month-container a span.time {
        padding-bottom: 0;
        line-height: 30px;
    }

    body#reserve-cyo .production-seating span.perf-heading {
        margin: 0;
    }

    /* Checkout: Cart */
    body.checkout-page table.shoppingcart,
    body.checkout-page table#pkg_cart_table {
        width: 100%;
    }

        body.checkout-page table.shoppingcart td.tickets-and-seats,
        body.checkout-page table#pkg_cart_table td.pkg-tickets-and-seats {
            width: 58%;
            padding: 15px 3%;
        }

        body.checkout-page table.shoppingcart th.tickets-and-seats,
        body.checkout-page table#pkg_cart_table th.pkg-tickets-and-seats {
            width: 58%;
            padding: 20px 3% 0 3%;
        }

        body.checkout-page table.shoppingcart div.tickets,
        body.checkout-page table#pkg_cart_table div.pkg-tickets {
            width: 60%;
            padding: 0 5% 0 0;
        }

        body.checkout-page table.shoppingcart div.seats,
        body.checkout-page table#pkg_cart_table div.pkg-seats {
            width: 35%;
        }

        body.checkout-page table.shoppingcart th.quantity,
        body.checkout-page table#pkg_cart_table th.pkg-qty,
        body.checkout-page table.shoppingcart th.subtotal,
        body.checkout-page table#pkg_cart_table th.pkg-total {
            width: 15%;
            padding: 20px 3% 0 0;
        }

        body.checkout-page table.shoppingcart td.quantity,
        body.checkout-page table#pkg_cart_table td.pkg-qty,
        body.checkout-page table.shoppingcart td.subtotal,
        body.checkout-page table#pkg_cart_table td.pkg-total {
            width: 15%;
            padding: 15px 3% 15px 0;
        }

    body.checkout-page table.order-totals {
        width: 100%;
    }

        body.checkout-page table.order-totals td.subtotal {
            width: 18%;
            padding: 0 3% 0 0;
        }

    table.order-totals td.labelTotal {
        width: 79%;
    }

    body.checkout-page div.multi-upsell-revealer-container {
        width: 100%;
    }

    body.checkout-page div.upsell-revealer-container div.upsell-header {
        margin-left: 90px;
    }

    body.checkout-page div.upsell-revealer-container {
        width: 92%;
        padding: 18px 4% 18px 4%;
    }

    /* Checkout: Login */
    body.checkout-page fieldset#login-form fieldset.form-btns,
    body.checkout-page fieldset#register-form fieldset.form-btns {
        width: 100%;
    }

    body.checkout-page div.captcha-container span.errornote.captcha {
        position: relative;
        margin: 0;
        width: 100%;
    }

    /* Checkout: Payment */
    body#checkout-payment div#sub-col {
        display: block;
        float: none;
        width: 94%;
        padding: 15px 3%;
        margin: 0;
    }

        body#checkout-payment div#sub-col img.payment-options {
            display: none;
        }

        body#checkout-payment div#sub-col img.payment-options-mobile {
            display: block !important;
            margin: 0 auto;
        }

        body#checkout-payment div#sub-col h3 {
            text-align: center;
        }

    body.checkout-page fieldset.form-btns.process-payment {
        height: auto;
    }

    body.checkout-page div.modal-popover-lrg {
        width: 90%;
    }

    body.checkout-page #credit-card-section fieldset.text-fields p#lbl_delivery_method_message {
        width: 100%;
    }

    body.checkout-page fieldset.form-btns.process-payment {
        padding-left: 0;
    }

        body.checkout-page fieldset.form-btns.process-payment span.label {
            font-size: 14px;
        }

    /* Checkout: Confirmation */
    body.confirmation-page ul.checkout-confirmation-items,
    body.confirmation-page ul.checkout-confirmation-items > li {
        width: 100%;
    }

    body.confirmation-page ul.social {
        width: 100%;
    }

    body.confirmation-page ul.checkout-confirmation-items > li ul.social {
        width: 250px;
    }

    /* Search */
    body.search-page div#wrapper div.inner {
        background: #fff;
    }

    body.search-page div#content {
        border: none;
    }

    body.search-page div.section-whats_on div.column-search-form {
        width: 31%;
        margin: 0 1% 0 3%;
        border: none;
        background: transparent;
    }

        body.search-page div.section-whats_on div.column-search-form h3.section-title {
            margin-left: 0;
            font-size: 14px;
        }

        body.search-page div.section-whats_on div.column-search-form ol li {
            padding: 0;
        }

    body.search-page div.column-search-form input {
        width: 170px;
        border-radius: 0;
    }

    body.search-page div.section-whats_on div.column-search-form table.check-box-list {
        width: 100%;
    }

        body.search-page div.section-whats_on div.column-search-form table.check-box-list input {
            margin-right: 3px;
        }

    body.search-page div.section-whats_on div.column-search-form input.btn-find-now {
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    body.search-page div.section-whats_on div.column-search-form select {
        border-radius: 0;
    }

    body.search-page div.section-whats_on div.tabular-search-results {
        width: 62%;
        margin: 20px 3% 0 0;
    }

    body.search-page div.section-whats_on table.search-results {
        width: 100%;
    }

        body.search-page div.section-whats_on table.search-results tr th.col-event,
        body.search-page div.section-whats_on table.search-results tr td.col-event {
            width: 60%;
        }

        body.search-page div.section-whats_on table.search-results tr th.col-date,
        body.search-page div.section-whats_on table.search-results tr td.col-date {
            width: 25%;
        }

        body.search-page div.section-whats_on table.search-results tr th.col-venue,
        body.search-page div.section-whats_on table.search-results tr td.col-venue {
            width: 15%;
        }

        body.search-page div.section-whats_on table.search-results tr td.col-event,
        body.search-page div.section-whats_on table.search-results tr td.col-date,
        body.search-page div.section-whats_on table.search-results tr td.col-venue {
            padding: 10px 5px;
        }

        body.search-page div.section-whats_on table.search-results tr td span.img {
            width: 26%;
            padding: 0 4% 0 0;
        }

            body.search-page div.section-whats_on table.search-results tr td span.img a {
                width: auto;
                height: auto;
            }

            body.search-page div.section-whats_on table.search-results tr td span.img img {
                display: block;
                max-height: 50px;
            }

        body.search-page div.section-whats_on table.search-results tr td span.copy {
            width: 70%;
            padding: 0;
        }

        body.search-page div.section-whats_on table.search-results tr th.col-presenter,
        body.search-page div.section-whats_on table.search-results tr td.col-presenter,
        body.search-page div#nav-breadcrumb {
            display: none;
        }

    ul a[href="#nav-main"] {
        display: none;
    }
}

/*** Mobile designs */

@media screen and (max-width: 599px) {
    div.happening-now-mobile {
        background: #fff url(/_ui/img/bg/bg-whats-on-search.png) no-repeat 0 top;
        border-bottom: 1px solid #D8D8D8;
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        float: left;
        margin: 0 20px 20px;
        width: 218px;
    }

        div.happening-now-mobile h3.section-title {
            font-family: 'eausans_black', Arial, Sans-Serif;
            font-weight: normal;
            margin: 19px 2px 0 20px;
            vertical-align: bottom;
        }

        div.happening-now-mobile span.header-note {
            margin-top: 19px;
            white-space: nowrap;
        }

        div.happening-now-mobile ol {
            font-size: 1.1em;
            list-style: none;
            margin-top: 12px;
        }

            div.happening-now-mobile ol li {
                clear: both;
                float: left;
                padding: 0 0 0 19px;
                position: relative;
                width: 180px;
                z-index: 1;
            }

                div.happening-now-mobile ol li.yacal-from {
                    height: 62px;
                    z-index: 3;
                }

                div.happening-now-mobile ol li.yacal-to {
                    height: 62px;
                    z-index: 2;
                }

                div.happening-now-mobile ol li a {
                    color: #4698d5;
                    text-decoration: underline;
                }

        div.happening-now-mobile label,
        div.happening-now-mobile span.pseudo-label {
            color: #666;
            display: block;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        div.happening-now-mobile input,
        div.happening-now-mobile select {
            color: #666;
            font-size: 1.1em;
            height: 14px;
            margin-bottom: 15px;
            padding: 2px;
            width: 174px;
        }

        div.happening-now-mobile select {
            height: 22px;
            width: 180px;
        }

        div.happening-now-mobile input.btn-submit-search {
            background: transparent url(/_ui/img/btn/btn-submit-search.png) no-repeat 0 0;
            border: none;
            height: 20px;
            padding: 0;
            text-indent: -999999px;
            width: 180px;
        }

            div.happening-now-mobile input.btn-submit-search:hover {
                background-position: 0 -20px;
                cursor: pointer;
            }

        div.happening-now-mobile input.btn-find-now {
            background: transparent url(/_ui/img/btn/btn-find-now.png) no-repeat 0 0;
            border: none;
            height: 20px;
            padding: 0 0 0 180px;
            text-indent: -999999px;
            width: 180px;
            display: block;
        }

            div.happening-now-mobile input.btn-find-now:hover {
                background-position: 0 -20px;
                cursor: pointer;
            }

        div.happening-now-mobile input.date-select {
            float: left;
            margin-right: 8px;
            width: 140px;
        }

        div.happening-now-mobile img.date-select-image {
            float: left;
            padding-top: 2px;
        }

        div.happening-now-mobile div.dateinput {
            height: 173px;
            left: 19px;
            position: absolute;
            top: 50px;
            width: 190px;
            z-index: 2;
        }

        div.happening-now-mobile table.check-box-list {
            margin-bottom: 15px;
            width: 200px;
        }

            div.happening-now-mobile table.check-box-list td {
                vertical-align: top;
                width: 50%;
            }

            div.happening-now-mobile table.check-box-list label {
                float: left;
                font-size: 0.909em;
                margin: 3px 2px 5px 0;
                text-transform: none;
                width: 65px;
                white-space: nowrap;
            }

            div.happening-now-mobile table.check-box-list input {
                float: left;
                height: 13px;
                margin: 0 5px 5px 0;
                width: 13px;
            }

    div.section-whats_on div.tabular-search-results ul.results li,
    div.section-whats_on div.tabular-search-results ul.list-whats_on li,
    div.section-whats_on div.tabular-search-results div.results ul li,
    div.section-whats_on div.column-search-results ul.results li,
    div.section-whats_on div.column-search-results ul.list-whats_on li,
    div.section-whats_on div.column-search-results div.results ul li {
        width: 50%;
    }

        div.section-whats_on div.tabular-search-results ul.results li span.event-details .top,
        div.section-whats_on div.tabular-search-results ul.list-whats_on li span.event-details .top,
        div.section-whats_on div.tabular-search-results div.results ul li span.event-details .top,
        div.section-whats_on div.column-search-results ul.results li span.event-details .top,
        div.section-whats_on div.column-search-results ul.list-whats_on li span.event-details .top,
        div.section-whats_on div.column-search-results div.results ul li span.event-details .top {
            width: 95%;
        }

        div.section-whats_on div.tabular-search-results ul.results li span.event-details,
        div.section-whats_on div.tabular-search-results ul.list-whats_on li span.event-details,
        div.section-whats_on div.tabular-search-results div.results ul li span.event-details,
        div.section-whats_on div.column-search-results ul.results li span.event-details,
        div.section-whats_on div.column-search-results ul.list-whats_on li span.event-details,
        div.section-whats_on div.column-search-results div.results ul li span.event-details {
            width: 100%;
            bottom: 7px;
            top: inherit;
            display: block;
            left: 0;
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.section-whats_on div.tabular-search-results ul.results li span.btn,
        div.section-whats_on div.tabular-search-results ul.list-whats_on li span.btn,
        div.section-whats_on div.tabular-search-results div.results ul li span.btn,
        div.section-whats_on div.column-search-results ul.results li span.btn,
        div.section-whats_on div.column-search-results ul.list-whats_on li span.btn,
        div.section-whats_on div.column-search-results div.results ul li span.btn {
            width: 92%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 6px 11px 18px 11px;
            left: 0;
        }

        div.section-whats_on div.tabular-search-results ul.results li img[data-src],
        div.section-whats_on div.tabular-search-results ul.list-whats_on li img[data-src],
        div.section-whats_on div.tabular-search-results div.results ul li img[data-src],
        div.section-whats_on div.column-search-results ul.results li img[data-src],
        div.section-whats_on div.column-search-results ul.list-whats_on li img[data-src],
        div.section-whats_on div.column-search-results div.results ul li img[data-src] {
            width: 100%;
            height: auto;
        }

    /* Page elements */
    div#header-wrapper,
    div#content-wrapper,
    div#footer-wrapper {
        min-width: 320px;
    }

    div#header-wrapper-inner,
    div#content-wrapper-inner,
    div#footer-wrapper-inner {
        width: 100%;
    }

    div#content-wrapper-inner {
        padding: 0;
        margin: 0;
        -webkit-text-size-adjust: 100%;
    }

    div#footer-wrapper-inner {
        padding: 0;
    }

    /* Header */
    div#responsive-menu {
        display: block;
    }

    ul#nav-main,
    div#header fieldset#search-events,
    div#header div.adminNavContainer,
    div#header .responsive-navigation {
        display: none;
    }

    /* Search */
    body.search-opened div#header {
        padding-bottom: 53px;
    }

    div#header .search-container {
        position: static;
    }

    div#header fieldset#search-events {
        right: 0;
        padding: 10px 0;
        width: 100%;
    }

        div#header fieldset#search-events .search-text {
            margin: 0 0 0 6.25%;
            width: 72.95%;
        }

        div#header fieldset#search-events input.input-text {
            width: 91%;
            padding: 8px 4.5% 9px 4.5%;
            font-size: 16px;
            line-height: 20px;
            padding: 6px 10px 7px 10px;
        }

        div#header fieldset#search-events .search-submit {
            margin: 0 6.25% 0 1.55%;
            width: 13%;
        }

        div#header fieldset#search-events input.input-submit {
            width: 75%;
            padding: 0 0 0 25%;
        }

    /* Shopping cart */
    body.cart-opened div#header-wrapper-inner {
        padding-bottom: 53px;
    }

    div#header .shopping-cart {
        position: static;
    }

    div#header div.mini-cart {
        width: 100%;
        position: absolute;
        padding: 15px 0 10px 0;
        right: 0;
    }

        div#header div.mini-cart .mini-cart-item {
            margin-left: 57px;
        }

        div#header div.mini-cart .mini-cart-checkout {
            margin-right: 20px;
        }

        div#header div.mini-cart .mini-cart-close {
            display: none;
        }

    /*Footer*/
    div#footer-wrapper {
        background: #ececec url('/_ui/img/bg/bg-footer-mobile.png') repeat-x left top;
    }

    div#footer {
        padding: 0 10px 30px 10px;
        min-width: 300px;
    }

    #footer .footer-column-row {
        width: 100%;
        float: left;
        padding-top: 30px;
    }

    #footer .footer-column-row-social {
        padding-top: 0;
    }

    #footer .footer-column {
        margin: 0 0 0 5%;
        padding: 0;
        width: 45%;
    }

    #footer ul {
        float: left;
    }

    #footer .footer-social {
        width: 100%;
        padding: 16px 0 19px 0;
        margin: 0;
    }

        #footer .footer-social ul {
            width: 100%;
        }

        #footer .footer-social li {
            margin: 0;
            width: 16%;
        }

            #footer .footer-social li a {
                margin: 0 auto;
                width: 34px;
                height: 34px;
                display: block;
                float: none;
            }

    #footer .footer-copyright {
        width: 100%;
        padding: 40px 0 0 0;
    }

        #footer .footer-copyright p {
            width: 90%;
            margin: 0 5%;
        }

    #footer .footer-todo,
    #footer .footer-social h4 {
        display: none;
    }

    /* Homepage */
    body.homepage div#content {
        border: none;
        margin: 0;
        padding: 0 10px;
        min-width: 300px;
    }

        body.homepage div#content div.inner {
            margin: 0;
            width: 100%;
        }

    /* Homepage Happening now */
    div.happening-now-mobile {
        display: block;
        width: 90%;
        margin: 0 5%;
        padding: 15px 0;
    }

        div.happening-now-mobile h3 {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
            padding: 0;
            margin: 0;
            line-height: 30px;
            text-transform: uppercase;
        }

        div.happening-now-mobile .happening-image {
            width: 100%;
            display: block;
        }

            div.happening-now-mobile .happening-image a {
                width: 100%;
                display: block;
            }

            div.happening-now-mobile .happening-image img {
                width: 100%;
                display: block;
                background: transparent url('/_ui/img/misc/gallery-loader.gif') no-repeat 50% 50%;
            }

        div.happening-now-mobile h4 {
            font-weight: bold;
            padding: 0;
            margin: 0;
            background-color: #000;
            color: #fff;
            width: 100%;
        }

            div.happening-now-mobile h4 a {
                font-family: Helvetica, Arial, sans-serif;
                font-size: 12px;
                color: #fff;
                line-height: 20px;
                text-transform: uppercase;
                text-decoration: none;
                padding: 10px 10px 10px 10px;
                margin: 0;
                display: block;
            }

        div.happening-now-mobile ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            div.happening-now-mobile ul li {
                margin: 0;
                padding: 6px 0;
            }

            div.happening-now-mobile ul.happening-large li {
                width: 100%;
            }

            div.happening-now-mobile ul.happening-large h4 a {
                background: transparent url('/_ui/img/misc/arrow-happening-mobile.png') no-repeat right top;
                padding-right: 20px;
            }

            div.happening-now-mobile ul.happening-small li {
                width: 47%;
                margin: 0;
                float: left;
            }

                div.happening-now-mobile ul.happening-small li.happening-left {
                    margin-right: 6%;
                }

        div.happening-now-mobile .happening-more {
            width: 100%;
            margin: 10px 0;
        }

            div.happening-now-mobile .happening-more a {
                width: 100%;
                background-color: #000;
                color: #fff;
                display: block;
                text-decoration: none;
            }

                div.happening-now-mobile .happening-more a span {
                    background: transparent url('/_ui/img/misc/arrow-happening-mobile.png') no-repeat right 6px;
                    margin: 0 auto;
                    display: block;
                    line-height: 50px;
                    padding-right: 25px;
                    font-size: 15px;
                    font-family: Helvetica, Arial, sans-serif;
                    font-weight: bold;
                    text-align: right;
                    width: 100px;
                }

    /*Homepage Highlights and Latest information*/
    body.homepage div.columns {
        width: 100%;
        padding-top: 20px;
    }

        body.homepage div.columns div.column {
            min-height: 10px;
        }

        body.homepage div.columns div.column-double {
            border: none;
            width: 100%;
        }

            body.homepage div.columns div.column-double div.section {
                width: 90%;
                padding: 0 0 20px 0;
                margin: 0 5%;
            }

        body.homepage div.columns div.column div.section h3.section-title {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 -1px 0;
            line-height: 30px;
            background-color: #fff;
            z-index: 999999;
        }

    body.homepage ul.item-list {
        margin: 0;
    }

        body.homepage ul.item-list li {
            margin: 0;
            min-height: 10px;
            width: 100%;
            display: block;
        }

            body.homepage ul.item-list li h4 {
                border-top: 1px solid #d8d8d8;
                border-bottom: none;
                background: transparent url('/_ui/img/misc/arrow-highlights-mobile.png') no-repeat right top;
                color: #1677a4;
                font-size: 14px;
                font-weight: normal;
                line-height: 20px;
                margin: 0;
                width: 100%;
                padding: 7px 0 8px 0;
            }

                body.homepage ul.item-list li h4 a {
                    color: #1677a4;
                    padding: 0 20px 0 10px;
                    display: block;
                }

            body.homepage div.columns div.column div.section h3 span.token,
            body.homepage ul.item-list li img,
            body.homepage ul.item-list li p,
            body.homepage ul.item-list li ul.link-list-horz,
            body.homepage div.columns div.column-double div.hr,
            body.homepage div.tab-wrapper,
            body.homepage div#news-ticker,
            body.homepage div.scroller-wrapper-horz,
            body.homepage div.columns div.column-single,
            body.homepage div.homepage-banner-wrapper {
                display: none;
            }

    /* Transacrion path pages */
    body.transaction-path div#content {
        width: 100%;
        border: none;
        background: transparent;
    }

    body.transaction-path div#main-col {
        float: none;
        width: 94%;
        margin: 0 3%;
        padding: 0;
    }

    /* Event Details */
    body#event-detail #program-info h2 {
        font-size: 14px;
        text-transform: none;
    }

    body#event-detail #program-info a.btn-tall-arrow {
        position: relative;
        margin: 10px 0;
    }

    body#event-detail #program-info p,
    body#event-detail div#media-carousel-container {
        width: 100%;
    }

    body#event-detail div#media-carousel-panels,
    body#event-detail #media-carousel-panels > ul,
    body#event-detail #media-carousel-panels > ul > li.media-panel,
    body#event-detail #media-carousel-panels > ul > li.media-panel > iframe,
    body#event-detail #media-carousel-panels > ul > li.media-panel > img {
        width: 100%;
        height: auto;
    }

        body#event-detail #media-carousel-panels > ul > li.media-panel {
            position: static;
        }

    body#event-detail div#social .social-button {
        width: 100%;
        float: left;
        padding: 3px 0;
    }

    body#event-detail #social div.wrapper,
    body#event-detail #social iframe.twitter-share-button,
    body#event-detail #social div.fb-like {
        float: left;
        margin: 0;
    }

    body#event-detail div#perf-select-container {
        margin: 0 0 20px 0;
    }

    body#event-detail div#marketing-message p {
        font-size: 13px;
    }

    body#event-detail div.detail-revealer-container div.revealer-target {
        padding-right: 18px;
        padding-top: 50px;
    }

    body#event-detail .fb-comments,
    body#event-detail .fb-comments span,
    body#event-detail .fb-comments iframe {
        width: 100% !important;
    }

    body#event-detail div#nav-media-carousel,
    body#event-detail div#nav-media-carousel-flexslider,
    body#event-detail div#perf-select-container,
    body#event-detail div#sub-col {
        display: none;
    }

    body#event-detail div#media-carousel-panels-flexslider .flex-control-nav {
        display: inherit;
    }

    body#event-detail div#media-carousel-panels-flexslider .flex-direction-nav {
        display: inherit;
    }

    /* Checkout pages */
    body.checkout-steps.cart-opened div#header-wrapper-inner,
    body.checkout-page.cart-opened div#header-wrapper-inner,
    body#reserve-cyo.cart-opened div#header-wrapper-inner {
        padding-bottom: 0;
    }

    body.checkout-steps input[type="text"],
    body.checkout-steps input[type="password"],
    body.checkout-page input[type="text"],
    body.checkout-page input[type="password"],
    body#reserve-cyo input[type="text"],
    body#reserve-cyo input[type="password"],
    body.checkout-steps select,
    body.checkout-page select,
    body#reserve-cyo select {
        font-size: 16px;
    }

    div.checkout-steps {
        width: 94%;
        margin: 0 3% 44px 3%;
    }

        div.checkout-steps ul {
            width: 100%;
        }

            div.checkout-steps ul li.step {
                width: 13%;
            }

                div.checkout-steps ul li.step.active {
                    width: 48%;
                }

        div.checkout-steps li.step .step-wrapper {
            display: block;
            width: 36px;
            margin: 0 auto;
        }

        div.checkout-steps li.step-1.active .step-wrapper,
        div.checkout-steps li.step-5.active .step-wrapper {
            width: 132px;
        }

        div.checkout-steps li.step-2.active .step-wrapper,
        div.checkout-steps li.step-4.active .step-wrapper {
            width: 115px;
        }

        div.checkout-steps li.step-3.active .step-wrapper {
            width: 90px;
        }

        div.checkout-steps li.active .step-title {
            display: block;
            font-size: 12px;
        }

        div.checkout-steps li.step .step-number {
            width: 20px;
            height: 21px;
            margin: 14px 8px 15px 8px;
            background: transparent url('/_ui/img/icons/checkout-steps-sprite-small.png') no-repeat 0 0;
        }

        div.checkout-steps li.step-1 .step-number {
            background-position: 0 -21px;
        }

        div.checkout-steps li.step-2 .step-number {
            background-position: -20px -21px;
        }

        div.checkout-steps li.step-3 .step-number {
            background-position: -40px -21px;
        }

        div.checkout-steps li.step-4 .step-number {
            background-position: -60px -21px;
        }

        div.checkout-steps li.step-5 .step-number {
            background-position: -80px -21px;
        }

        div.checkout-steps li.step-1.active .step-number {
            background-position: 0 0;
        }

        div.checkout-steps li.step-2.active .step-number {
            background-position: -20px 0;
        }

        div.checkout-steps li.step-3.active .step-number {
            background-position: -40px 0;
        }

        div.checkout-steps li.step-4.active .step-number {
            background-position: -60px 0;
        }

        div.checkout-steps li.step-5.active .step-number {
            background-position: -80px 0;
        }

        div.checkout-steps .step-title,
        div.checkout-steps ul li.divider {
            display: none;
        }

    /* Checkout: Reserve */
    body.checkout-page div#tour-content-container {
        min-height: 0;
    }

    body.checkout-page fieldset#tour-performance-selection {
        margin-bottom: 0;
    }

    body.checkout-page #tour-performance-selection ol.block-fields-list li {
        display: block;
        float: left;
        padding: 0;
        margin: 0 18px 18px 0;
    }

    body.checkout-page #reserve-tour-form .alertmessage {
        margin-bottom: 18px;
    }

    body.checkout-page #tour-content-container.tour-content-loading {
        min-height: 80px;
    }

    body.checkout-page div#perf-date-container {
        width: 100%;
        height: auto;
    }

    body.checkout-page fieldset#login-promo-code {
        border: 1px solid #cacaca;
    }

    body.checkout-page div#perf-select-container {
        background: none;
        margin: 0;
        padding: 0;
    }

        body.checkout-page div#perf-select-container h3 {
            margin-bottom: 15px;
        }

    body.checkout-page fieldset#login-promo-code label {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        padding-bottom: 10px;
    }

    body.checkout-page fieldset#login-promo-code div#login-promo-code-box {
        width: 100%;
    }

    body.checkout-page fieldset#login-promo-code input.text {
        line-height: 19px;
        margin: 0;
        padding: 5px 3% 4px 3%;
        width: 44%;
    }

    body.checkout-page fieldset#login-promo-code .btn-short-arrow {
        margin: 0 0 0 10px;
        padding: 0 10px 0 0;
        width: 110px;
        height: auto;
        background: transparent url('/_ui/img/btn/bg-btn-mobile.png') no-repeat right 0;
        border: none;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        display: inline-block;
    }

    body.checkout-page fieldset#login-promo-code .submit-inactive {
        background-position: right -30px;
        cursor: auto;
        display: inline-block;
    }

    body.checkout-page div.month-container-wrapper {
        border: 1px solid #cacaca;
        border-bottom: none;
    }

    body.checkout-page div.month-container {
        width: 100%;
        margin: 0;
        background-color: #fff;
        border-bottom: 1px solid #cacaca;
    }

        body.checkout-page div.month-container:nth-child(odd) {
            margin: 0;
            background-color: #f0f0f0;
        }

    body.checkout-page div#perf-select-container h4 {
        text-transform: none;
        line-height: 40px;
        font-size: 13px;
        padding: 0 10px 0 30px;
        margin: 0;
        border: none;
        background: transparent;
        color: #333333;
        cursor: auto;
    }

        body.checkout-page div#perf-select-container h4.ui-accordion-header {
            color: #0066cc;
            cursor: pointer;
            background: transparent url('/_ui/img/misc/arrow-checkout-months.png') no-repeat 10px 15px;
        }

        body.checkout-page div#perf-select-container h4.ui-accordion-header-active {
            color: #333333;
            background: #e3f5ff url('/_ui/img/misc/arrow-checkout-months-open.png') no-repeat 10px 15px;
        }

    body.checkout-page div#perf-select-container ol {
        padding: 5px 10px 20px 10px;
        margin: 0;
        border: none;
        background: transparent;
        top: 0;
    }

        body.checkout-page div#perf-select-container ol.ui-accordion-content-active {
            background-color: #e3f5ff;
        }

        body.checkout-page div#perf-select-container ol li a {
            color: #0066cc;
        }

        body.checkout-page div#perf-select-container ol li span {
            padding-bottom: 0;
            line-height: 30px;
            font-size: 12px;
        }

            body.checkout-page div#perf-select-container ol li span.day {
                min-width: 25px;
            }

    body.checkout-page div.month-container span.date,
    body.checkout-page div.month-container span.time {
        padding-left: 5px;
    }

    body.checkout-page div#select-seating #syos-selection > ul > li:first-child {
        text-indent: -99999px !important;
        width: 78px !important;
        display: block;
    }

        body.checkout-page div#select-seating #syos-selection > ul > li:first-child:before {
            content: "By Section";
            text-indent: 0;
            position: absolute;
            left: 20px;
            top: 10px;
            width: 78px;
            background: transparent;
            display: block !important;
        }

    body.checkout-page div#select-seating #syos-selection > ul > li:last-child {
        text-indent: -99999px !important;
        width: 60px !important;
        display: block;
    }

        body.checkout-page div#select-seating #syos-selection > ul > li:last-child:before {
            content: "By Price";
            text-indent: 0;
            position: absolute;
            left: 20px;
            top: 10px;
            width: 60px;
            background: transparent;
            display: block !important;
        }

    body.checkout-page ul#perf-ticket-panels {
        width: 100%;
    }

    body.checkout-page div#pnl-best-avail, div#pnl-syos-seats {
        min-height: 50px;
    }

    body.checkout-page #perf-ticket-panels h5.zone-tab {
        padding: 6px 10px 6px 36px;
    }

    body.checkout-page #perf-ticket-panels fieldset.price-types-list {
        padding-right: 10px;
    }

        body.checkout-page #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list li {
            position: relative;
            padding: 5px 0 30px 0;
            border-top: 1px solid #cacaca;
        }

            body.checkout-page #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list li:first-child {
                border-top: none;
            }

        body.checkout-page #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list label {
            float: none;
        }

        body.checkout-page #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list select {
            position: absolute;
            top: 27px;
            left: 0;
        }

        body.checkout-page #perf-ticket-panels fieldset.price-types-list div.cta {
            padding: 0;
        }

            body.checkout-page #perf-ticket-panels fieldset.price-types-list div.cta a.btn-short-arrow {
                float: right;
                margin: 0 14px 0 0;
                padding: 0 30px 0 10px;
                height: auto;
                background: transparent url('/_ui/img/btn/bg-btn-mobile.png') no-repeat right 0;
                border: none;
                text-align: center;
                font-size: 13px;
                line-height: 30px;
            }

    body.checkout-page div#sub-col,
    body.confirmation-page div#sub-col,
    body.checkout-page div#event-info-section img.keyart,
    body.checkout-page div#event-info-section p.tickets-for,
    body.checkout-page div#event-info-section a#perf-select-trigger,
    body.checkout-page div#perf-select-container div.hr,
    body.checkout-page div#perf-select-container p,
    body.checkout-page fieldset#best-avail-form p,
    body.checkout-page div.syos-enabled-heading {
        display: none;
    }

    /* Checkout: Reserve CYO */
    body#reserve-cyo div#sub-col {
        display: none;
    }

    body#reserve-cyo div.package-group-info {
        min-height: 10px;
    }

        body#reserve-cyo div.package-group-info .package-image {
            display: none;
        }

    body#reserve-cyo #select_quantity_box {
        padding: 14px 3%;
        width: 93%;
    }

        body#reserve-cyo #select_quantity_box a.btn-tall-arrow {
            margin-right: 0;
        }

    body#reserve-cyo .performance-group .p-name {
        display: block;
        float: none;
        width: 100%;
        padding: 0 0 10px 0;
    }

    body#reserve-cyo .performance-group .p-requirement {
        display: block;
        float: none;
        width: 100%;
    }

    body#reserve-cyo .performance-group .performance-group-production h4 {
        padding: 15px 30px 15px 10px;
        position: relative;
        margin: 0;
    }

    body#reserve-cyo .performance-group .performance-group-production a.expando-link {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    body#reserve-cyo .performance-group .performance-group-production .p-name {
        font-size: 12px;
        top: 0;
        text-transform: none;
        width: 100%;
        float: none;
        display: block;
    }

    body#reserve-cyo .performance-group .p-daterange {
        font-size: 12px;
        top: 0;
        text-transform: none;
        width: 100%;
        padding: 0;
        display: block;
    }

    body#reserve-cyo .production-info {
        padding: 0 10px 15px 10px;
    }

        body#reserve-cyo .production-info .hr {
            display: none;
        }

    body#reserve-cyo .production-purchases span {
        padding: 0 10px 15px 10px;
        text-transform: none;
        text-align: left;
    }

    body#reserve-cyo .production-description {
        padding: 0;
    }

        body#reserve-cyo .production-description .description .marketing-image {
            float: none;
            width: 100%;
            height: auto;
            background: transparent;
            margin: 0;
        }

            body#reserve-cyo .production-description .description .marketing-image img {
                width: 100%;
                height: auto;
            }

        body#reserve-cyo .production-description p.strapline {
            width: 100%;
        }

        body#reserve-cyo .production-description table.price-chart {
            width: 100%;
            float: none;
            margin: 0;
        }

    body#reserve-cyo .production-seating span.perf-heading {
        margin: 0;
    }

    body#reserve-cyo .production-info .month-container li span.price-type {
        width: 70px;
    }

    body#reserve-cyo .add-to-cart-container .msg-container {
        width: 100%;
        float: none;
    }

    body#reserve-cyo .add-to-cart-container .btn-container {
        margin-left: 0;
    }

    body#reserve-cyo .production-info div.month-container-wrapper {
        border: 1px solid #cacaca;
        border-bottom: none;
    }

        body#reserve-cyo .production-info div.month-container-wrapper div.month-container {
            width: 100%;
            margin: 0;
            background-color: #fff;
            border-bottom: 1px solid #cacaca;
        }

            body#reserve-cyo .production-info div.month-container-wrapper div.month-container:nth-child(odd) {
                margin: 0;
                background-color: #f0f0f0;
            }

    body#reserve-cyo .performance-group .performance-group-production .production-info .month-container h4 {
        text-transform: none;
        line-height: 40px;
        font-size: 13px;
        padding: 0 10px;
        margin: 0;
        border: none;
        background: transparent;
        color: #333333;
        cursor: auto;
    }

    body#reserve-cyo .production-info .month-container ol {
        padding: 5px 10px 20px 10px;
        margin: 0;
        border: none;
        background: transparent;
        top: 0;
    }

        body#reserve-cyo .production-info .month-container ol li a {
            color: #0066cc;
        }

    body#reserve-cyo .production-info .month-container li span {
        padding-bottom: 0;
        line-height: 30px;
        font-size: 12px;
    }

        body#reserve-cyo .production-info .month-container li span.day {
            width: 30px;
        }

        body#reserve-cyo .production-info .month-container li span.date {
            width: 65px;
        }

        body#reserve-cyo .production-info .month-container li span.time {
            width: 55px;
        }

    body#reserve-cyo .production-info div.month-container.ga {
        border-bottom: none;
    }

    body#reserve-cyo .performance-group .performance-group-production .production-info .month-container.ga h4 {
        padding: 0;
    }

    body#reserve-cyo .production-info .month-container.ga li span.time {
        border-right: 1px solid #cacaca;
        margin-right: 5px;
    }

    body#reserve-cyo ul#perf-ticket-panels {
        width: 100%;
    }

    body#reserve-cyo div#pnl-best-avail, div#pnl-syos-seats {
        min-height: 50px;
    }

    body#reserve-cyo #perf-ticket-panels h5.zone-tab {
        padding: 6px 10px 6px 36px;
    }

    body#reserve-cyo #perf-ticket-panels fieldset.price-types-list {
        padding-right: 10px;
    }

        body#reserve-cyo #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list li {
            position: relative;
            padding: 5px 0 30px 0;
            border-top: 1px solid #cacaca;
        }

            body#reserve-cyo #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list li:first-child {
                border-top: none;
            }

        body#reserve-cyo #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list label {
            float: none;
        }

        body#reserve-cyo #perf-ticket-panels fieldset.price-types-list ol.inline-fields-list select {
            position: absolute;
            top: 27px;
            left: 0;
        }

        body#reserve-cyo #perf-ticket-panels fieldset.price-types-list div.cta {
            padding: 0;
        }

            body#reserve-cyo #perf-ticket-panels fieldset.price-types-list div.cta a.btn-short-arrow {
                float: right;
                margin: 0 14px 0 0;
                padding: 0 30px 0 10px;
                height: auto;
                background: transparent url('/_ui/img/btn/bg-btn-mobile.png') no-repeat right 0;
                border: none;
                text-align: center;
                font-size: 13px;
                line-height: 30px;
            }

    /* Checkout: Cart */
    body.checkout-page div.carttimer {
        padding: 15px 0;
        background: transparent;
        border: none;
    }

        body.checkout-page div.carttimer p {
            margin: 0;
        }

    body.checkout-page div.order-summary-section > h3 {
        margin-left: 0;
    }

    body.checkout-page table.shoppingcart,
    body.checkout-page table#pkg_cart_table {
        width: 100%;
    }

        body.checkout-page table.shoppingcart td.tickets-and-seats,
        body.checkout-page table#pkg_cart_table td.pkg-tickets-and-seats {
            width: 58%;
            padding: 15px 3%;
        }

        body.checkout-page table.shoppingcart th.tickets-and-seats,
        body.checkout-page table#pkg_cart_table th.pkg-tickets-and-seats {
            width: 58%;
            padding: 20px 3% 0 3%;
        }

        body.checkout-page table.shoppingcart div.tickets,
        body.checkout-page table#pkg_cart_table div.pkg-tickets {
            width: 100%;
            padding: 0;
            float: none;
        }

        body.checkout-page table.shoppingcart th div.seats,
        body.checkout-page table#pkg_cart_table th div.pkg-seats {
            display: none;
        }

        body.checkout-page table.shoppingcart td div.seats,
        body.checkout-page table#pkg_cart_table td div.pkg-seats {
            width: 95%;
            padding: 10px 0 0 5%;
        }

        body.checkout-page table.shoppingcart th.quantity,
        body.checkout-page table#pkg_cart_table th.pkg-qty {
            width: 15%;
            padding: 20px 3% 0 0;
        }

        body.checkout-page table.shoppingcart td.quantity,
        body.checkout-page table#pkg_cart_table td.pkg-qty {
            width: 15%;
            padding: 15px 3% 15px 0;
        }

        body.checkout-page table.shoppingcart th.subtotal,
        body.checkout-page table#pkg_cart_table th.pkg-total {
            width: 15%;
            padding: 20px 3% 0 0;
        }

        body.checkout-page table.shoppingcart td.subtotal,
        body.checkout-page table#pkg_cart_table td.pkg-total {
            width: 15%;
            padding: 15px 3% 15px 0;
        }

        body.checkout-page table#pkg_cart_table td.top-level-package,
        body.checkout-page table#pkg_cart_table td.bottom-level-package {
            width: 94%;
            padding: 10px 3%;
        }

    body.checkout-page table.order-totals {
        width: 100%;
    }

        body.checkout-page table.order-totals td.subtotal {
            width: 33%;
            padding: 0 3% 0 0;
        }

    table.order-totals td.labelTotal {
        width: 64%;
    }

    body.checkout-page div.multi-upsell-revealer-container {
        width: 100%;
    }

    body.checkout-page div.upsell-revealer-container img.mini-thumb {
        display: none;
    }

    body.checkout-page div.upsell-revealer-container {
        width: 92%;
        padding: 18px 4% 18px 4%;
    }

    body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.text-fields,
    body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.text-fields.tour-ticket-selection {
        width: 100%;
    }

        body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.text-fields label {
            width: 60px;
        }

        body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.text-fields select.select-zone-time {
            min-width: 200px;
            width: 200px;
        }

    body.checkout-page div.cart-nav a.btn-shopping,
    body.checkout-page div.cart-nav a.btn-payment {
        width: 95px;
        padding: 5px 12% 5px 5%;
        margin: 0;
        height: auto;
        background: transparent url('/_ui/img/btn/bg-btn-mobile-tall.png') no-repeat right 0;
        border: none;
        font-size: 13px;
        line-height: 17px;
    }

    body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.tour-ticket-selection ol.inline-fields-list li {
        position: relative;
        padding: 10px 0 35px 0;
        border-top: 1px solid #cacaca;
    }

        body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.tour-ticket-selection ol.inline-fields-list li:first-child {
            border-top: none;
        }

    body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.tour-ticket-selection ol.inline-fields-list label {
        margin: 0;
        width: 160px;
        text-align: left;
    }

    body.checkout-page div.order-upsell-section fieldset.upsell-mini-form fieldset.tour-ticket-selection ol.inline-fields-list select {
        position: absolute;
        top: 35px;
        left: 0;
    }

    /* Checkout: Login */
    body.checkout-page fieldset#login-form fieldset.form-btns,
    body.checkout-page fieldset#register-form fieldset.form-btns {
        width: 100%;
    }

    body.checkout-page fieldset#login-form h2 {
        text-indent: -999999px;
        position: relative;
    }

        body.checkout-page fieldset#login-form h2:before {
            content: "Log in";
            text-indent: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

    body.checkout-page fieldset#login-form a.formlink {
        display: block;
    }

    body.checkout-page fieldset#login-form p {
        display: none;
    }

    body.checkout-page fieldset#login-form input.text,
    body.checkout-page fieldset#register-form input.text {
        width: 95%;
        padding: 3px 2%;
    }

    body.checkout-page fieldset#login-form span.formnote,
    body.checkout-page fieldset#register-form span.formnote {
        width: 100%;
        display: block;
    }

    body.checkout-page fieldset#login-form span.errornote,
    body.checkout-page fieldset#register-form span.errornote {
        width: 100%;
    }

    body.checkout-page div.captcha-container span.errornote.captcha {
        position: relative;
        margin: 0;
    }

    body.checkout-page #recaptcha_area {
        width: 300px;
    }

        body.checkout-page #recaptcha_area #recaptcha_table {
            border: none !important;
        }

        body.checkout-page #recaptcha_area td {
            display: inline-block;
            padding: 5px 0 !important;
        }

    body.checkout-page #recaptcha_image img {
        width: 298px !important;
        height: auto !important;
    }

    body.checkout-page #recaptcha_reload_btn {
        display: inline-block;
        padding-bottom: 1px;
        background: #034dad;
    }

        body.checkout-page #recaptcha_reload_btn img {
            background: #0877c0;
        }

    body.checkout-page #recaptcha_switch_audio_btn,
    body.checkout-page #recaptcha_switch_img_btn {
        display: inline-block;
        padding-bottom: 1px;
        background: #034dad;
    }

        body.checkout-page #recaptcha_switch_audio_btn img,
        body.checkout-page #recaptcha_switch_img_btn img {
            background: #0877c0;
            padding-top: 3px;
        }

    body.checkout-page #recaptcha_whatsthis_btn {
        display: inline-block;
        background: #034dad;
    }

        body.checkout-page #recaptcha_whatsthis_btn img {
            background: #0877c0;
            padding-top: 2px;
        }

    body.checkout-page #recaptcha_logo {
        padding: 0 0 0 10px;
        height: 20px;
        width: auto;
    }

    body.checkout-page #recaptcha_response_field {
        width: 292px !important;
        font-size: 16px !important;
    }

    body.checkout-page #recaptcha_area #recaptcha_table a,
    body.checkout-page #recaptcha_area #recaptcha_table a:hover {
        color: #0066cc;
    }

    /* Checkout: Payment */
    body.checkout-page div.modal-popover-sm {
        width: 230px;
    }

        body.checkout-page div.modal-popover-sm div.modal-popover-sm-content {
            padding: 36px 10px 24px 10px;
        }

            body.checkout-page div.modal-popover-sm div.modal-popover-sm-content img {
                width: 100%;
                height: auto;
            }

    body.checkout-page fieldset.form-btns.process-payment {
        height: auto;
    }

    body.checkout-page div.payment-section {
        padding: 15px 0 8px 0;
    }

    body.checkout-page div#gift-voucher-section input.text-long {
        width: 96%;
        padding: 3px 2%;
    }

    body.checkout-page div#gift-voucher-section a#gift-voucher-trigger {
        display: block;
    }

    body.checkout-page div#gift-voucher-section .btn-short-arrow {
        margin: 10px 0 0 0;
        padding: 0 20px 0 0;
        width: 100px;
        height: auto;
        background: transparent url('/_ui/img/btn/bg-btn-mobile.png') no-repeat right 0;
        border: none;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        display: inline-block;
    }

    body.checkout-page div#gift-voucher-section .submit-inactive {
        background-position: right -30px;
        cursor: auto;
        display: inline-block;
    }

    body.checkout-page div.modal-popover-lrg {
        width: 90%;
    }

    body.checkout-page #credit-card-section fieldset.text-fields p#lbl_delivery_method_message {
        width: 100%;
    }

    body.checkout-page #credit-card-section fieldset.text-fields input.text-short {
        width: 60px;
    }

    body.checkout-page div#credit-card-section p.paymentDescription {
    }

    body.checkout-page fieldset.form-btns.process-payment {
        padding-left: 0;
    }

        body.checkout-page fieldset.form-btns.process-payment span.label {
            font-size: 14px;
            height: auto;
            text-align: left;
            text-transform: uppercase;
            padding-bottom: 15px;
        }

    body.checkout-page #make-donation-section fieldset.text-fields.bluebox {
        margin: 0 0 20px 0;
        padding: 12px 20px 20px 20px;
    }

    body.checkout-page #make-donation-section input.text-long {
        width: 90%;
    }

    body.checkout-page #make-donation-section fieldset.form-btns {
        margin-top: 0;
    }

    body.checkout-page div.tooltip {
        width: 130px;
    }

    body.checkout-page div#opt-ins-section fieldset#miniform-optins ol li {
        display: block;
    }

    body.checkout-page div#terms-conditions-content {
        display: block !important;
    }

    /* Checkout: Confirmation */
    body.confirmation-page ul.checkout-confirmation-items,
    body.confirmation-page ul.checkout-confirmation-items > li {
        width: 100%;
    }

    body.confirmation-page ul.social {
        width: 100%;
    }

    body.confirmation-page ul.checkout-confirmation-items img {
        float: none;
        width: 100%;
        height: auto;
    }

    body.confirmation-page ul.checkout-confirmation-items h4 {
        padding: 10px 0;
    }

    body.confirmation-page ul.checkout-confirmation-items > li ul.social {
        width: 100%;
    }

    body.confirmation-page div.checkout-confirmation-hdr a.btn-tall-arrow {
        text-indent: -999999px;
        position: relative;
        width: 120px;
    }

        body.confirmation-page div.checkout-confirmation-hdr a.btn-tall-arrow:before {
            content: "View your order";
            text-indent: 0;
            position: absolute;
            top: 5px;
            left: 10px;
        }

    body.confirmation-page div.checkout-confirmation-hdr h1 + p {
        margin: 10px 0;
    }

    /* Search */
    body.search-page div#wrapper div.inner {
        background: #fff;
    }

    body.search-page div#content {
        border: none;
    }

    div.happening-now-mobile,
    body.search-page div.section-whats_on div.column-search-form {
        width: 94%;
        margin: 0 3% 0 3%;
        border: none;
        border-bottom: 1px solid #666;
        background: transparent;
        min-height: 100px;
    }

        div.happening-now-mobile h3.section-title,
        body.search-page div.section-whats_on div.column-search-form h3.section-title {
            margin-left: 0;
            text-indent: -999999px;
            width: 100%;
            position: relative;
        }

            div.happening-now-mobile h3.section-title:before,
            body.search-page div.section-whats_on div.column-search-form h3.section-title:before {
                content: "Search";
                text-indent: 0;
                position: absolute;
                top: 0;
                left: 0;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: normal;
                color: #7d7d7d;
            }

        div.happening-now-mobile span.header-note,
        body.search-page div.section-whats_on div.column-search-form span.header-note {
            text-indent: -999999px;
            width: 100%;
            position: relative;
        }

            div.happening-now-mobile span.header-note:before,
            body.search-page div.section-whats_on div.column-search-form span.header-note:before {
                content: "Select Your Criteria";
                text-indent: 0;
                position: absolute;
                top: 0;
                left: 0;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 14px;
                font-weight: bold;
                text-transform: none;
                letter-spacing: normal;
                color: #7d7d7d;
            }

        div.happening-now-mobile label,
        div.happening-now-mobile span.pseudo-label,
        body.search-page div.section-whats_on div.column-search-form label,
        body.search-page div.section-whats_on div.column-search-form span.pseudo-label {
            text-transform: none;
            font-size: 14px;
            color: #000;
        }

        div.happening-now-mobile input.date-select,
        body.search-page div.section-whats_on div.column-search-form input.date-select {
            width: 80%;
            margin: 0;
        }

        div.happening-now-mobile div.dateinput,
        body.search-page div.section-whats_on div.column-search-form div.dateinput {
            left: auto;
            right: 0;
            top: 68px;
        }

        div.happening-now-mobile span.calendar-image,
        body.search-page div.section-whats_on div.column-search-form span.calendar-image {
            float: left;
            margin-left: 5px;
            background: transparent url('/_ui/img/misc/icon-calendar-mobile.png') no-repeat 0 0;
        }

        div.happening-now-mobile img.date-select-image,
        body.search-page div.section-whats_on div.column-search-form img.date-select-image {
            float: left;
            opacity: 0;
            width: 40px;
            height: 40px;
            padding: 0;
            cursor: pointer;
        }

        div.happening-now-mobile ol li,
        body.search-page div.section-whats_on div.column-search-form ol li {
            padding: 0 0 15px 0;
            width: 100%;
            height: auto;
        }

        div.happening-now-mobile input,
        body.search-page div.column-search-form input {
            width: 95%;
            font-size: 16px;
            border-radius: 0;
            padding: 5px;
            line-height: 28px;
            height: auto;
            margin: 0;
        }

        div.happening-now-mobile table.check-box-list,
        body.search-page div.section-whats_on div.column-search-form table.check-box-list {
            width: 100%;
        }

            div.happening-now-mobile table.check-box-list input,
            body.search-page div.section-whats_on div.column-search-form table.check-box-list input {
                margin-right: 3px;
            }

        div.happening-now-mobile input.btn-find-now,
        body.search-page div.section-whats_on div.column-search-form input.btn-find-now {
            background: #000;
            color: #fff;
            width: 100%;
            height: 50px;
            padding: 0;
            text-indent: 0;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            margin: 10px 0;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

    body.search-page div.section-whats_on div.tabular-search-results {
        width: 94%;
        margin: 0 3%;
    }

    body.search-page div.section-whats_on span.results-description {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #7d7d7d;
    }

    body.search-page div.section-whats_on table.search-results {
        width: 100%;
    }

        body.search-page div.section-whats_on table.search-results tbody {
            border: none;
        }

            body.search-page div.section-whats_on table.search-results tbody tr {
                background: transparent;
                border-bottom: 1px solid #d8d8d8;
                height: 100px;
            }

        body.search-page div.section-whats_on table.search-results tr td.col-event {
            width: auto;
            padding: 10px 0 10px 160px;
            border: none;
            display: block;
            position: relative;
        }

        body.search-page div.section-whats_on table.search-results tr td span.img {
            position: absolute;
            top: 10px;
            left: 0;
            width: 145px;
            padding: 0;
        }

            body.search-page div.section-whats_on table.search-results tr td span.img a {
                width: auto;
                height: auto;
                border: none !important;
            }

            body.search-page div.section-whats_on table.search-results tr td span.img img {
                display: block;
                max-height: 81px;
            }

        body.search-page div.section-whats_on table.search-results tr td span.copy {
            width: 100%;
            padding: 0;
            float: none;
        }

        body.search-page div.section-whats_on table.search-results tr td.col-date {
            width: auto;
            padding: 0 0 10px 160px;
            border: none;
            display: block;
        }

            body.search-page div.section-whats_on table.search-results tr td.col-date span {
                width: 100%;
                display: block;
            }

    body.search-page div.section-whats_on div.pagination {
        float: none;
        text-align: center;
        padding: 10px 0;
    }

        body.search-page div.section-whats_on div.pagination ul {
            float: none;
            display: inline-block;
        }

            body.search-page div.section-whats_on div.pagination ul li {
                float: none;
                display: inline-block;
                padding: 0;
            }

                body.search-page div.section-whats_on div.pagination ul li a {
                    padding: 0;
                    width: 30px;
                    line-height: 30px;
                    text-align: center;
                    display: block;
                    color: #1677a4;
                    text-decoration: none;
                }

                body.search-page div.section-whats_on div.pagination ul li span {
                    padding: 0;
                    width: 30px;
                    line-height: 30px;
                    text-align: center;
                    background: #1677a4;
                    color: #fff;
                    display: inline-block;
                }

    body.search-page div.section-whats_on div.column-search-form ol li.block-event-type,
    body.search-page div.section-whats_on div.column-search-form ol li.block-venue,
    body.search-page div.section-whats_on div.searchSummary h3.section-title,
    body.search-page div.section-whats_on div.searchSummary br,
    body.search-page div.section-whats_on span.results-count,
    body.search-page div.section-whats_on div.pagination-top,
    body.search-page div.section-whats_on table.search-results thead,
    body.search-page div.section-whats_on table.search-results tr td.col-presenter,
    body.search-page div.section-whats_on table.search-results tr td.col-venue,
    body.search-page div.section-whats_on table.search-results tr td.col-date span br,
    body.search-page div#nav-breadcrumb {
        display: none;
    }

    body.site-skin .site-skin-wrapper {
        display: none;
    }

    ul a[href="#nav-main"] {
        display: none;
    }
}

/* ****************************************************************************************
/* Release20150309 */
/* SOHA-06 - Add focus decoration to the tile */
.eventTile_Details {
    box-shadow: 0 0 4px #09f;
}

/* SOHA-15 - Add focus decoration to the carousel thumbnail and navigation */
slides li a img {
    border: 1px solid transparent;
}

ul.slides li a:focus img {
    border: 1px solid #9ad2fa;
    box-shadow: 0 0 6px #9ad2fa;
}

a.flex-prev:focus,
a.flex-next:focus {
    box-shadow: 0 0 4px #9ad2fa;
}

/* SOHA-28 - Hide the scroll bar on overflowing contents in Opera bar about us / menu tab content */
#eventInfoContent_0 {
    overflow: hidden;
}

/* SOHA-32 style for the hidden section titles. eg: whats hot slider on the home page */
.offleft {
    left: -9999px;
    position: absolute;
}

/* SOHA-40 - style for the new <h3><a> anchor tags */
dl#galleryNav dd h3,
dl#eventInfoNav dd h3 {
    background-color: #fff;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

    dl#galleryNav dd h3 a,
    dl#eventInfoNav dd h3 a {
        background-color: #fff;
        font-size: 16px !important;
    }

        dl#galleryNav dd h3 a:hover,
        dl#eventInfoNav dd h3 a:hover {
            background-color: #0098C3;
            color: #fff;
        }

dl#galleryNav dd h3,
dl#eventInfoNav dd h3 {
    background-color: #fff;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

    dl#galleryNav dd h3 a,
    dl#eventInfoNav dd h3 a {
        background-color: #fff;
        font-size: 16px !important;
    }

        dl#galleryNav dd h3 a:hover,
        dl#eventInfoNav dd h3 a:hover {
            background-color: #0098C3;
            color: #fff;
        }

/* SOHA-32 fixes */
#eventInfoNav dd a .currentlyShowingMessage {
    position: absolute;
    left: -9999px;
    display: none;
}
#eventInfoNav dd a .showBelowMessage {
    position: absolute;
    left: -9999px;
}
#eventInfoNav dd a.active .currentlyShowingMessage {
    display: block;
}
#eventInfoNav dd a.active .showBelowMessage {
    display: none;
}
#galleryNav dd a .currentlyShowingMessage {
    position: absolute;
    left: -9999px;
    display: none;
}
#galleryNav dd a .showBelowMessage {
    position: absolute;
    left: -9999px;
}
#galleryNav dd a.active .currentlyShowingMessage {
    display: block;
}
#galleryNav dd a.active .showBelowMessage {
    display: none;
}
/* End SOHA-32 fixes */

/* dialog positioning and close on keyboard accessibility */
.merchContainer {
    background-color: #F7F3F7;
    border: 1px solid #ccc !important;
    display: block;
    position: absolute;
    top: 150px !important;
    width: 540px;
    z-index: 100000 !important;
}

#merchBG {
    background-color: #333333;
    display: block;
    position: absolute;
    top: 155px !important;
    z-index: 99999 !important;
}

div.durationErrors a:hover {
    background-color: #F3F3F3;
    cursor: text;
    text-decoration: none;
}

.radiofocus {
    outline: 1px dotted;
}

.nav-sub {
    background-color: #343434 !important;
}

ul#nav-main li div.nav-sub {
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
}