/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 January 2025 18:15:16
*/


/**
 * Hawkesbury City Library
 * Hawkesbury Regional Gallery
 * Hawkesbury Regional Museum
 *
 * responsive.css
 * author: Harinder Singh - Hawakesbury City Council
 * modified: 24/May/2023
  _        _   _                                            _____           _   _                               __  __
 | |      (_) | |                                          / ____|         | | | |                             |  \/  |
 | |       _  | |__    _ __    __ _   _ __   _   _        | |  __    __ _  | | | |   ___   _ __   _   _        | \  / |  _   _   ___    ___   _   _   _ __ ___
 | |      | | | '_ \  | '__|  / _` | | '__| | | | |       | | |_ |  / _` | | | | |  / _ \ | '__| | | | |       | |\/| | | | | | / __|  / _ \ | | | | | '_ ` _ \
 | |____  | | | |_) | | |    | (_| | | |    | |_| |       | |__| | | (_| | | | | | |  __/ | |    | |_| |       | |  | | | |_| | \__ \ |  __/ | |_| | | | | | | |
 |______| |_| |_.__/  |_|     \__,_| |_|     \__, |        \_____|  \__,_| |_| |_|  \___| |_|     \__, |       |_|  |_|  \__,_| |___/  \___|  \__,_| |_| |_| |_|
                                              __/ |                                                __/ |
                                             |___/                                                |___/

 */


@media screen and (min-width: 65.99em) {
    .pc-hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

/* ************************************************* */
/*                 Media Screen 1280px               */
/* ************************************************* */

@media screen and (max-width: 1280px) {
    .main {
        margin: 1em auto 0;
    }

    .home-carousel img, .alternative-carousel img {
        height: auto;
        width: 1320px;
        margin: 0 0 0 -824px;
        left: 60%;
    }

    .home-carousel .desc-wrapper {
        bottom: 14em;
    }
}

@media screen and (max-width: 1244px) {
    .header-links {
        top: 0;
        right: 0;
    }

    .header-links a img {
        width: 72%;
    }
}

/* ************************************************* */
/*                 Media Screen 65.99em              */
/* ************************************************* */


@media screen and (max-width: 63.9375em) {
    /*65.99em*/
    iframe.location {
        width: 100%;
    }

    .pre-main-container,
    .main-container {
        width: 100%;
    }

    .main-content {
        width: 100%;
    }

    .home section.home-right {
        margin-left: 0;
        width: 74%;
        box-sizing: border-box;
    }

    .home .home-columns {
        clear: both;
    }

    .home section.home-right {
        width: 100%;
        margin: 0;
    }

    .home .home-columns.left {
        width: 100%;
    }

    .connect {
        margin-bottom: 14px;
    }

    .popular-items {
        display: inline-block;
        height: auto;
    }

    .popular-items ul li {
        display: inline;
        float: left;
        width: 50%;
    }

    .main-nav {
        left: -5000px;
    }

    .toggle-menu-wrap {
        position: absolute;
        bottom: -58px;
        left: 0;
        padding: 15px;
        z-index: 999;
    }

    .toggle-menu-wrap > span {
        display: block;
        color: #fff;
        padding-left: 45px;
        padding-top: 1px;
    }

    /*Toggle Menu*/
    #toggle-menu {
        display: block;
        height: 15px;
        padding: 20px;
        cursor: pointer;
        width: 145px;
    }

    .toggle-menu-default-state {
        display: none;
    }

    .toggle-menu-hidden {
        display: none;
    }

    .toggle-menu-visible,
    .toggle-menu-hidden.active {
        display: block;
    }

    #toggle-menu div {
        width: 30px;
        height: 15px;
        position: relative;
        float: left;
        margin-right: 15px;
    }

    #toggle-menu span {
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        position: absolute;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    #toggle-menu em {
        float: left;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        padding-top: 2px;
    }

    #toggle-menu span.top {
        top: 0;
    }

    #toggle-menu span.middle {
        top: 6px;
    }

    #toggle-menu span.bottom {
        top: 12px;
    }

    #toggle-menu.toggle-menu-visible span.top,
    #toggle-menu.toggle-menu-hidden.active span.top {
        -webkit-animation: inTop 0.8s forwards;
        -moz-animation: inTop 0.8s forwards;
        animation: inTop 0.8s forwards;
    }

    #toggle-menu.toggle-menu-visible span.middle,
    #toggle-menu.toggle-menu-hidden.active span.middle {
        -webkit-animation: inMiddle 0.8s forwards;
        -moz-animation: inMiddle 0.8s forwards;
        animation: inMiddle 0.8s forwards;
    }

    #toggle-menu.toggle-menu-visible span.bottom,
    #toggle-menu.toggle-menu-hidden.active span.bottom {
        -webkit-animation: inBottom 0.8s forwards;
        -moz-animation: inBottom 0.8s forwards;
        animation: inBottom 0.8s forwards;
    }

    #toggle-menu.toggle-menu-hidden span.top {
        -webkit-animation: outTop 0.8s backwards;
        -webkit-animation-direction: reverse;
        -moz-animation: outTop 0.8s backwards;
        -moz-animation-direction: reverse;
        animation: outTop 0.8s backwards;
        animation-direction: reverse;
    }

    #toggle-menu.toggle-menu-hidden span.middle {
        -webkit-animation: outMiddle 0.8s backwards;
        -webkit-animation-direction: reverse;
        -moz-animation: outMiddle 0.8s backwards;
        -moz-animation-direction: reverse;
        animation: outMiddle 0.8s backwards;
        animation-direction: reverse;
    }

    #toggle-menu.toggle-menu-hidden span.bottom {
        -webkit-animation: outBottom 0.8s backwards;
        -webkit-animation-direction: reverse;
        -moz-animation: outBottom 0.8s backwards;
        -moz-animation-direction: reverse;
        animation: outBottom 0.8s backwards;
        animation-direction: reverse;
    }

    @-webkit-keyframes inMiddle {
        50% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @-moz-keyframes inMiddle {
        50% {
            -moz-transform: rotate(0deg);
        }
        100% {
            -moz-transform: rotate(45deg);
        }
    }

    @keyframes inMiddle {
        50% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes outMiddle {
        50% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @-moz-keyframes outMiddle {
        50% {
            -moz-transform: rotate(0deg);
        }
        100% {
            -moz-transform: rotate(45deg);
        }
    }

    @keyframes outMiddle {
        50% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes inTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            -webkit-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes inTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            -moz-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes inTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            transform: rotate(0deg);
        }
        100% {
            top: 6px;
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes outTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            -webkit-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes outTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            -moz-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes outTop {
        0% {
            top: 0;
        }
        50% {
            top: 6px;
            transform: rotate(0deg);
        }
        100% {
            top: 6px;
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes inBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            -webkit-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes inBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            -moz-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes inBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            transform: rotate(0deg);
        }
        100% {
            top: 6px;
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes outBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            -webkit-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes outBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            -moz-transform: rotate(0deg);
        }
        100% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes outBottom {
        0% {
            top: 12px;
        }
        50% {
            top: 6px;
            transform: rotate(0deg);
        }
        100% {
            top: 6px;
            transform: rotate(135deg);
        }
    }
    .pc-only {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .mobile-only {
        display: block;
    }

    .feature-carousel {
        padding: 1.7em 1.4em 0.5em 0.8em;
    }

    .feature-carousel img {
        height: auto;
    }

    .feature-carousel .slick-prev {
        left: 0;
    }

    .feature-carousel .slick-next {
        right: 3px;
    }

    /*.navigation {
    }*/
    .navigation,
    .museum .navigation,
    .gallery .navigation {
        width: 100%;
        z-index: 100;
        height: 1px;
        overflow: visible;
        margin: -0.3em auto 0;
    }

    .navigation .container {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 1152px;
        max-height: 1px;
        overflow: hidden;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-transition: max-height 0s ease-in 1s;
        -moz-transition: max-height 0s ease-in 1s;
        transition: max-height 0s ease-in 1s;
    }

    .navigation .container.active {
        max-height: 2000px;
        -webkit-transition: max-height 0s ease-in 0s;
        -moz-transition: max-height 0s ease-in 0s;
        transition: max-height 0s ease-in 0s;
    }

    .navigation li:hover a {
        color: #000 !important;
        background: rgb(151, 165, 94) !important;
    }

    .library .navigation li:hover a {
        font-weight: bold !important;
    }

    .gallery .navigation li:hover a {
        background: #CC888A !important;
    }

    .museum .navigation li:hover a {
        background: #D78118 !important;
    }

    .primary-nav {
        z-index: 102;
        position: relative;
        clear: both;
        background-color: rgb(166, 178, 117);
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        -o-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
    }

    .gallery .primary-nav {
        background-color: rgb(146, 84, 89);
        background-color: rgba(146, 84, 89, 0.98);
    }

    .museum .primary-nav {
        background-color: rgb(228, 133, 13);
        background-color: rgba(228, 133, 13, 0.96);
    }

    .navigation .primary-nav.active {
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

    .primary-nav .primary-nav__list {
        list-style: none;
        margin: 0;
        padding: 0;
        text-indent: 0;
    }

    .primary-nav .primary-nav__list > li {
        clear: both;
        width: 100%;
        display: block;
    }

    .primary-nav .primary-nav__list li.home {
        display: none;
    }

    .primary-nav .primary-nav__list > li > a,
    .primary-nav .primary-nav__link,
    .primary-nav .primary-nav__link:visited {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #747D4C;
        color: #20290D;
        font-weight: bold;
        text-decoration: none;
        width: 96.5%;
        float: none;
    }

    .gallery .primary-nav .primary-nav__list > li > a,
    .museum .primary-nav .primary-nav__list > li > a {
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid #483F35;
    }

    .primary-nav .primary-nav__list > li:hover > a,
    .primary-nav .primary-nav__list > li > a:focus {
        background: #6B8B20;
        font-weight: normal;
    }

    .primary-nav .primary-nav__list > li > a:before,
    .primary-nav .primary-nav__list > li > a:after {
        content: none
    }

    .site-search {
        overflow: visible;
        width: 100%;
        float: right;
    }

    .site-search form {
        float: right;
    }

    .main {
        margin: 1em auto 0;
        /*margin: 26.8em auto 0;*/
        padding: 0 0 10px;
        width: 100%;
        clear: both;
    }

    .header-wrapper,
    .footer,
    .lhs-column,
    .rhs-column {
        margin: 0 auto;
        padding: 0 0 10px;
        width: 100%;
        clear: both;
    }

    .main.inside .main-content,
    .main.inside.with-rhs .main-content,
    .main.inside.three_column .main-content,
    .main.landing.level2 .main-content {
        margin: 0 auto;
        width: 98%;
        padding: 5px;
        clear: both;
    }

    .header-wrapper {
        line-height: 12px;
    }

    .features-container .features {
        width: 100%;
        padding: 0;
    }

    .home-carousel {
        width: 100%;
        max-height: 38em;
        margin-top: 0;
    }

    .alternative-carousel {
        width: 100%;
        max-height: 450px;
        margin-top: 0;
    }

    .home-carousel img,
    .alternative-carousel img {
        height: auto;
        width: 1320px;
        margin: 0 0 0 -824px;
        left: 78%;
    }

    .home-carousel .desc-wrapper {
        bottom: 13.1em;
    }

    .home-carousel .details {
        left: 0;
        right: auto;
        height: 20%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .alternative-carousel .details {
        left: 0;
        right: auto;
        bottom: 0;
        height: 30%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .home-carousel .details h4,
    .alternative-carousel .details h4 {
        background-color: transparent;
        font-size: 2em;
    }

    .home-carousel .slick-dots,
    .alternative-carousel .slick-dots {
        bottom: 3%;
    }

    .home-carousel .slick-dots li,
    .alternative-carousel .slick-dots li {
        margin: 0 10px 0 0;
    }

    .home-carousel .slick-dots button,
    .alternative-carousel .slick-dots button {
        width: 15px;
        height: 15px;
    }

    .home-carousel .play-pause .active,
    .alternative-carousel .play-pause .active {
        font-size: 1.2em;
        line-height: 16px;
    }

    /*   .header {
          height: 130px;
       }*/
    .header h1 a {
        margin: 0;
    }

    .header-links {
        bottom: 0.6em;
        top: auto;
    }

    .header-links a img {
        width: 100%;
    }

    .header-links strong {
        display: block;
    }

    .header .site-search {
        position: relative;
        z-index: 105;
        top: auto;
        right: 0;
        bottom: 0;
        overflow: auto;
        padding: 5px 0;
        background-color: #0b2740;
    }

    .site-search form {
        width: 40%;
        background-color: transparent;
        box-shadow: none;
    }

    input#query-input {
        background-color: transparent;
        color: #fff;
        height: 30px;
        width: 75%;
        padding: 0 2.3% 0 0;
        margin: 0 0 0 2.3%;
        font-size: 1.2em;
    }

    input#query-input:focus {
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #fff;
        opacity: 1;
    }

    .site-search button {
        margin: 0;
        padding: 0;
        width: 20%;
        background: none;
        border-left: 1px solid rgb(153, 204, 51);
    }

    .gallery .site-search button {
        background: none;
        border-left: 1px solid #d0000a;
    }

    .museum .site-search button {
        background: none;
        border-left: 1px solid #f58f0f;
    }

    button.site-search__submit:hover,
    button.site-search__submit:focus {
        outline: none;
        background-color: transparent;
    }

    .site-search__submit:before {
        content: " ";
        float: right;
        display: block;
        margin-top: 2px;
        margin-right: 18px;
        width: 40px;
        height: 40px;
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0019/93601/sprite-lgm.png?v=0.1.1") transparent no-repeat 11px -1157px;
    }

    .gallery .site-search__submit:before {
        background-position: 11px -1256px;
    }

    .museum .site-search__submit:before {
        background-position: 11px -1356px;
    }

    .site-search__submit:hover:before {
        background-color: transparent;
    }

    ::-webkit-input-placeholder {
        color: #fff;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    :-ms-input-placeholder {
        color: #fff;
    }

    .home .quick-links {
        width: 96%;
        margin: 1em 2% 0;
    }

    .whats-on .cal.table-styled, .whats-on .cal {
        background-repeat: repeat-x;
    }

    .whats-on .cal td {
        font-weight: bold;
    }

    .whats-on .cal .cal_arrow {
        font-size: 1.2em;
    }

    .popular-items a {
        font-size: 0.95em;
    }

    .news-listing .more {
        font-weight: bold;
        font-size: 1.1em;
        height: 0;
        padding: 11px 15px 31px 15px;
        text-align: center;
        text-decoration: none !important;
        color: #0b2740;
        border: 0;
        background: #dfdfdf;
    }

    .home .home-right .popular-items {
        margin: 0;
    }

    .lhs-column__h {
        position: relative;
    }

    .lhs-column__h .lhs-column__icon {
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0019/93601/sprite-lgm.png?v=0.1.1") no-repeat right -4221px;
        position: absolute;
        height: 42px;
        width: 55px;
        display: block;
        right: 21px;
        top: 0;

        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;

        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }

    .lhs-column__h.active .lhs-column__icon {

        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .lhs-nav {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .lhs-nav.active {
        max-height: 1800px;
        -webkit-transition: max-height 1s cubic-bezier(1, 0.7, 0.555, 1);
        -moz-transition: max-height 1s cubic-bezier(1, 0.7, 0.555, 1);
        transition: max-height 1s cubic-bezier(1, 0.7, 0.555, 1);
    }

    form #queries_news_query {
        background-color: #133e60;
        color: #fff;
        width: 80%;
        padding-left: 5%;
        padding-right: 5%;
    }

    form .news-query input[type="submit"] {
        padding: 0 5% 0 4.7%;
        border-left: 1px solid rgb(153, 204, 51);
        width: 10%;
    }

    .breadcrumbs {
        width: 71%;
    }

    .share-buttons {
        width: 28.7%;
    }

    .footer-wrapper {
        width: 100%;
    }

    footer#pre-footer {
        display: inline-block;
        width: 100%;
    }

    .footer-contact-details {
        display: inline-block;
        min-height: auto;
        padding: 0 0 0 4%;
        float: left;
        box-sizing: border-box;
    }

    .other-sites {
        width: 30%;
        box-sizing: border-box;
    }

    .other-sites img {
        width: 32px;
    }

    .other-sites span {
        display: block;
        margin-right: 0;
        padding: 6px 0 0px 12px;
        float: left;
        width: 68%;
        font-size: 0.85em;
    }

    .gallery .footer-contact-details .location,
    .museum .footer-contact-details .location {
        width: 100%;
    }

    .footer-container .panel div {
        width: 100%;
        clear: both;
    }

    .museum .footer-container .panel div,
    .gallery .footer-container .panel div {
        width: 50%;
        clear: none;
    }

    /* Events listing styles*/
    .events-result {
        width: 100%;
    }

    .events__filters {
        width: 98%;
    }

    .event-details > img {
        width: 48%;
        margin: 0;
        padding: 0 20px 0 0;
        max-width: 370px;
    }

    .event-details dl dd {
        width: 78%;
    }

    .toc__item,
    .landing.level2 .toc__item {
        width: 31%;
    }

    .site-search input#query-input:focus,
    .site-search input#queries_all_query:focus {
        background-color: #f2f2f20d;
        border-radius: 0;
    }

    .site-search input {
        width: 71%;
    }

    .accordion.type-3 .panel-title {
        font-size: 1.4em;
    }

}

/* ************************************************* */
/*                 Media Screen 48em                 */
/* ************************************************* */

@media screen and (max-width: 48em) {

    .mobile-hidden {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
    }

    .main {
        margin: 1em auto 0;
    }

    .toggle-menu-wrap {
        position: absolute;
        bottom: 8px;
        left: auto;
        padding: 15px;
        z-index: 999;
        right: 0;
        top: 0;
    }

    #toggle-menu {
        width: 15px;
    }

    #toggle-menu span {
        background: #000;
    }

    #toggle-menu em {
        display: none;
        height: 0;
        width: 0;
    }

    .navigation a:hover {
        background: #709624 !important;
    }

    .gallery .navigation a:hover {
        background: #CC888A !important;
    }

    .museum .navigation a:hover {
        background: rgb(195, 118, 21) !important;
    }

    .header-links {
        position: inherit;
        background: #A6B275;
        -webkit-transform: translateY(-1000px);
        -moz-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
        -o-transform: translateY(-1000px);
        transform: translateY(-1000px);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-box-shadow: inset 0 7px 19px -8px rgb(115, 111, 111);
        -moz-box-shadow: inset 0 7px 19px -8px rgb(115, 111, 111);
        box-shadow: inset 0 7px 19px -8px rgb(115, 111, 111);
    }

    .gallery .header-links {
        background: rgb(165, 93, 99);
        background: rgba(165, 93, 99, 0.95);
        -webkit-box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        -moz-box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        border-bottom: 1px solid #282927;
    }

    .museum .header-links {
        background: rgb(228, 133, 13);
        background: rgba(228, 133, 13, 0.96);
        -webkit-box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        -moz-box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        box-shadow: inset 0 7px 19px -8px rgb(0, 0, 0);
        border-bottom: 1px solid #282927;
    }

    .header-links.active {
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .header-links strong {
        font-size: 1.2em;
        display: block;
        padding: 20px 10px;
    }

    .header-links a {
        padding: 10px;
        color: #20290D;
        font-weight: bold;
        display: block;
        border-bottom: 1px solid #747D4C;
    }

    .header-links a:hover,
    .header-links a:focus {
        text-decoration: none;
        color: #000;
        background: rgb(151, 165, 94) !important;
    }

    .gallery .header-links a,
    .museum .header-links a {
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid #483F35;
    }

    .gallery .header-links strong,
    .museum .header-links strong {
        color: #fff;
    }

    .header-links a + span {
        display: none;
    }

    .header-links a.council span {
        right: auto;
        margin-left: 22px;
        height: 31px;
        width: 30px;
        background-size: 30px 31px;
        top: 0;
    }

    .home-carousel .details h4,
    .alternative-carousel .details h4 {
        font-size: 1.32em;
    }

    .home-carousel .carousel-title {
        color: #000;
        font-size: 1.4em;
    }

    .home-carousel .slick-slide,
    .alternative-carousel .slick-slide {
        min-height: 180px;
        background-color: #F1EEE9;
        background: linear-gradient(to bottom, #F1EEE9 0%, #EAE5DC 100%);
    }

    .home-carousel .slick-slide > img,
    .alternative-carousel .slick-slide > img {
        display: none;
        height: 0;
    }

    .home-carousel .desc-wrapper,
    .alternative-carousel .desc-wrapper {
        bottom: 2.1em;
    }

    .home-carousel .details-outer,
    .alternative-carousel .details-outer {
        width: auto;
    }

    .home-carousel .details,
    .alternative-carousel .details {
        width: 100%;
        background-color: transparent;
    }

    .home-carousel .description,
    .alternative-carousel .description {
        width: auto;
    }

    .home-carousel .slick-dots,
    .alternative-carousel .slick-dots {
        left: auto;
        right: 10px;
        bottom: 0;
    }

    .home-carousel h4,
    .alternative-carousel h4 {
        padding: 0.1em 0 0.1em 0.3em;
        color: #000;
        text-shadow: 1px 1px 2px rgb(168, 168, 168);
    }

    .home-carousel p,
    .alternative-carousel p {
        color: #000;
        text-shadow: none;
    }

    .home-carousel a.button,
    .alternative-carousel a.button {
        background-color: rgb(153, 204, 51);
        color: #fff;
    }

    .gallery .home-carousel a.button,
    .gallery .alternative-carousel a.button {
        background-color: #d0000a;
    }

    .museum .home-carousel a.button,
    .gallery .alternative-carousel a.button {
        background-color: rgb(245, 143, 15);
    }

    .home-carousel a.button:hover,
    .alternative-carousel a.button:hover {
        background-color: #dfdfdf;
        color: #000;
    }

    .home-carousel .slick-dots,
    .alternative-carousel .slick-dots {
        background-color: transparent;
    }

    .home-carousel .slick-dots button,
    .alternative-carousel .slick-dots button {
        background-color: #6F7F8B;
    }

    .home-carousel .slick-active button,
    .alternative-carousel .slick-active button {
        background-color: rgb(153, 204, 51);
        color: #0b2740;
    }

    .header .site-search {
        right: 0;
        top: auto;
        bottom: 0;
        position: relative;
        z-index: 105;
        overflow: auto;
        background-color: #0b2740;
        padding: 5px 0;
    }

    #header h1 a {
        min-height: 79px;
        background-size: 245px;
    }

    .site-search form {
        width: 100%;
        background-color: #0b2740;
        box-shadow: none;
    }

    input#query-input {
        background-color: #0b2740;
        color: #fff;
        margin: 0 0 0 2.3%;
        height: 30px;
        width: 75%;
        padding: 0 2.3% 0 0;
    }

    input#query-input:focus {
        border: none;
        border-bottom: 1px solid #fff;
        opacity: 1;
    }

    .site-search button,
    .gallery .site-search button,
    .museum .site-search button {
        margin: 0;
        background: none;
        padding: 0;
        width: 20%;
        border-left: none;
    }

    .site-search button:hover,
    .site-search button:focus {
        outline: none;
        background-color: transparent;
    }

    .site-search button:before {
        border-left: 1px solid rgb(153, 204, 51);
    }

    .gallery .site-search button:before {
        border-left: 1px solid #d0000a;
    }

    .museum .site-search button:before {
        border-left: 1px solid #f58f0f;
    }

    .home .home-columns {
        clear: both;
    }

    .home section.home-right {
        width: 100%;
        margin: 0;
    }

    .home .home-columns.left {
        width: 100%;
    }

    .footer-bottom ul {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-bottom p {
        clear: both;
        text-align: center;
    }

    .breadcrumbs {
        display: none;
    }

    .share-buttons {
        width: 100%;
    }

    .home-carousel .desc-wrapper,
    .alternative-carousel .desc-wrapper {
        bottom: 0;
        height: 100%;
    }

    .home-carousel h4,
    .alternative-carousel h4 {
        float: left;
        max-height: 2.9em;
        overflow: hidden;
        line-height: 1.2em;
    }

    .home-carousel .description,
    .alternative-carousel .description {
        width: auto;
        float: left;
    }

    .footer-contact-details {
        width: 100%;
    }

    .main-content .box, .main-content .box.half-width.last, .main-content .box.third-width.last, .inside .main-content .box.third-width, .inside .main-content .box.half-width, .inside .main-content .box.half-width, .main-content .box p, .main-content .box .third-width, .main-content .third-width {
        clear: both;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-contact-details .location {
        clear: both;
        width: 97%;
    }

    .footer-container .panel div {
        width: 50%;
        clear: none;
    }

    .other-sites {
        width: 100%;
        padding: 0 20px 0;
    }

    .other-sites a {
        float: left;
        display: inline;
        width: 50%;
        clear: none;
        height: 36px;
        box-sizing: border-box;
    }

    .other-sites span {
        width: 70%;
    }

    .inside .news-listing img {
        width: 25%;
    }
}

/* ************************************************* */
/*                 Media Screen 45.5em               */
/* ************************************************* */

@media screen and (max-width: 45.5em) {
    .small-feature-wrapper,
    .whats-on,
    .connect {
        clear: both;
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
    }

    button#cboxPrevious {
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0009/85707/previous-small-faded.png?v=0.0.2") no-repeat 0 0;
    }

    button#cboxNext {
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0003/85701/next-small-faded.png?v=0.0.2") no-repeat 0 0;
    }

    button#cboxPrevious:hover {
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0010/85708/previous-small.png?v=0.0.2") no-repeat 0 0;
    }

    button#cboxNext:hover {
        background: url("https://www.hawkesbury.nsw.gov.au/__data/assets/image/0004/85702/next-small.png?v=0.0.2") no-repeat 0 0;
    }

    .accordion.type-3 .panel-title {
        font-size: 1.2em;
    }
}


/* ************************************************* */
/*                 Media Screen 43em                 */
/* ************************************************* */

@media screen and (max-width: 43em) {
    .news-listing img {
        width: 25%;
    }

    #page_asset_builder_832 ol,
    #page_asset_builder_832 ul {
        margin: 0;
    }

    .event-frequency td {
        clear: both;
        float: left;
    }

    #page_asset_builder_832 .startEndDate > table > tbody > tr > td {
        clear: both;
        float: left;
    }

    #page_asset_builder_832 .startEndDate > table > tbody > tr > td + td {
        margin: 15px 36px;
    }

    .home .home-right .news-listing,
    .home .home-right .popular-items {
        width: 100%;
    }

    .listing .listing-img {
        max-width: 200px;
    }

    .listing .listing-h {
        width: 100%;
        margin: 0 0 0 12.5em;
    }

    .listing .listing-details {
        color: #000;
        width: 100%;
        float: left;
        padding: 0 0 0 14em;
        margin: 0 0 0 -14em;
        box-sizing: border-box;
    }

    .listing .additional-resources {
        margin-left: 12.5em;
        width: 100%;
    }

    .event-details > img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .event-details dl {
        width: 100%;
        clear: both;
    }

    .other-sites {
        padding: 0;
    }

    .toc__item,
    .landing.level2 .toc__item {
        width: 47%;
    }


}

/* ************************************************* */
/*                 Media Screen 31em                 */
/* ************************************************* */

@media screen and (max-width: 31em) {
    .main.inside .main-content,
    .main.inside.with-rhs .main-content,
    .main.inside.three_column .main-content {
        width: 94%;
        word-wrap: break-word;
    }

    .home-carousel a.button,
    .alternative-carousel a.button {
        font-weight: bold;
        height: 0;
        padding: 17px 10px 17px 10px;
        background-image: none;
        background-color: rgb(153, 204, 51);
        margin-top: 1em;
        line-height: 0;
    }

    .header h1 a,
    .gallery .header h1 a,
    .museum .header h1 a {
        width: 100%;
    }

    .header {
        height: auto;
    }

    .popular-items ul li {
        display: block;
        width: 100%;
    }

    button.show-map-button {
        left: 30%;
    }

    .footer-contact-details {
        width: 100%;
        clear: both;
    }

    .panel div {
        width: 100%;
    }

    .events__accordion-content.panel div.checkbox-wrapper {
        width: 17px;
    }

    .footer-contact-details div {
        clear: both;
        width: 100%;
    }

    .museum .footer-container .panel div,
    .gallery .footer-container .panel div {
        width: 100%;
        clear: both;
    }

    .museum .footer-container .panel div + div,
    .gallery .footer-container .panel div + div {
        margin-top: 0;
    }

    button.show-map-button {
        background: #0B2740;
        border: 1px solid #0B2740;
        font-size: 0.95em;
        color: #fff;
    }

    .footer-container {
        position: relative;
        clear: both;
        -webkit-box-shadow: inset 0 7px 10px -8px rgb(115, 111, 111);
        -moz-box-shadow: inset 0 7px 10px -8px rgb(115, 111, 111);
        box-shadow: inset 0 7px 10px -8px rgb(115, 111, 111);
    }

    .footer-contact-details div {
        box-sizing: border-box;
    }

    .footer-container .panel div {
        width: 100%;
        clear: both;
    }

    .listing .listing-h {
        margin: 0;
        font-size: 99%;
    }

    .listing .listing-img {
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 10px;
    }

    .listing .listing-details {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .listing .additional-resources {
        margin: 0;
        padding: 0;
    }

    .event-details {
        padding: 0;
    }

    .other-sites {
        padding: 0 4%;
    }

    .other-sites a {
        clear: both;
        width: 99%;
    }
}

/* ************************************************* */
/*                 Media Screen 26.2em               */
/* ************************************************* */

@media screen and (max-width: 26.2em) {
    form #queries_news_query {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }

    form .news-query input[type="submit"] {
        padding: 0;
        width: 20%;
    }

    .news-listing img {
        width: 22%;
    }

    .features-container .features {
        max-width: 250px;
    }

    .home-carousel h4,
    .alternative-carousel h4 {
        font-size: 1em;
    }

    .toc__item,
    .landing.level2 .toc__item {
        width: 100%;
    }

}

/* ************************************************* */
/*                 Media Screen 25em                 */
/* ************************************************* */

@media screen and (max-width: 25em) {
    #header h1 a {
        min-height: 79px;
        background-size: 193px;
    }

    fieldset {
        width: 100%;
        min-width: 100%;
    }

    .main-content form ul li {
        clear: both;
    }

    .main-content form .pagination ul {
        width: 80%;
    }

    .main-content form .pagination ul li {
        clear: none;
    }

    .news-listing a div {
        width: 100%;
        margin-left: 0;
    }

    .event-details dl dt {
        margin-bottom: 0;
    }

    .event-details dl dd {
        padding: 0;
        margin: 0 0 15px;
        width: 100%;
    }

    .other-sites a.hcc-site-link {
        height: 32px;
    }

    .other-sites .hcc-site-link img {
        width: 32px;
    }
}






