/* some resets */

html {
    box-sizing: border-box;
    font-size: 105%;
}

html.mobile {
    margin: 0px !important;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.6;
    vertical-align: baseline;
}

*,
 ::before,
 ::after {
    box-sizing: inherit;
}

input::placeholder {
    font-size: 0.8rem;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

#header_app_version {
    display: none;
}

html header#library-website-header #mobile-search-bar {
    display: none;
}
ul.library-website-header-skip {
    display: block;
    font-size: .857143em;
    list-style-type: none;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

ul.library-website-header-skip li {
    left: 50%;
    margin: 0;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    z-index: 999999;
}

ul.library-website-header-skip a {
    background: #cc0000;
    color: #fff;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    left: -9999px;
    position: absolute;
    text-decoration: none;
    text-transform: none;
}

ul.library-website-header-skip a:active,
ul.library-website-header-skip a:focus {
    display: block;
    position: static;
    left: 0;
    padding: .25em 1em;
}

span.hide-for-a11y {
    display: none;
}


/* logo and nav */

header#library-website-header {
    background: #fff;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    padding-top: 24px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    header#library-website-header {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0px;
        padding: 0px;
        position: relative;
    }
    header#library-website-header.no-js {
        margin: 0px;
    }
}

#search-input {
    margin: 0px;
}

header#library-website-header #logo-nav-wrap {
    max-width: 1200px;
    margin: auto;
}

header#library-website-header #logo-nav {
    margin: auto;
    max-width: 1200px;
    padding: 0px 0px 0px 20px;
    width: 100%;
}

header#library-website-header #logo-nav:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #logo-nav {
        padding: 0px;
    }
    header#library-website-header #logo-nav-wrap {
        border: 0px;
    }
}

header#library-website-header #mobile-search {
    display: none;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #mobile-search {
        display: block;
        float: left;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
        z-index: 1;
    }
    header#library-website-header #mobile-search svg {
        fill: #999;
        height: 25px;
        padding: 12px 0px;
    }
    header#library-website-header #mobile-search.open {
        background: #333;
    }
    header#library-website-header #mobile-search.open svg {
        fill: #fff;
    }
    html header#library-website-header span.twitter-typeahead {
        float: none;
    }
}

header#library-website-header #main-logo {
    float: left;
    height: 51px;
    padding: 0px 0px 0px 0px;
    width: 390px;
}

header#library-website-header #main-logo a {
    display: block;
    height: 51px;
    width: 390px;
}

header#library-website-header #main-logo svg {
    float: left;
    height: 51px;
    width: 390px;
}

header#library-website-header #main-logo svg:hover .cls-1 {
    fill: #c00;
}

@media only screen and (max-width: 860px) {
    header#library-website-header #main-logo {
        padding-top: 6px;
    }
}

@media only screen and (max-width: 768px) {
    header#library-website-header #main-logo {
        background: #fff;
        display: block;
        height: 70px;
        padding: 19px 0px 0px 20px;
        text-align: left;
        width: 100%;
        z-index: 0;
    }
    header#library-website-header #main-logo a {
        display: block;
        width: 100%;
    }
    header#library-website-header #main-logo svg {
        height: 33px;
        max-width: 250px;
        padding: 0px 0px 0px 0px;
    }
}


/* NAV */

@media only screen and (max-width: 768px) {
    header#library-website-header #primary-nav {
        display: none;
    }
    header#library-website-header.no-js #primary-nav.desktop-nav {
        /* display: none; */
        position: relative;
        margin-top: 0px;
    }
}

header#library-website-header #ham-nav {
    display: none;
}

@media only screen and (max-width: 768px) {

    header#library-website-header.no-js logo-nav-wrap:hover{
        display: block;
    }
    header#library-website-header #ham-nav::before {
        background: #cc0000;
        height: 4px;
        margin-top: 6px;
    }
    header#library-website-header #ham-nav::before,
    header#library-website-header #ham-nav::after {
        content:'';
        left:50%;
        margin-left: -14px;
        position:absolute;
        top:37px;
        transition:all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        width:27px;
    }
    header#library-website-header #ham-nav::after{
        border:solid #cc0000;
        border-width:4px 0;
        height:13px;
        margin-top:-12px;
    }
    header#library-website-header #ham-nav {
        color:transparent;
        display: block;
        font-size:0;
        line-height:0;
        text-shadow:none;
        height:70px;
        position:absolute;
        right:0;
        top: 0px;
        width:59px;
        z-index:20;
    }
    header#library-website-header #ham-nav.ham-open {
        background: #fff;
    }
    header#library-website-header #ham-nav.ham-open::before {
        background: #cc0000;
        border-color: #cc0000;
        margin-top: -4px;
        transform: rotate(-45deg);
    }
    header#library-website-header #ham-nav.ham-open::after{
        border: none;
        background: #cc0000;
        height: 4px;
        margin-top: -4px;
        transform: rotate(45deg);
    }
}

header#library-website-header #primary-nav.desktop-nav {
    margin-top: 10px;
    padding: 0px 0px 0px 20px;
}

header#library-website-header #primary-nav.desktop-nav>ul,
header#library-website-header #primary-nav.no-js>ul {
    font-size: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header#library-website-header #primary-nav.desktop-nav>ul>li {
    display: inline-block;
    margin-top: 10px;
}

header#library-website-header #primary-nav.desktop-nav>ul>li>a {
    color: #333;
    display: block;
    font-size: 1rem;
    padding: 5px 20px 5px;
    text-decoration: none;
}


/* header#library-website-header #primary-nav.desktop-nav > ul > li a:focus + .secondary-menu, */

header#library-website-header #primary-nav.desktop-nav>ul>li .secondary-menu.focus,
header#library-website-header #primary-nav.desktop-nav>ul>li:hover .secondary-menu {
    left: 0px;
    z-index: 99999;
}

header#library-website-header #primary-nav.desktop-nav>ul>li:hover .secondary-menu {
    transition-delay: 400ms;
}

header#library-website-header #primary-nav.desktop-nav>ul>li:focus,
header#library-website-header #primary-nav.desktop-nav>ul>li a:focus,
header#library-website-header #primary-nav.desktop-nav>ul>li a.focus,
header#library-website-header #primary-nav.desktop-nav>ul>li:hover {
    background: #333333;
}

header#library-website-header #primary-nav.desktop-nav>ul>li a:focus,
header#library-website-header #primary-nav.desktop-nav>ul>li a.focus,
header#library-website-header #primary-nav.desktop-nav>ul>li:hover a {
    color: #eeeeee;
}


/* SECONDARY NAV */

header#library-website-header #primary-nav.desktop-nav li .secondary-menu {
    background: #333;
    transition-delay: 150ms;
    left: -9999px;
    margin: auto;
    padding: 30px 0px;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

header#library-website-header #primary-nav.desktop-nav li:hover .secondary-menu {
    transition-delay: 150ms;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
    max-width: 1200px;
    padding: 0px 20px;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    min-width: 25%;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul:nth-child(1n+5) {
    margin-top: 30px;
}

header#library-website-header.no-js #primary-nav.desktop-nav .secondary-menu-list ul {
    height: auto;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul:after {
    content: "";
    display: table;
    clear: both;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul li {
    display: block;
    text-align: left;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul li h3 {
    color: #eeeeee;
    font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
    font-size: 1.1rem;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul li a {
    color: #eeeeee;
    display: block;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
}

header#library-website-header #primary-nav.desktop-nav .secondary-menu-list ul li a:hover {
    text-decoration: underline;
}


/* mobile nav */


/* PRIMARY NAV */

header#library-website-header #primary-nav.mobile-nav {
    background: #333;
    position: relative;
    width: 100%;
    z-index: 9999;
}

header#library-website-header #primary-nav.mobile-nav>ul {
    margin: 0px;
    padding: 0px;
}

header#library-website-header #primary-nav.mobile-nav>ul>li {
    background: #333;
    border-top: 1px solid #555;
    position: relative;
}

header#library-website-header #primary-nav.mobile-nav>ul>li>a {
    color: #ffffff;
    display: block;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    padding: 14px;
    text-decoration: none;
}

header#library-website-header #primary-nav.mobile-nav>ul>li>a:after {
    color: #fff;
    content: '+';
    font-size: 1.2rem;
    height: 0;
    position: absolute;
    right: 26px;
    top: 11px;
    width: 0;
    z-index: 1;
}

header#library-website-header #primary-nav.mobile-nav>ul>li.open>a:after {
    content: '-';
    font-size: 1.9rem;
    position: absolute;
    right: 23px;
    top: 0px;
}


/* SECONDARY NAV */

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu {
    display: none;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list {
    background: #555;
}

@media only screen and (max-width: 768px) {
    header#library-website-header.no-js #primary-nav .secondary-menu-list ul {
        margin-bottom: 30px;
        width: 100%;
    }
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list li {
    /* display:  none; */
    position: relative;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list li.sec-nav-title {
    display: block;
    font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list h3 {
    background: #444444;
    border-top: 1px solid #666;
    color: #fff;
    display: inline-block;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0px;
    padding: 2px 42px;
    width: 100%;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list li.sec-nav-title.open:after {
    content: '-';
    font-size: 1.9rem;
    right: 23px;
    top: 5px;
}

header#library-website-header #primary-nav.mobile-nav>ul>li .secondary-menu-list a {
    background: #555;
    border-top: 1px solid #777;
    color: #fff;
    display: block;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    padding: 14px 42px;
    text-decoration: none;
}

header#library-website-header .mobile-nav #mobile-search-bar {
    display: block;
}


/* UTILITY NAV */

header#library-website-header #utility-nav-wrap {
    background: #666666;
    position: relative;
    width: 100%;
    z-index: 1;
}

header#library-website-header #mobile-utility-hours{
    display: none;
}
header#library-website-header #utility-hours{
    display: grid;
    grid-template-columns: max-content max-content;
}
header#library-website-header #utility-hours #todays-hours-label{
    font-weight: bold;
    padding: 6px 2px 6px 8px;
}
header#library-website-header #utility-hours #todays-hours-content{
    padding: 6px 2px 6px 2px;
}
header#library-website-header #utility-hours #todays-hours-label,
header#library-website-header #utility-hours #todays-hours-content,
header#library-website-header #utility-hours a{
    color: #eee;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1rem;
    margin: 0px;
    text-decoration: none;
}
header#library-website-header #utility-hours a{
    padding: 6px 4px;
}
header#library-website-header #utility-hours a:after{
    color: #999;
    content: "|";
    padding-left: 10px;
}
header#library-website-header #utility-hours a:last-child:after{
    content: "";
}
header#library-website-header #utility-hours a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    header#library-website-header #mobile-utility-hours{
        display: block;
        min-height: 30px;
    }

    header#library-website-header #mobile-utility-hours{
        color: #ffffff;
        display: grid;
        grid-template-columns: max-content auto;
        font-size: 12px; 
        margin: 0px;
        padding: 5px 0px 5px 20px;
    }
    header#library-website-header #mobile-utility-hours #todays-hours-label{
        font-weight: bold;
        padding-right: 5px;
    }
    header#library-website-header #mobile-utility-hours a{
        color: #ffffff;
        display: inline-block;
        line-height: 16px;
        padding: 0px 5px;
        text-decoration: none;
    }
    header#library-website-header #mobile-utility-hours a:after{
        color: #999;
        content: "|";
        padding-left: 10px;
    }
    header#library-website-header #mobile-utility-hours a:last-child:after{
        content: "";
    }
    header#library-website-header.mobile-nav-open #mobile-utility-hours{
        display: none;
    }
    header#library-website-header.mobile-nav-open #utility-hours{
        display: none !important;
    }
}

header#library-website-header #utility-nav {
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    max-width: 1200px;
    padding: 0px 20px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #utility-nav {
        padding: 0px 10px;
        grid-template-columns: unset;
    }
}

@media only screen and (max-width: 367px) {
    header#library-website-header #utility-nav {
        padding: 0px 0px;
    }
}

header#library-website-header #utility-nav:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #utility-nav #utility-left {
        display:none;
    }
}

header#library-website-header ul#utility-links {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

header#library-website-header ul#utility-links li {
    display: inline-block;
}

header#library-website-header ul#utility-links li:last-child {
    padding: 0px;
}

header#library-website-header ul#utility-links li:last-child a {
    border: 0px;
}

header#library-website-header ul#utility-links li a {
    color: #eee;
    display: block;
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 30px;
    padding: 0px 7px 0px 7px;
    text-decoration: none;
}

@media only screen and (max-width: 367px) {
    header#library-website-header ul#utility-links li a {
        padding: 0px 3px 0px 3px;
    }
}

header#library-website-header ul#utility-links li #chat-link svg {
    height: 15px;
    fill: #fff;
    width: 15px;
}

header#library-website-header ul#utility-links li #chat-link path {
    fill: #ffffff;
}

header#library-website-header ul#utility-links li a:focus,
header#library-website-header ul#utility-links li a:hover {
    background: #c00;
}


/* UTILITY SEARCH */

header#library-website-header #utility-desktop-search {
    border-top: 1px solid #ccc;
    display: none;
    float: left;
    margin-top: 0px;
    margin-right: 12px;
}


/* header#library-website-header #utility-desktop-search, */

header#library-website-header #utility-desktop-search,
header#library-website-header #utility-desktop-search button,
header#library-website-header #utility-desktop-search input.search-all {
    display: none;
}


/* header#library-website-header #utility-desktop-search.visible, */

header#library-website-header #utility-desktop-search.visible,
header#library-website-header #utility-desktop-search.visible button,
header#library-website-header #utility-desktop-search.visible input.search-all {
    display: unset !important;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #utility-desktop-search {
        display: none;
    }
    header#library-website-header #utility-mobile-search {
        display: block;
        border: 0px;
    }
}

header#library-website-header span.twitter-typeahead {
    float: left;
}

header#library-website-header input.search-all {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 29px;
    float: left;
    margin: 0px;
    padding: 4px 0px 4px 6px;
    width: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

header#library-website-header input.search-all::placeholder {
    color: #777;
    line-height: 25px;
}

header#library-website-header.no-js .desktop-nav #mobile-search-bar {
    display: none;
}

@media only screen and (max-width: 768px) {
    header#library-website-header.no-js .desktop-nav #mobile-search-bar {
        display: block;
    }
    header#library-website-header.no-js #utility-mobile-search {
        float: left;
        background: #fff;
        border: 1px solid #ddd;
    }
    header#library-website-header input.search-all::placeholder {
        line-height: 44px;
    }
}

header#library-website-header #utility-search-btn {
    background: #c00;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    width: 33px;
}

header#library-website-header #utility-search-btn:hover {
    background: #900;
}

header#library-website-header #search-form{
    display: grid;
    grid-template-columns: auto auto;
}
header#library-website-header #search-form button {
    text-align: center;
    /* font-size: 0%; */
}

header#library-website-header #search-form button svg {
    color: #fff;
    fill: #fff;
    left: 0px;
    position: relative;
    top: 2px;
    width: 18px;
}

header#library-website-header #search-form .text-for-fa,
header#library-website-header #search-form-mobile .text-for-fa {
    display: none;
}


/* UTILITY SEARCH MOBILE */

@media only screen and (max-width: 768px) {
    header#library-website-header #utility-mobile-search {
        background: #333;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    header#library-website-header #search-form-mobile {
        display: grid;
        grid-template-columns: auto 50px;
    }
    header#library-website-header #search-form-mobile label{
        display: inline !important;
    }
    header#library-website-header #search-toggle {
        display: none;
    }
    header#library-website-header #utility-search-btn-mobile {
        background-color: #cc0000;
        border: 0px;
        color: #ffffff;
        height: 54px;
        line-height: 0.5;
        margin: 0px;
        padding: 0px;
        position: unset;
        text-align: center;
        width: 100%;
    }
    header#library-website-header #search-form-mobile button svg {
        left: 0px;
        top: 2px;
        width: 23px;
    }
    header#library-website-header #search-form-mobile .tt-menu {
        top: 54px !important;
    }
    header#library-website-header input.search-all {
        border: 1px solid #cccccc;
        border-radius: 0px;
        font-size: 1rem;
        height: 54px;
        padding: 3px 0px 4px 14px;
        position: unset;
        width: 100%;
    }
    header#library-website-header input.search-all::-webkit-input-placeholder {
        line-height: 1.5rem;
    }
}

header#library-website-header {
    display: block;
}

header#library-website-header #home-hours {
    display: none;
    float: left;
    width: 42%;
}

header#library-website-header #home-hours.visible {
    display: block;
}

header#library-website-header #home-hours p#hours-title {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

header#library-website-header #home-hours a {
    color: #fff;
    line-height: 31px;
    text-decoration: none;
}

header#library-website-header #home-hours a:hover {
    text-decoration: underline;
}

header#library-website-header #home-hours a {
    display: none;
}

header#library-website-header #home-hours.visible a {
    display: block;
}

header#library-website-header #home-hours ul {
    list-style-type: none;
    margin: 0px;
}

header#library-website-header #home-hours ul li {
    float: left;
}

header#library-website-header #home-hours ul li:first-child a {
    /* border-right: 1px solid #ddd; */
    /* display: block; */
    margin-right: 10px;
}

header#library-website-header #home-hours ul li:first-child a:after {
    color: #999;
    content: "|";
    padding-left: 10px;
}

header#library-website-header #home-hours ul li a {
    color: #fff;
    font-size: 0.7rem;
    /* line-height: 29px; */
    text-decoration: none;
}

header#library-website-header #home-hours ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    header#library-website-header #home-hours {
        display: none;
    }
}

@media print {
    body header#library-website-header {
        height: auto !important;
    }
    #primary-nav {
        display: none !important;
    }
    #utility-nav-wrap {
        display: none !important;
    }
}

/* nc state utility bar */
#ncstate-utility-bar{
    background: #333333;
    height: 36px;
}
/* nc state block */
#ncstate-utility-bar #ncstate-home-link{
    background-image: none !important;
    color: #ffffff !important;
    height: auto !important;
    padding-left: 0px;
}

#ncstate-utility-dropdown-pane {
    position: fixed;
    top: 36px;
    padding-top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 36px);
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #222222;
    flex-shrink: 0;
    z-index: 99990;
    opacity: 1;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform-origin: top;
}
@media (max-width: 575px){
    #ncstate-utility-dropdown-pane #ncstate-utility-search-pane{
        padding-top: 40px;
    }
}
#ncstate-utility-dropdown-pane .dropdown-inner-wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-style: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (max-width: 575px){
    #ncstate-utility-dropdown-pane .dropdown-inner-container {
        /* max-width: calc(8 / 12 * 100%); */
        width: 100%;
    }
}