<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}

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

/* 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: 580px) {
    .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 30px 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: 25px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

.sidebar-left {
    flex: none;
    width: 300px;
    font-size: 0.965em;
    padding: 0px 10px 10px 10px;
}
@media(max-width: 970px) {
    .sidebar-left {
        flex: none;
        width: 250px;
        font-size: 0.965em;
        padding: 0px 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: 8px solid white;
    border-radius: 14px;
    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;
        padding-right: 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: 1100px) {
    .mainbody {
        font-size: 1.15em ; 
    }
    .sidebar-left {
        font-size: 1.1em;
        width: 350px;
    }
}

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: 7px 5px;  
    font-size: 0.9em;    
}

    .toolbar-container a {
        padding: 6px 8px;
        text-decoration: none;
        color: white;
    }

        .toolbar-container a:hover {
            background: White;
            color: #535353;
            border-radius: 2px;
        }

.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 {
    min-height: 670px;
}
.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>