* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana;
    color: #333;
    background: #e1f2fc;
    overflow-x: hidden;
}

a, a:visited {
    text-decoration: none;
    color: #888;
}

    a:hover {
        text-decoration: underline;
    }


ul li, ol li {
    padding: 0 0 0 0;
}

ul, ol {
    padding: 0 0 10px 17px;
    margin-left: 0px;
}

.mainContent ul, ol {
    padding: 0 0 10px 34px;
    margin-left: 17px;
}

ul#supersized {
    padding: 0;
    margin: 0;
}

p, h4, h5, h6 {
    margin: 0 0 1em;
}

h1, h2 {
    font-weight: normal;
    color: #000;
}

h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;
}

h1 {
    font-size: 2em;
    margin: 0 0 0.5em;
}

h2 {
    font-size: 1.75em;
    margin: 0 0 0.7em;
}

h3 {
    font-size: 1.25em;
    margin: 0 0 0.8em;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

    .fa.fa-chevron-right {
        padding: 8px 0 0 0;
    }


.columns {
    border: 0px solid #000;
}

.headerMenuContainer .depth-2 li {
    width: auto;
    clear: both;
}

/* Hides the tinynav dropdown when in normal use */
.tinynav {
    display: none;
}

#containerForm {
    margin: 0 auto;
}


.headerContainer {
    position: absolute;
    top: -259px;
    z-index: 10000;
    width: 100%;
    /*background: url(/images/background.png);*/
    background-repeat: repeat;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: 113%;
    background-position: top center;
}

.row.menuSystemLogoContainer {
    max-width: 100%;
}

.leftSpacer {
    display: block;
}


.spacer100 {
    height: 100px;
    display: block;
    clear: both;
}

.menuSystemLogoContainer .columns {
    padding: 0;
}

.headerContainer .columns {
    padding: 0;
}

.headerContainer ul {
    padding: 0px 0 0 0;
}

#header {
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #000;
    height: 245px;
}

.headerContainer .columns {
    padding: 0;
    z-index: 0;
}

#header .columns {
    padding: 0;
}

.logoContainer {
    text-align: left;
}

#sign {
    visibility: hidden;
}

#signContainer {
    position: absolute;
    top: 7%;
    left: 45%;
    text-align: center;
    z-index: 1000000;
}


#leftSideBar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 60px;
    background: #ffe800;
    z-index: 2147483647;
}

.toggleMenuButton {
    color: #000;
    font-size: 24px;
    padding: 10px 6px 0 15px;
    cursor: pointer;
    margin: 0 0 0 0;
    display: inline-block;
}


.toggleSearchButton {
    color: #000;
    font-size: 24px;
    padding: 10px 5px 0 5px;
    cursor: pointer;
    display: inline-block;
}


.small-4.medium-2.large-2.columns.menuButtons {
    text-align: right;
    padding: 5px 10px 0 0;
}

.small-2.medium-1.large-2.columns.menuButtons {
    text-align: right;
    padding: 5px 10px 0 0;
}

#rightSideBar {
    display: none;
}


#logo {
    margin: 0 0 0 0;
}

    #logo img {
        width: 100%;
    }


#sign {
    padding: 0px 0 0 0;
    cursor: pointer;
    width: 36px;
    /*border: 3px solid #ffe800;
    border-radius: 34px;*/
}

#bslAndContent {
    display: block;
    height: auto;
    margin-top: 258px;
}

    #bslAndContent .columns {
        margin: 0;
        padding: 0;
    }

#bslContent img {
    max-width: 100%;
}

.videoWrapper,
.event-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    margin-bottom: 20px;
}


    .videoWrapper iframe,
    .event-video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 0;
    }



.noColumnPadding {
    margin: 0;
    padding: 0;
}

#bslVideo {
    display: block;
    height: auto;
    background: rgba(0, 0, 0, 0.1);
}

#bslContentContainer {
    display: block;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

    #bslContentContainer h1,
    #bslContentContainer a {
        color: #fff;
        display: block;
    }

    #bslContentContainer h1 {
        margin: 0 0 30px 0;
    }

#bslContent {
    padding: 50px 50px;
}

.videoWrapper p {
    margin: 0;
    padding: 0;
}

#bslVideoOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2147483647;
}


.bslVideoColumn {
    margin: 0 0 0 100px;
    display: none;
}

#bslVideoContainer {
    display: table;
    height: 100vh;
    width: 100vw;
}

#closeVideoButton {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    text-align: left;
}

.closeVideoButton strong {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.overlayBSLVideoContent {
    display: table-cell;
    vertical-align: middle;
}

    .overlayBSLVideoContent iframe {
        border: 0;
    }


.ProjectInfoTitle h3 {
    font-weight: normal;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    overflow-y: scroll;
    z-index: 2147483647;
}


#menuMain {
    float: left;
    margin: 1em 25px 0;
}

    #menuMain li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        #menuMain li.lastMenuItem {
            margin-right: 0;
        }

        #menuMain li a,
        #menuMain li a:visited {
            color: #000;
            font-weight: bold;
            text-decoration: none;
            font-size: medium;
        }

            #menuMain li a:hover {
                text-decoration: underline;
            }

            #menuMain li a.currentPage {
                color: #888;
            }










.overlayMenu {
    float: left;
    margin: 0 70px;
}

    .overlayMenu li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }

        .overlayMenu li.lastMenuItem {
            margin-right: 0;
        }

        .overlayMenu li a,
        .overlayMenu li a:visited {
            color: #000;
            font-weight: normal;
            text-decoration: none;
            font-size: 24px;
        }

            .overlayMenu li a:hover {
                text-decoration: underline;
            }

            .overlayMenu li a.currentPage {
                color: #888;
            }


    .overlayMenu ul, ol {
        padding: 0 0 10px 0px;
        margin-left: 0px;
    }

.searchPanel {
    margin: 100px 0 0 0;
}



.icons-box a,
.icons-box a:visited,
.icons-box a,
.icons-box a:visited {
    text-decoration: none;
    font-size: 20px;
}

    .icons-box a i,
    .icons-box a i {
        color: #000;
        font-size: 18px;
    }

    .icons-box a:hover i {
        font-size: 20px;
    }

#headerBottom {
    padding: 0 0 0 115px;
}

    #headerBottom .box {
        width: 25%;
        float: left;
        margin: 0 0 0 25px;
    }

        #headerBottom .box.last-box {
            width: 200px;
            float: right;
        }

#mainContent {
    padding: 120px 20px 0 20px;
    font-size: 24px;
}

    #mainContent .columns {
        padding: 0;
    }

    #mainContent img {
        /*border:5px solid #333333;*/
    }

.mainContent h1 {
    margin-top: 20px;
}


.headerMenuContainer {
    display: none;
}

.headerContainer img {
    max-width: 100%;
}

#menuToggleLayer img {
    max-width: 100%;
}

#searchToggleLayer img {
    max-width: 100%;
}

.headerMenuContainer .depth-1 li a {
    display: table;
}

.headerMenuContainer ul.depth-2 {
    display: none;
    margin-left: -50px;
    position: absolute;
    overflow: visible;
    z-index: 2000000;
    background: #ffe800;
    padding: 50px 120px;
    left: 50px;
    width: 100%;
    /*opacity: 0.9;*/
}

.headerMenuContainer ul.depth-3 {
    margin-left: 500px;
}

.headerMenuContainer ul.depth-3 {
    display: none;
    left: 500px;
    position: absolute;
    top: 46px;
    overflow: visible;
    z-index: 2000000;
}


.headerMenuContainer .depth-2 li {
    display: block;
    text-align: left;
    width: 100%;
}



.headerMenu {
    display: inline-block;
    color: #000;
}

    .headerMenu.depth-1 {
        display: inline-block;
        padding: 0 20px 0 60px;
    }

        .headerMenu.depth-1 a {
            color: #000;
            text-decoration: none;
            font-size: 24px;
            display: none;
        }


.headerMenuContainer .depth-1 li a {
    display: none;
    padding: 5px;
}

.headerMenuContainer .headerMenu.depth-1:nth-of-type(-n+5) a {
    display: inline-block;
}


.small-4.medium-2.large-2.columns.menuButtons {
    text-align: right;
}

.headerContainer ul .depth-3 {
    padding: 2px 0 0 0;
    margin-left: 30px;
}

.headerContainer .depth-3 {
    display: none;
}

.currentPage {
    font-weight: bold;
}

nav#menuSub {
    margin: 10px 0 0 0;
    width: 100%;
}


#menuSub ul li, ol li {
    list-style-type: none;
    padding: 0.4em 0 0.4em 0;
    margin: 0;
}

#menuSub {
    display: inline-block;
    color: #000;
}

    #menuSub ul {
        margin: 0;
        padding: 0;
    }

    #menuSub li {
        display: block;
        padding: 0 20px 0 0;
    }

        #menuSub li a {
            color: #000;
            text-decoration: none;
            font-size: 24px;
        }


            #menuSub li a:hover {
                color: #000;
                text-decoration: none;
                font-size: 24px;
            }

nav#menuSub ul li ul li:last-child {
    padding: 0.4em 0 0 30px;
    border: 0px;
}

nav#menuSub ul li ul li:first-child {
    margin: 0.4em 0 0 0;
    padding: 0.4em 0 0.4em 30px;
    border-top: 1px solid #888;
}

nav#menuSub ul li ul li {
    padding: 0.4em 0 0.4em 30px;
}


#menuSub {
    visibility: hidden;
}

    #menuSub i {
        font-size: 44px;
        padding: 4px 8px 0 5px;
        cursor: pointer;
        float: right;
        vertical-align: top;
        margin: -8px 0 0 0;
        color: #555;
    }


nav#menuSub a,
nav#menuSub a:link,
nav#menuSub a:visited {
    text-decoration: none;
    font-size: 24px;
}

    nav#menuSub a:hover {
        color: #000;
    }

    nav#menuSub a.currentPage {
        color: #000;
        font-weight: bold;
    }

nav#menuSub {
    margin-top: 70px;
}

    nav#menuSub li {
        border-bottom: 1px solid #888;
    }

        nav#menuSub li ul {
            margin: 0;
            padding: 0;
        }













#menuToggleButton {
    height: 50px;
    z-index: 1001;
    cursor: pointer;
}


#searchToggleButton {
    height: 50px;
    z-index: 1001;
    cursor: pointer;
}




#menuToggleLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,232,0,1);
    color: #ffffff;
    display: none;
    z-index: 2147483646;
}

    #menuToggleLayer li {
        list-style-type: none;
    }

        #menuToggleLayer li a {
            list-style-type: none;
            color: #000;
        }

            #menuToggleLayer li a:hover {
                text-decoration: none;
            }


#searchToggleLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,232,0,1);
    color: #ffffff;
    display: none;
    z-index: 2147483646;
}

    #searchToggleLayer h3 {
        color: #000000;
        font-size: 3em;
        margin: 0 0 0.5em;
        font-weight: normal;
    }

.searchBoxContainer {
    background: #fff;
}


#searchBox {
    margin: 1em 0 0 0;
    float: left;
    width: 100%;
    height: 100px;
    background: #FFF;
    border: 0px;
}

.search-text {
    width: 68%;
    height: 80px;
    border: 0;
    color: #000;
    font-size: 40px;
    padding: 10px;
}


#WCUserControlWrapperSearch_searchButton {
    padding: 20px;
    position: absolute;
    right: 10px;
}


.menuBackground {
    background: url(/images/menu-background-scale.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay003244 {
    width: 100%;
    height: 100%;
    display: block;
}

.row .toggleLayerContainer {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
    position: relative;
}






#footer1 {
    border-top: 0px solid #666;
    padding: 0;
    margin: 0;
}

    #footer1 .columns {
        padding-left: 0;
        padding-right: 0;
    }

#topFooter {
    margin: 0 0px;
    display: none;
}

    #topFooter h1 {
        margin: 0;
    }

.topFooterRowBackgroundText {
    color: #ffffff;
    padding: 0 0 0 80px;
    position: absolute;
    top: 100px;
    font-size: 24px;
    width: 100%;
}

    .topFooterRowBackgroundText h1 {
        font-size: 50px;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.1;
    }

    .topFooterRowBackgroundText h2 {
        font-size: 47px;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.1;
    }

.large-12.columns.topFooterRowBackground {
    padding: 0;
}

.subFooterColumn1 {
    width: 50%;
}

.subFooterColumn1Title {
    font-size: 47px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 0.7em;
}

#topFooter2 a {
    color: #fff;
}

#topFooter .columns {
    padding: 0;
}


#bottomFooter {
    border-top: 0px solid #666;
    padding: 30px 0 0 0;
    margin: 0;
    color: #666;
    font-size: 24px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li {
    margin: 0;
    padding: 0;
}

#footer .row {
    max-width: 100%;
}

#footer .feed a:hover {
    text-decoration: none;
}

#footerContent4 img {
    margin-right: 3%;
}

#bottomFooter .columns {
    padding: 0;
}

.copyright {
    max-width: 100%;
}

#menuBottom {
    margin: 0;
    padding: 0;
}

    #menuBottom li {
        margin: 0;
        padding: 0;
    }

.feed-item {
    font-size: small;
    margin: 0 0 1em;
}

.feed-item-content {
    margin: 0 0 0.5em;
}

.feed-item-meta {
    font-size: smaller;
}
/* End of Skin "Simple" */

/* General styling */
.checkbox input, input[type="checkbox"] {
    margin-right: 5px;
}
/* End of General styling */

/* Styling for validation groups */
.validation ul {
    color: #ff0000;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
/* End of Styling for validation groups */

/* Styling for the calendar */
#eventCalendar {
    margin: 1em 0 0 0;
    float: right;
    width: 12px;
    background: #FFF;
    padding: 3px 5px 2px;
}
/* End of styling for the calendar */

/* Styling for the search box */
#searchBox {
    margin: 1em 0 0 0;
    float: right;
    width: 180px;
    background: #FFF;
}

    #searchBox a,
    #searchBox a:visited,
    #searchBox a,
    #searchBox a:visited {
        text-decoration: none;
        font-size: 18px;
    }

        #searchBox a i,
        #searchBox a i {
            color: #000;
            font-size: 30px;
        }

.icon-search {
    color: #000;
    font-size: 42px;
}

#WCUserControlWrapperSearch_searchButton {
    text-decoration: none;
}
/* End of Styling for the search box */

/* Styling for associations */
.associate-item {
    margin: 0 0 5px;
    width: 250px;
}

.associate-image {
    float: left;
    width: 100px;
}

.associate-title,
.associate-summary {
    float: right;
    width: 140px;
}

    .associate-title a:link,
    .associate-title a:visited {
        color: #000;
        font-weight: bold;
    }
/* End of styling for associations */

/* Styling for menus */
nav#menuSub a,
nav#menuSub a:link,
nav#menuSub a:visited {
    text-decoration: none;
}

    nav#menuSub a:hover,
    nav#menuSub a.currentPage {
        color: #000;
    }

nav#menuSub {
    margin: 10px 0 0 0;
}

    nav#menuSub li ul {
        margin-left: 0px;
    }
/* End of styling for menus */

/* Styling for listing pages*/
.list-item {
    margin-top: 20px;
}

.list-image {
    border-width: 5px;
    border-color: black;
    /*float: left;*/
}

.list-title {
    max-width: 100%;
    height: 62px;
    text-align: center;
}

.list-summary {
    width: 500px;
}

.list-pager {
    margin-top: 15px;
    clear: both;
}
/* End of styling for listing pages*/

/* Styling for listing item pages*/
.item-title h1,
.item-title h2 {
    margin: 0;
}

.item-title,
.item-time,
.item-image,
.item-content,
.item-social {
    margin: 0 0 15px;
}

.social-button {
    float: left;
    width: 85px;
    margin: 0 10px 0 0;
}

.social-fb-comments {
    height: auto !important;
}
/* End of styling for listing item pages*/

/* Styling for news pages */
.news-publishedDate {
    float: right;
    font-size: smaller;
}

.news-list-categories {
    margin-top: 0px;
}
/* End of styling for news pages */

/* Styling for gallery pages */
.gallery-list ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

    .gallery-list ul li {
        display: inline;
        float: left;
        margin: 0 10px 15px 0;
        /*width: 100px;*/
    }

        .gallery-list ul li img {
            border: solid 1px #000;
            /*width: 100px;*/
        }

.gallery-image {
    border: solid 1px #000;
    width: 100%;
    margin-top: 15px;
}
/* End of styling for gallery pages */

/* Styling for events pages
.event-performances {
    border: 1px solid #EEE;
}

.event-performances h2 {
    background: #EEEEEE;
    padding: 0 5%;
}

.event-performances ul {
    list-style: none;
    padding: 0 5%;
    margin: 0;
}

.event-performances .performance-date {
    float: left;
    width: 50%;
}

.event-performances .performance-time {
    float: left;
    width: 50%;
    text-align: right;
}
	End of styling for events pages */

#mainContent .contentLink {
    display: inline-block;
    vertical-align: middle;
    border-style: dashed;
    border-color: #000;
    border-width: 1px 1px 0px 0px;
    min-height: 360px;
    margin: 0 0 0 0;
    padding: 80px 0 0 0;
    text-align: center;
    float: left;
    /*width: 100%;*/
}

.contentLink {
    width: calc(100% - 60px);
}


.contentLinkingImage img {
    max-width: 100%;
    width: 100%;
}

#mainContent .categoryIcons {
    margin: 20px 0 0 0;
}



#mainContent .categoryIcon {
    display: inline-block;
    vertical-align: middle;
    border-style: dashed;
    border-color: #000;
    border-width: 1px 1px 0px 0px;
    min-height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    float: left;
}

.contentLink:hover {
    background: none;
}


.contentLink:nth-of-type(1) {
    border-width: 1px 1px 0px 1px;
}

.contentLink:nth-of-type(-n+3) {
    border-width: 1px 1px 0px 0px;
}

.contentLink:nth-of-type(3) {
    border-width: 1px 1px 0px 0px;
}

.contentLink:nth-last-child(-n+3) {
    border-bottom-width: 1px;
}

.contentLink:last-of-type {
    border-right-width: 1px;
}

.contentLink:nth-child(3n+1) {
    border-left-width: 1px;
}

.contentLink:nth-child(3n+3) {
    border-right-width: 1px;
}

.contentLinksContainer {
    text-align: center;
}

.contentLinkingImage {
    vertical-align: middle;
}

.contentLinkingTitle a {
    color: #414143;
    font-size: 30px;
    text-decoration: none;
}

.contentLink {
    display: inline-block;
    margin: 0 0 0 60px;
}

.small-12.medium-4.large-4.columns.contentLink {
    text-align: center;
}

#mainContentWrapperPlaceHolder_mainContentBodyWrapperPlaceHolder_WCRichTextBox1 img {
    width: 100%;
}

/*.people-list {
    min-height: 200px;

}

.people-item {
    display: block;

}
*/

.subFooterBackground img {
    width: 100%;
}

#mainContent .homepageNewsArticle {
    width: 100%;
    border-width: 0px 1px 1px 1px;
    border-style: dashed;
    border-color: #000;
    min-height: 360px;
    padding: 20px;
}


    #mainContent .homepageNewsArticle:hover {
        background: #ffe800;
    }


.homepageNewsArticle a {
    color: #414143;
    font-size: 58px;
    text-decoration: none;
}

.newsSection {
    border-color: #000;
    border-style: dashed;
    border-width: 1px;
    display: block;
    height: auto;
    text-align: left;
    background: #e1f2fc;
    z-index: 2147483645;
    margin: 100px 0 0 0;
}

.cc-color-override--68373620.cc-window {
    z-index: 2147483647;
}

.newsSection a {
    color: #414143;
    font-size: 26px;
    text-decoration: none;
}




/*#mainContent .newsIcon {
    height: 200px;
}*/



#mainContent .newsHeading {
    padding: 10px 0 0 0;
}

#newsTitle {
    padding: 30px 0 0 0;
}

h2.newsTitle {
    font-size: 1.0em;
    margin: 0 0 0.8em;
}

.newsTitle a {
    font-weight: normal;
    color: #333;
    font-weight: normal;
    text-decoration: underline;
}

.newsTitle2 a {
    font-weight: normal;
    color: #333;
    font-weight: normal;
    text-decoration: underline;
}

h2.newsTitle2 {
    font-size: 1.0em;
    margin: 0 0 0.8em;
}

.blogPostMetaTag a {
    font-size: 1.0em;
    margin: 0 0 0.8em;
    color: #333;
}



.homeNewsArticles.columns {
    padding: 0;
}


/*.newsOverlay {
        position: absolute;
        bottom:10%;
        left: calc(8.3333333333% - 20px);
        color: #fff;    
        font-size: 12px;
}*/



/*.newsIcon img {
    display: none;
}*/

.newsOverlay {
    /*position: absolute;*/
    /*bottom: 16%;*/
    /*left: calc(8.3333333333% - 20px);*/
    left: 20px;
    color: #FFF;
    font-size: 12px;
    z-index: 123456789;
}

.newsOverlayTitle {
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #FFF;
}

.newsSection .newsOverlay a {
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 12px;
}



#featuredArtist {
    width: 100%;
    height: 650px;
    background: url(/images/out-of-festival-pattern-bg.png);
    background-position: -150px -500px;
    background-repeat: no-repeat;
}

    #featuredArtist h1 {
        font-size: 57px;
        margin: 120px 0 0 0;
        padding: 0;
        line-height: 1;
    }

    #featuredArtist h2 {
        font-size: 157px;
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 1;
    }

.newsCategory {
    font-size: 16px;
}

.newsDate {
    font-size: 20px;
}

.newsarticle {
    min-height: 640px;
    padding: 10px;
}

.newsTitle {
    /*font-size: 60px;*/
    line-height: 1.2;
}

#newsletterSubscribe {
    min-height: 300px;
}

.newsSection img {
    width: 100%;
}

.newsImage img {
    width: 50%;
}

#newsletter {
    padding: 0 20px 0 20px;
    margin: 0px 0 0 0;
    border-top: 1px dotted #000;
}

    #newsletter .columns {
        padding: 0;
    }


#newsletterSubscribe {
    text-align: left;
}

#subscribeHeading {
    font-size: 47px;
    padding: 0 0 0px 0;
}

#subscribeSubheading {
    font-size: 25px;
    padding: 0 0 30px 0;
}

#mce-EMAIL {
    padding: 26px;
    font-size: 35px;
    border: 3px solid #000;
    background: transparent;
    width: 70%;
    height: 58px;
}

.register-for-premiere #mce-EMAIL {
    padding: unset !important;
    font-size: 30px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    width: unset !important;
    height: unset !important;
    background: #fff;
    display: block;
    padding: 3px !important;
    width: 100% !important;
}

.register-for-premiere #mce-MERGE1 {
    margin: 0 0 20px 0;
}

.register-for-premiere input {
    font-size: 30px;
    padding: 3px;
    width: 100%;
}

#_submit {
    font-size: 30px;
    padding: 3px;
    width: 100%;
    background: #E1E1E1;
    text-align: center;
    color: #000;
    border: 1px solid #ADADAD;
    cursor: pointer;
    margin: 50px 0 0 0;
}

#mc_embed_signup {
    background: none;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
}

#subscribeEmailLabel {
    font-size: 25px;
    display: block;
}


#subscribeButton {
    background-color: #ed1556;
    border: 3px solid #000;
    display: inline-block;
    height: 59px;
    padding: -8px;
    vertical-align: top;
    width: 59px;
    cursor: pointer;
    margin: 0 0 0 5px;
}

    #subscribeButton img {
        padding: 15px 20px;
        width: 55px;
    }

#youngDaDaFestOuterPanel {
    text-align: center;
    background: url(/images/young-DaDaFest-stripes.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 865px;
    background-size: cover;
}

#youngDaDaFestInnerPanel {
    text-align: center;
    background: url(/images/young-dadafest-home-title.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 1200px;
    position: relative;
    top: -112px;
    z-index: 10;
    padding: 120px 0;
}

#youngDaDaFestViewEvents {
    background: red;
    color: white;
    padding: 17px 10px;
    width: 297px;
    text-align: center;
    box-shadow: -3px 3px 0px #800000;
    margin: 37px auto;
}



    #youngDaDaFestViewEvents a {
        color: white;
    }

#youngDaDaFestLine1 {
    padding: 277px 0 0 0;
}

#youngDaDaFestLine2 {
    padding: 7px 0 0 0;
}

#youngDaDaFestLine3 {
    padding: 20px 0 0 0;
}



.youngDaDaFestLineText1 {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.youngDaDaFestLineText2 {
    font-size: 70px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.youngDaDaFestLineText3 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
}



#internationalDaDaFestOuterPanel {
    text-align: center;
    background: url(/images/dadafest-international-home-strips.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 790px;
    background-size: cover;
}

#internationalDaDaFestInnerPanel {
    text-align: center;
    background: url(/images/dadafest-international-home-title.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 1133px;
    position: relative;
    top: -167px;
    z-index: 10;
    padding: 120px 0;
}

#internationalDaDaFestViewEvents {
    background: red;
    color: white;
    padding: 17px 10px;
    width: 297px;
    text-align: center;
    box-shadow: -3px 3px 0px #800000;
    margin: 37px auto;
}

    #internationalDaDaFestViewEvents a {
        color: white;
    }


#internationalDaDaFestLine1 {
    padding: 237px 0 0 0;
}

#internationalDaDaFestLine2 {
    padding: 10px 0 0 0;
}

#internationalDaDaFestLine3 {
    padding: 20px 0 0 0;
}



.internationalDaDaFestLineText1 {
    font-size: 57px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.internationalDaDaFestLineText2 {
    font-size: 140px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.internationalDaDaFestLineText3 {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0;
}



.youngDaDaFestPanel h1 {
}

.internationalDaDaFestPanel {
}

    .internationalDaDaFestPanel h1 {
    }




#menuToggleLayer .depth-1 li a {
    display: none;
}


#menuToggleLayer .mobileMenu.depth-1:nth-of-type(-n+5) a {
    display: table;
}

.toggleLayerContainer ul.depth-2 {
    display: none;
    margin-left: 300px;
    position: fixed;
    top: 222px;
    overflow: visible;
    z-index: 2000000;
}

.toggleLayerContainer .depth-2 li {
    display: block;
}

.depth-3 {
    display: none;
}

#menuSub {
    visibility: hidden;
    width: 80%;
}

/*#menuSub i {
        font-size: 20px;
        padding: 0 0 0 5px;
        cursor: pointer;
    }*/

.venues-list img, .people-list img, .artists-list img {
    border-radius: 100%;
    border-color: #ffff00;
    border-width: 10px;
    border-style: solid;
    max-width: 100%;
    width: 100%;
}



.event-image img,
.event-detail img,
.people-image img,
.people-detail img,
.artist-image img,
.artist-detail img .venue-image img,
.venue-detail img,
.events-item img {
    border-color: #ffff00;
    border-width: 10px;
    border-style: solid;
}


.similar-events img {
    max-width: 200px;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-color: #000;
    border-width: 3px;
    border-radius: 100px;
}
.similar-event {
    display: block;
    max-width: 200px;
}

.similar-events {
    max-width: 100%;
}



.artist a {
    display: block;
    margin: 5px;
}

.news-image-holder img {
    padding: 10px;
}

.performance-note {
    display: block;
    clear: both;
}

.performance-date {
    display: block;
    clear: both;
}

.performance-tickets {
    display: none;
    clear: both;
}

a.book-button {
    background: #ED1556;
    color: white;
    margin: 12px 0;
    padding: 12px 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 25px;
}

    a.book-button i {
        display: none;
    }





.event-performances {
    font-size: 18px;
    /*display: none;*/
}

    .event-performances ul {
        margin: 0;
        padding: 0;
    }

    .event-performances li {
        list-style: none;
        margin: 0 0 10px 0;
    }

.event-venue {
    /*display: none;*/
}



.similar-events {
    display: block;
    clear: both;
    padding: 150px 0 0 0;
}

    .similar-events hr {
        width: 400px;
        background: #404041;
        border: 3px solid #404041;
    }

    .similar-events h2 {
        padding: 20px 0 0 0;
    }


    .similar-events .clearfix:after {
        clear: none;
    }

#mainContent .similar-events .contentLink {
    display: inline-block;
    vertical-align: middle;
    min-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0 0 0;
    text-align: center;
    float: left;
    border-style: none;
    width: 100%;
}

.mainContent h2 strong {
    font-weight: normal;
}

.artist-content-links .contentLinkingImage,
.gallery-content-links .contentLinkingImage,
.event-content-links .contentLinkingImage {
    margin: 0;
    padding: 0;
}




.artist-content-links img,
.gallery-content-links img,
.event-content-links img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #000;
    border-width: 3px;
    border-radius: 50%;
}

.artist-content-links br,
.gallery-content-links br,
.event-content-links br {
    display: none;
}

.artist-content-links .contentLinkingTitle,
.gallery-content-links .contentLinkingTitle,
.event-content-links .contentLinkingTitle {
    display: block;
    max-width: 100%;
}

    .artist-content-links .contentLinkingTitle a,
    .gallery-content-links .contentLinkingTitle a,
    .event-content-links .contentLinkingTitle a {
        color: #414143;
        font-size: 20px;
        text-decoration: none;
    }



.artist-content-links .contentLink:hover,
.gallery-content-links .contentLink:hover,
.event-content-links .contentLink:hover {
    background: none;
}

.artist-content-links .summary,
.gallery-content-links .summary,
.event-content-links .summary {
    display: none;
}

.artist-content-links .clearfix:after,
.gallery-content-links .clearfix:after,
.event-content-links .clearfix:after {
    clear: none;
}

#mainContent .artist-content-links .contentLink,
#mainContent .gallery-content-links .contentLink,
#mainContent .event-content-links .contentLink {
    display: inline-block;
    vertical-align: middle;
    min-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0 0 0;
    text-align: center;
    float: left;
    border-style: none;
    width: 100%;
    max-width: 100%;
}

.gallery-content-links {
    display: block;
    clear: both;
    padding: 50px 0 0 0;
}

.mainContent h2 strong {
    font-weight: normal;
}

.similar-events .contentLinkingImage {
    margin: 0;
    padding: 0;
}




.similar-events img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #000;
    border-width: 3px;
    border-radius: 50%;
}

.similar-events br {
    display: none;
}


.similar-events .contentLinkingTitle {
    display: block;
    max-width: 100%;
}

    .similar-events .contentLinkingTitle a {
        color: #414143;
        font-size: 20px;
        text-decoration: none;
    }

.similar-events .contentLink:hover {
    background: none;
}

.similar-events .summary {
    display: none;
}

#socialMediaLinks a {
    padding: 0 0 40px 0;
    display: inline-block;
}


.fa.fa-globe {
    font-size: 56px;
}

#map {
    height: 400px;
    width: 100%;
}

#fullwidthmap {
    height: 600px;
    width: 100%;
}

#mainContent .fullwidthmaprow {
    padding: 50px 0 0 0;
}

.venue-address {
    margin: 10px 0 0 0;
}

.venue-address-line {
    margin: 0 0 0 0;
}

.venue-access-guide {
    margin: 20px 0 0 0;
}

    .venue-access-guide a {
        margin: 20px 0 0 0;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

.venue-title {
    font-size: 30px;
}

    .venue-title a {
        text-decoration: none;
        color: #333;
    }

.venue-detail {
    margin: 30px 0 0 0;
}


.events-title {
    text-align: left;
}

.news-title {
    text-align: left;
}

h2.people-category-title {
    font-size: 1.5em;
    margin: 50px 0 0.7em;
    width: 100%;
    text-align: center;
}

.fullscreenmapcontainer {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}

    .fullscreenmapcontainer .columns {
        padding: 0;
        margin: 0;
    }

.events-list-pager.events-pager {
    display: block;
    clear: both;
    padding: 50px 0 0 0;
}

.news-list-categories li {
    list-style-type: none;
}

.news-list-archive li {
    list-style-type: none;
}

.news-list-archive h2 {
    margin: 20px 0 0 0;
}

.news-list-categories h2 {
    margin: 0px 0 0 0;
}

.news-list-pager {
    clear: both;
}


#blogPostContainer hr {
    margin: 0 0 50px 0;
    width: 33%;
    background: black;
    height: 3px;
    border: 0;
}

#blogPostContainer a {
    text-decoration: underline;
}

#blogPostText {
    margin: 0 0 50px 0;
}

    #blogPostText img {
        margin: 0 0 20px 0;
    }


#daDaFestInternationlYearSelector {
    font-size: 40px;
    text-align: center;
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
}

    #daDaFestInternationlYearSelector select {
        width: 350px;
        /*float: right;*/
        font-size: 40px;
        cursor: pointer;
    }



#youngDaDaFestYearSelector {
    font-size: 40px;
    text-align: center;
    text-align: center;
    border-style: dotted;
    border-width: 1px 0px 1px 0px;
    border-color: #000;
    padding: 50px 0 50px 0;
    margin: 0 0 0px 0;
}

    #youngDaDaFestYearSelector select {
        width: 350px;
        /*float: right;*/
        font-size: 40px;
        cursor: pointer;
    }



#daDaFestScratchYearSelector {
    font-size: 40px;
    text-align: center;
    text-align: center;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    padding: 50px 0 50px 0;
    margin: 0 0 50px 0;
}

    #daDaFestScratchYearSelector select {
        width: 350px;
        /*float: right;*/
        font-size: 40px;
        cursor: pointer;
    }


#festivalYearButton1 {
    float: right;
    font-size: 40px;
}

#festivalYearButton2 {
    float: right;
    font-size: 40px;
}




.festivalDatesSelectorContainer {
    width: 350px;
    margin: 0 auto;
    padding: 30px 0 100px 0;
}


.festivalDatesSelector {
    width: 90%;
    height: 68px;
    overflow: hidden;
    background: url(/images/archive/quickTicketsDownArrowSelect-Black.png) no-repeat right #e1f2fc;
    border: 2px solid #000000;
    float: left;
    margin: 0px 0 10px 0;
}

    .festivalDatesSelector:hover {
        background: url(/images/archive/quickTicketsDownArrowSelect-Black.png) no-repeat right #e1f2fc;
    }

    .festivalDatesSelector select {
        background: transparent;
        width: 120%;
        padding: 5px 5px 5px 10px;
        font-size: 20px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 64px;
        -webkit-appearance: none;
        text-transform: uppercase;
        color: #000000;
    }

    .festivalDatesSelector option {
        border: 0px solid #ffffff;
        padding: 10px;
        font-size: 20px;
    }


.ProjectInfoPanel {
    position: relative;
}

    .ProjectInfoPanel h1 {
        padding: 0 0 0 0px;
    }

.projectTypeContainer {
    top: 0;
    left: 0;
}

.projectTypeContainerOverlay {
    background: yellow;
    text-align: center;
    padding: 15% 40px;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
}


    .projectTypeContainerOverlay h3 {
        font-weight: normal;
        font-size: 0.75em;
    }

.projectType {
    margin: 0px;
}

.projectType2 {
    margin: 20px;
}

    .projectType2 img {
        min-width: 100%;
    }

.projectTypeContent {
    padding: 0px 0 0 0px;
}

.findOutMoreButton {
    padding: 20px 30px;
    background: #ed1556;
    border: 3px solid #000;
    cursor: pointer;
    font-size: 20px;
}

.findOutMoreLoadEventButton {
    padding: 20px 30px;
    background: #ffffff;
    border: 3px solid #000;
    cursor: pointer;
    font-size: 20px;
    width: auto;
    bottom: 0px;
    bottom: 0px;
    display: inline-block;
}

#fvMember input {
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}


#eventArchiveInfo {
    margin: 20px 0 0 0px;
}

#eventArchive {
    margin: 30px 0 0 20px;
    cursor: pointer;
}

#ctl21_enquiryPanel input {
    width: 100%;
    height: 50px;
    padding: 10px;
    font: 20px Helvetica, Arial, sans-serif;
}

#ctl21_enquiryPanel textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font: 20px Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/*.htmlOverlay {
    margin: 0 60px 0px 0px;
    padding: 0 0 0 0px;
    clear: both;
    color: #ffffff;
    font: 25px Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 0;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}*/

.htmlOverlay {
    margin: 0 60px 0px 0px;
    padding: 0 0 0 0px;
    clear: both;
    color: #ffffff;
    font: 15px Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    background: #e1f2fc;
    width: 100%;
    min-height: 115px;
    opacity:0.9;
}


    .htmlOverlay h1 {
        color: #ffffff;
        font-size: 18px;
    }

    .htmlOverlay p {
        color: #ffffff;
        font-size: 25px;
    }

    .htmlOverlay a {
        color: #ffffff;
        font-size: 25px;
    }



.htmlDescription {
    color: #000;
}

    .htmlDescription h1 {
        color: #000;
    }

#slideHtmlDescription a,
#slideHtmlDescription p {
    color: #000;
}

#slideHtml {
    margin-top: 22px;
    padding: 0px 0 10px 20px;
    color: #000;
}

    #slideHtml h1 {
        margin: 0;
        color: #000;
    }


    #slideHtml p {
        margin: 0;
    }


.slideEventDates {
    display: block;
}

.slideViewEventButton {
    border: 1px solid #000;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 10px;
    color: #000;
    cursor: pointer;
}

.homepageViewEventButton {
    border: 1px solid #000;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 10px;
    color: #000;
    cursor: pointer;
}



#menuMain li {
    float: none;
}

#logo {
    float: none;
    width: 100%;
}

#menuMain {
    margin: 1em 2% 0;
    float: none;
}

.headerContainer {
    width: 100%;
}



#searchBox, #headerBottom .box {
    float: none;
    margin: 0 2%;
}

#headerBottom {
    padding-left: 0;
}

    #headerBottom .box,
    #headerBottom .box.last-box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0.5em 2% 0;
    }

#footerContent1 {
    margin: 0px 0px 0 20px;
}

    #footerContent1 p {
        padding: 0 0 1em;
    }

    #footerContent1 img {
        display: none;
    }


#footerContent2 {
    margin: 0 0 0 20px;
}

#footerContent3 {
    margin: 0 0 0 20px;
}

#footerContent4 {
    margin: 0 20px 0 20px;
}

    #footerContent4 img {
        margin-right: 0;
        width: 100%;
    }

#bottomFooter .small-12.medium-1.large-1.columns {
    display: none;
}

.blogPostMetaAuthor {
    padding: 0 0 10px 0;
}

.fa-calendar {
    cursor: pointer;
}


.eventTagList {
}

#mainContent.eventsListing {
    padding: 140px 0px 0 0px;
}

#mainContent.tagFilteredEvents {
    padding: 140px 0px 0 0px;
}

#mainContent.archivedEvents {
    padding: 240px 0px 0 0px;
}

#mainContent.eventCategories {
    padding: 140px 0px 0 0px;
}

#mainContent.eventTypes {
    padding: 140px 60px 0 0px;
}

.mainContent a,
a.moreInformationLink,
a.moreInformationLink:visited,
a.moreInformationLink2,
a.moreInformationLink2:visited,
.event-content a,
.event-content a:visited,
.searchResultList a,
.searchResultList a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

#youngDaDaFestViewEvents a {
    font-weight: normal;
    text-decoration: none;
}


.listEvents {
    font-size: 1.5em;
    margin: 0 0 0.5em;
    font-weight: normal;
    color: #000;
}

    .listEvents a img {
        padding: 3px;
    }

.listEventsProjects {
    display: none;
}



.projectType2 {
    margin: 0px 0 0px 0;
}


#viewAllEvents {
    color: #000;
}

    #viewAllEvents:hover {
        text-decoration: none;
    }



.performance-note img {
    padding: 0 0 5px 0;
}

.htmlOverlay {
    position: absolute;
}

ul#supersized {
    overflow: hidden;
}

    ul#supersized li {
        position: absolute;
        float: none;
        display: block;
        visibility: visible;
        height: 100%;
    }


        ul#supersized li img {
            display: block;
            visibility: visible;
        }

.artists-listing-pager.item-listing-pager {
    clear: both;
}


.gallery-list ul li {
    display: inline;
    float: left;
    margin: 0 10px 15px 0;
    width: 25%;
}

    .gallery-list ul li img {
        border: solid 0px #000;
        width: 250px;
    }

.gallery-list.item-list a {
    display: block;
    font-size: 3vw;
}

#mce-EMAIL {
    padding: 10px;
    font-size: 20px;
    border: 3px solid #000;
    background: #fff;
    width: 100%;
    height: 60px;
}

#subscribeButton {
    background-color: #ed1556;
    border: 3px solid #000;
    display: inline-block;
    height: 60px;
    padding: 10px 20px;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin: 10px 10px 0 0px;
    padding: 10px;
}

.newsIcon {
    display: none;
}


.grecaptcha-badge {
    display: none;
}




#recaptchav3info a {
    color: #000000;
}

#recaptchav3info {
    padding: 20px 0;
    font-size: 12px;
}


.homepageEventListingEntry {
    padding: 0 0px 60px 0;
}


    .homepageEventListingEntry img {
        width: 100%;
    }



.eventListingEntry img {
    width: 100%;
    padding: 0 0px 10px 0;
}

.row.homepageEvents {
    max-width: 100%;
}

.similar-events {
    display: block;
    clear: both;
}

.similar-events {
    display: block;
    clear: both;
    padding: 150px 0 0 0;
}

    .similar-events hr {
        width: 400px;
        background: #404041;
        border: 3px solid #404041;
    }

    .similar-events h2 {
        padding: 20px 0 0 0;
    }



.register-for-premiere input {
    font-size: 30px;
    padding: 3px;
    width: 100%;
}

.register-for-premiere p {
    padding: 10px 0;
}



.projectTypeContent {
    padding: 0 10px 20px 10px;
}


.menuButtons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 21400;
}

.eventsList2ButtonSpacer {
    display: block;
    height: 20px;
}


.accessibilityIconsPanel {
    margin:50px 0 0 0;
}

.eventPerformancesPanel {
    margin: 50px 0 0 0;
}


.calendarEvent .eventTitle img {
    width: 50px;
    padding: 0;
}


#settings {
    color: #000;
    font-size: 32px;
    padding: 20px 20px 0 40px;
    cursor: pointer;
    display: inline-block;
}


#accessibilitySidebar {
    position: fixed;
    width: auto;
    height: 100vh;
    width: 100%;
    background: #333333;
    z-index: 214765856456456;
    right: 0px;
    top: 0px;
    padding: 20px;
    color: #ffffff;
    border-radius: 10px;
    display: none;
    opacity: 0.9;
}

.headerContainer .menuButtons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 21400;
    text-align: right;
}

	
	.accessibilitySidebar {
		color: #000;
		font-size: 24px;
		padding: 10px 5px 0 5px;
		cursor: pointer;
		display: inline-block;
	}
	
	.accessibilitySidebar img {
		width: 25px;
		vertical-align: baseline;
	}

	#settings {
		padding: 0px 0px 0 0px;
	}
		

	.accessibilitySidebar img {
		width:25px;
	}


#acsb-reading-guide {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
    max-width: 500px;
    width: 90%;
    height: 13px;
    border-radius: 50px;
    pointer-events: none;
    background-color: #FDC100;
    border: solid 4px #00b2d1;
    z-index: 100000000000000020000;
    display: none;
}

.acsb-reading-mask-element {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,.5);
    z-index: 100000000000000020000;
    display: none;
}
html.acsb-monochrome-contrast,
html .acsb-ff-wrapper.acsb-monochrome-contrast {
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    /*
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);*/
}

@media only screen and (min-width: 40.0625em) {

    #accessibilitySidebar {
        position: fixed;
        width: auto;
        height: 100vh;
        width: 50vw;
        background: #333333;
        z-index: 214765856456456;
        right: 0px;
        top: 0px;
        padding: 20px;
        color: #ffffff;
        border-radius: 10px;
        display: none;
		opacity: 1;
    }




	#settings {

		color: #000;
		font-size: 32px;
		padding: 0px 0px 0 0px;
		cursor: pointer;
		display: inline-block;

	}

	
	.accessibilitySidebar img {
		width:36px;
	}

    .gallery-list ul li {
        display: inline;
        float: left;
        margin: 0 10px 15px 0;
        width: 40%;
    }

    .gallery-list.item-list a {
        display: block;
        font-size: 2vw;
    }


    .ProjectInfoTitle h2 {
        font-size: 1.25em;
        margin: 0 0 0 0;
    }

    ul#supersized {
        overflow: hidden;
    }

        ul#supersized li {
            position: absolute;
            float: none;
            display: block;
            visibility: visible;
            height: 100%;
        }


            ul#supersized li img {
                display: block;
                visibility: visible;
            }

    .newsIcon img {
        display: block;
    }


    #mainContent .newsIcon {
        height: auto;
    }

    .htmlOverlay {
        position: absolute;
    }

    .headerContainer {
        position: absolute;
        top: -259px;
        z-index: 10000;
        width: 100%;
        background: url(/images/background.png);
        background-repeat: repeat;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 258px;*/
    }

    .overlayMenu li a, .overlayMenu li a:visited {
        color: #000;
        font-weight: normal;
        font-size: 22px;
    }

    .overlayMenu {
        float: left;
        margin: 0 118px;
    }



        .overlayMenu ul, ol {
            padding: 0 0 10px 17px;
            margin-left: 20px;
        }

    .toggleMenuButton {
        color: #000;
        font-size: 32px;
        padding: 5px 0 0 15px;
        cursor: pointer;
        display: inline-block;
    }

    .toggleLayerContainer ul.depth-2 {
        display: none;
        margin-left: 400px;
        position: fixed;
        top: 224px;
        overflow: visible;
        z-index: 2000000;
    }


    .toggleSearchButton {
        color: #000;
        font-size: 32px;
        padding: 5px 0 0 15px;
        cursor: pointer;
        display: inline-block;
    }

    .small-4.medium-2.large-2.columns.menuButtons {
        text-align: right;
    }

    .leftSpacer {
        display: block;
    }

    nav#menuSub {
        margin: 10px 0 0 0;
        width: auto;
    }



    #mainContent .newsHeading {
        padding: 100px 0 0 0;
    }

    .newsOverlay {
        position: relative;
        bottom: 24%;
        left: calc(8.3333333333% - 0px);
        color: #414143;
        font-size: 25px;
    }



    .newsOverlayTitle {
        padding: 0;
        margin: 0;
        color: #414143;
        font-size: 77px;
    }

    .newsSection .newsOverlay a,
    .allNewsButton {
        font-size: 25px;
        color: #414143;
        padding: 10px 20px;
        border: 1px solid #414143;
    }



    #map {
        height: 200px;
        width: 100%;
    }

    #signContainer {
        position: absolute;
        top: 3%;
        left: 36%;
        text-align: center;
        z-index: 1000000;
    }


    #sign {
        padding: 0px 0 0 0;
        cursor: pointer;
        width: 36px;
        /*border: 5px solid #ffe800;
            border-radius: 68px;*/
    }



    #mainContent .homepageNewsArticle {
        width: 33.3%;
        border-width: 0px 1px 1px 1px;
        border-style: dashed;
        border-color: #000;
        min-height: 360px;
        padding: 80px 80px 80px calc(8.3333333333% - 40px);
    }

        #mainContent .homepageNewsArticle:nth-of-type(3) {
            width: 33.4%;
            border-width: 0px 1px 1px 1px;
            border-style: dashed;
            border-color: #000;
            min-height: 360px;
            padding: 80px 80px 80px calc(8.3333333333% - 40px);
        }

    .contentLink:hover {
        background: none;
    }

    nav#menuSub {
        margin: 10px 30px 0 0;
        width: auto;
    }

    .projectTypeContainerOverlay {
        background: yellow;
        text-align: center;
        padding: 5% 40px;
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
    }


    .youngDaDaFestLineText1 {
        font-size: 100px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .youngDaDaFestLineText2 {
        font-size: 140px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .youngDaDaFestLineText3 {
        font-size: 50px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }


    #mainContent.eventsListing {
        padding: 200px 0px 0 0px;
    }

    #mainContent.tagFilteredEvents {
        padding: 300px 0px 0 0;
    }

    #mainContent.archivedEvents {
        padding: 300px 0px 0 0;
    }

    #mainContent.eventCategories {
        padding: 300px 0px 0 0px;
    }

    #mainContent.eventTypes {
        padding: 300px 0px 0 0;
    }

    #slideHtml {
        padding: 0px calc(8.3333333333% + 0px) 20px calc(8.3333333333% + 0px)
    }


    .projectTypeContent {
        padding: 0px 0 0 50px;
    }


    .newsSection a {
        color: #414143;
        font-size: 25px;
    }

    #mainContent {
        padding: 190px 0px 0 0px;
        font-size: 24px;
    }

    #rightSideBar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0px;
        width: 60px;
        background: #ffe800;
        z-index: 2147483647;
        display: block;
    }

    .contentLink {
        display: inline-block;
        margin: 0 0 0 0px;
    }

    #mainContent .artist-content-links .contentLink,
    #mainContent .gallery-content-links .contentLink {
        width: auto;
        padding: 0 10px 0 0;
        min-height: 280px;
    }

    #mainContent .similar-events .contentLink,
    #mainContent .event-content-links .contentLink {
        width: auto;
        padding: 0 10px 0 0;
    }

    .gallery-image {
        border: solid 1px #000;
        width: 250px;
        margin-top: 15px;
    }

    .toggleLayerContainer ul.depth-2 {
        display: none;
        margin-left: 222px;
        position: fixed;
        top: 188px;
        overflow: visible;
        z-index: 2000000;
    }

    .artist a {
        display: block;
        margin: 5px;
        font-size: 16px;
    }

    #ctl19_enquiryPanel input {
        width: 425px;
        height: 50px;
    }

    #ctl19_enquiryPanel textarea {
        width: 425px;
        height: 250px;
    }


    #youngDaDaFestYearSelector {
        font-size: 25px;
        text-align: center;
        border-style: dotted;
        border-width: 1px 1px 1px 0px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 0px 0;
    }

    #daDaFestInternationlYearSelector {
        font-size: 25px;
        text-align: center;
        border-style: dotted;
        border-width: 1px 1px 1px 0px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 0px 0;
    }

    #daDaFestScratchYearSelector {
        font-size: 25px;
        text-align: center;
        border-style: dotted;
        border-width: 1px 1px 1px 1px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 0px 0;
    }


    #ctl21_enquiryPanel input {
        width: 80%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 80%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .festivalDatesSelectorContainer {
        width: 200px;
        margin: 0 auto;
        padding: 30px 0 100px 0;
    }

    .htmlOverlay {
        bottom: 0px;
    }

    #mce-EMAIL {
        padding: 10px;
        font-size: 20px;
        border: 3px solid #000;
        background: #fff;
        width: 50%;
        height: 60px;
    }

    #subscribeButton {
        background-color: #ed1556;
        border: 3px solid #000;
        display: inline-block;
        height: 60px;
        padding: 10px 20px;
        vertical-align: top;
        width: 110px;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
        width: auto;
        margin: 0 0 0 5px;
    }

    .newsIcon {
        display: block;
    }

    .htmlOverlay {
        margin: 0 60px 0px 0px;
        padding: 0 0 0 0px;
        clear: both;
        color: #ffffff;
        font: 15px Helvetica, Arial, sans-serif;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        background: #e1f2fc;
        width: 100%;
        min-height: 115px;
    }

        .htmlOverlay h1 {
            color: #ffffff;
            font-size: 22px;
        }

    .projectTypeContent {
        padding: 0px 0 0 50px;
        font-size: 24px;
        line-height: 1.5;
    }

    .ProjectInfoTitle h2 {
        font-size: 1.25em;
        margin: 0;
    }

    .eventListingEntry img {
        width: 100%;
        padding: 0 0px 30px 0;
    }

    .similar-events {
        max-width: 300px;
    }

    .similar-events img {
        max-width: 300px;
    }

    /*.findOutMoreLoadEventButton {
            display: block;
        }*/
}



@media only screen and (min-width: 40.0625em) and (max-width:55.0625em) {


    .newsOverlay {
        bottom: 10%;
        font-size: 50%;
        left: calc(8.3333333333% - 0px);
        color: #fff;
    }

    .newsOverlayTitle {
        padding: 0;
        margin: 0;
        font-size: 34px;
        color: #fff;
    }

    #slideHtml {
        padding: 0px 0 20px calc(8.3333333333% + 12px);
    }


    #ctl21_enquiryPanel input {
        width: 100%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 100%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }


    .projectTypeContent {
        padding: 0px 0 0 20px;
    }
}

@media only screen and (min-width: 55.0625em) and (max-width:70.0625em) {
    .newsOverlay {
        bottom: 10%;
        font-size: 80%;
        color: #fff;
    }
}


@media only screen and (min-width: 64.0625em) {

    #accessibilitySidebar {
        position: fixed;
        width: 30vw;
        height: calc(100vh - 40px);
        background: #333333;
        z-index: 214765856456456;
        right: 20px;
        top: 20px;
        padding: 20px;
        color: #ffffff;
        border-radius: 10px;
        display: none;
		opacity: 1;
    }

	#settings {
		color: #000;
		font-size: 32px;
		padding: 0px 20px 0 0px;
		cursor: pointer;
		display: inline-block;
	}
	
	
	.headerContainer .menuButtons {
		text-align: right !important;
	}

	.accessibilitySidebar {
		color: #000;
		font-size: 24px;
		padding: 10px 15px 0 5px;
		cursor: pointer;
		display: inline-block;
		width: auto;
		text-align: right;
	}


	.accessibilitySidebar img {
		width:47px;
		vertical-align: middle;
	}
	
	.headerContainer .menuButtons {
		text-align: left;
	}

    .gallery-list.item-list a {
        display: block;
        font-size: 2vw;
    }

    .gallery-list ul li {
        display: inline;
        float: left;
        margin: 0 10px 15px 0;
        width: 25%;
    }


    .ProjectInfoTitle h2 {
        font-size: 2.5vw;
        margin: 0 0;
    }

    ul#supersized {
        overflow: hidden;
    }

        ul#supersized li {
            position: absolute;
            float: none;
            display: block;
            visibility: visible;
            height: 100%;
        }


            ul#supersized li img {
                display: block;
                visibility: visible;
            }

    .htmlOverlay {
        position: absolute;
    }


    .headerMenuContainer {
        display: block;
        text-align: right;
    }



    .headerContainer {
        position: absolute;
        top: -259px;
        z-index: 10000;
        width: 100%;
        background-repeat: repeat;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 258px;
    }



    .toggleMenuButton {
        display: none;
    }

    .small-4.medium-2.large-2.columns.menuButtons {
        text-align: left;
    }

    .toggleSearchButton {
        color: #000;
        font-size: 32px;
        padding: 20px 40px 0 0px;
        cursor: pointer;
        display: inline-block;
		float: left;
    }

    /*.menuButtons {
        position: absolute;
        top: 10%;
        right: 6%;
        text-align: center;
        z-index: 1000000;
    }*/

    .leftSpacer {
        display: block;
    }

    .overlayMenu {
        float: left;
        margin: 0 118px;
    }

        .overlayMenu li a,
        .overlayMenu li a:visited {
            color: #000;
            font-weight: normal;
            text-decoration: none;
            font-size: 33px;
        }


        .overlayMenu ul, ol {
            padding: 0 0 10px 17px;
            margin-left: 20px;
        }



    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 13px 0 13px;
        width: 19%;
        text-align: center;
    }


    #mainContent {
        padding: 300px 0px 0 0px;
        font-size: 24px;
    }


    nav#menuSub {
        margin: 10px 0 0 0;
    }

    .artist-content-links .contentLinkingTitle {
        display: block;
        max-width: 200px;
    }

    .similar-events .contentLinkingTitle {
        display: block;
        max-width: 200px;
    }


    #topFooter {
        margin: 0;
    }

    .topFooterRowBackgroundText h1 {
        font-size: 62px;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.1;
    }


    .headerContainer {
        position: absolute;
        top: -259px;
        z-index: 10000;
        width: 100%;
        /*background: url(/images/background.png);*/
        background-repeat: repeat;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: -40px;
        height: 258px;
    }

    .venues-list img,
    .people-list img,
    .artists-list img {
        border-radius: 100%;
        border-color: #ffff00;
        border-width: 10px;
        border-style: solid;
        min-height: 180px;
        max-width: 320px;
    }


    .contentLink {
        width: auto;
    }

    .projectTypeContainerOverlay h3 {
        font-weight: normal;
        font-size: 1.25em;
    }


    .youngDaDaFestLineText1 {
        font-size: 57px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .youngDaDaFestLineText2 {
        font-size: 140px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .youngDaDaFestLineText3 {
        font-size: 50px;
        line-height: 1;
        margin: 0;
        padding: 0;
    }


    .contentLinkingImage img {
        max-width: 300px;
    }

    nav#menuSub {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 0 60px 0 0;
    }

    .topFooterRowBackgroundText {
        color: #ffffff;
        padding: 0 0 0 0;
        position: absolute;
        top: 100px;
        font-size: 24px;
        width: 100%;
    }

    #newsletter {
        padding: 100px;
        margin: 100px 0 0 0;
        border-top: 1px dotted #000;
    }




    #topFooter {
        margin: 0 0px;
        display: block;
    }

    #footerContent1 {
        margin: 0 0 0 0;
    }

        #footerContent1 p {
            padding: 0 0 0 0;
        }

    #footerContent2 {
        margin: 0 0 0 0;
    }

    #footerContent3 {
        margin: 0 0 0 0;
    }

    #footerContent4 {
        margin: 0 0 0 0;
    }

        #footerContent4 img {
            margin-right: 3%;
            width: auto;
        }

    #mce-EMAIL {
        padding: 30px;
        font-size: 30px;
        border: 3px solid #000;
        background: #fff;
        width: 45%;
        height: 110px;
    }


    #subscribeButton {
        background-color: #ed1556;
        border: 3px solid #000;
        display: inline-block;
        height: 110px;
        padding: 30px 60px;
        vertical-align: top;
        width: 110px;
        cursor: pointer;
        color: #fff;
        font-size: 30px;
        width: auto;
        margin: 0 0 0 5px;
    }

        #subscribeButton img {
            padding: 2px 20px;
            width: auto;
        }



    #bottomFooter .small-12.medium-1.large-1.columns {
        display: block;
    }

    #footerContent1 img {
        display: block;
    }

    .htmlOverlay h1 {
        color: #ffffff;
        font-size: 50px;
        margin: 0;
    }

    .htmlOverlay a {
        color: #ffffff;
        font-size: 25px;
    }


    #mainContent .newsHeading {
        padding: 100px 0 0 0;
    }


    #mainContent .newsIcon {
        /*display: inline-block;
        width: 15%;
        padding: 80px 0 0 0;*/
    }


    #mainContent .homepageNewsArticle {
        width: 33.3%;
        border-width: 0px 1px 1px 1px;
        border-style: dashed;
        border-color: #000;
        min-height: 360px;
        padding: 80px 80px 80px calc(8.3333333333% - 60px);
    }

        #mainContent .homepageNewsArticle:nth-of-type(3) {
            width: 33.4%;
            border-width: 0px 1px 1px 1px;
            border-style: dashed;
            border-color: #000;
            min-height: 360px;
            padding: 80px 80px 80px calc(8.3333333333% - 60px);
        }

    .htmlOverlay {
        margin: 0 60px 0px 0px;
        padding: 0 0 0 0px;
        clear: both;
        color: #ffffff;
        font: 25px Helvetica, Arial, sans-serif;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        background: #e1f2fc;
        width: 100%;
        min-height: 185px;
    }

    .contentLink:hover {
        background: #ffe800;
    }

    .list-title {
        max-width: 320px;
        height: 62px;
        text-align: center;
    }

    .artist-content-links img,
    .gallery-content-links img {
        max-width: 200px;
        width: 200px;
        height: 200px;
        border-style: solid;
        border-color: #000;
        border-width: 3px;
        border-radius: 100px;
    }

    .similar-events img {
        max-width: 200px;
        width: 200px;
        height: 200px;
        border-style: solid;
        border-color: #000;
        border-width: 3px;
        border-radius: 100px;
    }

    #map {
        height: 400px;
        width: 400px;
    }

    #signContainer {
        position: absolute;
        top: 60%;
        left: 56%;
        text-align: center;
        z-index: 1000000;
    }


    #sign {
        padding: 0px 0 0 0;
        cursor: pointer;
        width: 72px;
        /*border: 5px solid #ffe800;
            border-radius: 68px;*/
    }

    #mainContent .categoryIcon {
        display: inline-block;
        vertical-align: middle;
        border-style: dashed;
        border-color: #000;
        border-width: 1px 1px 0px 0px;
        min-height: unset;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        float: left;
    }

    #daDaFestInternationlYearSelector {
        font-size: 40px;
        text-align: center;
        border-style: dotted;
        border-width: 1px 1px 1px 0px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 50px 0;
    }

    #youngDaDaFestYearSelector {
        font-size: 40px;
        text-align: center;
        text-align: center;
        border-style: dotted;
        border-width: 1px 0px 1px 0px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 50px 0;
    }

    #daDaFestScratchYearSelector {
        font-size: 40px;
        text-align: center;
        text-align: center;
        border-style: dotted;
        border-width: 1px 0px 1px 1px;
        border-color: #000;
        padding: 100px 0 100px 0;
        margin: 0 0 50px 0;
    }




    .projectTypeContainerOverlay {
        background: yellow;
        text-align: center;
        padding: 20% 40px;
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
    }

    #mainContent #newsletter {
        padding: 80px 0 80px 0px;
        margin: 100px 0 0 0;
        border-top: 1px dotted #000;
    }

    #eventArchiveInfo {
        margin: 20px 0 0 0px;
    }

    #eventArchive {
        margin: 30px 0 0 0;
        cursor: pointer;
    }



    .projectTypeContent {
        padding: 0px 0 0 50px;
    }

    #eventsListPanel {
        padding: 50px 0 0 0;
        clear: both;
    }

    #homepageEventsListPanel {
        padding: 0px 0 0 0;
        clear: both;
    }

    #mainContent.eventsListing {
        padding: 300px 0px 0 0px;
    }

    #mainContent.tagFilteredEvents {
        padding: 300px 0px 0 0;
    }

    #mainContent.archivedEvents {
        padding: 300px 0px 0 0;
    }

    #mainContent.eventCategories {
        padding: 300px 0px 0 0px;
    }

    #mainContent.eventTypes {
        padding: 300px 0px 0 0;
    }

    .newsSection a {
        color: #414143;
        font-size: 2.5vw;
        text-decoration: none;
    }

    .toggleLayerContainer ul.depth-2 {
        margin-left: 500px;
    }

    .search-text {
        width: 90%;
        height: 80px;
        border: 0;
        color: #000;
        font-size: 40px;
        padding: 10px;
    }

    .artist a {
        display: block;
        margin: 5px;
        font-size: 24px;
    }

    .gallery-image {
        border: solid 0px #000;
        width: 250px;
        margin-top: 15px;
    }

    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .small-4.medium-2.large-2.columns.menuButtons {
        text-align: left;
    }

    .festivalDatesSelectorContainer {
        width: 350px;
        margin: 0 auto;
        padding: 30px 0 100px 0;
    }


    .newsIcon {
        display: block;
    }


    .projectTypeContent {
        padding: 0px 0 0px 50px;
        font-size: 24px;
    }



    .eventListingEntry img {
        width: 100%;
        padding: 0 0px 60px 0;
    }
    /*.findOutMoreLoadEventButton {
            display: block;
        }*/


    #bslContent {
        padding: 50px 100px;
    }


    .similar-events {
        max-width: 100%;
    }


    #mainContent .artist-content-links .contentLink,
    #mainContent .gallery-content-links .contentLink,
    #mainContent .event-content-links .contentLink {
        display: inline-block;
        vertical-align: middle;
        min-height: 0;
        margin: 0 0px 0 0;
        padding: 0 0 0 0;
        text-align: center;
        float: left;
        border-style: none;
        width: 100%;
        max-width: 210px;
        min-height: 300px;
    }

    
    #mainContent .event-content-links .contentLink {
        width: auto;
        padding: 0 10px 0 0;
    }

	#footerContent1 {
		margin: 0px 20px 0 20px;
	}


}


@media only screen and (min-width: 64.0625em) and (max-width:70.0625em) {

    .headerMenuContainer ul.depth-2 {
        top: 50px;
    }

    .headerMenuContainer .depth-1 li a {
        display: none;
        padding: 3px;
    }

    .headerMenu.depth-1 a {
        font-size: 1.3vw;
    }

    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 0 0 0px;
    }


    #signContainer {
        top: 40%;
        left: 78%;
    }

        #signContainer img {
            width: 36px;
        }


    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 25px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
}

@media only screen and (min-width: 70.0625em) and (max-width:80.0625em) {

    .headerMenuContainer ul.depth-2 {
        top: 50px;
    }

    .headerMenuContainer .depth-1 li a {
        display: none;
        padding: 3px;
    }

    .headerMenu.depth-1 a {
        font-size: 1.4vw;
    }


    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 0 0 0px;
    }


    #signContainer {
        top: 35%;
        left: 77%;
    }

        #signContainer img {
            width: 48px;
        }

    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
}

@media only screen and (min-width: 80.0625em) and (max-width:90.0625em) {

    .headerMenuContainer ul.depth-2 {
        top: 50px;
    }

    .headerMenuContainer .depth-1 li a {
        display: none;
        padding: 3px;
    }

    .headerMenu.depth-1 a {
        font-size: 1.4vw;
    }


    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 0 0 0px;
    }


    #signContainer {
        top: 55%;
        left: 78%;
    }



        #signContainer img {
            width: 48px;
        }

    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
}

@media only screen and (min-width: 90.0625em) and (max-width:100.0625em) {

    .headerMenuContainer ul.depth-2 {
        top: 100px;
    }

    .headerMenuContainer .depth-1 li a {
        display: none;
        padding: 3px;
    }

    .headerMenu.depth-1 a {
        font-size: 1.4vw;
    }


    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 0 0 0px;
    }

    #signContainer {
        top: 55%;
        left: 78%;
    }

    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
}

@media only screen and (min-width: 100.0625em) and (max-width:114.0625em) {

    .headerMenuContainer ul.depth-2 {
        top: 100px;
    }

    .headerMenuContainer .depth-1 li a {
        display: none;
        padding: 3px;
    }

    .headerMenu.depth-1 a {
        font-size: 1.4vw;
    }


    .headerMenu.depth-1 {
        display: inline-block;
        padding: 6px 3px 0 0px;
    }


    #signContainer {
        top: 55%;
        left: 78%;
    }

    #ctl21_enquiryPanel input {
        width: 50%;
        height: 50px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
    }

    #ctl21_enquiryPanel textarea {
        width: 50%;
        height: 150px;
        padding: 10px;
        font: 20px Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
}
