/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

#s4-bodyContainer {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

@media only screen and (max-width: 1024px) {
    #contentBox {
        width: 100%;
        height: auto;
        min-width: 0;
        margin: 0;
    }
}

/* MAPS*/
#frameMap {
    height: 100%;
}

/* HEADER */

/*-- screen */
header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 101px;
    background: #fff;
    border-bottom: 1px solid #a9a6a4;
}

    header a.mobile-nav {
        background-image: url("/Style Library/ParkingNZ/images/Home/mobile-nav.png");
        width: 22px;
        height: 17px;
        background-repeat: no-repeat;
        display: none;
        overflow: hidden;
        text-indent: -999px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    header div.logo a {
        display: block;
        width: 240px;
        height: 41px;
        background-image: url("/Style Library/ParkingNZ/images/Home/wilson-logo.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -999px;
        position: absolute;
        top: 30px;
        left: 40px;
    }

    header div.logo img {
        display: none;
    }

    header nav {
        position: absolute;
        top: 40px;
        right: 40px;
    }

        header nav li {
            float: left;
        }

            header nav li:before {
                content: '';
                display: block;
                float: left;
                width: 1px;
                height: 10px;
                position: relative;
                top: 4px;
                margin: 0 9px;
                background: #fd980f;
            }

            header nav li:first-child:before {
                display: none;
            }

            header nav li a {
                font: 0.95em/1 "Montserrat", sans-serif;
                text-transform: uppercase;
                color: black;
            }

                header nav li a:hover, header nav li a:focus {
                    color: #fd980f;
                    text-decoration: none;
                }

                header nav li a.active {
                    color: #665f56;
                    text-decoration: underline;
                }

                header nav li a.search {
                    background-image: url("/Style Library/ParkingNZ/images/Home/header-search.png");
                    width: 15px;
                    height: 15px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    overflow: hidden;
                    text-indent: -999px;
                    position: relative;
                    top: 1px;
                }

                    header nav li a.search.active {
                        display: none;
                    }

            header nav li div.search {
                display: block;
                overflow: hidden;
                position: relative;
                top: -6px;
                right: -7px;
                float: left;
            }

                header nav li div.search input.text {
                    display: block;
                    width: 210px;
                    height: 28px;
                    border: 1px solid #a7998a;
                    padding: 5px 30px 5px 10px;
                }

                header nav li div.search input.submit {
                    background-image: url("/Style Library/ParkingNZ/images/Home/header-search.png");
                    width: 15px;
                    height: 15px;
                    background-repeat: no-repeat;
                    display: block;
                    overflow: hidden;
                    text-indent: -999px;
                    background-color: transparent;
                    border: 0;
                    outline: none;
                    position: absolute;
                    top: 7px;
                    right: 7px;
                    min-width: 20px;
                }

    header a.nav {
        color: #0072BC;
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    header nav {
        top: 70px;
        right: 10px;
    }
}
/*-- mobile */
@media only screen and (max-width: 768px) {
    header {
        position: relative;
        height: 40px;
    }

        header a.mobile-nav {
            display: block;
            padding-left: 50px;
            background-position-x: 30px;
        }

        header div.logo a {
            width: 137px;
            height: 25px;
            top: 7px;
            left: 10px;
        }

        header nav {
            display: none;
        }

    div.select.search-query-carparks div.value {
        font-size: 0.8em !important;
    }
}

/* FOOTER */
/*-- screen */
footer {
    -webkit-transition: margin-top 200ms ease-out;
    -moz-transition: margin-top 200ms ease-out;
    -o-transition: margin-top 200ms ease-out;
    transition: margin-top 200ms ease-out;
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: -100px;
    width: 100%;
    min-width: 1280px;
    min-height: 40px;
    background: #fff;
    border-top: 1px solid #a9a6a4;
}

    footer nav.footer {
        padding: 0 30px 30px 30px;
        font: 0.85em/1.5 "Lato", sans-serif;
    }

        footer nav.footer > ul > li {
            float: left;
            width: 10%;
            min-width: 125px;
            max-width: 135px;
        }

            footer nav.footer > ul > li h2 {
                height: 40px;
                padding-top: 11px;
                color: #817f7f;
                cursor: pointer;
            }

                footer nav.footer > ul > li h2:hover {
                    text-decoration: underline;
                }

            footer nav.footer > ul > li li {
                margin: 0;
                letter-spacing: -0.5px;
            }

            footer nav.footer > ul > li a {
                color: #fd980f;
            }

        footer nav.footer li.share h2:after {
            background-image: url("/Style Library/ParkingNZ/images/Home/footer-share.png");
            width: 15px;
            height: 10px;
            background-repeat: no-repeat;
            display: inline-block;
            overflow: hidden;
            text-indent: -999px;
            content: '';
            margin-left: 10px;
        }

        footer nav.footer li.share li span {
            display: none;
        }

        footer nav.footer li.share li a {
            padding: 0;
            float: none;
        }

        footer nav.footer > p {
            position: absolute;
            top: 0;
            right: 30px;
            padding-top: 11px;
            color: #a7998a;
        }

/*-- mobile */
@media only screen and (max-width: 768px) {
    footer {
        display: none;
    }
}

/* NAVIGATION */
nav.main {
    position: absolute;
    z-index: 8;
    top: 101px;
    left: 0;
    width: 111px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    overflow: hidden;
}

    nav.main div.ps-scrollbar-y-rail {
        display: none !important;
    }

@media only screen and (max-width: 768px) {
    nav.main {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        top: 0;
    }
}

@media only screen and (min-width: 769px) {
    nav.main ul {
        height: 100%;
    }

        nav.main ul:after {
            content: '';
            display: block;
            height: 100%;
            background: #665f56;
            border-right: 2px solid #45413f;
            width: 109px;
        }

        nav.main ul a.find-a-park {
            display: block;
            width: 111px;
            height: 145px;
            overflow: hidden;
            text-indent: -999px;
            background: transparent url("/Style Library/ParkingNZ/images/Home/sidebar.png") no-repeat 0 0px;
        }

            nav.main ul a.find-a-park.active {
                background-position: 0 -150px;
            }

        nav.main ul a.myaccount2 {
            display: block;
            width: 111px;
            height: 145px;
            overflow: hidden;
            text-indent: -999px;
            background: transparent url("/Style Library/ParkingNZ/images/Home/sidebar_2.png") no-repeat 0 -1501px;
        }

        nav.main ul a.book-a-bay {
            display: block;
            width: 111px;
            height: 145px;
            overflow: hidden;
            text-indent: -999px;
            background: transparent url("/Style Library/ParkingNZ/images/Home/sidebar.png") no-repeat 0 -300px;
        }

            nav.main ul a.book-a-bay.active {
                background-position: 0 -450px;
            }

        nav.main ul a.monthly-parking {
            display: block;
            width: 111px;
            height: 145px;
            overflow: hidden;
            text-indent: -999px;
            background: transparent url("/Style Library/ParkingNZ/images/Home/sidebar.png") no-repeat 0 -600px;
        }

            nav.main ul a.monthly-parking.active {
                background-position: 0 -750px;
            }

        nav.main ul a.myaccount {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            text-indent: -999px;
            background: url("../images/home/sidebar--new.png") no-repeat;
            background-size: 1025%;
        }

            nav.main ul a.myaccount.active {
                background-position: 0 -1050px;
            }

        nav.main ul a.parkmate {
            display: block;
            width: 111px;
            height: 145px;
            overflow: hidden;
            text-indent: -999px;
            background: transparent url("/Style Library/ParkingNZ/images/Home/sidebar.png") no-repeat 0 -1200px;
        }

            nav.main ul a.parkmate.active {
                background-position: 0 -1350px;
            }
}

@media only screen and (max-width: 768px) {
    nav.main {
        background: #665f56;
    }

        nav.main ul {
            height: 75px;
            overflow: hidden;
            font-size: 0px;
            text-align: justify;
            -ms-text-justify: distribute-all-lines;
            text-justify: distribute-all-lines;
        }

            nav.main ul:after {
                content: '';
                width: 100%;
                display: inline-block;
                font-size: 0;
                line-height: 0;
            }

            nav.main ul li {
                display: inline-block;
                vertical-align: top;
                width: 20%;
                overflow: hidden;
            }

            nav.main ul a.find-a-park {
                display: block;
                width: 64px;
                height: 75px;
                overflow: hidden;
                text-indent: -999px;
                background: transparent url("/Style Library/ParkingNZ/images/Home/navbar-mobile.png") no-repeat 0 0px;
                background-size: 100% auto;
            }

                nav.main ul a.find-a-park.active {
                    background-position: 0 -100px;
                    background-color: #fd980f;
                }

            nav.main ul a.book-a-bay {
                display: block;
                width: 64px;
                height: 75px;
                overflow: hidden;
                text-indent: -999px;
                background: transparent url("/Style Library/ParkingNZ/images/Home/navbar-mobile.png") no-repeat 0 -200px;
                background-size: 100% auto;
            }

                nav.main ul a.book-a-bay.active {
                    background-position: 0 -300px;
                    background-color: #fd980f;
                }

            nav.main ul a.monthly-parking {
                display: block;
                width: 64px;
                height: 75px;
                overflow: hidden;
                text-indent: -999px;
                background: transparent url("/Style Library/ParkingNZ/images/Home/navbar-mobile.png") no-repeat 0 -400px;
                background-size: 100% auto;
            }

                nav.main ul a.monthly-parking.active {
                    background-position: 0 -500px;
                    background-color: #fd980f;
                }
            /*----------  New update for my account in mobile navigation --START ----------*/

            nav.main ul a.myaccount {
                display: block;
                width: 64px;
                height: 75px;
                overflow: hidden;
                text-indent: -999px;
                background: transparent url("/Style Library/ParkingNZ/images/Home/navbar-mobile.png") no-repeat 0 -1000px;
                background-size: 100% auto;
            }

                nav.main ul a.myaccount.active {
                    background-position: 0 -1100px;
                    background-color: #fd980f;
                }
            /*----------  New update for my account in mobile navigation --END  ----------*/

            nav.main ul a.parkmate {
                display: block;
                width: 64px;
                height: 75px;
                overflow: hidden;
                text-indent: -999px;
                background: transparent url("/Style Library/ParkingNZ/images/Home/navbar-mobile.png") no-repeat 0 -800px;
                background-size: 100% auto;
            }

                nav.main ul a.parkmate.active {
                    background-position: 0 -900px;
                    background-color: #fd980f;
                }
}

#mobile-nav {
    display: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-left: 41px;
    background: white url("/Style Library/ParkingNZ/images/Home/mobilenav.png") repeat-y 41px 0;
}

    #mobile-nav nav {
        padding: 20px;
    }

        #mobile-nav nav.header {
            padding-bottom: 0;
        }

            #mobile-nav nav.header ul {
                border-bottom: 1px solid #6f6a67;
            }

                #mobile-nav nav.header ul li {
                    margin-bottom: 1.5em;
                }

                    #mobile-nav nav.header ul li a {
                        font: 1em/1 "Montserrat", sans-serif;
                        text-transform: uppercase;
                        color: black;
                    }

                        #mobile-nav nav.header ul li a.active {
                            color: #6f6a67;
                        }

                        #mobile-nav nav.header ul li a.search {
                            display: none;
                        }

            #mobile-nav nav.header div.search {
                position: relative;
            }

                #mobile-nav nav.header div.search input.text {
                    display: block;
                    width: 100%;
                    height: 28px;
                    margin: 0;
                    padding-left: 5px;
                    padding-right: 30px;
                    border: 1px solid #6f6a67;
                    border-radius: 0;
                    -webkit-appearance: none;
                }

                #mobile-nav nav.header div.search input.submit {
                    background-image: url("/Style Library/ParkingNZ/images/Home/header-search.png");
                    width: 15px;
                    height: 15px;
                    background-repeat: no-repeat;
                    display: block;
                    overflow: hidden;
                    text-indent: -999px;
                    background-color: transparent;
                    border: 0;
                    outline: none;
                    position: absolute;
                    top: 6px;
                    right: 6px;
                    min-width: 5px;
                }

        #mobile-nav nav.footer ul li {
            margin-bottom: 1.5em;
        }

            #mobile-nav nav.footer ul li h2 {
                margin-bottom: 0.5em;
                color: #6f6a67;
            }

            #mobile-nav nav.footer ul li li {
                margin-bottom: 0.1em;
            }

                #mobile-nav nav.footer ul li li a {
                    color: #fd980f;
                    text-decoration: underline;
                }

                    #mobile-nav nav.footer ul li li a.active {
                        color: #6f6a67;
                    }

        #mobile-nav nav.footer p {
            color: #6f6a67;
        }

/* GENERAL */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font: 14px "Lato", sans-serif;
    min-width: 1280px;
}

@media only screen and (max-width: 768px) {
    html, body {
        min-width: 320px;
    }
}

#wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 101px;
    padding-bottom: 40px;
    background: #eee;
}

@media only screen and (max-width: 768px) {
    #wrap {
        padding: 0;
        height: auto;
        overflow: hidden;
    }
}

#map {
    width: 100%;
    height: 100%;
}

.parkInfo {
    display: block;
    padding: 10px;
    overflow: visible;
    background-color: #fff;
}

.infoHeading {
    color: #f67f15;
    font-size: medium;
    font-weight: bold !important;
}

@media only screen and (max-width: 768px) {
    #map { /*display: none;*/
        height: 400px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .parkInfo {
        padding: 0;
        height: auto !important;
    }

    .infoHeading {
        font-size: small;
        font-weight: normal !important;
    }

        .infoHeading i {
            font-style: italic;
        }

        .infoHeading b {
            font-weight: bold;
        }
}

/* FIND A PARK */

/*sliding image */
.cycle-overlay {
    background: none repeat scroll 0 0 #EFEBE2;
    bottom: 0;
    color: #6F6A67;
    font-family: tahoma,arial;
    opacity: 1;
    padding: 15px;
    width: 100%;
    z-index: 600;
    top: 339px;
    height: 140px;
}

div.cycle-pager, div.cycle-pager-banner {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 10px;
}

    div.cycle-pager span, div.cycle-pager-banner span {
        background-image: url("/Style Library/ParkingNZ/images/Home/slider_pager-icon.png");
        width: 23px;
        height: 23px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        display: block;
        float: left;
        margin-left: 5px;
    }

        div.cycle-pager span.cycle-pager-active, div.cycle-pager-banner span.cycle-pager-active {
            background-image: url("/Style Library/ParkingNZ/images/Home/slider_pager-icon-active.png");
            width: 23px;
            height: 23px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

        div#preloader img {
            display: block;
        }
}

@media print {
    div#preloader, div#preloader img {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    article section > div.scrollpane {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
}

article section.panel {
    display: none;
}

    article section.panel a.back {
        position: absolute;
        top: 25px;
        right: 10px;
    }

    article section.panel a.close {
        position: absolute;
        top: 25px;
        right: 25px;
    }

    article section.panel.left {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 101px;
        padding-bottom: 40px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

        article section.panel.left div.content {
            position: relative;
            padding: 45px 25px;
        }

        article section.panel.left.left-1 {
            z-index: 2;
            padding-left: 111px;
            width: 40%;
            /* min-width: 651px; */
            max-width: 700px;
            background: #fd980f;
            border-right: 2px solid #fff;
        }

        article section.panel.left.left-2 {
            z-index: 2;
            padding-left: 111px;
            width: 35%;
            min-width: 651px;
            max-width: 700px;
            background: white;
        }

            article section.panel.left.left-2 div.content {
                padding: 25px;
            }

                article section.panel.left.left-2 div.content.introduction {
                    background: #efebe2;
                    color: #6f6a67;
                }

        article section.panel.left.left-3 {
            z-index: 1;
            width: 35%;
            min-width: 490px;
            max-width: 700px;
            background: #efebe2;
        }

            article section.panel.left.left-3 div.content {
                padding: 25px;
            }

                article section.panel.left.left-3 div.content.introduction {
                    background: #efebe2;
                    color: #6f6a67;
                }

@media only screen and (max-width: 768px) {
    article section.panel.left.left-1, article section.panel.left.left-2, article section.panel.left.left-3 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0;
        border: 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

        article section.panel.left.left-1 div.content, article section.panel.left.left-2 div.content, article section.panel.left.left-3 div.content {
            padding: 10px;
        }
}

article section.panel.right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 101px;
    padding-bottom: 40px;
    background: #fefefe;
    border-left: 2px solid #d5d3d3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

    article section.panel.right.right-1 {
        width: 40%;
        min-width: 500px;
        max-width: 700px;
    }

    article section.panel.right.right-2 {
        width: 40%;
        min-width: 525px;
        max-width: 700px;
        z-index: 3;
    }

    /* News style*/
    article section.panel.right.right-3 {
        width: 35%;
        min-width: 475px;
        max-width: 700px;
        z-index: 9;
    }

@media only screen and (max-width: 768px) {
    article section.panel.right.right-3 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0;
        border: 0;
    }
}
/* News style-end*/

@media only screen and (max-width: 768px) {
    article section.panel.right.right-1, article section.panel.right.right-2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0;
        border: 0;
    }
}

article section.panel.right div.content {
    position: relative;
    padding: 25px;
}

@media only screen and (max-width: 768px) {
    article section.panel.right div.content {
        padding: 10px;
    }
}

article section.panel.right div.content.introduction, #content-page.subscribe section.panel.right div.content, #content-page.statement section.panel.right div.content {
    background: #efebe2;
}

div.overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8);
    opacity: 0.8;
    visibility: hidden;
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
        cursor: pointer;
    }

    a.view-arrow, #find-a-park-results section.results table td.view a, #content-page section.articles ul li a {
        background-image: url("/Style Library/ParkingNZ/images/Home/arrow-next.png");
        width: 53px;
        height: 53px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        background-size: 50px;
        background-position: center right;
    }

        a.view-arrow:hover, #find-a-park-results section.results table td.view a:hover, #content-page section.articles ul li a:hover, a.view-arrow:focus, #find-a-park-results section.results table td.view a:focus, #content-page section.articles ul li a:focus {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    a.back-arrow, article section.panel a.back {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_back.png");
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

        a.back-arrow:hover, article section.panel a.back:hover, a.back-arrow:focus, article section.panel a.back:focus {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

@media only screen and (max-width: 768px) {
    a.back-arrow, article section.panel a.back {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 8px 10px;
        background: #fd980f;
        background-image: none;
        text-indent: 0;
        font: 1em "Montserrat", sans-serif;
        text-transform: uppercase;
        color: white;
    }
}

a.close-icon, article section.panel a.close {
    background-image: url("/Style Library/ParkingNZ/images/Home/icon_close.png");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

    a.close-icon:hover, article section.panel a.close:hover, a.close-icon:focus, article section.panel a.close:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

@media only screen and (max-width: 768px) {
    a.close-icon, article section.panel a.close {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 8px 10px;
        background: #fd980f;
        background-image: none;
        text-indent: 0;
        font: 1em "Montserrat", sans-serif;
        text-transform: uppercase;
        color: white;
    }
}

.clearfix:after, footer nav.footer:after, article section:after, article section.search-location ul:after, article section.locations ul:after, article .form:after, article .form li.date ul:after, #find-a-park-results ul.filters-1:after, #find-a-park-results ul.filters-2:after, #find-a-park-details section.directions ul:after, #find-a-park-details section.attractions ul:after, #book-a-bay-search section.login ul:after, #content-page nav.subnav ul:after, #content-page section.articles ul li:after, #content-page.contact section.content address:after {
    content: '';
    display: table;
    clear: both;
}

#obsolete-browser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent url(images/overlay.png);
}

    #obsolete-browser section.message {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 600px;
        height: 290px;
        margin-left: -300px;
        margin-top: -200px;
        padding: 40px;
        background: white;
    }

        #obsolete-browser section.message h1 {
            font: 2em "Montserrat", sans-serif;
            margin-bottom: 0.5em;
        }

        #obsolete-browser section.message p {
            font: 1.2em "Lato", sans-serif;
            margin-bottom: 1em;
        }

            #obsolete-browser section.message p.continue {
                margin-top: 2em;
                font-size: 0.9em;
            }

        #obsolete-browser section.message a {
            color: #fd980f;
        }

article h1 {
    font: 1.4em/1 "Montserrat", sans-serif;
    text-transform: uppercase;
}

article h2 {
    font: 1.2em/1 "Montserrat", sans-serif;
    font-weight: bold;
}

article h3 {
    font: 1.1em/1 "Montserrat", sans-serif;
    font-weight: bold;
}

article p, article ul, article ol {
    font: 1em/1.4 "Lato", sans-serif;
    margin-bottom: 0.5em;
}

    article p strong, article p b, article ul strong, article ul b, article ol strong, article ol b {
        font-weight: bold;
    }

    article p em, article p i, article ul em, article ul i, article ol em, article ol i {
        font-style: italic;
    }

    article p a {
        color: #0072c6;
        text-decoration: underline;
    }

section.faq p a {
    color: #0072c6 !important;
}

article img {
    display: block !important;
    width: 100%;
    height: auto;
}

article hr {
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: transparent;
    margin: 1.5em 0;
    border: 0;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 768px) {
    article hr {
        margin: 10px 0;
        padding: 10px 0;
    }
}

article section.left-1 {
    color: #fff;
}

    article section.left-1 h1 {
        margin-bottom: 2em;
    }

@media only screen and (max-width: 768px) {
    article section.left-1 h1 {
        font-size: 1em;
        margin-bottom: 10px;
    }
}

article section.left-1 h1, article section.left-1 h2 {
    color: #fff;
}

article section.left-1 h2 {
    margin-bottom: 1.3em;
}

article section.left-1 hr {
    border-color: #f7cd99;
}

article section.left-1 input.text, article section.left-1 div.select div.value {
    font-size: 1.1em;
    font-weight: bold;
    color: #fd980f;
}

@media only screen and (min-width:800px) and (max-width:1440px) {
    article section.left-1 div.select div.value {
        padding: 10px 5px 10px 10px;
    }
}

article section.left-2 {
    color: #665f56;
}

    article section.left-2 h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
    }

    article section.left-2 h3 {
        margin-bottom: 1em;
        color: #665f56;
        color: #665f56;
    }

    article section.left-2 hr {
        border-color: #b6b4b2;
    }

article section.left-3 {
    color: #665f56;
}

    article section.left-3 h2 {
        font-size: 1.15em;
        margin-bottom: 3em;
        text-transform: uppercase;
    }

@media only screen and (max-width: 768px) {
    article section.left-3 h2 {
        font-size: 1em;
        text-transform: none;
        margin-bottom: 10px;
    }
}

article section.left-3 h3 {
    font-size: 1.15em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
    article section.left-3 h3 {
        font-size: 1em;
        text-transform: none;
        margin-bottom: 10px;
    }
}

article section.left-3 hr {
    border-color: #b6b4b2;
}

article section.right {
    color: #333333;
}

    article section.right h1 {
        margin-bottom: 1em;
    }

    article section.right h2 {
        margin-bottom: 0.6em;
        text-transform: uppercase;
    }

    article section.right p, article section.right ul, article section.right ol, article section.right dl {
        font-size: 1.1em;
    }

    article section.right hr {
        border-color: #b6b4b2;
    }

    article section.right div.content.introduction {
        color: #6f6a67;
    }

        article section.right div.content.introduction p a {
            color: #fd980f;
            text-decoration: underline;
        }

article section.closest-region p.closest {
    margin-bottom: 0;
}

    article section.closest-region p.closest strong {
        display: block;
        font-size: 3em;
        line-height: 1;
        margin: 0.2em 0;
        font-style: italic;
        font-weight: bold;
    }

article section.closest-region p.description {
    font-size: 1.1em;
}

@media only screen and (max-width: 768px) {
    article section.closest-region {
        display: none;
    }
}

article section.places {
    position: relative;
}

    article section.places h2 {
        font: 1em/1.8 "Lato", sans-serif;
        font-style: italic;
        margin-bottom: 0.2em;
    }

    article section.places li {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0.2em;
    }

    article section.places a {
        display: block;
        position: absolute;
        top: 1.8em;
        right: 0;
        font: 1em/1.8 "Lato", sans-serif;
        font-style: italic;
        color: #fff;
    }

        article section.places a:after {
            background-image: url("/Style Library/ParkingNZ/images/Home/icon_arrow-right.png");
            width: 37px;
            height: 37px;
            background-repeat: no-repeat;
            display: inline-block;
            overflow: hidden;
            text-indent: -999px;
            content: '';
            float: right;
            position: relative;
            top: -5px;
            margin-left: 10px;
        }

article section.search-location ul li.search {
    float: left;
    width: 100%;
    padding-right: 50px;
    margin-bottom: 10px;
}

article section div.search-by {
    padding-bottom: 10px;
    width: 100%;
}

article section.left-1 .disabled {
    color: #999999 !important;
}

article section.search-state-region {
    padding-bottom: 10px;
}

    article section.search-state-region ul li.resetForm {
        text-align: right;
        padding-bottom: 10px;
    }

    article section.search-state-region ul li a.reset, article section.search-state-region ul li a.reset:hover, article section.search-state-region ul li a.reset:visited {
        color: #fff;
        text-decoration: underline;
    }

    article section.search-state-region ul li.search-state {
        float: left;
        width: 45%;
        padding-right: 5px;
    }

    article section.search-state-region ul li.search-region {
        float: left;
        width: 55%;
        padding-right: 50px;
    }

    article section.search-location ul li.submit, article section.search-state-region ul li.submit {
        float: left;
        width: 40px;
        margin-left: -40px;
    }

        article section.search-location ul li.submit a, article section.search-state-region ul li.submit a {
            display: inline-block;
            border: 0;
            height: 40px;
            background: white;
            color: #fd980f;
            font: 15px/1 "Montserrat", sans-serif;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            border-radius: 0;
            -webkit-appearance: none;
            padding: 12px 0;
            width: 100%;
            font: 1.2em/1 sans-serif;
            font-weight: bold;
            font-style: italic;
        }

            article section.search-location ul li.submit a:hover, article section.search-location ul li.submit a:focus, article section.search-state-region ul li.submit a:focus, article section.search-state-region ul li.submit a:hover {
                opacity: 0.8;
            }

article section div.search-or {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    article section div.search-or span {
        display: inline-block;
        zoom: 1;
        display *: inline; /* ie hack */
        width: 50%;
    }

@media only screen and (max-width: 768px) {
    article section.search-location ul li.submit a, article section.search-state-region ul li.submit a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 0;
    }

    article section.search-state-region ul li.search-state {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    article section.search-state-region ul li.search-region {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
}

article section.search-location ul li.current {
    font-size: 1.1em;
}

    article section.search-location ul li.current a {
        display: inline-block;
        border: 0;
        height: 40px;
        background: white;
        color: #fd980f;
        font: 15px/1 "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 12px 16px;
        text-transform: uppercase;
    }

        article section.search-location ul li.current a:hover, article section.search-location ul li.current a:focus {
            opacity: 0.8;
        }

@media only screen and (max-width: 768px) {
    article section.search-location ul li.current a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

article section.search-location ul li.current a.search-current {
    float: right;
}

article section.search-location ul li.current a.search-attraction {
    display: none;
}

article section.search-attraction ul {
    padding-top: 10px;
}

article section.search-attraction div.attraction-state {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    article section.search-attraction ul {
        width: auto;
    }
}
/*article section.search-attraction ul li { float: left; width: 50%; height: 60px; position: relative; padding-left: 50px; }*/
article section.search-attraction ul li.search-state {
    float: left;
    width: 45%;
    padding-right: 5px;
}

article section.search-attraction ul li.search-place {
    float: left;
    width: 55%;
}

article section.search-attraction div.attraction-state {
    margin-bottom: 5px;
}

article section.search-attraction ul a {
    display: inline-block;
}

    article section.search-attraction ul a:before {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
    }

    article section.search-attraction ul a.education:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_education.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article section.search-attraction ul a.landmarks:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_landmarks.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article section.search-attraction ul a.entertainment:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_entertainment.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article section.search-attraction ul a.sporting-venues:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_sporting-venues.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article section.search-attraction ul a.theme-parks:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_theme-parks.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article section.search-attraction ul a.wildlife:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_wildlife.png");
        width: 43px;
        height: 43px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

article section.locations {
    padding-top: 40px;
}

@media only screen and (max-width: 768px) {
    article section.search-attraction ul li.search-state {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        padding-right: 0;
    }

    article section.search-attraction ul li.search-place {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

    article section.locations {
        padding-top: 0;
    }
}

article section.locations h2 {
    margin-bottom: 0.8em;
}

article section.locations ul {
    margin-bottom: 1.5em;
}

    article section.locations ul li {
        float: left;
        width: 130px;
        font-size: 0.8em;
    }

        article section.locations ul li strong.count {
            display: block;
            font: 50px/1 "Montserrat", sans-serif;
            font-weight: bold;
        }

article section.locations div.select div.value {
    padding-left: 18px;
}

    article section.locations div.select div.value:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/marker-small.png");
        width: 13px;
        height: 18px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        content: '';
        float: left;
        position: relative;
        top: 2px;
        left: -8px;
    }

article section.video {
    position: relative;
    padding-bottom: 56.25%;
}

    article section.video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

article div.video_iframe {
    width: 100%;
    height: 100%;
}

.formfield, article input.text, article textarea, article div.select {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    border: 1px solid #fff;
    background-color: #fff;
    font: 1em "Lato", sans-serif;
    font-style: italic;
    color: #665f56;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

label {
    font: 1em "Lato", sans-serif;
    font-style: italic;
    color: #665f56;
}

    label.error {
        display: block;
        color: #fd980f;
        font-size: 12px;
        padding-top: 8px;
    }

@media only screen and (max-width: 768px) {
    label.error {
        font-size: 11px;
    }
}

input.conversation {
    display: none;
}

/*input.placeholder, textarea.placeholder, div.select.placeholder div.value { color: #999999 !important; }*/

::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

article .form {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

    article .form li {
        margin-bottom: 16px !important;
    }

        article .form li:last-child {
            margin-bottom: 0 !important;
        }

        article .form li.full {
            clear: both;
        }

        article .form li.small {
            float: left;
            width: 40%;
            padding-right: 16px;
        }

.nothalf {
    width: 47% !important;
}

li.center {
    width: 6% !important;
    text-align: center;
    padding-right: 0px !important;
}

ol.olParker {
    margin-left: 100px;
    margin-bottom: 20px;
    font-size: smaller;
    list-style-type: decimal;
}

.full.step2 img {
    width: auto;
}

.short textarea {
    min-height: 55px;
}

@media only screen and (max-width: 768px) {
    article .form li.small {
        width: 50%;
        float: none;
        padding-bottom: 10px;
    }

    #platinumstep1 li.small.center {
        float: left;
    }

    article label.checkbox {
        width: 150px;
    }
}

article .form li.left {
    float: left;
    width: 50%;
    padding-right: 8px;
}

#platinumstep1 ul.form li.left {
    clear: left;
}

@media only screen and (max-width: 768px) {
    article .form li.left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    article #platinumstep1 li.left {
        float: left !important;
        width: 100%;
        padding-right: 0;
    }
}

article .form li.right {
    float: right;
    width: 50%;
    padding-left: 8px;
}

@media only screen and (max-width: 768px) {
    article .form li.right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    article #platinumstep1 li.right {
        float: right !important;
        width: 100%;
        padding-left: 0;
    }
}

article .form li.required:before {
    content: '*';
    display: block;
    position: absolute;
    margin-top: -9px;
    margin-left: -8px;
}

@media only screen and (max-width: 768px) {
    article .form li.required:before, article .form li.required div.select:before {
        margin-top: 2px;
        margin-left: 4px;
    }
}

article .form li.date li {
    float: left;
    width: 25%;
    padding-right: 16px;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    article .form li.date li {
        width: 33.3%;
    }
}

@media only screen and (max-width: 768px) {
    article .form li.date {
        height: 45px;
    }

        article .form li.date ul {
            text-align: justify;
            -ms-text-justify: distribute-all-lines;
            text-justify: distribute-all-lines;
        }

            article .form li.date ul:after {
                content: '';
                width: 100%;
                display: inline-block;
                font-size: 0;
                line-height: 0;
            }

        article .form li.date li {
            float: none;
            padding: 0;
            display: inline-block;
            vertical-align: top;
        }

            article .form li.date li.day {
                width: 20%;
            }

            article .form li.date li.month {
                width: 40%;
            }

            article .form li.date li.year {
                width: 30%;
            }
}

article .form li h3 {
    padding-top: 1em;
}

article .form p.required {
    font-size: 0.8em !important;
}

div.terms-item, div.employment-item {
    cursor: pointer;
}

    div.terms-item div:hover, div.employment-item div:hover {
        text-decoration: underline;
    }

@media only screen and (max-width: 768px) {
    article .form p.required {
        margin: 1em 0;
    }
}

article .form p.terms {
    margin-bottom: 0.8em;
}

    article .form p.terms strong {
        display: block;
    }

    article .form p.terms a {
        color: #fd980f;
    }

article .form input.reset {
    display: block;
    float: left;
    border: 0;
    padding: 0;
    margin: 24px 0 0 0;
    background: transparent;
    color: #fd980f;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    article .form input.reset {
        display: none;
    }
}

article .form input.submit, article .form a.submit {
    display: inline-block;
    border: 0;
    height: 40px;
    background: #fd980f;
    color: white;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 50%;
    float: right;
    text-transform: uppercase;
}

    article .form input.submit:hover, article .form input.submit:focus, article .form a.submit:hover, article .form a.submit:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    article .form input.submit, article .form a.submit {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

article .form input.submit.disabled, article .form a.submit.disabled {
    background-color: #999999 !important;
}

@media only screen and (max-width: 768px) {
    article .form input.submit, article .form a.submit {
        display: inline-block;
        border: 0;
        height: 40px;
        background: #fd980f;
        color: white;
        font: 15px/1 "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 12px 16px;
        width: 100%;
        padding-top: 13px !important;
        font-size: 1.1em !important;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

        article .form input.submit:hover, article .form input.submit:focus, article .form a.submit:hover, article .form a.submit:focus {
            opacity: 0.8;
        }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    article .form input.submit, article .form a.submit {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

article input.text, article textarea {
    padding: 10px;
}

    article input.text.busy, article textarea.busy {
        background-image: url("/Style Library/ParkingNZ/images/Home/busy-small.gif");
        background-repeat: no-repeat;
        background-position: 98% center;
    }

article textarea {
    min-height: 120px;
    padding: 10px;
    resize: none;
}

article div.select {
    position: relative;
}

    article div.select div.value {
        height: 100%;
        padding: 10px;
        font-style: italic;
        padding-right: 5px;
    }

        article div.select div.value:after {
            background-image: url("/Style Library/ParkingNZ/images/Home/select.png");
            width: 10px;
            height: 6px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
            content: '';
            float: right;
            position: relative;
            top: 8px;
        }

    article div.select select {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        background: transparent;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-appearance: none;
    }

article div.checkbox {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #fff;
}

    article div.checkbox.active {
        background-image: url("/Style Library/ParkingNZ/images/Home/checkbox.png");
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article div.checkbox input {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

article label.checkbox {
    display: block;
    position: relative;
    margin-left: 22px;
    top: -2px;
}

article div.radio {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

    article div.radio.active {
        background-image: url("/Style Library/ParkingNZ/images/Home/radiobutton.png");
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    article div.radio input {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

article label.radio {
    display: block;
    position: relative;
    margin-left: 22px;
    top: -2px;
}

div.form-response {
    color: #665f56;
}

    div.form-response a {
        color: #fd980f;
    }

#find-a-park-results > div.content h2.location-title {
    word-wrap: break-word;
}

h2.location-title {
    color: #6F6A6B;
}

a.location-proximity {
    color: #665f56;
}

div.address h2, section.share h3 {
    color: #665F56;
}

@media only screen and (max-width: 768px) {
    #find-a-park section.left-1 hr, #find-a-park section.left-1 h2 {
        display: none;
    }

    #find-a-park section.left-1 li.search {
        padding-bottom: 10px;
        border-bottom: 1px solid #f7cd99;
    }

    #find-a-park section.left-1 li.current span {
        display: none;
    }

    #find-a-park section.left-1 li.current a {
        display: block;
        width: 48%;
    }

        #find-a-park section.left-1 li.current a.search-current {
            float: left;
        }

        #find-a-park section.left-1 li.current a.search-attraction {
            float: right;
        }

            #find-a-park section.left-1 li.current a.search-attraction.active {
                background-color: #d9800b;
                color: white;
            }
}

#find-a-park-results {
    background: #efebe2;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results div.content.introduction {
        padding-top: 45px;
    }
}

#find-a-park-results div.scrollpane {
    background: white;
}

#find-a-park-results h2 {
    line-height: 1.2;
    padding-right: 60px;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results h2 {
        padding-right: 0;
    }
}

#find-a-park-results ul.filters-1 {
    float: left;
    margin-bottom: 5px;
}

    #find-a-park-results ul.filters-1 li {
        float: left;
        margin: 0 10px 0 0;
    }

    #find-a-park-results ul.filters-1 label {
        cursor: pointer;
    }

        #find-a-park-results ul.filters-1 label.book-a-bay {
            background-image: url("/Style Library/ParkingNZ/images/Home/filter-bookabay.png");
            width: 45px;
            height: 54px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

            #find-a-park-results ul.filters-1 label.book-a-bay.active {
                background-image: url("/Style Library/ParkingNZ/images/Home/filter-bookabay-active.png");
                width: 45px;
                height: 54px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
            }

        #find-a-park-results ul.filters-1 label.monthly-parking {
            background-image: url("/Style Library/ParkingNZ/images/Home/filter-monthlyparking.png");
            width: 45px;
            height: 54px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

            #find-a-park-results ul.filters-1 label.monthly-parking.active {
                background-image: url("/Style Library/ParkingNZ/images/Home/filter-monthlyparking-active.png");
                width: 45px;
                height: 54px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
            }

        #find-a-park-results ul.filters-1 label.platinum-parking {
            background-image: url("/Style Library/ParkingNZ/images/Home/filter-platinumparking.png");
            width: 45px;
            height: 54px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

            #find-a-park-results ul.filters-1 label.platinum-parking.active {
                background-image: url("/Style Library/ParkingNZ/images/Home/filter-platinumparking-active.png");
                width: 45px;
                height: 54px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
            }

            #find-a-park-results ul.filters-1 label.casual-parking {
            background-image: url("/Style Library/ParkingNZ/images/Home/filter-casualparking.png");
            width: 45px;
            height: 54px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

            #find-a-park-results ul.filters-1 label.casual-parking.active {
                background-image: url("/Style Library/ParkingNZ/images/Home/filter-casualparking-active.png");
                width: 45px;
                height: 54px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
            }

            #find-a-park-results ul.filters-1 label.parkmate {
            background-image: url("/Style Library/ParkingNZ/images/Home/filter-parkmate.png");
            width: 45px;
            height: 54px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
        }

            #find-a-park-results ul.filters-1 label.parkmate.active {
                background-image: url("/Style Library/ParkingNZ/images/Home/filter-parkmate-active.png");
                width: 45px;
                height: 54px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
            }

#find-a-park-results ul.filters-2 {
    clear: both;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results ul.filters-2 {
        display: none;
    }
}

#find-a-park-results ul.filters-2 li {
    width: 200px;
    float: left;
    padding: 15px 0 0 0;
    font: 0.9em "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #a7998a;
}

    #find-a-park-results ul.filters-2 li:last-child {
        margin-top: -5px;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-results ul.filters-2 li {
        width: 50%;
        font-size: 0.7em;
    }
}

#find-a-park-results ul.filters-2 li label {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results ul.filters-2 li label {
        line-height: 1.5;
    }
}

#find-a-park-results ul.filters-2 li label input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}

#find-a-park-results ul.filters-2 li label:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/filter-bg.png");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    content: '';
    float: left;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#find-a-park-results ul.filters-2 li label.active:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/filter-bg_on.png");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

#find-a-park-results ul.filters-2 li div.select {
    display: inline-block;
    width: 70px;
    height: 27px;
    position: relative;
    margin-left: 5px;
    background: #fff;
}

    #find-a-park-results ul.filters-2 li div.select div.value {
        padding: 5px;
    }

        #find-a-park-results ul.filters-2 li div.select div.value:after {
            top: 6px;
        }

#find-a-park-results a.filters {
    display: none;
    float: right;
    margin-top: 12px;
    font: 0.8em "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fd980f;
}

    #find-a-park-results a.filters:after {
        background-image: url("/Style Library/ParkingNZ/images/Home/arrow-orange-down.png");
        width: 14px;
        height: 8px;
        background-repeat: no-repeat;
        display: inline-block;
        overflow: hidden;
        text-indent: -999px;
        content: '';
        margin-left: 8px;
    }

    #find-a-park-results a.filters.active:after {
        background-image: url("/Style Library/ParkingNZ/images/Home/arrow-orange-up.png");
        width: 14px;
        height: 8px;
        background-repeat: no-repeat;
        display: inline-block;
        overflow: hidden;
        text-indent: -999px;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-results a.filters {
        display: block;
    }
}

#find-a-park-results section.results table {
    width: 100%;
}

    #find-a-park-results section.results table th {
        color: #665f56; /*padding-bottom: 25px;*/
        border-bottom: 1px solid #a7998a;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-results section.results table th {
        padding-bottom: 10px;
    }
}

#find-a-park-results section.results table th.location {
    width: 50%;
}

#find-a-park-results section.results table th.distance {
    width: 10%;
}

#find-a-park-results section.results table th.price {
    width: 40%;
}

#find-a-park-results section.results table th.view {
    min-width: 0px;
}

#find-a-park-results section.results table th.price div.select {
    width: 50%;
    float: right;
}

#find-a-park-results section.results table th.price label {
    width: 50%;
    float: left;
    clear: left;
    padding: 10px;
}

#find-a-park-results section.results table td {
    padding: 25px 0 0 0;
    color: #665f56;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results section.results table td {
        padding-top: 10px;
    }
}

#find-a-park-results section.results table td.number {
    min-width: 50px;
}

    #find-a-park-results section.results table td.number span {
        background-image: url("/Style Library/ParkingNZ/images/Home/red-marker.png");
        width: 38px;
        height: 46px;
        background-repeat: no-repeat;
        display: block;
        padding-top: 8px;
        font-size: 1.1em;
        text-align: center;
        font-weight: bold;
        color: #e30613;
        text-decoration: none;
    }

    #find-a-park-results section.results table td.number img {
        width: 38px;
        height: 46px;
    }

#find-a-park-results section.results table td.location {
    width: 60%;
    padding-right: 20px;
}

    #find-a-park-results section.results table td.location h3 {
        font: 1.1em/1.7 "Lato", sans-serif;
        font-weight: bold;
        margin-bottom: 0;
    }

    #find-a-park-results section.results table td.location address {
        font: 1em "Montserrat", sans-serif;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-results section.results table td.location address {
        font-size: 0.8em;
    }
}

#find-a-park-results section.results table td.price {
    width: 30%;
}

    #find-a-park-results section.results table td.price strong {
        font: 2em "Montserrat", sans-serif;
        font-weight: bold;
    }

#find-a-park-results section.results table tr {
    z-index: 998;
}

#find-a-park-results section.results table td.price strong span.quotePrice {
    font: bold 0.5em "Montserrat",sans-serif;
    z-index: 999;
    color: #fd980f;
}

    #find-a-park-results section.results table td.price strong span.quotePrice a, #find-a-park-results section.results table td.price strong span.quotePrice a:visited {
        color: #fd980f;
    }

#find-a-park-results section.results table td.price span {
    display: block;
    font: 0.7em "Montserrat", sans-serif;
    text-transform: uppercase;
}

#find-a-park-results section.results table td.view {
    width: 10%;
}

@media only screen and (max-width: 768px) {
    #find-a-park-results section.results table td.view a {
        display: none;
    }
}

#find-a-park-details div p.instruction {
    float: left;
    margin-top: 10px;
}

#find-a-park-details div.address {
    margin-bottom: 0px;
}

#find-a-park-details {
    background: #efebe2;
    color: #665f56;
}

    #find-a-park-details div.scrollpane {
        background: white;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details div.content.introduction {
        padding-top: 45px;
    }

    #find-a-park-details div.content {
        padding-bottom: 0;
    }

    #find-a-park-details hr.desktop {
        display: none;
    }
}

#find-a-park-details section.details h2 {
    margin-bottom: 0.2em;
}

#find-a-park-details section.details h1, #find-a-park-details section.information h1 {
    text-transform: none;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.2em;
}

#find-a-park-details hr {
    margin: 0.5em;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.details h1, #find-a-park-details section.details h2, #find-a-park-details section.information h1 {
        font-size: 1.1em;
    }
}

#find-a-park-details section.details address, #find-a-park-details section.details p { /*float: left;*/
    margin-right: 20px;
    font-size: 1.1em;
}

#find-a-park-details .content {
    padding: 10px 25px 0px 25px;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details .content {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.details {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #b6b4b2;
    }

        #find-a-park-details section.details div.address {
            float: left;
            width: 55%;
        }

        #find-a-park-details section.details div.details {
            float: right;
            width: 42%;
        }

            #find-a-park-details section.details div.details p {
                margin: 0;
            }
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.directions {
        display: none;
    }
}

#find-a-park-details section.directions ul {
    margin: 0;
}

    #find-a-park-details section.directions ul li.search {
        float: left;
        width: 50%;
        padding: 3% 0;
    }

        #find-a-park-details section.directions ul li.search:before {
            background-image: url("/Style Library/ParkingNZ/images/Home/marker-small.png");
            width: 13px;
            height: 18px;
            background-repeat: no-repeat;
            display: block;
            overflow: hidden;
            text-indent: -999px;
            content: '';
            position: absolute;
            margin-top: 12px;
            margin-left: 10px;
        }

        #find-a-park-details section.directions ul li.search input.directions-query {
            padding-left: 30px;
            font-style: italic;
            color: #a7998a;
        }

    #find-a-park-details section.directions ul li.book {
        float: right;
        width: 190px;
    }

        #find-a-park-details section.directions ul li.book a {
            display: inline-block;
            border: 0;
            height: 40px;
            background: #fd980f;
            color: white;
            font: 15px/1 "Montserrat", sans-serif;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            border-radius: 0;
            -webkit-appearance: none;
            padding: 12px 16px;
            width: 100%;
            text-transform: uppercase;
        }

            #find-a-park-details section.directions ul li.book a:hover, #find-a-park-details section.directions ul li.book a:focus {
                opacity: 0.8;
            }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.directions ul li.book a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.share {
        border-bottom: 1px solid #b6b4b2;
        padding-bottom: 10px;
    }
}

#find-a-park-details section.share {
    float: left;
    padding-left: 5%;
}

    #find-a-park-details section.share h3, #find-a-park-details section.hours h3 {
        position: relative;
        margin-bottom: 0.5em;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.share h3 {
        width: 110px;
    }
}

#find-a-park-details section.share ul {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.share ul {
        width: 42%;
    }
}

#find-a-park-details section.share ul li {
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.share ul li {
        margin: 10px 10px 0 0;
    }
}

#find-a-park-details section.share a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

    #find-a-park-details section.share a:hover, #find-a-park-details section.share a:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    #find-a-park-details section.share a span {
        display: none;
    }

    #find-a-park-details section.share a.facebook {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon-facebook.png");
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        background-size: 40px;
    }

    #find-a-park-details section.share a.google_plusone_share {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon-googleplus.png");
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        background-size: 40px;
    }

    #find-a-park-details section.share a.twitter {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon-twitter.png");
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        background-size: 40px;
    }

    #find-a-park-details section.share a.email {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon-email.png");
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        background-size: 40px;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.available {
        border-bottom: 1px solid #b6b4b2;
        padding-bottom: 15px;
    }
}

#find-a-park-details section.available h3 {
    float: left;
    position: relative;
    top: 15px;
}

#find-a-park-details section.available ul {
    float: left;
    margin: 0;
    height: 45px;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.available ul {
        width: 100%;
    }
}

#find-a-park-details section.available ul li {
    float: left;
    position: relative;
    width: 30%;
    min-width: 100px;
    margin-left: 10px;
    padding-top: 8px;
    padding-left: 53px;
    font: 0.9em/1.1 "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #a7998a;
}

    #find-a-park-details section.available ul li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    #find-a-park-details section.available ul li.book-a-bay:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/filter-bookabay.png");
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    #find-a-park-details section.available ul li.book-a-bay span {
        float: left;
    }

    #find-a-park-details section.available ul li.monthly-parking:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/filter-monthlyparking.png");
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    #find-a-park-details section.available ul li.platinum-parking:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/filter-platinumparking.png");
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    #find-a-park-details section.available ul li.casual-parking:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/filter-casualparking.png");
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }

    #find-a-park-details section.available ul li.parkmate:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/filter-parkmate.png");
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
    }
@media only screen and (max-width: 768px) {
    #find-a-park-details section.available ul li {
        float: none;
        width: 46px;
        display: inline-block;
        padding-left: 0;
        margin-left: 0;
        margin-right: 10px;
        min-width: 80px;
    }

        #find-a-park-details section.available ul li.monthly-parking {
            margin-right: 25px;
        }

        #find-a-park-details section.available ul li span {
            display: block;
            left: 50px;
            position: relative;
            font-size: 0.8em;
            float: left !important;
        }
}

#find-a-park-details section.book {
    display: none;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.book {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        width: 100%;
        padding: 10px;
        padding-bottom: 30px;
        margin-left: -10px;
        position: relative;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    }
}

#find-a-park-details section.book a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: #fd980f;
    color: white;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 100%;
    padding-top: 13px !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
}

    #find-a-park-details section.book a:hover, #find-a-park-details section.book a:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.book a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

#find-a-park-details section.map-mobile {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 0 10px;
    margin-left: -10px;
    display: none;
    height: 240px;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.map-mobile {
        display: block;
    }
}

#find-a-park-details section.map-mobile #map-mobile {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 0 10px;
    margin-left: -10px;
    height: 240px;
}

#find-a-park-details section.hours table {
    float: right;
    width: 48%;
}

    #find-a-park-details section.hours table th, #find-a-park-details section.hours table td {
        width: 50%;
        vertical-align: top;
        padding-bottom: 0.5em;
    }

    #find-a-park-details section.hours table td {
        font-weight: bold;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.hours table {
        float: none;
        width: 100%;
        border-bottom: 1px solid #b6b4b2;
        margin-bottom: 10px;
    }

        #find-a-park-details section.hours table tr:last-child td {
            padding-bottom: 20px;
        }

        #find-a-park-details section.hours table th {
            width: 60%;
        }

        #find-a-park-details section.hours table td {
            width: 40%;
        }
}

#find-a-park-details section.hours div.image {
    float: left;
    width: 48%;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.hours div.image {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

#find-a-park-details section.rates h3 {
    float: left;
    width: 48%;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.rates h3 {
        float: none;
        width: 100%;
    }
}

#find-a-park-details section.rates h3 em {
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 4px;
}

#find-a-park-details section.rates table {
    float: right;
    width: 48%;
    font-size: 1.1em;
}

    #find-a-park-details section.rates table th, #find-a-park-details section.rates table td {
        width: 50%;
        vertical-align: top;
        padding-bottom: 0.5em;
    }

        #find-a-park-details section.rates table td strong {
            font-weight: bold;
            padding-left: 4px;
        }

#find-a-park-details section.rates div.rateNotes {
    float: right;
    width: 100%;
    position: relative;
    clear: both;
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.rates table {
        float: none;
        width: 100%;
    }

        #find-a-park-details section.rates table tr:last-child td {
            padding-bottom: 20px;
        }

        #find-a-park-details section.rates table th {
            width: 60%;
        }

        #find-a-park-details section.rates table td {
            width: 40%;
        }
}

@media only screen and (min-width: 769px) {
    #find-a-park-details section.attractions {
        margin-bottom: -20px;
    }

        #find-a-park-details section.attractions h3 {
            margin-bottom: 1.5em;
        }
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.attractions {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        padding: 10px;
        margin-left: -10px;
    }

        #find-a-park-details section.attractions .toggleAttraction {
            float: right;
            padding-bottom: 10px;
        }

        #find-a-park-details section.attractions ul li {
            margin-bottom: 20px;
        }
}

#find-a-park-details section.attractions ul strong {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 60%;
}

@media only screen and (min-width: 769px) {
    #find-a-park-details section.attractions ul {
        padding-left: 25px;
    }

        #find-a-park-details section.attractions ul li {
            float: left;
            width: 30%;
            height: 150px;
            font-size: 0.85em;
        }

    #find-a-park-details section.attractions .toggleAttraction {
        float: right;
        padding-bottom: 25px;
    }

    #find-a-park-details section.attractions ul li:before {
        content: '';
        margin-bottom: 10px;
    }
    /*#find-a-park-details section.attractions ul li.education:before { display: block; width: 45px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 0px; background-size:50px; }
  #find-a-park-details section.attractions ul li.entertainment:before { display: block; width: 45px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 -50px; background-size:50px; }
  #find-a-park-details section.attractions ul li.theme-parks:before { display: block; width: 45px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 -100px; background-size:50px; }
  #find-a-park-details section.attractions ul li.landmarks:before { display: block; width: 45px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 -150px; background-size:50px; }
  #find-a-park-details section.attractions ul li.sporting-venues:before { display: block; width: 80px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 -200px; background-size:50px; }
  #find-a-park-details section.attractions ul li.wildlife:before { display: block; width: 45px; height: 45px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions.png") no-repeat 0 -250px; background-size:50px; }*/
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.attractions ul {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

        #find-a-park-details section.attractions ul li {
            float: left;
            width: 50%;
            height: 40px;
            font-size: 0.8em;
            margin: 5px 0 0 0;
        }

            #find-a-park-details section.attractions ul li:before {
                content: '';
                float: left;
                margin-top: -1px;
                margin-right: 5px;
            }
    /*#find-a-park-details section.attractions ul li.education:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 0px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.entertainment:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 -50px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.theme-parks:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 -100px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.landmarks:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 -150px; margin-bottom:20px; }
  #find-a-park-details section.attractions ul li.sporting-venues:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 -200px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.wildlife:before { display: block; width: 33px; height: 33px; background: transparent url("/Style Library/ParkingNZ/images/Home/attractions-small.png") no-repeat 0 -250px; margin-bottom:20px; }*/
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.services section.promo-news {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        padding: 10px;
        padding-bottom: 30px;
        margin-left: -10px;
        background: #efebe2;
    }
}

#find-a-park-details section.services section.promo-news h3 {
    float: left;
    width: 48%;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.services h3 {
        float: none;
        width: 100%;
    }
}

#find-a-park-details section.services ul {
    float: right;
    width: 48%;
}

@media only screen and (max-width: 768px) {
    #find-a-park-details section.services ul {
        float: none;
        width: 100%;
    }
}

#find-a-park-details section.services ul li {
    float: left;
    width: 50%;
}

#find-a-park-details section.attractions img.attraction {
    width: 45px;
    margin-bottom: 10px;
    display: block;
    background-color: transparent;
}

#find-a-park-details section.services {
    margin-bottom: 30px;
}

#find-a-park-details section.information {
    margin-bottom: 30px;
}

    #find-a-park-details section.information .more-paragraph .morecontent span {
        display: none;
    }

    #find-a-park-details section.information .more-paragraph .morelink {
        display: block;
        float: right;
    }

@media only screen and (max-width: 768px) {
    #find-a-park-details section.attractions img.attraction {
        width: 33px;
        margin-bottom: 20px;
        margin-right: 5px;
        float: left;
        background-color: transparent;
    }
}

#find-a-park-directions {
    background: #efebe2;
}

    #find-a-park-directions section {
        margin-left: 20px;
        margin-right: 20px;
    }

        #find-a-park-directions section.origin, #find-a-park-directions section.destination {
            position: relative;
            padding-left: 25px;
            min-height: 52px;
        }

            #find-a-park-directions section.origin:before, #find-a-park-directions section.destination:before {
                background-image: url("/Style Library/ParkingNZ/images/Home/marker-small.png");
                width: 13px;
                height: 18px;
                background-repeat: no-repeat;
                display: block;
                overflow: hidden;
                text-indent: -999px;
                content: '';
                position: absolute;
                top: 3px;
                left: 0;
            }

        #find-a-park-directions section.directions {
            min-height: 22px;
        }

    #find-a-park-directions p, #find-a-park-directions ol {
        font-size: 1.15em;
    }

        #find-a-park-directions p.summary {
            font-weight: bold;
        }

        #find-a-park-directions p.copyright {
            font-size: 0.8em;
            margin-top: 2em;
        }

        #find-a-park-directions p.status {
            margin: 0;
        }

    #find-a-park-directions ol {
        list-style-type: decimal;
        padding-left: 20px;
    }

        #find-a-park-directions ol li {
            position: relative;
            padding-right: 20%;
            margin-bottom: 0.4em;
        }

            #find-a-park-directions ol li span.distance {
                position: absolute;
                top: 0;
                right: 0;
            }

    #find-a-park-directions .total {
        float: right;
    }

#find-a-park-wizard div.step {
    display: none;
}

    #find-a-park-wizard div.step:first-child {
        display: block;
    }

    #find-a-park-wizard div.step p.question {
        font-weight: bold;
    }

    #find-a-park-wizard div.step ul label {
        display: block;
        padding: 16px;
        margin-bottom: 1px;
        background: #736357;
        font: 15px/1 "Montserrat", sans-serif;
        text-align: center;
        color: white;
        cursor: pointer;
    }

        #find-a-park-wizard div.step ul label:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: 0.8;
        }

        #find-a-park-wizard div.step ul label input {
            display: none;
        }

    #find-a-park-wizard div.step ul li {
        margin-bottom: 0px !important;
    }

#book-a-bay-search section.search-location {
    padding-top: 10px;
}

    #book-a-bay-search section.search-location ul {
        margin: 0;
        padding-bottom: 0;
    }

#book-a-bay-search li.resetForm {
    padding-bottom: 10px;
}

    #book-a-bay-search li.resetForm h2 {
        display: inline-block;
        margin-bottom: 0.5em;
    }

#book-a-bay-search section.search-find-a-bay li a.reset, #book-a-bay-search section.search-find-a-bay li a.reset:hover, #book-a-bay-search section.search-find-a-bay li a.reset:visited {
    color: #fff;
    padding-bottom: 5px;
    text-decoration: underline;
    float: right;
}

#book-a-bay-search section.search-location li.search-state {
    padding-right: 5px;
    width: 45%;
    float: left;
}

#book-a-bay-search section.search-find-a-bay li.search-state {
    padding-right: 5px;
    width: 50%;
    float: left;
}

#book-a-bay-search section.search-find-a-bay li.month-arrive {
    padding-right: 5px;
    width: 52%;
    display: block;
    float: left;
}

#book-a-bay-search section.search-find-a-bay li.day-arrive {
    float: left;
    width: 23%;
    padding-right: 5px;
}

#book-a-bay-search section.search-find-a-bay li.time-arrive {
    float: left;
    width: 25%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#book-a-bay-search section.search-find-a-bay li.month-exit {
    padding-right: 5px;
    width: 52%;
    display: block;
    float: left;
}

#book-a-bay-search section.search-find-a-bay li.day-exit {
    float: left;
    width: 23%;
    padding-right: 5px;
}

#book-a-bay-search section.search-find-a-bay li.time-exit {
    float: left;
    width: 25%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#book-a-bay-search section.search-find-a-bay li.bab-promo {
    float: left;
    width: 50%;
    padding-right: 5px;
}

    #book-a-bay-search section.search-find-a-bay li.bab-promo:before {
        content: 'Promo Code';
    }

#book-a-bay-search section.search-find-a-bay li.find:before {
    content: '\00a0';
    float: right;
}

#book-a-bay-search section.search-location li.timeTitle {
    clear: both;
    padding-bottom: 10px;
}

article section.left-1 input.search-calendarentry {
    color: #FD980F;
    font-size: 1.1em;
    font-weight: bold;
}

article section.left-1 input.search-calendarexit {
    color: #FD980F;
    font-size: 1.1em;
    font-weight: bold;
}

article section.search-find-a-bay ul li.calendarentry {
    float: left;
    padding-right: 5px;
    width: 75%;
}

article section.search-find-a-bay ul li.calendarexit {
    float: left;
    padding-right: 5px;
    width: 75%;
}

li.entry-date-string {
    position: relative;
    top: -20px;
    z-index: -10;
}

li.exit-date-string {
    position: relative;
    top: -20px;
    z-index: -10;
}

#book-a-bay-search section.search-location li.search-carparks {
    width: 55%;
    float: left;
    padding-bottom: 10px;
    padding-right: 45px;
}

#book-a-bay-search section.search-find-a-bay li.search-carparks {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#book-a-bay-search section.search-location li.submit {
    float: left;
    width: 40px;
    margin-left: -40px;
}

@media only screen and (max-width: 768px) {
    #book-a-bay-search section.search-location li.search-state {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0px;
    }

    #book-a-bay-search section.search-location li.search-carparks {
        width: 100%;
    }
}

#book-a-bay-search section.search-location li.search {
    padding-right: 45px;
    margin-bottom: 10px;
    width: 100%;
}

#book-a-bay-search section.search-location li.time {
    clear: both;
    position: relative;
    margin-top: 10px;
}

    #book-a-bay-search section.search-location li.time:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
    }

#book-a-bay-search section.search-find-a-bay li.calendarentry img, #book-a-bay-search section.search-find-a-bay li.calendarexit img {
    width: 30px;
    height: 19px;
    top: -30px;
    overflow: hidden;
    position: relative;
    left: 83%;
}

@media only screen and (min-width: 768px) {
    #book-a-bay-search section.search-find-a-bay li.month-arrive {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.day-arrive {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.month-exit {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.day-exit {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.calendarentry:before {
        content: 'Entry Date';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.calendarexit:before {
        content: 'Exit Date';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.time-arrive:before {
        content: 'Entry Time';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.time-exit:before {
        content: 'Exit Time';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }
}

@media only screen and (max-width:768px) {
    #book-a-bay-search section.search-find-a-bay li.month-arrive:before {
        content: 'Entry Date';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.month-exit:before {
        content: 'Exit Date';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }
    /*#book-a-bay-search section.search-find-a-bay li.day-arrive div.select, #book-a-bay-search section.search-find-a-bay li.day-exit div.select {top:18px;}*/
    #book-a-bay-search section.search-find-a-bay li.time-arrive:before {
        content: 'Entry Time';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.time-exit:before {
        content: 'Exit Time';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
    }

    #book-a-bay-search section.search-find-a-bay li.day-arrive {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
            content: 'Entry Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    #book-a-bay-search section.search-find-a-bay li.day-exit {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.day-exit:before {
            content: 'Exit Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #book-a-bay-search section.search-find-a-bay li.day-arrive {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
            content: 'Entry Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    #book-a-bay-search section.search-find-a-bay li.day-exit {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.day-exit:before {
            content: 'Exit Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    #book-a-bay-search section.search-find-a-bay li.calendarentry {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.calendarexit {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.month-arrive {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.month-arrive:before {
            content: 'Entry Month';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    #book-a-bay-search section.search-find-a-bay li.month-exit {
        display: block !important;
    }

        #book-a-bay-search section.search-find-a-bay li.month-exit:before {
            content: 'Exit Month';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    article h1 {
        font: 1.2em/1 "Montserrat", sans-serif !important;
        text-transform: uppercase;
    }

    article h2 {
        font: 1.1em/1 "Montserrat", sans-serif !important;
        font-weight: bold;
    }

    article h3 {
        font: 1em/1 "Montserrat", sans-serif !important;
        font-weight: bold;
    }

    article p, article ul, article ol {
        font: 0.9em/1.2 "Lato", sans-serif !important;
    }

    nav.main ul a {
        height: 130px !important;
        margin-top: -0px;
    }

    nav.main ul:after {
        height: 150px;
    }

    article section.panel.left.left-1 {
        min-width: 500px !important;
    }

    article section.panel.right.right-1 {
        min-width: 400px !important;
    }

    article section.panel.left.left-2 {
        min-width: 570px !important;
    }

    #find-a-park-details section.services {
        margin-bottom: 10px;
    }

    #find-a-park-results section.results table th.price label {
        position: absolute;
        right: 100px;
        width: auto;
    }

    #find-a-park-results ul.filters-2 li {
        padding-top: 10px;
    }

    #find-a-park-results section.results table td.location h3 {
        font: 1em/1 "Lato", sans-serif;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #find-a-park-results section.results table th.price div.select {
        width: auto;
    }

    #find-a-park-details section.services ul {
        width: auto;
        padding-left: 30px;
    }

    #find-a-park-details section.share ul li {
        margin-right: 5px;
    }

    #find-a-park-details section.directions ul li.search {
        width: 200px;
    }

    #content-page nav.subnav ul li {
        margin-right: 10px !important;
    }

    #content-page-content-details {
        width: 400px !important;
        min-width: 0 !important;
    }

    #content-page section.articles ul li a {
        top: 20px !important;
    }
}

#book-a-bay-search section.search-find-a-bay li.find a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 16px;
    width: 50%;
    text-transform: uppercase;
}

    #book-a-bay-search section.search-find-a-bay li.find a:hover, #book-a-bay-search section.search-find-a-bay li.find a:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #book-a-bay-search section.find a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

#book-a-bay-search section.current a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 12px;
    width: 50%;
    text-transform: uppercase;
}

    #book-a-bay-search section.current a:hover, #book-a-bay-search section.current a:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #book-a-bay-search section.current a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

#book-a-bay-search section.current p {
    margin-top: 1em;
    margin-bottom: 0;
}

    #book-a-bay-search section.current p:before {
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_info.png");
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        content: '';
        float: left;
        margin-right: 10px;
    }

#book-a-bay-search section.login h2, #book-a-bay-search section.search-location h2 {
    margin-bottom: 0.5em;
}

#book-a-bay-search section.login p {
    font-size: 1.1em;
}

#book-a-bay-search section.login ul li {
    margin-bottom: 10px !important;
}

    #book-a-bay-search section.login ul li.button {
        float: left;
        width: 100%;
        height: 40px;
        margin-bottom: 0px !important;
    }

        #book-a-bay-search section.login ul li.button input {
            display: inline-block;
            border: 0;
            height: 40px;
            background: white;
            color: #fd980f;
            font: 15px/1 "Montserrat", sans-serif;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            border-radius: 0;
            -webkit-appearance: none;
            padding: 12px 16px;
            width: 50%;
            text-transform: uppercase;
            float: right;
        }

            #book-a-bay-search section.login ul li.button input:hover, #book-a-bay-search section.login ul li.button input:focus {
                opacity: 0.8;
            }

    #book-a-bay-search section.login ul li p#loginMessage label {
        color: red;
    }

    #book-a-bay-search section.login ul li p#loginMessage {
        position: absolute;
    }

@media only screen and (max-width: 768px) {
    #book-a-bay-search section.login ul li.button input {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

#book-a-bay-search section.login ul li.forgot {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 10px;
}

    #book-a-bay-search section.login ul li.forgot a {
        color: #fff;
        text-decoration: underline;
    }

#book-a-bay-intro h2 {
    display: block;
    width: 240px;
    height: 53px;
    background-image: url("/Style Library/ParkingNZ/images/Home/logo_book-a-bay.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    margin-bottom: 0.4em;
}

@media only screen and (max-width: 768px) {
    #book-a-bay-intro h2 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    body.monthly-parking-search {
        background: #fd980f;
    }
}

@media only screen and (max-width: 768px) {
    #monthly-parking-search hr:last-of-type {
        display: none;
    }
}

#monthly-parking-search section.introduction {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    #monthly-parking-search section.introduction {
        margin-bottom: 0;
    }
}

#monthly-parking-search section.introduction p {
    font-size: 1.3em;
    font-weight: bold;
}

#monthly-parking-search section.introduction ul {
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: bold;
    list-style-type: disc;
    padding-left: 20px;
}

#monthly-parking-search section.apply a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 50%;
    float: right;
    text-transform: uppercase;
}

    #monthly-parking-search section.apply a:hover, #monthly-parking-search section.apply a:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #monthly-parking-search section.apply a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (min-width: 769px) {
    #monthly-parking-search section.apply.below {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #monthly-parking-search section.apply.above a {
        display: inline-block;
        border: 0;
        height: 40px;
        background: white;
        color: #fd980f;
        font: 15px/1 "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 12px 16px;
        width: 100%;
        padding-top: 13px !important;
        font-size: 1.1em !important;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #monthly-parking-search section.apply.above a:hover, #monthly-parking-search section.apply.above a:focus {
            opacity: 0.8;
        }

    #monthly-parking-search section.apply.below {
        display: none;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    #monthly-parking-search section.apply.above a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 768px) {
    #monthly-parking-search section.locations {
        border-top: 1px solid #f7cd99;
        margin-top: 10px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    body.monthly-parking-apply {
        background: #efebe2;
    }
}

@media only screen and (max-width: 768px) {
    #monthly-parking-apply div.content {
        padding-top: 45px;
    }

    #monthly-parking-apply hr {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    body.platinum-parking-search {
        background: #fd980f;
    }
}

@media only screen and (max-width: 768px) {
    #platinum-parking-search hr:last-of-type {
        display: none;
    }
}

#platinum-parking-search h1 {
    display: block;
    width: 275px;
    height: 35px;
    background-image: url("/Style Library/ParkingNZ/images/Home/logo_platinum-park.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
}

@media only screen and (max-width: 768px) {
    #platinum-parking-search h1 {
        margin-top: 10px;
    }
}

#platinum-parking-search section.introduction p {
    font-size: 1.1em;
}

    #platinum-parking-search section.introduction p strong {
        font-size: 1.2em;
    }

#platinum-parking-search section.apply a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 50%;
    float: right;
    text-transform: uppercase;
}

    #platinum-parking-search section.apply a:hover, #platinum-parking-search section.apply a:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #platinum-parking-search section.apply a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (min-width: 769px) {
    #platinum-parking-search section.apply.below {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #platinum-parking-search section.apply.above a {
        display: inline-block;
        border: 0;
        height: 40px;
        background: white;
        color: #fd980f;
        font: 15px/1 "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 12px 16px;
        width: 100%;
        padding-top: 13px !important;
        font-size: 1.1em !important;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #platinum-parking-search section.apply.above a:hover, #platinum-parking-search section.apply.above a:focus {
            opacity: 0.8;
        }

    #platinum-parking-search section.apply.below {
        display: none;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    #platinum-parking-search section.apply.above a {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 768px) {
    #platinum-parking-search section.locations {
        border-top: 1px solid #f7cd99;
        margin-top: 10px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    body.platinum-parking-apply, body.platinum-parking-apply-2, body.platinum-parking-apply-3 {
        background: #efebe2;
    }
}

#platinum-parking-apply label.radiogroup, #platinum-parking-apply-2 label.radiogroup, #platinum-parking-apply-3 label.radiogroup {
    float: left;
    margin-right: 30px;
}

#platinum-parking-apply ul.radiogroup, #platinum-parking-apply-2 ul.radiogroup, #platinum-parking-apply-3 ul.radiogroup {
    float: left;
    margin-top: 2px;
    margin-bottom: 1em;
}

    #platinum-parking-apply ul.radiogroup li, #platinum-parking-apply-2 ul.radiogroup li, #platinum-parking-apply-3 ul.radiogroup li {
        margin-bottom: 0.5em !important;
    }

    #platinum-parking-apply ul.radiogroup label.error, #platinum-parking-apply-2 ul.radiogroup label.error, #platinum-parking-apply-3 ul.radiogroup label.error {
        position: absolute;
        margin-top: -6px;
    }

@media only screen and (max-width: 768px) {
    #platinum-parking-apply div.content, #platinum-parking-apply-2 div.content, #platinum-parking-apply-3 div.content {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 768px) {
    #platinum-parking-apply div.content input[name="p1_promocode"] {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 768px) {
    body.parkmate-intro {
        background: #fd980f;
    }
}

#parkmate-intro h1 {
    display: block;
    /*width: 399px;
    height: 66px;
    background-image: url("/Style Library/ParkingNZ/images/Home/logo_parkmate.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;*/
}

@media only screen and (max-width: 768px) {
    #parkmate-intro h1 {
        display: block;
        /*width: 300px;
        height: 50px;
        background-image: url("/Style Library/ParkingNZ/images/Home/logo_parkmate-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -999px;*/
    }
}

#parkmate-intro h1 a {
    display: block;
    /*height: 100%;
    text-indent: -9999em;*/
}

#parkmate-intro section.introduction p {
    font-size: 1.1em;
}

    #parkmate-intro section.introduction p strong {
        font-size: 1.2em;
    }

#parkmate-intro section.introduction a.features {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 50%;
    float: right;
    text-transform: uppercase;
    margin-top: 1em;
}

    #parkmate-intro section.introduction a.features:hover, #parkmate-intro section.introduction a.features:focus {
        opacity: 0.8;
    }

@media only screen and (max-width: 768px) {
    #parkmate-intro section.introduction a.features {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 768px) {
    #parkmate-intro section.introduction a.features {
        display: inline-block;
        border: 0;
        height: 40px;
        background: white;
        color: #fd980f;
        font: 15px/1 "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 12px 16px;
        width: 100%;
        padding-top: 13px !important;
        font-size: 1.1em !important;
        text-transform: uppercase;
    }

        #parkmate-intro section.introduction a.features:hover, #parkmate-intro section.introduction a.features:focus {
            opacity: 0.8;
        }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    #parkmate-intro section.introduction a.features {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 768px) {
    body.parkmate-features {
        background: #efebe2;
    }
}

@media only screen and (max-width: 768px) {
    #parkmate-features div.content {
        padding-top: 45px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #parkmate-features section.features {
        margin-bottom: 100px;
    }
}

#parkmate-features section.features h3 {
    color: #fd980f;
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

#parkmate-features section.features p {
    font-size: 1.1em;
    margin-bottom: 1em;
}

#parkmate-features section.features img {
    width: auto;
}

/* parkmate and epark additional css*/
#parkmate-intro .apps__title h1 {
    display: block;
    font-size: 2.5em;
    margin-bottom: 0.1em !important;
    text-transform: none;
}

#parkmate-intro .apps_title_smaller {
    font-size: 0.5em;
}

.apps__action .apps__buttons, .apps__action .apps__appslink {
    width: 50%;
    padding-bottom: 10px;
    float: left;
}

#parkmate-intro .apps__action {
    margin-top: 1.3em;
}

#parkmate-features .parkmate__appslink {
    width: 45%;
}

#parkmate-intro .apps__action:before, #parkmate-features .epark__appslink:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

#parkmate .park-mate__download__link:before {
    content: "";
    display: block;
    width: 0;
    height: 110%;
}

#parkmate-intro .apps__action .apps__buttons__link {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    color: #fd980f;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px;
}

#parkmate-intro .apps__appslink .park-mate__download__item, #parkmate-features .parkmate__appslink .park-mate__download__item, #parkmate-features .epark__appslink .park-mate__download__item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    float: left;
}

#parkmate-features .epark__appslink .park-mate__download__item {
    margin-bottom: 5px;
}

#parkmate-intro .apps__action .park-mate__download__link {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 40px;
}

.park-mate__download__link {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 30px;
    padding: 5px;
}

#parkmate .park-mate__download__link.link--appstore {
    background-image: url('/Style Library/ParkingNZ/images/parkmate/AppStore24.png');
}

#parkmate .park-mate__download__link.link--googleplay {
    background-image: url('/Style Library/ParkingNZ/images/parkmate/GooglePlay24.png');
}

#parkmate .park-mate__download__link.link--windowsphone {
    background-image: url('/Style Library/ParkingNZ/images/parkmate/WindowsPhone24.png');
}

#parkmate-features .parkmate__header {
    width: 100%;
}

    #parkmate-features .parkmate__header h1 {
        font: 2em/1.2 "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: none;
        color: #777;
        /*color: #fd980f;*/
        margin-bottom: 20px;
        /*background-image: url('/PublishingImages/Content/Logo.png');*/
        background-repeat: no-repeat;
        background-size: contain;
        /*text-indent: -999px;*/
        overflow: hidden;
    }

#parkmate-features .parkmate__content {
    width: 100%;
}

#parkmate-features .parkmate__content h2 {
    color: #fd980f;
    margin-bottom: 5px;
}

#parkmate-features .parkmate__content a {
    color: #f67300;
}

#parkmate-features .parkmate__content__bold {
    font-size: 1.15em;
    font: 1.1em/1 "Montserrat", sans-serif;
    font-weight: bold;
    color: #262626;
}

#parkmate-features .parkmate__content__image {
    width: 100%;
}

    #parkmate-features .parkmate__content__image .parkmate__content__image__item {
        width: 25%;
        float: left;
        padding: 0 5px;
    }

#parkmate-features .parkmate__float__left {
    float: left;
    display: block;
    width: 55%;
    margin-right: 5px;
    margin-left: -20px;
}

#parkmate-features .parkmate__float__right {
    float: right;
    display: block;
    width: 40%;
    margin-left: 10px;
}

#parkmate-features .epark__header {
    width: 100%;
}

    #parkmate-features .epark__header h1 {
        display: block;
        width: 400px;
        height: 100px;
        background-image: url("/PublishingImages/Content/16918%20WP%20Epark%20Logo%20Tagline.png");
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -999px;
        margin-bottom: 20px;
    }

    #parkmate-features .epark__header h3 {
        margin-bottom: 10px;
    }

#parkmate-features .epark__content {
    font: 1em/1.4 "Lato", sans-serif;
}

#parkmate-features .epark__content__orange {
    font: 1em/1.4 "Lato", sans-serif;
    color: #fd980f;
    text-align: center;
    padding: 20px 0;
}

#parkmate-features .epark__content__heading {
    font: 1.2em/1.2 "Lato", sans-serif;
    font-weight: bold;
}

#parkmate-features .epark__appslink {
    width: 30%;
    float: left;
    padding: 20px;
}

#parkmate-features .epark__content__image__bottom {
    display: block;
    width: 220px;
    height: 320px;
    background-image: url("/PublishingImages/Content/16918%20WP%20Epark%20Hand%20Held%20Image%20FA.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-left: -25px;
    position: absolute;
    top: 100%;
}

@media only screen and (min-width:1360px) {
    #parkmate-intro .apps__appslink .park-mate__download__item.appstore__list {
        width: 100%;
    }

    #parkmate-intro .apps__appslink .park-mate__download__item.googleplay__list {
        width: 100%;
    }

    #parkmate-intro .apps__appslink .park-mate__download__item.windowsphone__list {
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    #parkmate-features .epark__content__image__bottom {
        width: 235px;
        height: 400px;
    }
}

@media only screen and (min-width: 1680px) {
    #parkmate-features .epark__content__image__bottom {
        width: 250px;
        height: 400px;
    }
}

@media only screen and (min-width: 1920px) {
    #parkmate-features .epark__content__image__bottom {
        width: 280px;
        height: 450px;
    }
}

#parkmate-features .epark__content__left {
    position: relative;
    /*width:40%;*/
    display: inline-block;
}

#parkmate-features .epark__content__right {
    float: right;
    width: 60%;
}

#parkmate-features .epark__content__note {
    font: 0.7em/1.4 "Lato", sans-serif;
    padding-top: 20px;
}

.pdf-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("/PublishingImages/Content/pdf-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* end of parkmate and epark additional css*/

#subscribe-form {
    background: #efebe2;
}

    #subscribe-form div.content.introduction {
        padding-bottom: 0;
    }

    #subscribe-form section.form input.submit {
        width: 33%;
    }

@media only screen and (max-width: 768px) {
    #subscribe-form section.form input.submit {
        width: 100%;
    }
}

#statement-form {
    background: #efebe2;
}

    #statement-form div.content.introduction {
        padding-bottom: 0;
    }

    #statement-form div.scrollpane div.content {
        padding-top: 0;
    }

    #statement-form section.form input.submit {
        width: 33%;
    }

@media only screen and (max-width: 768px) {
    #statement-form section.form input.submit {
        width: 100%;
    }
}

#statement-form section.form div.select {
    font-size: 0.9em;
}

#content-page h1 {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
    #content-page h1 {
        margin-bottom: 1em;
    }
}

#content-page h2 {
    text-transform: none;
}

#content-page h3 {
    font-size: 1.15em;
    margin: 1em 0 0.5em 0;
}

@media only screen and (max-width: 768px) {
    #content-page div.introduction {
        padding-top: 15px;
    }
}

#content-page div.introduction h2 {
    margin-bottom: 0.4em;
    color: #fd980f;
}

#content-page p, #content-page ul {
    font-size: 1.15em;
    line-height: 1.4;
}

#content-page section.content ul, #content-page.terms div.content ul {
    list-style-type: disc;
    padding-left: 20px;
}

    #content-page section.content ul li {
        margin-bottom: 0.2em;
    }

#content-page section.content a {
    color: #fd980f;
    text-decoration: underline;
}

#content-page nav.subnav {
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    #content-page nav.subnav {
        padding: 10px;
    }
}

#content-page nav.subnav ul {
    margin: 0;
    padding: 0;
}

    #content-page nav.subnav ul li {
        float: left;
        margin-right: 15px;
        margin-top:5px;
    }

@media only screen and (max-width: 768px) {
    #content-page nav.subnav ul li {
        margin-right: 2px;
    }

        #content-page nav.subnav ul li:last-child {
            margin-right: 0;
        }
}

#content-page nav.subnav ul a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    display: block;
    width: 50px;
    height: 50px; /*overflow: hidden;*/
    padding-top: 18px;
    border: 2px solid #665f56;
    border-radius: 50%;
    font: 0.8em/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #665f56;
}

@media only screen and (max-width: 768px) {
    #content-page nav.subnav ul a {
        width: 35px;
        height: 35px;
        padding-top: 12px;
        font-size: 0.7em;
    }
}

#content-page nav.subnav ul a:hover, #content-page nav.subnav ul a:focus, #content-page nav.subnav ul a.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#content-page nav.subnav ul li.archive {
    float: right;
    margin-right: 0;
}

    #content-page nav.subnav ul li.archive a {
        font-size: 0.6em;
        padding-top: 20px;
    }

@media only screen and (max-width: 768px) {
    #content-page nav.subnav ul li.archive a {
        font-size: 0.45em;
        padding-top: 15px;
    }
}

#content-page section.articles ul {
    margin-top: -25px;
}

@media only screen and (max-width: 768px) {
    #content-page section.articles ul {
        margin-top: -10px;
    }
}

#content-page section.articles ul li {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #a7998a;
}

@media only screen and (max-width: 768px) {
    #content-page section.articles ul li {
        padding: 10px 0;
    }
}

#content-page section.articles ul li:last-child {
    padding-bottom: 0;
}

#content-page section.articles ul li h3 {
    float: left;
    width: 20%;
    font: 0.9em/1 "Lato", sans-serif;
    font-weight: bold;
    margin-top: 0.4em;
    padding-right: 5px;
}

@media only screen and (max-width: 768px) {
    #content-page section.articles ul li h3 {
        float: none;
        width: auto;
    }
}

#content-page section.articles ul li h4, #content-page section.articles ul li p {
    margin-left: 20%;
    margin-right: 20%;
}

@media only screen and (max-width: 768px) {
    #content-page section.articles ul li h4, #content-page section.articles ul li p {
        margin-left: 0;
    }

    /*#content-page section.articles ul li a {
        top: 10% !important;
    }*/
}

#content-page section.articles ul li h4 {
    font-size: 1.05em;
    font-weight: bold;
    color: #fd980f;
}

#content-page section.articles ul li p {
    font-size: 0.9em;
    margin-bottom: 0;
}

#content-page section.articles ul li a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
}

#content-page.news section.content h2 {
    font-size: 1.4em;
    margin-bottom: 2em;
    color: #665f56;
}

@media only screen and (max-width: 768px) {
    #content-page.news section.content h2 {
        margin-bottom: 1em;
    }
}

#content-page.news section.content p:first-of-type {
    font-size: 1.2em;
}

#content-page.management div.introduction p:first-of-type {
    font-size: 1.2em;
}

#content-page.management a.brochure:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/btn-download.png");
    width: 26px;
    height: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    content: '';
    position: relative;
    top: 7px;
    margin-right: 8px;
}

#content-page.contact section.content .address {
    float: left;
    width: 50%;
    margin-bottom: 1em;
    color: #665f56;
}

    #content-page.contact section.content .address h2 {
        font-size: 1em;
    }

    #content-page.contact section.content .address p {
        font-size: 1.1em;
    }

#content-page.services div.introduction p {
    font-weight: bold;
    font-size: 1.2em;
}

#content-page.services a {
    color: #f80;
}

#content-page.services div.services table {
    width: 100%;
    color: #665f56;
}

    #content-page.services div.services table thead th {
        width: 20%;
        padding-bottom: 20px;
        border-bottom: 1px solid #a7998a;
        text-align: center;
    }

        #content-page.services div.services table thead th.procedure {
            width: 40%;
        }

@media only screen and (max-width: 768px) {
    #content-page.services div.services table thead th.procedure {
        width: auto;
    }
}

#content-page.services div.services table thead th span {
    display: block;
    width: 75px;
    margin: 0 auto;
    font: 0.8em/1.15 "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

    #content-page.services div.services table thead th span:before {
        content: '';
        margin: 0 auto 10px auto;
    }

#content-page.services div.services table thead th.book-a-bay span:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/table-bookabay.png");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

#content-page.services div.services table thead th.monthly-parking span:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/table-monthlyparking.png");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

#content-page.services div.services table thead th.platinum-parking span:before {
    background-image: url("/Style Library/ParkingNZ/images/Home/table-platinumparking.png");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

#content-page.services div.services table tbody th, #content-page.services div.services table tbody td {
    padding: 20px 0;
    border-bottom: 1px solid #a7998a;
}

#content-page.services div.services table tbody th {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    #content-page.services div.services table tbody th {
        font-size: 0.85em;
    }
}

#content-page.services div.services table tbody td.no span {
    display: none;
}

#content-page.services div.services table tbody td.yes {
    text-align: center;
}

    #content-page.services div.services table tbody td.yes span {
        background-image: url("/Style Library/ParkingNZ/images/Home/tick-orange.png");
        width: 30px;
        height: 22px;
        background-repeat: no-repeat;
        display: inline-block;
        overflow: hidden;
        text-indent: -999px;
    }


.rateDesc {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

.promotionsCP {
    width: 100%;
    clear: both;
}

/* PROMOTIONS */
#content-page-content .promotions-carpark-selector {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

    #content-page-content .promotions-carpark-selector h3 {
        width: 50%;
        float: left;
        height: 40px;
        margin: 0;
        padding: 12px;
    }

    #content-page-content .promotions-carpark-selector div.promotion-carparks {
        width: 50%;
    }

    #content-page-content .promotions-carpark-selector .promotion-carparks {
        width: 100%;
        float: left;
    }

#content-page-content .promotions-img {
    width: 80%;
    height: auto;
}

article.promotions h1, article.news h1 {
    margin-bottom: 0.7em !important;
}

article.promotions section.right-2 img, article.news section.right-2 img {
    width: 480px;
    height: 172px;
}

/* CONTACT US */
.address {
    color: #665F56;
    float: left;
    margin-bottom: 1em;
    width: 50%;
}

.promoDetails img {
    width: 6px;
    float: left;
    margin-top: 4px;
}

/* ------------------------
   Mobile Responsive CSS Update
   ------------------------ */
@media only screen and (min-width:1921px) and (max-width:2048px) {
    header nav {
        right: 430px;
    }

    article section.panel.right.right-2 {
        width: 100%;
        max-width: 800px;
    }

    .promo-news {
        height: 250px;
        overflow: scroll;
    }

    article section.right-1 div.slide-image img {
        width: 576px;
        height: auto;
    }

    article.news section.right-2 img, article.promotions section.right-2 img {
        width: 650px;
        height: auto;
    }
}

@media only screen and (min-width:1621px) and (max-width:1920px) {
    header nav {
        right: 10px;
    }

    article section.panel.right.right-1 {
        width: 30%;
    }

    article section.panel.left.left-1 {
        /* min-width: 575px; */
    }

    article section.panel.right.right-2 {
        max-width: 635px;
    }

    article section.right-1 div.slide-image img {
        width: 580px;
        height: auto;
    }

    article.news section.right-2 img, article.promotions section.right-2 img {
        width: 580px;
        height: auto;
    }
}

@media only screen and (min-width:1401px) and (max-width:1823px) {
    nav.ps-container .ps-scrollbar-y-rail {
        right: 0px !important;
    }
}

@media only screen and (min-width:1824px) {
    nav.ps-container .ps-scrollbar-y-rail {
        right: 0px !important;
    }
}

@media only screen and (min-width:1311px)and (max-width:1620px) {
    article section.panel.right.right-1 {
        min-width: 405px;
        width: 25%;
    }

    article section.panel.left.left-1 {
        /* min-width: 540px; */
    }

    article section.panel.right.right-2 {
        max-width: 535px;
    }
    /*nav.main{width:128px;}*/
    #find-a-park-details section.hours table {
        font-size: 1em;
    }

    article.news section.right-2 img, article.promotions section.right-2 img {
        width: 400px;
        height: 172px;/*auto;*/
    }

    article.promotions nav.subnav ul a, article.news nav.subnav ul a {
        background-size: 45px;
        width: 45px !important;
        height: 45px !important;
        font: 0.8em/0.6 "Montserrat", sans-serif !important;
    }

    article.promotions nav.subnav, article.news nav.subnav {
        padding: 15px 25px !important;
    }

        article.news nav.subnav ul li.archive a {
            font-size: 0.5em !important;
            padding-top: 17px;
        }

    article.promotions section.articles ul li, article.news section.articles ul li {
        padding: 15px 0 !important;
    }

    article.promotions div.cycle-pager, article.promotions div.cycle-pager-banner, article.news div.cycle-pager, article.news div.cycle-pager-banner {
        right: 40px !important;
    }

    article.promotions section.panel.right div.content, article.news section.panel.right div.content {
        padding: 20px 25px !important;
    }

    #subscribeForm hr {
        margin: 0.5em 0;
    }

    #subscribeForm label.error {
        padding-top: 0;
    }

    #subscribeForm input.text, #subscribeForm div.select {
        height: 36px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1310px) {
    article section.panel.right.right-1 {
        min-width: 375px;
        width: 25%;
    }

    article section.panel.left.left-1 {
        /* min-width: 455px; */
    }

    article section.panel.right.right-2 {
        max-width: 435px;
    }

    nav.main {
        /* overflow: scroll; */
    }

    #content-page p, #content-page ul {
        font-size: 1.05em;
        margin-left: 5px;
    }

    #parkmate-intro h1 {
        background-size: 315px auto;
    }

    #parkmate-intro section.introduction p strong {
        font-size: 0.9em;
    }

    .introduction {
        font-size: 89%;
    }

    article section.right p, article section.right ul, article section.right ol, article section.right dl {
        font-size: 0.9em;
    }

    article h2 {
        font: bold 1.1em/1 "Montserrat",sans-serif;
    }

    #find-a-park-wizard div.step ul label {
        font: 13px/1 "Montserrat",sans-serif;
    }

    header nav li a {
        font: 0.85em/1 "Montserrat",sans-serif;
    }
    /*article h1 {font: 1.1em/1 "Montserrat",sans-serif;}*/
    article p, article ul, article ol {
        font: 1em/1 "Lato",sans-serif;
    }

    article section.closest-region p.closest strong {
        font-size: 2em;
    }

    #monthly-parking-search section.introduction p {
        font-size: 1em;
        font-weight: normal;
    }

    #monthly-parking-search section.introduction ul {
        font-size: 1em;
        font-weight: normal;
    }

    article p strong, article p b, article ul strong, article ul b, article ol strong, article ol b {
        font-weight: normal;
    }

    #content-page.news section.content h2 {
        font-size: 1.1em;
    }

    #content-page p, #content-page ul {
        font-size: 0.9em;
    }

    article section.left-2 h2 {
        font-size: 1.1em;
    }

    label {
        font: italic 0.9em "Lato",sans-serif;
    }

    #find-a-park-results section.results table td.location h3 {
        font: bold 1em/1 "Lato",sans-serif;
    }

    #find-a-park-results section.results table td.price strong {
        font: bold 1.5em "Montserrat",sans-serif;
    }

    #find-a-park-results section.results table tr {
        z-index: 998;
    }

    #find-a-park-results section.results table td.price strong span.quotePrice {
        font: bold 0.5em "Montserrat",sans-serif;
        z-index: 999;
        color: #fd980f;
    }

        #find-a-park-results section.results table td.price strong span.quotePrice a, #find-a-park-results section.results table td.price strong span.quotePrice a:visited {
            color: #fd980f;
        }

    #find-a-park-results section.results table td {
        padding: 4px 0 0;
    }

    #find-a-park-results section.results table th {
        padding-bottom: 5px;
    }
    /*article section.panel.left.left-2 div.content {padding: 17px; margin-top:-11px;}*/
    #find-a-park-details section.details address, #find-a-park-details section.details p {
        margin-top: -2px;
    }

    #content-page section.articles ul li a {
        top: 5px;
    }

    #book-a-bay-search section.current a {
        padding: 4px 4px;
    }

    #book-a-bay-search section.search-location li.calendarentry:after, #book-a-bay-search section.search-location li.calendarexit:after {
        left: 80%;
    }
}

@media only screen and (min-width:1137px) and (max-width:1280px) {
    header nav {
        right: 10px;
    }

    article section.panel.right.right-2 {
        width: 100%;
        max-width: 712px;
    }
}

@media only screen and (min-width:900px) and (max-width:1280px) {
    header nav li a {
        font: 0.85em/1 "Montserrat",sans-serif;
    }

    header nav {
        top: 70px;
        right: 10px;
    }
}

@media only screen and (min-width:769px) and (max-width:900px) {
    header nav li a {
        font: 0.7em/1 "Montserrat",sans-serif;
    }

    header nav {
        top: 70px;
        right: 10px;
    }

        header nav li div.search input.text {
            width: 150px;
        }
}

@media only screen and (max-width:1136px) {
    footer nav.footer > p {
        left: 5px;
        top: 105px;
    }

    article.promotions section.right-2 img, article.news section.right-2 img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width:1025px) and (max-width:1080px) {
    article section.panel.left.left-1 {
        /* min-width: 585px; */
    }
    /*left navigation menu */
}

@media only screen and (min-width:961px) and (max-width:1024px) {
    article section.panel.left.left-1 {
        /* min-width: 530px; */
    }
}

@media only screen and (min-width:801px) and (max-width:960px) {
    footer nav.footer {
        padding: 0 15px 30px 5px;
    }

        footer nav.footer > ul > li {
            min-width: 115px;
            width: 1%;
        }
}

@media only screen and (max-width: 800px) {
    header div.logo a {
        width: 224px;
    }

    header nav {
        right: 20px;
    }

    article section.panel.left div.content {
        padding: 10px 40px;
    }

    #wrap {
        overflow: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

    #find-a-park-details section.hours div.image {
        width: 90%;
    }

    .promotions #content-page-content-details tr:first-child {
        border-top: 1px solid #aaa;
    }

    .promotions #content-page-content-details tr {
        border-bottom: 1px solid #aaa;
    }

    .promotions #content-page-content-details td {
        display: block;
        padding: 5px 10px;
    }

    .promotions #content-page-content-details table img {
        margin-left: 5%;
    }
}

@media only screen and (max-width: 778px) {
    /* parking locator map -- hide homepage map on moible*/
    #mobileMapCanvas {
        width: 270px;
        height: 190px;
    }

    #map {
        height: 100%;
        width: 100%;
        display: block !important;
    }

    #wrap {
        width: 100%;
        height: 100%;
    }

    header div.logo a {
        width: 137px;
        height: 25px;
        top: 7px;
        left: 10px;
    }

    article section.panel.right div.content {
        padding: 5px; /*overflow-y:scroll;*/
    }

    #find-a-park-details section.hours div.image {
        width: 100%;
    }

    #book-a-bay-search section.search-find-a-bay li.month-arrive {
        display: block !important;
    }

    .day-arrive {
        display: block !important;
    }

    #book-a-bay-search section.search-find-a-bay li.month-exit {
        display: block !important;
    }

    .day-exit {
        display: block !important;
    }

    .search-calendarentry {
        display: none !important;
    }

    .calendarentry {
        display: none !important;
    }

    .search-calendarexit {
        display: none !important;
    }

    .calendarexit {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.time-exit {
        margin-top: 0px;
        margin-left: 0px;
    }

    #book-a-bay-search section.search-find-a-bay li.day-arrive {
        display: block !important;
        top: 0px;
    }

        #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
            content: 'Entry Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }

    #book-a-bay-search section.search-find-a-bay li.day-exit {
        display: block !important;
        top: 0px;
    }

        #book-a-bay-search section.search-find-a-bay li.day-exit:before {
            content: 'Exit Day';
            position: relative;
            padding-bottom: 10px;
            top: -5px;
        }
}

@media only screen and (max-width: 640px) {
    /*#locator_map{height:490px; width: 490px;}  */
    article section.search-location ul li.current {
        font-size: 0.9em;
    }
    /*.search-by{display:none;}*/
    .address {
        font-size: 9pt;
        width: 53%;
    }

    #book-a-bay-search section.search-find-a-bay li.month-arrive {
        display: block !important;
    }

    .day-arrive {
        display: block !important;
    }

    #book-a-bay-search section.search-find-a-bay li.month-exit {
        display: block !important;
    }

    .day-exit {
        display: block !important;
    }

    .search-calendarentry {
        display: none !important;
    }

    .calendarentry {
        display: none !important;
    }

    .search-calendarexit {
        display: none !important;
    }

    .calendarexit {
        display: none !important;
    }

    #book-a-bay-search section.search-find-a-bay li.time-exit {
        margin-top: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    article section.panel.right.right-2 {
        min-width: 320px;
    }

    /*News-style*/
    article section.panel.right.right-3 {
        min-width: 320px;
    }
    /*News-style-end*/

    #find-a-park-details section.attractions ul {
        border: none;
    }

        #find-a-park-details section.attractions ul li {
            width: 100%;
        }
}

@media only screen and (max-width: 330px) {
    #find-a-park-details section.attractions ul li:before {
        margin-right: 0px;
    }

    #find-a-park-details section.attractions ul li.wildlife:before {
        width: 34px;
    }

    article section.panel.right.right-1 {
        min-width: 320px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1559px) {
    /*search result filter*/
    #find-a-park-results > div.content {
        padding: 20px 25px;
    }

        #find-a-park-results > div.content a.back {
            top: 20px;
        }

        #find-a-park-results > div.content h2.location-title {
            margin-bottom: 0.8em;
            font-size: 1.3em;
        }

    #find-a-park-results section.filters ul {
        font-size: 0.9em;
        margin-bottom: 0;
    }

    #find-a-park-results ul.filters-1 label.book-a-bay {
        background-size: 40px;
    }

    #find-a-park-results ul.filters-1 label.monthly-parking {
        background-size: 40px;
    }

    #find-a-park-results ul.filters-1 label.platinum-parking {
        background-size: 40px;
    }

    #find-a-park-results ul.filters-1 label.casual-parking {
        background-size: 40px;
    }

    #find-a-park-results ul.filters-1 label.parkmate {
        background-size: 40px;
    }

    #find-a-park-results ul.filters-2 li div.select {
        height: 25px;
    }

    /* search result list*/
    #find-a-park-results section.results table thead {
        font-size: 12px;
    }

    #find-a-park-results section.results table tbody {
        font-size: 11px;
    }

    #find-a-park-results div.scrollpane div.content {
        padding: 5px 25px;
    }

    #find-a-park-results section.results table div.select div.value {
        padding-right: 5px;
    }

    #find-a-park-results section.results table td {
        padding: 15px 0 0 0;
    }

        #find-a-park-results section.results table td.number img {
            width: 32px;
            height: 40px;
        }

        #find-a-park-results section.results table td.location {
            padding-right: 15px;
        }

    .view-arrow, #find-a-park-results section.results table td.view a, #content-page section.articles ul li a {            
            background-size: 40px;
        }
}

@media only screen and (min-width:1020px) {
    #content-page-content-details .content.introduction {
        overflow: hidden;
        zoom: 1;
        height: initial;
    }

    #content-page-content-details img.promotions-img {
        width: 50%;
        display: inline-block;
        padding-right: 20px;
        float: left;
    }

    #content-page-content-details .promotions-carpark-selector {
        display: inline-block;
        padding-right: 40px;
        width: 50%;
        float: right;
    }

    .promotions #content-page-content .content a.nav, .news #content-page-content .content a.nav {
        left: 1%;
        background-image: url("/Style Library/ParkingNZ/images/Home/icon_back.png");
        background-position: center left;
    }
    /*.promotions #content-page-content .content h3, .news #content-page-content .content h3 { margin-left: 15%; margin-right: 0;}*/
    .promotions #content-page-content .content h4, .promotions #content-page-content .content p, .news #content-page-content .content h4, .news #content-page-content .content p {
        margin-left: 15%;
        margin-right: 0;
    }
}
/* --------------------------------
   End of Responsive Additional CSS
   -------------------------------- */



/* jQuery UI - v1.10.3 - 2013-10-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .6em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 7px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 7px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 7px;
    }

    .ui-datepicker .ui-datepicker-prev-hover { /*left: 1px;*/
    }

    .ui-datepicker .ui-datepicker-next-hover { /*right: 1px;*/
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -14px;
        top: 50%;
        margin-top: -14px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker tr {
        border: 0 none;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: normal;
        text-transform: uppercase;
        color: #b0aeac;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: center;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em 1.6em .3em 1.6em;
            width: auto;
            overflow: visible;
            background-color: #fff;
            border: 1px solid #a89a89;
            color: #a89a89;
            text-transform: uppercase;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-slider {
    position: relative;
    text-align: left;
    background-color: #f2f2f2 !important;
    border: 1px solid #c8c8c8 !important;
    border-radius: 15px;
    height: 6px !important;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -4px;
        margin-left: -7px;
        background: transparent url("/Style Library/ParkingNZ/images/jqueryui/ui-slider-handle.png") 50% 50% no-repeat !important;
        width: 14px;
        height: 14px;
        border: 0 none !important;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: 'Montserrat',sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #fff; /*background: #eeeeee url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
    background-color: #fff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #fff; /*background: #f6a828 url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
    background-color: #f2f2f2;
    color: #524c47;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { /*border: 1px solid #cccccc;
background: #f6f6f6 url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;*/
        font-weight: bold; /*color: #1c94c4;*/
        color: #524c47;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { /*border: 1px solid #fbcb09;
background: #fdf5ce url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #c77405;*/
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850; /*background: #ffffff url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
        font-weight: bold;
        color: #fe9714;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url(/Style Library/ParkingNZ/images/jqueryui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
        color: #ffffff;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { /*opacity: .7;
filter:Alpha(Opacity=70);
font-weight: normal;*/
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
        }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/Style Library/ParkingNZ/images/jqueryui/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background: transparent url("/Style Library/ParkingNZ/images/jqueryui/arrow-next-sml.png") 0 0 no-repeat !important;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

    .ui-icon-circle-triangle-e:hover {
        background: transparent url("/Style Library/ParkingNZ/images/jqueryui/arrow-next-sml_hover.png") 0 0 no-repeat !important;
        width: 28px;
        height: 28px;
    }

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background: transparent url("/Style Library/ParkingNZ/images/jqueryui/arrow-prev-sml.png") 0 0 no-repeat !important;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

    .ui-icon-circle-triangle-w:hover {
        background: transparent url("/Style Library/ParkingNZ/images/jqueryui/arrow-prev-sml_hover.png") 0 0 no-repeat !important;
        width: 28px;
        height: 28px;
    }

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { /*border-top-left-radius: 4px;*/
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { /*border-top-right-radius: 4px;*/
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /*border-bottom-left-radius: 4px;*/
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /*border-bottom-right-radius: 4px;*/
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 45%;
        padding-top: 5px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 45% 10px 10px;
        }

.ui-timepicker-div .ui_tpicker_time_label, .ui-timepicker-div .ui_tpicker_time {
    padding-top: 10px;
}

.ui-timepicker-div .ui_tpicker_time {
    margin-left: 42%;
}

.ui-timepicker-div .ui_tpicker_second, .ui-timepicker-div .ui_tpicker_millisec, .ui-timepicker-div .ui_tpicker_microsec {
    display: none;
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

nav.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 20px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

nav.ps-container .ps-scrollbar-y {
    width: 5px;
    right: 0px;
}

/* css for dialog */
div.ui-dialog.platinum-dialog {
    border: 3px solid #665f56;
}

    div.ui-dialog.platinum-dialog div.ui-dialog-titlebar {
        padding: 10px 5px 10px 10px;
    }

    div.ui-dialog.platinum-dialog div.ui-dialog-content {
        padding: 10px 0 0 10px;
        overflow-y: auto;
    }

    div.ui-dialog.platinum-dialog .ui-dialog-content {
        background: #efebe2;
        border: 1px solid #efebe2;
    }

div.ui-dialog button.ui-dialog-titlebar-close {
    display: none;
}

div.ui-dialog.platinum-dialog div.ui-dialog-titlebar {
    background: #fd980f;
}

div.ui-dialog .ui-dialog-buttonpane {
    background: #efebe2;
    border-top: 1px solid #efebe2;
}

div.ui-dialog .ui-dialog-buttonset {
    float: right;
}

    div.ui-dialog .ui-dialog-buttonset button {
        width: 100px;
    }

#platinum_dialog h3 {
    font: bold 1.1em/1 "Montserrat",sans-serif;
}

div.ui-dialog.platinum-dialog span.ui-dialog-title {
    color: white;
    font: bold 1.3em/1 "Montserrat",sans-serif;
}

#platinum_dialog p {
    font: 1em/1.2 "Lato",sans-serif;
}

#platinum_dialog strong {
    font-weight: bold;
}

#platinum_dialog a:link {
    color: #0072BC;
}

#platinum_dialog a:hover, #platinum_dialog a:focus {
    text-decoration: underline;
    cursor: pointer;
}

/*progressbar*/
.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        color: #676767;
        text-transform: uppercase;
        font-size: 9px;
        width: 32%;
        float: left;
        position: relative;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #676767;
            background: white;
            border-radius: 5px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        .progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        .progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        .progressbar li.active:before, .progressbar li.active:after {
            background: #FD980F;
            color: white;
        }

/* Content update */

#content-page.contact section.content address {
    color: #665F56;
    float: left;
    margin-bottom: 1em;
    width: 50%;
}

/* Overwrite SharePoint OOTB style */
body.v4master {
    overflow: auto;
}

/* BaB autocomplete drop down */
#ui-id-1 {
    width: 490px !important;
}

#lblCarparkFees {
    color: #f67300 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

#lblHoursOperation, #lblInformations {
    color: #f67300 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.a2a_dd, .contentLink, .a2a_button_facebook, .a2a_button_twitter, .a2a_button_email, .a2a_button_google_plus, .a2a_button_linkedin, .a2a_button_wordpress, .a2a_button_blogger_post, .a2a_button_myspace, .a2a_button_email, .a2a_button_google_gmail, .a2a_button_yahoo_mail, .a2a_button_hotmail, .a2a_button_box_net, .a2a_button_google_bookmarks, .a2a_button_yahoo_messenger, .a2a_button_yahoo_bookmarks, .a2a_button_printfriendly {
    color: #f67300 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

#detail_content {
    font-size: 12px;
}

.ico_print {
    background-image: url('/_layouts/wilsonlocatorau/images/printer.png');
    background-repeat: no-repeat;
    margin: 0 0 0 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1px 0 1px 21px;
}

a.ico_print:visited, a.ico_print:link {
    color: #fff;
    text-decoration: none;
}

.printer {
    float: right;
    width: 5%;
    margin-top: 4px;
    margin-right: 70px;
    margin-bottom: 5px;
    background-color: #706a66;
}

@media only screen and (min-width:769px) {
    #mapCanvas {
        height: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#page_content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -30px;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#locator_map {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
}

#detail_content {
    width: 100%;
}

.cp_wrapper {
    position: absolute;
    top: 100px;
    left: 300px;
    width: 20px;
    height: 105px;
    cursor: pointer;
    z-index: 10000;
}

.cp_wrapper_details {
    position: absolute;
    top: 100px;
    left: 510px;
    width: 20px;
    height: 105px;
    cursor: pointer;
    z-index: 10000;
}

.cp_wrapper_collapsed {
    position: absolute;
    top: 100px;
    left: 0;
    width: 20px;
    height: 105px;
    cursor: pointer;
    z-index: 10000;
}

.noParksMessage {
    width: 200px;
    padding-left: 10px;
}

.infoWrapper {
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    overflow: visible;
}

#carparkspane {
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
    border-right: 1px solid #000;
    height: 320px !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#carparkdetailspane {
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    width: 99%;
    background-color: #fff;
    z-index: 10000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    height: 320px !important;
}

#directionspane {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 300px;
    background-color: #fff;
    z-index: 10000;
    border-right: 1px solid #000;
}

#statesPane {
    position: relative;
    bottom: 30px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px;
    margin: 35px 30px;
}

#useroptionspane {
    position: relative;
    bottom: 30px;
    right: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px;
    margin: 35px 30px;
}

#searchpane {
    position: relative;
    bottom: 30px;
    width: 450px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    margin: 35px 30px;
}

#target {
    width: 430px;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 30px;
    margin-top: 5px;
    margin-left: -15px;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
}

#getDirections {
    width: 100%;
    background-image: url("/Style Library/ParkingNZ/images/Home/marker-small.png");
    background-position: 1px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 25px;
    margin-top: 8px;
    color: #000;
    font-style: italic;
    outline: medium none;
    display: block;
    padding-left: 15px;
}

.useroptions {
    min-height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 6px;
    padding: 6px;
}

.useroptionsButton {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 6px;
    padding: 2px;
    text-align: right;
}

.optionsheader {
    font-weight: bold;
    text-decoration: underline;
}

.optionsItem {
    padding: 4px;
    margin-bottom: 6px;
}

.BaBButton {
    cursor: pointer;
    -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
    -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fb9e25),color-stop(1,#f19222));
    background: -moz-linear-gradient(center top,#fb9e25 5%,#f19222 100%);
    background-image: url('/Style Library/parking/images/Home/home_button.gif');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25',endColorstr='#F19222');
    background-color: #fb9e25;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #000;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #cc9f52;
    width: 40%;
    color: #fff;
    margin-bottom: 2px;
}

a.searchLink:link, a.searchLink:visited {
    color: #f67300;
    width: 95%;
}

a.searchButton:link, a.searchButton:visited {
    color: #fff;
    width: 95%;
}

.searchButton {
    -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
    -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
    box-shadow: inset 0 1px 0 0 #fce2c1;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fb9e25),color-stop(1,#f19222));
    background: -moz-linear-gradient(center top,#fb9e25 5%,#f19222 100%);
    background-image: url('/Style Library/parking/images/Home/home_button.gif');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25',endColorstr='#F19222');
    background-color: #fb9e25;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #000;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #cc9f52;
    width: 96%;
    color: #fff;
    margin-top: -2px;
}

    .searchButton:hover {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f19222),color-stop(1,#fb9e25));
        background: -moz-linear-gradient(center top,#f19222 5%,#fb9e25 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F19222',endColorstr='#fb9e25');
        background-color: #f19222;
        cursor: pointer;
    }

    .searchButton:active {
        position: relative;
        top: 1px;
    }

#backToStates {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #e16b03;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding-left: 5px;
}

#toolsPane {
    display: inline;
}

#ajax-loader {
    position: absolute;
    top: 85px;
    left: 46%;
    height: 120px;
    width: 160px;
    background-color: #fff;
    background-image: url("/_layouts/wilsonlocatorau/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fd8b06;
    display: none;
    z-index: 1000;
}

.parkItem:hover {
    cursor: pointer;
}

.parkItem {
    display: block;
    border: 2px solid #dbdbea;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    overflow: visible;
}

.parkItemSelected:hover {
    cursor: pointer;
}

.parkItemSelected {
    display: block;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    overflow: visible;
    background-color: #dbdbea;
    z-index: 1000;
    cursor: pointer;
}

.parkItemRollover {
    display: block;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    overflow: visible;
    background-color: #ddd;
    cursor: pointer;
}

.regionItem:hover {
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.regionItem {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 2px;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.regionItemSelected:hover {
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.regionItemSelected {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 2px;
    background-color: #ffa11b;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.stateItem {
    height: 20px;
    margin: 2px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

#fStates {
    float: left;
    margin-left: 10px;
}

#fSearch {
    margin-left: 25%;
    margin-right: 25%;
}

#fOptions {
    float: right;
    margin-right: 10px;
}

.tooItem {
    width: 120px;
    height: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
}

.smallText {
    color: #000;
    font-size: small;
}

.infoText {
    color: #000;
    font-size: small;
}

.infoPara {
    color: #000;
    font-size: small;
}

.infoPic {
    width: 100px;
    height: 50px;
}

.infoTextGray {
    color: Gray;
    font-size: small;
    white-space: nowrap;
}

.smallTextUnderline {
    color: #000;
    font-size: small;
    text-decoration: underline;
}

.smallTextUnderlinebold {
    color: #000;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
}

.mediumText {
    color: #000;
    font-size: medium;
}

.mediumTextUnderline {
    color: #000;
    font-size: medium;
    text-decoration: underline;
}

.mediumTextUnderlinebold {
    color: #000;
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
}

.detailwrap {
    width: 100%;
    min-width: 220px;
    padding-top: 6px;
    padding-right: 0px;
}

.detailpagewrap {
    padding-top: 10px;
}

.serviceWrap {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 4px;
    height: 55px;
    width: 100%;
}

#detail_content {
    position: relative;
    height: 100%;
    width: 100%;
}

#detail_general {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#detail_general_left {
    float: left;
    width: 160px;
}

#detail_general_right {
    float: right;
    max-width: 300px;
}

.detail_pic {
    border: 1px solid #000;
    border-radius: 8px;
    background-color: #000;
    padding: 6px;
    margin-right: 20px;
}

.detail_container {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    margin-top: 10px;
}

#getShareThis {
    background-color: #e5e4d7;
    padding-left: 10px;
    padding-top: 10px;
}

.getShareThis {
    background-color: #e5e4d7;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
    color: #f67300;
    font-size: 11pt;
}

    .getShareThis:hover {
        color: #fc0;
    }

#getMonthly {
    background-color: #90816f;
}

#getPlatinum {
    background-color: #685c50;
}

#getBookABay {
    background-color: #515151;
}

#getCarParkWidget {
    background-color: #fff;
}

#detailsMain {
    height: auto;
    min-height: 200px;
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 15px;
}

#detailsLeft {
    float: left;
    width: 48%;
    height: 100%;
    margin-left: 10px;
    overflow: visible;
}

#detailsRight {
    float: right;
    width: 48%;
    height: 100%;
    overflow: visible;
}

.detailsArrow {
    position: relative;
    right: 5%;
    top: 25%;
    text-decoration: none;
}

.detailsDivider {
    display: block;
    height: 2px;
    width: 90%;
    color: #515151;
    background-color: #515151;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detailsRateType {
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 5px;
    font-weight: bold;
}

#ShareThisPage {
    margin-top: 5px;
    border: 2px solid #f67300;
    padding: 10px;
    font-size: 12px;
}

#locator_map {
    height: 100%;
    border: none;
}

#loadmessagehtml {
    display: none;
}

.expired::after {
    content: "EXPIRED";
    margin-left: 10px;
    background: transparent;
    color: #FD3C3C;
    font-size: 12px;
    border: 1px solid #FD3C3C;
    padding: 2px 12px 2px 12px;
    border-radius: 15px;
    line-height: 2.5rem;
    font-weight: normal;
}

/*OWL CAROUSEL*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*OWL THEME*/
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: white;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: white;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

/*ADDITIONAL CSS*/
#contentBox .content .park-mate__button__link:before,
#contentBox .content .park-mate__download__link {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}

    #contentBox .content .park-mate__button__link:before,
    #contentBox .content .park-mate__download__link:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

#contentBox .content .park-mate__button__list,
#contentBox .content .park-mate__download__list,
#contentBox .content .our-community__list {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

#contentBox .right--full {
    width: 100%;
    border: 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

@media screen and (min-width: 769px) {
    #contentBox .right--full {
        padding-left: 109px;
        padding-top: 101px;
        padding-bottom: 40px;
        position: absolute;
        z-index: 4;
    }
}

#contentBox .content--carousel {
    padding: 0;
    height: 100%;
}

#contentBox .content--one-col,
#contentBox .content--two-col {
    padding: 0;
    height: 100%;
}

    #contentBox .content--one-col .introduction,
    #contentBox .content--one-col .park-mate,
    #contentBox .content--one-col .scrollpane,
    #contentBox .content--one-col .content .our-community,
    #contentBox .content .content--one-col .our-community,
    #contentBox .content--two-col .introduction,
    #contentBox .content--two-col .park-mate,
    #contentBox .content--two-col .scrollpane,
    #contentBox .content--two-col .content .our-community,
    #contentBox .content .content--two-col .our-community {
        padding: 24px 15px;
    }

@media screen and (min-width: 769px) {
    #contentBox .content--one-col .introduction,
    #contentBox .content--one-col .park-mate,
    #contentBox .content--one-col .scrollpane,
    #contentBox .content--one-col .content .our-community,
    #contentBox .content .content--one-col .our-community,
    #contentBox .content--two-col .introduction,
    #contentBox .content--two-col .park-mate,
    #contentBox .content--two-col .scrollpane,
    #contentBox .content--two-col .content .our-community,
    #contentBox .content .content--two-col .our-community {
        padding: 24px 30px 24px 60px;
    }
}

#contentBox .content--one-col .introduction,
#contentBox .content--one-col .park-mate,
#contentBox .content--two-col .introduction,
#contentBox .content--two-col .park-mate {
    background: #efebe2;
    color: #6f6a67;
}

#contentBox .content--one-col .scrollpane,
#contentBox .content--two-col .scrollpane {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#contentBox .content--two-col .column {
    float: left;
    height: 100%;
}

#contentBox .content--two-col .column--left {
    width: 100%;
    background-color: #FFF;
}

@media screen and (min-width: 769px) {
    #contentBox .content--two-col .column--left {
        width: 75%;
    }
}

#contentBox .content--two-col .column--right {
    width: 100%;
    background: #efebe2;
}

@media screen and (min-width: 769px) {
    #contentBox .content--two-col .column--right {
        width: 25%;
    }
}

#contentBox .content--two-col .column__content {
    height: 100%;
}

#contentBox .content .carousel--main {
    height: 100%;
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel--main .owl-stage-outer {
        height: 80%;
    }

    #contentBox .content .carousel--main .owl-stage,
    #contentBox .content .carousel--main .owl-item {
        height: 100%;
    }
}

#contentBox .content .carousel__item {
    height: 100%;
    position: relative;
}

    #contentBox .content .carousel__item img {
        display: block;
        width: 100%;
        height: 100%;
        transform-style: initial;
        object-fit: initial;
    }

#contentBox .content .carousel__caption {
    z-index: 1000;
    color: #FFF;
    padding: 15px;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 481px) {
    #contentBox .content .carousel__caption {
        padding: 30px;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption {
        padding: 30px 60px;
    }
}

#contentBox .content .carousel__caption--top {
    top: 0;
    background-color: rgba(239, 239, 226, 0.75);
}

#contentBox .content .carousel__caption--bottom {
    bottom: 0;
    background-color: rgba(30, 24, 16, 0.75);
}

#contentBox .content .carousel__caption--left {
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 15px;
    background-color: rgba(239, 239, 226, 0.75);
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption--left {
        padding-top: 50px;
        width: 50%;
        background-color: transparent;
    }
}

.owl-thumb-item img {
    width: 100%;
    height: auto;
}

.owl-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 20%;
    background-color: rgba(30, 24, 16, 0.75);
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
    vertical-align: middle;
}

    .owl-thumb-item.active {
        opacity: 1;
    }

#contentBox .content .carousel__caption h1,
#contentBox .content .carousel__caption .h1 {
    font-family: Lato, sans-serif !important;
    color: inherit;
    font-weight: 300 !important;
    font-size: 24px !important;
    margin-bottom: 0;
}

@media screen and (min-width: 481px) {
    #contentBox .content .carousel__caption h1,
    #contentBox .content .carousel__caption .h1 {
        font-size: 32px !important;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption h1,
    #contentBox .content .carousel__caption .h1 {
        font-size: 64px !important;
    }
}

#contentBox .content .carousel__caption h1--smaller,
#contentBox .content .carousel__caption .h1--smaller {
    font-size: 18px !important;
}

@media screen and (min-width: 481px) {
    #contentBox .content .carousel__caption h1--smaller,
    #contentBox .content .carousel__caption .h1--smaller {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption h1--smaller,
    #contentBox .content .carousel__caption .h1--smaller {
        font-size: 48px !important;
    }
}

#contentBox .content .carousel__caption h2 {
    font-size: 14px !important;
    margin-bottom: 0;
}

@media screen and (min-width: 481px) {
    #contentBox .content .carousel__caption h2 {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption h2 {
        font-size: 24px !important;
    }
}

#contentBox .content .carousel__caption p {
    color: #333;
    font-size: 0.825rem;
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption p {
        font-size: 1.15rem;
    }
}

#contentBox .content .carousel__caption p.lead {
    font-size: 0.825rem;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    #contentBox .content .carousel__caption p.lead {
        font-size: 1.25rem;
        font-weight: normal;
    }
}

#contentBox .content .services table {
    width: 100%;
    color: #665f56;
}

    #contentBox .content .services table tbody th {
        padding: 20px 0;
        border-bottom-color: #a7998a;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        line-height: 1.4;
        font-size: 1.1em;
        font-weight: bold;
    }

    #contentBox .content .services table tbody td {
        padding: 20px 0;
        border-bottom-color: #a7998a;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        #contentBox .content .services table tbody td.yes {
            text-align: center;
        }

            #contentBox .content .services table tbody td.yes span {
                width: 30px;
                height: 22px;
                text-indent: -999px;
                overflow: hidden;
                display: inline-block;
                background-image: url('../images/services/tick-orange.png');
                background-repeat: no-repeat;
            }

        #contentBox .content .services table tbody td.no span {
            display: none;
        }

    #contentBox .content .services table thead th {
        width: 20%;
        text-align: center;
        padding-bottom: 20px;
        border-bottom-color: #a7998a;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        #contentBox .content .services table thead th.procedure {
            width: 40%;
        }

        #contentBox .content .services table thead th span {
            font: bold 0.8em/1.15 "Montserrat", sans-serif;
            margin: 0 auto;
            width: 75px;
            text-align: center;
            text-transform: uppercase;
            display: block;
            font-size-adjust: none;
            font-stretch: normal;
        }

            #contentBox .content .services table thead th span::before {
                margin: 0 auto 10px;
                content: "";
            }

        #contentBox .content .services table thead th.book-a-bay span::before {
            width: 32px;
            height: 32px;
            text-indent: -999px;
            overflow: hidden;
            display: block;
            background-image: url('../images/services/table-bookabay.png');
            background-repeat: no-repeat;
        }

        #contentBox .content .services table thead th.monthly-parking span::before {
            width: 32px;
            height: 32px;
            text-indent: -999px;
            overflow: hidden;
            display: block;
            background-image: url('../images/services/table-monthlyparking.png');
            background-repeat: no-repeat;
        }

        #contentBox .content .services table thead th.platinum-parking span::before {
            width: 32px;
            height: 32px;
            text-indent: -999px;
            overflow: hidden;
            display: block;
            background-image: url('../images/services/table-platinumparking.png');
            background-repeat: no-repeat;
        }

@media only screen and (max-width: 768px) {
    #contentBox .content .services table tbody th {
        font-size: 0.85em;
    }
}

#contentBox .content .advert__container {
    padding: 24px 15px;
    margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
    #contentBox .content .advert__container {
        padding: 24px 30px;
    }
}

#contentBox .parkmate-demo .content ol {
    list-style: decimal;
}

#contentBox .content .park-mate h1 {
    font-family: Lato, sans-serif;
    margin: 24px 0;
    line-height: 2rem !important;
    font-size: 36px !important;
    font-weight: 400;
}

    #contentBox .content .park-mate h1 img {
        width: 40%;
    }

@media screen and (min-width: 481px) {
    #contentBox .content .park-mate h1 {
        font-size: 42px !important;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate h1 {
        font-size: 48px !important;
    }
}

#contentBox .content .park-mate h2 {
    font-size: 18px !important;
    margin-bottom: 0;
    font-weight: normal;
}

@media screen and (min-width: 481px) {
    #contentBox .content .park-mate h2 {
        font-size: 21px !important;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate h2 {
        font-size: 24px !important;
    }
}

#contentBox .content .park-mate__banner {
    width: 100%;
    margin: 24px 0;
    position: relative;
    background: #1e1810;
    /* Old Browsers */
    background: rgba(30, 24, 16, 0.85);
}

    #contentBox .content .park-mate__banner:before,
    #contentBox .content .park-mate__banner:after {
        content: " ";
        display: table;
    }

    #contentBox .content .park-mate__banner:after {
        clear: both;
    }

@media screen and (min-width: 481px) {
    #contentBox .content .park-mate__banner {
        /* FF3.6+ */
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 24, 16, 0.85)), color-stop(50%, rgba(30, 24, 16, 0.5)), color-stop(100%, rgba(239, 235, 226, 0.75)));
        /* Chrome, Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE 10+ */
        background: linear-gradient(to right, rgba(30, 24, 16, 0.85) 0%, rgba(30, 24, 16, 0.5) 50%, rgba(239, 235, 226, 0.75) 100%);
        /* W3C */
    }
}

#contentBox .content .park-mate__image {
    width: 30%;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 481px) {
    #contentBox .content .park-mate__image {
        width: 38%;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate__image {
        width: 34.75%;
    }
}

@media screen and (min-width: 1200px) {
    #contentBox .content .park-mate__image {
        width: 35%;
        height: 100%;
    }
}

#contentBox .content .park-mate__image img {
    display: block;
    width: 100%;
    height: 100%;
}

#contentBox .content .park-mate__text {
    padding: 24px 0 24px 270px;
    width: 100%;
    float: left;
    display: inline-block;
    color: #FFF;
}

@media screen and (min-width: 481px) {
    #contentBox .content .park-mate__text {
        padding: 24px 0 24px 185px;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate__text {
        padding: 24px 0 24px 270px;
        width: 90%;
    }
}

@media screen and (min-width: 1200px) {
    #contentBox .content .park-mate__text {
        padding: 24px 0 24px 330px;
        width: 80%;
    }
}

@media screen and (min-width: 1400px) {
    #contentBox .content .park-mate__text {
        padding: 24px 0 24px 400px;
        width: 70%;
    }
}

#contentBox .content .park-mate__text h2 {
    color: inherit;
}

#contentBox .content .park-mate__button__list {
    margin-top: 24px;
}

#contentBox .content .park-mate__button__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

#contentBox .content .park-mate p a, #contentBox .content .park-mate p a:visited {
    color: #639;
}

    #contentBox .content .park-mate p a:hover {
        color: #f80;
    }

@media screen and (min-width: 480px) {
    #contentBox .content .park-mate__button__item {
        width: 49%;
    }
}

@media screen and (min-width: 640px) {
    #contentBox .content .park-mate__button__item {
        width: 32%;
    }
}

#contentBox .content .park-mate__button__link {
    vertical-align: middle;
}

    #contentBox .content .park-mate__button__link:before {
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px;
        width: 48px;
        height: 48px;
        vertical-align: middle;
    }

    #contentBox .content .park-mate__button__link.link--help:before {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/help-icon.png');
    }

    #contentBox .content .park-mate__button__link.link--myaccount:before {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/myAccount-icon.png');
    }

    #contentBox .content .park-mate__button__link.link--feedback:before {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/feedback-icon.png');
    }

#contentBox .content .park-mate__download {
    padding: 24px 15px;
    margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate__download {
        padding: 24px 30px;
    }
}

#contentBox .content .park-mate__download__list {
    margin-top: 0;
}

#contentBox .content .park-mate__download__item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 480px) {
    #contentBox .content .park-mate__download__item {
        width: 49%;
    }
}

@media screen and (min-width: 640px) {
    #contentBox .content .park-mate__download__item {
        width: 32%;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .park-mate__download__item {
        width: 100%;
    }
}

#contentBox .content .park-mate__download__link {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 48px;
}

    #contentBox .content .park-mate__download__link.link--appstore {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/AppStore24.png');
    }

    #contentBox .content .park-mate__download__link.link--googleplay {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/GooglePlay24.png');
    }

    #contentBox .content .park-mate__download__link.link--windowsphone {
        background-image: url('/Style Library/ParkingNZ/images/parkmate/WindowsPhone24.png');
    }

#contentBox .content .our-community {
    /*background: #efebe2;*/
    /*color: #6f6a67;*/
}

#contentBox .content .our-community__list {
    margin-top: 0;
}

#contentBox .content .our-community__item {
    margin-bottom: 0;
    display: inline-block;
    width: 33%;
    padding: 0 0;
    vertical-align: middle;
}

@media screen and (min-width: 640px) {
    #contentBox .content .our-community__item {
        width: 33%;
    }
}

@media screen and (min-width: 769px) {
    #contentBox .content .our-community__item {
        width: 33%;
    }
}

@media screen and (min-width: 1200px) {
    #contentBox .content .our-community__item {
       width: 33%;
    }
}

#contentBox .content .our-community__link {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    #contentBox .content .our-community__link img {
        display: block;
        width: 150px !important;
        vertical-align: middle;
        margin-bottom: 10px;
    }

    /*-- mobile */
    @media only screen and (max-width: 420px) {
        #contentBox .content .our-community__link img {
            display: block;
            width: 90px !important;
            vertical-align: middle;
            margin-bottom: 10px;
        }
    }

#contentBox .content .ps-container .ps-scrollbar-x-rail {
    border-radius: 4px;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 8px;
    bottom: 3px;
    position: absolute;
    opacity: 0;
}

    #contentBox .content .ps-container .ps-scrollbar-x-rail:hover {
        opacity: 0.9;
        background-color: #eeeeee;
    }

        #contentBox .content .ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
            background-color: #999999;
        }

#contentBox .content .ps-container:hover .ps-scrollbar-x-rail {
    opacity: 0.6;
}

#contentBox .content .ps-container:hover .ps-scrollbar-y-rail {
    opacity: 0.6;
}

#contentBox .content .ps-container .hover.ps-scrollbar-x-rail {
    opacity: 0.9;
    background-color: #eeeeee;
}

    #contentBox .content .ps-container .hover.ps-scrollbar-x-rail .ps-scrollbar-x {
        background-color: #999999;
    }

#contentBox .content .ps-container .hover.ps-scrollbar-y-rail {
    opacity: 0.9;
    background-color: #eeeeee;
}

    #contentBox .content .ps-container .hover.ps-scrollbar-y-rail .ps-scrollbar-y {
        background-color: #999999;
    }

#contentBox .content .ps-container .in-scrolling.ps-scrollbar-x-rail {
    opacity: 0.9;
}

#contentBox .content .ps-container .in-scrolling.ps-scrollbar-y-rail {
    opacity: 0.9;
}

#contentBox .content .ps-container .ps-scrollbar-y-rail {
    border-radius: 4px;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 8px;
    right: 3px;
    position: absolute;
    opacity: 0;
}

    #contentBox .content .ps-container .ps-scrollbar-y-rail:hover {
        opacity: 0.9;
        background-color: #eeeeee;
    }

        #contentBox .content .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
            background-color: #999999;
        }

#contentBox .content .ps-container .ps-scrollbar-x {
    border-radius: 4px;
    transition: background-color 0.2s linear;
    height: 8px;
    bottom: 0;
    position: absolute;
    background-color: #aaaaaa;
}

#contentBox .content .ps-container .ps-scrollbar-y {
    border-radius: 4px;
    transition: background-color 0.2s linear;
    width: 8px;
    right: 0;
    position: absolute;
    background-color: #aaaaaa;
}

#contentBox .content .hover.ps-container .ps-scrollbar-x-rail {
    opacity: 0.6;
}

#contentBox .content .hover.ps-container .ps-scrollbar-y-rail {
    opacity: 0.6;
}

#contentBox .content .ie6.ps-container .ps-scrollbar-x {
    font-size: 0;
}

#contentBox .content .ie.ps-container .ps-scrollbar-y {
    font-size: 0;
}

#contentBox .content ul.arrow li {
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    background: url("/Style Library/ParkingNZ/images/Home/list-arrow.gif") no-repeat 0 8px;
}

@media screen and (min-width: 769px) {
    #contentBox .content ul.arrow li {
        margin: 0 0 10px;
    }
}

#contentBox .content .text--center {
    text-align: center;
}

#contentBox .content .text--orange {
    color: #f80;
}

#contentBox .content .logo {
    display: block;
    width: 120px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
    #contentBox .content .logo {
        width: 240px;
        height: 41px;
        margin-bottom: 24px;
    }
}

#contentBox .content .logo--BAB {
    background-image: url("/PublishingImages/HomeSlider/bookabay-logo.gif");
}

.subnav__content {
    display: inline-block;
    width: 100%;
    float: left;
}

.subnav__city {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
}

.subnav__month {
    display: inline-block;
    width: 100%;
}

.subnav__city select {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: transparent;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}

.subnav__city .value {
    border: 1px solid #a9a6a4;
    padding: 10px;
}

    .subnav__city .value:after {
        background-image: url("/Style Library/ParkingNZ/images/Home/select.png");
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        content: '';
        float: right;
        position: relative;
        top: 8px;
    }

.subnav__city .select {
    width: 100%;
    float: right;
}

article.contact-us a {
    color: #f67300;
}

/* ==========================================================================
// Sidebar Navigation
// ========================================================================== */

@media screen and (min-width: 769px) {
    nav.main {
        top: 0;
        width: 6%;
        padding: 101px 0 40px;
    }

        nav.main ul {
            box-sizing: border-box !important;
            border-right: 1px solid #302 !important;
        }

            nav.main ul a.nav, nav.main ul a.myaccount, nav.main ul a.monthly-parking {
                position: relative;
                display: block;
                overflow: visible;
                width: 100%;
                height: 100% !important;
                text-indent: -999px;
                background: url('../images/Sidebar-nav.svg') no-repeat;
                background-position: 0 50% !important;
                background-size: 1175% !important;
            }

                nav.main ul a.nav.active {
                    background-color: #58524c;
                    box-shadow: inset 0 5px 20px 5px rgba(0, 0, 0, .25) !important;
                }

                    nav.main ul a.nav.active:before,
                    nav.main ul a.nav.active:after {
                        position: absolute;
                        top: 45%;
                        right: -1px;
                        width: 0;
                        height: 0;
                        content: ' ';
                        pointer-events: none;
                        border: solid transparent;
                    }

                    nav.main ul a.nav.active:before {
                        margin-top: -1.15rem;
                        border-width: .6rem;
                        border-color: rgba(255, 255, 255, 0);
                        border-right-color: #fff;
                    }

                    nav.main ul a.nav.active:after {
                        margin-top: -1rem;
                        border-width: .45rem;
                        border-color: rgba(253, 152, 15, 0);
                        border-right-color: #fd980f;
                    }
                    /* please add the .grey class to the a.nav for grey triangle  */
                    nav.main ul a.nav.active.grey:after {
                        border-right-color: #efebe2;
                    }

            nav.main ul a.find-a-park {
                background-position: 0 50% !important;
            }

                nav.main ul a.find-a-park.active {
                    background-position: 9.1125% 50% !important;
                }

            nav.main ul a.book-a-bay {
                background-position: 18.225% 50% !important;
            }

                nav.main ul a.book-a-bay.active {
                    background-position: 27.3375% 50% !important;
                }

            nav.main ul a.monthly-parking {
                background-position: 36.45% 50% !important;
            }

                nav.main ul a.monthly-parking.active {
                    background-position: 45.5625% 50% !important;
                }

            nav.main ul a.platinum-parking {
                background-position: 54.675% 50% !important;
            }

                nav.main ul a.platinum-parking.active {
                    background-position: 63.7875% 50% !important;
                }

            nav.main ul a.my-account, nav.main ul a.myaccount {
                background-position: 73% 50% !important;
            }

                nav.main ul a.my-account.active, nav.main ul a.myaccount.active {
                    background-position: 77.35% 50% !important;
                }

            nav.main ul a.parkmate {
                background-position: 91.125% 50% !important;
            }

                nav.main ul a.parkmate.active {
                    background-position: 100.2375% 50% !important;
                }

        nav.main li {
            width: 100%;
            height: 20%;
            background-color: #665f56;
        }

        nav.main.four-menus li {
            height: 25% !important;
        }

    #contentBox .right--full,
    #contentBox .left-1,
    #contentBox .left-2 {
        padding-left: 6%;
    }
}

/*=====  End of Sidebar Navigation End  ======*/

#editor input.btn-close {
    display: none;
}

#editor #content-page {
    margin: 30px 10px 30px 0;
}

/*additional for content*/
ol.list__numberCounter {
  counter-reset: item;
  font: 1em/1.4 "Lato" sans-serif !important;
  padding-left: 40px;
}
ol.list__numberCounter__noreset{
    font:1em/1.4 "Lato" sans-serif !important;
}
ol.list__numberCounter>li, ol.list__numberCounter__noreset>li{
  display: block;
  position:relative
}
ol.list__numberCounter>li:before, ol.list__numberCounter__noreset>li:before{
  content: counters(item, ".")".";
  counter-increment: item;
  margin-right: 100% !important;
  position:absolute;
  right:10px;
}
ol.list__lowerAlpha{
  list-style: lower-alpha;
  font: 1em/1.4 "Lato" sans-serif !important;
  padding-left: 40px;
}