<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: 100%;
    line-height: inherit;
    min-width: 0;
}

:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1.35em;
    color: black;
}
a {
    font-weight: 600;
}
hr {    
    margin: 7px 0;
    border: 1px solid #eee;    
}
ol, ul {
    list-style: disc;
    margin: 20px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, td {
    font-weight: normal;
    /* text-align: inherit; */
    padding: 4px;
}

th {
    font-weight: bold;
    padding: 6px;
    font-size: 1.1em;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
    margin: 15px;
}

input, select, textarea {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

p {
    margin: 10px 0;
}

.small {
    font-size: 0.825em;
}
/* END BROWSER RESET */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 0;
    background: white;
    color: #3e433e;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.45;
    background: #333;
}

h4 {
    font-size: 1.2em;
    font-weight: normal;
}

.margin-top {
    margin-top: 1.3em;
}
.margin-top-2x {
    margin-top: 2.5em;
}
    
/* flows child elements evenly to fill 100%*/
    .responsive-container {
    display: flex;
    flex-direction: row;
}

    .responsive-container &gt; * {
        margin-right: 3px;
    }

        .responsive-container &gt; *:last-child {
            margin-right: 0;
        }

@media(max-width: 767px) {
    .responsive-container {
        flex-direction: column;
    }

        .responsive-container &gt; * {
            margin-right: 0;
            margin-top: 4px;
            width: 100% !important;
        }
}

.green-highlight {
    color: lightgreen;
}


.page-content {
    padding: 1px 10px 0 0;
    background: #eee;
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.mainbody {
    border-radius: 0 8px 8px 0;
    margin: 25px 10px 15px 0;
    padding: 0;
    background: white;        
    border-radius: 0 8px 8px 0;
    border: 1px solid silver;
    border-left: none;
    flex: 1;
}
.mainbody-container {    
    padding: 20px 20px 30px 25px;    

}
#BannerImage {
    display: block;
    width: 100%;           
    border-radius: 0 8px 0 0;
}


.sidebar-header {
    font-family: Trebuchet,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.4em;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.sidebar-left {
    flex: none;
    width: 255px;
    font-size: 0.965em;
    padding: 30px 10px 10px 10px;
}

.sidebar-links {
    margin-left: 7px;
}

    .sidebar-links &gt; a {
        padding: 5px 0;
        margin: 3px 0;
        border-bottom: 1px solid #ccc;
        display: block;
        text-decoration: none;
    }

    .sidebar-links a:hover {
        text-decoration: underline;
    }

.author-image {
    display: block;
    margin-bottom: 10px;
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 4px 4px 8px #535353;
}



@media(max-width: 767px) {
    .page-content {
        padding: 1px 0 0 0;
    }
    .mainbody {
        border: none;
    }
    .mainbody-container {
        padding-left: 15px;
    }

    .sidebar-left {
        display: none;
    }

    .hidable {
        display: none !important;
    }
}

@media(max-width: 499px) {
    body {
        font-size: 0.95em;
    }
    .hidable-xs {
        display: none !important;
    }
}
@media(min-width: 1200px) {
    .mainbody {
        font-size: 1.1em; 
    }
}

h1, h2, h3, h4, h5 {
    font-family: Trebuchet,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    color: #3473a8;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

.banner {
    background: #535353;
    background-image: url(/images/FloralBackground_darkgrey.gif);
    color: white;
    font-weight: bold;
    padding: 8px 7px 5px;
    display: flex;
    flex-direction: row;
}
    .banner a, .banner a:hover {
        color: white;
        text-decoration: none;
    }

.banner-title {
    font-size: 1.1em;
    flex: none;
    color: goldenrod;
}

.banner-links {
    flex: 1 1 auto;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .banner-links a {
        flex: none;
        padding: 1px 8px;
        border-radius: 3px;
    }

        .banner-links a:hover {
            color: #535353;
            background: silver;
        }

.toolbar-container {
    background: #777;
    padding: 12px 5px;
    overflow-x: hidden;
    white-space: nowrap;
    width: 100%;    
}

    .toolbar-container a {
        padding: 6px 8px;
        margin: 5px;
        text-decoration: none;
        font-weight: 600;
        border: 1px transparent solid;
        border-radius: 5px;
        color: #eee;
        background: #767676;
    }

        .toolbar-container a:hover {
            border: 1px #686868 solid;
            background: linear-gradient(to bottom, #888 0, #707070 100%);
            color: White;
        }

.blockheader {
    border-radius: 4px 0 0 4px;
    box-shadow: 2px 2px 4px #535353;
    border-collapse: separate;
}

    .blockheader a, .blockheader a:hover {
        color: cornsilk;
    }

#Links &gt; .entry &gt; a {
    font-family: Trebuchet,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.25em;
    color: steelblue;
    margin: 4px 0;
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #d4d4d4;
    margin: 15px 0 10px;
}

    #Links &gt; .entry &gt; a:hover {
        text-decoration: underline;
    }

.entry {
    margin: 15px 10px 15px 0;
    padding-bottom: 15px;
}

.dateline {
    font-style: italic;
    margin-bottom: 3px;
}

/*Page specific*/
.toolbar-container .fa {
    color: gold;
}
.mainbody img {
    max-width: 100%;
}

#FeatureFlexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;    
    margin-top: 25px;
    overflow: hidden;
}

    #FeatureFlexContainer &gt; div {
        flex: 1 1 auto;
        padding: 7px 35px;
        padding-left: 0;
        
        width: 330px;
        text-align: justify;
    }

#FeatureList .fa-check-circle {
    color: steelblue;
    padding-right: 5px;
}

#FeatureList &gt; div {
    margin-bottom: 5px;
}

#Panels .panel {    
}
.display-button {
    box-shadow: 3px 3px 6px #535353;
    border-radius: 2px;    
}
.pad-margin {
    margin: 10px 5px;
    display: block;
}
.mainbody a {
    font-weight: bold;
}
</pre></body></html>