﻿/* standard html element styles */

html {
    min-width: 21em;
}

html, body {
    height: 100%;
}

html, body, div, nav, section, aside, article, h1, h2, h3, h4, p, ul, ol, li, fieldset, figure, figcaption {
    margin: 0;
    padding: 0;
}

    /* important for width calculations */
    body * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

/* the baseline px value for all em calculations */
/* em = px / font-size */
body {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    background-image: url("/departments/pcd/images/body.png");
    background-position: top left;
    background-repeat: repeat;
    z-index: 0;
}

.no-js body {
    font-family: Arial;
}

h1, h2, h3, h4, h5, h6, strong, b {
    color: #626264;
}

h1, h2 {
    font-size: 1.25em;
}

h1, h2, h3, h4 {
    margin-bottom: 0.5em;
}

h4, h5, h6 {
    font-size: 1em;
}

h1 {
    font-size: 1.5em;
}

h2 {
    line-height: 1.2em;
}

h3 {
    font-size: 1.1em;
}

article {
    position: relative;
    line-height: 1.5em;
}

section {
    overflow: hidden;
}

    section.float {
        width: 30%;
        margin-right: 4%;
        overflow: visible;
    }

        section.float:nth-of-type(3n) {
            margin-right: 0;
        }

aside {
    overflow: hidden;
}

p {
    margin-bottom: .5em;
}

a, a:visited {
    color: #3e8eff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a[href^="http"],
    a[href$=".pdf"] {
        background-repeat: no-repeat;
        background-position: right center;
    }

    a[href^="http"] {
        padding-right: 1em;
        background-image: url(/departments/pcd/images/external-link.gif);
    }

    a[href$=".pdf"] {
        padding-right: 1.25em;
        background-image: url(/departments/pcd/images/pdf.gif);
    }

.subsections a[href$=".pdf"] {
    padding-right: 0;
    background-image: none;
}

.search a[href^="http"] {
    padding-right: 0;
    background-image: none;
}

img {
    max-width: 100%;
    border: none;
}

.map img {
    max-width: inherit;
}

img.float {
    margin-right: .75em;
    margin-bottom: .25em;
}

ol, ul {
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
}

li {
    margin-bottom: .5em;
    line-height: 1.1em;
}

article li {
    line-height: 1.5em;
}

/* target IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul li ul li {
        display: inline;
    }
}

table {
    width: 100%;
}

th {
    text-align: left;
}

table tr:first-child {
    border-bottom: 1px #3b3b3b solid;
}

table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

/* helper classes */

.float {
    float: left;
}

.clear {
    clear: both;
}

.curved {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.green {
    color: #a6e270;
}

.light-green {
    color: #d5eaa7;
}

.expander {
    padding-left: 1.75em;
    background-image: url(/departments/pcd/images/menu-icon.png);
    background-position: left 2px;
    background-repeat: no-repeat;
}

    .expander .subsections {
        margin-left: -0.5em;
    }

article .expander {
    background-position-y: 0.4em;
}

.subsections .expander {
    padding-left: 2.5em;
    margin-left: -2.5em;
}

.no-bullets {
    list-style-type: none;
}

.no-indent {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.margin-bottom {
    margin-bottom: 1em;
}

.border-bottom {
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 0.75em;
}

h1.border-bottom, h2.border-bottom, h3.border-bottom {
    padding-bottom: .5em;
}

article.border-bottom:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.wrapper {
    width: 64em;
    margin: 0 auto;
    position: relative;
}

.button {
    background-color: #ff7200;
    color: #fff;
    padding: .5em;
    text-align: center;
    border: none;
}

a.button {
    color: #fff;
    background-image: none;
    padding-right: 0.5em;
}

.button.search {
    background-image: url("/departments/pcd/images/search-icon.png");
    background-position: 45% 50%;
    background-repeat: no-repeat;
    width: 3em;
}

.ie {
    display: none;
}

.alert {
    background-color: red;
    padding: .75em;
    width: 100%;
    font-size: .9em;
    text-align: center;
}

    .alert * {
        color: #fff;
    }

/* styles generally following site structure */

header.main {
    height: 5.533333em;
    background-color: #3b3b3b;
    padding: 1em;
    width: 100%;
    position: relative;
}

    header.main a,
    header.main a:hover,
    header.main a:visited {
        color: #fff;
        text-decoration: none;
    }

#home-nav, #sitesearch {
    height: 100%;
}

#home-nav {
    float: left;
    display: table;
}

#city-home,
#pcd-home {
    font-size: 1.2em;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
}

#city-home {
    margin-right: .5em;
}

#pcd-home {
    margin-top: .25em;
}

#sitesearch {
    float: right;
    position: relative;
    width: 18em;
    overflow: hidden;
    margin-top: 1em;
}

    #sitesearch input {
        height: 2em;
    }

        #sitesearch input[type=text] {
            width: 235px;
            color: #aaa;
            margin-top: 0px; /*Override Swiftype setting.*/
        }

.nav-container {
    position: relative;
    background-color: #a6e270;
    width: 100%;
}

.nav-flag {
    position: absolute;
    top: 0;
}

    .nav-flag.left {
        left: -1.1em;
    }

    .nav-flag.right {
        right: -1.1em;
    }

nav.primary {
    height: 3.4em;
    position: relative;
}

    nav.primary ul {
        list-style: none outside none;
    }

    nav.primary .nav {
        display: inline;
        float: left;
        margin-bottom: 0;
        overflow: visible;
    }

    nav .menu,
    nav.primary .home {
        display: none;
    }

    /* all links in the main menu */
    nav.primary a {
        color: #626264;
        display: block;
        text-decoration: none;
    }

    /* only the top-level links */
    nav.primary .nav > a,
    nav.primary .menu > a {
        padding: 0 1em;
        height: 3.4em;
        line-height: 3.4em;
        text-transform: uppercase;
    }

    /* hover and active effect for all links but the menu icon */
    nav.primary li:not(.menu):hover a,
    nav.primary li:not(.menu) a.active {
        background-color: #d5eaa7;
    }

    nav.primary .nav:hover {
        overflow: visible;
        width: auto;
    }

    nav.primary .nav img.submenu {
        display: none;
    }

    /* subnav hidden with absolute positioning */
    /* positioning is relative to nav.primary */
    nav.primary .sub {
        background-color: #d5eaa7;
        position: absolute;
        left: -999em;
        top: -999em;
        display: block;
        width: 100%;
        z-index: 100;
        padding-left: 1em;
    }

        nav.primary .sub h2.border-bottom {
            border: none;
            padding: 0;
        }

    /* show the subnav on hover of its parent */
    nav.primary .nav:hover .sub {
        left: 0;
        top: 3.4em; /* height of the menu */
        overflow: visible;
    }

    /* hover effect for subnav links */
    nav.primary .sub li:hover a {
        background-color: #a6e270;
    }

    nav.primary .sub li:last-of-type {
        margin-bottom: 0;
    }

        nav.primary .sub li:last-of-type a {
            padding-bottom: .5em;
        }

    /* a particular subnav may have more than 1 group */
    nav.primary .sub .group {
        float: left;
        text-align: left;
        margin-right: 1em;
        padding-top: 0.25em;
    }

        nav.primary .sub .group a {
            padding: .25em .5em;
        }


        /* the group's header */
        nav.primary .sub .group .name {
            font-size: 1em;
            font-weight: bold;
            margin: .5em .5em;
            color: #626264;
        }

.no-js nav.primary {
    font-size: .9em;
}

.content-container {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background-image: url("/departments/pcd/images/columns.png");
    background-position: left top;
    background-repeat: repeat-y;
}

.home .content-container {
    background-image: url("/departments/pcd/images/3-columns-home.png");
}

.content-container .left,
.content-container .middle,
.content-container .right {
    overflow: hidden;
    padding: 0 1em 1em;
}

.content-container .left,
.content-container .middle,
.content-container .right {
    float: left;
    padding-top: 1em;
}

    .content-container .left ul,
    .content-container .left ol {
        margin-left: 0.5em;
    }

    .content-container .middle section {
        overflow: visible;
    }

section.group.margin-bottom {
    margin-bottom: 1.4em;
}

.home .content-container .left {
    width: 49%;
}

.home .content-container .middle {
    width: 29%;
    padding-bottom: 1em;
    margin-bottom: 0;
}

.home .content-container .right {
    width: 22%;
    padding-top: 1em;
}

.content .content-container .left {
    width: 70%;
}

.content .content-container .middle {
    width: 30%;
}

.content.wide .content-container {
    background-image: none;
}

    .content.wide .content-container .left,
    .content.wide .content-container .middle {
        display: none;
    }

    .content.wide .content-container .right {
        padding-top: 1em;
        width: 100%;
    }

.content:not(.wide) .content-container .right {
    display: none;
}

.home .contact p,
.content .middle p {
    line-height: 1.3em;
}

footer {
    background-color: #3b3b3b;
    width: 100%;
    clear: both;
    overflow: hidden;
    color: #fff;
    padding: 1em;
    line-height: 1.4em;
    border-top: solid .5em #ff7200;
    font-size: .8em;
}

    footer h3 {
        color: #fff;
    }

    footer .left {
        width: 75%;
    }

        footer .left .icons {
            margin-top: 1.5em;
        }

            footer .left .icons span {
                background-position: center left;
                background-repeat: no-repeat;
                padding-left: 1.75em;
                margin-right: 1.5em;
            }

            footer .left .icons .fb {
                background-image: url(/departments/pcd/images/fb.png);
            }

            footer .left .icons .tw {
                background-image: url(/departments/pcd/images/tw.png);
            }

                footer .left .icons .fb a,
                footer .left .icons .tw a {
                    background-image: none;
                }

            footer .left .icons .city {
                background-image: url(/departments/pcd/images/city.png);
            }

    footer .right {
        width: 25%;
    }

        footer .right h2 {
            color: #fff;
        }

        footer .right .dept {
            display: none;
        }

        footer .right p {
            margin-bottom: 0;
        }

    footer nav {
        height: 1em;
    }

    footer li.nav {
        float: left;
        margin: 0 1.5%;
        display: inline;
    }

    footer li.home {
        margin-left: 0;
    }

    footer a, footer a:visited, footer a:hover {
        text-decoration: none;
    }

        footer a,
        footer a:visited {
            color: #ff7200;
        }

            footer a:hover {
                color: #fff;
            }

    footer li.nav:last-child {
        margin-right: 0;
    }

/* Upcoming Events & Meetings */

.upcoming.margin-bottom {
    margin-bottom: 1.5em;
    line-height: 1.2em;
}

.event {
    display: table;
}

    .event .date {
        background-color: #aaa;
        color: #fff;
        padding: .25em;
        width: 3em;
        text-align: center;
        text-transform: uppercase;
        margin-right: .5em;
        margin-top: .45em;
        font-weight: normal;
        font-size: 1em;
    }

    .event .details {
        display: table-cell;
        vertical-align: middle;
    }

/* About Us section */

figure.david {
    width: 225px;
    margin-right: 40px;
    margin-bottom: 1em;
}

    figure.david figcaption {
        line-height: 1em;
        font-size: .75em;
    }

    figure.david ~ ul:first-of-type {
        margin-left: 265px;
    }

.contact-us article section h3 {
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 0.75em;
}

.contact-us article section:nth-of-type(n+1) {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-top: 1em;
}

.contact-us article section:nth-of-type(4) {
    clear: left;
}

.contact-us article section:nth-of-type(7) {
    clear: left;
    margin-top: -5%;
}

.contact-us article section:nth-of-type(n+1) h2 {
    display: none;
}

/* Plans, Projects, Environmental Reports */

#map-wrapper {
    overflow: hidden;
    position: relative;
}

    #map-wrapper h2 {
        padding-top: .5em;
        margin-right: 1em;
    }

    #map-wrapper h2, #map-wrapper .icons {
        margin-bottom: 0.5em;
    }

    #map-wrapper .loading {
        color: #626264;
        font-weight: bold;
        font-size: 2em;
        position: absolute;
        top: 45%;
        left: 45%;
        z-index: 100;
        opacity: 0.45;
    }

.plans .subsections {
    margin-top: .5em;
}

.projects .summary {
    position: relative;
}

    .projects .summary .file-date {
        position: absolute;
        top: 0;
        right: 0;
    }

.middle select {
    width: 100%;
}

ul.resources {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.subsections .subsections {
    list-style-type: lower-alpha;
}

    .subsections .subsections .subsections {
        list-style-type: lower-roman;
    }

.plans.projects.reports section {
    position: relative;
}

    .plans.projects.reports section .marker {
        position: absolute;
        right: 0;
        top: -0.6em;
    }

/* Plans, Projects, Reports search widget */

.quicksearch {
    border: none;
    overflow: hidden;
}

.wide .quicksearch {
    width: 50%;
}

/*.quicksearch legend { font-weight: bold; }*/

.quicksearch h3 {
    clear: left;
}

.quicksearch input {
    height: 2em;
    margin-bottom: 1em;
}

    .quicksearch input[type=text] {
        width: 70%;
        padding: .25em .5em;
        margin-right: 1em;
    }

.wide .quicksearch input[type=text] {
    width: 60%;
}

.quicksearch input.search.loading {
    background-image: url("/images/ajax-loader.gif");
}

ul.ui-autocomplete {
    padding-left: 1em;
    list-style-position: inside
}

    ul.ui-autocomplete li {
        padding-left: .5em;
    }

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .5em 0 .2em;
}

/* Boards & Commissions */

.boards-commissions .meeting:nth-of-type(n+4) {
    margin-top: 1em;
}

.boards-commissions .meeting .details > a {
    display: inline-block;
}

.boards-commissions .meeting .details > a,
.boards-commissions .meeting ul {
    margin-left: 0;
    margin-top: 0.5em;
}

.boards-commissions input[type=text] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    width: 15em;
    height: 2.5em;
}

.boards-commissions h4:nth-of-type(2) {
    margin-top: 0.5em;
}

.boards-commissions table {
    padding: 0.5em;
}

    .boards-commissions table td {
        padding: 0.5em;
        margin: 0;
        text-align: center;
    }

        .boards-commissions table td .thin {
            display: none;
        }

.boards-commissions.zoning table td.minutes {
    display: none;
}

.case-list .content-container > .left > section > div {
    padding: .5em;
}

    .case-list .content-container > .left > section > div:nth-child(even) {
        background-color: #f5f5f5;
    }

/* Historic Resources Inventory  */

.historic-resources #search-fields div {
    margin: 0.5em 0;
    width: 100%;
}

    .historic-resources #search-fields div label {
        display: inline-block;
        width: 40%;
    }

    .historic-resources #search-fields div select:nth-child(2) {
        width: 55%;
    }

.historic-resources #search-fields fieldset {
    padding: 0 1em;
}

.historic-resources #search-fields legend {
    font-weight: bold;
}

.historic-resources #search-results table td {
    padding: 0.25em 0;
}

    .historic-resources #search-results table td:first-child {
        padding-left: 0.25em;
        padding-right: 0.5em;
    }

    .historic-resources #search-results table td:nth-last-child(1) {
        padding-right: 0.5em;
    }

/* tablet */
@media only screen and (max-width: 60em) {

    img.float {
        float: none;
    }

    #sitesearch {
        position: absolute;
        top: 6.25em;
        right: 0;
        z-index: 1;
        margin-top: 0;
    }

        #sitesearch input {
            height: 2em;
        }

            #sitesearch input[type=submit] {
                top: 28%;
                right: 5%;
            }

    .wrapper {
        width: 100%;
        margin: 0;
    }

    .nav-flag {
        display: none;
    }

    nav.primary {
        overflow: hidden;
    }

        nav.primary.expand {
            height: auto;
        }

        nav.primary .menu {
            display: block;
            background-image: url("/departments/pcd/images/menu-icon.png");
            background-position: left center;
            background-repeat: no-repeat;
            width: 2em;
            margin-left: 1em;
        }

        nav.primary .nav {
            display: none;
            float: none;
            clear: left;
            position: relative;
        }

        nav.primary li:not(.menu):hover a:not(.active) {
            background-color: transparent;
        }

        /* subnav appears as icon */
        nav.primary .nav a {
            display: block;
            padding-left: 4em;
        }

        nav.primary .nav img.submenu {
            display: inline-block;
            float: left;
            padding: 1.35em 0 .75em 1em;
        }

        nav.primary .sub,
        nav.primary .nav:hover .sub {
            display: none;
            margin-bottom: 0;
            padding-left: 3.5em;
        }

            nav.primary .sub.expand {
                float: left;
                position: static;
            }

            /* a particular subnav may have more than 1 group */
            nav.primary .sub .group {
                padding-top: 0;
                margin-right: 0.5em;
                float: none;
            }

    section.group.margin-bottom {
        margin-bottom: 0.5em;
    }

    .home .left img {
        width: 100%;
    }

    .content-container {
        margin-top: 0;
        background-image: none;
    }

        .content-container .left,
        .content-container .middle {
            padding: 1em;
            float: none;
            margin: 0;
        }

        .content-container .middle {
            background-color: #f5f5f5;
        }

    .home .content-container {
        background-image: none;
    }

        .home .content-container .left,
        .home .content-container .middle,
        .home .content-container .right,
        .content .content-container .left,
        .content .content-container .middle {
            width: 100%;
        }

            .home .content-container .middle section,
            .home .content-container .right section {
                float: left;
                width: 45%;
                margin-right: 5%;
            }

    .home .right .margin-bottom {
        margin-bottom: 0;
    }

    aside {
        width: 100%;
        padding: 0;
    }

    figure.david {
        margin-right: 1em;
    }

        figure.david + h1 {
            padding-top: 50px;
        }

        figure.david ~ h2 {
            clear: left;
        }

        figure.david ~ ul:first-of-type {
            margin-left: 0.5em;
        }

    .contact-us article section:nth-of-type(n+1) {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    aside section.float,
    footer div.float {
        float: none;
        width: 100%;
    }

    footer .left {
        margin-bottom: 1em;
    }

        footer .left p, footer .left .icons {
            margin: .5em auto;
        }

    footer nav {
        width: 100%;
        margin-bottom: 1em;
    }

    footer li.nav {
        width: 50%;
        margin: 0 0 1em 0;
    }

    .wide .quicksearch {
        width: 100%;
    }

    .projects .summary .file-date {
        position: static;
        display: block;
    }
}

/* mobile */
@media only screen and (max-width: 30em) {

    .float {
        float: none !important;
    }

    #sitesearch {
        right: 0;
    }

        #sitesearch input {
            margin-right: .5em;
        }

    .content-container {
        overflow: visible;
    }

        .content-container .right {
            background-color: #fff;
        }

    .home .content-container .middle section,
    .home .content-container .right section {
        float: none;
        width: auto;
        margin: 0;
    }

    section.float {
        width: auto;
    }

    figure.david + h1 {
        padding-top: 0;
    }

    section.boards {
        height: auto;
        margin-bottom: 1em;
    }

        section.boards h3 {
            height: auto;
        }

    .boards-commissions table td .wide {
        display: none;
    }

    .boards-commissions table td .thin {
        display: inline;
        line-height: 1.2em;
    }

    footer nav {
        margin-bottom: 0;
        height: auto;
    }

    footer .left .icons {
        margin: 0 auto;
    }

    footer .left p {
        margin: 0 auto .5em auto;
    }

    footer li.nav {
        float: none;
        margin: 0 0 1em;
        display: list-item;
        list-style: none;
        width: 100%;
    }
}

/* laptop/smallscreen */
@media only screen and (min-width: 60em) {

    body {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .wrapper {
        width: 100%;
        min-height: 15em;
        background-color: #a6e270;
    }

    header {
        height: 4.5em;
    }

    #sitesearch input[type=text] {
        width: 20em;
    }

    #sitesearch input[type=submit] {
        right: 1em;
        top: 24%;
    }

    #sitesearch a {
        right: 3em;
        height: 1.6em;
        padding: 0;
    }

    .nav-container {
        width: 20%;
        float: left;
    }

    .nav-flag {
        display: none;
    }

    nav.primary {
        overflow: visible;
    }

        nav.primary .nav {
            float: none;
            clear: left;
            margin: 1em 0;
            font-size: .9em;
            position: relative;
        }

            nav.primary .nav > a {
                line-height: 1em;
                padding-top: 1.3em;
            }

        nav.primary .sub {
            width: 40em;
            z-index: 100;
        }

        /* show the subnav on hover of its parent */

        nav.primary .nav:hover {
        }

            nav.primary .nav:hover .sub {
                left: 11em;
                top: -3.4em;
                padding-top: 0;
            }

        nav.primary .sub .group:last-of-type {
            clear: left;
        }

        nav.primary .sub .group li {
            margin: 0;
        }

        nav.primary .sub .group a {
            padding: 0.5em;
        }

    .content-container {
        width: 80%;
        min-height: 56em;
        float: left;
        background-image: url("/departments/pcd/images/columns-wide.png");
        background-size: contain;
    }

    .home .content-container {
        background-image: url("/departments/pcd/images/columns-wide-home.png");
    }

        .home .content-container .left {
            width: 52%;
        }

        .home .content-container .middle {
            width: 28%;
        }

        .home .content-container .right {
            width: 20%;
            float: left;
            clear: none;
            background-color: transparent;
        }

    .content .content-container .left {
        width: 75%;
    }

    .content .content-container .middle {
        width: 25%;
    }

    .home section.float {
        width: 100%;
        float: none;
    }

    figure.david {
        width: 225px;
        margin-right: 16px;
        margin-bottom: 1em;
    }

        figure.david ~ ul:first-of-type {
            margin-left: 241px;
        }

        figure.david ~ h2:nth-of-type(2) {
            clear: left;
        }

    .plans.projects.reports section .marker {
        top: 0;
    }

    .boards-commissions .event .date {
        margin-right: -1%;
    }

    section.boards:nth-of-type(n+4) {
        margin-top: 2em;
    }

    footer > div {
        width: 80em;
        margin: 0 auto;
    }
}

/* desktop/widescreen */
@media only screen and (min-width: 96em) {

    .nav-container {
        width: 15%;
    }

    nav.primary .sub {
        width: 60em;
    }

    nav.primary .nav:hover .sub {
        left: 10em;
    }

    .content-container {
        width: 85%;
    }
}

/* daily scheduled inspections */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js-enabled-show {
    display: none;
}

.inspections-search {
    padding-bottom: 0.25em;
}

    .inspections-search .filter label {
        display: block;
        margin: 0.5em 0;
    }

    .inspections-search .filter input[type="text"] {
        padding: 0.25em;
        width: 100%;
    }

    .inspections-search .submit {
        margin-top: 0.5em;
    }

.inspections > article {
    border-top: 1px solid grey;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

    .inspections > article > .header {
        margin-bottom: 15px;
    }

        .inspections > article > .header > .column > div {
            display: table;
            margin-bottom: 5px;
            table-layout: fixed;
            width: 100%;
        }

            .inspections > article > .header > .column > div > p {
                display: table-cell;
            }

                .inspections > article > .header > .column > div > p:first-child {
                    font-weight: bold;
                    width: 40%;
                }

    .inspections > article > .details > div > p {
        margin-top: 0;
    }

.inspections-no-results {
    display: none;
}

    .inspections-no-results > div {
        display: table;
        height: 300px;
        width: 100%;
    }

        .inspections-no-results > div > p {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

@media only screen and (min-width : 36em) {
    .inspections-search .filter {
        display: inline-block;
    }

        .inspections-search .filter:nth-child(n+2) {
            margin-left: 1em;
        }

        .inspections-search .filter label {
            display: inline;
        }

        .inspections-search .filter input[type="text"] {
            padding: 0.25em;
            margin-left: 0.5em;
            width: auto;
        }
}

@media only screen and (min-width : 45em) {
    .inspections > article > .header > .column {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width : 60em) {
    .inspections > article > .header {
        width: 60em;
    }
}

/* Farmer's Market Vendor page */
.vendorsDiv {
    width: 300px;
    float: left;
    overflow: auto;
    padding-right: 10px;
    padding-bottom: 30px;
}

.vendorsDiv tr:first-child {
    border-bottom: 0px;
}

.vendorDetails {
    width: 500px;
    float: right;
    min-height: 400px;
    margin-right: -10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

div.vendor {
    padding: 4px;
    font-size: 12px;
}

    div.vendor:hover {
        background-color: #EEEEEE;
    }

        div.vendor:hover a {
            color: #000066;
            text-decoration: none;
        }

div.vendorSearch {
    clear: both;
    margin: 5px 0px 15px 0px;
}