/*
  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:18
*/


/**
 * Hawkesbury City Library
 * Hawkesbury Regional Gallery
 * Hawkesbury Regional Museum
 *
 * Print Style Sheet
 * 
 * print.css
 * author: Harinder Singh - Hawakesbury City Council
 *
 *
  _        _   _                                            _____           _   _                               __  __
 | |      (_) | |                                          / ____|         | | | |                             |  \/  |
 | |       _  | |__    _ __    __ _   _ __   _   _        | |  __    __ _  | | | |   ___   _ __   _   _        | \  / |  _   _   ___    ___   _   _   _ __ ___
 | |      | | | '_ \  | '__|  / _` | | '__| | | | |       | | |_ |  / _` | | | | |  / _ \ | '__| | | | |       | |\/| | | | | | / __|  / _ \ | | | | | '_ ` _ \
 | |____  | | | |_) | | |    | (_| | | |    | |_| |       | |__| | | (_| | | | | | |  __/ | |    | |_| |       | |  | | | |_| | \__ \ |  __/ | |_| | | | | | | |
 |______| |_| |_.__/  |_|     \__,_| |_|     \__, |        \_____|  \__,_| |_| |_|  \___| |_|     \__, |       |_|  |_|  \__,_| |___/  \___|  \__,_| |_| |_| |_|
                                              __/ |                                                __/ |
 *                                           |___/                                                |___/
 *
 */

/*
 * Table of Contents
 *
 * 1. Structure
 *     1.1 Setup Page
 *     1.2 Non-Printable Areas
 *     1.3 Header
 *
 * 2. General
 *     2.1 General Typography
 *     2.2 Links
 *     2.3 Images
 */

/*
--------------------
1. Structure
--------------------
*/

/*-- 1.1 Setup Page --*/
.wrapper {
    width: 100%;
}

/*-- 1.2 Non-Printable Areas --*/
.site-search,
.weather,
.show-nav-button,
.js-weather-widget,
.pc-hidden,
.message,
.banner,
.features-container,
.whats-on,
.primary-nav,
.navigation,
.pre-main-container,
.footer-container,
.lhs-column,
.rhs-column,
.breadcrumbs,
.share-buttons,
.widgets,
.datepicker,
.print-hidden,
.toggle-menu-wrap,
.slick-next,
.slick-prev,
.lhs-nav,
.lhs-column__h,
.gallery-container,
.gallery-thumb-container,
.back-to-top,
.slick-cloned,
.pagination,
.events__filters,
object,
iframe,
a span.external-link {
    display: none !important;
}
/* 1.2.1 Printable Areas*/
.print-only {
    display: block;
}



/*
--------------------
2. General
--------------------
*/

/*-- 2.1 General Typography --*/
body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: arial, helvetica, sans-serif; /* 12px */
    font-weight: normal;
    font-size: 12px;
}
.js-enabled hr {
    display: none;
}

/*-- 2.2 Links --*/
a, a:visited {
    color: #4374AC;
    text-decoration: underline;
}
#content-main a:hover,
#content-main a:focus {
    color: #000;
}
a:link:after,
a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

a.logo:link:after,
a.logo:visited:after {
    content: "";
}

/*-- 2.3 Images --*/

.left {
    float: left;
    margin: 0 20px 10px 0;
}
.right {
    float: right;
    margin: 0 0 10px 20px;
}

/*-- 2.4 Headings --*/
h1, h2, h3, h4, h5, h6 {
    font-family: arial, sans-serif;
    padding: 10px 0;
    color: #0b2740;
    line-height: 18px;
}
h1 {
    font-size: 1.7em; /*24pt*/
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    padding: 3px 0 10px;
}
h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    page-break-after: avoid;
}
h3 {
    font-size: 1.4em; /*18pt*/
    page-break-after: avoid;
}
h4 {
    font-size: 1.313em;
    font-weight: bold;
}
h5 {
    font-size: 1.188em;
    text-transform: uppercase;
}
h6 {
    font-size: 1.125em;
}


/*-- 2.5 Tables --*/
table {
    border: 1px solid #000;
}
table caption{
    font-weight: bold;
    font-size: 1.2em;
}
table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
}
table caption{
    position: absolute;
    top: -9999px;
    left: -9999px;
}
table td,
table th {
    text-align: left;
    padding: 15px 12px;
    word-wrap: break-word;
}
table thead {
    display: table-header-group;
}
table thead tr {
    color: #000;
}
table tbody tr {
    page-break-inside: avoid;
    background: #f5f5f5;
}
table tbody tr.even {
    background: #eee;
}
table td,
table th {
    border: 1px solid #000;
}
table img {
    width: 100%;
    height: auto;
}

/* 2.6 Forms*/

legend, fieldset{
    border: none;
}
form > * {
    clear: both;
    float: left;
}
input[type="submit"],
input[type="reset"],
button,
a.button {
    display: none;
}

pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

img {
    page-break-inside: avoid;
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
.callout {
  page-break-inside: avoid;
  border: 3px solid #c6c6c6;
  padding: 15px 20px 0 26px;
  margin: 15px 0;
}

    /* --- 3.6 Form and Inputs --- */

    form {
        overflow: hidden;
    }
    fieldset {
        padding: 0;
        margin: 0;
        border: 0;
    }
    label,
    legend {
        display: block;
        color: #4f4f4f;
        font-weight: bold;
        line-height: 1.385em;
        padding: 0 0 17px 0;
        margin: 0;
        position: relative;
    }
    legend {
        padding: 0 0 8px 0;
    }
    .validation-error {
        display: block;
        overflow: hidden;
    }
        .validation-error em {
            color: #FF6347;
            font-size: 12px;
            font-weight: bold;
        }
    input,
    select {
        outline: 0;
    }
    ul.list-wrapper {
        text-indent: 0;
    }
    ul.list-wrapper li{
        float: left;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="url"],
    input[type="week"] {
        height: 39px;
        padding: 0 10px;
        margin: 0 0 14px 0;
        background-color: #fff;
        border: 2px solid #c6c6c6;
        color: #000;
        font-size: 1em;
        width: 90%;
    }
        .ie8 input[type="text"],
        .ie8 input[type="email"],
        .ie8 input[type="password"],
        .ie8 input[type="number"],
        .ie8 input[type="color"],
        .ie8 input[type="date"],
        .ie8 input[type="datetime"],
        .ie8 input[type="datetime-local"],
        .ie8 input[type="month"],
        .ie8 input[type="url"],
        .ie8 input[type="week"] {
            padding: 15px 5px 0;
            width: 84%;
        }
    input[type=search] {
       width: 99%;
    }

    select {
        margin: 0 0 42px 0;
        padding: 9px;
        border: 2px solid #c6c6c6;
        line-height: 1.3;
        height: 39px;
        display: block;
    }
    .select-wrapper {
        margin-right: 100px;
    }
    .radio-wrapper,
    .checkbox-wrapper ,
    .radio-wrapper + label,
    .checkbox-wrapper + label{
        float: left;
    }
    textarea {
        width: 443px;
        height: 132px;
        padding: 10px;
        margin: 0 0 18px 0;
        border: 2px solid #c6c6c6;
        resize: vertical;
        color: #000;
        font-size: 1em;
        line-height: 1em;
        width: 90%;
    }
    .main-content form ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
        .main-content form ul li {
            float: left;
            margin-right: 10px;
            list-style: none;
        }
        .main-content form .radio-items ul li,
        .main-content form .checkbox-items ul li,
        .main-content form .sq-form-question-tickbox-list ul li {
            float: none;
        }
    .main-content form em {
        display: block;
        font-style: normal;
        line-height: 1.5em;
        margin: 0 0 18px;
    }
        .main-content form em.error {
            font-style: italic;
            margin: 0;
            display: inline;
        }
    .input-wrapper {
        position: relative;
        display: inline-block;
    }
    .sq-form-question.sq-form-question-datetime{
        position: relative;
    }
    .sq-form-question.sq-form-question-datetime label {
        float: left;
        padding: 24px 0 0 0;
        margin: -49px 0 0 10px;
    }
    .sq-form-question.sq-form-question-datetime .select-wrapper {
        float: left;
        margin-left: 10px;
    }
    .sq-form-question.sq-form-question-datetime legend{
        display: block;
        height: 35px;
        float: left;
        width: 100%;
    }
    .sq-form-question.sq-form-question-datetime .sq-form-question-answer  > div:nth-child(8) + label{
        clear: both;
    }
    .main-content form .sq-form-question-option-list ul li:before,
    .main-content form .sq-form-question-tickbox-list ul li:before {
        content: none;
    }

    /* --- Custom Form Styles --- */
    #page_asset_builder_832 table,
    #page_asset_builder_832 .startEndDate tr {
        width: 100%;
        display: block;
        border: none;
    }
    #page_asset_builder_832 .startEndDate table + table {
        display: none;
    }
    #page_asset_builder_832 td,
    #page_asset_builder_832 th{
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .event-frequency {
        display: none;
    }
    #page_asset_builder_832 ol,
    #page_asset_builder_832 ul {
        text-indent: 0;
        list-style-type: none;
    }
    #page_asset_builder_832 .startEndDate td + td  {
        clear: both;
        float: left;
    }
    #page_asset_builder_832 .startEndDate input[type="text"]:first-child {
        clear: both;
        display: inline;
    }
    #page_asset_builder_832 .startEndDate input[type="text"]:last-child {
        clear: both;
        float: right;
        display: inline;
    }
    #page_asset_builder_832 .startEndDate input[type="text"] {
     /*   float: left;*/
        width: 50px;
    }
    #page_asset_builder_832 .startEndDate select,
    #page_asset_builder_832 .startEndDate .select-wrapper {
        margin: 0;
        padding: 0;
                display: inline;
        height: 43px;
    }
    .wysiwyg-to-text textarea[name^="calendar_event_single_0_"],
    .wysiwyg-to-text textarea[name^="calendar_event_recurring_0_"] {
        width: 90% !important;
    }

    .main-content form ul li.sq-asset-builder-tab,
    .main-content form ul li.sq-asset-builder-tab-active {
        margin-right: 0;
    }
    .sq-asset-builder-tab a,
    .sq-asset-builder-tab-active a {
        font-size: 1.1em;
        line-height: 41px;
        display: inline-block;
        height: 41px;
        margin: 0;
        padding: 0 15px;
        cursor: pointer;
        text-align: left;
        text-decoration: none !important;
        color: #0b2740;
        border: 1px solid #dfdfdf;
    }

    .sq-asset-builder-tab-active a {
        color: #99CC33;
        font-weight: bold;
        border-color: #99CC33;
    }

.slick-track {
    width: 100% !important;
    transform: none !important;
}

/*-- 1.3 Header --*/
#header img{
    height: auto;
    outline: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
}

@media print and (orientation: landscape) {

}