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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.center {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

/* End reset */
body {
    background: grey;
    font-family: 'Muli', sans-serif;
    font-size: 1.2vw;
    line-height: 1.6vw;
}

.mobileonly {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant', serif;
    margin-bottom: 1vw;
    color: #607e92;
    font-weight: 300;
    font-style: italic;
}

h1 {
    font-size: 2.8em;
    line-height: 1em;
}

h2 {
    font-size: 2.6em;
    line-height: 1em;
}

h3 {
    font-size: 2.4em;
    line-height: 1em;
}

h4 {
    font-size: 2.2em;
    line-height: 1em;
}

h5 {
    font-size: 2em;
    line-height: 1em;
}

h6 {
    font-size: 1.8em;
    line-height: 1em;
}

em, i {
    font-style: italic;
}

a, a:link, a:visited {
    color: #607e92;
}

    a, a:hover, a:active {
        color: #acd6f2;
    }

        a[href$='.pdf']:before {
            color: red;
            content: ' \f1c1';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        a[href$='.xls']:before, a[href$='.xlsx']:before, a[href$='.XLS']:before, a[href$='.XLSX']:before {
            color: darkgreen;
            content: ' \f1c3';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        a[href$='.doc']:before, a[href$='.docx']:before {
            color: blue;
            content: ' \f1c2';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        a[href$='.ppt']:before, a[href$='.pptx']:before {
            content: ' \f1c4';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        a[href$='.txt']:before, a[href$='.TXT']:before {
            content: ' \f15c';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        a[href$='.zip']:before {
            content: ' \f1c6';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

        /*a[target=_blank]:before {
            content: ' \f2d2';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }*/

        a[target=_blank]:not([href$='.pdf']):not([href$='.xsl']):not([href$='.xslx']):not([href$='.doc']):not([href$='.docx']):not([href$='.ppt']):not([href$='.pptx']):not([href$='.txt']):not([href$='.zip']):before {
            content: ' \f2d2';
            font-family: fontawesome;
            text-decoration: none;
            display: inline-block;
            margin: 0 .5em;
        }

.a-hide-icon:not(img):before {
    content: none;
    font-family: unset;
    text-decoration: none;
    display: unset;
    margin: unset;
}

img {
    max-width: 100%;
    height: auto;
}

strong, b {
    font-weight: bold;
}

p, ul, ol {
    margin-bottom: 1vw;
}

ul {
    margin-left: 2vw;
    list-style-type: disc;
}

    ul ul {
        margin-bottom: 0;
    }

ol {
    margin-left: 2vw;
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
        margin-bottom: 0;
    }

        ol ol ol {
            list-style-type: upper-roman;
            margin-bottom: 0;
        }

small, sub, sup {
    font-size: .8em;
    vertical-align: baseline;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

::selection, mark {
    background: #acd6f2;
}

q, blockquote {
    margin: 0 2vw;
    /*font-size: 1.2em;
    line-height: 1.2em;*/
    border-left: .5em solid #acd6f2;
    padding: 0 0 0 1em;
}

table {
    max-width: 100%;
    overflow-y: hidden;
    display: block;
    margin-bottom: 4vw;
}

th, td {
    padding: 1vw;
    white-space: nowrap;
    max-width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

th {
    background: #607e92;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

    th a, td a {
        color: #fff;
    }

        th a:hover, td a:hover {
            color: #384a56;
        }

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e0e0e0;
}

label {
    font-size: .8em;
}

input, textarea {
    font-size: 1em;
    font-family: 'Muli', sans-serif;
}

    input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="tel"], textarea {
        border: 2px solid #acd6f2;
        border-radius: .5em;
        padding: .3em 1em;
        margin: 0vw 0 1vw;
        box-sizing: border-box;
        width: 100%;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, input[type="submit"]:focus, button:focus {
            border: 2px solid orange;
            outline: 0;
        }

select {
    font-size: 1em;
    font-family: 'Muli', sans-serif;
    padding: .8em 1em;
    margin: 0vw 0 1vw;
    border: none;
    border-radius: .5em;
    background-color: #acd6f2;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #607e92;
    border: none;
    border-radius: .5em;
    color: white;
    padding: .8em 1em;
    margin: 0vw 0 1vw;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumbs {
    font-size: .8em;
    color: #607e92;
}

    .breadcrumbs i {
        margin: 0 .5vw;
    }

#wrapper {
    position: relative;
}

#header {
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10vw;
    box-sizing: border-box;
    z-index: 101;
    background: #acd6f2;
}

#home #header {
    position: absolute;
    background: transparent;
}

#header img {
    width: 25vw;
    height: auto;
    padding: 1vw 0;
    display: inline-block;
}

    #header img.logo-vert {
        display: none;
    }

#home #header img {
    padding: 4vw 0 0 0;
}

#header nav {
    position: absolute;
    right: 10vw;
    top: 2.3vw;
}

#secondnav > ul ul {
    text-align: left;
}

#header ul li, #secondnav ul li {
    display: inline-block;
    position: relative;
}

#hamburger > ul > li:last-child {
    width: 2vw;
}

#header ul li a, #secondnav ul li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: .75vw;
    margin: 0 1vw;
}

#header ul > li:hover > a, #secondnav ul > li:hover > a {
    background: #607e92;
    color: #fff;
}

#home #header ul li:hover > a {
    background: #acd6f2;
}

#header ul li ul, #secondnav ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    margin: 0 1vw;
}

#secondnav ul li ul {
    background: #E7F2F7;
}

#header ul li:last-child ul, #secondnav ul li:last-child ul {
    right: 0;
}
/* , #secondnav ul li:hover ul  */
#header ul li:hover ul {
    display: block;
}

#secondnav ul li a.toggle:after {
    font-family: FontAwesome;
    content: ' \f107';
}

#secondnav ul li a.toggle.open:after {
    font-family: FontAwesome;
    content: ' \f106';
}

#secondnav ul li a.open + ul {
    display: block;
    max-height: 65vh;
    overflow-y: scroll;
}

#header ul li ul li, #secondnav ul li ul li {
    white-space: nowrap;
    display: block;
}

    #header ul li ul li a, #secondnav ul li ul li a {
        margin: 0;
        display: block;
        text-transform: none;
    }

#header ul li:hover ul li a, #secondnav ul li:hover ul li a {
    background: transparent;
}

#header ul li:hover ul li:hover a, #secondnav ul li:hover ul li:hover a {
    background: #acd6f2;
}

nav {
    position: relative;
}

    nav input#closeopen, nav span {
        display: none;
    }

#search {
    width: auto;
    height: 22px;
    position: relative;
    white-space: nowrap;
}

.brace {
    width: 26.5vw;
}

#searchbar {
    width: 24vw;
    float: right;
}

    #searchbar table {
        padding-top: 10vh;
        margin-bottom: unset;
    }

    #searchbar .gsc-input:hover {
    }

#searchopen {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    margin: 0;
    opacity: 0;
}

#searchfull {
    width: 2vw;
    vertical-align: middle;
    overflow: hidden;
    transition: width .5s;
    white-space: nowrap;
    position: absolute;
    top: -3.5vw;
    right: 0;
}

#searchopen:checked ~ #searchfull {
    width: 26.5vw;
    opacity: 1;
}

.fa-times {
    display: none;
}

#searchopen:checked ~ .fa-search {
    display: none;
}

#searchopen:checked ~ .fa-times {
    display: inline-block;
}

.gsc-clear-button {
    display: none;
}

/*google search results*/
#search-results {
}

    #search-results table {
        max-width: unset;
        overflow-y: unset;
        display: unset;
        margin-bottom: unset;
    }

    #search-results th {
        max-width: unset;
        overflow: unset;
        padding: unset;
        text-overflow: unset;
        white-space: unset;
    }

    #search-results td {
        max-width: unset;
        overflow: unset;
        padding: unset;
        text-overflow: unset;
        white-space: unset;
    }

    #search-results .gsc-result .gs-title {
        height: auto;
    }

#secondnav {
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 17vw;
    box-sizing: border-box;
    z-index: 100;
    background: #b0bccb;
    text-align: right;
    font-size: .8em;
}

    #secondnav.darkblue {
        background: #607e92;
    }

    #secondnav.violet {
        background: #A5ABF9;
    }

    #secondnav.storm {
        background: #91AADB;
    }

    #secondnav.teal {
        background: #91D1DB;
    }

    #secondnav.salmon {
        background: #FA8072;
    }

    #secondnav.cream {
        background: #FFEFCF;
    }

    #secondnav.lightgreen {
        background: #DDE093;
    }

    #secondnav.deepgreen {
        background: #86946A;
    }

    #secondnav.lightorange {
        background: #FCBB76;
    }

    #secondnav.burntorange {
        background: #F7955B;
    }

    #secondnav.plumgray {
        background: #6C5559;
    }

    #secondnav ul {
        margin: 0 auto;
        list-style-type: none;
    }

    #secondnav .brand {
        float: left;
        font-weight: bold;
        color: #000;
        display: block;
        padding: .3vw .6vw;
        margin: .4vw 0;
        text-decoration: none;
        font-size: 1.8em;
    }


.hero {
    /*background: url('../images/20140618_073922_Lower-Susq-69_opt.jpg') center;*/
    background: url('../images/frozen-susquehanna-rockville-20240125-2.jpg') center;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: 40vw;
    position: relative;
}

    .hero.farm {
        background: url('../images/3594274494_08bf5f0562_o_.jpg') center;
        background-size: cover;
        width: 100vw;
        max-width: 100%;
        height: 34vw;
    }

    .hero .text {
        top: 10vw;
        position: absolute;
        margin: 1vw 10vw 1vw 10vw;
    }

    .hero.farm .text {
        top: 7vw;
        color: #fff;
    }

    .hero .text h1 {
        color: #fff;
        font-size: 2.8vw;
        line-height: 3.5vw;
    }

    .hero .text h2 {
        color: #607e92;
        font-size: 2.2vw;
        line-height: 2.0vw;
    }

    .hero .text a.button {
        background: #607e92;
        padding: .8vw 1em;
        margin: 0vw 0 4vw;
        color: #fff;
        text-transform: uppercase;
        font-size: .8em;
        line-height: .8em;
        letter-spacing: .1em;
        text-decoration: none;
        border-radius: .5em 0 0 .5em;
        display: inline-block;
        position: relative;
        white-space: nowrap;
    }

        .hero .text a.button:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 1.15vw solid transparent;
            border-bottom: 1.15vw solid transparent;
            border-left: 1.15vw solid #607e92;
            position: absolute;
            right: -1.15vw;
            bottom: 0;
        }

        .hero .text a.button:hover {
            background: #acd6f2;
            color: #fff;
        }

            .hero .text a.button:hover:after {
                border-left: 1.15vw solid #acd6f2;
            }

    .hero .photocredit {
        position: absolute;
        font-size: .8vw;
        color: #fff;
        bottom: .5vw;
        right: .5vw;
    }

    .hero .text .row {
        display: flex;
    }

    .hero .text .hero-announcement {
        /*border: 2px solid rgba(255,255,255,0.74);*/
        border-radius: 0.5em;
        padding: 1vw;
        /*background-color: rgba(255, 255, 255, .33);*/
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.2) 100%);
        flex: 1;
        position: relative;
    }

        .hero .text .hero-announcement p {
            padding-bottom: 2vw;
        }

        .hero .text .hero-announcement a.button {
            margin: 0vw 0vw 0vw 0vw;
            position: absolute;
            bottom: 1vw;
        }

a.button {
    background: #607e92;
    padding: .8vw 1em;
    margin: 0vw 0 4vw;
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    line-height: .8em;
    letter-spacing: .1em;
    text-decoration: none;
    border-radius: .5em 0 0 .5em;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

    a.button:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 1.15vw solid transparent;
        border-bottom: 1.15vw solid transparent;
        border-left: 1.15vw solid #607e92;
        position: absolute;
        right: -1.15vw;
        bottom: 0;
    }

    a.button:hover {
        background: #acd6f2;
        color: #fff;
    }

        a.button:hover:after {
            border-left: 1.15vw solid #acd6f2;
        }

.hero a.button {
    background: #acd6f2;
    color: #fff;
}

    .hero a.button:after {
        border-left: 1.15vw solid #acd6f2;
    }

    .hero a.button:hover {
        background: #fff;
        color: #607e92;
    }

        .hero a.button:hover:after {
            border-left: 1.15vw solid #fff;
        }


#whatsnew, .waves, .accent {
    background: url('../images/waves.png') #fff;
    background-size: cover;
}

.accent-blue-transparent {
    background: url('../images/waves-blue-transparent.png');
    background-size: cover;
}

.accent-white-transparent {
    background: url('../images/waves-blue-transparent.png');
    background-size: cover;
}

.accent {
    width: 100%;
    height: 2vw;
}

    .accent.slim {
        height: 1vw;
    }

.accent-blue-transparent {
    width: 100%;
    height: 2vw;
}

    .accent-blue-transparent.slim {
        height: 1vw;
    }

.accent-white-transparent {
    width: 100%;
    height: 2vw;
}

    .accent-white-transparent.slim {
        height: 1vw;
    }

#content {
    background: #fff;
    padding: 2vw 17vw;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#whatsnew .text {
    background: #acd6f2;
    width: 50vw;
    margin-left: 10vw;
    padding: 5vw;
    box-sizing: border-box;
}

    #whatsnew .text h2 {
        color: #607e92;
        font-size: 2.8vw;
        line-height: 3.5vw;
    }

#whatsnew a.button {
    background: #fff;
    color: #607e92;
}

    #whatsnew a.button:after {
        border-left: 1.15vw solid #fff;
    }

    #whatsnew a.button:hover {
        background: #607e92;
        color: #fff;
    }

        #whatsnew a.button:hover:after {
            border-left: 1.15vw solid #607e92;
        }

.waves .inner {
    width: 65vw;
    margin: 0 auto;
}

    .waves .inner .third {
        width: 30%;
        float: left;
        margin-top: 4vw;
        margin-bottom: 4vw;
        margin-right: 4%;
        text-align: center;
    }

        .waves .inner .third:nth-child(3) {
            margin-right: 0;
        }

        .waves .inner .third a {
            text-decoration: none;
            color: #000;
        }

        .waves .inner .third img {
            width: 100%;
            height: auto;
            margin-bottom: 1vw;
        }

        .waves .inner .third h3 {
            color: #607e92;
            font-size: 1.8vw;
            line-height: 1.8vw;
            margin-bottom: 1vw;
        }

div.clear {
    clear: both;
}

#footer {
    background: #acd6f2;
    font-size: 1vw;
}

    #footer a:hover {
        color: #fff;
    }

    #footer img {
        width: 15vw;
        height: auto;
        padding: 0 1vw 0 0;
        /*padding-top: 0.5vw;
        padding-right: 1vw;
        padding-left: 1vw;
        padding-bottom: 5vw;*/
        float: left;
        margin: -4px;
    }

    #footer ul {
        vertical-align: top;
        margin-left: 0;
    }

        #footer ul li {
            display: inline-block;
            margin-right: 1vw;
            top: 0.25vw;
            padding-bottom: 0.5vw;
            vertical-align: top;
            width: 11vw;
        }

            #footer ul li:last-child {
                margin-right: 0vw;
            }
            #footer ul li a {
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
                text-decoration: none;
            }

                #footer ul li a:hover {
                    color: #fff;
                }

            #footer ul li ul li {
                display: block;
            }

                #footer ul li ul li a {
                    text-transform: none;
                    font-weight: normal;
                    color: #000;
                }

#bottom {
    background: #607e92;
    color: #fff;
    font-size: 1vw;
}

    #footer .inner, #bottom .inner {
        width: 80vw;
        margin: 0 auto;
        padding: 2vw 0;
    }

#footer .left {
    width: 40%;
    float: left;
}

#footer .right {
    width: 60%;
    float: right;
}

#bottom p {
    float: left;
}

#bottom a {
    color: #fff;
}

    #bottom a:hover {
        color: #acd6f2;
    }

#bottom .social, #bottom .subscribe, #bottom .contact {
    float: right;
}

#bottom .subscribe {
    margin: 0 5vw;
}

/* Secondary Page Hero Image */

#hero {
    position: relative;
}

    #hero img {
        position: relative;
        vertical-align: bottom;
        z-index: 1;
        width: 100%;
    }

    #hero h1 {
        position: absolute;
        bottom: 4vw;
        left: 17vw;
        margin-bottom: 0;
        z-index: 2;
        color: #fff;
        text-shadow: 0 0 .5vw rgba(0,0,0,.8);
    }

    #hero p.byline {
        position: absolute;
        bottom: 2vw;
        right: 2vw;
        z-index: 2;
        color: #fff;
        text-shadow: 0 0 .5vw rgba(0,0,0,.8);
    }

    #hero p.byline-left {
        position: absolute;
        bottom: 2vw;
        z-index: 2;
        left: 2vw;
        color: #fff;
        text-shadow: 0 0 .5vw rgba(0,0,0,.8);
    }

/* Image Alignment */
.alignleft {
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}

.alignright {
    max-width: 50%;
    height: auto;
    float: right;
    margin-left: 3%;
    margin-bottom: 3%;
}

.aligncenter {
    max-width: 100%;
    height: auto;
    margin: 0 auto 3%;
    display: block;
}

.textcenter {
    text-align: center;
}

.image-outline {
    border: 2px solid gray;
    /*width: 100%;*/
}

/* Columns */
.row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.sixty {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 57%;
}

.forty {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 38%;
}

.third {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 30%;
}

.twothird {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 63%;
}

.fifth {
    float: left;
    box-sizing: border-box;
    margin-right: 1%;
    width: 19%;
}

.sixth {
    float: left;
    box-sizing: border-box;
    margin-right: 2%;
    width: 15%;
}

.half {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 48%;
}

.quarter {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 22.6%;
}

.threequarter {
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    width: 72%;
}

    .third:last-child, .twothird:last-child, .half:last-child, .quarter:last-child, .threequarter:last-child, .forty:last-child, .sixty:last-child, .fifth:last-child, .sixth:last-child {
        margin-right: 0;
    }

/* Tabs */

.tabs {
    min-width: 32vw;
    margin: 0 auto;
    background: #fff;
}

    .tabs section {
        display: none;
        padding: 2vw 0 0;
        border-top: 1px solid #acd6f2;
    }

    .tabs input {
        display: none;
    }

    .tabs label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 1.5vw 2.5vw;
        font-weight: 600;
        text-align: center;
        color: #607e92;
        border: 1px solid transparent;
    }

        .tabs label:before {
            font-family: fontawesome;
            font-weight: normal;
            margin-right: 1vw;
        }

        .tabs label[for*='1']:before {
            content: '\f1cd';
        }
        /* "Life Bouy" icon for Safety tab */
        .tabs label[for*='2']:before {
            content: '\f06c';
        }
        /* "Leaf" icon for Environment tab */
        .tabs label[for*='3']:before {
            content: '\f1e5';
        }
        /* "Binoculars" icon for View tab */
        .tabs label[for*='4']:before {
            content: '\f05a';
        }

        .tabs label[for*='5']:before {
            content: '\f05a';
        }
        /* "Info Circle" icon for Information tab */

        .tabs label:hover {
            color: #acd6f2;
            cursor: pointer;
        }

    .tabs input:checked + label {
        color: #555;
        border: 1px solid #acd6f2;
        border-top: 2px solid #607e92;
        border-bottom: 1px solid #fff;
    }

    .tabs #tab1:checked ~ #content1,
    .tabs #tab2:checked ~ #content2,
    .tabs #tab3:checked ~ #content3,
    .tabs #tab4:checked ~ #content4 {
        display: block;
    }

.well {
    border-radius: 0.5em;
    background-color: lightgray;
    padding: 1vw;
}

/*srbc-colors-palette*/
.color-swatch {
    padding: 1.0vw;
    margin: 1.0vw;
}

    .color-swatch.burntorange {
        background: #F7955B;
    }

    .color-swatch.cream {
        background-color: #FFEFCF;
    }

    .color-swatch.deepgreen {
        background: #86946A;
    }

    .color-swatch.footer-bottom-dark-blue {
        background-color: #607E92;
    }

    .color-swatch.header-light-blue {
        background-color: #ACD6F2;
    }

    .color-swatch.lightgreen {
        background-color: #DDE093;
    }

    .color-swatch.lightorange {
        background: #FCBB76;
    }

    .color-swatch.plumgray {
        background: #6C5559;
    }

    .color-swatch.pms-291-lightblue {
        background-color: #ADD5F0;
    }

    .color-swatch.pms-578-green {
        background-color: #B9CE95;
    }

    .color-swatch.pms-2975-lightblue {
        background-color: #97D5EB;
    }

    .color-swatch.pms-7698-darkblue {
        background-color: #41758F;
    }

    .color-swatch.pms-cool-gray {
        background-color: #56575A;
    }

    .color-swatch.salmon {
        background-color: #FA8072;
    }

    .color-swatch.teal {
        background-color: #91D1DB;
    }

    .color-swatch.storm {
        background-color: #91AADB;
    }

    .color-swatch.violet {
        background-color: #A5ABF9;
    }

    .color-swatch.white {
        background-color: #FFFFFF;
    }

#reports-table {
    /*border: 1px solid blue;*/
    width: 100%;
    display: table;
}

    #reports-table th:nth-child(1) {
        /*max-width:unset;*/
        min-width: 20%;
    }

    #reports-table th:nth-child(2) {
        /*max-width: unset;*/
        min-width: 80%;
    }

    #reports-table td:nth-child(1) {
        /*max-width: unset;*/
        min-width: 20%;
    }

    #reports-table td:nth-child(2) {
        /*max-width: unset;*/
        min-width: 80%;
    }

    #reports-table th:nth-child(3), #reports-table th:nth-child(4), #reports-table th:nth-child(5), #reports-table th:nth-child(6), #reports-table th:nth-child(7), #reports-table th:nth-child(8) {
        color: red;
        display: none;
        width: 0vw;
    }

    #reports-table td:nth-child(3), #reports-table td:nth-child(4), #reports-table td:nth-child(5), #reports-table td:nth-child(6), #reports-table td:nth-child(7), #reports-table td:nth-child(8) {
        color: red;
        display: none;
        width: 0vw;
    }

    #reports-table tr.hidden {
        display: none;
    }

    #reports-table th.hidden {
        display: none;
    }

    #reports-table td.hidden {
        display: none;
    }

    #reports-table th, #reports-table td {
        white-space: pre-wrap;
        overflow-wrap: normal;
    }

    #reports-table .stripe {
        background-color: #F2F2F2;
        width: 100%;
    }

    #reports-table .unstripe {
        background-color: white;
    }

    #reports-table .stripe:hover {
        background-color: #e0e0e0;
    }

    #reports-table .unstripe:hover {
        background-color: #e0e0e0;
    }

.margin-bottom-1 {
    margin-bottom: 1.0vw !important;
}

.bordered {
    border: 1px solid #607e92;
    border-radius: .25em;
    padding: 1em;
}

.red-text {
    color: red;
}

.validator {
    color: red;
}

.page-break-after {
    page-break-after: always;
}

.page-break-before {
    page-break-before: always;
}

/* End Tabs */

/* Modal */

a.btn {
    background: #607e92;
    border: #357ebd solid 1px;
    border-radius: .3vw;
    color: #fff;
    display: inline-block;
    font-size: 1.4vw;
    padding: .8vw 1.5vw;
    text-decoration: none;
    text-align: center;
    min-width: 6vw;
    position: relative;
    transition: color 0.1s ease;
}

    a.btn:hover {
        background: #357ebd;
    }

    a.btn.btn-big {
        font-size: 1.8em;
        padding: 1.5vw 2vw;
        min-width: 10vw;
    }

a.btn-close {
    color: #aaa;
    font-size: 3vw;
    text-decoration: none;
    position: absolute;
    right: .5vw;
    top: .5vw;
}

    a.btn-close:hover {
        color: #919191;
    }

/*.modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.modal:target:before {
    display: block;
}

.modal:target .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}

.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: .5vw;
    margin-left: -25vw;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 50vw;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-body {
    padding: 2vw;
}

.modal-header,
.modal-footer {
    padding: 1vw 2vw;
}

.modal-header {
    border-bottom: #eee solid 1px;
}

    .modal-header h2 {
        font-size: 2em;
        margin-bottom: 0;
    }

.modal-footer {
    border-top: #eee solid 1px;
    text-align: right;
}*/
/* End Modal */

.google-maps {
    margin-bottom: 5vh;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    margin-right: 0%;
    width: 66%;
}

    .google-maps iframe {
        width: 100% !important;
        height: 50vh !important;
    }

@media all and (max-width: 1024px) {
    body {
        font-size: 1.8vw;
        line-height: 2.4vw;
    }

    a.button:after {
        border-top: 1.25vw solid transparent;
        border-bottom: 1.25vw solid transparent;
    }

    .hero .text {
        top: 10vw;
    }

        .hero .text h1 {
            margin-bottom: 2vw;
        }

        .hero .text h2 {
            color: #607e92;
            font-size: 2.4vw;
            line-height: 2.2vw;
        }

        .hero .text a.button {
            padding: 1.25vw 1em;
            margin: 0vw 0 4vw;
            font-size: .6em;
            line-height: .6em;
        }

            .hero .text a.button:after {
                border-top: 2vw solid transparent;
                border-bottom: 1.25vw solid transparent;
                border-left: 1.4vw solid #607e92;
                right: -1.25vw;
            }

        .hero .text .row {
            display: flex;
        }

        .hero .text .hero-announcement {
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
        }

            .hero .text .hero-announcement h2 {
                margin-bottom: 1vw;
                padding-bottom: 0vw;
            }

            .hero .text .hero-announcement p {
                padding-bottom: 1vw;
                font-size: 1.6vw;
            }

            .hero .text .hero-announcement a.button {
                margin: 0vw 0vw 0vw 0vw;
                position: absolute;
                bottom: 1vw;
            }


    #hero h1 {
        left: 10vw;
    }

    .brace {
        width: 40vw;
    }

    #search {
        /*height:80px;*/
    }

    #searchbar {
        width: 36vw;
        float: right;
    }

        #searchbar table {
            padding-top: 4vh;
            margin-bottom: unset;
        }

        #searchbar .gsc-input:hover {
        }

    #searchopen:checked ~ #searchfull {
        width: 40vw;
    }

    .gsc-input input {
        font-size: 20px;
    }

    #secondnav {
        padding: 0 10vw;
    }

    #content {
        padding: 5vw 10vw;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 3vw;
    }

    p, ul, ol {
        margin-bottom: 3vw;
    }

    #footer, #bottom {
        font-size: .75em;
    }

        #footer img {
            margin: 0 0 4vw;
        }

    .fifth {
        width: 48%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 650px) {
    .tabs label {
        font-size: 0;
    }

        .tabs label:before {
            margin: 0;
            font-size: 3.2vw;
        }
}

@media all and (max-width: 480px) {
    body {
        font-size: 4.8vw;
        line-height: 6vw;
    }

    .mobileonly {
        display: block;
    }

    .desktoponly {
        display: none;
    }

    p, ul, ol {
        margin-bottom: 6vw;
    }

    ul, ol {
        margin-left: 8vw;
    }

    #wrapper {
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        overflow-x: hidden;
    }

    #header img.logo-vert {
        display: none;
    }

    #header img.logo-horz {
        display: block;
        padding: 4vw 0;
    }

    #header nav {
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: center;
    }

    nav input#closeopen {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -10px;
        right: -5px;
        background: #ff0000;
        -webkit-appearance: none;
        cursor: pointer;
        opacity: 1;
        z-index: 2;
        -webkit-touch-callout: none;
        opacity: 0;
    }

    nav ul {
        position: absolute;
        width: 100vw;
        margin: -60px 15vw;
        padding: 50px;
        padding-top: 100px;
        box-sizing: border-box;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(0, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    nav input:checked ~ ul {
        transform: translate(-100vw, 0);
        opacity: 1;
    }

    #search {
        width: 100%;
        height: auto;
        /* overflow: hidden; */
    }

    #searchbar {
        width: 100%;
        height: auto;
        /* float: right; */
    }

        #searchbar table {
            padding-top: 4vh;
            margin-bottom: unset;
        }

        #searchbar .gsc-input:hover {
        }

    #header img {
        width: 70vw;
    }

    #header ul li {
        display: block;
    }

        #header ul li a {
            padding: 2vw;
            margin: 0 3vw;
        }

        #header ul li ul {
            display: block;
            position: relative;
            width: 100%;
            padding: 25px;
        }

            #header ul li ul li {
                text-align: left;
            }

    #header ul > li:last-child {
        width: auto;
    }

    #searchfull {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }

    .brace {
        width: 100%;
        padding: 20px 0;
    }

    #search .fa {
        display: none;
    }

    #hamburger {
        display: block;
        position: absolute;
        top: 6vw;
        left: -15vw;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

        #hamburger span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background: #fff;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #hamburger span:first-child {
                transform-origin: 0% 0%;
            }

            #hamburger span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
        #hamburger input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
            background: #232323;
        }

            /*
 * But let's hide the middle one.
 */
            #hamburger input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            /*
 * Ohyeah and the last one should go the other direction
 */
            #hamburger input:checked ~ span:nth-last-child(2) {
                opacity: 1;
                transform: rotate(-45deg) translate(0, -1px);
            }

    #secondnav {
        padding: 0;
    }

        #secondnav ul li {
            text-align: center;
            display: block;
        }

            #secondnav ul li ul {
                display: none;
                text-align: center;
            }

            #secondnav ul li ul {
                position: relative;
            }

            #secondnav ul li a {
                display: block;
                margin: 0;
                border-bottom: 1px solid #fff;
                padding: 2vw;
            }

        #secondnav .brand {
            float: none;
            padding: 4vw;
            font-size: 1.3em;
            text-align: center;
        }

    .accent {
        height: 4vw;
    }

        .accent.slim {
            height: 2vw;
        }

    .hero {
        height: auto;
        padding-top: 24vw;
    }

        .hero.farm {
            height: auto;
            padding-top: 0;
        }

        .hero .text {
            /*width: 80vw;*/
            /*right: auto;*/
            top: auto;
            position: relative;
            padding: 0vw;
            /*background: rgba(96,126,146,.8);*/
            /*color: #fff;*/
        }

        .hero.farm .text {
            top: 0;
        }

        .hero .photocredit {
            position: absolute;
            font-size: 3.2vw;
            color: #fff;
            bottom: 2vw;
            right: 2vw;
        }

        .hero .text h1 {
            color: #fff;
            font-size: 11.2vw;
            line-height: 10vw;
            margin-bottom: 4vw;
        }

        .hero .text h2 {
            color: #607e92;
            font-size: 1.4em;
            line-height: 1.0em;
        }

        .hero .text .row {
            display: flex;
            flex-direction: column;
        }

        .hero .text .hero-announcement {
            border-radius: 0.5em;
            margin: 1vw 0vw 1vw 0vw;
            padding: 2vw;
            /*background-color: rgba(255, 255, 255, .6);*/
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 100%);
        }

            .hero .text .hero-announcement p {
                font-size: 0.8em;
                line-height: 1em;
                margin-bottom: 4vw;
                padding-bottom: 2vw;
            }

            .hero .text .hero-announcement a.button {
                font-size: 0.6em;
                line-height: 1em;
                margin: 0vw 0vw 0vw 0vw;
                position: absolute;
                bottom: 1vw;
            }

                .hero .text .hero-announcement a.button:after {
                    border-top: 3vw solid transparent;
                    border-bottom: 2.5vw solid transparent;
                    border-left: 3vw solid #607e92;
                    right: -2.9vw;
                }



    #hero h1 {
        font-size: 2em;
    }

    #hero p.byline {
        font-size: .6em;
        bottom: auto;
        top: 1vw;
    }

    a.button {
        font-size: 3.2vw;
        line-height: 3.2vw;
        padding: 3.2vw 4vw;
    }

        a.button:after {
            border-top: 4.72vw solid transparent;
            border-bottom: 4.72vw solid transparent;
            border-left: 4vw solid #607e92;
            right: -3.95vw;
        }

        a.button:hover:after {
            border-left: 4vw solid #fff;
        }

    .hero a.button:after {
        border-left: 4vw solid #acd6f2;
    }

    .hero a.button:hover:after {
        border-left: 4vw solid #fff;
    }


    #whatsnew .text {
        background: #acd6f2;
        width: 80vw;
        margin-left: 10vw;
        padding: 5vw;
        box-sizing: border-box;
    }

        #whatsnew .text h2 {
            font-size: 11.2vw;
            line-height: 14vw;
        }

    #whatsnew a.button:after {
        border-left: 4vw solid #fff;
    }

    #whatsnew a.button:hover:after {
        border-left: 4vw solid #607e92;
    }

    .waves .inner .third {
        width: 100%;
    }

        .waves .inner .third h3 {
            font-size: 7.2vw;
            line-height: 7.2vw;
            margin-bottom: 4vw;
        }

    #footer, #bottom {
        font-size: 4vw;
    }

        #footer .inner, #bottom .inner {
            padding: 8vw 0;
        }

        #footer img {
            display: none;
        }

        #footer .left, #footer .right {
            width: 100%;
        }

        #footer .left {
            margin-bottom: 10vw;
        }

        #footer ul > li {
            width: 46%;
            margin-bottom: 4vw;
        }

        #footer ul li li {
            width: auto;
            margin-bottom: 1vw;
        }

        #bottom .social {
            float: none;
            text-align: center;
        }

        #bottom .subscribe {
            margin: 0;
            padding: 5vw 0;
            float: none;
            text-align: center;
        }


        #bottom .contact {
            margin: 0;
            padding: 5vw 0;
            float: none;
            text-align: center;
        }

        #bottom p {
            float: none;
            text-align: center;
        }

    #content {
        padding: 8vw;
    }

    th, td {
        padding: 2vw;
    }

    .third, .twothird, .forty, .half, .quarter, sixty, .threequarter {
        width: 100%;
        margin-right: 0;
    }

    .fifth {
        margin-right: 2%;
        width: 48%;
    }

    .sixth {
        margin-right: 2%;
        width: 30%;
    }

    .modal-dialog {
        border-radius: 2vw;
        margin-left: -40vw;
        z-index: 11;
        width: 80vw;
    }

    .modal-body {
        padding: 4vw;
    }

    .modal-header,
    .modal-footer {
        padding: 2vw 4vw;
    }

    a.btn {
        font-size: 3vw;
        padding: 1.4vw 3vw;
        min-width: 12vw;
    }

        a.btn.btn-big {
            font-size: 3.2em;
            padding: 3vw 4vw;
            min-width: 20vw;
        }

    a.btn-close {
        font-size: 6vw;
        right: 2vw;
        top: 1vw;
    }
}

@media screen and (max-width: 400px) {
    .tabs label {
        padding: 1.5vw;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
