<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .sectionTitle
        {
            font-size: 16pt;
            font-weight: bold;
        }
        
        .subsectionTitle
        {
            font-size: 14pt;
            font-weight: bold;
            font-style:italic;
        }
        .well-lg {

            background-image: none;
        }
        .imgCaption
        {
            display:block; 
            padding-top:5px;
            font-size: 10pt;
            line-height:1.3;
        }
        .imgBlock {
            padding-bottom: 20px;
        }

        .row {
            padding-left: 15px;
        }
    .mySlides {
        display: none;
    }

    .mySlides2 {
        display: none;
    }

    .text-center {
        text-align: center;
    }
    .container2 {
        max-width: 860px;
        margin:10px auto;
    }
    .quote-card {
        background: #fff;
        color: #222222;
        padding: 20px;
        box-sizing:border-box;
        box-shadow: 0 2px 4px rgba(34,34,34, 0.12);
        position: relative;
        overflow: hidden;
        min-height: 120px;
    }
    .quote-card p {
        font-size: 22px;
        line-height: 1.5;
        margin: 0;
        margin-left: 30px;
        margin-right: 30px;
    }
    .quote-card cite {
        font-size: 16px;
        margin-top: 10px;
        /*margin-left: 30px;*/
        display: block;
        font-weight: 200;
        opacity: 0.8;
    }
    /*.quote-card:before {
        font-family: Georgia, serif;
        content: "“";
        position: absolute;
        top: 10px;
        font-size: 5em;
        color: rgba(238,238,238, 0.8);
        font-weight: normal;
    }
    .quote-card:after {
        font-family: Georgia, serif;
        content: "”";
        position: absolute;
        bottom: -110px;
        line-height: 100px;
        right: -32px;
        font-size: 25em;
        color: rgba(238,238,238, 0.8);
        font-weight: normal;
    }*/
    img {
        vertical-align: middle;
    }
    .containerbox {
        display: grid;
    }
    .thumb {
        display:block;
        float:left;
        margin-right: 15px;
        margin-bottom: 20px;
        width: 150px;
    }
    .checklist {
        display: inline-block;
        width: 100%;
        border-bottom: 0.5px solid #D3D3D3;
        margin-bottom: 20px;
    }
    
    .checklist:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .checklisttitle {
        font-weight: bold;
        font-style: italic;
     }

  

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    .slideblock {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* Next &amp; previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: -18px;
        margin-top: -22px;
        margin-right: -22px;
        margin-left: -22px;
        color: #9c2426;
        font-weight: bold;
        font-size: 24px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

    /* Caption text */
    .text {
        color: #222;
        font-size: 15px;
        padding: 8px 12px;
        /*position: absolute;
        bottom: 8px;*/
        width: 100%;
        text-align: left;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        font-size: 12px;
        font-weight: bold;
        color: #9c2426;
        background-color: lightgray;
        padding: 4px 6px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;      
        background-color: #9c2426;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fade {
        from {
            opacity: .4;
        }

        to {
            opacity: 1;
        }
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
        .prev, .next, .text {
            font-size: 11px;
        }
    }

    .sidenav-list .sidenav-sub_list li a, .sidenav-list li a{
        line-height:1 !important;
    }

    .introtext p {
        font-size: 14pt;
    }</pre></body></html>