<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#homeslideshow {
    padding: 20px 0;
}

#homeslideshow .cycle-sentinel {
}

#homeslideshow .cycle-slide {
    width: 100%;
}

#homeslideshow .slideimg {
    display: block;
    text-align: center;
    margin: auto;
    /* width: 100%; */
}

#calltoaction {
    padding: 3px 0;
    text-align: center;
}
#top .button {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 5px; */
    width: 400px;
    max-width: 100%;
}

@media all and (max-width: 700px) {
    #navigation {
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }

    #navigation.floating {
        position: fixed !important;
        top: 0;
        z-index: 999;
    }

    #navigation #mobilemenu {
        width: 90px;
        line-height: 60px;
        height: 50px;
        cursor: pointer;
        right: 0px;
        top: 15px;
        z-index: 99;
        position: absolute;
    }

    #navigation #mobilemenu:before {
        content: "\2261";
        position: absolute;
        right:10px;
        top: -10px;
        color: #ffffff;
        font-size: 50pt;
        font-weight: bold;
    }

    #navigation h1 {
        font-size: 14px;
    }

    nav {
        display: none;
    }

    nav ul {
        position: relative;
        top: 60px;
    }

    nav ul &gt; li {
        float: none;
        background-color: #253f1b;
        border-top: 0px;
        border-bottom: 5px solid #28441d;
    }

    nav ul &gt; li:hover,
    nav ul &gt; li.selected {
        border-top: 0;
        border-bottom: 5px solid #a0c81d;
    }

    nav ul li a {
        padding-left: 40px;
        padding-right: 40px;
    }

    .menuactive,
    .menuactive &gt; ul {
        margin: 0;
        display: inline-table;
    }

    #social.floating {
        position: fixed !important;
        top: 10px;
        z-index: 999;
    }

    #social img.quote {
        height: 40px !important;
    }

    #social img.quote {
        width: 100px;
    }

    #logocontainer,
    #logocontainer img {
        width: 100%;
    }

    .button {
        float: none !important;
    }
}

#social {
    position: absolute;
    top:  10px;
    left: 10px;
    z-index: 10;
}
#social .popdown {
    position: absolute;
    top:  60px;
    left: 10px;

}

#social img.quote {
    height: 50px;
    width: 100px;
}

section &gt; h1 {
    margin-top: 0;
    padding-top: 20px;
}

section#bottom {
    text-align: center;
}

main img {
    max-width: 100%;
}

.puppy {
    display:none;
}

.whatsthisfor {
    min-height: 50px;
    background-color: gray;
}

footer {
    text-align: center;
}

@media all and (max-width: 680px) {
    .contentblockphoto, .contentblockphoto[style] {
        float: none !important;
    }

    .contentblockphoto-leftmargin {
        margin-left: 0 !important;
    }

    #social img:not(.quote) {
        width: 30px;
        height: 30px;
        top: -5px;
        position: relative;
    }
}
</pre></body></html>