@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://weloveiconfonts.com/api/?family=fontawesome);

[class*="zocial-"]:before {
    font-family: 'zocial', sans-serif;
}

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    font-size: 2.2em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input.gsc-input::-moz-placeholder {
    font-size: 17px;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 39px;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 2px;
}

.cse input.gsc-search-button, input.gsc-search-button {
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    height: 39px;
    min-width: 54px;
    border: 1px solid #666666;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    margin-left: 4px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    width: 20px !important;
    height: 20px !important;
    padding: 4px !important;
    min-width: 13px !important;
    margin-top: 0 !important;
}

.gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
    height: inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0px;
}



input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: none !important;
}

#gsc-i-id1 {
    background: none !important;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
}

h2 {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: white;
    padding: 1% 0% 2% 0%;
    font-variant: small-caps;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #0f658c;
    padding: 1% 0% 1% 0%;
    text-align: left;
    text-transform: uppercase;
}

h4 {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    color: #867d59;
    padding: 1% 0% 1% 0%;
    text-align: center;
}


h5 {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    color: #0f658c;
}

.smalltype {
    font-size: 13px;
}

body {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    background-color: #f8f5f6;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
}

.back {
    padding: 10px 25px;
    text-align: center;
    margin: 5% 7%;
    cursor: pointer;
    background-color: #CF664A;
    border: none;
    position: absolute;
    color: white;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: bold;
    opacity: .7;
}

    .back:hover {
        background-color: #AF563E;
        opacity: 1;
    }



#search {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px #c9c5bb;
    border-radius: 4px;
    font-size: 15px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 1px 0px 1px 0px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    top: 0%;
    float: left;
    position: relative;
    margin-bottom: 4%;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #0076a3;
    background-color: #0A79A2;
    background-image: none;
    filter: none;
}



a {
    color: #0f658c;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: #1486ba;
    }


img {
    width: 100%;
}

.mapimg {
    width: 450px;
    height: 284px;
}

.pageimg {
    width: 40%;
}

.bookimg {
    width: 25%;
    border: solid thin #9B9596;
    margin-right: 5px;
}

.smallimg {
    width: 15%;
    border: solid thin #9B9596;
    margin-right: 5px;
}

.iconimg {
    width: 5%;
    margin-right: 5px;
    float: left;
}

.photocaption {
    font-size: 12px;
    line-height: 15px;
}


figure {
    display: inline-block;
    width: 30%;
    background: #DEDACD;
    padding: 8px;
    margin: 0 18px 18px 0;
}

    figure img {
    }

figcaption {
    width: auto;
    margin-top: 5px;
    font-style: italic;
}



header {
    background: #47422f;
    box-shadow: inset 0 0 15px #524c36;
    width: 100%;
    /*height: 85px;*/
    height: 160px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 4px solid white;
    z-index: 700;
}

#notice {
    display: block;
    background: #0076a3;
    color: white;
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 1.4em;
    text-align: center;
}
    #notice a {
        margin-left: 30px;
        padding: 8px 12px;
        border: 1px solid white;
        border-radius: 3px;
        color: white;
    }

#logo {
    margin: -9px;
    float: left;
    width: 22%;
    display: block;
    margin-left: 37.2%;
    margin-right: auto;
    margin-top: -3px;
}

    #logo img {
        width: 100%;
    }

#mobilelogo {
    display: none;
}


nav {
    float: right;
    width: 100%;
    position: fixed;
    text-align: center;
    font-size: 18px;
    z-index: -1;
}

    nav a:link {
        color: #f8f5f6;
    }

    nav a:hover {
        color: #f8f5f6;
    }

    nav a:visited {
        color: #f8f5f6;
    }



    nav li {
        width: 33%;
        height: 77px;
        padding-top: 25px;
    }

        nav li:hover {
            background: #0076a3;
            box-shadow: inset 0 0 15px #01688f;
        }

#navright {
    width: 38%;
    float: left;
    margin-left: 23%;
}

#navleft {
    width: 38%;
    float: left;
}

#contacttable {
    width: 97%;
}

    #contacttable th {
        font-size: 20px;
        text-transform: uppercase;
        text-align: right;
        padding-right: 4%;
        width: 20%;
    }

    #contacttable td {
        padding-bottom: 7%;
        width: 40%;
        line-height: 22px;
    }


#socialtable {
    width: 90%;
    text-align: left;
    margin: 0;
}

    #socialtable tr {
        margin: 0 0 5% 0;
        border-bottom: thin solid #dedacd;
    }

    #socialtable td {
        padding: 5% 0%;
        vertical-align: middle;
    }
        #socialtable td:first-child {
            width: 35%;
        }
        

    #socialtable a {
        padding: 0% 1%;
    }

.socialMenu {
    text-align: center;
}

    .socialMenu a {
        padding: 0 2%;
        display: inline-block;
    }


#membertable {
    width: 90%;
}

    #membertable th {
        font-size: 20px;
        text-transform: uppercase;
        text-align: right;
        padding-right: 4%;
        width: 20%;
    }

    #membertable td {
        padding-bottom: 1%;
        width: 50%;
        line-height: 20px;
    }

#collectiontable {
    width: 97%;
}

    #collectiontable th {
        font-size: 20px;
        text-transform: uppercase;
        text-align: right;
        padding-right: 4%;
        width: 40%;
    }

    #collectiontable td {
        padding-bottom: 7%;
        width: 40%;
        line-height: 22px;
    }


.dropbtn {
    background-color: #47422f;
    color: white;
    padding: 16px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    height: 81px;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: bold;
    width: 100%;
}



.dropdown {
    position: relative;
    display: inline-block;
    width: 32%;
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #01688f;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal;
        font-variant: small-caps;
    }

        .dropdown-content a:hover {
            background-color: #0076a3;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0076a3;
    box-shadow: inset 0 0 15px #01688f;
}



.dropbtn2 {
    background-color: #0076a3;
    color: white;
    padding: 12px 16px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    font-family: 'Ropa Sans', sans-serif;
    width: 100%;
    font-weight: normal;
    font-variant: small-caps;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #0076a3;
    min-width: 160px;
    left: 65%;
    z-index: 100;
}

    .dropdown-content2 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal;
        font-variant: small-caps;
    }

        .dropdown-content2 a:hover {
            background-color: #01688f
        }

.dropdown2:hover .dropdown-content2 {
    display: block;
}

.dropdown2:hover .dropbtn2 {
    background-color: #0076a3;
}


#lowmenumobile {
    display: none;
}

#archslider img {
    width: 400px;
}


#menu2 {
    width: 100%;
    height: 55px;
    background: #47422f;
    box-shadow: inset 0 0 10px #524c36;
    position: relative;
    padding: 0% 5% .2% 5%;
    font-size: 24px;
    margin-top: 1%;
    float: left;
    z-index: 600;
}

    #menu2 li {
        display: inline;
        float: left;
        color: #f8f5f6;
        /*width: 14%;*/
        width: 12%;
        /*width: 10%;*/
        text-align: center;
        font-variant: small-caps;
        padding-left: 15px;
        white-space: nowrap;
    }

        #menu2 li:hover {
            background: #0076a3;
            box-shadow: inset 0 0 15px #01688f;
            height: 55px;
            margin-top: -.3%;
        }





#menu-icon {
    display: none;
    width: 50px;
    height: 40px;
    background: #0076a3 url(/img/menu-icon.png) center no-repeat;
}

a:hover#menu-icon {
    background-color: #444;
    border-radius: 4px 4px 0 0;
}




ul {
    list-style: none;
}

li {
    display: inline-block;
    float: left;
    padding: 13px;
}

ol.default {
    list-style-type: initial;
    margin-left: 40px;
}

    ol.default li {
        list-style-type: decimal;
        display: list-item;
        float: initial;
        padding: 10px 0 0 10px;
    }

ul.default {
    list-style-type: initial;
    margin-left: 40px;
    margin-bottom: 20px;
}

    ul.default li {
        list-style-type: disc;
        display: list-item;
        float: initial;
        padding: 10px 0 0 10px;
    }

.current {
    color: #2262AD;
}

/*section {

	margin: 80px auto  40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}
*/
h1 {
    font-size: 2em;
    color: #2262AD;
    line-height: 1.15em;
    margin: 20px 0;
}

p {
    line-height: 1.45em;
    margin-bottom: 20px;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


.owl-theme .owl-controls {
    margin-top: -5%;
    text-align: center;
}



.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    float: left;
    margin-top: 0%;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
    }

    /* If PaginationNumbers is true */

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}


.caption {
    width: 15%;
    background: #0076A3;
    opacity: .95;
    position: absolute;
    padding: 2% 1.5%;
    margin: 10% 0% 0% 70%;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: left;
    height: 350px;
    z-index: 800;
    float: left;
}

    .caption a:link {
        color: white;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }

    .caption a:hover {
        color: white;
    }

    .caption a:visited {
        color: #E9E9E9;
    }

    .caption a:active {
        color: #E9E9E9;
    }

.captionhead {
    display: block;
    font-weight: bold;
    color: white;
    font-variant: small-caps;
    font-size: 1.7em;
    padding-bottom: 15px;
}

.captiontext {
    display: block;
    line-height: 22px;
    text-align: left;
    font-size: .8em;
}

.captionread {
    display: block;
    padding-top: 15px;
    font-variant: small-caps;
}


.readmore {
    display: none;
}

#homecontent {
    width: 70%;
    margin: 5% auto 2% 15%;
    padding: 0;
    min-height: 450px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    float: left;
}

    #homecontent .left {
        float: left;
        width: 70%;
        margin: 0;
        padding: 0 2% 0 0;
    }

    #homecontent .right {
        float: left;
        width: 30%;
        min-height: 600px;
        margin: 0;
        padding: 0 0 0 1%;
    }

        #homecontent .right .social-head {
            color: #0076a3;
            text-transform: uppercase;
            font-size: 1.5em;
            text-align: center;
        }

#maincontent {
    width: 60%;
    margin: 10% auto 2% 13%;
    padding: 1% 1% 2% 1%;
    min-height: 450px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    float: left;
}

.pagecontents {
    margin: 5% 0%;
    min-height: 500px;
}

#leftmenu {
    width: 10%;
    position: fixed;
    background: #dedacd;
    margin-top: 12%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100;
    text-transform: uppercase;
}

    #leftmenu li {
        display: block;
        padding-left: 15px;
        width: 100%;
    }

        #leftmenu li:hover {
            background: #d0ccb9;
        }

    #leftmenu a {
        color: #484330;
    }





#rightmenu {
    width: 16%;
    position: relative;
    background: #dedacd;
    margin-top: 12%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 100;
    float: right;
    text-transform: uppercase;
}

    #rightmenu li {
        display: block;
        padding-left: 15px;
        width: 100%;
    }

        #rightmenu li:hover {
            border-left: 5px solid #484330;
            padding-left: 10px;
        }

    #rightmenu a {
        color: #484330;
    }

.arch, .archives, .preservation, .muse, .about {
    position: relative;
    top: 0;
    z-index: -1000;
}

.archaeology li {
    background: #d5eef9;
}

.arch {
    font-size: 4em;
    color: #0f658c;
    text-transform: uppercase;
    opacity: .1;
}

.archives {
    font-size: 4em;
    color: #6B6752;
    text-transform: uppercase;
    opacity: .1;
}

.archivemenu li {
    background: #d4d1c6;
}

.preservation {
    font-size: 4em;
    color: #095b47;
    text-transform: uppercase;
    opacity: .1;
}

.preservationmenu li {
    background: #CCE3D1;
}

.museum li {
    background: #f8dfdc;
}

.muse {
    font-size: 4em;
    color: #db5e4f;
    text-transform: uppercase;
    opacity: .2;
}

.publishingmenu li {
    background: #e0d0e6;
}

.aboutus li {
    background: #d5eef9;
}

.about {
    font-size: 4em;
    color: #0f658c;
    text-transform: uppercase;
    opacity: .1;
}

.catalogs li {
    background-color: #6B6752;
    color: white;
}

#basic {
    float: left;
}


.homecolumn {
    /* width: 33%; */
    width: 25%;
    position: relative;
    float: left;
    margin-right: 0;
    min-height: 265px;
    padding: 2%;
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
}

    .homecolumn img {
        /* width: 75%; */
        width: 100%;
        height: 100%;
        margin-left: 0%;
        margin-bottom: 15%;
        border-left: none;
    }

    .homecolumn a {
        margin: 2.5% 0% 2.5% 0%;
        color: black;
        font-weight: normal;
        cursor: pointer;
    }

        .homecolumn a:hover {
            color: #0A6E81;
        }

        .homecolumn a:visited {
            margin: 2% 0% 2% 0%;
            color: black;
            font-weight: normal;
        }

.homecolumn-social {
    width: 25%;
    position: relative;
    float: left;
    min-height: 550px;
    padding: 2% 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
    border: 1px solid red;
}

.columntext {
    border-left: thick solid pink;
    padding-left: 12px;
    line-height: 25px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 185px;
}

.archivecolumn {
    width: 30%;
    position: relative;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
    min-height: 265px;
    /*-webkit-box-shadow: 4px 6px 4px -3px rgba(191,189,191,0.92);
	-moz-box-shadow: 4px 6px 4px -3px rgba(191,189,191,0.92);
	box-shadow: 4px 6px 4px -3px rgba(191,189,191,0.92);*/
    padding: 2%;
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
}

    .archivecolumn img {
        width: 95%;
        margin-left: 0%;
        margin-bottom: 15%;
        border-left: none;
    }

    .archivecolumn a {
        margin: 2.5% 0% 2.5% 0%;
        color: black;
        font-weight: normal;
        cursor: pointer;
    }

        .archivecolumn a:hover {
            color: #0A6E81;
        }

        .archivecolumn a:visited {
            margin: 2% 0% 2% 0%;
            color: black;
            font-weight: normal;
        }




.container {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 170px;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 9px;
    box-shadow: 2px 2px 3px 1px #d3d2d2;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}




.greenC {
    border-left: thick solid #095b47;
    padding-left: 12px;
    line-height: 22px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 170px;
    color: #095b47;
}

.greenhead {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: #095b47;
    padding: 1% 0% 1% 0%;
    font-variant: small-caps;
    font-weight: bold;
}



.brownC {
    border-left: thick solid #867d59;
    padding-left: 12px;
    line-height: 22px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 180px;
    color: #867d59;
}

.brownhead {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: #787150;
    padding: 1% 0% 1% 0%;
    font-variant: small-caps;
    font-weight: bold;
}



.orangeC {
    border-left: thick solid #db5e4f;
    padding-left: 12px;
    line-height: 22px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 170px;
    color: #db5e4f;
}

.orangehead {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: #db5e4f;
    padding: 1% 0% 1% 0%;
    font-variant: small-caps;
    font-weight: bold;
}



.blueC {
    border-left: thick solid #1074a2;
    padding-left: 12px;
    line-height: 22px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 170px;
    color: #1074a2;
}

.bluehead {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: #1074a2;
    padding: 1% 0% 1% 0%;
    font-variant: small-caps;
    font-weight: bold;
}

.purpleC {
    border-left: thick solid #694b70;
    padding-left: 12px;
    line-height: 22px;
    width: 95%;
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    min-height: 170px;
    color: #694b70;
}

.purplehead {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    color: #694b70;
    padding: 1% 0% 1% 0%;
    font-variant: small-caps;
    font-weight: bold;
}




.green {
    background-color: #095b47;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 20px;
    text-align: center;
}

.brown {
    background-color: #867d59;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 20px;
    text-align: center;
}

.orange {
    background-color: #db5e4f;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 20px;
    text-align: center;
}

.blue {
    background-color: #1074a2;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 20px;
    text-align: center;
}

.purple {
    background-color: #694b70;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 20px;
    text-align: center;
}



#dgViewNewspapers {
    width: 60%;
}

    #dgViewNewspapers th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.2em;
    }

    #dgViewNewspapers td {
        padding: 5px 2px;
    }

    #dgViewNewspapers tr:nth-child(even) {
        background: #F1F0F0;
    }

    #dgViewNewspapers tr:nth-child(odd) {
        background: #FFF
    }


#dgViewSurname {
    width: 80%;
}

    #dgViewSurname th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.2em;
    }

    #dgViewSurname td {
        padding: 8px 2px;
    }

    #dgViewSurname tr:nth-child(even) {
        background: #F1F0F0;
    }

    #dgViewSurname tr:nth-child(odd) {
        background: #FFF
    }


#grdFirstView {
    width: 92%;
}

    #grdFirstView th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.1em;
    }

    #grdFirstView td {
        padding: 8px 2px;
    }

    #grdFirstView tr:nth-child(even) {
        background: #F1F0F0;
    }

    #grdFirstView tr:nth-child(odd) {
        background: #FFF
    }

#dgrSearchResults {
    width: 100%;
}

    #dgrSearchResults tr:nth-child(even) {
        background: #F1F0F0;
    }

    #dgrSearchResults tr:nth-child(odd) {
        background: #FFF
    }

    #dgrSearchResults th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.1em;
    }

    #dgrSearchResults td {
        padding: 8px 2px;
    }


#txtLastName {
    width: 100%;
}

.forminput {
    width: 100%;
}

/*.twittercolumn{
	width:25%;
	background-color:transparent; 
	position:relative;
	float:left;
	margin-right:1%;
	min-height:265px;
}*/
#grdFirstResults {
    width: 92%;
}

    #grdFirstResults th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.1em;
    }

    #grdFirstResults td {
        padding: 8px 2px;
    }

    #grdFirstResults tr:nth-child(even) {
        background: #F1F0F0;
    }

    #grdFirstResults tr:nth-child(odd) {
        background: #FFF;
    }


#dgViewNewspapers {
    width: 92%;
}

    #dgViewNewspapers th {
        text-align: left;
        padding: 2px 0px;
        font-size: 1.1em;
    }

    #dgViewNewspapers td {
        padding: 8px 2px;
    }

    #dgViewNewspapers tr:nth-child(even) {
        background: #F1F0F0;
    }

    #dgViewNewspapers tr:nth-child(odd) {
        background: #FFF;
    }


.pager td {
    width: 25px;
}

#sticky-social {
    width: 50px;
    left: -1px;
    position: static;
    top: 80%;
}

    #sticky-social a {
        background: #333;
        color: #fff;
        display: block;
        height: 35px;
        font: 16px 'Ropa Sans', sans-serif;
        line-height: 35px;
        position: relative;
        text-align: center;
        width: 35px;
    }

    #sticky-social li {
        padding: 0px;
    }

    #sticky-social a span {
        line-height: 35px;
        left: -120px;
        position: absolute;
        text-align: center;
        width: 110px;
        z-index: 100;
    }

    #sticky-social a:hover span {
        left: 100%;
    }

    #sticky-social a[class*="facebook"],
    #sticky-social a[class*="facebook"]:hover,
    #sticky-social a[class*="facebook"] span {
        background: #3b5998;
    }

    #sticky-social a[class*="twitter"],
    #sticky-social a[class*="twitter"]:hover,
    #sticky-social a[class*="twitter"] span {
        background: #00aced;
    }


    #sticky-social a[class*="phone"],
    #sticky-social a[class*="phone"]:hover,
    #sticky-social a[class*="phone"] span {
        background: #CF664A;
    }


    #sticky-social a[class*="mail"],
    #sticky-social a[class*="mail"]:hover,
    #sticky-social a[class*="mail"] span {
        background: #393939;
    }

footer {
    width: 100%;
    background-color: #0076a3;
    padding: 2% 1% 2% 18%;
    position: relative;
    float: left;
    margin-top: 2%;
    text-align: left;
    color: #F6F3F4;
    line-height: 26px;
    font-size: 16px;
}

    footer a {
        color: white;
        font-weight: normal;
    }

        footer a:hover {
            color: #CCCCCC;
            padding-left: 1px;
        }


.footercolumn {
    width: 20%;
    display: block;
    position: relative;
    float: left;
}

#newsletterSignup {
    background: #0076a3;
    padding: 0;
    margin: 0;
    margin-bottom: -2%;
    clear: both;
}

#newsletterSignup-container {
    width: 60%;
    margin: 0 auto;
    padding: 2%;
    position: relative;
    overflow: hidden;
}

#newsletterRight {
    width: 48%;
    float: right;
    color: white;
    margin: 0;
    padding: 0;
}

    #newsletterRight h1 {
        color: white;
        margin-top: 0;
        font-size: 1.6em;
    }

#newsletterLeft {
    width: 48%;
    float: left;
    margin: 0;
    padding: 20px;
    background: white;
    border-radius: 5px;
}

    #newsletterLeft .fieldContainer {
        width: 100%;
        margin: 0 0 12px 0;
    }

        #newsletterLeft .fieldContainer input {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
        }

    #newsletterLeft .submitBttn {
        background: #0076a3;
        color: white;
        border: none;
        outline: none;
        border-radius: 5px;
        padding: 8px 20px;
        width: auto;
    }

    #newsletterLeft .alert {
        color: red;
    }

    #newsletterLeft .unsuccessful {
        display: block;
        margin-top: 10px;
    }

    #newsletterLeft .GRalert {
        display: block;
    }

#recapBox {
    margin-bottom: 5px;
}



#mobilesocial {
    display: none;
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #0076a3;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .back-to-top:hover {
        color: #0076a3;
        background-color: rgba(135, 135, 135, 0.50);
    }

#secondcontent {
    width: 70%;
    margin: 4% auto 2% auto;
    padding: 1% 2% 2% 2%;
    min-height: 450px;
    font-size: 14px;
    line-height: 23px;
    background-color: #F6F3F4;
    border-radius: 5px;
    overflow: auto;
}

    #secondcontent a:link {
        color: #0076a3;
        font-weight: bold;
    }

    #secondcontent a:hover {
        color: #0076a3;
    }

    #secondcontent a:visited {
        color: #026287;
    }

    #secondcontent ul, li {
        padding-left: 30px;
        list-style-type: circle;
        list-style: circle;
    }


.indexaccordion {
    width: 30%;
}


.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

    .ui-accordion .ui-accordion-content img {
        width: 100%;
        position: relative;
    }





@media only screen and (max-width : 1400px) {
    #menu2 {
        font-size: 24px;
    }

        #menu2 li {
            padding-top: 13px;
        }

    #leftmenu {
        margin-top: 17%;
    }

    #rightmenu {
        margin-top: 17%;
    }

    .homecolumn {
        width: 23%;
        margin-right: 2%;
    }

    .caption {
        width: 19%;
    }

    .captionhead {
        font-size: 1.8em;
    }

    .captiontext {
        display: block;
        line-height: 22px;
        text-align: left;
        font-size: 1em;
    }
}



@media only screen and (max-width : 1275px) {
    #newsletterSignup-container {
        width: 90%;
    }

    #newsletterRight {
        width: 100%;
        float: initial;
    }

    #newsletterLeft {
        width: 100%;
        float: initial;
    }

        #newsletterLeft .fieldContainer {
            width: 100%;
            margin: 0 0 12px 0;
        }

    .dropbtn {
        font-size: .9em;
    }

    .dropdown {
        width: 33%;
    }

    .caption {
        height: 285px;
        width: 20%;
    }

    .captionhead {
        font-size: 1.5em;
    }

    .captiontext {
        line-height: 20px;
        font-size: .9em;
    }

    #contacttable {
        width: 100%;
    }
}

@media only screen and (max-width : 1130px) {

    .pagecontents {
        margin: 10% 7%;
        width: 90%;
    }

    #leftmenu {
        width: 12%;
    }

    li {
        font-size: 90%;
    }

    #navright {
        float: left;
        margin-left: 25%;
        width: 37%;
    }

    .twittercolumn {
        width: 29%;
    }

    #logo {
        width: 26%;
        margin-left: 37%;
        margin-top: -10px;
    }

    nav {
        font-size: 18px;
    }

        nav li {
            width: 32%;
        }

    .dropbtn {
        width: 100%;
        padding: 6px;
        font-size: .8em;
    }

    .dropdown {
        width: 32%;
    }

    .back {
        display: none;
    }

    .owl-carousel {
        margin-top: 3%;
    }

    #menu2 {
        margin-top: -.1%;
        padding: .2% 2% .2% 2%
    }

        #menu2 li {
            padding-top: 13px;
        }

    .homecolumn {
        width: 23%;
        margin-right: 2%;
    }

    .caption {
        height: 235px;
        width: 22%;
    }

    .captionhead {
        font-size: 1.5em;
    }

    .captiontext {
        line-height: 20px;
        font-size: 13px;
        text-align: left;
    }

    h2 {
        font-size: 19px;
        padding: 1% 0% 4% 0%
    }

    .greenC, .brownC, .orangeC, .blueC {
        line-height: 24px;
        width: 100%;
    }

    .footercolumn {
        width: 22%;
    }

    footer {
        padding-left: 15%;
    }

    .arch {
        font-size: 2em;
        color: #0f658c;
        text-transform: uppercase;
        opacity: .1;
    }

    .archives {
        font-size: 2em;
        color: #6B6752;
        text-transform: uppercase;
        opacity: .1;
    }

    .preservation {
        font-size: 2em;
        color: #095b47;
        text-transform: uppercase;
        opacity: .1;
    }

    .muse {
        font-size: 2em;
        color: #db5e4f;
        text-transform: uppercase;
        opacity: .2;
    }

    .about {
        font-size: 2em;
        color: #0f658c;
        text-transform: uppercase;
        opacity: .1;
    }

    #search {
        top: -1%;
    }

    .archivecolumn {
        min-height: 390px;
    }

    .greenC, .brownC, .orangeC, .blueC {
        line-height: 20px;
    }
}


@media only screen and (max-width : 1000px) {
    #search {
        top: -3%;
    }
    

    .homecolumn {
        width: 23%;
        position: relative;
        float: left;
        margin-right: 1%;
        min-height: 265px;
        padding: 2%;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
    }

    #homecontent {
        width: 95%;
        margin: 3% 3% 2% 3%;
        padding: 3% 1% 2% 1%;
        min-height: 450px;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        float: left;
    }

    .archivecolumn {
        width: 33%;
        position: relative;
        float: left;
        margin-right: -1%;
        margin-bottom: 2%;
        height: 350px;
        padding: 2%;
        font-size: 16px;
        font-weight: normal;
        line-height: 33px;
    }

    .greenC, .brownC, .orangeC, .blueC {
        line-height: 19px;
    }
}

@media only screen and (max-width : 900px) {

    header {
        height: 78px;
    }

    li {
        font-size: 85%;
    }

    #navright {
        float: left;
        margin-left: 24%;
        width: 100%;
    }

    #navleft {
        width: 100%;
    }

    #maincontent {
        margin: 17% auto 2% 17%;
        text-align: justify;
    }

    .homecolumn {
        width: 23%;
        margin-right: 1%;
        min-height: 550px;
    }

    .twittercolumn {
        width: 33%;
        margin-right: 0%;
    }

    #logo {
        width: 25%;
        margin-left: 37%;
        margin-top: -3px;
    }

    nav {
        font-size: 19px;
    }

        nav li {
            width: 33%;
            padding-top: 25px;
        }

    #contacttable th {
        display: none;
    }

    #menu2 {
        height: 50px;
        font-size: 26px;
        padding: .5% 1% .5% 1%;
        margin-top: -.7%
    }

        #menu2 li {
            padding-top: 8px;
        }

    .pagecontents {
        margin: 10% 3%;
        width: 87%;
    }

    #leftmenu {
        width: 16%;
        margin-top: 17%;
        font-size: 1.3em;
    }

    .archivecolumn {
        width: 100%;
        position: relative;
        float: left;
        margin-right: 3%;
        margin-bottom: 2%;
        min-height: 150px;
        height: auto;
    }

        .archivecolumn img {
            width: 60%;
            margin-bottom: 4%;
        }

    .middle {
        left: 30%;
    }

    .greenC, .brownC, .orangeC, .blueC {
        line-height: 20px;
        width: 100%;
        min-height: 50px;
    }

    .owl-carousel {
        margin-top: 1%;
    }

        .owl-carousel .owl-wrapper-outer {
            margin-top: 6%;
        }

    .caption {
        margin-top: 5%;
    }

    .pageimg {
        width: 80%;
    }

    .dropbtn {
        font-size: .85em;
        height: 74px;
        width: 106%;
    }

    #socialtable {
        width: 80%;
    }

    .dropdown {
        width: 33%;
    }

    .dropdown-content {
        min-width: 130px;
    }

    .dropdown-content2 {
        min-width: 130px;
    }

    .caption {
        width: 25%;
    }

    .captionhead {
        font-size: 1.3em;
    }

    .captiontext {
        line-height: 17px;
    }


    .bookimg {
        width: 45%;
    }

    #secondcontent {
        width: 88%;
        margin: 4% auto 2% auto;
        padding: 1% 2% 2% 2%;
        min-height: 450px;
        font-size: 15px;
        line-height: 25px;
        background-color: #F6F3F4;
        border-radius: 5px;
        text-align: justify;
        text-justify: inter-word;
    }

    .back-to-top {
        width: 50px;
        text-align: center;
    }

    #directory {
        width: 70%;
    }

    footer {
        padding: 2% 1% 2% 5%;
    }

    .footercolumn {
        width: 23%;
    }

    #rightmenu {
        font-size: 1.2em;
        width: 21%;
        margin-top: 17%;
        text-align: right;
        padding-right: 5px;
    }

    #homecontent {
        width: 90%;
        margin: 2% auto 2% 2%;
        padding: 6% 1% 2% 1%;
    }

    #search {
        top: 0%;
    }

    input[type=text] {
        width: 24%;
        margin-bottom: 2%;
    }

    #grdFirstView {
        width: 100%;
    }

    .smallimg {
        width: 25%;
    }
}

@media only screen and (max-width : 800px) {

    header {
        position: fixed;
    }
    #notice {
        position: absolute;
        top: 30px;
        left: 80px;
        background: none;
        height: unset;
        line-height: unset;
        font-size: .8em;
    }
        #notice a {
            margin-left: 5px;
            padding: 5px 8px;
            font-size: .8em;
        }

    .caption {
        width: 30%;
        height: 220px;
    }

    .captionhead {
        font-size: 1.2em;
    }

    .captiontext {
        line-height: 19px;
    }

    .pagecontents {
        margin: 17% 0%;
        width: 95%;
    }

    #leftmenu {
        display: none;
    }

    #membertable {
        width: 100%;
    }

    #logo {
        margin: -9px;
        float: left;
        width: 32%;
        display: block;
        margin-left: 2%;
        margin-right: auto;
        margin-top: -14px;
    }

        #logo img {
            width: 93%;
        }

    #menu-icon {
        width: 65px;
        height: 74px;
        display: inline-block;
        margin-right: 0px;
        margin-top: 0px;
        -webkit-box-shadow: 4px 6px 4px -3px rgba(191,189,191,0.92);
        -moz-box-shadow: 4px 6px 4px -3px rgba(191,189,191,0.92);
        box-shadow: 0px 1px 4px 3px rgba(64,64,64,0.5);
    }

    nav {
        text-align: right;
        width: 100%;
        font-size: 17px;
        margin-left: 0%;
        overflow-y: scroll;
        height: auto;
    }

        nav ul, nav:active ul {
            display: none;
            /*padding: 5px;*/
            background: #fff;
            right: 20px;
            top: 20px;
            width: 100%;
        }

        nav li {
            text-align: center;
            width: 100%;
            padding: 10px 0;
            margin: 0;
            height: 40px;
            font-size: 17px;
        }

        nav:hover ul {
            display: block;
        }

    #navleft {
        width: 100%;
        background-color: #3F3E3E;
        padding: 0;
        text-align: center;
    }

    #navright {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        background-color: #3F3E3E;
        top: -5%;
        text-align: center;
    }

    #menu2 {
        display: none;
    }



    .owl-carousel {
        margin-bottom: 5%;
    }

    .twittercolumn {
        width: 33%;
        margin-right: 0%;
        margin-top: -10%;
    }

    #logo {
        width: 32%;
        margin-left: 2%;
        margin-top: -10px;
    }

    .dropbtn {
        background-color: black;
        color: white;
        padding: 5%;
        font-size: 16px;
        border: none;
        cursor: pointer;
        height: 55px;
        font-family: 'Ropa Sans', sans-serif;
        font-weight: bold;
        width: auto;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: black;
        padding: 2%;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #565555;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        width: 100%;
    }

    .dropdown .dropdown-content a {
        color: white;
        padding: 12px 16px;
        margin-left: 25%;
        text-decoration: none;
        display: block;
        width: 50%;
    }


    .dropdown:hover .dropdown-content {
        display: block;
    }

    #lowmenumobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 50px;
    }

        #lowmenumobile a {
            font-size: 16px;
            font-weight: bold;
            float: left; /*width: 16%;*/
            padding: 16px;
        }

    .rightimg {
        display: none;
    }

    .owl-theme .owl-controls {
        margin-top: 1%;
    }

    #maincontent {
        width: 77%;
        margin: 18% auto 2% 2%;
    }

    .homecolumn {
        width: 25%;
        margin-right: 0%;
        min-height: 550px;
        margin-top: 0%;
    }

    a:hover#menu-icon {
        background-color: #0076a3;
    }
}

@media only screen and (max-width : 700px) {
    #notice {
        position: absolute;
        top: 15px;
        left: 220px;
        width: 250px;
        background: none;
        height: unset;
        line-height: 1.8em;
        font-size: .8em;
    }
    .pagecontents {
        margin: 23% 2%;
        width: 90%;
    }

    #leftmenu {
        width: 19%;
        margin-top: 22%;
        z-index: 100;
        font-size: 1.3em;
    }

    #maincontent {
        width: 75%;
        padding-left: 0%;
        min-height: 550px;
        margin: 0% auto 2% 2%;
        line-height: 30px;
    }

    #homecontent .left {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #homecontent .right {
        float: none;
        width: 100%;
        min-height: 600px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .homecolumn {
        width: 100%;
        margin-right: 3%;
        margin-top: 0%;
        min-height: 250px;
        float: left;
        margin-bottom: 6%;
        border-bottom: solid black thin;
        padding: 0;
    }

        .homecolumn img {
            width: 100%;
            margin-left: -7%;
            margin-bottom: 6%;
        }

    .container {
        width: 29%;
        float: left;
    }

    .middle {
        display: none;
    }

    .twittercolumn {
        width: 80%;
        margin-right: 0%;
        margin-top: 0%;
        float: left;
        position: inherit;
    }

    .dropdown-content {
        min-width: 175px;
        font-size: 1.5em;
    }

    .dropdown-content2 {
        min-width: 170px;
        left: 46%;
    }

    .greenC, .brownC, .orangeC, .blueC {
        width: 70%;
        position: relative;
        float: left;
        border-left: none;
        font-size: 1em;
        min-height: 158px;
    }

    nav {
        width: 100%;
        margin-left: 0%;
        text-align: center;
        line-height: 18px;
        font-size: 15px;
    }

    #menu-icon {
        float: right;
    }

    .readmore {
        width: 25%;
        float: left;
        height: 50px;
        background: #01688f;
        color: white;
        position: relative;
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        margin-left: 12px;
        font-size: 1.2em;
        border-radius: 5px;
    }

    #lowmenumobile {
        font-size: 1em;
    }

        #lowmenumobile a {
            font-weight: bold;
            text-transform: uppercase;
        }

    .footercolumn {
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }

    footer a {
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 35px;
    }

    .caption {
        margin-left: 67%;
    }

    .captiontext {
        font-size: 12px;
        line-height: 17px;
    }

    .owl-carousel .owl-wrapper-outer {
        margin-top: 10%;
    }

    /*#contacttable thead, tbody, th, td, tr {
        display: block;
    }*/

    #contacttable thead, #contacttable tbody, #contacttable th, #contacttable td, #contacttable tr {
        display: block;
    }

    #collectiontable td {
        padding-bottom: 7%;
        width: 75%;
    }

    .archivecolumn {
        width: 100%;
        position: relative;
        float: left;
        min-height: 150px;
    }

        .archivecolumn img {
            width: 100%;
        }



    /* Hide table headers (but not display: none;, for accessibility) */
    #contacttable th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #contacttable tr {
        border: 1px solid #ccc;
    }

    #contacttable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 6%;
        width: 100%;
        top: 15px;
        padding-bottom: 13px;
    }

        #contacttable td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 60px;
            width: 45%;
            padding-right: 0px;
            white-space: nowrap;
        }

        /*
	Label the data
	*/
        #contacttable td:nth-of-type(1):before {
            content: "Location ";
            font-weight: bold;
        }

        #contacttable td:nth-of-type(2):before {
            content: "Phone and Fax ";
            font-weight: bold;
        }

        #contacttable td:nth-of-type(3):before {
            content: "Email";
            font-weight: bold;
        }

        #contacttable td:nth-of-type(4):before {
            content: "Staff Directory ";
            font-weight: bold;
        }

    #socialtable td:nth-of-type(1):before {
        content: "Division";
        font-weight: bold;
    }

    #socialtable td:nth-of-type(2):before {
        content: "Social Media Pages";
        font-weight: bold;
    }

    #socialtable {
        width: 80%;
    }

    .bookimg {
        width: 70%;
    }

    p {
        line-height: 2.25em;
        margin-bottom: 30px;
    }

    #rightmenu {
        font-size: 1em;
    }

    #search {
        top: -3%;
    }

    .pageimg {
        width: 65%;
    }

    .smallimg {
        width: 20%;
    }
}

@media only screen and (max-width : 600px) {
    #notice {
        display: none;
    }
    .pagecontents {
        margin: 23% 3%;
        width: 95%;
    }

    #leftmenu {
        width: 17%;
        margin-top: 22%;
        z-index: 100;
        font-size: 1.3em;
    }

        #leftmenu li {
            padding-left: 5px;
        }

    #rightmenu {
        width: 100%;
        display: none;
        margin-bottom: -20%;
    }

    #maincontent {
        width: 75%;
        padding-left: 0%;
        min-height: 550px;
        margin: 0% auto 2% 1%;
    }

    .homecolumn {
        width: 100%;
        margin-right: 3%;
        margin-top: 0%;
        min-height: 250px;
        float: left;
        margin-bottom: 6%;
        border-bottom: solid black thin;
        padding: 0;
    }

        .homecolumn img {
            width: 100%;
            margin-left: -7%;
            margin-bottom: 6%;
        }

    .container {
        width: 32%;
        float: left;
    }

    .middle {
        display: none;
    }

    .dropdown-content {
        min-width: 100%;
        font-size: 1.2em;
    }

    .dropdown-content2 {
        min-width: 100%;
        left: 46%;
    }

    .greenC, .brownC, .orangeC, .blueC {
        width: 65%;
        position: relative;
        float: left;
        border-left: none;
        font-size: 1em;
        min-height: 158px;
    }

    nav {
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    #menu-icon {
        float: right;
    }

    .readmore {
        width: 65%;
        float: left;
        height: 50px;
        background: #01688f;
        color: white;
        position: relative;
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        margin-left: 12px;
        font-size: 1.2em;
        border-radius: 5px;
    }

        .readmore:hover {
            opacity: .8;
        }

    #lowmenumobile {
        font-size: 1em;
        display: flex;
        height: auto;
    }

        #lowmenumobile a {
            font-weight: bold;
            text-transform: uppercase;
            padding: 10px 20px;
        }

    .pageimg {
        width: 80%;
    }

    #mobile-expand {
        display: block;
        font-size: 1.5em;
        color: black;
        width: 15px;
    }

    .caption {
        height: 165px;
    }

    .captiontext {
        display: none;
    }

    .captionhead {
        font-size: 1em;
        text-transform: uppercase;
    }

    footer {
        padding: 2% 1% 2% 2%;
        line-height: 23px;
    }

    h2 {
        padding: 1% 0%;
    }

    .owl-carousel .owl-wrapper-outer {
        margin-top: 15%;
    }

    .dropdown-content a {
        color: black;
        padding: 10px 4px;
        text-decoration: none;
        display: block;
    }

    #membertable td {
        padding-bottom: 1%;
        width: 100%;
        line-height: 20px;
    }

    #logo img {
        width: 117%;
    }
}

@media only screen and (max-width : 450px) {
    nav {
        width: 100%;
        margin-left: 0%;
    }

    header {
        height: 120px;
        padding-top: 5px;
        border-bottom: none;
    }

    #owl-demo, .owl-carousel .owl-wrapper-outer {
        display: none;
    }

    #maincontent {
        width: auto;
        padding-left: 0%;
        min-height: 550px;
        margin: 15% auto 2% 4%;
    }

    #rightmenu {
        margin-top: 32%;
        padding-right: 0px;
        text-align: center;
    }

    #logo {
        display: none;
    }

    #menu2 {
        height: 40px;
        position: relative;
        padding: 0% 1% 0% 1%;
        font-size: 14px;
        margin-bottom: 1%;
    }

    #menu-icon {
        display: inline-block;
        margin-right: 10px;
        /*margin-top:-116px;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        height: 118px;
        position: fixed;
        top: 0;
        right: 0;
    }

    .greenC, .brownC, .orangeC, .blueC {
        width: 65%;
        position: relative;
        float: left;
        border-left: none;
        font-size: 1em;
        min-height: 185px;
        padding-left: 1px;
    }

    #menu2 li {
        display: inline;
        float: left;
        color: #f8f5f6;
        width: 25%;
        text-align: center;
        padding: 9px;
    }

        #menu2 li:hover {
            background: #CF664A;
            box-shadow: inset 0 0 15px #b1563d;
            height: 40px;
        }

    nav li {
        font-size: 15px;
    }

    #lowmenumobile a {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .03em;
        padding: 5px;
    }

    #archslider img {
        width: 275px;
        height: 165px;
    }

    #content {
        width: 95%;
        margin-top: 25%;
        padding-left: 1%;
    }

    .unslider {
        display: none;
    }

    footer {
        margin-top: 10%;
    }

    .homecolumn {
        font-size: 14px;
    }

        .homecolumn img {
            width: 96%;
            margin-left: -7%;
            margin-bottom: 6%;
        }

    #mobilelogo {
        width: 66%;
        display: block;
        font-size: 2.2em;
        color: white;
        padding: 0% 0% 2% 2%;
        font-weight: bold;
        text-transform: uppercase;
    }

        #mobilelogo a {
            color: white;
        }

    #secondcontent {
        margin: 25% auto 2% auto;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown-content {
        background-color: #565555;
        min-width: 120px;
        font-size: 1.5em;
        line-height: 20px;
        text-align: left;
        justify-content: center;
    }

    .dropdown-content2 {
        min-width: 120px;
    }

    .readmore {
        width: 92%;
        float: left;
        height: 50px;
        background: #01688f;
        color: white;
        position: relative;
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        margin-left: 12px;
        font-size: 1.2em;
        border-radius: 5px;
    }

    .caption {
        height: 120px;
    }
}



@media only screen and (max-width : 350px) {
    #mobilelogo {
        font-size: 2em;
    }

    #menu-icon {
        margin-top: -116px;
    }

    #maincontent {
        margin-top: 22%;
        width: 66%;
    }

    #footercolumn {
        margin-bottom: 10%;
    }

    footer {
        font-size: 18px;
        line-height: 27px;
    }

    header {
        padding-top: 15px;
    }

    .dropdown-content {
        min-width: 110px;
    }

    #rightmenu {
        margin-top: 46%;
        padding-right: 0px;
        width: 28%;
    }

    p {
        line-height: 2em;
        margin-bottom: 26px;
        font-size: 15px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 1em 1em;
    }

    .pagecontents {
        margin: 23% 0%;
        width: 100%;
    }

    #lowmenumobile a {
        font-weight: bold;
        text-transform: uppercase;
        padding: 14px 0px;
        font-size: 12px;
        line-height: 13px;
    }

    .dropdown-content {
        font-size: 1.2em;
        line-height: 18px;
        text-align: left;
    }

        .dropdown-content a {
            padding: 6px 4px;
        }

    .greenC, .brownC, .orangeC, .blueC {
        width: 98%;
        font-size: .8em;
        min-height: 45px;
        padding-left: 8px;
    }

    .container {
        width: 96%;
        float: left;
    }

    #rightmenu li {
        padding-left: 0px;
        width: 100%;
    }

        #rightmenu li:hover {
            border-left: 3px solid #484330;
            padding-left: 0px;
        }

    li {
        padding: 10px 1px;
        font-size: 83%;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .arch, .archives, .preservation, .muse, .about {
        font-size: 1em;
    }
}

@media only screen and (max-width : 315px) {

    #mobilelogo {
        font-size: 1.5em;
    }

    #menu-icon {
        margin-top: -67px;
    }

    #lowmenumobile {
        font-size: 1em;
        display: contents;
    }

        #lowmenumobile a {
            padding: 11px 0px;
        }

    .dropdown-content {
        min-width: 100%;
    }

    .pagecontents {
        margin: 35% 0%;
        width: 99%;
    }
}

@media only screen and (max-width : 280px) {

    #mobilelogo {
        font-size: 1.5em;
    }

    .dropdown-content {
        font-size: 1em;
        line-height: 14px;
    }

    #menu-icon {
        margin-top: -92px;
    }

    #lowmenumobile a {
        padding: 11px 0px;
        width: 100%;
    }

    .pagecontents {
        margin: 35% 0%;
        width: 99%;
    }

    #rightmenu {
        margin-top: 55%;
    }

    .dropbtn {
        padding: 2%;
        font-size: 13px;
        height: 35px;
    }
}
