<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*background-color:slategrey;*/
    padding: 0px !important;
    margin: 0px !important;
    font-size: 15px;
    line-height: 1.8;
    font-family:Raleway;
}
.homepagehomeicon {
    padding: -7px 0px 0px 0px !important;
    margin: -10px 0px 0px 0px !important;
}
.box22 {
    height: 95px;
    background-color: rgba(159,159,159, 0.7);
    border-radius: 15px;
    border: solid 1px #000;
    margin: 10px;
    padding: 20px;
}


.searchboxradiobuttontext {
    font-size: medium;
    color: #000;
}


hr {
    height: 2px;
    color: #ccc;
    background-color: #ccc;
    border: none;
}

/*maximize the width of the body container*/
@media (min-width:1200px) {
    .container {
        max-width: 1200px !important;
    }
}

/*The narrow strip at very top of screen with catalog and account links*/
.navbartoptwo {
    position: relative;
    z-index: 1000;
    min-height: 33px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 3px;
    background-color: #577ebf;
    color: #fff;
    clear: both;
}
.alert-warning {
    color: #000;
    background-color: #FFBF00;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.alert-warning a{
    color:#000 !important;
    text-decoration:underline;
}


/*The hours background bar*/
.hoursbar {
    position: relative;
    z-index: 1000;
    text-align: center;
    padding-right: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    background-color: #336699;
    clear: both;
}
.hours {
    color: #fff;
    line-height: 1.1;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 20px;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    color: #000;
    margin: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

/*Site header customizations (as referenced from the Title.cshtml file in the library's overrides section*/
.headerlibraryname {
    color: #000;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 60px;
    font-weight: normal;
    padding-top: 8px;
    background-color:white;
}
.headerlibraryname a {
    text-decoration: none;
}

.headerlibraryaddress {
    color: #000;
    line-height: 1.1;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 30px;
    font-weight: normal;
    padding-top: 0px;
}


.logoimage {
    margin: 5px 0 0 0 !important;
    float: left;
    padding: 0px;
    margin: 0px;
}

.smallimagecenter img {
    margin: -5px 0 0 0 !important;
    float: left;
    padding: 0px;
    margin: auto;
    display: block;
    opacity: 1.0 !important;
}


img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    padding: 7px;
}

.jumbotron {
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    min-height: 175px;
    color: #000;
    background-image: url(../SouthWindsor/southwindsorbackgroundlarge.jpg);
    background-repeat: repeat-x; 
    background-position:center left;
}



/*Footer styling*/
.footer {
    position: relative;
    z-index: 1000;
    min-height: 45px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e7d0a2;
    text-align: right;
    padding-right: 0px;
    padding-top: 3px;
    background-color: #577ebf;
    color: #fff;
    clear: both;
}

.footer a {
    color:white;
    text-decoration:underline;
}

/*styling for search box radio buttons*/

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #006699;
    }



    .option-input.radio {
        border-radius: 25%;
    }

        .option-input.radio::after {
            border-radius: 25%;
        }

.btn-whitelake {
    background-color: #c7c7c7;
}

/*end of styling for search box radio buttons*/





/*The following are added in to help resize title.cshtml (header) content as browser window size changes*/

@media (max-width: 1199.98px) {
    .jumbotron h1 {
        color: #000;
        font-family: 'Times New Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 62px;
        font-weight: normal;
    }
}

@media (max-width: 991.98px) {

    .jumbotron h1 {
        color: #000;
        font-family: 'Times New Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 42px;
        font-weight: normal;
    }

    .jumbotron h2 {
        color: #000;
        font-family: 'Times New Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 26px;
        font-weight: normal;
    }
}

@media (max-width: 791.98px) {
    .jumbotron {
        min-height: 275px;
    }
    .jumbotron h1 {
        color: #000;
        font-family: 'Times New Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 26px;
        font-weight: normal;
    }

    .jumbotron h2 {
        color: #000;
        font-family: 'Times New Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        font-weight: normal;
    }
}

/*This defines the horizontal bar between rows in the home page grid*/
.rowbottomborder {
    border-bottom: solid 3px #b7b7b7;
}

    .rowbottomborder:last-child {
        border-bottom: solid 0px #ffffff;
    }

/*This allows for left and right alignment in the footer*/
.alignleft {
    float: left;
}

.alignright {
    float: right;
}




/*
********************************
    ********************************
    ********************************
I had to add these p7amm menu padding overrides into the site.css file for now, because when I changed them in the menu.css file it wasn't picking it up.  Ask David about this

*/
/*dropdown background box*/
.p7AMM ul ul {
    position: absolute;
    top: 100%;
    display: none;
    min-width: 200px;
    z-index: 1;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    box-sizing: border-box;
    background-color: #ddd !important;
    border: solid thin #ccc !important;
}

.p7AMM li a {
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 16px;
}

.p7AMM ul li {
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 0px 3px;
}

.p7AMM ul ul a {
    display: block;
    color: #000;
    padding: 10px 20px;
}


    .p7AMM ul ul a:hover {
        color: #000;
        background-color: #CCC;
    }

/*CURRENT MARK*/
.p7AMM li a.current_mark {
    background-color: #c7c7c7 !important;
    font-weight: bold;
    color: #000 !important;
}
/*

/*
********************************
          GILFORD
********************************
*/
/*Main horizontal top menu background color*/
.p7AMM.amm-root-menucolorscheme’ {
    background-color: #d8e1f0;
    color: #000;
    border-bottom: thin solid #ccc;
    max-height:35px;
}

    .p7AMM.amm-root-menucolorscheme’.amm-root-trans {
        background-color: rgba(0,0,0,0.85);
    }

/*background and text color of main horizontal menu items*/
.p7AMM.amm-rootlinks-menucolorscheme’ ul a {
    background-color: rgb(210,219,242);
    color: #000;
    /*border-right: thin solid #fff;*/
    padding: 5px;
    max-height: 35px;
}

    /*top main menu items on rollover, focus*/
    .p7AMM.amm-rootlinks-menucolorscheme’ ul a:hover, .p7AMM.amm-rootlinks-menucolorscheme’ ul a:focus, .p7AMM.amm-rootlinks-menucolorscheme’ ul a.amm-trigger.open {
        background-color: rgb(204,204,154);
        color: #000;
        font-weight: 500;
    }

.p7AMM.amm-rootlinks-menucolorscheme’ ul ul a {
    background-color: transparent;
}

.p7AMM.amm-rootlinks-menucolorscheme’ ul a.amm-trigger {
    background-image: url(img/amm-right-dark.gif);
}

    .p7AMM.amm-rootlinks-menucolorscheme’ ul a.amm-trigger:hover,
    .p7AMM.amm-rootlinks-menucolorscheme’ ul a.amm-trigger {
        background-image: url(img/amm-right-light.gif);
    }

        .p7AMM.amm-rootlinks-menucolorscheme’ ul a.amm-trigger.open {
            background-image: url(img/amm-down-light.gif);
        }

.p7AMM.amm-subs-menucolorscheme’ ul ul a.amm-trigger,
.p7AMM.amm-subs-menucolorscheme’ ul ul a.amm-trigger:focus {
    background-image: url(img/amm-right-light.gif);
}

    .p7AMM.amm-subs-menucolorscheme’ ul ul a.amm-trigger.open {
        background-image: url(img/amm-down-light.gif);
    }

.p7AMM.amm-subs-menucolorscheme’ ul ul {
    background-color: rgb(79,108,18);
}

.p7AMM.amm-subs-menucolorscheme’.amm-subs-trans ul ul {
    background-color: rgba(79,108,18,0.9);
}

/*text color of primary dropdowns*/
.p7AMM.amm-subs-menucolorscheme’ ul ul a {
    color: #000;
}

    /*dropdowns on rollover*/
    .p7AMM.amm-subs-menucolorscheme’ ul ul a:hover,
    .p7AMM.amm-subs-menucolorscheme’ ul ul a:focus,
    .p7AMM.amm-subs-menucolorscheme’ ul ul a.amm-trigger.open {
        background-color: rgb(204,204,154);
        color: #000;
        font-weight: bold;
    }

.p7AMM a.menucolorscheme’ {
    background-color: rgb(79,108,18) !important;
    color: #FFF !important;
}

    .p7AMM a.menucolorscheme’:hover,
    .p7AMM a.menucolorscheme’:focus {
        background-color: rgb(34,34,34) !important;
        color: #FFF !important;
    }
/*
********************************
    ********************************
End of p7amm changes .

*/



/*
bootstrap tab stuff
*/
.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #000;
    background-color: #d9d9d9;
}

/*
bootstrap panel stuff - from bootstrap 3.3. css
*/

.panel {
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 10px 11px 0px 11px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel &gt; .list-group {
    margin-bottom: 0;
}

    .panel &gt; .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel &gt; .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel &gt; .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel &gt; .table {
    margin-bottom: 0;
}

.panel &gt; .panel-body + .table {
    border-top: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title &gt; a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default &gt; .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary &gt; .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #000;
}

    .panel-success &gt; .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #000;
}

    .panel-warning &gt; .panel-heading {
        color: #fff;
        background-color: #ff006e;
        border-color: #000;
    }

        .panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5;
        }

    .panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger &gt; .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

        .panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7;
        }

    .panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info &gt; .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info &gt; .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info &gt; .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

/*
END OF bootstrap panel stuff - from bootstrap 3.3. css
*/
</pre></body></html>